@font-face {
  font-family: "FAWPSGEN";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400-wpsgen.woff2") format("woff2");
}

@font-face {
  font-family: "FAWPSGEN9";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900-wpsgen.woff2") format("woff2");
}

.fawpsgen {
  font-family: "FAWPSGEN";
  font-style: normal;
  font-weight: 400;
}

.fawpsgen9 {
  font-family: "FAWPSGEN9";
  font-style: normal;
  font-weight: 900;
}

.fawpsgen-plus:before {
  content: "\f0fe";
}

.fawpsgen-minus:before {
  content: "\f146";
}

.fawpsgen-circle:before {
  content: "\f111";
}

.fawpsgen-circle-check:before {
  content: "\f058";
}

.fawpsgen-square:before {
  content: "\f0c8";
}

.fawpsgen-square-check:before {
  content: "\f14a";
}

.fawpsgen-search:before {
  content: "\f002";
}

.fawpsgen-info:before {
  content: "\f129";
}

.fawpsgen-info-circle:before {
  content: "\f05a";
}

.fawpsgen-question-circle:before {
  content: "\f059";
}

.fawpsgen-question:before {
  content: "\3f";
}

.fawpsgen-trash:before {
  content: "\f2ed";
}

.fawpsgen-minus-single:before {
  content: "\f068";
}

.fawpsgen-angle-left:before {
  content: "\f104";
}

.fawpsgen-icon-close {
  font-family: "FAWPSGEN9";
  font-style: normal;
  font-weight: 900;
}

.fawpsgen-icon-close:before {
  content: "\f00d";
}

.wpsgen-form-inputTooltip:hover .wpsgen-form-inputTooltipText {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}

.wpsgen-form-inputTooltip {
  padding-right: 5px;
}

.wpsgen-form-inputTooltipText {
  display: block;
  visibility: hidden;
  position: absolute;
  transition: .4s;
  opacity: 0;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  margin-left: 20px;
  width: max-content;
  max-width: none;
  padding: 5px;
  background: white;
  color: black;
  font-weight: 400;
  border: 1px solid #7e90ed;
  border-radius: 10px;
  z-index: 99;
}

.wpsgenCfCboxHorizStyle {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}

.wpsgenCfCboxHorizStyle label {
  margin-right: 5px;
}

.wpsgenCfCboxVertStyle {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
}

.wpsgen-form-inputError {
  display: block;
  position: relative;
  color: #F44336;
  font-size: 11px;
}

.wpsgen-form-inputRequired {
  color: red;
  padding-left: 2px;
}

.wpsgen-form-inputLabelWrap {
  display: flex;
  position: relative;
  padding-bottom: 5px;
  align-items: center;
}

.wpsgen-form-input-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.wpsgen-form-inputFieldWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.wpsgen-form-inputdescriptionWrap .wpsgen-form-inputFieldWrap {
  display: block;
}

.wpsgen-form-inputtitleWrap .wpsgen-form-inputFieldWrap {
  display: block;
}

.wpsgen-form-inputdescriptionWrap,
.wpsgen-form-inputtitleWrap {
  width: 100%;
}

.wpsgen-form-inputFieldWrap select,
.wpsgen-form-inputFieldWrap input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
}

.wpsgen-form-inputsubmitWrap button[type="submit"]:disabled {
  cursor: wait;
}

.wpsgen-form-inputTooltip {
  display: flex;
  position: relative;
  flex-direction: row;
}

.wpsgen-form-inputTooltipIcon {
  display: flex;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #253695;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.wpsgen-form-inputradioWrap label,
.wpsgen-form-inputcheckboxWrap label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpsgen-form-inputradioWrap label span,
.wpsgen-form-inputcheckboxWrap label span {
  margin-left: 5px;
}

.wpsgen-form-inputcheckboxWrap label input,
.wpsgen-form-inputradioWrap label input {
  outline: 0 !important;
}