.apexcharts-tooltip {
    background: var(--contrast-background) !important;
    box-shadow: none !important;
}

.apexcharts-tooltip-title {
    background: var(--dropdown-hover-background) !important;
    border-bottom: 1px solid var(--button-hover-background) !important;
    opacity: .8 !important;
}

.apexcharts-tooltip, .apexcharts-tooltip-title {
    border: none !important;
}

.apexcharts-tooltip-marker {
    margin-right: 0 !important;
}