.popper_contentClass{background-color:#ccc;border-radius:10px;height:150px;padding:10px;transform-origin:var(--radix-popper-transform-origin);width:300px}.popper_contentClass.small{height:50px;width:100px}.popper_anchorClass{background-color:#ff69b4;height:100px;width:100px}.popper_anchorClass.small{height:50px;width:50px}.popper_arrowClass{fill:#ccc}@keyframes popper_rotateIn{0%{transform:scale(0) rotate(calc(var(--direction)*45deg))}to{transform:scale(1)}}.popper_animatedContentClass{animation:popper_rotateIn .6s cubic-bezier(.16,1,.3,1)}.popper_animatedContentClass[data-side=top]{--direction:1}.popper_animatedContentClass[data-side=bottom]{--direction:-1}
