

/* Custom toggle switch for Show All */
.ux-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.ux-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.ux-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #edeafc;
    border-radius: 24px;
    border: 1px solid #807878;
    transition: background 0.2s;
}
.ux-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 4px #0001;
}
.ux-switch input:checked + .ux-slider {
    background: linear-gradient(90deg,#ff9800,#ff7300); 
}
.ux-switch input:checked + .ux-slider:before {
    transform: translateX(20px);
}
.ux-switch-label {
    font-weight: 600;
    color: #4b5563;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 3px;
}

    /* purple */
    /* :root {
        --primary-color: rgb(156 39 176);
        --primary-text-color: #FFFFFF;
        --primary-color-70: rgba(156, 39, 176, 0.7);
        --primary-color-50: rgba(156, 39, 176, 0.5);
        --primary-color-30: rgba(156, 39, 176, 0.3);
        --primary-color-10: rgba(156, 39, 176, 0.1);
    } */

    /* orange */
    /* :root {
        --primary-color: rgb(242 223 185);
        --primary-text-color: #000000;
        --primary-color-70: rgba(242, 223, 185, 0.7);
        --primary-color-50: rgba(242, 223, 185, 0.5);
        --primary-color-30: rgba(242, 223, 185, 0.3);
        --primary-color-10: rgba(242, 223, 185, 0.1);
    } */

    /* blue */
    :root {
        --primary-color: rgb(56 110 204);
        --primary-text-color: #FFFFFF;
        --primary-color-70: rgba(56, 110, 204, 0.7);
        --primary-color-50: rgba(56, 110, 204, 0.5);
        --primary-color-30: rgba(56, 110, 204, 0.3);
        --primary-color-10: rgba(56, 110, 204, 0.1);
        
        /* Birthday Card Colors - Light Theme */
        --birthday-card-bg: rgba(255, 255, 255, 0.25);
        --birthday-card-border: rgba(255, 255, 255, 0.4);
        --birthday-card-header-bg: rgba(255, 255, 255, 0.3);
        --birthday-card-icon-bg: #ec4899;
        --birthday-card-icon-shadow: rgba(236, 72, 153, 0.3);
        --birthday-tab-bg: rgba(255, 255, 255, 0.2);
        --birthday-tab-active-bg: rgba(236, 72, 153, 0.3);
        --birthday-tab-hover-bg: rgba(255, 255, 255, 0.3);
        --birthday-tab-text: #1e293b;
        --birthday-tab-active-text: #831843;
        --birthday-person-card-bg: rgba(255, 255, 255, 0.15);
        --birthday-person-card-border: rgba(255, 255, 255, 0.25);
        --birthday-text-primary: #1e293b;
        --birthday-text-secondary: #64748b;
        --birthday-badge-bg: #3b82f6;
        --birthday-badge-text: #ffffff;
        
        /* Birthday Card Colors - Dark Theme */
        --birthday-card-bg-dark: (15, 23, 42, 0.5);
        --birthday-card-border-dark: rgba(255, 255, 255, 0.15);
        --birthday-card-header-bg-dark: rgba(255, 255, 255, 0.1);
        --birthday-card-icon-bg-dark: #be185d;
        --birthday-card-icon-shadow-dark: rgba(190, 24, 93, 0.3);
        --birthday-tab-bg-dark: rgba(255, 255, 255, 0.05);
        --birthday-tab-active-bg-dark: rgba(190, 24, 93, 0.3);
        --birthday-tab-hover-bg-dark: rgba(255, 255, 255, 0.1);
        --birthday-tab-text-dark: #f1f5f9;
        --birthday-tab-active-text-dark: #fda4af;
        --birthday-person-card-bg-dark: rgba(255, 255, 255, 0.08);
        --birthday-person-card-border-dark: rgba(255, 255, 255, 0.15);
        --birthday-text-primary-dark: #f8fafc;
        --birthday-text-secondary-dark: #cbd5e1;
        --birthday-badge-bg-dark: #1e40af;
        --birthday-badge-text-dark: #f0f9ff;
        
        /* Glass Morphism Shadows - Light Theme */
        --light-navbar-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        --light-content-shadow: none;
        --light-card-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.5),
            inset 0 -1px 0 rgba(255, 255, 255, 0.1),
            inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
            
        /* Glass Morphism Shadows - Dark Theme */
        --dark-navbar-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            inset 0 -1px 0 rgba(255, 255, 255, 0.05),
            inset 0 0 6px 3px rgba(255, 255, 255, 0.06);
        --dark-content-shadow: 
            0 8px 32px rgba(255, 255, 255, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            inset 0 -1px 0 rgba(255, 255, 255, 0.05),
            inset 0 0 8px 4px rgba(255, 255, 255, 0.07);
        --dark-card-shadow: 
            0 8px 32px rgba(255, 255, 255, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            inset 0 -1px 0 rgba(255, 255, 255, 0.05),
            inset 0 0 4px 2px rgba(255, 255, 255, 0.04);
    }
    body {
        font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    }
    .eduniv_ux_v3{
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/img_33.avif);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        backdrop-filter: blur(20px);
        height: 100vh;
        overflow: hidden;
    }

    .eduniv_ux_v3.eduniv-sidebar-dark {
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), radial-gradient(circle at top left, #1e293b 0%, #0f172a 100%);
        background-attachment: fixed;
    }

    @media (max-width: 767px) {
        .edunivSidebarV2 {
          display: none !important;
        }
      
        .nav-open .edunivSidebarV2 {
          display: block !important;
        }

        .main-panel,
        .eduniv_ux_v3 .main-panel {
          width: 100% !important;
        }
      }      

.form-control, form-control:read-only{
	background-image: 
    linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), 
    linear-gradient(to top, #000 1px, rgba(0, 0, 0, 0) 1px);

}
.form-control:read-only {
    background-image: linear-gradient(to top, #000 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #000 1px, rgba(210, 210, 210, 0) 1px);
}

.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating {
    color: #000;
}

.form-control:invalid {
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #000 1px, rgba(210, 210, 210, 0) 1px);
}

.bmd-form-group label {
    color: #333;
}

.form-check, label {
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    font-weight: 400;
}
    /* staff module table ux start */
    .staffModuleTableUx {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        font-weight: 400;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        font-size: 15px;
        padding-bottom: 20px;
    }

    div:has(> .staffModuleTableUx) {
        overflow: auto;
        max-height: 70vh;
        padding-bottom: 12px;
        width: 100%;
    }
    
    /* For manageadmissions3.php only - smaller height */
    #table-view_adm div:has(> .staffModuleTableUx) {
        max-height: 50vh !important;
        overflow: auto;
        padding-bottom: 12px;
        width: 100%;

    }
    .staffModuleTableUx thead {
        position: sticky !important;
        top: 0;
        z-index: 10;
    }

    .staffModuleTableUx th,
    .staffModuleTableUx td {
        border: 1px solid #003366 !important;
        text-align: left;
    }

    .staffModuleTableUx>thead>tr>th {
        background: var(--primary-color);
        color: var(--primary-text-color);
        font-weight: 600;
        font-size: 16px;
        border-color: #003366 !important;
        padding: 6px 16px !important;
        white-space: nowrap;
    }

    .staffModuleTableUx th,
    .staffModuleTableUx td {
        border: 1px solid #003366 !important;
        text-align: left;
        vertical-align: middle;
        line-height: 1.5;
        border-width: 1px !important;
        
        max-width: 300px;
        word-wrap: break-word;
        white-space: normal !important;
    }

    .staffModuleTableUx>tbody>tr>td {
        padding: 6px 12px !important;
    }

    .staffModuleTableUx.dataTable{
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }

    /* header icon in white for sorting start  */

    .staffModuleTableUx > thead > tr > .header {
        background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5-5 5 5M7 14l5 5 5-5'/></svg>") !important;
    }

    .staffModuleTableUx > thead > tr > .headerSortUp {
        background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 14l5-5 5 5z'/></svg>") !important;
    }

    .staffModuleTableUx > thead > tr > .headerSortDown {
        background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    }

    /* header icon in white for sorting end */

    .staffModuleTableUx>thead>tr>th:not(:first-child) {
        min-width: 130px;
    }

    .staffModuleTableUx>tbody>tr:nth-child(even) {
        background-color: var(--primary-color-10);
    }

    .staffModuleTableUx>tbody>tr:hover {
        background-color: var(--primary-color-30);
        transition: background 0.3s ease;
    }

    /* Dark theme overrides */
    body.eduniv-sidebar-dark .staffModuleTableUx {
        color: #e5e7eb !important;
        box-shadow: none !important;
    }

    body.eduniv-sidebar-dark .staffModuleTableUx thead {
        background-color: #0f172a !important;
    }

    body.eduniv-sidebar-dark .staffModuleTableUx th,
    body.eduniv-sidebar-dark .staffModuleTableUx td {
        border-color: #1f2937 !important;
        color: #e5e7eb !important;
    }

    body.eduniv-sidebar-dark .staffModuleTableUx>thead>tr>th {
        background: #111827 !important;
        color: #e5e7eb !important;
        border-color: #1f2937 !important;
    }

    body.eduniv-sidebar-dark .staffModuleTableUx>tbody>tr:nth-child(even) {
        background-color: #0b1220 !important;
    }

    body.eduniv-sidebar-dark .staffModuleTableUx>tbody>tr:hover {
        background-color: #111827 !important;
    }

    body.eduniv-sidebar-dark .staffModuleTableUx tbody tr {
        background-color: #0f172a !important;
    }

    .staffModuleTableUx tbody tr:last-child td:first-child {
        border-bottom-left-radius: 4px;
    }

    .staffModuleTableUx tbody tr:last-child td:last-child {
        border-bottom-right-radius: 4px;
    }

    @media (max-width: 768px) {

        div:has(> .mobileViewCardTable) {
            overflow: auto;
            max-height: fit-content !important;
        }

        .mobileViewCardTable, 
        .mobileViewCardTable thead, 
        .mobileViewCardTable tbody, 
        .mobileViewCardTable th, 
        .mobileViewCardTable td, 
        .mobileViewCardTable tr {
            display: block;
            width: 100% !important;
        }

        .mobileViewCardTable thead {
            display: none;
        }

        .mobileViewCardTable tbody tr {
            margin-bottom: 1rem;
            border: 2px solid #ccc;
            border-radius: 6px;
            padding: 4px;
            background: #fff;
        }

        .mobileViewCardTable td {
            display: block;
            padding: 4px 12px !important;
            font-size: 14px;
            border: none !important;
            border-bottom: 1px solid #eee !important;
            color: #000;
            font-weight: 400;
            text-align: left;
                    
            max-width: 400px !important;
            word-wrap: break-word;
            white-space: normal !important;
        }

        .mobileViewCardTable td::before {
            content: attr(data-label);
            font-weight: 700;
            color: #000;
            display: inline;
            margin-right: 6px;
        }

        .mobileViewCardTable td[data-label="S.No"]::before {
            content: none !important;
        }

        .mobileViewCardTable td[data-label="S.No"] {
            padding: 0 !important;
            border-bottom: none !important;
            display: none;
        }

        .mobileViewCardTable td[data-label=" "]::before {
            content: none !important;
        }

        .mobileViewCardTable td:last-child {
            border-bottom: none !important;
        }

        .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter{
            margin-top: 0 !important;
        }

        .dropdown-menu.show{
            display: flex !important;
            justify-content: center !important;   
            flex-direction: column;
            max-width: 200px !important;
            min-width: 200px !important;
        }
    }

    /* staff module table ux end */

    /* student report hide and show filter animation start */

    .toggleFilterDiv {
        transition: all 0.3s ease;
    }

    .showingFilterClass {
        transition: opacity 0.3s ease;
    }

    /* student report hide and show filter animation end */

    /* select picker font bold class */

    .selectBoldClass>.btn {
        font-weight: bold;
    }

    /* student report card style */

    .stdReportCardUx{
        background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%); 
    }

    
    .stdReportCardUx > label{
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .stdReportCardUx > .form-check > label{
        color: #ffffff !important;
        font-weight: 500 !important;
    }

    .stdReportCardUx > .form-check > label > .circle {
        border: 1px solid #03045e !important;
    }

    .stdReportCardUx > .form-check > label > .circle > .check {
        background: #03045e !important;
    }

    .grayColorCard{
        background-color: #eeeeee !important; 
    }

    body.eduniv-sidebar-dark .grayColorCard{
        background-color: #111827 !important;
    }

    /* animation button for view and hide filter */

    .stdReportFilterToggleBtn {
        display: inline-flex;
        align-items: center;
        font-weight: 600;
        border-radius: 8px !important;
        padding: 8px 16px !important;
        transition: background-color 0.3s, transform 0.2s !important;
        box-shadow: 0 4px 10px rgba(0, 128, 0, 0.2) !important;
        position: relative;
        gap: 8px;
    }

    .stdReportFilterToggleBtn:hover {
        background-color: #218838 !important;
        color: #ffffff !important;
        transform: scale(1.05);
    }

    .animated-icon {
        animation: bounceArrow 1s infinite ease-in-out;
        font-size: 14px;
    }

    @keyframes bounceArrow {
        0%, 100% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(5px);
        }
    }

    /* for data table search border highlight */
    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label > .bmd-form-group > .form-control, .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label > .form-control{
        background-image: linear-gradient(to top, var(--primary-color) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, var(--primary-color) 2px, rgba(210, 210, 210, 0) 2px) !important;
    }
    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label {
        font-size: 14px;
        font-weight: 500;
        color: #000;    
    }

    .inputBorderHighLightPurple {
        /* background-image: linear-gradient(to top, #666666 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #666666 1px, rgba(210, 210, 210, 0) 1px) !important; */
        background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #9c27b0 2px, rgba(210, 210, 210, 0) 2px) !important;
    }
    .inputBorderHighLightBlue {
        background-image: linear-gradient(to top, var(--primary-color) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, var(--primary-color) 1px, rgba(210, 210, 210, 0) 1px) !important;
    }

    /* data table header change */
    
    .staffModuleWrapper .handsontable table.htCore {
        border-collapse: collapse !important;
        border-spacing: 0;
        font-family: 'Inter', sans-serif !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #2A2A2A;
        background-color: #fff;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    }

    .staffModuleWrapper .handsontable thead th,
    .staffModuleWrapper .handsontable tbody td, .staffModuleWrapper .handsontable tbody th {
        border: 1.5px solid #000000 !important;
        background-color: #ffffff;
        padding: 4px 8px !important;
        height: auto !important;
    }

    .staffModuleWrapper .handsontable thead th {
        background: var(--primary-color) !important;
        color: var(--primary-text-color);
        font-weight: 600;
        font-size: 14px;
        border-color: #000000;
        padding: 0px 10px !important;
        white-space: nowrap;
        line-height: 2;
    }
    
    .staffModuleWrapper .handsontable td.htDimmed {
        /* background-color: #e0e0e0 !important; */
        background-color: #f7f2f2 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        transition: background-color 0.2s ease;
        color: #333333 !important;
    }

    .staffModuleWrapper .handsontable td.listbox {
        background-color: #ffffff !important;
        border: none !important;
    }

    .staffModuleWrapper .handsontable td.listbox.current {
        background-color: #eeeeee !important;
        font-weight: 500 !important;
    }
    .staffModuleWrapper .handsontable td.listbox:hover {
        background-color: #eeeeee !important;
    }

    /* Dark mode - Handsontable */
    body.eduniv-sidebar-dark .handsontable table.htCore {
        color: #e5e7eb !important;
        background-color: #0f172a !important;
        box-shadow: none !important;
    }

    body.eduniv-sidebar-dark .handsontable thead th,
    body.eduniv-sidebar-dark .handsontable tbody td,
    body.eduniv-sidebar-dark .handsontable tbody th {
        border: 1.5px solid #1f2937 !important;
        background-color: #0f172a !important;
        color: #e5e7eb !important;
    }

    body.eduniv-sidebar-dark .handsontable thead th {
        background: #111827 !important;
        color: #e5e7eb !important;
        border-color: #1f2937 !important;
    }

    body.eduniv-sidebar-dark .handsontable td.htDimmed {
        background-color: #111827 !important;
        color: #cbd5e1 !important;
    }

    body.eduniv-sidebar-dark .handsontable td.listbox {
        background-color: #0f172a !important;
        color: #e5e7eb !important;
    }

    body.eduniv-sidebar-dark .handsontable td.listbox.current,
    body.eduniv-sidebar-dark .handsontable td.listbox:hover {
        background-color: #111827 !important;
        color: #e5e7eb !important;
    }

    body.eduniv-sidebar-dark .bs-select-all,  body.eduniv-sidebar-dark .bs-deselect-all {
        background-color: var(--dark-active-bg) !important;
        color: var(--primary-text-color) !important;
    }

    .changedHansontable{
        background-color: #f1c40f !important;
    }

    #e3-title{
        font-weight: 500 !important;
    }

    .backOptionLabel{
        font-size: 18px !important;
        font-weight: 500 !important;
        cursor: pointer;
    }

    .backOptionLabel i{
        color: var(--primary-color) !important;
    }

    .purpleHighLightedLine{
        border: 2px solid #9c27b0 !important;
    }

    .btnBlue{
        background-color: var(--primary-color) !important;
        font-weight: 600 !important;
        color: var(--primary-text-color) !important;;
    }

    .btnOutlinedBlue{
        border: 1px solid var(--primary-color) !important;
        color: var(--primary-color) !important;
        background: var(--primary-text-color) !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
    .btnOutlinedBlue1{
        border: 1px solid var(--primary-color) !important;
        color: var(--primary-text-color) !important;
        background: var(--primary-color) !important; 
        font-weight: 600 !important;
        font-size: 12px !important;
    }
    .dropdownFixedHeight{
        max-height: 80vh !important;
        overflow: auto !important;
    }


    .parentFilterTabs {
        border-radius: 6px;
        max-height: 38px !important;
        min-height: 38px !important;
        padding: 0 4px !important;
    }

    .filterTabs {
        border-radius: 6px !important;
        color: #667085 !important;
        cursor: pointer;
        font-size: 14px !important;
        font-weight: 400 !important;
        height: 28px !important;
        justify-content: center;
        padding: 0 0 0 12px;
        width: auto !important;
        display: flex;
        align-items: center;
    }

    .filterTabs.Active {
        color: #1d2939 !important;
        font-weight: 500 !important;
    }

    .labelHighLightCount{
        max-height: 28px !important;
        min-height: 28px !important;
        width: 28px !important;
        color: white;
        border-radius: 6px;
        margin-left: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .backgroundBlueColor {
        background-color: var(--primary-color) !important;
    }

    .parentNotesSenderBox {
        background-color: var(--primary-color) !important;
        color: var(--primary-text-color) !important;
        padding: 6px 12px;
        border-radius: 6px;
        font-weight: 400 !important;
        font-size: 14px;
    }

    .parentNotesReceiverBox {
        background-color: #35C759 !important;
        color: var(--primary-text-color) !important;
        padding: 6px 12px;
        border-radius: 6px;
        font-weight: 400 !important;
        font-size: 14px;
    }

    .parentNotesDateBox{
        font-weight: 400 !important;
        font-size: 14px;
        color: #000;
    }

    .parentNotesParentDivClass{
        width: 65% !important;
        border: 1px solid #ccc;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    @media (max-width: 768px) {
        .parentNotesDateBox {
            text-align: left;
            font-size: 14px;
            margin-top: 4px;
        }
        .replyMessageDiv{
            max-width: 90%;
        }
        .parentNotesParentDivClass{
            width: 100% !important;
        }
    }

    .parentNotesTitle{
        font-weight: 600;
        font-size: 17px;
        color: #000;
    }

    .parentNotesDesc{
        font-weight: 400;
        font-size: 15px;
        color: #000;
    }

    .replyMessageDiv{
        background-color: var(--primary-color);
        color: var(--primary-text-color) !important;
        border-radius: 8px;
        max-width: 70%;
        margin-left: auto;
    }

    .replyText{
        font-size: 14px;
        font-weight: 600;
        color: white;
    }

    .replyMessageDetails{
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        margin-top: 4px;
    }

    .replyBy{
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

    .replyTime{
        white-space: nowrap;
        color: #fff;
    }

    .parentNotesRlyTextArea{
        height: 120px !important;
        border: 1px solid #333;
        background-image: none !important;
        border-radius: 8px !important;
        padding: 12px !important;
        width: 100% !important;
    }

    .blueListTagButton > .nav-link {
        color: #000;
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid var(--primary-color) !important;
        border-radius: 30px;
        overflow: hidden;
        cursor: pointer;
        background-color: transparent;
        padding: 5px 12px !important;
    }

    .blueListTagButton > .nav-link > .badge_count {
        width: 22px;
        height: 22px;
        padding: 14px;
        background-color: var(--primary-color);
        color: var(--primary-text-color);
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blueListTagButton > .nav-link.active {
        background-color: var(--primary-color) !important;
        color: var(--primary-text-color) !important;
    }

    .blueListTagButton > .nav-link.active > .badge_count {
        background: #fff !important;
        color: var(--primary-color) !important;
    }

    @media (min-width: 768px) {
        .position-md-absolute {
            position: absolute !important;
        }
        .min-height-filter > .dataTables_wrapper > div:first-child{
            max-height: 45px;
        }
    }

    .min-height-filter > .dataTables_wrapper > div:first-child{
        display: flex;
        justify-content: end;
    }
    .min-height-filter > .dataTables_wrapper > div:first-child .ColVis{
        float: right !important;
        margin-right: 12px !important;
    }
    .min-height-filter > .dataTables_wrapper > div:first-child .dataTables_filter{
        float: left !important;
    }
    .min-height-filter.datatableHeaderWithSideSearch > .dataTables_wrapper > div:first-child .dataTables_filter > label > .bmd-form-group > input {
        background-image: linear-gradient(to top, var(--primary-color) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, var(--primary-color) 2px, rgba(210, 210, 210, 0) 2px) !important;
    }

    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons{
        position: relative;
        z-index: 99 !important;
    }

    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons > .dt-button-collection{
        height: 300px !important;
        overflow: auto !important;
        top: 35px !important;
        position: absolute !important;
    }

    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons > .dt-button-collection > .dt-button::before{
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        margin-bottom: 3px;
        border: 2px solid #386ecc;
        border-radius: 3px;
        background-color: transparent;
        vertical-align: middle;
        transition: all 0.2s ease-in-out;
    }

    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons > .dt-button-collection > .dt-button.active::before{
        background-color: #386ecc;
        border-color: #386ecc;
        box-shadow: inset 0 0 0 2px #fff; 
    }

    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons > .dt-button-collection > .dt-button{
        background-color: #FFFFFF;
        color: #000 !important;
        border: 1px solid #ccc !important;
    }
    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons > .dt-button-collection > .dt-button.active{
        background-color: #FFFFFF;
        color: #000 !important;
    }

    .min-height-filter #advtab_adm_filter input.form-control {
        background-image: linear-gradient(to top, var(--primary-color) 2px,rgba(156, 39, 176, 0) 2px),linear-gradient(to top, var(--primary-color) 2px, rgba(210, 210, 210, 0) 2px) !important;
    }
    .min-height-filter > .dataTables_wrapper > div:first-child .dt-buttons > .dt-button-collection > .dt-button > span{
        max-width: 180px;
        display: inline-flex;
        white-space: normal;
        word-break: break-word;
        width:180px;
   }


/* Dashboard stats cards - compact, label+icon left, value right - GLASS EFFECT */
.eduniv-dash-card {
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(16px);
    padding: 1.5rem 1.75rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--light-card-shadow);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
  }
  
  .eduniv-dash-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
  
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.7),   /* Top Left */
      rgba(255, 255, 255, 0.1) 40%,
      rgba(255, 255, 255, 0.05) 60%,
      rgba(255, 255, 255, 0.6)   /* Bottom Right */
    );
  
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  
    pointer-events: none;
  }
  
  .eduniv_ux_v3.eduniv-sidebar-dark .eduniv-dash-card::before {
    background: none;
  }
  
  
  .eduniv-dash-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 4px 2px rgba(255, 255, 255, 0.3);
  }
  
  .eduniv_ux_v3.eduniv-sidebar-dark .eduniv-dash-card {
    background: rgba(30, 41, 59, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: var(--dark-card-shadow);
  }
  
  .eduniv_ux_v3.eduniv-sidebar-dark .eduniv-dash-card:hover {
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05),
        inset 0 0 4px 2px rgba(255, 255, 255, 0.08);
  }
  
  .eduniv-dash-card-corner {
    display: none;
  }
  .eduniv-dash-card-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }
  body.eduniv-sidebar-dark .eduniv-dash-card-icon {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .eduniv-dash-card-cyan .eduniv-dash-card-icon { background-color: rgba(6, 182, 212, 0.2); color: #06b6d4; }
  .eduniv-dash-card-pink .eduniv-dash-card-icon { background-color: rgba(236, 72, 153, 0.2); color: #ec4899; }
  .eduniv-dash-card-green .eduniv-dash-card-icon { background-color: rgba(34, 197, 94, 0.2); color: #22c55e; }
  .eduniv-dash-card-amber .eduniv-dash-card-icon { background-color: rgba(245, 158, 11, 0.2); color: #f59e0b; }
  
  .eduniv-dash-card-label {
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
    margin-top: 0.375rem;
    opacity: 0.8;
  }
  body.eduniv-sidebar-dark .eduniv-dash-card-label { 
    color: #cbd5e1;
    opacity: 0.7;
  }
  .eduniv-dash-card-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }
  .eduniv-dash-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  .eduniv-dash-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
  .eduniv-dash-card-value {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    line-height: 0.9;
    letter-spacing: -1px;
  }
  body.eduniv-sidebar-dark .eduniv-dash-card-value { color: #f8fafc; }
  .eduniv-dash-card-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    color: #111827;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.75;
  }
  .eduniv-dash-card-more:hover {
    color: #111827;
    opacity: 1;
  }
  body.eduniv-sidebar-dark .eduniv-dash-card-more { 
    color: #94a3b8;
    border-top-color: rgba(255, 255, 255, 0.08);
  }
  body.eduniv-sidebar-dark .eduniv-dash-card-more:hover {
    color: #f8fafc;
    opacity: 1;
  }
  .data-tableNewUI{
    width:100%;
    border-collapse:collapse;
    font-size:0.95rem;
    text-align:left;
  }
  .data-tableNewUI th{
    color:#9ca3af;
    border-bottom:1px solid var(--border);
    font-weight: 700;
  }
  .data-tableNewUI th, .data-tableNewUI td{
    padding:14px 12px;
    vertical-align:middle;
    border-bottom:1px solid rgba(15,23,42,0.03);
  }
  .data-tableNewUI .nameStdBold{font-weight:500;color:#111827}
  .data-tableNewUI .muted{color:var(--muted)}
  
    .cls-select-colored-div{
        display:inline-block; 
        margin:2px; 
        padding:2px 12px; 
        font-size:12px; 
        font-weight:bold; 
        background: var(--std-report-blue-s);
        color: var(--std-report-blue); 
        border: 1px solid var(--std-report-blue-b);
        border-radius:5px;
    }
    .cls-select-colored-div:hover{
        background: var(--std-report-blue) !important;
        color: #fff !important;
    }



  /* std report */

    :root,
    body {
        --std-report-surface:#ffffff;
        --std-report-surface2: #f5f7fd;
        --std-report-border: #c8cfdf;
        --std-report-border2: #c5cfe6;
        --std-report-text: #0f172a;
        --std-report-blue: #3563d4;
        --std-report-blue-s: #eef2fd;
        --std-report-blue-b: #b8cbf5;
        --orange: #f97316;
        --orange-h: #EA5C00;
        --orange-s: #fff4ed;
        --orange-b:     #fed7aa;
        --text2:        #52637a;
        --text3:        #9daabf;
        --green:        #16a34a;
        --green-h     : #15803d;
        --warning-bg:       #F5B800;
        --info-bg:          #0077B6;
        --info-text:        #FFFFFF;
    }

    body.eduniv-sidebar-dark, .eduniv_ux_v3.eduniv-sidebar-dark {
        --std-report-surface: #0e1320;
        --std-report-surface2: #141c2e;
        --std-report-border: rgba(148, 163, 184, 0.16);
        --std-report-border2: rgba(148,163,184,.14);
        --std-report-text: #dde5f5;
        --std-report-blue: #5b8dee;
        --std-report-blue-s: rgba(53,99,212,0.13);
        --std-report-blue-b: rgba(53,99,212,0.28);
        --orange: #fb923c;
        --orange-h: #f97316;
        --orange-s: rgba(249,115,22,.12);
        --orange-b:     rgba(249,115,22,.28);
        --text2:        #637090;
        --text3:        #354560;
        --green:        #34d399;
        --green-h     : #16a34a;
        --warning-bg:       #EAB308;
        --info-bg:          #38BDF8;
        --info-text:        #0C1A2E;
    }

    .tableHeaderTitle {
        color: var(--text3);
        margin-top: 4px;
        line-height: 1.65;
        font-size: 1rem;
        font-weight: 600;
    }

    .date-block{
        background:var(--std-report-surface2);
        border:1px solid var(--std-report-border);
        border-radius:11px;
        padding:12px;
        margin-bottom:10px;
    }

    .date-block-top{
        display:flex;
        align-items:center;
        gap:8px;
        margin-bottom:8px;
    }

    .date-block-top input[type=checkbox]{
        accent-color:var(--std-report-blue);
        width:18px;
        height:18px;
    }

    .date-block-label{
        font-size:0.875rem;
        font-weight:700;
        color:var(--std-report-text);
        font-family:'Figtree',monospace;
    }

    .date-grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .date-field label{
        font-size:0.75rem;
        font-weight:700;
        color:var(--text3);
        letter-spacing:.4px;
        text-transform:uppercase;
        display:block;
        margin-bottom:4px;
        font-family:'Figtree',monospace;
    }

    .date-input{
        width:100%;
        padding:7px 10px;
        border-radius:8px;
        background:var(--std-report-surface);
        border:1.5px solid var(--std-report-border);
        color:var(--std-report-text);
        font-size:0.75rem;
        outline:none;
        transition:border-color .2s;
    }

    .date-input:focus{border-color:var(--std-report-blue);}
    .date-input:disabled{opacity:.35;cursor:not-allowed;}

    .stdReportCardUx {
        background: linear-gradient(145deg, #0d9488, #0891b2) !important;
        border: 1px solid rgba(255, 255, 255, 0.28) !important;
        border-radius: 8px !important;
        padding: 8px 16px !important;
        box-shadow: 0 14px 28px rgba(8, 145, 178, 0.22) !important;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.72) rgba(255, 255, 255, 0.12);
    }
    
    .stdReportCardUx::-webkit-scrollbar {
        width: 6px;
    }
    
    .stdReportCardUx::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 999px;
    }
    
    .stdReportCardUx::-webkit-scrollbar-thumb,
    .stdReportCardUx::-webkit-scrollbar-thumb:hover,
    .stdReportCardUx::-webkit-scrollbar-thumb:active,
    .stdReportCardUx::-webkit-scrollbar-thumb:window-inactive {
        background-color: rgba(255, 255, 255, 0.72) !important;
        background: rgba(255, 255, 255, 0.72) !important;
        border-radius: 999px !important;
        border: none !important;
    }

    .report-list{
        display:flex;
        flex-direction:column;
        gap:6px;
    }
    .report-item{
        display: flex;
        align-items: flex-start;
        gap: 9px;
        border-radius: 10px;
        cursor: pointer;
    }
    .report-item:hover,
    .report-item:focus,
    .report-item:active,
    .report-item.active{
        text-decoration: none !important;
    }
    .report-item input[type=radio]{
        accent-color:#0d9488;
        width:15px;
        height:15px;
        margin-top:2px;
        flex-shrink:0;
    }
    .report-item-label{
        font-size: 0.8rem;
        font-weight:600;
        color:#fff !important;
        line-height:1.4;
    }

    .font-figtree{
        font-family:'Figtree',monospace !important;
    }

    .jstree-anchor{
        font-family:'Figtree',monospace;
    }

    .rule-connector{
        display:flex;
        align-items:center;
        gap:8px;
        padding:0 6px;
        margin:-4px 0;
    }
    .connector-sel{
        appearance:none;
        padding:5px 12px 5px 12px;
        border-radius:8px;
        border:1.5px solid var(--orange-b) !important;
        background:var(--orange-s) !important;
        color:var(--orange) !important;
        font-size:13px !important;
        font-weight:800 !important;
        letter-spacing:.5px;
        outline:none;
        cursor:pointer;
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23f97316' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
        background-repeat:no-repeat;
        background-position:right 8px center;
        transition:all .2s;
    }
    .connector-sel:hover{
        background-color:var(--orange);
        color:#fff;
    }
    .connector-line{
        flex:1;
        height:1px;
        background:var(--std-report-border);
    }

    .orange-field-select, .normal-match-select{
        appearance:none;
        width:100%;
        padding:10px 30px 10px 12px;
        border-radius:10px;
        border:1.5px solid var(--std-report-border);
        background:var(--std-report-surface);
        color:var(--std-report-text);
        font-size:13px;
        font-weight:600;
        outline:none;
        cursor:pointer;
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%239daabf' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
        background-repeat:no-repeat;
        background-position:right 10px center;
        transition:all .2s;
    }

    .orange-field-select:focus,.normal-match-select:focus{
        border-color:var(--orange);
        box-shadow:0 0 0 3px var(--orange-s);
    }
    .orange-field-select{
        color:var(--orange) !important;
        border-color:var(--orange-b) !important;
        background-color:var(--orange-s) !important;
    }
    .orange-field-select:focus{
        background-color:var(--std-report-surface);
    }

    .normal-match-input{
        width:100%;
        padding:10px 14px;
        border-radius:10px;
        border:1.5px solid var(--std-report-border2);
        background:var(--std-report-surface);
        color:var(--std-report-text);
        font-size:13px;
        font-weight:500;
        outline:none;
        transition:all .2s;
    }

    .normal-match-input:focus{
        border-color:var(--orange);
        box-shadow:0 0 0 3px var(--orange-s);
    }
    
    .normal-match-input::placeholder{
        color:var(--text3);
    }

    button{
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        text-wrap: nowrap !important;
    }

    .btn-success-fetch{
        padding:10px 28px;
        border-radius:11px;
        background:var(--green);
        color:#fff;
        font-size:13px;
        font-weight:800;
        display:flex;
        align-items:center;
        gap:7px;
        box-shadow:0 3px 14px rgba(22,163,74,.3);
        transition:all .2s;
    }

    .btn-success-fetch:hover{
        transform:translateY(-1px);
        box-shadow:0 6px 22px rgba(22,163,74,.4);
    }

    .btn-outline-orange{
        padding:10px 20px;
        border-radius:11px;
        background:var(--orange-s);
        color:var(--orange);
        border:1.5px solid var(--orange-b);
        font-size:13px;
        font-weight:700;
        display:flex;
        align-items:center;
        gap:7px;
        transition:all .2s;
    }

    .btn-outline-orange:hover{
        background:var(--orange);
        color:#fff;
    }

    .cols-title {
        font-size: 14px;
        font-weight: 700;
        color: #fff !important;
    }

    .btn-sel-all{
        padding:7px 16px;
        border-radius:9px;
        background:rgba(255,255,255,.25);
        color:#fff;
        border:1px solid rgba(255,255,255,.3);
        font-size:13px;
        font-weight:700;
        display:flex;
        align-items:center;
        gap:5px;
        transition:all .2s;
    }
    .btn-sel-all:hover{
        background:rgba(255,255,255,.4);
    }
    .btn-clr-all{
        padding:7px 16px;
        border-radius:9px;
        background:rgba(225,29,72,.2);
        color:#fff;
        border:1px solid rgba(255,255,255,.2);
        font-size:13px;
        font-weight:700;
        display:flex;
        align-items:center;
        gap:5px;
        transition:all .2s;
    }
    .btn-clr-all:hover{
        background:rgba(225,29,72,.45);
    }
    
    .cursor-pointer{
        cursor: pointer !important;
    }

    .textarea-label {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .7px;
        color: var(--text2);
        margin-bottom: 3px;
    }

    .textarea-wrap {
        border: 1.5px solid var(--std-report-border2);
        border-radius: 14px;
        transition: border-color .2s, box-shadow .2s;
        background: var(--std-report-surface2);
    }

    .textarea-area{
        width: 97.5%;
        min-height: 130px;
        max-height: 260px;
        padding: 14px 16px;
        border: none;
        outline: none;
        resize: none;
        background: transparent;
        color: var(--std-report-text);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
        font-family:'Figtree',monospace !important;
    }

    .preview-zone{
        border: 2px solid var(--std-report-border2);
        border-radius: 16px;
        position: relative;
    }


    .upload-zone {
        border: 2px dashed var(--std-report-border2);
        border-radius: 16px;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        transition: all .25s;
        background: var(--std-report-surface2);
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    
    .upload-zone:hover,
    .upload-zone.drag {
        border-color: var(--std-report-blue);
        background: var(--std-report-blue-s);
    }

    .upload-zone.has-file {
        border-color: var(--green);
    }

    .upload-ico {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        background: var(--std-report-blue-s);
        color: var(--std-report-blue);
        border: 1.5px solid var(--std-report-blue-b);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .25s;
    }

    .upload-zone:hover .upload-ico,
    .upload-zone.drag .upload-ico {
        background: var(--std-report-blue);
        color: #fff;
        border-color: var(--std-report-blue);
    }

    .upload-title {
        font-size: 16px;
        font-weight: 700;
        color: var(--std-report-text);
    }

    .upload-sub {
        font-size: 14px;
        font-weight: 500;
        color: var(--text2);
    }

    .upload-types {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .upload-type{
        padding: 3px 9px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        background: var(--std-report-surface2);
        color: var(--std-report-text);
        border: 1px solid var(--std-report-border2);
    }


    /* Buttons */

    .btnPrimary{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--orange);
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnPrimary:hover { background:var(--orange-h); transform:translateY(-1px); }

    .btnPrimaryOutline{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1px solid var(--orange);
        color: var(--orange);
        font-size: 1rem;
        font-weight: 600;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnPrimaryOutline:hover { background:var(--orange-h); color: #ffffff; transform:translateY(-1px); }

    .btnInfo{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--info-bg);
        color: var(--info-text);
        font-size: 1rem;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnInfo:hover { transform:translateY(-1px); }

    .btnInfoOutline{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1px solid var(--info-bg);
        color: var(--info-bg);
        font-size: 1rem;
        font-weight: 600;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnInfoOutline:hover {background: var(--info-bg); color: var(--info-text); transform:translateY(-1px); }

    .btnSuccess{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--green);
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnSuccess:hover { background:var(--green-h); transform:translateY(-1px); }

    
    .btnSuccess{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--green);
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnSuccess:hover { background:var(--green-h); transform:translateY(-1px); }

    .btnSuccessOutline{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--green);
        font-size: 1rem;
        font-weight: 600;
        border: 1px solid var(--green);
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnSuccessOutline:hover { background:var(--green); transform:translateY(-1px); }
        
    .btnWarning{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--warning-bg);
        color: #000;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        padding: 7px 14px;
        cursor: pointer;
        transition: background .22s ease, transform .12s;
        white-space: nowrap;
        font-family:'Figtree',monospace;
    }

    .btnWarning:hover { transform:translateY(-1px); }
    

    .btnDanger {
        display:inline-flex; 
        align-items:center; 
        gap:6px;
        background:#dc2626; 
        color:#fff;
        font-size: 1rem; 
        font-weight:600;
        border:none; 
        border-radius: 6px; 
        padding:7px 14px;
        cursor:pointer; 
        white-space:nowrap; 
        position:relative; 
        transition:background .22s ease, transform .12s, box-shadow .12s;
        font-family:'Figtree',monospace;
    }
    .btnDanger:hover { background:#b91c1c; transform:translateY(-1px); box-shadow:0 4px 14px rgba(220,38,38,.35); }


    /* Inputs */

    .newInput{
        width:100%;
        padding:10px;
        border-radius:8px;
        background:var(--std-report-surface);
        border: 2px solid var(--std-report-border);
        color:var(--std-report-text) !important;
        font-size:0.75rem;
        outline:none;
        transition:border-color .2s;
        font-family:'Figtree',monospace !important;
    }

    .newInput:focus{border-color:var(--std-report-blue);}
    .newInput:disabled{opacity:.35;cursor:not-allowed;}

    .newInputLabels{
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .7px;
        color: var(--text2) !important;
        margin-bottom: 3px;
    }

    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label > .bmd-form-group > .form-control, .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label > .form-control{
        width:100%;
        padding: 0 10px;
        border-radius:8px;
        background:var(--std-report-surface);
        border: 2px solid var(--std-report-border);
        color:var(--std-report-text) !important;
        font-size:.9rem;
        outline:none;
        transition:border-color .2s;
        font-family:'Figtree',monospace !important;
        background-image: none !important;  
    }

    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label > .bmd-form-group {
        white-space: normal !important;
    }

    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter > label{
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .7px;
        color: var(--text2) !important;
        margin-bottom: 3px;
    }

    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_filter{
        display: flex;
        justify-content: end;
        gap: 10px;
    }

    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_length > label{
        font-family:'Figtree',monospace;
    }

    .datatableHeaderWithSideSearch > div > .dataTables_wrapper > .row > .col-sm-12 > .dataTables_length > label > select {
        outline: none;
        border-radius: 0 !important;
        padding: 0 !important;
        border: none !important;
        background-image: none !important;
        border-bottom: 1px solid var(--std-report-border) !important;
        font-family:'Figtree',monospace;
    }


    .cwtt-shell {
        background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
        border: 1px solid #dbe5f1;
        border-radius: 18px;
        padding: 12px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    }

    .cwtt-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    }

    .cwtt-note {
        color: #4b5563;
        font-size: 13px;
    }

    .cwtt-week {
        display: inline-flex;
        align-items: center;
        padding: 8px 14px;
        border-radius: 10px;
        background: #8b5cf6;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .cwtt-alter-note {
        width: 100%;
        color: #92400e;
        font-size: 13px;
        font-weight: 600;
    }

    .cwtt-wrap {
        overflow-x: auto;
    }

    .cwtt-table {
        width: 100%;
        min-width: 900px;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        border: 1px solid #d7e0ee;
    }

    .cwtt-table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #1b3d6f;
        color: #ffffff;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cwtt-table thead th:first-child {
        min-width: 150px;
    }

    .cwtt-table tbody td {
        padding: 0;
        border-top: 1px solid #d7e0ee;
        border-right: 1px solid #d7e0ee;
        background: #fff;
        vertical-align: top;
    }

    .cwtt-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .cwtt-day {
        background: #ffffff !important;
        color: #1f2937;
        font-weight: 700;
        font-size: 15px;
        padding: 14px 12px !important;
        min-width: 150px;
        vertical-align: middle !important;
    }

    .cwtt-day-name {
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        line-height: 1.3;
    }

    .cwtt-day-date {
        margin-top: 4px;
        font-size: 12px;
        font-weight: 500;
        color: #6b7280;
        line-height: 1.35;
    }

    .cwtt-row-altered td {
        background: #f8f5ff;
    }

    .cwtt-cell {
        padding: 10px;
        min-height: 74px;
        cursor: pointer;
        transition: background 0.2s ease, transform 0.15s ease;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .cwtt-cell:hover {
        background: #f5f3ff;
    }

    .cwtt-slot {
        min-height: 56px;
        border-radius: 10px;
        padding: 10px 12px;
        background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
        border-left: 4px solid #8b5cf6;
        box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.15);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .cwtt-slot-name {
        color: #312e81;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.25;
        word-break: break-word;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-overflow: ellipsis;
        margin-top: 4px;
    }

    .cwtt-slot-staff {
        color: #5b21b6;
        font-size: 12px;
        font-weight: 600;
        word-break: break-word;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cwtt-empty {
        min-height: 56px;
        border-radius: 10px;
        border: 1.5px dashed #cbd5e1;
        background: #f8fafc;
        color: #94a3b8;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        flex-direction: column;
        gap: 4px;
        display: inline-flex;
        width: 100%;
        padding: 10px 16px;
    }

    .cwtt-empty-plus {
        font-size: 18px;
        line-height: 1;
        color: #64748b;
    }

    body.eduniv-sidebar-dark .cwtt-shell {
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(17, 24, 39, 0.96) 100%);
        border-color: rgba(148, 163, 184, 0.28);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    }

    body.eduniv-sidebar-dark .cwtt-note {
        color: #cbd5e1;
    }

    body.eduniv-sidebar-dark .cwtt-alter-note {
        color: #fdba74;
    }

    body.eduniv-sidebar-dark .cwtt-table {
        background: #0f172a;
        border-color: rgba(148, 163, 184, 0.22);
    }

    body.eduniv-sidebar-dark .cwtt-table thead th {
        background: #1b3d6f;
        color: #ffffff;
        border-right-color: rgba(255, 255, 255, 0.12);
    }

    body.eduniv-sidebar-dark .cwtt-table tbody td {
        background: #0f172a;
        border-top-color: rgba(148, 163, 184, 0.22);
        border-right-color: rgba(148, 163, 184, 0.22);
    }

    body.eduniv-sidebar-dark .cwtt-day {
        background: #111827 !important;
        color: #f8fafc;
    }

    body.eduniv-sidebar-dark .cwtt-day-name {
        color: #f8fafc;
    }

    body.eduniv-sidebar-dark .cwtt-day-date {
        color: #94a3b8;
    }

    body.eduniv-sidebar-dark .cwtt-row-altered td {
        background: #1a1831;
    }

    body.eduniv-sidebar-dark .cwtt-row-altered .cwtt-day {
        background: #151c2d !important;
    }

    body.eduniv-sidebar-dark .cwtt-cell:hover {
        background: #1e293b;
    }

    body.eduniv-sidebar-dark .cwtt-slot {
        background: linear-gradient(135deg, #2b2452 0%, #3f3570 100%);
        border-left-color: #8b5cf6;
        box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.18);
    }

    body.eduniv-sidebar-dark .cwtt-slot-name {
        color: #ede9fe;
    }

    body.eduniv-sidebar-dark .cwtt-slot-staff {
        color: #c4b5fd;
    }

    body.eduniv-sidebar-dark .cwtt-empty {
        border-color: rgba(148, 163, 184, 0.35);
        background: #001932;
        color: #94a3b8;
    }

    body.eduniv-sidebar-dark .cwtt-empty-plus {
        color: #64748b;
    }

    @media (max-width: 768px) {
        .cwtt-shell {
            padding: 12px;
        }

        .cwtt-table {
            min-width: 760px;
        }
    }

    .selectHeight > .dropdown > button{
        height: 40px;
        margin: 0;
        border-radius: 8px !important;
        outline: none !important;
    }

    .selectHeight > .dropdown > button:focus{
        outline: none !important;
    }

    .userActivityDot{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--orange);
    }

    .userActivityTitle{
        font-weight: 500;
        color: var(--std-report-text) !important;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    @media (max-width: 768px) {
        .mobilegap {
            gap: 12px;
        }
    }

    .status-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }

    .status-badge.published {
        background: rgba(13, 148, 136, .1);
        color: #0D9488;
        border: 1px solid rgba(13, 148, 136, .2);
    }

    .status-badge.published::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0d9488;
    }

    .status-badge.unpublished {
        background: rgba(239, 68, 68, .1);
        color: #EF4444;
        border: 1px solid rgba(239, 68, 68, .2);
    }

    .status-badge.unpublished::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ef4444;
    }
