.PopoverContent{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow);will-change:transform,opacity;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);overflow:hidden}.PopoverContent[data-state=open][data-side=top]{animation-name:slideUpAndFadeIn}.PopoverContent[data-state=open][data-side=right]{animation-name:slideRightAndFadeIn}.PopoverContent[data-state=open][data-side=bottom]{animation-name:slideDownAndFadeIn}.PopoverContent[data-state=open][data-side=left]{animation-name:slideLeftAndFadeIn}.PopoverArrow{fill:var(--bg-color);stroke:var(--border-color);stroke-width:2.5px;stroke-dasharray:0 30 45}.PopoverClose{position:absolute;top:4px;right:4px}
