

.filter-wrapper {
	display: flex;
	align-items: flex-end;
	gap: 1%;
	font-family: "aaux-next", sans-serif;
	margin-top: 20px;
}

#consultantsResults figure {
	margin-top: 45px;
}

.filter-wrapper input, .filter-wrapper select, .filter-wrapper button {
	height: 52px;
}

.filter-wrapper select {
	padding-top: 0px;
	padding-bottom: 0px;
}

.filter-wrapper button {
	background-color: #10dac5;
}

.spinner {
	display: block;
	margin: 20px auto;
}

.no-results {
	text-align: center;
	margin: 20px auto;
}

.sortable {
	cursor: pointer;
}

.sortable.active {
	color: #10dac5;
}

.sortable img {
	height: 15px;
	width: auto;
	transform: translateY(4px);
}