/* Style the form Canvas */
.wsf-form-canvas {
  color: inherit;
}
.wsf-form-canvas .wsf-label, .wsf-form-canvas textarea, .wsf-form-canvas option, .wsf-form-canvas button, .wsf-form-canvas input[type="checkbox"] + label, .wsf-form-canvas input[type="radio"] + label {
  color: inherit;
}
.wsf-form-canvas select, .wsf-form-canvas input, .wsf-form-canvas textarea, .wsf-form-canvas input[type="radio"]:checked {
  color: inherit;
}
.wsf-form-canvas .wsf-invalid-feedback, .wsf-form-canvas .wsf-help, .wsf-form-canvas .wsf-required-wrapper strong {
  color: inherit;
}
.wsf-form-canvas input::placeholder, .wsf-form-canvas textarea::placeholder, .wsf-form-canvas input[type="tel"]::placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}
/* Style Captcha & Submit */
.aa-wsf-captcha, .aa-wsf-submit {
  margin: 0 auto;
  text-align: center !important;
  display: flex;
  justify-content: center;
  /* Horizontally centers the elements */
}
label.wsf-label {
  line-height: 1.4 !important;
  margin-bottom: 5px;
}
/* Style the Submit Button */
/* Non-ACSS */
/* font-size: 1.2rem;
    background-color: var(--button_gradient_top_color) !important;
    border: none !important;
    border-color: var(--button_gradient_top_color) !important;
    border-radius: inherit; */
/* Non-ACSS */
/* button.wsf-button.wsf-button-primary:hover {
    background-color: var(--button_gradient_top_color_hover) !important;
} */
/* Style Alert Information */
.wsf-alert.wsf-alert-information {
  border-color: inherit !important;
  background-color: var(--neutral-ultra-light) !important;
  border-color: var(--primary-semi-dark) !important;
  color: var(--action) !important;
}
/* Style the Alert Success */
.wsf-alert.wsf-alert-success {
  border-color: var(--base) !important;
  background-color: var(--secondary) !important;
  color: var(--base) !important;
  padding: 1em 2em !important;
}
.wsf-alert-success p, .wsf-alert-success strong, .wsf-alert-success img {
  color: inherit !important;
}
.wsf-alert-success hr {
  border-color: #ccc !important;
  /* Make the hr line white */
}
