.select2-container--default .select2-selection--single {
  background-color: #2b2b2b;
  border: 1px solid #444;
  color: #eee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #eee;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #888;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent transparent;
}

.select2-container--default .select2-selection--multiple {
  background-color: #2b2b2b;
  border: 1px solid #444;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3a3a3a;
  border: 1px solid #555;
  color: #eee;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #666;
  color: #aaa;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #555;
  color: #fff;
}

.select2-dropdown {
  background-color: #1e1e1e;
  border: 1px solid #444;
  color: #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #2b2b2b;
  color: #fff;
  border: 1px solid #555;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #555;
  color: #fff;
}
.select2-container--default .select2-results__option--selected {
  background-color: #333;
  color: #fff;
}
