.select2-selection.select2-selection--single {
  height: 46px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: #a4a1a1;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: rgba(134,134,134,.3);
  color: #d5d1d1;
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  border-radius: 4px;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #a4a1a1;
  padding-left: 0;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.select2-container .select2-dropdown {
  border-color: #3C3939;
  background-color: #1C1818;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 46px;
  vertical-align: middle;
  display: inline-block;
  color: #a4a1a1;
  max-width: 100%;
  width: 100%;
  border: 1px solid #868686;
  padding: 0 10px;
  background: rgba(134,134,134,.3);
  color: #d5d1d1;
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #3C3939;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #1e9823;
  color: #fff;
}

.select2-container.select2-container--default .select2-results__option {
  color: #fff;
}
