.form-input[data-v-ac5f3246] {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.form-input.has-icon-right .field[data-v-ac5f3246] {
  padding-right: 2.6em;
}
.form-input.has-icon-left .field[data-v-ac5f3246] {
  padding-left: 2.6em;
}
.form-input.has-append .field[data-v-ac5f3246] {
  padding-right: 70px;
}
.append[data-v-ac5f3246] {
  position: absolute;
  right: 10px;
  z-index: 1;
  max-width: 55px;
  overflow: hidden;
  color: #8287a6;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}
.field[data-v-ac5f3246] {
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 14px;
  color: #67697a;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 17px;
  background: #fff;
  border: 1px solid #edeff9;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.field[data-v-ac5f3246]:disabled {
  background-color: #fafafd;
  pointer-events: none;
}
.field[data-v-ac5f3246]::placeholder:not(:disabled) {
  color: #8287a6;
  font-size: 12px;
}
.field[data-v-ac5f3246]:hover:not(:disabled) {
  color: #222435;
  border-color: #e7e8f5;
}
.field[data-v-ac5f3246]:focus:not(:disabled) {
  border-color: #dbdce8;
  box-shadow: 0 0 0 4px #fafafd;
}
.field[data-v-ac5f3246]:focus:not(:disabled),
.field:focus:not(:disabled) ~ .icon-right[data-v-ac5f3246],
.field:focus:not(:disabled) ~ .append[data-v-ac5f3246] {
  color: #222435;
  fill: #222435;
}
.field.invalid[data-v-ac5f3246]:not(:disabled) {
  border-color: #ffc2cb;
  outline: solid 4px #ffebf0;
}
.icon-left[data-v-ac5f3246],
.icon-right[data-v-ac5f3246] {
  position: absolute;
  transition: all 0.3s ease;
  pointer-events: none;
}
.icon-left[data-v-ac5f3246] {
  left: 15px;
}
.icon-right[data-v-ac5f3246] {
  right: 15px;
}
.icon-right[data-v-ac5f3246]:active {
  color: #269386;
}
.clickable[data-v-ac5f3246] {
  cursor: pointer;
  pointer-events: auto;
}.form-field[data-v-09ee3fda] {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #8287a6;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.head[data-v-09ee3fda] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
.label[data-v-09ee3fda] {
  max-width: calc(100% - 120px);
  overflow: hidden;
  color: #7a7c8d;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-top[data-v-09ee3fda] {
  top: 0;
  right: 0;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bottom[data-v-09ee3fda] {
  height: 0;
  max-height: 0;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.bottom.show[data-v-09ee3fda] {
  height: 14px;
  max-height: 14px;
}
.invalid[data-v-09ee3fda] {
  color: #ea5d72;
}
.info-bottom[data-v-09ee3fda],
.invalid[data-v-09ee3fda] {
  display: block;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-bottom[data-v-09ee3fda] *,
.invalid[data-v-09ee3fda] * {
  overflow: hidden;
  text-overflow: inherit;
}
.form-field.required .label[data-v-09ee3fda] {
  position: relative;
  overflow: initial;
}
.form-field.required .label[data-v-09ee3fda]::after {
  position: relative;
  left: 7px;
  color: #222435;
  font-size: 14px;
  line-height: 17px;
  content: "*";
}

/** Modification fade-absolute */
.form-field .fade-absolute-enter[data-v-09ee3fda], .form-field .fade-absolute-leave-to[data-v-09ee3fda] {
  height: 0;
  max-height: 0px;
  opacity: 0;
}
.form-field .fade-absolute-enter-to[data-v-09ee3fda], .form-field .fade-absolute-leave[data-v-09ee3fda] {
  height: 14px;
  max-height: 14px;
  opacity: 1;
}
.form-field .fade-absolute-enter-active[data-v-09ee3fda], .form-field .fade-absolute-leave-active[data-v-09ee3fda] {
  transition: all 0.3s ease;
}.form-textarea[data-v-4ccac0ec] {
  display: block;
}
.instance[data-v-4ccac0ec] {
  box-sizing: border-box;
  width: 100%;
  padding: 14px;
  color: #222435;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 17px;
  background: #ffffff;
  border: 1px solid #edeff9;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease;
  resize: vertical;
}
.instance[data-v-4ccac0ec]:disabled {
  pointer-events: none;
}
.instance[data-v-4ccac0ec]::placeholder:not(:disabled) {
  color: #8287a6;
  font-size: 12px;
}
/** Props => Resize */
.resize[data-v-4ccac0ec] {
  resize: block;
}

/** Props => Valid */
/** Props => Invalid */
.instance.invalid[data-v-4ccac0ec]:not(:disabled) {
  border-color: #ea5d72;
}

/** Props => Disabled */.thanks[data-v-eeda2b54] {
  margin: 0 10px;
  border-radius: 16px;
  animation: fade-in-eeda2b54 0.3s ease;
}
.thanks-circle[data-v-eeda2b54] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
}
.thanks-title[data-v-eeda2b54] {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #262626;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
}
.thanks-text[data-v-eeda2b54] {
  max-width: 300px;
  margin-bottom: 15px;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
@keyframes fade-in-eeda2b54 {
from {
    transform: scale(0.6);
    opacity: 0;
}
}
.absolute-center[data-v-eeda2b54] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}.loader[data-v-381e1c6a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lds-ring[data-v-381e1c6a] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.lds-ring div[data-v-381e1c6a] {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 2px solid #e8e8e8;
  border-color: #e8e8e8 transparent transparent transparent;
  border-radius: 50%;
  animation: lds-ring-381e1c6a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div[data-v-381e1c6a]:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div[data-v-381e1c6a]:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div[data-v-381e1c6a]:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring-381e1c6a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.form[data-v-172f3b08] {
  width: 100%;
  min-height: 426px;
  padding: 30px 70px 50px 70px;
  background: #ffffff;
  border-radius: 16px;
}
.title[data-v-172f3b08] {
  margin-bottom: 20px;
  color: #222435;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.form-field[data-v-172f3b08] {
  margin-bottom: 15px;
}
.form-field input[data-v-172f3b08] {
  width: 100%;
  padding: 23px 15px;
  color: #979797;
  font-size: 20px;
  line-height: 24px;
  background: rgba(243, 243, 243, 0.7);
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.form-field input.invalid[data-v-172f3b08] {
  border-color: rgb(148, 53, 53);
}
.form-field input[data-v-172f3b08]::placeholder {
  color: #7d7f82;
  border-radius: 5px;
}
.compliance[data-v-172f3b08] {
  display: flex;
  align-items: center;
  color: #7a7c8d;
  font-size: 12px;
  line-height: 18px;
  column-gap: 15px;
}
.compliance .shield[data-v-172f3b08] {
  flex-shrink: 0;
}
.compliance a[data-v-172f3b08] {
  color: #269386;
}
.button[data-v-172f3b08] {
  position: relative;
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.loader[data-v-172f3b08] {
  position: absolute;
  right: 5px;
  bottom: -5px;
}.popup-mask[data-v-3973496f] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background-color: rgba(82, 82, 82, 0.5);
}
.popup-container[data-v-3973496f] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: 100%;
  max-height: 100vh;
  padding: 0 10px;
  overflow-y: auto;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.close-icon[data-v-3973496f] {
  position: absolute;
  top: 19px;
  right: 22px;
  z-index: 9998;
  color: #b0b2c6;
  cursor: pointer;
  transition: color 0.3s;
}
.close-icon[data-v-3973496f]:hover {
  color: #222435;
}
.scroll-off {
  overflow-y: hidden;
}
