.loader{display:inline-flex;gap:10px}.loader:after,.loader:before{content:"";height:20px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#000 95%,#0000) 35% 35%/6px 6px no-repeat #fff;animation:l5 3s infinite}@keyframes l5{0%,11%{background-position:35% 35%}14%,36%{background-position:65% 35%}38%,61%{background-position:65% 65%}64%,86%{background-position:35% 65%}88%,to{background-position:35% 35%}}