.auth-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
  transform: scale(0);
  height: 0;
}

.auth-header-category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
  transform: scale(0);
  height: 0;
}
.block-in-desktop {
  transform: scale(1);
  height: 80px;
  width: 94%;
  margin: 20px auto;
}

.go-back {
  width: 17.25px;
  height: 15px;
  color: #181914;
}

.title-category {
  font-size: 12px;
  font-weight: 700;
  color: #181914;
  text-align: center;
}

.title {
  font-size: 12px;
  font-weight: 400;
  color: #181914;
}

.zero,
.to-word {
  display: block;
}

.close {
  width: 20px;
  height: 20px;
  color: #5d5d5d;
}

.auth-title {
  font-size: 16px;
  font-weight: 700;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 7px 20px 0;
}

.auth-title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: -10px;
  background-color: #181914;
  border-radius: 50%;
}

.group {
  border-radius: 10px;
  border: 1px solid #777;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
}

.address-form-container {
  height: 100%;
  width: 95%;
  background-color: #fff;
  margin: 0px auto;
  border-radius: 12px;
  transform: translateY(-50px);
}

.exact-address {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-right: 12px;
  color: #181914;
}

.exact-address::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #181914;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.input-icon-group-delete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.input-icon-group-delete svg {
  width: 15px;
  height: 15px;
  padding-left: 4px;
}
.delete-account {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #777;
  border-radius: 8px;
  height: 60px;
  gap: 10px;
  background-color: #fff;
}
.input-icon-delete {
  padding: 0 7px;
  border-left: 1px solid #bfbfbf;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-icon-delete svg {
  width: 20px;
  height: 20px;
  color: #181914;
}
.input-icon svg {
  width: 20px;
  height: 20px;
  color: #181914;
}

.input-icon {
  border-left: 1px solid #bfbfbf;
  padding: 6px;
}

.input-icon-eye svg {
  width: 15px;
  height: 20px;
  color: #181914;
}

.input-icon-group {
  display: flex;
  justify-content: space-between;
  padding: 2px 8px;
  align-items: center;
  position: relative;
  width: 100%;
}

.input-icon-group label {
  text-align: right;
  color: #181914;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 5px;
  transition: all 0.6s;
}

.auth-input {
  border: none;
  outline: none;
  padding-right: 14px;
  width: 100%;
  font-size: 15px;
  padding-top: 22px;
}

.auth-input:focus + label {
  top: 5px;
  font-size: 8px;
}

.has-length {
  top: 5px;
  font-size: 8px;
}

/* .auth-input:focus {
  font-size: 12px;
} */
/* .auth-input::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #181914;
  text-align: right;
} */
.accept-rules {
  font-size: 10px;
  font-weight: 400;
  color: #777;
  text-align: center;
  margin-top: 20px;
}

.accept-rules a {
  font-size: 10px;
  font-weight: 400;
  color: #ff6a4c;
}
.accept-mobile-login {
  width: 95%;
  color: #fff;
  gap: 0px;
  border-radius: 18px;
  margin: 0 auto;
  transition: all 0.6s;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 0;
  background-color: #ff6a4c;
  margin-top: 20px;
}
.accept {
  width: 95%;
  color: #fff;
  gap: 0px;
  border-radius: 18px;
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.6s;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 0;
  background-color: #ff6a4c;
}

.accept:hover {
  border: 1px solid #ff6a4c;
  background-color: #ff6a4c;
  color: #fff;
}

.accept-desktop {
  width: 97%;
  background: #e9e9e9;
  color: #777;
  gap: 0px;
  border-radius: 18px;
  margin: 20px auto;
  transition: all 0.6s;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 0;
  font-weight: 700;
}

.accept-desktop:hover {
  border: 1px solid #ff6a4c;
  background-color: #ff6a4c;
  color: #fff;
  font-weight: 900;
}

.login-register-title {
  font-size: 24px;
  font-weight: 700;
  color: #0056B3;
  position: relative;
  margin-right: 20px;
  margin-bottom: 50px;
}

.login-register-title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.login-register-desktop-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  height: 100vh;
  padding: 10px 0;
}

.login-register-desktop-section-right {
  width: 35%;
  /* margin-right: 50px; */
}

.login-register-desktop-section-left {
  width: 55%;
  height: 100%;
  /* background-image: url("/asset/img/Group 9 (1).png"); */
  background-color: #0056B3;
  display: flex;
  flex-direction: column;
  border-radius: 20px 0 0 20px;
}

.login-register-desktop-section-left {
  position: relative;
  justify-content: center;
}

.login-register-desktop-section-left img:nth-child(1) {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 100%;
  margin: 30px auto;
}
.login-details-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.login-register-desktop-section-left img:nth-child(3) {
  /* width: 192px;
  height: 79px; */
  width: 75%;
  margin: 40px auto;
  /* position: absolute;
  top: 5%;
  right: 35%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-register-desktop-section-left h3 {
  /* position: absolute;
  top: 25%;
  right: 12%; */
  width: 100%;
}

/* .login-register-desktop-section-left img:nth-child(4) {
  width: 500px;
  height: auto;
  position: absolute;
  top: 38%;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.login-register-desktop-section-left h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 46.5px;
  text-align: center;
  color: #fff;
}

.mobile-size {
  display: none;
}

.enter-with-email {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #777;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  color: #ff6a4c;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.swal2-container{
  z-index: 99999999999 !important;
}

.edit-phone {
  color: #ff6a4c;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 15px;
  font-weight: 700;
}

.send-code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edit-phone svg {
  width: 20px;
  height: 20px;
}

.call-in-suggestion {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #ff6a4c;
}

.call-in-suggestion span {
  display: flex;
  align-items: center;
}

.call-in-suggestion svg {
  width: 15px;
  height: 15px;
}
.requested-code-in-mobile, .register-in-mobile {
  position: fixed;
  bottom:0%;
  left: 0;
  right: 0;
  z-index: 11111;
  background-color: #fff;
}

.register-in-mobile{
  max-height: 85%;
  overflow-y: auto;
}
/* .more-top-distance {
  top: 76%;
} */
.accept-continue {
  width: 100%;
  background-color: #fff;
  height: 80px;
}
.all-part-of-login-mobile {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.no-margin {
  margin: 0;
}

.otp-holder div{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.otp-holder div input{
  width: auto !important;
  aspect-ratio: 1/1;
  height: 40px;
}

@media (max-width: 768px) {
  .mobile-size {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .auth-header {
    transform: scale(1);
    padding: 10px;
    height: auto;
  }

  .auth-header-category {
    transform: scale(1);
    padding: 10px;
    height: 40px;
  }
  .block-in-desktop {
    height: 40px;
  }

  .input-icon-group label {
    font-size: 12px;
  }

  .login-register-title {
    display: none;
  }

  .login-register-desktop-section {
    display: none;
  }

  .enter-with-email {
    padding-bottom: 28px;
  }
  .auth-title {
    font-size: 12px;
  }

  .zero,
  .to-word {
    display: none;
  }

  .edit-phone span {
    display: none;
  }

  .address-form-container {
    transform: translateY(0);
    height: auto;
  }
  .exact-address {
    font-size: 12px;
  }
  .exact-address::before {
    top: 6px;
  }
  .phone {
    align-items: center;
    gap: 5px;
  }
  .auth-title::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    right: -10px;
    background-color: transparent;
    border-radius: 50%;
  }
  .mobile-register-mode {
    padding: 25px 0;
  }
}

