[data-bs-theme="dark"] svg .highcharts-title, .highcharts-axis-labels {
    fill: #D6D7E3 !important;
}
[data-bs-theme="dark"] svg text{
    fill: #D6D7E3 !important;
}
[data-bs-theme="dark"] svg .highcharts-subtitle {
    fill: #b9b9b9 !important;
}
[data-bs-theme="dark"] svg .highcharts-background {
    fill: #141824 !important;
}
[data-bs-theme="dark"] svg .highcharts-tooltip path {
    fill: #141824 !important;
}

[data-bs-theme="dark"] svg .highcharts-grid-line {
    stroke: #646464 !important;
}

[data-bs-theme="dark"] svg .highcharts-plot-line {
    stroke: #D6D7E3 !important;
}

[data-bs-theme="dark"] svg .highcharts-button-box {
    fill: #141824 !important;
}

