.container-fluid {
    /*padding-left: 0px!important; */
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #28215B;
        --active-inner: #fff;
        --focus: 0px rgba(39, 94, 254, .3);
        --border: #28215B;
        --border-hover: #28215B;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after,
    input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type=checkbox]:disabled + label,
    input[type=radio]:disabled + label {
        cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
    input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type=checkbox]:focus,
    input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type=checkbox]:not(.switch),
    input[type=radio]:not(.switch) {
        width: 21px;
    }
    input[type=checkbox]:not(.switch):after,
    input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked,
    input[type=radio]:not(.switch):checked {
        --o: 1;
    }
    input[type=checkbox] + label,
    input[type=radio] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }
    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }

    input[type=radio] {
        border-radius: 50%;
    }
    input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type=radio]:checked {
        --s: .5;
    }
}

h1, h2, h3 {
    margin-bottom: 30px;
}


input.registration  {
    background-image: url("/img/registration-bg.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #ffc529;
    border: none;
    height: 44px;
    width: 100%;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 26px;
    color: #333;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 6px;
}
input.registration:active, input.registration:target, input.registration:focus , input.registration:hover {
    outline: none;
    border: none!important;
    #background-color: transparent!important;
}

.input {
    margin-bottom: 20px;
}
.btn {
    border-radius: 0px;
}
.btn-with-arrow {
    display: block;
    width: 100%;
    text-align: left;
    background-image: url("/img/btn-with-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: #28215B;
    border-color: #28215B;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    background-image: none;
    background-color: #28215B;
    border-color: #28215B;
    padding: 10px 16px 10px 20px;
    color: #ffffff;
}

.btn-with-icon svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.btn-with-arrow-back {
    display: block;
    width: 100%;
    text-align: center;
    background-image: url("/img/btn-with-arrow-left.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-color: #28215B;
    border-color: #28215B;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-back {
    display: block;
    width: 100%;
    text-align: left;
    background-image: url("/img/btn-with-arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #28215B;
    border-color: #28215B;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#consumerCompareForm label {
    margin-top: 10px;
}

#vehicleInfo .vehicle-thumbnail {
    float: left;
    margin-right: 15px;
    height: 76px;
    border-radius: 0.25rem;
}
#vehicleInfo {margin-bottom: 10px; display: none}

#addressInfo {
    margin-bottom: 30px;
    display: none;
    margin-top: -10px;
    font-size: 0.9em;
}

#customMeldcodeWhenEmpty {
    display: none;
}

.coverage-type {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    cursor: pointer;
}
.coverage-type.active {
    border: 2px solid #28215B!important;
    background-color: #F4F3FF;
}
.coverage-type .our-advice {
    display: none;
}
.coverage-type.adviced .our-advice {
    display: block;
    float: right;
    font-weight: 700;
    font-size: 0.9em;
}

.coverage-type.adviced {
    border: 2px solid #959595;
}

.coverage-type label {
    font-weight: 700;
    font-size: 1.2em;
    cursor: pointer;
}
.coverage-type input[type=radio] {
    margin-top: 30px;
}

.dropdown-menu{min-width:0;}
.dropdown-menu .dropdown-item{white-space:normal;}



.insurance-item {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.insurance-item.active {
    border: 2px solid #28215B;
}
.insurance-item .insurance-logo {
    max-height: 50px;
    min-height: 50px;
    max-width: 140px;
    border-radius: 10px;
    background-color: #ffffff;
}
.insurance-item .price {
    text-align: right;
    font-weight: 700;
    font-size: 1.4em;
    color: #555;
}
.insurance-item .price small {
    font-size: 0.6em;
    opacity: 0.7;
}

.insurance-item .compare-insurance-item {
    margin: 0;
    text-align: right;
    margin-top: 20px;
}
.insurance-item .compare-insurance-item input {
    margin-top: 10px;
}
.insurance-item:last-of-type {
    /*margin-bottom: 250px;*/
}
.compare-panel {
    background-color: #EFEFEF;
    width: 100%;
    display: none;
    border: 2px solid #ddd;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.insurance-compare-item {
    position: relative;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 0px;
    margin: 10px;
    background-color: #fff;
    height: 74px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.insurance-compare-item .img-fluid {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.insurance-compare-item .delete-compare-item {
    position: absolute;
    right: -10px;
    top: -10px;
}
.insurances-compare .item {
    width: 31%;
    margin-right: 20px;
    counter-increment: gallery-cell;
    text-align: center;
}
.insurances-compare .item .item-head {
    position: relative;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 50px;
}
.selectInsurance {
    margin-left: 16px;
}
.insurances-compare .item .item-head .insurance-logo {
    border-radius: 10px;
    background-color: #ffffff;
    max-height: 50px;
    min-height: 50px;
}
.insurances-compare .item .item-head .price {
    font-weight: 700;
    font-size: 1.4em;
    color: #555;
}
.insurances-compare .item .item-head .price small {
    font-size: 0.6em;
    opacity: 0.7;
}
.insurances-compare .item .item-head .btn.btn-primary {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 15px;
    right: 15px;
    text-align: center;
    border-radius: 4px;
    bottom: -20px;
}



.btn.btn-rounded {
    border-radius: .25rem;
}

.btn.btn-inactive {
    background-color: #fff;
    color: #007bff;
}

.insurances-compare .item .item-body {
    padding: 20px;
    text-align: left;
    border-left: 2px solid #ddd;
    position: relative;
    left: -10px;

}
.insurances-compare .item .item-body.no-border {
    border-left: none!important;
}

.summary .insurance-logo {
    max-height: 60px;
    min-height: 60px;
    border-radius: 10px;
    background-color: #ffffff;
}
.product-coverage td {
    border: none;
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 1.1em;
}
.total-costs td {
    border: none;
    font-weight: 700;
    font-size: 1.1em;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #1B2E41!important;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-close {
    font-size: 1.8em;
    padding: 0px;
    margin-top: -10px;
    color: #5E7185;
}
.modal-close:hover {
    text-decoration: none;
    color: #5E7185;
}

#ModalModalContent .modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
#ModalModalContent .modal-footer {
    border: none!important;
}

.allPolicyTerms {
    display: none;
}
#filterOptions {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}
#loader {
    background-image: url("/img/loader_new.gif");
    background-size: 10% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    opacity: 0.7;
}
@media (max-width: 576px) {

    .insurances-compare .item {
        width: 70%;
    }

    .item-body h3 {
        font-size: 1.2em;
        font-weight: 600;
    }
    .item-body .allPolicyTerms, .item-body li {
        font-size: 90%;
    }
    .insurances-compare .item .item-head {
        height: 370px;
    }
    .insurances-compare .item .item-head .stars img{
        width: 14px;
    }
    #filterOptions button {
        margin-bottom: 20px;
    }

}

#extraSecurityInputsHolder {
    display: none;
}








#aov_upperContentHolder {
    background-color: #f1f1f1;
}


#aov_subContentHolder {
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #f0f0f0;
}

@media screen and (min-width: 1025px) {
    #aov_subContentHolder {
        max-width: 950px;
        background-color: #ffffff;
        border-radius: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 2px solid #f0f0f0;
    }
}

.aov_pullbar {
    background-color: #536679;
    padding: 10px 14px 10px 10px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.aov_pullbar-chevron {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.9);
    transition: transform 0.15s ease;
    flex-shrink: 0;
    margin-left: 12px;
}

.aov_pullbar.is-open .aov_pullbar-chevron {
    transform: rotate(180deg);
}

.aov_formBlock {
    margin-bottom: 25px;
}

.aov_formBlockContent {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
    container-type: inline-size;
    container-name: aov-inventarisatie;
}

/* 3 kolommen op basis van containervoorraad (niet alleen viewport),
   zodat Windows ⅓-snap (~640px) per veld naar een nieuwe regel breekt. */
.aov_formBlockContent > .row,
.aov_formBlockContent .extendable.row,
.aov_formBlockContent .row.extendable {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.aov_formBlockContent > .row > [class*="col-sm-4"],
.aov_formBlockContent > .row > [class*="col-md-4"],
.aov_formBlockContent .extendable.row > [class*="col-sm-4"],
.aov_formBlockContent .row.extendable > [class*="col-sm-4"] {
    flex: 1 1 300px;
    width: auto !important;
    max-width: 100%;
    min-width: min(100%, 300px);
}

.aov_formBlockContent > .row > [class*="col-sm-6"],
.aov_formBlockContent > .row > [class*="col-md-6"],
.aov_formBlockContent .extendable.row > [class*="col-sm-6"],
.aov_formBlockContent .row.extendable > [class*="col-sm-6"] {
    flex: 1 1 320px;
    width: auto !important;
    max-width: 100%;
    min-width: min(100%, 280px);
}

.aov_formBlockContent > .row > [class*="col-sm-3"],
.aov_formBlockContent .extendable.row > [class*="col-sm-3"],
.aov_formBlockContent .row.extendable > [class*="col-sm-3"],
.aov_formBlockContent .extendable > .row > [class*="col-sm-3"],
.aov_formBlockContent .isSubItem .row > [class*="col-sm-3"] {
    flex: 1 1 220px;
    width: auto !important;
    max-width: 100%;
    min-width: min(100%, 200px);
}

.aov_formBlockContent > .row > [class*="col-sm-2"],
.aov_formBlockContent .extendable.row > [class*="col-sm-2"],
.aov_formBlockContent .row.extendable > [class*="col-sm-2"],
.aov_formBlockContent .extendable > .row > [class*="col-sm-2"],
.aov_formBlockContent .isSubItem .row > [class*="col-sm-2"] {
    flex: 1 1 180px;
    width: auto !important;
    max-width: 100%;
    min-width: min(100%, 160px);
}

.aov_formBlockContent > .row > [class*="col-sm-1"],
.aov_formBlockContent .extendable.row > [class*="col-sm-1"],
.aov_formBlockContent .row.extendable > [class*="col-sm-1"],
.aov_formBlockContent .extendable > .row > [class*="col-sm-1"],
.aov_formBlockContent .isSubItem .row > [class*="col-sm-1"] {
    flex: 1 1 140px;
    width: auto !important;
    max-width: 100%;
    min-width: min(100%, 120px);
}

.aov_formBlockContent > .row > [class*="col-sm-12"],
.aov_formBlockContent > .row > [class*="col-12"],
.aov_formBlockContent .extendable.row > [class*="col-sm-12"],
.aov_formBlockContent .row.extendable > [class*="col-sm-12"] {
    flex: 1 1 100%;
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
}

.aov_formBlockContent .extendable > .row,
.aov_formBlockContent .isSubItem .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.aov_formBlockContent .form-group > .control-label,
.aov_formBlockContent .form-group > label {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.25;
    max-width: 100%;
}

.aov_formBlockContent .form-control,
.aov_formBlockContent select.form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.aov_formBlockContent .select2-container {
    width: 100% !important;
    max-width: 100%;
}

@container aov-inventarisatie (max-width: 640px) {
    .aov_formBlockContent > .row > [class*="col-sm-4"],
    .aov_formBlockContent > .row > [class*="col-md-4"],
    .aov_formBlockContent > .row > [class*="col-sm-6"],
    .aov_formBlockContent > .row > [class*="col-md-6"],
    .aov_formBlockContent > .row > [class*="col-sm-3"],
    .aov_formBlockContent > .row > [class*="col-sm-2"],
    .aov_formBlockContent > .row > [class*="col-sm-1"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-4"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-4"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-6"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-6"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-3"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-3"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-2"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-2"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-1"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-1"],
    .aov_formBlockContent .extendable > .row > [class*="col-sm-3"],
    .aov_formBlockContent .extendable > .row > [class*="col-sm-2"],
    .aov_formBlockContent .extendable > .row > [class*="col-sm-1"],
    .aov_formBlockContent .isSubItem .row > [class*="col-sm-3"],
    .aov_formBlockContent .isSubItem .row > [class*="col-sm-2"],
    .aov_formBlockContent .isSubItem .row > [class*="col-sm-1"] {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .aov_formBlockContent > .row > [class*="col-sm-3"],
    .aov_formBlockContent > .row > [class*="col-sm-2"],
    .aov_formBlockContent > .row > [class*="col-sm-1"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-3"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-3"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-2"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-2"],
    .aov_formBlockContent .extendable.row > [class*="col-sm-1"],
    .aov_formBlockContent .row.extendable > [class*="col-sm-1"],
    .aov_formBlockContent .extendable > .row > [class*="col-sm-3"],
    .aov_formBlockContent .extendable > .row > [class*="col-sm-2"],
    .aov_formBlockContent .extendable > .row > [class*="col-sm-1"],
    .aov_formBlockContent .isSubItem .row > [class*="col-sm-3"],
    .aov_formBlockContent .isSubItem .row > [class*="col-sm-2"],
    .aov_formBlockContent .isSubItem .row > [class*="col-sm-1"] {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

/* Urenverdeling: labels wrap; 100%-balk volle breedte; stack op smalle breedte */
.aov-urenverdeling {
    container-type: inline-size;
    container-name: aov-urenverdeling;
    width: 100%;
}

.aov-urenverdeling > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.aov-urenverdeling > .row > .aov-urenverdeling__field {
    flex: 1 1 220px;
    width: auto !important;
    max-width: 100%;
    min-width: min(100%, 220px);
}

.aov-urenverdeling > .row > .aov-urenverdeling__total {
    flex: 1 1 100%;
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
}

.aov-urenverdeling__field .control-label,
.aov-urenverdeling__field label {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.25;
    max-width: 100%;
}

.aov-urenverdeling__progress {
    width: 100%;
}

@container aov-urenverdeling (max-width: 640px) {
    .aov-urenverdeling > .row > .aov-urenverdeling__field {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .aov-urenverdeling > .row > .aov-urenverdeling__field {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

/* Inkomen: kolomgroepen zodat labels bij de juiste bedragen blijven op mobile */
.aov-meer-income-paired {
    margin-top: 4px;
}

.aov-meer-income-col {
    margin-bottom: 8px;
}

.aov-meer-income-field {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.aov-meer-income-title {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
}

.aov-meer-income-divider {
    margin: 8px 0 14px;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .aov-meer-income-col + .aov-meer-income-col {
        margin-top: 24px;
        padding-top: 0;
        border-top: 0;
    }

    .aov-meer-income-col + .aov-meer-income-col .aov-meer-income-title {
        padding-top: 16px;
        border-top: 1px solid #d5dbe3;
        margin-top: 0;
    }
}

.aov-subsection-title {
    margin: 0 0 6px;
    font-weight: 600;
}

.aov-subsection-divider {
    margin: 8px 0 14px;
}

.aov-chip-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 8px;
}

.aov-chip-toggles .form-group,
.aov-chip-toggles .checkbox {
    margin: 0;
}

.aov-chip-toggles .checkbox label,
.aov-chip-toggles label {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: .45rem .9rem;
    border: 1px solid #c9d2de;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.3;
    cursor: pointer;
    user-select: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.aov-chip-toggles .checkbox input[type="checkbox"],
.aov-chip-toggles input.aov-chip-toggle[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.aov-chip-toggles .checkbox label:has(input:checked),
.aov-chip-toggles label:has(input.aov-chip-toggle:checked) {
    background: #e8f1ff;
    border-color: #0066f6;
    color: #0b4fbf;
}

.aov-next {
    width: 180px;
    border-radius: 5px;
}

.aov-finish-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aov-finish-actions .btn-with-icon,
.aov-finish-actions .btn-with-arrow {
    display: inline-flex;
    width: 180px;
    flex: 0 0 180px;
    border-radius: 5px;
}

.aov-finish-actions .btn-with-arrow {
    display: inline-block;
}

.extendable {
    background-color: #f1f1f1;
    margin: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-radius: 5px;
}

.extendable-tree-header {
    margin-left: 15px;
}

.extendable-tree {
    background-color: #ffffff;
    margin: 15px;
}

.extendable-treebtn {
    margin: 5px;
    margin-right: 0;
    margin-top: 0;
}

.delete-extendable {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-left: 15px;
    margin-bottom: 15px;
    background-color: orange;
    font-size: 10px;
    border-radius: 2px;
    color: #ffffff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    margin-top: 15px;
}

.doExtend {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-left: 0px;
    margin-bottom: 15px;
    background-color: forestgreen;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    color: #ffffff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    margin-top: 15px;
}






body {
    overflow-x: hidden;
}

.select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

/* Dropdown-laag die Select2 aan <body> hangt: niet in de documentflow (iframe-hoogte) */
body > .select2-container {
    position: absolute !important;
    max-width: none !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
    font-size: 1rem;
    width: 100%;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    font-size: 1rem;
    border: 1px solid #ced4da;
    width: 100%;

}
.select2-selection__arrow {
    height: 36px !important;
    width: 20px;
    top: 1px;
    right: 1px;
}

/* Lange opties wrappen; géén 100vw — dat blaast de iframe-hoogte/breedte op */
.select2-dropdown {
    max-width: 100%;
    box-sizing: border-box;
}

.select2-results {
    max-height: 400px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results__option {
    white-space: normal;
    word-break: break-word;
}

/* Select2 binnen de kolom houden; géén overflow op .row (breekt Bootstrap-gutters) */
#consumerCompareFormIndex .companyTypeV3Holder > [class*="col-"] .select2-container,
#companyTypeV3Holder > [class*="col-"] .select2-container,
.companyTypeV3Holder > [class*="col-"] .select2-container {
    width: 100% !important;
    max-width: 100%;
}

/* Beheer: geneste box (geen .row) mag wél clippen */
#companyTypeV3Holder:not(.row),
div.companyTypeV3Holder:not(.row) {
    max-width: 100%;
    overflow: hidden;
}

#companyTypeV3Holder:not(.row) .select2-container,
div.companyTypeV3Holder:not(.row) .select2-container {
    width: 100% !important;
    max-width: 100%;
}


.withCurrencySymbol {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100%' width='85px'><text x='7' y='24' fill='lightgray' font-size='17' font-family='arial'>€</text></svg>");
    padding-left: 22px;
    background-repeat: no-repeat;
}

.withPercentageSymbol {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100%' width='28px'><text x='0' y='24' fill='lightgray' font-size='17' font-family='arial'>%</text></svg>");
    padding-right: 26px;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

mark.rolls-search-highlight {
    background-color: #ffe566;
    color: inherit;
    padding: 0 1px;
    border-radius: 2px;
}

#landscapeOverlay {
    background-image: url("/img/rotate_phone.png");
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 25px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000;
    opacity: 0.8;
    display: none;
}



.category-group-table ul li {
    font-size: 0.9em;
}

#compareLogoHolder {
    float: left;
    position: absolute;
}

.showOnlyDifferences {
    display: none;
}

.backFromCompare {
    border-color: #28215B;
    background-color: #28215B;
}

.backFromCompare img {
    margin-top: -5px;
}

#searchPolicyTerms {
    width: 100%;
    box-shadow: 0px 0px 60px 0px #86a4c8;
    border-radius: 0;
    height: 38px;
    background-color: #ffffff;
    color: #000000;
 }

.search-input-wrap:has(#searchPolicyTerms) {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
}

.search-input-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.search-input-wrap > input[type="text"] {
    padding-right: 28px;
}

.search-input-wrap .search-input-clear {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #9aa8b7;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.search-input-wrap.has-value .search-input-clear {
    display: block;
}

.search-input-wrap .search-input-clear:hover,
.search-input-wrap .search-input-clear:focus {
    color: #5E7185;
    outline: none;
}

#compareItemsHolder {
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 0;
}

#compareItemsHeader {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.tableCompare {
    width: 100%;
    table-layout:fixed;
}

.tableCompare td {
    vertical-align: top;
}

.tableCompareColumn {
    vertical-align: top;
    margin: 5px;
    padding: 10px;
    word-break: break-word;
}

.tableCompareColumn p {
    font-size: 0.9em;
}

.insurance-item-table {
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    margin: 5px;
    margin-top: 10px;
}

.insurance-item-table hr {
    margin-top: 50px;
    margin-bottom: 10px;
}

.insurance-item-table .insurance-logo {
    max-height: 40px;
    min-height: 40px;
    max-width: 100px;
    border-radius: 10px;
    background-color: #ffffff;
}

.insurance-item-table p {
    font-size: 0.9em;
}

.insurance-item-table .price {
    vertical-align: top;
    text-align: right;
    font-weight: 700;
    font-size: 1.4em;
    color: #555;
    line-height: 0.75;
    float: right;
    width: 50%;
    margin-top: 3px;
}

.insurance-item-table .price-portrait {
    margin-top: 55px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #555;
    line-height: 1;
}

.insurance-item-table .price small {
    font-size: 0.6em;
    opacity: 0.7;
}

.insuranceItemChoose {
    border-radius: 10px;
    margin-top: 0;
}


#mileageCompactValuesHolder {
    margin-bottom: 30px;
    display: none;
}
