.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ececec !important;
    color: #8a8a8a !important;
    border: none !important;
    font-weight: bold !important;
    padding: 5px 15px !important;
    border-radius: 15px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffb9d3 !important;
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px !important;
    color: #8a8a8a !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d4d4d4 !important;
}