#rootLib2bWhatsApp .floatingWhatsapp{width:100%;height:100%;text-align:left;position:relative}#rootLib2bWhatsApp .whatsappButton{width:60px;height:60px;display:flex;justify-content:center;align-items:center;position:fixed;bottom:1.5rem;right:1.5rem;cursor:pointer;background-color:#25d366;border-radius:50%;user-select:none;box-shadow:0px 4px 10px 0px rgba(0,0,0,.15);z-index:9998}#rootLib2bWhatsApp .whatsappButton: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:_pulse 1.2s infinite}#rootLib2bWhatsApp .whatsappButton svg{fill:#fff;padding:.5rem;width:55px;height:55px}#rootLib2bWhatsApp .whatsappChatBox{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 .2s ease-out;box-shadow:0 3px 10px 0 rgba(0,0,0,.2);z-index:9999}#rootLib2bWhatsApp .whatsappChatBox.open{animation:_bounceIn .4s both;opacity:1}#rootLib2bWhatsApp .whatsappChatBox.close{animation:_bounceOut .4s both}#rootLib2bWhatsApp .chatHeader{background-color:#075e54;display:-ms-grid;display:grid;align-items:center;padding:.25rem;grid-template-columns:20% 60% 1fr;gap:1%}#rootLib2bWhatsApp .chatHeader .avatar{padding:.25rem;position:relative}#rootLib2bWhatsApp .chatHeader .avatar img{vertical-align:middle;border-radius:50%;height:60px;width:60px;border:1px solid hsla(0,0%,100%,.473)}#rootLib2bWhatsApp .chatHeader .avatar:after{content:"";width:10px;height:10px;background:#4fbe86;border:1px solid #fff;position:absolute;border-radius:50%;bottom:5px;right:8px}#rootLib2bWhatsApp .chatHeader .avatar svg{fill:#fff;vertical-align:middle}#rootLib2bWhatsApp .chatHeader .status{color:#fff;display:flex;flex-direction:column;padding:.5rem}#rootLib2bWhatsApp .chatHeader .statusTitle{font-size:1rem;font-weight:700}#rootLib2bWhatsApp .chatHeader .statusSubtitle{font-size:.8rem;color:#f0f0f0}#rootLib2bWhatsApp .chatHeader .close{padding:1rem;cursor:pointer;text-align:center}#rootLib2bWhatsApp .chatHeader .close svg{fill:#fff;width:24px;height:24px}#rootLib2bWhatsApp .chatBody{padding:20px;background-size:cover;background-repeat:repeat;max-height:382px;background-color:#eae6df;height:100%;opacity:.9}#rootLib2bWhatsApp .chatBubble{background-color:#e6f8f1;padding:16px 28px;border-radius:20px;border-bottom-left-radius:2px;display:inline-block}#rootLib2bWhatsApp .typing{align-items:center;display:flex;height:17px}#rootLib2bWhatsApp .typing .dot{animation:typingAnimation 1.8s infinite ease-in-out;background-color:rgba(20,105,69,.7);border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}#rootLib2bWhatsApp .typing .dot:nth-child(1){animation-delay:200ms}#rootLib2bWhatsApp .typing .dot:nth-child(2){animation-delay:300ms}#rootLib2bWhatsApp .typing .dot:nth-child(3){animation-delay:400ms}#rootLib2bWhatsApp .typing .dot:last-child{margin-right:0}#rootLib2bWhatsApp .chatBody .message{padding:7px 14px 6px;background-color:#fff;border-radius:0px 8px 8px;position:relative;max-width:calc(100% - 120px);z-index:2;box-shadow:rgba(0,0,0,.13) 0px 1px .5px}#rootLib2bWhatsApp .chatBody .accountName{font-size:13px;font-weight:700;line-height:18px;color:rgba(17,17,17,.5)}#rootLib2bWhatsApp .chatBody .messageBody{font-size:14px;line-height:19px;margin-top:4px;color:#111;white-space:pre-wrap}#rootLib2bWhatsApp .chatBody .message .triangle{display:inline-block;width:0;height:0;border-style:solid;border-width:0 20px 20px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;left:-10px;top:0}#rootLib2bWhatsApp .chatBody .messageTime{display:flex;margin-top:4px;font-size:12px;line-height:16px;color:rgba(17,17,17,.5);justify-content:flex-end}#rootLib2bWhatsApp .chatFooter{padding:.25rem;background-color:#f0f0f0}#rootLib2bWhatsApp .chatFooter form{display:-ms-grid;display:grid;align-items:center;grid-template-columns:85% 15%;padding:.25rem;margin-bottom:0}#rootLib2bWhatsApp .chatFooter form .input{border-radius:20px;padding:0 10px;border:none;background-color:#fefefe;min-height:45px;transition:box-shadow .2s ease-in-out}#rootLib2bWhatsApp .chatFooter form .input:focus{border-color:#075e54;outline:0;box-shadow:0 0 0 1px rgba(7,94,84,.5)}#rootLib2bWhatsApp .chatFooter form .input::-webkit-input-placeholder{color:#949494}#rootLib2bWhatsApp .chatFooter form .input::-moz-placeholder{color:#949494}#rootLib2bWhatsApp .chatFooter form .input:-ms-input-placeholder{color:#949494}#rootLib2bWhatsApp .chatFooter form .input::-ms-input-placeholder{color:#949494}#rootLib2bWhatsApp .chatFooter form .input::placeholder{color:#949494}#rootLib2bWhatsApp .chatFooter form .buttonSend{background-color:rgba(0,0,0,0);border:0;cursor:pointer}#rootLib2bWhatsApp .chatFooter form .buttonSend svg{vertical-align:middle;fill:#919191}#rootLib2bWhatsApp .chatFooter form .buttonSend:disabled{pointer-events:none;opacity:.5}#rootLib2bWhatsApp .dark .chatBody{background-color:#0d1418}#rootLib2bWhatsApp .dark .chatBody .message{background-color:#056162;box-shadow:rgba(0,0,0,.7) 0px 1px .5px}#rootLib2bWhatsApp .dark .chatBody .accountName{color:hsla(0,0%,100%,.5)}#rootLib2bWhatsApp .dark .chatBody .messageBody{color:rgba(241,241,242,.9)}#rootLib2bWhatsApp .dark .chatBody .message .triangle{border-color:rgba(0,0,0,0) #056162 rgba(0,0,0,0) rgba(0,0,0,0)}#rootLib2bWhatsApp .dark .chatBody .messageTime{color:hsla(0,0%,100%,.5)}#rootLib2bWhatsApp .dark .chatFooter{background-color:#1e2428}#rootLib2bWhatsApp .dark .chatFooter form .input{background-color:#33383b;color:#f1f1f2}#rootLib2bWhatsApp .dark .chatFooter form .input:focus{border-color:#0da896;outline:0;box-shadow:0 0 0 1px rgba(13,168,150,.5)}#rootLib2bWhatsApp .dark .chatFooter form .buttonSend svg{fill:#686868}#rootLib2bWhatsApp .dark .chatBubble{background-color:#32373a}#rootLib2bWhatsApp .dark .typing .dot{background-color:rgba(46,148,106,.7)}#rootLib2bWhatsApp .notificationIndicator{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:.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:#eb0014;color:#fff;top:0;right:10px;transform:scale(1) translate(50%, -50%);transform-origin:100% 0%}@media(max-width: 575px){#rootLib2bWhatsApp .whatsappChatBox{right:0;left:0;max-width:90%;margin:auto}}@keyframes _pulse{0%{box-shadow:0 0 0 0 rgba(37,211,101,.75)}100%{box-shadow:0 0 0 15px rgba(37,211,101,0)}}@keyframes _bounceIn{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 _bounceOut{0%{opacity:1;height:scale(1, 1);transform-origin:bottom right}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}}@keyframes typingAnimation{0%{transform:translateY(0px);background-color:rgba(20,105,69,.7)}28%{transform:translateY(-7px);background-color:rgba(20,105,69,.4)}44%{transform:translateY(0px);background-color:rgba(20,105,69,.2)}}

/*# sourceMappingURL=main.css.map*/