.chat-message__item{display:flex}.chat-message__item__timestamp{color:#666;margin-bottom:3px;font-size:12px}.chat-message__item__text{z-index:200;background:#eee;border-radius:8px;max-width:65%;padding:8px;font-size:15px;line-height:1.2;position:relative}.chat-message__item__text:after{content:"";z-index:100;border-top:12px solid #eee;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;display:block;position:absolute;bottom:-6px;left:-6px;transform:rotate(45deg)}.chat-message.is-same-origin .chat-message__item{justify-content:flex-end}.chat-message.is-same-origin .chat-message__item__timestamp{text-align:right}.chat-message.is-same-origin .chat-message__item__text{color:#fff;background:#0074d9}.chat-message.is-same-origin .chat-message__item__text:after{border-top-color:#0074d9;left:auto;right:-6px;transform:rotate(-45deg)}.chat-link{color:#0074d9;word-break:break-all;text-decoration:underline}.chat-message.is-same-origin .chat-link{color:#fff;text-decoration:underline}
.typing-indicator{justify-content:flex-start;align-items:center;gap:4px;height:20px;padding:6px 12px;display:flex}.typing-indicator span{opacity:.4;background-color:#ccc;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingBounce;display:block}.typing-indicator span:first-child{animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{opacity:.3;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-bubble.bot .typing-indicator span{background-color:#999}.chat-window{opacity:0;pointer-events:none;z-index:10000;background:#fff;flex-direction:column;transition:all .2s ease-in-out;display:flex;position:fixed;inset:0}.chat-window.is-open{opacity:1;pointer-events:auto}.chat-window__header{background:#333;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chat-window__title{color:#fff;text-transform:uppercase;font-size:18px}.chat-window__body{flex:1;padding:16px;overflow:auto}.chat-window__body>*+*{margin-top:16px}.chat-window__footer{align-items:flex-end;padding:16px;display:flex}.chat-window__input{font-size:inherit;resize:none;background:#fff;border:1px solid #bbb;border-radius:4px;flex:1;min-height:44px;max-height:125px;padding:10px}.chat-window__send-btn{color:#fff;font-family:inherit;font-size:inherit;cursor:pointer;background:#333;border:0;border-radius:4px;min-height:44px;margin-left:16px;padding:0 16px}.chat-window__send-btn:disabled{background:#bbb}.chat-window__close-btn{appearance:none;cursor:pointer;background:#fff;border:0;border-radius:4px;padding:0;line-height:0;overflow:hidden}.chat-window__close-btn svg{fill:#333;width:32px;height:32px;transition:all .15s ease-in-out}.chat-window__close-btn:focus svg,.chat-window__close-btn:hover svg{fill:#555}.chat-window__close-btn:focus,.chat-window__send-btn:focus,.chat-window__input:focus{outline:0;box-shadow:0 0 0 3px #99ceff}.floating-chat-toggle{color:#fff;cursor:pointer;z-index:10000;background:#333;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;transition:background .2s ease-in-out;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 4px 12px #00000040}.floating-chat-toggle:hover{background:#555}@media (min-width:576px){.chat-window{border-radius:8px;width:350px;overflow:hidden;box-shadow:0 8px 16px #0003}.chat-window__body{flex:0 0 350px}.chat-window--top-right{inset:16px 16px auto auto}.chat-window--top-left{inset:16px auto auto 16px}.chat-window--bottom-right{inset:auto 16px 16px auto}.chat-window--bottom-left{inset:auto auto 16px 16px}}
/*# sourceMappingURL=d8943e89b046dbca.css.map*/