.whatsapp-chat-container{position:fixed;bottom:30px;right:50px;z-index:1000}.chat-button{position:relative;background-color:#25d366;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 #25d36680;animation:pulse 1.5s infinite}.chat-button img{width:36px;height:auto}.chat-button:hover{box-shadow:0 8px 25px #25d36666}.chat-button:hover img{transform:scale(1)}@keyframes pulse{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px #25d36600}to{transform:scale(.9);box-shadow:0 0 #25d36600}}.chat-modal{width:375px;background-color:#e5ddd5;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0003;position:fixed;bottom:-100%;right:20px;transition:bottom .3s ease-in-out,opacity .3s ease-in-out;opacity:0;visibility:hidden}.chat-modal.open{bottom:105px;opacity:1;visibility:visible}.chat-modal.closing{bottom:-100%;opacity:0}.chat-header{background-color:#075e54;color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center}.header-content{display:flex;align-items:center}.profile-picture{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:10px;position:relative;padding:2px}.profile-picture:after{content:"";position:absolute;inset:0;border:2px solid #ffffff;border-radius:50%}.profile-picture img{width:100%;height:100%;object-fit:cover;border-radius:50%}.header-text h3{margin:0;font-size:16px}.header-text p{margin:2px 0 0;font-size:12px;opacity:.8}.close-button{background:none;border:none;cursor:pointer}.chat-messages{height:300px;overflow-y:auto;padding:15px;background-size:cover}.message{padding:8px 12px;border-radius:7px;margin-bottom:10px;max-width:80%;position:relative}.support-message{background-color:#fff;align-self:flex-start}.user-message{background-color:#dcf8c6;align-self:flex-end;margin-left:auto}.message p{margin:0;padding-right:40px}.message-sender{font-size:12px;color:#999}.message-time{position:absolute;bottom:3px;right:7px;font-size:11px;color:#999}.message-arrow{position:absolute;bottom:3px;right:30px;color:#999}.chat-input{display:flex;align-items:center;padding:10px;background-color:#f0f0f0}.chat-input input{flex:1;padding:10px;border:none;border-radius:20px;font-size:14px;background-color:#fff;outline:none;transition:box-shadow .3s ease}.chat-input input:focus{box-shadow:0 0 0 2px #128c7e}.chat-input input:focus::placeholder{color:#000}.chat-input .send-button{background:none;border:none;cursor:pointer;margin-left:10px}.chat-input .send-button svg{color:#128c7e}.send-button{background:none;border:none;cursor:pointer;margin-left:10px}@media screen and (max-width: 768px){.whatsapp-chat-container{bottom:20px;right:10px}.chat-button{width:50px;height:50px}.chat-modal{width:calc(100% - 20px);max-width:375px;right:10px}.chat-modal.open{bottom:80px}.chat-button img{width:30px}}@media screen and (max-width: 480px){.whatsapp-chat-container{bottom:15px;right:5px}.chat-button{width:45px;height:45px}.chat-button img{width:24px}.chat-modal{width:calc(100% - 10px);right:5px}.chat-modal.open{bottom:70px}}
