.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #097230 !important;
  font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #097230 !important;
}
.sidebar.Iceberg h2 {
  color: white;
}
embeddedservice-chat-.Iceberg {
  background-color: #097230 !important;
}

.dockableContainer .Iceberg button svg{
  width: 20px;
  height: 20px;
}
.dockableContainer .Iceberg button.minimizeButton lightning-icon{
  position: absolute;
  right: 50px;
  top: 7px;
}
.dockableContainer .Iceberg button.closeButton lightning-icon{
  position: absolute;
  top: 15px;
  right: 15px;
}
.embeddedServiceSidebar.layout-docked .dockableContainer{
  width: 375px !important;
  max-width: 500px !important;
  height: 450px !important;
  max-height: 500px !important;
}

button.closeButton[embeddedService-chatHeader_chatHeader]{
  padding:0 !important;
  height: 20px !important;
  min-height: 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  margin-top: 7px !important;
}
button[embeddedService-chatHeader_chatHeader]{
  padding:0 !important;
  height: 20px !important;
  min-height: 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  margin-right: 9px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
embeddedservice-chat-header lightning-icon, embeddedservice-chat-header svg.slds-icon-text-default{
  width: 20px;
}