
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #41b883 !important;
    border: 1px solid #41b883 !important;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #c30d23 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #cccccc !important;
    padding: 0 0.75rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

@media(max-width: 767px) {
    .select2-container {
        width: 100% !important;
    }
}
