/* your styles go here */
.select2-selection--single {
  height: 100% !important;
}
.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}
.select2-results .select2-highlighted {
    background: #ff3f3f !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: #ff3f3f;
     color: #fff; 
}