.loading-indicator{display:flex;justify-content:center;align-items:center;width:100%;min-height:400px}.loading-indicator--fullscreen{min-height:100vh}.loading-indicator__dots{display:flex;gap:12px}.loading-indicator__dot{width:16px;height:16px;border-radius:50%;background-color:#007bff;animation:pulse 1.4s ease-in-out infinite;display:block}.loading-indicator__dot:first-child{animation-delay:0s}.loading-indicator__dot:nth-child(2){animation-delay:.2s}.loading-indicator__dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}