@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-gcmx2xdit1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--bg-primary);
}

main[b-gcmx2xdit1] {
    flex: 1;
    background: var(--bg-primary);
}

.sidebar[b-gcmx2xdit1] {
    background: var(--sidebar-bg);
    box-shadow: var(--shadow-lg);
}

.top-row[b-gcmx2xdit1] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.top-row-content[b-gcmx2xdit1] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.top-row-left[b-gcmx2xdit1] {
    display: flex;
    align-items: center;
}

/* Company branding in top navigation bar - Only visible on Login page */
.company-branding-nav[b-gcmx2xdit1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-logo-nav[b-gcmx2xdit1] {
    height: 36px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

[data-theme="dark"] .company-logo-nav[b-gcmx2xdit1],
[data-bs-theme="dark"] .company-logo-nav[b-gcmx2xdit1] {
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.1));
}

.company-info-nav[b-gcmx2xdit1] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.company-name-nav[b-gcmx2xdit1] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bs-body-color);
    letter-spacing: -0.01em;
}

.company-subtitle-nav[b-gcmx2xdit1] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.top-row-right[b-gcmx2xdit1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.theme-switcher-container[b-gcmx2xdit1] {
    display: flex;
    align-items: center;
}

.top-row[b-gcmx2xdit1]  a, .top-row[b-gcmx2xdit1]  .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-gcmx2xdit1]  a:hover, .top-row[b-gcmx2xdit1]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-gcmx2xdit1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-gcmx2xdit1] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row-content[b-gcmx2xdit1] {
        justify-content: space-between;
    }

    .top-row-left[b-gcmx2xdit1] {
        order: 1;
    }

    .top-row-right[b-gcmx2xdit1] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gcmx2xdit1] {
        flex-direction: row;
    }

    .sidebar[b-gcmx2xdit1] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        background: var(--sidebar-bg);
    }

    .top-row[b-gcmx2xdit1] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-gcmx2xdit1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gcmx2xdit1], article[b-gcmx2xdit1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gcmx2xdit1] {
    background: var(--danger-color);
    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 ease;
}

#blazor-error-ui .dismiss[b-gcmx2xdit1] {
    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-gcmx2xdit1] {
    opacity: 1;
}

#blazor-error-ui .reload[b-gcmx2xdit1] {
    color: white;
    text-decoration: underline;
    margin-left: 0.5rem;
    font-weight: 600;
}

#blazor-error-ui .reload:hover[b-gcmx2xdit1] {
    text-decoration: none;
}
/* /Components/Layout/CompanyNavBar.razor.rz.scp.css */
.company-nav[b-kbh87e084p] { 
    position: relative; 
}

.company-nav-button[b-kbh87e084p] { 
    display: flex; 
    align-items: center; 
    gap: .55rem; 
    max-width: 22rem; 
    padding: .45rem .85rem; 
    color: var(--text-primary); 
    background: var(--card-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--border-color); 
    border-radius: 12px; 
    box-shadow: var(--shadow);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.company-nav-button:hover[b-kbh87e084p] {
    background: var(--hover-bg);
    border-color: var(--primary-color, #6366f1);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

.company-nav-button > span:first-of-type[b-kbh87e084p] { 
    max-width: 10rem; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    font-weight: 700; 
}

.company-role[b-kbh87e084p] { 
    padding: .15rem .5rem; 
    color: #ffffff; 
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); 
    border-radius: 20px; 
    font-size: .68rem; 
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.company-menu[b-kbh87e084p] { 
    position: absolute; 
    z-index: 1100; 
    top: calc(100% + .55rem); 
    right: 0; 
    width: 19rem; 
    padding: .65rem; 
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid var(--border-color) !important; 
    border-radius: 18px !important; 
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important; 
    animation: popupFade-b-kbh87e084p 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

:root[data-theme="light"] .company-menu[b-kbh87e084p],
[data-bs-theme="light"] .company-menu[b-kbh87e084p] {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
}

@keyframes popupFade-b-kbh87e084p {
    from { opacity: 0; transform: translateY(-8px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.company-menu-label[b-kbh87e084p] { 
    padding: .4rem .6rem; 
    color: var(--text-secondary); 
    font-size: .7rem; 
    font-weight: 800; 
    letter-spacing: 1px;
    text-transform: uppercase; 
}

.company-menu-item[b-kbh87e084p] { 
    display: flex; 
    width: 100%; 
    align-items: center; 
    gap: .75rem; 
    padding: .65rem .75rem; 
    text-align: left; 
    color: var(--text-primary); 
    background: transparent; 
    border: 1px solid transparent; 
    border-radius: 12px; 
    transition: all 0.2s ease;
    cursor: pointer;
}

.company-menu-item:hover[b-kbh87e084p] { 
    background: var(--hover-bg) !important; 
    border-color: var(--border-hover) !important;
    color: var(--primary-color) !important;
    transform: translateX(3px);
}

.company-menu-item.active[b-kbh87e084p] { 
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.18) 0%, rgba(139, 92, 246, 0.12) 100%) !important; 
    border-color: rgba(99, 102, 241, 0.35) !important;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.15) !important;
}

.company-menu-item > span:nth-child(2)[b-kbh87e084p] { 
    display: flex; 
    flex: 1; 
    min-width: 0; 
    flex-direction: column; 
}

.company-menu-item small[b-kbh87e084p] { 
    color: var(--text-secondary); 
    font-size: 0.78rem;
}

.company-avatar[b-kbh87e084p] { 
    display: grid; 
    width: 2.2rem; 
    height: 2.2rem; 
    place-items: center; 
    border-radius: 12px; 
    color: #ffffff; 
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); 
    font-weight: 800; 
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.company-menu-divider[b-kbh87e084p] { 
    margin: .5rem 0; 
    border-top: 1px solid var(--border-color); 
}

.company-menu a[b-kbh87e084p] { 
    display: flex; 
    align-items: center;
    gap: .75rem; 
    padding: .6rem .75rem; 
    color: var(--text-primary); 
    text-decoration: none; 
    border-radius: 12px; 
    transition: all 0.2s ease;
}

.company-menu a:hover[b-kbh87e084p] { 
    background: var(--hover-bg); 
    color: var(--primary-color);
    transform: translateX(3px);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t4boyew9d3] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh; /* Fixed viewport height */
    overflow: hidden; /* Prevent page-level scrolling */
    background: var(--bg-primary);
}

main[b-t4boyew9d3] {
    flex: 1;
    background: var(--bg-primary);
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100vh; /* Fixed height */
    overflow: hidden; /* Prevent main from scrolling */
}

.sidebar[b-t4boyew9d3] {
    flex-shrink: 0;
    position: sticky; /* Keep sidebar fixed during scroll */
    top: 0;
    height: 100vh; /* Full viewport height */
    overflow-y: auto; /* Allow sidebar to scroll if needed */
    overflow-x: hidden;
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.top-row[b-t4boyew9d3] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 3.25rem;
    display: flex;
    align-items: center;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--card-bg);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25), 0 0 20px rgba(99, 102, 241, 0.1);
    position: sticky; /* Keep fixed at top */
    top: 0;
    z-index: 100;
    flex-shrink: 0; /* Prevent shrinking */
}

.top-row-content[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.top-row-left[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Logo styling to match NavMenu */
.company-logo[b-t4boyew9d3] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.navbar-brand[b-t4boyew9d3] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.5px;
    text-decoration: none;
    gap: 0.5rem;
    display: none; /* Hidden by default on desktop */
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
    max-width: 100%;
}

.navbar-brand:hover[b-t4boyew9d3] {
    text-decoration: none;
}

.navbar-title[b-t4boyew9d3] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sidebar toggle wrapper */
.sidebar-toggle-wrapper[b-t4boyew9d3] {
    display: flex;
    align-items: center;
}

/* Sidebar toggle arrow button in top-row - Enhanced */
[b-t4boyew9d3] .sidebar-toggle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 1.5rem;*/
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    min-width: 24px;
    min-height: 24px;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

[b-t4boyew9d3] .sidebar-toggle-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-t4boyew9d3] .sidebar-toggle-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

[b-t4boyew9d3] .sidebar-toggle-arrow:active {
    transform: translateY(0);
}

.about-link[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: transparent;
}

.about-link:hover[b-t4boyew9d3] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.link-icon[b-t4boyew9d3] {
    font-size: 1.1rem;
}

.top-row-right[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.theme-switcher-container[b-t4boyew9d3] {
    display: flex;
    align-items: center;
}

.top-row[b-t4boyew9d3]  a, .top-row[b-t4boyew9d3]  .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.375rem;
}

.top-row[b-t4boyew9d3]  a:hover, .top-row[b-t4boyew9d3]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-t4boyew9d3]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-t4boyew9d3] {
    flex: 1;
    padding-bottom: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scroll */
    height: 0; /* Trick to make flex work with overflow */
    scroll-behavior: smooth; /* Smooth scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.app-footer[b-t4boyew9d3] {
    background: var(--card-bg);
    border-top: 1px solid var(--border-color);
    padding: 0.875rem 1.25rem;
    margin-top: auto;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.footer-content[b-t4boyew9d3] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-section[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.footer-icon[b-t4boyew9d3] {
    font-size: 1.1rem;
}

.footer-text strong[b-t4boyew9d3] {
    color: var(--primary-color);
    font-weight: 700;
}

/* Hamburger menu for mobile */
.navbar-toggler-mobile[b-t4boyew9d3] {
    display: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem;
    border: 1px solid var(--border-color);
    background-color: var(--card-bg);
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-mobile:hover[b-t4boyew9d3] {
    background-color: var(--hover-bg);
    border-color: var(--primary-color);
}

.navbar-toggler-icon[b-t4boyew9d3] {
    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%2864, 148, 245, 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 & Tablet Responsive Styles (< 992px) */
@media (max-width: 991.98px) {
    .page[b-t4boyew9d3] {
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
    }
    
    /* Completely hide sidebar on mobile/tablet by default */
    .sidebar[b-t4boyew9d3] {
        display: none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 275px !important;
        height: 100vh !important;
        z-index: 1050 !important;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    /* When hamburger menu checkbox is checked, slide out mobile sidebar drawer */
    #navbar-toggle-mobile:checked ~ .page .sidebar[b-t4boyew9d3],
    .page:has(#navbar-toggle-mobile:checked) .sidebar[b-t4boyew9d3] {
        display: block !important;
        animation: mobileSidebarSlide-b-t4boyew9d3 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    @keyframes mobileSidebarSlide-b-t4boyew9d3 {
        from { transform: translateX(-100%); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }

    /* Dark backdrop overlay when mobile menu is open */
    .mobile-sidebar-backdrop[b-t4boyew9d3] {
        display: none;
    }

    #navbar-toggle-mobile:checked ~ .mobile-sidebar-backdrop[b-t4boyew9d3] {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.6) !important;
        z-index: 1040 !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
    }

    main[b-t4boyew9d3] {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .content[b-t4boyew9d3] {
        overflow-y: auto;
        flex: 1;
    }
    
    .top-row[b-t4boyew9d3] {
        justify-content: space-between;
        padding: 0 0.75rem;
        height: 3.25rem;
        flex-shrink: 0;
    }

    .top-row-content[b-t4boyew9d3] {
        justify-content: space-between;
    }

    .top-row-left[b-t4boyew9d3] {
        order: 1;
        gap: 0.5rem;
    }

    /* Show navbar-brand on mobile/tablet */
    .navbar-brand[b-t4boyew9d3] {
        display: flex !important;
    }

    .company-logo[b-t4boyew9d3] {
        height: 2.1rem;
    }

    /* Hide desktop sidebar circular arrow toggle button wrapper on mobile/tablet */
    .sidebar-toggle-wrapper[b-t4boyew9d3] {
        display: none !important;
    }

    /* Show hamburger menu toggle button on mobile/tablet */
    .navbar-toggler-mobile[b-t4boyew9d3] {
        display: flex !important;
    }

    .top-row-right[b-t4boyew9d3] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }

    .footer-content[b-t4boyew9d3] {
        gap: 1rem;
        font-size: 0.8rem;
    }

    .footer-section[b-t4boyew9d3] {
        flex-direction: column;
        gap: 0.15rem;
        text-align: center;
    }

    .app-footer[b-t4boyew9d3] {
        padding: 0.75rem 1rem;
    }
}

/* Desktop styles (>= 992px) */
@media (min-width: 992px) {
    .page[b-t4boyew9d3] {
        flex-direction: row;
    }

    .sidebar[b-t4boyew9d3] {
        display: block !important;
        flex-shrink: 0;
    }

    .mobile-sidebar-backdrop[b-t4boyew9d3] {
        display: none !important;
    }

    .top-row[b-t4boyew9d3] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-t4boyew9d3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /* Hide navbar-brand on desktop */
    .navbar-brand[b-t4boyew9d3] {
        display: none !important;
    }

    /* Show desktop sidebar toggle button on desktop */
    .sidebar-toggle-wrapper[b-t4boyew9d3] {
        display: flex !important;
    }

    /* Hide hamburger menu on desktop */
    .navbar-toggler-mobile[b-t4boyew9d3] {
        display: none !important;
    }
}

#blazor-error-ui[b-t4boyew9d3] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #c82333 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.5rem 0.5rem 0 0;
    animation: slideUp-b-t4boyew9d3 0.3s ease;
}

@keyframes slideUp-b-t4boyew9d3 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#blazor-error-ui .error-content[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.error-icon[b-t4boyew9d3] {
    font-size: 1.75rem;
    animation: pulse-b-t4boyew9d3 1.5s ease infinite;
}

@keyframes pulse-b-t4boyew9d3 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.error-text[b-t4boyew9d3] {
    font-size: 1rem;
    font-weight: 600;
}

#blazor-error-ui .error-actions[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#blazor-error-ui .dismiss[b-t4boyew9d3] {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    font-weight: bold;
    opacity: 0.9;
    transition: all 0.2s ease;
    margin-left: auto;
}

#blazor-error-ui .dismiss:hover[b-t4boyew9d3] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#blazor-error-ui .reload[b-t4boyew9d3] {
    color: white;
    text-decoration: none;
    padding: 0.375rem 1rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.reload:hover[b-t4boyew9d3] {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transform: translateX(5px);
}

/* Settings Gear Button */
.settings-gear-btn[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    transition: all 0.3s ease;
    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-t4boyew9d3] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    text-decoration: none;
}

.settings-gear-btn:active[b-t4boyew9d3],
.settings-gear-btn:visited[b-t4boyew9d3],
.settings-gear-btn:focus[b-t4boyew9d3] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
    text-decoration: none;
    background: var(--hover-bg);
    color: var(--primary-color);
}

/* Active state - when on MyDownload page */
.settings-gear-btn.active[b-t4boyew9d3],
[b-t4boyew9d3] .settings-gear-btn.active,
.settings-gear-btn:global(.active)[b-t4boyew9d3] {
    color: var(--primary-color) !important;
    background: var(--hover-bg) !important;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.25);
}

.settings-gear-btn.active:hover[b-t4boyew9d3],
[b-t4boyew9d3] .settings-gear-btn.active:hover,
.settings-gear-btn:global(.active):hover[b-t4boyew9d3] {
    background: var(--hover-bg) !important;
    color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

.settings-gear-btn i[b-t4boyew9d3] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Mobile responsive adjustments */
@media (max-width: 640.98px) {
    .settings-gear-btn[b-t4boyew9d3] {
        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 */
/* Sidebar container */
.nav-container[b-ssl5sur24l] {
    width: 250px;
    transition: width 0.3s ease, transform 0.3s ease;
    position: sticky; /* Keep fixed during scroll */
    left: 0;
    top: 0;
    height: 100vh; /* Full viewport height */
    overflow-y: auto; /* Allow sidebar content to scroll if needed */
    overflow-x: hidden;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

/* Theme-specific background for nav-container */
:global([data-theme="dark"]) .nav-container[b-ssl5sur24l],
:global([data-bs-theme="dark"]) .nav-container[b-ssl5sur24l] {
    background: rgba(10, 14, 26, 0.92) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
}

:global([data-theme="light"]) .nav-container[b-ssl5sur24l],
:global([data-bs-theme="light"]) .nav-container[b-ssl5sur24l] {
    background: rgba(15, 23, 42, 0.94) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.nav-container.collapsed[b-ssl5sur24l] {
    width: 70px;
}

/* Hover expansion when collapsed */
.nav-container.collapsed.hover-expanded[b-ssl5sur24l] {
    width: 250px;
}

.nav-container.collapsed.hover-expanded .nav-text[b-ssl5sur24l],
.nav-container.collapsed.hover-expanded .chevron-icon[b-ssl5sur24l] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
}

.nav-container.collapsed.hover-expanded .navbar-title[b-ssl5sur24l] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
    display: inline;
}

.nav-container.collapsed.hover-expanded .menu-text[b-ssl5sur24l] {
    opacity: 1;
    pointer-events: auto;
}

.nav-container.collapsed.hover-expanded .submenu[b-ssl5sur24l] {
    display: block;
}

.nav-container.collapsed.hover-expanded .navbar-brand[b-ssl5sur24l] {
    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-ssl5sur24l] {
    margin-right: 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row[b-ssl5sur24l] {
    padding: 0 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row .container-fluid[b-ssl5sur24l] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    justify-content: flex-start;
}

.nav-container.collapsed .nav-text[b-ssl5sur24l],
.nav-container.collapsed .chevron-icon[b-ssl5sur24l] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.nav-container.collapsed .navbar-title[b-ssl5sur24l] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    display: none;
}

.nav-container.collapsed .menu-text[b-ssl5sur24l] {
    opacity: 0;
    pointer-events: none;
}

.nav-container.collapsed .submenu[b-ssl5sur24l] {
    display: none;
}

.nav-container.collapsed .navbar-brand[b-ssl5sur24l] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed .company-logo[b-ssl5sur24l] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-container.collapsed .top-row[b-ssl5sur24l] {
    padding: 0 !important;
}

.nav-container.collapsed .top-row .container-fluid[b-ssl5sur24l] {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
}

.navbar-toggler[b-ssl5sur24l] {
    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.1);
    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.75%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.1);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    z-index: 1051;
    display: none;
}

.navbar-toggler:hover[b-ssl5sur24l] {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:checked[b-ssl5sur24l] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Backdrop overlay for mobile */
.sidebar-backdrop[b-ssl5sur24l] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    cursor: pointer;
}

.top-row[b-ssl5sur24l] {
    min-height: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 0 0.25rem;
    position: relative;
}

/* Theme-specific background for top-row */
[data-theme="light"] .top-row[b-ssl5sur24l],
    [data-bs-theme="light"] .top-row[b-ssl5sur24l] {
        background: #2d3237 !important;
}

.top-row .container-fluid[b-ssl5sur24l] {
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.navbar-brand[b-ssl5sur24l] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.5px;
    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 ease;
    padding-right: 0.5rem;
    max-width: 100%;
}

.navbar-title[b-ssl5sur24l] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-logo[b-ssl5sur24l] {
    height: 2rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.nav-text[b-ssl5sur24l] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
}

.bi[b-ssl5sur24l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233B82F6' 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-grid-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2306B6D4' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM8 1.5A1.5 1.5 0 0 1 9.5 0h3A1.5 1.5 0 0 1 14 1.5v3A1.5 1.5 0 0 1 12.5 6h-3A1.5 1.5 0 0 1 8 4.5v-3zM1 9.5A1.5 1.5 0 0 1 2.5 8h3A1.5 1.5 0 0 1 7 9.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm7-1A1.5 1.5 0 0 1 9.5 7h3a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 12.5 14h-3A1.5 1.5 0 0 1 8 12.5v-3z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394A3B8' 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-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EC4899' class='bi bi-credit-card-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}
.bi-folder-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23F97316' viewBox='0 0 16 16'%3E%3Cpath d='M9.828 4a3 3 0 0 1-2.122-.879L6.586 2H2a2 2 0 0 0-2 2v7.5A2.5 2.5 0 0 0 2.5 14h11a2.5 2.5 0 0 0 2.5-2.5V6a2 2 0 0 0-2-2H9.828z'/%3E%3C/svg%3E");
}

.bi-check2-square-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2310B981' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 0A2.5 2.5 0 0 0 0 2.5v11A2.5 2.5 0 0 0 2.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 13.5 0h-11zm11 1a1.5 1.5 0 0 1 1.5 1.5v11a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5v-11A1.5 1.5 0 0 1 2.5 1h11zm-1.146 5.146a.5.5 0 0 1 .708.708l-5 5a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7 10.293l4.646-4.647z'/%3E%3C/svg%3E");
}

.bi-list-task-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2310B981' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z'/%3E%3Cpath d='M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z'/%3E%3Cpath fill-rule='evenodd' d='M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ssl5sur24l] {
    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-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EF4444' 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-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2384CC16' 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-ssl5sur24l] {
    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-ssl5sur24l] {
    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-ssl5sur24l] {
    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-ssl5sur24l] {
    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");
}

.bi-clock-history-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A855F7' class='bi bi-clock-history' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-graph-up-arrow-nav-menu[b-ssl5sur24l] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed.hover-expanded .external-link-icon[b-ssl5sur24l] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    display: inline-block !important;
}

.nav-container.collapsed .nav-text[b-ssl5sur24l],
.nav-container.collapsed .chevron-icon[b-ssl5sur24l],
.nav-container.collapsed .external-link-icon[b-ssl5sur24l] {
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    overflow: hidden !important;
    display: none !important;
}

.nav-container.collapsed .navbar-title[b-ssl5sur24l] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    display: none;
}

.nav-container.collapsed .menu-text[b-ssl5sur24l] {
    opacity: 0;
    pointer-events: none;
}

.nav-container.collapsed .submenu[b-ssl5sur24l] {
    display: none;
}

.nav-container.collapsed .navbar-brand[b-ssl5sur24l] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed .company-logo[b-ssl5sur24l] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-container.collapsed .top-row[b-ssl5sur24l] {
    padding: 0.5rem 0 !important;
}

.nav-container.collapsed .top-row .container-fluid[b-ssl5sur24l] {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
}

.navbar-toggler[b-ssl5sur24l] {
    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.1);
    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.75%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.1);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    z-index: 1051;
    display: none;
}

.navbar-toggler:hover[b-ssl5sur24l] {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:checked[b-ssl5sur24l] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Backdrop overlay for mobile */
.sidebar-backdrop[b-ssl5sur24l] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    cursor: pointer;
}

.top-row[b-ssl5sur24l] {
    min-height: 3.5rem;
    background: rgba(15, 23, 42, 0.94) !important;
    backdrop-filter: blur(16px);
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
}

/* Theme-specific background for top-row */
[data-theme="light"] .top-row[b-ssl5sur24l],
[data-bs-theme="light"] .top-row[b-ssl5sur24l] {
    background: rgba(15, 23, 42, 0.96) !important;
}

.top-row .container-fluid[b-ssl5sur24l] {
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.navbar-brand[b-ssl5sur24l] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.5px;
    text-decoration: none;
    gap: 0.6rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
    padding-right: 0.5rem;
    max-width: 100%;
}

.navbar-title[b-ssl5sur24l] {
    font-weight: 800;
    font-size: 1.25rem;
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.4px;
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-logo[b-ssl5sur24l] {
    height: 2.2rem;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.4));
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.external-link-icon[b-ssl5sur24l] {
    margin-left: auto !important;
    font-size: 0.85rem !important;
    opacity: 0.75;
    transition: all 0.2s ease;
    align-self: center;
}

.nav-link:hover .external-link-icon[b-ssl5sur24l] {
    opacity: 1;
    color: #6366f1;
    transform: translate(2px, -2px);
}

.nav-text[b-ssl5sur24l] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
}

.bi[b-ssl5sur24l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233B82F6' 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-grid-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2306B6D4' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM8 1.5A1.5 1.5 0 0 1 9.5 0h3A1.5 1.5 0 0 1 14 1.5v3A1.5 1.5 0 0 1 12.5 6h-3A1.5 1.5 0 0 1 8 4.5v-3zM1 9.5A1.5 1.5 0 0 1 2.5 8h3A1.5 1.5 0 0 1 7 9.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm7-1A1.5 1.5 0 0 1 9.5 7h3a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 12.5 14h-3A1.5 1.5 0 0 1 8 12.5v-3z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394A3B8' 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-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EC4899' class='bi bi-credit-card-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}
.bi-folder-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23F97316' viewBox='0 0 16 16'%3E%3Cpath d='M9.828 4a3 3 0 0 1-2.122-.879L6.586 2H2a2 2 0 0 0-2 2v7.5A2.5 2.5 0 0 0 2.5 14h11a2.5 2.5 0 0 0 2.5-2.5V6a2 2 0 0 0-2-2H9.828z'/%3E%3C/svg%3E");
}

.bi-check2-square-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2310B981' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 0A2.5 2.5 0 0 0 0 2.5v11A2.5 2.5 0 0 0 2.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 13.5 0h-11zm11 1a1.5 1.5 0 0 1 1.5 1.5v11a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5v-11A1.5 1.5 0 0 1 2.5 1h11zm-1.146 5.146a.5.5 0 0 1 .708.708l-5 5a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7 10.293l4.646-4.647z'/%3E%3C/svg%3E");
}

.bi-list-task-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2310B981' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z'/%3E%3Cpath d='M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z'/%3E%3Cpath fill-rule='evenodd' d='M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ssl5sur24l] {
    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-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EF4444' 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-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2384CC16' 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-ssl5sur24l] {
    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-ssl5sur24l] {
    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-ssl5sur24l] {
    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-ssl5sur24l] {
    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");
}

.bi-clock-history-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A855F7' class='bi bi-clock-history' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-graph-up-arrow-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236366F1' class='bi bi-graph-up-arrow' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-bar-chart-line-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FBBF24' class='bi bi-bar-chart' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z'/%3E%3C/svg%3E");
}

.bi-book-fill-nav-menu[b-ssl5sur24l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2360A5FA' class='bi bi-book-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z'/%3E%3C/svg%3E");
}

/* Expandable menu styles */
.nav-link-expandable[b-ssl5sur24l] {
    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: #cbd5e1;
    height: 2.25rem;
    padding: 0 0.75rem;
    border-radius: 0.75rem;
    transition: all 0.25s ease;
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-link-expandable:hover[b-ssl5sur24l] {
    background: rgba(99, 102, 241, 0.15) !important;
    color: white !important;
    transform: translateX(4px);
}

.nav-link-expandable.menu-expanded[b-ssl5sur24l] {
    background: rgba(99, 102, 241, 0.2);
    color: white;
}

.nav-link-expandable:focus[b-ssl5sur24l] {
    outline: 2px solid rgba(129, 140, 248, 0.5);
    outline-offset: 2px;
}

.nav-link-expandable .menu-text[b-ssl5sur24l] {
    flex: 1;
    padding-left: 0.25rem;
}

.chevron-icon[b-ssl5sur24l] {
    font-size: 0.7rem;
    transition: all 0.2s ease;
    display: inline-block;
    margin-left: auto;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Submenu styles */
.submenu[b-ssl5sur24l] {
    margin-top: 0.25rem;
    margin-left: 1rem;
    margin-bottom: 0.25rem;
    padding-left: 0.5rem;
    animation: slideDown-b-ssl5sur24l 0.3s ease-out;
    overflow: hidden;
}

.submenu-header[b-ssl5sur24l] {
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes slideDown-b-ssl5sur24l {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.submenu-item[b-ssl5sur24l] {
    margin: 0.05rem 0;
}

.nav-link-submenu[b-ssl5sur24l] {
    height: 2rem !important;
    line-height: 2rem !important;
    font-size: 0.875rem !important;
    padding-left: 0.5rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.submenu-bullet[b-ssl5sur24l], .submenu-indicator[b-ssl5sur24l] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

.nav-item[b-ssl5sur24l] {
    font-size: 0.95rem;
    padding: 0.1rem 0;
}

.nav-item:first-of-type[b-ssl5sur24l] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-ssl5sur24l] {
    padding-bottom: 0.5rem;
}

.nav-item[b-ssl5sur24l]  .nav-link {
    color: #cbd5e1;
    background: none;
    border: none;
    border-radius: 0.75rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    line-height: 2.25rem;
    width: 100%;
    padding: 0 0.75rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-item[b-ssl5sur24l]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #818cf8 0%, #6366f1 100%);
    box-shadow: 0 0 12px rgba(129, 140, 248, 0.8);
    transform: scaleY(0);
    transition: transform 0.25s ease;
}

.nav-item[b-ssl5sur24l]  a.active {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.32) 0%, rgba(139, 92, 246, 0.2) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.25), inset 0 0 15px rgba(99, 102, 241, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    font-weight: 600 !important;
}

.nav-item[b-ssl5sur24l]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-ssl5sur24l]  .nav-link:hover {
    background: rgba(99, 102, 241, 0.14) !important;
    color: #ffffff !important;
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.12);
}

/* Mobile / Tablet responsive overrides (< 992px) */
@media (max-width: 991.98px) {
    .nav-container[b-ssl5sur24l] {
        width: 100% !important;
        border-right: none !important;
        box-shadow: none !important;
    }

    .nav-container.collapsed[b-ssl5sur24l] {
        width: 100% !important;
        border-right: none !important;
        box-shadow: none !important;
    }

    /* Force text, chevrons, external link icons, titles and submenus to be visible in mobile drawer */
    .nav-container .nav-text[b-ssl5sur24l],
    .nav-container.collapsed .nav-text[b-ssl5sur24l],
    .nav-container .chevron-icon[b-ssl5sur24l],
    .nav-container.collapsed .chevron-icon[b-ssl5sur24l],
    .nav-container .external-link-icon[b-ssl5sur24l],
    .nav-container.collapsed .external-link-icon[b-ssl5sur24l],
    .nav-container .navbar-title[b-ssl5sur24l],
    .nav-container.collapsed .navbar-title[b-ssl5sur24l],
    .nav-container .menu-text[b-ssl5sur24l],
    .nav-container.collapsed .menu-text[b-ssl5sur24l] {
        opacity: 1 !important;
        pointer-events: auto !important;
        width: auto !important;
        overflow: visible !important;
        display: inline-block !important;
    }

    .external-link-icon[b-ssl5sur24l],
    .nav-container.collapsed .external-link-icon[b-ssl5sur24l] {
        margin-left: auto !important;
        font-size: 0.85rem !important;
        opacity: 0.75 !important;
        display: inline-block !important;
        align-self: center !important;
    }

    .nav-container .navbar-brand[b-ssl5sur24l],
    .nav-container.collapsed .navbar-brand[b-ssl5sur24l] {
        justify-content: flex-start !important;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        gap: 0.5rem !important;
        width: auto !important;
    }

    .nav-container .company-logo[b-ssl5sur24l],
    .nav-container.collapsed .company-logo[b-ssl5sur24l] {
        margin-right: 0.5rem !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wvacgan38s],
.components-reconnect-repeated-attempt-visible[b-wvacgan38s],
.components-reconnect-failed-visible[b-wvacgan38s],
.components-pause-visible[b-wvacgan38s],
.components-resume-failed-visible[b-wvacgan38s],
.components-rejoining-animation[b-wvacgan38s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-retrying[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-failed[b-wvacgan38s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wvacgan38s] {
    display: block;
}


#components-reconnect-modal[b-wvacgan38s] {
    background-color: var(--bs-body-bg, white);
    color: var(--bs-body-color, #212529);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-wvacgan38s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wvacgan38s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wvacgan38s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wvacgan38s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wvacgan38s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wvacgan38s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wvacgan38s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wvacgan38s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wvacgan38s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wvacgan38s] {
    margin: 0;
    text-align: center;
    color: var(--bs-body-color, #212529);
}

#components-reconnect-modal button[b-wvacgan38s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wvacgan38s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wvacgan38s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wvacgan38s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wvacgan38s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wvacgan38s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wvacgan38s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wvacgan38s {
    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 */
/* User Profile Dropdown Container */
.user-profile-dropdown[b-w35lauvt3d] {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    position: relative;
}

/* Profile Toggle Button */
.profile-toggle[b-w35lauvt3d] {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-toggle:hover[b-w35lauvt3d] {
    background: var(--hover-bg);
    transform: scale(1.02);
}

.profile-toggle:focus[b-w35lauvt3d] {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.profile-toggle[b-w35lauvt3d]::after {
    display: none !important;
}

/* Avatar Styles */
.profile-avatar[b-w35lauvt3d] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle[b-w35lauvt3d] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.profile-toggle:hover .avatar-circle[b-w35lauvt3d] {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.5);
}

/* Avatar Image */
.avatar-image[b-w35lauvt3d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-image-large[b-w35lauvt3d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-icon[b-w35lauvt3d] {
    color: white;
    font-size: 1.2rem;
}

/* Avatar Initials */
.avatar-initials[b-w35lauvt3d] {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-initials-large[b-w35lauvt3d] {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-icon-large[b-w35lauvt3d] {
    color: white;
    font-size: 1.5rem;
}

/* Online Status Dot for Small Avatar */
.avatar-status-dot[b-w35lauvt3d] {
    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-w35lauvt3d] {
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.avatar-status-dot.offline[b-w35lauvt3d] {
    background-color: #6c757d;
}

/* Large Avatar in Dropdown */
.profile-avatar-large[b-w35lauvt3d] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle-large[b-w35lauvt3d] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Online Status Dot for Large Avatar */
.avatar-status-dot-large[b-w35lauvt3d] {
    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-w35lauvt3d] {
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.avatar-status-dot-large.offline[b-w35lauvt3d] {
    background-color: #6c757d;
}

.user-dropdown-menu[b-w35lauvt3d] {
    min-width: 280px;
    border-radius: 1rem !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    color: var(--text-primary) !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;
}

:root[data-theme="light"] .user-dropdown-menu[b-w35lauvt3d],
[data-bs-theme="light"] .user-dropdown-menu[b-w35lauvt3d] {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
}

/* Show state with animation */
.user-dropdown-menu.show[b-w35lauvt3d] {
    animation: dropdownFadeIn-b-w35lauvt3d 0.15s ease-out forwards;
}

@keyframes dropdownFadeIn-b-w35lauvt3d {
    from {
        opacity: 0;
        transform: scale(0.95) !important;
    }
    to {
        opacity: 1;
        transform: scale(1) !important;
    }
}

/* User Info Header */
.user-info-header[b-w35lauvt3d] {
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #2563eb 100%);
    margin: -0.5rem 0 0.5rem 0;
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 1rem !important;
}

.user-details[b-w35lauvt3d] {
    overflow: hidden;
}

.user-name[b-w35lauvt3d] {
    color: white;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role[b-w35lauvt3d] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Dropdown Items */
.user-dropdown-menu .dropdown-item[b-w35lauvt3d] {
    padding: 0.65rem 1.25rem;
    color: var(--text-primary);
    transition: all 0.2s ease;
    border-radius: 0.5rem;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.user-dropdown-menu .dropdown-item:hover[b-w35lauvt3d] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateX(4px);
}

.user-dropdown-menu .dropdown-item:active[b-w35lauvt3d] {
    background: var(--active-bg);
}

.user-dropdown-menu .dropdown-item i[b-w35lauvt3d],
.user-dropdown-menu .dropdown-item .bi[b-w35lauvt3d] {
    width: 20px;
    text-align: center;
}

/* Logout Button */
.user-dropdown-menu .text-danger[b-w35lauvt3d] {
    color: #dc3545 !important;
}

.user-dropdown-menu .text-danger:hover[b-w35lauvt3d] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545 !important;
}

/* Divider */
.user-dropdown-menu .dropdown-divider[b-w35lauvt3d] {
    margin: 0.5rem 0;
    border-color: var(--border-color);
    opacity: 0.5;
}

/* Form in dropdown */
.user-dropdown-menu form[b-w35lauvt3d] {
    margin: 0;
}

.user-dropdown-menu form button[b-w35lauvt3d] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 640px) {
    .user-dropdown-menu[b-w35lauvt3d] {
        min-width: 260px;
    }

    .avatar-circle[b-w35lauvt3d] {
        width: 32px;
        height: 32px;
    }

    .avatar-icon[b-w35lauvt3d] {
        font-size: 1rem;
    }

    .avatar-initials[b-w35lauvt3d] {
        font-size: 0.8rem;
    }

    .avatar-initials-large[b-w35lauvt3d] {
        font-size: 1rem;
    }

    .avatar-icon-large[b-w35lauvt3d] {
        font-size: 1.3rem;
    }

    .user-name[b-w35lauvt3d] {
        font-size: 0.9rem;
    }

    .user-role[b-w35lauvt3d] {
        font-size: 0.75rem;
    }
}

/* Theme Support */
[data-theme="dark"] .avatar-circle[b-w35lauvt3d],
[data-theme="dark"] .avatar-circle-large[b-w35lauvt3d] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .user-dropdown-menu[b-w35lauvt3d] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
/* /Components/Pages/ActivityMonitor.razor.rz.scp.css */
/* Dark Theme Container */
.dark-theme-container[b-tyaj9o8vlh] {
    background-color: #0d1117;
    color: #e6edf3;
    min-height: 100vh;
    padding-bottom: 2rem;
}

/* Custom Grid Layout - 5 columns per row */
@media (min-width: 1400px) {
    .col-xl-20[b-tyaj9o8vlh] {
        flex: 0 0 calc(20% - 0.5rem);
        max-width: calc(20% - 0.5rem);
    }
}

/* Dark Card Styling */
.dark-card[b-tyaj9o8vlh] {
    background-color: #161b22;
    border: 1px solid #30363d;
    color: #e6edf3;
}

.dark-card .card-header[b-tyaj9o8vlh] {
    background-color: #0d1117 !important;
    border-bottom-color: #30363d !important;
}

.dark-card .card-footer[b-tyaj9o8vlh] {
    background-color: #0d1117 !important;
    border-top-color: #30363d !important;
}

.dark-card .card-body[b-tyaj9o8vlh] {
    background-color: #161b22;
}

/* Dark Input/Select Styling */
.dark-input[b-tyaj9o8vlh] {
    background-color: #0d1117 !important;
    border-color: #30363d !important;
    color: #e6edf3 !important;
}

.dark-input:focus[b-tyaj9o8vlh] {
    background-color: #0d1117 !important;
    border-color: #58a6ff !important;
    color: #e6edf3 !important;
    box-shadow: 0 0 0 0.2rem rgba(88, 166, 255, 0.25) !important;
}

.dark-input option[b-tyaj9o8vlh] {
    background-color: #161b22;
    color: #e6edf3;
}

/* Dark Alert Styling */
.dark-alert[b-tyaj9o8vlh] {
    background-color: #3d1f1a;
    border-color: #da3633;
    color: #f85149;
}

.dark-alert .btn-close-white[b-tyaj9o8vlh] {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* Activity Monitor Card Styles */
.timeslot-card[b-tyaj9o8vlh] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: #161b22;
    border: 1px solid #30363d;
}

.timeslot-card:hover[b-tyaj9o8vlh] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
    border-color: #58a6ff;
}

.screenshot-container[b-tyaj9o8vlh] {
    position: relative;
    overflow: hidden;
    background-color: #0d1117;
}

.screenshot-container:hover .overlay-icon[b-tyaj9o8vlh] {
    opacity: 1;
}

.overlay-icon[b-tyaj9o8vlh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-bars-container[b-tyaj9o8vlh] {
    background-color: #0d1117;
    border-top: 1px solid #30363d;
}

.activity-bar[b-tyaj9o8vlh] {
    transition: transform 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.activity-bar:hover[b-tyaj9o8vlh] {
    transform: scaleY(1.2);
    cursor: help;
    box-shadow: 0 0 8px rgba(88, 166, 255, 0.4);
}

/* Modal Styles - Dark Theme */
.dark-modal-overlay[b-tyaj9o8vlh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-tyaj9o8vlh 0.3s ease-in-out;
}

.modal-overlay[b-tyaj9o8vlh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-tyaj9o8vlh 0.3s ease-in-out;
}

@keyframes fadeIn-b-tyaj9o8vlh {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content-custom[b-tyaj9o8vlh] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp-b-tyaj9o8vlh 0.3s ease-in-out;
}

@keyframes slideUp-b-tyaj9o8vlh {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content-custom .modal-header[b-tyaj9o8vlh] {
    background-color: #0d1117;
    border-bottom-color: #30363d;
    color: #e6edf3;
}

.modal-content-custom .modal-body[b-tyaj9o8vlh] {
    background-color: #161b22;
    color: #e6edf3;
}

.modal-content-custom .modal-footer[b-tyaj9o8vlh] {
    background-color: #0d1117;
    border-top-color: #30363d;
}

/* Metric Card Styles */
.metric-card[b-tyaj9o8vlh] {
    transition: transform 0.2s ease-in-out;
    background-color: #0d1117 !important;
    border: 1px solid #30363d !important;
}

.metric-card:hover[b-tyaj9o8vlh] {
    transform: translateY(-3px);
    border-color: #58a6ff !important;
}

.metric-card .card-body[b-tyaj9o8vlh] {
    background-color: #0d1117;
}

/* Dark Table Styles */
.dark-table[b-tyaj9o8vlh] {
    background-color: #161b22;
    color: #e6edf3;
}

.dark-table thead[b-tyaj9o8vlh] {
    background-color: #0d1117;
    border-bottom: 1px solid #30363d;
}

.dark-table thead th[b-tyaj9o8vlh] {
    color: #e6edf3;
    border-color: #30363d;
    font-weight: 600;
}

.dark-table tbody tr[b-tyaj9o8vlh] {
    border-bottom: 1px solid #30363d;
}

.dark-table tbody tr:hover[b-tyaj9o8vlh] {
    background-color: #0d1117;
}

.dark-table tbody td[b-tyaj9o8vlh] {
    color: #e6edf3;
    border-color: #30363d;
}

.table-dark[b-tyaj9o8vlh] {
    background-color: #0d1117;
    border-color: #30363d;
}

.table-dark th[b-tyaj9o8vlh] {
    background-color: #0d1117;
    border-color: #30363d;
    color: #e6edf3;
}

.minute-detail-row[b-tyaj9o8vlh] {
    transition: background-color 0.2s ease-in-out;
    background-color: #161b22;
}

.minute-detail-row:hover[b-tyaj9o8vlh] {
    background-color: #0d1117;
}

.minute-detail-row td[b-tyaj9o8vlh] {
    color: #e6edf3;
    border-color: #30363d;
}

.minute-detail-row.text-muted td[b-tyaj9o8vlh] {
    color: #8b949e;
}

/* Activity Indicator */
.activity-indicator[b-tyaj9o8vlh] {
    width: 50px;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Scrollbar Styling for Dark Theme */
.modal-content-custom[b-tyaj9o8vlh]::-webkit-scrollbar {
    width: 10px;
}

.modal-content-custom[b-tyaj9o8vlh]::-webkit-scrollbar-track {
    background: #0d1117;
}

.modal-content-custom[b-tyaj9o8vlh]::-webkit-scrollbar-thumb {
    background: #30363d;
    border-radius: 5px;
}

.modal-content-custom[b-tyaj9o8vlh]::-webkit-scrollbar-thumb:hover {
    background: #58a6ff;
}
/* /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/Pages/Invitation/AcceptInvitation.razor.rz.scp.css */
.invitation-page[b-9i9w6t4uvo] { max-width: 600px; margin: 2.5rem auto; padding: 0 1rem; }
.invitation-card[b-9i9w6t4uvo] { overflow: hidden; background: var(--bs-body-bg); border: 1px solid var(--bs-border-color); border-radius: 1rem; box-shadow: 0 1rem 3rem rgba(0, 0, 0, .14); }
.invitation-header[b-9i9w6t4uvo] { padding: 2rem; text-align: center; color: #fff; background: linear-gradient(135deg, #1769e0, #6441d8); }
.invitation-header-error[b-9i9w6t4uvo] { background: linear-gradient(135deg, #b02a37, #842029); }
.invitation-header h1[b-9i9w6t4uvo] { margin: .75rem 0 .25rem; color: #fff; font-size: 1.65rem; }
.invitation-header p[b-9i9w6t4uvo] { margin: 0; opacity: .85; }
.invitation-icon[b-9i9w6t4uvo] { font-size: 2.5rem; }
.invitation-body[b-9i9w6t4uvo] { padding: 2rem; }
.invitation-detail[b-9i9w6t4uvo] { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--bs-border-color); }
.invitation-detail span[b-9i9w6t4uvo] { color: var(--bs-secondary-color); }
.invitation-detail strong[b-9i9w6t4uvo] { text-align: right; overflow-wrap: anywhere; }
.invitation-message[b-9i9w6t4uvo] { margin-top: 1rem; padding: 1rem; border-radius: .5rem; background: var(--bs-tertiary-bg); }
.invitation-action[b-9i9w6t4uvo] { min-width: 11rem; margin-top: 1.25rem; }
/* /Components/Shared/AccessibilityTools.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ACCESSIBILITY STYLES
   ============================================ */

/* ============================================
   SKIP LINKS
   ============================================ */
.skip-links[b-er5xfrb2by] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.skip-link[b-er5xfrb2by] {
    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-er5xfrb2by] {
    top: 0;
    outline: 2px solid white;
    outline-offset: 2px;
}

.skip-link:hover[b-er5xfrb2by] {
    background: var(--primary-hover, #2563eb);
}

/* Multiple skip links stacking */
.skip-link:nth-child(2)[b-er5xfrb2by] {
    left: auto;
    right: 0;
    border-radius: 0 0 0 0.5rem;
}

/* ============================================
   VISUALLY HIDDEN (Screen Reader Only)
   ============================================ */
.visually-hidden[b-er5xfrb2by],
.sr-only[b-er5xfrb2by] {
    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-er5xfrb2by],
.visually-hidden-focusable:active[b-er5xfrb2by] {
    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-er5xfrb2by] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Remove default focus for mouse users */
*:focus:not(:focus-visible)[b-er5xfrb2by] {
    outline: none;
}

/* Enhanced focus for interactive elements */
a:focus-visible[b-er5xfrb2by],
button:focus-visible[b-er5xfrb2by],
input:focus-visible[b-er5xfrb2by],
select:focus-visible[b-er5xfrb2by],
textarea:focus-visible[b-er5xfrb2by],
[tabindex]:focus-visible[b-er5xfrb2by] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

/* Focus ring for cards/containers */
.card:focus-visible[b-er5xfrb2by],
.list-group-item:focus-visible[b-er5xfrb2by],
.nav-link:focus-visible[b-er5xfrb2by] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* High contrast focus for buttons */
.btn:focus-visible[b-er5xfrb2by] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}

/* ============================================
   KEYBOARD NAVIGATION HELPERS
   ============================================ */

/* Focus trap indicator */
[data-focus-trap="true"][b-er5xfrb2by] {
    position: relative;
}

[data-focus-trap="true"][b-er5xfrb2by]::before {
    content: '';
    position: absolute;
    inset: -2px;
    border: 2px dashed var(--primary-color, #3b82f6);
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

[data-focus-trap="true"]:focus-within[b-er5xfrb2by]::before {
    opacity: 0.5;
}

/* Arrow key navigation indicator */
[data-arrow-nav="true"] [aria-selected="true"][b-er5xfrb2by],
[data-arrow-nav="true"] [data-active="true"][b-er5xfrb2by] {
    background: var(--hover-bg, rgba(59, 130, 246, 0.1));
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: -2px;
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *[b-er5xfrb2by],
    *[b-er5xfrb2by]::before,
    *[b-er5xfrb2by]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .skip-link[b-er5xfrb2by] {
        transition: none;
    }
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */
@media (prefers-contrast: high) {
    *:focus-visible[b-er5xfrb2by] {
        outline: 3px solid currentColor !important;
        outline-offset: 3px !important;
    }
    
    .skip-link[b-er5xfrb2by] {
        border: 2px solid white;
    }
    
    .btn[b-er5xfrb2by] {
        border: 2px solid currentColor !important;
    }
}

/* ============================================
   TOUCH TARGET SIZES (WCAG 2.5.5)
   ============================================ */
@media (pointer: coarse) {
    /* Ensure minimum 44x44px touch targets */
    button[b-er5xfrb2by],
    [role="button"][b-er5xfrb2by],
    a[b-er5xfrb2by],
    input[type="checkbox"][b-er5xfrb2by],
    input[type="radio"][b-er5xfrb2by],
    select[b-er5xfrb2by] {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Spacing for touch targets */
    .btn[b-er5xfrb2by] {
        padding: 0.75rem 1.25rem;
    }
    
    /* Form controls */
    .form-control[b-er5xfrb2by],
    .form-select[b-er5xfrb2by] {
        min-height: 44px;
        padding: 0.625rem 1rem;
    }
    
    /* Checkboxes and radios */
    .form-check-input[b-er5xfrb2by] {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* ============================================
   LANDMARK REGIONS STYLING
   ============================================ */
[role="main"][b-er5xfrb2by],
#main-content[b-er5xfrb2by] {
    scroll-margin-top: 5rem; /* Account for fixed header */
}

[role="navigation"][b-er5xfrb2by],
#main-navigation[b-er5xfrb2by] {
    scroll-margin-top: 1rem;
}

/* ============================================
   ERROR/VALIDATION ACCESSIBILITY
   ============================================ */
[aria-invalid="true"][b-er5xfrb2by] {
    border-color: var(--danger-color, #ef4444) !important;
}

[aria-invalid="true"]:focus[b-er5xfrb2by] {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

.field-validation-error[b-er5xfrb2by],
[role="alert"][b-er5xfrb2by] {
    color: var(--danger-color, #ef4444);
}

/* Required field indicator */
[aria-required="true"][b-er5xfrb2by]::after,
.required[b-er5xfrb2by]::after {
    content: ' *';
    color: var(--danger-color, #ef4444);
}

/* ============================================
   LOADING STATES ACCESSIBILITY
   ============================================ */
[aria-busy="true"][b-er5xfrb2by] {
    cursor: wait;
    pointer-events: none;
    opacity: 0.7;
}

[aria-busy="true"][b-er5xfrb2by]::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-er5xfrb2by 0.6s linear infinite;
}

@keyframes a11ySpinner-b-er5xfrb2by {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   DISABLED STATE ACCESSIBILITY
   ============================================ */
[aria-disabled="true"][b-er5xfrb2by],
[disabled][b-er5xfrb2by] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================
   EXPANDED/COLLAPSED INDICATORS
   ============================================ */
[aria-expanded="false"][b-er5xfrb2by]::before {
    content: '?';
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.75em;
    transition: transform 0.2s ease;
}

[aria-expanded="true"][b-er5xfrb2by]::before {
    content: '?';
}

/* ============================================
   DIALOG/MODAL ACCESSIBILITY
   ============================================ */
[role="dialog"][b-er5xfrb2by],
[role="alertdialog"][b-er5xfrb2by] {
    /* Ensure modals have proper focus indication */
}

[role="dialog"]:focus[b-er5xfrb2by],
[role="alertdialog"]:focus[b-er5xfrb2by] {
    outline: none;
}

/* Backdrop for focus trapping visual indicator */
.modal-backdrop[b-er5xfrb2by] {
    background: rgba(0, 0, 0, 0.5);
}

@media (prefers-contrast: high) {
    .modal-backdrop[b-er5xfrb2by] {
        background: rgba(0, 0, 0, 0.8);
    }
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
/* ============================================
   ENTERPRISE EMPTY STATE STYLES
   ============================================ */

.empty-state[b-vmeyjmmmjf] {
    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, #e2e8f0);
    --empty-accent: var(--primary-color, #3b82f6);
    --empty-line: var(--text-secondary, #94a3b8);
    --empty-error: #ef4444;
    --empty-error-bg: rgba(239, 68, 68, 0.1);
}

/* Size Variants */
.empty-state-sm[b-vmeyjmmmjf] {
    padding: 1.5rem 1rem;
    min-height: 200px;
}

.empty-state-sm .empty-state-illustration[b-vmeyjmmmjf] {
    width: 120px;
    height: 90px;
    margin-bottom: 1rem;
}

.empty-state-sm .empty-state-title[b-vmeyjmmmjf] {
    font-size: 1rem;
}

.empty-state-sm .empty-state-description[b-vmeyjmmmjf] {
    font-size: 0.8125rem;
}

.empty-state-lg[b-vmeyjmmmjf] {
    padding: 4rem 2rem;
    min-height: 400px;
}

.empty-state-lg .empty-state-illustration[b-vmeyjmmmjf] {
    width: 280px;
    height: 210px;
    margin-bottom: 2rem;
}

.empty-state-lg .empty-state-title[b-vmeyjmmmjf] {
    font-size: 1.5rem;
}

/* Illustration Container */
.empty-state-illustration[b-vmeyjmmmjf] {
    width: 200px;
    height: 150px;
    margin-bottom: 1.5rem;
    animation: emptyStateFadeIn-b-vmeyjmmmjf 0.5s ease-out;
}

.empty-illustration[b-vmeyjmmmjf] {
    width: 100%;
    height: 100%;
}

.empty-illustration svg[b-vmeyjmmmjf] {
    width: 100%;
    height: 100%;
}

/* Custom Icon */
.empty-state-icon[b-vmeyjmmmjf] {
    font-size: 4rem;
    line-height: 1;
    display: block;
    animation: emptyStateBounce-b-vmeyjmmmjf 2s ease-in-out infinite;
}

@keyframes emptyStateFadeIn-b-vmeyjmmmjf {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes emptyStateBounce-b-vmeyjmmmjf {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Content */
.empty-state-content[b-vmeyjmmmjf] {
    max-width: 400px;
    animation: emptyStateFadeIn-b-vmeyjmmmjf 0.5s ease-out 0.1s both;
}

.empty-state-title[b-vmeyjmmmjf] {
    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-vmeyjmmmjf] {
    font-size: 0.9375rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.empty-state-custom[b-vmeyjmmmjf] {
    margin-bottom: 1.5rem;
}

/* Actions */
.empty-state-actions[b-vmeyjmmmjf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    animation: emptyStateFadeIn-b-vmeyjmmmjf 0.5s ease-out 0.2s both;
}

.empty-state-actions .btn[b-vmeyjmmmjf] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Illustration Animation on Hover */
.empty-state:hover .empty-illustration svg[b-vmeyjmmmjf] {
    animation: emptyStateWiggle-b-vmeyjmmmjf 0.5s ease-in-out;
}

@keyframes emptyStateWiggle-b-vmeyjmmmjf {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .empty-state[b-vmeyjmmmjf],
[data-bs-theme="dark"] .empty-state[b-vmeyjmmmjf] {
    --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-vmeyjmmmjf],
[data-bs-theme="dark"] .empty-state-title[b-vmeyjmmmjf] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .empty-state-description[b-vmeyjmmmjf],
[data-bs-theme="dark"] .empty-state-description[b-vmeyjmmmjf] {
    color: var(--text-secondary, #94a3b8);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 480px) {
    .empty-state[b-vmeyjmmmjf] {
        padding: 2rem 1rem;
        min-height: 250px;
    }
    
    .empty-state-illustration[b-vmeyjmmmjf] {
        width: 160px;
        height: 120px;
    }
    
    .empty-state-title[b-vmeyjmmmjf] {
        font-size: 1.125rem;
    }
    
    .empty-state-description[b-vmeyjmmmjf] {
        font-size: 0.875rem;
    }
    
    .empty-state-actions[b-vmeyjmmmjf] {
        flex-direction: column;
        width: 100%;
    }
    
    .empty-state-actions .btn[b-vmeyjmmmjf] {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .empty-state-illustration[b-vmeyjmmmjf],
    .empty-state-content[b-vmeyjmmmjf],
    .empty-state-actions[b-vmeyjmmmjf] {
        animation: none;
    }
    
    .empty-state-icon[b-vmeyjmmmjf] {
        animation: none;
    }
    
    .empty-state:hover .empty-illustration svg[b-vmeyjmmmjf] {
        animation: none;
    }
}
/* /Components/Shared/ErrorBoundary.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ERROR BOUNDARY STYLES
   ============================================ */

.error-boundary[b-xesvcuv4o4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, var(--bg-primary, #f8fafc) 100%);
    border-radius: 1rem;
    border: 1px solid rgba(239, 68, 68, 0.2);
    animation: errorBoundaryFadeIn-b-xesvcuv4o4 0.4s ease-out;
}

@keyframes errorBoundaryFadeIn-b-xesvcuv4o4 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.error-boundary-content[b-xesvcuv4o4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

/* Icon */
.error-boundary-icon[b-xesvcuv4o4] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    color: #ef4444;
    animation: errorBoundaryPulse-b-xesvcuv4o4 2s ease-in-out infinite;
}

.error-boundary-icon svg[b-xesvcuv4o4] {
    width: 100%;
    height: 100%;
}

@keyframes errorBoundaryPulse-b-xesvcuv4o4 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Text Content */
.error-boundary-text[b-xesvcuv4o4] {
    margin-bottom: 2rem;
}

.error-boundary-title[b-xesvcuv4o4] {
    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-xesvcuv4o4] {
    font-size: 1rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.error-boundary-id[b-xesvcuv4o4] {
    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-xesvcuv4o4] {
    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-xesvcuv4o4] {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
}

.error-boundary-details summary[b-xesvcuv4o4] {
    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-xesvcuv4o4] {
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.error-boundary-details pre[b-xesvcuv4o4] {
    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-xesvcuv4o4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.error-boundary-actions .btn[b-xesvcuv4o4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
    justify-content: center;
}

/* Dark Theme */
[data-theme="dark"] .error-boundary[b-xesvcuv4o4],
[data-bs-theme="dark"] .error-boundary[b-xesvcuv4o4] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, var(--bg-primary, #0f172a) 100%);
    border-color: rgba(239, 68, 68, 0.3);
}

[data-theme="dark"] .error-boundary-title[b-xesvcuv4o4],
[data-bs-theme="dark"] .error-boundary-title[b-xesvcuv4o4] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .error-boundary-id[b-xesvcuv4o4],
[data-bs-theme="dark"] .error-boundary-id[b-xesvcuv4o4] {
    background: var(--bg-secondary, #1e293b);
}

[data-theme="dark"] .error-boundary-details pre[b-xesvcuv4o4],
[data-bs-theme="dark"] .error-boundary-details pre[b-xesvcuv4o4] {
    background: #0f172a;
}

/* Responsive */
@media (max-width: 480px) {
    .error-boundary[b-xesvcuv4o4] {
        padding: 1.5rem;
        min-height: 300px;
    }
    
    .error-boundary-icon[b-xesvcuv4o4] {
        width: 60px;
        height: 60px;
    }
    
    .error-boundary-title[b-xesvcuv4o4] {
        font-size: 1.25rem;
    }
    
    .error-boundary-message[b-xesvcuv4o4] {
        font-size: 0.9375rem;
    }
    
    .error-boundary-actions[b-xesvcuv4o4] {
        flex-direction: column;
        width: 100%;
    }
    
    .error-boundary-actions .btn[b-xesvcuv4o4] {
        width: 100%;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .error-boundary[b-xesvcuv4o4] {
        animation: none;
    }
    
    .error-boundary-icon[b-xesvcuv4o4] {
        animation: none;
    }
}
/* /Components/Shared/LoadingSkeleton.razor.rz.scp.css */
/* ============================================
   ENTERPRISE LOADING SKELETON STYLES
   ============================================ */

.skeleton-container[b-a66i5dunwz] {
    width: 100%;
}

/* Base Skeleton Animation */
.skeleton[b-a66i5dunwz] {
    background: linear-gradient(
        90deg,
        var(--skeleton-base, rgba(0, 0, 0, 0.08)) 0%,
        var(--skeleton-shine, rgba(0, 0, 0, 0.04)) 50%,
        var(--skeleton-base, rgba(0, 0, 0, 0.08)) 100%
    );
    background-size: 200% 100%;
    animation: skeletonShimmer-b-a66i5dunwz 1.5s ease-in-out infinite;
    border-radius: 0.375rem;
}

@keyframes skeletonShimmer-b-a66i5dunwz {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   SKELETON TEXT
   ============================================ */
.skeleton-text[b-a66i5dunwz] {
    height: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.skeleton-text-short[b-a66i5dunwz] {
    width: 60%;
}

.skeleton-text-medium[b-a66i5dunwz] {
    width: 80%;
}

.skeleton-text-block[b-a66i5dunwz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-title[b-a66i5dunwz] {
    height: 1.25rem;
    width: 70%;
    margin-bottom: 0.5rem;
}

.skeleton-subtitle[b-a66i5dunwz] {
    height: 0.875rem;
    width: 50%;
}

.skeleton-label[b-a66i5dunwz] {
    height: 0.875rem;
    width: 30%;
    margin-bottom: 0.5rem;
}

/* ============================================
   SKELETON AVATAR
   ============================================ */
.skeleton-avatar[b-a66i5dunwz] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-avatar-sm[b-a66i5dunwz] {
    width: 2rem;
    height: 2rem;
}

.skeleton-avatar-lg[b-a66i5dunwz] {
    width: 4rem;
    height: 4rem;
}

.skeleton-avatar-xl[b-a66i5dunwz] {
    width: 6rem;
    height: 6rem;
}

/* ============================================
   SKELETON BUTTON
   ============================================ */
.skeleton-button[b-a66i5dunwz] {
    height: 2.5rem;
    width: 6rem;
    border-radius: 0.5rem;
}

.skeleton-button-sm[b-a66i5dunwz] {
    height: 2rem;
    width: 4rem;
}

.skeleton-button-lg[b-a66i5dunwz] {
    height: 3rem;
    width: 8rem;
}

.skeleton-button-secondary[b-a66i5dunwz] {
    width: 5rem;
}

/* ============================================
   SKELETON INPUT
   ============================================ */
.skeleton-input[b-a66i5dunwz] {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON IMAGE
   ============================================ */
.skeleton-image[b-a66i5dunwz] {
    width: 100%;
    height: 200px;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON CARD
   ============================================ */
.skeleton-card[b-a66i5dunwz] {
    background: var(--card-bg, #ffffff);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: var(--shadow, 0 2px 8px rgba(0, 0, 0, 0.08));
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-card-header[b-a66i5dunwz] {
    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-a66i5dunwz] {
    flex: 1;
}

.skeleton-card-body[b-a66i5dunwz] {
    margin-bottom: 1rem;
}

.skeleton-card-footer[b-a66i5dunwz] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

/* ============================================
   SKELETON TABLE
   ============================================ */
.skeleton-table[b-a66i5dunwz] {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-header[b-a66i5dunwz] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.skeleton-table-header .skeleton-table-cell[b-a66i5dunwz] {
    height: 1rem;
}

.skeleton-table-row[b-a66i5dunwz] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-row:last-child[b-a66i5dunwz] {
    border-bottom: none;
}

.skeleton-table-cell[b-a66i5dunwz] {
    flex: 1;
    height: 0.875rem;
}

/* ============================================
   SKELETON LIST
   ============================================ */
.skeleton-list[b-a66i5dunwz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skeleton-list-item[b-a66i5dunwz] {
    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-a66i5dunwz] {
    flex: 1;
}

/* ============================================
   SKELETON FORM
   ============================================ */
.skeleton-form[b-a66i5dunwz] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skeleton-form-group[b-a66i5dunwz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-form-actions[b-a66i5dunwz] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

/* ============================================
   SKELETON PROFILE
   ============================================ */
.skeleton-profile[b-a66i5dunwz] {
    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-a66i5dunwz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ============================================
   SKELETON STATS
   ============================================ */
.skeleton-stats[b-a66i5dunwz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.skeleton-stat-card[b-a66i5dunwz] {
    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-a66i5dunwz] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.skeleton-stat-value[b-a66i5dunwz] {
    height: 2rem;
    width: 60%;
}

.skeleton-stat-label[b-a66i5dunwz] {
    height: 0.875rem;
    width: 80%;
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .skeleton[b-a66i5dunwz],
[data-bs-theme="dark"] .skeleton[b-a66i5dunwz] {
    --skeleton-base: rgba(255, 255, 255, 0.08);
    --skeleton-shine: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .skeleton-card[b-a66i5dunwz],
[data-bs-theme="dark"] .skeleton-card[b-a66i5dunwz],
[data-theme="dark"] .skeleton-list-item[b-a66i5dunwz],
[data-bs-theme="dark"] .skeleton-list-item[b-a66i5dunwz],
[data-theme="dark"] .skeleton-profile[b-a66i5dunwz],
[data-bs-theme="dark"] .skeleton-profile[b-a66i5dunwz],
[data-theme="dark"] .skeleton-stat-card[b-a66i5dunwz],
[data-bs-theme="dark"] .skeleton-stat-card[b-a66i5dunwz] {
    background: var(--card-bg, #1e2328);
    border-color: var(--border-color, #2d3339);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.visually-hidden[b-a66i5dunwz] {
    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-a66i5dunwz] {
        animation: none;
        background: var(--skeleton-base, rgba(0, 0, 0, 0.08));
    }
}
/* /Components/Shared/QuickGridFilter.razor.rz.scp.css */
.quick-grid-filter-container[b-vpzjsj3g7s] {
    display: inline-block;
}

/* Responsive adjustments for filter button */
@media (max-width: 767px) {
    .quick-grid-filter-container .dropdown-toggle[b-vpzjsj3g7s] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        min-width: 280px;
        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-vpzjsj3g7s] {
        max-height: calc(100vh - 200px);
    }
}

@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        width: min(320px, calc(100vw - 1rem));
        max-width: calc(100vw - 1rem);
    }
}

@media (max-width: 575px) {
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        min-width: 260px;
        max-width: calc(100vw - 1rem);
    }
    
    .quick-grid-filter-container .dropdown-toggle[b-vpzjsj3g7s] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .quick-grid-filter-container .dropdown-toggle .bi[b-vpzjsj3g7s] {
        font-size: 0.8rem;
    }
}

/* Ensure dropdown appears below button on small screens */
@media (max-width: 991px) {
    .quick-grid-filter-container[b-vpzjsj3g7s] {
        position: relative;
    }
    
    .quick-grid-filter-container .dropdown[b-vpzjsj3g7s] {
        position: static;
    }
}

.quick-grid-filter-container .dropdown-toggle[b-vpzjsj3g7s] {
    position: relative;
    padding: 0.45rem 0.95rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #2563eb 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 4px 16px rgba(99, 102, 241, 0.35) !important;
    backdrop-filter: blur(12px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.3px;
}

.quick-grid-filter-container .dropdown-toggle:hover[b-vpzjsj3g7s] {
    background: linear-gradient(135deg, #4f46e5 0%, #2563eb 50%, #1d4ed8 100%) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 8px 25px rgba(99, 102, 241, 0.45) !important;
    transform: translateY(-2px);
}

.quick-grid-filter-container .dropdown-toggle.has-active-filters[b-vpzjsj3g7s] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 25px rgba(99, 102, 241, 0.6) !important;
}

.quick-grid-filter-container .dropdown-toggle .badge[b-vpzjsj3g7s] {
    font-size: 0.72rem;
    padding: 0.25em 0.6em;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.28) !important;
    color: white !important;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Crystalline Filter Dropdown Window */
.quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
    min-width: 330px;
    max-width: 420px;
    padding: 1rem !important;
    background: var(--card-bg) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 20px !important;
    box-shadow: var(--glass-shadow) !important;
    color: var(--text-primary) !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    animation: filterPop-b-vpzjsj3g7s 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes filterPop-b-vpzjsj3g7s {
    from { opacity: 0; transform: translateY(-10px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.quick-grid-filter-container .form-control[b-vpzjsj3g7s],
.quick-grid-filter-container .form-select[b-vpzjsj3g7s] {
    background-color: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 10px !important;
    padding: 0.45rem 0.75rem !important;
    font-size: 0.875rem !important;
    transition: all 0.2s ease;
}

.quick-grid-filter-container .form-control:focus[b-vpzjsj3g7s],
.quick-grid-filter-container .form-select:focus[b-vpzjsj3g7s] {
    border-color: var(--primary-color, #6366f1) !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3) !important;
    background-color: var(--bg-secondary) !important;
}

.quick-grid-filter-container select option[b-vpzjsj3g7s] {
    background-color: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    padding: 0.5rem;
}

.quick-grid-filter-container .filter-chip[b-vpzjsj3g7s] {
    background: var(--hover-bg) !important;
    border: 1px solid var(--border-hover) !important;
    border-radius: 10px !important;
    color: var(--text-primary) !important;
    padding: 0.4rem 0.65rem !important;
}

.quick-grid-filter-container .form-label[b-vpzjsj3g7s] {
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: var(--text-secondary) !important;
    font-size: 0.82rem;
}

/* Ensure dropdown aligns to the right on larger screens */
@media (min-width: 992px) {
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        right: 0 !important;
        left: auto !important;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s],
[data-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
    background: rgba(15, 23, 42, 0.94) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-chip[b-vpzjsj3g7s],
[data-theme="dark"] .quick-grid-filter-container .filter-chip[b-vpzjsj3g7s] {
    background: rgba(99, 102, 241, 0.15) !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
}

/* Responsive design */
@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        min-width: 280px;
        max-width: 90vw;
    }
}

/* Ensure dropdown stays within viewport on all screen sizes */
.quick-grid-filter-container .dropdown-menu[b-vpzjsj3g7s] {
    position: absolute !important;
}

/* On smaller screens, adjust dropdown position */
@media (max-width: 991px) {
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        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-vpzjsj3g7s] {
    max-height: 500px;
    overflow-y: auto;
}

.quick-grid-filter-container .filter-chip[b-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
    background-color: var(--bs-body-bg);
    border: 1px dashed var(--bs-primary) !important;
    position: relative;
}

.quick-grid-filter-container .filter-group .filter-chip[b-vpzjsj3g7s] {
    margin-bottom: 0.25rem;
}

/* Enhanced styling for OR groups */
.quick-grid-filter-container .filter-group.bg-light[b-vpzjsj3g7s] {
    background-color: rgba(13, 110, 253, 0.05) !important;
    border: 2px solid rgba(13, 110, 253, 0.3) !important;
    border-radius: 0.5rem !important;
}

.quick-grid-filter-container .filter-group-header[b-vpzjsj3g7s] {
    border-bottom: 1px solid rgba(13, 110, 253, 0.2);
    padding-bottom: 0.25rem;
}

.quick-grid-filter-container .filter-group-header i[b-vpzjsj3g7s] {
    color: var(--bs-primary);
}

/* Badge styling for AND/OR operators */
.quick-grid-filter-container .badge.bg-info[b-vpzjsj3g7s] {
    background-color: #0dcaf0 !important;
    padding: 0.35em 0.65em;
    font-weight: 600;
    font-size: 0.75rem;
}

.quick-grid-filter-container .badge.bg-warning[b-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
    background-color: #6c757d !important;
    padding: 0.25em 0.5em;
    font-weight: 600;
    font-size: 0.7rem;
}

.quick-grid-filter-container .badge.bg-primary[b-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.quick-grid-filter-container .alert-info[b-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quick-grid-filter-container .filter-mode-selection .btn[b-vpzjsj3g7s] {
    font-weight: 600;
    transition: all 0.2s ease;
}

.quick-grid-filter-container .filter-mode-selection .btn:hover[b-vpzjsj3g7s] {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.quick-grid-filter-container .filter-chip strong[b-vpzjsj3g7s] {
    color: var(--bs-body-color);
    font-weight: 600;
}

.quick-grid-filter-container .filter-chip .text-primary[b-vpzjsj3g7s] {
    font-weight: 500;
}

.quick-grid-filter-container .filter-form[b-vpzjsj3g7s] {
    animation: slideDown-b-vpzjsj3g7s 0.2s ease-out;
}

@keyframes slideDown-b-vpzjsj3g7s {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-grid-filter-container .active-filters[b-vpzjsj3g7s] {
    animation: fadeIn-b-vpzjsj3g7s 0.2s ease-out;
}

@keyframes fadeIn-b-vpzjsj3g7s {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quick-grid-filter-container .form-label[b-vpzjsj3g7s] {
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: var(--bs-secondary);
}

.quick-grid-filter-container .btn-link[b-vpzjsj3g7s] {
    text-decoration: none;
}

.quick-grid-filter-container .btn-link:hover[b-vpzjsj3g7s] {
    text-decoration: underline;
}

/* Dark mode support */
[data-bs-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-chip[b-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
    background-color: rgba(74, 158, 255, 0.1) !important;
    border-color: rgba(74, 158, 255, 0.4) !important;
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-group-header[b-vpzjsj3g7s] {
    border-bottom-color: rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .quick-grid-filter-container .filter-group.bg-light[b-vpzjsj3g7s] {
    background-color: rgba(74, 158, 255, 0.1) !important;
    border-color: rgba(74, 158, 255, 0.4) !important;
}

[data-theme="dark"] .quick-grid-filter-container .filter-group-header[b-vpzjsj3g7s] {
    border-bottom-color: rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .quick-grid-filter-container .alert-info[b-vpzjsj3g7s],
[data-bs-theme="dark"] .quick-grid-filter-container .alert-info[b-vpzjsj3g7s] {
    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-vpzjsj3g7s] {
        min-width: 280px;
        max-width: 90vw;
        left: 149px !important;
    }
}

@media (min-width: 641px) and (max-width:991px) {
    .quick-grid-filter-container .filter-dropdown[b-vpzjsj3g7s] {
        left: 147.368px !important;
    }
}
/* /Components/Shared/SweetAlert.razor.rz.scp.css */
/* SweetAlert2 CSS - Pure Blazor Implementation - Compact & Modern */

.swal2-container[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    background-color: rgba(0, 0, 0, 0.12);
    backdrop-filter: none;
}

/* Dark theme backdrop */
[data-theme="dark"] .swal2-backdrop-show[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-backdrop-show[b-lwv7xu17gz] {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
}

.swal2-center[b-lwv7xu17gz] {
    align-items: center;
}

.swal2-popup[b-lwv7xu17gz] {
    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 rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    background: #ffffff;
    color: #1f2937;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9375rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Dark theme popup */
[data-theme="dark"] .swal2-popup[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-popup[b-lwv7xu17gz] {
    background: linear-gradient(145deg, #1e2530 0%, #252b38 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e4e8f0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
}


.swal2-show[b-lwv7xu17gz] {
    display: grid;
    animation: swal2-show-b-lwv7xu17gz 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-show-b-lwv7xu17gz {
    0% {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.swal2-title[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-title[b-lwv7xu17gz] {
    color: #f3f4f6;
}

.swal2-html-container[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-html-container[b-lwv7xu17gz] {
    color: #d1d5db;
}

.swal2-icon[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    display: flex;
    animation: swal2-animate-icon-b-lwv7xu17gz 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-animate-icon-b-lwv7xu17gz {
    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-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-icon.swal2-success[b-lwv7xu17gz] {
    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-lwv7xu17gz],
.swal2-success-circular-line-right[b-lwv7xu17gz] {
    position: absolute;
    width: 2.8125rem;
    height: 5.625rem;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-success-circular-line-left[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    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-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-success-ring[b-lwv7xu17gz] {
    border-color: rgba(52, 211, 153, 0.25);
}

.swal2-success-fix[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    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-lwv7xu17gz 0.65s;
}

[data-theme="dark"] .swal2-success-line-tip[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-success-line-tip[b-lwv7xu17gz] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-tip-b-lwv7xu17gz {
    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-lwv7xu17gz] {
    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-lwv7xu17gz 0.65s;
}

[data-theme="dark"] .swal2-success-line-long[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-success-line-long[b-lwv7xu17gz] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-long-b-lwv7xu17gz {
    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-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-icon.swal2-error[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    position: relative;
    display: block;
    flex-grow: 1;
}

.swal2-x-mark-line-left[b-lwv7xu17gz],
.swal2-x-mark-line-right[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-x-mark-line-left[b-lwv7xu17gz],
[data-theme="dark"] .swal2-x-mark-line-right[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-x-mark-line-right[b-lwv7xu17gz] {
    background-color: #f87171;
}

.swal2-x-mark-line-left[b-lwv7xu17gz] {
    left: 0.75rem;
    transform: rotate(45deg);
    animation: swal2-animate-error-x-mark-b-lwv7xu17gz 0.45s;
}

.swal2-x-mark-line-right[b-lwv7xu17gz] {
    right: 0.75rem;
    transform: rotate(-45deg);
    animation: swal2-animate-error-x-mark-b-lwv7xu17gz 0.45s;
}

@keyframes swal2-animate-error-x-mark-b-lwv7xu17gz {
    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-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-icon.swal2-warning[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-pulse-warning-b-lwv7xu17gz 0.85s infinite alternate;
}

@keyframes swal2-pulse-warning-b-lwv7xu17gz {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* Info Icon - Modern blue gradient */
.swal2-icon.swal2-info[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-icon.swal2-info[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-rotate-info-b-lwv7xu17gz 1s ease-in-out;
}

@keyframes swal2-rotate-info-b-lwv7xu17gz {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Question Icon - Modern purple gradient */
.swal2-icon.swal2-question[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-icon.swal2-question[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-bounce-question-b-lwv7xu17gz 0.6s;
}

@keyframes swal2-bounce-question-b-lwv7xu17gz {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Actions (buttons) - Modern & Compact */
.swal2-actions[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    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-lwv7xu17gz] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.swal2-styled:not([disabled]):active[b-lwv7xu17gz] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.swal2-confirm[b-lwv7xu17gz] {
    order: 1;
}

.swal2-cancel[b-lwv7xu17gz] {
    order: 2;
}

.swal2-confirm-success[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.swal2-confirm-success:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

[data-theme="dark"] .swal2-confirm-success[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-success[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.4);
}

.swal2-confirm-error[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.swal2-confirm-error:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

[data-theme="dark"] .swal2-confirm-error[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-error[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.4);
}

.swal2-confirm-warning[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.swal2-confirm-warning:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

[data-theme="dark"] .swal2-confirm-warning[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-warning[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.swal2-confirm-info[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.swal2-confirm-info:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

[data-theme="dark"] .swal2-confirm-info[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-info[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.4);
}

.swal2-confirm-question[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
}

.swal2-confirm-question:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="dark"] .swal2-confirm-question[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-question[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
}

.swal2-confirm-default[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
}

.swal2-confirm-default:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

[data-theme="dark"] .swal2-confirm-default[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-default[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    box-shadow: 0 4px 12px rgba(129, 140, 248, 0.4);
}

.swal2-cancel-default[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
}

.swal2-cancel-default:not([disabled]):hover[b-lwv7xu17gz] {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

[data-theme="dark"] .swal2-cancel-default[b-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-cancel-default[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-lwv7xu17gz] {
    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-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-input[b-lwv7xu17gz] {
    background: #1f2937;
    border-color: #374151;
    color: #e5e7eb;
}

.swal2-input:focus[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-input:focus[b-lwv7xu17gz] {
    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-lwv7xu17gz]::placeholder {
    color: #9ca3af;
}

[data-theme="dark"] .swal2-input[b-lwv7xu17gz]::placeholder,
[data-bs-theme="dark"] .swal2-input[b-lwv7xu17gz]::placeholder {
    color: #6b7280;
}

/* Timer progress bar - Modern & Eye-catching */
.swal2-timer-progress-bar-container[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-timer-progress-bar-container[b-lwv7xu17gz] {
    background: rgba(255, 255, 255, 0.05);
}

.swal2-timer-progress-bar[b-lwv7xu17gz] {
    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-lwv7xu17gz],
[data-bs-theme="dark"] .swal2-timer-progress-bar[b-lwv7xu17gz] {
    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-6wykgar1l2] {
    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-6wykgar1l2] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: var(--card-bg, #ffffff);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid;
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

/* Toast Enter Animation */
.toast-enter[b-6wykgar1l2] {
    animation: toastSlideIn-b-6wykgar1l2 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Toast Exit Animation */
.toast-exit[b-6wykgar1l2] {
    animation: toastSlideOut-b-6wykgar1l2 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes toastSlideIn-b-6wykgar1l2 {
    from {
        opacity: 0;
        transform: translateX(100%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes toastSlideOut-b-6wykgar1l2 {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateX(100%) scale(0.9);
    }
}

/* Toast Type Styles */
.toast-success[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.toast-error[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.toast-warning[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.toast-info[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.toast-loading[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

/* Toast Icon */
.toast-icon[b-6wykgar1l2] {
    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-6wykgar1l2] {
    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-6wykgar1l2 0.8s linear infinite;
}

@keyframes spin-b-6wykgar1l2 {
    to {
        transform: rotate(360deg);
    }
}

/* Toast Content */
.toast-content[b-6wykgar1l2] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-6wykgar1l2] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-primary, #1f2937);
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.toast-message[b-6wykgar1l2] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    line-height: 1.5;
    word-break: break-word;
}

/* Toast Action Button */
.toast-action[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: rgba(59, 130, 246, 0.2);
    transform: translateY(-1px);
}

.toast-action:focus[b-6wykgar1l2] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Toast Close Button */
.toast-close[b-6wykgar1l2] {
    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-6wykgar1l2] {
    background: rgba(0, 0, 0, 0.1);
    color: var(--text-primary, #1f2937);
}

.toast-close:focus[b-6wykgar1l2] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Toast Progress Bar */
.toast-progress[b-6wykgar1l2] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.toast-progress-bar[b-6wykgar1l2] {
    height: 100%;
    background: currentColor;
    animation: progressShrink-b-6wykgar1l2 linear forwards;
    transform-origin: left;
}

.toast-success .toast-progress-bar[b-6wykgar1l2] {
    background: #10b981;
}

.toast-error .toast-progress-bar[b-6wykgar1l2] {
    background: #ef4444;
}

.toast-warning .toast-progress-bar[b-6wykgar1l2] {
    background: #f59e0b;
}

.toast-info .toast-progress-bar[b-6wykgar1l2] {
    background: #3b82f6;
}

@keyframes progressShrink-b-6wykgar1l2 {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

/* Dark Theme Support */
[data-theme="dark"] .toast[b-6wykgar1l2],
[data-bs-theme="dark"] .toast[b-6wykgar1l2] {
    background: var(--card-bg, #1e2328);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 2px 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .toast-success[b-6wykgar1l2],
[data-bs-theme="dark"] .toast-success[b-6wykgar1l2] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-error[b-6wykgar1l2],
[data-bs-theme="dark"] .toast-error[b-6wykgar1l2] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-warning[b-6wykgar1l2],
[data-bs-theme="dark"] .toast-warning[b-6wykgar1l2] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-info[b-6wykgar1l2],
[data-bs-theme="dark"] .toast-info[b-6wykgar1l2] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-loading[b-6wykgar1l2],
[data-bs-theme="dark"] .toast-loading[b-6wykgar1l2] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, var(--card-bg, #1e2328) 100%);
}

[data-theme="dark"] .toast-close:hover[b-6wykgar1l2],
[data-bs-theme="dark"] .toast-close:hover[b-6wykgar1l2] {
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 480px) {
    .toast-container[b-6wykgar1l2] {
        top: auto;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        max-width: none;
    }
    
    .toast[b-6wykgar1l2] {
        padding: 0.875rem;
    }
    
    .toast-icon[b-6wykgar1l2] {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }
}

/* Focus visible for accessibility */
.toast:focus-visible[b-6wykgar1l2] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}
/* /Components/Shared/UniversalDataGrid.razor.rz.scp.css */
/* UniversalDataGrid Common Styles */

.container-fluid[b-j167ai8u2a] {
    padding: 0;
}

.card-header[b-j167ai8u2a] {
    padding-bottom: 0.9625rem;
}

/* Responsive header layout */
.card-header .d-flex.justify-content-between[b-j167ai8u2a] {
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.card-header .d-flex.justify-content-between>*[b-j167ai8u2a] {
    flex-shrink: 0 !important;
}

/* Ensure filter button stays visible on smaller screens */
@media (max-width: 991px) {
    .card-header .d-flex.justify-content-between[b-j167ai8u2a] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .btn-toolbar[b-j167ai8u2a] {
        width: 100% !important;
    }

    .quick-grid-filter-container[b-j167ai8u2a] {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .btn-group[b-j167ai8u2a] {
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
        padding-bottom: 0.25rem;
        width: 100% !important;
    }

    .action-btn[b-j167ai8u2a],
    [b-j167ai8u2a] .action-btn {
        font-size: 0.75rem !important;
        padding: 0.25rem 0.5rem !important;
        flex: none !important;
        width: auto !important;
    }
}

[b-j167ai8u2a] .quickgrid {
    color: var(--text-primary) !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

[b-j167ai8u2a] .quickgrid thead tr {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.95) 0%, rgba(59, 130, 246, 0.95) 100%) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15) !important;
}

[b-j167ai8u2a] .quickgrid thead th {
    padding: 0.75rem 1rem !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
}

[b-j167ai8u2a] .quickgrid .col-title {
    gap: 0.4rem;
    font-weight: 700;
}

[b-j167ai8u2a] .quickgrid .col-title-text {
    color: #ffffff !important;
    padding: 0 !important;
}

[b-j167ai8u2a] .quickgrid .sort-indicator {
    color: #60a5fa !important;
}

/* Premium QuickGrid Body Table Rows */
[b-j167ai8u2a] .quickgrid tbody tr {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-bottom: 1px solid var(--border-color) !important;
}

[b-j167ai8u2a] .quickgrid tbody tr td {
    padding: 0.45rem 0.85rem !important;
    vertical-align: middle !important;
    font-size: 0.9rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.2s ease !important;
}

/* Alternating Row Tinting */
[b-j167ai8u2a] .quickgrid tbody tr:nth-of-type(odd) td {
    background-color: rgba(15, 23, 42, 0.45) !important;
}

[b-j167ai8u2a] .quickgrid tbody tr:nth-of-type(even) td {
    background-color: rgba(30, 41, 59, 0.3) !important;
}

/* Smooth Premium Hover State */
[b-j167ai8u2a] .quickgrid tbody tr:hover td {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.18) 0%, rgba(59, 130, 246, 0.12) 100%) !important;
    color: var(--text-primary) !important;
}

/* Selected Row Glow State */
[b-j167ai8u2a] .quickgrid tbody tr.selected-row td {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.35) 0%, rgba(59, 130, 246, 0.25) 100%) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

[b-j167ai8u2a] .quickgrid tbody tr.selected-row td:first-child {
    border-left: 3px solid #6366f1 !important;
}

/* Light Theme QuickGrid Table Rows */
:root[data-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr:nth-of-type(odd) td,
[data-bs-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr:nth-of-type(odd) td {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}

:root[data-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr:nth-of-type(even) td,
[data-bs-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr:nth-of-type(even) td {
    background-color: #ffffff !important;
    color: #0f172a !important;
}

:root[data-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr:hover td,
[data-bs-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr:hover td {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.1) 0%, rgba(59, 130, 246, 0.06) 100%) !important;
    color: #0f172a !important;
}

:root[data-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr.selected-row td,
[data-bs-theme="light"][b-j167ai8u2a]  .quickgrid tbody tr.selected-row td {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.2) 0%, rgba(59, 130, 246, 0.14) 100%) !important;
    color: #0f172a !important;
}

/* Loading overlay - overflows parent when needed */
.loading-overlay[b-j167ai8u2a] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

[data-theme="dark"] .loading-overlay[b-j167ai8u2a],
[data-bs-theme="dark"] .loading-overlay[b-j167ai8u2a] {
    background: rgba(15, 20, 25, 0.9);
}

.loading-content[b-j167ai8u2a] {
    text-align: center;
    padding: 2rem;
}

.loading-content p[b-j167ai8u2a] {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

[data-theme="dark"] .loading-content p[b-j167ai8u2a],
[data-bs-theme="dark"] .loading-content p[b-j167ai8u2a] {
    color: #adb5bd;
}

[b-j167ai8u2a] nav button {
    background-color: #adb5bd5c;
}

/* Prevent card body from causing layout shifts */
.card-body[b-j167ai8u2a] {
    contain: layout style;
}

/* Ensure smooth visual experience during state changes */
.card[b-j167ai8u2a] {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Inline Alert - Pill Style */
.grid-inline-alert[b-j167ai8u2a] {
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    height: 31px;
    align-items: center;
}

.grid-inline-alert__icon[b-j167ai8u2a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    font-size: 0.85rem;
    flex: 0 0 auto;
}

.grid-inline-alert__text[b-j167ai8u2a] {
    line-height: 1.2;
}

/* Info Alert (Default) */
.grid-inline-alert--info[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(13, 202, 240, 0.25);
    color: #0dcaf0;
}

/* Warning Alert */
.grid-inline-alert--warning[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(255, 193, 7, 0.25);
    color: #ffc107;
}

/* Danger Alert */
.grid-inline-alert--danger[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(220, 53, 69, 0.25);
    color: #dc3545;
}

/* Success Alert */
.grid-inline-alert--success[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(25, 135, 84, 0.25);
    color: #198754;
}

/* Dark Theme Adjustments */
[data-bs-theme="dark"] .grid-inline-alert--info[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(13, 202, 240, 0.3);
    color: #6edff6;
}

[data-bs-theme="dark"] .grid-inline-alert--warning[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(255, 193, 7, 0.3);
    color: #ffda6a;
}

[data-bs-theme="dark"] .grid-inline-alert--danger[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(220, 53, 69, 0.3);
    color: #ea868f;
}

[data-bs-theme="dark"] .grid-inline-alert--success[b-j167ai8u2a] {
    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-j167ai8u2a] {
    background: rgba(25, 135, 84, 0.3);
    color: #75b798;
}

/* Action Buttons Styling */
.btn-group[b-j167ai8u2a] {
    display: flex !important;
}

[b-j167ai8u2a] .action-btn {
    border-radius: 0.5rem !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    font-size: 0.813rem !important;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.btn-xs[b-j167ai8u2a] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

/* Unified Action Buttons - Uses CSS Variables for Theme Support */
[b-j167ai8u2a] .action-btn.btn-primary {
    background: rgba(var(--primary-rgb), var(--btn-bg-opacity));
    color: var(--primary-color);
    border: 2px solid rgba(var(--primary-rgb), var(--btn-border-opacity));
    transition: all 0.2s ease;
    font-weight: 600;
}

[b-j167ai8u2a] .action-btn.btn-primary:hover:not(:disabled) {
    background: var(--primary-color);
    color: var(--text-hover);
    border: 2px solid var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.3);
}

[b-j167ai8u2a] .action-btn.btn-success {
    background: rgba(var(--success-rgb), var(--btn-bg-opacity));
    color: var(--success-color);
    border: 2px solid rgba(var(--success-rgb), var(--btn-border-opacity));
    transition: all 0.2s ease;
    font-weight: 600;
}

[b-j167ai8u2a] .action-btn.btn-success:hover:not(:disabled) {
    background: var(--success-color);
    color: var(--text-hover);
    border: 2px solid var(--success-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--success-rgb), 0.3);
}

[b-j167ai8u2a] .action-btn.btn-danger {
    background: rgba(var(--danger-rgb), var(--btn-bg-opacity));
    color: var(--danger-color);
    border: 2px solid rgba(var(--danger-rgb), var(--btn-border-opacity));
    transition: all 0.2s ease;
    font-weight: 600;
}

[b-j167ai8u2a] .action-btn.btn-danger:hover:not(:disabled) {
    background: var(--danger-color);
    color: var(--text-hover);
    border: 2px solid var(--danger-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--danger-rgb), 0.3);
}

[b-j167ai8u2a] .action-btn.btn-warning {
    background: rgba(var(--warning-rgb), var(--btn-bg-opacity));
    color: var(--warning-color);
    border: 2px solid rgba(var(--warning-rgb), var(--btn-border-opacity));
    transition: all 0.2s ease;
    font-weight: 600;
}

[b-j167ai8u2a] .action-btn.btn-warning:hover:not(:disabled) {
    background: var(--warning-color);
    color: var(--text-hover);
    border: 2px solid var(--warning-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--warning-rgb), 0.3);
}

[b-j167ai8u2a] .action-btn.btn-info {
    background: rgba(var(--info-rgb), var(--btn-bg-opacity));
    color: var(--info-color);
    border: 2px solid rgba(var(--info-rgb), var(--btn-border-opacity));
    transition: all 0.2s ease;
    font-weight: 600;
}

[b-j167ai8u2a] .action-btn.btn-info:hover:not(:disabled) {
    background: var(--info-color);
    color: var(--text-hover);
    border: 2px solid var(--info-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--info-rgb), 0.3);
}

[b-j167ai8u2a] .action-btn.btn-secondary {
    background: rgba(var(--secondary-rgb), var(--btn-bg-opacity));
    color: var(--secondary-color);
    border: 2px solid rgba(var(--secondary-rgb), var(--btn-border-opacity));
    transition: all 0.2s ease;
    font-weight: 600;
}

[b-j167ai8u2a] .action-btn.btn-secondary:hover:not(:disabled) {
    background: var(--secondary-color);
    color: var(--text-hover);
    border: 2px solid var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--secondary-rgb), 0.3);
}

/* Disabled State */
[b-j167ai8u2a] .action-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Card Styling */
.card[b-j167ai8u2a] {
    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-j167ai8u2a] {
    padding: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Empty State */
.text-center i[b-j167ai8u2a] {
    opacity: 0.5;
}

/* Row Selection Styling */
.clickable-row[b-j167ai8u2a] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.clickable-row:hover[b-j167ai8u2a] {
    background-color: #4a9eff30 !important;
}

/* Selected row styling with high specificity */
table tbody tr.selected-row[b-j167ai8u2a],
tbody tr.selected-row[b-j167ai8u2a] {
    background-color: rgba(13, 110, 253, 0.15) !important;
}

/* Ensure selected row takes precedence over hover */
table tbody tr.selected-row:hover[b-j167ai8u2a],
tbody tr.selected-row:hover[b-j167ai8u2a] {
    background-color: rgba(13, 110, 253, 0.2) !important;
}

[data-theme="dark"] table tbody tr.selected-row[b-j167ai8u2a],
[data-theme="dark"] tbody tr.selected-row[b-j167ai8u2a],
[data-bs-theme="dark"] table tbody tr.selected-row[b-j167ai8u2a],
[data-bs-theme="dark"] tbody tr.selected-row[b-j167ai8u2a] {
    background-color: rgba(74, 158, 255, 0.2) !important;
}

[data-theme="dark"] table tbody tr.selected-row:hover[b-j167ai8u2a],
[data-theme="dark"] tbody tr.selected-row:hover[b-j167ai8u2a],
[data-bs-theme="dark"] table tbody tr.selected-row:hover[b-j167ai8u2a],
[data-bs-theme="dark"] tbody tr.selected-row:hover[b-j167ai8u2a] {
    background-color: rgba(74, 158, 255, 0.3) !important;
}

/* Row-level interaction styles */
table tbody tr[b-j167ai8u2a] {
    cursor: pointer;
}

table tbody tr td[b-j167ai8u2a] {
    user-select: none;
}

/* Override QuickGrid row hover color */
[b-j167ai8u2a] .quickgrid tbody tr:hover {
    background-color: #4a9eff30 !important;
}

[b-j167ai8u2a] .quickgrid tbody tr:hover td {
    background-color: #4a9eff30 !important;
}

/* Make entire cell clickable */
.cell-clickable[b-j167ai8u2a] {
    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-j167ai8u2a] .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-j167ai8u2a] .grid-container {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Remove extra empty rows styling */
[b-j167ai8u2a] .quickgrid tbody tr:empty {
    display: none !important;
    height: 0 !important;
}

[b-j167ai8u2a] .quickgrid tbody tr td:empty:only-child {
    display: none !important;
}

/* Hide placeholder rows that QuickGrid may generate */
[b-j167ai8u2a] .quickgrid tbody tr:not(:has(td:not(:empty))) {
    display: none !important;
}

/* Remove any rows with only whitespace */
[b-j167ai8u2a] .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-j167ai8u2a] .quickgrid tbody {
    min-height: 0 !important;
    height: auto !important;
}

/* Force table to size to actual content only */
[b-j167ai8u2a] .quickgrid table {
    height: auto !important;
    min-height: 0 !important;
}

/* Remove striped background that creates visual blank rows when tbody has extra space */
[b-j167ai8u2a] .quickgrid.table-striped tbody {
    background-image: none !important;
    background-size: 0 !important;
}

/* Remove any spacer or placeholder rows */
[b-j167ai8u2a] .quickgrid tbody tr[role="presentation"] {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

[b-j167ai8u2a] .quickgrid tbody tr.placeholder-row,
[b-j167ai8u2a] .quickgrid tbody tr.spacer-row {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* Hide any empty TR elements without content */
[b-j167ai8u2a] .quickgrid tbody tr:not(:has(*)) {
    display: none !important;
}

/* Prevent table-striped from showing stripes beyond actual data rows */
[b-j167ai8u2a] .quickgrid.table-striped>tbody>tr:nth-of-type(odd):empty {
    background-color: transparent !important;
}

[b-j167ai8u2a] .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-j167ai8u2a] .quickgrid.table-striped,
[b-j167ai8u2a] .table-striped.quickgrid {
    background: transparent !important;
    background-image: none !important;
}

/* Ensure only actual TR elements with TD content get stripes, not container background */
[b-j167ai8u2a] .quickgrid.table-striped tbody,
[b-j167ai8u2a] .table-striped.quickgrid tbody {
    background: transparent !important;
    background-image: none !important;
}

/* Remove any webkit or CSS-generated striping patterns */
[b-j167ai8u2a] .quickgrid tbody::before,
[b-j167ai8u2a] .quickgrid tbody::after {
    display: none !important;
    content: none !important;
}

/* Responsive pagination footer */
@media (max-width: 575.98px) {
    .grid-pagination-footer[b-j167ai8u2a] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.75rem !important;
        text-align: center !important;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}
