#containerMainLoader,#pageloader{display:flex;justify-content:center;align-items:center}#containerMainLoader{position:relative}#h3Load{font-size:12px}.ringLoad{width:100px;height:100px;border:1px solid transparent;border-radius:50%;position:absolute}.ringLoad:first-child{border-bottom:8px solid #8970fbc2;animation:rotate1 2s linear infinite}@keyframes rotate1{0%{transform:rotateX(50deg) rotate(110deg)}to{transform:rotateX(50deg) rotate(470deg)}}.ringLoad:nth-child(2){border-bottom:8px solid #3db7dcb8;animation:rotate2 2s linear infinite}@keyframes rotate2{0%{transform:rotateX(20deg) rotateY(50deg) rotate(20deg)}to{transform:rotateX(20deg) rotateY(50deg) rotate(380deg)}}.ringLoad:nth-child(3){border-bottom:8px solid rgba(0,26,255,.738);animation:rotate3 2s linear infinite}@keyframes rotate3{0%{transform:rotateX(40deg) rotateY(130deg) rotate(450deg)}to{transform:rotateX(40deg) rotateY(130deg) rotate(90deg)}}.ringLoad:nth-child(4){border-bottom:8px solid rgba(196,196,196,.79);animation:rotate4 2s linear infinite}@keyframes rotate4{0%{transform:rotateX(70deg) rotate(270deg)}to{transform:rotateX(70deg) rotate(630deg)}}