.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #000000;
  font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #000000;
}
.embeddedServiceSidebar .dockableContainer {
  height: auto !important;
  max-height: 498px !important;
}
.mobile-layout .embeddedServiceSidebar {
  z-index: 5000 !important;
}
.mobile-layout .embeddedServiceSidebar .dockableContainer {
  height: auto !important;
  max-height: calc(100% - 60px);
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
.mobile-layout .embeddedServiceSidebar .sidebarBody {
  overflow-y: auto !important;
}
