.messagingfilters .filter-section {
	border-top: 1px solid #dee2e6;
	margin-top: 10px;
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.messagingfilters .filter-category-title {
	width: 80%;
}

.messagingfilters a:hover {
	text-decoration: none;
}

.messagingfilters .slider.slider-horizontal .slider-track {
	height: 5px;
}

.messagingfilters .plus-icon {
	background-image: url("https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/plus-icon.png");
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: contain;
}

.messagingfilters .filter-section .minus-icon, .messagingfilters .filter-section.collapsed .plus-icon {
	display: block;
}

.messagingfilters .filter-section .plus-icon, .messagingfilters .filter-section.collapsed .minus-icon {
	display: none;
}

.messagingfilters .minus-icon {
	background-image: url("https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/minus-icon.png");
	width: 15px;
	height: 1px;
	display: inline-block;
	background-size: contain;
}

.messagingfilters .filter-heading {
	font-weight: 400;
}

.messagingfilters .bg-slider {
	-webkit-appearance: none;
	width: 80%;
	margin: auto;
	height: 5px;
	background: black;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
	display: inline-block;
}

.messagingfilters .bg-slider:hover {
	opacity: 1;
}

.messagingfilters .bg-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: #19A4FD;
	cursor: pointer;
}

.messagingfilters .bg-slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	background: #19A4FD;
	cursor: pointer;
}

.messagingfilters .sliderResult {
	text-align: center;
}

.messagingfilters .indicators {
	max-height: 150px;
	overflow: scroll;
	flex-wrap: wrap;
	display: flex;
}