html:not([data-xb-dashboard-active="true"]) #xb-stats-portal,
html:not([data-xb-dashboard-active="true"]) #xb-day-trends-portal,
html:not([data-xb-dashboard-active="true"]) #xb-trends-portal,
html:not([data-xb-dashboard-active="true"]) #xb-channel-portal,
#xb-stats-portal[data-xb-route-hidden="true"],
#xb-day-trends-portal[data-xb-route-hidden="true"],
#xb-trends-portal[data-xb-route-hidden="true"],
#xb-channel-portal[data-xb-route-hidden="true"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
