/* line 1, C:/laragon/www/wepick/public/web_files/sass/components/_popup.scss */
dialog {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
  border: none;
  outline: none;
  background-color: #f7f7f7;
  width: unset;
}

@media (max-width: 767px) {
  /* line 1, C:/laragon/www/wepick/public/web_files/sass/components/_popup.scss */
  dialog {
    width: 90%;
  }
}

/* line 25, C:/laragon/www/wepick/public/web_files/sass/components/_popup.scss */
dialog .thanks {
  color: #0ee89d;
  font-size: 24px;
}

/* line 30, C:/laragon/www/wepick/public/web_files/sass/components/_popup.scss */
dialog .instructions {
  font-size: 11px;
  color: #808080;
}

/* line 35, C:/laragon/www/wepick/public/web_files/sass/components/_popup.scss */
dialog .popup-btn {
  background-color: #0ee89d;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 30px;
  border: none;
  outline: none;
}

/* line 48, C:/laragon/www/wepick/public/web_files/sass/components/_popup.scss */
::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}

/* line 5, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword,
#auth {
  background-color: #0f1932;
  min-height: 100vh;
  color: #f9b81a;
  position: relative;
}

/* line 14, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword p {
  margin: 0;
}

/* line 18, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__logo {
  left: 60px;
  top: 30px;
  width: 80px;
  aspect-ratio: 1/1;
}

/* line 24, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__logo html:lang(ar) {
  left: unset;
  right: 60px;
}

/* line 30, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  margin-inline: auto;
}

/* line 37, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__heading p:last-of-type {
  color: #0ee89d;
  font-size: 18px;
}

@media (max-width: 767px) {
  /* line 30, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
  #forgetPassword .forgetPassword__heading {
    margin-top: 110px;
  }
}

/* line 45, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__description {
  color: #f7f7f7;
  text-align: center;
}

/* line 49, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 50%;
  max-width: 400px;
}

@media (max-width: 767px) {
  /* line 49, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
  #forgetPassword .forgetPassword__form {
    width: 100%;
  }
}

/* line 61, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form input:not(.otp),
#forgetPassword .forgetPassword__form button,
#forgetPassword .forgetPassword__form .otp-wrapper {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
}

/* line 72, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form input {
  background-color: transparent;
  border: 2px solid #0ee89d;
  color: #f7f7f7;
}

/* line 77, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form input:focus-visible {
  border: 2px solid #f9b81a;
  outline: none;
}

/* line 82, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form button {
  background-color: #0ee89d;
  color: #f7f7f7;
  border: none;
  outline: none;
}

/* line 89, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form a {
  text-decoration: none;
  color: #0ee89d;
}

/* line 94, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form .otp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: transparent;
  border: 2px solid #0ee89d;
  padding-inline: 40px;
  width: 100%;
}

/* line 103, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form .otp-wrapper .otp {
  border: 0;
  border-bottom: 2px solid #0ee89d;
  border-radius: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none; /* Standard */
  	max-width: 30px;
  text-align: center;
  font-size: 16px;
}


/* line 110, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form .otp-wrapper .otp::-webkit-outer-spin-button, #forgetPassword .forgetPassword__form .otp-wrapper .otp::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none; /* Standard */
  margin: 0;
}

/* line 116, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#forgetPassword .forgetPassword__form .otp-wrapper .otp:focus-visible {
  outline: none;
}

/* line 124, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth {
  color: #f7f7f7;
}

/* line 126, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth__logo {
  width: 150px;
  aspect-ratio: 1/1;
}

/* line 129, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth__logo img {
  object-fit: cover;
  width: 100%;
}

/* line 134, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth__heading {
  font-size: 24px;
  color: #0ee89d;
}

/* line 139, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__input__item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: 8px;
  min-width: 180px;
}

/* line 147, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__input__item label {
  color: #808080;
}

/* line 150, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__input__item input {
  background-color: transparent;
  border: 2px solid #0ee89d;
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #f7f7f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

html:lang(en) #auth .auth-wrapper .auth__input__item input[type="tel"] {
    direction: ltr;
}

html:lang(ar) #auth .auth-wrapper .auth__input__item input[type="tel"] {
    direction: rtl;
}

#auth .auth-wrapper .auth__input__item input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
  -webkit-appearance: none; /* For Chrome, Safari, and newer Edge */
  appearance: none; /* Standard */
}

/* line 162, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__input__item input:focus-visible {
  border: 2px solid #f9b81a;
  outline: none;
}

/* line 168, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__chech {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 171, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__chech a {
  color: #f65e7c;
  text-decoration: none;
}

/* line 177, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .login-options {
  position: relative;
}

/* line 179, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .login-options::after {
  content: "";
  position: absolute;
  max-width: 50px;
  height: 2px;
  background-color: #f7f7f7;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

html:lang(ar) #auth .auth-wrapper .login-options::after {
  width: 20px;  
}

@media (max-width: 360px) {
  /* line 179, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
  #auth .auth-wrapper .login-options::after {
    max-width: 35px;
  }
}

/* line 196, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .login-options::before {
  content: "";
  position: absolute;
  max-width: 50px;
  height: 2px;
  background-color: #f7f7f7;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  

}

html:lang(ar) #auth .auth-wrapper .login-options::before {
  width: 20px;  
}

@media (max-width: 360px) {
  /* line 196, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
  #auth .auth-wrapper .login-options::before {
    max-width: 35px;
  }
}

/* line 215, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper button {
  background-color: #0ee89d;
  color: #f7f7f7;
  border: none;
  outline: none;
  padding: 8px 20px;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 231, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .social-btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
  gap: 10px;
}

/* line 237, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .social-btns button {
  background-color: #f7f7f7;
  height: 40px;
}

/* line 240, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .social-btns button img {
  object-fit: cover;
  width: 40%;
  max-width: 20px;
}

/* line 247, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .register {
  text-decoration: none;
  color: #0ee89d;
}

/* line 251, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__image {
  text-align: center;
}

/* line 253, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
#auth .auth-wrapper .auth__image img {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  object-fit: cover;
}

@media (min-width: 767px) {
  /* line 264, C:/laragon/www/wepick/public/web_files/sass/auth.scss */
  .w-md-50 {
    width: 50% !important;
  }
}

/*# sourceMappingURL=auth.css.map */