@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-xvktvwrsx2] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

main[b-xvktvwrsx2] {
    flex: 1;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.sidebar[b-xvktvwrsx2] {
    background: var(--sidebar-bg);
    box-shadow: var(--shadow-lg);
}

.top-row[b-xvktvwrsx2] {
    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-xvktvwrsx2] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.top-row-left[b-xvktvwrsx2] {
    display: flex;
    align-items: center;
}

/* Company branding in top navigation bar - Only visible on Login page */
.company-branding-nav[b-xvktvwrsx2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-logo-nav[b-xvktvwrsx2] {
    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-xvktvwrsx2],
[data-bs-theme="dark"] .company-logo-nav[b-xvktvwrsx2] {
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.1));
}

.company-info-nav[b-xvktvwrsx2] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.company-name-nav[b-xvktvwrsx2] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bs-body-color);
    letter-spacing: -0.01em;
}

.company-subtitle-nav[b-xvktvwrsx2] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.top-row-right[b-xvktvwrsx2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.theme-switcher-container[b-xvktvwrsx2] {
    display: flex;
    align-items: center;
}

.top-row[b-xvktvwrsx2]  a, .top-row[b-xvktvwrsx2]  .btn-link {
    white-space: 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-xvktvwrsx2]  a:hover, .top-row[b-xvktvwrsx2]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-xvktvwrsx2]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .top-row[b-xvktvwrsx2] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row-content[b-xvktvwrsx2] {
        justify-content: space-between;
    }

    .top-row-left[b-xvktvwrsx2] {
        order: 1;
    }

    .top-row-right[b-xvktvwrsx2] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .page[b-xvktvwrsx2] {
        flex-direction: row;
    }

    .sidebar[b-xvktvwrsx2] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        background: var(--sidebar-bg);
    }

    .top-row[b-xvktvwrsx2] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-xvktvwrsx2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xvktvwrsx2], article[b-xvktvwrsx2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xvktvwrsx2] {
    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-xvktvwrsx2] {
    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-xvktvwrsx2] {
    opacity: 1;
}

#blazor-error-ui .reload[b-xvktvwrsx2] {
    color: white;
    text-decoration: underline;
    margin-left: 0.5rem;
    font-weight: 600;
}

#blazor-error-ui .reload:hover[b-xvktvwrsx2] {
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9df7eu3pej] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh; /* Fixed viewport height */
    overflow: hidden; /* Prevent page-level scrolling */
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

main[b-9df7eu3pej] {
    flex: 1;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100vh; /* Fixed height */
    overflow: hidden; /* Prevent main from scrolling */
}

.sidebar[b-9df7eu3pej] {
    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;
}

.top-row[b-9df7eu3pej] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 3rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    background: var(--card-bg);
    box-shadow: var(--shadow-sm);
    position: sticky; /* Keep fixed at top */
    top: 0;
    z-index: 100;
    flex-shrink: 0; /* Prevent shrinking */
}

.top-row-content[b-9df7eu3pej] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.top-row-left[b-9df7eu3pej] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Logo styling to match NavMenu */
.company-logo[b-9df7eu3pej] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.navbar-brand[b-9df7eu3pej] {
    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-9df7eu3pej] {
    text-decoration: none;
}

.navbar-title[b-9df7eu3pej] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sidebar toggle wrapper */
.sidebar-toggle-wrapper[b-9df7eu3pej] {
    display: flex;
    align-items: center;
}

/* Sidebar toggle arrow button in top-row - Enhanced */
[b-9df7eu3pej] .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-9df7eu3pej] .sidebar-toggle-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-9df7eu3pej] .sidebar-toggle-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

[b-9df7eu3pej] .sidebar-toggle-arrow:active {
    transform: translateY(0);
}

.about-link[b-9df7eu3pej] {
    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-9df7eu3pej] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.link-icon[b-9df7eu3pej] {
    font-size: 1.1rem;
}

.top-row-right[b-9df7eu3pej] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.theme-switcher-container[b-9df7eu3pej] {
    display: flex;
    align-items: center;
}

.top-row[b-9df7eu3pej]  a, .top-row[b-9df7eu3pej]  .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-9df7eu3pej]  a:hover, .top-row[b-9df7eu3pej]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-9df7eu3pej]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-9df7eu3pej] {
    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-9df7eu3pej] {
    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-9df7eu3pej] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-section[b-9df7eu3pej] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.footer-icon[b-9df7eu3pej] {
    font-size: 1.1rem;
}

.footer-text strong[b-9df7eu3pej] {
    color: var(--primary-color);
    font-weight: 700;
}

/* Hamburger menu for mobile */
.navbar-toggler-mobile[b-9df7eu3pej] {
    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-9df7eu3pej] {
    background-color: var(--hover-bg);
    border-color: var(--primary-color);
}

.navbar-toggler-icon[b-9df7eu3pej] {
    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 styles (< 992px) */
@media (max-width: 991.98px) {
    .page[b-9df7eu3pej] {
        flex-direction: column;
        height: 100vh; /* Full viewport height on mobile */
        overflow: hidden; /* Prevent page-level scrolling */
    }
    
    .sidebar[b-9df7eu3pej] {
        flex-shrink: 0;
        height: auto; /* Allow sidebar to be its natural height on mobile */
        position: relative; /* Not sticky on mobile */
    }

    main[b-9df7eu3pej] {
        flex: 1;
        overflow: hidden; /* Prevent main from scrolling */
        display: flex;
        flex-direction: column;
        height: auto; /* Let it take remaining space */
    }

    .content[b-9df7eu3pej] {
        overflow-y: auto; /* Scrollable content area on mobile */
        flex: 1;
    }
    
    .top-row[b-9df7eu3pej] {
        justify-content: space-between;
        padding: 0 0.75rem;
        height: 2.75rem;
        flex-shrink: 0; /* Don't shrink on mobile */
    }

    .top-row-content[b-9df7eu3pej] {
        justify-content: space-between;
    }

    .top-row-left[b-9df7eu3pej] {
        order: 1;
        gap: 0.25rem;
    }

    /* Show navbar-brand ONLY on mobile */
    .navbar-brand[b-9df7eu3pej] {
        display: flex !important;
    }

    /* Smaller logo on mobile */
    .company-logo[b-9df7eu3pej] {
        height: 2rem;
    }

    /* Hide sidebar toggle button wrapper on mobile devices */
    .sidebar-toggle-wrapper[b-9df7eu3pej] {
        display: none !important;
    }

    /* Show hamburger menu on mobile devices */
    .navbar-toggler-mobile[b-9df7eu3pej] {
        display: flex !important;
    }

    .top-row-right[b-9df7eu3pej] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }

    .footer-content[b-9df7eu3pej] {
        gap: 1rem;
        font-size: 0.8rem;
    }

    .footer-section[b-9df7eu3pej] {
        flex-direction: column;
        gap: 0.15rem;
        text-align: center;
    }

    .app-footer[b-9df7eu3pej] {
        padding: 0.75rem 1rem;
    }
}

/* Tablet and Desktop styles (>= 992px) */
@media (min-width: 992px) {
    .page[b-9df7eu3pej] {
        flex-direction: row;
    }

    .sidebar[b-9df7eu3pej] {
        flex-shrink: 0;
    }

    .top-row[b-9df7eu3pej] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-9df7eu3pej]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /* Hide navbar-brand on desktop */
    .navbar-brand[b-9df7eu3pej] {
        display: none !important;
    }

    /* Show sidebar toggle button on desktop */
    .sidebar-toggle-wrapper[b-9df7eu3pej] {
        display: flex !important;
    }

    /* Hide hamburger menu on desktop */
    .navbar-toggler-mobile[b-9df7eu3pej] {
        display: none !important;
    }
}

#blazor-error-ui[b-9df7eu3pej] {
    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-9df7eu3pej 0.3s ease;
}

@keyframes slideUp-b-9df7eu3pej {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#blazor-error-ui .error-content[b-9df7eu3pej] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.error-icon[b-9df7eu3pej] {
    font-size: 1.75rem;
    animation: pulse-b-9df7eu3pej 1.5s ease infinite;
}

@keyframes pulse-b-9df7eu3pej {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.error-text[b-9df7eu3pej] {
    font-size: 1rem;
    font-weight: 600;
}

#blazor-error-ui .error-actions[b-9df7eu3pej] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#blazor-error-ui .dismiss[b-9df7eu3pej] {
    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-9df7eu3pej] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#blazor-error-ui .reload[b-9df7eu3pej] {
    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-9df7eu3pej] {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transform: translateX(5px);
}

/* Settings Gear Button */
.settings-gear-btn[b-9df7eu3pej] {
    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-9df7eu3pej] {
    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-9df7eu3pej],
.settings-gear-btn:visited[b-9df7eu3pej],
.settings-gear-btn:focus[b-9df7eu3pej] {
    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-9df7eu3pej],
[b-9df7eu3pej] .settings-gear-btn.active,
.settings-gear-btn:global(.active)[b-9df7eu3pej] {
    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-9df7eu3pej],
[b-9df7eu3pej] .settings-gear-btn.active:hover,
.settings-gear-btn:global(.active):hover[b-9df7eu3pej] {
    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-9df7eu3pej] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
    .settings-gear-btn[b-9df7eu3pej] {
        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-0rmogfwdsy] {
    width: 250px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    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;
    flex-shrink: 0;
}

/* Glassmorphism theme backgrounds */
:global([data-theme="dark"]) .nav-container[b-0rmogfwdsy] {
    background: rgba(15, 23, 42, 0.45) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.2) !important;
}

:global([data-theme="light"]) .nav-container[b-0rmogfwdsy],
:global([data-bs-theme="light"]) .nav-container[b-0rmogfwdsy] {
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.03) !important;
}

.nav-container.collapsed[b-0rmogfwdsy] {
    width: 70px;
}

/* Hover expansion when collapsed */
.nav-container.collapsed.hover-expanded[b-0rmogfwdsy] {
    width: 250px;
}

.nav-container.collapsed.hover-expanded .nav-text[b-0rmogfwdsy],
.nav-container.collapsed.hover-expanded .chevron-icon[b-0rmogfwdsy] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
}

.nav-container.collapsed.hover-expanded .navbar-title[b-0rmogfwdsy] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
    display: inline;
}

.nav-container.collapsed.hover-expanded .menu-text[b-0rmogfwdsy] {
    opacity: 1;
    pointer-events: auto;
}

.nav-container.collapsed.hover-expanded .submenu[b-0rmogfwdsy] {
    display: block;
}

.nav-container.collapsed.hover-expanded .navbar-brand[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    margin-right: 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row[b-0rmogfwdsy] {
    padding: 0 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row .container-fluid[b-0rmogfwdsy] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    justify-content: flex-start;
}

.nav-container.collapsed .nav-text[b-0rmogfwdsy],
.nav-container.collapsed .chevron-icon[b-0rmogfwdsy] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.nav-container.collapsed .navbar-title[b-0rmogfwdsy] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    display: none;
}

.nav-container.collapsed .menu-text[b-0rmogfwdsy] {
    opacity: 0;
    pointer-events: none;
}

.nav-container.collapsed .submenu[b-0rmogfwdsy] {
    display: none;
}

.nav-container.collapsed .navbar-brand[b-0rmogfwdsy] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed .company-logo[b-0rmogfwdsy] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-container.collapsed .top-row[b-0rmogfwdsy] {
    padding: 0 !important;
}

.nav-container.collapsed .top-row .container-fluid[b-0rmogfwdsy] {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
}

.navbar-toggler[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:checked[b-0rmogfwdsy] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Backdrop overlay for mobile */
.sidebar-backdrop[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    min-height: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 0 0.5rem;
    position: relative;
}

/* Theme-specific background for top-row */
[data-theme="light"] .top-row[b-0rmogfwdsy],
[data-bs-theme="light"] .top-row[b-0rmogfwdsy] {
    background: #ffffff !important;
    border-bottom: 1px solid var(--border-color);
}

:global([data-theme="light"]) .navbar-brand[b-0rmogfwdsy],
:global([data-bs-theme="light"]) .navbar-brand[b-0rmogfwdsy] {
    color: var(--text-primary) !important;
}

.top-row .container-fluid[b-0rmogfwdsy] {
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.navbar-brand[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-logo[b-0rmogfwdsy] {
    height: 2.4rem !important;
    width: 2.4rem !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: none !important;
    border: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    object-fit: contain !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

:global([data-theme="light"]) .company-logo[b-0rmogfwdsy] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar-brand:hover .company-logo[b-0rmogfwdsy] {
    transform: rotate(8deg) scale(1.08) !important;
    box-shadow: 0 0 16px rgba(79, 195, 247, 0.4) !important;
    border-color: rgba(79, 195, 247, 0.4) !important;
}

.nav-text[b-0rmogfwdsy] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
}

.bi[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-0rmogfwdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0rmogfwdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}



.bi-person-nav-menu[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    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-0rmogfwdsy] {
    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-0rmogfwdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* Expandable menu styles */
.nav-link-expandable[b-0rmogfwdsy] {
    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: #d7d7d7;
    height: 2.4rem;
    padding: 0 1rem;
    border-radius: 0.75rem;
    transition: all 0.2s ease;
    font-weight: 500;
    font-size: 1.02rem;
}

.nav-link-expandable:hover[b-0rmogfwdsy] {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
    color: white !important;
    transform: translateX(3px);
}

.nav-link-expandable.menu-expanded[b-0rmogfwdsy] {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-link-expandable:focus[b-0rmogfwdsy] {
    outline: 2px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
}

.nav-link-expandable .menu-text[b-0rmogfwdsy] {
    flex: 1;
    padding-left: 0.25rem;
}

.chevron-icon[b-0rmogfwdsy] {
    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-0rmogfwdsy] {
    margin-top: 0.25rem;
    margin-left: 1.5rem;
    margin-bottom: 0.25rem;
    padding-left: 0.75rem;
    animation: slideDown-b-0rmogfwdsy 0.3s ease-out;
    overflow: hidden;
}

.submenu-header[b-0rmogfwdsy] {
    padding: 0.2rem 0.75rem;
    margin-bottom: 0.25rem;
    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-0rmogfwdsy {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.submenu-item[b-0rmogfwdsy] {
    margin: 0.05rem 0;
}

.nav-link-submenu[b-0rmogfwdsy] {
    height: 2.1rem !important;
    line-height: 2.1rem !important;
    font-size: 0.93rem !important;
    padding-left: 0.5rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    display: flex !important;
    align-items: center;
}

.submenu-bullet[b-0rmogfwdsy] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

/* Legacy support for submenu-indicator */
.submenu-indicator[b-0rmogfwdsy] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

.nav-item[b-0rmogfwdsy] {
    font-size: 1.02rem;
    padding: 0.1rem 0;
}

.nav-item:first-of-type[b-0rmogfwdsy] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-0rmogfwdsy] {
    padding-bottom: 0.5rem;
}

.nav-item[b-0rmogfwdsy]  .nav-link {
    color: #e2e8f0;
    background: none;
    border: none;
    border-radius: 0.75rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 2.8rem;
    width: 100%;
    padding: 0 0.85rem;
    transition: all 0.2s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-item[b-0rmogfwdsy]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 4px;
    background: #3b82f6 !important;
    border-radius: 0 4px 4px 0;
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.nav-item[b-0rmogfwdsy]  a.active {
    background: rgba(255, 255, 255, 0.08) !important;
    color: white !important;
}

.nav-item[b-0rmogfwdsy]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-0rmogfwdsy]  .nav-link:hover {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
    color: white !important;
    transform: translateX(3px);
}

.nav-scrollable[b-0rmogfwdsy] {
    display: none;
    padding: 0 0.2rem;
}

/* Theme-specific background for nav-scrollable */
[data-theme="dark"] .nav-scrollable[b-0rmogfwdsy], 
[data-bs-theme="dark"] .nav-scrollable[b-0rmogfwdsy] {
    background: #0f1a23 !important;
}

[data-theme="light"] .nav-scrollable[b-0rmogfwdsy],
[data-bs-theme="light"] .nav-scrollable[b-0rmogfwdsy] {
    background: #ffffff !important;
}

/* Global Light Theme overrides for the entire sidebar */
[data-theme="light"] .navbar-brand[b-0rmogfwdsy],
[data-bs-theme="light"] .navbar-brand[b-0rmogfwdsy] {
    color: #1a1d1f !important;
}

[data-theme="light"] .nav-item[b-0rmogfwdsy]  .nav-link,
[data-bs-theme="light"] .nav-item[b-0rmogfwdsy]  .nav-link,
[data-theme="light"] .nav-link-expandable[b-0rmogfwdsy],
[data-bs-theme="light"] .nav-link-expandable[b-0rmogfwdsy] {
    color: #5f6368 !important;
}

[data-theme="light"] .nav-item[b-0rmogfwdsy]  .nav-link:hover,
[data-bs-theme="light"] .nav-item[b-0rmogfwdsy]  .nav-link:hover,
[data-theme="light"] .nav-link-expandable:hover[b-0rmogfwdsy],
[data-bs-theme="light"] .nav-link-expandable:hover[b-0rmogfwdsy] {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.06) 0%, rgba(0, 0, 0, 0.005) 100%) !important;
    color: #1a1d1f !important;
    transform: translateX(3px);
}

[data-theme="light"] .nav-item[b-0rmogfwdsy]  a.active,
[data-bs-theme="light"] .nav-item[b-0rmogfwdsy]  a.active,
[data-theme="light"] .nav-link-expandable.menu-expanded[b-0rmogfwdsy],
[data-bs-theme="light"] .nav-link-expandable.menu-expanded[b-0rmogfwdsy] {
    background: rgba(27, 110, 194, 0.08) !important;
    color: var(--primary-color) !important;
}

[data-theme="light"] .nav-link-submenu[b-0rmogfwdsy],
[data-bs-theme="light"] .nav-link-submenu[b-0rmogfwdsy] {
    color: #5f6368 !important;
}

[data-theme="light"] .nav-link-submenu:hover[b-0rmogfwdsy],
[data-bs-theme="light"] .nav-link-submenu:hover[b-0rmogfwdsy] {
    color: var(--primary-color) !important;
    background: rgba(0, 0, 0, 0.03) !important;
}

[data-theme="light"] .chevron-icon[b-0rmogfwdsy],
[data-bs-theme="light"] .chevron-icon[b-0rmogfwdsy] {
    color: #5f6368 !important;
}

[data-theme="light"] .submenu-icon[b-0rmogfwdsy],
[data-bs-theme="light"] .submenu-icon[b-0rmogfwdsy] {
    opacity: 0.9;
}

/* Extra icon and text scaling rules */
.nav-icon i[b-0rmogfwdsy],
.nav-icon[b-0rmogfwdsy] {
    font-size: 1.35rem !important;
}
.submenu-icon[b-0rmogfwdsy] {
    font-size: 1.15rem !important;
}
.nav-text[b-0rmogfwdsy], .menu-text[b-0rmogfwdsy] {
    font-size: 1.02rem !important;
}


/* Mobile responsive styles (< 992px) */
@media (max-width: 991.98px) {
    .navbar-toggler[b-0rmogfwdsy] {
        display: block !important;
    }
    
    .navbar-toggler:checked ~ .sidebar-backdrop[b-0rmogfwdsy] {
        display: block;
    }
    
    .navbar-toggler:checked ~ .nav-container[b-0rmogfwdsy] {
        transform: translateX(0);
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    }
    
    .nav-container[b-0rmogfwdsy] {
        width: 250px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        transform: translateX(-100%);
        box-shadow: none;
        z-index: 1050;
    }
    
    .nav-container.collapsed[b-0rmogfwdsy] {
        width: 250px;
        transform: translateX(-100%);
    }
    
    .company-logo[b-0rmogfwdsy] {
        height: 2rem;
    }
    
    .top-row[b-0rmogfwdsy] {
        min-height: 3.5rem;
    }
    
    .nav-scrollable[b-0rmogfwdsy] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0 0.2rem;
    }
    
    /* Custom scrollbar for mobile */
    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

/* Tablet and desktop styles (>= 992px) */
@media (min-width: 992px) {
    .navbar-toggler[b-0rmogfwdsy] {
        display: none !important;
    }
    
    .sidebar-backdrop[b-0rmogfwdsy] {
        display: none !important;
    }

    .nav-scrollable[b-0rmogfwdsy] {
        display: block;
        height: calc(100vh - 47.98Px);
        overflow-y: none;
        padding: 0 0.2rem;
    }

    /* Custom scrollbar */
    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-0rmogfwdsy]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

    /* Large desktop styles (>= 1200px) */
    @media (min-width: 1200px) {
        .nav-container[b-0rmogfwdsy] {
            width: 280px;
        }

            .nav-container.collapsed[b-0rmogfwdsy] {
                width: 75px;
            }

                .nav-container.collapsed.hover-expanded[b-0rmogfwdsy] {
                    width: 280px;
                }
    }

/* Perfect alignment for font icons inside links */
.nav-link[b-0rmogfwdsy],
.nav-link-expandable[b-0rmogfwdsy],
.nav-link-submenu[b-0rmogfwdsy] {
    display: flex !important;
    align-items: center !important;
}

.nav-link i[b-0rmogfwdsy], 
.nav-link-expandable i[b-0rmogfwdsy], 
.nav-link-submenu i[b-0rmogfwdsy] {
    display: inline-flex !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    margin-right: 0.6rem !important;
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    position: relative !important;
}

/* Glass Crystalline Icon Wrappers */
.nav-icon[b-0rmogfwdsy] {
    width: 36px;
    height: 36px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(4px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    font-size: 1.15rem !important;
}

.nav-icon i[b-0rmogfwdsy] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

:global([data-theme="light"]) .nav-icon[b-0rmogfwdsy] {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.nav-link:hover .nav-icon[b-0rmogfwdsy],
.nav-link.active .nav-icon[b-0rmogfwdsy],
.nav-link-expandable:hover .nav-icon[b-0rmogfwdsy],
.nav-link-expandable.menu-expanded .nav-icon[b-0rmogfwdsy],
.nav-item[b-0rmogfwdsy]  a.active .nav-icon {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
    transform: scale(1.05) !important;
}

:global([data-theme="light"]) .nav-link:hover .nav-icon[b-0rmogfwdsy],
:global([data-theme="light"]) .nav-link.active .nav-icon[b-0rmogfwdsy],
:global([data-theme="light"]) .nav-link-expandable:hover .nav-icon[b-0rmogfwdsy],
:global([data-theme="light"]) .nav-link-expandable.menu-expanded .nav-icon[b-0rmogfwdsy],
:global([data-theme="light"]) .nav-item[b-0rmogfwdsy]  a.active .nav-icon {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.14) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.04), inset 0 1px 1px rgba(0, 0, 0, 0.04) !important;
}

/* Light theme general navigation text color overrides */
:global([data-theme="light"]) .nav-item[b-0rmogfwdsy]  .nav-link,
:global([data-theme="light"]) .nav-link-expandable[b-0rmogfwdsy] {
    color: #334155 !important;
}

:global([data-theme="light"]) .nav-item[b-0rmogfwdsy]  a.active,
:global([data-theme="light"]) .nav-link-expandable.menu-expanded[b-0rmogfwdsy] {
    background: rgba(0, 0, 0, 0.04) !important;
    color: #0f172a !important;
}

/* Premium Submenu dashed line indicator */
.submenu[b-0rmogfwdsy] {
    border-left: 1px dashed rgba(255, 255, 255, 0.15) !important;
    margin-left: 23px !important;
    padding-left: 12px !important;
}

:global([data-theme="light"]) .submenu[b-0rmogfwdsy] {
    border-left: 1px dashed rgba(0, 0, 0, 0.12) !important;
}

.submenu-icon[b-0rmogfwdsy] {
    font-size: 1.1rem !important;
    transition: transform 0.2s ease !important;
}

.nav-link-submenu:hover .submenu-icon[b-0rmogfwdsy] {
    transform: scale(1.18) !important;
}

/* Crystalline Glowing Gradient Icons */
.nav-icon[b-0rmogfwdsy]  .bi,
.submenu-item[b-0rmogfwdsy]  .bi {
    color: unset !important;
    font-weight: bold !important;
}

[b-0rmogfwdsy] .bi-house-door-fill {
    background: linear-gradient(135deg, #60a5fa, #2563eb) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-gear-fill {
    background: linear-gradient(135deg, #fbbf24, #d97706) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(217, 119, 6, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-shield-lock-fill {
    background: linear-gradient(135deg, #f87171, #dc2626) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-heart-pulse-fill {
    background: linear-gradient(135deg, #34d399, #059669) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(5, 150, 105, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-pie-chart-fill {
    background: linear-gradient(135deg, #22d3ee, #0891b2) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(8, 145, 178, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-person-vcard {
    background: linear-gradient(135deg, #818cf8, #4f46e5) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(79, 70, 229, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-door-open-fill {
    background: linear-gradient(135deg, #2dd4bf, #0d9488) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(13, 148, 136, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-award {
    background: linear-gradient(135deg, #c084fc, #9333ea) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(147, 51, 234, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-calendar-week {
    background: linear-gradient(135deg, #38bdf8, #0284c7) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(2, 132, 199, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-clipboard-check-fill {
    background: linear-gradient(135deg, #fb7185, #e11d48) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(225, 29, 72, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-wallet2 {
    background: linear-gradient(135deg, #a3e635, #65a30d) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(101, 163, 13, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-code-slash {
    background: linear-gradient(135deg, #fb923c, #ea580c) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(234, 88, 12, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-people-fill {
    background: linear-gradient(135deg, #60a5fa, #2563eb) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-key-fill {
    background: linear-gradient(135deg, #fbbf24, #d97706) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(217, 119, 6, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-shield-fill-check {
    background: linear-gradient(135deg, #f87171, #dc2626) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-database-fill-gear {
    background: linear-gradient(135deg, #94a3b8, #475569) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(71, 85, 105, 0.45)) !important;
}
[b-0rmogfwdsy] .bi-filter-square-fill {
    background: linear-gradient(135deg, #a78bfa, #7c3aed) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(124, 58, 237, 0.45)) !important;
}

/* Sidebar Loading Skeleton Styles */
.nav-skeleton-container[b-0rmogfwdsy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
}

.nav-skeleton-item[b-0rmogfwdsy] {
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.nav-skeleton-item[b-0rmogfwdsy]::after {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
    animation: loading-shimmer-b-0rmogfwdsy 1.5s infinite;
}

@keyframes loading-shimmer-b-0rmogfwdsy {
    0% { left: -150px; }
    100% { left: 100%; }
}

:global([data-theme="light"]) .nav-skeleton-item[b-0rmogfwdsy] {
    background: rgba(0, 0, 0, 0.03);
}

:global([data-theme="light"]) .nav-skeleton-item[b-0rmogfwdsy]::after {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.04), transparent);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-srahroecft],
.components-reconnect-repeated-attempt-visible[b-srahroecft],
.components-reconnect-failed-visible[b-srahroecft],
.components-pause-visible[b-srahroecft],
.components-resume-failed-visible[b-srahroecft],
.components-rejoining-animation[b-srahroecft] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-srahroecft],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-srahroecft],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-srahroecft],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-srahroecft],
#components-reconnect-modal.components-reconnect-retrying[b-srahroecft],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-srahroecft],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-srahroecft],
#components-reconnect-modal.components-reconnect-failed[b-srahroecft],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-srahroecft] {
    display: block;
}


#components-reconnect-modal[b-srahroecft] {
    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-srahroecft 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-srahroecft 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-srahroecft 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-srahroecft]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-srahroecft 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-srahroecft {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-srahroecft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-srahroecft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-srahroecft] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-srahroecft] {
    margin: 0;
    text-align: center;
    color: var(--bs-body-color, #212529);
}

#components-reconnect-modal button[b-srahroecft] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-srahroecft] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-srahroecft] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-srahroecft] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-srahroecft] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-srahroecft 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-srahroecft] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-srahroecft {
    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-mv6xg6ay9p] {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    position: relative;
}

/* Profile Toggle Button */
.profile-toggle[b-mv6xg6ay9p] {
    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-mv6xg6ay9p] {
    background: var(--hover-bg);
    transform: scale(1.02);
}

.profile-toggle:focus[b-mv6xg6ay9p] {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.profile-toggle[b-mv6xg6ay9p]::after {
    display: none !important;
}

/* Avatar Styles */
.profile-avatar[b-mv6xg6ay9p] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle[b-mv6xg6ay9p] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark, #0a58ca) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.profile-toggle:hover .avatar-circle[b-mv6xg6ay9p] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Avatar Image */
.avatar-image[b-mv6xg6ay9p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-image-large[b-mv6xg6ay9p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-icon[b-mv6xg6ay9p] {
    color: white;
    font-size: 1.2rem;
}

/* Avatar Initials */
.avatar-initials[b-mv6xg6ay9p] {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-initials-large[b-mv6xg6ay9p] {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-icon-large[b-mv6xg6ay9p] {
    color: white;
    font-size: 1.5rem;
}

/* Online Status Dot for Small Avatar */
.avatar-status-dot[b-mv6xg6ay9p] {
    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-mv6xg6ay9p] {
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.avatar-status-dot.offline[b-mv6xg6ay9p] {
    background-color: #6c757d;
}

/* Large Avatar in Dropdown */
.profile-avatar-large[b-mv6xg6ay9p] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle-large[b-mv6xg6ay9p] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark, #0a58ca) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

/* Online Status Dot for Large Avatar */
.avatar-status-dot-large[b-mv6xg6ay9p] {
    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-mv6xg6ay9p] {
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.avatar-status-dot-large.offline[b-mv6xg6ay9p] {
    background-color: #6c757d;
}

/* Dropdown Menu */
.user-dropdown-menu[b-mv6xg6ay9p] {
    min-width: 280px;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: var(--bs-dropdown-bg, var(--bs-body-bg, #ffffff)) !important;
    z-index: 1055 !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;
}

/* Show state with animation */
.user-dropdown-menu.show[b-mv6xg6ay9p] {
    animation: dropdownFadeIn-b-mv6xg6ay9p 0.15s ease-out forwards;
}

@keyframes dropdownFadeIn-b-mv6xg6ay9p {
    from {
        opacity: 0;
        transform: scale(0.95) !important;
    }
    to {
        opacity: 1;
        transform: scale(1) !important;
    }
}

/* User Info Header */
.user-info-header[b-mv6xg6ay9p] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark, #0a58ca) 100%);
    margin: -0.5rem 0 0.5rem 0;
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 1rem !important;
}

.user-details[b-mv6xg6ay9p] {
    overflow: hidden;
}

.user-name[b-mv6xg6ay9p] {
    color: white;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role[b-mv6xg6ay9p] {
    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-mv6xg6ay9p] {
    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-mv6xg6ay9p] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateX(4px);
}

.user-dropdown-menu .dropdown-item:active[b-mv6xg6ay9p] {
    background: var(--active-bg);
}

.user-dropdown-menu .dropdown-item i[b-mv6xg6ay9p],
.user-dropdown-menu .dropdown-item .bi[b-mv6xg6ay9p] {
    width: 20px;
    text-align: center;
}

/* Logout Button */
.user-dropdown-menu .text-danger[b-mv6xg6ay9p] {
    color: #dc3545 !important;
}

.user-dropdown-menu .text-danger:hover[b-mv6xg6ay9p] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545 !important;
}

/* Divider */
.user-dropdown-menu .dropdown-divider[b-mv6xg6ay9p] {
    margin: 0.5rem 0;
    border-color: var(--border-color);
    opacity: 0.5;
}

/* Form in dropdown */
.user-dropdown-menu form[b-mv6xg6ay9p] {
    margin: 0;
}

.user-dropdown-menu form button[b-mv6xg6ay9p] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 991.98px) {
    .user-dropdown-menu[b-mv6xg6ay9p] {
        min-width: 260px;
    }

    .avatar-circle[b-mv6xg6ay9p] {
        width: 32px;
        height: 32px;
    }

    .avatar-icon[b-mv6xg6ay9p] {
        font-size: 1rem;
    }

    .avatar-initials[b-mv6xg6ay9p] {
        font-size: 0.8rem;
    }

    .avatar-initials-large[b-mv6xg6ay9p] {
        font-size: 1rem;
    }

    .avatar-icon-large[b-mv6xg6ay9p] {
        font-size: 1.3rem;
    }

    .user-name[b-mv6xg6ay9p] {
        font-size: 0.9rem;
    }

    .user-role[b-mv6xg6ay9p] {
        font-size: 0.75rem;
    }
}

/* Theme Support */
[data-theme="dark"] .avatar-circle[b-mv6xg6ay9p],
[data-theme="dark"] .avatar-circle-large[b-mv6xg6ay9p] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .user-dropdown-menu[b-mv6xg6ay9p],
[data-bs-theme="dark"] .user-dropdown-menu[b-mv6xg6ay9p] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    background: #1e293b !important;
}
/* /Components/Pages/Authorization/LoginDetails.razor.rz.scp.css */
/* LoginDetails Page Specific Styles - Common QuickGrid styles moved to QuickGridWrapper.razor.css */

/* This file is intentionally minimal as all QuickGrid-related styles are now centralized in QuickGridWrapper.razor.css */
/* Add LoginDetails-specific styles here if needed in the future */
/* /Components/Pages/Authorization/Users.razor.rz.scp.css */
/* Users Page Specific Styles - Common QuickGrid styles moved to QuickGridBase.razor.css */


/* /Components/Shared/AccessibilityTools.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ACCESSIBILITY STYLES
   ============================================ */

/* ============================================
   SKIP LINKS
   ============================================ */
.skip-links[b-9ep0xk9qst] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.skip-link[b-9ep0xk9qst] {
    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-9ep0xk9qst] {
    top: 0;
    outline: 2px solid white;
    outline-offset: 2px;
}

.skip-link:hover[b-9ep0xk9qst] {
    background: var(--primary-hover, #2563eb);
}

/* Multiple skip links stacking */
.skip-link:nth-child(2)[b-9ep0xk9qst] {
    left: auto;
    right: 0;
    border-radius: 0 0 0 0.5rem;
}

/* ============================================
   VISUALLY HIDDEN (Screen Reader Only)
   ============================================ */
.visually-hidden[b-9ep0xk9qst],
.sr-only[b-9ep0xk9qst] {
    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-9ep0xk9qst],
.visually-hidden-focusable:active[b-9ep0xk9qst] {
    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-9ep0xk9qst] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Remove default focus for mouse users */
*:focus:not(:focus-visible)[b-9ep0xk9qst] {
    outline: none;
}

/* Enhanced focus for interactive elements */
a:focus-visible[b-9ep0xk9qst],
button:focus-visible[b-9ep0xk9qst],
input:focus-visible[b-9ep0xk9qst],
select:focus-visible[b-9ep0xk9qst],
textarea:focus-visible[b-9ep0xk9qst],
[tabindex]:focus-visible[b-9ep0xk9qst] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

/* Focus ring for cards/containers */
.card:focus-visible[b-9ep0xk9qst],
.list-group-item:focus-visible[b-9ep0xk9qst],
.nav-link:focus-visible[b-9ep0xk9qst] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* High contrast focus for buttons */
.btn:focus-visible[b-9ep0xk9qst] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}

/* ============================================
   KEYBOARD NAVIGATION HELPERS
   ============================================ */

/* Focus trap indicator */
[data-focus-trap="true"][b-9ep0xk9qst] {
    position: relative;
}

[data-focus-trap="true"][b-9ep0xk9qst]::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-9ep0xk9qst]::before {
    opacity: 0.5;
}

/* Arrow key navigation indicator */
[data-arrow-nav="true"] [aria-selected="true"][b-9ep0xk9qst],
[data-arrow-nav="true"] [data-active="true"][b-9ep0xk9qst] {
    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-9ep0xk9qst],
    *[b-9ep0xk9qst]::before,
    *[b-9ep0xk9qst]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .skip-link[b-9ep0xk9qst] {
        transition: none;
    }
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */
@media (prefers-contrast: high) {
    *:focus-visible[b-9ep0xk9qst] {
        outline: 3px solid currentColor !important;
        outline-offset: 3px !important;
    }
    
    .skip-link[b-9ep0xk9qst] {
        border: 2px solid white;
    }
    
    .btn[b-9ep0xk9qst] {
        border: 2px solid currentColor !important;
    }
}

/* ============================================
   TOUCH TARGET SIZES (WCAG 2.5.5)
   ============================================ */
@media (pointer: coarse) {
    /* Ensure minimum 44x44px touch targets */
    button[b-9ep0xk9qst],
    [role="button"][b-9ep0xk9qst],
    a[b-9ep0xk9qst],
    input[type="checkbox"][b-9ep0xk9qst],
    input[type="radio"][b-9ep0xk9qst],
    select[b-9ep0xk9qst] {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Spacing for touch targets */
    .btn[b-9ep0xk9qst] {
        padding: 0.75rem 1.25rem;
    }
    
    /* Form controls */
    .form-control[b-9ep0xk9qst],
    .form-select[b-9ep0xk9qst] {
        min-height: 44px;
        padding: 0.625rem 1rem;
    }
    
    /* Checkboxes and radios */
    .form-check-input[b-9ep0xk9qst] {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* ============================================
   LANDMARK REGIONS STYLING
   ============================================ */
[role="main"][b-9ep0xk9qst],
#main-content[b-9ep0xk9qst] {
    scroll-margin-top: 5rem; /* Account for fixed header */
}

[role="navigation"][b-9ep0xk9qst],
#main-navigation[b-9ep0xk9qst] {
    scroll-margin-top: 1rem;
}

/* ============================================
   ERROR/VALIDATION ACCESSIBILITY
   ============================================ */
[aria-invalid="true"][b-9ep0xk9qst] {
    border-color: var(--danger-color, #ef4444) !important;
}

[aria-invalid="true"]:focus[b-9ep0xk9qst] {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

.field-validation-error[b-9ep0xk9qst],
[role="alert"][b-9ep0xk9qst] {
    color: var(--danger-color, #ef4444);
}

/* Required field indicator */
[aria-required="true"][b-9ep0xk9qst]::after,
.required[b-9ep0xk9qst]::after {
    content: ' *';
    color: var(--danger-color, #ef4444);
}

/* ============================================
   LOADING STATES ACCESSIBILITY
   ============================================ */
[aria-busy="true"][b-9ep0xk9qst] {
    cursor: wait;
    pointer-events: none;
    opacity: 0.7;
}

[aria-busy="true"][b-9ep0xk9qst]::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-9ep0xk9qst 0.6s linear infinite;
}

@keyframes a11ySpinner-b-9ep0xk9qst {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   DISABLED STATE ACCESSIBILITY
   ============================================ */
[aria-disabled="true"][b-9ep0xk9qst],
[disabled][b-9ep0xk9qst] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================
   EXPANDED/COLLAPSED INDICATORS
   ============================================ */
[aria-expanded="false"][b-9ep0xk9qst]::before {
    content: '?';
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.75em;
    transition: transform 0.2s ease;
}

[aria-expanded="true"][b-9ep0xk9qst]::before {
    content: '?';
}

/* ============================================
   DIALOG/MODAL ACCESSIBILITY
   ============================================ */
[role="dialog"][b-9ep0xk9qst],
[role="alertdialog"][b-9ep0xk9qst] {
    /* Ensure modals have proper focus indication */
}

[role="dialog"]:focus[b-9ep0xk9qst],
[role="alertdialog"]:focus[b-9ep0xk9qst] {
    outline: none;
}

/* Backdrop for focus trapping visual indicator */
.modal-backdrop[b-9ep0xk9qst] {
    background: rgba(0, 0, 0, 0.5);
}

@media (prefers-contrast: high) {
    .modal-backdrop[b-9ep0xk9qst] {
        background: rgba(0, 0, 0, 0.8);
    }
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
/* ============================================
   ENTERPRISE EMPTY STATE STYLES
   ============================================ */

.empty-state[b-1s7t0anjmj] {
    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-1s7t0anjmj] {
    padding: 1.5rem 1rem;
    min-height: 200px;
}

.empty-state-sm .empty-state-illustration[b-1s7t0anjmj] {
    width: 120px;
    height: 90px;
    margin-bottom: 1rem;
}

.empty-state-sm .empty-state-title[b-1s7t0anjmj] {
    font-size: 1rem;
}

.empty-state-sm .empty-state-description[b-1s7t0anjmj] {
    font-size: 0.8125rem;
}

.empty-state-lg[b-1s7t0anjmj] {
    padding: 4rem 2rem;
    min-height: 400px;
}

.empty-state-lg .empty-state-illustration[b-1s7t0anjmj] {
    width: 280px;
    height: 210px;
    margin-bottom: 2rem;
}

.empty-state-lg .empty-state-title[b-1s7t0anjmj] {
    font-size: 1.5rem;
}

/* Illustration Container */
.empty-state-illustration[b-1s7t0anjmj] {
    width: 200px;
    height: 150px;
    margin-bottom: 1.5rem;
    animation: emptyStateFadeIn-b-1s7t0anjmj 0.5s ease-out;
}

.empty-illustration[b-1s7t0anjmj] {
    width: 100%;
    height: 100%;
}

.empty-illustration svg[b-1s7t0anjmj] {
    width: 100%;
    height: 100%;
}

/* Custom Icon */
.empty-state-icon[b-1s7t0anjmj] {
    font-size: 4rem;
    line-height: 1;
    display: block;
    animation: emptyStateBounce-b-1s7t0anjmj 2s ease-in-out infinite;
}

@keyframes emptyStateFadeIn-b-1s7t0anjmj {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes emptyStateBounce-b-1s7t0anjmj {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Content */
.empty-state-content[b-1s7t0anjmj] {
    max-width: 400px;
    animation: emptyStateFadeIn-b-1s7t0anjmj 0.5s ease-out 0.1s both;
}

.empty-state-title[b-1s7t0anjmj] {
    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-1s7t0anjmj] {
    font-size: 0.9375rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.empty-state-custom[b-1s7t0anjmj] {
    margin-bottom: 1.5rem;
}

/* Actions */
.empty-state-actions[b-1s7t0anjmj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    animation: emptyStateFadeIn-b-1s7t0anjmj 0.5s ease-out 0.2s both;
}

.empty-state-actions .btn[b-1s7t0anjmj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Illustration Animation on Hover */
.empty-state:hover .empty-illustration svg[b-1s7t0anjmj] {
    animation: emptyStateWiggle-b-1s7t0anjmj 0.5s ease-in-out;
}

@keyframes emptyStateWiggle-b-1s7t0anjmj {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .empty-state[b-1s7t0anjmj],
[data-bs-theme="dark"] .empty-state[b-1s7t0anjmj] {
    --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-1s7t0anjmj],
[data-bs-theme="dark"] .empty-state-title[b-1s7t0anjmj] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .empty-state-description[b-1s7t0anjmj],
[data-bs-theme="dark"] .empty-state-description[b-1s7t0anjmj] {
    color: var(--text-secondary, #94a3b8);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 480px) {
    .empty-state[b-1s7t0anjmj] {
        padding: 2rem 1rem;
        min-height: 250px;
    }
    
    .empty-state-illustration[b-1s7t0anjmj] {
        width: 160px;
        height: 120px;
    }
    
    .empty-state-title[b-1s7t0anjmj] {
        font-size: 1.125rem;
    }
    
    .empty-state-description[b-1s7t0anjmj] {
        font-size: 0.875rem;
    }
    
    .empty-state-actions[b-1s7t0anjmj] {
        flex-direction: column;
        width: 100%;
    }
    
    .empty-state-actions .btn[b-1s7t0anjmj] {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .empty-state-illustration[b-1s7t0anjmj],
    .empty-state-content[b-1s7t0anjmj],
    .empty-state-actions[b-1s7t0anjmj] {
        animation: none;
    }
    
    .empty-state-icon[b-1s7t0anjmj] {
        animation: none;
    }
    
    .empty-state:hover .empty-illustration svg[b-1s7t0anjmj] {
        animation: none;
    }
}
/* /Components/Shared/ErrorBoundary.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ERROR BOUNDARY STYLES
   ============================================ */

.error-boundary[b-jycpdu65ym] {
    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-jycpdu65ym 0.4s ease-out;
}

@keyframes errorBoundaryFadeIn-b-jycpdu65ym {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.error-boundary-content[b-jycpdu65ym] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

/* Icon */
.error-boundary-icon[b-jycpdu65ym] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    color: #ef4444;
    animation: errorBoundaryPulse-b-jycpdu65ym 2s ease-in-out infinite;
}

.error-boundary-icon svg[b-jycpdu65ym] {
    width: 100%;
    height: 100%;
}

@keyframes errorBoundaryPulse-b-jycpdu65ym {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Text Content */
.error-boundary-text[b-jycpdu65ym] {
    margin-bottom: 2rem;
}

.error-boundary-title[b-jycpdu65ym] {
    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-jycpdu65ym] {
    font-size: 1rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.error-boundary-id[b-jycpdu65ym] {
    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-jycpdu65ym] {
    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-jycpdu65ym] {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
}

.error-boundary-details summary[b-jycpdu65ym] {
    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-jycpdu65ym] {
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.error-boundary-details pre[b-jycpdu65ym] {
    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-jycpdu65ym] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.error-boundary-actions .btn[b-jycpdu65ym] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
    justify-content: center;
}

/* Dark Theme */
[data-theme="dark"] .error-boundary[b-jycpdu65ym],
[data-bs-theme="dark"] .error-boundary[b-jycpdu65ym] {
    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-jycpdu65ym],
[data-bs-theme="dark"] .error-boundary-title[b-jycpdu65ym] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .error-boundary-id[b-jycpdu65ym],
[data-bs-theme="dark"] .error-boundary-id[b-jycpdu65ym] {
    background: var(--bg-secondary, #1e293b);
}

[data-theme="dark"] .error-boundary-details pre[b-jycpdu65ym],
[data-bs-theme="dark"] .error-boundary-details pre[b-jycpdu65ym] {
    background: #0f172a;
}

/* Responsive */
@media (max-width: 480px) {
    .error-boundary[b-jycpdu65ym] {
        padding: 1.5rem;
        min-height: 300px;
    }
    
    .error-boundary-icon[b-jycpdu65ym] {
        width: 60px;
        height: 60px;
    }
    
    .error-boundary-title[b-jycpdu65ym] {
        font-size: 1.25rem;
    }
    
    .error-boundary-message[b-jycpdu65ym] {
        font-size: 0.9375rem;
    }
    
    .error-boundary-actions[b-jycpdu65ym] {
        flex-direction: column;
        width: 100%;
    }
    
    .error-boundary-actions .btn[b-jycpdu65ym] {
        width: 100%;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .error-boundary[b-jycpdu65ym] {
        animation: none;
    }
    
    .error-boundary-icon[b-jycpdu65ym] {
        animation: none;
    }
}
/* /Components/Shared/LoadingSkeleton.razor.rz.scp.css */
/* ============================================
   ENTERPRISE LOADING SKELETON STYLES
   ============================================ */

.skeleton-container[b-gz4jbbf80a] {
    width: 100%;
}

/* Base Skeleton Animation */
.skeleton[b-gz4jbbf80a] {
    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-gz4jbbf80a 1.5s ease-in-out infinite;
    border-radius: 0.375rem;
}

@keyframes skeletonShimmer-b-gz4jbbf80a {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   SKELETON TEXT
   ============================================ */
.skeleton-text[b-gz4jbbf80a] {
    height: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.skeleton-text-short[b-gz4jbbf80a] {
    width: 60%;
}

.skeleton-text-medium[b-gz4jbbf80a] {
    width: 80%;
}

.skeleton-text-block[b-gz4jbbf80a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-title[b-gz4jbbf80a] {
    height: 1.25rem;
    width: 70%;
    margin-bottom: 0.5rem;
}

.skeleton-subtitle[b-gz4jbbf80a] {
    height: 0.875rem;
    width: 50%;
}

.skeleton-label[b-gz4jbbf80a] {
    height: 0.875rem;
    width: 30%;
    margin-bottom: 0.5rem;
}

/* ============================================
   SKELETON AVATAR
   ============================================ */
.skeleton-avatar[b-gz4jbbf80a] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-avatar-sm[b-gz4jbbf80a] {
    width: 2rem;
    height: 2rem;
}

.skeleton-avatar-lg[b-gz4jbbf80a] {
    width: 4rem;
    height: 4rem;
}

.skeleton-avatar-xl[b-gz4jbbf80a] {
    width: 6rem;
    height: 6rem;
}

/* ============================================
   SKELETON BUTTON
   ============================================ */
.skeleton-button[b-gz4jbbf80a] {
    height: 2.5rem;
    width: 6rem;
    border-radius: 0.5rem;
}

.skeleton-button-sm[b-gz4jbbf80a] {
    height: 2rem;
    width: 4rem;
}

.skeleton-button-lg[b-gz4jbbf80a] {
    height: 3rem;
    width: 8rem;
}

.skeleton-button-secondary[b-gz4jbbf80a] {
    width: 5rem;
}

/* ============================================
   SKELETON INPUT
   ============================================ */
.skeleton-input[b-gz4jbbf80a] {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON IMAGE
   ============================================ */
.skeleton-image[b-gz4jbbf80a] {
    width: 100%;
    height: 200px;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON CARD
   ============================================ */
.skeleton-card[b-gz4jbbf80a] {
    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-gz4jbbf80a] {
    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-gz4jbbf80a] {
    flex: 1;
}

.skeleton-card-body[b-gz4jbbf80a] {
    margin-bottom: 1rem;
}

.skeleton-card-footer[b-gz4jbbf80a] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

/* ============================================
   SKELETON TABLE
   ============================================ */
.skeleton-table[b-gz4jbbf80a] {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-header[b-gz4jbbf80a] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.skeleton-table-header .skeleton-table-cell[b-gz4jbbf80a] {
    height: 1rem;
}

.skeleton-table-row[b-gz4jbbf80a] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-row:last-child[b-gz4jbbf80a] {
    border-bottom: none;
}

.skeleton-table-cell[b-gz4jbbf80a] {
    flex: 1;
    height: 0.875rem;
}

/* ============================================
   SKELETON LIST
   ============================================ */
.skeleton-list[b-gz4jbbf80a] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skeleton-list-item[b-gz4jbbf80a] {
    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-gz4jbbf80a] {
    flex: 1;
}

/* ============================================
   SKELETON FORM
   ============================================ */
.skeleton-form[b-gz4jbbf80a] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skeleton-form-group[b-gz4jbbf80a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-form-actions[b-gz4jbbf80a] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

/* ============================================
   SKELETON PROFILE
   ============================================ */
.skeleton-profile[b-gz4jbbf80a] {
    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-gz4jbbf80a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ============================================
   SKELETON STATS
   ============================================ */
.skeleton-stats[b-gz4jbbf80a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.skeleton-stat-card[b-gz4jbbf80a] {
    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-gz4jbbf80a] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.skeleton-stat-value[b-gz4jbbf80a] {
    height: 2rem;
    width: 60%;
}

.skeleton-stat-label[b-gz4jbbf80a] {
    height: 0.875rem;
    width: 80%;
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .skeleton[b-gz4jbbf80a],
[data-bs-theme="dark"] .skeleton[b-gz4jbbf80a] {
    --skeleton-base: rgba(255, 255, 255, 0.08);
    --skeleton-shine: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .skeleton-card[b-gz4jbbf80a],
[data-bs-theme="dark"] .skeleton-card[b-gz4jbbf80a],
[data-theme="dark"] .skeleton-list-item[b-gz4jbbf80a],
[data-bs-theme="dark"] .skeleton-list-item[b-gz4jbbf80a],
[data-theme="dark"] .skeleton-profile[b-gz4jbbf80a],
[data-bs-theme="dark"] .skeleton-profile[b-gz4jbbf80a],
[data-theme="dark"] .skeleton-stat-card[b-gz4jbbf80a],
[data-bs-theme="dark"] .skeleton-stat-card[b-gz4jbbf80a] {
    background: var(--card-bg, #1e2328);
    border-color: var(--border-color, #2d3339);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.visually-hidden[b-gz4jbbf80a] {
    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-gz4jbbf80a] {
        animation: none;
        background: var(--skeleton-base, rgba(0, 0, 0, 0.08));
    }
}
/* /Components/Shared/QuickGridFilter.razor.rz.scp.css */
.quick-grid-filter-container[b-zl8g6wug5o] {
    display: inline-block;
}

/* Responsive adjustments for filter button */
@media (max-width: 767px) {
    .quick-grid-filter-container .dropdown-toggle[b-zl8g6wug5o] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    .quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
        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-zl8g6wug5o] {
        max-height: calc(100vh - 200px);
    }
}

@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
        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-zl8g6wug5o] {
        min-width: 260px;
        max-width: calc(100vw - 1rem);
    }
    
    .quick-grid-filter-container .dropdown-toggle[b-zl8g6wug5o] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .quick-grid-filter-container .dropdown-toggle .bi[b-zl8g6wug5o] {
        font-size: 0.8rem;
    }
}

/* Ensure dropdown appears below button on small screens */
@media (max-width: 991px) {
    .quick-grid-filter-container[b-zl8g6wug5o] {
        position: relative;
    }
    
    .quick-grid-filter-container .dropdown[b-zl8g6wug5o] {
        position: static;
    }
}

.quick-grid-filter-container .dropdown-toggle[b-zl8g6wug5o] {
    position: relative;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
}

.quick-grid-filter-container .dropdown-toggle:hover[b-zl8g6wug5o] {
    background-color: var(--bs-secondary);
    color: white;
}

.quick-grid-filter-container .dropdown-toggle.has-active-filters[b-zl8g6wug5o] {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

.quick-grid-filter-container .dropdown-toggle .badge[b-zl8g6wug5o] {
    font-size: 0.7rem;
    padding: 0.15em 0.4em;
}

.quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
    min-width: 320px;
    max-width: 400px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    z-index: 1050 !important;
}

/* Ensure dropdown aligns to the right on larger screens */
@media (min-width: 992px) {
    .quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
        right: 0 !important;
        left: auto !important;
    }
}

/* Ensure dropdown stays within viewport on all screen sizes */
.quick-grid-filter-container .dropdown-menu[b-zl8g6wug5o] {
    position: absolute !important;
}

/* On smaller screens, adjust dropdown position */
@media (max-width: 991px) {
    .quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
        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-zl8g6wug5o] {
    max-height: 500px;
    overflow-y: auto;
}

.quick-grid-filter-container .filter-chip[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    background-color: var(--bs-body-bg);
    border: 1px dashed var(--bs-primary) !important;
    position: relative;
}

.quick-grid-filter-container .filter-group .filter-chip[b-zl8g6wug5o] {
    margin-bottom: 0.25rem;
}

/* Enhanced styling for OR groups */
.quick-grid-filter-container .filter-group.bg-light[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    border-bottom: 1px solid rgba(13, 110, 253, 0.2);
    padding-bottom: 0.25rem;
}

.quick-grid-filter-container .filter-group-header i[b-zl8g6wug5o] {
    color: var(--bs-primary);
}

/* Badge styling for AND/OR operators */
.quick-grid-filter-container .badge.bg-info[b-zl8g6wug5o] {
    background-color: #0dcaf0 !important;
    padding: 0.35em 0.65em;
    font-weight: 600;
    font-size: 0.75rem;
}

.quick-grid-filter-container .badge.bg-warning[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    background-color: #6c757d !important;
    padding: 0.25em 0.5em;
    font-weight: 600;
    font-size: 0.7rem;
}

.quick-grid-filter-container .badge.bg-primary[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.quick-grid-filter-container .alert-info[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quick-grid-filter-container .filter-mode-selection .btn[b-zl8g6wug5o] {
    font-weight: 600;
    transition: all 0.2s ease;
}

.quick-grid-filter-container .filter-mode-selection .btn:hover[b-zl8g6wug5o] {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.quick-grid-filter-container .filter-chip strong[b-zl8g6wug5o] {
    color: var(--bs-body-color);
    font-weight: 600;
}

.quick-grid-filter-container .filter-chip .text-primary[b-zl8g6wug5o] {
    font-weight: 500;
}

.quick-grid-filter-container .filter-form[b-zl8g6wug5o] {
    animation: slideDown-b-zl8g6wug5o 0.2s ease-out;
}

@keyframes slideDown-b-zl8g6wug5o {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-grid-filter-container .active-filters[b-zl8g6wug5o] {
    animation: fadeIn-b-zl8g6wug5o 0.2s ease-out;
}

@keyframes fadeIn-b-zl8g6wug5o {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quick-grid-filter-container .form-label[b-zl8g6wug5o] {
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: var(--bs-secondary);
}

.quick-grid-filter-container .btn-link[b-zl8g6wug5o] {
    text-decoration: none;
}

.quick-grid-filter-container .btn-link:hover[b-zl8g6wug5o] {
    text-decoration: underline;
}

/* Dark mode support */
[data-bs-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-chip[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    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-zl8g6wug5o] {
    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-zl8g6wug5o] {
    border-bottom-color: rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .quick-grid-filter-container .filter-group.bg-light[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
    border-bottom-color: rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .quick-grid-filter-container .alert-info[b-zl8g6wug5o],
[data-bs-theme="dark"] .quick-grid-filter-container .alert-info[b-zl8g6wug5o] {
    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-zl8g6wug5o] {
        min-width: 280px;
        max-width: 90vw;
        left: 149px !important;
    }
}

@media (min-width: 641px) and (max-width:991px) {
    .quick-grid-filter-container .filter-dropdown[b-zl8g6wug5o] {
        left: 147.368px !important;
    }
}
/* /Components/Shared/SweetAlert.razor.rz.scp.css */
/* SweetAlert2 CSS - Pure Blazor Implementation - Compact & Modern */

.swal2-container[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    background-color: rgba(0, 0, 0, 0.12);
    backdrop-filter: none;
}

/* Dark theme backdrop */
[data-theme="dark"] .swal2-backdrop-show[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-backdrop-show[b-s2ydx0g70l] {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
}

.swal2-center[b-s2ydx0g70l] {
    align-items: center;
}

.swal2-popup[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-popup[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    display: grid;
    animation: swal2-show-b-s2ydx0g70l 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-show-b-s2ydx0g70l {
    0% {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.swal2-title[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-title[b-s2ydx0g70l] {
    color: #f3f4f6;
}

.swal2-html-container[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-html-container[b-s2ydx0g70l] {
    color: #d1d5db;
}

.swal2-icon[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    display: flex;
    animation: swal2-animate-icon-b-s2ydx0g70l 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-animate-icon-b-s2ydx0g70l {
    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-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-icon.swal2-success[b-s2ydx0g70l] {
    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-s2ydx0g70l],
.swal2-success-circular-line-right[b-s2ydx0g70l] {
    position: absolute;
    width: 2.8125rem;
    height: 5.625rem;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-success-circular-line-left[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    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-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-success-ring[b-s2ydx0g70l] {
    border-color: rgba(52, 211, 153, 0.25);
}

.swal2-success-fix[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    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-s2ydx0g70l 0.65s;
}

[data-theme="dark"] .swal2-success-line-tip[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-success-line-tip[b-s2ydx0g70l] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-tip-b-s2ydx0g70l {
    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-s2ydx0g70l] {
    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-s2ydx0g70l 0.65s;
}

[data-theme="dark"] .swal2-success-line-long[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-success-line-long[b-s2ydx0g70l] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-long-b-s2ydx0g70l {
    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-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-icon.swal2-error[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    position: relative;
    display: block;
    flex-grow: 1;
}

.swal2-x-mark-line-left[b-s2ydx0g70l],
.swal2-x-mark-line-right[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-x-mark-line-left[b-s2ydx0g70l],
[data-theme="dark"] .swal2-x-mark-line-right[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-x-mark-line-right[b-s2ydx0g70l] {
    background-color: #f87171;
}

.swal2-x-mark-line-left[b-s2ydx0g70l] {
    left: 0.75rem;
    transform: rotate(45deg);
    animation: swal2-animate-error-x-mark-b-s2ydx0g70l 0.45s;
}

.swal2-x-mark-line-right[b-s2ydx0g70l] {
    right: 0.75rem;
    transform: rotate(-45deg);
    animation: swal2-animate-error-x-mark-b-s2ydx0g70l 0.45s;
}

@keyframes swal2-animate-error-x-mark-b-s2ydx0g70l {
    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-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-icon.swal2-warning[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-pulse-warning-b-s2ydx0g70l 0.85s infinite alternate;
}

@keyframes swal2-pulse-warning-b-s2ydx0g70l {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* Info Icon - Modern blue gradient */
.swal2-icon.swal2-info[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-icon.swal2-info[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-rotate-info-b-s2ydx0g70l 1s ease-in-out;
}

@keyframes swal2-rotate-info-b-s2ydx0g70l {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Question Icon - Modern purple gradient */
.swal2-icon.swal2-question[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-icon.swal2-question[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-bounce-question-b-s2ydx0g70l 0.6s;
}

@keyframes swal2-bounce-question-b-s2ydx0g70l {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Actions (buttons) - Modern & Compact */
.swal2-actions[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    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-s2ydx0g70l] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.swal2-styled:not([disabled]):active[b-s2ydx0g70l] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.swal2-confirm[b-s2ydx0g70l] {
    order: 1;
}

.swal2-cancel[b-s2ydx0g70l] {
    order: 2;
}

.swal2-confirm-success[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.swal2-confirm-success:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

[data-theme="dark"] .swal2-confirm-success[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-success[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.4);
}

.swal2-confirm-error[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.swal2-confirm-error:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

[data-theme="dark"] .swal2-confirm-error[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-error[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.4);
}

.swal2-confirm-warning[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.swal2-confirm-warning:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

[data-theme="dark"] .swal2-confirm-warning[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-warning[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.swal2-confirm-info[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.swal2-confirm-info:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

[data-theme="dark"] .swal2-confirm-info[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-info[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.4);
}

.swal2-confirm-question[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
}

.swal2-confirm-question:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="dark"] .swal2-confirm-question[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-question[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
}

.swal2-confirm-default[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
}

.swal2-confirm-default:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

[data-theme="dark"] .swal2-confirm-default[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-default[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    box-shadow: 0 4px 12px rgba(129, 140, 248, 0.4);
}

.swal2-cancel-default[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
}

.swal2-cancel-default:not([disabled]):hover[b-s2ydx0g70l] {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

[data-theme="dark"] .swal2-cancel-default[b-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-cancel-default[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-s2ydx0g70l] {
    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-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-input[b-s2ydx0g70l] {
    background: #1f2937;
    border-color: #374151;
    color: #e5e7eb;
}

.swal2-input:focus[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-input:focus[b-s2ydx0g70l] {
    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-s2ydx0g70l]::placeholder {
    color: #9ca3af;
}

[data-theme="dark"] .swal2-input[b-s2ydx0g70l]::placeholder,
[data-bs-theme="dark"] .swal2-input[b-s2ydx0g70l]::placeholder {
    color: #6b7280;
}

/* Timer progress bar - Modern & Eye-catching */
.swal2-timer-progress-bar-container[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-timer-progress-bar-container[b-s2ydx0g70l] {
    background: rgba(255, 255, 255, 0.05);
}

.swal2-timer-progress-bar[b-s2ydx0g70l] {
    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-s2ydx0g70l],
[data-bs-theme="dark"] .swal2-timer-progress-bar[b-s2ydx0g70l] {
    background: linear-gradient(90deg, #60a5fa 0%, #a78bfa 100%);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.6);
}

/* /Components/Shared/Toast.razor.rz.scp.css */
/* ============================================================
   ENTERPRISE TOAST NOTIFICATION STYLES - .NET 10 Blazor
   ============================================================
   Features:
   - Modern admin dashboard style (GitHub, Microsoft)
   - Dark mode support with CSS variables
   - Smooth animations (fade-in/slide-in, fade-out/slide-out)
   - Responsive design for mobile
   - 5-second auto-dismiss with animated progress bar
   - Accessible (ARIA labels, keyboard support)
   - High contrast borders for quick visual scanning
   ============================================================ */

/* ============ TOAST CONTAINER ============ */
.toast[b-gk9e7ncq8z] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    /* Glassmorphism Effect */
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 
        0 8px 32px 0 rgba(31, 38, 135, 0.15),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);
    max-width: 420px;
    width: 100%;
    min-height: 72px;
    animation-fill-mode: forwards;
    /* Prevent text selection during transitions */
    user-select: none;
}

/* ============ TOAST ENTER ANIMATION ============ */
@keyframes toastSlideInRight-b-gk9e7ncq8z {
    from {
        opacity: 0;
        transform: translateX(110%) scale(0.95);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

.toast-enter[b-gk9e7ncq8z] {
    animation: toastSlideInRight-b-gk9e7ncq8z 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* ============ TOAST EXIT ANIMATION ============ */
@keyframes toastSlideOutRight-b-gk9e7ncq8z {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
    to {
        opacity: 0;
        transform: translateX(110%) scale(0.95);
        filter: blur(4px);
    }
}

.toast-exit[b-gk9e7ncq8z] {
    animation: toastSlideOutRight-b-gk9e7ncq8z 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ============ TOAST TYPE STYLING ============ */

/* Success Toast - Vibrant Green */
.toast-success[b-gk9e7ncq8z] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.1) 100%);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: var(--bs-body-color);
    box-shadow: 
        0 8px 32px 0 rgba(34, 197, 94, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.toast-success .toast-icon[b-gk9e7ncq8z] {
    color: #fff;
    background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
    font-weight: 700;
}

.toast-success .toast-progress-bar[b-gk9e7ncq8z] {
    background: linear-gradient(90deg, #22c55e, #10b981);
}

/* Error Toast - Vibrant Red */
.toast-error[b-gk9e7ncq8z] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: var(--bs-body-color);
    box-shadow: 
        0 8px 32px 0 rgba(239, 68, 68, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.toast-error .toast-icon[b-gk9e7ncq8z] {
    color: #fff;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
    font-weight: 700;
}

.toast-error .toast-progress-bar[b-gk9e7ncq8z] {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

/* Warning Toast - Orange */
.toast-warning[b-gk9e7ncq8z] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(217, 119, 6, 0.1) 100%);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: var(--bs-body-color);
    box-shadow: 
        0 8px 32px 0 rgba(245, 158, 11, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.toast-warning .toast-icon[b-gk9e7ncq8z] {
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
    font-weight: 700;
}

.toast-warning .toast-progress-bar[b-gk9e7ncq8z] {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

/* Info Toast - Blue */
.toast-info[b-gk9e7ncq8z] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(29, 78, 216, 0.1) 100%);
    border: 1px solid rgba(59, 130, 246, 0.4);
    color: var(--bs-body-color);
    box-shadow: 
        0 8px 32px 0 rgba(59, 130, 246, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.toast-info .toast-icon[b-gk9e7ncq8z] {
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    font-weight: 700;
}

.toast-info .toast-progress-bar[b-gk9e7ncq8z] {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

/* Loading Toast - Purple */
.toast-loading[b-gk9e7ncq8z] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(124, 58, 202, 0.1) 100%);
    border: 1px solid rgba(139, 92, 246, 0.4);
    color: var(--bs-body-color);
    box-shadow: 
        0 8px 32px 0 rgba(139, 92, 246, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.toast-loading .toast-icon[b-gk9e7ncq8z] {
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
    font-weight: 700;
}

/* ============ TOAST ICON ============ */
.toast-icon[b-gk9e7ncq8z] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Loading Spinner Animation */
@keyframes spin-b-gk9e7ncq8z {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.toast-spinner[b-gk9e7ncq8z] {
    display: inline-block;
    animation: spin-b-gk9e7ncq8z 1s linear infinite;
}

/* ============ TOAST CONTENT ============ */
.toast-content[b-gk9e7ncq8z] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0; /* Allow text truncation */
    pointer-events: auto;
}

/* Toast Title */
.toast-title[b-gk9e7ncq8z] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--bs-body-color);
    line-height: 1.4;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

/* Toast Message */
.toast-message[b-gk9e7ncq8z] {
    font-size: 0.875rem;
    color: var(--bs-body-color);
    line-height: 1.5;
    word-break: break-word;
    margin: 0;
    padding: 0;
    /* Add light opacity for secondary text in dark mode */
    opacity: 0.95;
}

/* Toast Timestamp */
.toast-timestamp[b-gk9e7ncq8z] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

/* ============ TOAST ACTION BUTTON ============ */
.toast-action-button[b-gk9e7ncq8z] {
    align-self: flex-start;
    padding: 0.375rem 0.75rem;
    margin-top: 0.375rem;
    background-color: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 0.375rem;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.toast-action-button:hover[b-gk9e7ncq8z] {
    background-color: rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-1px);
}

.toast-action-button:active[b-gk9e7ncq8z] {
    transform: translateY(0);
    opacity: 0.9;
}

.toast-action-button:focus[b-gk9e7ncq8z] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* ============ TOAST CLOSE BUTTON ============ */
.toast-close[b-gk9e7ncq8z] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0.375rem;
    color: var(--bs-body-color);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
}

.toast-close:hover[b-gk9e7ncq8z] {
    background-color: rgba(0, 0, 0, 0.08);
    transform: scale(1.15);
}

.toast-close:active[b-gk9e7ncq8z] {
    transform: scale(0.95);
}

.toast-close:focus[b-gk9e7ncq8z] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    .toast-close:hover[b-gk9e7ncq8z] {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* ============ TOAST PROGRESS BAR ============ */
.toast-progress[b-gk9e7ncq8z] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 0 0 0.5rem 0;
}

@keyframes progressShrink-b-gk9e7ncq8z {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.toast-progress-bar[b-gk9e7ncq8z] {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
    animation: progressShrink-b-gk9e7ncq8z linear forwards;
    border-radius: 0 0 0.5rem 0;
    transform-origin: right;
}

/* ============ TOAST CONTAINER POSITIONING ============ */
.toast-container[b-gk9e7ncq8z] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 420px;
    width: calc(100% - 2rem);
    pointer-events: none;
    /* Allow stacking with proper z-index */
    perspective: 1000px;
}

.toast[b-gk9e7ncq8z] {
    pointer-events: auto;
}

/* ============ MOBILE RESPONSIVE DESIGN ============ */

/* Small screens (< 576px) */
@media (max-width: 575.98px) {
    .toast-container[b-gk9e7ncq8z] {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        max-width: none;
        width: calc(100% - 1.5rem);
    }

    .toast[b-gk9e7ncq8z] {
        max-width: none;
        width: 100%;
        min-height: 64px;
        padding: 0.875rem;
        gap: 0.625rem;
    }

    .toast-title[b-gk9e7ncq8z] {
        font-size: 0.9rem;
    }

    .toast-message[b-gk9e7ncq8z] {
        font-size: 0.8125rem;
    }

    .toast-icon[b-gk9e7ncq8z] {
        min-width: 28px;
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }

    .toast-close[b-gk9e7ncq8z] {
        min-width: 28px;
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
}

/* Medium screens and up (≥ 576px) */
@media (min-width: 576px) {
    .toast[b-gk9e7ncq8z] {
        max-width: 420px;
    }

    .toast-container[b-gk9e7ncq8z] {
        max-width: 420px;
        width: 420px;
    }
}

/* Large screens (≥ 768px) - Stack multiple toasts better */
@media (min-width: 768px) {
    .toast-container[b-gk9e7ncq8z] {
        gap: 0.875rem;
    }
}

/* ============ ACCESSIBILITY ENHANCEMENTS ============ */

/* High contrast mode support */
@media (prefers-contrast: more) {
    .toast[b-gk9e7ncq8z] {
        border-left-width: 6px;
        box-shadow: 0 0 0 2px var(--bs-body-bg), 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .toast-title[b-gk9e7ncq8z] {
        font-weight: 700;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .toast-enter[b-gk9e7ncq8z],
    .toast-exit[b-gk9e7ncq8z] {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .toast-spinner[b-gk9e7ncq8z] {
        animation: none;
    }

    .toast-progress-bar[b-gk9e7ncq8z] {
        animation: none;
        width: 0;
    }

    .toast-close:hover[b-gk9e7ncq8z],
    .toast-action-button:hover[b-gk9e7ncq8z] {
        transform: none;
    }
}

/* Focus visible for keyboard navigation */
.toast:focus-visible[b-gk9e7ncq8z],
.toast-close:focus-visible[b-gk9e7ncq8z],
.toast-action-button:focus-visible[b-gk9e7ncq8z] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* ============ PRINT STYLES ============ */
@media print {
    .toast-container[b-gk9e7ncq8z] {
        display: none !important;
    }
}

/* ============ THEME COMPLIANCE ============ */
/* These use Bootstrap 5.3+ CSS variables for theme support */
/* bg-body, text-body, text-body-secondary auto-adjust for light/dark mode */

:root[data-bs-theme="dark"] .toast[b-gk9e7ncq8z] {
    border-color: var(--bs-border-color);
}

:root[data-bs-theme="light"] .toast[b-gk9e7ncq8z] {
    border-color: var(--bs-border-color);
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    .toast[b-gk9e7ncq8z] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }

    .toast-progress[b-gk9e7ncq8z] {
        background-color: rgba(255, 255, 255, 0.08);
    }
}

/* Light mode adjustments */
@media (prefers-color-scheme: light) {
    .toast[b-gk9e7ncq8z] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .toast-progress[b-gk9e7ncq8z] {
        background-color: rgba(0, 0, 0, 0.06);
    }
}
/* /Components/Shared/ToastContainer.razor.rz.scp.css */
/* ============================================================
   TOAST CONTAINER STYLES
   ============================================================
   Manages the positioning and queuing of toast notifications
   at the top-right corner of the screen.
*/

/* ============ TOAST CONTAINER ============ */
.toast-container[b-39ar42iqcw] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 420px;
    width: calc(100% - 2rem);
    pointer-events: none;
    /* Allow stacking with proper z-index */
    perspective: 1000px;
}

.toast-container > *[b-39ar42iqcw] {
    pointer-events: auto;
}

/* ============ QUEUE INDICATOR ============ */
.toast-queue-indicator[b-39ar42iqcw] {
    position: fixed;
    top: calc(1rem + 430px);
    right: 1rem;
    padding: 0.5rem 0.75rem;
    background-color: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 0.375rem;
    font-size: 0.75rem;
    color: #3b82f6;
    z-index: 9998;
    pointer-events: auto;
}

/* ============ MOBILE RESPONSIVE DESIGN ============ */

/* Small screens (< 576px) */
@media (max-width: 575.98px) {
    .toast-container[b-39ar42iqcw] {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        max-width: none;
        width: calc(100% - 1.5rem);
        gap: 0.625rem;
    }

    .toast-queue-indicator[b-39ar42iqcw] {
        top: calc(0.75rem + 350px);
        right: 0.75rem;
    }
}

/* Medium screens (≥ 576px, < 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .toast-container[b-39ar42iqcw] {
        max-width: 420px;
        width: 420px;
    }
}

/* Large screens (≥ 768px) */
@media (min-width: 768px) {
    .toast-container[b-39ar42iqcw] {
        gap: 0.875rem;
    }
}

/* ============ PRINT STYLES ============ */
@media print {
    .toast-container[b-39ar42iqcw],
    .toast-queue-indicator[b-39ar42iqcw] {
        display: none !important;
    }
}
/* /Components/Shared/UniversalDataGrid.razor.rz.scp.css */
/* UniversalDataGrid Common Styles */

.container-fluid[b-fpjqlke763] {
    padding: 0;
}

.card-header[b-fpjqlke763] {
    padding-bottom: 0.9625rem;
    position: relative;
    z-index: 2;
}

/* Responsive header layout */
.card-header .d-flex.justify-content-between[b-fpjqlke763] {
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.card-header .d-flex.justify-content-between > *[b-fpjqlke763] {
    flex-shrink: 0 !important;
}

/* Ensure filter button stays visible on smaller screens */
@media (max-width: 991px) {
    .card-header .d-flex.justify-content-between[b-fpjqlke763] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .btn-toolbar[b-fpjqlke763] {
        width: 100% !important;
        overflow-x: auto !important;
    }
    
    .quick-grid-filter-container[b-fpjqlke763] {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .btn-group[b-fpjqlke763] {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-bottom: 0.25rem;
    }
    
    .action-btn[b-fpjqlke763] {
        font-size: 0.75rem !important;
        padding: 0.25rem 0.5rem !important;
    }
}

[b-fpjqlke763] .quickgrid {
    color: var(--text-primary) !important;
    margin: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: transparent !important;
    width: 100% !important;
}

    [b-fpjqlke763] .quickgrid .col-title {
        gap: 0.4rem;
        font-weight: bold;
    }

    [b-fpjqlke763] .quickgrid .col-title-text {
        color: var(--text-muted) !important;
        padding: 6px;
    }

    [b-fpjqlke763] .quickgrid .sort-indicator {
        color: #4fc3f7;
    }

    [b-fpjqlke763] .quickgrid thead th {
        border-bottom: 2px solid var(--border-color) !important;
        background: transparent !important;
        padding: 10px 16px !important;
        font-size: 0.75rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    /* Prevent header from expanding when filter opens */
    [b-fpjqlke763] .quickgrid thead th {
        position: relative !important;
        overflow: visible !important;
        vertical-align: middle !important;
    }

    /* Force the header row to maintain normal height */
    [b-fpjqlke763] .quickgrid thead tr {
        height: auto !important;
    }

    /* Selected row color*/
    [b-fpjqlke763] .quickgrid tbody tr.selected-row td {
        background-color: rgba(74, 158, 255, 0.2) !important;
    }

    [b-fpjqlke763] .quickgrid tbody tr {
        background: transparent !important;
        box-shadow: none !important;
        transition: background-color 0.2s ease !important;
    }
    
    :global([data-theme="light"])[b-fpjqlke763]  .quickgrid tbody tr,
    :global([data-bs-theme="light"])[b-fpjqlke763]  .quickgrid tbody tr {
        background: transparent !important;
        box-shadow: none !important;
    }
    
    [b-fpjqlke763] .quickgrid tbody tr:hover {
        background: rgba(255, 255, 255, 0.05) !important;
        transform: none !important;
        box-shadow: none !important;
    }
    
    :global([data-theme="light"])[b-fpjqlke763]  .quickgrid tbody tr:hover,
    :global([data-bs-theme="light"])[b-fpjqlke763]  .quickgrid tbody tr:hover {
        background: rgba(0, 0, 0, 0.03) !important;
        box-shadow: none !important;
    }

    [b-fpjqlke763] .quickgrid tbody tr td:first-child {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: none !important;
    }

    [b-fpjqlke763] .quickgrid tbody tr td:last-child {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: none !important;
    }

    [b-fpjqlke763] .quickgrid tbody tr td {
        border-top: none !important;
        border-bottom: 1px solid var(--border-color) !important;
        padding: 6px 12px !important;
        vertical-align: middle !important;
        background: transparent !important;
        color: var(--text-primary) !important;
    }

/* Loading overlay - overflows parent when needed */
.loading-overlay[b-fpjqlke763] {
    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-fpjqlke763],
[data-bs-theme="dark"] .loading-overlay[b-fpjqlke763] {
    background: rgba(15, 20, 25, 0.9);
}

.loading-content[b-fpjqlke763] {
    text-align: center;
    padding: 2rem;
}

    .loading-content p[b-fpjqlke763] {
        margin: 0;
        color: #6c757d;
        font-size: 0.95rem;
    }

[data-theme="dark"] .loading-content p[b-fpjqlke763],
[data-bs-theme="dark"] .loading-content p[b-fpjqlke763] {
    color: #adb5bd;
}

[b-fpjqlke763] nav button {
    background-color: #adb5bd5c;
}

/* Prevent card body from causing layout shifts */
.card-body[b-fpjqlke763] {
    contain: layout style;
}

/* Ensure smooth visual experience during state changes */
.card[b-fpjqlke763] {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Inline Alert - Pill Style */
.grid-inline-alert[b-fpjqlke763] {
    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-fpjqlke763] {
    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-fpjqlke763] {
    line-height: 1.2;
}

/* Info Alert (Default) */
.grid-inline-alert--info[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(13, 202, 240, 0.25);
    color: #0dcaf0;
}

/* Warning Alert */
.grid-inline-alert--warning[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(255, 193, 7, 0.25);
    color: #ffc107;
}

/* Danger Alert */
.grid-inline-alert--danger[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(220, 53, 69, 0.25);
    color: #dc3545;
}

/* Success Alert */
.grid-inline-alert--success[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(25, 135, 84, 0.25);
    color: #198754;
}

/* Dark Theme Adjustments */
[data-bs-theme="dark"] .grid-inline-alert--info[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(13, 202, 240, 0.3);
    color: #6edff6;
}

[data-bs-theme="dark"] .grid-inline-alert--warning[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(255, 193, 7, 0.3);
    color: #ffda6a;
}

[data-bs-theme="dark"] .grid-inline-alert--danger[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(220, 53, 69, 0.3);
    color: #ea868f;
}

[data-bs-theme="dark"] .grid-inline-alert--success[b-fpjqlke763] {
    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-fpjqlke763] {
    background: rgba(25, 135, 84, 0.3);
    color: #75b798;
}

/* Action Buttons Styling */
.btn-group[b-fpjqlke763] {
    display: flex !important;
}

.action-btn[b-fpjqlke763] {
    border-radius: 0.5rem !important;
    font-weight: 600;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.813rem !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-xs[b-fpjqlke763] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

/* Light Theme - Action Buttons (Solid Premium Style) */
.action-btn.btn-primary[b-fpjqlke763] {
    background: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
}

    .action-btn.btn-primary:hover:not(:disabled)[b-fpjqlke763] {
        background: #0b5ed7 !important;
        color: white !important;
        border-color: #0a58ca !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.35);
    }

.action-btn.btn-success[b-fpjqlke763] {
    background: #198754 !important;
    color: white !important;
    border-color: #198754 !important;
}

    .action-btn.btn-success:hover:not(:disabled)[b-fpjqlke763] {
        background: #157347 !important;
        color: white !important;
        border-color: #146c43 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.35);
    }

.action-btn.btn-danger[b-fpjqlke763] {
    background: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
}

    .action-btn.btn-danger:hover:not(:disabled)[b-fpjqlke763] {
        background: #bb2d3b !important;
        color: white !important;
        border-color: #b02a37 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.35);
    }

.action-btn.btn-warning[b-fpjqlke763] {
    background: #ffc107 !important;
    color: #212529 !important;
    border-color: #ffc107 !important;
}

    .action-btn.btn-warning:hover:not(:disabled)[b-fpjqlke763] {
        background: #ffca2c !important;
        color: #212529 !important;
        border-color: #ffc720 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.35);
    }

.action-btn.btn-info[b-fpjqlke763] {
    background: #0dcaf0 !important;
    color: #212529 !important;
    border-color: #0dcaf0 !important;
}

    .action-btn.btn-info:hover:not(:disabled)[b-fpjqlke763] {
        background: #31d2f2 !important;
        color: #212529 !important;
        border-color: #25cff2 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 202, 240, 0.35);
    }

.action-btn.btn-secondary[b-fpjqlke763] {
    background: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}

    .action-btn.btn-secondary:hover:not(:disabled)[b-fpjqlke763] {
        background: #5c636a !important;
        color: white !important;
        border-color: #565e64 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.35);
    }

/* Dark Theme - Action Buttons */
[data-theme="dark"] .action-btn.btn-primary[b-fpjqlke763],
[data-bs-theme="dark"] .action-btn.btn-primary[b-fpjqlke763] {
    background: rgba(74, 158, 255, 0.15);
    color: #4a9eff;
    border-color: rgba(74, 158, 255, 0.4);
}

    [data-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-fpjqlke763],
    [data-bs-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-fpjqlke763] {
        background: #4a9eff;
        color: #0f1419;
        border-color: #4a9eff;
    }

[data-theme="dark"] .action-btn.btn-success[b-fpjqlke763],
[data-bs-theme="dark"] .action-btn.btn-success[b-fpjqlke763] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.4);
}

    [data-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-fpjqlke763],
    [data-bs-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-fpjqlke763] {
        background: #22c55e;
        color: #0f1419;
        border-color: #22c55e;
    }

[data-theme="dark"] .action-btn.btn-danger[b-fpjqlke763],
[data-bs-theme="dark"] .action-btn.btn-danger[b-fpjqlke763] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.4);
}

    [data-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-fpjqlke763],
    [data-bs-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-fpjqlke763] {
        background: #ef4444;
        color: #0f1419;
        border-color: #ef4444;
    }

[data-theme="dark"] .action-btn.btn-warning[b-fpjqlke763],
[data-bs-theme="dark"] .action-btn.btn-warning[b-fpjqlke763] {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.4);
}

    [data-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-fpjqlke763],
    [data-bs-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-fpjqlke763] {
        background: #fbbf24;
        color: #0f1419;
        border-color: #fbbf24;
    }

[data-theme="dark"] .action-btn.btn-info[b-fpjqlke763],
[data-bs-theme="dark"] .action-btn.btn-info[b-fpjqlke763] {
    background: rgba(34, 211, 238, 0.15);
    color: #22d3ee;
    border-color: rgba(34, 211, 238, 0.4);
}

    [data-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-fpjqlke763],
    [data-bs-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-fpjqlke763] {
        background: #22d3ee;
        color: #0f1419;
        border-color: #22d3ee;
    }

[data-theme="dark"] .action-btn.btn-secondary[b-fpjqlke763],
[data-bs-theme="dark"] .action-btn.btn-secondary[b-fpjqlke763] {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.4);
}

    [data-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-fpjqlke763],
    [data-bs-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-fpjqlke763] {
        background: #94a3b8;
        color: #0f1419;
        border-color: #94a3b8;
    }

/* Disabled State */
.action-btn:disabled[b-fpjqlke763] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Card Styling */
.card[b-fpjqlke763] {
    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-fpjqlke763] {
    padding: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Empty State */
.text-center i[b-fpjqlke763] {
    opacity: 0.5;
}

/* Row Selection Styling */
.clickable-row[b-fpjqlke763] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .clickable-row:hover[b-fpjqlke763] {
        background-color: #4a9eff30 !important; 
    }

/* Selected row styling with high specificity */
table tbody tr.selected-row[b-fpjqlke763],
tbody tr.selected-row[b-fpjqlke763] {
    background-color: rgba(13, 110, 253, 0.15) !important; 
}

    /* Ensure selected row takes precedence over hover */
    table tbody tr.selected-row:hover[b-fpjqlke763],
    tbody tr.selected-row:hover[b-fpjqlke763] {
        background-color: rgba(13, 110, 253, 0.2) !important;
    }

[data-theme="dark"] table tbody tr.selected-row[b-fpjqlke763],
[data-theme="dark"] tbody tr.selected-row[b-fpjqlke763],
[data-bs-theme="dark"] table tbody tr.selected-row[b-fpjqlke763],
[data-bs-theme="dark"] tbody tr.selected-row[b-fpjqlke763] {
    background-color: rgba(74, 158, 255, 0.2) !important;
}

    [data-theme="dark"] table tbody tr.selected-row:hover[b-fpjqlke763],
    [data-theme="dark"] tbody tr.selected-row:hover[b-fpjqlke763],
    [data-bs-theme="dark"] table tbody tr.selected-row:hover[b-fpjqlke763],
    [data-bs-theme="dark"] tbody tr.selected-row:hover[b-fpjqlke763] {
        background-color: rgba(74, 158, 255, 0.3) !important;
    }

/* Row-level interaction styles */
table tbody tr[b-fpjqlke763] {
    cursor: pointer;
}

    table tbody tr td[b-fpjqlke763] {
        user-select: none;
    }

/* Override QuickGrid row hover color */
[b-fpjqlke763] .quickgrid tbody tr:hover {
    background-color: #4a9eff30 !important; 
}

[b-fpjqlke763] .quickgrid tbody tr:hover td {
    background-color: #4a9eff30 !important; 
}

/* Make entire cell clickable */
.cell-clickable[b-fpjqlke763] {
    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-fpjqlke763] .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-fpjqlke763] .grid-container {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Remove extra empty rows styling */
[b-fpjqlke763] .quickgrid tbody tr:empty {
    display: none !important;
    height: 0 !important;
}

[b-fpjqlke763] .quickgrid tbody tr td:empty:only-child {
    display: none !important;
}

/* Hide placeholder rows that QuickGrid may generate */
[b-fpjqlke763] .quickgrid tbody tr:not(:has(td:not(:empty))) {
    display: none !important;
}

/* Remove any rows with only whitespace */
[b-fpjqlke763] .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-fpjqlke763] .quickgrid tbody {
    min-height: 0 !important;
    height: auto !important;
}

/* Force table to size to actual content only */
[b-fpjqlke763] .quickgrid table {
    height: auto !important;
    min-height: 0 !important;
}

/* Remove striped background that creates visual blank rows when tbody has extra space */
[b-fpjqlke763] .quickgrid.table-striped tbody {
    background-image: none !important;
    background-size: 0 !important;
}

/* Remove any spacer or placeholder rows */
[b-fpjqlke763] .quickgrid tbody tr[role="presentation"] {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

[b-fpjqlke763] .quickgrid tbody tr.placeholder-row,
[b-fpjqlke763] .quickgrid tbody tr.spacer-row {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* Hide any empty TR elements without content */
[b-fpjqlke763] .quickgrid tbody tr:not(:has(*)) {
    display: none !important;
}

/* Prevent table-striped from showing stripes beyond actual data rows */
[b-fpjqlke763] .quickgrid.table-striped > tbody > tr:nth-of-type(odd):empty {
    background-color: transparent !important;
}

[b-fpjqlke763] .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-fpjqlke763] .quickgrid.table-striped,
[b-fpjqlke763] .table-striped.quickgrid {
    background: transparent !important;
    background-image: none !important;
}

    /* Ensure only actual TR elements with TD content get stripes, not container background */
    [b-fpjqlke763] .quickgrid.table-striped tbody,
    [b-fpjqlke763] .table-striped.quickgrid tbody {
        background: transparent !important;
        background-image: none !important;
    }

/* Remove any webkit or CSS-generated striping patterns */
[b-fpjqlke763] .quickgrid tbody::before,
[b-fpjqlke763] .quickgrid tbody::after {
    display: none !important;
    content: none !important;
}
