/* new-form-validation */
/*
* custom validation classes:
* .full-name-fields for Name field
* .gf-address for Address field
* .static-gf-label for removing dynamic labels
* .file-upload-field for input[type="file"] field
*/

.new-form-validation_wrapper.gform_wrapper.gravity-theme .refer-choices > .gfield_label {
  display: inline-block !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

@media (max-width: 640px) {
  .new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
  }
}

.new-form-validation textarea:hover,
.new-form-validation select:hover {
  border: 1px solid #71479b;
}

.new-form-validation textarea:active,
.new-form-validation textarea:focus,
.new-form-validation select:active,
.new-form-validation select:focus {
  border: 3px solid #d7c8e6;
  outline-color: #d7c8e6;
}
.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex {
  display: flex;
  flex-flow: row wrap;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex fieldset,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex span {
  flex: 1;
}

@media (max-width: 640px) {
  .new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    margin-bottom: 8px;
    padding-left: 0;
  }
}

.new-form-validation_wrapper.gform_wrapper .gfield_required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 0 0 50%;
}

@media (max-width: 640px) {
  .new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    margin-bottom: 8px;
    padding-left: 0;
  }
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gf_invisible,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield_visibility_hidden {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_full {
  flex: 0 0 100%;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 4%;
  grid-row-gap: 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-row-gap: 22px;
  justify-content: space-between;
}

.new-form-validation_wrapper .ginput_container {
  display: flex;
  flex-wrap: wrap;
}
.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex {
  display: flex;
  flex-flow: row wrap;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .full-name-fields .ginput_complex,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gf-address .ginput_complex {
  grid-row-gap: 22px;
  align-items: flex-start;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .full-name-fields.gfield_contains_required label:after,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .confirm-email-fields.gfield_contains_required label:after {
  content: "*";
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .name_first,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .name_last,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gf-address .ginput_complex span {
  margin-bottom: 0;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme
  .ginput_container_address
  span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)) {
  margin-bottom: 0;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gform_footer,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 16px 0;
}
@media screen and (min-width: 641px) {
  .new-form-validation_wrapper.gf_nrscinch-availability-form_wrapper.gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 0;
  }
}

.new-form-validation {
  margin-bottom: 0;
}

.new-form-validation_wrapper {
  margin: 0;
}

.new-form-validation .gfield:not(.static-gf-label) input:not([type="radio"]) {
  font-size: 16px;
  line-height: 20px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #948c9b;
  padding: 5px 12px 5px 16px;
}

.new-form-validation_wrapper.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 1px solid #ff3e3e;
}

.new-form-validation .gfield input:hover {
  border: 1px solid #71479b;
}
.new-form-validation .gfield input:active,
.new-form-validation .gfield input:focus {
  border: 3px solid #d7c8e6;
  outline-color: #d7c8e6;
}

.new-form-validation_wrapper.gform_wrapper .gfield_validation_message,
.new-form-validation_wrapper.gform_wrapper .validation_message,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield_description.validation_message,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .instruction {
  color: #ff0b0b;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  padding: 0;
  border: none;
  text-align: left;
}

.new-form-validation .gform_footer {
  padding: 0;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  border-radius: 8px;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1;
  min-width: 0;
}

@media (max-width: 767px) {
  .new-form-validation input.gform_button {
    width: 100%;
    height: 40px;
  }
  .new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield input.medium {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .new-form-validation .gfield input {
    width: 100%;
  }
  .new-form-validation .gfield input[type="checkbox"] {
    width: auto;
  }
}

.new-form-validation .gfield:not(.static-gf-label) label[for^="input_"]:not(.error),
.new-form-validation .gfield:not(.static-gf-label) .gfield_label,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.static-gf-label) .gfield_label {
  position: absolute;
  top: 1px;
  left: 14px;
  color: #7a7380;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  z-index: 9;
  width: auto;
  height: 44px;
  margin: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition-duration: 0.2s;
}

.new-form-validation .gfield:not(.static-gf-label).refer-choices .gfield_label,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.static-gf-label).refer-choices > .gfield_label {
  display: inline-block !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: auto;
}

.new-form-validation_wrapper .refer-choices .gchoice {
  display: flex;
  align-items: center;
  text-align: center;
}

.new-form-validation_wrapper .refer-choices .gfield-choice-input {
  margin-right: 5px;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex label {
  display: inline-flex;
  padding: 0;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme input[type="number"],
.new-form-validation_wrapper.gform_wrapper.gravity-theme input[type="email"],
.new-form-validation_wrapper.gform_wrapper.gravity-theme input[type="tel"],
.new-form-validation_wrapper.gform_wrapper.gravity-theme input[type="text"] {
  padding: 14px 12px 5px 14px;
}
.new-form-validation_wrapper.gform_wrapper.gravity-theme textarea {
  padding: 18px 12px 5px 13px;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield.active:not(.static-gf-label) label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_left.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_right.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .name_first.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .name_last.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_line_1.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_line_2.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_city.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_state.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_zip.active label:not(.error),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_country.active label:not(.error) {
  color: #ada7b3;
  background: transparent;
  font-size: 10px;
  line-height: 14px;
  top: -10px;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.static-gf-label) input:not([type="radio"]):focus ~ label,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.static-gf-label) input:not([value=""]) ~ .label,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.static-gf-label) input:not([value]) ~ .label {
  color: #ada7b3;
  background: transparent;
  font-size: 10px;
  line-height: 14px;
  top: -10px;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield.active:not(.static-gf-label).gf-textarea-field label:not(.error) {
  top: 6px;
  background: #fff;
  height: auto;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_state label {
  display: none !important;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield:not(.gfield_visibility_hidden),
.new-form-validation_wrapper.gform_wrapper.gravity-theme .ginput_complex > span,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .name_first,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .name_last,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_line_1,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_line_2,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_city,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_state,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_zip,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .address_country {
  position: relative;
  overflow: hidden;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme #field_submit,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
}

@media (min-width: 641px) {
  .new-form-validation .ginput_left,
  .new-form-validation .name_first {
    padding-right: 2% !important;
  }
  .new-form-validation .ginput_right {
    padding-left: 2% !important;
  }
  .new-form-validation .name_last,
  .new-form-validation .ginput_complex:not(.ginput_container_address) > span ~ span {
    margin-left: 2% !important;
    padding-left: 0 !important;
  }
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
.new-form-validation_wrapper.gform_wrapper.gravity-theme .gfield_consent_description {
  border: 1px solid #ddd;
  font-size: 13.008px;
  margin-top: 12.8px;
  max-height: 240px;
  overflow-y: scroll;
  padding: 6.4px 8px;
  width: 100%;
}

@media only screen and (min-width: 641px) {
  .new-form-validation_wrapper.gform_wrapper li.gsection.gf_scroll_text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px;
    width: calc(100% - 16px);
  }
}

.new-form-validation_wrapper .ginput_container_consent {
  /*align-items: center;*/
}

.new-form-validation_wrapper .ginput_container_consent input {
  margin-right: 5px;
  margin-top: 0;
}

.new-form-validation_wrapper .ginput_container_consent label {
  margin-bottom: 0;
  color: #586573;
}

.new-form-validation_wrapper.gform_wrapper .gform_validation_errors {
  padding: 10px 18px;
  margin: 0;
  margin-bottom: 24px;
  background: #ffd7d7;
  border: 1px solid #ffa4a4;
  border-radius: 8px;
}
.new-form-validation_wrapper.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #47424c;
}
.new-form-validation_wrapper.gform_wrapper .gform_validation_errors > h2.gform_submission_error:before {
  content: "";
  display: inline-flex;
  flex: none;
  background: url("https://nrsplus.com/wp-content/uploads/2022/09/alert-sign.svg") no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.new-form-validation_wrapper.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}

.new-form-validation_wrapper .gform_required_legend {
  display: none;
}

.new-form-validation_wrapper .gfield_select,
.new-form-validation .gfield select {
  width: 100% !important;
  height: 44px !important;
  line-height: 28px !important;
  color: #586573 !important;
  border-radius: 8px !important;
  border: 1px solid #948c9b !important;
  padding: 8px 36px 8px 14px !important;
  background-color: #ffffff !important;
  
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: var(--gf-ctrl-select-icon-hover);
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px auto !important;
  box-sizing: border-box !important;
}

.new-form-validation .gfield:has(select) .gfield_label,
.new-form-validation_wrapper .ginput_container_select ~ .gfield_label {
  display: none !important;
}

.new-form-validation_wrapper .gfield_select option[value=""] {
  color: #7a7380;
}

.new-form-validation_wrapper.gform_wrapper.gravity-theme .static-gf-label .gfield_label {
  position: static;
}

.new-form-validation_wrapper .ginput_container_text {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.new-form-validation_wrapper label.error {
  color: #c02b0a;
}

@media screen and (min-width: 640px) {
  .new-form-validation_wrapper .gfield.petro-form-checklist .gfield_checkbox .gchoice {
    display: inline-flex;
    width: 49%;
    align-items: center;
  }
}

.new-form-validation_wrapper .gfield-choice-input {
  margin-right: 5px;
}

.jobs-main-form__confirmation-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #2e2a31;
}
.jobs-main-form__confirmation-description {
  font-size: 18px;
  line-height: 28px;
  color: #615a67;
}

.new-form-validation.jobs-main-form .name_first {
  padding-right: 0 !important;
}

.new-form-validation .file-upload-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px;
  border: 1px dashed #d7c8e6;
  border-radius: 8px;
  text-align: center;
}

.new-form-validation .file-upload-field .gfield_label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #71479b;
  border-radius: 8px 8px 8px 8px;
  padding: 15px 24px 15px 27px;
  justify-content: center;
}
/* /new-form-validation */

.hindi-campaign-form.new-form-validation .gfield:not(.static-gf-label) input:not([type="radio"]) {
  font-size: 16px !important;
  line-height: 20px !important;
  height: 44px !important;
  border-radius: 8px !important;
  border: 1px solid #948c9b !important;
  padding: 5px 12px 5px 16px !important;
}

.hindi-campaign-form.new-form-validation .gform_footer input[type="submit"] {
  background-color: #ef5f43;
}

.new-form-validation.inner_text_white .gfield_description,
.new-form-validation.inner_text_white .gform-field-label__text {
color: white;
}