/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-893nt1gejk] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 300px;
    background: #eef7ff;
}

.sidebar[b-893nt1gejk] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #d8ecff;
    border-right: 1px solid #b9d8f1;
}

.main-panel[b-893nt1gejk] {
    min-width: 0;
}

.top-row[b-893nt1gejk] {
    box-sizing: border-box;
    height: 4.25rem;
    min-height: 4.25rem;
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.45rem 1.5rem;
    background: rgba(248, 252, 255, 0.94);
    border-bottom: 1px solid #cfe4f7;
    backdrop-filter: blur(10px);
}

.top-row span[b-893nt1gejk] {
    display: block;
    color: #53708a;
    font-size: 0.9rem;
}

.account-actions[b-893nt1gejk] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.account-actions form[b-893nt1gejk] {
    margin: 0;
}

.account-button[b-893nt1gejk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    max-width: 240px;
    padding: 0.45rem 0.8rem;
    border: 1px solid #8dbde1;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-button-primary[b-893nt1gejk] {
    background: #1b6fae;
    border-color: #1b6fae;
    color: #fff;
}

.account-button-secondary[b-893nt1gejk] {
    background: #ffffff;
    color: #155984;
}

.account-button-primary:hover[b-893nt1gejk],
.account-button-primary:focus[b-893nt1gejk] {
    background: #155984;
    border-color: #155984;
    color: #fff;
}

.account-button-secondary:hover[b-893nt1gejk],
.account-button-secondary:focus[b-893nt1gejk] {
    background: #e8f5ff;
    color: #0f3d63;
}

.content[b-893nt1gejk] {
    padding: 1.5rem;
}

.helpbar[b-893nt1gejk] {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #f8fcff;
    border-left: 1px solid #cfe4f7;
}

.helpbar-content[b-893nt1gejk] {
    min-height: 0;
    overflow: hidden;
}

.helpbar h2[b-893nt1gejk] {
    font-size: 1rem;
    color: #0f3d63;
}

.helpbar p[b-893nt1gejk],
.helpbar dd[b-893nt1gejk] {
    color: #526b80;
}

.helpbar dt[b-893nt1gejk] {
    margin-top: 1rem;
    font-weight: 700;
    color: #1d5d91;
}

.order-help[b-893nt1gejk] {
    font-size: 0.72rem;
    line-height: 1.18;
}

.order-help h2[b-893nt1gejk] {
    font-size: 0.92rem;
    line-height: 1.15;
    margin-bottom: 0.35rem;
}

.order-help .help-intro[b-893nt1gejk] {
    margin-bottom: 0.55rem;
    color: #45687f;
}

.order-help dl[b-893nt1gejk] {
    margin: 0;
}

.order-help dt[b-893nt1gejk] {
    margin-top: 0.34rem;
    color: #155984;
    font-size: 0.71rem;
    line-height: 1.08;
}

.order-help dd[b-893nt1gejk] {
    margin: 0.05rem 0 0;
    color: #526b80;
    line-height: 1.12;
}

.contact-info[b-893nt1gejk] {
    margin-top: auto;
    font-size: 0.78rem;
}

.contact-info h2[b-893nt1gejk] {
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
}

.contact-info dl[b-893nt1gejk] {
    margin: 0;
}

.contact-info dt[b-893nt1gejk] {
    margin-top: 0.35rem;
    font-size: 0.72rem;
}

.contact-info dd[b-893nt1gejk] {
    margin: 0.05rem 0 0;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.contact-help[b-893nt1gejk] {
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid #cfe4f7;
}

.contact-info + .contact-help[b-893nt1gejk] {
    margin-top: 0;
}

.contact-help h2[b-893nt1gejk] {
    margin-bottom: 0.45rem;
    font-size: 0.95rem;
}

.contact-help form[b-893nt1gejk] {
    display: grid;
    gap: 0.45rem;
}

.contact-help .field[b-893nt1gejk] {
    gap: 0.18rem;
}

.contact-help label[b-893nt1gejk] {
    font-size: 0.72rem;
}

.contact-help input[b-893nt1gejk],
.contact-help textarea[b-893nt1gejk] {
    width: 100%;
    border: 1px solid #a9cce8;
    border-radius: 6px;
    padding: 0.38rem 0.45rem;
    background: #fbfdff;
    font-size: 0.78rem;
}

.contact-help textarea[b-893nt1gejk] {
    min-height: 68px;
    resize: vertical;
}

.contact-help .button[b-893nt1gejk] {
    min-height: 34px;
    justify-self: start;
    padding: 0.35rem 0.75rem;
}

.contact-success[b-893nt1gejk] {
    margin: 0 0 0.45rem;
    color: #247047;
    font-size: 0.78rem;
    font-weight: 700;
}

.contact-trap[b-893nt1gejk] {
    display: none;
}

@media (max-width: 1100px) {
    .app-shell[b-893nt1gejk] {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .helpbar[b-893nt1gejk] {
        display: none;
    }
}

@media (max-width: 760px) {
    .app-shell[b-893nt1gejk] {
        display: block;
    }

    .sidebar[b-893nt1gejk] {
        position: static;
        height: auto;
    }

    .content[b-893nt1gejk] {
        padding: 1rem;
    }

    .top-row[b-893nt1gejk] {
        align-items: flex-start;
        flex-direction: column;
        height: auto;
    }

    .account-actions[b-893nt1gejk] {
        justify-content: flex-start;
    }
}

#blazor-error-ui[b-893nt1gejk] {
    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-893nt1gejk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fjse4i24hk] {
    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-fjse4i24hk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fjse4i24hk] {
    box-sizing: border-box;
    height: 4.25rem;
    min-height: 4.25rem;
    padding: 0 1rem;
    background-color: #c8e4fb;
}

.top-row .container-fluid[b-fjse4i24hk] {
    height: 100%;
    padding: 0;
}

.navbar-brand[b-fjse4i24hk] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    font-size: 1.1rem;
    color: #0f3d63;
    font-weight: 800;
    line-height: 1;
    width: 100%;
    padding: 0.35rem 0;
    text-align: left;
}

.sidebar-brand-icon[b-fjse4i24hk] {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.nav-dot[b-fjse4i24hk] {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.75rem;
    border-radius: 999px;
    background: #2878b9;
}

.nav-item[b-fjse4i24hk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fjse4i24hk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fjse4i24hk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fjse4i24hk]  .nav-link {
        color: #174766;
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fjse4i24hk]  a.active {
    background-color: #f8fcff;
    color: #0f5b96;
}

.nav-item[b-fjse4i24hk]  .nav-link:hover {
    background-color: #eaf6ff;
    color: #0f5b96;
}

.nav-scrollable[b-fjse4i24hk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fjse4i24hk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fjse4i24hk] {
        display: none;
    }

    .nav-scrollable[b-fjse4i24hk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ll2367tf87],
.components-reconnect-repeated-attempt-visible[b-ll2367tf87],
.components-reconnect-failed-visible[b-ll2367tf87],
.components-pause-visible[b-ll2367tf87],
.components-resume-failed-visible[b-ll2367tf87],
.components-rejoining-animation[b-ll2367tf87] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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