.language-select .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.language-select .select2-container--default .select2-selection--single .fa-globe {
    color: #757575;
}
.language-select .select2-selection:focus,
#select2-language-select-container:focus,
#select2-language-select-mob-container:focus{
    outline: none;
}
.language-select .select2-container--default
.select2-selection--single .select2-selection__arrow b{
    margin-top: 0;
    top: 20%;
}
#select2-language-select-results {
    max-height: calc(100vh - 45px);
    background-color: #fff;
}
#select2-language-select-mob-results {
    background-color: #fff;
}
#select2-language-select-results li:hover,
#select2-language-select-results
.select2-results__option--highlighted[aria-selected],
#select2-language-select-mob-results
.select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #313337;
}
#select2-language-select-results
.select2-results__option[aria-selected=true],
#select2-language-select-mob-results
.select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #000000;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    #select2-language-select-results {
        max-height: 200px;
    }
}