/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/public/form/form.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Forms */
body .nf-element[type=button], body .nf-element[type=submit] {
  float: left !important;
}

.gform_button[type=submit] {
  float: left !important;
}

.nf-fu-progress {
  margin-bottom: 20px !important;
  background-color: #f5f5f5 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.nf-fu-progress-bar {
  color: #fff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  transition: width 0.6s ease !important;
  -moz-transition: width 0.6s ease !important;
  -ms-transition: width 0.6s ease !important;
  -webkit-transition: width 0.6s ease !important;
  -o-transition: width 0.6s ease !important;
}

.file_upload-wrap input.nf-element {
  padding: 0 !important;
}

.ginput_container_textarea textarea,
.nf-field-element textarea {
  max-height: 250px !important;
  min-height: 43px !important;
  resize: vertical !important;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  display: block !important;
}

.gfield_label {
  display: block !important;
}

.nf-form-content {
  max-width: 100% !important;
}

#page-container .nf-error .ninja-forms-field {
  border-color: #c80000 !important;
}
#page-container .nf-error-msg,
#page-container .ninja-forms-req-symbol {
  color: #c80000 !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  z-index: 9 !important;
}

.nf-error.field-wrap .nf-field-element:after {
  top: 0 !important;
  right: 0 !important;
  width: 43px !important;
  height: 100% !important;
  z-index: 9 !important;
}

.nf-field-container,
.nf-before-form-content {
  margin-bottom: 10px !important;
}

.nf-form-content .list-select-wrap > div div:after {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold !important;
  font-size: 16px !important;
  position: absolute !important;
  right: 10px !important;
  bottom: 0;
  height: 45px;
  line-height: 45px;
}

.listradio-wrap .nf-field-element input {
  display: none !important;
}

.checkbox-wrap .nf-field-element {
  z-index: -1;
}

/*# sourceMappingURL=form.css.map*/