#sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9990;
  display: none;
}

#sidebar-overlay.active {
  display: block;
}
