/*
    01. Vacatures Page CSS
    02. Apply Vacatures Page CSS
    03. New Vacatures Page CSS
    04. Vakgebieden Page CSS
    05. Loopbaanscan Page CSS
    06. Nederlands Taalbudget Doorzaam Page CSS
*/


/* 01. Vacatures Page CSS */
a:hover,
a:focus,
a:active {
    color: #000000;
}

.vacatures-listing-row {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}

a.terms-link-alter:hover {
    text-decoration: none;
}

.icon-button:visited {
    color: #ffffff;
}

.vacatures-listing-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-item .vacatures-listing-box {
    height: 100%;
}

.extra-filter-box span.filter-count {
    font-weight: 700;
}

#active-filters {
    display: none;
}

.vacatures-listing-row .vacatures-listing-box {
    width: calc(33.33% - 16px);
}

.vlb-content {
    padding: 24px;
    color: #000;
}

.vlb-content h3 {
    line-height: 1.5;
    font-size: 16px;
}

.vlb-features {
    margin-top: 16px;
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.vacatures-filters-top {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 12px;
}

.job-search-option {
    width: calc(50% - 166px);
}

.vacatures-filters-row label {
    font-weight: 600;
}

.custom-pagination .prev.page-numbers,
.custom-pagination .next.page-numbers {
    height: 32px;
    width: 32px;
    background: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    text-decoration: none;
}

.vacatures-filters-row input,
.vacatures-filters-row select {
    background-color: var(--baseLightestColor);
    width: 100%;
    padding: 7px 16px;
    border-radius: 100px;
    border: none;
    transition: all 0.3s ease 0s;
    appearance: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.search-geo {
    width: calc(50% - 166px);
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.postcode-option {
    width: calc(100% - 124px);
}

.selectbox-option {
    width: 112px;
}

.active-filter_badge {
    border: 1px solid rgb(128 128 128 / 30%);
    border-radius: 100px;
    font-size: 14px;
    padding: 2px 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.active-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.active-filter-wrap:empty {
    display: none;
}

.active-filter_badge img {
    margin-left: 5px;
}

.page-banner img {
    min-height: 370px;
    object-fit: cover;
    max-height: 420px;
}

.vlb-features li {
    font-size: 14px;
}

.vlb-features li:not(:last-child):after {
    content: "|";
    padding: 0 5px;
}

.vlb-extra-features {
    margin-top: 16px;
}

.vlb-extra-features li {
    display: flex;
    align-items: flex-start;
}

.vlb-extra-features li i {
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.vlb-extra-features li * {
    font-size: 14px;
}

.vlb-buttons {
    padding: 16px 24px;
    background: var(--General-Color);
}

.vlb-buttons a {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 7px 16px;
}

.vlb-buttons a+a {
    margin-top: 12px;
}

.selectbox-option {
    position: relative;
}

.selectbox-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--General-Dark);
    position: absolute;
    bottom: 7px;
    color: var(--General-Dark);
    border-radius: 100%;
    right: 6px;
    pointer-events: none;
}

.selectbox-arrow i {
    position: relative;
    top: -3px;
}

.custom-pagination.pagination-light .page-numbers.dots {
    text-decoration: none;
}

.selectbox-option:hover .selectbox-arrow {
    background: var(--General-Dark);
    color: #fff;
}

.custom-pagination .prev.page-numbers.disabled,
.custom-pagination .next.page-numbers.disabled {
    opacity: 0.7;
}

.selectbox-option {
    position: relative;
}

.selectbox-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--General-Dark);
    position: absolute;
    bottom: 7px;
    color: var(--General-Dark);
    border-radius: 100%;
    right: 6px;
    pointer-events: none;
}

.selectbox-arrow i {
    position: relative;
    top: -3px;
}

.selectbox-option:hover .selectbox-arrow {
    background: var(--General-Dark);
    color: #fff;
}

.job-search-submit input {
    border: 1px solid var(--General-Color);
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
    width: 160px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    cursor: pointer;
}

.job-search-submit input:hover {
    background-color: transparent;
    color: var(--General-Text-Color);
    text-decoration: none;
    border-color: var(--General-Color);
}

.extra-filters-button span {
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--General-Light);
    padding: 9px 19px 9px 19px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.extra-filters-button {}

.extra-filters-button span:hover {
    background: var(--General-Light);
    color: #000;
}

.extra-filters-button.efb-active i {
    position: relative;
}

.extra-filters-button.efb-active i:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: -6px;
    transform: rotate(-35deg);
    left: 7px;
    transition: all 0.3s ease 0s;
}

.extra-filters-button.efb-active:hover i:after {
    background: #000;
}


.vacatures-filters-bottom {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.extra-filter-box {
    width: calc(33.33% - 8px);
}

.extra-filter-placeholder {
    background-color: var(--baseLightestColor);
    width: 100%;
    padding: 8px 16px;
    border: none;
    appearance: none;
    color: #000;
    position: relative;
    border-radius: 20px;
}

.extra-filter-placeholder:hover .selectbox-arrow {
    background: #000;
    color: #fff;
}

.extra-filter-box:hover .extra-filter-placeholder {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.extra-filter-placeholder b {
    font-weight: bold;
}

.extra-filter-options {
    border-radius: 0 0 20px 20px;
    background: var(--baseLightestColor);
    padding: 0 16px 12px;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    display: none;
}

.vlb_features img {
    margin-right: 5px;
}

.vmf-filter-left .filter-box.search-filter .extra-filter-options {
    border-radius: 20px;
    background: var(--baseLightestColor);
    padding: 0;
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    z-index: 1;
    min-width: 430px;
    display: none;
}

.vmf-filter-left .filter-box.autosuggest-filter.search-filter .extra-filter-options {
    min-width: 100%;
}

.vmf-filter-left .filter-box.search-filter .extra-filter-options.active {
    display: block;
}

.extra-filter-box {
    position: relative;
}

.extra-filter-options ul {
    position: relative;
    max-height: 200px;
    padding: 0 4px;
    overflow: auto;
}

.extra-filter-options ul::-webkit-scrollbar {
    width: 6px;
}

.extra-filter-options ul::-webkit-scrollbar-track {
    background: transparent;
}

.extra-filter-options ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
}

.extra-filter-options li {
    margin-top: 12px;
}

.extra-filter-options a {
    font-weight: 600;
    padding-left: 36px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

/* .extra-filter-options a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--baseColor);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} */


/* .extra-filter-options a.checked:before {
    background-color: var(--General-Dark);
    border-color: var(--General-Dark);
}

.extra-filter-options a.checked:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid var(--General-Color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.extra-filter-box:hover .extra-filter-options {
    display: block;
}

.selected-filters {
    flex-wrap: wrap;
    margin-top: 16px;
    display: flex;
    gap: 16px;
}

.sf-left label {
    margin: 0;
    font-size: 14px;
    line-height: 1.57143;
    font-weight: normal;
    text-transform: uppercase;
}

.sf-left {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.sf-badge {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sf-badge span {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.33333;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid var(--General-Light);
    padding: 5px 12px;
    border-radius: 100px;
    cursor: pointer;
}

.sf-badge span i {
    margin-left: 8px;
}

.remove-filters {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    padding: 0;
    font-size: 16px;
    line-height: 1.25;
    align-items: center;
}

.remove-filters i {
    font-size: 12px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.jobalert-aanzetten-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: var(--General-Text-Color);
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.jobalert-aanzetten-btn i {
    font-size: 12px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--General-Text-Color);
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.jobalert-aanzetten-btn:hover i {
    color: #000;
    background: var(--General-Text-Color);
}

.jobalert-aanzetten-btn:hover {
    text-decoration: underline;
}

.filters-result {
    padding-bottom: 32px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
}

.filters-result-text {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08rem;
}

.filters-result-text span {
    color: var(--General-Color);
}

.icon-button {
    background: transparent;
    border: none;
    padding: 0;
    color: var(--General-Light);
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.icon-button i {
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none !important;
    width: 24px;
    height: 24px;
    border: 1px solid var(--General-Light);
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.icon-button:hover {
    color: var(--General-Text-Color);
}

.icon-button:hover i {
    color: #000;
    background: var(--General-Text-Color);
    text-decoration: none !important;
}

.switch-map {
    display: flex;
    cursor: pointer;
}

.switch-map p {
    text-transform: uppercase;
    padding-right: 6px;
}

.switch-map span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background: var(--General-Light);
    border-radius: 12px;
    transition: .3s;
}

.switch-map span:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: var(--General-Dark);
    border-radius: 10px;
    transition: .5s;
}

.switch-map.switch-map-active span:before {
    left: 27px;
}

.switch-map.switch-map-active span {
    background: var(--General-Color);
}

.vacatures-listing-outer.vacatures-listing-outer-active {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.vacatures-listing-outer.vacatures-listing-outer-active .vacatures-listing-row .vlb-buttons {
    display: flex;
    gap: 12px;
}

.vacatures-listing-outer.vacatures-listing-outer-active .vacatures-listing-row .vlb-buttons a {
    margin: 0;
    width: auto;
}

.vacatures-listing-outer.vacatures-listing-outer-active .vacatures-listing-row {
    width: 55%;
}

.vacatures-listing-outer.vacatures-listing-outer-active .vacatures-map {
    width: 45%;
    max-height: unset;
    overflow: unset;
    position: sticky;
    top: 110px;
}

.vacatures-listing-outer.vacatures-listing-outer-active .vacatures-listing-box {
    width: 100%;
}

.custom-popup-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    backdrop-filter: blur(12px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.job-alert-section.popup-active {
    opacity: 1;
    visibility: visible;
}

.custom-popup-wrap {
    max-width: calc(75% - 24px);
    padding: 60px calc(8.33% + 60px);
    overflow: auto;
    background: var(--General-Color);
    position: relative;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    max-height: calc(100vh - 64px);
    transform: translate(-50%, -50%);
}

.custom-popup-close {
    position: absolute;
    right: 24px;
    top: 24px;
    height: 40px;
    width: 40px;
    background: var(--General-Text-Dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.custom-popup-wrap::-webkit-scrollbar {
    width: 6px;
}

.custom-popup-wrap::-webkit-scrollbar-track {
    background: transparent;
}

.custom-popup-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
}

.job-alert-section h5 {
    padding-bottom: 24px;
    margin: 0;
}

.job-alert-section .alert-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
}

.job-alert-section .alert-filters label {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 8px;
}

.job-alert-section .alert-filters span {
    font-size: 12px;
    line-height: 1.33333;
    position: relative;
    border: 1px solid var(--General-Dark);
    padding: 5px 12px;
    border-radius: 21px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
}


/********************************/

.vacatures-slider-title {
    margin-bottom: 32px;
}

.job-summery {
    margin: 48px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.44444;
}

.job-text h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.job-text p+p {
    margin-top: 28px;
}

.job-recruiter {
    margin-top: 32px;
}

.job-recruiter-header {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    padding: 16px 24px;
    background-color: var(--General-Dark);
    color: var(--General-Text-Light);
}

img.vestigingen-fixed-height {
    max-height: 502px;
    object-fit: cover;
}

.job-recruiter-header span {
    font-weight: 700;
    text-transform: uppercase;
}

.job-recruiter-header ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.job-recruiter-header ul a {
    color: #fff;
}

.job-recruiter-header ul li:not(:last-child):before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    inset: 11px 0 auto auto;
    background-color: var(--General-Light);
}

.job-recruiter-header {}

.job-recruiter-header ul li:not(:last-child) {
    position: relative;
    padding-right: 16px;
    margin-right: 12px;
}

.job-recruiter-body {
    padding: 24px;
    gap: 24px;
    flex-wrap: nowrap;
    display: flex;
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
    align-items: center;
}

.job-recruiter-img {
    width: 152px;
}

.job-recruiter-content>span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 16px;
}

.job-recruiter-content>p {
    margin-top: 4px;
    font-weight: 600;
    letter-spacing: .08rem;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.57143;
}

.job-recruiter-contact {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.job-recruiter-contact a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.job-recruiter-body .job-recruiter-contact a:hover i {
    background: #000;
    color: #ffff;
}

.job-recruiter-body .job-recruiter-contact a i {
    transition: all 0.3s ease 0s;
}

.neem-contact-contact-outer .custom-contact-list a:hover i {
    background: #000;
    color: #ffff;
}

.neem-contact-contact-outer .custom-contact-list a i {
    transition: all 0.3s ease 0s;
}

.vacatures_listing_box.bgBase h6 a:visited {
    color: #fff;
}

.vlb_favorieten_btn:hover {
    text-decoration: none;
}

.active-favorite .heart-border {
    display: none;
}

.show-sollicteer .sollicteer-btn {
    display: inline-block !important;
}

.vlb_delete_btn:hover {
    text-decoration: none !important;
}

.vlb_delete_btn {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 10px;
    color: #000;
    display: none;
}

p.empty-fav-text {
    display: none;
}

a.solliciteer-btn {
    margin-left: 10px;
}

.page-template-template-favoriete-vacatures a.solliciteer-btn {
    display: block;
}

.page-template-template-favoriete-vacatures .vlb_delete_btn {
    display: flex;
}

.page-template-template-favoriete-vacatures .vlb_favorieten_btn {
    display: none;
}

.vlb_favorieten_btn .heart-full {
    display: none;
}

.vlb_favorieten_btn.active-favorite .heart-full {
    display: inline-block;
}

.vlb_delete_btn:hover {
    background: #000;
    color: #fff;
}

.vlb_favorieten_btn:hover,
.vlb_favorieten_btn.active-favorite {
    background: var(--General-Text-Dark);
    color: #fff;
}

.job-recruiter-contact a i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--General-Dark);
    font-size: 15px;
    border-radius: 100%;
}

.job-recruiter-contact a:hover span {
    text-decoration: underline;
}

.steps-outside {
    position: relative;
}

.steps-outside:before {
    content: "";
    position: absolute;
    left: -46px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--General-Dark);
}

.steps-outside:after {
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1px solid var(--General-Dark);
    border-width: 1px 0 1px 1px;
    background-color: var(--General-Light);
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    line-height: 28px;
    left: -95px;
}

.job-details.steps-outside:after {
    content: "01";
}

.single-vacatures-row>div {
    margin-top: 48px;
}

.job-benefits-description:after {
    content: "02";
}

.job-requirements-description:after {
    content: "03";
}

.job-company-description:after {
    content: "04";
}

.job-apply-part:after {
    content: "05";
}

.job-apply-buttons {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.job-apply-buttons .add-in-favorieten {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.job-apply-buttons .add-in-favorieten img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(3415%) hue-rotate(162deg) brightness(89%) contrast(97%);
    width: 15px;
}



.job-apply-buttons .common-btn {
    margin-top: 0;
    margin-right: 16px;
}

.job-apply-buttons .add-in-favorieten:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.job-apply-buttons .add-in-favorieten:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(104%) contrast(102%);
}

.sollicitatieproces-content-heading span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
}

.sollicitatieproces-proces {
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    gap: 12px;
}

.sollicitatieproces-proces-box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.spb-step-icon {
    height: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 52px;
    position: relative;
}

.spb-step-icon img {
    width: 64px;
}

.sollicitatieproces-proces-box:not(:last-child) .spb-step-icon:before {
    content: "";
    position: absolute;
    background: var(--General-Dark);
    top: auto;
    bottom: 30px;
    left: calc(50% + 12px);
    width: calc(100% - 12px);
    height: 4px;
}

.sollicitatieproces-proces-box .spb-step-icon:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--General-Color);
    border: 4px solid var(--General-Dark);
    border-radius: 50%;
    top: auto;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.spb-step-content {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 12px;
    font-size: 14px;
    line-height: 1.57143;
    margin-left: 0;
    height: calc(100% - 116px);
}

.spb-step-content h3 {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    margin: 0 0 2px 0;
}

.neem-contact-title {
    margin-bottom: 32px;
}

.contact-card {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.contact-card-img {
    width: 122px;
    line-height: 0;
    margin-right: 16px;
    border-radius: 100%;
    overflow: hidden;
}

.neem-contact-section .cso-content h4 {
    margin-bottom: 0;
}

/* .neem-contact-section .cso-content {
    display: block;
} */

.contact-card-details span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-card-details p {
    margin-top: 4px;
    font-weight: 600;
    letter-spacing: .08rem;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.57143;
}

.neem-contact-contact-outer {
    margin-top: 30px;
}

.custom-contact-list a {
    text-decoration: none;
}

.custom-contact-list a:hover span {
    text-decoration: underline;
}

.custom-contact-list i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--General-Dark);
    font-size: 13px;
    border-radius: 100%;
}

.custom-contact-list a {
    display: flex;
    align-items: center;
}

.custom-contact-list li+li {
    margin-top: 8px;
}

.custom-contact-list.ccl-hori {
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.custom-contact-list.ccl-hori li {
    margin: 0;
}

.neem-contact-contact-outer>span {
    margin-bottom: 12px;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.ncs-text-overlay {
    position: absolute;
    bottom: 64px;
    left: 64px;
}

.ncs-text-overlay a {
    margin-top: 16px;
}

.icon-button {
    text-decoration: none;
}

.icon-button i {
    margin: 0 10px 0 0 !important;
}

.ncs-text-overlay .icon-button:hover {
    color: #fff;
}

.icon-button:hover {
    text-decoration: none;
}

.icon-button:hover span {
    text-decoration: underline;
}

.icon-button:hover span {}

.ncs-text-overlay .icon-button:hover i {
    background: #fff;
    border-color: #fff;
}

.single-vacatures-section h1 {
    font-size: 24px;
    line-height: 1.08333;
    margin: 0;
}

.hero-vacancy-features {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.hero-vacancy-features li {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08rem;
    margin-top: 2px;
}

.hero-vacancy-features li:not(:last-child):after {
    content: "|";
    padding: 0 8px;
    color: #fff;
}

.hero-vacancy-extra-features {
    margin-top: 24px;
}

.hero-vacancy-extra-features li {
    display: flex;
    align-items: flex-start;
}

.hero-vacancy-extra-features li i {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.hero-vacancy-extra-features li {
    margin-top: 10px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten {
    border-color: #FFF;
    color: #fff;
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten img {
    filter: brightness(0) invert(1);
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(3415%) hue-rotate(162deg) brightness(89%) contrast(97%);
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten:hover {
    background: #fff;
    color: #000;
    text-decoration: none !important;
}

.job-apply-buttons .add-in-favorieten .heart-full {
    display: none;
}

.job-apply-buttons .add-in-favorieten.active-favorite .heart-border {
    display: none;
}

.job-apply-buttons .add-in-favorieten.active-favorite .heart-full {
    display: inline-block;
}

.vacatures-slider-wrap>.owl-stage-outer {
    /* min-width: 100vw; */
}

.vacatures-slider {
    overflow: hidden;
}

.small-avatar {
    display: flex;
    align-items: center;
}

.small-avatar img {
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.aff-inner {
    display: flex;
    align-items: center;
}

.apply-fix-footer {
    border-top: 1px solid #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 12px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.apply-fix-footer.aff-active {
    bottom: 0;
}

.job-summary-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.job-summary-wrapper .employer-logo {
    margin: 0 0 0 24px;
    padding: 4px 24px;
    display: block;
    border: 1px solid var(--baseLightestColor);
    background: var(--General-Light);
}

.employer-logo img {
    width: 160px;
    max-width: max-content;
}

/****************************************************/

/* 02. Apply Vacatures Page CSS */
.vacatures-head-inner {
    max-width: 71%;
    margin: 0 auto;
}

.subtitle-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.vacatures-head-inner h1 {
    font-size: 24px;
    line-height: 1.08333;
    margin-bottom: 24px;
    margin-top: 12px;
}

.vacatures-head-inner ul {
    display: flex;
    flex-wrap: wrap;
}

.vacatures-head-inner ul li {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08rem;
}

.vacatures-head-inner ul li:not(:last-child):after {
    content: "|";
    padding: 0 8px;
}

.apply-vacatures-form-box {
    margin-top: 16px;
    padding: 32px;
}

.form-row-box input.error,
.form-row-box textarea.error,
.form-row-box select.error {
    background-color: var(--Alert-Light);
}

.form-row-box input[type="file"].error+label .file-select-box {
    background: var(--Alert-Light);
}

.custom-checkbox-label input.error+span:before {
    background: var(--Alert-Light);
}

.bgBase .bgPrimary .custom-breadcrumbs a,
.bgBase .bgPrimary .custom-breadcrumbs span {
    color: #000;
}

.apply-vacatures-form-box-inner {
    max-width: 75%;
    margin: 0 auto;
}

.apply-vacatures-form-box-inner h6 {
    font-size: 20px;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    font-family: 'Druk Wide';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08rem;
    margin: 0 0 16px 0;
}

.apply-vacatures-form-box-inner .row {
    margin-left: -9px;
    margin-right: -9px;
}

.apply-vacatures-form-box-inner .row>div {
    padding-left: 9px;
    padding-right: 9px;
}

.custom-checkbox-label {
    font-weight: 600;
    position: relative;
    margin-top: 15px;
}

.form-row-box input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-upload-box {
    position: relative;
}

.custom-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-label span {
    padding-left: 35px;
}

.custom-checkbox-label span:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 4px;
    left: 0;
    top: 1px;
}

.custom-checkbox-label input:checked+span:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 6px;
    width: 6px;
    height: 11px;
    border: solid var(--General-Color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox-label input:checked+span:before {
    background: #000;
}

.custom-form-design button[type="submit"] {
    border: 1px solid var(--General-Dark);
    color: var(--General-Text-Light);
    background-color: var(--General-Dark);
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 12px 23px 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.custom-form-design button[type="submit"]:hover {
    background: transparent;
    color: #000;
}

.custom-upload-box label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}

.custom-upload-box .file-select-box {
    border: 1px solid var(--baseColor);
    background-color: var(--General-Light);
    padding: 7px 16px;
    width: 100%;
    font-weight: 300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: calc(100% - 142px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.custom-upload-box .file-upload-box {
    display: inline-block;
    padding: 9px 19px;
    border: 1px solid var(--General-Dark);
    color: var(--General-Text-Light);
    background-color: var(--General-Dark);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08em;
    width: 126px;
    margin-top: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/* CSS Filters functionality */

.extra-filter-options.active {
    display: block;
}

.suggestions-active {
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
}

.search-filter li {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    margin-top: 0;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-filter li a:before {
    content: none;
}

.search-filter li a,
.NoBgcolor .location-suggestion-text a {
    padding: 0;
}

.search-filter .extra-filter-options {
    padding: 3px;
}

/* .search-filter li:hover {
    background: var(--baseLighterColor);
} */

/* Filters */

/****************************************************/
section.home-hero-section .extra-filter-options a {
    padding-left: 0;
}

/* 04. Vakgebieden Page CSS */
.page-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 56px;
}

/****************************************************/

/* 05. Loopbaanscan Page CSS */
.rich-text>* {
    margin-top: 28px;
}

.rich-text>*:first-child {
    margin-top: 0;
}

.rich-text ul li {
    position: relative;
    padding-left: 20px;
}

.rich-text ul li+li {
    margin-top: 4px;
}

.rich-text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: var(--General-Text-Dark);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/****************************************************/
/* 06. Nederlands Taalbudget Doorzaam Page CSS */
.rich-text h1+*,
.rich-text h2+*,
.rich-text h3+*,
.rich-text h4+*,
.rich-text h5+*,
.rich-text h6+* {
    margin-top: 4px;
}

.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    line-height: 1.2;
}

.rich-text h1 strong,
.rich-text h2 strong,
.rich-text h3 strong,
.rich-text h4 strong,
.rich-text h5 strong {
    font-weight: 700;
}

.page-template-template-vacatures-offer {
    overflow-x: initial !important;
}

.aanmelden-form {
    position: sticky;
    top: 50px;
}

/****************************************************/

@media only screen and (max-width: 1679px) {
    .vacatures-slider-title {
        margin-bottom: 24px;
    }

    .job-summery {
        margin: 32px 0 0 0;
    }

    .job-recruiter {
        margin-top: 24px;
    }

    .sollicitatieproces-proces {
        margin-top: 24px;
    }

    .contact-card-details span {
        font-size: 18px;
        line-height: 1.22222;
    }

    .neem-contact-contact-outer {
        margin-top: 24px;
    }

    .ncs-text-overlay {
        bottom: 48px;
        left: 48px;
    }

    .h4,
    h4 {
        line-height: 1.09091;
        font-size: 22px;
    }
}

@media only screen and (max-width: 1439px) {
    .vacatures-slider-title {
        margin-bottom: 16px;
    }

    .vacatures-listing-row .vacatures-listing-box {
        width: calc(50% - 12px);
    }

    .job-text p+p {
        margin-top: 24px;
    }

    .ncs-text-overlay {
        bottom: 32px;
        left: 32px;
    }

    .job-recruiter {
        margin-top: 16px;
    }

    .apply-vacatures-form-box-inner {
        max-width: 100%;
    }

    .h4,
    h4 {
        font-size: 18px;
        line-height: 1.11111;
    }

    .sollicitatieproces-content-heading span {
        font-size: 18px;
        line-height: 1.22222;
    }

    .sollicitatieproces-proces {
        margin-top: 16px;
    }

    .contact-card-details span {
        font-size: 16px;
        line-height: 1.25;
    }

    .neem-contact-contact-outer>span {
        font-size: 18px;
        line-height: 1.22222;
    }

    .ncs-text-overlay a {
        margin-top: 12px;
    }

    .single-vacatures-row>div {
        margin-top: 32px;
    }

    .contact-card {
        margin-top: 24px;
    }

    .page-banner-content {
        bottom: 40px;
    }

    .rich-text>* {
        margin-top: 24px;
    }

    .rich-text>*:first-child {
        margin-top: 0;
    }

    .vacatures-head-inner {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1079px) {
    .sollicitatieproces-content-heading span {
        font-size: 16px;
        line-height: 1.25;
    }

    .neem-contact-contact-outer>span {
        font-size: 16px;
        line-height: 1.25;
    }

    .ncs-text-overlay a {
        margin-top: 8px;
    }

    .page-banner-content {
        bottom: 24px;
    }

    .rich-text>* {
        margin-top: 20px;
    }

    .rich-text>*:first-child {
        margin-top: 0;
    }

    .job-text p+p {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 839px) {
    .job-summery {
        margin: 24px 0 0 0;
    }

    .job-summary-wrapper .employer-logo {
        display: none;
    }

    .job-summary-wrapper {
        margin-top: 36px;
    }

    .single-vacatures-section h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
    }

    .vacatures-listing-row .vacatures-listing-box {
        width: 100%;
    }

    .job-recruiter-header {
        padding: 12px 16px;
    }

    .job-recruiter-body {
        padding: 16px;
    }

    .neem-contact-title {
        margin-bottom: 24px;
    }

    .ncs-text-overlay {
        bottom: 16px;
        left: 16px;
    }

    .single-vacatures-row>div {
        margin-top: 24px;
    }

    .steps-outside:before {
        content: none;
    }

    .steps-outside:after {
        content: none !important;
    }

    .vacatures-head-inner h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
    }

    .vacatures-head-inner .subtitle-text {
        font-size: 16px;
    }


}

@media only screen and (max-width: 767px) {

    .sollicitatieproces-proces {
        flex-wrap: wrap;
        text-align: left;
    }

    .vlb_footer {
        flex-wrap: wrap;
    }

    .sollicitatieproces-proces-box {
        flex-direction: inherit;
    }

    .spb-step-icon {
        height: 100%;
        padding: 0;
        display: block;
    }

    .spb-step-icon img {
        display: none;
    }

    .sollicitatieproces-proces-box:not(:last-child) .spb-step-icon:before {
        bottom: auto;
        top: 24px;
        left: 6px;
        width: 4px;
        height: calc(100% - 12px);
    }


    .sollicitatieproces-proces-box .spb-step-icon:after {
        left: 0;
        top: 4px;
        transform: none;
        bottom: auto;
    }

    .spb-step-content {
        height: auto;
        margin-left: 28px;
    }

    .job-recruiter-body {
        gap: 16px;
        flex-wrap: wrap;
    }

    .job-recruiter-img {
        width: 104px;
    }

    .job-recruiter-content>span {
        margin-top: 8px;
        font-size: 16px;
    }

    .job-recruiter-body>h5 {
        width: calc(100% - 120px);
    }

    .job-recruiter-contact li {
        width: 100%;
    }

    .contact-card-img {
        width: 74px;
    }
}

@media only screen and (max-width: 479px) {
    .job-recruiter-img {
        width: 104px;
    }

    .job-recruiter-content>span {
        margin-top: 8px;
    }

    .vlb-content {
        padding: 24px 15px;
    }
}



/*03. New Vacatures Page CSS*/
.vacatures-hero {
    background-image: url(/wp-content/uploads/2024/07/vacatures-Picture-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.vacatures-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7973783263305322) 0%, rgba(0, 0, 0, 0) 100%);
}

.vacatures-hero>div {
    position: relative;
}

.vacatures-sidebar {
    background: #282A2D;
    padding: 24px;
}

.vacatures-sidebar {}

.filter-collapse-box {
    border-top: 1px solid #3C4043;
    padding-top: 24px;
    margin-top: 24px;
}

.vacatures-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacatures-sidebar-header h4 {
    margin: 0;
    font-family: "Titillium Web", sans-serif;
}

.alles-wissen {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    display: none;
}

.home-functies-box {
    background: #F4F4F1;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none !important;
}

.home-functies-box-img img {
    width: 100%;
    aspect-ratio: 1/0.7;
    object-fit: cover;
    border-radius: 4px;
}

.home-functies-box-img-content {
    padding: 8px;
    min-height: 108px;
}

.alles-wissen.active {
    display: flex;
}

.functies-badge {
    font-size: 12px;
    line-height: normal;
    background: var(--General-Color) !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 13px;
    border-radius: 4px;
}

.home-functies-box-img {
    margin-bottom: 4px;
}

.home-client-section .owl-nav {
    width: auto !important;
    position: absolute;
    margin: 0 !important;
    top: -80px;
    right: 0;
}


.slider-arrow-up .owl-nav {
    width: auto !important;
    position: absolute;
    margin: 0 !important;
    top: -65px;
    right: 0;
}

.home-functies-box-img-content h6 {
    font-size: 20px;
    margin: 12px 0 5px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-functies-box-img-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.alles-wissen i {
    margin-left: 10px;
}

.filter-collapse-box>h6 {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

.filter-collapse-box>h6 i {
    margin-left: 10px;
    font-size: 16px;
}

.filter-collapse-body a {
    color: #fff !important;
    position: relative;
    padding-left: 25px;
}

.filter-collapse-body a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    left: 0;
    top: 4px;
}

.filter-collapse-body li+li {
    margin-top: 8px;
}

.filter-collapse-body a.checked:before {
    background: #000000;
    border-color: #000000;
}

.filter-collapse-body a.checked:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 4px;
    height: 10px;
    border: solid var(--General-Color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-collapse-box.filter-collapse-active>h6 i {
    transform: rotate(180deg);
}

.filter-collapse-body {
    margin-top: 15px;
    display: none;
    max-height: 313px;
    overflow-y: scroll;
}

.filter-collapse-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}

.filter-collapse-body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.filter-collapse-body::-webkit-scrollbar-thumb {
    background-color: var(--General-Color);
    border-radius: 3px;
}

.filter-collapse-box.filter-collapse-active .filter-collapse-body {
    display: block;
}

.vacatures_listing_box {
    background: #fff;
    color: var(--General-Text-Dark);
    padding: 24px;
}

.vacatures_listing_box+.vacatures_listing_box {
    margin-top: 8px;
}

.vlb_body_text {
    margin: 12px 0;
}



.vlb_header_left h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.vlb_features {
    display: flex;
    flex-wrap: wrap;
}

.vlb_features li {
    display: flex;
    align-items: center;
}

.vlb_features li:not(:last-child) {
    margin-right: 12px;
}

.vlb_features li img {
    margin-right: 5px;
}

.vlb_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.vlb-header-right img {
    width: 64px;
    height: 64px;
    min-width: 64px;
}

.vlb_header_left {
    padding-right: 15px;
}

.vlb_footer_actions {
    display: flex;
    align-items: center;
}

.vlb_footer {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 16px;
    justify-content: space-between;
}

.vlb_footer .common-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vlb_favorieten_btn {
    width: 32px;
    height: 32px;
    border: 1px solid var(--General-Dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}

.vlb_favorieten_btn img {
    width: 15px;
}

.vlb_favorieten_btn.added-favorite img {
    filter: brightness(0) invert(1);
}

.vlb_favorieten_btn.added-favorite {
    background: #000;
}


.vacatures_main_filter {
    background: #282A2D;
    padding: 24px;
    margin-bottom: 20px;
}

.vmf-filter {
    display: flex;
    gap: 24px;
}

.vmf-filter-left {
    width: 100%;
    display: flex;
}

.vmf-filter-left .filter-box:first-child {
    width: 47%;
}

.vmf-filter-left .filter-box {
    width: 33%;
    border-right: 2px solid #282A2D;
}

.vmf-filter-left .selectbox-option {
    width: 20%;
}

.vmf-filter .job-search-submit input {
    transition: all 0.3s ease 0s;
    border-radius: 100px !important;
    padding: 13px 10px;
}

.vmf-filter .filter-box>input {
    width: 100%;
    border: none;
    padding: 12px 20px 12px 35px;
}

.vmf-filter-left .filter-box:first-child>input {
    border-radius: 100px 0 0 100px;
}

.vmf-filter-left .selectbox-option select {
    width: 100%;
    padding: 12px 35px 12px 35px;
    border: none;
    border-radius: 0 100px 100px 0;
    appearance: none;
}

.vmf-filter-left .selectbox-option .selectbox-arrow {
    top: 13px;
}

.vmf-filter-left .filter-box:first-child>input.suggestions-active {
    border-radius: 100px 0 0 100px !important
}

.vmf-filter-left>div>img {
    position: absolute;
    top: 15px;
    left: 10px;
}

.aspact-same {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.piller-box>img {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    width: 100%;
}

.piller-box {
    position: relative;
}

.piller-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 78%);
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}

.piller-box:hover:before {
    background: #000;
    opacity: 0.8;
}

.piller-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 32px 32px 32px;
}

.piller-box-content * {
    color: #fff;
}

.piller-box-content h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.piller-box-content p {
    max-height: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.piller-box:hover .piller-box-content p {
    max-height: 193px;
}

.vacatures-main-wrapper .container {
    max-width: 1260px;
}

@media only screen and (min-width: 768px) {
    .row.row-md-reverse {
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 1550px) {
    .piller-box-row>div {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .piller-box {
        margin: 15px 0;
    }

    .piller-box-row {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 1439px) {
    .vmf-filter {
        flex-direction: column;
        gap: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .vacatures_main_filter {
        padding: 0;
        margin-top: 30px;
        background: radial-gradient(black, transparent);
    }

    .vlb_features p {
        margin: 0 !important;
    }

    .employer-logo img {
        width: 70px;
        max-width: max-content;
    }

    img.vestigingen-fixed-height {
        height: auto;
        max-height: none;
    }

    .piller-box-content {
        padding: 0 20px 20px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-arrow-up .owl-nav {
        position: initial !important;
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .vacatures_listing_box>h6 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .vlb_footer_actions {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
    }

    .vlb_footer_actions .common-btn.solliciteer-btn {
        margin-top: 10px !important;
    }

    .active-filter-wrap {
        padding: 0 24px;
    }

    .piller-box-content {
        padding: 0 20px 20px 20px;
    }

    .piller-box-row>div {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .vlb_header_left {
        padding: 0 15px 0 0;
    }


    .vlb_footer ul.vlb_features {
        display: block;
    }

    .vlb_footer_actions .common-btn {
        width: calc(100% - 42px);
        text-align: center;
    }

    .vmf-filter-left {
        flex-wrap: wrap;
    }

    .vmf-filter-left .filter-box:first-child {
        width: calc(100% - 50px);
        margin-bottom: 15px;
        border: none;
    }

    .vmf-filter-left .filter-box:first-child>input {
        border-radius: 100px;
        padding: 8px 20px 8px 35px;
    }

    .vmf-filter-left .filter-box:first-child>input.suggestions-active {
        border-radius: 100px !important;
    }

    .vmf-filter-left .filter-box.search-filter .extra-filter-options {
        top: calc(100% + 5px);
        min-width: auto;
    }

    .vmf-filter-left .filter-box>input {
        border-radius: 100px 0 0 100px;
        padding: 8px 20px 8px 35px;
    }

    .vmf-filter-left .filter-box:nth-child(3) {
        width: 60%;
        margin-top: 15px;
    }

    .vmf-filter-left .selectbox-option {
        width: 40% !important;
        margin-top: 15px;
    }

    span.show-extra-option-trigger.seot-active {
        color: var(--General-Color);
    }

    span.show-extra-option-trigger.seot-active i {
        transform: rotate(180deg);
    }

    .vmf-filter {
        gap: 15px;
    }

    .show-extra-option-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 14px;
    }

    .filter-trigger {
        position: absolute;
        top: 0;
        right: 0;
    }

    .vmf-filter-left>div>img {
        top: 10px;
    }

    .vmf-filter-left .selectbox-option select {
        padding: 8px 35px 8px 35px;
    }

    .vmf-filter-left .selectbox-option .selectbox-arrow {
        top: 8px;
    }

    .vmf-filter {
        position: relative;
    }










    .filters-main-sidebar {
        padding: 15px;
        position: fixed;
        top: 0;
        z-index: 999;
        min-height: 100vh;
        background: #000;
        transition: all 0.3s ease 0s;
        left: -100vw;
    }

    .vacatures-sidebar {
        padding: 0;
        max-height: calc(100vh - 30px);
        overflow-y: scroll;
    }

    .filter-collapse-box {
        padding-left: 24px;
        padding-right: 24px;
    }

    div#educationlevels-filter {
        margin-top: 0;
        border: none;
    }

    .vacatures-sidebar-header {
        padding: 20px 24px;
        position: sticky;
        background: #282a2d;
        top: 0;
        z-index: 9;
        border-bottom: 1px solid #3C4043;
    }

    .filter-collapse-box:last-child {
        padding-bottom: 24px;
    }

    .filters-main-sidebar.main-filter-active {
        left: 0;
    }

    .vacatures-sidebar-header .alles-wissen {
        display: none;
    }

    .apply-vacatures-form-box-inner h6 {
        font-size: 16px;
        line-height: normal;
    }

    .apply-vacatures-form-box {
        padding: 32px 20px;
    }

    .custom-upload-box label {
        flex-direction: column;
        gap: 10px;
    }

    .custom-upload-box .file-select-box {
        width: 100%;
    }

    .custom-upload-box .file-upload-box {
        width: 100%;
    }

    .vacatures_main_filter {
        margin-top: 0;
    }

    .sticky-filter-trigger {
        position: fixed;
        bottom: -56px;
        z-index: 99;
        background: var(--General-Color);
        width: 100%;
        left: 0;
        padding: 13px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease 0s;
    }

    .sticky-filter-trigger .filter-trigger {
        position: initial !important;
        display: flex;
        align-items: center;
    }

    .active-fixed-filter-trigger .back-to-top.top-active {
        bottom: 64px;
    }

    .sticky-filter-trigger .filter-trigger img {
        width: 30px;
        margin-right: 10px;
    }

    .active-fixed-filter-trigger .sticky-filter-trigger {
        bottom: 0;
    }

    .filter-collapse-body {
        max-height: initial !important;
    }


    /* New Filter Style CSS*/
    .filter-trigger.new-filter-trigger {
        position: inherit !important;
    }

    .new-style-filter-footer {
        margin-top: 4px;
        display: flex;
        justify-content: space-between;
        padding: 12px 16px;
    }

    .new-filter-trigger img {
        width: 24px;
        margin-right: 10px;
    }

    .new-filter-trigger {
        display: flex;
        align-items: center;
    }

    .new-clear-filters i {
        margin: 0 10px 0 0;
        width: 24px;
        height: 24px;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 11px;
    }

    .new-filter-design-mobile {
        background: #dbe200;
        padding: 5px 16px 14px 16px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child {
        width: 100%;
        margin-bottom: 15px;
        border: none;
        position: relative;
        margin-top: 28px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child .new-filter-title {
        position: absolute;
        top: -32px;
        left: 0;
        margin: 0;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--General-Text-Dark);
        font-size: 18px;
        line-height: 1.44444;
        font-weight: 600;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child img {
        display: none;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child #search-vacatures {
        padding: 7px 16px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) img {
        display: none;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) #location-field {
        padding: 7px 16px;
        border-radius: 100px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) .new-filter-title {
        position: absolute;
        top: -32px;
        left: 0;
        margin: 0;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--General-Text-Dark);
        font-size: 18px;
        line-height: 1.44444;
        font-weight: 600;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) {
        margin-top: 28px;
        border: none;
        width: calc(100% - 121px);
    }

    .new-filter-design-mobile .vmf-filter-left .selectbox-option {
        margin-top: 26px;
        display: block;
        width: 111px !important;
        margin-left: auto;
    }

    .new-filter-design-mobile .vmf-filter-left .selectbox-option #distance-filter {
        border-radius: 100px;
        padding: 8px 16px !important;
    }

    .new-filter-design-mobile .vmf-filter-left .selectbox-option>img {
        display: none !important;
    }

    .new-filter-design-mobile .job-search-submit input {
        text-align: center;
        font-size: 16px;
        line-height: 1.25;
        display: inline-block;
        padding: 9px 19px !important;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .08rem;
        transition: .3s;
        border-radius: inherit;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid var(--General-Dark) !important;
        color: var(--General-Text-Light);
        background-color: var(--General-Dark);
    }

    .new-filter-design-mobile .job-search-submit input:hover {
        background-color: transparent;
        color: var(--General-Text-Dark);
    }

    .new-filter-trigger-mobile {
        padding: 14px 16px;
        color: var(--General-Text-Dark);
        background-color: var(--General-Color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .new-filter-trigger-mobile span {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 20px;
    }

    .new-filter-trigger-mobile i {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        border: 1px solid var(--General-Dark);
        color: var(--General-Dark);
        border-radius: 100%;
        pointer-events: none;
    }

    .new-filter-trigger-mobile:hover i {
        background: var(--General-Dark);
        color: #fff;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    }

    .new-filter-trigger-mobile.nftm-active i {
        transform: rotate(180deg);
    }

    /* New Filter Style CSS*/
}

/****************************************************************/