/* Fix for cutoff placeholder text - https://github.com/select2/select2/issues/291 */
.select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:not([placeholder='']) {
    width: 100% !important;
    margin-right: 100000px;
}
