.custom-tooltip{background-color:var(--neutral-10);color:var(--neutral-white);white-space:nowrap;z-index:99999;pointer-events:none;opacity:0;border-radius:4px;padding:.5rem;font-size:.875rem;transition:opacity .18s,transform .18s;transform:translate(-50%)translateY(0);box-shadow:0 4px 6px #0000001a}.custom-tooltip.ready{opacity:1;transform:translate(-50%)translateY(-2px)}.custom-tooltip:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--neutral-10);width:0;height:0;position:absolute;bottom:-6px;transform:translate(-50%)}@media screen and (max-width:768px){.custom-tooltip:after{right:10%}}@media screen and (min-width:769px){.custom-tooltip:after{left:50%}}
