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

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #0075c2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #ffffff;
    border-right: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: #0075c2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding: 0.5rem;
    color: white;
}
.select2-container {
    width: 100% !important;
    font-size: 0.875rem !important;
    
}