@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.account-shell[b-fmcbl8yvv9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: var(--go-forest);
    /* The same contour lines as the sidebar, a little stronger on this empty field. */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='520' viewBox='0 0 520 520'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.06' stroke-width='1'%3E%3Cpath d='M-20 120 C 80 60 180 170 280 110 S 460 40 560 100'/%3E%3Cpath d='M-20 160 C 90 100 170 215 290 150 S 450 90 560 140'/%3E%3Cpath d='M-20 205 C 100 150 170 255 300 195 S 440 140 560 185'/%3E%3Cpath d='M-20 250 C 110 205 180 300 310 245 S 440 190 560 235'/%3E%3Cpath d='M-20 300 C 120 260 190 345 320 295 S 450 245 560 285'/%3E%3Cpath d='M-20 350 C 125 315 205 395 330 345 S 455 300 560 335'/%3E%3Cpath d='M-20 400 C 130 370 215 440 340 395 S 460 355 560 385'/%3E%3Cellipse cx='392' cy='96' rx='44' ry='22'/%3E%3Cellipse cx='392' cy='96' rx='22' ry='10'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 520px 520px;
}

.account-card[b-fmcbl8yvv9] {
    width: 100%;
    max-width: 380px;
    background: var(--go-surface);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.account-brand[b-fmcbl8yvv9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1.5rem;
}

.account-brand img[b-fmcbl8yvv9] {
    width: 200px;
    height: auto;
}

.account-brand span[b-fmcbl8yvv9] {
    color: var(--go-muted);
    font-size: var(--go-fs-xs);
    font-weight: 600;
    letter-spacing: 0.2em;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uz8mdcicqw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uz8mdcicqw] {
    flex: 1;
    min-width: 0;
}

.top-row[b-uz8mdcicqw] {
    justify-content: flex-end;
    height: 3.25rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-uz8mdcicqw] {
        justify-content: flex-end;
    }
}

@media (min-width: 641px) {
    .page[b-uz8mdcicqw] {
        flex-direction: row;
    }

    .sidebar[b-uz8mdcicqw] {
        width: 244px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex: none;
    }

    .top-row[b-uz8mdcicqw] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-uz8mdcicqw], article[b-uz8mdcicqw] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-uz8mdcicqw] {
    color-scheme: light only;
    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-uz8mdcicqw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vmkrliw082] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vmkrliw082] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vmkrliw082] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar-brand[b-vmkrliw082] {
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-scrollable[b-vmkrliw082] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vmkrliw082] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vmkrliw082] {
        display: none;
    }

    .nav-scrollable[b-vmkrliw082] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zixriiba66],
.components-reconnect-repeated-attempt-visible[b-zixriiba66],
.components-reconnect-failed-visible[b-zixriiba66],
.components-pause-visible[b-zixriiba66],
.components-resume-failed-visible[b-zixriiba66],
.components-rejoining-animation[b-zixriiba66] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zixriiba66],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zixriiba66],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zixriiba66],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zixriiba66],
#components-reconnect-modal.components-reconnect-retrying[b-zixriiba66],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zixriiba66],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zixriiba66],
#components-reconnect-modal.components-reconnect-failed[b-zixriiba66],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zixriiba66] {
    display: block;
}


#components-reconnect-modal[b-zixriiba66] {
    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-zixriiba66 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zixriiba66 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zixriiba66 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zixriiba66]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zixriiba66 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zixriiba66 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zixriiba66 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zixriiba66 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zixriiba66] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zixriiba66] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zixriiba66] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zixriiba66] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zixriiba66] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zixriiba66] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zixriiba66] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zixriiba66 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zixriiba66] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zixriiba66 {
    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;
    }
}
