.animated-loader{display:flex;justify-content:center;margin:24px auto}.animated-loader path.p{opacity:.4;stroke:var(--white-color);stroke-linecap:round;stroke-width:3;animation:pulse 1.5s infinite}.animated-loader path.p:nth-child(1){animation-delay:.6s}.animated-loader path.p:nth-child(2){animation-delay:.5s}.animated-loader path.p:nth-child(3){animation-delay:.4s}.animated-loader path.p:nth-child(4){animation-delay:.3s}.animated-loader path.p:nth-child(5){animation-delay:.2s}.animated-loader path.p:nth-child(6){animation-delay:.1s}.animated-loader path.p:nth-child(7){animation-delay:0s}.animated-loader path.center{stroke:var(--loader-accent);stroke-linecap:round;stroke-width:3}@keyframes pulse{0%{opacity:.4;stroke:var(--loader-muted)}50%{opacity:1;stroke:var(--loader-accent)}to{opacity:.4;stroke:var(--loader-muted)}}
