@keyframes customEnter{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes customLeave{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(20px)scale(.95)}}.animate-custom-enter{animation:.25s ease-out forwards customEnter}.animate-custom-leave{animation:.2s ease-in forwards customLeave}
