.filter-sections .filter-sections-list .form-check{
	display: flex;
	align-items: center;
	margin: 0px;
}
.filter-sections .filter-sections-list .form-check:hover .form-check-label{
	background-color: #f9f9f9;
}
.filter-sections .filter-sections-list .form-check:last-child{
	border-bottom-width: 0px;
}
.filter-sections .filter-sections-list .form-check:first-child .form-check-label{
	font-weight: bold;
}
.filter-sections .filter-sections-list .form-check-label{
	width: 100%;
	padding: 5px 0px 3px 5px;
}
.filter-sections .badge-new-feature{
	position: absolute;
	top: -12px;
	right: -30px;
	border: 1px solid #4c9c6d;
}