.loader-wrapper{background:hsla(0,0%,100%,.8);width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:10}.loader{width:40px}.loading-animation__path{stroke:#65b82e;stroke-width:1;fill:none;stroke-dasharray:500;stroke-dashoffset:500;animation:stroke 5s linear infinite}@keyframes stroke{0%{stroke-dashoffset:500}to{stroke-dashoffset:0}}