.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;height:100vh;width:100vw;background:url(../../../dot.png?v=1.0) repeat;position:fixed;top:0;left:0;z-index:9999}.box-connecting{display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;animation:fadeIn .25s ease-out forwards;animation-delay:.15s}.opacity{opacity:.7}.connection{display:flex;align-items:center;justify-content:center}.dot{width:7px;height:7px;border-radius:50%;background-color:var(--red);margin:0 4px;animation:pulse 1.4s infinite ease-in-out}.dot:nth-child(2){animation-delay:.2s;margin-top:-3px}.dot:nth-child(3){animation-delay:.3s;margin-top:-5px}.dot:nth-child(4){animation-delay:.4s;margin-top:-7px}.dot:nth-child(5){animation-delay:.5s;margin-top:-7px}.dot:nth-child(6){animation-delay:.6s;margin-top:-5px}.dot:nth-child(7){animation-delay:.7s;margin-top:-3px}.dot:nth-child(8){animation-delay:.8s}.processing{width:250px;height:3px;background:var(--white);border-radius:10px;overflow:hidden;margin-top:20px}.processing:before{content:"";display:block;height:100%;width:50%;background:var(--red);animation:loading 1.2s infinite linear}.text{display:flex;flex-direction:column;gap:10px}.text span{font-size:14px;opacity:0;animation:fadeIn 1s ease forwards}.text span img{position:relative;top:4px;margin-right:5px}.text span:nth-child(1){animation-delay:0s}.text span:nth-child(2){animation-delay:.5s}.text span:nth-child(3){animation-delay:1s}.run-text{font-family:var(--font_m);margin:20px 0 10px;font-size:16px!important;color:var(--title);display:block;text-align:center}@keyframes fadeIn{to{opacity:1}}@keyframes pulse{0%,80%,to{opacity:.4}40%{opacity:1}}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(200%)}}
