body{background:#fafafa;margin:0}#initial-loading{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}#initial-loading.hidden{display:none}#initial-loading .spinner{border:2px solid #6d28d9;border-color:#6d28d9 #6d28d9 #fff #fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
