/*
Gravity Forms styling for the IVN scan(s)
-JW-
 */
.gform_required_legend {
  font-size: 14px;
}

.gform_body {
  /* Only apply this styles to the forms with a progressbar. */
}
[id^=gf_progressbar_wrapper] + .gform_body label {
  font-size: 16px !important;
}
[id^=gf_progressbar_wrapper] + .gform_body textarea {
  height: 144px !important;
}
[id^=gf_progressbar_wrapper] + .gform_body .additional-description {
  font-size: 15px;
}
[id^=gf_progressbar_wrapper] + .gform_body .section-scan-competence h3.gsection_title {
  margin: 0;
}
[id^=gf_progressbar_wrapper] + .gform_body .gfield--type-textarea:not(.no-markup) {
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  border-radius: 5px;
  background: var(--light-green);
  position: relative;
}
[id^=gf_progressbar_wrapper] + .gform_body .gfield--type-textarea:not(.no-markup) label {
  margin-top: 20px;
  color: white;
}
[id^=gf_progressbar_wrapper] + .gform_body .gfield--type-textarea:not(.no-markup) textarea {
  background: white !important;
  margin-top: 10px;
}
[id^=gf_progressbar_wrapper] + .gform_body .gfield--type-textarea:not(.no-markup):after {
  content: "Aanvullende vraag";
  position: absolute;
  border-radius: 5px;
  color: white;
  background: var(--green);
  padding: 3px 6px;
  font-size: 10px;
  top: 10px;
  left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
[id^=gf_progressbar_wrapper] + .gform_body .gfield_description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  [id^=gf_progressbar_wrapper] + .gform_body .gfield_description {
    justify-content: normal;
    gap: 2rem;
  }
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid var(--light-green);
  border-radius: 5px;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio .ginput_container_radio {
  margin-top: -20px;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio .gfield_radio {
  display: flex;
  flex-direction: row;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio .gfield_radio .gchoice {
  flex: 1 1;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio .gfield_radio .gchoice input, [id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio .gfield_radio .gchoice label {
  cursor: pointer;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio .gfield_radio .gchoice label {
  margin-left: 0;
  padding-left: 12px;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio legend.gfield_label {
  border: 10px solid white;
  border-top: 0;
  border-bottom: 0;
  margin-left: -10px;
}
[id^=gf_progressbar_wrapper] + .gform_body fieldset.gfield--type-radio legend.gfield_label + .gfield_description {
  padding-bottom: 30px;
  margin-top: -30px;
}
[id^=gf_progressbar_wrapper] + .gform_body .gform_page_footer {
  display: flex;
}
[id^=gf_progressbar_wrapper] + .gform_body .gform_page_footer input[id*=button] {
  width: auto;
  color: var(--green);
  margin-top: 0;
  height: 64px;
}
[id^=gf_progressbar_wrapper] + .gform_body .gform_page_footer input[id*=button]:hover {
  background: var(--green) !important;
  color: white;
}
[id^=gf_progressbar_wrapper] + .gform_body .gform_page_footer input[id*=button][id*=next] {
  margin-left: auto;
}
[id^=gf_progressbar_wrapper] + .gform_body .gform_page_footer input[id*=button][id*=submit] {
  color: white;
}

/*# sourceMappingURL=scan-form-styles.css.map */
