/* Temporary state: non-view sidebar items are inactive until implemented */
.sidebar .menu-item:not([data-view]) {
  color: #70778c;
  background: rgba(255, 255, 255, 0.02);
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.72;
}

.sidebar .menu-item:not([data-view]):hover,
.sidebar .menu-item:not([data-view]).active {
  color: #70778c;
  background: rgba(255, 255, 255, 0.02);
}

.sidebar .menu-item:not([data-view]) .menu-icon {
  border-color: rgba(170, 177, 199, 0.28);
  opacity: 0.45;
}
