.styles-module_floatingWhatsapp__yWF5K {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  .styles-module_whatsappButton__tVits {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 6rem;
    right: 0rem;
    left: 2rem;
    cursor: pointer;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-user-select: none;
            user-select: none;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 15%);
    z-index: 9998;
  }
  
  .styles-module_whatsappButton__tVits:after {
    content: '';
    border-color: inherit;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 0 rgba(37, 211, 101, 0);
    animation: styles-module__pulse__BJkE8 1.2s infinite;
  }
  
  .styles-module_whatsappButton__tVits svg {
    fill: #fff;
    padding: 0.5rem;
    width: 55px;
    height: 55px;
  }
  
  .styles-module_whatsappChatBox__MdQ5U {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5%;
    overflow: hidden;
    background-color: #fff;
    touch-action: auto;
    position: fixed;
    bottom: 7rem;
    right: 4rem;
    width: 375px;
    opacity: 0;
    transition: height 0.2s ease-out;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
    z-index: 9999;
  }
  
  @media (max-width: 575px) {
    .styles-module_whatsappChatBox__MdQ5U {
      right: 0;
      left: 0;
      max-width: 90%;
      margin: auto;
    }
  }
  
  .styles-module_whatsappChatBox__MdQ5U.styles-module_open__R8NqR {
    animation: styles-module__bounceIn__Ry9iZ 0.4s both;
  }
  
  .styles-module_whatsappChatBox__MdQ5U.styles-module_close__RLouK {
    animation: styles-module__bounceOut__d5QVu 0.4s both;
  }
  
  .styles-module_chatHeader__gaeOA {
    background-color: #075e54;
    display: grid;
    align-items: center;
    padding: 0.25rem;
    grid-template-columns: 20% 60% 1fr;
    gap: 1%;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_avatar__afcc4 {
    padding: 0.25rem;
    position: relative;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_avatar__afcc4 img {
    vertical-align: middle;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 1px solid rgba(255, 255, 255, 0.473);
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_avatar__afcc4:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #4fbe86;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 50%;
    bottom: 5px;
    right: 8px;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_avatar__afcc4 svg {
    fill: #fff;
    vertical-align: middle;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_status__-ln3V {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_statusTitle__NgfPQ {
    font-size: 1rem;
    font-weight: 700;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_statusSubtitle__esavW {
    font-size: 0.8rem;
    color: #f0f0f0;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_close__RLouK {
    padding: 1rem;
    cursor: pointer;
    text-align: center;
  }
  
  .styles-module_chatHeader__gaeOA .styles-module_close__RLouK svg {
    fill: #fff;
    width: 24px;
    height: 24px;
  }
  
  .styles-module_chatBody__VBxQH {
    padding: 20px;
    background-size: cover;
    background-repeat: repeat;
    max-height: 382px;
    background-color: #eae6df;
    height: 100%;
    opacity: 0.9;
  }
  
  .styles-module_chatBubble__F6k84 {
    background-color: #e6f8f1;
    padding: 16px 28px;
    border-radius: 20px;
    border-bottom-left-radius: 2px;
    display: inline-block;
  }
  
  .styles-module_typing__Ru9xZ {
    align-items: center;
    display: flex;
    height: 17px;
  }
  
  .styles-module_typing__Ru9xZ .styles-module_dot__RoVT7 {
    animation: styles-module_typingAnimation__fErT4 1.8s infinite ease-in-out;
    background-color: rgba(20, 105, 69, 0.7);
    border-radius: 50%;
    height: 7px;
    margin-right: 4px;
    vertical-align: middle;
    width: 7px;
    display: inline-block;
  }
  
  .styles-module_typing__Ru9xZ .styles-module_dot__RoVT7:nth-child(1) {
    animation-delay: 200ms;
  }
  
  .styles-module_typing__Ru9xZ .styles-module_dot__RoVT7:nth-child(2) {
    animation-delay: 300ms;
  }
  
  .styles-module_typing__Ru9xZ .styles-module_dot__RoVT7:nth-child(3) {
    animation-delay: 400ms;
  }
  
  .styles-module_typing__Ru9xZ .styles-module_dot__RoVT7:last-child {
    margin-right: 0;
  }
  
  .styles-module_chatBody__VBxQH .styles-module_message__Z9MOV {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    max-width: calc(100% - 120px);
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  }
  
  .styles-module_chatBody__VBxQH .styles-module_accountName__20AXD {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(17 17 17 / 50%);
  }
  
  .styles-module_chatBody__VBxQH .styles-module_messageBody__9-hwo {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
    white-space: pre-wrap;
  }
  
  .styles-module_chatBody__VBxQH .styles-module_message__Z9MOV .styles-module_triangle__K9ViC {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -10px;
    top: 0;
  }
  
  .styles-module_chatBody__VBxQH .styles-module_messageTime__MIwoR {
    display: flex;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(17 17 17 / 50%);
    justify-content: flex-end;
  }
  
  .styles-module_chatFooter__TGv0P {
    padding: 0.25rem;
    background-color: #f0f0f0;
  }
  
  .styles-module_chatFooter__TGv0P form {
    display: grid;
    align-items: center;
    grid-template-columns: 85% 15%;
    padding: 0.25rem;
  }
  
  .styles-module_chatFooter__TGv0P form .styles-module_input__WFb9L {
    border-radius: 20px;
    padding: 0 10px;
    border: none;
    background-color: #fefefe;
    min-height: 45px;
    transition: box-shadow 0.2s ease-in-out;
  }
  
  .styles-module_chatFooter__TGv0P form .styles-module_input__WFb9L:focus {
    border-color: #075e54;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(7 94 84 / 50%);
  }
  
  .styles-module_chatFooter__TGv0P form .styles-module_input__WFb9L::placeholder {
    color: #949494;
  }
  
  .styles-module_chatFooter__TGv0P form .styles-module_buttonSend__kXjja {
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }
  
  .styles-module_chatFooter__TGv0P form .styles-module_buttonSend__kXjja svg {
    vertical-align: middle;
    fill: #919191;
  }
  
  .styles-module_chatFooter__TGv0P form .styles-module_buttonSend__kXjja:disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  
  /* dark mode */
  .styles-module_dark__iZs3I .styles-module_chatBody__VBxQH {
    background-color: #0d1418;
  }
  
  .styles-module_dark__iZs3I .styles-module_chatBody__VBxQH .styles-module_message__Z9MOV {
    background-color: #056162;
    box-shadow: rgb(0 0 0 / 70%) 0px 1px 0.5px;
  }
  
  .styles-module_dark__iZs3I .styles-module_chatBody__VBxQH .styles-module_accountName__20AXD {
    color: rgb(255 255 255 / 50%);
  }
  
  .styles-module_dark__iZs3I .styles-module_chatBody__VBxQH .styles-module_messageBody__9-hwo {
    color: rgb(241 241 242 / 90%);
  }
  
  .styles-module_dark__iZs3I .styles-module_chatBody__VBxQH .styles-module_message__Z9MOV .styles-module_triangle__K9ViC {
    border-color: transparent #056162 transparent transparent;
  }
  
  .styles-module_dark__iZs3I .styles-module_chatBody__VBxQH .styles-module_messageTime__MIwoR {
    color: rgb(255 255 255 / 50%);
  }
  
  .styles-module_dark__iZs3I .styles-module_chatFooter__TGv0P {
    background-color: #1e2428;
  }
  
  .styles-module_dark__iZs3I .styles-module_chatFooter__TGv0P form .styles-module_input__WFb9L {
    background-color: #33383b;
    color: #f1f1f2;
  }
  
  .styles-module_dark__iZs3I .styles-module_chatFooter__TGv0P form .styles-module_input__WFb9L:focus {
    border-color: #0da896;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(13 168 150 / 50%);
  }
  
  .styles-module_dark__iZs3I .styles-module_chatFooter__TGv0P form .styles-module_buttonSend__kXjja svg {
    fill: rgb(104, 104, 104);
  }
  
  .styles-module_dark__iZs3I .styles-module_chatBubble__F6k84 {
    background-color: #32373a;
  }
  
  .styles-module_dark__iZs3I .styles-module_typing__Ru9xZ .styles-module_dot__RoVT7 {
    background-color: rgba(46, 148, 106, 0.7);
  }
  
  /* keyframes */
  @keyframes styles-module__pulse__BJkE8 {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.75);
    }
    100% {
      box-shadow: 0 0 0 15px rgba(37, 211, 101, 0);
    }
  }
  
  @keyframes styles-module__bounceIn__Ry9iZ {
    0% {
      opacity: 0;
      transform: scale(0, 0);
      transform-origin: bottom right;
    }
  
    50% {
      transform: scale(1.03, 1.03);
      transform-origin: bottom right;
    }
  
    100% {
      opacity: 1;
      transform: scale(1, 1);
      transform-origin: bottom right;
    }
  }
  
  @keyframes styles-module__bounceOut__d5QVu {
    0% {
      opacity: 1;
      height: scale(1, 1);
      transform-origin: bottom right;
    }
    100% {
      opacity: 0;
      transform: scale(0, 0);
      transform-origin: bottom right;
    }
  }
  
  @keyframes styles-module_typingAnimation__fErT4 {
    0% {
      transform: translateY(0px);
      background-color: rgba(20, 105, 69, 0.7);
    }
    28% {
      transform: translateY(-7px);
      background-color: rgba(20, 105, 69, 0.4);
    }
    44% {
      transform: translateY(0px);
      background-color: rgba(20, 105, 69, 0.2);
    }
  }
  
  .styles-module_notificationIndicator__gVmjV {
    display: flex;
    flex-flow: row wrap;
    place-content: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.75rem;
    min-width: 20px;
    line-height: 1;
    padding: 0px 6px;
    height: 20px;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(235, 0, 20);
    color: rgb(255, 255, 255);
    top: 0;
    right: 10px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
  }
 