@font-face {
  font-family: "Narkiss Block RESHET Thin";
  src: url("../assets/fonts/NarkissBlockRESHET-Thin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Narkiss Block RESHET Bold";
  src: url("../assets/fonts/NarkissBlockRESHET-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Narkiss Block RESHET Heavy";
  src: url("../assets/fonts/NarkissBlockRESHET-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Narkiss Block RESHET Light";
  src: url("../assets/fonts/NarkissBlockRESHET-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Narkiss Block RESHET Medium";
  src: url("../assets/fonts/NarkissBlockRESHET-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Narkiss Block RESHET";
  src: url("../assets/fonts/NarkissBlockRESHET-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Narkiss Block RESHET Semibold";
  src: url("../assets/fonts/NarkissBlockRESHET-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  background-color: #01050b;
  background-image: radial-gradient(#0D182D, #01040A);
  max-width: 100vw !important;
}
html body {
  max-width: 100vw !important;
  direction: rtl;
  margin: 0;
  text-align: center;
  display: flex;
  font-family: "Narkiss Block RESHET", 'Arial', sans-serif;
  color: #171717;
}
html body .formWrapper {
  max-width: 570px;
  width: 100%;
  margin: auto;
  background: #f7f9fa;
  padding: 30px 55px;
  border-radius: 10px;
  min-height: 720px;
  height: fit-content;
}
html body .formWrapper .header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 38px;
}
html body .formWrapper .header img {
  max-width: 100px;
}
html body .formWrapper .login_title {
  margin-bottom: 21px;
}
html body .formWrapper .login_title #dynamic-txt-3 {
  font-size: 28px;
  margin: 0.5vh;
  letter-spacing: -1;
  font-family: "Narkiss Block RESHET Semibold", 'Arial', sans-serif;
}
html body .formWrapper .login_title #dynamic-txt-4 {
    font-family: "Narkiss Block RESHET Light", 'Arial', sans-serif;
    color: #171717;
    font-weight: normal;
    margin: 0 auto;
    font-size: 18px;
}
@media all and (max-width: 600px) {
  html body .formWrapper .login_title #dynamic-txt-4 #dynamic-txt-4 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: normal;
    color: #171717;
  }
}
html body .formWrapper .login_form,
html body .formWrapper .info_form {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: none;
  gap: 16px;
  margin-block-end: 0em;
}
html body .formWrapper .login_form .general_info .input_container,
html body .formWrapper .info_form .general_info .input_container {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 600px) {
  html body .formWrapper .login_form .general_info .input_container,
  html body .formWrapper .info_form .general_info .input_container {
    width: 100%;
  }
}
html body .formWrapper .login_form a,
html body .formWrapper .info_form a {
  color: #fff;
}
html body .formWrapper .login_form input,
html body .formWrapper .info_form input,
html body .formWrapper .login_form select,
html body .formWrapper .info_form select {
  padding: 16px 22px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e7e7e9;
  border-radius: 10px;
  color: #414141;
  text-align: right;
  font-size: 19px;
  width: 100%;
  font-family: "Narkiss Block RESHET Light", 'Arial', sans-serif;
}
html body .formWrapper .login_form input:active,
html body .formWrapper .info_form input:active,
html body .formWrapper .login_form select:active,
html body .formWrapper .info_form select:active,
html body .formWrapper .login_form input:focus-within,
html body .formWrapper .info_form input:focus-within,
html body .formWrapper .login_form select:focus-within,
html body .formWrapper .info_form select:focus-within {
  border: 1px solid #414141;
}
html body .formWrapper .login_form input:focus,
html body .formWrapper .info_form input:focus,
html body .formWrapper .login_form select:focus,
html body .formWrapper .info_form select:focus {
  outline: none;
}
html body .formWrapper .login_form input:focus::placeholder,
html body .formWrapper .info_form input:focus::placeholder,
html body .formWrapper .login_form select:focus::placeholder,
html body .formWrapper .info_form select:focus::placeholder {
  opacity: 0;
}
html body .formWrapper .login_form input:focus ~ .floating_span,
html body .formWrapper .info_form input:focus ~ .floating_span,
html body .formWrapper .login_form select:focus ~ .floating_span,
html body .formWrapper .info_form select:focus ~ .floating_span {
  top: -6px;
  font-size: 12px;
  background: black;
  height: fit-content;
}
html body .formWrapper .login_form input::placeholder,
html body .formWrapper .info_form input::placeholder,
html body .formWrapper .login_form select::placeholder,
html body .formWrapper .info_form select::placeholder {
  color: #8d949d;
  text-align: right;
  font-size: 18px;
}
html body .formWrapper .login_form input:-webkit-autofill,
html body .formWrapper .info_form input:-webkit-autofill,
html body .formWrapper .login_form select:-webkit-autofill,
html body .formWrapper .info_form select:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #414141;
}
html body .formWrapper .login_form input:-webkit-autofill:hover,
html body .formWrapper .info_form input:-webkit-autofill:hover,
html body .formWrapper .login_form select:-webkit-autofill:hover,
html body .formWrapper .info_form select:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #414141;
}
html body .formWrapper .login_form input:-webkit-autofill:focus,
html body .formWrapper .info_form input:-webkit-autofill:focus,
html body .formWrapper .login_form select:-webkit-autofill:focus,
html body .formWrapper .info_form select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #414141;
}
html body .formWrapper .login_form input:-webkit-autofill:active,
html body .formWrapper .info_form input:-webkit-autofill:active,
html body .formWrapper .login_form select:-webkit-autofill:active,
html body .formWrapper .info_form select:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #414141;
}
html body .formWrapper .login_form input:not(:focus):valid ~ .floating_span,
html body .formWrapper .info_form input:not(:focus):valid ~ .floating_span,
html body .formWrapper .login_form select:not(:focus):valid ~ .floating_span,
html body .formWrapper .info_form select:not(:focus):valid ~ .floating_span {
  top: -6px;
  font-size: 12px;
  background: black;
  height: fit-content;
}
html body .formWrapper .login_form input:valid ~ .close_input,
html body .formWrapper .info_form input:valid ~ .close_input,
html body .formWrapper .login_form select:valid ~ .close_input,
html body .formWrapper .info_form select:valid ~ .close_input {
  height: fit-content;
  display: initial;
}
html body .formWrapper .login_form input::-webkit-credentials-auto-fill-button,
html body .formWrapper .info_form input::-webkit-credentials-auto-fill-button,
html body .formWrapper .login_form select::-webkit-credentials-auto-fill-button,
html body .formWrapper .info_form select::-webkit-credentials-auto-fill-button {
  visibility: hidden !important;
  display: none !important;
  pointer-events: none;
}
html body .formWrapper .login_form input[type='text'],
html body .formWrapper .info_form input[type='text'],
html body .formWrapper .login_form select[type='text'],
html body .formWrapper .info_form select[type='text'],
html body .formWrapper .login_form input[type='tel'],
html body .formWrapper .info_form input[type='tel'],
html body .formWrapper .login_form select[type='tel'],
html body .formWrapper .info_form select[type='tel'] {
  width: 100%;
}
html body .formWrapper .login_form .required_checkbox,
html body .formWrapper .info_form .required_checkbox,
html body .formWrapper .login_form .regular_checkbox,
html body .formWrapper .info_form .regular_checkbox {
  width: 100%;
  text-align: right;
  display: flex;
  font-size: 14px;
  color: #e1e6f0;
  gap: 5px;
  align-items: flex-start;
  position: relative;
}
html body .formWrapper .login_form .required_checkbox input,
html body .formWrapper .info_form .required_checkbox input,
html body .formWrapper .login_form .regular_checkbox input,
html body .formWrapper .info_form .regular_checkbox input {
  padding-right: 0;
  margin-right: 0;
  background: linear-gradient(91.47deg, #54FBFE 0%, #1CC7CA 100%);
  accent-color: #1CC7CA;
  width: auto;
}
html body .formWrapper .login_form .required_checkbox label,
html body .formWrapper .info_form .required_checkbox label,
html body .formWrapper .login_form .regular_checkbox label,
html body .formWrapper .info_form .regular_checkbox label {
  font-family: "Narkiss Block RESHET", 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  text-align: right;
  color: #414141;
}
html body .formWrapper .login_form .required_checkbox label a,
html body .formWrapper .info_form .required_checkbox label a,
html body .formWrapper .login_form .regular_checkbox label a,
html body .formWrapper .info_form .regular_checkbox label a {
  color: #414141;
  font-family: "Narkiss Block RESHET Medium", 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: right;
}
html body .formWrapper .login_form .required_checkbox .error_text,
html body .formWrapper .info_form .required_checkbox .error_text,
html body .formWrapper .login_form .regular_checkbox .error_text,
html body .formWrapper .info_form .regular_checkbox .error_text {
  bottom: -15px;
  right: 20px;
}
html body .formWrapper .login_form .required_checkbox,
html body .formWrapper .info_form .required_checkbox {
  margin-top: 5px;
}
html body .formWrapper .input_container_full {
  width: 100%;
}
html body .formWrapper .input_container_full.invalid input {
  border: 1px solid red;
}
html body .formWrapper .active {
  display: flex;
}
html body .formWrapper .input_container {
  position: relative;
}
html body .formWrapper .input_container svg {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
html body .formWrapper .input_container.invalid input,
html body .formWrapper .input_container.invalid select {
  border: 1px solid red;
}
@media all and (max-width: 768px) {
  html body .formWrapper {
    box-sizing: content-box;
    width: calc(100% - 70px);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 17px;
    border-radius: 25px;
  }
  html body .formWrapper input,
  html body .formWrapper select {
    width: 100%;
  }
}
html body .formWrapper .label_err_msg,
html body .formWrapper #login_phone_err_message {
  display: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
html body .formWrapper .nav {
  height: 0;
  overflow: visible;
  position: relative;
  bottom: 20px;
}
html body .formWrapper .bottom-error {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
html body .formWrapper input:-webkit-autofill {
  -webkit-text-fill-color: #414141;
}
.wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline !important;
}
#ok {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #0a5b89;
}
#fail {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #0a5b89;
}
#reshet {
  zoom: 1.15;
}
#form_enter_phone_number,
#form_phone_number {
  font-size: 19px;
  letter-spacing: 0.2px;
}
#form_enter_phone_number::placeholder,
#form_phone_number::placeholder {
  letter-spacing: 0.2px;
  font-size: 18px;
}
* {
  user-select: none !important;
  box-sizing: border-box;
}
.form_send_btn {
  cursor: default;
  padding: 10px 60px;
  border-radius: 40px;
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #9b9b9b;
  background: #d9d9d9;
  width: 287px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.form_send_btn.active {
  background: linear-gradient(91.47deg, #54FBFE 0%, #1CC7CA 100%);
  cursor: pointer;
  color: black;
  justify-content: center;
  align-items: center;
}
.form_send_btn.submit_user_info {
  margin-top: 20px;
}
.form_send_btn.submit_code_btn {
  margin-bottom: 12px;
}
.header_background_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.iput_name_div {
  width: 100%;
}
.iput_name_div input {
  width: 100% !important;
}
.signup_title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.code_form {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: none;
}
.code_form a {
  color: #fff;
}
.code_form input {
  color: #000;
}
.code_form.active {
  display: flex;
}
.login_code_form {
  max-width: 100%;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: none;
}
.login_code_form a {
  color: #fff;
}
.login_code_form input {
  color: #000;
}
.resend_sms {
  font-family: "Narkiss Block RESHET Semibold", 'Arial', sans-serif;
  text-align: center;
  color: #171717;
  font-size: 18px;
}
.resend_sms:hover {
  cursor: pointer !important;
}
.resend_sms span {
  text-decoration: none;
  color: #fff;
}
#login_resend_sms {
  width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 50px;
  text-align: center;
  color: #a8a9b1;
  font-size: 20px;
}
#login_resend_sms:hover {
  cursor: pointer !important;
}
#login_resend_sms span {
  text-decoration: none;
  color: #fff;
}
.hidden {
  display: none;
}
.pin_error_text_signup {
  display: none;
  position: absolute;
  color: #b5070c;
  top: 20vh;
}
.pin_error_text {
  display: none;
  position: relative;
  color: #b5070c;
  top: -5vh;
}
.code_form.invalid .pin_error_text {
  display: initial;
}
.pin_error_text_signup {
  display: initial;
}
.login_code_form.invalid .pin_error_text {
  display: initial;
}
.info_form.active {
  display: flex;
}
.login_form.active {
  display: flex;
}
.login_code_form.active {
  display: flex;
}
.response_error {
  position: absolute;
  left: 0;
  right: 0;
  top: -1vh;
  color: #b5070c;
  font-size: 19px;
  padding-bottom: 1vh;
}
.loginLoader {
  border: 4px #fff solid;
  border-radius: 100px;
  border-right-color: #FF1380;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  margin-bottom: calc(4vh + 6px);
  animation: spinAround 1.2s infinite linear;
}
.loginResendLoader {
  border: 4px #fff solid;
  border-radius: 100px;
  border-right-color: #FF1380;
  width: 38px;
  height: 38px;
  margin-top: 2px;
  margin-bottom: calc(4vh + 6px);
  animation: spinAround 1.2s infinite linear;
}
.signupLoader {
  border: 4px #fff solid;
  border-radius: 100px;
  border-right-color: #FF1380;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  margin-bottom: calc(4vh + 6px);
  animation: spinAround 1.2s infinite linear;
}
.resendSignupLoader {
  border: 4px #fff solid;
  border-radius: 100px;
  border-right-color: #FF1380;
  margin: 4px 0;
  width: 42px;
  height: 42px;
  animation: spinAround 1.2s infinite linear;
}
#submitted-message-js {
  color: #fff;
  background-color: #1C981A;
  white-space: nowrap;
  height: 40px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -9px;
}
#loginpin {
  position: relative;
  direction: ltr;
  width: 100%;
}
#loginpin2 {
  position: relative;
  direction: ltr;
  max-width: 100%;
    margin-top: 20px;
}
.required_text {
  color: #767676;
  padding: 0;
  margin: 0 0 5vh 0;
  font-size: 0.8rem;
}
.resend_code:hover {
  cursor: pointer;
}
.resend_code img {
  margin-left: 5px;
}
img.screen_img {
  max-width: 95%;
}
.pink_line {
  background-image: linear-gradient(to right, transparent, #fff, transparent);
  height: 5px;
  width: 60%;
  margin: 20px auto;
}
.shows_img {
  width: 100%;
  margin-bottom: 20px;
}
.input_div.invalid input[type='text'],
.input_div.invalid input[type='tel'] {
  border-color: red;
}
.input_div.invalid .error_text {
  display: block;
}
form.invalid input[type='text'] {
  border-color: white;
}
form.invalid .error_text {
  display: block;
}
.error_text {
  display: none;
  position: relative;
  color: #b5070c;
  font-size: 15px;
  white-space: nowrap;
  left: 0;
  right: 0;
  font-weight: normal;
}
.err-txt-1-js {
  top: 1vh;
}
.err-txt-2-js {
  position: absolute;
  top: 8vh;
}
.required_checkbox.invalid .error_text {
  display: block;
}
.required_checkbox label span {
  font-size: 1.5em;
  padding: 0 0 0 4px;
}
.safari input[type='checkbox'] {
  width: 40px;
  flex: 1;
}
.safari .regular_checkbox label {
  flex: 14;
}
.safari .required_checkbox label {
  flex: 14;
}
.header_btns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 13px;
}
.header_btns img {
  max-width: 100px;
}
.vision-js {
  justify-content: center;
  align-items: center;
}
.vision-js p {
  width: 100px;
  white-space: nowrap;
}
#close {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
#code_input_msg {
  font-family: "Narkiss Block RESHET Light", 'Arial', sans-serif;
  text-align: center;
  font-weight: normal;
  color: #171717;
  margin: 0 auto;
  font-size: 18px;
}
.pinlogin {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#pinlogin {
  margin-bottom: 40px;
}
#pinlogin input {
  font-size: 26px;
  background: #fff;
  border: 1px solid #e7e7e9;
  width: 44px;
  height: 55px;
  max-width: 25%;
  margin: 0;
  color: #414141;
  border-radius: 10px;
  font-family: "Narkiss Block RESHET Thin", 'Arial', sans-serif;
  padding: 12px 4px;
}
#pinlogin input .invalid {
  color: red;
}
#pinlogin input:focus-within,
#pinlogin input:focus-visible {
  border: 1px solid black;
  outline: none;
}
@media (max-width: 600px) {
  #pinlogin input {
    font-size: 20px;
    padding: 10px 14px;
  }
}
#dynamic-txt-1 {
  font-size: 29px;
  margin: 5px auto;
  font-family: "Narkiss Block RESHET Semibold", 'Arial', sans-serif;
}
#dynamic-txt-2 {
  font-family: "Narkiss Block RESHET Light", 'Arial', sans-serif;
  font-weight: normal;
  color: #171717;
  margin: 0 auto;
  font-size: 18px;
}
#login_code_err_msg {
    display: block;
  position: relative;
    opacity: 0;
    transition: 0.2s;
    white-space: nowrap;
    color: red;
    height: 0;
    overflow: visible;
    bottom: 30px;
}
#full_name_container,
.general_info {
  transform: translateZ(0);
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 600px) {
  #full_name_container,
  .general_info {
    flex-direction: column;
    gap: 8px;
  }
  #full_name_container .input_container,
  .general_info .input_container {
    max-width: 100% !important;
  }
}
.input_container_full {
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.input_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    max-width: 50%;
}
.input_container input {
  display: block;
  width: 100% !important;
}
.singupPage {
  transition: opacity 0.5s;
}
.loginPage {
  transition: opacity 0.5s;
}
.singupPage.in_action {
  opacity: 0;
}
.loginPage.in_action {
  opacity: 0;
}
.input_div {
  position: relative;
  width: 100%;
}
#login-phone-input-js {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  #login-phone-input-js {
    margin-bottom: 30px;
  }
}
.floating_span {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 11px;
  transition: 0.2s ease all;
  cursor: default;
}
.close_input {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 20px;
  transition: 0.2s ease all;
  display: none;
  cursor: pointer;
}
input[type='tel'],
#form_email {
  direction: ltr !important;
}
#login_phone_err_message {
  display: block;
  position: relative;
  opacity: 0;
  transition: 0.2s;
  white-space: nowrap;
  color: #b5070c;
}
#signup_code_err_msg {
  display: block;
  position: relative;
  opacity: 0;
  transition: 0.2s;
  white-space: nowrap;
  color: red;
  height: 0;
  overflow: visible;
  bottom: 30px;
}
@media (max-width: 600px) {
  .input_container_full {
    margin-top: 0;
    max-width: 100%;
  }
  .pin_error_text {
    top: 57vh;
  }
  .pin_error_text_signup {
    top: 20vh;
  }
  .response_error {
    position: absolute;
    color: #b5070c;
    font-size: 19px;
    height: 0;
  }
  .required_checkbox,
  .regular_checkbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .required_checkbox input,
  .regular_checkbox input {
    zoom: 1.2;
  }
  .required_checkbox label,
  .regular_checkbox label {
    font-size: 0.8rem;
  }
  .loginLoader {
    border: 4px #fff solid;
    border-radius: 100px;
    border-right-color: #FF1380;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    margin-bottom: calc(4vh + 6px);
    animation: spinAround 1.2s infinite linear;
  }
  .pinlogin {
    gap: 20px;
  }
  #code_input_msg {
    color: #171717;
    margin: 0;
    font-family: "Narkiss Block RESHET Light", 'Arial', sans-serif;
    font-size: 18px;
    letter-spacing: -0.02em;
    margin-top: 5px;
    font-weight: normal;
  }
  .signupLoader {
    border: 4px #fff solid;
    border-radius: 100px;
    border-right-color: #FF1380;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    margin-bottom: calc(4vh + 6px);
    animation: spinAround 1.2s infinite linear;
  }
  #resend_sms {
    border: none;
    width: 200px;
    font-size: 15px;
    padding: 10px 0;
  }
  #resend_sms span {
    font-size: 15px;
    text-decoration: underline;
  }
  #login_resend_sms {
    border: none;
    width: 200px;
    font-size: 15px;
    padding: 10px 0;
  }
  #login_resend_sms span {
    font-size: 15px;
    text-decoration: underline;
  }
  .resendSignupLoader {
    border: 4px #fff solid;
    border-radius: 100px;
    border-right-color: #FF1380;
    margin-top: 3px;
    width: 38px;
    height: 38px;
    animation: spinAround 1.2s infinite linear;
  }
  .loginResendLoader {
    border: 4px #fff solid;
    border-radius: 100px;
    border-right-color: #FF1380;
    width: 38px;
    height: 38px;
    margin-top: 2px;
    margin-bottom: calc(4vh + 6px);
    animation: spinAround 1.2s infinite linear;
  }
  #login_code_err_msg {
    display: none;
  }
  .form_send_btn {
    width: 100%;
    max-width: 100%;
    height: 51px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 12px;
    position: relative;
    padding: 13px 0;
    font-size: 20px;
  }
  #form_enter_phone_number {
    margin-top: 0;
    letter-spacing: 0.2px;
    font-size: 17px;
    padding: 17px;
    width: 100%;
  }
  #form_enter_phone_number::placeholder {
    font-size: 16px;
  }
  #reshet {
    zoom: 0.6;
  }
  #dynamic-txt-1 {
    font-size: 26px;
    font-weight: normal;
  }
  #dynamic-txt-2 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #171717;
  }
  .login_title {
    margin-bottom: 0;
  }
  .vision-js {
    justify-content: center;
    align-items: center;
  }
  .vision-js p {
    width: 100px;
    white-space: nowrap;
  }
  #close {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  #dynamic-txt-3 {
    font-size: 23px;
    white-space: nowrap;
    font-weight: normal;
    margin: 1vh;
  }
  .resend_code {
    font-weight: bold;
  }
  #email_err_msg {
    margin-top: 7px;
  }
  .err-txt-2-js {
    position: absolute;
    top: 6.5vh;
  }
  #form_first_name,
  #form_last_name {
    width: 100% !important;
    margin: 0;
    padding: 17px;
  }
  #form_first_name::placeholder,
  #form_last_name::placeholder {
    font-size: 1.5rem;
  }
  .info_form input {
    font-size: 17px !important;
  }
  .info_form input::placeholder {
    font-size: 16px !important;
  }
  .singupPage {
    margin-top: 0;
  }
  #form_phone_number {
    padding: 17px;
    max-width: 100%;
    font-size: 17px;
  }
  #form_email::placeholder {
    font-size: 1.5rem;
  }
  #full_name_container {
    max-width: 100%;
    gap: 8px;
    margin-top: 0;
    flex-direction: column;
  }
  #full_name_container .input_container {
    max-width: 100% !important;
  }
  #desktop_transition_img .info_form input[type='text'] {
    width: 80% !important;
  }
  .shows_img {
    content: url(../assets/img/bottom_shows_mobile.png);
  }
  .header_background_img {
    content: url(../assets/img/top_background_mobile.png);
  }
  .floating_span {
    right: 12%;
  }
  .close_input {
    left: 14%;
  }
  #sign_up_form {
    max-width: 100%;
    gap: 8px;
  }
}
@media (max-width: 300px) {
  #dynamic-txt-3 {
    font-size: 18px;
  }
  #dynamic-txt-4 {
    font-size: 15px;
  }
  .header_btns p {
    font-size: 10px;
  }
  #form_first_name::placeholder {
    font-size: 1.1rem;
  }
  #form_last_name::placeholder {
    font-size: 1.1rem;
  }
  #form_email::placeholder {
    font-size: 1.1rem;
  }
}
@media (max-width: 400px) {
  #form_phone_number::placeholder {
    font-size: 1.5rem;
  }
  #form_first_name::placeholder {
    font-size: 1.5rem;
  }
  #form_last_name::placeholder {
    font-size: 1.5rem;
  }
  #form_email::placeholder {
    font-size: 1.5rem;
  }
}
select {
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
.safari input[type='checkbox'] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(0.5);
  /* IE */
  -moz-transform: scale(0.5);
  /* FF */
  -webkit-transform: scale(0.5);
  /* Safari and Chrome */
  -o-transform: scale(0.5);
  /* Opera */
  transform: scale(0.5);
  transform-origin: top center;
}
/*# sourceMappingURL=style.css.map */