.sonatika_tchat{position:fixed;bottom:15px;right:20px;z-index:9999}.sonatika_tchat__container{display:flex;align-items:center;justify-content:center;position:relative}#sonatika_tchat__button_toggle{background-color:transparent;border:none;cursor:pointer;padding:0;margin:0;width:60px;height:60px}#sonatika_tchat__button_toggle img{width:100%;height:100%;transition:transform .3s}.sonatika_tchat__container__bubble{border-radius:10px;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.2);padding:20px}.sonatika_tchat__container__bubble__header{display:flex;justify-content:space-between;align-items:center;background-color:#000;color:#fff;margin:-20px -20px 20px;padding:11px 20px;border-radius:10px 10px 0 0}.sonatika_tchat__container__bubble__header p{color:#fff;font-weight:700;font-size:1.1rem;margin:.5rem 0}.sonatika_tchat__container__bubble__header button{border:none;background-color:transparent;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;margin:0}.sonatika_tchat__container__bubble__content__form{padding:20px;margin:20px auto -20px;border-radius:0 0 10px 10px;display:flex;flex-direction:column;width:300px}.sonatika_tchat__container__bubble__content__form form{width:100%;display:flex;justify-content:space-between;align-items:center}.sonatika_tchat__container__bubble__content__form input{padding:10px 20px;font-size:.8rem;width:80%;margin-right:5%;border-radius:5px;border:1px solid #000}.sonatika_tchat__container__bubble__content__form button{background-color:#000;color:#fff;border:none;padding:10px 20px;cursor:pointer;border-radius:5px}.sonatika_tchat__container__bubble__content__messages_left,.sonatika_tchat__container__bubble__content__messages_right{display:flex;align-items:center;margin-bottom:10px}.sonatika_tchat__container__bubble__content__messages_left{justify-content:flex-start}.sonatika_tchat__container__bubble__content__messages_right{justify-content:flex-end}.sonatika_tchat__container__bubble__content__messages_left__message,.sonatika_tchat__container__bubble__content__messages_right__message{background-color:#f1f1f1;display:flex;flex-direction:column;padding:10px;border-radius:10px;min-width:70%;margin:5px;max-width:300px}.sonatika_tchat__container__bubble__content__messages_right__message{background-color:var(--color-primary)}.time{font-size:.8rem;color:#888;margin-top:5px}.sonatika_tchat__container__bubble__content_whatsapp{display:flex;align-items:center;justify-content:center;padding:20px;width:300px}.hidden,.sonatika_tchat__container__bubble__content__form form.hidden{display:none}.sonatika_tchat__container__bubble__content_whatsapp a{text-decoration:none;color:#000;flex-direction:column;gap:10px;display:flex;align-items:center}.sonatika_tchat__container__bubble__content_whatsapp img{width:40px;height:40px;margin-right:10px}#sonatika_tchat__toggle{background-color:transparent;border:none;cursor:pointer;padding:5px;margin-top:20px;margin-bottom:-10px;text-align:center}#sonatika_tchat__toggle p,#sonatika_tchat__toggle span{display:inline-flex;gap:4px}.sonatika_tchat__container__bubble__content,.sonatika_tchat__container__bubble__content__form,.sonatika_tchat__container__bubble__content_whatsapp{max-height:300px;overflow-y:auto}