.iti__country-container {
  right: auto !important;
  left: 0 !important;
}
.iti__selected-country-primary {
  direction: ltr !important;
  gap: 10px !important;
}

wide.form-row-password {
  display: none !important;
}

/* 
  1. Base/desktop default
  2. Tablet (medium screens)
  3. Mobile (small screens)
*/

/* 1. Base/Desktop styles */
.wd-side-hidden {
  --wd-side-hidden-w: 445px !important;
}

/* 2. Tablet breakpoints (example: <= 1024px) */
@media (max-width: 1024px) {
  .wd-side-hidden {
    --wd-side-hidden-w: 300px !important;
  }
}

/* 3. Mobile breakpoints (example: <= 767px) */
@media (max-width: 767px) {
  .wd-side-hidden {
    --wd-side-hidden-w: 300px !important;
  }
}
.iti__selected-country-primary {
  gap: 3px !important;
}

.iti__selected-country {
  background: #f000 !important;
}
.wd-col.col-register-text {
  display: none !important;
}
#customer_login {
  --wd-col-lg: 1 !important;
}
.wd-dropdown-register {
  width: 450px !important;
}
.wd-login-title {
  display: none !important;
}

.awp-phone-badge.not-verified {
  display: flex;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 6px;
  white-space: nowrap;
  line-height: 18px;
  background: #ffe7e7;
  margin-top: 15px;
}
.awp-phone-badge.verified {
  display: flex;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 6px;
  white-space: nowrap;
  line-height: 18px;
  color: #1d784a;
  background: #E0FAEC;
  margin-top: 15px;
}