.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #202022;
  color: #bfbfbf;
}

.selection .select2-selection.select2-selection--single {
  background-color: #202022;
  border: 1px solid #313135;
  border-radius: 4px;
  height: 50px;
}

#select2-countrySelect-container,
#select2-state-container {
  color: #bfbfbf;
  line-height: 50px;
}

.selection
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-results {
  background: #202022;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #202022;
  color: #bfbfbf;
}
.select2-container.select2-container--default.select2-container--open
  .select2-dropdown {
  background-color: #313135;
  border: 1px solid #313135;
}
