/*!* ----------------- ABOUT PAGE --------------- *!*/
.support-hud .mobile-view {
    display: none;
}
/*@media (max-width: 768px) { !* Adjust the breakpoint as needed *!*/
/*    .btn-group-vertical > .btn {*/
/*        margin-bottom: 0.5rem; !* Add space between buttons when stacked *!*/
/*    }*/
/*}*/
.hud-exam-related .fa-check-circle {
    color: #98cd68;
}
.hud-user .fa-check-circle {
    color: #192C4A;
}

.support-hud .btn-success {
    background-color: #98cd68 !important;
}

.support-hud .user-account-container {
    display: none;
}

.support-hud .support-nav-link {
    text-decoration: underline;
}

@media only screen and (min-width: 1050px) {
}
@media only screen and (min-width: 1350px) {
}

@media only screen and (max-width: 768px) {
    .btn-equal-height {
        height: 60px; /* Fixed height for all buttons */
        display: flex; /* Use flexbox to align content */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }    .hud-support .proctoring-button, .hud-support .limited-button {
        padding-top: 25px;
    }
    .support-hud .desktop-view {
        display: none;
    }
    .support-hud .mobile-view {
        display: block;
    }

}


@media only screen and (max-width: 1050px) {

}

@media only screen and (max-width: 1350px) {
}

