.acgProgressBar
{
	background-color:rgb(255,255,255);
	width:100%;
	height:6px;
	border-radius:5px;
	jmax-width:320px;
	margin:auto;
	box-shadow:rgb(0 0 0 / 40%) 0px 2px 10px 0;
}

.acgProgressBarBackgroundBar
{
	background-color:rgb(200,64,64);
	height:100%;
	border-radius:5px;
}

.acgProgressText
{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.5em;
	color:rgb(57,0,125);
}
