/* Show it is fixed to the top */
body {
    min-height: 55rem !important;
    padding-top: 4.5rem !important;
}

/* Scope to this form so we win over plugin/Bootstrap rules */
.insertGMForm .form-control,
.insertGMForm .datetimepicker-input {
    color: #033cce !important; /* typed text */
    caret-color: #033cce; /* caret matches */
}

#editEtutorialForm .form-control {
    color: #033cce !important; /* typed text */
    caret-color: #033cce; /* caret matches */
}

.toggleMeridiem {
    text-transform: uppercase;
}

/* Full-page overlay styling */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dim the page with semi-transparent black */
    z-index: 9999; /* Ensure it's on top of everything */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Optional: Adjust spinner size */
.spinner-border {
    width: 3rem;
    height: 3rem;
}

.overlay {
    position: fixed;
    display: none;
    background: url(images/loader.gif) no-repeat center #fff;
    width: 100%;
    height: 100%;
    top: 7%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

footer {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

footer p {
    margin-bottom: .25rem !important;
}
