.loading_loadingContainer__tcAWW{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:fixed;z-index:1000;background-color:var(--background-color);top:0;left:0}.loading_loader__SIYf_{width:32px;height:32px;position:relative;border-radius:50%;color:var(--accent-color);animation:loading_fill__RIsnL 1s ease-in infinite alternate}.loading_loader__SIYf_:after,.loading_loader__SIYf_:before{content:"";position:absolute;height:100%;width:100%;border-radius:50%;left:48px;top:0;animation:loading_fill__RIsnL .9s ease-in infinite alternate}.loading_loader__SIYf_:after{left:auto;right:48px;animation-duration:1.1s}@keyframes loading_fill__RIsnL{0%{box-shadow:inset 0 0 0 2px}to{box-shadow:inset 0 0 0 10px}}