[data-browse-mode="S"] .chatbot-container {
  transition: transform 0.5s, width 0s, background 0.5s, max-height 0.2s;
}
[data-browse-mode="S"] .chatbot-disclaimer {
  transition: padding 0s, max-height 0s;
}
.chatbot-container:is(:not(.is-open)) {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  bottom: 45px;
}
.chatbot-container:is(:not(.is-open)) .chatbot-header {
  background: #fff url(/img/usr/common/ico_chatbot_txt.png) no-repeat;
  background-position: top 14px center;
  background-size: 67px 66px;
  border-radius: 50%;
  margin: 5px;
  z-index:4;
  width: 90px;
  height: 90px;
}
.chatbot-container:is(:not(.is-open)):before {
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  background: linear-gradient(45deg, #89D2DB, #CACFF5);
  border-radius: 50%;
  z-index:-1;
}
.chatbot-container:is(:not(.is-open)) .chatbot-title {
  color: #7B94F3;
  display: none;
}
.chatbot-container:is(:not(.is-open)) .close-chatbot {
  display: none;
}
