.wpcf7 input.fv-invalid-field,
.wpcf7 textarea.fv-invalid-field,
.wpcf7 select.fv-invalid-field,
.wpcf7 .fv-invalid-field {
  border-color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 .fv-require-check-wrapper {
  display: block;
  padding: 6px;
  border: 2px solid red;
  position: relative;
}
.wpcf7 span.acceptance-required {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 0;
  font-size: 0.8rem;
  color: red;
  line-height: 1;
  white-space: nowrap;
  padding: 0 10px;
  background-color: white;
  transform: translate(0, -50%);
  pointer-events: none;
}
.wpcf7 .fv-err {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: red;
  display: block;
  transform: translate(0, calc(100% + 5px));
  pointer-events: none;
}

.ok-table-data {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms linear;
}
.ok-table-data.active {
  opacity: 1;
  pointer-events: all;
}
.ok-table-data > * {
  padding: 20px;
  background-color: #fff;
  color: black;
  font-size: 35px;
  font-weight: 700;
}

.send {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms linear;
}
.send.active {
  opacity: 1;
  pointer-events: all;
}
.send > * {
  padding: 20px;
  background-color: #fff;
  color: black;
  font-size: 35px;
  font-weight: 700;
}

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