.chat-container{position:fixed;right:10px;bottom:10px;z-index:2000;font-size:14px}#chatbot-toggler svg{border:none;height:50px;width:50px;padding:6px;display:flex;cursor:pointer;border-radius:50%;align-items:center;justify-content:center;background-color:#53814b;fill:#f5f6e9;flex-shrink:0}#chatbot-toggler svg,.chatbot-popup{position:fixed;bottom:30px;right:35px}.chatbot-popup{opacity:0;pointer-events:none;width:420px;overflow:hidden;transform:scale(.2);transform-origin:bottom right;background-color:#fff;border-radius:15px;box-shadow:0 0 128px 0 rgba(0,0,0,.1),0 32px 64px -48px rgba(0,0,0,.5);transition:all .1s ease}.chat-container.show-chatbot .chatbot-popup{opacity:1;transform:scale(1);pointer-events:auto}.chatbot-popup .chat-header{display:flex;align-items:center;justify-content:space-between;background-color:#53814b;padding:15px 22px;position:fixed;width:100%;top:0;left:0;right:0}.chat-header .header-info{display:flex;align-items:center;gap:10px}.header-info svg{height:35px;width:35px;padding:6px;background-color:#f5f6e9;fill:#53814b;flex-shrink:0;border-radius:50%}.header-info .logo-text{color:#f5f6e9;font-size:20px;line-height:32px}.chat-header button svg{height:35px;width:35px;border:none;outline:none;color:#f5f6e9;cursor:pointer;padding-top:2px;border-radius:50%;margin-right:10px;background-color:none;transition:.2s ease}.chat-header button svg:hover{background-color:#f5f6e9;color:#53814b}.chat-body{display:flex;flex-direction:column;gap:20px;height:350px;margin-bottom:82px;padding:25px 22px;margin-top:50px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#f5f6e9 transparent}.chat-body .message{display:flex;align-items:center;gap:11px}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;background-color:#53814b;fill:#f5f6e9;flex-shrink:0;margin-bottom:2px;align-self:flex-end;border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line}.chat-body .bot-message .message-text{background-color:#f5f6e9;border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{background-color:#53814b;border-radius:13px 13px 3px 13px;color:#fff}.chat-body .message.error .message-text{color:red}.chat-footer{position:fixed;bottom:0;left:0;right:0;width:100%;background-color:#fff;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;position:relative}.chat-form button{position:absolute;right:5px}.chat-footer .message-input:focus-within{outline:2px solid #53814b}.chat-footer .message-input{outline:1px solid #cccce5;width:100%;background-color:#fff;height:47px;padding:0 17px;border-radius:32px;box-shadow:0 0 8px rgba(0,0,0,.06);font-size:16px}.chat-form button{display:none}.chat-form .message-input:valid~button{display:block}.chat-form button svg{height:35px;width:35px;border:none;padding:6px;outline:none;cursor:pointer;color:#fff;flex-shrink:0;margin-right:6px;border-radius:50%;background-color:#53814b;transition:.2s ease}.chat-form button svg:hover{background-color:#496843}@media (max-width:700px){#chatbot-toggler{right:20px;bottom:20px}.chat-container{background-color:red;position:relative}.chatbot-popup{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;display:flex;flex-direction:column;max-height:100dvh;border-radius:0;overflow:hidden;pointer-events:auto}.chatbot-popup .chat-header{position:fixed;top:0;left:0;right:0;height:60px;z-index:10}.chat-body{margin-top:60px;margin-bottom:80px;overflow-y:auto;flex:1;padding:15px}.chat-footer{position:fixed;bottom:0;left:0;right:0;height:80px;z-index:10}.close-on-mobile{display:none}}.suggested-questions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;padding-left:12px;max-width:80%}.suggested-question{background-color:#f1f5f9;color:#1e293b;font-size:14px;padding:6px 10px;border-radius:16px;cursor:pointer;transition:background-color .2s ease;text-align:left;white-space:normal}.suggested-question:hover{background-color:#e2e8f0}