.vc-site-chat-toggle{
  position:fixed;right:24px;bottom:24px;z-index:850;
  width:62px;height:56px;display:grid;place-items:center;
  border:0;border-radius:20px 20px 20px 7px;
  background:#121212;color:#fff;
  box-shadow:0 15px 38px rgba(0,0,0,.24);
  cursor:pointer;transition:transform .2s,box-shadow .2s
}
.vc-site-chat-toggle:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.vc-site-chat-toggle:focus-visible{outline:2px solid #121212;outline-offset:4px}
.vc-site-chat-toggle img{
  display:block;width:25px;height:31px;object-fit:contain;
  filter:none;pointer-events:none
}
.vc-site-chat{
  position:fixed;right:24px;bottom:96px;z-index:851;
  width:min(390px,calc(100vw - 32px));
  height:min(540px,calc(100dvh - 132px));
  min-height:340px;display:flex;flex-direction:column;
  overflow:hidden;border:1px solid rgba(0,0,0,.07);
  border-radius:24px;background:rgba(255,255,255,.97);
  -webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);
  box-shadow:0 20px 50px rgba(0,0,0,.18);
  opacity:1;transform:none;
  transition:.35s cubic-bezier(.16,1,.3,1);
  isolation:isolate
}
.vc-site-chat[hidden]{display:none!important}
.vc-chat-head{
  flex:0 0 auto;display:flex!important;justify-content:space-between!important;
  align-items:center!important;min-height:68px;margin:0!important;
  padding:16px!important;border:0!important;
  border-bottom:1px solid rgba(0,0,0,.06)!important;
  background:rgba(255,255,255,.92)!important
}
.vc-chat-head>div{display:flex;align-items:center;gap:12px}
.vc-chat-status{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.1)}
.vc-chat-head b{font:700 10px Montserrat,Arial,sans-serif;text-transform:uppercase;letter-spacing:.13em}
.vc-chat-head button{
  display:grid;place-items:center;width:36px;height:36px;margin:0;padding:0;
  border:0;border-radius:50%;background:rgba(0,0,0,.05);color:#111;
  font:400 21px/1 Arial,sans-serif;cursor:pointer
}
.vc-chat-messages{
  flex:1 1 auto;min-height:0;overflow:auto;padding:16px;
  display:flex;flex-direction:column;gap:16px;
  background:rgba(249,249,248,.7);
  overscroll-behavior:contain;touch-action:pan-y
}
.vc-chat-message{
  max-width:85%;margin:0;padding:10px 14px;
  border-radius:15px 15px 15px 2px;background:rgba(18,18,18,.06);
  font:400 11px/1.55 Montserrat,Arial,sans-serif;align-self:flex-start;
  white-space:pre-line
}
.vc-chat-message.user{align-self:flex-end;border-radius:15px 15px 2px 15px;background:#121212;color:#fff}
.vc-chat-whatsapp{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:10px;padding:10px 14px;border-radius:999px;
  background:#121212;color:#fff;text-decoration:none;
  font:700 9px/1 Montserrat,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase
}
.vc-chat-whatsapp:hover{background:#252525}
.vc-chat-footer{
  flex:0 0 auto;display:block!important;width:100%!important;
  min-height:104px;margin:0!important;padding:14px 16px 13px!important;
  border:0!important;border-top:1px solid rgba(0,0,0,.06)!important;
  background:#fff!important;color:#181818!important
}
.vc-chat-form{
  position:relative;display:flex!important;align-items:center!important;
  width:100%!important;margin:0!important;padding:0!important
}
.vc-chat-form input{
  display:block;width:100%!important;min-width:0;height:46px;
  margin:0!important;border:1px solid rgba(0,0,0,.1)!important;
  border-radius:999px!important;background:#f9f9f8!important;
  padding:13px 52px 13px 18px!important;color:#181818!important;
  outline:none;font:400 11px Montserrat,Arial,sans-serif!important
}
.vc-chat-form input:focus{border-color:#181818!important;box-shadow:0 0 0 1px #181818}
.vc-chat-form button{
  position:absolute!important;right:6px!important;top:6px!important;
  width:34px!important;height:34px!important;margin:0!important;padding:0!important;
  display:grid!important;place-items:center!important;border:0!important;
  border-radius:50%!important;background:#121212!important;color:#fff!important;
  font:400 17px/1 Arial,sans-serif!important;cursor:pointer
}
.vc-chat-disclaimer{
  display:block!important;width:100%;margin:8px 4px 0!important;
  color:#888!important;font:400 7px/1.4 Montserrat,Arial,sans-serif!important;
  letter-spacing:.04em!important;text-transform:uppercase
}
@media(max-width:600px){
  /* iOS Safari enlarges the viewport when a focused field is below 16px. */
  .vc-chat-form input{font-size:16px!important}
  .vc-site-chat-toggle{
    right:max(14px,env(safe-area-inset-right));
    bottom:max(14px,env(safe-area-inset-bottom));
    width:58px;height:52px;border-radius:18px 18px 18px 6px
  }
  .vc-site-chat-toggle img{width:23px;height:28px}
  .vc-site-chat{
    left:12px;right:12px;top:auto;
    bottom:calc(72px + env(safe-area-inset-bottom));
    width:auto;height:min(68dvh,560px);min-height:320px;max-height:calc(100dvh - 96px);
    border:1px solid rgba(0,0,0,.07);border-radius:22px
  }
  .vc-chat-head{min-height:60px;padding:12px 14px!important}
  .vc-chat-messages{padding:14px}
  .vc-chat-footer{min-height:98px;padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important}
}
@media(max-width:380px),(max-height:560px){
  .vc-site-chat{height:min(64dvh,430px);min-height:280px}
  .vc-chat-disclaimer{display:none!important}
  .vc-chat-footer{min-height:72px}
}
