.select2-container .select2-selection--multiple {
    min-height: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 0.7rem;
    font-weight: normal;
    margin-bottom: -1px;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #999;
    font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    line-height: 1.0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1.5;
}
