/* Custom Wallpaper Background */
.wallpaper-background {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -10 !important;
  background-image: url('../arkham-background.jpg?v=2024-12-19-3') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* Body adjustments for wallpaper */
body {
  position: relative !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Make sure content stays above wallpaper */
.sidebar,
.main-content,
.wrap {
  position: relative;
  z-index: 1;
}
