.iti-mobile {
  z-index: 777;
}
.iti-mobile .iti--container {
  top: 66px;
  bottom: 75px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--Neutrals-300);
  background-color: var(--Neutrals-700);
}
.iti-mobile .iti__country-list {
  background-color: var(--Neutrals-800);
  border: 0;
}
.iti-mobile .iti__divider {
  border-color: var(--Neutrals-300);
}
.iti-mobile .iti__highlight {
  background-color: rgba(255, 255, 255, 0.08);
}