.loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:1000;pointer-events:all}.loading,.loading-container{display:flex;justify-content:center;align-items:center}.loading{z-index:2}.dot,.loading{position:relative}.dot{width:1.2em;height:1.2em;margin:.5em;border-radius:50%}.dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;animation:wave 2s ease-out infinite}.dot:first-child{background:#6ca3be}.dot:first-child:before{animation-delay:.2s}.dot:nth-child(2){background:#427ba6}.dot:nth-child(2):before{animation-delay:.4s}.dot:nth-child(3){background:#1777a6}.dot:nth-child(3):before{animation-delay:.6s}.dot:nth-child(4){background:#0e4865}.dot:nth-child(4):before{animation-delay:.8s}.dot:nth-child(5){background:#092e40}.dot:nth-child(5):before{animation-delay:1s}@keyframes wave{50%,75%{transform:scale(2.5)}80%,to{opacity:0}}