.e-diagram {
  background-color: #27272e !important
}

/* Fixed shell between topbar and footer */
.fixed-shell {
  display: flex;
  gap: 0;
  min-height: 0; /* allow inner scrolling */
  height: 100%;
  width: 100%;
  background-color: var(--mud-palette-surface) !important;
}
