.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:hsla(0,0%,100%,.8);z-index:9999}.loader-svg{width:3.75em;animation:spin 1.5s ease infinite}.ring{fill:none;stroke:#029f84;stroke-width:2}.ball{fill:#f0bf19;stroke:none}@keyframes spin{to{transform:rotate(1turn)}}