.select2-container--bootstrap4 .select2-selection {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    width: auto !important;
    min-width: 15rem !important;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(1.5em + 2.75rem + 5px) !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0.8rem !important;
    line-height: 1.2rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 1px;
    margin-left: 3px;
    font-weight: 700;
    color: #FF0000 !important;
    border: none !important;
    background: transparent !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0;
    padding-right: .3rem;
    margin-top: calc(0.475rem - 2px);
    margin-right: 0rem;
    margin-left: 0.3rem;
    color: #495057;
    cursor: pointer;
    border: 1px solid #bdc6d0 !important;
    border-radius: .2rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    top: 0;
    right: 0.3em;
    float: none;
    margin-right: 0px;
    color: white;
    font-weight: bolder;
    font-size: 2rem;
    background-color: #FF0000;
    padding: 2px;
    border-radius: 5px;
}