.mobile-sticky{  background-color: #fff;
  box-shadow: 0px -4px 14px 0px rgba(27, 31, 51, .12);
  position: fixed;
  bottom: 0px;
  z-index: 4;
  width: 100%;
}

.mobile-sticky {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.mobile-sticky.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

{#@media screen and (max-width: 520px){
  #vambe-webchat-container{
    bottom: 60px;
  }
}#}
