body {
	font-family: Roboto;
}

.barfiller {
	width: 100%;
	height: 4px;
	background: #eee;
	position: relative;
	margin-bottom: 10px;
}

.barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background: #171717;
	z-index: 1;
}

.barfiller .tipWrap {
	display: none;
}

.barfiller .tip {
	margin-top: -30px;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	left: 40%;
	position: absolute;
	z-index: 2;
	background: #ee4e27;
	display: none;
}

.single-bar-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-bar-item h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
}

.bar-parcentage {
	font-size: 16px;
	font-weight: 600;
}
