/* region select */
select.select-autowidth + span.select2.select2-container {
    width: auto !important;
}
select.select-autowidth + span.select2.select2-container span.select2-selection__rendered {
    padding-right: 35px;
}
select.select-normalwidth + span.select2.select2-container {
    min-width: 200px;
}

/* Multiple : */
span.select2-container li.select2-results__option[aria-selected="true"][id]:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*color: rgb(26, 188, 156);*/
    margin-right: 8px;
}
/* endregion select */

span.select2-container li.select2-results__option[aria-selected="true"]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #FAEED1;
    background-color: #39444e;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #FAEED1;
    border: 1px solid #39444e;
    color: #39444e;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #39444e;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #040D12;
}