.range-slider .irs--big .irs-bar {
	top: 30px;
	height: 4px;
	background: #656f84;
	border: 1px solid rgba(101, 111, 132, 0.49);
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.range-slider .irs--big .irs-line {
	top: 30px;
	height: 4px;
}
.range-slider .irs--big .irs-handle {
	width: 16px;
	height: 16px;
	background: #656f84;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.range-slider .irs--big .irs-handle:hover {
	background: #848ea4;
}
.range-slider .irs--big .irs-grid-pol {
	background-color: #c7c7c7;
}
.range-slider .irs--big .irs-grid-text {
	color: #a6a6a6;
}
.range-slider .irs--big .irs-from,
.range-slider .irs--big .irs-to,
.range-slider .irs--big .irs-single {
	background: #656f84;
	border-radius: 0;
}

.form-select.chosen-container .chosen-results li.highlighted {
	background: #656f84;
}

.row.language {
	gap: 8px;
	margin: 0;
	font-size: 14px;
}
.row.language > .col {
	padding: 0;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: calc(50% - 4px);
}
.row.language button.btn {
	font-size: inherit;
	height: 100%;
}
.row.language .btn-primary {
	--bs-btn-bg: #656f84;
	--bs-btn-border-color: #656f84;
	--bs-btn-hover-bg: #777f91;
	--bs-btn-hover-border-color: #777f91;
	--bs-btn-active-bg: #656f84;
	--bs-btn-active-border-color: #656f84;
}
/*# sourceMappingURL=sidebar.css.map */