@keyframes notificationExit{0%{opacity:1;max-height:100px;padding:12px 16px;transform:translate(0)}60%{opacity:0;max-height:100px;margin-bottom:8px;padding:12px 16px;transform:translate(100%)}90%{opacity:0;max-height:0;margin-bottom:0;padding:0;transform:translate(100%)}to{opacity:0;max-height:0;margin-bottom:0;padding:0;transform:translate(100%)}}.remove-notification{will-change:transform,max-height;animation:.3s ease-in-out forwards notificationExit}@keyframes notificationEnter{0%{opacity:0;max-height:0;margin-bottom:0;padding:0;transform:translate(100%)}40%{opacity:0;max-height:100px;margin-bottom:8px;padding:12px 16px;transform:translate(100%)}to{opacity:1;max-height:100px;margin-bottom:8px;padding:12px 16px;transform:translate(0)}}.notification-enter{will-change:transform,max-height;animation:.35s ease-in-out forwards notificationEnter}
