.bot-widget-container{position:fixed;bottom:0;right:0;z-index:1050}.bot-widget-container.mobile{bottom:0;right:0;left:0;top:0}.bot-widget-container.desktop{bottom:0;right:0;margin-bottom:1rem;margin-right:1rem}.chat-button{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;position:fixed;bottom:1rem;right:1rem;overflow:hidden;z-index:1051}.chat-button:hover{transform:translateY(-2px) scale(1.05);background:linear-gradient(135deg,#3b82f6,#2563eb)}.chat-button:active{transform:translateY(0) scale(.95)}.chat-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.chat-button:hover:before{width:100px;height:100px}.pulse-ring{position:absolute;width:64px;height:64px;border:3px solid rgba(102,126,234,.3);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}.chat-header{background:linear-gradient(135deg,#2c3e60,#141f38);padding:20px;color:#fff;position:relative;overflow:hidden}.chat-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,hsla(0,0%,100%,.1),transparent);transform:rotate(45deg);animation:shimmer 3s infinite}.chat-header-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.close-button{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-button:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.chat-title{margin:0;font-size:18px;font-weight:600;display:flex;align-items:center;gap:10px}.chat-title:before{content:"🤖";font-size:22px;margin-top:10px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.chat-subtitle{font-size:12px;opacity:.9;margin-left:40px}.status-indicator{position:absolute;top:15px;right:60px;display:flex;align-items:center;gap:6px;font-size:11px;color:hsla(0,0%,100%,.9)}.status-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:statusPulse 2s infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.chat-container{background:#f3f4f6;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:bottom right;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);display:flex;flex-direction:column;max-height:calc(100vh - 100px - 80px)!important;min-height:300px}.chat-container.entering{animation:slideInScale .3s cubic-bezier(.4,0,.2,1)}.chat-container.exiting{animation:slideOutScale .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideOutScale{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(20px)}}.chat-container .card-body{position:relative}.chat-container .card-body,.chat-container .card-body>div{flex:1 1;overflow:hidden;display:flex;flex-direction:column;min-height:0}@media (max-width:768px){.chat-button{width:56px;height:56px;font-size:20px;bottom:1rem;right:1rem;z-index:1051}.chat-container{border-radius:0;box-shadow:none;top:80px!important;max-height:calc(100vh - 80px - 2rem)!important}.chat-header{padding:15px 20px}.chat-title{font-size:16px}.chat-subtitle{font-size:11px;margin-left:35px}.status-indicator{top:12px;right:50px;font-size:10px}.close-button{width:28px;height:28px}.chat-container.entering{animation:slideInMobile .3s cubic-bezier(.4,0,.2,1)}.chat-container.exiting{animation:slideOutMobile .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}}@media (max-width:480px){.chat-button{width:52px;height:52px;font-size:18px;bottom:.75rem;right:.75rem}.chat-header{padding:12px 16px}.chat-title{font-size:15px}.chat-subtitle{font-size:10px;margin-left:30px}.status-indicator{top:10px;right:45px;font-size:9px}.close-button{width:26px;height:26px}}@media (min-width:769px) and (max-width:1024px){.chat-container{width:400px!important;height:550px!important}.chat-button{width:58px;height:58px}}@media (min-width:1025px){.chat-container{width:450px!important;height:600px!important}}@media (max-height:500px){.chat-container{max-height:calc(100vh - 20px - 80px)!important;top:90px!important;bottom:10px!important}.chat-header{padding:10px 15px}.chat-title{font-size:14px}.chat-subtitle{font-size:10px;margin-left:25px}.status-indicator{top:8px;right:40px;font-size:9px}.close-button{width:24px;height:24px}}@media (max-height:400px){.chat-container{max-height:calc(100vh - 10px - 80px)!important;top:90px!important;bottom:5px!important}.chat-header{padding:8px 12px}.chat-title{font-size:13px}.chat-subtitle{font-size:9px;margin-left:20px}}.BotDropdown_customSelectWrapper__EiVAi{position:relative;width:85%;margin:0 auto}.BotDropdown_customSelect__8r4na{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #d1d5db;border-radius:12px;cursor:pointer;font-size:13px;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.05);min-height:48px}.BotDropdown_customSelect__8r4na:hover{border-color:#9ca3af;box-shadow:0 6px 15px rgba(0,0,0,.1)}.BotDropdown_customSelect__8r4na.BotDropdown_focused__Rfb5E,.BotDropdown_customSelect__8r4na:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.3)}.BotDropdown_customSelectText__ZxcQu{flex:1 1;color:#374151;font-weight:500}.BotDropdown_customSelectText__ZxcQu.BotDropdown_placeholder__v0mMb{color:#9ca3af;font-weight:400}.BotDropdown_customSelectArrow__UGWHA{width:16px;height:16px;color:#6b7280;transition:transform .2s ease;flex-shrink:0;margin-left:8px}.BotDropdown_customSelectArrow__UGWHA.BotDropdown_open__6LbTP{transform:rotate(180deg)}.BotDropdown_customDropdown__hgE9l{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:1000;max-height:200px;overflow-y:auto;animation:BotDropdown_slideDown__4qkou .2s ease-out}.BotDropdown_customOption__3VM7b{padding:12px 16px;cursor:pointer;font-size:13px;color:#374151;transition:all .15s ease;border-bottom:1px solid #f3f4f6}.BotDropdown_customOption__3VM7b:last-child{border-bottom:none}.BotDropdown_customOption__3VM7b:hover{background:#f8fafc;color:#1f2937;padding-left:20px}.BotDropdown_customOption__3VM7b:active{background:#e5e7eb}.BotDropdown_customSelect__8r4na.BotDropdown_loading__ZQZzb{opacity:.7;cursor:not-allowed;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:BotDropdown_shimmer__EOm6e 1.5s infinite}.BotDropdown_customSelect__8r4na.BotDropdown_loading__ZQZzb .BotDropdown_customSelectText__ZxcQu{color:#9ca3af}.BotDropdown_customSelect__8r4na.BotDropdown_servicesLoaded__OT28n{border-color:#10b981;background:linear-gradient(135deg,#fff,#f0fdf4)}.BotDropdown_customSelect__8r4na.BotDropdown_servicesLoaded__OT28n:hover{border-color:#059669;box-shadow:0 6px 15px rgba(16,185,129,.2)}.BotDropdown_successIndicator__ua2BG{display:flex;align-items:center;gap:12px;margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #a7f3d0;border-radius:8px;animation:BotDropdown_fadeInUp__As61V .3s ease-out}.BotDropdown_successIcon__b5j7e{width:20px;height:20px;color:#10b981;flex-shrink:0;animation:BotDropdown_checkmark__G3X2O .5s ease-out}.BotDropdown_successContent__0DypT{display:flex;flex-direction:column;gap:2px}.BotDropdown_successTitle__FmDlj{font-size:12px;font-weight:600;color:#047857}.BotDropdown_successMessage__hkxqg{font-size:11px;color:#065f46;opacity:.8}.BotDropdown_customDropdown__hgE9l::-webkit-scrollbar{width:6px}.BotDropdown_customDropdown__hgE9l::-webkit-scrollbar-track{background:#f8fafc;border-radius:0 0 12px 0}.BotDropdown_customDropdown__hgE9l::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1,#94a3b8);border-radius:3px}.BotDropdown_customDropdown__hgE9l::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8,#64748b)}@keyframes BotDropdown_slideDown__4qkou{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes BotDropdown_shimmer__EOm6e{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes BotDropdown_fadeInUp__As61V{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes BotDropdown_checkmark__G3X2O{0%{transform:scale(0) rotate(45deg)}50%{transform:scale(1.2) rotate(45deg)}to{transform:scale(1) rotate(45deg)}}.BotDropdown_widgetContainer__kXeLC{padding:16px;display:flex;justify-content:center}.BotDropdown_customSelect__8r4na.BotDropdown_error__oWkN4{border-color:#ef4444;background:linear-gradient(135deg,#fff,#fef2f2)}.BotDropdown_errorMessage__uj2Yx{margin-top:8px;padding:8px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:12px;animation:BotDropdown_fadeInUp__As61V .3s ease-out}@media (max-width:480px){.BotDropdown_customSelectWrapper__EiVAi{width:95%}.BotDropdown_customOption__3VM7b,.BotDropdown_customSelect__8r4na{padding:10px 14px;font-size:12px}}.react-chatbot-kit-chat-container{width:100%!important;max-width:100%!important;height:100%!important;display:flex;flex-direction:column;min-height:0;overflow:hidden}.react-chatbot-kit-chat-inner-container{flex:1 1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.react-chatbot-kit-chat-bot-message{background:linear-gradient(135deg,#2c3e60,#141f38)!important;color:#fff!important;align-self:flex-start!important;border-radius:12px 12px 12px 0;padding:10px 14px;margin-left:20px;max-width:80%}.react-chatbot-kit-user-chat-message{background-color:#e5e7eb!important;color:#111827!important;align-self:flex-end!important;border-radius:12px 12px 0 12px;padding:10px 14px;margin:6px 0;max-width:80%}.react-chatbot-kit-chat-message-container{display:flex;flex-direction:column;padding:16px;flex:1 1;overflow-y:auto;min-height:0;max-height:none}.category-options{padding:10px}.category-options select{margin-top:10px;width:100%;padding:8px;border-radius:4px;border:1px solid #ddd}.category-options,.sub-options{padding:10px}.category-options select,.sub-options select{margin-top:10px;width:100%;padding:8px;border-radius:4px;border:1px solid #ddd}.react-chatbot-kit-chat-bot-message select{background-color:#fff;color:#333}@keyframes spin{to{transform:rotate(1turn)}}.loading-spinner{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#2563eb;animation:spin 1s ease-in-out infinite;margin-left:10px}.service-options{padding:10px}.service-options select{margin-top:20px;width:100%;padding:8px;border-radius:4px;border:1px solid #ddd;background-color:#fff;color:#333}.service-options option{padding:8px;white-space:normal}.alert-success{position:fixed;bottom:120px;right:20px;z-index:1100;min-width:300px;animation:fadeIn .3s,fadeOut .3s 2.7s forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.react-chatbot-kit-chat-bot-message-success{background-color:#d4edda;color:#155724;border-left:4px solid #28a745;padding:10px;border-radius:5px}.react-chatbot-kit-chat-input-container{display:flex;align-items:center;padding:20px 10px;border-top:1px solid hsla(0,0%,100%,.1);background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;overflow:hidden;flex-shrink:0;min-height:60px;z-index:10;margin-top:auto}.react-chatbot-kit-chat-input-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.react-chatbot-kit-chat-input{flex-grow:1;padding:8px 16px;font-size:14px;font-weight:400;border-radius:10px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1f2937;position:relative;height:36px}.react-chatbot-kit-chat-input::placeholder{color:#6b7280;font-weight:300}.react-chatbot-kit-chat-input:focus{border-color:hsla(0,0%,100%,.6);transform:translateY(-1px);background:#fff}.react-chatbot-kit-chat-btn-send{margin-left:12px;padding:10px;width:48px;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8 50%,#3b82f6);border:none;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.react-chatbot-kit-chat-btn-send:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.react-chatbot-kit-chat-btn-send:hover{transform:translateY(-2px) scale(1.05)}.react-chatbot-kit-chat-btn-send:hover:before{left:100%}.react-chatbot-kit-chat-btn-send:active{transform:translateY(0) scale(.98)}.react-chatbot-kit-chat-btn-send svg{width:15px;height:15px;fill:#fff;transition:transform .3s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.react-chatbot-kit-chat-btn-send:hover svg{transform:translateX(1px)}@media (max-width:768px){.react-chatbot-kit-chat-input-container{padding:12px 16px}.react-chatbot-kit-chat-input{padding:12px 16px;font-size:16px;height:40px}.react-chatbot-kit-chat-btn-send{padding:12px;min-width:44px;min-height:44px}.react-chatbot-kit-chat-btn-send svg{width:18px;height:18px}.react-chatbot-kit-chat-bot-message{margin-left:10px!important}.react-chatbot-kit-chat-bot-message,.react-chatbot-kit-user-chat-message{max-width:85%!important;padding:8px 12px!important}.react-chatbot-kit-chat-message-container{padding:12px!important}}@media (max-width:480px){.react-chatbot-kit-chat-input-container{padding:10px 12px;min-height:50px}.react-chatbot-kit-chat-input{padding:8px 12px;font-size:16px;height:38px}.react-chatbot-kit-chat-btn-send{padding:8px;min-width:40px;min-height:38px;margin-left:8px}.react-chatbot-kit-chat-btn-send svg{width:16px;height:16px}.react-chatbot-kit-chat-bot-message{margin-left:8px!important}.react-chatbot-kit-chat-bot-message,.react-chatbot-kit-user-chat-message{max-width:90%!important;padding:6px 10px!important;font-size:14px}.react-chatbot-kit-chat-message-container{padding:8px!important}}@media (max-height:500px){.react-chatbot-kit-chat-input-container{padding:8px 10px;min-height:45px}.react-chatbot-kit-chat-input{height:32px;padding:6px 10px;font-size:14px}.react-chatbot-kit-chat-btn-send{min-width:36px;min-height:32px;padding:6px}.react-chatbot-kit-chat-btn-send svg{width:14px;height:14px}.react-chatbot-kit-chat-message-container{padding:8px!important}}@media (max-height:400px){.react-chatbot-kit-chat-input-container{padding:6px 8px;min-height:40px}.react-chatbot-kit-chat-input{height:28px;padding:4px 8px;font-size:13px}.react-chatbot-kit-chat-btn-send{min-width:32px;min-height:28px;padding:4px;margin-left:6px}.react-chatbot-kit-chat-btn-send svg{width:12px;height:12px}.react-chatbot-kit-chat-message-container{padding:6px!important}.react-chatbot-kit-chat-bot-message,.react-chatbot-kit-user-chat-message{padding:4px 8px!important;font-size:12px;margin:2px 0}}@media (prefers-color-scheme:dark){.react-chatbot-kit-chat-input-container{background:linear-gradient(135deg,#1e293b,#0f172a 50%,#334155);border-top-color:hsla(0,0%,100%,.1)}.react-chatbot-kit-chat-input{background:rgba(30,41,59,.8);border-color:hsla(0,0%,100%,.1);color:#f8fafc}.react-chatbot-kit-chat-input::placeholder{color:#94a3b8}.react-chatbot-kit-chat-input:focus{background:rgba(30,41,59,.9);border-color:hsla(0,0%,100%,.3)}}