.select2-container--krajee-bs3 .select2-selection {
    border-radius: 0 !important;
    color: inherit !important;
    background-color: transparent !important;
}

.select2-container--krajee-bs3 .select2-selection--single {
    height: 38px;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    background-color: #F6F6F6;
    border: none;
    box-shadow: none;
    padding: 10px 24px 10px 12px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.select2-search--dropdown .select2-search__field {
    padding: 7px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 1px);
    display: none;
}

.select2-loader {
    display: none !important;
}

.select2-container--krajee-bs3 .select2-dropdown {
    border: none !important;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    margin-top: .3rem !important;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    background-color: #ffc219 !important;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    color: #333 !important;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    top: 50%;
    transform: translateY(-50%);
    right: 30px !important;
    padding-top: 5px;
}

.modal .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    right: 23px !important;
}

.has-error .select2-container--krajee-bs3 .select2-selection {
    border-color: #ffc219 !important;
}

.has-success .select2-container--krajee-bs3 .select2-selection {
    border-color: #ccc !important;
}

.has-flight-icon {
    display: flex;
    align-items: center;
}

.has-flight-icon:after {
    content: '';
    background: url(../../img/hotel/flight.svg) center no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    min-width: 20px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

@media (max-width: 767px) {
    .select2-container--krajee-bs3 .select2-results__option[aria-selected] {
        padding-left: 12px !important;
    }
}