:root{--webchat-min-height: 350px;--webchat-max-height: 450px;--webchat-expanded-height: 500px}@media (min-width: 800px) and (max-width: 1200px){:root{--webchat-min-height: 380px}}@media (max-width: 799px){:root{--webchat-min-height: 400px}}div#bp-embedded-webchat{min-height:var(--webchat-min-height);height:fit-content;max-height:var(--webchat-max-height);transition:max-height .8s ease-in-out,min-height .8s ease-in-out,all .3s ease-in-out;overflow:hidden;position:relative;border-radius:0!important}body.webchat-modal-open{overflow:hidden!important}div#bp-embedded-webchat.modal-expanded{position:fixed!important;z-index:999999!important;box-shadow:0 10px 40px #0000004d!important}@media (min-width: 800px){div#bp-embedded-webchat.modal-expanded{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:1000px!important;height:700px!important;max-height:700px!important;min-height:700px!important}}@media (max-width: 799px){div#bp-embedded-webchat.modal-expanded{top:40px!important;left:20px!important;right:20px!important;bottom:90px!important;width:calc(100% - 40px)!important;height:calc(100% - 130px)!important;max-height:calc(100% - 130px)!important;min-height:calc(100% - 130px)!important}}div#bp-embedded-webchat iframe{border-radius:0!important}div#bp-embedded-webchat.expanded{min-height:var(--webchat-expanded-height);max-height:var(--webchat-expanded-height)}div#bp-embedded-webchat iframe{min-height:var(--webchat-min-height);transition:min-height .8s ease-in-out}div#bp-embedded-webchat.expanded iframe{min-height:var(--webchat-expanded-height)}div#bp-embedded-webchat .bpContainer{min-height:var(--webchat-min-height)!important;transition:min-height .8s ease-in-out}div#bp-embedded-webchat.expanded .bpContainer{min-height:460px!important}#fake-webchat-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:opacity .3s ease-in-out,height .8s ease-in-out;overflow:hidden}#fake-webchat-wrapper.fade-out{opacity:0}.fake-webchat{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid #e0e0e0;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:height .8s ease-in-out}.fake-webchat.expanded{height:100%}.fake-webchat-header{background:#fff;color:#202a36;padding:10px 20px;font-weight:600;font-size:16px;display:flex;align-items:center;gap:12px}.fake-webchat-header-avatar{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;border-radius:50%;padding:3px;box-shadow:0 2px 4px #0003}.fake-webchat-header-avatar-img{width:100%;height:100%;object-fit:contain}.fake-webchat-title{display:flex;padding-top:.125rem;font-size:1rem;line-height:1.5rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.fake-webchat-body{flex:1;padding:20px;overflow-y:auto;background:#fff;display:flex;flex-direction:column;gap:16px}.fake-webchat-message{display:flex;align-items:flex-start;gap:12px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fake-webchat-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;border-radius:50%;padding:4px;box-shadow:0 2px 4px #0000001a}.fake-webchat-avatar-img{width:100%;height:100%;object-fit:contain}.fake-webchat-bubble{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 2px 4px #0000000d;font-size:15px;line-height:1.5;color:#333;max-width:85%}.fake-webchat-quick-reply{display:flex;gap:8px;margin-top:8px;padding:8px 0;overflow:hidden;position:relative;min-height:50px}.fake-webchat-quick-reply:before,.fake-webchat-quick-reply:after{content:"";position:absolute;top:0;width:40px;height:100%;z-index:2;pointer-events:none}.fake-webchat-quick-reply:before{left:0;background:linear-gradient(to right,white,transparent)}.fake-webchat-quick-reply:after{right:0;background:linear-gradient(to left,white,transparent)}.fake-webchat-quick-reply-scroll{display:flex;gap:8px;animation:scroll-left 180s linear infinite;white-space:nowrap}.fake-webchat-quick-reply:hover .fake-webchat-quick-reply-scroll{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(-50%)}to{transform:translate(0)}}.fake-quick-reply-btn{background:#fff;border:1px solid #202A36;color:#202a36;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.fake-quick-reply-btn:hover{background:#202a36;color:#fff}.fake-quick-reply-btn:active{opacity:.9}.fake-webchat-footer{padding:16px;background:#fff}.fake-webchat-input{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:14px 20px;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;color:#6b7280}.fake-webchat-input:focus{border-color:#9ca3af;box-shadow:0 0 0 3px #9ca3af1a;background:#fff;color:#111827}.webchat-expand-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.webchat-expand-btn:hover{background:#f5f5f5;transform:scale(1.1)}.webchat-expand-btn svg{width:20px;height:20px;color:#202a36}.webchat-reset-btn{position:absolute;top:10px;right:56px;height:36px;padding:0 14px 0 12px;background:#fff;border:1px solid #e0e0e0;border-radius:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;z-index:10000;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.webchat-reset-btn:hover{background:#f5f5f5;transform:scale(1.05)}.webchat-reset-btn svg{width:16px;height:16px;color:#202a36;flex-shrink:0}.webchat-reset-btn span{font-size:14px;font-weight:500;color:#202a36}@media (max-width: 799px){.fake-webchat{max-width:100%;height:100%}.fake-webchat.expanded{height:100%}.fake-webchat-body{padding:12px;gap:12px}.fake-webchat-message{gap:8px}.fake-webchat-avatar{width:32px;height:32px;padding:3px}.fake-webchat-bubble{max-width:90%;padding:10px 12px;font-size:14px;line-height:1.4}.fake-quick-reply-btn{padding:5px 10px;font-size:12px}.fake-webchat-footer{padding:12px}.fake-webchat-input{padding:12px 16px;font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/94/assets/botpress-webchat.css.map */
