@keyframes notification-bell-swing{0%{transform:rotate(0deg) scale(1)}16.67%{transform:rotate(12deg)}33.33%{transform:rotate(-12deg) scale(1.1)}50%{transform:rotate(12deg) scale(1.1)}66.67%{transform:rotate(-12deg) scale(1.1)}83.33%{transform:rotate(12deg)}to{transform:rotate(0deg) scale(1)}}.animate-notification-bell-hover:hover{animation:notification-bell-swing .8s cubic-bezier(.445,.05,.55,.95);transform-origin:50% 0}