
/*
Tooltip Hovertext
*/

.tooltip {
    --bs-tooltip-opacity: 1;
}
.custom-tooltip .tooltip-inner {
    background-color:  #b9dcff;
    color: #000000;
    font-size: 16px;
    max-width: 400px;
    text-align: left;
}

.custom-tooltip .arrow::before {
    border-top-color:  #b9dcff;
}
