@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap";.anomaly-main-container{font-family:Poppins,sans-serif;height:100%;background:#f7f8f9}body,html{height:100%}@keyframes waveHand{0%{transform:rotate(0)}20%{transform:rotate(-20deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-20deg)}80%{transform:rotate(10deg)}to{transform:rotate(0)}}.waveDrop{display:inline-block;animation-name:waveHand;animation-duration:2s;animation-iteration-count:infinite;transform-origin:70% 70%}@keyframes blink{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:""}}