/* NEWCHAT_V1175_UTILITY_COMMAND_SOURCE_REPAIR_HF5_FIX2_START */
/*
 * The command-source node remains in the DOM for the existing application
 * event handlers, but the obsolete horizontal bar is never rendered.
 */
#botQuickbar.nc-internal-command-service,
.nc-internal-command-service[data-nc-preserve="utility-command-source"] {
  display: none !important;
  visibility: hidden !important;
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Weather and Zodiac panels are moved to document.body by HF5 FIX1. */
body > #botWeatherPanel:not(.hidden),
body > #botZodiacPanel:not(.hidden) {
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}
/* NEWCHAT_V1175_UTILITY_COMMAND_SOURCE_REPAIR_HF5_FIX2_END */
