.wpcf7-form .wpcf7-form-control-wrap {
  overflow: visible !important;
  height: auto !important;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .cf7es-error,
.cf7es-error {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 20 !important;
  color: #9b1c1c !important;
  background: #fff !important;
  border: 1px solid #e0b4b4 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  margin: 8px 0 10px !important;
  padding: 8px 12px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  clip: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.wpcf7-form .wpcf7-not-valid,
.wpcf7-form .cf7es-invalid {
  border: 2px solid #d63638 !important;
}

.wpcf7-form .cf7es-disabled,
.wpcf7-form input.wpcf7-submit:disabled,
.wpcf7-form button.wpcf7-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed !important;
  pointer-events: none;
}
