body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
._select_zsmyf_1 {
  width: 100%;
}
._select_zsmyf_1 ._chakra-divider_zsmyf_4 {
  border-left-width: none !important;
  background: white;
}

._selectOptions_zsmyf_9 {
  display: flex;
}
._selectOptions_zsmyf_9 ._selectInfo_zsmyf_12 {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
._selectOptions_zsmyf_9 ._selectInfo_zsmyf_12 ._label_zsmyf_17 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #262626;
}
._selectOptions_zsmyf_9 ._selectInfo_zsmyf_12 ._phone_zsmyf_25 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #777777;
}._title_2rret_1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #48535b;
  margin-bottom: 4px;
}._inputBox_99ot3_1 {
  position: relative;
  width: 100%;
}
._inputBox_99ot3_1 label {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #5c5c5c;
  margin-bottom: 4px;
}
._inputBox_99ot3_1 ._input_99ot3_1 {
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  height: 42px;
  color: #252c32;
  border: 1px solid #e7eaec;
  transition: all 0.25s ease-in-out;
}
._inputBox_99ot3_1 ._input_99ot3_1._disabled_99ot3_25 {
  background: #f5f5f5;
  opacity: 0.6;
  pointer-events: none;
}
._inputBox_99ot3_1 ._input_99ot3_1._withStartAdornment_99ot3_30 {
  padding-left: 50px;
}
._inputBox_99ot3_1 ._input_99ot3_1._withEndAdornment_99ot3_33 {
  padding-right: 50px;
}
._inputBox_99ot3_1 ._input_99ot3_1:focus {
  outline: none;
  border-color: #0263ca !important;
}
._inputBox_99ot3_1 ._input_99ot3_1:hover {
  border-color: #0263ca !important;
}
._inputBox_99ot3_1 ._input_99ot3_1::placeholder {
  font-size: 15px;
  line-height: 24px;
  color: #6e7c87;
}
._inputBox_99ot3_1 ._input_99ot3_1._large_99ot3_48 {
  height: 48px;
}
._inputBox_99ot3_1 ._input_99ot3_1._medium_99ot3_51 {
  height: 42px;
  font-size: 15px;
  line-height: 19px;
}
._inputBox_99ot3_1 ._input_99ot3_1._small_99ot3_56 {
  font-size: 14px;
  line-height: 16px;
}
._inputBox_99ot3_1 ._error_99ot3_60 {
  border-color: red !important;
}
._inputBox_99ot3_1 ._error_99ot3_60:focus {
  outline: none;
  border-color: red !important;
}
._inputBox_99ot3_1 span {
  font-size: 12px;
  line-height: 16px;
  color: red;
  margin-top: 4px;
}
._inputBox_99ot3_1 ._startAdornment_99ot3_73 {
  position: absolute;
  left: 16px;
  height: 20px;
  top: calc(50% - 10px);
}

@media (max-width: 768px) {
  ._inputBox_99ot3_1 ._input_99ot3_1 {
    padding: 10px 15px;
    color: #6e7c87;
  }
}._counter_2zifv_1 {
  display: flex;
  align-items: center;
  width: 100%;
}
._counter_2zifv_1 input {
  padding: 8px;
  border: 1px solid #e5e9eb;
  outline: none;
}
._counter_2zifv_1 ._left_2zifv_11 {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 8px;
  color: #4094f7;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 6px 0px 0px 6px;
}
._counter_2zifv_1 ._right_2zifv_22 {
  display: flex;
  align-items: center;
  padding: 8px;
  color: #4094f7;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 0px 6px 6px 0px;
}

._inputWrapper_2zifv_33 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  height: 42px;
  border: 1px solid #e5e9eb;
  transition: border 0.25s linear;
  overflow: hidden;
  width: 100%;
}
._inputWrapper_2zifv_33:hover, ._inputWrapper_2zifv_33:focus-visible, ._inputWrapper_2zifv_33:active {
  transition: border 0.25s linear;
  border: 1px solid #0263ca;
}
._inputWrapper_2zifv_33 input {
  margin-left: 8px;
  font-size: 16px;
  line-height: 25px;
  outline: none;
  height: 42px;
  width: 100%;
  color: #252c32;
  padding: 0 !important;
  border: none;
  caret-color: #0263ca;
}
._inputWrapper_2zifv_33 input::placeholder {
  color: #5b6871;
  font-size: 16px;
  line-height: 25px;
}
._inputWrapper_2zifv_33 ._leftIcon_2zifv_65 {
  width: 72px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
}
._inputWrapper_2zifv_33 ._leftIcon_2zifv_65 img {
  width: 100%;
  padding: 8px 6px;
}
._inputWrapper_2zifv_33 ._leftIcons_2zifv_76 {
  width: 72px;
  height: 42px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
._inputWrapper_2zifv_33 ._rightIcon_2zifv_85 {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 13px 8px;
}
._inputWrapper_2zifv_33 input::-webkit-outer-spin-button,
._inputWrapper_2zifv_33 input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

._leftBtn_2zifv_99 {
  width: 72px;
  font-size: 24px;
  height: 42px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 6px 0px 0px 6px;
}

._rightBtn_2zifv_109 {
  width: 72px;
  font-size: 24px;
  height: 42px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 0px 6px 6px 0px;
}._table_gzbvo_1 {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
._table_gzbvo_1 ._tableInput_gzbvo_6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  transition: border 0.25s linear;
  overflow: hidden;
  width: 100%;
  padding-left: 8px;
  font-size: 16px;
  line-height: 25px;
  outline: none;
  height: 42px;
  width: 100%;
  color: #252c32;
  caret-color: #0263ca;
}
._table_gzbvo_1 ._tableInput_gzbvo_6::placeholder {
  color: #5b6871;
  font-size: 16px;
  line-height: 25px;
}
._table_gzbvo_1 ._deleteBtn_gzbvo_29 {
  cursor: pointer;
  width: 69px;
  height: 40px;
  font-size: 16px;
  padding: 10px 25px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e5e9eb;
  border-radius: 6px;
}._btn_eegor_1 {
  background: #0e73f6;
  border-radius: 6px;
}
._btn_eegor_1 ._text_eegor_5 {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

._outlined_eegor_17 {
  border: 1px solid #e5e9eb;
  border-radius: 6px;
}
._outlined_eegor_17 ._text_eegor_5 {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #f76659;
}._container_1ascn_1 {
  height: 90vh;
}
._container_1ascn_1 ._contents_1ascn_4 {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
._container_1ascn_1 ._contents_1ascn_4 ._btn_1ascn_10 {
  width: 207px;
  background: #0e73f6;
  border-radius: 6px;
}
._container_1ascn_1 ._contents_1ascn_4 ._btn_1ascn_10 ._text_1ascn_15 {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
._container_1ascn_1 ._footer_1ascn_28 {
  margin-top: auto;
  background-color: #fff;
  display: flex;
  justify-content: end;
  gap: 24px;
  padding: 12px 24px;
  border-top: 1px solid #e5e9eb;
}