/* BSM global wallpaper - layered di belakang UI */
html, body, #app-wrapper, .application, .kbnAppWrapper, .opensearch-dashboards-body, .euiApp,
#kibana-body, .osdAppWrapper, .euiBody {
  background-image: url('/plugins/wazuh/assets/background-bsm.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* UI tetap kebaca: container di atas wallpaper dibuat semi transparan */
.euiPage, .euiPageBody, .euiPageContent, .euiPageContentBody {
  background-color: rgba(255, 255, 255, 0.92) !important;
}

.theme-dark .euiPage, .theme-dark .euiPageBody, .theme-dark .euiPageContent, .theme-dark .euiPageContentBody {
  background-color: rgba(0, 0, 0, 0.80) !important;
}


