.country select {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ddd;
  font: inherit;
  outline: 0;
  max-width: 150px;
}

.country select option {
  background: #171a1f;
}
