.select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select2-selection--multiple .select2-search--inline {
    flex: 1 1 auto;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: .25rem;
}
