.ChatBot-module__1ZSG2G__chatbotContainer{z-index:1000;flex-direction:column;align-items:flex-end;font-family:Open Sans,system-ui,sans-serif;display:flex;position:fixed;bottom:24px;right:24px}.ChatBot-module__1ZSG2G__chatButton{color:#fff;cursor:pointer;background:#2c3b4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;transition:all .3s;display:flex;box-shadow:0 8px 24px #2c3b4d66}.ChatBot-module__1ZSG2G__chatButton:hover{background:#1b2632;transform:scale(1.05);box-shadow:0 12px 32px #2c3b4d80}.ChatBot-module__1ZSG2G__chatWindow{background:#fff;border-radius:24px;flex-direction:column;width:380px;max-width:90vw;height:520px;max-height:70vh;animation:.25s ChatBot-module__1ZSG2G__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 20px 60px #0000001f}@keyframes ChatBot-module__1ZSG2G__slideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatBot-module__1ZSG2G__chatHeader{color:#fff;background:#2c3b4d;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;display:flex}.ChatBot-module__1ZSG2G__chatHeader span{align-items:center;gap:8px;display:flex}.ChatBot-module__1ZSG2G__chatHeader span:before{font-size:1.2rem}.ChatBot-module__1ZSG2G__closeButton{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:1.1rem;transition:background .2s,transform .2s;display:flex}.ChatBot-module__1ZSG2G__closeButton:hover{background:#fff6;transform:rotate(90deg)}.ChatBot-module__1ZSG2G__messagesContainer{background:#f8f9fb;flex-direction:column;flex:1;gap:12px;padding:16px 18px;display:flex;overflow-y:auto}.ChatBot-module__1ZSG2G__welcomeWrapper{flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin:auto 0;display:flex}.ChatBot-module__1ZSG2G__welcomeMessage{color:#1b2632;background:#fff;border-radius:18px 18px 18px 4px;width:100%;padding:16px 20px;font-family:Open Sans,sans-serif;font-size:.95rem;line-height:1.6;box-shadow:0 2px 8px #0000000a}.ChatBot-module__1ZSG2G__quickOptions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.ChatBot-module__1ZSG2G__quickOption{color:#2c3b4d;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:30px;flex:0 auto;padding:8px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #00000005}.ChatBot-module__1ZSG2G__quickOption:hover{color:#fff;background:#2c3b4d;border-color:#2c3b4d;transform:translateY(-2px);box-shadow:0 4px 12px #2c3b4d26}.ChatBot-module__1ZSG2G__message{word-break:break-word;border-radius:18px;max-width:82%;padding:10px 16px;font-family:Open Sans,sans-serif;font-size:.95rem;line-height:1.5;box-shadow:0 2px 6px #0000000a}.ChatBot-module__1ZSG2G__userMessage{color:#fff;background:#2c3b4d;border-bottom-right-radius:4px;align-self:flex-end}.ChatBot-module__1ZSG2G__botMessage{color:#1b2632;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 4px 12px #0000000f}.ChatBot-module__1ZSG2G__typing{color:#777778;align-items:center;gap:4px;display:flex}.ChatBot-module__1ZSG2G__typing:after{content:"...";animation:1.2s infinite ChatBot-module__1ZSG2G__dots}@keyframes ChatBot-module__1ZSG2G__dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.ChatBot-module__1ZSG2G__inputContainer{background:#fff;border-top:1px solid #edf2f7;flex-shrink:0;align-items:flex-end;gap:10px;padding:10px 14px;display:flex}.ChatBot-module__1ZSG2G__inputField{resize:none;color:#1b2632;background:#fff;border:2px solid #e2e8f0;border-radius:24px;outline:none;flex:1;max-height:100px;padding:10px 16px;font-family:Open Sans,sans-serif;font-size:.95rem;transition:border-color .2s}.ChatBot-module__1ZSG2G__inputField::placeholder{color:#777778;opacity:1}.ChatBot-module__1ZSG2G__inputField:focus{color:#1b2632;border-color:#2c3b4d;box-shadow:0 0 0 3px #2c3b4d1a}.ChatBot-module__1ZSG2G__sendButton{color:#fff;cursor:pointer;background:#2c3b4d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .2s;display:flex}.ChatBot-module__1ZSG2G__sendButton:hover:not(:disabled){background:#1b2632;transform:scale(1.05)}.ChatBot-module__1ZSG2G__sendButton:disabled{cursor:not-allowed;background:#777778;transform:none}.ChatBot-module__1ZSG2G__chatFooter{text-align:center;color:#777778;letter-spacing:.3px;background:#fff;border-top:1px solid #edf2f7;flex-shrink:0;padding:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:.7rem}.ChatBot-module__1ZSG2G__chatFooter span{font-weight:500}.ChatBot-module__1ZSG2G__messagesContainer::-webkit-scrollbar{width:6px}.ChatBot-module__1ZSG2G__messagesContainer::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.ChatBot-module__1ZSG2G__messagesContainer::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.ChatBot-module__1ZSG2G__messagesContainer::-webkit-scrollbar-thumb:hover{background:#b0b8c4}.ChatBot-module__1ZSG2G__actionCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:10px;padding:12px}.ChatBot-module__1ZSG2G__actionTitle{color:#1b2632;margin:0;font-size:.82rem;font-weight:700}.ChatBot-module__1ZSG2G__actionDescription{color:#64748b;margin:3px 0 9px;font-size:.72rem;line-height:1.35}.ChatBot-module__1ZSG2G__actionButton{color:#fff;cursor:pointer;background:#2c3b4d;border:none;border-radius:8px;padding:7px 10px;font-size:.72rem;font-weight:700}.ChatBot-module__1ZSG2G__actionButton:hover{background:#1b2632}.ChatBot-module__1ZSG2G__imageButton{color:#2c3b4d;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.ChatBot-module__1ZSG2G__imageButton:disabled{color:#aaa;cursor:not-allowed}.ChatBot-module__1ZSG2G__imagePreview{color:#2c3b4d;background:#fff;border-top:1px solid #edf2f7;align-items:center;gap:8px;padding:6px 14px;font-size:.75rem;display:flex}.ChatBot-module__1ZSG2G__imagePreview img{object-fit:cover;border-radius:6px;width:34px;height:34px}.ChatBot-module__1ZSG2G__imagePreview span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.ChatBot-module__1ZSG2G__imagePreview button{color:#777778;cursor:pointer;background:0 0;border:none}
