.PopoverContent{animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden;will-change:transform,opacity}.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-dasharray:0,30,45;stroke-width:2.5}.PopoverClose{position:absolute;right:4px;top:4px}
