@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;background-color:#fff}@keyframes alertPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.85}to{transform:scale(1);opacity:1}}@keyframes alertSwing{0%{transform:rotate(0)}20%{transform:rotate(-8deg)}40%{transform:rotate(8deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(6deg)}to{transform:rotate(0)}}.alert-notification-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background-color:#dc35452e;color:#b42318;animation:alertPulse 1.4s ease-in-out infinite}.alert-notification-icon svg{animation:alertSwing 1.4s ease-in-out infinite;transform-origin:center}
