.zoekopdracht {
  overflow: hidden;
  border-radius: 3px;
  padding: 36px 40px 39px 52px;
  width: 100%;
  background-color: #eaf0ff;
  max-width: 802px;
  margin: 0 auto;
}
.zoekopdracht a {
  text-decoration: underline;
}
.zoekopdracht a:hover,
.zoekopdracht a:focus {
  text-decoration: none;
}
.zoekopdracht fieldset {
  margin-bottom: 10px;
}
.zoekopdracht__title {
  font-size: 22px;
  font-family: "sofiaprosemibold";
  font-weight: normal;
  margin-bottom: 20px;
  float: unset;
}
.zoekopdracht__budget .zoekopdracht__title,
.zoekopdracht__woonwensen .zoekopdracht__title,
.zoekopdracht__contact .zoekopdracht__title {
  border-top: 1px solid #c3cbde;
  margin-top: 16px;
  padding-top: 28px;
}
.zoekopdracht label {
  padding: 0 2px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.zoekopdracht__item--required label::after {
  content: "*";
  margin-left: 10px;
}
.zoekopdracht__item--checkboxes input[type="checkbox"],
.zoekopdracht__privacyagreement input[type="checkbox"],
.zoekopdracht__item--radios input[type="radio"] {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.zoekopdracht__item--checkboxes span,
.zoekopdracht__item--radios span,
.zoekopdracht__item--dropdown span,
.zoekopdracht__privacyagreement label {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.zoekopdracht__privacyagreement label {
  margin-top: 50px;
}
.zoekopdracht__item--checkboxes .selection,
.zoekopdracht__item--dropdown .selection {
  width: 100%;
  flex-wrap: wrap;
}
.zoekopdracht__item--checkboxes input + span::before,
.zoekopdracht__privacyagreement label::before,
.zoekopdracht__item--radios input + span::before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid #0b3cb5;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 8px;
}
.zoekopdracht__item--checkboxes input + span::after,
.zoekopdracht__privacyagreement label::after {
  position: absolute;
  left: 6px;
  top: 10px;
  width: 18px;
  height: 8px;
  border-left: 2px solid #0b3cb5;
  border-bottom: 2px solid #0b3cb5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  z-index: 1;
}
.zoekopdracht__item--radios input + span::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  background-color: #0b3cb5;
  z-index: 1;
}
.zoekopdracht__item--radios input + span::before,
.zoekopdracht__item--radios input + span::after {
  border-radius: 50%;
}
.zoekopdracht__item--chechboxes input + span::before,
.zoekopdracht__item--chechboxes input + span::after {
  border-radius: 5px;
}
.zoekopdracht__item--checkboxes input:checked + span::after,
.zoekopdracht__item--radios input:checked + span::after,
.zoekopdracht__privacyagreement input:checked ~ label::after {
  content: "";
}
.zoekopdracht__items {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.zoekopdracht__inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zoekopdracht__input {
  width: 100%;
}
.zoekopdracht__subtitle {
  font-size: 15px;
  color: #0b3cb5 !important;
  padding: 0 4px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.zoekopdracht__select {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0 16px;
  height: 50px;
  color: #524a44;
  width: 100%;
  border: 1px solid #0b3cb5;
  border-radius: 3px;
  background-color: #fff;
}
.zoekopdracht__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin: -5px -5px 0 0;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform-origin: right bottom;
  transform: translateX(-5px) rotate(45deg);
  z-index: 0;
  pointer-events: none;
}
.zoekopdracht select,
.zoekopdracht input[type="number"],
.zoekopdracht input[type="text"],
.zoekopdracht input[type="email"] {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
}
.zoekopdracht input[type="text"],
.zoekopdracht input[type="number"],
.zoekopdracht input[type="email"] {
  font-size: 15px;
  padding: 0 16px;
  height: 50px;
  color: #524a44;
  font-family: "sofia-pro", sans-serif;
  border: 1px solid #0b3cb5;
  border-radius: 3px;
  background-color: #fff;
}
.zoekopdracht__select .select2-container {
  width: 100% !important;
  height: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  border: none;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
}
.zoekopdracht__woonwensen .zoekopdracht__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zoekopdracht__item.zoekopdracht__item--dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zoekopdracht__woonwensen label,
.zoekopdracht__contact label {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.zoekopdracht__bouwvormsoort,
.zoekopdracht__objectsoort,
.zoekopdracht__slaapkamers {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.zoekopdracht__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}

.zoekopdracht__bouwvormsoort .zoekopdracht__options label,
.zoekopdracht__objectsoort .zoekopdracht__options label,
.zoekopdracht__slaapkamers .zoekopdracht__options label {
  flex: 1 1 50%;
}
.zoekopdracht__exterior .zoekopdracht__options {
  padding-top: 14px;
}

.zoekopdracht__perceelopp,
.zoekopdracht__woonopp,
.zoekopdracht__contact .zoekopdracht__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zoekopdracht__options label {
  font-weight: normal;
}
.zoekopdracht__privacyagreement button {
  float: right;
  width: auto;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  height: 54px;
  background-color: #0b3cb5;
  line-height: 54px;
  padding: 0 33px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
zoekopdracht__privacyagreement button:hover {
  background-color: #0040e0;
}
.zoekopdracht__notifications {
  display: inline-block;
  margin-top: 30px;
}
.zoekopdracht__notifications:empty {
  display: none;
}
.zoekopdracht__notifications {
  list-style: none;
}
.zoekopdracht__notifications li {
  background-color: #b6ffb6;
  padding: 0 20px;
  margin: 0;
  line-height: 25px;
}
.zoekopdracht__notifications li::before {
  display: none;
}
.zoekopdracht__notifications li:first-child {
  padding-top: 20px;
}
.zoekopdracht__notifications li:last-child {
  padding-bottom: 20px;
}
.zoekopdracht__notifications .error {
  background-color: #ffb6b6;
}
@media (min-width: 768px) {
  .zoekopdracht__gebieden .zoekopdracht__options {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .zoekopdracht__aanhef .zoekopdracht__options {
    flex-direction: column;
  }
  .zoekopdracht__gebieden label {
    flex: 1 1 50%;
  }
  .zoekopdracht__inputs {
    flex-direction: row;
    gap: 35px;
  }
  .zoekopdracht__item.zoekopdracht__item--dropdown {
    flex-direction: row;
  }

  .zoekopdracht__woonopp label,
  .zoekopdracht__perceelopp label,
  .zoekopdracht__woonwensen label,
  .zoekopdracht__contact label {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 222px;
  }
  .zoekopdracht__bouwvormsoort,
  .zoekopdracht__objectsoort,
  .zoekopdracht__slaapkamers {
    flex-direction: row;
  }
  
  .zoekopdracht__bouwvormsoort .zoekopdracht__options,
  .zoekopdracht__objectsoort .zoekopdracht__options,
  .zoekopdracht__slaapkamers .zoekopdracht__options {
    flex-direction: row;
    flex-wrap: unset;
    gap: 14px;
    align-items: center;
    flex-grow:1;
  }
  .zoekopdracht__slaapkamers .zoekopdracht__options label {
    width: 16.67%;
  }

  .zoekopdracht__bouwvormsoort .zoekopdracht__options label,
  .zoekopdracht__objectsoort .zoekopdracht__options label {
    width: fit-content;
    line-height:1;
  }

  .zoekopdracht__perceelopp,
  .zoekopdracht__woonopp,
  .zoekopdracht__contact .zoekopdracht__item {
    flex-direction: row;
  }
  .zoekopdracht__toevoeging .zoekopdracht__input {
    width: 117px;
  }
}

.zoekopdracht__plaatsen .select2-container {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0 16px;
  height: 50px;
  color: #524a44;
  width: 100%;
  border: 1px solid #0b3cb5;
  border-radius: 3px;
  background-color: #fff;
}

.zoekopdracht__options-objectsoort label:nth-child(n+4) {
  display:none;
}