.chatbot-container{position:fixed;bottom:90px;z-index:9999;font-family:Inter,system-ui,-apple-system,sans-serif;transition:bottom .3s ease}.chatbot-container.open{bottom:24px}.chatbot-side-left{left:24px}.chatbot-side-right{right:24px}.chatbot-toggle{width:60px;height:60px;border-radius:50%;background:var(--BlueColor, #115E59);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 24px #0003}.chatbot-toggle:hover{transform:scale(1.1)}.pulse-ring{position:absolute;width:100%;height:100%;background:inherit;border-radius:50%;z-index:-1;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}.chatbot-window{width:380px;height:600px;max-height:85vh;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 40px #00000026,0 0 0 1px #0000000d;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.chatbot-header{background:var(--BlueColor, #115E59);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.bot-avatar{width:40px;height:40px;border-radius:12px;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;overflow:hidden}.bot-avatar img{width:100%;height:100%;object-fit:contain;padding:2px}.close-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;transition:color .2s;padding:0}.close-btn:hover{color:#fff}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;background:#f8fafc;scroll-behavior:smooth}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.message-wrapper{display:flex;margin-bottom:16px}.message-wrapper.user{justify-content:flex-end}.message-bubble{max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.5;word-wrap:break-word}.message-wrapper.user .message-bubble{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:18px 18px 0;box-shadow:0 4px 12px #7c3aed33}.chatbot-side-right .message-wrapper.user .message-bubble{border-radius:18px 18px 18px 0}.message-wrapper.bot .message-bubble{background:#fff;color:#1e293b;border-radius:18px 18px 18px 0;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(0,0,0,.03)}.chatbot-side-right .message-wrapper.bot .message-bubble{border-radius:18px 18px 0}.message-bubble p{margin-bottom:.5rem}.message-bubble p:last-child{margin-bottom:0}.message-bubble ul,.message-bubble ol{margin-bottom:.5rem;padding-inline-start:1.25rem}.message-bubble li{margin-bottom:.25rem}.message-bubble h1,.message-bubble h2,.message-bubble h3,.message-bubble h4{font-size:1.1rem;font-weight:700;margin-top:.5rem;margin-bottom:.5rem}.agent-link{display:inline-block;color:#4f46e5;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:all .2s}.agent-link:hover{border-bottom-color:#4f46e5}.chatbot-input{padding:16px;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:10px;align-items:flex-end}.chatbot-input textarea{border-radius:20px;resize:none;border:1px solid #cbd5e1;padding:12px 16px;font-size:.95rem;background:#f8fafc;transition:all .2s;-ms-overflow-style:none;scrollbar-width:none}.chatbot-input textarea::-webkit-scrollbar{display:none}.chatbot-input textarea:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.send-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--BlueColor, #115E59);border:none;flex-shrink:0;transition:transform .2s}.send-btn:not(:disabled):hover{transform:scale(1.05);filter:brightness(.9)}.typing-indicator span{display:inline-block;width:6px;height:6px;background-color:#94a3b8;border-radius:50%;margin:0 2px;animation:typing 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 480px){.chatbot-container.open{bottom:0;left:0;right:0;top:0;z-index:10000}.chatbot-window{width:100vw;height:100vh;max-height:100vh;border-radius:0;border:none}.chatbot-side-left,.chatbot-side-right{bottom:90px}.chatbot-container.open.chatbot-side-left,.chatbot-container.open.chatbot-side-right{bottom:0;left:0;right:0}.chatbot-input textarea{font-size:16px}}.faq-chips{justify-content:flex-start}.faq-chip{cursor:pointer;transition:all .2s ease;border:1px solid rgba(0,0,0,.1)}.faq-chip:hover{background:var(--BlueColor, #115E59)!important;color:#fff!important;transform:translateY(-2px)}.icon-btn{background:none;border:none;color:#fffc;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.icon-btn:hover{color:#fff;background:#fff3}.chatbot-history-view{flex:1;display:flex;flex-direction:column;background:#f8f9fa;overflow:hidden}.history-list{flex:1;overflow-y:auto}.history-item{background:#fff;border-radius:8px;margin-bottom:8px;transition:all .2s ease;border:1px solid transparent}.history-item:hover{background:#f0f4f8;border-color:#0d6efd33}.codie-rtl .message-wrapper.user{justify-content:flex-start}.codie-rtl .message-wrapper.bot{justify-content:flex-end}.codie-rtl .message-wrapper.user .message-bubble{background:#f0f2f5;color:#1c1e21;border-radius:18px 18px 0}.codie-rtl .message-wrapper.bot .message-bubble{background:linear-gradient(135deg,var(--BlueColor, #115E59),#0F766E);color:#fff;border-radius:18px 18px 18px 0}.codie-rtl .chatbot-input input,.codie-rtl .chatbot-input textarea{text-align:right}.codie-rtl .chatbot-header .d-flex{flex-direction:row}.codie-rtl .rtl-flip{transform:scaleX(-1)}.codie-rtl .faq-chips{justify-content:flex-end}
