
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: none !important;
    background-color: var(--vnix-white-field);
    font-weight: 400;
}

.select2-dropdown {
    background-color: white;
}
