#zc__sdk__container {
  background: rgb(255, 255, 255);
  z-index: 2147483647;
  position: fixed;
  width: 360px;
  right: 40px;
  max-height: 720px;
  max-width: 640px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
  opacity: 1;
  height: 0px;
  border-radius: 8px;
  overflow: hidden;
  bottom: 0px
}

#zc__frame__chat_container {
  width: 100%;
  height: 100%;
  border: none !important
}

#zc__wapper__shadow {
  width: 100%;
  z-index: 10000;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px;
  margin: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: none
}