.iti,
.iti--container {
  --iti-hover-color: #303030;
  --iti-border-color: rgba(255, 255, 255, 0.18);
  --iti-dialcode-color: #b8c2d1;
  --iti-dropdown-bg: #202020;
  --iti-search-icon-color: #b8c2d1;
  --iti-arrow-color: #d7dde8;
  color-scheme: dark;
}

.iti__dropdown-content,
.iti__country-list,
.iti--fullscreen-popup .iti__dropdown-content,
.iti--fullscreen-popup .iti__country-list {
  background-color: #202020 !important;
  color: #f5f7fb !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.iti__country,
.iti__country-name,
.iti__selected-country,
.iti__selected-dial-code {
  color: #f5f7fb !important;
}

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

.iti__country.iti__highlight,
.iti__country:hover {
  background-color: #303030 !important;
  color: #fff !important;
}

.iti__search-input {
  background-color: #1f1f1f !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  caret-color: #fff;
}

.iti__search-input::placeholder {
  color: #9aa3af !important;
  -webkit-text-fill-color: #9aa3af !important;
  opacity: 1;
}
