:root{--chaticon-color: #fff;--chat-bg: #fff;--chat-text: #000;--chat-border: #ddd;--input-bg: #f9f9f9;--input-border: transparent;--button-bg: #161616;--button-bg-hover: #1b1b1b;--bubble-user: #dcf8c6;--bubble-bot: #f1f1f1;--shadow-color: rgb(153 132 132 / 10%)}@media (prefers-color-scheme: dark){:root{--chat-bg: #343434;--chat-text: #f0f0f0;--chat-border: #444;--input-bg: #2a2a2a;--input-border: transparent;--button-bg: #161616;--button-bg-hover: #1b1b1b;--bubble-user: #2f7d46;--bubble-bot: #2a2a2a;--shadow-color: rgb(153 132 132 / 10%)}}.simple-chatbot #chatbot-toggle{position:fixed;max-width:46px;height:auto;cursor:pointer;z-index:10000;padding:0;border:0;bottom:20px;right:20px;margin:0}.simple-chatbot #chatbot-toggle img{width:100%;border-radius:50%;box-shadow:10px 10px 10px -10px var(--chat-bg);-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phone-vr-circle-fill 1s infinite ease-in-out}.simple-chatbot .chatbox{border:1px solid var(--input-bg);position:fixed;bottom:80px;right:20px;width:100%;max-width:440px;background:var(--chat-bg);color:var(--chat-text);border-radius:20px;box-shadow:10px 10px 10px -10px var(--chat-bg);display:flex;flex-direction:column;padding:20px;font-family:system-ui,sans-serif;z-index:10000}.simple-chatbot .chatbox div{flex-direction:column;gap:10px;display:flex}@media (max-width: 768px){.simple-chatbot .chatbox{max-width:calc(100vw - 40px)}}.simple-chatbot .chat-status{line-height:33px;font-weight:400;color:var(--chat-text)!important;position:relative;font-size:.8rem;padding:0 0 24px}.simple-chatbot .chat-status:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;box-shadow:0 1px 0 0 var(--shadow-color);z-index:-1;background:var(--input-bg)}.simple-chatbot .chat-status .logo{max-height:48px;position:absolute;border-radius:50%}.simple-chatbot .chat-status .hello{text-align:right;font-size:.8rem;gap:0;line-height:16px}.simple-chatbot .chat-status .hello .btn-logout{cursor:pointer;display:flex;flex-direction:row-reverse;color:#f1a641}.simple-chatbot .chat-status .label{position:relative;margin:2px 2px 2px 60px;text-align:right}.simple-chatbot .chat-status .label .flicker{position:absolute;top:-13px;font-size:9px;left:-27px;opacity:.7}.simple-chatbot .title{margin-bottom:12px;font-size:1em}.simple-chatbot .chatbox input{width:100%;min-height:32px;margin-bottom:12px;padding:10px 16px;border:1px solid var(--input-border);border-radius:6px;background:var(--input-bg);color:var(--chat-text)}.simple-chatbot .chatbox button{width:100%;min-height:46px;margin:0 0 12px;background:var(--button-bg);color:#fff;padding:6px 16px;border:none;border-radius:6px!important;cursor:pointer;font-weight:600;transition:background .3s}.simple-chatbot .chatbox button:hover{background:var(--button-bg-hover)}.simple-chatbot .messages{flex:1;overflow-y:auto;margin-bottom:12px;padding-right:12px;max-height:333px}.simple-chatbot .messages::-webkit-scrollbar{width:6px}.simple-chatbot .messages::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.simple-chatbot .messages{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.simple-chatbot .messages .message-row{justify-content:flex-end;align-items:start}.simple-chatbot .user,.simple-chatbot .assistant{display:flex;align-items:flex-start;margin-top:8px;width:100%}.simple-chatbot .user{flex-direction:row-reverse!important}.simple-chatbot .assistant{flex-direction:row!important}.simple-chatbot .user .avatar,.simple-chatbot .assistant .avatar{border-radius:50%}.simple-chatbot .avatar{width:32px;height:32px}.simple-chatbot .text-bubble{background:var(--bubble-bot);padding:10px 14px;border-radius:6px;max-width:100%;font-size:.95em;line-height:1.4;overflow:auto}.simple-chatbot .text-bubble ol{padding:0}.simple-chatbot .text-bubble li{margin-left:16px}.simple-chatbot .user .text-bubble{background:var(--bubble-user);text-align:right}.simple-chatbot .footer{margin-top:0;padding:0}.simple-chatbot .footer .note{font-size:.7rem;padding:0 5px;color:var(--chat-text);font-weight:500}.simple-chatbot .footer .chat-input{display:flex;flex-direction:row;width:100%;gap:6px;margin-top:4px;margin-bottom:4px}.simple-chatbot .footer .chat-input input{flex:1;padding:10px 16px;border:1px solid var(--input-border);border-radius:6px;background:var(--input-bg);color:var(--chat-text);margin-bottom:0;min-height:32px}.simple-chatbot .footer .chat-input button{max-width:100px;min-height:54px;padding:6px 16px;margin:0;border-radius:6px;background:var(--button-bg);color:#fff;border:none;cursor:pointer;transition:background .3s}.simple-chatbot .footer .chat-input button:hover{background:var(--button-bg-hover)}@-webkit-keyframes phone-vr-circle-fill{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}to{-webkit-transform:rotate(0) scale(1) skew(1deg)}}
