/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-root[b-ki76ndx6mf] {
    height: 100%;
}

#blazor-error-ui[b-ki76ndx6mf] {
    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-ki76ndx6mf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gavcro1w57],
.components-reconnect-repeated-attempt-visible[b-gavcro1w57],
.components-reconnect-failed-visible[b-gavcro1w57],
.components-pause-visible[b-gavcro1w57],
.components-resume-failed-visible[b-gavcro1w57],
.components-rejoining-animation[b-gavcro1w57] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-gavcro1w57 {
    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;
    }
}
/* /Components/Pages/Medewerkers.razor.rz.scp.css */
.app[b-13klaxewm1] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-width: 1100px;
    background: #e8e8e8;
    color: #1a1a1a;
    font-family: "Segoe UI", "Helvetica Neue", Tahoma, sans-serif;
    font-size: 12px;
}

.columns[b-13klaxewm1] {
    display: flex;
    flex: 1;
    min-height: 0;
    padding: 10px 12px 0 12px;
    gap: 16px;
}

.list-col[b-13klaxewm1] {
    width: 248px;
    flex: 0 0 248px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.detail-col[b-13klaxewm1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

h1[b-13klaxewm1] {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

h2[b-13klaxewm1] {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

h3[b-13klaxewm1] {
    margin: 14px 0 8px 0;
    font-size: 13px;
    font-weight: 700;
}

h3:first-child[b-13klaxewm1] {
    margin-top: 0;
}

h4[b-13klaxewm1] {
    margin: 0 0 6px 0;
    font-size: 12px;
    font-weight: 700;
}

.heading-spacer[b-13klaxewm1] {
    visibility: hidden;
}

.list-caption[b-13klaxewm1] {
    margin: 0 0 4px 2px;
    font-size: 12px;
}

.list-box[b-13klaxewm1] {
    flex: 1;
    min-height: 0;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 6px 8px;
    overflow: auto;
}

.list-item[b-13klaxewm1] {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 1px 0;
    padding: 1px 8px;
    border: 2px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #2b6cb0;
    font: inherit;
    text-align: left;
    cursor: pointer;
    line-height: 1.45;
    text-decoration: none;
}

.list-item:hover[b-13klaxewm1] {
    color: #1a4f86;
}

.list-item.selected[b-13klaxewm1] {
    border-color: #4a9ee0;
}

.form-pane[b-13klaxewm1] {
    flex: 1;
    display: flex;
    min-height: 0;
}

.form-scroll[b-13klaxewm1] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 24px 0;
}

.form-scrollbar[b-13klaxewm1] {
    flex: 0 0 16px;
    width: 16px;
    background: #d6d6d6;
    position: relative;
}

.form-scrollbar .thumb[b-13klaxewm1] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 42%;
    background: #5b9bd5;
    border: 1px solid #4a8ac0;
}

.empty-form[b-13klaxewm1] {
    color: #555;
    padding-top: 8px;
}

.field-row[b-13klaxewm1] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 5px 0;
    min-height: 24px;
}

.field-row > label:first-child[b-13klaxewm1] {
    flex: 0 0 138px;
    width: 138px;
    text-align: left;
}

.inline-label[b-13klaxewm1] {
    flex: 0 0 auto;
    margin-left: 10px;
    white-space: nowrap;
}

input[b-13klaxewm1], select[b-13klaxewm1] {
    font: inherit;
    color: inherit;
    height: 22px;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    background: #fff;
    padding: 0 6px;
    outline: none;
}

input:focus[b-13klaxewm1], select:focus[b-13klaxewm1] {
    border-color: #4a9ee0;
    box-shadow: 0 0 0 1px #4a9ee0;
}

.field-row > input:not(.narrow):not(.grow)[b-13klaxewm1],
.field-row > select:not(.domain):not(.declares)[b-13klaxewm1] {
    flex: 1;
}

.grow[b-13klaxewm1] {
    flex: 1;
    min-width: 0;
}

.narrow[b-13klaxewm1] {
    width: 88px;
    flex: 0 0 88px;
}

.domain[b-13klaxewm1] {
    width: 150px;
    flex: 0 0 150px;
}

.declares[b-13klaxewm1] {
    width: 220px;
    flex: 0 0 220px;
}

.entra-row[b-13klaxewm1] {
    align-items: center;
}

.entra-field[b-13klaxewm1] {
    display: flex;
    align-items: stretch;
    flex: 1;
    min-width: 0;
    max-width: 420px;
}

.entra-email[b-13klaxewm1] {
    flex: 1;
    min-width: 0;
    color: #1f8a1f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.icon-btn[b-13klaxewm1] {
    width: 24px;
    height: 22px;
    border: 1px solid #b4b4b4;
    border-left: 0;
    background: #f4f4f4;
    color: #2b6cb0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.icon-btn:last-of-type[b-13klaxewm1] {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.icon-btn svg[b-13klaxewm1] {
    width: 12px;
    height: 12px;
}

.icon-btn:disabled[b-13klaxewm1],
.shield-btn:disabled[b-13klaxewm1] {
    opacity: 1;
    cursor: default;
}

.shield-btn[b-13klaxewm1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
}

.entra-create .shield-btn[b-13klaxewm1] {
    margin-left: 0;
}

.shield[b-13klaxewm1] {
    width: 14px;
    height: 16px;
    background:
        radial-gradient(circle at 50% 58%, #3a6ea5 0 2px, transparent 2.2px),
        linear-gradient(#f4d35e, #e0b000);
    border: 1px solid #b08900;
    border-radius: 3px 3px 7px 7px / 3px 3px 10px 10px;
    box-shadow: inset 0 1px 0 #fff3a8;
    flex: 0 0 14px;
}

.rechten-consultant[b-13klaxewm1] {
    display: flex;
    justify-content: flex-end;
    width: min(420px, 100%);
    margin: 4px 0 10px;
}

.plain-check[b-13klaxewm1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rechten-list[b-13klaxewm1] {
    width: min(420px, 100%);
    margin: 8px 0 4px 0;
}

.recht-row[b-13klaxewm1] {
    display: flex;
    align-items: center;
    margin: 0 0 3px 0;
    gap: 8px;
}

.recht-label[b-13klaxewm1] {
    flex: 0 0 180px;
}

.recht-track[b-13klaxewm1] {
    flex: 1;
    background: #fff;
    border-radius: 1px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.functies[b-13klaxewm1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 8px 18px;
    margin-top: 4px;
    padding-bottom: 20px;
}

.fn-check[b-13klaxewm1] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 2px 0;
    color: #2b6cb0;
    white-space: nowrap;
}

.fn-check input[b-13klaxewm1] {
    height: auto;
    accent-color: #2b6cb0;
}

.page-footer[b-13klaxewm1] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 12px 12px 12px;
    flex: 0 0 auto;
}

.left-footer[b-13klaxewm1] {
    width: 248px;
}

.toon-row[b-13klaxewm1] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.toon-row select[b-13klaxewm1] {
    width: 180px;
}

.list-actions[b-13klaxewm1],
.right-footer[b-13klaxewm1] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.right-footer[b-13klaxewm1] {
    margin-left: auto;
}

.status[b-13klaxewm1] {
    color: #1f6b1f;
    margin-right: 8px;
}

.kafka-status[b-13klaxewm1] {
    color: #555;
    margin-right: 12px;
    white-space: nowrap;
}

.cmd-btn[b-13klaxewm1] {
    font: inherit;
    height: 24px;
    min-width: 88px;
    padding: 0 12px;
    background: #f4f4f4;
    border: 1px solid #adadad;
    border-radius: 2px;
    color: #1a1a1a;
    cursor: pointer;
}

.cmd-btn:hover:not(:disabled)[b-13klaxewm1] {
    background: #eaeaea;
    border-color: #8f8f8f;
}

.cmd-btn:disabled[b-13klaxewm1] {
    color: #777;
    cursor: default;
}

.form-scroll[b-13klaxewm1]::-webkit-scrollbar {
    width: 16px;
    -webkit-appearance: none;
}

.form-scroll[b-13klaxewm1]::-webkit-scrollbar-track {
    background: #d6d6d6;
}

.form-scroll[b-13klaxewm1]::-webkit-scrollbar-thumb {
    background: #5b9bd5;
    border: 1px solid #4a8ac0;
    border-radius: 0;
}

.form-scroll[b-13klaxewm1] {
    scrollbar-color: #5b9bd5 #d6d6d6;
    scrollbar-width: auto;
}
