.spinner-overlay{z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:8px solid #f3f3f3;border-top-color:#f77a0c;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.svg-loader path.draw{stroke:var(--primary);stroke-width:3px;fill:#0000;stroke-dasharray:2000;stroke-dashoffset:2000px;animation:1.3s ease-in-out infinite draw}@keyframes draw{to{stroke-dashoffset:0;fill:var(--primary)}}
/*# sourceMappingURL=952395b9bb5af1de.css.map*/