.searching-animation{display:flex;align-items:center;justify-content:center;flex-direction:column}.searching-animation .magnifying-glass{animation:pulse 2s infinite}.searching-animation .dots{display:flex;margin-top:20px}.searching-animation .dots span{width:24px;height:24px;background-image:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:50%;margin:0 5px;animation:bounce 1.4s ease-in-out infinite both}.searching-animation .dots span:first-child{animation-delay:-.32s}.searching-animation .dots span:nth-child(2){animation-delay:-.16s}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}