.chart-bar-front {
	background-color: orange;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.chart-bar {
	background-color: #ebf1f4;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 250px; 
}

.chart {
	font-size: 12px;
}

.chart-left {
	min-width: 55px;
}

.chart-right {
	justify-content: flex-end;
	text-align: right;
	width: 40px
}

.chart-group {
	display: flex;
	flex-direction: row;
	color: black;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}