/* /Components/Layout/MainLayout.razor.rz.scp.css */
.bm-page[b-6x51cztpiu] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bm-main[b-6x51cztpiu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bm-sidebar[b-6x51cztpiu] {
    background-image: linear-gradient(180deg, #1b1f2a 0%, #12151d 100%);
}

.bm-topbar[b-6x51cztpiu] {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 56px;
    padding: 0 1.5rem;
    background: #fff;
    border-bottom: 1px solid #e4e7ec;
}

.bm-topbar-title[b-6x51cztpiu] {
    flex: 1;
    font-size: .74rem;
    letter-spacing: .08em;
    color: #667085;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bm-topbar-right[b-6x51cztpiu] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bm-topbar-user[b-6x51cztpiu] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 600;
    color: #1f2430;
    white-space: nowrap;
}

.bm-topbar-user .bi[b-6x51cztpiu] {
    color: #98a2b3;
    font-size: 1.1rem;
}

.bm-logout[b-6x51cztpiu]  button {
    color: #2563eb;
    text-decoration: none;
    font-size: .9rem;
}

.bm-logout[b-6x51cztpiu]  button:hover {
    text-decoration: underline;
}

.bm-content[b-6x51cztpiu] {
    flex: 1;
}

.bm-content > article[b-6x51cztpiu] {
    padding-top: 1.4rem;
    padding-bottom: 2.5rem;
}

.bm-footer[b-6x51cztpiu] {
    padding: .5rem 1.5rem;
    font-size: .72rem;
    color: #98a2b3;
    border-top: 1px solid #eef0f3;
}

@media (min-width: 641px) {
    .bm-page[b-6x51cztpiu] {
        flex-direction: row;
    }

    .bm-sidebar[b-6x51cztpiu] {
        width: 260px;
        flex: 0 0 260px;
        align-self: flex-start;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .bm-topbar[b-6x51cztpiu] {
        position: sticky;
        top: 0;
        z-index: 5;
    }
}

#blazor-error-ui[b-6x51cztpiu] {
    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-6x51cztpiu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bm-brand[b-xf2unzbr7v] {
    display: flex;
    align-items: center;
    gap: .6rem;
    height: 56px;
    padding: 0 1rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.bm-brand-icon[b-xf2unzbr7v] {
    flex: 0 0 auto;
}

.bm-brand-text[b-xf2unzbr7v] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
}

.bm-brand-sub[b-xf2unzbr7v] {
    font-size: .56rem;
    letter-spacing: .14em;
    color: rgba(255, 255, 255, .55);
}

.bm-brand-name[b-xf2unzbr7v] {
    font-size: 1.05rem;
    font-weight: 600;
}

.bm-toggle[b-xf2unzbr7v] {
    display: none;
    margin-left: auto;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}

.bm-nav-toggle[b-xf2unzbr7v] {
    display: none;
}

.bm-nav-scrollable[b-xf2unzbr7v] {
    display: none;
    padding: .5rem .5rem 1.5rem;
}

.bm-nav-toggle:checked ~ .bm-nav-scrollable[b-xf2unzbr7v] {
    display: block;
}

.bm-nav[b-xf2unzbr7v] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bm-nav-section[b-xf2unzbr7v] {
    padding: .9rem .75rem .3rem;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .38);
}

/* Inklapbare menugroep */
.bm-nav-group[b-xf2unzbr7v] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bm-nav-group > summary[b-xf2unzbr7v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem .75rem .3rem;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .38);
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.bm-nav-group > summary[b-xf2unzbr7v]::-webkit-details-marker {
    display: none;
}

.bm-nav-group > summary[b-xf2unzbr7v]::after {
    content: "\F282"; /* bi-chevron-down */
    font-family: "bootstrap-icons";
    font-size: .8rem;
    transition: transform .15s ease;
}

.bm-nav-group[open] > summary[b-xf2unzbr7v]::after {
    transform: rotate(180deg);
}

.bm-nav-group > summary:hover[b-xf2unzbr7v] {
    color: rgba(255, 255, 255, .7);
}

.bm-nav-item[b-xf2unzbr7v] {
    display: flex;
}

.bm-nav-item[b-xf2unzbr7v]  .bm-nav-link {
    display: flex;
    align-items: center;
    gap: .6rem;
    width: 100%;
    padding: .55rem .75rem;
    border: 0;
    border-radius: 8px;
    background: none;
    color: #c8ccd4;
    font-size: .925rem;
    text-align: left;
    text-decoration: none;
}

.bm-nav-item[b-xf2unzbr7v]  .bm-nav-link .bi {
    font-size: 1.05rem;
    width: 1.25rem;
    text-align: center;
    opacity: .85;
}

.bm-nav-item[b-xf2unzbr7v]  .bm-nav-link:hover {
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.bm-nav-item[b-xf2unzbr7v]  .bm-nav-link.active {
    background: #2563eb;
    color: #fff;
}

.bm-nav-item[b-xf2unzbr7v]  .bm-nav-link.active .bi {
    opacity: 1;
}

@media (min-width: 641px) {
    .bm-toggle[b-xf2unzbr7v] {
        display: none;
    }

    .bm-nav-scrollable[b-xf2unzbr7v] {
        display: block;
    }
}

@media (max-width: 640.98px) {
    .bm-toggle[b-xf2unzbr7v] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-v8tbx2kxgj],
.components-reconnect-repeated-attempt-visible[b-v8tbx2kxgj],
.components-reconnect-failed-visible[b-v8tbx2kxgj],
.components-pause-visible[b-v8tbx2kxgj],
.components-resume-failed-visible[b-v8tbx2kxgj],
.components-rejoining-animation[b-v8tbx2kxgj] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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