@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
body {
  font-family: 'Inter', sans-serif;
}

body::-webkit-scrollbar {
  width: 0;
  background: transparent; /* make scrollbar transparent */
  -webkit-appearance: none;
  display: none;
}

a {
  color: #000;
  text-decoration: none;
}

input {
  font-family: 'Inter', sans-serif;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}
/* ======= Toast message ======== */

#toast {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 999999;
}

@media screen and (max-width: 575px) {
  #toast {
    right: 5px;
    top: 5px;
  }

  #container {
    height: calc(100vh - 110px - 80px - 80px) !important;
    overflow: hidden;
    overflow-y: auto;
  }
}

.toast {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  min-width: 350px;
  max-width: 450px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  transition: all linear 0.3s;
  min-height: 128px;
  position: relative;
}

@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(calc(100% + 32px));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 32px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.toast--success {
  border-color: #47d864;
}

.toast--success .toast__icon {
  color: #47d864;
}

.toast--info {
  border-color: #2f86eb;
}

.toast--info .toast__icon {
  color: #2f86eb;
}

.toast--warning {
  border-color: #ffc021;
}

.toast--warning .toast__icon {
  color: #ffc021;
}

.toast--error {
  border-color: #ff623d;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%), 0 2px 15px 0 rgb(0 0 0 / 5%);
}

.toast--error .toast__icon {
  color: #ff623d;
}

.toast + .toast {
  margin-top: 24px;
}

.toast__icon {
  font-size: 24px;
}

.toast__icon,
.toast__close {
  padding: 0 16px;
}

.toast__body {
  flex-grow: 1;
}

.toast__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.toast__msg {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: left;
  color: #333;
  max-width: 300px;
  margin: auto;
  font-family: sans-serif;
}

.toast__close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(755%)
    hue-rotate(318deg) brightness(103%) contrast(91%);
}

.img--footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img--footer > img {
  width: 140px;
  height: 30px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.iti__selected-flag {
  background: #f9fafb !important;
  border-radius: 6px;
}

.iti__flag-container {
  padding: 0 !important;
  height: 38px !important;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(3, 7, 18, 0.08), 0 1px 2px 0 rgba(3, 7, 18, 0.12) !important;
}

.iti__selected-flag {
  color: #9ca3af !important;
  font-size: 14px !important;
  padding: 0 5px 0 5px;
}

@media (max-width: 578px) {
  .iti__arrow {
    /* display: none !important; */
    transform: translateY(-9px);
    margin-left: 0px !important;
    border: none !important;
    background-image: url('../../assets/images/ic_arrow.svg');
  }
}

/* .iti__arrow {
  display: none !important;
  @media only screen and (min-width : 800px) {
    display: block !important
  }
  
} */

.iti__selected-dial-code {
  margin-left: 7px !important;
}

.iti__flag-box {
  display: none !important;
}

.iti-mobile .iti__country-list {
  width: 50% !important;
}

@media only screen and (min-width: 575px) {
  #section-fill-email,
  #section-fill-information {
    display: none;
  }
  #not-account,
  #section-fill-email,
  #section-fill-information,
  #select-verification,
  #container,
  #sign-in-ui {
    /* width: 25vw; */
    height: 89vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  #ctn-button-bottom {
    position: relative !important;
    width: 100% !important;
  }
}

.ctn-btn-cancel > button {
  display: none;
}

@media only screen and (min-width: 800px) {
  body {
    height: 100vh;
  }
  .label_phone {
    margin-bottom: 5px;
  }
  main {
    height: 100%;
  }

  .iti__flag-container {
    width: 85px !important;
  }
  .iti__arrow {
    border: none !important;
    margin: 0 0 19px 1px;
  }
  .header > div {
    min-width: 110px;
  }
  .wrapper {
    width: 100% !important;
    margin: 0 !important;
    height: calc(100% - 70px);
  }
  .on-top {
    max-width: 475px;
    width: 100%;
  }
  #content {
    min-width: 390px;
    max-width: 410px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 80px;
  }

  .iti__arrow::before {
    content: url('../../assets/images/ic_arrow.svg') !important;
  }

  #section-fill-information {
    height: 100%;
    display: flex;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 100%;
  }

  #not-account,
  #select-verification,
  #container,
  #sign-in-ui {
    /* height: calc(100vh - 65px - 40px); */
    /* height: 95%; */
    display: flex;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 100%;
  }

  .sign-in-ui-content {
    display: flex;
  }

  #ctn-button-bottom {
    position: relative !important;
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  /* #ctn-button-bottom {
    position: relative !important;
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 10px 0;
  } */

  #ctn-button-bottom-sign-in {
    position: relative !important;
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    /* display: flex;
    flex-direction: row !important;
    justify-content: space-between !important; */
  }
  .btn-domain-name,
  .ctn-btn-signin {
    margin-top: 10px !important;
    display: flex;
    width: 90% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .ctn-btn-bottom {
    width: 87% !important;
  }
  .btn-domain-name > button,
  .ctn-btn-signin > button {
    width: 93px;
  }

  #ctn-button-bottom > button {
    width: 93px !important;
  }

  .ctn-btn-bottom-progress > button {
    width: 93px !important;
  }

  .ctn-btn-cancel > button {
    display: none;
  }
  #ctn-button-bottom-sign-in {
    position: relative !important;
    width: 100% !important;
  }
  .modal-content {
    width: 100% !important;
    height: 100% !important;
    padding: 0 75px 0 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 !important;
  }
  .otp-title {
    text-align: center;
  }
  .otp-subtitle {
    text-align: center;
  }
  .get-code {
    width: 100% !important;
    text-align: center;
  }
  .modal-content > header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .otp-wrapper {
    width: 393px !important;
    height: 600px;
  }
  .otp-title {
    font-size: 24px !important;
    font-weight: 500 !important;
  }
  .ctn-btn-bottom > button {
    width: 93px !important;
  }

  #ctn-button-bottom-modal {
    position: relative !important;
    width: 100% !important;
    background: none !important;
    border: none !important;
  }
  .verify-ctn-modal {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgb(44 43 43 / 40%) !important;
    backdrop-filter: blur(5px);
  }

  .verify-phone-wrapper {
    top: -30% !important;
    left: -14% !important;
    padding: 50px;
    width: 449px !important;
    height: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    transform: translate(0%, -73%);
    border-radius: 12px !important;
    margin: auto !important;
    border: 1px solid #837d7d;
  }

  .ctn-btn-bottom-progress .btn_back {
    margin-top: 15px;
  }

  .ctn-btn-bottom-progress .btn_action {
    margin-top: 15px;
  }

  .input_tel input {
    font-weight: 400 !important;
    line-height: 20px !important;
  }

  input[name='phoneTel'] {
    margin: 0 0 0 25% !important;
  }

  #create-account {
    /* height: 89vh !important; */
    height: 100%;
    /* display: flex !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between !important;
  }

  #create-account .on-top {
    height: 65vh !important;
    width: 393px !important;
  }
  .on-bottom-ens,
  .on-bottom {
    margin-top: 320px !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .google-policy {
    text-align: start !important;
    margin: 0 0 60px 10px !important;
    font-size: 12px !important;
  }

  .progress-bar > div:nth-child(5) {
    display: none;
  }
  .progress-bar > div:nth-child(6) {
    display: none;
  }
  .step {
    width: 24.5% !important;
  }
  .progress-bar {
    width: 90% !important;
    margin: 0 !important;
  }

  .iti__flag > p {
    display: none;
  }

  input[name='phoneTel'] {
    width: 72% !important;
  }

  .ctn-btn-bottom .btn_back {
    left: 0 !important;
  }
  .ctn-btn-bottom .btn_action {
    right: 0 !important;
  }
}
*,
body {
  font-family: 'Inter', sans-serif;
}

main {
  color: #333333;
  padding: 0 75px;
  background: #fff;
  max-height: 100vh;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center !important;
}
