.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #077bff;
    margin: 5px;

}

.select2-container--default .select2-selection--multiple span {
    color: #dc3545;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    display: block !important;
}