#liveChatRoot{z-index:100}#liveChatRoot .main{position:relative;overflow:visible;font-size:15px}#liveChatRoot .buttonContainer{color:#fff;overflow:hidden;padding:0 22px;cursor:pointer;height:44px;border-radius:5px;background-color:#1d77b8;transition:all .3s ease;display:flex;align-items:center}#liveChatRoot .buttonContainer.ai-chat{background:linear-gradient(45deg,#2e73e2 1.38%,#4662e5 11.17%,#664ae9 27.26%,#8038ec 43.89%,#922aee 61.08%,#9d23f0 79.17%,#a020f0 99.65%)}#liveChatRoot .buttonContainer>img{width:22px;height:22px}#liveChatRoot .buttonContainer>div,#liveChatRoot .buttonContainer>svg{float:left;line-height:44px}#liveChatRoot .buttonContainer>svg{height:44px;padding:0 5px;box-sizing:initial;box-sizing:unset}#liveChatRoot .buttonContainer>div{margin-left:5px}#liveChatRoot .buttonContainer.icon-spin>svg{-webkit-animation-name:liveChat-spin;animation-name:liveChat-spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}#liveChatRoot .iconOnly>div{display:none}#liveChatRoot .chatContainer{width:0;height:0;bottom:0;right:0;opacity:0;overflow:hidden;background:#fff;display:flex;flex-direction:column;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.5);transition:width .3s ease,height .3s ease,opacity .5s ease-in-out;position:relative}#liveChatRoot .chatContainer .header{background-color:#1d77b8;color:#fff;background-image:none;height:34px;line-height:34px;width:auto;box-shadow:none;display:flex;align-items:center}#liveChatRoot .chatContainer .header>img{height:20px}#liveChatRoot .chatContainer .resize-handle{position:absolute;z-index:10}#liveChatRoot .chatContainer .resize-handle.top{top:-5px;left:0;right:0;height:10px;cursor:ns-resize}#liveChatRoot .chatContainer .resize-handle.left{top:0;left:-5px;bottom:0;width:10px;cursor:ew-resize}#liveChatRoot .chatContainer .resize-handle.top-left{width:20px;height:20px;position:absolute;top:0;left:0;cursor:nwse-resize;background-color:initial}#liveChatRoot .chatContainer .resize-icon{color:#fff;position:absolute;width:8px;margin-top:4px;margin-left:4px}#liveChatRoot .chatContainer .resize-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;background:transparent}#liveChatRoot .chatContainer .content.no-pointer-events{pointer-events:none}#liveChatRoot .header .btnClose,#liveChatRoot .header .btnMax,#liveChatRoot .header .btnMinimize{width:24px;height:24px;padding:3px 4px;cursor:pointer;float:right}#liveChatRoot .header .headerIcon{margin-left:18px;margin-right:4px}#liveChatRoot .header div.btnMax{float:left;width:18px}#liveChatRoot .header .headerTitle{flex:1 1;font-size:14px;-webkit-user-select:none;user-select:none}#liveChatRoot .header .btnClose>svg,#liveChatRoot .header .btnMax>svg,#liveChatRoot .header .btnMinimize>svg,#liveChatRoot .header .headerIcon>svg{width:100%;height:100%}#liveChatRoot .header .btnClose,#liveChatRoot .header .btnClose>svg,#liveChatRoot .header .btnMax,#liveChatRoot .header .btnMax>svg,#liveChatRoot .header .btnMinimize,#liveChatRoot .header .btnMinimize>svg{box-sizing:unset;-moz-box-sizing:unset;-webkit-box-sizing:unset}#liveChatRoot .header .headerButtonContainer{border:1px solid #2a92de;border-radius:3px;margin-right:4px;line-height:normal}#liveChatRoot .header .headerBadge{color:#1d77b8;background:#fff;border-radius:6px;font-size:11px;padding:0 4px;margin-left:4px}#liveChatRoot .header .headerButtonContainer>img{height:20px;padding:3px;border-right:1px solid #2a92de;cursor:pointer}#liveChatRoot .header .headerButtonContainer>img:last-child{border-right:none}#liveChatRoot .content{flex:1 1;display:flex;overflow:hidden}#liveChatRoot .subjectSelectInner,#liveChatRoot .subjectSelectMain{padding:15px;flex:1 1;display:flex}#liveChatRoot .subjectSelectInner{background:#fff;border-radius:3px;flex-direction:column}#liveChatRoot .subjectSelectInner .subjectButtonContainer{margin-bottom:14px}#liveChatRoot .subjectSelectInner .subjectButton{width:240px;margin:auto;padding:7px 12px;background:#3f51b5;border-radius:10px;color:#fff;text-align:center;cursor:pointer;transition:box-shadow .2s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#liveChatRoot .subjectSelectInner .subjectButton:hover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}#liveChatRoot .subjectSelectInner .subjectLabel{text-align:center;margin-bottom:20px}#liveChatRoot .subjectSelectInner>select{padding:10px;border-radius:3px;width:100%;height:auto;margin-bottom:20px;border:none;background:#edf0f5;color:#555}#liveChatRoot .subjectSelectInner .btnStart{width:80%;margin:15px auto;text-align:center;padding:10px;background:#1d77b8;border-radius:3px;color:#fff;cursor:pointer}#liveChatRoot .subjectSelectInner .btnStart.disabled{color:#cecece;background:#eee}#liveChatRoot .chatWidget{border:none;width:100%;height:100%}#liveChatRoot .dialogMain{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:rgba(233,244,251,.3);z-index:10}#liveChatRoot .dialogClose{top:4px;right:4px;width:24px;height:24px;position:absolute;cursor:pointer}#liveChatRoot .dialogContent{position:relative;margin:40% auto;padding:30px 20px 20px;background:#fff;border-radius:5px;max-width:380px;width:90%;box-shadow:0 5px 10px 0 rgba(0,0,0,.2)}#liveChatRoot .dialogIconContainer{width:68px;height:68px;border-radius:10px;background:#e9f4fb;margin-right:20px}#liveChatRoot .dialogTitle{font-weight:700;font-size:15px;margin-bottom:5px}#liveChatRoot .dialogTop{display:flex;flex-direction:row;margin-bottom:10px}#liveChatRoot .dialogIconContainer>img{width:50px;height:50px;margin:9px}#liveChatRoot .dialogText{font-size:13px}#liveChatRoot .dialogButtonsContainer{text-align:center}#liveChatRoot .dialogButtonsContainer>div{text-align:center;cursor:pointer;min-width:100px;height:30px;line-height:30px;display:inline-block;border-radius:10px;background-image:none;border:none;font-size:14px;padding:0;font-weight:400;margin-right:20px}#liveChatRoot .dialogButtonsContainer>div:last-child{margin-right:0}#liveChatRoot .chatBubble{position:absolute;bottom:50px;padding:7px;right:0;float:none;display:block;line-height:inherit;width:auto;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.3);color:#777;min-width:100px;max-height:450px;background:#fff}#liveChatRoot .chatBubble:after{content:"";position:absolute;bottom:0;right:20%;width:0;height:0;border:20px solid transparent;border-top-color:#fff;border-bottom:0;border-left:0;margin-left:-10px;margin-bottom:-15px}#liveChatRoot .chatBubbleContent{position:relative;max-width:250px;margin:10px;line-height:24px;overflow:hidden;width:250px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}#liveChatRoot .chatBubbleContent mjx-math{white-space:break-spaces}#liveChatRoot .chatBubbleContent p{margin-bottom:0}#liveChatRoot .typingIndicator{float:right}#liveChatRoot .typingIndicator span{height:8px;width:8px;float:left;margin:0 1px;background-color:#9e9ea1;display:block;border-radius:50%;opacity:.4}#liveChatRoot .typingIndicator span:first-of-type{-webkit-animation:liveChatBlink 1s .3333s infinite;animation:liveChatBlink 1s .3333s infinite}#liveChatRoot .typingIndicator span:nth-of-type(2){-webkit-animation:liveChatBlink 1s .6666s infinite;animation:liveChatBlink 1s .6666s infinite}#liveChatRoot .typingIndicator span:nth-of-type(3){-webkit-animation:liveChatBlink 1s .9999s infinite;animation:liveChatBlink 1s .9999s infinite}@-webkit-keyframes liveChatBlink{50%{opacity:1}}@keyframes liveChatBlink{50%{opacity:1}}#liveChatRoot .loading{display:inline-block;width:50px;height:50px;margin:25% auto}#liveChatRoot .loading:after{content:" ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border-color:#8a8a92 transparent;border-style:solid;border-width:5px;-webkit-animation:liveChat-lds-dual-ring 1.2s linear infinite;animation:liveChat-lds-dual-ring 1.2s linear infinite}#liveChatRoot .bgPrimary{background-color:#1d77b8;color:#fff}#liveChatRoot .bgSecondary{background-color:#ccc;color:#000}@-webkit-keyframes liveChat-lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes liveChat-lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#liveChatRoot .errorPopup{background:rgba(233,244,251,.3);z-index:10;height:100%;width:100%;padding:25px}#liveChatRoot .errorPopup .errorLabel{color:#000;margin-top:20%;cursor:text;text-align:center;display:block}#liveChatRoot .errorPopup .errorLabel a,#liveChatRoot .errorPopup .errorLabel a:visited{color:#1d77b8}#liveChatRoot .errorPopup>a{color:#fff;text-decoration:underline}#liveChatRoot .errorPopup .errorButton{color:#fff;background:red;text-align:center;width:120px;margin:20px auto;cursor:pointer;height:30px;line-height:30px;border-radius:10px}#liveChatRoot .errorPopup .errorButton>svg{margin-right:5px}#liveChatRoot .chatWidgetContainer{position:relative;width:100%;height:100%}#liveChatRoot .chatWidgetContainer .chatLoadingContainer{position:absolute;left:0;right:0;text-align:center;top:0}@-webkit-keyframes liveChat-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes liveChat-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.d9272433.css.map */