.phone-login {
  width: 100%;
}

.iti--container {
  z-index: 9999;
}
* {
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}

.iti--inline-dropdown .iti__dropdown-content {
  background-color: #0f0f0f;
  border-color: #999999;
  color: #fff;
}

.iti__search-input {
  background: #000;
  border-bottom: 1px solid #999999;
  color: #fff;
}
