.loading-bg{width:100%;height:100%;position:fixed;display:block;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.loading-bg .loader{width:40px;height:40px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border:4px dashed rgba(255,255,255,0.8);border-radius:50%;animation:1s loader linear infinite}.loading-init-bg{position:fixed;z-index:9999;background:var(--neutral-1000)}.loadingText,.loadingImg{transform:none;font-size:25px;max-width:180px;animation:loadmore-pulse 2s ease-in-out infinite;transform-origin:center}.loadingImg{width:180px;height:auto}.loading-bg--masked{position:fixed;z-index:9999;inset:0;height:100dvh}@keyframes loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes pulse{0%{transform:translate(-50%, -50%) scale(1)}50%{transform:translate(-50%, -50%) scale(1.1)}100%{transform:translate(-50%, -50%) scale(1)}}@keyframes loadmore-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}
