:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chatbot-container{position:fixed;bottom:6rem;right:1.5rem;z-index:1050;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chatbot-popup{position:absolute;bottom:4rem;right:0;width:20rem;height:24rem;background:#fff;border-radius:1rem;box-shadow:0 1rem 3rem #0000004d;border:1px solid #e9ecef;overflow:hidden;transform:scale(1);opacity:1;transition:all .3s ease-out;display:flex;flex-direction:column}@media (min-width: 576px){.chatbot-popup{width:24rem;height:31.25rem}}.chatbot-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chatbot-header-info{display:flex;align-items:center;gap:.75rem}.chatbot-header-avatar{width:2.5rem;height:2.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatbot-header-text h5{margin:0;font-size:1.125rem;font-weight:600}.chatbot-header-text p{margin:0;font-size:.875rem;opacity:.8}.chatbot-header-controls{display:flex;gap:.5rem}.chatbot-header-btn{background:none;border:none;color:#fff;padding:.25rem;border-radius:50%;transition:background-color .2s;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatbot-header-btn:hover{background:#fff3}.chatbot-messages-container{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column}.chatbot-welcome-message{text-align:center;padding:2rem 0}.chatbot-welcome-avatar{width:4rem;height:4rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.chatbot-welcome-text{color:#6c757d;font-size:.875rem;margin:0}.chatbot-message-row{display:flex;margin-bottom:1rem}.chatbot-message-row.chatbot-user{justify-content:flex-end}.chatbot-message-row.chatbot-bot{justify-content:flex-start}.chatbot-message-content{display:flex;align-items:flex-end;max-width:18rem;gap:.5rem}.chatbot-message-content.chatbot-user{flex-direction:row-reverse}.chatbot-message-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-bot-avatar{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.chatbot-user-avatar{background:linear-gradient(135deg,#10b981,#14b8a6);color:#fff}.chatbot-message-bubble{padding:.5rem 1rem;border-radius:1rem;max-width:18rem;word-wrap:break-word;font-size:.875rem;line-height:1.4}.chatbot-message-bubble.chatbot-user{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-bottom-right-radius:.25rem}.chatbot-message-bubble.chatbot-bot{background:#f8f9fa;color:#212529;border-bottom-left-radius:.25rem}.chatbot-typing-indicator{display:flex;align-items:center;gap:.5rem;padding:.75rem 0}.chatbot-typing-bubble{background:#f8f9fa;border-radius:1rem;padding:.5rem 1rem;margin-left:.75rem}.chatbot-typing-dots{display:flex;gap:.25rem}.chatbot-dot{width:.5rem;height:.5rem;background:#6c757d;border-radius:50%;animation:chatbot-bounce 1.4s infinite ease-in-out}.chatbot-dot:nth-child(1){animation-delay:-.32s}.chatbot-dot:nth-child(2){animation-delay:-.16s}@keyframes chatbot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-suggestions-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.chatbot-suggestion-btn{background:#e7f3ff;color:#0d6efd;border:1px solid #b3d9ff;border-radius:1rem;padding:.25rem .75rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.chatbot-suggestion-btn:hover{background:#cce7ff}.chatbot-input-container{border-top:1px solid #e9ecef;padding:1rem;flex-shrink:0}.chatbot-input-group-custom{display:flex;align-items:center;gap:.5rem}.chatbot-input-custom{flex:1;padding:.5rem 1rem;border:1px solid #ced4da;border-radius:2rem;font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}.chatbot-input-custom:focus{border-color:#3b82f6;box-shadow:0 0 0 .2rem #3b82f640}.chatbot-input-custom:disabled{opacity:.5;cursor:not-allowed}.chatbot-send-btn{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.chatbot-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#7c3aed);transform:scale(1.05)}.chatbot-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbot-toggle-btn{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:50%;box-shadow:0 .5rem 1rem #0000004d;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.chatbot-toggle-btn:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 .75rem 1.5rem #0006;transform:scale(1.1)}.chatbot-toggle-btn.chatbot-active{transform:rotate(180deg)}.chatbot-toggle-btn.chatbot-active:hover{transform:rotate(180deg) scale(1.1)}.chatbot-notification-badge{position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;background:#dc3545;color:#fff;font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;animation:chatbot-pulse 2s infinite}@keyframes chatbot-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.chatbot-icon-transition{transition:transform .3s}.chatbot-group-hover:hover .chatbot-icon-transition{transform:scale(1.1)}.chatbot-messages-container::-webkit-scrollbar{width:4px}.chatbot-messages-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.chatbot-messages-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.chatbot-messages-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.react-chatbot-kit-user-chat-message-container{display:flex;margin:15px 0;justify-content:flex-end}.react-chatbot-kit-user-avatar-container{width:40px;height:40px;border-radius:50%;margin-left:12.5px;background-color:#3d4e8d;display:flex;justify-content:center;align-items:center}.react-chatbot-kit-user-avatar-icon{fill:#fff;width:15px;height:15px}.react-chatbot-kit-user-chat-message{background-color:#f1f1f1;padding:10px;border-radius:5px;font-size:.9rem;color:#585858;font-weight:medium;position:relative;text-align:left}.react-chatbot-kit-user-chat-message-arrow{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #f1f1f1;position:absolute;right:-7px;top:13px}.react-chatbot-kit-chat-bot-message-container{display:flex;margin:15px 0;justify-content:flex-start}.react-chatbot-kit-chat-bot-avatar-container{width:40px;height:40px;border-radius:50%;font-size:1.2rem;margin-right:12.5px;background-color:#d8d8d8;display:flex;justify-content:center;align-items:center}.react-chatbot-kit-chat-bot-avatar-icon{fill:#494646;width:22.5px;height:22.5px}.react-chatbot-kit-chat-bot-avatar-letter{color:#1d1d1d;margin:0;padding:0}.react-chatbot-kit-chat-bot-message{background-color:#2898ec;padding:10px;border-radius:5px;font-size:.9rem;color:#fff;font-weight:medium;position:relative;width:184.5px;margin-left:auto;text-align:left}.react-chatbot-kit-chat-bot-message-arrow{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #2898ec;position:absolute;left:-7px;top:13px}.react-chatbot-kit-chat-bot-loading-icon-container{height:17px;width:25px}.chatbot-loader-container{display:flex;width:100%;justify-content:center}#chatbot-loader #chatbot-loader-dot1{animation:load 1s infinite}#chatbot-loader #chatbot-loader-dot2{animation:load 1s infinite;animation-delay:.2s}#chatbot-loader #chatbot-loader-dot3{animation:load 1s infinite;animation-delay:.4s}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}.react-chatbot-kit-chat-container{position:relative;width:275px}.react-chatbot-kit-chat-inner-container{height:500px;background-color:#fff;border-radius:5px}.react-chatbot-kit-chat-header{border-top-right-radius:5px;border-top-left-radius:5px;background-color:#efefef;font-family:Arial;display:flex;align-items:center;font-size:.85rem;color:#514f4f;padding:12.5px;font-weight:700}.react-chatbot-kit-chat-input-container{position:absolute;bottom:0;width:100%;display:flex}.react-chatbot-kit-chat-message-container{padding:0 17.5px 10px;overflow:scroll;height:424px}.react-chatbot-kit-chat-input{width:100%;padding:12.5px;border:none;font-size:.85rem;border-top:1px solid #d8d8d8;border-bottom-left-radius:5px}.react-chatbot-kit-chat-input-form{width:100%;display:flex}.react-chatbot-kit-chat-input::placeholder{color:#585858}.react-chatbot-kit-chat-btn-send{background-color:#2898ec;width:100px;border:none;color:#fff;border-bottom-right-radius:5px}.react-chatbot-kit-chat-btn-send-icon{fill:#fff;width:15px;margin:0 auto}.react-chatbot-kit-error{background-color:#fff;border-radius:3px;padding:15px}.react-chatbot-kit-error-container{width:260px}.react-chatbot-kit-error-header{font-size:1.3rem;color:#1d1d1d;margin-bottom:30px}.react-chatbot-kit-error-docs{display:block;margin:25px auto;color:#38688b;padding:8px;border:1px solid rgb(40,152,236);width:130px;text-align:center;text-decoration:none;font-size:1rem}
