.notification-bell{animation:bell 6s 1s infinite both}.notification-bell *{display:block;margin:0 auto;background-color:currentColor}.bell-top{width:2px;height:2px;border-radius:1px 1px 0 0}.bell-middle{width:10px;height:10px;margin-top:-1px;border-radius:5px 5px 0 0}.bell-bottom{position:relative;z-index:0;width:13px;height:2px}.bell-bottom:after,.bell-bottom:before{content:"";position:absolute;top:-4px}.bell-bottom:before{left:1px;border-bottom:2px solid;border-right:0 solid transparent;border-left:2px solid transparent}.bell-bottom:after{right:1px;border-bottom:2px solid;border-right:2px solid transparent;border-left:0 solid transparent}.bell-rad{width:3px;height:2px;margin-top:2px;border-radius:0 0 1.5px 1.5px;animation:rad 6s 1s infinite both}@keyframes bell{0%{transform:rotate(0)}1.67%{transform:rotate(30deg)}3.33%{transform:rotate(0)}5%{transform:rotate(-30deg)}6.67%,to{transform:rotate(0)}}@keyframes rad{0%{transform:translateX(0)}1.67%{transform:translateX(2px)}3.33%{transform:translateX(0)}5%{transform:translateX(-2px)}6.67%,to{transform:translateX(0)}}