/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tnxgiqa7re] {
    --header-inline-buffer: clamp(30px, 3vw, 64px);
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tnxgiqa7re] {
    flex: 1;
}

.site-header[b-tnxgiqa7re] {
    background: #000000;
    border-bottom: 1px solid #000000;
}

.top-row[b-tnxgiqa7re] {
    align-items: center;
    background: #000000;
    display: flex;
    height: 100px;
    justify-content: flex-start;
    padding: 0 var(--header-inline-buffer);
}

    .top-row[b-tnxgiqa7re]  a, .top-row[b-tnxgiqa7re]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-tnxgiqa7re]  a:hover, .top-row[b-tnxgiqa7re]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tnxgiqa7re]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.site-header-brand[b-tnxgiqa7re] {
    align-items: center;
    display: inline-flex;
    min-width: 0;
}

    .site-header-brand img[b-tnxgiqa7re] {
        display: block;
        height: 100px;
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
        width: auto;
    }

@media (max-width: 640.98px) {
    .top-row[b-tnxgiqa7re] {
        justify-content: flex-start;
    }

    .top-row[b-tnxgiqa7re]  a, .top-row[b-tnxgiqa7re]  .btn-link {
        margin-left: 0;
    }

    .site-header-brand img[b-tnxgiqa7re] {
        max-width: 100%;
    }
}

@media (min-width: 641px) {
    .top-row.auth[b-tnxgiqa7re]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    article[b-tnxgiqa7re] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .top-row[b-tnxgiqa7re] {
        padding-left: var(--header-inline-buffer) !important;
        padding-right: var(--header-inline-buffer) !important;
    }
}

#blazor-error-ui[b-tnxgiqa7re] {
    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-tnxgiqa7re] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-z7o5svr2jv] {
    background: transparent;
    overflow-x: auto;
    scrollbar-width: thin;
}

.nav-toggle[b-z7o5svr2jv] {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    margin: 0 12px 10px auto;
    padding: 0;
    width: 46px;
}

.nav-toggle span[b-z7o5svr2jv] {
    background: #ffffff;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 20px;
}

.nav[b-z7o5svr2jv] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 3.25rem;
    min-width: max-content;
    width: 100%;
}

.nav-item[b-z7o5svr2jv] {
    flex: 0 0 auto;
    font-size: 0.92rem;
}

.nav-item[b-z7o5svr2jv]  .nav-link {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #eef7fb;
    display: flex;
    font-weight: 700;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding: 0 0.1rem;
    text-decoration: none;
    white-space: nowrap;
}

.nav-item[b-z7o5svr2jv]  a.active {
    background-color: transparent;
    color: #ffffff;
}

.nav-item[b-z7o5svr2jv]  .nav-link:hover {
    background-color: transparent;
    color: #ffffff;
}

.bi[b-z7o5svr2jv] {
    background-size: cover;
    display: inline-block;
    flex: 0 0 auto;
    height: 1.1rem;
    width: 1.1rem;
}

.bi-house-door-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-stars-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-stars' viewBox='0 0 16 16'%3E%3Cpath d='M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.829l1.936.645c.33.11.33.576 0 .686l-1.936.645a2.89 2.89 0 0 0-1.829 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.936a2.89 2.89 0 0 0-1.829-1.829l-1.936-.645a.361.361 0 0 1 0-.686l1.936-.645a2.89 2.89 0 0 0 1.829-1.829l.645-1.937zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31l.387-1.162z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-bag-check-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bag-check-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5Zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0ZM10.354 8.854a.5.5 0 0 0-.708-.708L7.5 10.293 6.354 9.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l2.5-2.5Z'/%3E%3C/svg%3E");
}

.bi-check-circle-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.97-3.03a.75.75 0 0 0-1.08.022L7.477 8.417 6.384 7.323a.75.75 0 0 0-1.06 1.061l1.65 1.65a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.015-1.054Z'/%3E%3C/svg%3E");
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-z7o5svr2jv] {
        overflow-x: visible;
        padding-bottom: 10px;
    }

    .nav-toggle[b-z7o5svr2jv] {
        display: flex;
    }

    .nav[b-z7o5svr2jv] {
        align-items: stretch;
        display: none;
        flex-direction: column;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .nav.open[b-z7o5svr2jv] {
        display: flex;
    }

    .nav-item[b-z7o5svr2jv] {
        width: 100%;
    }

    .nav-item[b-z7o5svr2jv]  .nav-link {
        min-height: 44px;
        padding: 0 12px;
        width: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x834n92k4r],
.components-reconnect-repeated-attempt-visible[b-x834n92k4r],
.components-reconnect-failed-visible[b-x834n92k4r],
.components-pause-visible[b-x834n92k4r],
.components-resume-failed-visible[b-x834n92k4r],
.components-rejoining-animation[b-x834n92k4r] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-retrying[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-failed[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-x834n92k4r] {
    display: block;
}


#components-reconnect-modal[b-x834n92k4r] {
    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-x834n92k4r 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-x834n92k4r 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-x834n92k4r 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-x834n92k4r]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-x834n92k4r 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-x834n92k4r {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-x834n92k4r {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-x834n92k4r {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-x834n92k4r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-x834n92k4r] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-x834n92k4r] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-x834n92k4r] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-x834n92k4r] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-x834n92k4r] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-x834n92k4r] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-x834n92k4r 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-x834n92k4r] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-x834n92k4r {
    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;
    }
}
