.select2-container--krajee .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--krajee .select2-selection {
    border: 1px solid #e2e2e4;
}

.has-success .select2-container--open .select2-selection, 
.has-success .select2-container--krajee.select2-container--focus .select2-selection{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.select2-container--krajee .select2-results__option.loading-results, .select2-container--krajee .load-more {
    font-style: italic;
    color: #a94442;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff url('/web/images/loading.svg') right 10px center no-repeat;
    background-size: 32px;
}

.select2-container--krajee-bs4 .select2-selection{
    box-shadow: none;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear {
    top: 0.5rem;
    right: 0.5rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    white-space: normal;
    margin-right: 0.375rem;
}

.select2-container .select2-search--inline .select2-search__field {
    /* background: blue !important; */
}

.select2-container .select2-search-field,
.select2-container .select2-input{
    width: 100% !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    color: #052906b8;
    background: #cae7cb;
    border: 1px solid #cae7cb;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin: 0.375rem 0 2px 0.375rem;
    padding: 0.05rem 0.275rem 0.15rem;
    font-size: 0.95rem;
    line-height: 1.3;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    white-space: normal;
    margin-right: 0.075rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
    text-shadow: none;
}

.input-sm .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
    border-width: 0.3rem 0.2rem 0 0.2rem;
}

.select2-container--open .select2-search__field{
    min-width: fit-content;
}

/* .select2-container .select2-selection__rendered {
    max-width: calc(100% - 1.3rem);
} */

.select2-container--krajee-bs4 .select2-results__option.loading-results, .select2-container--krajee-bs4 .load-more {
    background: #fff url(/web/images/loading.svg) right 0.625rem center no-repeat;
    background-size: 27px;
    background-position: right 10px top;
}