@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-4mc5l0rl2e] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 28%),
        radial-gradient(circle at bottom right, rgba(245, 158, 11, 0.18), transparent 22%),
        linear-gradient(135deg, #f7f4ed 0%, #f1ece2 48%, #e7ecf5 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dashboard-shell[b-phndqyvyxt] {
    min-height: 100vh;
    overflow-x: hidden;
    --lte-sidebar-width: 16rem;
    --sicif-navy: #12213d;
    --sicif-blue: #0b5fa5;
    --sicif-gold: #c79a22;
    --sicif-border: rgba(15, 23, 42, 0.08);
    background: #eef3f8;
}

.app-header[b-phndqyvyxt] {
    min-height: 72px;
    border-bottom: 1px solid var(--sicif-border);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.topbar-brand[b-phndqyvyxt] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.topbar-kicker[b-phndqyvyxt] {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    color: var(--sicif-blue);
    font-weight: 700;
}

.topbar-user[b-phndqyvyxt] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.topbar-user-button[b-phndqyvyxt] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    max-width: min(360px, 48vw);
    min-height: 2.75rem;
    border-color: rgba(15, 23, 42, 0.08);
}

.topbar-avatar[b-phndqyvyxt] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(11, 95, 165, 0.1);
    color: #0b5fa5;
    flex: 0 0 auto;
}

.topbar-user-text[b-phndqyvyxt] {
    min-width: 0;
    text-align: left;
}

.topbar-user-text strong[b-phndqyvyxt] {
    display: block;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar-user-label[b-phndqyvyxt] {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6b7280;
}

.dashboard-sidebar[b-phndqyvyxt] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(199, 154, 34, 0.16), transparent 26%),
        linear-gradient(180deg, #12213d 0%, #173a6a 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: width 0.18s ease, transform 0.2s ease-in-out;
}

.sidebar-backdrop[b-phndqyvyxt] {
    display: none;
}

.dashboard-main[b-phndqyvyxt] {
    background:
        linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
    min-width: 0;
    overflow-x: hidden;
}

.dashboard-content[b-phndqyvyxt] {
    padding: 1.35rem;
    max-width: 100%;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .dashboard-shell.sidebar-collapsed[b-phndqyvyxt] {
        --lte-sidebar-width: 5rem;
        --sicif-sidebar-brand-padding: 1rem 0.6rem;
        --sicif-sidebar-brand-display: grid;
        --sicif-sidebar-brand-justify: center;
        --sicif-sidebar-title-display: none;
        --sicif-sidebar-logo-width: 3rem;
        --sicif-sidebar-logo-margin-bottom: 0;
        --sicif-sidebar-nav-padding: 0.7rem 0.5rem;
        --sicif-sidebar-link-padding: 0.72rem 0.5rem;
        --sicif-sidebar-link-gap: 0;
        --sicif-sidebar-link-justify: center;
        --sicif-sidebar-label-display: none;
    }

    .dashboard-shell.sidebar-collapsed .dashboard-sidebar[b-phndqyvyxt] {
        width: 5rem;
    }
}

@media (max-width: 991.98px) {
    .dashboard-shell[b-phndqyvyxt],
    .dashboard-shell.sidebar-collapsed[b-phndqyvyxt] {
        --lte-sidebar-width: 0;
    }

    .app-header[b-phndqyvyxt] {
        height: auto;
    }

    .app-header .container-fluid[b-phndqyvyxt] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.65rem;
        flex-wrap: nowrap;
    }

    .topbar-user[b-phndqyvyxt] {
        width: auto;
        justify-content: end;
    }

    .topbar-brand[b-phndqyvyxt] {
        justify-content: center;
    }

    .topbar-brand strong[b-phndqyvyxt] {
        display: block;
        max-width: 34vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .topbar-logo[b-phndqyvyxt] {
        width: 40px;
    }

    .topbar-user-button[b-phndqyvyxt] {
        max-width: 42vw;
        padding-inline: 0.55rem;
    }

    .topbar-avatar[b-phndqyvyxt],
    .topbar-user-label[b-phndqyvyxt] {
        display: none;
    }

    .topbar-user-text strong[b-phndqyvyxt] {
        max-width: 29vw;
        font-size: 0.82rem;
    }

    .dashboard-sidebar[b-phndqyvyxt] {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1045;
        width: 280px;
        height: 100dvh;
        max-height: 100dvh;
        margin-left: 0 !important;
        visibility: visible;
        opacity: 1;
        transform: translateX(-100%);
        overflow: hidden;
    }

    .dashboard-shell.sidebar-open .dashboard-sidebar[b-phndqyvyxt] {
        margin-left: 0 !important;
        transform: translateX(0) !important;
    }

    .sidebar-backdrop[b-phndqyvyxt] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        border: 0;
        background: rgba(15, 23, 42, 0.42);
    }

    .dashboard-content[b-phndqyvyxt] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-9kua7pga5s] {
    flex: 0 0 auto;
    padding: var(--sicif-sidebar-brand-padding, 1.35rem 1.15rem 1rem);
    color: #f8fbff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 0;
    display: var(--sicif-sidebar-brand-display, block);
    justify-items: var(--sicif-sidebar-brand-justify, initial);
}

.sidebar-kicker[b-9kua7pga5s] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    opacity: 0.7;
}

.sidebar-brand h2[b-9kua7pga5s] {
    margin: 0 0 0.4rem;
    font-size: 1.55rem;
    color: #ffffff;
    letter-spacing: 0;
    white-space: nowrap;
    display: var(--sicif-sidebar-title-display, block);
}

.sidebar-logo[b-9kua7pga5s] {
    width: var(--sicif-sidebar-logo-width, 168px);
    margin-bottom: var(--sicif-sidebar-logo-margin-bottom, 1rem);
}

.sidebar-copy[b-9kua7pga5s] {
    margin: 0;
    line-height: 1.5;
    color: rgba(248, 251, 255, 0.8);
}

.sidebar-nav[b-9kua7pga5s] {
    flex: 1 1 auto;
    min-height: 0;
    padding: var(--sicif-sidebar-nav-padding, 0.9rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.nav-item[b-9kua7pga5s] {
    margin-bottom: 0.35rem;
}

.nav-item[b-9kua7pga5s]  .nav-link {
    display: flex;
    align-items: center;
    justify-content: var(--sicif-sidebar-link-justify, flex-start);
    gap: var(--sicif-sidebar-link-gap, 0.75rem);
    min-height: 2.75rem;
    padding: var(--sicif-sidebar-link-padding, 0.72rem 0.85rem);
    border-radius: 0.5rem;
    color: rgba(248, 251, 255, 0.86);
    text-decoration: none;
    font-weight: 600;
    border: 1px solid transparent;
    min-width: 0;
}

.nav-item[b-9kua7pga5s]  .nav-icon {
    width: 1.25rem;
    flex: 0 0 1.25rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
}

.nav-label[b-9kua7pga5s] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: var(--sicif-sidebar-label-display, inline-block);
}

.nav-item[b-9kua7pga5s]  .nav-link.active {
    background: #ffffff;
    color: #12213d;
    border-color: rgba(199, 154, 34, 0.35);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.nav-item[b-9kua7pga5s]  .nav-link.active .nav-icon {
    color: #0b5fa5;
}

.nav-item[b-9kua7pga5s]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .sidebar-brand[b-9kua7pga5s] {
        padding: 0.85rem 0.9rem 0.7rem;
    }

    .sidebar-brand h2[b-9kua7pga5s] {
        font-size: 1.35rem;
        margin-bottom: 0;
    }

    .sidebar-nav[b-9kua7pga5s] {
        max-height: none;
        padding: 0.65rem 0.75rem 1rem;
    }

    .nav-item[b-9kua7pga5s] {
        margin-bottom: 0.2rem;
    }

    .nav-item[b-9kua7pga5s]  .nav-link {
        min-height: 2.45rem;
        padding: 0.58rem 0.72rem;
        gap: 0.65rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d5hf5rb5tp],
.components-reconnect-repeated-attempt-visible[b-d5hf5rb5tp],
.components-reconnect-failed-visible[b-d5hf5rb5tp],
.components-pause-visible[b-d5hf5rb5tp],
.components-resume-failed-visible[b-d5hf5rb5tp],
.components-rejoining-animation[b-d5hf5rb5tp] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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