/* BẢO HUY GROUP - WEBSITE CHATBOT AI */
.float-buttons{display:flex!important;flex-direction:column!important;gap:12px!important;z-index:99999!important}.ai-btn,#bh-ai-toggle{width:52px!important;height:52px!important;border:none!important;border-radius:50%!important;background:linear-gradient(135deg,#f59e0b,#ff9800)!important;color:#fff!important;font-size:22px!important;font-weight:800!important;cursor:pointer!important;box-shadow:0 6px 16px rgba(0,0,0,.25)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:999999!important;position:relative!important;right:auto!important;bottom:auto!important;margin:0!important}.bh-ai-chat-box{position:fixed!important;right:82px!important;bottom:92px!important;width:370px!important;max-width:calc(100vw - 105px)!important;height:540px!important;max-height:75vh!important;background:#fff!important;border-radius:20px!important;z-index:999999!important;box-shadow:0 18px 55px rgba(0,0,0,.28)!important;display:none!important;overflow:hidden!important;border:1px solid rgba(0,0,0,.08)!important;font-family:Arial,sans-serif!important}.bh-ai-chat-box.open{display:flex!important;flex-direction:column!important}.bh-ai-chat-head{background:linear-gradient(135deg,#111827,#f59e0b)!important;color:#fff!important;padding:14px 16px!important;display:flex!important;align-items:center!important;gap:12px!important}.bh-ai-avatar{width:54px!important;height:54px!important;border-radius:50%!important;background:#fff!important;color:#f59e0b!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important}.bh-ai-chat-title{font-weight:800!important;font-size:16px!important}.bh-ai-chat-close{background:rgba(255,255,255,.18)!important;border:0!important;color:#fff!important;border-radius:10px!important;width:34px!important;height:34px!important;font-size:22px!important;cursor:pointer!important}.bh-ai-chat-messages{flex:1!important;overflow-y:auto!important;padding:14px!important;background:#f8fafc!important}.bh-ai-msg{margin-bottom:10px!important;display:flex!important}.bh-ai-msg.user{justify-content:flex-end!important}.bh-ai-bubble{max-width:82%!important;padding:10px 12px!important;border-radius:14px!important;font-size:15px!important;line-height:1.65!important;white-space:pre-wrap!important;word-break:normal!important;overflow-wrap:break-word!important}.bh-ai-msg.bot .bh-ai-bubble{background:#fff!important;border:1px solid #e5e7eb!important;color:#111827!important;text-align:justify!important}.bh-ai-msg.user .bh-ai-bubble{background:#2563eb!important;color:#fff!important;text-align:left!important}.bh-ai-quick{display:none!important}.bh-ai-input{display:flex!important;gap:8px!important;padding:12px!important;background:#fff!important;border-top:1px solid #eee!important}.bh-ai-input input{flex:1!important;min-width:0!important;border:1px solid #d1d5db!important;border-radius:999px!important;padding:11px 13px!important;font-size:14px!important;outline:none!important}.bh-ai-input button{border:0!important;border-radius:999px!important;background:#f59e0b!important;color:#fff!important;font-weight:800!important;padding:0 16px!important;min-width:56px!important;cursor:pointer!important}@media(max-width:768px){.bh-ai-chat-box{left:10px!important;right:72px!important;bottom:86px!important;width:auto!important;height:500px!important;max-height:68vh!important}.bh-ai-bubble{font-size:14px!important}}