div.block-wacb-block {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0 !important;
}

div.block-wacb-block div.content {
  padding: 0;
}

div.wcab-container {
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
}
div#wcab-profile-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    background: rgb(9, 94, 84) none repeat scroll 0% 0%;
  align-items: center;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
div#wcab-profile-area div.left {
  display: flex;
  align-items: center;
  border-radius: 60%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 52px;
}
div#wcab-profile-area div.right {
  font-size: 0.8rem;
  padding: 15px;
  width: 80%;
}
div#wcab-profile-area div.right div.profile {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
}
div#wcab-message-area {
  background-image: url("../image/whatsappbg.png");
  background-color: #e6ddd4;
  padding: 20px 20px 20px 10px;
}
div#wcab-message-area div.bubble {
  padding: 7px 14px 6px;
  max-width: calc(100% - 66px);
  color: #111111;
  border-radius: 0 8px 8px;
  position: relative;
}
div#wcab-message-area div.bubble::before {
  content: "\A";
  position: absolute;
  left: 0px;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
div#wcab-message-area div.bubble div.profile, div.message {
  color: #00000066;
  font-size: 0.76rem;
  background: #fff;
  display: flex;
  width: 100%;
  padding: 7px 14px 6px;
  border-radius: 0 8px 0 0;
}
div#wcab-message-area div.bubble div.message {
  font-size: 0.8rem;
  border-radius: 0 0 8px 8px;
  color: #121212;
  padding: 0px 14px 6px 14px;
}
div#wcab-button-area {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px;
}
div#wcab-button-area a {
  background: #25d366;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  color: #1e1e1e;
}
div.boton {
  display: flex;
  justify-content: flex-end;
}
div.boton button {
  margin: 10px;
  border-radius: 50px;
  background-color: #fff;
  border: 0 solid #fff;
  width: 64px;
  height: 64px;
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  position: relative;
}
div.boton button::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}
div.boton button span {
  display: none;
}
@media screen and (max-width: 541px) {
  div.block-wacb-block {
    right: 20px;
    left: 20px;
  }
  div.wcab-container {
    max-width: 100%;
  }
  div#button-whapp {
    margin: 0px;
  }
}
