#chat-widget-frame {
  overflow: hidden;
}

#chat-widget-frame-container {
  position: fixed;
  border: none;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999999;
}

#chat-widget-frame-container .chat-widget-collapsed {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 16px;
  bottom: 0px;
  right: 0px;
  border: none;
}

#chat-widget-frame-container .chat-widget-expanded {
  position: fixed;
  bottom: 0;
  right: 0;
  border: none;
  width: 440px;
  height: 750px;
  z-index: 9999999;

  @media (max-width: 430px) {
    width: 100%;
    height: 100%;
  }
}
