.country-code {
  margin-bottom: 15px;
  padding: 0 10px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  direction: ltr;
  text-align: left;
  appearance: auto;
  margin-right: 2px;
}

/* @media (min-width: 768px) {
  .country-code {
    margin-bottom: 26px;
  }
} */
.phone-number-wrapper {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .phone-number-wrapper {
    width: 100%;
  }
}

.country-code option {
  direction: ltr;
  text-align: left;
}

.phone-number-verify {
  flex-grow: 1;
  direction: ltr !important;
  text-align: left !important;
}

.countryCodeWrapper {
  display: flex;
  direction: ltr;
  width: 100%;
}

.verify-status {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.verify-status i {
  font-size: 20px;
  color: #4caf50;
}

.checkPhoneBtn {
  font-size: 13px !important;
  margin: 0 0 15px 8px !important;
}

#resendCode {
  margin-top: 0 !important;
}

label {
  font-weight: bold !important;
}

.section-title .ec-title {
  font-size: 20px;
}

.ec-register-wrapper .ec-register-container .ec-register-form label {
  font-size: 16px;
}
