/*  tooltips    */
.tooltip-integration {
    --bs-tooltip-max-width: 380px;
    --bs-tooltip-padding-x: 16px;
    --bs-tooltip-padding-y: 6px;
    --bs-tooltip-bg: #0f172a;
    --bs-tooltip-color: #f1f5f9;
    --bs-tooltip-border-radius: 10px;
    --bs-tooltip-opacity: 1;
}

.tooltip-integration .tooltip-inner {
    text-align: left;
    line-height: 1.4;
}
