.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    background-color: #ebebeb;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--krajee.select2-container--open .select2-dropdown {
    border-color: #c5c5c5;
    padding: 0 15px 15px 15px;
    border-radius: 0;
}

.select2-container--krajee .select2-search--dropdown {
    padding: 10px 0;
}

.select2-container--krajee li.select2-results__option {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.select2-container--krajee li.select2-results__option.select2-results__option--highlighted {
    color: #01679e;
    background-color: #e5f0f5;
    padding-left: 15px;
}

.select2-container--krajee li.select2-results__option[aria-selected=true] {
    color: #01679e;
    background-color: #e5f0f5;
    padding-left: 15px;
}


.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #ecedee;
}

.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #1ccc78;
}

.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #1ccc78;
}

.select2-container--krajee .select2-results > .select2-results__options::-webkit-resizer {
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected] {
    font-size: 14px;
}

.select2-container--krajee-bs3 .select2-selection {
    border-radius: 0 !important;
}

.select2 .select2-selection--single {
    height: 40px !important;
}

.select2 .select2-selection__arrow {
    height: calc(100% - 1px) !important;
}

.select2-container--krajee-bs3 .select2-selection--single {
    padding: 10px 25px 10px 12px !important;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear,
.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    top: 11px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}

.select2-container--krajee-bs3 .select2-selection--single {
    line-height: 1.628571;
}

.select2 .select2-selection--single {
    overflow: hidden;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    padding: 0 !important;
    margin: 3px 3px 0 0 !important;
    text-transform: none;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    float: none !important;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
    padding: 0 17px 0 3px !important;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    right: 5px !important;
    top: 3px !important;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 1px !important;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 10em !important;
}