.suspense__loader__container{width:100vw;z-index:10000;background:#26010f;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center}.suspense__loader{position:relative;width:100px;height:100px}.suspense__loader:before{content:"";position:absolute;width:48px;height:48px;border-radius:50%;top:50%;left:0;transform:translate(-5px,-50%);background:linear-gradient(90deg,#fff 50%,#ce4311 0) no-repeat;background-size:200% auto;background-position:100% 0;animation:colorBallMoveX 1s linear infinite alternate}.suspense__loader:after{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:2px;height:100%;background:#ce1167}@keyframes colorBallMoveX{0%{background-position:0 0;transform:translate(-15px,-50%)}15%,25%{background-position:0 0;transform:translateY(-50%)}75%,85%{background-position:100% 0;transform:translate(50px,-50%)}to{background-position:100% 0;transform:translate(65px,-50%)}}