.select2-selection {
    border-top:none !important;
    border-left: none !important;
    border-right:none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid black;
}

.select2-search {
    border-radius: 0;
}

.select2-search__field {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.select2-results__option--selected {
    background-color: #ebeef0 !important;
}

.select2-results__option {
    border: none !important;
}

.select2-selection__choice__remove {
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0 !important;
    background-color: white !important;
    border: none !important;
}

.select2-results__option--highlighted {
    color: black !important;
}