.stepSelect-bar {
	width: 100%;
	max-width: 300px;
	height: 10px;
	background: #eee;
	margin: 0 0 25px 0;
}

.stepSelect-progress {
	min-width: 2px;
	height: 10px;
	background: green;
	transition: width 0.5s ease;
}

.show-selects .stepSelect-blocked {
	opacity: 0.25;
	cursor: not-allowed; 
}

.hide-selects .stepSelect-blocked {
	display: none !important;
}

.stepSelect-blocked * {
	pointer-events: none;
}

.stepSelect-open {
	
}