/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f5ujn3q9rz] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main[b-f5ujn3q9rz] {
    flex: 1;
}

.site-header[b-f5ujn3q9rz] {
    position: sticky;
    top: 0;
    z-index: 1030;
}

#blazor-error-ui[b-f5ujn3q9rz] {
    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-f5ujn3q9rz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-a0f5sam2ve] {
    --site-nav-height: 4.5rem;
    --header-button-width: 5.5rem;
    background-color: #002e5d;
    min-height: var(--site-nav-height);
    position: relative;
    z-index: 2000;
    overflow: visible;
}

.nav-container[b-a0f5sam2ve] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    min-width: 0;
    overflow: visible;
}

.navbar-brand[b-a0f5sam2ve] {
    font-size: 1.1rem;
    white-space: nowrap;
    margin-right: 1rem;
}

.nav-toggle[b-a0f5sam2ve] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.navbar-toggler[b-a0f5sam2ve] {
    cursor: pointer;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.nav-collapse[b-a0f5sam2ve] {
    display: none;
    width: 100%;
    padding-top: 0.75rem;
    position: relative;
    min-width: 0;
    overflow: visible;
}

.nav-toggle:checked ~ .nav-collapse[b-a0f5sam2ve] {
    display: flex;
    flex-direction: column;
}

.main-links[b-a0f5sam2ve] {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.nav-dropdown[b-a0f5sam2ve] {
    position: relative;
}

.nav-dropdown-toggle[b-a0f5sam2ve] {
    color: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    list-style: none;
    list-style-type: none;
    user-select: none;
}

    .nav-dropdown-toggle[b-a0f5sam2ve]::marker {
        content: "";
    }

    .nav-dropdown-toggle[b-a0f5sam2ve]::after {
        content: "▾";
        font-size: 0.75rem;
        margin-left: 0.4rem;
    }

    .nav-dropdown-toggle:hover[b-a0f5sam2ve],
    .nav-dropdown[open] > .nav-dropdown-toggle[b-a0f5sam2ve] {
        color: white;
        background-color: rgba(255, 255, 255, 0.15);
    }

.nav-dropdown-menu[b-a0f5sam2ve] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-top: 0.25rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    z-index: 2000;
}

.mega-menu-inner[b-a0f5sam2ve] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
}

.mega-card[b-a0f5sam2ve] {
    background-color: white;
    border: 1px solid #d6d5d5;
    border-radius: 0.5rem;
    overflow: hidden;
    min-width: 0;
}

.mega-card-header[b-a0f5sam2ve] {
    background-color: #002e5d;
    color: white;
    font-weight: 600;
    padding: 0.65rem 0.85rem;
}

.mega-card-body[b-a0f5sam2ve] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.75rem;
}

.mega-button[b-a0f5sam2ve],
[b-a0f5sam2ve] .mega-button {
    display: block;
    width: 100%;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.35rem;
    padding: 0.45rem 0.65rem;
    text-align: left;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1.25;
    cursor: pointer;
    appearance: none;
}

    .mega-button:hover[b-a0f5sam2ve],
    .mega-button:focus[b-a0f5sam2ve],
    .mega-button.active[b-a0f5sam2ve],
    [b-a0f5sam2ve] .mega-button:hover,
    [b-a0f5sam2ve] .mega-button:focus,
    [b-a0f5sam2ve] .mega-button.active {
        color: #000;
        background-color: #e9ecef;
        border-color: #adb5bd;
        text-decoration: none;
    }

.mega-link[b-a0f5sam2ve],
[b-a0f5sam2ve] .mega-link {
    display: block;
    width: 100%;
    color: #212529;
    text-decoration: none;
}

    .mega-link:hover[b-a0f5sam2ve],
    .mega-link:focus[b-a0f5sam2ve],
    .mega-link.active[b-a0f5sam2ve],
    [b-a0f5sam2ve] .mega-link:hover,
    [b-a0f5sam2ve] .mega-link:focus,
    [b-a0f5sam2ve] .mega-link.active {
        color: #000;
        text-decoration: none;
    }

.auth-panel[b-a0f5sam2ve] {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    padding-top: 0.35rem;
    padding-bottom: 0.75rem;
    position: relative;
    min-width: 0;
    z-index: 2100;
}

.auth-context-row[b-a0f5sam2ve],
[b-a0f5sam2ve] .target-user-search {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    min-width: 0;
}

.nav-context-label[b-a0f5sam2ve],
[b-a0f5sam2ve] .nav-context-label {
    color: white;
    font-weight: 700;
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 1.2;
}

.nav-context-value[b-a0f5sam2ve] {
    color: rgba(255, 255, 255, 0.9);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 1.2;
}

.auth-action-button[b-a0f5sam2ve],
[b-a0f5sam2ve] .target-user-action-button {
    width: var(--header-button-width);
    min-width: var(--header-button-width);
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

[b-a0f5sam2ve] .target-user-controls {
    position: relative;
    min-width: 0;
    width: 100%;
}

    [b-a0f5sam2ve] .target-user-controls .input-group {
        flex-wrap: nowrap;
    }

    [b-a0f5sam2ve] .target-user-controls .form-control {
        min-width: 0;
    }

[b-a0f5sam2ve] .target-user-search-status {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: auto;
    z-index: 3000;
    color: white;
    background-color: #002e5d;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

[b-a0f5sam2ve] .target-user-search-results {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: auto;
    z-index: 3000;
    width: 100%;
    max-height: min(24rem, calc(100vh - 5rem));
    overflow-y: auto;
    margin-top: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

    [b-a0f5sam2ve] .target-user-search-results .list-group-item {
        white-space: normal;
    }

@media (min-width: 576px) {
    .mega-menu-inner[b-a0f5sam2ve] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .mega-menu-inner[b-a0f5sam2ve] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .mega-menu-inner[b-a0f5sam2ve] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1600px) {
    .mega-menu-inner[b-a0f5sam2ve] {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .navbar-toggler[b-a0f5sam2ve] {
        display: none;
    }

    .nav-collapse[b-a0f5sam2ve] {
        display: flex;
        flex-direction: row;
        align-items: start;
        width: auto;
        flex-grow: 1;
        padding-top: 0;
        min-width: 0;
        overflow: visible;
    }

    .nav-toggle:checked ~ .nav-collapse[b-a0f5sam2ve] {
        display: flex;
        flex-direction: row;
        align-items: start;
        width: auto;
        flex-grow: 1;
        padding-top: 0;
    }

    .main-links[b-a0f5sam2ve] {
        order: 1;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.25rem;
        padding-top: 0.25rem;
    }

    .nav-dropdown[b-a0f5sam2ve] {
        position: static;
    }

    .nav-dropdown-menu[b-a0f5sam2ve] {
        position: fixed;
        top: var(--site-nav-height);
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - var(--site-nav-height));
        overflow-y: auto;
        margin-top: 0;
        border-radius: 0;
        padding: 1.25rem;
    }

    .auth-panel[b-a0f5sam2ve] {
        order: 2;
        margin-left: auto;
        flex: 0 1 44rem;
        width: clamp(38rem, 48vw, 56rem);
        padding-top: 0;
        padding-bottom: 0;
        gap: 0.2rem;
        min-width: 0;
    }

    .auth-context-row[b-a0f5sam2ve],
    [b-a0f5sam2ve] .target-user-search {
        grid-template-columns: auto minmax(16rem, 1fr) var(--header-button-width);
        gap: 0.5rem;
    }

    .auth-action-button[b-a0f5sam2ve],
    [b-a0f5sam2ve] .target-user-action-button {
        justify-self: end;
    }

    [b-a0f5sam2ve] .target-user-search-status {
        left: auto;
        right: 0;
    }

    [b-a0f5sam2ve] .target-user-search-results {
        left: 0;
        right: 0;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .auth-panel[b-a0f5sam2ve] {
        flex-basis: 48rem;
        width: clamp(42rem, 50vw, 60rem);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pqw75az4n4],
.components-reconnect-repeated-attempt-visible[b-pqw75az4n4],
.components-reconnect-failed-visible[b-pqw75az4n4],
.components-pause-visible[b-pqw75az4n4],
.components-resume-failed-visible[b-pqw75az4n4],
.components-rejoining-animation[b-pqw75az4n4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-retrying[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-failed[b-pqw75az4n4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pqw75az4n4] {
    display: block;
}


#components-reconnect-modal[b-pqw75az4n4] {
    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-pqw75az4n4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pqw75az4n4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pqw75az4n4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pqw75az4n4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pqw75az4n4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pqw75az4n4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pqw75az4n4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pqw75az4n4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pqw75az4n4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pqw75az4n4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pqw75az4n4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pqw75az4n4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pqw75az4n4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pqw75az4n4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pqw75az4n4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pqw75az4n4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pqw75az4n4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pqw75az4n4 {
    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;
    }
}
