@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Comment */
.whatsapp-widget * {
	font-family: "Lato", sans-serif;
}
.whatsapp-widget {
  position: fixed;
  bottom: 25px;
  right: 40px;
  z-index: 99999;
}
.whatsapp-widget .whatsapp-link {
  display: flex;
  padding: 10px;
  gap: 12px;
  align-items: center;
  background: rgba(0, 0, 0, 6%);
  border-radius: 2px 4px 2px 4px;
  border-left: solid 2px #2db742;
  justify-content: space-between;
  text-decoration: none;
  color: #9c9498;
}
.whatsapp-widget .whatsapp-link:focus,
.whatsapp-widget .whatsapp-link:active {
  outline: none;
}
.whatsapp-widget .whatsapp-link .whatsap-icon {
  display: flex;
  flex-direction: column;
  position: relative;
}
.whatsapp-widget .whats-app-widget-inner {
  position: relative;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card {
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  bottom: 65px;
  width: calc(100vw - 40px);
  max-width: 350px;
  right: 0px;
  transition: all ease-in-out 300ms;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card.toggled-open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-header {
  background: #2db742;
  padding: 12px;
  gap: 5px;
  display: flex;
  align-items: center;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-headings {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body {
  padding: 12px;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .body-inner-wrap {
  margin-top: 12px;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .body-top-text p {
  margin: 0;
  color: #a5abb7;
  font-size: 11px;
  font-weight: 500;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .header-icon {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .header-icon::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.165 478.165' style='enable-background:new 0 0 478.165 478.165' xml:space='preserve' width='512' height='512'%3E%3Cpath d='M478.165 232.946c0 128.567-105.057 232.966-234.679 232.966-41.102 0-79.814-10.599-113.445-28.969L0 478.165l42.437-125.04c-21.438-35.065-33.77-76.207-33.77-120.159C8.667 104.34 113.763 0 243.485 0c129.623 0 234.68 104.34 234.68 232.946zM243.485 37.098c-108.802 0-197.422 87.803-197.422 195.868 0 42.915 13.986 82.603 37.576 114.879l-24.586 72.542 75.849-23.968c31.121 20.481 68.457 32.296 108.583 32.296 108.723 0 197.323-87.843 197.323-195.908 0-107.886-88.6-195.709-197.323-195.709zM361.931 286.62c-1.395-2.331-5.22-3.746-10.898-6.814-5.917-2.849-34.089-16.497-39.508-18.37-5.16-1.913-8.986-2.849-12.811 2.829-4.005 5.638-14.903 18.629-18.23 22.354-3.546 3.785-6.854 4.264-12.552 1.435-5.618-2.809-24.267-8.866-46.203-28.391-17.055-15.042-28.67-33.711-31.997-39.508-3.427-5.758-.398-8.826 2.471-11.635 2.69-2.59 5.778-6.734 8.627-10.041 2.969-3.287 3.905-5.638 5.798-9.424 1.913-3.905.936-7.192-.478-10.141-1.415-2.849-13.01-30.881-17.752-42.337-4.841-11.416-9.543-9.523-12.871-9.523-3.467 0-7.212-.478-11.117-.478-3.785 0-10.041 1.395-15.381 7.192-5.2 5.658-20.123 19.465-20.123 47.597 0 28.052 20.601 55.308 23.55 59.053 2.869 3.785 39.747 63.197 98.303 86.07 58.476 22.872 58.476 15.321 69.115 14.365 10.38-.956 34.069-13.867 38.811-27.096 4.66-13.45 4.66-24.766 3.246-27.137z' fill='%23FFF'/%3E%3C/svg%3E");
  background-size: cover;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-headings p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-headings h4 {
  margin: 0;
  color: #fff;
  font-style: normal;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
}
.whatsapp-widget .icon-clickable-wrap {
  width: 55px;
  border-radius: 100%;
  height: 55px;
  background: #2db742;
  position: relative;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    cursor: pointer;
}
.whatsapp-widget .icon-clickable-wrap:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.165 478.165' style='enable-background:new 0 0 478.165 478.165' xml:space='preserve' width='512' height='512'%3E%3Cpath d='M478.165 232.946c0 128.567-105.057 232.966-234.679 232.966-41.102 0-79.814-10.599-113.445-28.969L0 478.165l42.437-125.04c-21.438-35.065-33.77-76.207-33.77-120.159C8.667 104.34 113.763 0 243.485 0c129.623 0 234.68 104.34 234.68 232.946zM243.485 37.098c-108.802 0-197.422 87.803-197.422 195.868 0 42.915 13.986 82.603 37.576 114.879l-24.586 72.542 75.849-23.968c31.121 20.481 68.457 32.296 108.583 32.296 108.723 0 197.323-87.843 197.323-195.908 0-107.886-88.6-195.709-197.323-195.709zM361.931 286.62c-1.395-2.331-5.22-3.746-10.898-6.814-5.917-2.849-34.089-16.497-39.508-18.37-5.16-1.913-8.986-2.849-12.811 2.829-4.005 5.638-14.903 18.629-18.23 22.354-3.546 3.785-6.854 4.264-12.552 1.435-5.618-2.809-24.267-8.866-46.203-28.391-17.055-15.042-28.67-33.711-31.997-39.508-3.427-5.758-.398-8.826 2.471-11.635 2.69-2.59 5.778-6.734 8.627-10.041 2.969-3.287 3.905-5.638 5.798-9.424 1.913-3.905.936-7.192-.478-10.141-1.415-2.849-13.01-30.881-17.752-42.337-4.841-11.416-9.543-9.523-12.871-9.523-3.467 0-7.212-.478-11.117-.478-3.785 0-10.041 1.395-15.381 7.192-5.2 5.658-20.123 19.465-20.123 47.597 0 28.052 20.601 55.308 23.55 59.053 2.869 3.785 39.747 63.197 98.303 86.07 58.476 22.872 58.476 15.321 69.115 14.365 10.38-.956 34.069-13.867 38.811-27.096 4.66-13.45 4.66-24.766 3.246-27.137z' fill='%23FFF'/%3E%3C/svg%3E");
  background-size: cover;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all ease 400ms;
  transform: scale(1);
}
.whatsapp-widget .icon-clickable-wrap.toggled-open:before {
  opacity: 0;
  rotate: 1turn;
  transform: scale(0);
}
.whatsapp-widget .icon-clickable-wrap:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.659 6.998 5-5a1.177 1.177 0 0 0 0-1.657 1.177 1.177 0 0 0-1.657 0l-5 5-5-5A1.172 1.172 0 0 0 .345 1.998l5 5-5 5a1.172 1.172 0 0 0 0 1.657 1.177 1.177 0 0 0 1.657 0l5-5 5 5a1.177 1.177 0 0 0 1.657 0 1.177 1.177 0 0 0 0-1.657l-5-5Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center center;
  width: 32px;
  background-repeat: no-repeat;
  height: 32px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all ease 400ms;
  rotate: 1turn;
  transform: scale(0);
}
.whatsapp-widget .icon-clickable-wrap.toggled-open::after {
  opacity: 1;
  rotate: 0deg;
  transform: scale(1);
}
.whatsapp-widget .tooltip-floating {
  font-size: 12px;
  line-height: 16px;
  background: #f5f7f9;
  padding: 6px;
  white-space: nowrap;
  border-radius: 4px;
  position: absolute;
  right: 62px;
  top: calc(50% - 12px);
  transition: all ease-in-out 300ms;
  opacity: 1;
}
.whatsapp-widget .tooltip-floating.toggled-open {
  opacity: 0;
  transform: translateY(20px)
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .whatsap-icon {
  position: relative;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .whatsap-icon::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='48px' height='48px' class='nta-whatsapp-default-avatar' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512%3B' xml:space='preserve'%3E%3Cpath style='fill:%23EDEDED%3B' d='M0 512l35.31-128C12.359 344.276 0 300.138 0 254.234C0 114.759 114.759 0 255.117 0 S512 114.759 512 254.234S395.476 512 255.117 512c-44.138 0-86.51-14.124-124.469-35.31L0 512z'%3E%3C/path%3E%3Cpath style='fill:%2355CD6C%3B' d='M137.71 430.786l7.945 4.414c32.662 20.303 70.621 32.662 110.345 32.662 c115.641 0 211.862-96.221 211.862-213.628S371.641 44.138 255.117 44.138S44.138 137.71 44.138 254.234 c0 40.607 11.476 80.331 32.662 113.876l5.297 7.945l-20.303 74.152L137.71 430.786z'%3E%3C/path%3E%3Cpath style='fill:%23FEFEFE%3B' d='M187.145 135.945l-16.772-0.883c-5.297 0-10.593 1.766-14.124 5.297 c-7.945 7.062-21.186 20.303-24.717 37.959c-6.179 26.483 3.531 58.262 26.483 90.041s67.09 82.979 144.772 105.048 c24.717 7.062 44.138 2.648 60.028-7.062c12.359-7.945 20.303-20.303 22.952-33.545l2.648-12.359 c0.883-3.531-0.883-7.945-4.414-9.71l-55.614-25.6c-3.531-1.766-7.945-0.883-10.593 2.648l-22.069 28.248 c-1.766 1.766-4.414 2.648-7.062 1.766c-15.007-5.297-65.324-26.483-92.69-79.448c-0.883-2.648-0.883-5.297 0.883-7.062 l21.186-23.834c1.766-2.648 2.648-6.179 1.766-8.828l-25.6-57.379C193.324 138.593 190.676 135.945 187.145 135.945'%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .whatsapp-last-icon {
  position: relative;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .whatsapp-last-icon::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.165 478.165' style='enable-background:new 0 0 478.165 478.165' xml:space='preserve' width='512' height='512'%3E%3Cpath d='M478.165 232.946c0 128.567-105.057 232.966-234.679 232.966-41.102 0-79.814-10.599-113.445-28.969L0 478.165l42.437-125.04c-21.438-35.065-33.77-76.207-33.77-120.159C8.667 104.34 113.763 0 243.485 0c129.623 0 234.68 104.34 234.68 232.946zM243.485 37.098c-108.802 0-197.422 87.803-197.422 195.868 0 42.915 13.986 82.603 37.576 114.879l-24.586 72.542 75.849-23.968c31.121 20.481 68.457 32.296 108.583 32.296 108.723 0 197.323-87.843 197.323-195.908 0-107.886-88.6-195.709-197.323-195.709zM361.931 286.62c-1.395-2.331-5.22-3.746-10.898-6.814-5.917-2.849-34.089-16.497-39.508-18.37-5.16-1.913-8.986-2.849-12.811 2.829-4.005 5.638-14.903 18.629-18.23 22.354-3.546 3.785-6.854 4.264-12.552 1.435-5.618-2.809-24.267-8.866-46.203-28.391-17.055-15.042-28.67-33.711-31.997-39.508-3.427-5.758-.398-8.826 2.471-11.635 2.69-2.59 5.778-6.734 8.627-10.041 2.969-3.287 3.905-5.638 5.798-9.424 1.913-3.905.936-7.192-.478-10.141-1.415-2.849-13.01-30.881-17.752-42.337-4.841-11.416-9.543-9.523-12.871-9.523-3.467 0-7.212-.478-11.117-.478-3.785 0-10.041 1.395-15.381 7.192-5.2 5.658-20.123 19.465-20.123 47.597 0 28.052 20.601 55.308 23.55 59.053 2.869 3.785 39.747 63.197 98.303 86.07 58.476 22.872 58.476 15.321 69.115 14.365 10.38-.956 34.069-13.867 38.811-27.096 4.66-13.45 4.66-24.766 3.246-27.137z' fill='%232db742'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.whatsapp-widget .whats-app-widget-inner .whatsapp-floating-card .floating-card-body .whatsapp-label {
  font-size: 11px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .whatsapp-widget {
    right: 20px;
  }
}