#chat-messages{display:flex;flex-direction:column;overflow-y:auto;min-height:60vh;padding:20px 20px 10px}#chat-messages-container{display:flex;flex-direction:column;padding-bottom:20vh}.message{display:flex;align-items:center;margin-bottom:10px;max-width:80%}.message-row{display:flex;align-items:flex-start;margin-bottom:10px}.message-row.bot{justify-content:flex-start}.message-row.user{justify-content:flex-end}.bot-icon{width:50px !important;height:50px !important;background-color:#f1f7fe;margin-right:8px;border-radius:25px !important;padding:5px;flex-shrink:0}.chat-message{padding:10px 14px;border-radius:12px;word-wrap:break-word}.chat-message.bot{display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:60%;background:#fff;border:1px solid #f5ebdd;box-shadow:0 1px 2px rgba(17,24,39,.04);padding:20px}.chat-message-content{width:100%;line-height:1.65;color:#1f2937}.chat-message-content p{margin:0 0 10px}.chat-message-content p:last-child{margin-bottom:0}.chat-message-content ul,.chat-message-content ol{margin:6px 0 10px;padding-left:20px}.chat-message-content li{margin:4px 0}.chat-message-content strong{color:#111827}.ai-typing-indicator{display:inline-flex;align-items:center;gap:10px;min-height:22px}.ai-typing-label{color:#000039;font-weight:600}.ai-typing-dots{display:inline-flex;align-items:center;gap:5px}.ai-typing-dots span{width:8px;height:8px;border-radius:50%;background:#4f46e5;opacity:.3;animation:edvdoTypingDot 1.1s infinite ease-in-out}.ai-typing-dots span:nth-child(2){animation-delay:.15s}.ai-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes edvdoTypingDot{0%,80%,100%{transform:translateY(0);opacity:.25}40%{transform:translateY(-5px);opacity:1}}@media (prefers-reduced-motion:reduce){.ai-typing-dots span{animation:none;opacity:.7}}.ai-copy-wrap{display:flex;justify-content:flex-end;width:100%;margin-top:2px}.ai-copy-btn{width:26px;height:26px;border-radius:50%;border:1px solid #d6dbff;background:#fff;color:#4f46e5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease}.ai-copy-btn:hover{background:#eef1ff;border-color:#4f46e5}.ai-copy-btn.copied{border-color:#10b981;color:#10b981}.chat-message.user{background:#f1f7fe;color:#242424;text-align:left;gap:8px;max-width:70%;margin-bottom:10px}.text{padding:8px 16px;border-radius:8px;word-wrap:break-word;max-width:70%}.text.bot-text{background:#f1f1f1;color:#000}.text.user-text{color:#242424}.numbered-item{display:inline;font-weight:700;margin-right:5px}.message-time{font-size:12px;color:#888;align-self:flex-end}.message.user .message-time{order:1;margin-right:8px;align-self:flex-start}.message.bot .message-time{order:2;margin-left:8px}.ai-chat-box{padding:0 5%}.chat-divider{width:100%;max-width:1166px;height:1px;background:#d1d1d1;margin:10px auto}.ai-suggested-questions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ai-suggested-question{border:1px solid #d6dbff;background:#fff;color:#2f3a8f;border-radius:999px;padding:6px 12px;font-size:12px;line-height:1.3;cursor:pointer;transition:all .2s ease}.ai-suggested-question:hover{background:#eef1ff;border-color:#4f46e5}.edvdo_ai_chatbot_actions_container{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:12px;width:100%;padding:10px 20px;max-width:1000px;margin:0 auto}.edvdo_ai_chatbot_action_button{display:flex;justify-content:center;align-items:center;gap:8px;border-radius:25px;border:1px solid #e5e7eb;background:#fff;padding:8px 16px;cursor:pointer;font-size:13px;font-weight:500;color:#4b5563;box-shadow:0 2px 5px rgba(0,0,0,.02);transition:background .2s,border-color .2s;height:40px}.edvdo_ai_chatbot_action_button img{width:20px;height:20px}.edvdo_ai_chatbot_action_button:hover{background:#f9fafb;border-color:#d1d5db}.chat-input-outer-container{display:flex;justify-content:center;align-items:center;width:100%;position:fixed;bottom:0;left:0;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);min-height:12vh;padding-bottom:20px;border:none;box-shadow:none;z-index:1000;pointer-events:none}#chat-input{display:flex;width:100%;padding:0 20px;align-items:center;justify-content:center;pointer-events:auto}#chat-input-inner{display:flex;width:100%;max-width:1000px;height:55px;border-radius:30px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.08);padding:5px 10px 5px 20px;align-items:center;justify-content:space-between}#chat-input-inner input{border:none;outline:none;flex-grow:1;background:0 0;font-size:15px;color:#374151}#chat-input-inner input::placeholder{color:#9ca3af}.input-actions{display:flex;gap:8px}#remove-image{width:18px !important;height:18px !important;background:0 0 !important;color:#888 !important;border:none !important;border-radius:50% !important;padding:0 !important;margin:0 !important;font-size:12px !important;display:flex !important;align-items:center !important;justify-content:center !important}#remove-image:hover{background:0 0 !important;color:#000 !important}#chat-input-inner .mic-button{background:#f3f4f6 !important;color:#6b7280 !important}#image-button i{color:#4f46e5 !important}#mic-button i{color:#4f46e5 !important}#send-button i{color:#4f46e5 !important}#chat-input-inner .mic-button:hover{background:#e5e7eb !important}#image-button,#mic-button,#send-button{width:32px !important;height:32px !important;border-radius:50% !important;background:#4f46e5 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important}#image-button i,#mic-button i,#send-button i{color:#fff !important;font-size:14px !important}.edvdo-studentportal-chatbot-sidebar-main{position:fixed;top:0;left:0;transform:translateX(-100%);display:flex;flex-direction:column;width:370px;height:100vh;padding:16px 20px;background:#000039;transition:transform .35s ease;z-index:1101}.edvdo-studentportal-chatbot-sidebar-toggle-bar{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:20px;position:fixed;top:10%;left:0;transform:translateY(-10%);padding:20px 0;width:60px;height:auto;min-height:100vh;z-index:1100;background:0 0}.edvdo-studentportal-chatbot-sidebar-toggle-profile{display:none}.edvdo-studentportal-chatbot-sidebar-toggle-btn{position:relative;border-radius:12px;box-shadow:4px 4px 10px rgba(0,0,0,.1);background:#fff;width:35px;height:35px;border:none;cursor:pointer;z-index:1100;display:flex;align-items:center;justify-content:center;color:#333}.edvdo-studentportal-chatbot-sidebar-toggle-btn:hover{color:#fff;background-color:#000039}.edvdo-studentportal-chatbot-sidebar-toggle-btn:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;background-color:#333;color:#fff;padding:5px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;font-size:12px}.edvdo-studentportal-chatbot-sidebar-toggle-btn:hover:after{opacity:1}.edvdo-studentportal-chatbot-sidebar-close{position:absolute;right:3%;background:unset;color:#fff;border:none;padding:5px 10px;cursor:pointer;top:3%}.edvdo-studentportal-chatbot-sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1001}.edvdo-studentportal-chatbot-sidebar-wrapper{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;width:100%;padding-top:20%;margin-top:15%;overflow-y:auto;padding-right:15px}.edvdo-studentportal-chatbot-sidebar-wrapper::-webkit-scrollbar{width:8px}.edvdo-studentportal-chatbot-sidebar-wrapper::-webkit-scrollbar-track{background:0 0}.edvdo-studentportal-chatbot-sidebar-wrapper::-webkit-scrollbar-thumb{background-color:#4a4aff;border-radius:6px}.edvdo-studentportal-chatbot-sidebar-menu{display:flex;flex-direction:column;gap:10px;margin-bottom:auto}.edvdo-studentportal-chatbot-sidebar-item{display:flex;align-items:center;padding:16px 20px;gap:10px;cursor:pointer;color:#fff;transition:background .3s;border-radius:8px}.edvdo-studentportal-chatbot-sidebar-item:hover{background:#fff;color:#000}.edvdo-studentportal-chatbot-sidebar-logo img{width:50%;height:4vh;position:absolute;top:3%;left:3%;object-fit:contain;max-width:185px;object-position:left}.edvdo-studentportal-chatbot-sidebar-history-pane{position:fixed;top:0;right:auto;transform:translateX(-100%);display:flex;flex-direction:column;width:350px;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.05);transition:transform .35s ease;z-index:1101;border-left:1px solid #e5e7eb}.edvdo-studentportal-chatbot-sidebar-history-pane.open{transform:translateX(0)}.edvdo-studentportal-chatbot-sidebar-history-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f3f4f6}.edvdo-studentportal-chatbot-sidebar-history-header h3{margin:0;font-size:16px;color:#111827;font-weight:600}.edvdo-studentportal-chatbot-sidebar-history-close{background:0 0;border:none;font-size:18px;color:#6b7280;cursor:pointer}.edvdo-studentportal-chatbot-sidebar-history-list{flex-grow:1;overflow-y:auto;padding:15px 10px;display:flex;flex-direction:column;gap:5px}.edvdo-studentportal-chatbot-sidebar-history-list::-webkit-scrollbar{width:6px}.edvdo-studentportal-chatbot-sidebar-history-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:6px}.edvdo-studentportal-chatbot-sidebar-new-item{display:flex;align-items:center;justify-content:center;padding:12px 15px;border-color:#e5e7eb !important;border-radius:10px;cursor:pointer;transition:background .2s;border:1px solid transparent}.edvdo-studentportal-chatbot-sidebar-new-item:hover{background:#f9fafb;border-color:#e5e7eb}.edvdo-studentportal-chatbot-sidebar-history-item{display:flex;align-items:flex-start;padding:12px 15px;border-radius:10px;cursor:pointer;transition:background .2s;border:1px solid transparent}.edvdo-studentportal-chatbot-sidebar-history-item:hover{background:#f9fafb;border-color:#e5e7eb}.edvdo-studentportal-chatbot-sidebar-history-icon{color:#9ca3af;margin-right:12px;margin-top:3px}.edvdo-studentportal-chatbot-sidebar-history-content{display:flex;flex-direction:column;overflow:hidden;width:100%}.edvdo-studentportal-chatbot-sidebar-history-title{color:#374151;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edvdo-studentportal-chatbot-sidebar-history-desc{font-size:12px;color:#6b7280;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edvdo-studentportal-chatbot-sidebar-history-time{font-size:11px;color:#9ca3af;display:flex;align-items:center;gap:4px}@media screen and (min-width:1025px) and (max-width:1440px){#chat-messages{min-height:50vh}.chat-message.bot,.chat-message.user{max-width:70%}#chat-input-inner{width:85%}}@media screen and (min-width:481px) and (max-width:1024px){.bot-icon{width:40px !important;height:40px !important;border-radius:20px !important}.chat-message.bot,.chat-message.user{max-width:80%}.edvdo-studentportal-chatbot-sidebar-toggle-bar{flex-direction:row;align-items:flex-start;top:0;left:0;transform:translateY(0);width:100%;min-height:15vh;padding:15px;background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)}.edvdo-studentportal-chatbot-sidebar-toggle-profile{display:flex}#chat-input-inner{width:95%;margin:0 10px}.ai-chat-box{padding:0 2%}.chat-input-outer-container{bottom:0;padding-bottom:10px;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);min-height:18vh}}@media screen and (min-width:320px) and (max-width:480px){#image-preview-wrap{max-width:55%;padding:3px 8px}#image-file-name{max-width:80px;font-size:11px}#user-input{min-width:0}.ai-suggested-question{font-size:11px;padding:6px 10px}#chat-messages{min-height:60vh;padding:5% 5% 25vh}#chat-messages-container{padding-bottom:25vh}.edvdo_ai_chatbot_actions_container{padding:8px 10px;justify-content:center}.bot-icon{width:35px !important;height:35px !important;border-radius:17px !important}.message-row.bot{flex-direction:column;gap:5px}.chat-message.bot{max-width:100%;padding:15px}.chat-message.user{max-width:85%}.edvdo-studentportal-chatbot-sidebar-toggle-bar{flex-direction:row;align-items:flex-start;top:0;left:0;padding:10px;transform:translateY(0);width:100%;min-height:15vh;background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)}.edvdo-studentportal-chatbot-sidebar-toggle-profile{display:flex}.edvdo-studentportal-chatbot-sidebar-main{width:85%}.edvdo-studentportal-chatbot-sidebar-history-pane{width:85%}.ai-chat-box{padding:0 2%}.chat-input-outer-container{bottom:0;padding-bottom:10px;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);min-height:15vh}#chat-input-inner{width:95%;height:50px;border-radius:25px;padding:5px 5px 5px 15px}#chat-input-inner button{width:35px !important;height:35px !important}}#mic-button i{transition:color .3s ease}#mic-button:hover i{color:#ff4b4b}#chat-input-inner{display:flex;align-items:center;background:#fff;border-radius:24px;padding:4px 12px;border:1px solid #e0e0e0}#user-input{flex:1;border:none;outline:none;background:0 0;padding:8px}#image-preview-wrap{display:none;align-items:center;background:#f1f3f4;padding:4px 10px;border-radius:16px;margin-right:8px;max-width:55%}#image-preview{width:20px;height:20px;object-fit:cover;border-radius:4px;margin-right:6px}#image-file-name{font-size:12px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}#remove-image{background:0 0;border:none;color:#888;cursor:pointer;font-size:16px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}#remove-image:hover{color:#ff4b4b}