:root{--message-typing-animation-time:3s;--message-typing-animation-steps:8;--message-position-left:0px;--message-position-top:0px;--scrollbar-color:#999;--scrollbar-width:10px;--placeholder-color:#999;--chatbar-breadcrumb-color:#999;--send-color:#999}.sui-chat-container{box-sizing:border-box;font-family:"Roboto","Noto Sans TC",sans-serif;position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;height:100%;overflow:hidden}.sui-chat-container :focus{outline:none}.sui-chat-container li,.sui-chat-container ul{margin:0;padding:0;list-style:none}.sui-chat-container button,.sui-chat-container input,.sui-chat-container textarea{font-size:inherit;margin:0;padding:0;color:inherit}.sui-chat-container button::-moz-placeholder,.sui-chat-container button::-webkit-input-placeholder,.sui-chat-container button::placeholder,.sui-chat-container input::-moz-placeholder,.sui-chat-container input::-webkit-input-placeholder,.sui-chat-container input::placeholder,.sui-chat-container textarea::-moz-placeholder,.sui-chat-container textarea::-webkit-input-placeholder,.sui-chat-container textarea::placeholder{color:#999;color:var(--placeholder-color)}.sui-chat-container input{box-shadow:none;border:none}.sui-chat-container input[type=submit]{background-color:transparent;border:none;cursor:pointer}.sui-chat-container textarea{resize:none}.sui-chat-container .container[data-font-size="18"]{font-size:18px}.sui-chat-container .container[data-font-size="16"]{font-size:16px}.sui-chat-container .container[data-font-size="14"]{font-size:14px}.sui-chat-container .container[data-font-size="12"]{font-size:12px}.sui-chat-container .container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;min-width:280px;padding:0}@supports (height:100dvh){.sui-chat-container .container{height:calc(1dvh*100 - 66px);height:calc(1dvh*100 - 66px - var(--statusBar-hight, 0))}}@supports not (height:100dvh){.sui-chat-container .container{height:calc(100vh - 66px);height:calc(100vh - 66px - var(--statusBar-hight, 0))}}@supports (height:100dvh){.sui-chat-container .container.is-preview{height:calc(1dvh*100 - 66px)}}@supports not (height:100dvh){.sui-chat-container .container.is-preview{height:calc(100vh - 66px)}}.sui-chat-container .chat{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100vw;min-width:280px;height:calc(100% - 80px);padding:20px 0;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.sui-chat-container .chat::-webkit-scrollbar-track{background-color:transparent}.sui-chat-container .chat::-webkit-scrollbar{width:10px;width:var(--scrollbar-width);height:10px;height:var(--scrollbar-width);min-width:4px;background-color:transparent}.sui-chat-container .chat::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.38);background-color:rgba(var(--main-rgb-color,0,0,0),.38);border-radius:8px}.sui-chat-container .chat[data-is-init=false]{-webkit-justify-content:center;justify-content:center}.sui-chat-container .chat.loading{height:100%}.sui-chat-container .chat.disabled{-webkit-justify-content:center;justify-content:center}.sui-chat-container .chat .disabled-container,.sui-chat-container .chat .init{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.sui-chat-container .chat .init{-webkit-flex-direction:column;flex-direction:column;height:100%;grid-gap:8px;gap:8px;font-weight:500}.sui-chat-container .chat .init .icon-loading{min-width:36px;min-height:36px;-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite}.sui-chat-container .chat .messages-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.sui-chat-container .chat .messages-container .messages-container-item:not(.noPadding){padding:0 calc(10% - 20px)}.sui-chat-container .chat .chat-defaultIntro{font-size:12px;color:rgba("0,0,0",.6);color:rgba(var(--main-rgb-color,"0,0,0"),.6);margin-bottom:-10px}.sui-chat-container .chat .chat-defaultIntro,.sui-chat-container .chat .chat-defaultReferral{line-height:16px;letter-spacing:.4px;text-align:center;width:100%;text-decoration:underline;cursor:pointer}.sui-chat-container .chat .chat-defaultReferral{margin:10px 0 -10px;font-size:14px;font-weight:700;color:unset;opacity:.8}.sui-chat-container .chat-bar{position:-webkit-sticky;position:sticky;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;grid-gap:20px;gap:20px;bottom:0;padding:16px 20px;box-shadow:0 -2px 6px 0 rgba(0,0,0,.4);display:block}.sui-chat-container .chat-bar.has-images{height:190px}.sui-chat-container .chat-bar .chat-bar-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:20px;gap:20px}.sui-chat-container .chat-bar .uploaded-images{display:-webkit-flex;display:flex;top:-100px;left:0;right:0;margin:0 10px 16px;background-color:#fff;max-width:calc(100% - 20px);grid-gap:10px;gap:10px;overflow-x:auto;overflow-y:hidden}.sui-chat-container .chat-bar .uploaded-images::-webkit-scrollbar-track{background-color:transparent}.sui-chat-container .chat-bar .uploaded-images::-webkit-scrollbar{width:10px;width:var(--scrollbar-width);height:10px;height:var(--scrollbar-width);min-width:4px;background-color:transparent}.sui-chat-container .chat-bar .uploaded-images::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.38);background-color:rgba(var(--main-rgb-color,0,0,0),.38);border-radius:8px}.sui-chat-container .chat-bar .uploaded-images .uploaded-image-placeholder{-webkit-flex-shrink:0;flex-shrink:0;width:90px;height:90px;position:relative;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.sui-chat-container .chat-bar .uploaded-images .uploaded-image-placeholder img{max-width:90px;max-height:90px;width:auto;height:auto;object-fit:cover;border-radius:4px}.sui-chat-container .chat-bar .uploaded-images .uploaded-image-placeholder .close-icon{position:absolute;top:0;right:0;display:-webkit-flex;display:flex;cursor:pointer;z-index:3}.sui-chat-container .chat-bar .uploaded-images .uploaded-image-placeholder .image-overlay{position:absolute;top:0;left:0;width:90px;height:90px;background-color:rgba(0,0,0,.5);color:#fff;font-size:12px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center;z-index:2}.sui-chat-container .chat-bar .uploaded-images .uploaded-image-placeholder .blurred{-webkit-filter:blur(2px);filter:blur(2px)}.sui-chat-container .chat-bar .uploaded-images.shift{margin:0 86px 6px}.sui-chat-container .chat-bar.shift{-webkit-align-items:flex-end;align-items:flex-end}.sui-chat-container .chat-bar.shift .breadcrumb,.sui-chat-container .chat-bar.shift .icon-send{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.sui-chat-container .chat-bar.shift #message-form{-webkit-align-items:flex-end;align-items:flex-end}.sui-chat-container .chat-bar .breadcrumb{position:relative;width:18px;height:14px;color:var(--bread-bg-color);cursor:pointer}.sui-chat-container .chat-bar .breadcrumb.active,.sui-chat-container .chat-bar .breadcrumb:hover{color:#999;color:var(--chatbar-breadcrumb-color)}.sui-chat-container .chat-bar .breadcrumb:before{position:absolute;width:18px;height:28%;top:0;content:"";border-top:2px solid;border-bottom:2px solid}.sui-chat-container .chat-bar .breadcrumb:after{position:absolute;width:18px;height:28%;bottom:0;content:"";border-bottom:2px solid}.sui-chat-container .chat-bar #message-form{position:relative;grid-gap:0 20px;gap:0 20px}.sui-chat-container .chat-bar #message-form,.sui-chat-container .chat-bar #message-form .chat-bar-input{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;width:100%}.sui-chat-container .chat-bar #message-form .chat-bar-input{-webkit-align-items:flex-end;align-items:flex-end;padding:8px 14px 8px 8px;border-radius:30px;border:1px solid rgba("0,0,0",.12);border:1px solid rgba(var(--main-rgb-color,"0,0,0"),.12)}.sui-chat-container .chat-bar #message-form .chat-bar-input--clear{padding:0}.sui-chat-container .chat-bar #message-form .chat-bar-input--clear.shift{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.sui-chat-container .chat-bar #message-form .chat-bar-input.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner{position:relative;width:100%}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner .multiLine-mapping{visibility:hidden;opacity:0;z-index:-1;font-size:14px;line-height:20px;word-break:break-word;white-space:pre-wrap;position:absolute;overflow:hidden;top:4px;left:10px}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner-text{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:14px;line-height:20px;width:100%;padding:0 10px;background-color:transparent;resize:none;border:none;white-space:pre-wrap}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner-text::-webkit-scrollbar-track{background-color:transparent}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner-text::-webkit-scrollbar{width:10px;width:var(--scrollbar-width);height:10px;height:var(--scrollbar-width);min-width:4px;background-color:transparent}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner-text::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.38);background-color:rgba(var(--main-rgb-color,0,0,0),.38);border-radius:8px}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner-text::-webkit-scrollbar{width:4px}.sui-chat-container .chat-bar #message-form .chat-bar-input-inner-text:disabled{cursor:not-allowed}.sui-chat-container .chat-bar #message-form .input-error{position:absolute;height:12px;line-height:12px;left:20px;top:-20px;font-size:12px;color:red;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sui-chat-container .card{position:-webkit-sticky;position:sticky;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-gap:4px;gap:4px;width:86%;min-width:280px;margin-top:20px;-webkit-transform:translate(calc(12% + 20px),-10px);transform:translate(calc(12% + 20px),-10px);opacity:0}.sui-chat-container .card .card-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:0 1 180px;flex:0 1 180px;color:#fff;width:180px;padding:12px 16px;border-radius:50px;box-shadow:0 0 3px 0 rgba(0,0,0,.16);transition:.3s;cursor:pointer;border:1px solid}.sui-chat-container .card .card-item:not(.has-image){max-height:90px}.sui-chat-container .card .card-item.has-image{-webkit-flex:0 1 120px;flex:0 1 120px;width:120px;border-radius:10px;height:120px;border:none;padding:16px}.sui-chat-container .card .card-item.has-image p{margin-top:10px}.sui-chat-container .card .card-item:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.sui-chat-container .card .card-item img{width:50px;min-width:50px;height:50px;opacity:0}.sui-chat-container .card .card-item img[data-is-images-ready=true]{opacity:1}.sui-chat-container .card .card-item p{width:100%;margin:0;text-align:center;word-wrap:break-word}.sui-chat-container .card.card-open{opacity:1}.sui-chat-container .card.card-open .card-item{-webkit-animation:card-open-noImg .3s ease-out;animation:card-open-noImg .3s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.sui-chat-container .card.card-open .card-item.has-image{-webkit-animation:card-open .3s ease-out;animation:card-open .3s ease-out}.sui-chat-container .icon-send{cursor:pointer}.sui-chat-container .icon-send:not(.is-disabled) path{fill:var(--send-icon-color)}.sui-chat-container .icon-send:hover path{fill:#999;fill:var(--send-color)}.sui-chat-container .icon-card-arrow_right{width:9px;height:18px}.sui-chat-container .icon-card-arrow_right,.sui-chat-container .image-404{background-repeat:no-repeat;background-size:contain;background-position:50%}.sui-chat-container .image-404{position:absolute;width:56%;min-width:320px;height:auto;bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes card-open{0%{height:0;opacity:1}to{height:120px;opacity:1}}@keyframes card-open{0%{height:0;opacity:1}to{height:120px;opacity:1}}@-webkit-keyframes card-open-noImg{0%{height:0;opacity:1}to{height:50px;opacity:1}}@keyframes card-open-noImg{0%{height:0;opacity:1}to{height:50px;opacity:1}}@media only screen and (max-width:768px){@-webkit-keyframes card-open{0%{height:0;opacity:1}to{height:108px;opacity:1}}@keyframes card-open{0%{height:0;opacity:1}to{height:108px;opacity:1}}}@media only screen and (max-width:768px){*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}@supports (height:100dvh){.sui-chat-container .chat{height:calc(1dvh*100 - 60px)}}@supports not (height:100dvh){.sui-chat-container .chat{height:calc(100vh - 60px)}}.sui-chat-container .chat-bar .breadcrumb{width:18px;height:14px}.sui-chat-container .chat-bar .breadcrumb:after,.sui-chat-container .chat-bar .breadcrumb:before{width:18px;height:28%}.sui-chat-container .chat-bar form .input-error{top:-4px}.sui-chat-container .card .card-item{-webkit-flex:0 1 108px;flex:0 1 108px}.sui-chat-container .card .card-item.has-image{height:108px;padding:12px 14px}.sui-chat-container .image-404{bottom:11rem}}@media only screen and (max-width:450px){.sui-chat-container .card{-webkit-transform:translate(calc(10% - 22px),-10px);transform:translate(calc(10% - 22px),-10px)}.sui-chat-container .chat .messages-container .messages-container-item:not(.noPadding){padding:0}}*{box-sizing:border-box}*,body{font-family:"Roboto","Noto Sans TC",sans-serif}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}