.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #bdbdbd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #fafafa !important;
	border-color: #bdbdbd !important;
	padding: 5px 10px;
	color: #666;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--red);
	margin-right: 5px;
}

