.react-chatbot-kit-chat-container{width:275px;position:relative}.react-chatbot-kit-chat-inner-container{background-color:#fff;border-radius:5px;height:500px}.react-chatbot-kit-chat-header{color:#514f4f;background-color:#efefef;border-top-left-radius:5px;border-top-right-radius:5px;align-items:center;padding:12.5px;font-family:Arial;font-size:.85rem;font-weight:700;display:flex}.react-chatbot-kit-chat-bot-message-container,.react-chatbot-kit-user-chat-message-container{z-index:5;position:relative}.react-chatbot-kit-chat-message-container{z-index:2;background:#fff;width:100%;height:auto;padding:0 17.5px 10px;position:absolute;top:64px;bottom:56px;overflow:hidden scroll}.react-chatbot-kit-chat-input{resize:none;border:none;border-bottom-left-radius:5px;width:100%;height:64px;padding:18px 0 18px 29px;font-size:.85rem}.react-chatbot-kit-chat-input-container{z-index:3;width:100%;display:flex;position:absolute;bottom:0}.react-chatbot-kit-chat-input-form{width:100%;display:flex}.react-chatbot-kit-chat-input::placeholder{color:#585858}.react-chatbot-kit-chat-btn-send{color:#fff;background-color:#2898ec;border:none;border-bottom-right-radius:5px;width:100px}.react-chatbot-kit-chat-btn-send-icon{fill:#fff;width:15px;margin:0 auto}#branding{opacity:.6;text-align:center;z-index:1;font-size:.75rem;position:fixed;bottom:70px;left:10px;right:10px}
.react-chatbot-kit-error{background-color:#fff;border-radius:3px;padding:15px}.react-chatbot-kit-error-container{width:260px}.react-chatbot-kit-error-header{color:#1d1d1d;margin-bottom:30px;font-size:1.3rem}.react-chatbot-kit-error-docs{color:#38688b;text-align:center;border:1px solid #2898ec;width:130px;margin:25px auto;padding:8px;font-size:1rem;text-decoration:none;display:block}
.react-chatbot-kit-chat-bot-message-container{justify-content:flex-start;margin:15px 0;display:flex}.react-chatbot-kit-chat-bot-avatar-container{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:12.5px;font-size:1.2rem;display:flex}.react-chatbot-kit-chat-bot-avatar-icon{fill:#494646;width:22.5px;height:22.5px}.react-chatbot-kit-chat-bot-avatar-letter{color:#1d1d1d;margin:0;padding:0}.react-chatbot-kit-chat-bot-message{color:#fff;font-size:.9rem;font-weight:medium;overflow-wrap:break-word;text-align:left;background-color:#2898ec;border-radius:5px;margin-left:auto;padding:10px;position:relative}.react-chatbot-kit-chat-bot-message-arrow{border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:8px solid #2898ec;width:0;height:0;position:absolute;top:13px;left:-7px}.react-chatbot-kit-chat-bot-loading-icon-container{width:25px;height:17px}.chatbot-loader-container{justify-content:center;width:100%;display:flex}#chatbot-loader #chatbot-loader-dot1{animation:1s infinite load}#chatbot-loader #chatbot-loader-dot2{animation:1s .2s infinite load}#chatbot-loader #chatbot-loader-dot3{animation:1s .4s infinite load}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}
.react-chatbot-kit-user-chat-message-container{justify-content:flex-end;margin:15px 0;display:flex}.react-chatbot-kit-user-avatar-container{background-color:#3d4e8d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:12.5px;display:flex}.react-chatbot-kit-user-avatar-icon{fill:#fff;width:15px;height:15px}.react-chatbot-kit-user-chat-message{color:#585858;font-size:.9rem;font-weight:medium;overflow-wrap:break-word;text-align:left;background-color:#f1f1f1;border-radius:5px;max-width:75%;padding:10px;position:relative}.react-chatbot-kit-user-chat-message-arrow{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:8px solid #f1f1f1;width:0;height:0;position:absolute;top:13px;right:-7px}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.relative{position:relative}.container{width:100%}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.table{display:table}.h-screen{height:100vh}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}*,:before,:after{box-sizing:border-box}html,body{margin:0;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}button,input,textarea,select{font:inherit}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb)))rgb(var(--background-start-rgb))}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
.react-chatbot-kit-chat-container{color:#6e6e6e;flex-direction:column;width:100%;height:100%;font:112.5%/1.45em Roboto,sans-serif;display:flex;position:absolute;inset:0;overflow:hidden}.react-chatbot-kit-chat-container a[href="https://conventic.com"],.react-chatbot-kit-chat-container a[href="https://conventic.com/"]{color:#6e6e6e;text-decoration:none}.react-chatbot-kit-chat-inner-container{border-radius:0;height:100%;max-height:100%}.react-chatbot-kit-chat-message-container{box-sizing:border-box;width:auto;max-width:100%;left:0;right:0}.react-chatbot-kit-chat-bot-message{overflow-wrap:break-word;background-color:#49e5a6;width:100%;max-width:90%;margin-left:0;margin-right:50px}.react-chatbot-kit-chat-bot-message,.react-chatbot-kit-user-chat-message{color:inherit;padding:17px 20px}.react-chatbot-kit-user-chat-message{border-radius:10px}.react-chatbot-kit-chat-bot-message{border-radius:10px;min-height:60px}.react-chatbot-kit-chat-bot-message a{text-decoration:underline}.react-chatbot-kit-chat-bot-avatar-container{color:#fff;text-indent:-9999px;background-image:url(../media/avatar-128.93eedbc3.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:40px;height:40px;margin-left:-8px;margin-right:7px}.react-chatbot-kit-chat-input{resize:none;border:none;border-radius:0;height:64px;min-height:64px;max-height:64px}.react-chatbot-kit-chat-input-form{background-color:#fff;border-top:1px solid #0000001a}.react-chatbot-kit-chat-btn-send{background-color:#fff;border-bottom-right-radius:0}.react-chatbot-kit-chat-bot-message-arrow,.react-chatbot-kit-user-avatar,.react-chatbot-kit-user-chat-message-arrow{display:none}.react-chatbot-kit-chat-header{background-color:#fff;border-bottom:1px solid #0000001a;justify-content:center;align-items:center;height:64px;margin:0 auto;display:flex;position:absolute;left:0;right:0;overflow:hidden}.react-chatbot-kit-chat-input:active,.react-chatbot-kit-chat-input:focus{outline:none}.react-chatbot-kit-chat-btn-send-icon{fill:#000}.react-chatbot-kit-chat-btn-send-icon:hover{fill:#666}.react-chatbot-kit-chat-input-container{width:100%;min-height:56px;overflow:hidden}
