label,
.gfield_label {
  color: white;
}

#sui-datepicker-div {
  left: 40vw !important;
}

.gfield {
  padding-right: 0 !important;
}

.gfield_required,
.validation_error,
.validation_message {
  display: none !important;
}

.gfield_error {
  border: 0 !important;
  border-left: 3px solid yellow;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px !important;
  background-color: rgba(255, 1, 1, 0.5) !important;
  max-width: none !important;
}

.gfield_error > label.gfield_label {
  color: white !important;
}

.gfield_consent_description {
  border: none !important;
  margin: 0 !important;
  color: white !important;
  line-height: 1 !important;
  padding: 0 !important;
  height: auto !important;
  overflow: unset !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform_previous_button {
  display: none;
}

.gform_page_footer input {
  margin-left: 0 !important;
}

.gform_button,
.gform_next_button {
  font-size: 1.5rem !important;
  cursor: pointer;
  border: none;
  width: 100% !important;
  background: #fecd17;
  padding: 1rem;
  border-radius: 5px;
  color: #232323 !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

.gfield_label,
.hidden_label,
.ginput_container {
  margin-top: 0px !important;
}

.gform_wrapper > form {
  padding: 0.1rem 1.5rem 1rem 1.5rem;
}

.ginput_container > input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  padding: 0.5rem !important;
  color: black !important;
  border-radius: 5px !important;
  border: 1px solid white;
  width: 100% !important;
}

.gfield_error input[type="checkbox"] {
  margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 10px !important;
}

.ginput_container > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.gfield_consent_label,
.small-stuff {
  font-size: 13px;
}

.ginput_container_consent,
.small-stuff {
  line-height: 1 !important;
}

.gform_heading {
  display: none;
}

.gform_wrapper option {
  color: black !important;
}

@media only screen and (max-width: 420px) {
  .gform_button {
    font-size: 15px !important;
  }
}
