.highcharts-drilldown-axis-label, .highcharts-drilldown-data-label>text {
	fill: black !important;
	text-decoration: none !important;
	transition: transform 0.3s ease;
}

.highcharts-drilldown-axis-label:hover, .highcharts-drilldown-data-label>text:hover{
	fill: #bc072d !important;
	transform: translateX(-4px);
}

.highcharts-button-normal > text{
	fill: #bc072d !important;
}

.highcharts-button-hover > text:hover{
	fill: #bc072d !important;
	font-weight: bold !important;
}