.animate-overlay[data-state=open]{animation:fadeIn .3s ease-out}.animate-overlay[data-state=closed]{animation:fadeOut .3s ease-in}.animate-content-slide[data-state=open]{animation:slide-up .3s ease-out}.animate-content-slide[data-state=closed]{animation:slide-down .3s ease-in}.animate-content-show[data-state=open]{animation:fadeIn .3s ease-out}.animate-content-show[data-state=closed]{animation:fadeOut .3s ease-in}.no-animation,.no-animation *{animation:none!important;transition:none!important}