
    /* 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);
    }

    .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;
    }

    .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%;
    }

    .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;
    }

    .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;
    }

    .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;
  }
