.loader{width:120px;height:22px;border-radius:40px;color:#278ff0;border:2px solid;position:relative;overflow:hidden}.loader:before{content:"";position:absolute;margin:2px;width:14px;top:0;bottom:0;left:-20px;border-radius:inherit;background:currentColor;box-shadow:-10px 0 12px 3px currentColor;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%,-30px 50%);animation:l14 1s linear infinite}@keyframes l14{to{left:calc(100% + 20px)}}.loader-dots{width:60px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,#278ff0 90%,#0000);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s linear infinite}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}