li.select2-selection__choice {
    font-size: small;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border: none;
    background: transparent;
}
.select2-container .select2-selection--multiple {
    border: none;
    background: transparent;
}

.select2-search__field::placeholder {
    font-size: 1.25rem;
    color: #0c84ff;
}