.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered{
    flex-wrap: nowrap;
    gap: 10px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    display: none;
}