
.select2-selection.select2-selection--multiple {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
    overflow-x: hidden !important;
    
}
ul.select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
/* .select2-container .select2-selection .select2-search {
    width: auto;
    
} */
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 8px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
   width: auto;
}
.select2-container.elect2-container--open .select2-selection--multiple .select2-selection__rendered{
    width: 100%;
}
.select2-container .select2-search--inline .select2-search__field{
    
}
/* .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    @if(!empty($data['user_type']) && $data['user_type'] == 1)
        width: 120% !important;
        max-width: 120% !important;
    @endif
} */
@media only screen and (max-width: 480px) {
    .select2-container .select2-selection--multiple .select2-selection__rendered{
        overflow: scroll;
    }
    .select2-container .select2-search--inline .select2-search__field{
        margin-top: 0 !important;
    }
}