.error, .error:focus,
.validate-error,
.validate-error:focus {
  border-color: #e30613 !important;
}

.error:not(input[type=checkbox]), .error:not(input[type=checkbox]):focus,
.validate-error:not(input[type=checkbox]),
.validate-error:not(input[type=checkbox]):focus {
  border-color: #e30613 !important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 20px;
}

[dir="ltr"] .error:not(input[type=checkbox]), [dir="ltr"] .error:not(input[type=checkbox]):focus, [dir="ltr"] .validate-error:not(input[type=checkbox]), [dir="ltr"] .validate-error:not(input[type=checkbox]):focus {
  background-position-x: 98%;
  background-position: 98% center;
}

[dir="rtl"] .error:not(input[type=checkbox]), [dir="rtl"] .error:not(input[type=checkbox]):focus, [dir="rtl"] .validate-error:not(input[type=checkbox]), [dir="rtl"] .validate-error:not(input[type=checkbox]):focus {
  background-position-x: 2%;
  background-position: 2% center;
}

.success:not(input[type=checkbox]), .success:not(input[type=checkbox]):focus,
.validate-success:not(input[type=checkbox]),
.validate-success:not(input[type=checkbox]):focus,
.success:not(input[type=checkbox]:checked),
.success:not(input[type=checkbox]:checked):focus,
.validate-success:not(input[type=checkbox]:checked),
.validate-success:not(input[type=checkbox]:checked):focus {
  border-color: #4BB543 !important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 20px;
}

[dir="ltr"] .success:not(input[type=checkbox]), [dir="ltr"] .success:not(input[type=checkbox]):focus, [dir="ltr"] .validate-success:not(input[type=checkbox]), [dir="ltr"] .validate-success:not(input[type=checkbox]):focus, [dir="ltr"] .success:not(input[type=checkbox]:checked), [dir="ltr"] .success:not(input[type=checkbox]:checked):focus, [dir="ltr"] .validate-success:not(input[type=checkbox]:checked), [dir="ltr"] .validate-success:not(input[type=checkbox]:checked):focus {
  background-position-x: 98%;
  background-position: 98% center;
}

[dir="rtl"] .success:not(input[type=checkbox]), [dir="rtl"] .success:not(input[type=checkbox]):focus, [dir="rtl"] .validate-success:not(input[type=checkbox]), [dir="rtl"] .validate-success:not(input[type=checkbox]):focus, [dir="rtl"] .success:not(input[type=checkbox]:checked), [dir="rtl"] .success:not(input[type=checkbox]:checked):focus, [dir="rtl"] .validate-success:not(input[type=checkbox]:checked), [dir="rtl"] .validate-success:not(input[type=checkbox]:checked):focus {
  background-position-x: 2%;
  background-position: 2% center;
}

.validate-required ~ .form-item__label::after,
.required-field--label::after {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23E30613'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
}

.visible-placeholder {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  top: 1px;
  margin: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0);
  font-size: 0;
}

[dir="ltr"] .visible-placeholder {
  padding: 8px 32px 8px 16px;
  left: 0;
}

[dir="rtl"] .visible-placeholder {
  padding: 8px 16px 8px 32px;
  right: 0;
}

.form-item--error-message,
.fieldset__error-message,
.form-item__error-message,
.remote-insurance-inquiry-error,
.error-message {
  display: block;
  width: 100%;
  flex: 100%;
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  color: #e30613;
  line-height: normal;
  margin-top: 4px;
}

.form-item--error-message .placeholder,
.fieldset__error-message .placeholder,
.form-item__error-message .placeholder,
.remote-insurance-inquiry-error .placeholder,
.error-message .placeholder {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  vertical-align: unset;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  margin: 0;
  font-style: italic;
}

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