.forecast-chart {
    margin-bottom: 100px;
}
.forecast-chart .highcharts-grid-line {
    stroke: #e7ecef;
}
.forecast-chart .highcharts-tick {
    stroke: rgba(0, 0, 0, 0);
}
.forecast-chart .highcharts-legend-title {
    width: 100%}
.forecast-chart .highcharts-legend-title span {
    position: relative;
    border: 1px solid red;
    width: 100%}
.forecast-chart .highcharts-legend-item {
    text-align: center;
    position: relative;
}
.forecast-chart .highcharts-legend-item.highcharts-color-0 span {
    border-bottom: 1px solid #22b685;
}
.forecast-chart .highcharts-legend-item.highcharts-color-1 span {
    border-bottom: 1px solid #0d6eb1;
}
.forecast-chart .highcharts-legend-item.highcharts-color-2 span {
    border-bottom: 1px solid #a85598;
}
.forecast-chart .highcharts-legend-item span {
    display: block;
    font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-size: 20px !important;
}
.forecast-chart .highcharts-legend-item .highcharts-graph {
    display: none;
}
.forecast-chart .highcharts-tooltip {
    background: none;
    padding: 0px;
}
.forecast-chart .highcharts-tooltip span {
    background: none;
    padding: 0px;
}
.forecast-chart .highcharts-tooltip .tooltip-container {
    color: #fff;
    padding: 10px;
    min-width: 155px;
    width: auto;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    min-height: 45px;
}
.forecast-chart .highcharts-tooltip .tooltip-container small {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
}
@media print, screen and (min-width: 48em) {
    .forecast-chart {
    padding: 0 50px;
}
}

.highcharts-axis-labels text {
	font-family: "Poppins", sans-serif !important;
}