#chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000}#chatbot-button{background:#f60;color:#fff;padding:10px;border-radius:50px;cursor:pointer;display:flex;align-items:center;gap:8px}#chatbot-text{font-size:14px;white-space:nowrap}#chatbot{display:none;width:400px;height:600px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:5px;overflow:hidden}@media(max-width:1366px){#chatbot{width:320px;height:500px}}@media(max-width:1024px){#chatbot{width:280px;height:450px}}#chatbot-header{background:#f60;color:#fff;padding:10px;text-align:center;font-weight:bold}#chatbot-body{padding:10px;max-height:400px;overflow-y:auto}#chat-history{max-height:300px;overflow-y:auto;margin-bottom:10px}#chat-input-container{display:flex;align-items:center;padding:10px;border-top:1px solid #ddd;width:100%}#chat-input{flex-grow:1;padding:10px;border:1px solid #ddd;border-radius:5px 0 0 5px;height:40px;box-sizing:border-box;margin-top:20px}#chat-send-button{background:#f60;border:0;padding:10px 20px;border-radius:0 5px 5px 0;cursor:pointer;color:#fff;height:42px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}#chat-send-button-usuario-cartao{background:#f60;border:0;padding:10px 20px;border-radius:0 5px 5px 0;cursor:pointer;color:#fff;height:42px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-top:20px}.color-orange{color:#ff4500;background:none!important}.chatbot-message,.user-message{background:#f1f1f1;padding:10px;margin-top:5px;border-radius:5px}.max-width-30{max-width:30%}.max-width-50{max-width:50%}.height-auto{height:auto}.text-align-center{text-align:center}.margin-top-20{margin-top:20px}