@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-u48mqsxn9q] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--bg-primary);
    background-image: var(--noise-texture);
}

main[b-u48mqsxn9q] {
    flex: 1;
    background: var(--bg-primary);
}

.sidebar[b-u48mqsxn9q] {
    background: var(--sidebar-bg);
    box-shadow: var(--shadow-lg);
}

.top-row[b-u48mqsxn9q] {
    border-bottom: 1px solid var(--glass-border-subtle);
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s var(--spring-smooth);
    background: var(--glass-bg-heavy);
}

.top-row-content[b-u48mqsxn9q] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.top-row-left[b-u48mqsxn9q] {
    display: flex;
    align-items: center;
}

/* Company branding in top navigation bar */
.company-branding-nav[b-u48mqsxn9q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-logo-nav[b-u48mqsxn9q] {
    height: 36px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(var(--primary-rgb), 0.1));
}

[data-theme="dark"] .company-logo-nav[b-u48mqsxn9q],
[data-bs-theme="dark"] .company-logo-nav[b-u48mqsxn9q] {
    filter: drop-shadow(0 1px 3px rgba(255, 255, 255, 0.08));
}

.company-info-nav[b-u48mqsxn9q] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.company-name-nav[b-u48mqsxn9q] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.company-subtitle-nav[b-u48mqsxn9q] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.top-row-right[b-u48mqsxn9q] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.theme-switcher-container[b-u48mqsxn9q] {
    display: flex;
    align-items: center;
}

.top-row[b-u48mqsxn9q]  a, .top-row[b-u48mqsxn9q]  .btn-link {
    whitespace: nowrap;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.top-row[b-u48mqsxn9q]  a:hover, .top-row[b-u48mqsxn9q]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-u48mqsxn9q]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-u48mqsxn9q] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row-content[b-u48mqsxn9q] { justify-content: space-between; }
    .top-row-left[b-u48mqsxn9q] { order: 1; }
    .top-row-right[b-u48mqsxn9q] { gap: 0.5rem; order: 2; margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-u48mqsxn9q] { flex-direction: row; }

    .sidebar[b-u48mqsxn9q] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        background: var(--sidebar-bg);
    }

    .top-row[b-u48mqsxn9q] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-u48mqsxn9q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u48mqsxn9q], article[b-u48mqsxn9q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u48mqsxn9q] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #b91c1c 100%);
    color: white;
    bottom: 0;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-radius: 0.75rem 0.75rem 0 0;
    animation: slideUp 0.3s var(--spring-smooth);
}

#blazor-error-ui .dismiss[b-u48mqsxn9q] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

#blazor-error-ui .dismiss:hover[b-u48mqsxn9q] { opacity: 1; }

#blazor-error-ui .reload[b-u48mqsxn9q] {
    color: white;
    text-decoration: underline;
    margin-left: 0.5rem;
    font-weight: 600;
}

#blazor-error-ui .reload:hover[b-u48mqsxn9q] { text-decoration: none; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n5v8wydnz4] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
    background: var(--bg-primary);
}

main[b-n5v8wydnz4] {
    flex: 1;
    background: var(--bg-primary);
    background-image: var(--noise-texture);
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100vh;
    overflow: hidden;
}

.sidebar[b-n5v8wydnz4] {
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ============================================
   CRYSTALLINE TOP BAR
   ============================================ */
.top-row[b-n5v8wydnz4] {
    border-bottom: 1px solid var(--glass-border-subtle);
    justify-content: space-between;
    height: 3rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s var(--spring-smooth);
    background: var(--glass-bg-heavy);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 24px rgba(var(--primary-rgb), 0.03);
    position: sticky;
    top: 0;
    z-index: 100;
    flex-shrink: 0;
}

.top-row-content[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.top-row-left[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Logo */
.company-logo[b-n5v8wydnz4] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s var(--spring-smooth);
}

.navbar-brand[b-n5v8wydnz4] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.03em;
    text-decoration: none;
    gap: 0.5rem;
    display: none;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    transition: all 0.3s var(--spring-smooth);
    max-width: 100%;
}

.navbar-brand:hover[b-n5v8wydnz4] {
    text-decoration: none;
}

.navbar-title[b-n5v8wydnz4] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sidebar toggle wrapper */
.sidebar-toggle-wrapper[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
}

/* Sidebar toggle arrow */
[b-n5v8wydnz4] .sidebar-toggle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    min-width: 24px;
    min-height: 24px;
    border-radius: 0.5rem;
    transition: all 0.3s var(--spring-bounce);
}

[b-n5v8wydnz4] .sidebar-toggle-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-n5v8wydnz4] .sidebar-toggle-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.3);
}

[b-n5v8wydnz4] .sidebar-toggle-arrow:active {
    transform: translateY(0);
}

.about-link[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s var(--spring-bounce);
    background: transparent;
}

.about-link:hover[b-n5v8wydnz4] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.link-icon[b-n5v8wydnz4] {
    font-size: 1.1rem;
}

.top-row-right[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.theme-switcher-container[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
}

.top-row[b-n5v8wydnz4]  a, .top-row[b-n5v8wydnz4]  .btn-link {
    whitespace: nowrap;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    padding: 0.375rem 0.5rem;
    border-radius: 0.5rem;
}

.top-row[b-n5v8wydnz4]  a:hover, .top-row[b-n5v8wydnz4]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-n5v8wydnz4]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   SCROLLABLE CONTENT AREA
   ============================================ */
.content[b-n5v8wydnz4] {
    flex: 1;
    padding-bottom: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* ============================================
   GLASS FOOTER
   ============================================ */
.app-footer[b-n5v8wydnz4] {
    background: var(--glass-bg-heavy);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--glass-border-subtle);
    padding: 0.875rem 1.25rem;
    margin-top: auto;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.03);
}

.footer-content[b-n5v8wydnz4] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-section[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.footer-icon[b-n5v8wydnz4] {
    font-size: 1.1rem;
}

.footer-text strong[b-n5v8wydnz4] {
    color: var(--primary-color);
    font-weight: 700;
}

/* Hamburger menu for mobile */
.navbar-toggler-mobile[b-n5v8wydnz4] {
    display: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem;
    border: 1px solid var(--border-color);
    background-color: var(--glass-bg);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-mobile:hover[b-n5v8wydnz4] {
    background-color: var(--hover-bg);
    border-color: var(--primary-color);
}

.navbar-toggler-icon[b-n5v8wydnz4] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2899, 102, 241, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* ============================================
   MOBILE STYLES (< 641px)
   ============================================ */
@media (max-width: 640.98px) {
    .page[b-n5v8wydnz4] {
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-n5v8wydnz4] {
        flex-shrink: 0;
        height: auto;
        position: relative;
    }

    main[b-n5v8wydnz4] {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .content[b-n5v8wydnz4] {
        overflow-y: auto;
        flex: 1;
    }

    .top-row[b-n5v8wydnz4] {
        justify-content: space-between;
        padding: 0 0.75rem;
        height: 2.75rem;
        flex-shrink: 0;
    }

    .top-row-content[b-n5v8wydnz4] {
        justify-content: space-between;
    }

    .top-row-left[b-n5v8wydnz4] {
        order: 1;
        gap: 0.25rem;
    }

    .navbar-brand[b-n5v8wydnz4] {
        display: flex !important;
    }

    .company-logo[b-n5v8wydnz4] {
        height: 2rem;
    }

    .sidebar-toggle-wrapper[b-n5v8wydnz4] {
        display: none !important;
    }

    .navbar-toggler-mobile[b-n5v8wydnz4] {
        display: flex !important;
    }

    .top-row-right[b-n5v8wydnz4] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }

    .footer-content[b-n5v8wydnz4] {
        gap: 1rem;
        font-size: 0.8rem;
    }

    .footer-section[b-n5v8wydnz4] {
        flex-direction: column;
        gap: 0.15rem;
        text-align: center;
    }

    .app-footer[b-n5v8wydnz4] {
        padding: 0.75rem 1rem;
    }
}

/* ============================================
   TABLET & DESKTOP (>= 641px)
   ============================================ */
@media (min-width: 641px) {
    .page[b-n5v8wydnz4] {
        flex-direction: row;
    }

    .sidebar[b-n5v8wydnz4] {
        flex-shrink: 0;
    }

    .top-row[b-n5v8wydnz4] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-n5v8wydnz4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .navbar-brand[b-n5v8wydnz4] {
        display: none !important;
    }

    .sidebar-toggle-wrapper[b-n5v8wydnz4] {
        display: flex !important;
    }

    .navbar-toggler-mobile[b-n5v8wydnz4] {
        display: none !important;
    }
}

/* ============================================
   BLAZOR ERROR UI
   ============================================ */
#blazor-error-ui[b-n5v8wydnz4] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #b91c1c 100%);
    color: white;
    bottom: 0;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-radius: 0.75rem 0.75rem 0 0;
    animation: slideUp-b-n5v8wydnz4 0.3s var(--spring-smooth);
}

@keyframes slideUp-b-n5v8wydnz4 {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

#blazor-error-ui .error-content[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.error-icon[b-n5v8wydnz4] {
    font-size: 1.75rem;
    animation: pulse-b-n5v8wydnz4 1.5s ease infinite;
}

@keyframes pulse-b-n5v8wydnz4 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.error-text[b-n5v8wydnz4] {
    font-size: 1rem;
    font-weight: 600;
}

#blazor-error-ui .error-actions[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#blazor-error-ui .dismiss[b-n5v8wydnz4] {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1.1rem;
    font-weight: bold;
    opacity: 0.9;
    transition: all 0.2s ease;
    margin-left: auto;
}

#blazor-error-ui .dismiss:hover[b-n5v8wydnz4] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

#blazor-error-ui .reload[b-n5v8wydnz4] {
    color: white;
    text-decoration: none;
    padding: 0.375rem 1rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.reload:hover[b-n5v8wydnz4] {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transform: translateX(5px);
}

/* ============================================
   SETTINGS GEAR BUTTON — GLASS PILL
   ============================================ */
.settings-gear-btn[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0.625rem;
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    transition: all 0.3s var(--spring-bounce);
    color: var(--text-primary);
    font-size: 1.15rem;
    min-width: 40px;
    min-height: 40px;
    margin-left: 0.5rem;
    text-decoration: none;
}

.settings-gear-btn:hover[b-n5v8wydnz4] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.2);
    text-decoration: none;
}

.settings-gear-btn:active[b-n5v8wydnz4],
.settings-gear-btn:visited[b-n5v8wydnz4],
.settings-gear-btn:focus[b-n5v8wydnz4] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.15);
    text-decoration: none;
    background: var(--hover-bg);
    color: var(--primary-color);
}

.settings-gear-btn.active[b-n5v8wydnz4],
[b-n5v8wydnz4] .settings-gear-btn.active,
.settings-gear-btn:global(.active)[b-n5v8wydnz4] {
    color: var(--primary-color) !important;
    background: var(--active-bg) !important;
    box-shadow: 0 2px 10px rgba(var(--primary-rgb), 0.2);
}

.settings-gear-btn.active:hover[b-n5v8wydnz4],
[b-n5v8wydnz4] .settings-gear-btn.active:hover,
.settings-gear-btn:global(.active):hover[b-n5v8wydnz4] {
    background: var(--active-bg) !important;
    color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.3);
}

.settings-gear-btn i[b-n5v8wydnz4] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s var(--spring-bounce);
}

@media (max-width: 640.98px) {
    .settings-gear-btn[b-n5v8wydnz4] {
        padding: 0.4rem 0.5rem;
        min-width: 36px;
        min-height: 36px;
        font-size: 1rem;
        margin-left: 0.25rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ============================================
   🔮 2026 CRYSTALLINE SIDEBAR NAVIGATION
   Ultra-premium sidebar for Light & Dark themes
   ============================================ */

.nav-container[b-9vtt61pt9m] {
    width: 250px;
    transition: width 0.35s var(--spring-smooth), transform 0.35s var(--spring-smooth);
    position: sticky;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    flex-shrink: 0;
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.18);
}

/* ============================================
   THEME BACKGROUNDS & CONTAINERS
   ============================================ */

/* Dark Theme Sidebar */
html[data-theme="dark"] .nav-container[b-9vtt61pt9m],
html[data-bs-theme="dark"] .nav-container[b-9vtt61pt9m],
[data-theme="dark"] .nav-container[b-9vtt61pt9m],
[data-bs-theme="dark"] .nav-container[b-9vtt61pt9m] {
    background: linear-gradient(180deg, #060913 0%, #0c1120 50%, #090d18 100%) !important;
    border-right: 1px solid rgba(129, 140, 248, 0.12) !important;
}

/* Light Theme Sidebar — Executive Dark Slate for Maximum Luxury Contrast */
html[data-theme="light"] .nav-container[b-9vtt61pt9m],
html[data-bs-theme="light"] .nav-container[b-9vtt61pt9m],
[data-theme="light"] .nav-container[b-9vtt61pt9m],
[data-bs-theme="light"] .nav-container[b-9vtt61pt9m] {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    border-right: 1px solid rgba(148, 163, 184, 0.15) !important;
}

/* Default Fallback Background (Dark Slate) */
.nav-container[b-9vtt61pt9m] {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-right: 1px solid rgba(148, 163, 184, 0.15);
}

/* ============================================
   COLLAPSED & HOVER EXPANSION STATES
   ============================================ */
.nav-container.collapsed[b-9vtt61pt9m] {
    width: 70px;
}

.nav-container.collapsed.hover-expanded[b-9vtt61pt9m] {
    width: 250px;
    box-shadow: 8px 0 40px rgba(0, 0, 0, 0.3);
}

.nav-container.collapsed.hover-expanded .nav-text[b-9vtt61pt9m],
.nav-container.collapsed.hover-expanded .chevron-icon[b-9vtt61pt9m] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
}

.nav-container.collapsed.hover-expanded .navbar-title[b-9vtt61pt9m] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
    display: inline;
}

.nav-container.collapsed.hover-expanded .menu-text[b-9vtt61pt9m] {
    opacity: 1;
    pointer-events: auto;
}

.nav-container.collapsed.hover-expanded .submenu[b-9vtt61pt9m] {
    display: block;
}

.nav-container.collapsed.hover-expanded .navbar-brand[b-9vtt61pt9m] {
    justify-content: flex-start;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    gap: 0.5rem;
    width: auto;
}

.nav-container.collapsed.hover-expanded .company-logo[b-9vtt61pt9m] {
    margin-right: 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row[b-9vtt61pt9m] {
    padding: 0 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row .container-fluid[b-9vtt61pt9m] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    justify-content: flex-start;
}

/* Collapsed — Hide Text */
.nav-container.collapsed .nav-text[b-9vtt61pt9m],
.nav-container.collapsed .chevron-icon[b-9vtt61pt9m] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.nav-container.collapsed .navbar-title[b-9vtt61pt9m] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    display: none;
}

.nav-container.collapsed .menu-text[b-9vtt61pt9m] {
    opacity: 0;
    pointer-events: none;
}

.nav-container.collapsed .submenu[b-9vtt61pt9m] {
    display: none;
}

.nav-container.collapsed .navbar-brand[b-9vtt61pt9m] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed .company-logo[b-9vtt61pt9m] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-container.collapsed .top-row[b-9vtt61pt9m] {
    padding: 0 !important;
}

.nav-container.collapsed .top-row .container-fluid[b-9vtt61pt9m] {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
}

/* Toggle Button */
.navbar-toggler[b-9vtt61pt9m] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    z-index: 1051;
    display: none;
}

.navbar-toggler:hover[b-9vtt61pt9m] {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:checked[b-9vtt61pt9m] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile Backdrop Overlay */
.sidebar-backdrop[b-9vtt61pt9m] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 8, 20, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1049;
    cursor: pointer;
}

/* ============================================
   SIDEBAR HEADER (TOP ROW & BRANDING)
   ============================================ */
.top-row[b-9vtt61pt9m] {
    min-height: 3.5rem;
    background: rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 0 0.75rem;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
}

.top-row .container-fluid[b-9vtt61pt9m] {
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.navbar-brand[b-9vtt61pt9m] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: -0.03em;
    text-decoration: none;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    transition: all 0.3s var(--spring-smooth);
    padding-right: 0.5rem;
    max-width: 100%;
}

.navbar-title[b-9vtt61pt9m] {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: -0.02em;
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-logo[b-9vtt61pt9m] {
    height: 2.2rem;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.nav-text[b-9vtt61pt9m] {
    color: inherit;
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center !important;
}

i.nav-icon-colored[b-9vtt61pt9m],
.nav-icon-colored[b-9vtt61pt9m] {
    font-size: 1.15rem !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0.65rem !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    vertical-align: middle !important;
    position: relative !important;
    transition: transform 0.25s var(--spring-bounce, cubic-bezier(0.34, 1.56, 0.64, 1));
}

.bi.nav-icon-colored[b-9vtt61pt9m] {
    top: 0 !important;
    margin-top: 0 !important;
}

.nav-link:hover .nav-icon-colored[b-9vtt61pt9m],
.nav-link-expandable:hover .nav-icon-colored[b-9vtt61pt9m] {
    transform: scale(1.22);
}

.text-indigo[b-9vtt61pt9m] { color: #818cf8 !important; filter: drop-shadow(0 2px 8px rgba(129, 140, 248, 0.4)); }
.text-purple[b-9vtt61pt9m] { color: #c084fc !important; filter: drop-shadow(0 2px 8px rgba(192, 132, 252, 0.4)); }
.text-sky[b-9vtt61pt9m] { color: #38bdf8 !important; filter: drop-shadow(0 2px 8px rgba(56, 189, 248, 0.4)); }
.text-emerald[b-9vtt61pt9m] { color: #34d399 !important; filter: drop-shadow(0 2px 8px rgba(52, 211, 153, 0.4)); }
.text-amber[b-9vtt61pt9m] { color: #fbbf24 !important; filter: drop-shadow(0 2px 8px rgba(251, 191, 36, 0.4)); }
.text-pink[b-9vtt61pt9m] { color: #f472b6 !important; filter: drop-shadow(0 2px 8px rgba(244, 114, 182, 0.4)); }
.text-cyan[b-9vtt61pt9m] { color: #22d3ee !important; filter: drop-shadow(0 2px 8px rgba(34, 211, 238, 0.4)); }
.text-yellow[b-9vtt61pt9m] { color: #facc15 !important; filter: drop-shadow(0 2px 8px rgba(250, 204, 21, 0.4)); }
.text-green[b-9vtt61pt9m] { color: #4ade80 !important; filter: drop-shadow(0 2px 8px rgba(74, 222, 128, 0.4)); }
.text-violet[b-9vtt61pt9m] { color: #a78bfa !important; filter: drop-shadow(0 2px 8px rgba(167, 139, 250, 0.4)); }
.text-rose[b-9vtt61pt9m] { color: #fb7185 !important; filter: drop-shadow(0 2px 8px rgba(251, 113, 133, 0.4)); }

/* ============================================
   ICON SPRITES — HIGH VISIBILITY CRISP ICONS
   ============================================ */
.bi[b-9vtt61pt9m] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.6rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.bi-house-door-fill-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-gear-fill-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-lock-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-code-slash[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23818cf8' 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-person-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-9vtt61pt9m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* ============================================
   EXPANDABLE MENU & NAV LINKS — HIGH CONTRAST & CRYSTALLINE HOVER
   ============================================ */
.nav-link-expandable[b-9vtt61pt9m] {
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    user-select: none;
    color: rgba(241, 245, 249, 0.82) !important;
    height: 2.2rem;
    padding: 0 0.65rem;
    border-radius: 0.5rem;
    transition: all 0.25s var(--spring-smooth);
    font-weight: 500;
    font-size: 0.875rem;
}

.nav-link-expandable:hover[b-9vtt61pt9m] {
    background: rgba(129, 140, 248, 0.15) !important;
    color: #ffffff !important;
    transform: translateX(4px);
}

.nav-link-expandable.menu-expanded[b-9vtt61pt9m] {
    background: rgba(129, 140, 248, 0.12);
    color: #ffffff !important;
}

.nav-link-expandable:focus[b-9vtt61pt9m] {
    outline: 2px solid rgba(129, 140, 248, 0.4);
    outline-offset: 2px;
}

.nav-link-expandable .menu-text[b-9vtt61pt9m] {
    flex: 1;
    padding-left: 0.25rem;
    color: inherit;
}

.chevron-icon[b-9vtt61pt9m] {
    font-size: 0.65rem;
    transition: all 0.25s var(--spring-smooth);
    display: inline-block;
    margin-left: auto;
    padding-left: 0.4rem;
    color: rgba(241, 245, 249, 0.6);
}

/* ============================================
   SUBMENU — GLASS ACCORDION
   ============================================ */
.submenu[b-9vtt61pt9m] {
    margin-top: 0.25rem;
    margin-left: 1.15rem;
    margin-bottom: 0.25rem;
    padding-left: 0.5rem;
    animation: slideDown-b-9vtt61pt9m 0.3s var(--spring-smooth);
    overflow: hidden;
    border-left: 1.5px solid rgba(129, 140, 248, 0.2);
}

.submenu-header[b-9vtt61pt9m] {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(167, 139, 250, 0.9) !important;
}

@keyframes slideDown-b-9vtt61pt9m {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.submenu-item[b-9vtt61pt9m] {
    margin: 0.08rem 0;
}

.nav-link-submenu[b-9vtt61pt9m] {
    height: 2.15rem !important;
    display: flex !important;
    align-items: center !important;
    font-size: 0.84rem !important;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    color: rgba(241, 245, 249, 0.78) !important;
    border-radius: 0.5rem !important;
}

.nav-link-submenu:hover[b-9vtt61pt9m] {
    background: rgba(129, 140, 248, 0.16) !important;
    color: #ffffff !important;
}

.submenu-bullet[b-9vtt61pt9m], .submenu-indicator[b-9vtt61pt9m] {
    font-size: 1rem;
    margin-right: 0.35rem;
    vertical-align: middle;
    line-height: 1;
    color: rgba(129, 140, 248, 0.6);
}

/* ============================================
   NAV ITEMS — AURORA ACTIVE PILL & INDICATOR
   ============================================ */
.nav-item[b-9vtt61pt9m] {
    font-size: 0.875rem;
    padding: 0.04rem 0;
}

.nav-item:first-of-type[b-9vtt61pt9m] {
    padding-top: 0.4rem;
}

.nav-item:last-of-type[b-9vtt61pt9m] {
    padding-bottom: 0.4rem;
}

.nav-item[b-9vtt61pt9m]  .nav-link {
    color: rgba(241, 245, 249, 0.82) !important;
    background: none;
    border: none;
    border-radius: 0.5rem;
    height: 2.2rem;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    padding: 0 0.65rem;
    transition: all 0.25s var(--spring-smooth);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-item[b-9vtt61pt9m]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3.5px;
    background: linear-gradient(180deg, #818cf8 0%, #a78bfa 100%);
    transform: scaleY(0);
    transition: transform 0.25s var(--spring-bounce);
    border-radius: 0 3px 3px 0;
}

/* Active Nav Item */
.nav-item[b-9vtt61pt9m]  a.active {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.22) 0%, rgba(167, 139, 250, 0.12) 100%) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    box-shadow: 0 0 20px rgba(129, 140, 248, 0.12);
}

.nav-item[b-9vtt61pt9m]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-9vtt61pt9m]  .nav-link:hover {
    background: rgba(129, 140, 248, 0.14);
    color: #ffffff !important;
    transform: translateX(4px);
}

/* ============================================
   NAV SCROLLABLE CONTAINER
   ============================================ */
.nav-scrollable[b-9vtt61pt9m] {
    display: none;
    padding: 0.5rem 0.4rem;
}

/* ============================================
   MOBILE RESPONSIVE (< 641px)
   ============================================ */
@media (max-width: 640.98px) {
    .navbar-toggler[b-9vtt61pt9m] {
        display: block !important;
    }

    .navbar-toggler:checked ~ .sidebar-backdrop[b-9vtt61pt9m] {
        display: block;
    }

    .navbar-toggler:checked ~ .nav-container[b-9vtt61pt9m] {
        transform: translateX(0);
        box-shadow: 4px 0 35px rgba(0, 0, 0, 0.45);
    }

    .nav-container[b-9vtt61pt9m] {
        width: 260px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        transform: translateX(-100%);
        box-shadow: none;
        z-index: 1050;
    }

    .nav-container.collapsed[b-9vtt61pt9m] {
        width: 260px;
        transform: translateX(-100%);
    }

    .company-logo[b-9vtt61pt9m] {
        height: 2.1rem;
    }

    .top-row[b-9vtt61pt9m] {
        min-height: 3.5rem;
    }

    .nav-scrollable[b-9vtt61pt9m] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0.5rem 0.4rem;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar-thumb {
        background: rgba(129, 140, 248, 0.25);
        border-radius: 999px;
    }
}

/* ============================================
   TABLET & DESKTOP (>= 641px)
   ============================================ */
@media (min-width: 641px) {
    .navbar-toggler[b-9vtt61pt9m] {
        display: none !important;
    }

    .sidebar-backdrop[b-9vtt61pt9m] {
        display: none !important;
    }

    .nav-scrollable[b-9vtt61pt9m] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0.5rem 0.4rem;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar-thumb {
        background: rgba(129, 140, 248, 0.25);
        border-radius: 999px;
    }

    .nav-scrollable[b-9vtt61pt9m]::-webkit-scrollbar-thumb:hover {
        background: rgba(129, 140, 248, 0.4);
    }
}

@media (min-width: 1200px) {
    .nav-container[b-9vtt61pt9m] {
        width: 270px;
    }

    .nav-container.collapsed[b-9vtt61pt9m] {
        width: 75px;
    }

    .nav-container.collapsed.hover-expanded[b-9vtt61pt9m] {
        width: 270px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rxhuuu7kun],
.components-reconnect-repeated-attempt-visible[b-rxhuuu7kun],
.components-reconnect-failed-visible[b-rxhuuu7kun],
.components-pause-visible[b-rxhuuu7kun],
.components-resume-failed-visible[b-rxhuuu7kun],
.components-rejoining-animation[b-rxhuuu7kun] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-retrying[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-failed[b-rxhuuu7kun],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rxhuuu7kun] {
    display: block;
}

#components-reconnect-modal[b-rxhuuu7kun] {
    background: var(--glass-bg-heavy, white);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    color: var(--bs-body-color, #212529);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--glass-border-subtle, rgba(0,0,0,0.06));
    border-radius: 1rem;
    box-shadow: var(--glass-shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.15));
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rxhuuu7kun 0.5s both;
    &[open]
{
    animation: components-reconnect-modal-slideUp-b-rxhuuu7kun 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rxhuuu7kun 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}
}

#components-reconnect-modal[b-rxhuuu7kun]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: components-reconnect-modal-fadeInOpacity-b-rxhuuu7kun 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rxhuuu7kun {
    0% { transform: translateY(30px) scale(0.95); }
    100% { transform: translateY(0); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rxhuuu7kun {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rxhuuu7kun {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.components-reconnect-container[b-rxhuuu7kun] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rxhuuu7kun] {
    margin: 0;
    text-align: center;
    color: var(--bs-body-color, #212529);
}

#components-reconnect-modal button[b-rxhuuu7kun] {
    border: 0;
    background: var(--gradient-primary, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s var(--spring-bounce, cubic-bezier(0.34, 1.56, 0.64, 1));
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25);
}

#components-reconnect-modal button:hover[b-rxhuuu7kun] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}

#components-reconnect-modal button:active[b-rxhuuu7kun] {
    transform: translateY(0);
}

.components-rejoining-animation[b-rxhuuu7kun] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-rxhuuu7kun] {
    position: absolute;
    border: 3px solid;
    border-image: var(--gradient-primary, linear-gradient(135deg, #6366f1, #a78bfa)) 1;
    border-color: #818cf8;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-rxhuuu7kun 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-rxhuuu7kun] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-rxhuuu7kun {
    0% { top: 40px; left: 40px; width: 0; height: 0; opacity: 0; }
    4.9% { top: 40px; left: 40px; width: 0; height: 0; opacity: 0; }
    5% { top: 40px; left: 40px; width: 0; height: 0; opacity: 1; }
    100% { top: 0px; left: 0px; width: 80px; height: 80px; opacity: 0; }
}
/* /Components/Layout/UserProfileDropdown.razor.rz.scp.css */
/* ============================================
   CRYSTALLINE USER PROFILE DROPDOWN
   ============================================ */
.user-profile-dropdown[b-bvq5t5iao5] {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    position: relative;
}

/* Profile Toggle Button */
.profile-toggle[b-bvq5t5iao5] {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    transition: all 0.3s var(--spring-bounce);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-toggle:hover[b-bvq5t5iao5] {
    background: var(--hover-bg);
    transform: scale(1.05);
}

.profile-toggle:focus[b-bvq5t5iao5] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.25);
}

.profile-toggle[b-bvq5t5iao5]::after {
    display: none !important;
}

/* Avatar Styles — Luminous Ring */
.profile-avatar[b-bvq5t5iao5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle[b-bvq5t5iao5] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--spring-bounce);
    box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.25), 0 0 0 2px rgba(var(--primary-rgb), 0.1);
    position: relative;
    overflow: hidden;
}

.profile-toggle:hover .avatar-circle[b-bvq5t5iao5] {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.35), 0 0 0 3px rgba(var(--primary-rgb), 0.15);
}

.avatar-image[b-bvq5t5iao5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-image-large[b-bvq5t5iao5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-icon[b-bvq5t5iao5] {
    color: white;
    font-size: 1.2rem;
}

.avatar-initials[b-bvq5t5iao5] {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-initials-large[b-bvq5t5iao5] {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-icon-large[b-bvq5t5iao5] {
    color: white;
    font-size: 1.5rem;
}

/* Online Status Dot */
.avatar-status-dot[b-bvq5t5iao5] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--bg-primary, #fff);
    transition: background-color 0.3s ease;
    z-index: 1;
    margin-right: 5px;
}

.avatar-status-dot.online[b-bvq5t5iao5] {
    background-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.25), 0 0 8px rgba(16, 185, 129, 0.3);
}

.avatar-status-dot.offline[b-bvq5t5iao5] {
    background-color: #64748b;
}

/* Large Avatar in Dropdown */
.profile-avatar-large[b-bvq5t5iao5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle-large[b-bvq5t5iao5] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.3), 0 0 0 2px rgba(var(--primary-rgb), 0.15);
    position: relative;
    overflow: hidden;
}

/* Large Status Dot */
.avatar-status-dot-large[b-bvq5t5iao5] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--bg-primary, #fff);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.avatar-status-dot-large.online[b-bvq5t5iao5] {
    background-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.25), 0 0 8px rgba(16, 185, 129, 0.3);
}

.avatar-status-dot-large.offline[b-bvq5t5iao5] {
    background-color: #64748b;
}

/* ============================================
   DROPDOWN MENU — FROSTED GLASS PANEL
   ============================================ */
.user-dropdown-menu[b-bvq5t5iao5] {
    min-width: 280px;
    border-radius: 1rem;
    border: 1.5px solid var(--border-color-strong, rgba(148, 163, 184, 0.25)) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65), 0 0 0 1px var(--border-color-strong, rgba(148, 163, 184, 0.15)) !important;
    background: var(--bg-secondary, #111827) !important;
    opacity: 1 !important;
    z-index: 1060 !important;
    padding: 0.5rem 0;
    margin-top: 0.5rem !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    will-change: auto !important;
}

.user-dropdown-menu.show[b-bvq5t5iao5] {
    animation: dropdownFadeIn-b-bvq5t5iao5 0.2s var(--spring-smooth) forwards;
}

@keyframes dropdownFadeIn-b-bvq5t5iao5 {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-4px) !important;
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0) !important;
    }
}

/* User Info Header — Aurora Gradient */
.user-info-header[b-bvq5t5iao5] {
    background: var(--gradient-header);
    margin: -0.5rem 0 0.5rem 0;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem !important;
    position: relative;
    overflow: hidden;
}

.user-info-header[b-bvq5t5iao5]::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.user-details[b-bvq5t5iao5] {
    overflow: hidden;
}

.user-name[b-bvq5t5iao5] {
    color: white;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.user-role[b-bvq5t5iao5] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Dropdown Items */
.user-dropdown-menu .dropdown-item[b-bvq5t5iao5] {
    padding: 0.65rem 1.25rem;
    color: var(--text-primary);
    transition: all 0.25s var(--spring-smooth);
    border-radius: 0.5rem;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.user-dropdown-menu .dropdown-item:hover[b-bvq5t5iao5] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateX(4px);
}

.user-dropdown-menu .dropdown-item:active[b-bvq5t5iao5] {
    background: var(--active-bg);
}

.user-dropdown-menu .dropdown-item i[b-bvq5t5iao5],
.user-dropdown-menu .dropdown-item .bi[b-bvq5t5iao5] {
    width: 20px;
    text-align: center;
}

/* Logout Button */
.user-dropdown-menu .text-danger[b-bvq5t5iao5] {
    color: var(--danger-color) !important;
}

.user-dropdown-menu .text-danger:hover[b-bvq5t5iao5] {
    background: rgba(239, 68, 68, 0.08);
    color: var(--danger-color) !important;
}

/* Divider */
.user-dropdown-menu .dropdown-divider[b-bvq5t5iao5] {
    margin: 0.5rem 0;
    border-color: var(--border-color);
    opacity: 0.5;
}

/* Form in dropdown */
.user-dropdown-menu form[b-bvq5t5iao5] {
    margin: 0;
}

.user-dropdown-menu form button[b-bvq5t5iao5] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 640px) {
    .user-dropdown-menu[b-bvq5t5iao5] {
        min-width: 260px;
    }

    .avatar-circle[b-bvq5t5iao5] {
        width: 32px;
        height: 32px;
    }

    .avatar-icon[b-bvq5t5iao5] { font-size: 1rem; }
    .avatar-initials[b-bvq5t5iao5] { font-size: 0.8rem; }
    .avatar-initials-large[b-bvq5t5iao5] { font-size: 1rem; }
    .avatar-icon-large[b-bvq5t5iao5] { font-size: 1.3rem; }
    .user-name[b-bvq5t5iao5] { font-size: 0.9rem; }
    .user-role[b-bvq5t5iao5] { font-size: 0.75rem; }
}

/* Theme Support */
[data-theme="dark"] .avatar-circle[b-bvq5t5iao5],
[data-theme="dark"] .avatar-circle-large[b-bvq5t5iao5] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(var(--primary-rgb), 0.15);
}

[data-theme="dark"] .user-dropdown-menu[b-bvq5t5iao5] {
    background: #0f172a !important;
    border-color: rgba(129, 140, 248, 0.25) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(129, 140, 248, 0.2) !important;
}

[data-theme="light"] .user-dropdown-menu[b-bvq5t5iao5] {
    background: #ffffff !important;
    border-color: rgba(148, 163, 184, 0.3) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(148, 163, 184, 0.2) !important;
}
/* /Components/Pages/Authorization/LoginDetails.razor.rz.scp.css */
/* LoginDetails Page Specific Styles - Common QuickGrid styles moved to QuickGridWrapper.razor.css */

/* This file is intentionally minimal as all QuickGrid-related styles are now centralized in QuickGridWrapper.razor.css */
/* Add LoginDetails-specific styles here if needed in the future */
/* /Components/Pages/Authorization/Users.razor.rz.scp.css */
/* Users Page Specific Styles - Common QuickGrid styles moved to QuickGridBase.razor.css */
/* /Components/Shared/AccessibilityTools.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ACCESSIBILITY STYLES
   ============================================ */

/* ============================================
   SKIP LINKS
   ============================================ */
.skip-links[b-kr3sftvtoo] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.skip-link[b-kr3sftvtoo] {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color, #3b82f6);
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 0 0 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: top 0.2s ease;
    z-index: 99999;
}

.skip-link:focus[b-kr3sftvtoo] {
    top: 0;
    outline: 2px solid white;
    outline-offset: 2px;
}

.skip-link:hover[b-kr3sftvtoo] {
    background: var(--primary-hover, #2563eb);
}

/* Multiple skip links stacking */
.skip-link:nth-child(2)[b-kr3sftvtoo] {
    left: auto;
    right: 0;
    border-radius: 0 0 0 0.5rem;
}

/* ============================================
   VISUALLY HIDDEN (Screen Reader Only)
   ============================================ */
.visually-hidden[b-kr3sftvtoo],
.sr-only[b-kr3sftvtoo] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Show on focus for keyboard users */
.visually-hidden-focusable:focus[b-kr3sftvtoo],
.visually-hidden-focusable:active[b-kr3sftvtoo] {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* ============================================
   FOCUS INDICATORS
   ============================================ */

/* Global focus indicator for keyboard navigation */
*:focus-visible[b-kr3sftvtoo] {
    outline: 2px solid var(--primary-color, #6366f1);
    outline-offset: 2px;
}

/* Remove default focus for mouse users */
*:focus:not(:focus-visible)[b-kr3sftvtoo] {
    outline: none;
}

/* Enhanced focus for interactive elements */
a:focus-visible[b-kr3sftvtoo],
button:focus-visible[b-kr3sftvtoo],
input:focus-visible[b-kr3sftvtoo],
select:focus-visible[b-kr3sftvtoo],
textarea:focus-visible[b-kr3sftvtoo],
[tabindex]:focus-visible[b-kr3sftvtoo] {
    outline: 2px solid var(--primary-color, #6366f1);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

/* Focus ring for cards/containers */
.card:focus-visible[b-kr3sftvtoo],
.list-group-item:focus-visible[b-kr3sftvtoo],
.nav-link:focus-visible[b-kr3sftvtoo] {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
}

/* High contrast focus for buttons */
.btn:focus-visible[b-kr3sftvtoo] {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5);
}

/* ============================================
   KEYBOARD NAVIGATION HELPERS
   ============================================ */

/* Focus trap indicator */
[data-focus-trap="true"][b-kr3sftvtoo] {
    position: relative;
}

[data-focus-trap="true"][b-kr3sftvtoo]::before {
    content: '';
    position: absolute;
    inset: -2px;
    border: 2px dashed var(--primary-color, #6366f1);
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

[data-focus-trap="true"]:focus-within[b-kr3sftvtoo]::before {
    opacity: 0.5;
}

/* Arrow key navigation indicator */
[data-arrow-nav="true"] [aria-selected="true"][b-kr3sftvtoo],
[data-arrow-nav="true"] [data-active="true"][b-kr3sftvtoo] {
    background: var(--hover-bg, rgba(99, 102, 241, 0.1));
    outline: 2px solid var(--primary-color, #6366f1);
    outline-offset: -2px;
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *[b-kr3sftvtoo],
    *[b-kr3sftvtoo]::before,
    *[b-kr3sftvtoo]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .skip-link[b-kr3sftvtoo] {
        transition: none;
    }
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */
@media (prefers-contrast: high) {
    *:focus-visible[b-kr3sftvtoo] {
        outline: 3px solid currentColor !important;
        outline-offset: 3px !important;
    }
    
    .skip-link[b-kr3sftvtoo] {
        border: 2px solid white;
    }
    
    .btn[b-kr3sftvtoo] {
        border: 2px solid currentColor !important;
    }
}

/* ============================================
   TOUCH TARGET SIZES (WCAG 2.5.5)
   ============================================ */
@media (pointer: coarse) {
    /* Ensure minimum 44x44px touch targets */
    button[b-kr3sftvtoo],
    [role="button"][b-kr3sftvtoo],
    a[b-kr3sftvtoo],
    input[type="checkbox"][b-kr3sftvtoo],
    input[type="radio"][b-kr3sftvtoo],
    select[b-kr3sftvtoo] {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Spacing for touch targets */
    .btn[b-kr3sftvtoo] {
        padding: 0.75rem 1.25rem;
    }
    
    /* Form controls */
    .form-control[b-kr3sftvtoo],
    .form-select[b-kr3sftvtoo] {
        min-height: 44px;
        padding: 0.625rem 1rem;
    }
    
    /* Checkboxes and radios */
    .form-check-input[b-kr3sftvtoo] {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* ============================================
   LANDMARK REGIONS STYLING
   ============================================ */
[role="main"][b-kr3sftvtoo],
#main-content[b-kr3sftvtoo] {
    scroll-margin-top: 5rem; /* Account for fixed header */
}

[role="navigation"][b-kr3sftvtoo],
#main-navigation[b-kr3sftvtoo] {
    scroll-margin-top: 1rem;
}

/* ============================================
   ERROR/VALIDATION ACCESSIBILITY
   ============================================ */
[aria-invalid="true"][b-kr3sftvtoo] {
    border-color: var(--danger-color, #ef4444) !important;
}

[aria-invalid="true"]:focus[b-kr3sftvtoo] {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

.field-validation-error[b-kr3sftvtoo],
[role="alert"][b-kr3sftvtoo] {
    color: var(--danger-color, #ef4444);
}

/* Required field indicator */
[aria-required="true"][b-kr3sftvtoo]::after,
.required[b-kr3sftvtoo]::after {
    content: ' *';
    color: var(--danger-color, #ef4444);
}

/* ============================================
   LOADING STATES ACCESSIBILITY
   ============================================ */
[aria-busy="true"][b-kr3sftvtoo] {
    cursor: wait;
    pointer-events: none;
    opacity: 0.7;
}

[aria-busy="true"][b-kr3sftvtoo]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--border-color, #e5e7eb);
    border-top-color: var(--primary-color, #3b82f6);
    border-radius: 50%;
    animation: a11ySpinner-b-kr3sftvtoo 0.6s linear infinite;
}

@keyframes a11ySpinner-b-kr3sftvtoo {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   DISABLED STATE ACCESSIBILITY
   ============================================ */
[aria-disabled="true"][b-kr3sftvtoo],
[disabled][b-kr3sftvtoo] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================
   EXPANDED/COLLAPSED INDICATORS
   ============================================ */
[aria-expanded="false"][b-kr3sftvtoo]::before {
    content: '?';
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.75em;
    transition: transform 0.2s ease;
}

[aria-expanded="true"][b-kr3sftvtoo]::before {
    content: '?';
}

/* ============================================
   DIALOG/MODAL ACCESSIBILITY
   ============================================ */
[role="dialog"][b-kr3sftvtoo],
[role="alertdialog"][b-kr3sftvtoo] {
    /* Ensure modals have proper focus indication */
}

[role="dialog"]:focus[b-kr3sftvtoo],
[role="alertdialog"]:focus[b-kr3sftvtoo] {
    outline: none;
}

/* Backdrop for focus trapping visual indicator */
.modal-backdrop[b-kr3sftvtoo] {
    background: rgba(0, 0, 0, 0.5);
}

@media (prefers-contrast: high) {
    .modal-backdrop[b-kr3sftvtoo] {
        background: rgba(0, 0, 0, 0.8);
    }
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
/* ============================================
   ENTERPRISE EMPTY STATE STYLES
   ============================================ */

.empty-state[b-g83e613i9y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 2rem;
    min-height: 300px;
    
    /* CSS Variables for illustrations */
    --empty-bg: var(--bg-secondary, #f8fafc);
    --empty-stroke: var(--border-color, rgba(148, 163, 184, 0.22));
    --empty-accent: var(--primary-color, #6366f1);
    --empty-line: var(--text-secondary, #94a3b8);
    --empty-error: #ef4444;
    --empty-error-bg: rgba(239, 68, 68, 0.1);
}

/* Size Variants */
.empty-state-sm[b-g83e613i9y] {
    padding: 1.5rem 1rem;
    min-height: 200px;
}

.empty-state-sm .empty-state-illustration[b-g83e613i9y] {
    width: 120px;
    height: 90px;
    margin-bottom: 1rem;
}

.empty-state-sm .empty-state-title[b-g83e613i9y] {
    font-size: 1rem;
}

.empty-state-sm .empty-state-description[b-g83e613i9y] {
    font-size: 0.8125rem;
}

.empty-state-lg[b-g83e613i9y] {
    padding: 4rem 2rem;
    min-height: 400px;
}

.empty-state-lg .empty-state-illustration[b-g83e613i9y] {
    width: 280px;
    height: 210px;
    margin-bottom: 2rem;
}

.empty-state-lg .empty-state-title[b-g83e613i9y] {
    font-size: 1.5rem;
}

/* Illustration Container */
.empty-state-illustration[b-g83e613i9y] {
    width: 200px;
    height: 150px;
    margin-bottom: 1.5rem;
    animation: emptyStateFadeIn-b-g83e613i9y 0.5s ease-out;
}

.empty-illustration[b-g83e613i9y] {
    width: 100%;
    height: 100%;
}

.empty-illustration svg[b-g83e613i9y] {
    width: 100%;
    height: 100%;
}

/* Custom Icon */
.empty-state-icon[b-g83e613i9y] {
    font-size: 4rem;
    line-height: 1;
    display: block;
    animation: emptyStateBounce-b-g83e613i9y 2s ease-in-out infinite;
}

@keyframes emptyStateFadeIn-b-g83e613i9y {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes emptyStateBounce-b-g83e613i9y {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Content */
.empty-state-content[b-g83e613i9y] {
    max-width: 400px;
    animation: emptyStateFadeIn-b-g83e613i9y 0.5s ease-out 0.1s both;
}

.empty-state-title[b-g83e613i9y] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary, #1f2937);
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.empty-state-description[b-g83e613i9y] {
    font-size: 0.9375rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.empty-state-custom[b-g83e613i9y] {
    margin-bottom: 1.5rem;
}

/* Actions */
.empty-state-actions[b-g83e613i9y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    animation: emptyStateFadeIn-b-g83e613i9y 0.5s ease-out 0.2s both;
}

.empty-state-actions .btn[b-g83e613i9y] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Illustration Animation on Hover */
.empty-state:hover .empty-illustration svg[b-g83e613i9y] {
    animation: emptyStateWiggle-b-g83e613i9y 0.5s ease-in-out;
}

@keyframes emptyStateWiggle-b-g83e613i9y {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .empty-state[b-g83e613i9y],
[data-bs-theme="dark"] .empty-state[b-g83e613i9y] {
    --empty-bg: var(--bg-secondary, #1e293b);
    --empty-stroke: var(--border-color, #334155);
    --empty-line: var(--text-secondary, #64748b);
    --empty-error-bg: rgba(239, 68, 68, 0.15);
}

[data-theme="dark"] .empty-state-title[b-g83e613i9y],
[data-bs-theme="dark"] .empty-state-title[b-g83e613i9y] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .empty-state-description[b-g83e613i9y],
[data-bs-theme="dark"] .empty-state-description[b-g83e613i9y] {
    color: var(--text-secondary, #94a3b8);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 480px) {
    .empty-state[b-g83e613i9y] {
        padding: 2rem 1rem;
        min-height: 250px;
    }
    
    .empty-state-illustration[b-g83e613i9y] {
        width: 160px;
        height: 120px;
    }
    
    .empty-state-title[b-g83e613i9y] {
        font-size: 1.125rem;
    }
    
    .empty-state-description[b-g83e613i9y] {
        font-size: 0.875rem;
    }
    
    .empty-state-actions[b-g83e613i9y] {
        flex-direction: column;
        width: 100%;
    }
    
    .empty-state-actions .btn[b-g83e613i9y] {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .empty-state-illustration[b-g83e613i9y],
    .empty-state-content[b-g83e613i9y],
    .empty-state-actions[b-g83e613i9y] {
        animation: none;
    }
    
    .empty-state-icon[b-g83e613i9y] {
        animation: none;
    }
    
    .empty-state:hover .empty-illustration svg[b-g83e613i9y] {
        animation: none;
    }
}
/* /Components/Shared/ErrorBoundary.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ERROR BOUNDARY STYLES
   ============================================ */

.error-boundary[b-4intimgsz7] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.06) 0%, var(--glass-bg, rgba(255, 255, 255, 0.55)) 100%);
    backdrop-filter: blur(var(--glass-blur, 16px));
    -webkit-backdrop-filter: blur(var(--glass-blur, 16px));
    border-radius: 1rem;
    border: 1px solid rgba(239, 68, 68, 0.15);
    animation: errorBoundaryFadeIn-b-4intimgsz7 0.4s var(--spring-smooth, ease-out);
    box-shadow: var(--glass-shadow, 0 8px 32px rgba(99, 102, 241, 0.08));
}

@keyframes errorBoundaryFadeIn-b-4intimgsz7 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.error-boundary-content[b-4intimgsz7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

/* Icon */
.error-boundary-icon[b-4intimgsz7] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    color: #ef4444;
    animation: errorBoundaryPulse-b-4intimgsz7 2s ease-in-out infinite;
}

.error-boundary-icon svg[b-4intimgsz7] {
    width: 100%;
    height: 100%;
}

@keyframes errorBoundaryPulse-b-4intimgsz7 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Text Content */
.error-boundary-text[b-4intimgsz7] {
    margin-bottom: 2rem;
}

.error-boundary-title[b-4intimgsz7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary, #1f2937);
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.error-boundary-message[b-4intimgsz7] {
    font-size: 1rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.error-boundary-id[b-4intimgsz7] {
    font-size: 0.875rem;
    color: var(--text-secondary, #9ca3af);
    margin: 0;
    padding: 0.5rem 1rem;
    background: var(--bg-secondary, #f1f5f9);
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.error-boundary-id code[b-4intimgsz7] {
    font-family: 'Fira Code', 'Consolas', monospace;
    font-size: 0.8125rem;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
}

/* Details Section */
.error-boundary-details[b-4intimgsz7] {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
}

.error-boundary-details summary[b-4intimgsz7] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
}

.error-boundary-details summary:hover[b-4intimgsz7] {
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.error-boundary-details pre[b-4intimgsz7] {
    font-size: 0.75rem;
    background: var(--bg-secondary, #1e293b);
    color: var(--text-primary, #e2e8f0);
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-top: 0.5rem;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Actions */
.error-boundary-actions[b-4intimgsz7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.error-boundary-actions .btn[b-4intimgsz7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
    justify-content: center;
}

/* Dark Theme */
[data-theme="dark"] .error-boundary[b-4intimgsz7],
[data-bs-theme="dark"] .error-boundary[b-4intimgsz7] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, var(--glass-bg, rgba(17, 24, 39, 0.6)) 100%);
    border-color: rgba(239, 68, 68, 0.2);
}

[data-theme="dark"] .error-boundary-title[b-4intimgsz7],
[data-bs-theme="dark"] .error-boundary-title[b-4intimgsz7] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .error-boundary-id[b-4intimgsz7],
[data-bs-theme="dark"] .error-boundary-id[b-4intimgsz7] {
    background: var(--bg-secondary, #1e293b);
}

[data-theme="dark"] .error-boundary-details pre[b-4intimgsz7],
[data-bs-theme="dark"] .error-boundary-details pre[b-4intimgsz7] {
    background: #0f172a;
}

/* Responsive */
@media (max-width: 480px) {
    .error-boundary[b-4intimgsz7] {
        padding: 1.5rem;
        min-height: 300px;
    }
    
    .error-boundary-icon[b-4intimgsz7] {
        width: 60px;
        height: 60px;
    }
    
    .error-boundary-title[b-4intimgsz7] {
        font-size: 1.25rem;
    }
    
    .error-boundary-message[b-4intimgsz7] {
        font-size: 0.9375rem;
    }
    
    .error-boundary-actions[b-4intimgsz7] {
        flex-direction: column;
        width: 100%;
    }
    
    .error-boundary-actions .btn[b-4intimgsz7] {
        width: 100%;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .error-boundary[b-4intimgsz7] {
        animation: none;
    }
    
    .error-boundary-icon[b-4intimgsz7] {
        animation: none;
    }
}
/* /Components/Shared/LoadingSkeleton.razor.rz.scp.css */
/* ============================================
   ENTERPRISE LOADING SKELETON STYLES
   ============================================ */

.skeleton-container[b-pmxdwipey2] {
    width: 100%;
}

/* Base Skeleton Animation */
.skeleton[b-pmxdwipey2] {
    background: linear-gradient(
        90deg,
        var(--skeleton-base, rgba(99, 102, 241, 0.06)) 0%,
        var(--skeleton-shine, rgba(139, 92, 246, 0.03)) 50%,
        var(--skeleton-base, rgba(99, 102, 241, 0.06)) 100%
    );
    background-size: 200% 100%;
    animation: skeletonShimmer-b-pmxdwipey2 1.5s ease-in-out infinite;
    border-radius: 0.5rem;
}

@keyframes skeletonShimmer-b-pmxdwipey2 {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   SKELETON TEXT
   ============================================ */
.skeleton-text[b-pmxdwipey2] {
    height: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.skeleton-text-short[b-pmxdwipey2] {
    width: 60%;
}

.skeleton-text-medium[b-pmxdwipey2] {
    width: 80%;
}

.skeleton-text-block[b-pmxdwipey2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-title[b-pmxdwipey2] {
    height: 1.25rem;
    width: 70%;
    margin-bottom: 0.5rem;
}

.skeleton-subtitle[b-pmxdwipey2] {
    height: 0.875rem;
    width: 50%;
}

.skeleton-label[b-pmxdwipey2] {
    height: 0.875rem;
    width: 30%;
    margin-bottom: 0.5rem;
}

/* ============================================
   SKELETON AVATAR
   ============================================ */
.skeleton-avatar[b-pmxdwipey2] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-avatar-sm[b-pmxdwipey2] {
    width: 2rem;
    height: 2rem;
}

.skeleton-avatar-lg[b-pmxdwipey2] {
    width: 4rem;
    height: 4rem;
}

.skeleton-avatar-xl[b-pmxdwipey2] {
    width: 6rem;
    height: 6rem;
}

/* ============================================
   SKELETON BUTTON
   ============================================ */
.skeleton-button[b-pmxdwipey2] {
    height: 2.5rem;
    width: 6rem;
    border-radius: 0.5rem;
}

.skeleton-button-sm[b-pmxdwipey2] {
    height: 2rem;
    width: 4rem;
}

.skeleton-button-lg[b-pmxdwipey2] {
    height: 3rem;
    width: 8rem;
}

.skeleton-button-secondary[b-pmxdwipey2] {
    width: 5rem;
}

/* ============================================
   SKELETON INPUT
   ============================================ */
.skeleton-input[b-pmxdwipey2] {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON IMAGE
   ============================================ */
.skeleton-image[b-pmxdwipey2] {
    width: 100%;
    height: 200px;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON CARD
   ============================================ */
.skeleton-card[b-pmxdwipey2] {
    background: var(--glass-bg, rgba(255, 255, 255, 0.55));
    border-radius: 0.875rem;
    padding: 1.25rem;
    box-shadow: var(--glass-shadow, 0 8px 32px rgba(99, 102, 241, 0.08));
    border: 1px solid var(--glass-border-subtle, rgba(0, 0, 0, 0.06));
    backdrop-filter: blur(var(--glass-blur, 16px));
    -webkit-backdrop-filter: blur(var(--glass-blur, 16px));
}

.skeleton-card-header[b-pmxdwipey2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-card-info[b-pmxdwipey2] {
    flex: 1;
}

.skeleton-card-body[b-pmxdwipey2] {
    margin-bottom: 1rem;
}

.skeleton-card-footer[b-pmxdwipey2] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

/* ============================================
   SKELETON TABLE
   ============================================ */
.skeleton-table[b-pmxdwipey2] {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-header[b-pmxdwipey2] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.skeleton-table-header .skeleton-table-cell[b-pmxdwipey2] {
    height: 1rem;
}

.skeleton-table-row[b-pmxdwipey2] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-row:last-child[b-pmxdwipey2] {
    border-bottom: none;
}

.skeleton-table-cell[b-pmxdwipey2] {
    flex: 1;
    height: 0.875rem;
}

/* ============================================
   SKELETON LIST
   ============================================ */
.skeleton-list[b-pmxdwipey2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skeleton-list-item[b-pmxdwipey2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--card-bg, #ffffff);
    border-radius: 0.5rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-list-content[b-pmxdwipey2] {
    flex: 1;
}

/* ============================================
   SKELETON FORM
   ============================================ */
.skeleton-form[b-pmxdwipey2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skeleton-form-group[b-pmxdwipey2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-form-actions[b-pmxdwipey2] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

/* ============================================
   SKELETON PROFILE
   ============================================ */
.skeleton-profile[b-pmxdwipey2] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--card-bg, #ffffff);
    border-radius: 0.75rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-profile-info[b-pmxdwipey2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ============================================
   SKELETON STATS
   ============================================ */
.skeleton-stats[b-pmxdwipey2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.skeleton-stat-card[b-pmxdwipey2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: var(--card-bg, #ffffff);
    border-radius: 0.75rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-stat-icon[b-pmxdwipey2] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.skeleton-stat-value[b-pmxdwipey2] {
    height: 2rem;
    width: 60%;
}

.skeleton-stat-label[b-pmxdwipey2] {
    height: 0.875rem;
    width: 80%;
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .skeleton[b-pmxdwipey2],
[data-bs-theme="dark"] .skeleton[b-pmxdwipey2] {
    --skeleton-base: rgba(129, 140, 248, 0.08);
    --skeleton-shine: rgba(167, 139, 250, 0.04);
}

[data-theme="dark"] .skeleton-card[b-pmxdwipey2],
[data-bs-theme="dark"] .skeleton-card[b-pmxdwipey2],
[data-theme="dark"] .skeleton-list-item[b-pmxdwipey2],
[data-bs-theme="dark"] .skeleton-list-item[b-pmxdwipey2],
[data-theme="dark"] .skeleton-profile[b-pmxdwipey2],
[data-bs-theme="dark"] .skeleton-profile[b-pmxdwipey2],
[data-theme="dark"] .skeleton-stat-card[b-pmxdwipey2],
[data-bs-theme="dark"] .skeleton-stat-card[b-pmxdwipey2] {
    background: var(--card-bg, #1e2328);
    border-color: var(--border-color, #2d3339);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.visually-hidden[b-pmxdwipey2] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .skeleton[b-pmxdwipey2] {
        animation: none;
        background: var(--skeleton-base, rgba(0, 0, 0, 0.08));
    }
}
/* /Components/Shared/QuickGridFilter.razor.rz.scp.css */
.quick-grid-filter-container[b-nk05mvj4ms] {
    display: inline-block;
}

/* Responsive adjustments for filter button */
@media (max-width: 767px) {
    .quick-grid-filter-container .dropdown-toggle[b-nk05mvj4ms] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        min-width: 175px;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        max-width: calc(100vw - 1rem);
        margin: 0.5rem 0;
    }
    
    .quick-grid-filter-container .filter-content[b-nk05mvj4ms] {
        max-height: calc(100vh - 200px);
    }
}

@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        width: min(320px, calc(100vw - 1rem));
        max-width: calc(100vw - 1rem);
        min-width: 175px;
        /*max-width: 90vw;*/
        left: 149px !important;
    }
}

@media (max-width: 575px) {
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        min-width: 175px;
        max-width: calc(100vw - 1rem);
    }
    
    .quick-grid-filter-container .dropdown-toggle[b-nk05mvj4ms] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .quick-grid-filter-container .dropdown-toggle .bi[b-nk05mvj4ms] {
        font-size: 0.8rem;
    }
}

/* Ensure dropdown appears below button on small screens */
@media (max-width: 991px) {
    .quick-grid-filter-container[b-nk05mvj4ms] {
        position: relative;
    }
    
    .quick-grid-filter-container .dropdown[b-nk05mvj4ms] {
        position: static;
    }
}

.quick-grid-filter-container .dropdown-toggle[b-nk05mvj4ms] {
    position: relative;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 8px;
    border: 1.5px solid var(--primary-light, #818cf8) !important;
    background: var(--glass-bg, rgba(17, 24, 39, 0.75)) !important;
    color: var(--text-primary) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.25s var(--spring-smooth, cubic-bezier(0.22, 1, 0.36, 1));
}

.quick-grid-filter-container .dropdown-toggle:hover[b-nk05mvj4ms],
.quick-grid-filter-container .dropdown-toggle:focus[b-nk05mvj4ms] {
    border-color: var(--primary-color, #6366f1) !important;
    background: var(--primary-surface, rgba(129, 140, 248, 0.15)) !important;
    color: var(--primary-color, #818cf8) !important;
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 129, 140, 248), 0.25), 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.quick-grid-filter-container .dropdown-toggle.has-active-filters[b-nk05mvj4ms] {
    border-color: var(--primary-color, #6366f1) !important;
    background: var(--gradient-primary, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%)) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb, 99, 102, 241), 0.35) !important;
}

.quick-grid-filter-container .dropdown-toggle .badge[b-nk05mvj4ms] {
    font-size: 0.7rem;
    padding: 0.15em 0.4em;
}

.quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
    min-width: 320px;
    max-width: 400px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 0 1px var(--border-color-strong, rgba(148, 163, 184, 0.25)) !important;
    border: 1.5px solid var(--primary-light, #818cf8) !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    border-radius: 0.875rem;
    background: var(--bg-secondary, #111827) !important;
    opacity: 1 !important;
    z-index: 1050 !important;
}

/* Custom Dropdown Arrow for Filter Form Select Inputs */
.quick-grid-filter-container .form-select[b-nk05mvj4ms] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23818cf8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    padding-right: 2.25rem !important;
    border: 1.5px solid var(--primary-light, #818cf8) !important;
}

[data-theme="dark"] .quick-grid-filter-container .form-select[b-nk05mvj4ms],
[data-bs-theme="dark"] .quick-grid-filter-container .form-select[b-nk05mvj4ms] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a78bfa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    border-color: rgba(129, 140, 248, 0.4) !important;
}

[data-theme="light"] .quick-grid-filter-container .form-select[b-nk05mvj4ms],
[data-bs-theme="light"] .quick-grid-filter-container .form-select[b-nk05mvj4ms] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f46e5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    border-color: rgba(99, 102, 241, 0.4) !important;
}

.quick-grid-filter-container .form-select option[b-nk05mvj4ms] {
    background-color: #0f172a !important;
    color: #f8fafc !important;
    padding: 0.6rem 0.8rem !important;
    font-size: 0.9rem !important;
}

[data-theme="light"] .quick-grid-filter-container .form-select option[b-nk05mvj4ms],
[data-bs-theme="light"] .quick-grid-filter-container .form-select option[b-nk05mvj4ms] {
    background-color: #ffffff !important;
    color: #0f172a !important;
}

[data-theme="dark"] .quick-grid-filter-container .form-select option[b-nk05mvj4ms],
[data-bs-theme="dark"] .quick-grid-filter-container .form-select option[b-nk05mvj4ms] {
    background-color: #0f172a !important;
    color: #f8fafc !important;
}

.quick-grid-filter-container .form-select option:checked[b-nk05mvj4ms] {
    background-color: #6366f1 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Ensure dropdown aligns to the right on larger screens */
@media (min-width: 992px) {
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        right: 0 !important;
        left: auto;
    }
}

/* Ensure dropdown stays within viewport on all screen sizes */
.quick-grid-filter-container .dropdown-menu[b-nk05mvj4ms] {
    position: absolute !important;
}

/* On smaller screens, adjust dropdown position */
@media (max-width: 991px) {
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        max-width: calc(100vw - 2rem);
        margin-top: 0.5rem;
    }
}

.quick-grid-filter-container .filter-content[b-nk05mvj4ms] {
    max-height: 500px;
    overflow-y: auto;
}

.quick-grid-filter-container .filter-chip[b-nk05mvj4ms] {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 0.875rem;
}

.quick-grid-filter-container .filter-group[b-nk05mvj4ms] {
    background-color: var(--bs-body-bg);
    border: 1px dashed var(--bs-primary) !important;
    position: relative;
}

.quick-grid-filter-container .filter-group .filter-chip[b-nk05mvj4ms] {
    margin-bottom: 0.25rem;
}

/* Enhanced styling for OR groups */
.quick-grid-filter-container .filter-group.bg-light[b-nk05mvj4ms] {
    background-color: rgba(99, 102, 241, 0.05) !important;
    border: 2px solid rgba(99, 102, 241, 0.2) !important;
    border-radius: 0.625rem !important;
}

.quick-grid-filter-container .filter-group-header[b-nk05mvj4ms] {
    border-bottom: 1px solid rgba(99, 102, 241, 0.15);
    padding-bottom: 0.25rem;
}

.quick-grid-filter-container .filter-group-header i[b-nk05mvj4ms] {
    color: var(--bs-primary);
}

/* Badge styling for AND/OR operators */
.quick-grid-filter-container .badge.bg-info[b-nk05mvj4ms] {
    background-color: #0dcaf0 !important;
    padding: 0.35em 0.65em;
    font-weight: 600;
    font-size: 0.75rem;
}

.quick-grid-filter-container .badge.bg-warning[b-nk05mvj4ms] {
    background-color: #ffc107 !important;
    padding: 0.35em 0.65em;
    font-weight: 600;
    font-size: 0.75rem;
    color: #000 !important;
}

.quick-grid-filter-container .badge.bg-secondary[b-nk05mvj4ms] {
    background-color: #6c757d !important;
    padding: 0.25em 0.5em;
    font-weight: 600;
    font-size: 0.7rem;
}

.quick-grid-filter-container .badge.bg-primary[b-nk05mvj4ms] {
    background-color: #0d6efd !important;
    padding: 0.25em 0.5em;
    font-weight: 600;
    font-size: 0.7rem;
    color: white !important;
}

/* Alert styling within filter dropdown */
.quick-grid-filter-container .alert[b-nk05mvj4ms] {
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.quick-grid-filter-container .alert-info[b-nk05mvj4ms] {
    background-color: rgba(13, 202, 240, 0.1);
    border: 1px solid rgba(13, 202, 240, 0.3);
    color: var(--bs-body-color);
}

/* Filter mode selection styling */
.quick-grid-filter-container .filter-mode-selection .btn-group[b-nk05mvj4ms] {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 0.6rem;
    padding: 3px;
    border: 1px solid rgba(129, 140, 248, 0.25);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .quick-grid-filter-container .filter-mode-selection .btn-group[b-nk05mvj4ms] {
    background: rgba(241, 245, 249, 0.9);
    border-color: rgba(99, 102, 241, 0.25);
}

.quick-grid-filter-container .filter-mode-selection .btn[b-nk05mvj4ms] {
    border-radius: 0.5rem !important;
    border: none !important;
    font-weight: 600;
    font-size: 0.825rem;
    padding: 0.4rem 0.75rem;
    transition: all 0.25s var(--spring-smooth, cubic-bezier(0.22, 1, 0.36, 1));
}

.quick-grid-filter-container .filter-mode-selection .btn-primary[b-nk05mvj4ms] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4) !important;
}

.quick-grid-filter-container .filter-mode-selection .btn-outline-primary[b-nk05mvj4ms] {
    background: transparent !important;
    color: var(--text-secondary, rgba(241, 245, 249, 0.7)) !important;
}

.quick-grid-filter-container .filter-mode-selection .btn-outline-primary:hover[b-nk05mvj4ms] {
    color: #818cf8 !important;
    background: rgba(129, 140, 248, 0.1) !important;
}

.quick-grid-filter-container .form-label[b-nk05mvj4ms] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
    font-size: 0.725rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #a78bfa !important;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.15) 0%, rgba(167, 139, 250, 0.08) 100%) !important;
    border: 1px solid rgba(129, 140, 248, 0.3) !important;
    border-radius: 0.5rem !important;
    padding: 0.22rem 0.6rem !important;
    margin-bottom: 0.75rem !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.quick-grid-filter-container .form-label i[b-nk05mvj4ms] {
    font-size: 0.85rem !important;
}

[data-theme="light"] .quick-grid-filter-container .form-label[b-nk05mvj4ms],
[data-bs-theme="light"] .quick-grid-filter-container .form-label[b-nk05mvj4ms] {
    color: #4f46e5 !important;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(129, 140, 248, 0.06) 100%) !important;
    border-color: rgba(99, 102, 241, 0.25) !important;
}

.quick-grid-filter-container .filter-chip[b-nk05mvj4ms] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.14) 0%, rgba(167, 139, 250, 0.07) 100%) !important;
    border: 1px solid rgba(129, 140, 248, 0.3) !important;
    border-radius: 0.625rem !important;
    padding: 0.6rem 0.75rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.quick-grid-filter-container .filter-form .btn-primary[b-nk05mvj4ms] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
    font-weight: 600 !important;
    border-radius: 0.6rem !important;
    transition: all 0.25s ease !important;
}

.quick-grid-filter-container .filter-form .btn-primary:hover[b-nk05mvj4ms] {
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5) !important;
    transform: translateY(-1px) !important;
}

.quick-grid-filter-container .filter-chip .text-primary[b-nk05mvj4ms] {
    font-weight: 500;
}

.quick-grid-filter-container .filter-form[b-nk05mvj4ms] {
    animation: slideDown-b-nk05mvj4ms 0.2s ease-out;
}

@keyframes slideDown-b-nk05mvj4ms {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-grid-filter-container .active-filters[b-nk05mvj4ms] {
    animation: fadeIn-b-nk05mvj4ms 0.2s ease-out;
}

@keyframes fadeIn-b-nk05mvj4ms {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quick-grid-filter-container .form-label[b-nk05mvj4ms] {
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: var(--bs-secondary);
}

.quick-grid-filter-container .btn-link[b-nk05mvj4ms] {
    text-decoration: none;
}

.quick-grid-filter-container .btn-link:hover[b-nk05mvj4ms] {
    text-decoration: underline;
}

/* Dark mode support */
[data-bs-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-chip[b-nk05mvj4ms] {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .quick-grid-filter-container .dropdown-toggle.has-active-filters[b-nk05mvj4ms] {
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary);
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-group.bg-light[b-nk05mvj4ms] {
    background-color: rgba(129, 140, 248, 0.08) !important;
    border-color: rgba(129, 140, 248, 0.25) !important;
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-group-header[b-nk05mvj4ms] {
    border-bottom-color: rgba(129, 140, 248, 0.2);
}

[data-theme="dark"] .quick-grid-filter-container .filter-group.bg-light[b-nk05mvj4ms] {
    background-color: rgba(129, 140, 248, 0.08) !important;
    border-color: rgba(129, 140, 248, 0.25) !important;
}

[data-theme="dark"] .quick-grid-filter-container .filter-group-header[b-nk05mvj4ms] {
    border-bottom-color: rgba(129, 140, 248, 0.2);
}

[data-theme="dark"] .quick-grid-filter-container .alert-info[b-nk05mvj4ms],
[data-bs-theme="dark"] .quick-grid-filter-container .alert-info[b-nk05mvj4ms] {
    background-color: rgba(13, 202, 240, 0.15);
    border-color: rgba(13, 202, 240, 0.4);
    color: var(--bs-body-color);
}

/* Responsive design */
@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        min-width: 175px;
        max-width: 90vw;
        left: 149px !important;
    }
}

@media (min-width: 641px) and (max-width:991px) {
    .quick-grid-filter-container .filter-dropdown[b-nk05mvj4ms] {
        left: 147.368px !important;
    }
}

/* /Components/Shared/SweetAlert.razor.rz.scp.css */
/* SweetAlert2 CSS - Pure Blazor Implementation - Compact & Modern */

.swal2-container[b-1iplbm0mm6] {
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    overflow-x: hidden;
    transition: background-color .2s ease;
    background-color: transparent;
}

.swal2-backdrop-show[b-1iplbm0mm6] {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Dark theme backdrop */
[data-theme="dark"] .swal2-backdrop-show[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-backdrop-show[b-1iplbm0mm6] {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
}

.swal2-center[b-1iplbm0mm6] {
    align-items: center;
}

.swal2-popup[b-1iplbm0mm6] {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 28rem;
    max-width: 100%;
    padding: 0 0 0.875rem;
    border: 1px solid var(--glass-border-subtle, rgba(0, 0, 0, 0.06));
    border-radius: 1rem;
    background: var(--glass-bg-heavy, rgba(255, 255, 255, 0.82));
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    color: var(--text-primary, #1e1b4b);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9375rem;
    box-shadow: var(--glass-shadow-lg, 0 16px 48px rgba(99, 102, 241, 0.12)), 0 0 0 1px var(--glass-border-subtle, rgba(0, 0, 0, 0.04));
}

/* Dark theme popup */
[data-theme="dark"] .swal2-popup[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-popup[b-1iplbm0mm6] {
    background: var(--glass-bg-heavy, rgba(17, 24, 39, 0.85));
    border: 1px solid var(--glass-border-subtle, rgba(255, 255, 255, 0.06));
    color: var(--text-primary, #f1f5f9);
    box-shadow: var(--glass-shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.4)), 0 0 40px rgba(129, 140, 248, 0.05);
}


.swal2-show[b-1iplbm0mm6] {
    display: grid;
    animation: swal2-show-b-1iplbm0mm6 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-show-b-1iplbm0mm6 {
    0% {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.swal2-title[b-1iplbm0mm6] {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem 1.25rem 0;
    color: #111827;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    line-height: 1.3;
}

[data-theme="dark"] .swal2-title[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-title[b-1iplbm0mm6] {
    color: #f3f4f6;
}

.swal2-html-container[b-1iplbm0mm6] {
    z-index: 1;
    justify-content: center;
    margin: 0.5rem 1.25rem 0.25rem;
    padding: 0;
    overflow: auto;
    color: #4b5563;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
}

[data-theme="dark"] .swal2-html-container[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-html-container[b-1iplbm0mm6] {
    color: #d1d5db;
}

.swal2-icon[b-1iplbm0mm6] {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin: 1.25rem auto 0.5rem;
    border: 0.1875rem solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 3.75rem;
    cursor: default;
    user-select: none;
}

.swal2-icon-show[b-1iplbm0mm6] {
    display: flex;
    animation: swal2-animate-icon-b-1iplbm0mm6 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-animate-icon-b-1iplbm0mm6 {
    0% {
        transform: scale(0) rotateZ(-45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.1) rotateZ(10deg);
    }
    100% {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }
}



/* Success Icon - Modern gradient style */
.swal2-icon.swal2-success[b-1iplbm0mm6] {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.1) 100%);
    color: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-success[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-icon.swal2-success[b-1iplbm0mm6] {
    border-color: #34d399;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(52, 211, 153, 0.15) 100%);
    color: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.15);
}

.swal2-success-circular-line-left[b-1iplbm0mm6],
.swal2-success-circular-line-right[b-1iplbm0mm6] {
    position: absolute;
    width: 2.8125rem;
    height: 5.625rem;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-success-circular-line-left[b-1iplbm0mm6] {
    top: -0.328rem;
    left: -1.547rem;
    transform: rotate(-45deg);
    transform-origin: 2.8125rem 2.8125rem;
    border-radius: 5.625rem 0 0 5.625rem;
}

.swal2-success-circular-line-right[b-1iplbm0mm6] {
    top: -0.516rem;
    left: 1.406rem;
    transform: rotate(-45deg);
    transform-origin: 0 2.8125rem;
    border-radius: 0 5.625rem 5.625rem 0;
}

.swal2-success-ring[b-1iplbm0mm6] {
    position: absolute;
    z-index: 2;
    top: -0.1875rem;
    left: -0.1875rem;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.1875rem solid rgba(16, 185, 129, 0.2);
    border-radius: 50%;
}

[data-theme="dark"] .swal2-success-ring[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-success-ring[b-1iplbm0mm6] {
    border-color: rgba(52, 211, 153, 0.25);
}

.swal2-success-fix[b-1iplbm0mm6] {
    position: absolute;
    z-index: 1;
    top: 0.375rem;
    left: 1.219rem;
    width: 0.328rem;
    height: 4.219rem;
    transform: rotate(-45deg);
}

.swal2-success-line-tip[b-1iplbm0mm6] {
    position: absolute;
    z-index: 2;
    top: 2.156rem;
    left: 0.656rem;
    width: 1.172rem;
    height: 0.234rem;
    transform: rotate(45deg);
    background-color: #10b981;
    border-radius: 0.094rem;
    animation: swal2-animate-success-line-tip-b-1iplbm0mm6 0.65s;
}

[data-theme="dark"] .swal2-success-line-tip[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-success-line-tip[b-1iplbm0mm6] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-tip-b-1iplbm0mm6 {
    0% {
        top: 0.891rem;
        left: 0.047rem;
        width: 0;
    }
    54% {
        top: 0.797rem;
        left: 0.094rem;
        width: 0;
    }
    70% {
        top: 1.641rem;
        left: -0.375rem;
        width: 2.344rem;
    }
    84% {
        top: 2.25rem;
        left: 0.797rem;
        width: 0.797rem;
    }
    100% {
        top: 2.109rem;
        left: 0.656rem;
        width: 1.172rem;
    }
}

.swal2-success-line-long[b-1iplbm0mm6] {
    position: absolute;
    z-index: 2;
    top: 1.781rem;
    right: 0.375rem;
    width: 2.203rem;
    height: 0.234rem;
    transform: rotate(-45deg);
    background-color: #10b981;
    border-radius: 0.094rem;
    animation: swal2-animate-success-line-long-b-1iplbm0mm6 0.65s;
}

[data-theme="dark"] .swal2-success-line-long[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-success-line-long[b-1iplbm0mm6] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-long-b-1iplbm0mm6 {
    0% {
        top: 2.531rem;
        right: 2.156rem;
        width: 0;
    }
    65% {
        top: 2.531rem;
        right: 2.156rem;
        width: 0;
    }
    84% {
        top: 1.641rem;
        right: 0;
        width: 2.578rem;
    }
    100% {
        top: 1.781rem;
        right: 0.375rem;
        width: 2.203rem;
    }
}

/* Error Icon - Enhanced with gradient */
.swal2-icon.swal2-error[b-1iplbm0mm6] {
    border-color: #ef4444;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(248, 113, 113, 0.1) 100%);
    color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-error[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-icon.swal2-error[b-1iplbm0mm6] {
    border-color: #f87171;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(248, 113, 113, 0.15) 100%);
    color: #f87171;
    box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.15);
}

.swal2-x-mark[b-1iplbm0mm6] {
    position: relative;
    display: block;
    flex-grow: 1;
}

.swal2-x-mark-line-left[b-1iplbm0mm6],
.swal2-x-mark-line-right[b-1iplbm0mm6] {
    position: absolute;
    top: 1.734rem;
    width: 2.203rem;
    height: 0.234rem;
    background-color: #ef4444;
    border-radius: 0.094rem;
}

[data-theme="dark"] .swal2-x-mark-line-left[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-x-mark-line-left[b-1iplbm0mm6],
[data-theme="dark"] .swal2-x-mark-line-right[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-x-mark-line-right[b-1iplbm0mm6] {
    background-color: #f87171;
}

.swal2-x-mark-line-left[b-1iplbm0mm6] {
    left: 0.75rem;
    transform: rotate(45deg);
    animation: swal2-animate-error-x-mark-b-1iplbm0mm6 0.45s;
}

.swal2-x-mark-line-right[b-1iplbm0mm6] {
    right: 0.75rem;
    transform: rotate(-45deg);
    animation: swal2-animate-error-x-mark-b-1iplbm0mm6 0.45s;
}

@keyframes swal2-animate-error-x-mark-b-1iplbm0mm6 {
    0% {
        transform: scale(0.3) rotate(45deg);
        opacity: 0;
    }
    50% {
        transform: scale(0.5) rotate(45deg);
        opacity: 0.5;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
}

/* Warning Icon - Vibrant gradient */
.swal2-icon.swal2-warning[b-1iplbm0mm6] {
    border-color: #f59e0b;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.1) 100%);
    color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-warning[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-icon.swal2-warning[b-1iplbm0mm6] {
    border-color: #fbbf24;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.15) 100%);
    color: #fbbf24;
    box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.15);
}

.swal2-warning-icon[b-1iplbm0mm6] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-pulse-warning-b-1iplbm0mm6 0.85s infinite alternate;
}

@keyframes swal2-pulse-warning-b-1iplbm0mm6 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* Info Icon - Modern blue gradient */
.swal2-icon.swal2-info[b-1iplbm0mm6] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-info[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-icon.swal2-info[b-1iplbm0mm6] {
    border-color: #60a5fa;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.15) 100%);
    color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
}

.swal2-info-icon[b-1iplbm0mm6] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-rotate-info-b-1iplbm0mm6 1s ease-in-out;
}

@keyframes swal2-rotate-info-b-1iplbm0mm6 {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Question Icon - Modern purple gradient */
.swal2-icon.swal2-question[b-1iplbm0mm6] {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-question[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-icon.swal2-question[b-1iplbm0mm6] {
    border-color: #a78bfa;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.15) 100%);
    color: #a78bfa;
    box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.15);
}

.swal2-question-icon[b-1iplbm0mm6] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-bounce-question-b-1iplbm0mm6 0.6s;
}

@keyframes swal2-bounce-question-b-1iplbm0mm6 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Actions (buttons) - Modern & Compact */
.swal2-actions[b-1iplbm0mm6] {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0.875rem auto 0;
    padding: 0;
    gap: 0.5rem;
}

.swal2-styled[b-1iplbm0mm6] {
    margin: 0;
    padding: 0.5rem 1.25rem;
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-size: 0.875rem;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swal2-styled:not([disabled]):hover[b-1iplbm0mm6] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.swal2-styled:not([disabled]):active[b-1iplbm0mm6] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.swal2-confirm[b-1iplbm0mm6] {
    order: 1;
}

.swal2-cancel[b-1iplbm0mm6] {
    order: 2;
}

.swal2-confirm-success[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.swal2-confirm-success:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

[data-theme="dark"] .swal2-confirm-success[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-success[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    box-shadow: 0 2px 8px rgba(52, 211, 153, 0.3);
}

[data-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.4);
}

.swal2-confirm-error[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.swal2-confirm-error:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

[data-theme="dark"] .swal2-confirm-error[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-error[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
    box-shadow: 0 2px 8px rgba(248, 113, 113, 0.3);
}

[data-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.4);
}

.swal2-confirm-warning[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.swal2-confirm-warning:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

[data-theme="dark"] .swal2-confirm-warning[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-warning[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

[data-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.swal2-confirm-info[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.swal2-confirm-info:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

[data-theme="dark"] .swal2-confirm-info[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-info[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.3);
}

[data-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.4);
}

.swal2-confirm-question[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
}

.swal2-confirm-question:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="dark"] .swal2-confirm-question[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-question[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    box-shadow: 0 2px 8px rgba(167, 139, 250, 0.3);
}

[data-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
}

.swal2-confirm-default[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
}

.swal2-confirm-default:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

[data-theme="dark"] .swal2-confirm-default[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-default[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    box-shadow: 0 2px 8px rgba(129, 140, 248, 0.3);
}

[data-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    box-shadow: 0 4px 12px rgba(129, 140, 248, 0.4);
}

.swal2-cancel-default[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
}

.swal2-cancel-default:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

[data-theme="dark"] .swal2-cancel-default[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-cancel-default[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
    box-shadow: 0 2px 8px rgba(156, 163, 175, 0.3);
}

[data-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-1iplbm0mm6] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    box-shadow: 0 4px 12px rgba(156, 163, 175, 0.4);
}

/* Input - Compact & Modern */
.swal2-input[b-1iplbm0mm6] {
    box-sizing: border-box;
    width: 100%;
    margin: 0.75rem auto 0.25rem;
    padding: 0.5rem 0.75rem;
    transition: all 0.2s ease;
    border: 1.5px solid #d1d5db;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #1f2937;
    font-size: 0.9375rem;
}

[data-theme="dark"] .swal2-input[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-input[b-1iplbm0mm6] {
    background: #1f2937;
    border-color: #374151;
    color: #e5e7eb;
}

.swal2-input:focus[b-1iplbm0mm6] {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .swal2-input:focus[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-input:focus[b-1iplbm0mm6] {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.swal2-input[b-1iplbm0mm6]::placeholder {
    color: #9ca3af;
}

[data-theme="dark"] .swal2-input[b-1iplbm0mm6]::placeholder,
[data-bs-theme="dark"] .swal2-input[b-1iplbm0mm6]::placeholder {
    color: #6b7280;
}

/* Timer progress bar - Modern & Eye-catching */
.swal2-timer-progress-bar-container[b-1iplbm0mm6] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    height: 0.1875rem;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background: rgba(0, 0, 0, 0.05);
}

[data-theme="dark"] .swal2-timer-progress-bar-container[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-timer-progress-bar-container[b-1iplbm0mm6] {
    background: rgba(255, 255, 255, 0.05);
}

.swal2-timer-progress-bar[b-1iplbm0mm6] {
    width: 100%;
    height: 0.1875rem;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

[data-theme="dark"] .swal2-timer-progress-bar[b-1iplbm0mm6],
[data-bs-theme="dark"] .swal2-timer-progress-bar[b-1iplbm0mm6] {
    background: linear-gradient(90deg, #60a5fa 0%, #a78bfa 100%);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.6);
}

/* /Components/Shared/ToastContainer.razor.rz.scp.css */
/* ============================================
   ENTERPRISE TOAST NOTIFICATION STYLES
   ============================================ */

.toast-container[b-45sg23cr72] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 420px;
    width: 100%;
    pointer-events: none;
}

.toast[b-45sg23cr72] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.875rem;
    background: var(--glass-bg-heavy, rgba(255, 255, 255, 0.82));
    box-shadow: var(--glass-shadow-lg, 0 16px 48px rgba(99, 102, 241, 0.12));
    border-left: 4px solid;
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border-subtle, rgba(0, 0, 0, 0.06));
}

/* Toast Enter Animation */
.toast-enter[b-45sg23cr72] {
    animation: toastSlideIn-b-45sg23cr72 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Toast Exit Animation */
.toast-exit[b-45sg23cr72] {
    animation: toastSlideOut-b-45sg23cr72 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes toastSlideIn-b-45sg23cr72 {
    from {
        opacity: 0;
        transform: translateX(100%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes toastSlideOut-b-45sg23cr72 {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateX(100%) scale(0.9);
    }
}

/* Toast Type Styles */
.toast-success[b-45sg23cr72] {
    border-left-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, var(--card-bg, #ffffff) 100%);
}

.toast-success .toast-icon[b-45sg23cr72] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.toast-error[b-45sg23cr72] {
    border-left-color: #ef4444;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, var(--card-bg, #ffffff) 100%);
}

.toast-error .toast-icon[b-45sg23cr72] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.toast-warning[b-45sg23cr72] {
    border-left-color: #f59e0b;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, var(--card-bg, #ffffff) 100%);
}

.toast-warning .toast-icon[b-45sg23cr72] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.toast-info[b-45sg23cr72] {
    border-left-color: #3b82f6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, var(--card-bg, #ffffff) 100%);
}

.toast-info .toast-icon[b-45sg23cr72] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.toast-loading[b-45sg23cr72] {
    border-left-color: #8b5cf6;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, var(--card-bg, #ffffff) 100%);
}

.toast-loading .toast-icon[b-45sg23cr72] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

/* Toast Icon */
.toast-icon[b-45sg23cr72] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Toast Spinner */
.toast-spinner[b-45sg23cr72] {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-45sg23cr72 0.8s linear infinite;
}

@keyframes spin-b-45sg23cr72 {
    to {
        transform: rotate(360deg);
    }
}

/* Toast Content */
.toast-content[b-45sg23cr72] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-45sg23cr72] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-primary, #1f2937);
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.toast-message[b-45sg23cr72] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    line-height: 1.5;
    word-break: break-word;
}

/* Toast Action Button */
.toast-action[b-45sg23cr72] {
    margin-top: 0.5rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-color, #3b82f6);
    background: rgba(59, 130, 246, 0.1);
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.toast-action:hover[b-45sg23cr72] {
    background: rgba(59, 130, 246, 0.2);
    transform: translateY(-1px);
}

.toast-action:focus[b-45sg23cr72] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Toast Close Button */
.toast-close[b-45sg23cr72] {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0.375rem;
    color: var(--text-secondary, #9ca3af);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.25rem;
    line-height: 1;
}

.toast-close:hover[b-45sg23cr72] {
    background: rgba(0, 0, 0, 0.1);
    color: var(--text-primary, #1f2937);
}

.toast-close:focus[b-45sg23cr72] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Toast Progress Bar */
.toast-progress[b-45sg23cr72] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.toast-progress-bar[b-45sg23cr72] {
    height: 100%;
    background: currentColor;
    animation: progressShrink-b-45sg23cr72 linear forwards;
    transform-origin: left;
}

.toast-success .toast-progress-bar[b-45sg23cr72] {
    background: #10b981;
}

.toast-error .toast-progress-bar[b-45sg23cr72] {
    background: #ef4444;
}

.toast-warning .toast-progress-bar[b-45sg23cr72] {
    background: #f59e0b;
}

.toast-info .toast-progress-bar[b-45sg23cr72] {
    background: #3b82f6;
}

@keyframes progressShrink-b-45sg23cr72 {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

/* Dark Theme Support */
[data-theme="dark"] .toast[b-45sg23cr72],
[data-bs-theme="dark"] .toast[b-45sg23cr72] {
    background: var(--glass-bg-heavy, rgba(17, 24, 39, 0.85));
    box-shadow: var(--glass-shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.4));
    border-color: var(--glass-border-subtle, rgba(255, 255, 255, 0.06));
}

[data-theme="dark"] .toast-success[b-45sg23cr72],
[data-bs-theme="dark"] .toast-success[b-45sg23cr72] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-error[b-45sg23cr72],
[data-bs-theme="dark"] .toast-error[b-45sg23cr72] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-warning[b-45sg23cr72],
[data-bs-theme="dark"] .toast-warning[b-45sg23cr72] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-info[b-45sg23cr72],
[data-bs-theme="dark"] .toast-info[b-45sg23cr72] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-loading[b-45sg23cr72],
[data-bs-theme="dark"] .toast-loading[b-45sg23cr72] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-close:hover[b-45sg23cr72],
[data-bs-theme="dark"] .toast-close:hover[b-45sg23cr72] {
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 480px) {
    .toast-container[b-45sg23cr72] {
        top: auto;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        max-width: none;
    }
    
    .toast[b-45sg23cr72] {
        padding: 0.875rem;
    }
    
    .toast-icon[b-45sg23cr72] {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }
}

/* Focus visible for accessibility */
.toast:focus-visible[b-45sg23cr72] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}
/* /Components/Shared/UniversalDataGrid.razor.rz.scp.css */
/* UniversalDataGrid Common Styles */

.container-fluid[b-vd9oiq3xb2] {
    padding: 0;
}

.card-header[b-vd9oiq3xb2] {
    padding-bottom: 0.9625rem;
}

/* Responsive header layout */
.card-header .d-flex.justify-content-between[b-vd9oiq3xb2],
.grid-toolbar-wrapper[b-vd9oiq3xb2] {
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.btn-toolbar[b-vd9oiq3xb2] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    width: auto !important;
    max-width: 100% !important;
}

.btn-group[b-vd9oiq3xb2] {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    width: auto !important;
}

.btn-group > .btn[b-vd9oiq3xb2],
.btn-group > .action-btn[b-vd9oiq3xb2],
.action-btn[b-vd9oiq3xb2] {
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    width: auto !important;
    max-width: fit-content !important;
}

/* Ensure filter button and action buttons stay fully legible and wrap cleanly */
@media (max-width: 991px) {
    .card-header .d-flex.justify-content-between[b-vd9oiq3xb2],
    .grid-toolbar-wrapper[b-vd9oiq3xb2] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }
    
    .btn-toolbar[b-vd9oiq3xb2] {
        width: auto !important;
        max-width: 100% !important;
        flex-wrap: wrap !important;
    }
    
    .quick-grid-filter-wrapper[b-vd9oiq3xb2],
    .quick-grid-filter-container[b-vd9oiq3xb2] {
        margin-top: 0.25rem;
    }
}

@media (max-width: 767px) {
    .btn-group[b-vd9oiq3xb2] {
        display: inline-flex !important;
        flex-wrap: wrap !important;
        gap: 0.4rem !important;
        overflow-x: visible !important;
        width: auto !important;
        max-width: 100% !important;
    }
    
    .btn-group > .btn[b-vd9oiq3xb2],
    .btn-group > .action-btn[b-vd9oiq3xb2],
    .action-btn[b-vd9oiq3xb2] {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        width: auto !important;
        max-width: fit-content !important;
        font-size: 0.775rem !important;
        padding: 0.35rem 0.65rem !important;
        white-space: nowrap !important;
    }
}

[b-vd9oiq3xb2] .quickgrid {
    color: white !important;
    margin: 0 !important;
}

    [b-vd9oiq3xb2] .quickgrid .col-title {
        gap: 0.4rem;
        font-weight: bold;
    }

    [b-vd9oiq3xb2] .quickgrid .col-title-text {
        color: white !important;
        padding: 6px;
    }

    [b-vd9oiq3xb2] .quickgrid .sort-indicator {
        color: #a78bfa;
    }

    [b-vd9oiq3xb2] .quickgrid thead th:first-child {
        border-top-left-radius: 0 !important;
    }

    [b-vd9oiq3xb2] .quickgrid thead th:last-child {
        border-top-right-radius: 0 !important;
    }

    /* Prevent header from expanding when filter opens */
    [b-vd9oiq3xb2] .quickgrid thead th {
        position: relative !important;
        overflow: visible !important;
        vertical-align: middle !important;
    }

    /* Force the header row to maintain normal height */
    [b-vd9oiq3xb2] .quickgrid thead tr {
        height: auto !important;
    }

    [b-vd9oiq3xb2] .quickgrid tbody tr.selected-row td {
        background-color: rgba(99, 102, 241, 0.15) !important;
    }

    [b-vd9oiq3xb2] .quickgrid tbody tr td {
        padding: 2px !important;
    }

/* Loading overlay - overflows parent when needed */
.loading-overlay[b-vd9oiq3xb2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--glass-bg-heavy, rgba(255, 255, 255, 0.82));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

[data-theme="dark"] .loading-overlay[b-vd9oiq3xb2],
[data-bs-theme="dark"] .loading-overlay[b-vd9oiq3xb2] {
    background: var(--glass-bg-heavy, rgba(17, 24, 39, 0.85));
}

.loading-content[b-vd9oiq3xb2] {
    text-align: center;
    padding: 2rem;
}

    .loading-content p[b-vd9oiq3xb2] {
        margin: 0;
        color: #6c757d;
        font-size: 0.95rem;
    }

[data-theme="dark"] .loading-content p[b-vd9oiq3xb2],
[data-bs-theme="dark"] .loading-content p[b-vd9oiq3xb2] {
    color: #adb5bd;
}

[b-vd9oiq3xb2] nav button {
    background-color: rgba(99, 102, 241, 0.08);
}

/* Prevent card body from causing layout shifts */
.card-body[b-vd9oiq3xb2] {
    contain: layout style;
}

/* Ensure smooth visual experience during state changes */
.card[b-vd9oiq3xb2] {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Inline Alert - Pill Style */
.grid-inline-alert[b-vd9oiq3xb2] {
    padding: 0.25rem 0.65rem !important;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;
}

.grid-inline-alert__icon[b-vd9oiq3xb2] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    font-size: 0.8rem;
    flex: 0 0 auto;
}

.grid-inline-alert__text[b-vd9oiq3xb2] {
    line-height: 1.2;
}

/* Info Alert (Default) */
.grid-inline-alert--info[b-vd9oiq3xb2] {
    border: 1px solid rgba(13, 202, 240, 0.4);
    background: rgba(13, 202, 240, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--info .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(13, 202, 240, 0.25);
    color: #0dcaf0;
}

/* Warning Alert */
.grid-inline-alert--warning[b-vd9oiq3xb2] {
    border: 1px solid rgba(255, 193, 7, 0.4);
    background: rgba(255, 193, 7, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--warning .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(255, 193, 7, 0.25);
    color: #ffc107;
}

/* Danger Alert */
.grid-inline-alert--danger[b-vd9oiq3xb2] {
    border: 1px solid rgba(220, 53, 69, 0.4);
    background: rgba(220, 53, 69, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--danger .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(220, 53, 69, 0.25);
    color: #dc3545;
}

/* Success Alert */
.grid-inline-alert--success[b-vd9oiq3xb2] {
    border: 1px solid rgba(25, 135, 84, 0.4);
    background: rgba(25, 135, 84, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--success .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(25, 135, 84, 0.25);
    color: #198754;
}

/* Dark Theme Adjustments */
[data-bs-theme="dark"] .grid-inline-alert--info[b-vd9oiq3xb2] {
    border-color: rgba(13, 202, 240, 0.55);
    background: rgba(13, 202, 240, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--info .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(13, 202, 240, 0.3);
    color: #6edff6;
}

[data-bs-theme="dark"] .grid-inline-alert--warning[b-vd9oiq3xb2] {
    border-color: rgba(255, 193, 7, 0.55);
    background: rgba(255, 193, 7, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--warning .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(255, 193, 7, 0.3);
    color: #ffda6a;
}

[data-bs-theme="dark"] .grid-inline-alert--danger[b-vd9oiq3xb2] {
    border-color: rgba(220, 53, 69, 0.55);
    background: rgba(220, 53, 69, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--danger .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(220, 53, 69, 0.3);
    color: #ea868f;
}

[data-bs-theme="dark"] .grid-inline-alert--success[b-vd9oiq3xb2] {
    border-color: rgba(25, 135, 84, 0.55);
    background: rgba(25, 135, 84, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--success .grid-inline-alert__icon[b-vd9oiq3xb2] {
    background: rgba(25, 135, 84, 0.3);
    color: #75b798;
}

/* Action Buttons Styling */
.btn-group[b-vd9oiq3xb2] {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}

.action-btn[b-vd9oiq3xb2] {
    border-radius: 0.5rem !important;
    font-weight: 600;
    padding: 0.35rem 0.75rem !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    gap: 0.25rem !important;
    margin: 0 !important;
}

.quick-grid-filter-wrapper[b-vd9oiq3xb2],
.quick-grid-filter-container[b-vd9oiq3xb2] {
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
}

.quick-grid-filter-container .dropdown-toggle[b-vd9oiq3xb2] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    gap: 0.25rem !important;
    padding: 0.35rem 0.75rem !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    border-radius: 0.5rem !important;
}

.btn-xs[b-vd9oiq3xb2] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

/* Light Theme - Action Buttons */
.action-btn.btn-primary[b-vd9oiq3xb2] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-color: rgba(13, 110, 253, 0.3);
}

    .action-btn.btn-primary:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #0d6efd;
        color: white;
        border-color: #0d6efd;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

.action-btn.btn-success[b-vd9oiq3xb2] {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
    border-color: rgba(25, 135, 84, 0.3);
}

    .action-btn.btn-success:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #198754;
        color: white;
        border-color: #198754;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
    }

.action-btn.btn-danger[b-vd9oiq3xb2] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border-color: rgba(220, 53, 69, 0.3);
}

    .action-btn.btn-danger:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #dc3545;
        color: white;
        border-color: #dc3545;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

.action-btn.btn-warning[b-vd9oiq3xb2] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border-color: rgba(255, 193, 7, 0.3);
}

    .action-btn.btn-warning:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #ffc107;
        color: #000;
        border-color: #ffc107;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    }

.action-btn.btn-info[b-vd9oiq3xb2] {
    background: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
    border-color: rgba(13, 202, 240, 0.3);
}

    .action-btn.btn-info:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #0dcaf0;
        color: #000;
        border-color: #0dcaf0;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 202, 240, 0.3);
    }

.action-btn.btn-secondary[b-vd9oiq3xb2] {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border-color: rgba(108, 117, 125, 0.3);
}

    .action-btn.btn-secondary:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #6c757d;
        color: white;
        border-color: #6c757d;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
    }

/* Dark Theme - Action Buttons */
[data-theme="dark"] .action-btn.btn-primary[b-vd9oiq3xb2],
[data-bs-theme="dark"] .action-btn.btn-primary[b-vd9oiq3xb2] {
    background: rgba(74, 158, 255, 0.15);
    color: #4a9eff;
    border-color: rgba(74, 158, 255, 0.4);
}

    [data-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-vd9oiq3xb2],
    [data-bs-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #4a9eff;
        color: #0f1419;
        border-color: #4a9eff;
    }

[data-theme="dark"] .action-btn.btn-success[b-vd9oiq3xb2],
[data-bs-theme="dark"] .action-btn.btn-success[b-vd9oiq3xb2] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.4);
}

    [data-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-vd9oiq3xb2],
    [data-bs-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #22c55e;
        color: #0f1419;
        border-color: #22c55e;
    }

[data-theme="dark"] .action-btn.btn-danger[b-vd9oiq3xb2],
[data-bs-theme="dark"] .action-btn.btn-danger[b-vd9oiq3xb2] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.4);
}

    [data-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-vd9oiq3xb2],
    [data-bs-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #ef4444;
        color: #0f1419;
        border-color: #ef4444;
    }

[data-theme="dark"] .action-btn.btn-warning[b-vd9oiq3xb2],
[data-bs-theme="dark"] .action-btn.btn-warning[b-vd9oiq3xb2] {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.4);
}

    [data-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-vd9oiq3xb2],
    [data-bs-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #fbbf24;
        color: #0f1419;
        border-color: #fbbf24;
    }

[data-theme="dark"] .action-btn.btn-info[b-vd9oiq3xb2],
[data-bs-theme="dark"] .action-btn.btn-info[b-vd9oiq3xb2] {
    background: rgba(34, 211, 238, 0.15);
    color: #22d3ee;
    border-color: rgba(34, 211, 238, 0.4);
}

    [data-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-vd9oiq3xb2],
    [data-bs-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #22d3ee;
        color: #0f1419;
        border-color: #22d3ee;
    }

[data-theme="dark"] .action-btn.btn-secondary[b-vd9oiq3xb2],
[data-bs-theme="dark"] .action-btn.btn-secondary[b-vd9oiq3xb2] {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.4);
}

    [data-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-vd9oiq3xb2],
    [data-bs-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-vd9oiq3xb2] {
        background: #94a3b8;
        color: #0f1419;
        border-color: #94a3b8;
    }

/* Disabled State */
.action-btn:disabled[b-vd9oiq3xb2] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Card Styling */
.card[b-vd9oiq3xb2] {
    border-radius: 0.5rem;
    /* Reserve space for box-shadow to prevent shift */
    margin: 0.125rem;
    /* Use transform for GPU acceleration */
    transform: translateZ(0);
    will-change: auto;
    /* Isolate rendering */
    contain: layout style;
}

.card-header[b-vd9oiq3xb2] {
    padding: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Empty State */
.text-center i[b-vd9oiq3xb2] {
    opacity: 0.5;
}

/* Row Selection Styling */
.clickable-row[b-vd9oiq3xb2] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .clickable-row:hover[b-vd9oiq3xb2] {
        background-color: rgba(99, 102, 241, 0.08) !important; 
    }

/* Selected row styling with high specificity */
table tbody tr.selected-row[b-vd9oiq3xb2],
tbody tr.selected-row[b-vd9oiq3xb2] {
    background-color: rgba(99, 102, 241, 0.12) !important; 
}

    /* Ensure selected row takes precedence over hover */
    table tbody tr.selected-row:hover[b-vd9oiq3xb2],
    tbody tr.selected-row:hover[b-vd9oiq3xb2] {
        background-color: rgba(99, 102, 241, 0.18) !important;
    }

[data-theme="dark"] table tbody tr.selected-row[b-vd9oiq3xb2],
[data-theme="dark"] tbody tr.selected-row[b-vd9oiq3xb2],
[data-bs-theme="dark"] table tbody tr.selected-row[b-vd9oiq3xb2],
[data-bs-theme="dark"] tbody tr.selected-row[b-vd9oiq3xb2] {
    background-color: rgba(129, 140, 248, 0.15) !important;
}

    [data-theme="dark"] table tbody tr.selected-row:hover[b-vd9oiq3xb2],
    [data-theme="dark"] tbody tr.selected-row:hover[b-vd9oiq3xb2],
    [data-bs-theme="dark"] table tbody tr.selected-row:hover[b-vd9oiq3xb2],
    [data-bs-theme="dark"] tbody tr.selected-row:hover[b-vd9oiq3xb2] {
        background-color: rgba(129, 140, 248, 0.22) !important;
    }

/* Row-level interaction styles */
table tbody tr[b-vd9oiq3xb2] {
    cursor: pointer;
}

    table tbody tr td[b-vd9oiq3xb2] {
        user-select: none;
    }

/* Override QuickGrid row hover color */
[b-vd9oiq3xb2] .quickgrid tbody tr:hover {
    background-color: rgba(99, 102, 241, 0.08) !important; 
}

[b-vd9oiq3xb2] .quickgrid tbody tr:hover td {
    background-color: rgba(99, 102, 241, 0.08) !important; 
}

/* Make entire cell clickable */
.cell-clickable[b-vd9oiq3xb2] {
    cursor: pointer;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* ============================================
   FIX: Remove Extra Empty Rows in QuickGrid
   ============================================ */

/* Card body needs relative positioning and height to contain absolutely positioned grid */
[b-vd9oiq3xb2] .card-body.p-0 {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Prevent container from showing stripes when it has more height than content */
[b-vd9oiq3xb2] .grid-container {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Remove extra empty rows styling */
[b-vd9oiq3xb2] .quickgrid tbody tr:empty {
    display: none !important;
    height: 0 !important;
}

[b-vd9oiq3xb2] .quickgrid tbody tr td:empty:only-child {
    display: none !important;
}

/* Hide placeholder rows that QuickGrid may generate */
[b-vd9oiq3xb2] .quickgrid tbody tr:not(:has(td:not(:empty))) {
    display: none !important;
}

/* Remove any rows with only whitespace */
[b-vd9oiq3xb2] .quickgrid tbody tr:has(td:empty):not(:has(td:not(:empty))) {
    display: none !important;
}

/* Ensure tbody doesn't have minimum height creating empty space */
[b-vd9oiq3xb2] .quickgrid tbody {
    min-height: 0 !important;
    height: auto !important;
}

/* Force table to size to actual content only */
[b-vd9oiq3xb2] .quickgrid table {
    height: auto !important;
    min-height: 0 !important;
}

/* Remove striped background that creates visual blank rows when tbody has extra space */
[b-vd9oiq3xb2] .quickgrid.table-striped tbody {
    background-image: none !important;
    background-size: 0 !important;
}

/* Remove any spacer or placeholder rows */
[b-vd9oiq3xb2] .quickgrid tbody tr[role="presentation"] {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

[b-vd9oiq3xb2] .quickgrid tbody tr.placeholder-row,
[b-vd9oiq3xb2] .quickgrid tbody tr.spacer-row {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* Hide any empty TR elements without content */
[b-vd9oiq3xb2] .quickgrid tbody tr:not(:has(*)) {
    display: none !important;
}

/* Prevent table-striped from showing stripes beyond actual data rows */
[b-vd9oiq3xb2] .quickgrid.table-striped > tbody > tr:nth-of-type(odd):empty {
    background-color: transparent !important;
}

[b-vd9oiq3xb2] .quickgrid.table-striped > tbody > tr:nth-of-type(even):empty {
    background-color: transparent !important;
}

/* Remove Bootstrap striped background pattern from showing below data rows */
[b-vd9oiq3xb2] .quickgrid.table-striped,
[b-vd9oiq3xb2] .table-striped.quickgrid {
    background: transparent !important;
    background-image: none !important;
}

    /* Ensure only actual TR elements with TD content get stripes, not container background */
    [b-vd9oiq3xb2] .quickgrid.table-striped tbody,
    [b-vd9oiq3xb2] .table-striped.quickgrid tbody {
        background: transparent !important;
        background-image: none !important;
    }

/* Remove any webkit or CSS-generated striping patterns */
[b-vd9oiq3xb2] .quickgrid tbody::before,
[b-vd9oiq3xb2] .quickgrid tbody::after {
    display: none !important;
    content: none !important;
}

/* ============================================
   Responsive Pagination & Toolbar Styles
   ============================================ */

.grid-pagination-container[b-vd9oiq3xb2] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    transition: all 0.2s ease-in-out;
}

[b-vd9oiq3xb2] .paginator {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

[b-vd9oiq3xb2] .paginator nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

[b-vd9oiq3xb2] .pagination-text {
    font-size: 0.85rem;
    white-space: nowrap;
    color: var(--bs-secondary-color, #9ca3af);
    font-weight: 500;
}

.pagination-info-wrapper[b-vd9oiq3xb2] {
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #9ca3af);
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .grid-pagination-container[b-vd9oiq3xb2] {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 0.75rem !important;
        padding: 0.75rem !important;
    }

    [b-vd9oiq3xb2] .paginator {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 0.5rem !important;
    }

    [b-vd9oiq3xb2] .paginator nav {
        justify-content: center !important;
    }

    [b-vd9oiq3xb2] .pagination-text {
        text-align: center !important;
        white-space: normal !important;
    }

    .pagination-info-wrapper[b-vd9oiq3xb2] {
        font-size: 0.8rem !important;
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .quick-grid-filter-wrapper[b-vd9oiq3xb2] {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
}
