.select2 .select2-container .select2-container--default .select2-container--below {
    width: 100% !important;
}

.select2-search__field {
    width: auto;
}

.select2-selection.select2-selection--multiple {
    max-height: 100px;
    overflow-y: scroll;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
    min-width: 100px;
}

/* fix bug select2 multiple placeholder */
.select2-search--inline {
    display: contents;
    /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
    width: 100% !important;
    /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px !important;
    margin-left: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: initial!important;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 3px!important;
    font-size: 10.5px!important;
    font-weight: bold!important;
    margin: -1px 2px!important;
    background-color: #FFF;
    border: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin: 1px 0 0 5px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 1px!important;
}

.select2-selection.select2-selection--multiple {
    max-height: 70px!important;
    overflow-x: hidden!important;
}

.select2-selection__choice:hover{
    background-color: #4582EC!important;
    /* background-color: #052440!important; */
    color: #fff!important;
}

.select2-results__option {
    padding: 0px 5px;
    font-size: 11px;
    /* border: 1px solid #eee; */
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
    overflow-x: hidden!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    text-align: left!important;
}

.select2-dropdown.select2-dropdown--below{
    border: 1px solid #939393;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,0.1);
}

.select2-selection__rendered{
    font-size: 12px!important;
}