.loadingDotsContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding-top:100px}.loadingDots{width:88px;height:21.1px;background:radial-gradient(circle closest-side,#fbba0e 90%,#0000) 0 50%,radial-gradient(circle closest-side,#fbba0e 90%,#0000) 50% 50%,radial-gradient(circle closest-side,#fbba0e 90%,#0000) 100% 50%;background-size:calc(100% / 3) 100%;background-repeat:no-repeat;animation:dots-zcf63l 1s linear infinite}@keyframes dots-zcf63l{33%{background-size:calc(100% / 3) 0,calc(100% / 3) 100%,calc(100% / 3) 100%}50%{background-size:calc(100% / 3) 100%,calc(100% / 3) 0,calc(100% / 3) 100%}66%{background-size:calc(100% / 3) 100%,calc(100% / 3) 100%,calc(100% / 3) 0}}