
.progress-bar {
	padding: 30px 20px;
	border-bottom: 1px solid #ccc;
	margin: 0 -20px;
	display: flex;
	flex-flow: column;
}
.progress-bar .progress_bar {
	width: 100%;
	height: 15px;
	background-color: #efefef;
	border-radius: 10px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	position: relative;
	overflow: hidden;
}
.progress-bar .progress_bar .total-progress {
	position: absolute;
	height: 100%;
	background-color:  #648ad1;
	transition: .2s width ease-in-out;
}
.progress_status {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .5px;
	padding-bottom: 10px;
	color: #648ad1;
}