.loader{align-items:center;background-color:#fff;border-radius:2rem;display:flex;gap:.5rem;justify-content:center;margin-top:3rem;min-height:30rem;padding:2rem}.loader .dot{animation:bounce 1.4s ease-in-out infinite both;border-radius:50%;display:inline-block;height:.75rem;width:.75rem}.loader .dot:first-child{animation-delay:-.32s;background-color:#4285f4}.loader .dot:nth-child(2){animation-delay:-.16s;background-color:#ea4335}.loader .dot:nth-child(3){animation-delay:0s;background-color:#fbbc05}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
