.paceloader{position:fixed;width:100%;height:100vh;background:#fff;z-index:99999999999999999999;opacity:.9;display:flex;align-items:center;justify-content:center}.ring{height:180px;width:180px;border:0px solid #ffffff;border-radius:50%;position:absolute}.ring:nth-child(1){border-bottom-width:8px;border-color:#0a07ea;animation:rotate1 2s linear infinite}.ring:nth-child(2){border-right-width:8px;border-color:#0a07ea;animation:rotate2 2s linear infinite}.ring:nth-child(3){border-top-width:8px;border-color:#0a07ea;animation:rotate3 2s linear infinite}.ring1{height:180px;width:180px;border:0px solid #ffffff;border-radius:50%;position:absolute}.ring1:nth-child(1){border-bottom-width:8px;border-color:#25194b;animation:rotate1 2s linear infinite}.ring1:nth-child(2){border-right-width:8px;border-color:#25194b;animation:rotate2 2s linear infinite}.ring1:nth-child(3){border-top-width:8px;border-color:#25194b;animation:rotate3 2s linear infinite}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0003;display:flex;justify-content:center;align-items:center;z-index:99999999999999}@keyframes rotate1{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes rotate2{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes rotate3{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}
