.codicts-voxel-form-summary-widget
{
	color: var(--e-global-color-text);
	display: none;
}
.codicts-voxel-form-summary-widget .cvfsw-step {
	padding: 5px 0;
	opacity: 0.5;
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-label,
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items {

}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items {
	display: none;
}
.codicts-voxel-form-summary-widget .cvfsw-step.cvfsw-active {
	opacity: 1;
}
.codicts-voxel-form-summary-widget .cvfsw-step.cvfsw-active .cvfsw-items {

}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-label label {
	font-size: 14px;
	font-weight: 600;
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-label  a {
	width: 100%;
	display: block;
	color: var(--e-global-color-text);
	cursor: default;
}
.codicts-voxel-form-summary-widget.clkb .cvfsw-step .cvfsw-label  a {
	cursor: pointer;
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items ul {
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items ul li {
    padding: 5px 0;
	position: relative;
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items ul li::before {
	content: "";
    width: 10px;
    height: 10px;
    border: 1px solid var(--ts-shade-2);
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: var(--e-global-color-text);
}
.codicts-voxel-form-summary-widget .cvfsw-step .cvfsw-items ul li a span {
	font-size: 14px;
}
