.scrollbar-thin {
  scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
  height: 6px;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: rgba(145, 155, 74, 0.5);
  border-radius: 9999px;
}
.dark .iti__country-list {
  background-color: #0b0b0b;
  color: #e5e7eb;
}
.dark .iti__country-list .iti__country-name,
.dark .iti__country-list .iti__dial-code {
  color: #e5e7eb;
}
.dark .iti__country.iti__highlight,
.dark .iti__country:hover {
  background: #1f2937;
}
.dark .iti__search-input {
  background: #111827;
  color: #e5e7eb;
  border-color: #374151;
}
.iti__country-list {
  background: #fff;
  color: #111827;
}
.iti__country.iti__highlight,
.iti__country:hover {
  background: #f3f4f6;
}
.iti__search-input {
  background: #fff;
  color: #111827;
  border-color: #e5e7eb;
}
.iti__flag {
  transform: scale(0.9);
  transform-origin: left center;
}
.iti {
  display: block;
  width: 100%;
}
.iti input {
  width: 100%;
}
