.whatsapp_chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  /* background: transparent
    linear-gradient(87deg, #000b211a 100%, #1b2538b8 54%, #545c6a 100%) 0% 0%
    no-repeat padding-box; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  aspect-ratio: 1/1;
  /* mix-blend-mode: multiply; */
  background: #A6A6A6 0% 0% no-repeat padding-box;
  opacity: 1;
}

.whatsapp_chatbot:hover {
  transform: scale(1.1);
}

.whatsapp_icon {
  color: #60d66a;
  font-size: 32px;
}

@media (min-width: 0px) and (max-width: 574px) {
  .whatsapp_chatbot {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .whatsapp_chatbot {
    width: 43px;
    height: 43px;
  }
}