.rootLoader{position:relative;padding:6px;gap:10;flex-wrap:wrap}.rootLoader,.rootLoader div{display:flex;justify-content:center}.rootLoader div{width:12px;height:12px;align-items:center}.rootLoader .circle{width:12px;height:12px;border-radius:51%;animation:circle-animation .6s linear infinite;background-color:#0046be}.rootLoader .circle-Delay1{animation-duration:-.2s}.rootLoader .circle-Delay2{animation-delay:.1s}.rootLoader .circle-Delay3{animation-delay:0s}@keyframes circle-animation{0%{width:0;height:0}50%{width:12px;height:12px}to{width:0;height:0}}