body {
    margin: 0;
    height: 100%;
}

.page-layout div {
    font-family: "balo-da-2" !important;
}

.landing-page-layout div {
    font-family: "balo-da-2" !important;
}

@font-face {
    font-family: "balo-da-2";
    src: url("/fonts/BalooDa2-Medium.ttf");
}


.logo {
    width: 11.875rem;
    height: 2.625rem;
}

.footer-logo {
    width: 11.875rem;
    height: 2.625rem;
}

@media (max-width: 480px) {
    .logo {
        width: 8.7rem;
        height: 2rem;
    }
}

.option-wrong {
    border-radius: 8px;
    border: 1px solid #C12525;
    background-color: #FFE1E1;
}

.option-correct, .option-skipped {
    background-color: #3C7E0D;
    color: #FFFFFF;
}

.option-default {
    background-color: #dee6ff;
}

.option .option-text {
    background-position: center right 6px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.option-default .option-text {
    background-image: url("/images/circle-default.svg");
}

.option-wrong .option-text {
    background-image: url("/images/circle-cross-solid.svg");
}

.option-correct .option-text {
    background-image: url("/images/circle-check.svg");
    color: #FFFFFF;
}

.option-skipped .option-text {
    background-image: url("/images/circle-ban.svg");

}

.option-explain {
    background-color: #CCF1D4;
}

.list-group-item i {
    color: #aaaaaa;
}

.list-group-item span {
    color: gray;
    font-weight: bold;
}

.exam-info-container {
    border-radius: 3px;
}

.nav-tabs {
    box-shadow: 0 4px 4px -6px gray;
}

.nav-tabs .nav-item .nav-link {
    color: black;
}

.nav-tabs .nav-item .nav-link.active {
    font-weight: 500;
    color: #48449C;
    border: none;
    border-bottom: 2px solid #48449C;
}

.navbar-nav .nav-item .nav-link {
    color: #000000;
}

.navbar-nav .nav-item .nav-link.active {
    color: #48449C;
}


.exam-selection {
    background-color: #48449C;
    background-image: url(/images/flower-bush.svg), url(/images/spiral-wood.svg);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    aspect-ratio: auto;
}

.offcanvas {
    width: 305px;
}

.profile-btn {
    border: 1px solid #D9DAE0;
    color: #48449C;
}

@media (max-width: 480px) {
    .nav-tabs .nav-item .nav-link.active {
        border-bottom: 1px solid #48449C;
    }

    .exam-info-container {
        border-radius: 0;
    }
}

.result-list-container {
    background-color: #F3F4FB;
    border: 1px solid #CDD3F0
}

.result-list-container a {
    color: #48449C !important;
    font-weight: 700;
}

.subject-marks-container {
    background-color: #E3E6F6
}


.bg-result-summary {
    background: #EAE9F0;
}


.marks-text {
    color: #536184;
}

.link-button {
    background-color: #4339F2;
    text-align: center;
    align-items: center;
}

.free-exam {
    background-color: #50A80B;
    text-align: center;
    align-items: center;
}

.dashboard-nav {
    width: 100%;
}

.sidebar {
    background: #FFFFFF;
    font-size: 16px;
    color: black;
    font-weight: 700;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
}

.eclipse {
    background: rgba(72, 68, 156, 0.1);
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-size: 10px !important;
    color: #48449C !important;
}

.container-bg {
    background: #EDEEF4;
}

.progress, .progress-bar {
    background: #EAE9F0;
    height: 0.55rem;
}

.progress-bar-animation {
    animation: progress 1.5s ease-in-out;
}

@keyframes progress {
    from {
        width: 0;
    }
}

.offcanvas-backdrop.show {
    background: #1A1835CC;
    opacity: 1;
}

@media (max-width: 991px) {
    .offcanvas-body .nav-pills .nav-item {
        border-top: none;
        border-bottom: 1px solid #F3F4FB;
    }

    .offcanvas-body .nav-pills .nav-item:first-child {
        border-top: 1px solid #F3F4FB;
    }

}

.offcanvas-body .nav-pills .nav-item .nav-link.active {
    background: #FFFFFF !important;
}

@media screen and (min-width: 992px) {
    .offcanvas-backdrop::before {
        display: none;
    }

    .offcanvas-body .nav-pills .nav-item .nav-link.active {
        background: #E3E6F6 !important;
    }

    .offcanvas {
        transform: none;
        visibility: visible !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        min-height: 100%;;
        border-right: 1px;
    }

    .content {
        margin-left: 305px;
        padding: 15px;
    }
}

.modal {
    background: #1A1835CC;
}

.modal-bg {
    background: #1A1835CC;
}

.exam-question-option input[type="radio"] {
    display: none;
}

.exam-label {
    background-color: #F3F4FB;
    border: 1px solid #CDD3F0;
    align-items: center;
}

.exam-subject-bg {
    background: #F3F4FB;
}

.exam-layout-padding {
    padding: 0.75rem 1rem;
}

.exam-label:after {
    content: "";
    background-image: url(/images/radio-circle.svg);
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 20px;
    padding-left: 20px;
}

input[type="radio"]:checked + .exam-label {
    background-color: #48449C;
    color: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #48449C66;
}

input[type="radio"]:checked + .exam-label:after {
    background-image: url("/images/radio-dot.svg");
}

.subject-tab {
    background-color: #E3E6F6;
    font-size: 14px;
    font-weight: 500;
    color: #48449C;

}

.subject-list {
    background: #DEE7FF;
    box-shadow: 2px 2px 11px #00000040;
}

.tab-button {
    background-color: #E3E6F6;
    border-color: transparent;
    color: #48449C;
    font-weight: 500;
    border-radius: 0.5rem;
}

.tab-button-active {
    background-color: #48449C;
    color: #FFFFFF;
    font-weight: 500;
    box-shadow: 2px 2px 11px 0 #48449C66;
}

.time-container {
    background: #272546;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
}

.btn-dark {
    background: #272546;
    color: #FFFFFF !important;
}

.btn-dark-outlined {
    border-color: #272546;
    border-width: 1px;
    color: #272546 !important;
    font-weight: 900;
}

.exam-end-btn {
    color: #272546 !important;
}

.subject-container {
    background-color: #F2F2F2;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
}

.skipped-container {
    color: #D16525;
    font-weight: 500;
}

.skipped-link {
    color: #D16525 !important;
    font-weight: 600;
    font-size: 14px;
}

.bg-green {
    background: #50A80B;
}

.bg-dark-yellow {
    background: #BFA105;
}

.status-capsule {
    padding: 0.125rem 0.325rem;
    border-radius: 5px;
    font-size: 14px !important;
}

.bg-light-green {
    background: #DBE8D0;
}


#examChart {
    height: 300px;
}

.avatar-circle {
    background: #FFFFFF;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
}

.bg-primary-gradiant {
    background: linear-gradient(115.93deg, #403C96 0%, #6F477E 32.12%, #FF7F35 94.79%);
}

.wrapper-container {
    max-width: 1140px;
}

.max-wrapper {
    max-width: 1440px;
}

.dashboard-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.bg-yellow {
    background: #FFFBEF;
}


@media screen and (max-width: 991px) {
    #examChart {
        height: 400px !important;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.result-label {
    display: block;
    cursor: pointer;
    padding: 10px;
    border-bottom: none;
}

.result-label:hover {
    background: #9c9898;
}

.result-label.last {
    border-bottom: 1px solid #fff;
}


.icon-button {
    background: #001F3F;
}

.rounded-card {
    border-radius: 1rem;
}

#subscriptionCarousel {
    min-height: 550px;
}

#subscriptionCarousel button span {
    background: #FFFFFF;
    color: #E5641B;
}

.yellow-button {
    background: #FFD339;
}


.custom-accordion .accordion-item {
    background-color: #F3F4FB;
    border: 1px solid #C3C5D4 !important;
}

.custom-accordion .accordion-button.collapsed {
    background-color: #F3F4FB;
    border-radius: .25rem;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #F3F4FB;
    color: #000000;
}

.custom-accordion .accordion-button.collapsed::after {
    background-image: url("/images/cross-mark.svg");
    transform: rotate(45deg);
    filter:  brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(100%);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("/images/cross-mark.svg");
    filter:  brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(2453%) hue-rotate(344deg) brightness(97%) contrast(96%);
}


.bg-purple {
    background: #48449C !important;
}
.navbar-toggler[aria-expanded="true"] {
    box-sizing: border-box;
}
.navbar-toggler[aria-expanded="false"] {
    outline: none;
    box-shadow: none;
    border: none;
    box-sizing: content-box;
}

.bg-light-purple {
    background: #E9D2FF;
    color: #22476E;
}

.bg-light-blue {
    background: #D2E6FF;
    color: #285792;
}

.bg-light-pink {
    background: #FFDAEE;
    color: #7D2A57;
}

.bg-light-orange {
    background: #FFE2DB;
    color: #CD6248;
}

.bg-about {
    background: #FDF3EF;
}

.package-border {
    border-color: #FEDBC3 !important;
}

.package-emoji-container {
    width: 4.5rem;
    height: 4.5rem;
}

.package-name-bg {
    background: #5154BF;
    border-radius: 1.25rem;

}

@media (min-width: 992px) {
    .package-card {
        min-height: 500px !important;
    }
}


@media (min-width: 1200px) {
    .package-card {
        min-height: 475px !important;
    }
}

@media (min-width: 301px) and (max-width: 991px) {
    .package-card {
        min-height: 450px !important;
    }
}

@media (max-width: 300px) {
    .package-card {
        min-height: 500px !important;
    }

}

.body-text {
    color: #536184 !important;
}

.purple-border-button {
    border-color: #48449C !important;
    color: #48449C !important;
}

.bg-popular-package-emoji {
    background-color: #FFF5B4;
}

.package-icon {
    color: #F08E5C !important;
}

.package-feature-text {
    color: #C15111;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

.ribbon span {
    font-size: 0.8rem;
    color: #000000 !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #FFDA66;
    position: absolute;
    top: 17px;
    right: -29px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #FFDA66;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FFDA66;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #FFDA66;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FFDA66;
}

.purple-bottom-border {
    border-bottom: 1px solid #CDD3F0
}

.promo-input-field {
    background: #F3F4FB;
    border: 1px solid #9D9E98;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem !important;
}

.disable-button {
    background: #9C96BC;
}

.red-border-button {
    background: #FFFFFF;
    border: 1px solid #C12525;
    color: #C12525 !important;
}

.hidden span {
    display: none;
}

.mail-border {
    border-color: #C3C5D4 !important;
}

.footer-border {
    border-color: #D9DAE0 !important;
    border-width: 0.75px !important;
}

.contact-time {
    color: #FFD339;
    border-color: #FFD339 !important;
}
.popular-video {
    max-width: 100%;
    height: auto;
    background: #F3F4FB !important;
}

.popular-video-bg {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url("/images/video-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin-bottom: 20px;
    display: none;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play-icon {
    color: #EB316B;
    font-size: 2.5rem;
}

.video-play-button {
    width: 6.25rem;
    height: 6.25rem;
    cursor: pointer;
    z-index: 1;
}

.sub-video-play-button {
    width: 3rem;
    height: 3rem;
}

.sub-video {
    background: #D9D9D9;
    height: 6.25rem;
}

@media (max-width: 991px) {
    .popular-video {
        border-color: transparent !important;
    }
}

.contact-info {
    display: flex;
    flex-direction: row;
}

@media (max-width: 375px) {
    .contact-info {
        display: flex;
        flex-direction: column;
    }

    .contact-info a {
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

.bg-subscription {
    background: #FBE3D9;
}

ul li input[type="checkbox"]:checked + .result-label {
    background: #9c9898;
    border-bottom: 1px solid #fff;
}


.segmented-control {
    display: inline-flex;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.segment-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
    outline: none;
}

#numberChartBtn.selected {
    background-color: #007bff;
    border-radius: 8px 0px 0px 8px;
    color: white;
}

#timeChartBtn {
    background-color: white;
    color: #007bff;
    border-radius: 0px 8px 8px 0px;
}

#timeChartBtn.selected {
    background-color: #007bff;
    border-radius: 0px 8px 8px 0px;
    color: white;
}

.segment-btn:not(.selected):hover {
    background-color: #f0f0f0;
}

@keyframes growWidth {
    to {
        width: var(--target-width);
    }
}

.progress-custom {
    padding: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 2rem;

}

.progress-custom .progress-bar-custom {
    font-size: 0.75rem;
    line-height: 3.1rem;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    font-weight: bold;
    width: 0%;
    animation: growWidth 2s ease forwards;

}

.speech-bubble-container {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speech-bubble-container img {
    width: 100%;
    height: auto;
}

.speech-bubble-text {
    position: absolute;
    text-align: center;
    font-size: 14px;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 280px) {
    .speech-bubble-text {
        font-size: 9.4px;
    }
}

.speech-bubble-text span {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.correct-bg-progress {
    background-color: rgba(0, 177, 158, 0.1) !important;
}

.wrong-bg-progress {
    background-color: rgba(255, 110, 118, 0.1) !important;
}

.skip-bg-progress {
    background-color: rgba(61, 175, 253, 0.1) !important;
}

.correct-progress {
    background-color: #00B19E !important;
}

.wrong-progress {
    background-color: #D16525 !important;
}

.skip-progress {
    background-color: #3DAFFD !important;
}

.bg-testimonials {
    background: #FDF3EF;
}

.slider {
    margin-bottom: 30px;
    position: relative;
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    background: #FFFFFF url(/images/active-quote.svg) no-repeat 95% 95%;
    border-radius: 0.5rem;
    color: #454C7E !important;
    padding: 1.5rem;
    overflow: hidden;
}

.slider-card {
    background: #FFFFFF url(/images/inactive-quote.svg) no-repeat 95% 95%;
    border: 1px solid #D9DAE0;
    border-radius: 0.5rem;
    transform: scale(0.9);
    transition: all 0.3s;
    color: #000000;
    padding: 1.5rem;
}

.slider-card .exam-year {
    color: #536184;
}

.slider-card img {
    width: 6vh !important;
    height: 6vh;
}

@media (max-width: 991px) {
    .slider .owl-item.active.center .slider-card {
        transform: scale(1);
        background: #FFFFFF url(/images/active-quote.svg) no-repeat 95% 95%;
        border-radius: 0.5rem;
        color: #454C7E !important;
        padding: 1.5rem;
        overflow: hidden;
    }
}

.owl-nav .owl-prev {
    background: #FFFFFF !important;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 3.75px 9.75px 0 #FFD99F;
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    opacity: 1;
    font-size: 1.25rem !important;
    z-index: 1;
}

.owl-nav .owl-next {
    background: #FFFFFF !important;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 3.75px 9.75px 0 #FFD99F;
    position: absolute;
    top: calc(50% - 25px);
    right: -25px;
    opacity: 1;
    font-size: 1.25rem !important;
    z-index: 1;
}

.owl-nav button i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    height: 0.625rem;
    width: 1rem;
    border-radius: 10px;
    background: #FDC49C !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
}

.owl-dots .owl-dot.active {
    background: #DE7222 !important;
    width: 2rem;
}

@media (max-width: 991px) {
    .owl-nav button {
        display: none;
    }

}

.btn-large {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem !important;
}

.btn-outline-light:hover {
    background-color: transparent;
}

.btn-medium {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem !important;
}


.bg-base {
    background: #F3F4FB;
    min-height: 100vh;
}

.bg-base-strong {
    background: #DFE0E9;
    min-height: 100vh;
}

.bg-purple {
    background: #48449C;
}

.bg-red {
    background: #C12525;
}

.purple-circle {
    background-color: #E3E6F6;
    height: 3rem;
    width: 3rem;
    border-radius: 1.5rem;
}


.dashboard-info-card {
    background-color: #FFFFFF;
    background-image: url(/images/cloud.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.dashboard-tips-card {
    background-color: #FFFFFF;
    border: 2px solid #48449C;
    border-radius: 8px;
    background-image: url(/images/flower-bush-orange.svg), url(/images/spiral-wood-orange.svg);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    aspect-ratio: auto;
}

.dashboard-tips-btn {
    background: white !important;
}

.dashboard-tips-btn:hover {
    color: #48449C !important;
}

.exam-instruction li span {
    color: #000000 !important;
    font-weight: 500;
    font-size: 18px;
}

.chart-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

canvas#performanceChart {
    max-height: 280px;
    max-width: 350px;
}

@media print {
    .no-print {
        display: none !important;
    }

    html, body {
        display: block !important;
        visibility: visible !important;
        overflow: visible !important;
        background: white !important;
        color: black !important;
        height: auto !important;
    }

    #content {
        display: block !important;
        overflow: visible !important;
    }
}

.otp-field {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

.otp-field input {
    display: block;
    height: 3rem;
    width: 3rem;
    border-radius: 0.25rem;
    outline: none;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    line-height: normal;
    padding: 0;
    margin: 0;
    background-clip: padding-box;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}

.otp-field input:last-child {
    margin-right: 0;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.background-decoration {
    pointer-events: none;
    z-index: 0;
}

.otp-button {
    background: #48449C;
    color: #FFFFFF;
    z-index: 1;
}

.gender-input input[type="radio"] {
    display: inline-block !important;
}

.gender-input input[type="radio"]:checked {
    background-color: #48449C;
}

.avatar {
    transform: translatey(0px);
    animation: float 2s ease-in-out infinite;
}

.avatar img {
    width: 100%;
    height: auto;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }
    50% {

        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}


.chart-piechart {
    position: relative;
}

.chart-piechart .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.dashboard-exam-button {
    background-color: #48449C;
    color: white;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;

}

.custom-button {
    background-color: white;
    color: #6C63FF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}


.dashboard-cards-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-scrolling-wrapper {
    display: inline-flex !important;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
}


.dashboard-card {
    width: 400px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 16px 0;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #f3f4fb;

}

.card-scroll-btn {
    display: flex;
    justify-content: center;
    align-items: center;

}

.dashboard-scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.dashboard-left-arrow, .dashboard-right-arrow {
    width: 36px;
    height: 36px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #f3f4fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}


.dashboard-left-arrow:focus, .dashboard-right-arrow:focus {
    outline: none;
}

.dashboard-scrolling-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 480px) {
    .dashboard-scrolling-wrapper {
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        gap: 16px;
        align-items: flex-start;
    }

    .dashboard-card {
        width: 100%;
        height: auto;
        margin-right: 0;
        display: flex;
    }

    .dashboard-card:not(:nth-child(-n+3)) {
        display: none !important;
    }

    .dashboard-card.show-card {
        display: flex !important;
    }


    .card-scroll-btn {
        display: none;
    }

    #loadMore {
        display: block;
    }
}

#subjectPerformance {
    height: auto;
    min-height: 500px;

}


@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

#refreshMessages {
    background-color: white;
    color: black;
    cursor: pointer;
}

.dashboard-tips-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    padding: 20px;
    position: relative;
}

.text-purple {
    color: #48449C;
}

.text-brown {
    color: #70351E;
}

#content-container {
    min-height: 200px;
}

.navbar i:hover {
    color: #000000;
    cursor: pointer;
}

.result-page-text-size {
    font-size: 12px;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

@media (max-width: 280px) {
    .result-page-text-size {
        font-size: 8px;
    }
}

.bg-error {
    background: #FFDCDC;
    color: #C12525 !important;
    font-size: 0.875rem;
}

.error-field {
    border: 1px solid #C12525 !important;
    color: #C12525 !important;
}

.error-text {
    color: #C12525 !important;
}

.error-code-text {
    font-size: 9.75rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1 !important;
}

label.required:after {
    content: '*';
    color: #DC3545;
    margin-left: 5px;
}

.scrollable-div {
    max-height: 80vh;
    overflow-y: auto;
}

.questionForm .form-check-input:checked {
    background-color: #48449C !important;
    border-color: #48449C !important;
}

.contact-page-btn {
    background: #A35B644D;
    border: 2px solid #A25B64;
    border-radius: 0.5rem;
}

.contact-icon-circle {
    background: #812946;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
}

[x-cloak] {
    display: none !important;
}

.dt-info {
    padding-top: 0 !important;
    margin-right: 0.5rem;
    align-self: center;
}

.page-item.active .page-link {
    background-color: #48449C !important;
    border-color: transparent !important;
}

.dt-header, .dt-footer {
    background-color: #85929E;
    padding: 1rem 0.5rem;
    color: #FFFFFF !important;
    font-size: 1rem !important;
}

.dt-header {
    display: flex;
    flex-direction: row;
    justify-content: end;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.dt-footer {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

#content {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#custom-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #D9DAE0;
}

#custom-scrollbar::-webkit-scrollbar
{
    width: 12px;
    background-color: #D9DAE0;
}

#custom-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #536184;
}

.terms-modal {
    min-width: 50vw;
}

.terms-modal-content {
    height: 75vh;
}

.shadow-top {
    box-shadow: 0 -0.125rem .25rem rgba(0, 0, 0, .075) !important;
}