.sqwonchat-container.closed {
  width: 36px !important;
  height: 65px !important;
  right: 10px;
}

.sqwonchat-container {
  position: fixed;
  bottom: calc(15vh - 83px) !important;
  right: 10px;
  width: 400px;
  height: 100%;
  max-height: 700px;
  visibility: visible;
  z-index: 999999;
  opacity: 1;
  overflow: hidden;
  transition: none !important;
}

.sqwonchat-container * {
  transition: none !important;
}

.sqwonchat-container iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.sqwonchat-container iframe .sc-chat-window {
  right: auto !important;
}

.sqwonchat-container iframe .sc-launcher {
  right: 0 !important;
}

@media screen and (max-width: 680px) {
  .sqwonchat-container {
    width: 96% !important;
    bottom: 2px !important;
    max-height: 100vh !important;
  }
  
  .sqwonchat-container.closed {
    max-height: 100%;
    bottom: 6vh !important;
  }
} 