.dashboard-layout{display:flex;flex:1;min-height:0;height:100%}.dashboard-layout__outlet{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;overflow-y:auto;background:#f7f9fc}.dashboard-loading{display:flex;align-items:center;justify-content:center;gap:.625rem;min-height:60vh;color:#94a3b8;font-size:.875rem}.dashboard-loading__spinner{width:1.125rem;height:1.125rem;border-radius:50%;border:2px solid #dbe4f0;border-top-color:#216cf3;animation:dashboard-loading-spin .8s linear infinite}@keyframes dashboard-loading-spin{to{transform:rotate(1turn)}}