@keyframes slideInFromRightAndExpand{0%{max-height:0;opacity:0;transform:translateX(120%);margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;border-width:0}to{max-height:120px;opacity:1;transform:translateX(0)}}.animate-popup-enter{animation:slideInFromRightAndExpand .35s cubic-bezier(.16,1,.3,1) forwards;overflow:hidden}