.highcharts-color-white text {
    fill: rgba(255, 255, 255, 0.7) !important;
}

.highcharts-legend.highcharts-no-tooltip text {
    fill: #fff !important;
}

.highcharts-title {
    font-style: italic;
    fill: rgba(255, 255, 255, 0.75) !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14px !important;
}

.highcharts-credits {
    display: none !important;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.legend-item-circle{
    color: white;
}

.chart-div{
    height: 410px!important;
}

.charts-tab-head {
    display: flex;
    flex-basis: content;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px 8px 0 0;
    font-size: 0;
}
.charts-tab-head-icon {
    margin-right: 18px;
}
.charts-tab-head li {
    display: flex;
    padding: 12px 30px 12px 30px;
    flex-grow: 1;
    border-right: 1px solid rgba(180, 180, 180, 0.3);
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    align-items: center;
}
.charts-tab-head li:before {
    content: '';
    height: 8px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    border-radius: 25px 25px 0 0;
    background: #015D97;
    opacity: 0;
}
.charts-tab-head li:last-child {
    border-right: none;
}
.charts-tab-head li.active, .charts-tab-head li:hover {
    background: #015D97;
    border-radius: 0;
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.1);
}
.charts-tab-head svg path {
    stroke: white;
}

.charts-tab-head li.active:before,
.charts-tab-head li:hover:before {
    opacity: 1;
}
