
:root {
    --ps-tooltip-text-color: hsl(0, 0%, 100%);
   
}

.tooltip-bg {
    color:var(--ps-tooltip-text-color) !important;
    
    }