.mobile_nav_logo {
    display: none !important;
}

#loginform label {
    color: #000 !important;
}

.nav_username {
    color: #000;
    border: 2px solid #fff;
    padding: 2px 10px;
    border-radius: 4px;
}

.color-wh,
.color-wh label {
    color: #fff !important;
}

.navbar-brand-img {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
}

#navbarBlur * {
    color: #000 !important;
}

.copyright .font-weight-bold {
    text-decoration: underline;
}

.copyright *,
.copyright {
    color: #000 !important;
}

.g-sidenav-show .sidenav .nav-link-text {
    color: #000 !important;
}

.bg-white.sidenav .nav-link-text {
    color: #000 !important;
}

.g-sidenav-show .sidenav .active .nav-link-text {
    color: #2b3044 !important;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: auto !important;
}

.sidenav-header {
    height: auto !important;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
    max-height: 100% !important;
}

.alert-danger {
    color: #fff !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #ffffff, #003865)
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #ffffff, #003865)
}

.text-primary {
    color: #003865 !important;
}

.btn-primary {
    background-color: #003865 !important;
}

.form-control:focus {
    border-color: #d9bb97 !important;
    box-shadow: 0 0 0 2px #d9bb97 !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #00529b, #6e9bc5) !important;
}

#notification {
    right: 190px;
    top: 21px;
    color: #fff !important;
    z-index: 1;
}

.bg-gradient-dark-brown {
    background-image: linear-gradient(310deg, #d9bb97, #d9bb97) !important;
}

.user_status {
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px !important;
}

.form-select-status {
    cursor: pointer;
}

.form-select-status:hover {
    border-color: #d9bb97;
}

.status_approved,
.status_enable,
.status_success {
    background: green;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 6px;
    border-radius: 6px;
}

.status_trial {
    background: orange;
    color: #000;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 6px;
    border-radius: 6px;
}

.status_canceled {
    background: red;
    color: #fff;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 6px;
    border-radius: 6px;
}

.status_pending,
.status_disable {
    background: yellow;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 6px;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 40px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6da !important;
    border-radius: 8px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.image_outer {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
}

.subscription {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 16px 0px #d9bb97; */
    text-align: center;
    margin-top: 20px;
    height: 370px;
}

.subscription .description {
    font-size: 14px;
}

.subscription .title {
    font-weight: 800;
    font-size: 21px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}

.subscription .price {
    font-size: 26px;
    color: #01539c;
}

.subscription .price span {
    font-size: 18px;
}

#card-form button {
    display: block;
    width: 100%;
    background: #00529b;
    color: #fff;
    border: unset;
    padding: 6px 0;
}

#card-form {
    background: #fff;
    padding: 20px;
}

#successpage {
    height: 450px;
}

#successpage .inner-content .color_white {
    color: #fff;
}

.thankyou_message {
    color: #2b3044 !important;
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.color_white>a {
    text-decoration: underline;
    color: #fff;
}

.password_validation {
    color: red;
    font-size: 11px !important;
}

.validating>input[type=password] {
    border-color: red !important;
}

.validating>input[type=password]:focus {
    box-shadow: 0 0 0 2px red !important;
}

.validated .password_validation {
    color: green !important;
}

.validated>input[type=password] {
    border-color: green !important;
}

.validated>input[type=password]:focus {
    box-shadow: 0 0 0 2px green !important;
}

.loader {
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    width: 50px;
    display: block;
    position: relative;
    background-size: contain;
    margin-top: -15%;
    margin-left: 80%;
    text-align: center;
    height: 50px;
    display: none;
}

.loader.show {
    display: block;
}

astric {
    color: red;
}

.text-danger {
    letter-spacing: 1px;
}

.qr_popup_container {
    padding: 20px;
    border: 1px solid #000;
    margin: 10px;
}



.media_img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
}


#sidenav-collapse-main .font-weight-bolder {
    color: #000 !important;
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #003865, #171717) !important;
}

.nav-link {
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #003865;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff;
}

.badge.bg-primary:hover {
    color: #fff;
    text-decoration: underline !important;
}

.sidenav .navbar-brand {
    padding: 1.5rem 0 !important;
}


.form-check-input[type=radio] {
    border-radius: 100% !important;
    border: 1px solid #68758f;
    width: 25px;
    height: 25px;
}

input.student-checkbox {
    border: 1px solid #898da9;
    border-radius: 100% !important;
}


.border-primary {
    border-color: #003865 !important;
}

.form-check:not(.form-switch) .form-check-input[type=radio]:after {
    height: 10px;
    width: 10px;
    left: 7px;
    top: 7px;
}


@media only screen and (max-width: 767px) {
    #navbarBlur nav {
        display: none;
    }

    .mobile_nav_logo {
        text-align: center;
        margin-top: 15px;
        width: 100%;
        display: block !important;
    }

    .mobile_nav_logo img {
        width: 75%;
    }

    .sidenav-header {
        display: none !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .mobile_nav_logo {
        text-align: center;
        margin-top: 15px;
        width: 100%;
        display: block !important;
    }

    .mobile_nav_logo img {
        width: 55%;
    }

    .sidenav-header {
        display: none !important;
    }
}

/* ── Student Picker Table (shared across all pickers) ───────────────── */
.student-picker-scroll {
    max-height: 420px;
    overflow-y: auto;
}

.student-picker-scroll-sm {
    max-height: 380px;
    overflow-y: auto;
}

.student-picker-count {
    min-width: 110px;
}

.student-row {
    cursor: pointer;
}

.student-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    cursor: pointer;
    accent-color: #003865;
}

.th-checkbox {
    width: 44px;
}

.th-years {
    width: 90px;
}

.th-status {
    width: 110px;
}

.th-has-pdf {
    width: 140px;
}

.badge-year {
    background: #c0392b;
    font-size: 11px;
}

.badge-status-ok {
    background: #4caf50;
    font-size: 10px;
}

.badge-sm {
    font-size: 10px;
}

/* ── Document Template form ─────────────────────────────────────────── */
.placeholder-bar {
    font-size: 13px;
}

.placeholder-chip {
    cursor: pointer;
    font-size: 12px;
}

.quill-img-btn {
    width: auto;
    padding: 3px 8px;
    font-size: 12px;
}

.quill-editor-main {
    min-height: 480px;
    font-size: 14px;
}

/* ── Portal Notifications form ──────────────────────────────────────── */
.quill-editor-notif {
    min-height: 200px;
    font-size: 14px;
}

.template-option-card {
    cursor: pointer;
    min-width: 260px;
}

/* ── Dashboard ──────────────────────────────────────────────────────── */
.dash-year-card {
    background: #f8f9fa;
}

.dash-year-view-btn {
    font-size: 11px;
}

.dash-status-paid {
    background: #e8f5e9;
}

.dash-status-balance {
    background: #fff3e0;
}

.dash-status-overdue {
    background: #fce4ec;
}

.table-sm-font {
    font-size: 13px;
}

.badge-action {
    font-size: 10px;
}

/* ── Activity Logs ──────────────────────────────────────────────────── */
.cell-nowrap {
    white-space: nowrap;
}

.cell-truncate {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Student portal — My Documents & notification overlay ───────────── */
.docs-table {
    font-size: 14px;
}

.th-date {
    width: 140px;
}

.th-download {
    width: 80px;
}

.doc-download-link {
    color: #003865;
    font-size: 18px;
}

.footer-link {
    color: #fff !important;
}

.notif-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notif-card-inner {
    background: #fff;
    border-radius: 14px;
    padding: 36px;
    max-width: 560px;
    width: 90%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.notif-card-title {
    color: #003865;
    font-weight: 700;
    margin-bottom: 16px;
}

.notif-card-body {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 24px;
}

.notif-dismiss-wrap {
    margin-bottom: 16px;
}

.notif-dismiss-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.notif-dismiss-checkbox {
    width: 16px;
    height: 16px;
}

.notif-btn-primary {
    background: #003865;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    /* float: right !important; */
}

.notif-counter {
    margin-top: 12px;
    font-size: 12px;
    color: #aaa;
}

/* ── Upload manual index ────────────────────────────────────────────── */
.td-expand {
    width: 36px;
}

.chevron-icon {
    font-size: 11px;
}

.badge-student-name {
    font-size: 12px;
}

/* ── Users index ────────────────────────────────────────────────────── */
.year-filter-select {
    min-width: 150px;
}

.search-input-inline {
    min-width: 200px;
    margin-bottom: 0;
    padding: 7px 0;
}

.status-clickable {
    cursor: pointer;
}

.underline-link {
    text-decoration: underline;
}
