#js-progress-container {
	width: 100%;
	height: 4px;
	background: var(--secondary-200);
}

#js-progress-bar {
	height: 100%;
	width: 0%;
	background: #AEB9E1;
	transition: width 0.1s ease-out;
}
