.main-loader{justify-content:center;align-items:center;width:100%;height:100%;min-height:100dvh;padding:20px;display:flex}.main-loader .spinner{border:3px solid #ffffff14;border-top-color:var(--text);box-sizing:border-box;border-radius:50%;width:50px;height:50px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
