/*
  Equity Coffee shared dashboard shell CSS - DISABLED
  --------------------------------------------------
  The shared sidebar shell was removed because each role dashboard already has
  its own real menu. This file intentionally neutralizes any cached/injected
  shell state while preserving the file path to avoid 404 errors.
*/
body.ec-dashboard-shell{
  padding-left:0 !important;
  background:inherit !important;
}
body.ec-dashboard-shell .ec-dashboard-mobilebar,
body.ec-dashboard-shell .ec-dashboard-backdrop,
body.ec-dashboard-shell aside.ec-unified-sidebar,
body.ec-dashboard-shell .sidebar.ec-unified-sidebar,
body.ec-dashboard-shell .ec-unified-sidebar{
  display:none !important;
}
body.ec-dashboard-shell main,
body.ec-dashboard-shell .main,
body.ec-dashboard-shell .content,
body.ec-dashboard-shell .dashboard-content{
  max-width:unset !important;
  margin-left:unset !important;
  margin-right:unset !important;
}
