/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i8u2spiuoy] { min-height:100vh; display:flex; flex-direction:column; }
main[b-i8u2spiuoy] { flex:1; min-width:0; }
.sidebar[b-i8u2spiuoy] { background:#112925; }
.top-row[b-i8u2spiuoy] { background:rgba(255,255,255,.93); backdrop-filter:blur(12px); border-bottom:1px solid #e1e9e6; justify-content:space-between; min-height:3.75rem; display:flex; align-items:center; }
.top-row[b-i8u2spiuoy]  a { color:#53645f; white-space:nowrap; }
.environment-pill[b-i8u2spiuoy] { display:flex; align-items:center; gap:.45rem; color:#65736f; font-size:.78rem; } .environment-pill span[b-i8u2spiuoy] { width:7px; height:7px; border-radius:50%; background:#2b9a77; box-shadow:0 0 0 4px #dff4ec; }
article[b-i8u2spiuoy] { max-width:1500px; margin:0 auto; }
@media (min-width:641px) { .page[b-i8u2spiuoy] { flex-direction:row; } .sidebar[b-i8u2spiuoy] { width:260px; height:100vh; position:sticky; top:0; flex:0 0 260px; } .top-row[b-i8u2spiuoy] { position:sticky; top:0; z-index:5; padding-left:2rem!important; padding-right:2rem!important; } article[b-i8u2spiuoy] { padding:1rem 2rem 3rem!important; } }
@media (max-width:640px) { .top-row[b-i8u2spiuoy] { display:none; } article[b-i8u2spiuoy] { padding:1rem!important; } }
#blazor-error-ui[b-i8u2spiuoy] { display:none; }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-amyekfxsdp] { appearance:none; cursor:pointer; width:3.2rem; height:2.5rem; color:white; position:absolute; top:.6rem; right:1rem; border:1px solid rgba(255,255,255,.15); border-radius:8px; 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,.8%29' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem rgba(255,255,255,.06); }
.top-row[b-amyekfxsdp] { min-height:4.6rem; background:#112925; border-bottom:1px solid rgba(255,255,255,.09); padding-left:1rem!important; }
.navbar-brand[b-amyekfxsdp] { color:white; font-size:1rem; font-weight:720; display:flex; align-items:center; gap:.7rem; }
.navbar-brand small[b-amyekfxsdp] { display:block; color:#7fa49a; font-weight:500; font-size:.62rem; letter-spacing:.04em; margin-top:.12rem; }
.brand-mark[b-amyekfxsdp] { display:grid; place-items:center; width:34px; height:34px; border-radius:10px; background:#18a078; color:white; font-weight:900; }
.nav-scrollable[b-amyekfxsdp] { display:none; padding:.65rem 0 1rem; }
.navbar-toggler:checked ~ .nav-scrollable[b-amyekfxsdp] { display:block; }
.nav-section[b-amyekfxsdp] { color:#6d9288; font-size:.6rem; font-weight:850; letter-spacing:.14em; text-transform:uppercase; padding:1.05rem 1.25rem .35rem; }
.nav-item[b-amyekfxsdp] { font-size:.82rem; padding:0 .7rem .18rem!important; }
.nav-item[b-amyekfxsdp]  .nav-link { color:#b9cdc8; background:none; border:0; border-radius:8px; min-height:2.3rem; display:flex; align-items:center; width:100%; padding:.35rem .65rem; }
.nav-item[b-amyekfxsdp]  a.active { background:#1b443a; color:#e9fff8; }
.nav-item[b-amyekfxsdp]  .nav-link:hover { background:rgba(255,255,255,.06); color:white; }
.nav-icon[b-amyekfxsdp] { width:1.5rem; display:inline-flex; justify-content:center; margin-right:.55rem; color:#79bba7; font-size:1rem; }
.nav-item form[b-amyekfxsdp] { width:100%; }
@media (min-width:641px) { .navbar-toggler[b-amyekfxsdp] { display:none; } .nav-scrollable[b-amyekfxsdp] { display:block; height:calc(100vh - 4.6rem); overflow-y:auto; scrollbar-width:thin; scrollbar-color:#31574e transparent; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jlr0loc456],
.components-reconnect-repeated-attempt-visible[b-jlr0loc456],
.components-reconnect-failed-visible[b-jlr0loc456],
.components-pause-visible[b-jlr0loc456],
.components-resume-failed-visible[b-jlr0loc456],
.components-rejoining-animation[b-jlr0loc456] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-retrying[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-failed[b-jlr0loc456],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jlr0loc456] {
    display: block;
}


#components-reconnect-modal[b-jlr0loc456] {
    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-jlr0loc456 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jlr0loc456 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jlr0loc456 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jlr0loc456]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jlr0loc456 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jlr0loc456 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jlr0loc456 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jlr0loc456 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jlr0loc456] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jlr0loc456] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jlr0loc456] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jlr0loc456] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jlr0loc456] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jlr0loc456] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jlr0loc456] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jlr0loc456 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jlr0loc456] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jlr0loc456 {
    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;
    }
}
