/* Cover Page - Hero Background */
section.cover {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), #0a0d12 !important;
}

section.cover.show {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), #0a0d12 !important;
}

/* Fix sidebar toggle (hamburger menu) position */
.sidebar-toggle {
  position: fixed !important;
  top: 1rem !important;
  left: 1rem !important;
  bottom: auto !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 999 !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
