.select2-container--default .select2-selection--multiple .select2-selection__choice{
        background-color: #405189!important;
        border: none!important;
        color: #fff;
        border-radius: 3px!important;
        padding: 3px!important;
        margin-top: 6px!important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove{
        color: #fff!important;
        margin-right: 7px!important;
        border-color: #536295!important;
        padding: 0 8px!important;
        top: 3px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 36px!important;
    padding-right: 5px!important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff!important;
    background-color: #142a74!important;
}