.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(255,255,255);display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;z-index:9999}.main-loader{width:12px;height:12px;border-radius:50%;animation:l6 1s linear infinite alternate}@keyframes l6{0%{box-shadow:30px 0 #000,-30px 0 #0002;background:#000}33%{box-shadow:30px 0 #000,-30px 0 #0002;background:#0002}66%{box-shadow:30px 0 #0002,-30px 0 #000;background:#0002}to{box-shadow:30px 0 #0002,-30px 0 #000;background:#000}}