#crba1_anonimo{
	height: 0;
	width: 0;
	visibility: hidden;
}

#crba1_anonimo_label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 22px;
	background: slategrey;
	display: block;
	border-radius: 100px;
	position: relative;
}

#crba1_anonimo_label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 3.5px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.newc:after {
	right: calc(100% - 5px);
	transform: translateX(+120%);
}

.afterc:after {
  	right: calc(100% - 5px);
	transform: translateX(0%);
}
