.views-exposed-form {
    display: flex;
    justify-content: center;
    height: 38px;
    margin-top: 50px;
}

.views-exposed-form .js-form-item {
    width: 300px;
    position: absolute;
    margin-right: 0;
}

.select2-container--default .select2-selection--multiple {
    height: 38px;
    border: 1px solid #dddddd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #480862 !important;
    border: 0 !important;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
    border-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #480862 !important;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgb(204, 204, 204) !important;
    border-radius: 5px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 24px !important;
    margin-top: 7px !important;
}