.loading-container{z-index:999;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loader{--c:no-repeat linear-gradient(#00598a 0 0);background:var(--c),var(--c),var(--c),var(--c);background-size:21px 21px;width:40px;height:40px;animation:1.5s cubic-bezier(.3,1,0,1) infinite l5}.loading-container .loader{--c:no-repeat linear-gradient(#fff 0 0)}@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}to{background-position:100% 0,100% 100%,0 100%,0 0}}
