.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#4CAF50;display:flex;align-items:center;justify-content:center;z-index:9999}.loader{width:40px;height:40px;--c:no-repeat linear-gradient(white 0 0);background:var(--c),var(--c),var(--c),var(--c);background-size:21px 21px;animation:l5 1.5s infinite cubic-bezier(.3,1,0,1)}@keyframes l5{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;width:60px;height:60px}66%{background-position:100% 0,100% 100%,0 100%,0 0;width:60px;height:60px}100%{background-position:100% 0,100% 100%,0 100%,0 0}}.loader-centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;--c:no-repeat linear-gradient(white 0 0);background:var(--c),var(--c),var(--c),var(--c);background-size:21px 21px;animation:l5 1.5s infinite cubic-bezier(.3,1,0,1);z-index:9999}.loader-background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#4CAF50;z-index:9998}