.Chatbot_chatbot__QqpWH{position:fixed;bottom:40px;right:15px;width:310px;transition:transform .3s ease,opacity .3s ease;opacity:.8;transform:translateY(100%);z-index:2000}.Chatbot_chatbot__QqpWH.Chatbot_open__KzeNF{opacity:1;transform:translateY(0);bottom:0}.Chatbot_chatbot__QqpWH:hover{opacity:1}.Chatbot_header__V0qJ0{background-color:#007bff;color:#fff;text-align:center;padding:10px;border-radius:10px 10px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.Chatbot_openChat___GcUV{display:flex;align-items:center;gap:8px}.Chatbot_openChat___GcUV svg{margin-right:5px}.Chatbot_chatWindow__axYsT{display:flex;flex-direction:column;height:400px;background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.Chatbot_chatHistory__l9Kzw{flex:1;overflow-y:auto;padding:10px}.Chatbot_userMessage__Q3YpE{text-align:right;background-color:#007bff;color:#fff;padding:5px 10px;margin:5px 0;border-radius:15px 15px 0 15px}.Chatbot_botMessage__KihTd{text-align:left;background-color:#f1f1f1;color:#000;padding:5px 10px;margin:5px 0;border-radius:15px 15px 15px 0}.Chatbot_inputArea__kSBKG{display:flex;padding:10px;border-top:1px solid #ccc}.Chatbot_inputArea__kSBKG input{flex:1;padding:5px;margin-right:5px;border:1px solid #ccc;border-radius:5px}.Chatbot_inputArea__kSBKG button{padding:5px 10px;border:none;background-color:#007bff;color:#fff;border-radius:5px;cursor:pointer}.Chatbot_options__bCsPD{display:flex;flex-direction:column;gap:8px;margin-top:10px}.Chatbot_optionButton__ZYEJD{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:10px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.Chatbot_optionButton__ZYEJD:hover{background-color:#0056b3}