@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zkylhbyo23] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Make layout a true app shell */
    /*height: 100dvh;*/
    overflow: hidden;
}

main[b-zkylhbyo23] {
    flex: 1 1 auto;
    /* Stack brand-bar + content */
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.sidebar[b-zkylhbyo23] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* Standard branding banner */
.brand-bar[b-zkylhbyo23] {
    flex: 0 0 auto;
    padding: 0.6rem 1rem;
}

.brand-bar-content[b-zkylhbyo23] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-info[b-zkylhbyo23] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.brand-name[b-zkylhbyo23] {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.brand-tagline[b-zkylhbyo23] {
    font-size: 0.85rem;
    opacity: 0.9;
}

.brand-env[b-zkylhbyo23] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: auto;
}

.badge-env[b-zkylhbyo23] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2em 0.5em;
    letter-spacing: 0.03em;
}

.brand-actions[b-zkylhbyo23] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* content fills remainder */
article.content[b-zkylhbyo23] {
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 0.75rem;
    /* Stop page height growth (no browser scroll) */
    overflow: hidden;
}

/* if you want normal pages to scroll within main content, use this instead:
article.content { overflow: auto; }
*/

@media (max-width: 640.98px) {
    .top-row[b-zkylhbyo23] {
        justify-content: space-between;
    }

        .top-row[b-zkylhbyo23]  a, .top-row[b-zkylhbyo23]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-zkylhbyo23] {
        flex-direction: row;
    }

    .sidebar[b-zkylhbyo23] {
        width: 500px;
        /* match shell height */
        height: 100%;
        position: sticky;
        top: 0;
        flex: 0 0 auto;
        overflow: auto;
    }

    .top-row[b-zkylhbyo23] {
        position: sticky;
        top: 0;
        z-index: 5;
    }

        .top-row.auth[b-zkylhbyo23]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-zkylhbyo23], article[b-zkylhbyo23], .brand-bar[b-zkylhbyo23] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zkylhbyo23] {
    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-zkylhbyo23] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-df4q7gekc9] {
    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-df4q7gekc9] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-df4q7gekc9] {
    height: 4.5rem;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

.navbar-brand[b-df4q7gekc9] {
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-scrollable[b-df4q7gekc9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-df4q7gekc9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-df4q7gekc9] {
        display: none;
    }

    .nav-scrollable[b-df4q7gekc9] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}

.nav-item[b-df4q7gekc9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-df4q7gekc9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-df4q7gekc9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-df4q7gekc9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        text-align: left;
        cursor: pointer;
    }

    .nav-item[b-df4q7gekc9]  a.nav-link {
        white-space: nowrap;
    }

    .nav-item[b-df4q7gekc9]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    .nav-item[b-df4q7gekc9]  a.nav-link.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    .nav-item[b-df4q7gekc9]  .nav-link .bi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
        margin-left: 0.25rem;
        pointer-events: none;
    }

/* Module group navigation styles */
.nav-group-toggle[b-df4q7gekc9] {
    font-weight: 500;
}

    .nav-group-toggle .ms-auto[b-df4q7gekc9] {
        font-size: 0.75rem;
    }

    .nav-group-toggle.expanded[b-df4q7gekc9] {
        background-color: rgba(255, 255, 255, 0.1);
    }

/* Separator between standard nav and module nav */
.nav-separator[b-df4q7gekc9] {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 0.5rem 1rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l711xvjxin],
.components-reconnect-repeated-attempt-visible[b-l711xvjxin],
.components-reconnect-failed-visible[b-l711xvjxin],
.components-pause-visible[b-l711xvjxin],
.components-resume-failed-visible[b-l711xvjxin],
.components-rejoining-animation[b-l711xvjxin] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-retrying[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-failed[b-l711xvjxin],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l711xvjxin] {
    display: block;
}


#components-reconnect-modal[b-l711xvjxin] {
    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-l711xvjxin 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l711xvjxin 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l711xvjxin 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l711xvjxin]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l711xvjxin 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l711xvjxin {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l711xvjxin {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l711xvjxin {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l711xvjxin] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l711xvjxin] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l711xvjxin] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l711xvjxin] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l711xvjxin] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l711xvjxin] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l711xvjxin] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l711xvjxin 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l711xvjxin] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l711xvjxin {
    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;
    }
}
