p {
	margin-bottom: 15px !important;
}

.checkbox-wrapper {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
}

.checkbox-wrapper input {
	cursor: pointer;
}

.checkbox-wrapper .checkbox-bg {
	transition: opacity 0.2s ease-in-out;
}

.filter-container {
	transition: border-color 0.2s ease-in-out;
}
