.jolly-sticky-atc {
  position: fixed;
  z-index: 29;
  bottom: 0;
  width: 100vw;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px;
  transition: all 0.2s;
}
.jolly-sticky-atc.sticky-hide {
  transform: translateY(100%);
}
#chat-button {
  z-index: 28;
}
