/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.checkbox-style:checked+.checkbox-style-3-label::before,
.radio-style:checked+.radio-style-3-label::before {
	content: "\e92b";
	font-family: 'lined-icons';
	background: #95C11F;
	color: #FFF;
}

.btn-check:checked+.btn-outline-secondary {
	background-color: #95C11F !important;
}