.zo-multi-step-steps {
  overflow: hidden;
}
.multi-step-form-wrapper .wpcf7-form-control-wrap{
	width:fit-content;
}
.zo-multi-step-track {
  display: flex;
  transition: transform 0.3s ease-out;
}

.zo-multi-step,
#final-step {
  width: 100%;
  flex-shrink: 0;
}
.zo-ms-multi-step-inner {
  padding: 10px;
  padding-left: 20px;
}
.zo-multi-step > legend > h3 {
  font-size: 48px;
  margin-top: 0;
}
.multi-step-form-wrapper {
  position: relative;
  scroll-margin-top: 8vh;
}
.multi-step-form-wrapper br {
  display: none;
}
.multi-step-form-footer {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: #121740;
  padding: 10px 5px;
}

.multi-step-errors {
  display: flex;
  gap: 10px;
}
.multi-step-notifs {
  padding: 15px 0;
}
.multi-step-error-count {
  height: 24px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 5em;
  font-size: 13px;
  line-height: 1em;
  color: white;
  min-width: 24px;
  padding: 0 12px 0 6px;
  gap: 5px;
  cursor: help;
  background-color: #dc3232;
}

.multi-step-error-count:has(.bi-arrow-right-short) {
  padding: 0 6px 0 12px;
}
.zo-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.multi-step-form-wrapper input::placeholder,
.multi-step-form-wrapper textarea::placeholder,
.multi-step-form-wrapper select::placeholder {
  color: #2027649f;
}
.multi-step-form-wrapper input,
.multi-step-form-wrapper textarea,
.multi-step-form-wrapper select {
  color: #202764;
  background-color: #f6fcff !important;
  max-width: 100%;
  display: flex;
  height: 76px;
  padding-inline-start: 1em;
  padding-inline-end: 1em;
  position: relative;
  align-items: center;
  border: none;
  border-image: initial;
  border-radius: 0px;
  background: none;
  transition: 0.3s;
}
.multi-step-form-wrapper textarea {
  height: initial;
  padding-top: 18px;
  padding-bottom: 18px;
}
.multi-step-form-wrapper input:disabled,
.multi-step-form-wrapper textarea:disabled,
.multi-step-form-wrapper select:disabled {
  background-color: #f6fcff7e !important;
}
.zo-ms-multi-step-inner p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.zo-ms-voertuig-list {
  margin-bottom: 0;
  border: none !important;
}
.zo-ms-voertuig-list th,
.zo-ms-voertuig-list td {
  padding: 0.2em;
  border: none !important;
}
.zo-ms-voertuig-list input {
  width: 100%;
}

.zo-ms-voertuig-list tr {
  border: none !important;
}

.zo-ms-voertuig-list tr:nth-child(even) {
  background-color: #f1f1f1;
}
button.multi-step-del-row {
  background-color: transparent;
  border: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.1em;
  padding: 0 0.3em;
  transition: color 0.3s ease;
}
.multi-step-del-row:hover,
.multi-step-del-row:focus {
  color: var(--color-primary);
}
.zo-ms-voertuig-list-controls {
  padding: 15px 0;
}
button.multi-step-direction-btn {
  background-color: var(--color-primary);
  color: white;
  border: none;
  transition: all 0.3s ease;
  display: none;
  border: 4px solid transparent;
  font-family: "Bebas Neue";
  font-size: 29px;
  height: 54px;
  min-width: 240px;
}
button.multi-step-direction-btn.show-btn {
  display: inline-block;
}
button.multi-step-direction-btn:disabled {
  color: #36a9e140;
  background-color: transparent;
  border-color: #36a9e140;
}
button.multi-step-direction-btn:hover {
  background: white;
  color: var(--color-primary);
}
button.multi-step-direction-btn:disabled:hover {
  color: #36a9e140 !important;
  background-color: transparent !important;
  border-color: #36a9e140 !important;
}

button.zo-ms-adder {
  padding: 0.6em 5em;
  background-color: var(--color-secondary);
  color: white;
  border: none;
  transition: all 0.3s ease;
}
button.zo-ms-adder:hover {
  background: white;
  color: var(--color-secondary);
}
input.wpcf7-submit {
  background: var(--color-primary);
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}
input.wpcf7-submit:hover {
  background: white;
  color: var(--color-primary);
}
.multi-step-form-progress {
  padding: 70px;
  background: #1b225d;
  width: 100%;
}
.multi-step-form-progress ul {
  list-style: none;
  padding-left: 87px;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.multi-step-form-progress ul li {
  margin-bottom: 10px;
  position: relative;
}
.multi-step-form-progress ul li > strong {
  color: #ffffff;
}
.multi-step-form-progress li > svg {
  width: 52px;
  position: absolute;
  left: -86px;
  top: -10px;
  stroke: #ffffff;
  fill: #1b225d;
  transition: 0.3s ease-in-out stroke, 0.3s ease-in-out fill;
}
.multi-step-form-progress li.filled > svg {
  fill: #198bc1;
  stroke: #198bc1;
}
.multi-step-form-progress li.error > svg {
  fill: #dc3232;
  stroke: #dc3232;
}
.multi-step-form-progress li > svg .exclamation-mark-path {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.multi-step-form-progress li.error > svg .exclamation-mark-path {
  opacity: 1;
  fill: #ffffff !important;
}
.multi-step-form-progress ul li > p {
  position: relative;
}
.multi-step-form-progress ul::before {
  content: "";
  display: block;
  width: 0px;
  border-left: 2px white dashed;
  height: 0;
  position: absolute;
  top: 32px;
  left: 26px;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
}
.multi-step-form-progress ul:has(li.current:nth-of-type(2))::before {
  height: 30%;
}
.multi-step-form-progress ul:has(li.current:nth-of-type(3))::before {
  height: 60%;
}
.multi-step-form-progress ul:has(li.current:nth-of-type(4))::before {
  height: 90%;
}
.multi-step-form-wrapper .wpcf7-response-output {
  position: sticky;
  bottom: 122px;
  left: 0;
  background: white;
  color: #050f24;
}
@media screen and (max-width: 1200px) {
  .multi-step-form-progress {
    padding: 35px 30px;
  }
  .multi-step-form-wrapper input,
  .multi-step-form-wrapper textarea,
  .multi-step-form-wrapper select {
    padding-inline-start: 1.2em;
    padding-inline-end: 1.2em;
  }
}
/* @media screen and (max-width: 992px) {
  .ld-container {
    max-width: 100% !important;
  }
  .multi-step-form-wrapper {
    padding-top: 82px;
  }
  .col-md-6:has(> .multi-step-form-progress) {
    position: static;
  }
  .multi-step-form-progress {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: transparent;
  }
  .multi-step-form-progress ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
    position: relative;
  }
  .multi-step-form-progress ul li {
    margin-bottom: 0;
  }
  .multi-step-form-progress ul li::before {
    position: static;
    background: #f8f8f8;
  }
  .multi-step-form-progress ul li::after {
    top: 1px;
    left: 0;
  }
  .multi-step-form-progress ul li > * {
    display: none;
  }
  .multi-step-form-progress ul::before {
    content: "";
    display: block;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    transition: width 0.3s ease-in-out;
  }

  .zo-multi-step {
    height: 0;
  }

  .zo-multi-step.current {
    height: fit-content;
  }
  .zo-multi-step > legend > h3 {
    font-size: 34px;
  }
  .zo-multi-step-track:not(:has(.zo-multi-step.current))
    .zo-multi-step:first-of-type {
    height: fit-content;
  }
} */
.zo-ms-required {
  color: var(--color-primary);
  font-weight: 600;
}
.multi-step-form-wrapper
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label:before {
  border: none;
  background-color: #f0f0f0;
}
.multi-step-form-wrapper
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label:after {
  background-color: var(--color-primary);
  top: calc(50% - 10px);
  left: 0px;
  width: 20px;
  height: 20px;
}
.multi-step-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.zo-form-succes {
  height: 82px;
  display: flex;
  align-items: center;
  background-color: #488f1c;
  padding: 0 2em;
  border-left: 12px solid #5dc11f;
}

.zo-ms-triple-adres {
  display: flex;
  gap: 10px;
  flex-direction: row;
  max-width: 100%;
  margin-bottom: 20px;
}
.zo-ms-triplet .wpcf7-form-control-wrap{
	width:initial;
}
.zo-ms-triplet {
  width: 155px;
}
.zo-ms-triplet:first-of-type {
  width: 355px;
}
.zo-ms-triplet:last-of-type {
  width: 100%;
  display: flex;
  justify-content: end;
}
.zo-ms-triplet:last-of-type > p {
  width: 265px;
}
.zo-ms-multi-step-inner p > label {
  font-size: 39px;
  font-family: "Bebas Neue";
  margin-bottom: 10px;
  line-height: 1em;
}
.zo-ms-multi-step-inner p > label.sm-label {
  font-size: 20px;
}
.zo-input-group {
  margin-bottom: 20px;
}
.zo-ms-margin-b {
  margin-bottom: 75px !important;
}
.zo-ms-multi-step-inner .wpcf7-radio {
  display: flex;
  gap: 15px;
  margin: 10px 0;
}
.zo-ms-multi-step-inner
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label:before,
.multi-step-form-wrapper
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label:after {
  border-radius: 2px;
}
.zo-ms-multi-step-inner
  .classic-radio
  .wpcf7-list-item
  .wpcf7-list-item-label:before {
  border-radius: 5em;
  width: 26px;
  height: 26px;
  top: calc(50% - 12px);
}

.multi-step-form-wrapper
  .classic-radio
  .wpcf7-list-item
  .wpcf7-list-item-label:after {
  border-radius: 5em;
  top: calc(50% - 8px);
  left: 4px;
  width: 18px;
  height: 18px;
}
#final-step h3 {
  color: white !important;
}
.zo-multi-step {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out height;
}
.zo-multi-step-track {
  height: fit-content;
}
.zo-multi-step.current {
  height: 100%;
}
@media screen and (max-width: 1430px) {
  .zo-ms-triple-adres {
    flex-wrap: wrap;
  }
  .zo-ms-triplet:last-of-type {
    justify-content: start;
  }
}
@media screen and (max-width: 1200px) {
  .zo-ms-triplet {
    width: 100% !important;
  }
  .zo-ms-multi-step-inner .wpcf7-radio {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .multi-step-form-progress {
    padding: 20px 50px;
    padding-bottom: 13px;
    margin-bottom: 30px;
  }
  .multi-step-form-progress ul {
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: row;
    min-height: 0;
  }
  .multi-step-form-progress ul::before {
    border-left: none;
    border-top: white dashed 2px;
    top: 15px;
  }
  .multi-step-form-progress ul:has(li.current:nth-of-type(2))::before {
    width: 30%;
  }
  .multi-step-form-progress ul:has(li.current:nth-of-type(3))::before {
    width: 60%;
  }
  .multi-step-form-progress ul:has(li.current:nth-of-type(4))::before {
    width: 90%;
  }
  .multi-step-form-progress ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    width: 30px;
  }
  .multi-step-form-progress li > svg {
    position: static;
    width: 30px;
    transform: rotate(270deg);
  }
  .multi-step-form-progress ul li > strong {
    white-space: nowrap;
    opacity: 0;
    font-size: 18px;
    transition: opacity ease-in-out 0.3s;
  }
  .multi-step-form-progress ul li:first-of-type > strong {
    align-self: start;
  }
  .multi-step-form-progress ul li:last-of-type > strong {
    align-self: end;
  }
  .multi-step-form-progress ul li.current > strong {
    opacity: 1;
  }
  .zo-ms-multi-step-inner {
    padding: 1px !important;
  }
  .multi-step-form-wrapper {
    scroll-margin-top: 14vh;
  }
}
@media screen and (max-width: 768px) {
  .multi-step-notifs {
    width: 100%;
  }
  button.multi-step-direction-btn {
    padding: 0 1em;
    min-width: 0;
    width: 100%;
    max-width: calc(50% - 5px);
  }
  .multi-step-form-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .multi-step-form-progress {
    padding: 20px 30px;
    margin: 30px -15px!important;
    width: calc(100% + 30px);
  }
}
html:has(.multi-step-form-wrapper) #footer>.vc_section{
	background-color:#121740!important;
}
html:has(.multi-step-form-wrapper) #footer>.vc_section>.vc_row{
	margin-top:0!important;
}
.multi-step-form-wrapper .wpcf7-not-valid-tip{

    color: #ffffff;
    padding: 5px 10px;
    background: #dc3232;
    margin-top: -1px;
    font-weight: 700;
}
