.popup_progress_box{
	max-width: 300px;
	width: 100%;
	margin: 0 auto 15px;
}
.counter{
	font-size: 40px;
	text-align: center;
	
}
.loading_bar_container{
	width: 100%;
	background: lightgray;
	height: 25px;
	border-radius: 15px;
	overflow:hidden;
}
.loading_bar_container>div{
	background: orange;
	height: 25px;
	border-radius: 15px;
}
.loading_bar{
	width: 0%;
}
