.selection {
    display: block!important;
    height: 100%;
}
.select2-container--default .select2-selection--multiple {
    border: none;
    background: transparent;
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4D73FC;
    border: none;
    color: white;
    font-weight: bold;
    margin-top: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}
