:root {
    --txt-color-disabled: #e2e2e2;
    --border-color-disabled: #e2e2e2;
    --bg-color-disabled: #f0f0f0;
    --border-color: #d6d6d6;
}


.form-check:hover input[type="checkbox"]:not(:disabled) {
    box-shadow: 0px 0px 2px 2px #0084bc50;
}

.form-check input[type="checkbox"] {
    border-color: #c1c1c1;
}

.form-check input[type="checkbox"]:disabled {
    border-color: #a1b1b5;
    background-color: #f0f0f0;
}

.form-check label.disabled {
    color: #92989b;
    opacity: 0.7;
}

.form-check:hover {
    cursor: pointer;
}

.form-check-search          { order: 2; transition: opacity 0.1s ease; }
.form-check-search.checked  { order: 1; }
.form-check-search.noshow   { opacity: 0; }

.filter-section-collapse-link .icon-control { transition: all 0.1s ease; transform: rotate(180deg); }
.filter-section-collapse-link.collapsed .icon-control { transform: rotate(0deg); }

.filter-section-collapse-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.txt-grey-dark {
    color: #8c9ca0;
    font-size: 0.9rem;
}


h4.filter-section-title,
.h4.filter-section-title {
    font-weight: 600;
    font-size: 1.05rem;
}

.filter-section-collapse-link {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}

.doelgroep-keuze {
    position: absolute;
    left: 0;
    top: CALC(50VH - 250px);
    width: 220px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    background-color: #d5ebf0;
    border-radius: 0 1rem 1rem 0;
    padding: 1.3rem 2rem 0.6rem 1rem;
    z-index: 10000;
    transform: translateX(-196px);
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 0px 0px #b2b6b830;
}

.doelgroep-keuze:hover {
    transform: translateX(0px);
    box-shadow: 0px 0px 4px 2px #b2b6b830;
}

.doelgroep-keuze h4 {
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0 0 1rem 0;
    color: #7d9ca3;
    display: block;
    text-align: center;
    flex-grow: 1;
}

.doelgroep-keuze .persona {
    width: 80px;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
}

.doelgroep-keuze .persona img {
    border-radius: 10rem;
    width: 90%;
    border: 4px solid #FFF;
    box-shadow: 0px 0px 4px 2px #b2b6b830;
    transition: all 0.2s ease-in-out;
}   
.doelgroep-keuze .persona:hover img {
    transform: scale(1.1);
}   

.doelgroep-keuze-handle {
    position: absolute;
    width: 4px;
    height: 60px;
    background-color: #b4ccd1;
    border-radius: 4px;
    top: CALC(50% - 30px);
    right: 10px;
    z-index: 10;
}

