﻿[data-chat-container],#chat-container{--default-height:700px;--default-width:450px;--default-header-height:38px;--default-form-height:60px;--default-form-button-width:56px;--default-header-background-color:var(--primary);--default-scrollbar-thumb-background-color:var(--primary);--action-diameter:60px;--action-gap:20px;--avatar-diameter:30px;--chat-background-color:#fff;--chat-user-color:#fff;--chat-user-background-color:#454;--chat-agent-color:#fff;--chat-agent-background-color:#323;--chat-typing-color-waiting:#b45454;--chat-typing-color-1:#6cad96;--chat-typing-color-2:#9ecab9;--chat-typing-color-3:#b5d9cb;--default-date-color:#999;--default-border-color:#b7b7b7;--scrollbar-width:.5rem;}[data-chat-container].fullscreen .chat-container,#chat-container.fullscreen .chat-container{top:0;bottom:unset;right:0;max-height:calc(var(--dynamic-vh,1vh)*100);max-width:100%;border-radius:0;}[data-chat-container].fullscreen.open-chat .chat-container,#chat-container.fullscreen.open-chat .chat-container{width:100%;height:calc(var(--dynamic-vh,1vh)*100);}[data-chat-container].open-chat,#chat-container.open-chat{display:initial;}[data-chat-container].open-chat .floating-button,#chat-container.open-chat .floating-button{display:none;}[data-chat-container].open-chat .chat-container,#chat-container.open-chat .chat-container{width:var(--default-width);height:var(--default-height);opacity:1;z-index:1001;}@media screen and (max-width:768px){[data-chat-container].open-chat .chat-container,#chat-container.open-chat .chat-container{top:0;bottom:unset;right:0;max-height:calc(var(--dynamic-vh,1vh)*100);max-width:100%;border-radius:0;width:100%;height:calc(var(--dynamic-vh,1vh)*100);}}[data-chat-container].close-chat .chat-container,#chat-container.close-chat .chat-container{display:none;}[data-chat-container].chat-mode-voice.open-chat.with-video:not(.fullscreen) .chat-container,#chat-container.chat-mode-voice.open-chat.with-video:not(.fullscreen) .chat-container{width:calc(var(--default-width)*1.8);}[data-chat-container].chat-mode-voice.open-chat .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play,#chat-container.chat-mode-voice.open-chat .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play{display:inline-flex;}[data-chat-container].chat-mode-voice.open-chat .chat-container .chat-body .text-container .btn-microphone,#chat-container.chat-mode-voice.open-chat .chat-container .chat-body .text-container .btn-microphone{display:flex;}[data-chat-container].chat-mode-voice.open-chat .chat-container .chat-body .video-container,#chat-container.chat-mode-voice.open-chat .chat-container .chat-body .video-container{display:flex;}[data-chat-container].lock .overlay,#chat-container.lock .overlay{width:100%;height:calc(100% - var(--default-header-height));top:var(--default-header-height);left:0;border-radius:0;opacity:1;}[data-chat-container] .floating-button,#chat-container .floating-button{position:fixed;bottom:var(--action-gap);right:var(--action-gap);width:var(--action-diameter);height:var(--action-diameter);display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:rgba(0,0,0,.35) 0 5px 15px;z-index:1001;}[data-chat-container] .chat-container,#chat-container .chat-container{position:fixed;bottom:var(--action-gap);right:var(--action-gap);width:0;height:0;max-width:calc(100% - var(--action-gap)*2);min-width:340px;max-height:calc(var(--dynamic-vh,1vh)*100 - var(--action-gap)*2);opacity:0;display:flex;flex-direction:column;border-radius:5px;background-color:var(--chat-background-color);box-shadow:rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px;transition:all .2s ease;z-index:1000;overflow:hidden;}[data-chat-container] .chat-container .has-more,#chat-container .chat-container .has-more{padding:3px 10px;background:#eee;border-radius:4px;margin:50px auto 20px auto;color:#888;font-size:.85rem;}[data-chat-container] .chat-container .chat-header,#chat-container .chat-container .chat-header{height:var(--default-header-height);display:flex;align-items:center;padding:5px 5px 5px 15px;background-color:var(--default-header-background-color);color:#fff;position:relative;cursor:move;flex-wrap:nowrap;}[data-chat-container] .chat-container .chat-header .btn-group,#chat-container .chat-container .chat-header .btn-group{display:flex;flex-wrap:nowrap!important;}[data-chat-container] .chat-container .chat-header button,#chat-container .chat-container .chat-header button{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}[data-chat-container] .chat-container .chat-header .chat-agent-name,#chat-container .chat-container .chat-header .chat-agent-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}[data-chat-container] .chat-container .chat-header .chat-logo,#chat-container .chat-container .chat-header .chat-logo{max-width:var(--avatar-diameter);max-height:var(--avatar-diameter);border-radius:1000px;box-shadow:rgba(0,0,0,.35) 0 5px 15px;margin-right:10px;}@media screen and (max-width:768px){[data-chat-container] .chat-container .chat-header .fullscreen-switch,#chat-container .chat-container .chat-header .fullscreen-switch{display:none;}}[data-chat-container] .chat-container .chat-body,#chat-container .chat-container .chat-body{display:flex;height:calc(100% - var(--default-header-height));}[data-chat-container] .chat-container .chat-body .text-container,#chat-container .chat-container .chat-body .text-container{display:flex;flex-direction:column;flex:1;position:relative;}@media screen and (max-width:768px){[data-chat-container] .chat-container .chat-body .text-container,#chat-container .chat-container .chat-body .text-container{height:50%;}}[data-chat-container] .chat-container .chat-body .text-container::after,#chat-container .chat-container .chat-body .text-container::after{content:"";position:absolute;top:0;left:0;right:var(--scrollbar-width);height:50px;z-index:1;background:linear-gradient(0deg,rgba(255,255,255,0) 0%,#fff 100%);}[data-chat-container] .chat-container .chat-body .text-container .chat-content,#chat-container .chat-container .chat-body .text-container .chat-content{flex:1;max-height:100%;overflow:auto;display:flex;flex-direction:column;padding:.5rem;scroll-behavior:smooth;position:relative;}[data-chat-container] .chat-container .chat-body .text-container .chat-content::-webkit-scrollbar,#chat-container .chat-container .chat-body .text-container .chat-content::-webkit-scrollbar{width:var(--scrollbar-width);}[data-chat-container] .chat-container .chat-body .text-container .chat-content::-webkit-scrollbar-track,#chat-container .chat-container .chat-body .text-container .chat-content::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);}[data-chat-container] .chat-container .chat-body .text-container .chat-content::-webkit-scrollbar-thumb,#chat-container .chat-container .chat-body .text-container .chat-content::-webkit-scrollbar-thumb{background-color:var(--default-scrollbar-thumb-background-color);border-radius:1rem;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-date-container,#chat-container .chat-container .chat-body .text-container .chat-content .chat-date-container{position:relative;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-date-container>:last-child.chat-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-date-container>:last-child.chat-date{display:none;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-date-container:hover .chat-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-date-container:hover .chat-date{opacity:1;}@media screen and (max-width:768px){[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-date-container .chat-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-date-container .chat-date{opacity:1;}}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-date-container .chat-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-date-container .chat-date{position:sticky;top:0;margin:10px 0;text-align:center;opacity:0;transition:all .2 ease;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-date-container .chat-date span,#chat-container .chat-container .chat-body .text-container .chat-content .chat-date-container .chat-date span{background-color:rgba(0,0,0,.09);padding:1px 7px 0 7px;display:inline-block;color:var(--default-date-color);font-size:.7rem;font-weight:bold;font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;border-radius:3px;position:relative;z-index:0;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container{display:flex;align-items:end;position:relative;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container:first-child,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container:first-child{margin-top:50px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container.left,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container.left{flex-direction:row;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container.left .chat-bubble-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container.left .chat-bubble-date{left:10px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container.right,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container.right{flex-direction:row-reverse;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container.right .chat-bubble-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container.right .chat-bubble-date{right:10px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble-avatar,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble-avatar{width:48px;height:48px;display:flex;align-items:start;justify-content:center;margin:.5rem 0;border-radius:1000px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble-avatar img,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble-avatar img{max-width:100%;max-height:100%;border-radius:1000px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble{padding:.5rem 1rem;border-radius:1.15rem;display:block;margin:.5rem;position:relative;transition:all .5s ease;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .chat-bubble-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .chat-bubble-date{position:absolute;bottom:-15px;color:var(--default-date-color);font-size:.7rem;font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;white-space:nowrap;opacity:0;transition:all .2s ease-in;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble:hover .chat-bubble-date,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble:hover .chat-bubble-date{opacity:1;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble::before,[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble::after,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble::before,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble::after{bottom:-.1rem;content:"";height:1rem;position:absolute;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.left,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.left{margin-right:40px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.left::before,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.left::before{border-bottom-right-radius:.7rem;border-right:1rem solid transparent;left:-.35rem;transform:translate(0,-.1rem);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.left::after,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.left::after{border-bottom-right-radius:.5rem;left:0;transform:translate(-6px,-2px);width:6px;background-color:var(--chat-background-color);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.right,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.right{margin-left:40px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.right::before,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.right::before{border-bottom-left-radius:.7rem;border-left:1rem solid transparent;right:-.35rem;transform:translate(0,-.1rem);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.right::after,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.right::after{border-bottom-left-radius:.5rem;right:0;transform:translate(6px,-2px);width:6px;background-color:var(--chat-background-color);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.user,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.user{background-color:var(--chat-user-background-color);color:var(--chat-user-color);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.user::before,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.user::before{border-color:var(--chat-user-background-color);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.agent,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.agent{background-color:var(--chat-agent-background-color);color:var(--chat-agent-color);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.agent::before,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.agent::before{border-color:var(--chat-agent-background-color);}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble p[class^=from-].emoji,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble p[class^=from-].emoji{background:none;font-size:2.5rem;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.active,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble.active{box-shadow:#c8c81e 0 0 9px 2px;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble p:last-child,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble p:last-child{margin-bottom:0;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play{display:none;width:24px;height:24px;border-radius:40px;align-items:center;justify-content:center;color:var(--chat-agent-color);padding:0;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play .status-loading,[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play .status-playing,[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play .status-paused,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play .status-loading,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play .status-playing,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play .status-paused{display:none;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play[data-status=loading] .status-loading,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play[data-status=loading] .status-loading{display:block;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play[data-status=playing] .status-playing,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play[data-status=playing] .status-playing{display:block;}[data-chat-container] .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play[data-status=paused] .status-paused,#chat-container .chat-container .chat-body .text-container .chat-content .chat-bubble-container .chat-bubble .btn-play[data-status=paused] .status-paused{display:block;}[data-chat-container] .chat-container .chat-body .text-container .btn-microphone,#chat-container .chat-container .chat-body .text-container .btn-microphone{background:#fff;display:none;}[data-chat-container] .chat-container .chat-body .text-container .btn-microphone:hover,#chat-container .chat-container .chat-body .text-container .btn-microphone:hover{color:#eee;background-color:var(--chat-user-background-color);}[data-chat-container] .chat-container .chat-body .text-container .btn-microphone:active,#chat-container .chat-container .chat-body .text-container .btn-microphone:active{color:#fff;background-color:var(--chat-agent-background-color);animation:pulse .8s infinite ease-in-out alternate;}@keyframes pulse{from{transform:scale(.97);}to{transform:scale(1.03);}}[data-chat-container] .chat-container .chat-body .text-container .chat-form,#chat-container .chat-container .chat-body .text-container .chat-form{padding:3px;border-top:1px solid var(--default-border-color);display:flex;}[data-chat-container] .chat-container .chat-body .text-container .chat-form button,#chat-container .chat-container .chat-body .text-container .chat-form button{align-items:center;justify-content:center;margin:0;font-size:1rem;width:var(--default-form-button-width);min-width:var(--default-form-button-width);height:var(--default-form-height);padding:0;border-radius:0;}[data-chat-container] .chat-container .chat-body .text-container .chat-form .btn-send,#chat-container .chat-container .chat-body .text-container .chat-form .btn-send{display:flex;}[data-chat-container] .chat-container .chat-body .text-container .chat-form .btn-stop,#chat-container .chat-container .chat-body .text-container .chat-form .btn-stop{display:none;}[data-chat-container] .chat-container .chat-body .text-container .chat-form textarea,#chat-container .chat-container .chat-body .text-container .chat-form textarea{height:var(--default-form-height);border-top:0 none;border-left:0 none;border-bottom:0 none;border-color:var(--default-border-color);resize:none;box-shadow:none!important;outline:0!important;border-radius:0;}[data-chat-container] .chat-container .chat-body .text-container .chat-form.disabled .btn-send,#chat-container .chat-container .chat-body .text-container .chat-form.disabled .btn-send{display:none;}[data-chat-container] .chat-container .chat-body .text-container .chat-form.disabled .btn-stop,#chat-container .chat-container .chat-body .text-container .chat-form.disabled .btn-stop{display:flex;}[data-chat-container] .chat-container .chat-body .text-container .chat-form.disabled .btn-microphone,#chat-container .chat-container .chat-body .text-container .chat-form.disabled .btn-microphone{opacity:0;}[data-chat-container] .chat-container .chat-body .video-container,#chat-container .chat-container .chat-body .video-container{display:none;height:100%;max-width:480px;max-height:840px;overflow:hidden;align-self:flex-end;}@media screen and (max-width:768px){[data-chat-container] .chat-container .chat-body .video-container,#chat-container .chat-container .chat-body .video-container{height:50%;max-width:75%;width:75%;margin:0 auto;}[data-chat-container] .chat-container .chat-body .video-container video,#chat-container .chat-container .chat-body .video-container video{bottom:unset;height:auto;max-height:none;}}[data-chat-container] .chat-container.bot-left .chat-body,#chat-container .chat-container.bot-left .chat-body{flex-direction:row-reverse;}@media screen and (max-width:768px){[data-chat-container] .chat-container.bot-left .chat-body,#chat-container .chat-container.bot-left .chat-body{flex-direction:column-reverse;}}[data-chat-container] .chat-container.bot-right .chat-body,#chat-container .chat-container.bot-right .chat-body{flex-direction:row;}@media screen and (max-width:768px){[data-chat-container] .chat-container.bot-right .chat-body,#chat-container .chat-container.bot-right .chat-body{flex-direction:column-reverse;}}[data-chat-container] .chat-container .error,#chat-container .chat-container .error{padding:10px;}[data-chat-container] .chat-container .error span,#chat-container .chat-container .error span{border:1px solid #b45454;border-radius:5px;display:inline-block;margin:0 auto;padding:5px 10px;color:#fff;background:#b45454;box-shadow:rgba(0,0,0,.35) 0 5px 15px;}[data-chat-container] .chat-container .waiting .typing,#chat-container .chat-container .waiting .typing{align-items:center;display:flex;height:17px;margin:10px;}[data-chat-container] .chat-container .waiting .typing .dot,#chat-container .chat-container .waiting .typing .dot{animation:mercuryTypingAnimation 1.8s infinite ease-in-out;background-color:var(--chat-typing-color-1);border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block;}[data-chat-container] .chat-container .waiting .typing .dot:nth-child(1),#chat-container .chat-container .waiting .typing .dot:nth-child(1){animation-delay:200ms;}[data-chat-container] .chat-container .waiting .typing .dot:nth-child(2),#chat-container .chat-container .waiting .typing .dot:nth-child(2){animation-delay:300ms;}[data-chat-container] .chat-container .waiting .typing .dot:nth-child(3),#chat-container .chat-container .waiting .typing .dot:nth-child(3){animation-delay:400ms;}[data-chat-container] .chat-container .waiting .typing .dot:last-child,#chat-container .chat-container .waiting .typing .dot:last-child{margin-right:0;}@keyframes mercuryTypingAnimation{0%{transform:translateY(0);background-color:var(--chat-typing-color-1);}28%{transform:translateY(-7px);background-color:var(--chat-typing-color-2);}44%{transform:translateY(0);background-color:var(--chat-typing-color-3);}}[data-chat-container] .overlay,#chat-container .overlay{width:0;height:0;position:absolute;top:50%;left:50%;background:rgba(255,255,255,.5);z-index:1001;display:flex;align-items:center;justify-content:center;transition:all .5s ease;opacity:0;overflow:hidden;border-radius:10000px;}[data-video-player-container]{position:relative;aspect-ratio:.562;}[data-video-player-container] .idle,[data-video-player-container] .speaking{position:absolute;top:unset;left:0;right:0;bottom:0;transition:opacity .2s ease;opacity:1;height:auto;width:100%;max-height:100%;}[data-video-player-container] .idle{z-index:1;}[data-video-player-container] .speaking{z-index:2;}[data-video-player-container] .speaking.hide{opacity:0;}