
/* Font scale classes (copy your existing ones here too if needed) */
html.font-scale-80 {
    font-size: 80%;
}

html.font-scale-90 {
    font-size: 90%;
}

html.font-scale-100 {
    font-size: 100%;
}

html.font-scale-110 {
    font-size: 110%;
}

html.font-scale-120 {
    font-size: 120%;
}

html.font-scale-130 {
    font-size: 130%;
}

html.font-scale-140 {
    font-size: 140%;
}

html.font-scale-150 {
    font-size: 150%;
}




.accessibility {
    border-radius: 0.375rem;
    color: var(--accent-color);
    font-size: 1rem !important;
    height: 1.9rem;
    padding: 0.3rem 0.4rem !important;
}

.accessibility:before {
    background-color: var(--accent-color);
    content: "";
    display: inline-block;
    height: 1.3rem;
    -webkit-mask-image: url(/assets/img/accessibility-icon.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 1rem;
}
.accessibility:before {
    background-color: var(--accent-color);
}
.accessibility:focus:before,
.accessibility:hover:before {
    background-color: #fff;
}
.accessibility.show[aria-expanded='true']:before {
    background-color: #fff;
}
.accessibility-dropdown .dropdown-menu{
    padding:1rem

}
.header-btn .accessibility-dropdown .dropdown-item:hover,
.header-btn .accessibility-dropdown .dropdown-item.active:hover,
.header-btn .accessibility-dropdown .dropdown-item.active {
    background-color: inherit;
    color: inherit;
}

.dropdown-menu[aria-labelledby='access-drop'] {
    padding: 0.75rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
}

.header .header-btn a.min-font,
.header .header-btn a.max-font {
    background: var(--bg-accent-color);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white) !important;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(----nav-font);
}
.font-slider {
    display: flex;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 1rem
}
.header .header-btn a.reset-font {
    background: var(--color-grey2);
    padding: .15rem 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    white-space: nowrap;
    color: var( --text-dark) !important;
    text-align: center;
    height: 2rem;
    line-height: 1.3;
}

.header .header-btn a.reset-font:hover,
.header .header-btn a.min-font:hover,
.header .header-btn a.max-font:hover {
    opacity: .7
}

/* Control styles */
.contrast {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contrast-icon {
    background-color: #000;
    display: block;
    height: 24px;
    -webkit-mask-image: url(/assets/img/contrast.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 21px;
}

/*--------------------------------------------------------------
# black & white mode Color Variables
--------------------------------------------------------------*/
.bw-active {
    --heading-color: rgb(248, 239, 27);
    --light-color: rgb(248, 239, 27);
    --accent-color: #ffffff; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --bg-accent-color: #000000;
    --surface-color: rgb(248, 239, 27);
    --bg-surface-color:#000000;
    --secondary-color: rgb(248, 239, 27);
    --bg-secondary-color: rgb(0, 0, 0);
    --bg-white: rgba(0, 0, 0, 1) !important;
    --default-color: #ffffff;
}
    .bw-active img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        background-color:white
    }
.bw-active .header-btn .dropdown-item a {
    color: #000;
}
.bw-active header{
    background-color:transparent
}
.bw-active .scrolled .header {
    background: #fff;
}
.bw-active .header .nav-header {
    background: #191919 !important;
}
.bw-active .accessibility:focus:before,
.bw-active .accessibility:hover:before {
    background: #fff;
}
.bw-active .accessibility:hover[aria-expanded='false']:before {
    background: black;
}
.bw-active .stats .stats-row {
    background-color: #191919 !important;
    background-image: none
}
.bw-active .stats .stats-row .stat-item p {
    color: rgb(248, 239, 27) !important;
}
.bw-active .stats .stats-row .stat-item h4,
.bw-active .countdown {
    color: white !important;
}
.bw-active .stats #countdownContainer .btn:hover,
.bw-active .btn-primary:hover {
    color: rgba(0, 0, 0, 1);
}
    .bw-active .dropdown-toggle.show {
        color: white !important;
    }
.bw-active .services .service-card {
    border: 1px solid #ebe219;
}
.bw-active .services .service-card .icon {
    background: #191919 !important;
}
.bw-active .services .service-card:hover {
    background-color: white;
}
.bw-active .services .service-card:hover h3,
.bw-active .services .service-card:hover p {
    color: #000;
}   
.bw-active #topbar {
    background: rgb(0, 0, 0);
}
.bw-active .btn-outline-primary:hover,
.bw-active .header .btn-getstarted:hover,
.bw-active .header .btn-getstarted:focus:hover,
.bw-active .navmenu .dropdown ul a:hover,
.bw-active .navmenu .dropdown ul .active:hover,
.bw-active .navmenu .dropdown ul li:hover > a,
.bw-active .section-title p,
.bw-active .section-title h2 {
    color: #000;
}
.bw-active .clients {
    background-color: #fff;
}
    .bw-active #services {
        padding-top: 60px !important;
    }
.bw-active .services {
    background: #191919 !important;
}
.bw-active .features .section-title h2,
.bw-active .services .section-title p,
.bw-active .services .section-title h2 {
    color: white !important;
}
.bw-active .events-detail .nav-tabs .nav-link {
    color: #fff;
}
.bw-active .events-detail .nav-tabs .nav-link.active {
    color: #000
}
    .bw-active .events-detail .nav-tabs .activeParent .nav-link {
        color: #000;
    }
        .bw-active .events-detail .nav-tabs .activeParent .nav-link.active {
        color: #000;
        background-color: #ece31a !important;
    }
    /****Authentication Module****/
    .bw-active .login-signup .card {
        background: #191919 !important;
    }
    .bw-active .form-check-label
{        color: #000
    }
    .bw-active #sch-plan-tree .form-label,
    .bw-active #from-data .form-label {
        color: #000
    }
    .bw-active .modal .form-label,
    .bw-active .form-label {
        color: #000
    }
    .bw-active .login-signup .card .icon img{
        background-color:transparent;
    }
    /****Scholarship Module****/
    .bw-active #ChangeEmployee,
    .bw-active #AddNote {
        background-color: #fff !important;
        color: var(--bg-accent-color) !important;
    }
        .bw-active #ChangeEmployee:hover,
        .bw-active #AddNote:hover {
            background-color: var(--bg-accent-color) !important;
            color: #fff !important;
        }
    
    .bw-active .application-request .requeststableBody .request-status {
        background-color: var(--bg-surface-color) !important;
        color: var(--accent-color) !important;
    }
    .bw-active .blservices__content {
        box-shadow: 0px 0px 2px 0px #f8d106;
    }
    .bw-active .blservices__icon a {
        border-color: var(--bg-accent-color);
    }
.bw-active .blservices:hover .blservices__title a {
    color: #f8ef14;
}
    .bw-active .blservices__icon a i{
        color:#000
    }
    .bw-active .blservices:hover .blservices__icon a{
        border-color: #f8ef14;
    }
    .bw-active .blservices:hover .blservices__icon a i {
         color: #f8ef14;
     }    
    .bw-active .blservices:hover .blservices__content .btn {
         color: #000
    }
    .bw-active #requestTableDiv #requesttable.card, .bw-active #ScholarshipTableDiv #scholarshiptable.card {
        background: #000
    }
.bw-active .filter-section {
    background: #191919 !important;
}
    .bw-active #cardViewRequest.active i,
    .bw-active #tblViewRequest.active i,
    .bw-active #cardViewRequest:hover i,
    .bw-active #tblViewRequest:hover i {
        color: var(--surface-color);
    }

    .bw-active .application-request.card .requeststableBody .scholarship-card .td-left,
    .bw-active .application-request.card .requeststableBody .scholarship-card .td-right {
        color: var(--surface-color)
    }

    .bw-active .features .nav-tabs,
    .bw-active .application-request.card .requeststableBody .scholarship-card .header-left,
    .bw-active .application-request.card .requeststableBody .scholarship-card .header-right {
        background-color: #2e2e2e !important;
    }
    .bw-active .application-request.card .requeststableBody .scholarship-card .date,
    .bw-active .application-request.card .requeststableBody .scholarship-card .time {
        color: #191919 !important;
    }
    .bw-active .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .bw-active .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .bw-active .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
    .bw-active .dataTables_wrapper .dataTables_paginate .paginate_button,
    .bw-active .dataTables_wrapper .dataTables_info,
    .bw-active .application-request.card .requeststableBody .service-icon,
    .bw-active .application-request.card .requeststableBody .service-icon i{
        color: var(--surface-color) !important
    }
.bw-active .btn-draft:hover,
.bw-active .btn-draft:active,
.bw-active .btn-draft.show,
.bw-active .btn-draft:first-child:active {
    border-color: var(--bg-surface-color);
    background: var(--bg-surface-color);
    color: var(--surface-color);
}
    .bw-active .tabulator-row.tabulator-row-odd a {
        color: var(--bg-surface-color);
    }
    .bw-active .tabulator .action-items > span {
        background-color: var(--bg-accent-color);
    }
    .bw-active .tabulator-row.tabulator-selectable:hover {
        background-color: rgb(169 169 169) !important;
    }
    .bw-active .uploaded-flie {
        background: #ebe219 !important;
        color: #191919 !important;
    }
.bw-active .uploaded-flie i {
    color: #191919 !important;
}
.bw-active .modal .modal-header {
    background-color: #919191 !important;
}
    .bw-active .modal .text-accent,
    .bw-active .modal .fas {
        color: #919191 !important;
    }

/****Tabulator & Select2 Module****/
.bw-active .tabulator-row.tabulator-row-even {
    background-color: rgb(0 0 0) !important;
    color: white;

}
.bw-active span.select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered,
.bw-active .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.bw-active .select2-results__option--selectable {
    color: #333 !important;
}
.bw-active .select2-results__option {
    color: #333;
}
.bw-active .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #333;
}
    .bw-active .documents-imp h5{
        color: var(--text-dark)
    }
    .bw-active .documents-imp img {
        background-color: transparent
    }
.bw-active .features .nav-link.active .actionIcon {
    background-color: #919191;
}
    .bw-active #spProgramContent .tab-content.tabs-tracks {
        background-color: #000 !important;
    }
    .bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item .nav-link.active,
    .bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item .nav-link.active .actionIcon {
        background-color: #fff !important;
        border-color: #fff !important;
        color: #191919 !important;
    }
    }
    .bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item .nav-link .actionIcon i {
        color: var(--surface-color) !important;
    }
.bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item a.nav-link {
    color: var(--surface-color) !important;
    border: 1px solid var(--surface-color) !important;
}
.bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item .nav-link div {
    background-color: #919191;
}
.bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item .nav-link .actionIcon i{
    color: #919191 !important;
}
#spProgramContent .tab-content.spDegreeMajorsList #accordion .card-body #accordion .card-header button .actionIcon {
    background-color: #ffffff;
}
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card-header button .actionIcon i {
    color: #000 !important;
}
.bw-active #spProgramContent .tab-content.tabs-tracks ul.nav.nav-pills .nav-item .nav-link.active .actionIcon i {
    color: #191919 !important;
}
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card-body #accordion .card-header button label > span,
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card-header button label > span,
.bw-active .planItemActions {
    background-color: #919191 !important;
}
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card{
    background-color:transparent
}
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card-header button:before
{
    border-color: #ffffffd6 !important
}
.bw-active .majorItem {
    border-color:#919191 !important;
}
.bw-active .features .majorItem .actionIcon {
    color: #000 !important;
}
.bw-active #vc-ManageSP .bg-danger,
.bw-active .documents-imp .text-bg-danger {
    background-color: #ebe219 !important;
    color: #333 !important;
}
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card-header button:hover i.fa-inverse,
.bw-active #spProgramContent .tab-content.spDegreeMajorsList #accordion .card-header button:hover i.fa-.fa-circle {
    color:#333
}
/****Card Module****/
.bw-active .app-card .card-header.bg-light {
    background-color: #2e2e2e !important;
}

/****FAQ Module****/
.bw-active #Questions.accordion .accordion-collapse.collapse.show {
    border: 2px dashed rgb(248, 239, 27) !important;
}

.bw-active .accordion .accordion-item {
    background-color: transparent !important
}

.bw-active #Questions button.accordion-button.collapsed,
.bw-active .accordion-button:not(.collapsed) {
    background-color: var(--contrast-color) !important
}

.bw-active .accordion-item {
    color: white
}
.bw-active .accordion-item label{
    color: #333
}

/*** Stepper Module***/
.bw-active .active .icon {
    background: #919191 !important;
    border: 3px solid #919191 !important;
}
.bw-active .default-step a {
    color: #333
}
.bw-active div.notify {
    background-color: rgb(235 226 25);
}
.bw-active .step-container .text-accent,
.bw-active .step-container i.fas {
    color: #333 !important
}
.bw-active .step-container img {
    filter: none;
    background-color: transparent !important;
}
.bw-active .text-danger {
    color: #5c5c5c !important
}


