.select2-selection--multiple {
    padding-bottom: 0 !important;
}

.select2-selection__clear {
    padding-left: 5px !important;
    /* color: red;  */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 20px !important;
    background-color: #898989 !important;
    margin-top: 7px !important;
    padding-bottom: 2px !important;
}

.select2-selection__choice__remove {
color: white !important;
margin: 0 !important;
padding-left: 5px !important;
}

.select2-selection__choice__remove:hover {
    color: white !important;
    margin: 0 !important;
    background-color: #595959 !important;
    }
