.fullscreen-loader-wrapper{background:var(--bg-primary);z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-wrapper{background:0 0;justify-content:center;align-items:center;width:100%;min-height:50vh;display:flex}.spinner{border:4px solid color-mix(in srgb, var(--accent-primary) 20%, transparent);border-top:4px solid var(--accent-primary);border-radius:50%;width:45px;height:45px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
