
/* Themify Custom CSS */
/* PROGRESS BAR */
.module-progressbar .tb-progress-bar {
	height: 15px !important;
	background-color: #fff !important;
	margin-bottom: 3.65em !important;
}
.module-progressbar .tb-progress-bar .tb-progress-bar-bg {
	height: 15px !important;
}
.module-progressbar .tb-progress-bar .tb-progress-bar-label {
	text-transform: none !important;
}
.module-progressbar .tb-progress-tooltip {
	background-color: #084073;
	color: #fff;
	font-weight: 500;
	min-width: 65px;
	min-height: 30px;
	text-align: center !important;
	line-height: 30px;
	bottom: 100% !important;
	margin-bottom: 17px;
	margin-right: -32.5px;
}
.module-progressbar .tb-progress-tooltip:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	border: 7px solid transparent;
	border-top-color: #084073;
	transform: translateX(-50%);
}