.siri-wave{position:absolute!important;border-radius:50%!important;animation:wave-animation 4s linear infinite!important;background:conic-gradient(from 0deg,#1eaedb,#71d99e,#1eaedb,#71d99e,#1eaedb)!important;mix-blend-mode:screen!important;filter:blur(12px)!important;pointer-events:none!important}.siri-wave1{animation-duration:4s!important}.siri-wave2{animation-duration:6s!important;animation-direction:reverse!important}.siri-wave3{animation-duration:8s!important}@keyframes wave-animation{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}