/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5k0c225y49] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5k0c225y49] {
    flex: 1;
}

.top-row[b-5k0c225y49] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    overflow: visible;
}

.layout-topbar[b-5k0c225y49] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.layout-topbar-actions[b-5k0c225y49] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.layout-topbar-actions[b-5k0c225y49]  a,
.layout-topbar-actions[b-5k0c225y49]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.layout-topbar-actions[b-5k0c225y49]  a:hover,
.layout-topbar-actions[b-5k0c225y49]  .btn-link:hover {
    text-decoration: underline;
}

.layout-topbar-unauth[b-5k0c225y49] {
    justify-content: flex-end;
}

@media (max-width: 640.98px) {
    .top-row[b-5k0c225y49] {
        justify-content: space-between;
    }

    .layout-topbar-actions[b-5k0c225y49]  a, .layout-topbar-actions[b-5k0c225y49]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-5k0c225y49] {
        z-index: 10;
    }

    .top-row.auth[b-5k0c225y49]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5k0c225y49], article[b-5k0c225y49] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5k0c225y49] {
    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-5k0c225y49] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.topnav[b-jlzrjpd423] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
    overflow: visible;
    position: relative;
}

.topnav-brand[b-jlzrjpd423] {
    font-weight: 700;
    text-decoration: none;
    color: #052767;
}

.topnav-mobile-toggle[b-jlzrjpd423] {
    display: none;
}

.topnav-menu[b-jlzrjpd423] {
    flex: 1;
    overflow: visible;
}

.topnav-tabs[b-jlzrjpd423] {
    width: 100%;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 0.25rem;
    overflow: visible;
    border-bottom: 0;
}

.topnav-tabs[b-jlzrjpd423]  .nav-link {
    white-space: nowrap;
}

.topnav-dropdown[b-jlzrjpd423] {
    position: relative;
}

.topnav-dropdown-toggle[b-jlzrjpd423] {
    user-select: none;
}

.topnav-dropdown-menu[b-jlzrjpd423] {
    display: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    min-width: 16rem;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    max-height: min(70vh, 32rem);
    overflow-y: auto;
}

.topnav-dropdown-menu.show[b-jlzrjpd423] {
    display: block;
}

.topnav-dropdown-menu-wide[b-jlzrjpd423] {
    min-width: 20rem;
}

.topnav-dropdown-item[b-jlzrjpd423] {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #212529;
}

.topnav-dropdown-item:hover[b-jlzrjpd423] {
    background: rgba(0, 0, 0, 0.05);
}

.topnav-dropdown-item.active[b-jlzrjpd423] {
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.topnav-dropdown-section-title[b-jlzrjpd423] {
    padding: 0.5rem 0.75rem 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(33, 37, 41, 0.75);
}

.topnav-dropdown-divider[b-jlzrjpd423] {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 0.75rem 0.25rem;
}

@media (max-width: 991.98px) {
    .topnav-mobile-toggle[b-jlzrjpd423] {
        display: inline-flex;
        align-items: center;
    }

    .topnav-menu[b-jlzrjpd423] {
        display: none;
    }

    .topnav-menu-open[b-jlzrjpd423] {
        display: block;
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0;
        right: 0;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 0.5rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        padding: 0.75rem;
        z-index: 1000;
    }

    .topnav-tabs[b-jlzrjpd423] {
        flex-direction: column;
        gap: 0;
        overflow: visible;
        border-bottom: 0;
    }

    .topnav-dropdown-menu[b-jlzrjpd423] {
        display: block;
        position: static;
        margin-top: 0.25rem;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 0.75rem;
    }

    .topnav-dropdown-menu:not(.show)[b-jlzrjpd423] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vrecuydwk6],
.components-reconnect-repeated-attempt-visible[b-vrecuydwk6],
.components-reconnect-failed-visible[b-vrecuydwk6],
.components-pause-visible[b-vrecuydwk6],
.components-resume-failed-visible[b-vrecuydwk6],
.components-rejoining-animation[b-vrecuydwk6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-retrying[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-failed[b-vrecuydwk6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vrecuydwk6] {
    display: block;
}


#components-reconnect-modal[b-vrecuydwk6] {
    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-vrecuydwk6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vrecuydwk6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vrecuydwk6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vrecuydwk6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vrecuydwk6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vrecuydwk6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vrecuydwk6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vrecuydwk6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vrecuydwk6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vrecuydwk6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vrecuydwk6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vrecuydwk6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vrecuydwk6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vrecuydwk6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vrecuydwk6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vrecuydwk6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vrecuydwk6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vrecuydwk6 {
    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;
    }
}
