.boomi-hide-global-banner .global-banner {
  display: none !important;
}

.boomi-hide-global-banner .global-banner.dark-mode {
  display: none !important;
}

.boomi-hide-global-banner .site-message,
.boomi-hide-global-banner .site-message-container {
  display: none !important;
}

/*to exclude on lang*/
html[lang^="ja"] .hideon-ja,
html[lang^="fr"] .hideon-fr,
html[lang^="it"] .hideon-it,
html[lang^="de"] .hideon-de,
html[lang^="en"] .hideon-en {
  display: none !important;
}
/*to display on lang but exclude for all others*/
html:not([lang^="ja"]) .only-ja,
html:not([lang^="fr"]) .only-fr,
html:not([lang^="it"]) .only-it,
html:not([lang^="de"]) .only-de,
html:not([lang^="en"]) .only-en {
  display: none !important;
}
