#abec-root{
  --abec-color:#163b65;
  position:fixed!important;
  right:22px;
  bottom:22px;
  z-index:2147483000!important;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;
  color:#40566b;
  line-height:1.4;
}
#abec-root.abec-left{right:auto;left:22px}
#abec-root,#abec-root *{box-sizing:border-box}

.abec-launch{
  display:grid!important;place-items:center!important;
  width:58px!important;height:58px!important;min-width:58px!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;
  background:var(--abec-color)!important;color:#fff!important;font-size:24px!important;
  box-shadow:0 8px 30px rgba(0,0,0,.22)!important;cursor:pointer!important;
}
.abec-launch img,.abec-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.is-open .abec-launch{opacity:0!important;visibility:hidden!important;pointer-events:none!important}

.abec-panel{
  display:none!important;
  position:fixed!important;
  right:22px!important;bottom:22px!important;
  width:min(390px,calc(100vw - 28px))!important;
  height:min(650px,calc(100dvh - 44px))!important;
  max-height:calc(100dvh - 44px)!important;
  margin:0!important;padding:0!important;
  background:#fff!important;border:0!important;border-radius:18px!important;
  box-shadow:0 18px 60px rgba(0,0,0,.25)!important;
  overflow:hidden!important;
}
.abec-left .abec-panel{right:auto!important;left:22px!important}
.abec-panel.open{
  display:flex!important;
  flex-direction:column!important;
  animation:abec-in .18s ease-out;
}
@keyframes abec-in{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}

.abec-header{
  position:relative!important;inset:auto!important;z-index:10!important;
  flex:0 0 70px!important;
  width:100%!important;height:70px!important;min-height:70px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  padding:10px 12px!important;margin:0!important;
  background:#fff!important;color:#3f5367!important;
  border:0!important;border-bottom:1px solid #e9edf1!important;
  box-shadow:0 2px 8px rgba(0,0,0,.05)!important;
  overflow:hidden!important;
}
.abec-heading{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:calc(100% - 94px)!important}
.abec-heading strong{display:block!important;margin:0!important;font-size:17px!important;font-weight:600!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#3f5367!important}
.abec-avatar{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#43b02a!important;color:#fff!important;font-size:10px!important;font-weight:700!important;overflow:hidden!important}
.abec-header-actions{display:flex!important;align-items:center!important;gap:4px!important;flex:0 0 auto!important;position:static!important;transform:none!important;width:auto!important;height:auto!important;visibility:visible!important;opacity:1!important}
.abec-reset,.abec-close{
  display:grid!important;place-items:center!important;
  position:static!important;inset:auto!important;
  width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
  max-width:40px!important;max-height:40px!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;
  background:transparent!important;color:#606970!important;box-shadow:none!important;cursor:pointer!important;
}
.abec-reset:hover,.abec-close:hover,.abec-reset:focus,.abec-close:focus{background:#f1f4f6!important;color:#202b33!important;outline:none!important}
.abec-reset svg,.abec-close svg{display:block!important;width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none!important}

.abec-body{
  position:relative!important;
  flex:1 1 auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  background:#fff!important;
}
.abec-log{
  position:relative!important;inset:auto!important;
  flex:1 1 auto!important;min-height:0!important;height:auto!important;
  overflow-y:auto!important;overflow-x:hidden!important;
  padding:18px 18px 20px!important;margin:0!important;
  background:#fff!important;
  overscroll-behavior:contain!important;overflow-anchor:none!important;
  scroll-behavior:smooth!important;
}
.abec-msg{width:max-content!important;max-width:88%!important;padding:12px 16px!important;border-radius:24px!important;margin:0 0 10px!important;line-height:1.42!important;font-size:16px!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}
.abec-msg.bot{background:#f4f4f4!important;color:#40566b!important;white-space:normal!important}
.abec-msg.user{background:var(--abec-color)!important;color:#fff!important;margin-left:auto!important;border-bottom-right-radius:7px!important;white-space:pre-wrap!important}
.abec-msg.bot a{color:#075fc8!important;text-decoration:underline!important;text-underline-offset:2px!important;font-weight:inherit!important}
.abec-msg.bot a:hover,.abec-msg.bot a:focus{color:#044c9f!important;text-decoration-thickness:2px!important}
.abec-msg.bot strong,.abec-msg.bot b{font-weight:700!important}
.abec-msg.bot p{margin:0 0 10px!important}.abec-msg.bot p:last-child{margin-bottom:0!important}

.abec-interactive{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:14px 16px 16px!important;border-radius:24px!important}
.abec-choice{display:flex!important;align-items:center!important;gap:10px!important;width:auto!important;max-width:100%!important;min-height:45px!important;padding:9px 14px!important;margin:0!important;border:1.5px solid #0767db!important;border-radius:24px!important;background:#fff!important;color:#075fc8!important;font:inherit!important;font-size:17px!important;text-align:left!important;line-height:1.25!important;white-space:normal!important;cursor:pointer!important;box-shadow:none!important}
.abec-choice:hover,.abec-choice:focus{background:#edf6ff!important;outline:none!important}.abec-choice:disabled{opacity:.55!important;cursor:default!important}
.abec-radio{flex:0 0 15px!important;width:15px!important;height:15px!important;border-radius:50%!important;background:#dfe2e5!important}

.abec-input{position:relative!important;flex:0 0 auto!important;padding:10px 14px 12px!important;margin:0!important;border:0!important;border-top:1px solid #edf0f3!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important;background:#fff!important}
.abec-input:empty{display:none!important}.abec-field-wrap{width:100%!important}
.abec-input input,.abec-input textarea{width:100%!important;border:1px solid #cbd3dc!important;border-radius:12px!important;padding:12px!important;background:#fff!important;color:#263746!important;font:inherit!important;box-shadow:none!important;margin:0!important}
.abec-input textarea{min-height:82px!important;resize:vertical!important}
.abec-action{border:1.5px solid var(--abec-color)!important;background:#fff!important;color:var(--abec-color)!important;padding:9px 16px!important;margin:0!important;border-radius:999px!important;font:inherit!important;cursor:pointer!important;box-shadow:none!important}
.abec-action:hover{background:var(--abec-color)!important;color:#fff!important}
.abec-checks{width:100%!important;display:grid!important;gap:8px!important}.abec-checks label,.abec-consent{display:flex!important;align-items:flex-start!important;gap:9px!important;font-size:14px!important;cursor:pointer!important}.abec-checks input,.abec-consent input{margin-top:3px!important}.abec-consent a{color:var(--abec-color)!important}
.abec-error{width:100%!important;padding:7px 9px!important;border-radius:8px!important;background:#fff0f0!important;color:#a40000!important;font-size:13px!important}
.abec-brand{position:relative!important;flex:0 0 32px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:100%!important;min-height:32px!important;padding:5px 8px 7px!important;margin:0!important;border-top:1px solid #f0f2f4!important;background:#fff!important;color:#8a939d!important;text-align:center!important;font-size:11px!important;line-height:1!important}
.abec-sending{font-size:13px!important;color:#64707c!important}

@media(max-width:480px){
 #abec-root{right:0!important;bottom:0!important;left:auto!important}
 .abec-panel,.abec-left .abec-panel{
   right:8px!important;left:8px!important;top:8px!important;bottom:8px!important;
   width:auto!important;height:auto!important;max-height:none!important;
   border-radius:16px!important;
 }
 .abec-header{flex-basis:68px!important;height:68px!important;min-height:68px!important;padding:9px 10px!important}
 .abec-heading{max-width:calc(100% - 90px)!important}.abec-heading strong{font-size:16px!important}.abec-avatar{width:36px!important;height:36px!important;flex-basis:36px!important}
 .abec-reset,.abec-close{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
 .abec-log{padding:16px!important}.abec-msg{font-size:15px!important}.abec-choice{font-size:16px!important}
 .abec-launch{width:54px!important;height:54px!important;min-width:54px!important;margin:0 10px 10px 0!important}
}

.abec-field-help{display:block;margin-top:7px;color:#687586;font-size:12px;line-height:1.35}
