.select2-with-custom-tmpl-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #ececec !important;
}

.select2-with-custom-tmpl-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 10px;
}

.select2-with-custom-tmpl-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #ffffff;
}

.select2-with-custom-tmpl-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
    border: 3px solid #cccccc;
}

.select2-with-custom-tmpl-dropdown .select2-results > .select2-results__options {
    max-height: 350px;
}

.select2-with-custom-tmpl-container .selection > i {
    margin-right: 10px;
}

.select2-with-custom-tmpl-container .selection > span {
    font-size: 16px;
}