.codeby-form-fields .iti,
.soc-form__fields .iti {
  width: 100%;
}

.codeby-form-fields .iti__tel-input,
.soc-form__fields .iti__tel-input {
  width: 100%;
}

.iti__country-container {
  color: inherit;
}

.iti__selected-country {
  border-radius: inherit 0 0 inherit;
}

.iti__dropdown-content {
  z-index: 1050;
  color: #161a1d;
  background: #fff;
}

.iti__search-input {
  color: #161a1d;
  background: #fff;
}

.iti__country-name,
.iti__dial-code {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.iti__country-name {
  color: #161a1d !important;
}

.iti__dial-code {
  color: #626a73 !important;
}

.codeby-phone-error {
  margin-top: 6px;
  color: #ff7777;
  font-size: 13px;
  line-height: 1.35;
}

input[name="phone"][aria-invalid="true"] {
  border-color: #ff7777 !important;
  box-shadow: 0 0 0 1px rgba(255, 119, 119, 0.2);
}

@media (max-width: 460px) {
  .iti--fullscreen-popup {
    z-index: 1100;
  }
}
