:root{--bgColor:var(--chakra-colors-gray-200,#fff);--progress-bar-color-light:#1a9de9;--progress-bar-color-dark:#91f2f5;--progress-bar-color:var(--progress-bar-color-light)}@keyframes loadingIcon{0%,to{transform:rotate(1turn)}90%,to{transform:rotate(-1turn)}}#nprogress{z-index:10000}.loading-screen{z-index:9999;position:absolute;overflow:hidden;top:0;left:0;width:100dvw;height:100dvh;padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:nowrap;font-size:2rem;background-color:var(--bgColor)}.loading-screen .text{margin-top:1rem;font-weight:700;color:#333;letter-spacing:.2em}.loading-screen .dots{display:flex;justify-content:center;align-items:center}.loading-screen .dot{position:relative;width:2rem;height:2rem;margin:.8em;border-radius:50%}.loading-screen .dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;animation:loading_anime 2s ease-out infinite}@keyframes loading_anime{50%,75%{transform:scale(2.5)}80%,to{opacity:0}}.loading-screen .dot:first-child{background-color:#4285f5}.loading-screen .dot:nth-child(2){background-color:#ea4436}.loading-screen .dot:nth-child(3){background-color:#fbbd06}.loading-screen .dot:nth-child(4){background-color:#34a952}.loading-screen .dot:nth-child(5){background-color:#cf9fff}.loading-screen .dot:first-child:before{animation-delay:.2s}.loading-screen .dot:nth-child(2):before{animation-delay:.4s}.loading-screen .dot:nth-child(3):before{animation-delay:.6s}.loading-screen .dot:nth-child(4):before{animation-delay:.8s}.loading-screen .dot:nth-child(5):before{animation-delay:1s}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}