/* /Components/Layout/BijzonderhedenCheckboxes.razor.rz.scp.css */
.bijzonderheden-checkboxes[b-5khviwx9or] {
    padding: 0.5rem;
}
/* /Components/Layout/Borging.razor.rz.scp.css */
.borging[b-tgckirizw5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.borging-item[b-tgckirizw5] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: stretch;
}

    .borging-item > .borging-text[b-tgckirizw5],
    .borging-item > .slider-container[b-tgckirizw5] {
        flex: 1 1 0;
        min-width: 0;
        box-sizing: border-box;
    }

.slider-container[b-tgckirizw5] {
    align-items: center;
    width: 100%;
    position: relative;
    align-content: center;
}

.borging-text[b-tgckirizw5] {
    border: lightgrey solid 1px;
    border-radius: 5px;
    padding: 1rem;
    align-content: center;
}


.slider[b-tgckirizw5] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #d3d3d3;
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .slider[b-tgckirizw5]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        background: url('lib/images/LVE-hartje.png') no-repeat center;
        background-size: contain;
        border: none;
        cursor: pointer;
    }

    .slider[b-tgckirizw5]::-moz-range-thumb {
        width: 24px;
        height: 24px;
        background: url('lib/images/LVE-hartje.png') no-repeat center;
        background-size: contain;
        border: none;
        cursor: pointer;
    }

    .slider[b-tgckirizw5]::-ms-thumb {
        width: 24px;
        height: 24px;
        background: url('lib/images/LVE-hartje.png') no-repeat center;
        background-size: contain;
        border: none;
        cursor: pointer;
    }
.slider-ticks[b-tgckirizw5] {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 24px);
    padding: 0 12px;
}

    .slider-ticks span[b-tgckirizw5] {
        display: block;
        width: 1px;
        height: 12px;
        background: #bbb;
        border-radius: 1px;
    }

.slider[b-tgckirizw5] {
    margin: 30px 0 20px 0;
    -webkit-appearance: none;
    background-color: #f5f6f8;
    height: 3px;
    width: 100%;
    margin: 10px auto;
}

    .slider:focus[b-tgckirizw5] {
        outline: none;
    }

/* /Components/Layout/MainLayout.razor.rz.scp.css */

:root[b-0x2lii2tvm] {
    --pink: #E9477A;
    --blue: #7DD2F1;
    --black: #2E2B26;
    --white: #FFFFFF;
}

@font-face {
    font-family: 'helveticanowtext-regular';
    src: url('lib/fonts/helveticanowtext-regular.otf') format('opentype');
}

@font-face {
    font-family: 'freighttext pro medium';
    src: url('lib/fonts/freighttext pro medium.otf') format('opentype');
}

body[b-0x2lii2tvm] {
    margin: 0;
}

.primary[b-0x2lii2tvm] {
    color: var(--pink);
}

.base[b-0x2lii2tvm] {
    font-family: 'HelveticaNowText-Regular';
    font-weight: 100;
    font-size: 16px;
}

.heading-1[b-0x2lii2tvm] {
    font-family: 'FreightText Pro Medium';
    margin: 0;
}

.bar[b-0x2lii2tvm] {
    display: flex;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: 0 -5px 6px 2px black;
    background: white;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo[b-0x2lii2tvm] {
    width: auto;
    height: 32px;
}

[b-0x2lii2tvm] .dxbl-btn.dxbl-btn-secondary {
    --dxbl-btn-bg: var(--dxbl-btn-secondary-bg);
    --dxbl-btn-hover-bg: var(--dxbl-btn-secondary-hover-bg);
    --dxbl-btn-color: var(--pink);
    --dxbl-btn-border-color: var(--pink);
    --dxbl-btn-hover-border-color: var(--dxbl-btn-secondary-hover-border-color);
    --dxbl-btn-active-bg: var(--dxbl-btn-secondary-active-bg);
    --dxbl-btn-active-border-color: var(--dxbl-btn-secondary-active-border-color);
}

.bar-title[b-0x2lii2tvm] {
    margin-left: max(calc((100vw - 1440px) / 2 + 0.5rem), 0.5rem);
}

@media (max-width: 768px) {
    .bar[b-0x2lii2tvm] {
        gap: 1rem;
    }

    .bar-title[b-0x2lii2tvm] {
        font-size: 1.25rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bfqlqqweea] {
    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-bfqlqqweea] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bfqlqqweea] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bfqlqqweea] {
    font-size: 1.1rem;
}

.bi[b-bfqlqqweea] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bfqlqqweea] {
    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-plus-square-fill-nav-menu[b-bfqlqqweea] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bfqlqqweea] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bfqlqqweea] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bfqlqqweea] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bfqlqqweea] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bfqlqqweea]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-bfqlqqweea]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bfqlqqweea]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bfqlqqweea] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bfqlqqweea] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bfqlqqweea] {
        display: none;
    }

    .nav-scrollable[b-bfqlqqweea] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/Naw.razor.rz.scp.css */
.flex[b-fq7jj72azr] {
    display: flex;
    gap: 1rem;
}
    .flex > *[b-fq7jj72azr] {
        flex: 1;
    }
.naw-form[b-fq7jj72azr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.dhrmw-dropdown[b-fq7jj72azr]{
    flex: 0.5;
}
.form-label[b-fq7jj72azr] {
    font-family: 'FreightText Pro Medium';
}

[b-fq7jj72azr] .button.dxbl-btn.dxbl-btn-outline-secondary.dxbl-edit-btn-dropdown {
    border: none;
}

[b-fq7jj72azr] .error {
    border: solid 1px var(--pink);
}

@media (max-width: 768px) {
    .flex[b-fq7jj72azr] {
        flex-direction: column;
    }
}
/* /Components/Layout/Question.razor.rz.scp.css */
.question-block[b-dlldw8fdr7] {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.question-detail[b-dlldw8fdr7] {
    color: gray;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.radio-item[b-dlldw8fdr7] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.radio-omschrijving[b-dlldw8fdr7] {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
}

.aantal-deelnemers[b-dlldw8fdr7] {
    display:flex;
    gap: 2rem;
    justify-content: space-evenly;
}
.deelnemers-exact[b-dlldw8fdr7] {
    padding: 0.75rem;
}
.draagvlak-item[b-dlldw8fdr7] {
    display: flex;
    justify-content: space-between;
}

.draagvlak-radio[b-dlldw8fdr7] {
    display: flex;
}
.draagvlak-container[b-dlldw8fdr7] {
    padding: 0.5rem 1rem;
}

.standaardteksten-container[b-dlldw8fdr7] {
    padding: 0.5rem 1rem;
}
[b-dlldw8fdr7] .resultaat-radio-group {
    padding: 0.5rem;
}
    [b-dlldw8fdr7] .resultaat-radio-group .dxbl-checkbox-radio {
        padding: 0.25rem;
    }

[b-dlldw8fdr7] .deelnemers-exact-input {
    margin-top: 1rem;
    height: 1.5rem;
}
[b-dlldw8fdr7] .input-error {
    border: solid 1px var(--pink);
}
[b-dlldw8fdr7] .aantal-deelnemers-item {
    flex: 1 0 0;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}
[b-dlldw8fdr7] .dxbl-radio-group.dxbl-radio-group-horizontal {
    -webkit-flex-flow: row;
    gap: 2rem;
    justify-content:space-evenly;
}

[b-dlldw8fdr7] .dxbl-checkbox.dxbl-checkbox-radio {
    flex: 1 1 0;
}
[b-dlldw8fdr7] .dxbl-radio-group.dxbl-radio-group-horizontal .dxbl-checkbox.dxbl-checkbox-radio.dxbl-checkbox-unchecked {
    border: lightgrey solid 1px;
    border-radius: 0.5rem;
    padding: 1rem;
}
[b-dlldw8fdr7] .dxbl-radio-group.dxbl-radio-group-horizontal .dxbl-checkbox.dxbl-checkbox-radio.dxbl-checkbox-checked {
    border: var(--pink) solid 1px;
    border-radius: 0.5rem;
    padding: 1rem;
}

@media (max-width: 768px) {
    .question-detail[b-dlldw8fdr7] {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .aantal-deelnemers[b-dlldw8fdr7] {
        gap: 0.5rem;
    }
    [b-dlldw8fdr7] .dxbl-radio-group.dxbl-radio-group-horizontal {
        -webkit-flex-flow: column;
        gap: 0.5rem;
    }

    .draagvlak-container[b-dlldw8fdr7] {
        display:flex;
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Layout/RadioJaNee.razor.rz.scp.css */
.ja-nee-item[b-tcfmo4t9o7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ja-nee-radio[b-tcfmo4t9o7] {
    display: flex;
}

@media (max-width: 768px) {
    .ja-nee-item[b-tcfmo4t9o7] {
    }
}
/* /Components/Layout/StepCard.razor.rz.scp.css */
.medewerker-img[b-qxml78hmcm] {
    background-color: Gray;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.image-title-container[b-qxml78hmcm] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.step-card[b-qxml78hmcm] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.progress-bar-labels[b-qxml78hmcm] {
    display: flex;
    justify-content: space-between;
}

.step-description[b-qxml78hmcm] {
    white-space: pre-line;
    color: grey;
}

@media (max-width: 768px) {

    .step-card[b-qxml78hmcm] {
        gap: 0.5rem;
    }
    .medewerker-img[b-qxml78hmcm] {
        height: 75px;
        width: 75px;
    }


    .image-title-container h2[b-qxml78hmcm] {
        font-size: 1.25rem;
    }
}
/* /Components/Layout/SummaryItem.razor.rz.scp.css */
.summary-item[b-oi1xkvtxd0] {

}

    .summary-item.edit-mode[b-oi1xkvtxd0] {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 3rem;
    }

    .summary-item.display-none[b-oi1xkvtxd0] {
        display: none;
    }

    .summary-item-label[b-oi1xkvtxd0] {
        font-weight: bold;
        font-family: 'FreightText Pro Medium';
    }

.summary-item-value[b-oi1xkvtxd0] {
    display: flex;
    gap: 0.5rem;
}
.aanpassen-btn[b-oi1xkvtxd0] {
    display: flex;
    gap: 0.5rem;
    border: 0;
    background: transparent;
    font: inherit;
}

.aanpassen-btn:hover[b-oi1xkvtxd0] {
    cursor: pointer;
    color: var(--pink)
}
/* /Components/Layout/SummaryPanel.razor.rz.scp.css */
p[b-tkffvrc29x] {
    margin: 0;
}

.summary-panel[b-tkffvrc29x] {
    background: var(--pink);
    color: white;
    padding: 1rem;
    border-radius: 0.5rem;
}

    .summary-panel.edit-mode[b-tkffvrc29x] {
        background: transparent;
        color: black;
        padding: 0rem;
        padding-top: 1rem;
    }

.summary-item-container[b-tkffvrc29x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .summary-item-container.edit-mode[b-tkffvrc29x] {
        flex-direction: row;
    }

    .summary-item-container > *[b-tkffvrc29x] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.summary-header[b-tkffvrc29x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-chevron[b-tkffvrc29x] {
    font-size: 14px;
    transition: transform 0.2s ease;
    transform: rotate(-90deg);
}

    .summary-chevron.expanded[b-tkffvrc29x] {
        transform: rotate(0deg);
    }

.summary-title[b-tkffvrc29x] {
    font-size: 20px;
    font-family: 'FreightText Pro Medium';
}

@media (max-width: 768px) {
    .summary-header[b-tkffvrc29x] {
        cursor: pointer;
    }

    .summary-content.collapsed[b-tkffvrc29x] {
        display: none;
    }
    
    .summary-item-container.edit-mode[b-tkffvrc29x] {
        flex-direction: column;
    }

    .summary-panel.edit-mode[b-tkffvrc29x] {
        height: calc(100vh - 20rem);
        overflow: scroll;
    }

    .summary-item.edit-mode[b-tkffvrc29x] {
        gap: 2rem;
    }

}

@media (min-width: 769px) {
    .summary-chevron[b-tkffvrc29x] {
        display: none;
    }

    .summary-content.collapsed[b-tkffvrc29x] {
        display: flex;
        flex-direction: column;
    }

    
}
/* /Components/Pages/Finish.razor.rz.scp.css */
.finish-text[b-ro1e73heoy] {
    color: gray;
    font-family: 'HelveticaNowText-Regular';
}

.finish-div[b-ro1e73heoy] {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    max-width: 35rem;
    justify-self: center;
}

.finish-gif[b-ro1e73heoy] {
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 100%;
}
/* /Components/Pages/OpleidingsAdviesWizard.razor.rz.scp.css */
.wizard[b-iqhl00loq7] {
    width: -webkit-fill-available;
    display: flex;
    gap: 4rem;
    padding: 2rem 5rem;
    justify-self: center;
    max-width: 1280px;
}

.wizard-left[b-iqhl00loq7] {
    flex: 2;
}

.wizard-right[b-iqhl00loq7] {
    min-width: 18rem;
    flex: 1;
}

.wizard-btns[b-iqhl00loq7] {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.popup[b-iqhl00loq7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-iqhl00loq7] .dxbl-popup-header.dxbl-modal-header.dxbl-popup-header {
    padding: 0;
}

.finish-edit-container[b-iqhl00loq7] {
}

@media (max-width: 768px) {
    .wizard[b-iqhl00loq7] {
        padding: 0.5rem;
        display: flex;
        flex-direction: column-reverse;
        gap: 0.5rem;

        height: calc(100vh - 5rem);
        overflow: auto;
    }

    .wizard-left[b-iqhl00loq7] {
        overflow: auto;
    }
    .wizard-right[b-iqhl00loq7] {
        height: min-content;
        flex: none;
    }

    .wizard-btns[b-iqhl00loq7] {
        position: sticky;
        bottom: 0;
        background: white;
    }
}
