.button--filter {
	width: auto;
	height: inherit;
	cursor: pointer;
	border: 1px solid var(--color-table-grey);
	background-color: var(--color-table-grey);
	color: var(--color-dark-grey);
}


/*Select2*/
.select2-container--default .select2-selection--single {
	padding: calc(var(--universal-gap) / 2.2) !important;
	border: 1px solid var(--color-table-grey) !important;
	color: var(--color-dark-grey) !important;
	border-radius: 0 !important;
	min-height: 35px !important;
}

.select2-container .select2-selection--single {
	height: fit-content;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translate(-50%, -50%);
	width: 24px !important;
	height: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
	display: block;
	content: var(--expand) !important;
	font-family: var(--ff-icon-font) !important;
	font-size: var(--fs-3);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;	
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--color-light-grey) !important;
	color: var(--color-dark-grey) !important;
}
