@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hk3euj5otj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-hk3euj5otj] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-hk3euj5otj] {
    background:
        linear-gradient(165deg, #16382e 0%, #0f241d 48%, #10241f 100%);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
}

.top-row[b-hk3euj5otj] {
    background-color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--md-outline-variant, #dce5e0);
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-row a[b-hk3euj5otj], .top-row .btn-link[b-hk3euj5otj] {
    white-space: nowrap;
    margin-inline-start: 1.5rem;
    text-decoration: none;
}

@media (max-width: 640.98px) {
    .top-row[b-hk3euj5otj] {
        justify-content: space-between;
    }

    .top-row a[b-hk3euj5otj], .top-row .btn-link[b-hk3euj5otj] {
        margin-inline-start: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hk3euj5otj] {
        flex-direction: row;
    }

    .sidebar[b-hk3euj5otj] {
        width: 272px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hk3euj5otj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    main > article[b-hk3euj5otj] {
        padding-inline: 1.75rem !important;
        padding-block: 1.5rem 2.25rem !important;
        max-width: 1200px;
    }
}

#blazor-error-ui[b-hk3euj5otj] {
    color-scheme: light only;
    background: #fff8e1;
    color: #5d4037;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-hk3euj5otj] {
    cursor: pointer;
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tfowxztozv] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.75rem;
    color: white;
    position: absolute;
    top: 0.4rem;
    left: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    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.5rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-tfowxztozv] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-tfowxztozv] {
    height: 3.5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-tfowxztozv] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.nav-item[b-tfowxztozv] {
    font-size: 0.92rem;
    padding-bottom: 0.25rem;
}

.nav-item:first-of-type[b-tfowxztozv] {
    padding-top: 0.85rem;
}

.nav-item:last-of-type[b-tfowxztozv] {
    padding-bottom: 1rem;
}

.nav-item[b-tfowxztozv]  .nav-link {
    color: rgba(232, 240, 236, 0.82);
    border-radius: 999px;
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    padding-inline: 0.95rem;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-item[b-tfowxztozv]  a.active {
    background-color: rgba(200, 240, 223, 0.18);
    color: #ffffff;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(200, 240, 223, 0.2);
}

.nav-item[b-tfowxztozv]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
}

.nav-scrollable[b-tfowxztozv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-tfowxztozv] {
    display: block;
}

.nav-item[b-tfowxztozv]  .form-select {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: #f4f7f5;
}

.nav-item[b-tfowxztozv]  .form-select:focus {
    border-color: rgba(200, 240, 223, 0.55);
    box-shadow: 0 0 0 0.15rem rgba(200, 240, 223, 0.18);
}

.nav-item[b-tfowxztozv]  .form-select option {
    color: #1a1c1b;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tfowxztozv] {
        display: none;
    }

    .nav-scrollable[b-tfowxztozv] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding-bottom: 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wlxgvm8vyz],
.components-reconnect-repeated-attempt-visible[b-wlxgvm8vyz],
.components-reconnect-failed-visible[b-wlxgvm8vyz],
.components-pause-visible[b-wlxgvm8vyz],
.components-resume-failed-visible[b-wlxgvm8vyz],
.components-rejoining-animation[b-wlxgvm8vyz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-retrying[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-failed[b-wlxgvm8vyz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wlxgvm8vyz] {
    display: block;
}


#components-reconnect-modal[b-wlxgvm8vyz] {
    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-wlxgvm8vyz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wlxgvm8vyz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wlxgvm8vyz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wlxgvm8vyz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wlxgvm8vyz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wlxgvm8vyz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wlxgvm8vyz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wlxgvm8vyz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wlxgvm8vyz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wlxgvm8vyz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wlxgvm8vyz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wlxgvm8vyz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wlxgvm8vyz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wlxgvm8vyz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wlxgvm8vyz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wlxgvm8vyz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wlxgvm8vyz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wlxgvm8vyz {
    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;
    }
}
