@keyframes tooltipFadeIn{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}@keyframes tooltipFadeOut{0%{opacity:1;scale:1}to{opacity:0;scale:.8}}[data-scope=tooltip][data-part=content]{opacity:0;z-index:51;scale:.8}[data-scope=tooltip][data-part=content][data-state=open]{animation:.16s forwards tooltipFadeIn}[data-scope=tooltip][data-part=content][data-state=closed]{animation:.16s forwards tooltipFadeOut}
/*# sourceMappingURL=219e8c2e1004c6ce.css.map*/