/*!
 * bs Contact Form 7
 * 
 * @version 5.2.0
 */
.wpcf7-not-valid-tip,
.screen-reader-response,
.wpcf7-display-none,
.wpcf7-form.submitting .wpcf7-response-output,
.wpcf7 .ajax-loader::before {
  display: none;
}
.wpcf7-submit {
  position: relative;
}
.wpcf7-submit .ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.wpcf7-form.submitting .ajax-loader {
  opacity: 1;
}
.wpcf7-submit span {
  display: none !important;
}
button.btn.btn-primary.wpcf7-submit:disabled {
  cursor: not-allowed;
}
