/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   LoginLayout - Modern Glass Authentication Design
   ═══════════════════════════════════════════════════════════════════════════ */

/* Full page background with animated mesh */
.page[b-f9jvql1cor] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 50%, #1a252f 100%);
    position: relative;
    overflow: hidden;
}

.page[b-f9jvql1cor]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(24, 188, 156, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(24, 188, 156, 0.05) 0%, transparent 60%);
    animation: meshPulse-b-f9jvql1cor 10s ease-in-out infinite alternate;
    pointer-events: none;
}

.page[b-f9jvql1cor]::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    pointer-events: none;
}

@keyframes meshPulse-b-f9jvql1cor {
    0% { opacity: 0.8; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.1); }
}

.main-content[b-f9jvql1cor] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.content[b-f9jvql1cor] {
    width: 100%;
    max-width: 440px;
}

/* Error UI */
#blazor-error-ui[b-f9jvql1cor] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1100;
    border-top: 3px solid #f59e0b;
    font-weight: 500;
    color: #92400e;
}

#blazor-error-ui .reload[b-f9jvql1cor] {
    color: #2c3e50;
    text-decoration: underline;
    font-weight: 600;
}

#blazor-error-ui .dismiss[b-f9jvql1cor] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

#blazor-error-ui .dismiss:hover[b-f9jvql1cor] {
    opacity: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   MainLayout - Modern Glass Layout System
   ═══════════════════════════════════════════════════════════════════════════ */

.page[b-31u110dhnv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
}

main[b-31u110dhnv] {
    flex: 1;
}

/* Sidebar with glass effect and glow */
.sidebar[b-31u110dhnv] {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1045;
    background: linear-gradient(180deg, #1a252f 0%, #2c3e50 50%, #243342 100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        4px 0 20px rgba(0, 0, 0, 0.15),
        1px 0 0 rgba(24, 188, 156, 0.1);
    overflow: hidden;
    overflow-y: auto;
}

/* Subtle glow edge on right side */
.sidebar[b-31u110dhnv]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        180deg, 
        transparent 0%, 
        rgba(24, 188, 156, 0.3) 20%, 
        rgba(24, 188, 156, 0.4) 50%, 
        rgba(24, 188, 156, 0.3) 80%, 
        transparent 100%
    );
    pointer-events: none;
}

/* Main content area with subtle pattern */
.main-content[b-31u110dhnv] {
    margin-left: 280px;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    position: relative;
    background: 
        linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
}

/* Subtle grid pattern overlay */
.main-content[b-31u110dhnv]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(44, 62, 80, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(44, 62, 80, 0.015) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}

/* Gradient orbs for depth */
.main-content[b-31u110dhnv]::after {
    content: '';
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(24, 188, 156, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(44, 62, 80, 0.04) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.content[b-31u110dhnv] {
    position: relative;
    z-index: 1;
}

/* Top row styling */
.top-row[b-31u110dhnv] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-31u110dhnv]  a, 
.top-row[b-31u110dhnv]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.2s;
}

.top-row[b-31u110dhnv]  a:hover, 
.top-row[b-31u110dhnv]  .btn-link:hover {
    color: #18bc9c;
    text-decoration: none;
}

.top-row[b-31u110dhnv]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mobile Layout */
@media (max-width: 991.98px) {
    .main-content[b-31u110dhnv] {
        margin-left: 0;
        padding-top: 56px;
        padding-bottom: 2rem;
    }
    
    .main-content[b-31u110dhnv]::before,
    .main-content[b-31u110dhnv]::after {
        left: 0;
    }
}

/* Error UI with modern styling */
#blazor-error-ui[b-31u110dhnv] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1100;
    border-top: 3px solid #f59e0b;
    font-weight: 500;
    color: #92400e;
}

#blazor-error-ui .reload[b-31u110dhnv] {
    color: #2c3e50;
    text-decoration: underline;
    font-weight: 600;
}

#blazor-error-ui .dismiss[b-31u110dhnv] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

#blazor-error-ui .dismiss:hover[b-31u110dhnv] {
    opacity: 1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   NavMenu - Modern Glass Sidebar Design
   ═══════════════════════════════════════════════════════════════════════════ */

/* Header with gradient and glow */
.sidebar-header[b-mfha971gtf] {
    background: linear-gradient(180deg, #1a252f 0%, #2c3e50 100%);
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(24, 188, 156, 0.2);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-header[b-mfha971gtf]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 188, 156, 0.5), transparent);
}

.sidebar-header .navbar-brand img[b-mfha971gtf] {
    filter: drop-shadow(0 0 8px rgba(24, 188, 156, 0.3));
    transition: all 0.3s ease;
}

.sidebar-header .navbar-brand:hover img[b-mfha971gtf] {
    filter: drop-shadow(0 0 12px rgba(24, 188, 156, 0.5));
    transform: scale(1.02);
}

/* Content container with subtle pattern */
.sidebar-content[b-mfha971gtf] {
    background: linear-gradient(180deg, #2c3e50 0%, #243342 100%);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    scrollbar-gutter: stable;
}

.sidebar-content[b-mfha971gtf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.02) 1px, transparent 0);
    background-size: 20px 20px;
    pointer-events: none;
}

/* Main navigation links */
[b-mfha971gtf] .sidebar-link {
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    border-left: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75) !important;
    position: relative;
    margin: 2px 8px;
    border-radius: 8px;
    background: transparent;
}

[b-mfha971gtf] .sidebar-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(24, 188, 156, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 8px;
    pointer-events: none;
}

[b-mfha971gtf] .sidebar-link:hover,
[b-mfha971gtf] .sidebar-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
    border-left-color: rgba(24, 188, 156, 0.5);
}

[b-mfha971gtf] .sidebar-link:hover::before {
    opacity: 1;
}

[b-mfha971gtf] .sidebar-link.active {
    background: linear-gradient(90deg, rgba(24, 188, 156, 0.15) 0%, rgba(24, 188, 156, 0.05) 100%);
    border-left-color: #18bc9c;
    color: #fff !important;
    box-shadow: inset 0 0 20px rgba(24, 188, 156, 0.1);
}

[b-mfha971gtf] .sidebar-link.active::before {
    opacity: 0;
}

/* Icons with glow effect */
[b-mfha971gtf] .sidebar-icon {
    font-size: 1rem;
    margin-right: 0.875rem;
    width: 20px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0.7;
    flex-shrink: 0;
}

[b-mfha971gtf] .sidebar-link:hover .sidebar-icon,
[b-mfha971gtf] .sidebar-link:focus .sidebar-icon {
    opacity: 1;
    color: #18bc9c;
}

[b-mfha971gtf] .sidebar-link.active .sidebar-icon {
    opacity: 1;
    color: #18bc9c;
    filter: drop-shadow(0 0 6px rgba(24, 188, 156, 0.6));
}

[b-mfha971gtf] .sidebar-text {
    flex-grow: 1;
    letter-spacing: 0.01em;
}

/* Toggle button for submenus */
[b-mfha971gtf] .sidebar-toggle {
    justify-content: flex-start;
}

[b-mfha971gtf] .toggle-icon {
    font-size: 0.625rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    opacity: 0.5;
}

[b-mfha971gtf] .sidebar-toggle:not(.collapsed) .toggle-icon {
    transform: rotate(180deg);
    opacity: 0.8;
}

[b-mfha971gtf] .sidebar-toggle:not(.collapsed) {
    background: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(24, 188, 156, 0.3);
}

/* Collapse container fix for cross-browser consistency */
[b-mfha971gtf] .collapse,
[b-mfha971gtf] .collapsing {
    width: 100%;
}

/* Submenu container with glass effect */
[b-mfha971gtf] .submenu-nav {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 8px 16px -8px rgba(0, 0, 0, 0.4);
    margin: 0 8px 4px 8px;
    border-radius: 0 0 8px 8px;
    padding: 4px 0;
    position: relative;
    width: calc(100% - 16px);
}

[b-mfha971gtf] .submenu-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 188, 156, 0.2), transparent);
}

/* Submenu links */
[b-mfha971gtf] .sidebar-sublink {
    padding: 0.7rem 1rem 0.7rem 2.5rem !important;
    display: flex;
    align-items: center;
    border-left: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65) !important;
    margin: 2px 4px;
    border-radius: 6px;
}

[b-mfha971gtf] .sidebar-sublink:hover,
[b-mfha971gtf] .sidebar-sublink:focus {
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
}

[b-mfha971gtf] .sidebar-sublink.active {
    background: linear-gradient(90deg, rgba(24, 188, 156, 0.12) 0%, transparent 100%);
    border-left-color: #18bc9c;
    color: #fff !important;
}

/* Small bullet icons in submenu */
[b-mfha971gtf] .sidebar-icon-small {
    font-size: 0.25rem;
    margin-right: 0.625rem;
    width: 16px;
    text-align: center;
    opacity: 0.4;
    flex-shrink: 0;
    transition: all 0.3s;
}

[b-mfha971gtf] .sidebar-sublink:hover .sidebar-icon-small {
    opacity: 0.8;
    color: #18bc9c;
}

[b-mfha971gtf] .sidebar-sublink.active .sidebar-icon-small {
    opacity: 1;
    color: #18bc9c;
    font-size: 0.35rem;
}

/* Divider with gradient */
.sidebar-divider[b-mfha971gtf] {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 0.75rem 1rem;
}

/* Custom Scrollbar - Sleek design */
.custom-scrollbar[b-mfha971gtf]::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar[b-mfha971gtf]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-mfha971gtf]::-webkit-scrollbar-thumb {
    background: rgba(24, 188, 156, 0.3);
    border-radius: 4px;
}

.custom-scrollbar[b-mfha971gtf]::-webkit-scrollbar-thumb:hover {
    background: rgba(24, 188, 156, 0.5);
}

/* Version footer */
[b-mfha971gtf] .text-muted.small {
    opacity: 0.5;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

/* Hover glow effect for entire nav item */
[b-mfha971gtf] .nav-item {
    position: relative;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .sidebar-header[b-mfha971gtf] {
        justify-content: center;
    }
}
/* /Components/Layout/NavMenuMobile.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   NavMenuMobile - Modern Glass Mobile Navigation
   ═══════════════════════════════════════════════════════════════════════════ */

/* Top navbar with glass effect */
.mobile-navbar[b-li4ejni5hc] {
    height: 56px;
    z-index: 1050;
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%) !important;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(24, 188, 156, 0.2);
    border-bottom: none;
}

.mobile-navbar[b-li4ejni5hc]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 188, 156, 0.4), transparent);
}

/* Menu toggle button */
.mobile-navbar .btn-link[b-li4ejni5hc] {
    transition: transform 0.3s ease;
}

.mobile-navbar .btn-link:active[b-li4ejni5hc] {
    transform: scale(0.9);
}

/* Logo glow */
.mobile-navbar .navbar-brand img[b-li4ejni5hc] {
    filter: drop-shadow(0 0 8px rgba(24, 188, 156, 0.3));
}

/* Backdrop with blur */
.mobile-menu-backdrop[b-li4ejni5hc] {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 56px);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
    animation: fadeIn-b-li4ejni5hc 0.25s ease-out;
}

/* Drawer with modern styling */
.mobile-menu-drawer[b-li4ejni5hc] {
    position: fixed;
    top: 56px;
    left: 0;
    width: 280px;
    max-width: 85vw;
    height: calc(100vh - 56px);
    background: linear-gradient(180deg, #1a252f 0%, #2c3e50 50%, #243342 100%);
    z-index: 1045;
    box-shadow: 
        8px 0 30px rgba(0, 0, 0, 0.4),
        1px 0 0 rgba(24, 188, 156, 0.2);
    animation: slideIn-b-li4ejni5hc 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Glow edge */
.mobile-menu-drawer[b-li4ejni5hc]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        180deg, 
        rgba(24, 188, 156, 0.4) 0%, 
        rgba(24, 188, 156, 0.2) 50%, 
        transparent 100%
    );
    pointer-events: none;
}

.mobile-menu-content[b-li4ejni5hc] {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: transparent;
    position: relative;
}

/* Subtle pattern */
.mobile-menu-content[b-li4ejni5hc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.02) 1px, transparent 0);
    background-size: 20px 20px;
    pointer-events: none;
}

/* Main menu links */
[b-li4ejni5hc] .mobile-nav-link {
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    border-left: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75) !important;
    background: transparent;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 2px 8px;
    border-radius: 8px;
    position: relative;
}

[b-li4ejni5hc] .mobile-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(24, 188, 156, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 8px;
    pointer-events: none;
}

[b-li4ejni5hc] .mobile-nav-link:hover,
[b-li4ejni5hc] .mobile-nav-link:focus {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 1.8rem;
    color: #fff !important;
    border-left-color: rgba(24, 188, 156, 0.5);
}

[b-li4ejni5hc] .mobile-nav-link:hover::before {
    opacity: 1;
}

[b-li4ejni5hc] .mobile-nav-link.active {
    background: linear-gradient(90deg, rgba(24, 188, 156, 0.15) 0%, rgba(24, 188, 156, 0.05) 100%);
    border-left-color: #18bc9c;
    color: #fff !important;
    box-shadow: inset 0 0 20px rgba(24, 188, 156, 0.1);
}

/* Icons */
[b-li4ejni5hc] .mobile-nav-link > i:first-child {
    font-size: 1rem;
    margin-right: 0.875rem;
    width: 20px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0.7;
    flex-shrink: 0;
}

[b-li4ejni5hc] .mobile-nav-link:hover > i:first-child,
[b-li4ejni5hc] .mobile-nav-link:focus > i:first-child {
    opacity: 1;
    color: #18bc9c;
}

[b-li4ejni5hc] .mobile-nav-link.active > i:first-child {
    opacity: 1;
    color: #18bc9c;
    filter: drop-shadow(0 0 6px rgba(24, 188, 156, 0.6));
}

/* Text span */
[b-li4ejni5hc] .mobile-nav-link > span {
    flex-grow: 1;
    letter-spacing: 0.01em;
}

/* Toggle icon */
[b-li4ejni5hc] .toggle-icon {
    font-size: 0.625rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    opacity: 0.5;
}

[b-li4ejni5hc] .toggle-icon.rotated {
    transform: rotate(180deg);
    opacity: 0.8;
}

/* Submenu container */
[b-li4ejni5hc] .mobile-submenu {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 8px 16px -8px rgba(0, 0, 0, 0.4);
    margin: 0 8px 4px 8px;
    border-radius: 0 0 8px 8px;
    padding: 4px 0;
    animation: expandDown-b-li4ejni5hc 0.25s ease-out;
    position: relative;
}

[b-li4ejni5hc] .mobile-submenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 188, 156, 0.2), transparent);
}

/* Submenu links */
[b-li4ejni5hc] .mobile-nav-sublink {
    padding: 0.7rem 1rem 0.7rem 2.5rem !important;
    display: flex;
    align-items: center;
    border-left: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65) !important;
    margin: 2px 4px;
    border-radius: 6px;
}

[b-li4ejni5hc] .mobile-nav-sublink:hover,
[b-li4ejni5hc] .mobile-nav-sublink:focus {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 2.8rem !important;
    color: #fff !important;
}

[b-li4ejni5hc] .mobile-nav-sublink.active {
    background: linear-gradient(90deg, rgba(24, 188, 156, 0.12) 0%, transparent 100%);
    border-left-color: #18bc9c;
    color: #fff !important;
}

/* Small bullet icons */
[b-li4ejni5hc] .mobile-nav-sublink > i.small {
    font-size: 0.25rem;
    margin-right: 0.625rem;
    width: 16px;
    text-align: center;
    opacity: 0.4;
    flex-shrink: 0;
    transition: all 0.3s;
}

[b-li4ejni5hc] .mobile-nav-sublink:hover > i.small {
    opacity: 0.8;
    color: #18bc9c;
}

[b-li4ejni5hc] .mobile-nav-sublink.active > i.small {
    opacity: 1;
    color: #18bc9c;
    font-size: 0.35rem;
}

/* Divider */
[b-li4ejni5hc] hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 0.75rem 1rem;
}

/* Custom Scrollbar */
.custom-scrollbar[b-li4ejni5hc]::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar[b-li4ejni5hc]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-li4ejni5hc]::-webkit-scrollbar-thumb {
    background: rgba(24, 188, 156, 0.3);
    border-radius: 4px;
}

.custom-scrollbar[b-li4ejni5hc]::-webkit-scrollbar-thumb:hover {
    background: rgba(24, 188, 156, 0.5);
}

/* Version footer */
[b-li4ejni5hc] .text-muted.small {
    opacity: 0.5;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

/* Animations */
@keyframes fadeIn-b-li4ejni5hc {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-li4ejni5hc {
    from { 
        transform: translateX(-100%);
        opacity: 0.5;
    }
    to { 
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandDown-b-li4ejni5hc {
    from { 
        opacity: 0;
        max-height: 0;
        transform: translateY(-8px);
    }
    to { 
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qgiwutgumc],
.components-reconnect-repeated-attempt-visible[b-qgiwutgumc],
.components-reconnect-failed-visible[b-qgiwutgumc],
.components-pause-visible[b-qgiwutgumc],
.components-resume-failed-visible[b-qgiwutgumc],
.components-rejoining-animation[b-qgiwutgumc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-retrying[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-failed[b-qgiwutgumc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qgiwutgumc] {
    display: block;
}


#components-reconnect-modal[b-qgiwutgumc] {
    background-color: white;
    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-qgiwutgumc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qgiwutgumc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qgiwutgumc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qgiwutgumc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qgiwutgumc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qgiwutgumc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qgiwutgumc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qgiwutgumc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qgiwutgumc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qgiwutgumc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qgiwutgumc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qgiwutgumc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qgiwutgumc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qgiwutgumc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qgiwutgumc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qgiwutgumc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qgiwutgumc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qgiwutgumc {
    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;
    }
}
