﻿
/*.ag-theme-quartz {
    --ag-color-scheme: light;
    --ag-header-font-size: 14px;
    --ag-row-border-color: #e0e0e0;
    --ag-cell-horizontal-border: solid #e0e0e0;
    --ag-border-color: #e0e0e0;
}*/

/* Custom sidebar styling - Modern Design */
/*#customSidebar.offcanvas-end {
    width: 420px;
    max-width: 90vw;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}*/

/* Sidebar Header - Glass Morphism */
/*#customSidebar .offcanvas-header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 249, 250, 0.9) 100%);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#customSidebar .offcanvas-title {
    color: #2196f3 !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#customSidebar .btn-close {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    #customSidebar .btn-close:hover {
        background: rgba(255, 255, 255, 1);
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }*/

/* Sidebar Body - Enhanced Styling */
/*#customSidebar .offcanvas-body {
    background: transparent;
}*/

/* Quick Filter Section - Modern Design */
/*.sidebar-quick-filter {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 249, 250, 0.8) 100%) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}



    .sidebar-quick-filter .form-label {
        color: #2196f3 !important;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .sidebar-quick-filter .form-control {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 20px;
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }

        .sidebar-quick-filter .form-control:focus {
            background: rgba(255, 255, 255, 0.95);
            border-color: #2196f3;
            box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
        }

    .sidebar-quick-filter .input-group-text {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 20px 0 0 20px;
        backdrop-filter: blur(5px);
    }

    .sidebar-quick-filter .btn-outline-secondary {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0 20px 20px 0;
        backdrop-filter: blur(5px);
        transition: all 0.3s ease;
    }

        .sidebar-quick-filter .btn-outline-secondary:hover {
            background: rgba(255, 255, 255, 1);
        }*/

    /* Column Visibility Section */
    /*.sidebar-quick-filter + .mb-4 {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 249, 250, 0.8) 100%);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        margin-bottom: 1.5rem !important;
    }

        .sidebar-quick-filter + .mb-4 h6 {
            color: #2196f3 !important;
            font-weight: 600;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        }

        .sidebar-quick-filter + .mb-4 .border-bottom {
            border-color: rgba(255, 255, 255, 0.3) !important;
        }*/

/* Badge Styling */
/*.badge.bg-primary {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%) !important;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.badge.bg-success {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%) !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}*/

/* Button Styling - Modern Design */
/*#customSidebar .btn {
    border-radius: 20px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#customSidebar .btn-outline-success {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(56, 142, 60, 0.05) 100%);
    border: 1px solid rgba(76, 175, 80, 0.3);
    color: #4caf50;
}

    #customSidebar .btn-outline-success:hover {
        background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    }

#customSidebar .btn-outline-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 152, 0, 0.05) 100%);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #ff9800;
}

    #customSidebar .btn-outline-warning:hover {
        background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
    }*/

/* Form Check Styling */
/*.offcanvas-body .form-check-input {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

    .offcanvas-body .form-check-input:checked {
        background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
        border-color: #2196f3;
        box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
    }

    .offcanvas-body .form-check-input:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.offcanvas-body .form-check-label {
    color: #6b7280;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
}

    .offcanvas-body .form-check-label:hover {
        color: #000000;
    }*/

/* Accordion Styling */
/*.offcanvas-body .accordion-item {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    margin-bottom: 8px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

    .offcanvas-body .accordion-item:hover {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.offcanvas-body .accordion-button {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 249, 250, 0.9) 100%);
    border: none;
    border-radius: 20px;
    color: #2196f3;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .offcanvas-body .accordion-button:not(.collapsed) {
        background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
        color: white;
        box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
    }

    .offcanvas-body .accordion-button:focus {
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
        border: none;
    }

.offcanvas-body .accordion-body {
    background: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(5px);
}*/

/* List Styling */
/*.offcanvas-body .list-unstyled li {
    border-left: 2px solid rgba(33, 150, 243, 0.2);
    padding-left: 12px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

    .offcanvas-body .list-unstyled li:hover {
        border-left-color: rgba(33, 150, 243, 0.5);
        background: rgba(255, 255, 255, 0.3);
        border-radius: 8px;
    }

    .offcanvas-body .list-unstyled li:last-child {
        border-left: none;
    }*/

/* ===== RESPONSIVE DESIGN ===== */
/* Large screens */
/*@media (min-width: 1400px) {
    #customSidebar.offcanvas-end {
        width: 480px;
    }
}*/

/* Tablets */
/*@media (max-width: 992px) {
    #customSidebar.offcanvas-end {
        width: 380px;
    }
}*/

/* Mobile landscape */
/*@media (max-width: 768px) {
    #customSidebar.offcanvas-end {
        width: 350px;
        max-width: 85vw;
    }

    .form-check-input:focus,
    .btn:focus {
        outline: 3px solid #007bff;
        outline-offset: 1px;
    }
}*/

/* Mobile portrait */
/*@media (max-width: 576px) {
    #customSidebar.offcanvas-end {
        width: 320px;
        max-width: 80vw;
    }

    .sidebar-quick-filter,
    .sidebar-quick-filter .form-control {
        width: 100%;
    }

    .text-muted {
        font-size: 0.875rem;
    }

    .offcanvas-body .list-unstyled li {
        padding-left: 0.75rem;
    }

    .offcanvas-body .form-check-input {
        transform: scale(1.1);
    }*/
    /* Mobile grid adjustments */
    /*.ag-row,
    .ag-theme-quartz .ag-row {
        height: auto !important;
        min-height: 32px !important;
    }

    .ag-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 9999 !important;
    }*/
    /* Mobile form controls */
    /*.form-control, .form-select {
        font-size: 0.875rem;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }*/
    /* Mobile sidebar container */
    /*.sidebar-container {
        max-height: 300px;
        overflow-y: auto;
    }

    #dashboardStatus {
        font-size: 0.875rem;
        padding: 0.5rem;
    }

    .ag-theme-quartz {
        font-size: 0.875rem;
    }

    .ag-header-cell-text {
        font-size: 0.8rem;
    }
}

.form-control:focus {
    outline: 3px solid #007bff;
    outline-offset: 1px;
}

}
}*/

/* ===== DARK MODE STYLES ===== */
/*.dark-mode {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
}

    .dark-mode .navbar {
        background-color: #2d2d2d !important;
        border-bottom: 1px solid #404040 !important;
    }

    .dark-mode .navbar-brand {
        color: #ffffff !important;
    }

    .dark-mode .form-control,
    .dark-mode .form-select {
        background-color: #2d2d2d !important;
        border-color: #404040 !important;
        color: #ffffff !important;
    }

        .dark-mode .form-control:focus,
        .dark-mode .form-select:focus {
            background-color: #2d2d2d !important;
            border-color: #007bff !important;
            color: #ffffff !important;
        }

    .dark-mode .btn-outline-secondary {
        border-color: #404040 !important;
        color: #ffffff !important;
    }

        .dark-mode .btn-outline-secondary:hover {
            background-color: #404040 !important;
            color: #ffffff !important;
        }

    .dark-mode .offcanvas {
        background-color: #2d2d2d !important;
        color: #ffffff !important;
    }

    .dark-mode .offcanvas-header {
        border-bottom: 1px solid #404040 !important;
    }

    .dark-mode .offcanvas-body {
        background-color: #2d2d2d !important;
        color: #ffffff !important;
    }

    .dark-mode .form-check-label {
        color: #ffffff !important;
    }

    .dark-mode .list-unstyled li {
        border-left-color: #404040 !important;
    }*/

    /* AG-Grid Dark Mode */
    /*.dark-mode .ag-theme-quartz {
        --ag-background-color: #1e1e1e !important;
        --ag-foreground-color: #ffffff !important;
        --ag-header-background-color: #2d2d2d !important;
        --ag-header-foreground-color: #ffffff !important;
        --ag-row-hover-color: #2d2d2d !important;
        --ag-row-selected-color: #404040 !important;
        --ag-border-color: #404040 !important;
        --ag-cell-horizontal-border: solid #404040 !important;
        --ag-row-border-color: #404040 !important;
        --ag-input-border-color: #404040 !important;
        --ag-input-focus-border-color: #007bff !important;
        --ag-range-selection-border-color: #007bff !important;
        --ag-range-selection-background-color: rgba(0, 123, 255, 0.1) !important;
    }*/

/* ===== AG-GRID ENHANCEMENTS ===== */
/* Grid Lines Toggle */
/*.ag-theme-quartz.no-grid-lines {
    --ag-border-color: transparent;
    --ag-cell-horizontal-border: solid transparent;
    --ag-row-border-color: transparent;
}

    .ag-theme-quartz.no-grid-lines .ag-cell {
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    .ag-theme-quartz.no-grid-lines .ag-row {
        border-bottom: none !important;
        border-top: none !important;
    }

    .ag-theme-quartz.no-grid-lines .ag-header-cell {
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    .ag-theme-quartz.no-grid-lines .ag-header-row {
        border-bottom: none !important;
    }*/

/* Row Number Column Styling */
/*.row-number-cell {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #6c757d !important;
    text-align: center !important;
    border-right: 2px solid #dee2e6 !important;
}

.row-number-header {
    background-color: #e9ecef !important;
    font-weight: 700 !important;
    color: #495057 !important;
    text-align: center !important;
    border-right: 2px solid #dee2e6 !important;
}*/

/* Dark mode row number styling */
/*.dark-mode .row-number-cell {
    background-color: #2d2d2d !important;
    color: #adb5bd !important;
    border-right-color: #404040 !important;
}

.dark-mode .row-number-header {
    background-color: #404040 !important;
    color: #ffffff !important;
    border-right-color: #404040 !important;
}*/

/* Enhanced hover effects */
/*.ag-theme-quartz .ag-row-hover {
    background-color: #f0f2f5 !important;
    transition: background-color 0.2s ease !important;
}

.dark-mode .ag-theme-quartz .ag-row-hover {
    background-color: #2d2d2d !important;
}*/

/* Performance optimizations */
/*.ag-theme-quartz .ag-row {
    will-change: background-color;
    border-bottom: 1px solid #e0e0e0 !important;
}

    .ag-theme-quartz .ag-row:hover {
        border-bottom: 1px solid #c0c0c0 !important;
    }

.ag-theme-quartz .ag-cell {
    will-change: transform;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #e0e0e0 !important;
}

.ag-theme-quartz .ag-header-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ag-theme-quartz .ag-header-cell-resize {
    cursor: col-resize;
}*/

/* Responsive improvements */
/*@media (max-width: 576px) {
    .ag-header-cell {
        font-size: 0.875rem !important;
    }

    .ag-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
    }

    .dark-mode .ag-overlay {
        background-color: rgba(30, 30, 30, 0.9) !important;
    }
}*/

/* Accessibility improvements */
/*.skip-link:focus {
    outline: 3px solid #007bff !important;
    outline-offset: 2px !important;
}

.dark-mode .skip-link:focus {
    outline-color: #ffffff !important;
}*/

/* Accordion styling for column controls */
/*.offcanvas-body .accordion-button {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

    .offcanvas-body .accordion-button:not(.collapsed) {
        background-color: rgba(0, 123, 255, 0.1);
        color: #007bff;
    }

    .offcanvas-body .accordion-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        border-color: #007bff;
    }

    .offcanvas-body .accordion-button:not(.collapsed) .fas.fa-chevron-down {
        transform: rotate(180deg);
    }

    .offcanvas-body .accordion-button .fas.fa-chevron-down {
        transition: transform 0.2s ease;
    }

.offcanvas-body .accordion-item {
    border: none;
    margin-bottom: 0.25rem;
}

.offcanvas-body .accordion-body {
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
}*/

/* Dark mode accordion styling */
/*.dark-mode .offcanvas-body .accordion-button {
    background-color: transparent;
    color: #ffffff;
}

    .dark-mode .offcanvas-body .accordion-button:not(.collapsed) {
        background-color: rgba(0, 123, 255, 0.2);
        color: #ffffff;
    }

    .dark-mode .offcanvas-body .accordion-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }*/

/* ===== GRADIENT ENHANCEMENTS ===== */
/* Navbar gradient background */
/*.navbar.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}*/

/* Button gradient effects */
/*.btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%) !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.3) !important;
}

    .btn-primary:hover {
        background: linear-gradient(135deg, #0b5ed7 0%, #0a58ca 100%) !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 8px rgba(13, 110, 253, 0.4) !important;
    }

.btn-success {
    background: linear-gradient(135deg, #198754 0%, #157347 100%) !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(25, 135, 84, 0.3) !important;
}

    .btn-success:hover {
        background: linear-gradient(135deg, #157347 0%, #146c43 100%) !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 8px rgba(25, 135, 84, 0.4) !important;
    }

.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3) !important;
    color: #000 !important;
}

    .btn-warning:hover {
        background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%) !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 8px rgba(255, 193, 7, 0.4) !important;
        color: #000 !important;
    }

.btn-info {
    background: linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%) !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(13, 202, 240, 0.3) !important;
}

    .btn-info:hover {
        background: linear-gradient(135deg, #0aa2c0 0%, #099aa7 100%) !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 8px rgba(13, 202, 240, 0.4) !important;
    }*/

/* Outline button gradients */
/*.btn-outline-primary {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(11, 94, 215, 0.05) 100%) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
}

    .btn-outline-primary::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: inherit !important;
        padding: 2px !important;
        background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%) !important;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }

    .btn-outline-primary:hover {
        background: linear-gradient(135deg, rgba(13, 110, 253, 0.15) 0%, rgba(11, 94, 215, 0.1) 100%) !important;
        transform: translateY(-1px) !important;
    }

.btn-outline-success {
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.1) 0%, rgba(21, 115, 71, 0.05) 100%) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
}

    .btn-outline-success::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: inherit !important;
        padding: 2px !important;
        background: linear-gradient(135deg, #198754 0%, #157347 100%) !important;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }

    .btn-outline-success:hover {
        background: linear-gradient(135deg, rgba(25, 135, 84, 0.15) 0%, rgba(21, 115, 71, 0.1) 100%) !important;
        transform: translateY(-1px) !important;
    }

.btn-outline-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(224, 168, 0, 0.05) 100%) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
}

    .btn-outline-warning::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: inherit !important;
        padding: 2px !important;
        background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }

    .btn-outline-warning:hover {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(224, 168, 0, 0.1) 100%) !important;
        transform: translateY(-1px) !important;
    }

.btn-outline-secondary {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.1) 0%, rgba(73, 80, 87, 0.05) 100%) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
}

    .btn-outline-secondary::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: inherit !important;
        padding: 2px !important;
        background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }

    .btn-outline-secondary:hover {
        background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(73, 80, 87, 0.1) 100%) !important;
        transform: translateY(-1px) !important;
    }

.btn-outline-info {
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.1) 0%, rgba(10, 162, 192, 0.05) 100%) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
}

    .btn-outline-info::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: inherit !important;
        padding: 2px !important;
        background: linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%) !important;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }

    .btn-outline-info:hover {
        background: linear-gradient(135deg, rgba(13, 202, 240, 0.15) 0%, rgba(10, 162, 192, 0.1) 100%) !important;
        transform: translateY(-1px) !important;
    }*/

/* Badge gradients */
/*.badge.bg-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%) !important;
    box-shadow: 0 1px 3px rgba(13, 110, 253, 0.3) !important;
}

.badge.bg-success {
    background: linear-gradient(135deg, #198754 0%, #157347 100%) !important;
    box-shadow: 0 1px 3px rgba(25, 135, 84, 0.3) !important;
}

.badge.bg-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
    box-shadow: 0 1px 3px rgba(255, 193, 7, 0.3) !important;
    color: #000 !important;
}

.badge.bg-info {
    background: linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%) !important;
    box-shadow: 0 1px 3px rgba(13, 202, 240, 0.3) !important;
}

.badge.bg-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
    box-shadow: 0 1px 3px rgba(108, 117, 125, 0.3) !important;
}*/

/* Sidebar header gradient */
/*.offcanvas-header.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
}*/

/* Quick filter section gradient */
/*.sidebar-quick-filter.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}*/

/* Input group gradient borders */
/*.input-group:focus-within {
    transform: scale(1.02);
    transition: all 0.3s ease;
}

    .input-group:focus-within .form-control {
        border-color: transparent !important;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%) !important;
        position: relative !important;
    }

        .input-group:focus-within .form-control::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            border-radius: inherit !important;
            padding: 1px !important;
            background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%) !important;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
            -webkit-mask-composite: xor !important;
            mask-composite: exclude !important;
        }*/

/* Dropdown menu gradients */
/*.dropdown-menu {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(11, 94, 215, 0.05) 100%) !important;
}*/

/* ===== DARK MODE COMPONENTS ===== */
/* Toast notifications */
/*.dark-mode .toast {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
    border-color: #404040 !important;
}

.dark-mode .toast-header {
    background-color: #404040 !important;
    color: #ffffff !important;
    border-bottom-color: #404040 !important;
}*/

/* Loading overlay */
/*.dark-mode #loadingOverlay {
    background-color: rgba(30, 30, 30, 0.9) !important;
    color: #ffffff !important;
}*/

/* Modal */
/*.dark-mode .modal-content {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
    border-color: #404040 !important;
}

.dark-mode .modal-header {
    border-bottom-color: #404040 !important;
}

.dark-mode .modal-footer {
    border-top-color: #404040 !important;
}*/

/* Search input styling */
/*.input-group:focus-within {
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.dark-mode .input-group .form-control {
    background-color: #2d2d2d !important;
    border-color: #404040 !important;
    color: #ffffff !important;
}

.dark-mode .input-group .input-group-text {
    background-color: #2d2d2d !important;
    border-color: #404040 !important;
    color: #adb5bd !important;
}

.dark-mode .input-group .form-control:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}*/

/* Sidebar accordion */
/*.dark-mode .sidebar-accordion-list {
    border-left-color: #404040;
}

    .dark-mode .sidebar-accordion-list .accordion-body {
        border-left-color: #007bff;
        background-color: rgba(0, 123, 255, 0.1) !important;
    }

    .dark-mode .sidebar-accordion-list .form-check:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }*/

/* ===== DARK MODE COLORED GROUPS ===== */
/*.dark-mode .group-basic-info .accordion-button {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.dark-mode .group-basic-info .accordion-body {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.2) 0%, rgba(200, 35, 51, 0.1) 100%);
}

.dark-mode .group-personal-data .accordion-button {
    background: linear-gradient(135deg, #5dd5f3 0%, #4ccce6 100%);
}

.dark-mode .group-personal-data .accordion-body {
    background: linear-gradient(135deg, rgba(93, 213, 243, 0.2) 0%, rgba(76, 204, 230, 0.1) 100%);
}

.dark-mode .group-employment-data .accordion-button {
    background: linear-gradient(135deg, #8e6a9b 0%, #72547c 100%);
}

.dark-mode .group-employment-data .accordion-body {
    background: linear-gradient(135deg, rgba(142, 106, 155, 0.2) 0%, rgba(114, 84, 124, 0.1) 100%);
}

.dark-mode .group-fixed-data-blue .accordion-button {
    background: linear-gradient(135deg, #375a7f 0%, #2c4866 100%);
}

.dark-mode .group-fixed-data-blue .accordion-body {
    background: linear-gradient(135deg, rgba(55, 90, 127, 0.2) 0%, rgba(44, 72, 102, 0.1) 100%);
}

.dark-mode .group-variable-data .accordion-button {
    background: linear-gradient(135deg, #d19c47 0%, #b8853e 100%);
}

.dark-mode .group-variable-data .accordion-body {
    background: linear-gradient(135deg, rgba(209, 156, 71, 0.2) 0%, rgba(184, 133, 62, 0.1) 100%);
}*/

/* Light variations */
/*.dark-mode .group-basic-info-light .accordion-button,
.dark-mode .group-basic-info-lighter .accordion-button {
    background: linear-gradient(135deg, #e74c3c 0%, #d63031 100%);
}

.dark-mode .group-personal-data-light .accordion-button,
.dark-mode .group-personal-data-lighter .accordion-button {
    background: linear-gradient(135deg, #8debf8 0%, #7ce6f5 100%);
}

.dark-mode .group-employment-data-light .accordion-button,
.dark-mode .group-employment-data-lighter .accordion-button {
    background: linear-gradient(135deg, #9a7bb0 0%, #7d6591 100%);
}

.dark-mode .group-fixed-data-blue-light .accordion-button,
.dark-mode .group-fixed-data-blue-lighter .accordion-button {
    background: linear-gradient(135deg, #4a6fa5 0%, #3e5c8a 100%);
}

.dark-mode .group-variable-data-light .accordion-button,
.dark-mode .group-variable-data-lighter .accordion-button {
    background: linear-gradient(135deg, #d4a562 0%, #b8924f 100%);
}*/
/* Laptop Screen Optimizations */
/*@media (max-width: 1366px) and (min-width: 1024px) {*/
    /* Compact title for laptop screens */
    /*.laptop-title {
        font-size: 1.25rem !important;
        font-weight: 600 !important;
    }*/
    /* Optimize navbar layout for laptop screens */
    /*.laptop-navbar {
        gap: 0.25rem !important;
    }*/
    /* Compact sections with reduced margins */
    /*.laptop-section {
        margin-right: 0.5rem !important;
    }*/
    /* Smaller buttons for laptop screens */
    /*.laptop-btn {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
        min-width: auto !important;
    }*/
    /* Compact search bar */
    /*.laptop-search {
        min-width: 250px !important;
        max-width: 400px !important;
    }*/
    /* Reduce gaps between elements */
    /*.laptop-navbar .gap-1 {
        gap: 0.25rem !important;
    }

    .laptop-navbar .gap-2 {
        gap: 0.5rem !important;
    }*/
    /* Compact dropdown buttons */
    /*.laptop-btn.dropdown-toggle::after {
        margin-left: 0.25rem !important;
    }*/
    /* Smaller icons in buttons */
    /*.laptop-btn .fas {
        font-size: 0.75rem !important;
    }*/
    /* Compact input groups */
    /*.laptop-search .input-group-sm > .form-control,
    .laptop-search .input-group-sm > .input-group-text {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.75rem !important;
    }*/
    /* Ensure buttons don't wrap */
    /*.laptop-navbar {
        flex-wrap: nowrap !important;
    }*/
    /* Responsive text sizing */
    /*.laptop-btn span {
        font-size: 0.75rem !important;
    }
}*/

/* Extra small laptop screens (1024px - 1200px) */
/*@media (max-width: 1200px) and (min-width: 1024px) {
    .laptop-title {
        font-size: 1.1rem !important;
    }

    .laptop-search {
        min-width: 200px !important;
        max-width: 300px !important;
    }

    .laptop-btn {
        padding: 0.2rem 0.4rem !important;
        font-size: 0.7rem !important;
    }*/
        /* Hide some text on very small laptop screens */
        /*.laptop-btn .btn-text {
            display: none !important;
        }*/
        /* Show only icons for some buttons */
        /*.laptop-btn.icon-only {
            width: 2rem !important;
            height: 2rem !important;
            padding: 0.25rem !important;
        }
}*/

/* Medium laptop screens (1200px - 1366px) */
/*@media (min-width: 1200px) and (max-width: 1366px) {
    .laptop-search {
        min-width: 300px !important;
        max-width: 450px !important;
    }
}*/

/* Ensure proper spacing on all laptop sizes */
/*@media (max-width: 1366px) and (min-width: 1024px) {
    .navbar-nav {
        align-items: center !important;
    }*/
    /* Prevent wrapping of navbar items */
    /*.laptop-navbar > * {
        flex-shrink: 0 !important;
    }*/
    /* Allow search to grow but not too much */
    /*.laptop-search {
        flex: 1 1 auto !important;
    }
}*/
