/* /Components/Layout/MainLayout.razor.rz.scp.css */
.visa-header[b-25ka1d84xe] {
    height: 52px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-shrink: 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    z-index: 10;
}

.logo-area[b-25ka1d84xe] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #2563eb;
}

.logo-icon[b-25ka1d84xe] { line-height: 1; }

.header-separator[b-25ka1d84xe] {
    width: 1px;
    height: 24px;
    background: #d1d5db;
    margin: 0 14px;
}

.app-name[b-25ka1d84xe] {
    font-size: 18px;
    font-weight: 700;
    color: #374151;
}

.user-area[b-25ka1d84xe] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
}

.user-area[b-25ka1d84xe]  .mdi { color: #6b7280; }

.username[b-25ka1d84xe] {
    color: #374151;
    font-weight: 500;
    font-size: 14px;
}

.logout-btn[b-25ka1d84xe] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #6b7280;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    margin-left: 4px;
}

.logout-btn:hover[b-25ka1d84xe] {
    background: #f3f4f6;
    color: #ef4444;
}

.visa-main[b-25ka1d84xe] {
    flex-grow: 1;
    height: 100%;
    position: relative;
    background: #f9fafb;
    overflow: auto;
}

.visa-content[b-25ka1d84xe] {
    padding: 24px;
    min-height: 100%;
}

#blazor-error-ui[b-25ka1d84xe] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-25ka1d84xe] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-uwg28av284] {
    background: #fff;
    height: 100%;
    width: 256px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-right: 1px solid #e5e7eb;
    transition: width 0.3s;
}

.sidebar.collapsed[b-uwg28av284] { width: 68px; }
.sidebar.collapsed .nav-label[b-uwg28av284],
.sidebar.collapsed .nav-section-title[b-uwg28av284],
.sidebar.collapsed .copyright-text[b-uwg28av284] { display: none; }
.sidebar.collapsed .nav-item[b-uwg28av284]  a {
    justify-content: center;
    padding: 0;
    margin: 1px 8px;
}
.sidebar.collapsed .nav-icon[b-uwg28av284] { margin-right: 0; }

.nav-scroll[b-uwg28av284] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.nav-section-title[b-uwg28av284] {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 16px 16px 6px;
    white-space: nowrap;
    overflow: hidden;
}

.nav-item[b-uwg28av284] { font-size: 0.9rem; overflow: hidden; }
.nav-item .nav-label[b-uwg28av284] { font-size: 14px; font-weight: 500; white-space: nowrap; }
.nav-item .nav-icon[b-uwg28av284] {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    margin-right: 8px;
    color: #9ca3af;
    flex-shrink: 0;
}
.nav-item[b-uwg28av284]  a {
    display: flex;
    align-items: center;
    padding: 0 12px;
    margin: 1px 8px;
    color: #4b5563;
    border-radius: 8px;
    height: 40px;
    text-decoration: none;
    transition: all 0.15s;
}
.nav-item[b-uwg28av284]  a:hover { background-color: #f3f4f6; color: #111827; }
.nav-item[b-uwg28av284]  a:hover .nav-icon { color: #6b7280; }
.nav-item[b-uwg28av284]  a.active { background-color: #eff6ff; color: #2563eb; }
.nav-item[b-uwg28av284]  a.active .nav-icon { color: #2563eb; }

.copyright[b-uwg28av284] {
    padding: 12px 16px;
    margin-top: auto;
    border-top: 1px solid #f3f4f6;
}
.copyright-text[b-uwg28av284] { font-size: 11px; color: #9ca3af; line-height: 1.4; }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c05sluznj8],
.components-reconnect-repeated-attempt-visible[b-c05sluznj8],
.components-reconnect-failed-visible[b-c05sluznj8],
.components-pause-visible[b-c05sluznj8],
.components-resume-failed-visible[b-c05sluznj8],
.components-rejoining-animation[b-c05sluznj8] {
    display: none;
}

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


#components-reconnect-modal[b-c05sluznj8] {
    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-c05sluznj8 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-c05sluznj8 {
    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/Pages/Identity/IdentityLayout.razor.rz.scp.css */
.identity-wrapper[b-83lx2o49e2] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 60%, #f0f4f8 100%);
}
/* /Components/Pages/Identity/Login.razor.rz.scp.css */
.login-card[b-bthpj9ahx6] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
    width: 380px;
    padding: 2.5rem 2rem 2rem;
}

.login-logo[b-bthpj9ahx6] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.login-title[b-bthpj9ahx6] {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1.5rem 0;
}

.login-card .form-control[b-bthpj9ahx6] { background-color: #ffffff; border-color: #cbd5e1; color: #1e293b; }
.login-card .form-control:focus[b-bthpj9ahx6] {
    background-color: #ffffff;
    border-color: #3b82f6;
    color: #1e293b;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.2);
}
.login-card .form-floating > label[b-bthpj9ahx6] { color: #64748b; }
.login-card .form-control[b-bthpj9ahx6]::placeholder { color: #94a3b8; }
.login-card .form-label[b-bthpj9ahx6] { color: #475569; }
.login-card .alert-danger[b-bthpj9ahx6] { background-color: #fef2f2; border-color: #fecaca; color: #dc2626; }
