.loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;background:#ffffff;gap:20px}.loader-wrapper .loader{width:8px;height:8px;position:relative;border-radius:50%;color:#51B9FF80;background:currentColor;box-shadow:32px 0,-32px 0,64px 0}.loader-wrapper .loader:after{content:"";position:absolute;left:-32px;top:0;width:8px;height:8px;border-radius:10px;background:#3973E6;animation:move 1s linear infinite alternate}@keyframes move{0%,5%{left:-32px;width:16px}15%,20%{left:-32px;width:48px}30%,35%{left:0;width:16px}45%,50%{left:0;width:48px}60%,65%{left:32px;width:16px}75%,80%{left:32px;width:48px}95%,to{left:64px;width:16px}}