*,
h3,
h2,
h1,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h3 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 0;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  background-color: transparent;
  color: #a3a3a3;
}
.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  border-radius: 8px;
  width: 90%;
  min-width: 300px;
  max-width: 355px;
  height: auto;
  min-height: 200px;
  max-height: 325px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 15px 15px;
}
.modal-content .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}
.modal-content .modal-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.modal-content .modal-body .step-1 .button-gender-group {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  color: #000;
  border: 1px solid #f1f1f1;
  background: #fff;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s;
  flex-grow: 1;
  user-select: none;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender .gender-icons {
  display: inline-block;
  width: 20px;
  position: relative;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender .gender-icons i {
  font-size: 20px;
  transition: opacity 0.3s;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender .gender-icons .black {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender .gender-icons .white {
  opacity: 0;
  top: 0;
  left: 0;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender .gender-text {
  font-size: 14px;
  padding-left: 5px;
  font-weight: 500;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender.active {
  background-color: #252525;
  color: #fff;
  border: none;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender.active .gender-icons .white {
  opacity: 1;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender.active .gender-icons .black {
  opacity: 0;
}
.modal-content .modal-body .step-1 .button-gender-group .button-gender:hover {
  opacity: 0.7;
}
.modal-content .modal-footer {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  user-select: none;
}
.modal_header-text {
  font-size: 28px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  color: #333333;
  user-select: none;
}
.step {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.step-header {
  margin-top: 10px;
  margin-bottom: 5px;
  user-select: none;
}
.step-text {
  height: 34px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  user-select: none;
}
.btn-step {
  background: linear-gradient(45deg, #252525 0, #4b4b4b 100%);
  cursor: pointer;
  line-height: 30px;
  width: 100%;
  border-radius: 15px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  height: 30px;
  transition: opacity 0.4s;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid #252525;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-step:hover {
  opacity: 0.7;
}
.step-2 {
  display: none;
}
.error-container {
  position: relative;
  height: 0;
}
.error {
  position: absolute;
  font-size: 10px;
  color: red;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  user-select: none;
}
.grecaptcha-badge {
  display: none;
}
.disclaimer-text {
  height: 85px;
  overflow-y: scroll;
  margin-bottom: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 1;
  padding: 10px 6px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  color: #a3a3a3;
}
.disclaimer-text a {
  text-decoration: none;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  color: inherit;
  font-weight: bold;
}
.disclaimer-text p {
  margin: 0;
}
.disclaimer-text::-webkit-scrollbar {
  width: 5px;
}
.disclaimer-text::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 20px;
  background-color: transparent;
}
.disclaimer-text::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
  border: 1px solid transparent;
  border-radius: 5px;
}
.cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  line-height: 1;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  bottom: 2px;
  width: 13px;
  height: 13px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #333;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 5px;
  border-radius: 1px;
}
.cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #333;
}
label.loading {
  font-size: 10px;
  color: #2aa52a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  font-weight: 100;
}
label.loading:after {
  content: '...';
  animation: loadingAnimation 1s infinite;
  position: absolute;
}
@keyframes loadingAnimation {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
@media (max-width: 350px) {
  .modal-content {
    width: 95%;
    margin: 5% auto;
  }
}
