:root{

--gf-local-color: #000000!important;

}


h1 strong{
    color: #ac222a;
}

.ginput_container input{
  color:#000000!important;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before{
  background-color:#000000!important;
  color:#ffffff!important;
}

.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover{
  --gf-local-color:#000000!important;
}


.gform-theme--framework.ui-datepicker table .ui-datepicker-today a{
      --gf-local-color:#000000!important;
}

textarea{
  background-color:#ffffff!important;
  color:#000000!important;
}


.gform-theme--framework.ui-datepicker {
    background-color: #000000!important;
}

.gform_previous_button {
  color: #1E1E1C!important;
  background-color: #9E2228!important;
  border-color:#9E2228!important;
}

.gform-theme--framework .gform_required_legend .gfield_required, .gform-theme--framework .gform_validation_errors .gform_submission_error, .gform_required_legend, .gfield_required_asterisk {
  color: #D1911C!important;
}

.gform_validation_errors{
  background-color:#9E2228!important;
}

.validation_message {
  color: #D1911C!important;
}