#patchdays-12m .apexcharts-xaxis text, #patchdays-12m .apexcharts-yaxis text {
    fill: var(--text-dark-color) !important;
}

#patchdays-12m .apexcharts-gridline, #correction-types .apexcharts-gridline {
    stroke: var(--text-dark-color) !important;
    stroke-opacity: 0.3 !important;
}

#patchdays-12m .apexcharts-grid .apexcharts-gridlines-horizontal line[x1][x2]:last-child {
    /* stroke-opacity: 1 !important; */
}

#patchdays-12m .apexcharts-grid .apexcharts-gridlines-vertical line[x1][x2]:nth-child(1),
#correction-types .apexcharts-grid .apexcharts-gridlines-vertical line[x1][x2]:nth-child(1) {
    stroke: var(--text-dark-color) !important;
    /* stroke-opacity: 1 !important; */
}

/* Make other grid lines non-visible */
#patchdays-12m .apexcharts-grid .apexcharts-gridlines-vertical line[x1][x2]:not(:nth-child(1)) {
    stroke: none !important;
}

/* #dashboard-overview .apexcharts-gridlines-vertical .apexcharts-xaxis-tick:first-child line {
    stroke: red !important;
    stroke-opacity: 0.3 !important;
} */

#chart-by-severity .apexcharts-pie-label {
    fill: var(--text-dark-color) !important;
    font-weight: 400 !important;
}

#correction-types .correction-apexcharts-label {
    fill: var(--text-dark-color) !important;
    font-family: var(--text-font-family) !important;
}
