@keyframes enter{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-enter{animation:enter .2s ease-out}@keyframes leave{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}.animate-leave{animation:leave .15s ease-in forwards}.loading-dots{display:flex;align-items:center;justify-content:flex-start;margin-top:10px}.dot{width:8px;height:8px;margin:0 4px;background-color:#888;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
