#loading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#loading .dot{width:24px;height:24px;background:#3ac;border-radius:100%;display:inline-block;animation:slide 1s infinite}#loading .dot:first-child{animation-delay:.1s;background:#32aacc}#loading .dot:nth-child(2){animation-delay:.2s;background:#64aacc}#loading .dot:nth-child(3){animation-delay:.3s;background:#96aacc}#loading .dot:nth-child(4){animation-delay:.4s;background:#c8aacc}#loading .dot:nth-child(5){animation-delay:.5s;background:#faaacc}@keyframes slide{0%{transform:scale(1)}50%{opacity:.3;transform:scale(2)}to{transform:scale(1)}}
/*# sourceMappingURL=main.d7a4966e.chunk.css.map */