/* CSS Document */

/* Alter seleccts */
select {
    width: 100%;
    border: none;
    border-bottom: solid 1px #757575;
    padding-left: 5px;
    display: none;
}

select.ignore-input-style {
    display: block;
    border: 1px solid #a2a2a2;
}

select.ignore-input-style {
    padding: 12px 20px 12px 10px;
}

.select-clone-value {
    color: #dbdedc;
    background: transparent;
}

.select-clone {
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    display: block;
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.52);
    max-height: 300px;
    overflow: auto;
    display: none;
}

.select-clone-value {
    padding: 8px 12px 8px 10px;
    min-height: 40px;
    width: 100%;
    border: none;
    border: 1px solid #434343;
    background-color: #fff;
    color: #000000;
    border-radius: 10px;
}

.select-clone .option,
.input-wrap .input input,
.input-wrap .input textarea {
    padding: 7px 10px 5px 10px;
    border-radius: 0px;
    min-height: 40px;
}
.input-wrap .input textarea {
    resize: vertical;
}

.select-clone-value.disabled {
    background-color: #f8f8f8;
    color: #808080 !important;
    cursor: not-allowed !important;
}

.select-clone-value:after {
    content: '\f107 ';
    display: block;
    color: #8e8e8e;
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: 'Font Awesome 6 Pro';
}

.select-clone-value.empty {
    color: #b1b1b1;
}

.select-clone-value:hover {
    cursor: pointer;
}

.select-clone .option {
    color: #747474;
    cursor: pointer;
}
.select-clone .option.disabled {
    color: #c4c4c4;
}

/* Default layout */
label.controle-tegen-niet-mensen {
    position: absolute;
    margin-left: -5000px;
}
.input-wrap {
    position: relative;
    margin: 3px 0px 5px 0px;
    padding-right: 10px;
}

.form-row .input-wrap:last-child:not(:first-child) {
    padding-right: 0px;
}

.form-row .input-wrap.width-100:last-child:first-child {
    padding-right: 0px;
}

.form-row .start-repeat-items {
    border: dashed 1px #bbb;
    padding: 10px;
}

.form-row .start-repeat-items .repeat-block {
    width: 100%;
    padding: 10px;
    background-color: #e1e1e1;
    position: relative;
}

.form-row .start-repeat-items .repeat-block:not(:first-child) {
    margin-top: 10px;
}

.form-row .start-repeat-items .repeat-block .remove {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
}

.form-row .start-repeat-items .repeat-block:first-child .remove {
    display: none;
}

.form-row .add-repeat-button {
    text-align: center;
    padding: 20px;
    cursor: pointer;
    background-color: #f4f4f4;
    margin-top: 10px;
    text-transform: uppercase;
    transition: background-color 0.15s ease-in-out;
}

.form-row .add-repeat-button:hover {
    background-color: #e1e1e1;
}

.input-wrap[data-name='verborgenveld'] {
    display: none;
}

.input-wrap .label {
    width: 100%;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #003575;
}
.input-wrap .input.field-type-radio .label,
.input-wrap .input.field-type-checkbox .label {
    color: #000;
    font-weight: 400;
}

.input-wrap[data-name='no_padding_bottom'],
.input-wrap .label.no_padding_bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

.input-wrap .label.hide {
    display: none;
}

.input-wrap .input {
    float: left;
    width: 100%;
    position: relative;
}

.input-wrap .input > .tooltip {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    text-align: center;
}

.input-wrap .input.field-type-numeric > .tooltip {
    position: absolute;
    right: 25px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    text-align: center;
}

.input-wrap .input > .tooltip > [data-toggle='tooltip'] {
    color: #5a5a5a;
}

.input-wrap .input.field-type-radio > .tooltip > [data-toggle='tooltip'],
.input-wrap .input.field-type-checkbox > .tooltip > [data-toggle='tooltip'] {
    margin-top: 0;
}

.input-wrap .input.field-type-file > .tooltip > [data-toggle='tooltip'],
.input-wrap .input.field-type-input > .tooltip > [data-toggle='tooltip'],
.input-wrap .input.field-type-phone > .tooltip > [data-toggle='tooltip'],
.input-wrap .input.field-type-email > .tooltip > [data-toggle='tooltip'] {
    margin-top: 9px;
}

.input-wrap .input.field-type-numeric > .tooltip > [data-toggle='tooltip'],
.input-wrap .input.field-type-price > .tooltip > [data-toggle='tooltip'],
.input-wrap .input.field-type-website > .tooltip > [data-toggle='tooltip'] {
    margin-top: 10px;
}

.input-wrap .input input,
.input-wrap .input textarea {
    border: solid 1px #434343;
    width: 100%;
    appearance: none;
    font-family: inherit;
    line-height: inherit;
    border-radius: 10px;
}

.input-wrap .input textarea {
    min-height: 110px;
}

.input-wrap .input input::placeholder,
.input-wrap .input textarea::placeholder {
    color: #dbdedc;
}

.input-wrap .input input[type='checkbox'],
.input-wrap .input input[type='radio'] {
    display: inline-block;
    width: auto;
}

.input-wrap .input input[type='checkbox'],
.input-wrap .input input[type='radio'],
input[type='radio'],
input[type='checkbox'] {
    padding: 0;
    height: auto;
    border: none;
    min-height: 0;
    float: left;
    display: none;
}

/* Radiobutton animation */
.radiobutton-clone {
    display: inline-block;
    padding: 12px 0 0 15px;
    cursor: pointer;
    position: unset;
    margin-right: 10px;
}

.radiobutton-clone:focus-visible {
    border-radius: 20px;
    width: 16px;
    height: 16px;
}

.radiobutton-clone:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 14px;
    z-index: 1;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radiobutton-clone:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #0065c6;
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radiobutton-clone.checked:before {
    border-color: #0065c6;
}

.radiobutton-clone.checked:after {
    transform: scale(1, 1);
}
/* end Radiobutton animation */

/* checkbox animation */
input[type='checkbox'] {
    display: none !important;
}

.checkbox-clone {
    transition: ease-in-out 0.2s;
    transition-property: border-color, background-color;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    top: 3px;
    position: absolute;
    cursor: pointer;
}

.checkbox-clone.checked {
    background-color: #003575;
    border-color: #003575;
}

.checkbox-clone::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 2px;
    opacity: 0;
    transform: rotate(0deg);
    transition: ease-in-out 0.2s;
    transition-property: opacity, transform;
}

.checkbox-clone.checked::after {
    opacity: 1;
    transform: rotate(-45deg);
}
/* end checkbox animation */

.input-wrap .input.field-type-agreement .label,
.input-wrap .input.field-type-mailchimp .label,
.input-wrap .input.field-type-checkbox .label {
    padding-left: 25px;
}

.input-wrap .input.field-type-radio .label {
    display: inline-block;
    width: auto;
    padding-left: 0 !important;
}

.input-wrap .input div.prefix {
    display: inline-block;
    position: absolute;
    padding: 8px 8px 9px 8px;
    top: 0;
    bottom: 0;
    width: 30px;
}

.input-wrap .input.field-type-phone div.prefix {
    padding-top: 10px;
    padding-left: 10px;
}

.input-wrap .input div.prefix > i {
    color: inherit;
}

.input-wrap .input div.prefix ~ input {
    padding-left: 35px;
}

.input-wrap .input .text-block {
    margin-bottom: 0;
}

.input-wrap .text-block.text-alignment-left {
    text-align: left;
}

.input-wrap .text-block.text-alignment-center {
    text-align: center;
}

.input-wrap .text-block.text-alignment-right {
    text-align: right;
}

.input-wrap .input.field-type-submit {
    padding-top: 10px;
}
.input-wrap .input input[type='submit'] {
    width: auto;
    padding: 5px 100px;
    float: left;
    border: 0px;
}

.form-row .input.field-type-captcha img {
    display: inline-block;
    vertical-align: middle;
}

.form-row .input.field-type-captcha i {
    display: inline-block;
    cursor: pointer;
    font-size: 34px;
    color: #0065c6;
    vertical-align: middle;
    margin-left: 10px;
}
.form-row .input.field-type-captcha input {
    max-width: 245px;
    margin-top: 10px;
}

/* Error message */
.input-wrap .input .field-error {
    border-bottom: 2px solid #c95456;
}

.input-error .select-clone-value,
.checkbox-clone.input-error,
.input-error > .input input,
.input-error > .input textarea,
.radiobutton-clone.input-error {
    border-color: #ff0000 !important;
}

.input-error .label,
.field-type-radio.input-error input[type='radio'] + .label label {
    color: #ff0000;
}
.select-error {
    border-bottom: 1px solid #c95456;
}

.form-succes-shadow {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 50000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-succes {
    position: fixed;
    z-index: 50001;
    border-radius: 5px;
    top: 100px;
    left: 50%;
    width: auto;
    padding: 20px;
    background: #fff;
    transform: translate3d(-50%, 0, 0);
}

.form-succes > .text {
    margin: 0 auto;
    width: 80%;
    color: #575757;
}

/*
* styling the checkbox animation
*/
.form-succes .icon {
    border: 4px solid #808080;
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto 30px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

.form-succes .icon.success {
    border-color: #a5dc86;
    display: block;
}

.form-succes .icon.success::before,
.form-succes .icon.success::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: '';
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.form-succes .icon.success::before {
    border-radius: 120px 0 0 120px;
    left: -33px;
    top: -7px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px 0;
}

.form-succes .icon.success::after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform: rotate(-45deg);
    transform-origin: 0 60px 0;
}

.icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}

.form-succes .icon.success .placeholder {
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.form-succes .icon.success .fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 8px;
    z-index: 1;
}

.form-succes .icon.success .line {
    background-color: #a5dc86;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.form-succes .icon.success .line.tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
}

.form-succes .icon.success .line.long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
}

.animate-success-tip {
    animation: 0.75s ease 0s normal none 1 running animate-success-tip;
}

.animate-success-long {
    animation: 0.75s ease 0s normal none 1 running animate-success-long;
}

.form-succes .icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}
form fieldset {
    margin: 0;
    padding: 0px;
    border: none;
}

.form-succes > .close:hover i {
    transform: rotate(180deg);
}

.form-succes > .close i {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    top: 2px;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
}

.form-succes > .close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 10001;
}

.select-container .selected-articles .article {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: solid 1px #000;
    padding: 25px 0;
}
.select-container .selected-articles .article:last-child {
    border-bottom: solid 1px #000;
}
.select-container .selected-articles .article .remove {
    position: absolute;
    top: 24px;
    right: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    transition: transform 0.2s linear;
}
.select-container .selected-articles .article .remove:hover {
    animation: shake 0.3s ease-in-out;
}
.select-container .selected-articles .article .top {
    font-size: 16px;
    font-weight: 700;
}
.select-container .selected-articles .article .title {
    padding-right: 50px;
}
.select-container .selected-articles .article .title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    text-transform: unset;
}
.select-container .selected-articles .article .title h2 a {
    color: #000;
}
.select-container .selected-articles .article .title h2 a:hover {
    text-decoration-color: #000;
}
.select-container .selected-articles .article .image a,
.select-container .selected-articles .article .image > img {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 10px;
    aspect-ratio: 1/1;
    padding: 10px;
    max-width: 120px;
    justify-content: center;
    align-items: center;
}
.select-container .selected-articles .article .amount > .input-wrapper {
    display: flex;
    color: #000000;
    position: relative;
    text-align: center;
    width: 120px;
    border: 1px solid #434343;
    border-radius: 10px;
}
.select-container .selected-articles .article .amount > .input-wrapper > .update-apply {
    width: 35px;
    line-height: 40px;
    cursor: pointer;
}
.select-container .selected-articles .article .amount > .input-wrapper > input {
    -webkit-appearance: none;
    height: 40px;
    overflow: hidden;
    padding: 0px 10px;
    background: none;
    width: 50px;
    z-index: 1;
    text-align: center;
    border: none;
    background-color: #fff;
    overflow: hidden;
}
.select-container .selected-articles .article .drive {
    font-size: 16px;
}
.select-container .select-more {
    padding-top: 30px;
    padding-bottom: 30px;
}
.select-container .select-more [rel='button'] {
    border: 3px solid #fecc00;
    background-color: #fff;
    color: #003575;
}
.select-container .select-more [rel='button']:hover {
    background-color: #fecc00;
    color: #003575;
}

.google-autocomplete-toggle .wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}
.google-autocomplete-toggle .wrap label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 26px;
    width: 46px;
    border-radius: 13px;
    background-color: #0035754d;
    vertical-align: middle;
    margin: 0 3px;
    padding: 0 3px;
    text-align: left;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    float: none !important;
    width: 55px !important;
    min-height: 0;
    padding: 0;
}
.google-autocomplete-toggle .wrap label::before {
    display: inline-block;
    border-radius: 50%;
    background-color: #003575;
    height: 20px;
    width: 20px;
    content: '';
    margin-top: 3px;
    transition: transform 0.5s ease-in-out;
    transform: translateX(150%);
}
.google-autocomplete-toggle.checked .wrap label::before {
    transform: translateX(25%);
}
.google-autocomplete-toggle.checked .wrap > span:first-child,
.google-autocomplete-toggle:not(.checked) .wrap > span:last-child {
    color: #003575;
    font-weight: 700;
}

fieldset.address_group,
fieldset.delivery_adres,
fieldset.manual_fields,
.text-block.missing_housenumber,
.text-block.missing_housenumber_other {
    display: none;
}

.text-block.note,
.text-block.missing_housenumber,
.text-block.missing_housenumber_other {
    color: #ff0000;
}

.label.reaction {
    font-size: 14px;
    font-weight: 400;
}

.input:not(.field-type-date) input[readonly] {
    background-color: #ebebeb;
}

.form-row .input-wrap[data-name='opmerking'] {
    display: none;
}

.google-search-wrapper,
.google-search-wrapper-other {
    padding-top: 10px;
    padding-bottom: 10px;
}

.xdsoft_datepicker button,
.xdsoft_datepicker .xdsoft_label {
    color: #003575 !important;
}
.xdsoft_calendar td:hover div {
    background-color: #fecc02 !important;
    color: #003575 !important;
}
.xdsoft_calendar td.xdsoft_disabled div {
    color: #a9a9a9 !important;
}
.xdsoft_calendar td.xdsoft_disabled:hover div {
    background-color: #fafafa !important;
    color: #a9a9a9 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #666 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
    background: #e9e9e9 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background-color: #003575 !important;
    color: #fff !important;
}

form > .loader {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    inset: 0;
    font-size: 28px;
    color: #003575;
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 5px rgba(79, 79, 79, 0.4);
    display: none;
}

.autocomplete-results {
    position: absolute;
    height: fit-content;
    border: solid 1px #dbdbdb;
    z-index: 2;
    background-color: #ffffff;
    width: calc(100% - 20px);
    display: none;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 10px 10px;
    border-top: none;
    box-shadow: 0px 5px 10px -5px rgba(50, 50, 50, 0.52);
}

.autocomplete-results.show {
    display: block;
}

.autocomplete-results > div {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.autocomplete-results > div:last-child {
    border-radius: 0 0 10px 10px;
}

.autocomplete-results > div:hover {
    background-color: #f5f5f5;
}

.autocomplete-results > div > i {
    margin-right: 10px;
    color: rgb(156, 156, 156);
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes animate-success-tip {
    0% {
        left: 1px;
        top: 19px;
        width: 0;
    }
    54% {
        left: 1px;
        top: 19px;
        width: 0;
    }
    70% {
        left: -8px;
        top: 37px;
        width: 50px;
    }
    84% {
        left: 21px;
        top: 48px;
        width: 17px;
    }
    100% {
        left: 14px;
        top: 45px;
        width: 25px;
    }
}

@keyframes animate-success-long {
    0% {
        right: 46px;
        top: 54px;
        width: 0;
    }
    65% {
        right: 46px;
        top: 54px;
        width: 0;
    }
    84% {
        right: 0;
        top: 35px;
        width: 55px;
    }
    100% {
        right: 8px;
        top: 38px;
        width: 47px;
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

/* Custom grade */
@media (max-width: 1300px) {
    .row > div > .group:has(.field-type-selectarticles .selected-articles) {
        width: 100%;
        max-width: 100%;
    }
}

/* A */
@media (max-width: 1194px) {
}

/* B */
@media (max-width: 991px) {
}

/* C */
@media (max-width: 767px) {
    .select-clone-value {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .form-succes {
        position: absolute;
        left: 20px;
        right: 20px;
        margin: 0;
        width: auto;
        transform: none;
    }

    .form-succes > .text {
        width: 100%;
    }

    .select-container .selected-articles .article .top,
    .select-container .selected-articles .article .image,
    .select-container .selected-articles .article .amount,
    .select-container .selected-articles .article .drive,
    .select-container .selected-articles .article .amount > .input-wrapper > input,
    .select-container .selected-articles .article .amount > .input-wrapper > span {
        width: calc(100% / 3);
    }

    .select-container .selected-articles .article .image {
        margin-top: -20px;
    }

    .select-container .selected-articles .article .amount {
        padding-right: 25px;
    }

    .select-container .selected-articles .article .top.desc-info {
        display: none;
    }

    .select-container .selected-articles .article .amount > .input-wrapper {
        width: 100%;
    }

    .select-container .selected-articles .article .amount > .input-wrapper > input {
        height: 25px;
        min-height: 25px;
    }

    .select-container .selected-articles .article .amount > .input-wrapper input,
    .select-container .selected-articles .article .amount > .input-wrapper i {
        font-size: 12px;
    }

    .select-container .selected-articles .article .amount > .input-wrapper > .update-apply {
        line-height: 25px;
    }

    .select-container .selected-articles .article .info {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .select-container .selected-articles .article .top.desc-image {
        order: 2;
    }

    .select-container .selected-articles .article .top.desc-amount {
        order: 3;
    }

    .select-container .selected-articles .article .top.desc-drive {
        order: 4;
    }

    .select-container .selected-articles .article .image {
        order: 5;
    }

    .select-container .selected-articles .article .amount {
        order: 6;
    }

    .select-container .selected-articles .article .drive {
        order: 7;
    }
}

/* D */
@media (max-width: 479px) {
    form .form-row > .input-wrap,
    form .form-row > fieldset .input-wrap,
    form .form-row > .start-repeat-items .repeat-block .input-wrap {
        width: 100%;
        padding-right: 0;
    }

    .form-succes > .close {
        top: -45px;
    }

    .select-container .selected-articles .article .image {
        padding-right: 15px;
    }
}
