@charset "utf-8";

.border-btm {
	border-bottom: 2px solid var(--user-color);
}
.progressbar .item.active {
	background: #97d388;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #97d388;
}
