.logo-login {
  width: 200px;
  /* position: relative; */
  /* right: -9px; */
}

.logo-login.white {
  filter: brightness(0) grayscale(1) invert(1);
}

.form-control-feedback {
  display: none;
}

.loginSection .login-text-part {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 40px;
  padding-right: 40px;
}

.icon-reading {
  width: 76px;
  color: #fff;
  right: -9px;
}

.loginSection .img-container-register {
  text-align: center;
  margin-bottom: 10px;
}

.loginSection .img-container-register img {
  width: 85px;
}

.loginSection .login-text-part {
  color: #fff;
}

.loginSection .login-text-part h4 {
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 20px;
}

.loginSection .login-text-part h4 .badge {
  background-color: #9fd8db;
  color: #006870;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 10px;
}

.loginSection .login-text-part h6 {
  font-size: 14px;
  line-height: 25px;
}

.loginSection .login-text-part h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0;
}

.loginSection {
  height: 100vh;
}

.loginSection:after {
  content: "";
  height: 100vh;
  width: 100%;
  background-color: #006870;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.9;
}

.loginSection .container {
  z-index: 9;
  position: relative;
}

.loginSection .img-container-register {
  text-align: center;
  margin-bottom: 10px;
}

.loginSection .img-container-register img {
  width: 85px;
}

.loginSection .login-text-part {
  color: #fff;
}

.loginSection .login-text-part h4 {
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 20px;
}

.loginSection .login-text-part h4 .badge {
  background-color: #9fd8db;
  color: #006870;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 10px;
}

.loginSection .login-text-part h6 {
  font-size: 14px;
  line-height: 25px;
}

.loginSection .login-text-part h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0;
}

.loginSection {
  height: 100vh;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  font-size: 13px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.text-danger {
  font-size: 12px;
}

.mb-80 {
  margin-bottom: 80px;
}

.loginBody {
  padding: 0 !important;
  margin: 0 !important;
}

.input-group-end .input-group-text {
  border-color: #5db5b3;
  background-color: #d4d4d4;
  color: #000;
}

.loginSection .img-container-register {
  text-align: center;
  margin-bottom: 10px;
}

.loginSection .img-container-register img {
  width: 85px;
}

.loginSection .login-text-part {
  color: #fff;
}

.loginSection .login-text-part h4 {
  margin-bottom: 23px;
  font-weight: 600;
}

.loginSection .login-text-part h4 .badge {
  background-color: #9fd8db;
  color: #006870;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 10px;
}

.loginSection .login-text-part h6 {
  font-size: 14px;
  line-height: 25px;
}

.loginSection .login-text-part h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0;
}

.loginSection {
  background-image: url(../images/uqu.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
}

.Prev-btn-container {
  text-align: end;
  margin-bottom: 10px;
  display: none;
}

.Prev-btn-container .Prev-btn {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}

.Prev-btn-container .Prev-btn i {
  margin: 0 2px;
}

.Register-page.loginSection {
  background-image: none;
}

.Register-page.loginSection .bg-register {
  background-image: var(--bg-login);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 100%;
}

.loginSection .grid-center {
  display: grid;
  width: 100%;
  align-items: center;
  height: 100vh;
  align-content: center;
}

.grid-full-page.white-bg {
  background-color: #fff;
}

.loginSection .account-form {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  height: auto;
}

.loginSectionPage {
  background-image: none;
  height: auto;
}

.loginSectionPage.loginSection .account-form .grid-full-page {
  height: 100vh;
}

.loginSection .grid-full-page .account-form {
  border-radius: 0;
  height: auto;
  width: 450px;
  margin: auto;
  padding-bottom: 10px;
}

.custom-modal .modal-content {
  border-radius: 15px;
}

.custom-modal .modal-dialog {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute;
  left: 50%;
  top: 40%;
  width: 500px;
  max-width: 95%;
  display: grid;
}

.custom-modal .modal-content .modal-action {
  margin-top: 20px;
}

.custom-modal .modal-content .modal-action .btn {
  font-size: 14px;
  padding: 7px !important;
}

.custom-modal .modal-content .modal-action .btn-theme {
  min-width: 100px;
  width: 235px;
  border-radius: 5px;
}

.custom-modal .modal-content .small-img {
  width: 190px;
  margin: 10px auto;
  display: block;
}

.form-check-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-check-checkbox {
  padding: 10px;
  position: relative;
}

.form-check-checkbox input {
  width: 20px;
  height: 17px;
  opacity: 0;
}

.form-check-checkbox label {
  font-size: 14px;
}

.form-check-checkbox label:before {
  content: "\f0c8";
  color: #5db5b3;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 21px;
  top: 33%;
}

.form-check-checkbox input:checked + label:before {
  content: "\f14a";
  font-weight: 900;
}

.title-account {
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}

.title-account span {
  position: relative;
  top: 7px;
}

.title-account:after,
.title-account:before {
  content: "";
  width: 50px;
  height: 1.4px;
  color: #d4d4d4;
  position: absolute;
  background-color: #d4d4d4;
}

.title-account:before {
  margin: 15px -65px;
}

.title-account:after {
  margin: 15px;
}

button.nafaz-btn,
.nafaz-btn {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #5db5b3;
  box-shadow: none;
  margin: 4px auto;
  width: 370px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
}

.nafaz-btn.nafaz-btn-show {
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}

button.nafaz-btn:hover,
.nafaz-btn:hover {
}

button.nafaz-btn span,
.nafaz-btn span {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #5db5b3;
  font-weight: 600;
}

.loginSection .account-form label {
  font-size: 13px;
  margin-bottom: 5px;
}

.loginSection .account-form .input-icon {
  position: relative;
}

.loginSection .account-form .input-icon .show-password {
  position: absolute;
  top: 0px;
  padding: 11px;
  color: #696969;
}

.loginSection .account-form h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 13px;
}

.loginSection .account-form h6 {
  font-weight: 500;
  color: #999;
  font-size: 14px;
  line-height: 21px;
}

.steps-register {
  display: flex;
  margin: 20px 0 30px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.steps-register .line {
  background-color: #eee;
  height: 3px;
  width: 65px;
  border-radius: 25px;
}

.steps-register .line.active {
  background-color: #5db5b3;
}

.account-form h6.text-theme {
  color: #5db5b3;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.account-form h6.hint-text {
  color: #555;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

.loginSection .account-form .form-group {
  margin: 0px 0;
}

.header-register {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  align-items: center;
}

.bottom-part-register {
  position: absolute;
  bottom: 10px;
  padding: 40px;
  width: 100%;
}

.bottom-part-register .social-links,
.social-links-login {
  gap: 30px;
  font-size: 29px;
  display: flex;
  justify-content: end;
  margin-top: 50px;
}

.social-links-login {
  padding: 10px 0px;
  justify-content: start;
  font-size: 21px;
  gap: 22px;
}

.social-links-login a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;

  &:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.bottom-part-register .social-links a,
.social-links-login a {
  color: #fff !important;
}

.loginSection .login-text-part {
  width: 80%;
}

.bottom-part-register img {
  margin-bottom: 15px;
}

.confirmation-code {
  display: flex;
  margin: 20px 0 40px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.confirmation-code-disable {
}

.confirmation-code-disable .digit-disable,
.confirmation-code-disable .digit-disable:disabled {
  width: 80px;
  background-color: #e6feff !important;
  border: 2px solid #1cb8c2 !important;
}

.confirmation-code .form-control {
  text-align: center;
  padding: 10px 0 !important;
  font-size: 20px !important;
}

.confirmation-code .form-control:focus {
  border: 2px solid #0d9fb0 !important;
}

.countdown-container {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  color: #777;
}

.countdown-container span {
  color: #5db5b3;
}

.countdown-container span b {
  margin: 0 4px;
}

.accept-policy-section {
  font-size: 13px;
  margin: 10px 0;
  color: #555;
}

.accept-policy-section input[type="checkbox"] {
  width: 26px;
  height: 17px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.accept-policy-section a {
  margin: 0 2px;
  color: #5db5b3 !important;
}

.forget-password {
  text-align: end;
}

.forget-password.back-to-login {
  font-size: 13px;
}

.forget-password a {
  color: #5db5b3 !important;
  font-size: 14px;
  margin: 7px 5px;
  display: block;
  text-decoration: none;
}

.forget-password.back-to-login a {
  display: inline-block;
  margin: 1px 1px;
}

.loginSection .account-form .form-control {
  border-radius: 5px;
  background-color: #fff;
  min-height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebf0f6;
  padding: 10px 20px;
  color: #111;
  border: 1px solid #ccc;
}

.language-icon {
  margin-bottom: 10px;
}

.header-register .language-icon {
  margin-bottom: 0;
}

.header-register .if-has-account {
  color: #fff;
}

.header-register .if-has-account .btn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 4px;
}

.language-icon a {
  color: #fff !important;
  font-family: "Segoe UI" !important;
  font-weight: 600;
  cursor: pointer;
}

.reset-password {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 70px);
}

.loginSection .reset-password .account-form {
  width: 460px;
}

.header-reset {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  align-items: center;
}

.header-reset .language-icon {
  margin-bottom: 0;
}

.btn-checkbox {
  position: relative;
}

.btn-checkbox > input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.btn-checkbox > input + .btn-checkbox-container {
  display: flex;
  align-items: start;
  gap: 15px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
}

.btn-checkbox > input + .btn-checkbox-container > img {
}

.btn-checkbox > input + .btn-checkbox-container .text-check {
}

.btn-checkbox > input + .btn-checkbox-container .text-check h6 {
  font-size: 13px;
  margin-top: 7px;
  color: #000;
  font-weight: 600;
}

.btn-checkbox > input + .btn-checkbox-container .text-check p {
  font-size: 13px;
  color: #999;
  margin-bottom: 5px;
}

.btn-checkbox > input:checked + .btn-checkbox-container {
  background-color: #1cb8c2;
}

.btn-checkbox > input:checked + .btn-checkbox-container .text-check h6 {
  color: #fff;
}

.btn-checkbox > input:checked + .btn-checkbox-container .text-check p {
  color: #fafafa;
}

@media only screen and (max-width: 767px) {
  .loginSection .no-mobile {
    display: none;
  }

  .loginSection .form-control {
    min-height: 50px;
  }
}

.new-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.Offer-title span,
.new-title span {
  position: relative;
}

.Offer-title span:after,
.new-title span:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  background-color: #5db5b3;
  bottom: -7px;
  transform: translate(-50%, -50%);
  left: 50%;
}

.card-new-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 22px;
}

.card-new-title.center-title {
  justify-content: center;
}

.card-new-title.large .new-title {
  font-size: 20px;
}

.card-new-title button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.loginSection .fxt-btn-fill,
.modal-action .btn-theme {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(to left, #006870, #5db5b3);
  padding: 12px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.loginSection .fxt-btn-fill.defult-btn {
  background: #777;
  margin: 10px 0;
}

.resend-code-btn {
  display: none;
  text-align: center;
}

.resend-code-btn .btn {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(to left, #006870, #5db5b3);
  padding: 12px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-loading {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
}

.page-loading:before {
  content: "";
  left: 0;
  right: unset;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 9998;
  background-color: #000;
  opacity: 0.25;
}

.page-loading img {
  transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  right: unset;
  top: 50%;
  position: fixed;
  z-index: 9999;
  width: 100px;
}

.notifyjs-bootstrap-base {
  background-size: 30px;
  min-width: 370px;
  position: relative;
}

.notifyjs-bootstrap-warning {
  color: #b3aa08;
}

.notifyjs-bootstrap-warning:before {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 900;
  position: absolute;
}

.notifyjs-bootstrap-warning:before {
  right: 11px;
}

.notifyjs-bootstrap-base {
  direction: rtl;
  padding-right: 37px !important;
  background-position: right !important;
}

.notifyjs-bootstrap-danger {
  background-color: #ffc8c8;
  color: #af0000;
  border: none;
}

.notifyjs-bootstrap-danger:before {
  content: "\f05e";
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 900;
  position: absolute;
}

.notifyjs-bootstrap-warning:before,
.notifyjs-bootstrap-danger:before {
  right: 11px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e8e8e8 !important;
  cursor: no-drop;
}

.password-check {
  position: relative;
}

.password-check ul {
  position: absolute;
  z-index: 9;
  background-color: #f8f8f8;
  box-shadow: 0 0 3px #777;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 5px 5px;
}

.password-check ul:after {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 17px;
  top: -18px;
  font-size: 21px;
  color: #cdcdcd;
}

.password-check ul li {
  font-size: 13px;
  position: relative;
  padding-inline-start: 20px;
}

.password-check ul li:before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
}

.password-check ul li.sucsess {
  color: #1f7f2f;
}

.password-check ul li.sucsess:before {
  content: "\f058";
}

.iti__flag-container .iti__selected-flag {
  gap: 2px;
}

.iti__selected-flag {
  cursor: not-allowed;
}

.iti__country-list {
  display: none;
}

@media (max-width: 992px) {
  .confirmation-code {
    gap: 10px;
  }

  .loginSection {
    background-image: none;
  }

  .loginSection .account-form {
    padding: 15px;
  }

  button.nafaz-btn,
  .nafaz-btn,
  .loginSection .grid-full-page .account-form {
    width: 100%;
  }

  .account-form h6.hint-text {
    margin-bottom: 25px;
  }

  .notifyjs-bootstrap-base {
    max-width: 90%;
    min-width: 90%;
    white-space: unset;
  }
}
