.step-active {
	border-color: #202020 !important;
	background-color: #202020 !important;
	color: #f1f1f1 !important;
}
.step-active-title {
	color: #202020 !important;
}
.step-active-desc {
	color: #6c6c6c !important;
}
.step-inactive {
	border-color: #e2e2e2 !important;
	background-color: #e2e2e2 !important;
	color: #878787 !important;
}
.step-inactive-title {
	color: #b8b8b8 !important;
}
.step-inactive-desc {
	color: #b8b8b8 !important;
}
.step-click {
	cursor: pointer !important;
}
.step-click:hover {
	transition-duration: 1s;
transition-property: filter;
	filter: brightness(0.8);
}