.elementor-1086 .elementor-element.elementor-element-054ebb8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-1086 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1086{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1086 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1086 .dialog-close-button{display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-3223ebd */#chat-box {
  width: 100% !important;
  max-width: 100%;
  height: 320px;
  border: 1px solid #ccc;
  padding: 12px;
  overflow-y: auto;
  margin-bottom: 12px;
  border-radius: 7px;
  background: #fafbfd;
  box-sizing: border-box;
}
#chat-row {
  display: flex;
  gap: 8px;
}
#chat-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 7px;
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 100% !important;
}
#chat-send-btn {
  padding: 10px 14px;
  border-radius: 7px;
  background: #009fe3;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
      max-height: 51px;
}
#chat-send-btn:hover {
  background: #0041c4;
}/* End custom CSS */