      .select2-container--default .select2-search--dropdown .select2-search__field {
    /* border: 1px solid #fddecb; */
    border:none;
  }
    .select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
        outline: none !important;
        border: none !important;
      }


  .select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
    font-size: 19px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*background-color: #f37022;*/
    background-color: #bbb;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    /*background-color: #fddecb;*/
    background-color: #bbb;
    color:black;
}

.img-loaded
{
  width: 42px;
  margin-bottom: 3px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    
    line-height: 30px;
    /*font-weight: bold;*/
    font-size: 16px;

}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    /*border: 0 !important;*/
    border-radius: 4px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


  .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #f9fafc !important;
}

 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*background-color: #f37022;*/
    background-color: #2196f3;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4e56ff;
    border-color: #c1d6ff;
    padding: 1px 10px;
    color: #fff;
}
