/* hotfix 222 - websitechat */
.dr-chat{position:fixed;right:18px;bottom:calc(18px + env(safe-area-inset-bottom,0px));z-index:900;font-family:'DM Sans',system-ui,sans-serif}
.dr-chat__knop{display:flex;align-items:center;gap:8px;background:#17289B;color:#fff;border:0;border-radius:999px;padding:12px 18px;font:600 15px/1 inherit;cursor:pointer;box-shadow:0 6px 20px rgba(23,40,155,.3)}
.dr-chat__knop svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round}
.dr-chat__knop--nieuw::after{content:'';width:9px;height:9px;border-radius:50%;background:#2BB673;margin-left:4px}
.dr-chat__wolkje{position:absolute;right:0;bottom:58px;width:250px;margin:0;background:#fff;color:#1A1D2E;border:1px solid rgba(23,40,155,.15);border-radius:14px;padding:12px 34px 12px 14px;font-size:14.5px;line-height:1.45;box-shadow:0 10px 30px rgba(10,16,60,.15);cursor:pointer;animation:drChatIn .3s ease}
.dr-chat__wolkje button{position:absolute;top:6px;right:8px;border:0;background:none;font-size:18px;color:#5B6078;cursor:pointer}
.dr-chat__venster{position:absolute;right:0;bottom:58px;width:360px;max-width:calc(100vw - 24px);height:500px;max-height:calc(100vh - 110px);display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 16px 48px rgba(10,16,60,.25);overflow:hidden;animation:drChatIn .25s ease}
.dr-chat__venster header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;background:#17289B;color:#fff;padding:14px 16px}
.dr-chat__venster header b{display:block;font-size:16px}
.dr-chat__venster header small{display:block;opacity:.8;font-size:12.5px;margin-top:2px}
.dr-chat__sluit{border:0;background:none;color:#fff;font-size:22px;line-height:1;cursor:pointer}
.dr-chat__lijst{flex:1;overflow-y:auto;padding:14px;background:#F4F6FB;display:flex;flex-direction:column;gap:8px}
.dr-chat__b{max-width:85%;padding:8px 12px;border-radius:12px;background:#fff;border:1px solid rgba(23,40,155,.1)}
.dr-chat__b--bezoeker{align-self:flex-end;background:#17289B;color:#fff;border-color:#17289B}
.dr-chat__b small{display:block;font-size:11.5px;opacity:.7;margin-bottom:2px}
.dr-chat__b p{margin:0;font-size:14.5px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}
.dr-chat__form{border-top:1px solid rgba(23,40,155,.12);padding:10px 12px;display:flex;flex-direction:column;gap:6px;background:#fff}
.dr-chat__start{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.dr-chat__form input,.dr-chat__form textarea{width:100%;box-sizing:border-box;border:1px solid rgba(23,40,155,.2);border-radius:8px;padding:8px 10px;font:14.5px/1.4 inherit;color:#1A1D2E;background:#fff;resize:none}
.dr-chat__form input:focus,.dr-chat__form textarea:focus{outline:2px solid #17289B;outline-offset:0}
.dr-chat__hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0}
.dr-chat__onder{display:flex;justify-content:space-between;align-items:center;gap:8px}
.dr-chat__onder button{background:#17289B;color:#fff;border:0;border-radius:8px;padding:8px 14px;font:600 14px/1 inherit;cursor:pointer}
.dr-chat__melding{color:#5B6078;font-size:12.5px}
.dr-chat__klein{color:#5B6078;font-size:11.5px;line-height:1.4}
.dr-chat__klein a{color:#17289B}
@keyframes drChatIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media (max-width:640px){
  .dr-chat{right:12px}
  .dr-chat__knop span{display:none}
  .dr-chat__knop{padding:14px}
  .dr-chat__venster{position:fixed;inset:auto 0 0 0;width:100%;max-width:none;height:85vh;border-radius:16px 16px 0 0}
}
@media (prefers-reduced-motion:reduce){.dr-chat__wolkje,.dr-chat__venster{animation:none}}

/* hotfix 225: [hidden] moet winnen van display:flex en display:grid */
.dr-chat [hidden]{display:none!important}
