.loading{animation:spin 1s ease-in-out infinite;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes notification-enter{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes notification-leave{to{opacity:0;transform:translateY(-20px) scale(.95)}}.animate-notification-enter{animation:notification-enter .3s ease-out forwards}.animate-notification-leave{animation:notification-leave .3s ease-in forwards}
