@keyframes notification-bell-pulse{0%{transform:scale(1) rotate(0);color:inherit}20%{transform:scale(1.25) rotate(-15deg);color:#dc3545}40%{transform:scale(1.25) rotate(15deg);color:#dc3545}60%{transform:scale(1.25) rotate(-10deg);color:#dc3545}80%{transform:scale(1.15) rotate(10deg);color:#dc3545}to{transform:scale(1) rotate(0);color:inherit}}.notification-bell{transition:color .2s ease}.notification-bell--pulse>.notification-bell-icon{animation:notification-bell-pulse 1.5s ease-in-out;transform-origin:50% 0;display:inline-block}.notification-toast-stack{position:fixed;bottom:1.25rem;right:1.25rem;z-index:1080;display:flex;flex-direction:column-reverse;gap:.5rem;max-width:22rem;pointer-events:none}.notification-toast-stack .toast{pointer-events:auto}
