.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;
}

/* Inline search: move dropdown search into the selection container */
.select2-selection--searching {
    position: relative;
}
.select2-search--inline-moved {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.select2-search--inline-moved .select2-search__field {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 8px !important;
    font-size: 16px;
    box-sizing: border-box;
}