.select2-container--default .select2-selection--multiple {
height: 50px;
border-radius: 0;
border-color: #000;
display: flex;
align-items: center;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
margin: 0;
margin-left: 11px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
height: 100%;
}
.new-lead br {
display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
font-family: Red Hat Display;
}
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: #000;
}