.skeleton-loader{display:flex;height:100vh}.skeleton-sidebar{width:250px;background-color:#f0f0f0;animation:pulse 1.5s infinite}.skeleton-content{flex-grow:1;background-color:#e0e0e0;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}
