@import url("/Assets/plugins/highcharts/css/highcharts.css");

[data-layout-mode="dark"] body {
    --highcharts-background-color: #212529;  
}

.highcharts-container {
    position: relative;
    font-family: "Poppins", sans-serif;
}
.gauge .highcharts-grid-line {
    stroke: #e6e6e6 transparent !important;
    stroke-width: 0px;
    fill: none;
}

.gauge .highcharts-gauge-series .highcharts-data-label-box {
    fill: none;
    stroke: none;
}
.gauge .highcharts-plot-band  {
    fill: #D0D0D0;
    fill-opacity: 1; 
}
