.select2-results__option[aria-selected=true] {
    font-weight: bolder;
}
.stm-multiple-select .select2-results__option {
     padding-right: 20px;
     vertical-align: middle;
 }
.stm-multiple-select .select2-results__option.select2-results__message:before{
    display: none;
}
.stm-multiple-select .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.stm-multiple-select .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #1bc744;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.stm-multiple-select .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.stm-multiple-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.stm-multiple-select .select-icon  .select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-search--inline .select2-search__field{
    line-height: inherit;
    height: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered input{
    padding-left: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered input::placeholder{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
}

