@charset "UTF-8";

/* システム側で作成したCSS */
#chatbot-iframe{
    height: 80px !important;
    width: 200px !important;
  }
#chatbot-iframe.iframeWithChat{
  max-height: 500px !important;
  height: 90vh !important;
  width: 400px !important;
}
@media (max-width: 959px) {
  #chatbot-iframe.iframeWithChat{
    max-height: unset !important;
    height: 100vh !important;
    width: 100vw !important;;
  }
}

.chatbot-iframe-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  box-shadow: none;
  /* overflow: scroll; */
  z-index: 99999999;
  font-family: sans-serif;
}

.chatbot-iframe-inner {
  position: fixed;
  bottom: 20px;
  right: 12px;
  height: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 959px) {
  .chatbot-iframe-inner{
    bottom: -1vh;
    right: 0;
  }
}

@media (min-width: 960px) {
  .embeddedServiceSidebar.sidebarMaximized{
    background:none !important;
  }
}

