html,body{margin:0;padding:0;font-family:var(--tt-chat-font-family)}.tt-chat-message{display:block;position:relative;max-width:80%;padding:10px;margin-bottom:10px;border-radius:var(--tt-chat-message-border-radius);word-wrap:break-word}.tt-chat-message.tt-chat-message-from-user{background-color:var(--tt-chat-user-bg, #e0f7fa);color:var(--tt-chat-user-color, #000);margin-left:auto;border-bottom-right-radius:0}.tt-chat-message.tt-chat-message-from-bot{background-color:var(--tt-chat-bot-bg);color:var(--tt-chat-primary-color);border-bottom-left-radius:0}.tt-chat-message .tt-chat-message-content p{font-size:var(--tt-chat-message-font-size);line-height:var(--tt-chat-message-line-height);font-weight:400;margin:5px 10px}.tt-chat-message .tt-chat-message-content :deep(p){margin:.5em 0}.tt-chat-message .tt-chat-message-content :deep(a){color:var(--tt-chat-primary-color, #2196f3);text-decoration:none}.tt-chat-message .tt-chat-message-content :deep(a:hover){text-decoration:underline}.tt-chat-message .tt-chat-message-content :deep(code){background-color:#0000000d;padding:2px 4px;border-radius:3px;font-family:monospace}.tt-chat-message .tt-chat-message-content :deep(pre){background-color:#0000000d;padding:8px;border-radius:4px;overflow-x:auto}.tt-chat-message .tt-chat-message-content :deep(ul),.tt-chat-message .tt-chat-message-content :deep(ol){margin:.5em 0;padding-left:1.5em}.tt-chat-message .tt-chat-message-actions{margin-top:10px;display:flex;flex-direction:column;gap:8px}.tt-chat-message .tt-chat-message-actions .tt-chat-action-button{background-color:var(--tt-chat-primary-color, #2196f3);color:#fff;border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:14px;transition:background-color .2s;text-align:center;align-self:flex-start}.tt-chat-message .tt-chat-message-actions .tt-chat-action-button:hover{background-color:var(--tt-chat-primary-color-hover, #1976d2)}.tt-chat-message .tt-chat-message-actions .tt-chat-action-checkbox{display:flex;align-items:flex-start;gap:6px}.tt-chat-message .tt-chat-message-actions .tt-chat-action-checkbox input[type=checkbox]{margin-top:3px}.tt-chat-message .tt-chat-message-actions .tt-chat-action-checkbox label{font-size:14px;line-height:1.4}.tt-chat-message .tt-chat-message-actions .tt-chat-action-checkbox a{margin-left:5px;color:var(--tt-chat-primary-color, #2196f3);text-decoration:none}.tt-chat-message .tt-chat-message-actions .tt-chat-action-checkbox a:hover{text-decoration:underline}.tt-chat-message .tt-chat-message-files{margin-top:8px;display:flex;flex-wrap:wrap;gap:5px}.tt-chat-message .tt-chat-message-files .tt-chat-message-file{font-size:.8em;padding:3px 8px;background:#0000000d;border-radius:4px}.tt-chat-send-button{background-color:transparent;color:var(--tt-chat-primary-color);cursor:pointer;padding:0}.tt-chat-send-button:hover{background-color:transparent}.tt-chat-send-button:disabled{opacity:.5;cursor:not-allowed}.tt-chat-input{display:flex;flex-direction:row;width:100%;padding:0;position:relative}.tt-chat-input textarea{resize:none;border:none;padding:10px 15px;min-height:40px;max-height:150px;overflow-y:auto;font-family:var(--tt-chat-font-family);font-size:var(--tt-chat-input-font-size);line-height:var(--tt-chat-input-line-height);outline:none;box-shadow:none;flex:1;height:auto;margin:0}.tt-chat-input textarea::placeholder{font-weight:400;font-style:italic;font-size:1rem;opacity:.5;color:var(--tt-chat-primary-color)}.tt-chat-input .tt-chat-input-controls{display:flex;align-items:center;justify-content:center;padding:0 20px}.tt-chat-file-input{display:none}.tt-chat-file-button{cursor:pointer;margin-right:10px;font-size:16px}.tt-chat-files-preview{position:absolute;bottom:100%;left:0;right:0;display:flex;flex-wrap:wrap;gap:5px;padding:5px 15px;background-color:#00000005}.tt-chat-file-preview{font-size:12px;padding:2px 8px;background:#0000000d;border-radius:4px}.tt-chat-privacy{display:flex;flex-direction:column;padding:15px}.tt-chat-privacy-message{margin-bottom:15px;font-size:14px;line-height:1.5}.tt-chat-privacy-message a{color:var(--tt-chat-primary-color);text-decoration:none}.tt-chat-privacy-message a:hover{text-decoration:underline}.tt-chat-privacy-options{display:flex;gap:15px;margin-bottom:15px}.tt-chat-privacy-option{display:flex;align-items:center;gap:5px}.tt-chat-privacy-option input{margin:0}.tt-chat-privacy-option label{font-size:14px;cursor:pointer}.tt-chat-privacy-button{align-self:flex-start;background-color:var(--tt-chat-primary-color);color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;cursor:pointer;transition:background-color .2s}.tt-chat-privacy-button:hover:not(:disabled){opacity:.9}.tt-chat-privacy-button:disabled{opacity:.5;cursor:not-allowed}.tt-chat{display:flex;flex-direction:column;height:100%;width:100%;background-color:var(--tt-chat-bg, #fff);font-family:var(--tt-chat-font-family);z-index:99}.tt-chat-header{position:relative;padding:15px;background-color:var(--tt-chat-header-bg, #f5f5f5);border-bottom:1px solid var(--tt-chat-light-shade-100)}.tt-chat-header h2{margin:0 0 5px;font-size:26px;line-height:31px;font-weight:600;color:var(--tt-chat-header-color, #333)}.tt-chat-header p{margin:0 0 10px;font-size:18px;line-height:22px;color:var(--tt-chat-subheader-color, #666)}.tt-chat-header-logo{position:absolute;right:0;top:0}.tt-chat-body{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column}.tt-chat-empty{display:flex;justify-content:center;align-items:center;height:100%;color:#888;font-style:italic}.tt-chat-footer{border-top:1px solid var(--tt-chat-light-shade-100)}.tt-chat-typing{display:flex;padding:10px;max-width:60px;background-color:var(--tt-chat-bot-bg, #f5f5f5);border-radius:10px;margin-bottom:10px;align-self:flex-start}.tt-chat-typing-dot{width:8px;height:8px;background:#888;border-radius:50%;margin:0 3px;animation:tt-chat-typing 1s infinite}.tt-chat-typing-dot:nth-child(2){animation-delay:.2s}.tt-chat-typing-dot:nth-child(3){animation-delay:.4s}.tt-chat-privacy-container,.tt-chat-input-container{width:100%}@keyframes tt-chat-typing{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.tt-chat-tooltip{position:relative;background-color:#fff;border:1px solid var(--tt-chat-tooltip-border-color);border-radius:15px;padding:10px 15px;max-width:250px;margin:0 5px 20px 0;box-shadow:2px 2px 3px #0003;animation:softAppear .2s ease-out forwards}.tt-chat-tooltip:after{content:"";position:absolute;bottom:-9px;right:25px;width:15px;height:16px;background-color:#fff;border-right:1px solid var(--tt-chat-tooltip-border-color);border-bottom:1px solid var(--tt-chat-tooltip-border-color);transform:rotate(45deg);box-shadow:2px 2px 3px #0003;z-index:-1}.tt-chat-tooltip p{margin:0;font-size:12px;line-height:1;color:var(--tt-chat-primary-color)}.tt-chat-tooltip.comic-style{border-radius:12px;border:1px solid #000;background-color:#fffdf4}@keyframes softAppear{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tt-chat-toggle{width:50px;height:50px;border-radius:50% 0 0 50%;background-color:var(--tt-chat-primary-color, brown);color:#fff;display:flex;flex:0 0 auto;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 3px 10px #0003;transition:transform .2s}.tt-chat-toggle:hover{transform:scale(1.05)}.tt-chat-toggle .tt-chat-toggle-icon{width:24px;height:24px}.tt-chat-window-wrapper{position:fixed;right:var(--tt-chat-window-right, var(--tt-chat-spacing));bottom:var(--tt-chat-window-bottom, var(--tt-chat-spacing));z-index:var(--tt-chat-window-z-index);display:flex;flex-direction:column;align-items:flex-end;max-width:calc(100% - (var(--tt-chat-window-right, var(--tt-chat-spacing))) * 1.5);max-height:calc(100% - (var(--tt-chat-window-bottom, var(--tt-chat-spacing))) * 1.5)}.tt-chat-window-wrapper .tt-chat-window{width:var(--tt-chat-window-width);height:var(--tt-chat-window-height);max-width:100%;max-height:100%;background:#fff;border-radius:10px;box-shadow:0 5px 25px #0003;margin-right:var(--tt-chat-window-margin-right);margin-bottom:var(--tt-chat-window-margin-bottom);overflow:hidden}.tt-chat-window-transition-enter-active,.tt-chat-window-transition-leave-active{transition:opacity .3s,transform .3s}.tt-chat-window-transition-enter-from,.tt-chat-window-transition-leave-to{opacity:0;transform:translateY(20px) scale(.9)}:root{--tt-chat-primary-color: #044273;--tt-chat-secondary-color: #FEBB2E;--tt-chat-bg: #ffffff;--tt-chat-user-bg: #e0f7fa;--tt-chat-bot-bg: #f5f5f5;--tt-chat-user-color: #000000;--tt-chat-header-bg: #044273;--tt-chat-header-color: #FFFFFF;--tt-chat-subheader-color: #FEBB2E;--tt-chat-light-shade-100: #e0e0e0;--tt-chat-spacing: 1rem;--tt-chat-border-radius: .25rem;--tt-chat-transition-duration: .15s;--tt-chat-font-family: "Plus Jakarta Sans", sans-serif;--tt-chat-window-width: 400px;--tt-chat-window-height: 500px;--tt-chat-window-bottom: 100px;--tt-chat-window-right: 0;--tt-chat-window-margin-right: 15px;--tt-chat-window-margin-bottom: 15px;--tt-chat-window-z-index: 999;--tt-chat-toggle-size: 50px;--tt-chat-toggle-border-radius: 50%;--tt-chat-toggle-background: var(--tt-chat-primary-color);--tt-chat-tooltip-border-color: var(--tt-chat-primary-color);--tt-chat-tooltip-background: var(--tt-chat-primary-color);--tt-chat-tooltip-color: var(--tt-chat-primary-color);--tt-chat-message-font-size: 16px;--tt-chat-message-border-radius: 5px;--tt-chat-message-line-height: 1.2;--tt-chat-input-font-size: 14px;--tt-chat-input-padding: 10px 15px;--tt-chat-input-line-height: 1.2}*,*:before,*:after{box-sizing:border-box}.tt-chat-app{font-family:var(--tt-chat-font-family);font-size:16px;line-height:1.5;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%}
