@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## font
--------------------------------------------------------------*/
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    min-height: 100vh;
    overflow-x: hidden;
    color: #2C2C2C;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding-top: 60px;
}

button {
    cursor: pointer;
}

* {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

a:hover {
    opacity: 0.6;
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: 600;
}

h4 {
    font-size: 12px;
    font-weight: 600;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

.inactive-status {
    color: #FF4F4F;
}

.active-status {
    color: #CAF8E6;
}

.delete {
    color: #FF4F4F;
}

.row {
    margin: 0 -5px;
}

div[class^=col] {
    padding-inline: 5px;
}

.form-control {
    border: 1px solid rgb(212, 212, 212);
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}

.btn {
    text-transform: uppercase;
}

    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary::first-child:active {
        background-color: #1d4ed8;
    }

.btn-primary:active:hover, .btn-primary:active:active, .btn-primary:active::first-child:active {
    background-color: #1d4ed8;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

    .btn .mr-2,
    .btn i {
        margin-right: 0.5rem;
    }

    .btn.btn-primary {
        background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
        color: #fff;
    }

        .btn.btn-primary:hover {
            background-color: #1d4ed8;
        }

    .btn.btn-secondary {
        background-color: #f3f4f6;
        color: #374151;
        border: 1px solid #d1d5db;
    }

        .btn.btn-secondary:hover {
            background-color: #e5e7eb;
            color: #374151;
            border-color: #d1d5db;
        }

.control-field {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}

.site-header {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

@media (min-width: 992px) {
    .site-header {
        padding-left: 250px;
    }
}

.site-header .navbar {
    padding: 15px 0;
}

.site-header .site-logo {
    min-width: 100px;
}

.site-header .dropdown.user-item a:after {
    top: 10px;
    position: absolute;
    right: -4px;
    background: url(../images/chevron-down.svg);
    border: none;
    width: 20px;
    height: 10px;
    background-size: 1;
    background-size: 14px;
    background-repeat: no-repeat;
}

.site-header .dropdown.user-item .dropdown-toggle:after {
    display: none;
}

.site-header .dropdown-menu {
    border: none;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .site-header .dropdown-menu li {
        margin: 0 10px;
        border-bottom: 1px solid #EDEDED;
    }

        .site-header .dropdown-menu li:last-child {
            border-bottom: none;
        }

    .site-header .dropdown-menu .dropdown-item {
        font-size: 13px;
        color: #808080;
        padding: 5px 10px;
        white-space: normal;
    }

        .site-header .dropdown-menu .dropdown-item:hover {
            background: rgba(204, 246, 225, 0.4);
            color: #10b981;
            opacity: 1;
        }

.site-header .nav-right {
    margin-top: 1px;
}

    .site-header .nav-right .user-item span {
        margin-right: 10px;
    }

.site-header .navbar-nav {
    margin-top: 3px;
}

    .site-header .navbar-nav .nav-link {
        padding-inline: 10px;
    }

    .site-header .navbar-nav .nav-item {
        margin-right: 2px;
    }

    .site-header .navbar-nav .arrow img,
    .site-header .navbar-nav .arrow svg {
        width: 16px;
    }

    .site-header .navbar-nav .nav-item.active .nav-link,
    .site-header .navbar-nav .nav-item:hover .nav-link {
        background: rgba(204, 246, 225, 0.4);
        border-radius: 5px;
        color: rgb(43, 184, 132);
    }

    .site-header .navbar-nav .nav-item.active .arrow img,
    .site-header .navbar-nav .nav-item.active .arrow svg, .site-header .navbar-nav .nav-item.active .arrow svg path,
    .site-header .navbar-nav .nav-item:hover .arrow img,
    .site-header .navbar-nav .nav-item:hover .arrow svg,
    .site-header .navbar-nav .nav-item:hover .arrow svg path {
        fill: rgb(43, 184, 132);
    }

.site-header .customer-switcher {
    margin-right: 5px;
}

    .site-header .customer-switcher + .user-item span {
        padding-right: 5px;
    }

    .site-header .customer-switcher .dropdown {
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        padding: 4px 10px;
        min-width: 200px;
    }

        .site-header .customer-switcher .dropdown .nav-link.dropdown-toggle {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 160px;
        }

        .site-header .customer-switcher .dropdown a:after {
            display: none;
        }

        .site-header .customer-switcher .dropdown::after {
            position: absolute;
            right: 10px;
            top: 9px;
            background: url(../images/chevron-down.svg);
            width: 15px;
            height: 15px;
            border: none;
            content: "";
            display: block;
            pointer-events: none;
        }

    .site-header .customer-switcher .dropdown-menu {
        width: 200px;
        border: none;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    }

        .site-header .customer-switcher .dropdown-menu li {
            border-bottom: none;
            margin: 0;
        }

    .site-header .customer-switcher .dropdown-item {
        font-size: 13px;
        padding: 3px 10px;
    }

        .site-header .customer-switcher .dropdown-item.active, .site-header .customer-switcher .dropdown-item:active, .site-header .customer-switcher .dropdown-item.hover {
            background: transparent;
            color: #10b981;
        }

.site-header .navbar-toggler {
    position: absolute;
}

.select-job {
    margin-right: 10px;
}

    .select-job .dropdown-menu {
        transform: none !important;
        top: 55px !important;
    }

    .select-job .dropdown-toggle {
        min-width: 200px;
        justify-content: space-between;
    }

.breadcumb span {
    color: #737373;
}

    .breadcumb span.active {
        color: #404040;
    }

.notification {
    margin-right: 10px;
}

.user-custom-menu button.dropdown-toggle {
    background: transparent;
    margin-left: 10px;
    padding-right: 10px;
}

.user-custom-menu .rounded-circle {
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
}

.user-custom-menu .dropdown-menu {
    transform: none !important;
    top: 47px !important;
    min-width: 200px;
}

.user-custom-menu .dropdown-toggle::after {
    display: none;
}

.custom-switcher-dropdown {
    max-height: 300px;
    overflow: auto;
}

.search-grp .form-control {
    padding-left: 0;
}

.search-grp .fas {
    color: #a3a3a3 !important;
}

.search-grp .form-control::placeholder {
    color: #a3a3a3;
    font-size: 14px;
}

.logo {
    margin-right: 10px;
}

    .logo img {
        max-height: 40px;
        width: auto;
    }

.right-header {
    width: 100%;
    /* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
    .right-header {
        justify-content: flex-end !important;
    }
}

.dx-list-select-all .dx-item-content.dx-list-item-content:hover,
.dx-list-items .dx-item-content.dx-list-item-content:hover {
    background: rgba(204, 246, 225, 0.4);
    color: #10b981;
    opacity: 1;
}

@media (max-width: 991px) {
    .sidebar-desktop {
        display: none;
    }
}

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: auto;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 20px 20px 10px;
}

    .site-footer p {
        text-align: center;
        font-size: 0.75rem;
    }

.footer-logo {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
    width: 100%;
}

    .footer-logo img {
        max-height: 32px;
    }

@media (min-width: 1368px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: calc(100% - 20px);
    }
}

.row.flex {
    display: flex;
}

    .row.flex.items-center {
        align-items: center;
    }

.section {
    min-height: 90vh;
    padding: 50px 0;
    position: relative;
}

    .section .container {
        position: relative;
    }

.section {
    /* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
    .section {
        padding-block: 35px;
    }
}

.main-section {
    padding-top: 15px;
}

.inner-top-header h3 {
    font-size: 24px;
    font-weight: bold;
}

.page-header h2 {
    font-weight: 800;
    font-size: 22px;
}

.dx-header-row {
    background: #fafafa;
}

.dx-widget {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.dx-header-row > td > .dx-datagrid-text-content {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.popup-footer #logoutBtn {
    background: #FF4F4F;
    color: #fff;
}

.popup-footer .btn {
    font-size: 12px;
}

.login-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 125px;
    padding-top: 0;
}

.login-main {
    width: 448px;
    margin: 10px auto 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
}

    .login-main .login-header {
        background-color: #2563eb;
        text-align: center;
        color: #fff;
        border-radius: 15px 15px 0 0;
        padding-block: 10px 5px;
    }

        .login-main .login-header h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 24px;
            margin-top: 10px;
        }

    .login-main .login-logo {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto;
        color: #2563eb;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .login-main .seperation-line {
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
    }

        .login-main .seperation-line span {
            font-size: 16px;
            color: #294957;
        }

        .login-main .seperation-line:after, .login-main .seperation-line:before {
            display: block;
            content: "";
            height: 2px;
            background-color: #CFDFE2;
            width: 25%;
            position: absolute;
            top: 13px;
        }

        .login-main .seperation-line:before {
            left: 0;
        }

        .login-main .seperation-line:after {
            right: 0;
        }

    .login-main .form-field {
        margin-bottom: 15px;
    }

        .login-main .form-field .field-wrap-icon {
            position: relative;
        }

        .login-main .form-field label {
            margin-bottom: 5px;
            font-weight: 500;
            color: #404040;
            display: block;
        }

        .login-main .form-field .icon {
            position: absolute;
            left: 14px;
            top: 11px;
        }

            .login-main .form-field .icon i {
                color: #a3a3a3;
                font-size: 17px;
            }

.login-form-content {
    padding: 15px 30px;
    padding-bottom: 40px;
}

    .login-form-content .form-field input {
        padding-block: 10px;
        padding-left: 50px;
        height: 40px;
    }

    .login-form-content .password {
        color: #2563eb;
    }

    .login-form-content .remember-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .login-form-content .sign-in-btn {
        margin-top: 10px;
    }

        .login-form-content .sign-in-btn button {
            width: 100%;
            background-color: #2563de;
            padding: 15px;
            border-radius: 5px;
            color: #fff;
            min-height: 48px;
        }

            .login-form-content .sign-in-btn button:hover {
                background-color: #1d4ed8;
            }

        .login-form-content .sign-in-btn.outline-btn {
            background-color: transparent;
            color: #404040;
            border: 1px solid #e5e5e5;
            gap: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 500;
        }

            .login-form-content .sign-in-btn.outline-btn:hover {
                background-color: #e5e5e5;
            }

        .login-form-content .sign-in-btn img {
            max-width: 23px;
        }

.alert-heading .alert-notification .icon-close-line-icon {
    display: none;
}

.error-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: calc(100vh - 150px);
}

    .error-page h1 {
        font-size: 5rem;
    }

    .error-page h2 {
        font-size: 2rem;
        font-weight: bold;
    }

.role-restricted {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Widget interaction styles */
.dashboard-widget {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .dashboard-widget:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.dashboard-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
}

@media (min-width: 640px) {
    .dashboard-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.25rem;
    }
}

@media (min-width: 768px) {
    .dashboard-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .dashboard-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .dashboard-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1440px) {
    .dashboard-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.75rem;
    }
}
/* For very large screens, limit max width but keep it wider */
@media (min-width: 1920px) {
    .dashboard-grid {
        max-width: 1800px;
        margin: 0 auto;
    }
}
/* Ensure widgets take full width in their grid cell */
.dashboard-widget {
    width: 100%;
    min-height: 140px;
    transition: all 0.3s ease;
}

/* Optimize widget padding for better space utilization */
@media (min-width: 1024px) {
    .dashboard-widget {
        min-height: 160px;
    }
}

@media (min-width: 1280px) {
    .dashboard-widget {
        min-height: 170px;
    }
}
/* Smooth grid transitions */
.dashboard-grid, .charts-grid {
    transition: grid-template-columns 0.3s ease;
}

/* Dashboard Widget Styles */
.dashboard-widget.metric-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    min-height: 180px;
    max-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .dashboard-widget.metric-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.status-good {
    background-color: #10b981;
}

.status-warning {
    background-color: #f59e0b;
}

.status-danger {
    background-color: #ef4444;
}

/* Old CSS removed - using enhanced definitions below */
.chart-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: visible;
    min-height: 550px;
    height: auto;
}

    /* Specific height adjustments for content-heavy widgets */
    .chart-container:has(#jobValuationChart) {
        min-height: 550px;
    }

    .chart-container:has(#approvalTimesChart) {
        min-height: 380px;
    }

    .chart-container h3 {
        margin: 0 0 1rem 0;
        font-size: 1.125rem;
        line-height: 1.4;
        word-wrap: break-word;
    }

    /* Chart element sizing */
    .chart-container [id$=Chart] {
        max-width: 100%;
        overflow: visible;
        min-height: 256px;
    }

    /* Ensure chart content is fully visible */
    .chart-container .apexcharts-canvas {
        overflow: visible !important;
    }

    /* Better spacing for chart headers and content */
    .chart-container .flex.items-center.justify-between {
        margin-bottom: 1rem;
    }

.enhanced-metric-icon {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    flex-shrink: 0 !important;
}

/* Enhanced progress bar styling */
.enhanced-progress-bar {
    width: 100%;
    height: 0.5rem;
    background-color: #f3f4f6;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.enhanced-progress-fill {
    height: 100%;
    border-radius: 0.25rem;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, currentColor, currentColor);
}

/* Widget Text Styles */
.dashboard-widget.metric-card h3 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    word-wrap: break-word;
    max-width: 100%;
}

.dashboard-widget.metric-card .text-3xl {
    font-size: 1.875rem;
    line-height: 1.2;
}

.dashboard-widget.metric-card .text-sm {
    font-size: 0.875rem;
    line-height: 1.25;
}

.dashboard-widget.metric-card .text-xs {
    font-size: 0.75rem;
    line-height: 1.25;
}

/* Widget Padding and Layout */
.dashboard-widget.metric-card.p-6 {
    padding: 1.25rem;
    flex: 1;
}

/* Charts section responsive grid */
.charts-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    width: 100%;
}

@media (min-width: 768px) {
    .charts-grid {
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .charts-grid {
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .charts-grid {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        gap: 1.75rem;
    }
}

@media (min-width: 1440px) {
    .charts-grid {
        grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
        gap: 2rem;
    }
}

@media (min-width: 1920px) {
    .charts-grid {
        max-width: 1800px;
        margin: 0 auto;
    }

    .chart-container {
        min-height: 600px;
    }

        .chart-container:has(#jobValuationChart) {
            min-height: 600px;
        }

        .chart-container:has(#approvalTimesChart) {
            min-height: 420px;
        }

        .chart-container [id$=Chart] {
            min-height: 320px;
        }
}
/* Optimize container heights for better space utilization */
.dashboard-page {
    min-height: calc(100vh - 120px); /* Account for header height */
}

/* Better utilize vertical space on larger screens */
@media (min-width: 1024px) {
    .dashboard-page {
        min-height: calc(100vh - 100px);
    }
}
/* Tablet Responsive Styles */
@media (max-width: 768px) {
    .dashboard-widget.metric-card {
        min-height: 160px;
        max-height: 200px;
    }

        .dashboard-widget.metric-card.p-6 {
            padding: 1rem;
        }

        .dashboard-widget.metric-card h3 {
            font-size: 0.875rem;
        }

        .dashboard-widget.metric-card .text-3xl {
            font-size: 1.5rem;
        }

    .enhanced-metric-icon {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }

    .chart-container {
        padding: 15px;
        min-height: 420px;
    }

        .chart-container:has(#jobValuationChart) {
            min-height: 500px;
        }

        .chart-container:has(#approvalTimesChart) {
            min-height: 350px;
        }

        .chart-container h3 {
            font-size: 1rem;
        }
}
/* Mobile Responsive Styles */
@media (max-width: 480px) {
    .dashboard-widget.metric-card {
        min-height: 140px;
        max-height: 180px;
    }

        .dashboard-widget.metric-card h3 {
            font-size: 0.8rem;
        }

        .dashboard-widget.metric-card .text-3xl {
            font-size: 1.25rem;
        }

        .dashboard-widget.metric-card .text-sm {
            font-size: 0.75rem;
        }

    .chart-container {
        padding: 10px;
        min-height: 380px;
    }

        .chart-container:has(#jobValuationChart) {
            min-height: 450px;
        }

        .chart-container:has(#approvalTimesChart) {
            min-height: 320px;
        }
}
/* Requisition Page Styles */
.sortable-header {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

    .sortable-header:hover {
        background-color: #f3f4f6;
    }

.sort-icon {
    transition: transform 0.2s;
}

.status-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
}

.priority-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
}

.pagination-button {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    background: white;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
}

    .pagination-button:hover {
        background: #f9fafb;
        border-color: #9ca3af;
    }

    .pagination-button.active {
        background: #2563eb;
        color: white;
        border-color: #2563eb;
    }

    .pagination-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Ensure chart containers also fill their space properly */
.charts-grid > div {
    min-height: 300px;
    height: auto;
}

@media (min-width: 1024px) {
    .charts-grid > div {
        min-height: 320px;
    }
}

@media (min-width: 1280px) {
    .charts-grid > div {
        min-height: 350px;
    }
}
/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
    overflow-y: auto;
}

.modal-content {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem;
    width: 100%;
    max-width: 48rem;
    max-height: 95vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: auto;
}

.modal-overlay.hidden {
    display: none;
}

/* Form styling improvements */
.requisition-item {
    transition: all 0.2s ease;
}

    .requisition-item:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

/* Button styles */
.popup-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-right: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    background: #fff;
    z-index: 1;
}

.field-item label {
    font-weight: 600;
}

.dx-popup-title {
    border-top: 2px solid #2563eb;
    background: #f8f8f8;
}

    .dx-popup-title .title-header {
        font-size: 15px;
    }

    .dx-popup-title .close-icon {
        color: #ef4444;
    }

.main-page {
    display: flex;
}

.logo {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    /* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
    .logo {
        padding: 0;
    }
}

.logo h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.logo p {
    color: #737373;
}

@media (min-width: 992px) {
    .sidebar-section {
        min-height: calc(100vh - 80px);
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 111 !important;
        max-width: 250px;
        width: 250px;
    }
}

.sidebar-section {
    left: 0;
    top: 60px;
    height: calc(100vh - 80px);
    background-color: #fff;
    min-height: 100vh;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    /* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
    .sidebar-section {
        width: 100%;
        box-shadow: none;
        min-height: auto;
        top: 0;
        height: auto;
    }
}

.primary-section {
    width: 100%;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .primary-section {
        margin-left: 250px;
    }
}

.notification .badge {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aside-menu i {
    margin-right: 10px;
}

.aside-menu ul {
    margin: 0 10px;
    padding: 0;
}

.aside-menu li {
    list-style: none;
}

    .aside-menu li a {
        color: #1C1C1C;
        padding: 10px 20px;
        display: block;
        font-weight: 500;
        border-left: 4px solid #fff;
        border-radius: 5px;
    }

        .aside-menu li a:hover {
            color: #2563eb;
            background-color: #f5f5f5;
            transform: translateX(4px);
        }

        .aside-menu li a.active {
            color: #2563eb;
            background-color: rgba(37, 99, 235, 0.1);
            border-left: 4px solid #2563eb;
        }

.search-grp {
    width: 250px;
    /* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
    .search-grp {
        display: none;
    }
}

.offcanvas {
    /* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
    .offcanvas {
        max-width: 90%;
    }
}

.offcanvas-header {
    justify-content: flex-end;
    position: absolute;
    z-index: 1111;
    left: 0;
    right: 0;
    top: 0;
}

.collabe {
    text-align: center;
    margin-top: 20px;
}

    .collabe img {
        max-width: 100px;
        opacity: 0.8;
    }

    .collabe .lilly-logo {
        width: 50px;
        margin-bottom: 10px;
    }

.accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
}

    .accordion-item .accordion-button {
        background: #fff;
        font-weight: 600 !important;
        font-size: 14px;
        border-radius: 5px;
    }

.accordion-header {
    border-radius: 5px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button[aria-expanded=true] {
    background: #e5e5e5;
}

.project-details h4 {
    font-size: 16px;
}

.project-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.project-detail small {
    color: #404040;
    opacity: 1;
    font-weight: bold;
    display: block;
    font-size: 13px;
}

.project-detail span.project-item-txt {
    font-size: 13px;
}

.project-tab .nav-item {
    display: flex;
    align-items: center;
}

.project-tab .nav-link {
    color: #404040;
    font-weight: 500;
    height: 100%;
    border-bottom: 2px solid #fff !important;
}

    .project-tab .nav-link.active {
        color: #2563eb;
        border-color: #2563eb !important;
        background: rgba(37, 99, 235, 0.0705882353);
        font-weight: 600;
    }

.card-body.project-details {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

.project-search {
    padding-bottom: 6px;
    padding-top: 5px;
}

.dx-datagrid-borders > .dx-datagrid-pager {
    padding: 5px 10px;
    background: #e5e5e5;
}

.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection {
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
    color: #fff;
}

.dx-pager .dx-page-sizes .dx-page-size {
    padding: 5px 9px 5px 10px;
}

.dx-pager .dx-pages .dx-page {
    padding: 5px 9px 5px;
}

.dx-header-row > td > .dx-datagrid-text-content {
    font-weight: bold !important;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
    box-shadow: none;
}

.dx-header-row > td > .dx-datagrid-text-content {
    color: #262626;
}

/*# sourceMappingURL=style.css.map */
