.footer_bgcolor{
	background-color: rgb(0, 0, 0);
}
.footer_color{
	color: rgb(183, 183, 183);
}
.footer_color .inputbox_inside_icon{
	color: rgb(0,0,0);
	font-size: 1.25rem;
}
.footer_border_top{
	border-top: 1px solid rgba(255,255,255,.5);
}
.footer_bottom_item{
	border-right: 1px solid rgba(255,255,255,.5);
}
.footer_bottom_item:last-child{
	border-right: 0px;
}
.footer_color .link{
	color: rgb(180,180,180);
}
.footer_color .link:hover{
	color: rgb(225,225,225);
}
.footer_color .link:active{
	color: rgb(255,255,255);
}
.footer_title{
	color: rgb(255,255,255);
	font-weight: 900;
}
.footer_style .checkbox_element .tickmark{
	border-color: rgb(255, 255, 255);
	border-width: 1.5px;
}
.footer_style .checkbox_control input:checked ~ .tickmark {
    background-color: transparent;
    border: 1px solid rgb(255,255,255);
}
.footer_style .checkbox_element .tickmark:after{
	border-color: rgb(255, 255, 255);
	left: 6px;
    top: 2px;
}
.footer_style .tickmark{
	background-color: transparent;
}
