.webchat-float-wrapper {
  display: block;
  background-color: transparent;
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 60px;
  right: 40px;
  z-index: 100;
}
.webchat-float-wrapper .btn-webchat {
  background-color: #ef2d1e;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 3px solid #ef2d1e;
  padding: 10px;
}
.webchat-float-wrapper .btn-webchat-icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .webchat-float-wrapper {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
  }
}
