.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: #405189 !important;
}



.select2-container .select2-selection--single {
    height: 35px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 35px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px !important;
}