@charset "utf-8";

.cs-chat-start-banner {
  cursor: pointer;
  z-index: 1000;
}

.cs-chat-start-banner-close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1001;
}

.cs-chat-start-banner-wrapper {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  height: fit-content;
  width: fit-content;
  bottom: 85px;
  right: 20px;
  z-index: 1001;
}
