:root,html[data-theme=default]{--sidebar-width:220px;--color-primary:#409eff;--color-primary-rgb:64, 158, 255;--color-primary-contrast:#fff;--color-primary-strong:#409eff;--color-primary-soft:#409eff;--color-primary-tint:#409eff;--color-primary-veil:#409eff;--color-text-strong:#1f2d3d;--color-text-strong-rgb:31, 45, 61;--color-text-primary:#1f2d3d;--color-text-regular:#1f2d3d;--color-text-secondary:#1f2d3d;--color-text-placeholder:#1f2d3d;--color-text-inverse:var(--color-surface);--color-surface:#fff;--color-surface-rgb:255, 255, 255;--color-surface-soft:#f5f9fc;--color-surface-muted:#fff;--color-surface-primary-soft:#fff;--color-surface-primary-strong:#fff;--color-surface-contrast:#fff;--color-surface-gradient-start:#fff;--color-surface-gradient-end:#fff;--color-surface-glass-strong:#fff;--color-surface-glass-soft:#fff;--color-border:#e4e7ed;--color-border-soft:#e4e7ed;--color-divider:#e4e7ed;--color-overlay-rgb:0, 0, 0;--color-ink:#000;--color-overlay-strong:#000;--color-overlay:#000;--color-overlay-soft:#000;--color-success:#67c23a;--color-success-rgb:103, 194, 58;--color-warning:#e6a23c;--color-warning-rgb:230, 162, 60;--color-danger:#f56c6c;--color-danger-rgb:245, 108, 108}:root{--el-loading-spinner-size:42px;--el-loading-fullscreen-spinner-size:50px}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{z-index:2000;background-color:var(--el-mask-color);transition:opacity var(--el-transition-duration);margin:0;position:absolute;inset:0}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:calc((0px - var(--el-loading-fullscreen-spinner-size)) / 2)}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:var(--el-loading-fullscreen-spinner-size);width:var(--el-loading-fullscreen-spinner-size)}.el-loading-spinner{margin-top:calc((0px - var(--el-loading-spinner-size)) / 2);text-align:center;width:100%;position:absolute;top:50%}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size);animation:2s linear infinite loading-rotate;display:inline}.el-loading-spinner .path{stroke-dasharray:90 150;stroke-dashoffset:0;stroke-width:2px;stroke:var(--el-color-primary);stroke-linecap:round;animation:1.5s ease-in-out infinite loading-dash}.el-loading-spinner i{color:var(--el-color-primary)}.el-loading-fade-enter-from,.el-loading-fade-leave-to{opacity:0}@keyframes loading-rotate{to{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-40px}to{stroke-dasharray:90 150;stroke-dashoffset:-120px}}
