.custom-tooltip{width:max-content;position:absolute;top:0;left:0;background:#000000e6;color:#fff;font-weight:600;padding:11px;border-radius:4px;font-size:94%;z-index:10000;white-space:wrap;overflow:visible;pointer-events:none;opacity:0;transition:opacity .2s ease-in}.custom-tooltip.show{opacity:1}
