#nprogress{pointer-events:none}.spinner-box{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:fixed;top:50%;left:50%;background:#80848c0a;transform:translate(-50%,-50%);z-index:9999}.loading-wave{width:50px;height:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:.3rem;transform:rotate(-45deg)}.loading-bar{width:5px;height:5px;margin:0 2px;background-color:var(--color-main);border-radius:5px;animation:loading-wave-animation 1s ease-in-out infinite}.loading-bar:nth-child(2){animation-delay:.1s}.loading-bar:nth-child(3){animation-delay:.2s}.loading-bar:nth-child(4){animation-delay:.3s}@keyframes loading-wave-animation{0%{height:10px}50%{height:30px}to{height:10px}}.square{background-color:#fff;display:grid;place-items:center;border-radius:5px;animation:load 1.6s ease infinite}@keyframes load{0%{transform:scale(1)}50%{transform:scale(0);background-color:var(--color)}to{transform:scale(1)}}.one{--color:magenta}.two{animation-delay:.1s;--color:lime}.three{animation-delay:.2s;--color:blue}.four{animation-delay:.3s;--color:yellow}.five{animation-delay:.4s;--color:orange}
