@font-face {
  font-family: "Kantumruy Pro Regular";
  src: url("../../assets/fonts/subtitle/KantumruyPro-SemiBold.ttf") format("truetype");
}
#whatsappFloatingButton {
  display: none;
  z-index: 9999;
  position: relative;
}
#whatsappFloatingButton div {
  background-color: #c56e51;
  display: flex;
  align-items: center;
  gap: 8px;
  position: fixed;
  right: -273px;
  top: 70%;
  padding: 8px 10px 8px 20px;
  border: 2px solid #fcfcfa;
  border-radius: 5px;
  transition: 300ms right ease;
  box-shadow: 0px 0px 15px 5px rgba(197, 110, 81, 0.4);
}
#whatsappFloatingButton div::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: transparent;
  z-index: 0;
}
#whatsappFloatingButton div span {
  font-family: "Kantumruy Pro Regular", sans-serif;
  color: #fcfcfa;
  font-size: 0.875rem;
  font-weight: 500;
}
#whatsappFloatingButton div i {
  color: #fcfcfa;
  font-size: 32px;
}

#whatsappFloatingButton:hover div {
  right: 15px;
}

@media screen and (min-width: 1280px) {
  #whatsappFloatingButton {
    display: block;
  }
}/*# sourceMappingURL=whatsappButton.css.map */