@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Applications/Components/CustomerCartsTable.razor.rz.scp.css */
/* Customer carts table styling */
.customer-carts-table[b-h226spwd8i] {
    --bs-table-bg: transparent;
    border-collapse: separate;
    border-spacing: 0;
}

.customer-carts-table thead th[b-h226spwd8i] {
    background-color: var(--bs-tertiary-bg);
    border-bottom: 2px solid var(--bs-border-color);
  font-weight: 600;
    padding: 0.75rem;
    font-size: 0.875rem;
    white-space: nowrap;
}

.customer-carts-table tbody tr[b-h226spwd8i] {
 border-bottom: 1px solid var(--bs-border-color);
    transition: background-color 0.2s ease;
}

.customer-carts-table tbody tr:hover[b-h226spwd8i] {
    background-color: var(--bs-tertiary-bg);
}

.customer-carts-table tbody td[b-h226spwd8i] {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: none;
    font-size: 0.875rem;
}

.cart-id-code[b-h226spwd8i] {
    background-color: var(--bs-info-bg-subtle);
    color: var(--bs-info-text-emphasis);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-family: var(--bs-font-monospace);
    font-size: 0.8125em;
    white-space: nowrap;
}

/* Responsive design for customer carts table */
@media (max-width: 992px) {
    .customer-carts-table thead[b-h226spwd8i] {
        display: none;
    }

  .customer-carts-table tbody tr[b-h226spwd8i] {
        display: block;
     border: 1px solid var(--bs-border-color);
     border-radius: 0.5rem;
        margin-bottom: 1rem;
padding: 1rem;
    }

    .customer-carts-table tbody td[b-h226spwd8i] {
  display: block;
    padding: 0.5rem 0;
        border: none;
        text-align: left !important;
    }

    .customer-carts-table tbody td[b-h226spwd8i]:before {
      content: attr(data-label) ": ";
        font-weight: bold;
 display: inline-block;
  width: 140px;
    }

    .customer-carts-table tbody td[data-label="Actions"][b-h226spwd8i] {
        text-align: center !important;
        padding-top: 1rem;
        border-top: 1px solid var(--bs-border-color);
        margin-top: 0.5rem;
    }

    .customer-carts-table tbody td[data-label="Actions"][b-h226spwd8i]:before {
        display: none;
    }
}
/* /Applications/Pages/Flow.razor.rz.scp.css */
.flow-page[b-e4wymrn8sp] {
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}

.flow-page .card[b-e4wymrn8sp] {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.flow-page .card-header[b-e4wymrn8sp] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.flow-page .table th[b-e4wymrn8sp] {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.flow-page .table td[b-e4wymrn8sp] {
    vertical-align: middle;
}

.flow-page .table-hover tbody tr:hover[b-e4wymrn8sp] {
    background-color: #e3f2fd;
}

.flow-page .table-active[b-e4wymrn8sp] {
    background-color: #bbdefb !important;
}

[b-e4wymrn8sp] .detail-field {
    margin-bottom: 0.25rem;
}

[b-e4wymrn8sp] .compare-table .attribute-column {
    width: 150px;
    min-width: 150px;
    background-color: #f8f9fa;
    font-weight: 500;
}

[b-e4wymrn8sp] .compare-table .product-column {
    min-width: 200px;
}

[b-e4wymrn8sp] .compare-table .table-warning {
    background-color: #fff3cd !important;
}

[b-e4wymrn8sp] .flow-detail-panel h6 {
    font-size: 0.875rem;
    color: #495057;
}

[b-e4wymrn8sp] .flow-compare .table {
    font-size: 0.85rem;
}
/* /Components/SidebarToggle.razor.rz.scp.css */
.sidebar-toggle-container[b-ogsx4p8gfe] {
    display: flex;
    align-items: center;
}

.sidebar-toggle-btn[b-ogsx4p8gfe] {
    border: 1px solid var(--bs-border-color);
    transition: all 0.3s ease;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    background-color: transparent;
    position: relative;
}

.sidebar-toggle-btn:hover[b-ogsx4p8gfe] {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-secondary-border-subtle);
    transform: scale(1.05);
}

.sidebar-toggle-icon[b-ogsx4p8gfe] {
    font-size: 1.25rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sidebar-toggle-fallback[b-ogsx4p8gfe] {
    font-size: 1.25rem;
    display: none;
    transition: all 0.3s ease;
}

/* Show fallback if Bootstrap Icons fail to load */
.sidebar-toggle-btn:not(:has(.bi)) .sidebar-toggle-fallback[b-ogsx4p8gfe],
.sidebar-toggle-icon:not([class*="bi-"]) + .sidebar-toggle-fallback[b-ogsx4p8gfe] {
    display: inline-block;
}

.sidebar-toggle-btn:has(.bi) .sidebar-toggle-fallback[b-ogsx4p8gfe] {
    display: none;
}

.sidebar-toggle-btn:hover .sidebar-toggle-icon[b-ogsx4p8gfe],
.sidebar-toggle-btn:hover .sidebar-toggle-fallback[b-ogsx4p8gfe] {
    transform: scale(1.1);
}

/* Icon colors for better visibility */
.sidebar-toggle-icon[b-ogsx4p8gfe] {
    color: #6c757d;
}

.sidebar-toggle-btn:hover .sidebar-toggle-icon[b-ogsx4p8gfe] {
    color: #495057;
}

/* Dark mode specific styling */
[data-bs-theme="dark"] .sidebar-toggle-icon[b-ogsx4p8gfe] {
    color: #adb5bd;
}

[data-bs-theme="dark"] .sidebar-toggle-btn:hover .sidebar-toggle-icon[b-ogsx4p8gfe] {
    color: #f8f9fa;
}

/* Consistent color for menu icon in both states */
.bi-list[b-ogsx4p8gfe] {
    color: #0d6efd !important;
}

[data-bs-theme="dark"] .bi-list[b-ogsx4p8gfe] {
    color: #6ea8fe !important;
}

/* Enhanced hover effect for menu icon */
.sidebar-toggle-btn:hover .bi-list[b-ogsx4p8gfe] {
    color: #0b5ed7 !important;
}

[data-bs-theme="dark"] .sidebar-toggle-btn:hover .bi-list[b-ogsx4p8gfe] {
    color: #9ec5fe !important;
}

/* Fallback emoji styling */
.sidebar-toggle-fallback[b-ogsx4p8gfe] {
    filter: none;
    opacity: 0.8;
    color: #0d6efd;
}

[data-bs-theme="dark"] .sidebar-toggle-fallback[b-ogsx4p8gfe] {
    color: #6ea8fe;
}

.sidebar-toggle-btn:hover .sidebar-toggle-fallback[b-ogsx4p8gfe] {
    opacity: 1;
    filter: brightness(1.2);
    color: #0b5ed7;
}

[data-bs-theme="dark"] .sidebar-toggle-btn:hover .sidebar-toggle-fallback[b-ogsx4p8gfe] {
    color: #9ec5fe;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sidebar-toggle-btn[b-ogsx4p8gfe] {
        padding: 0.375rem 0.5rem;
    }
    
    .sidebar-toggle-icon[b-ogsx4p8gfe],
    .sidebar-toggle-fallback[b-ogsx4p8gfe] {
        font-size: 1.1rem;
    }
}

/* Animation when sidebar state changes */
.sidebar-toggle-icon[b-ogsx4p8gfe],
.sidebar-toggle-fallback[b-ogsx4p8gfe] {
    animation: iconPulse-b-ogsx4p8gfe 0.3s ease-in-out;
}

@keyframes iconPulse-b-ogsx4p8gfe {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Force emoji fallback if Bootstrap Icons aren't working */
@supports not (font-family: "bootstrap-icons") {
    .sidebar-toggle-icon[b-ogsx4p8gfe] {
        display: none !important;
    }
    .sidebar-toggle-fallback[b-ogsx4p8gfe] {
        display: inline-block !important;
    }
}
/* /Components/ThemeToggle.razor.rz.scp.css */
.theme-toggle-container[b-1lk8k41fk2] {
    display: flex;
    align-items: center;
}

.theme-toggle-btn[b-1lk8k41fk2] {
    border: 1px solid var(--bs-border-color);
    transition: all 0.3s ease;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    background-color: transparent;
    position: relative;
}

.theme-toggle-btn:hover[b-1lk8k41fk2] {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-secondary-border-subtle);
    transform: scale(1.05);
}

.theme-icon[b-1lk8k41fk2] {
    font-size: 1.25rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.theme-icon-fallback[b-1lk8k41fk2] {
    font-size: 1.25rem;
    display: none;
    transition: all 0.3s ease;
}

/* Show fallback if Bootstrap Icons fail to load */
.theme-toggle-btn:not(:has(.bi)) .theme-icon-fallback[b-1lk8k41fk2],
.theme-icon:not([class*="bi-"]) + .theme-icon-fallback[b-1lk8k41fk2] {
    display: inline-block;
}

.theme-toggle-btn:has(.bi) .theme-icon-fallback[b-1lk8k41fk2] {
    display: none;
}

.theme-toggle-btn:hover .theme-icon[b-1lk8k41fk2],
.theme-toggle-btn:hover .theme-icon-fallback[b-1lk8k41fk2] {
    transform: rotate(20deg);
}

/* Icon colors for better visibility */
.theme-icon[b-1lk8k41fk2] {
    color: #6c757d;
}

.theme-toggle-btn:hover .theme-icon[b-1lk8k41fk2] {
    color: #495057;
}

/* Dark mode specific styling */
[data-bs-theme="dark"] .theme-icon[b-1lk8k41fk2] {
    color: #adb5bd;
}

[data-bs-theme="dark"] .theme-toggle-btn:hover .theme-icon[b-1lk8k41fk2] {
    color: #f8f9fa;
}

/* Special colors for sun and moon Bootstrap icons */
.bi-sun-fill[b-1lk8k41fk2] {
    color: #ffc107 !important;
}

.bi-moon-fill[b-1lk8k41fk2] {
    color: #6f42c1 !important;
}

[data-bs-theme="dark"] .bi-sun-fill[b-1lk8k41fk2] {
    color: #ffca2c !important;
}

[data-bs-theme="dark"] .bi-moon-fill[b-1lk8k41fk2] {
    color: #8a63d2 !important;
}

/* Fallback emoji styling */
.theme-icon-fallback[b-1lk8k41fk2] {
    filter: none;
    opacity: 0.8;
}

.theme-toggle-btn:hover .theme-icon-fallback[b-1lk8k41fk2] {
    opacity: 1;
    filter: brightness(1.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .theme-toggle-btn[b-1lk8k41fk2] {
        padding: 0.375rem 0.5rem;
    }
    
    .theme-icon[b-1lk8k41fk2],
    .theme-icon-fallback[b-1lk8k41fk2] {
        font-size: 1.1rem;
    }
}

/* Animation when theme changes */
.theme-icon[b-1lk8k41fk2],
.theme-icon-fallback[b-1lk8k41fk2] {
    animation: iconFadeIn-b-1lk8k41fk2 0.3s ease-in-out;
}

@keyframes iconFadeIn-b-1lk8k41fk2 {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Ensure only one icon shows at a time */
.theme-toggle-btn .theme-icon:not(.bi)[b-1lk8k41fk2] {
    display: none;
}

/* Force emoji fallback if Bootstrap Icons aren't working */
@supports not (font-family: "bootstrap-icons") {
    .theme-icon[b-1lk8k41fk2] {
        display: none !important;
    }
    .theme-icon-fallback[b-1lk8k41fk2] {
        display: inline-block !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* =============================================================================
   SKIP MainLayout - Bell.ca Inspired Modern Design
   Clean, horizontal navigation with optional sidebar
   ============================================================================= */

/* =============================================================================
   LAYOUT STRUCTURE
   ============================================================================= */

.skip-layout[b-hsm8tpbzeo] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background-color: var(--skip-bg-secondary);
}

/* =============================================================================
   HEADER - Top Navigation Bar
   ============================================================================= */

.skip-header[b-hsm8tpbzeo] {
    background-color: var(--skip-bg-primary);
    border-bottom: 1px solid var(--skip-border-subtle);
    height: var(--skip-header-height);
    position: sticky;
    top: 0;
    z-index: var(--skip-z-sticky);
    box-shadow: var(--skip-shadow-sm);
}

.skip-header-container[b-hsm8tpbzeo] {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    padding: 0 var(--skip-space-4);
    gap: var(--skip-space-6);
    margin: 0 !important;
}

/* Brand Section */
.skip-header-brand[b-hsm8tpbzeo] {
    display: flex;
    align-items: center;
    gap: var(--skip-space-3);
}

.skip-menu-toggle[b-hsm8tpbzeo] {
    display: flex; /* Always show on mobile */
    background: none;
    border: none;
    font-size: var(--skip-font-2xl);
    color: var(--skip-text-primary);
    cursor: pointer;
    padding: var(--skip-space-2);
    border-radius: var(--skip-radius);
    transition: background-color var(--skip-transition-fast);
}

.skip-menu-toggle:hover[b-hsm8tpbzeo] {
    background-color: var(--skip-bg-secondary);
}

.skip-logo[b-hsm8tpbzeo] {
    display: flex;
    align-items: center;
    gap: var(--skip-space-3);
    text-decoration: none;
    color: var(--skip-text-primary);
    font-weight: var(--skip-font-bold);
    transition: opacity var(--skip-transition-fast);
}

.skip-logo:hover[b-hsm8tpbzeo] {
    opacity: 0.8;
}

.skip-logo-img[b-hsm8tpbzeo] {
    height: 2rem;
    width: auto;
}

.skip-brand-text[b-hsm8tpbzeo] {
    font-size: var(--skip-font-xl);
    font-weight: var(--skip-font-bold);
    letter-spacing: 0.05em;
    color: var(--skip-primary);
    text-transform: uppercase;
}

/* Primary Navigation */
.skip-primary-nav[b-hsm8tpbzeo] {
    display: none; /* Hidden on mobile */
    align-items: center;
    gap: var(--skip-space-2);
}

.skip-nav-link[b-hsm8tpbzeo] {
    padding: var(--skip-space-2) var(--skip-space-4);
    color: var(--skip-text-primary);
    text-decoration: none;
    font-weight: var(--skip-font-medium);
    font-size: var(--skip-font-base);
    border-radius: var(--skip-radius);
    transition: all var(--skip-transition-fast);
    position: relative;
}

.skip-nav-link:hover[b-hsm8tpbzeo] {
    color: var(--skip-primary);
    background-color: var(--skip-bg-secondary);
}

.skip-nav-link.active[b-hsm8tpbzeo] {
    color: var(--skip-primary);
}

.skip-nav-link.active[b-hsm8tpbzeo]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: var(--skip-primary);
}

/* Header Actions */
.skip-header-actions[b-hsm8tpbzeo] {
    display: flex;
    align-items: center;
    gap: var(--skip-space-3);
    margin-left: auto;
}

.skip-user-menu[b-hsm8tpbzeo] {
    display: flex;
    align-items: center;
    gap: var(--skip-space-2);
    padding: var(--skip-space-2) var(--skip-space-3);
    background-color: var(--skip-bg-secondary);
    border: 1px solid var(--skip-border-subtle);
    border-radius: var(--skip-radius);
    color: var(--skip-text-primary);
    font-weight: var(--skip-font-medium);
    cursor: pointer;
    transition: all var(--skip-transition-fast);
}

.skip-user-menu:hover[b-hsm8tpbzeo] {
    background-color: var(--skip-bg-tertiary);
    border-color: var(--skip-border);
}

.skip-user-name[b-hsm8tpbzeo] {
    display: none; /* Hidden on mobile */
}

/* =============================================================================
   SIDEBAR - Secondary Navigation
   ============================================================================= */

.skip-sidebar[b-hsm8tpbzeo] {
    background-color: var(--skip-bg-primary);
    border-right: 1px solid var(--skip-border-subtle);
    position: fixed;
    top: var(--skip-header-height);
    left: 0;
    bottom: 0;
    width: var(--skip-sidebar-width);
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform var(--skip-transition-base);
    z-index: var(--skip-z-fixed);
    box-shadow: var(--skip-shadow-lg);
    /* Hidden by default on mobile */
    transform: translateX(-100%);
}

.skip-sidebar.expanded[b-hsm8tpbzeo] {
    transform: translateX(0);
}

.skip-sidebar.collapsed[b-hsm8tpbzeo] {
    width: var(--skip-sidebar-width-collapsed);
    transform: translateX(0);
}

/* =============================================================================
   MAIN CONTENT AREA
   ============================================================================= */

.skip-main[b-hsm8tpbzeo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    transition: margin-left var(--skip-transition-base);
    overflow-y: auto;
    overflow-x: hidden;
    /* Ensure proper height calculation for scrolling */
    min-height: 0;
    height: calc(100vh - var(--skip-header-height));
}

.skip-content[b-hsm8tpbzeo] {
    flex: 1;
    max-width: var(--skip-container-2xl);
    width: 100%;
    margin: 0 auto;
    padding: var(--skip-space-8) var(--skip-space-4);
}

/* =============================================================================
   RESPONSIVE DESIGN
   ============================================================================= */

/* Tablet and Desktop */
@media (min-width: 768px) {
    .skip-primary-nav[b-hsm8tpbzeo] {
        display: flex;
    }

    .skip-user-name[b-hsm8tpbzeo] {
        display: inline;
    }

    /* Sidebar visible by default on tablet+ */
    .skip-sidebar[b-hsm8tpbzeo] {
        transform: translateX(0);
        box-shadow: var(--skip-shadow-sm);
    }

    .skip-main.sidebar-expanded[b-hsm8tpbzeo] {
        margin-left: var(--skip-sidebar-width);
    }

    .skip-main.sidebar-collapsed[b-hsm8tpbzeo] {
        margin-left: var(--skip-sidebar-width-collapsed);
    }

    /* Collapsed sidebar still visible, just narrower */
    .skip-sidebar.collapsed[b-hsm8tpbzeo] {
        transform: translateX(0);
    }
}

/* Large Desktop */
@media (min-width: 1280px) {
    .skip-content[b-hsm8tpbzeo] {
        padding: var(--skip-space-12) var(--skip-space-6);
    }
}

/* Mobile Overlay for Sidebar */
@media (max-width: 767px) {
    /* Enhanced shadow when sidebar is open on mobile */
    .skip-sidebar.expanded[b-hsm8tpbzeo] {
        box-shadow: var(--skip-shadow-2xl);
    }

    /* Keep collapsed sidebar hidden on mobile */
    .skip-sidebar.collapsed[b-hsm8tpbzeo] {
        transform: translateX(-100%);
    }

    /* Add backdrop when sidebar is open on mobile */
    .skip-layout[data-sidebar="expanded"][b-hsm8tpbzeo]::before {
        content: '';
        position: fixed;
        top: var(--skip-header-height);
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: calc(var(--skip-z-fixed) - 1);
        animation: fadeIn-b-hsm8tpbzeo 0.2s ease;
    }

    @keyframes fadeIn-b-hsm8tpbzeo {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

/* =============================================================================
   DARK MODE ADJUSTMENTS
   ============================================================================= */

[data-bs-theme="dark"] .skip-header[b-hsm8tpbzeo] {
    box-shadow: var(--skip-shadow);
}

[data-bs-theme="dark"] .skip-sidebar[b-hsm8tpbzeo] {
    box-shadow: var(--skip-shadow-md);
}

/* =============================================================================
   ACCESSIBILITY & REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .skip-sidebar[b-hsm8tpbzeo],
    .skip-main[b-hsm8tpbzeo],
    .skip-nav-link[b-hsm8tpbzeo],
    .skip-user-menu[b-hsm8tpbzeo],
    .skip-menu-toggle[b-hsm8tpbzeo] {
        transition: none;
    }
}

/* Focus Visible Styles */
.skip-menu-toggle:focus-visible[b-hsm8tpbzeo],
.skip-nav-link:focus-visible[b-hsm8tpbzeo],
.skip-user-menu:focus-visible[b-hsm8tpbzeo] {
    outline: 2px solid var(--skip-primary);
    outline-offset: 2px;
}

/* =============================================================================
   UTILITY CLASSES
   ============================================================================= */

/* Print Styles */
@media print {
    .skip-header[b-hsm8tpbzeo],
    .skip-sidebar[b-hsm8tpbzeo] {
        display: none;
    }

    .skip-main[b-hsm8tpbzeo] {
        margin-left: 0 !important;
    }

    .skip-content[b-hsm8tpbzeo] {
        max-width: 100%;
        padding: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* =============================================================================
   CSS Custom Properties (Design Tokens)
   Compatible with Bootstrap 5 theming system
   ============================================================================= */

:root[b-68ox2by4hy] {
    /* Sidebar colors - Light mode */
    --sidebar-bg-light: #ffffff;
    --sidebar-text-light: #212529;
    --sidebar-text-hover-light: #0d6efd;
    --sidebar-text-active-light: #343a40;
    --sidebar-border-light: #e9ecef;
    --sidebar-section-header-light: #495057;

    /* Sidebar colors - Dark mode */
    --sidebar-bg-dark: #1a1d20;
    --sidebar-text-dark: #f8f9fa;
    --sidebar-text-hover-dark: #ffffff;
    --sidebar-text-active-dark: #0dcaf0;
    --sidebar-border-dark: #2d3238;
    --sidebar-section-header-dark: #adb5bd;

    /* Active theme variables (default light) */
    --sidebar-bg: var(--sidebar-bg-light);
    --sidebar-text: var(--sidebar-text-light);
    --sidebar-text-hover: var(--sidebar-text-hover-light);
    --sidebar-text-active: var(--sidebar-text-active-light);
    --sidebar-border: var(--sidebar-border-light);
    --sidebar-section-header: var(--sidebar-section-header-light);

    /* Top row colors */
    --top-row-bg-light: #ffffff;
    --top-row-bg-dark: #1a1d20;
    --top-row-border-light: #e9ecef;
    --top-row-border-dark: #2d3238;

    --top-row-bg: var(--top-row-bg-light);
    --top-row-border: var(--top-row-border-light);
    --top-row-text: var(--sidebar-text);
    --top-row-text-hover: var(--sidebar-text-hover);
}

/* Dark mode theme variables */
[data-bs-theme="dark"][b-68ox2by4hy] {
    --sidebar-bg: var(--sidebar-bg-dark);
    --sidebar-text: var(--sidebar-text-dark);
    --sidebar-text-hover: var(--sidebar-text-hover-dark);
    --sidebar-text-active: var(--sidebar-text-active-dark);
    --sidebar-border: var(--sidebar-border-dark);
    --sidebar-section-header: var(--sidebar-section-header-dark);
    --top-row-bg: var(--top-row-bg-dark);
    --top-row-border: var(--top-row-border-dark);
}

/* =============================================================================
   Navigation Menu Content
   ============================================================================= */

.nav-menu-content[b-68ox2by4hy] {
    padding: var(--skip-space-4) 0;
    /* Remove height and overflow - let parent sidebar handle scrolling */
}

/* Custom scrollbar styling - Apply to sidebar instead */
.skip-sidebar[b-68ox2by4hy]::-webkit-scrollbar {
    width: 6px;
}

.skip-sidebar[b-68ox2by4hy]::-webkit-scrollbar-track {
    background: transparent;
}

.skip-sidebar[b-68ox2by4hy]::-webkit-scrollbar-thumb {
    background-color: var(--sidebar-border);
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.skip-sidebar[b-68ox2by4hy]::-webkit-scrollbar-thumb:hover {
    background-color: var(--sidebar-text);
    opacity: 0.5;
}

/* Firefox scrollbar - Apply to sidebar */
.skip-sidebar[b-68ox2by4hy] {
    scrollbar-width: thin;
    scrollbar-color: var(--sidebar-border) transparent;
}

/* =============================================================================
   Bootstrap Icons
   ============================================================================= */

.bi[b-68ox2by4hy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    /* Ensure icons inherit color for currentColor to work */
    color: inherit;
}

/* Force icon color in light mode */
:root .nav-item[b-68ox2by4hy]  a .bi,
:root .bi[b-68ox2by4hy] {
    filter: brightness(0) saturate(100%) invert(13%) sepia(8%) saturate(1115%) hue-rotate(169deg) brightness(95%) contrast(92%);
}

/* Force icon color in dark mode to be light */
[data-bs-theme="dark"] .nav-item[b-68ox2by4hy]  a .bi,
[data-bs-theme="dark"] .bi[b-68ox2by4hy] {
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* Icon color on hover */
.nav-item:hover .bi[b-68ox2by4hy] {
    transform: scale(1.1);
}

/* Active state icon color */
:root .nav-item[b-68ox2by4hy]  a.active .bi {
    filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(2430%) hue-rotate(207deg) brightness(99%) contrast(98%);
}

[data-bs-theme="dark"] .nav-item[b-68ox2by4hy]  a.active .bi {
    filter: brightness(0) saturate(100%) invert(68%) sepia(88%) saturate(3447%) hue-rotate(161deg) brightness(97%) contrast(96%);
}

.bi-house-door-fill-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-chat-dots-fill-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.bi-bootstrap-fill-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bootstrap-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z'/%3E%3Cpath d='M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z'/%3E%3C/svg%3E");
}

/* New navigation icons for functional areas */
/* Navigation icon definitions using data URIs */
.bi-app-indicator-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-app-indicator' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1H5.5z'/%3E%3Cpath d='M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8Zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002A.274.274 0 0 1 15 13H7.022ZM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816ZM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E");
}

.bi-list-task-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-task' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z'/%3E%3Cpath d='M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z'/%3E%3Cpath fill-rule='evenodd' d='M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a.873.873 0 0 1 1.255-1.116l.094-.319z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-bar-chart-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bar-chart' viewBox='0 0 16 16'%3E%3Cpath d='M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zM1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z'/%3E%3C/svg%3E");
}

.bi-pie-chart-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pie-chart' viewBox='0 0 16 16'%3E%3Cpath d='M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0V7.5h6.482A7.001 7.001 0 0 0 8.5 1.018zM14.982 8.5H8.207l-4.79 4.79A7 7 0 0 0 14.982 8.5zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-code-slash-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-code-slash' viewBox='0 0 16 16'%3E%3Cpath d='M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z'/%3E%3C/svg%3E");
}

.bi-play-circle-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-play-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M6.271 5.055a.5.5 0 0 1 .52.038L11 7.055a.5.5 0 0 1 0 .89L6.791 9.907a.5.5 0 0 1-.791-.39V5.604a.5.5 0 0 1 .271-.549z'/%3E%3C/svg%3E");
}

.bi-clipboard-data-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-clipboard-data' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.bi-search-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

.bi-shield-check-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-shield-check' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-diagram-3-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-diagram-3' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z'/%3E%3C/svg%3E");
}

.bi-search-heart-nav-menu[b-68ox2by4hy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search-heart' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 4.482c1.664-1.673 5.825 1.254 0 5.018-5.825-3.764-1.664-6.69 0-5.018'/%3E%3Cpath d='M13 6.5a6.47 6.47 0 0 1-1.258 3.844c.04.03.078.062.115.098l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1-.1-.115h.002A6.5 6.5 0 1 1 13 6.5M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11'/%3E%3C/svg%3E");
}

/* =============================================================================
   Navigation Section Headers
   ============================================================================= */

.nav-section-header[b-68ox2by4hy] {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--sidebar-border);
}

.nav-section-header:first-of-type[b-68ox2by4hy] {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.nav-section-header small[b-68ox2by4hy] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sidebar-section-header);
}

/* Better contrast for section headers in light mode */
:root .nav-section-header small[b-68ox2by4hy] {
    color: var(--sidebar-section-header-light);
    opacity: 1;
}

[data-bs-theme="dark"] .nav-section-header small[b-68ox2by4hy] {
    color: var(--sidebar-section-header-dark);
    opacity: 0.9;
}

/* =============================================================================
   Navigation Items
   ============================================================================= */

.nav-item[b-68ox2by4hy] {
    font-size: 0.9rem;
    padding: 0.125rem 0;
    position: relative;
}

.nav-item:first-of-type[b-68ox2by4hy] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-68ox2by4hy] {
    padding-bottom: 0.5rem;
}

.nav-item[b-68ox2by4hy]  a {
    color: var(--sidebar-text);
    border-radius: 0.5rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

/* Ensure text is always visible in light mode */
:root .nav-item[b-68ox2by4hy]  a {
    color: var(--sidebar-text-light);
}

/* Ensure text is visible in dark mode */
[data-bs-theme="dark"] .nav-item[b-68ox2by4hy]  a {
    color: var(--sidebar-text-dark);
}

/* Subtle background on hover */
.nav-item[b-68ox2by4hy]  a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 0.5rem;
}

.nav-text[b-68ox2by4hy] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}

/* =============================================================================
   Collapsed Sidebar States
   ============================================================================= */

[data-sidebar="collapsed"] .nav-item[b-68ox2by4hy]  a {
    justify-content: center;
    padding: 0.5rem;
}

[data-sidebar="collapsed"] .nav-text[b-68ox2by4hy] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    margin: 0;
    padding: 0;
}

[data-sidebar="collapsed"] .bi[b-68ox2by4hy] {
    margin-right: 0;
}

[data-sidebar="collapsed"] .navbar-brand[b-68ox2by4hy] {
    opacity: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

[data-sidebar="collapsed"] .brand-text[b-68ox2by4hy] {
    display: none;
}

[data-sidebar="collapsed"] .navbar-logo[b-68ox2by4hy] {
    display: none;
}

[data-sidebar="collapsed"] .nav-section-header[b-68ox2by4hy] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
}

/* =============================================================================
   Tooltips for Collapsed Navigation
   ============================================================================= */

[data-sidebar="collapsed"] .nav-item[b-68ox2by4hy]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: calc(100% + 0.75rem);
    top: 50%;
    transform: translateY(-50%);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    padding: 0.5rem 0.875rem;
    border-radius: 0.375rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1050;
    font-size: 0.875rem;
    font-weight: 500;
    pointer-events: none;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid var(--sidebar-border);
}

[data-sidebar="collapsed"] .nav-item:hover[b-68ox2by4hy]::after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

/* Arrow pointer for tooltip */
[data-sidebar="collapsed"] .nav-item[b-68ox2by4hy]::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.375rem 0.5rem 0.375rem 0;
    border-color: transparent var(--sidebar-border) transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1051;
}

[data-sidebar="collapsed"] .nav-item:hover[b-68ox2by4hy]::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

/* =============================================================================
   Navigation Item States (Active & Hover)
   ============================================================================= */

.nav-item[b-68ox2by4hy]  a:hover::before {
    opacity: 0.08;
}

.nav-item[b-68ox2by4hy]  a:hover {
    color: var(--sidebar-text-hover);
    transform: translateX(2px);
}

.nav-item[b-68ox2by4hy]  a.active {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--sidebar-text-active);
    font-weight: 600;
    border-left: 3px solid var(--bs-primary);
    padding-left: calc(0.75rem - 3px);
}

/* Light mode active text color */
:root .nav-item[b-68ox2by4hy]  a.active {
    color: #343a40 !important;
}

.nav-item[b-68ox2by4hy]  a.active::before {
    opacity: 0;
}

[data-bs-theme="dark"] .nav-item[b-68ox2by4hy]  a.active {
    background-color: rgba(var(--bs-info-rgb), 0.12);
    border-left-color: var(--bs-info);
    color: #ffffff !important;
}

/* Collapsed state adjustments for active/hover */
[data-sidebar="collapsed"] .nav-item[b-68ox2by4hy]  a.active {
    transform: translateX(0);
    border-left: none;
    padding-left: 0.5rem;
    border-radius: 0.5rem;
    background: rgba(var(--bs-primary-rgb), 0.2);
}

[data-bs-theme="dark"][data-sidebar="collapsed"] .nav-item[b-68ox2by4hy]  a.active {
    background: rgba(var(--bs-info-rgb), 0.25);
}

[data-sidebar="collapsed"] .nav-item[b-68ox2by4hy]  a:hover {
    transform: translateX(0);
}

/* Enhanced contrast for better readability */
.nav-item[b-68ox2by4hy]  a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =============================================================================
   Navigation Scrollbar
   ============================================================================= */

/* =============================================================================
   Responsive Design
   ============================================================================= */

@media (max-width: 640px) {
    .nav-menu-content[b-68ox2by4hy] {
        padding: var(--skip-space-2) 0;
    }
}

/* =============================================================================
   Reduced Motion Support
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    *[b-68ox2by4hy],
    *[b-68ox2by4hy]::before,
    *[b-68ox2by4hy]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* /Pages/Admin/Components/SnapshotComparison.razor.rz.scp.css */
.metric-box[b-z5nydmtag2] {
    padding: 20px;
    border-radius: 8px;
    background: #f8f9fa;
}

.nav-tabs .nav-link[b-z5nydmtag2] {
    color: #495057;
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover[b-z5nydmtag2] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link.active[b-z5nydmtag2] {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background-color: transparent;
}
/* /Pages/Admin/ResourceInventory.razor.rz.scp.css */
.subscription-card[b-gs0oyzqtau], .resource-group-card[b-gs0oyzqtau] {
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.subscription-card:hover[b-gs0oyzqtau], .resource-group-card:hover[b-gs0oyzqtau] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.nav-tabs .nav-link[b-gs0oyzqtau] {
    color: #495057;
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover[b-gs0oyzqtau] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link.active[b-gs0oyzqtau] {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background-color: transparent;
}
/* /Pages/Login.razor.rz.scp.css */
/* Logo styling for login page */
.login-logo[b-chjjatv9hu] {
    height: 6rem;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Makes logo white for the blue background */
}

.login-logo-small[b-chjjatv9hu] {
    height: 4rem;
    width: auto;
    object-fit: contain;
}

/* Ensure logos don't exceed container width */
@media (max-width: 768px) {
    .login-logo[b-chjjatv9hu] {
        height: 5rem;
        max-width: 80%;
    }
    
    .login-logo-small[b-chjjatv9hu] {
        height: 3.5rem;
        max-width: 70%;
    }
}

/* Animation for logo on page load */
.login-logo[b-chjjatv9hu],
.login-logo-small[b-chjjatv9hu] {
    animation: fadeInDown-b-chjjatv9hu 0.6s ease-out;
}

@keyframes fadeInDown-b-chjjatv9hu {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Login page specific overrides */
[b-chjjatv9hu] .vh-100 {
    min-height: 100vh;
}

[b-chjjatv9hu] .bg-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

[b-chjjatv9hu] .card {
    border-radius: 1rem;
}

[b-chjjatv9hu] .input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}

[b-chjjatv9hu] .form-control {
    border-left: none;
}

[b-chjjatv9hu] .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}
