
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 0px;
    border-bottom: 1px;
    border-color: solid #ccc;
}

.select2 {
    background-color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: white !important;
    /* margin-top: 0px !important; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{
    display: none !important;
}

.select2-selection--multiple {
    height: auto;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #0078d7 !important;
    color: black;
}

span.select2-selection.select2-selection--multiple.form-control {
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0;
}