/* International phone input (intl-tel-input) — Malaysia & Singapore only */

.iti {
  display: block;
  width: 100%;
  /* Match the form inputs: the dial code and country list inherit this. */
  font-family: "Futura PT Book", "Noto Sans SC", "PingFang SC", "Microsoft YaHei",
    "Heiti SC", sans-serif;
}

.iti > input,
.iti > input[type="tel"] {
  width: 100%;
}

.iti__country-container {
  padding: 0;
}

.iti__selected-country {
  border-radius: 8px 0 0 8px;
}

.iti__selected-country-primary {
  padding: 0 4px 0 12px;
}

.iti__dropdown-content {
  z-index: 60;
  border-radius: 8px;
  text-align: left;
}
