.select2-results__option .wrap:before{
    font-family: 'Font Awesome 5 Free';
    content:"\f0c8";
    margin-right: 3px;
    color: lightgray;
}

.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
    color: #4582EC;
}

.select-all{
    margin-left: 5px;
}

.select-all:hover {
    cursor: pointer;
}

.select2-container--default .select2-results>.select2-results__options {
    margin-top: 4px;
}

.select2-search__field{
    font-size: 11px!important;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}