[data-dialog-content][data-state=open]{animation:fadeIn3 .3s cubic-bezier(.52,.51,.36,1) forwards}[data-dialog-content][data-state=closed]{animation:fadeOut3 .3s cubic-bezier(.52,.51,.36,1) backwards}[data-dialog-overlay][data-state=open]{animation:fadeIn2 .3s cubic-bezier(.52,.51,.36,1) forwards}[data-dialog-overlay][data-state=closed]{animation:fadeOut2 .3s cubic-bezier(.52,.51,.36,1) backwards}@keyframes fadeIn3{0%{opacity:0;transform:translateY(-20px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOut3{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.85)}}@keyframes fadeIn2{0%{opacity:0}to{opacity:1}}@keyframes fadeOut2{0%{opacity:1}to{opacity:0}}
