.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.fv-sending, .fv-mail-failed {
  position: fixed;
  z-index: 10153;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  transition: opacity 400ms linear;
  opacity: 0;
}

.fv-sending.show, .fv-mail-failed.show {
  opacity: 1;
  pointer-events: all;
}

.fv-sending-inner, .fv-mail-failed-inner {
  margin-top: 1.25rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(27, 38, 59);
  padding: 0.625rem;
  width: 100%;
  max-width: 29.5rem;
  position: relative;
  z-index: 5;
  text-align: center;
  border: 1px solid rgb(27, 38, 59);
  text-transform: uppercase;
}

/*# sourceMappingURL=fv-forms.css.map */