.loading-container{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.loading-track{border:10px dashed #e0e0e0;border-radius:50%;box-sizing:border-box;height:120px;position:relative;width:120px}.loading-circle{animation:spin 1.5s linear infinite;border:10px solid #0000;border-radius:50%;border-top-color:#cf3a53;box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.5a2dd798.css.map*/