@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;background-color:linear-gradient(#f4f0ff,#dacdff);min-height:100vh}#chatbot-toggler{position:fixed;bottom:30px;right:35px;border:none;height:50px;width:50px;display:flex;cursor:pointer;border-radius:50%;background:#6d4fc2;align-items:center;justify-content:center}#chatbot-toggler span{position:absolute;color:#fff}.chatbot.popup{position:fixed;opacity:0;pointer-events:none;bottom:90px;right:35px;width:420px;transform:scale(.2);overflow:hidden;background:#fff;border-radius:15px;transform-origin:bottom right;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080;transition:all .3s cubic-bezier(.4,0,.2,1)}.container.show-chatbot .chatbot.popup{opacity:1;transform:scale(1);pointer-events:auto}#chatbot-toggler span:last-child{opacity:0;transition:opacity .2s}#chatbot-toggler.toggler span:first-child{opacity:0}#chatbot-toggler.toggler span:last-child{opacity:1}.chatbot.popup .chat-header{display:flex;align-items:center;padding:15px 22px;justify-items:space-between;background:#6d4fc2}.chat-header .header-info{display:flex;align-items:center;gap:10px}.header-info svg{height:35px;width:35px;fill:#6d4fc2;padding:6px;border-radius:50%;flex-shrink:0;background:#fff}.header-info .logo-text{color:#fff;font-size:1.31rem;font-weight:600}.chat-header button{height:40px;width:40px;border:none;outline:none;font-size:1.9rem;padding-top:2px;margin-right:-10px;background:#593bab;cursor:pointer;border-radius:50%;transition:.2s ease-in-out}.chat-header button:hover{background:#593bab}.chat-body{height:460px;display:flex;margin-bottom:82px;flex-direction:column;gap:20px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:#ddd3f9 transparent}.chat-body .message{display:flex;align-items:center;gap:11px}.chat-body .message.error .message-text{color:red}.chat-body .bot-message svg{height:35px;width:35px;fill:#fff;padding:6px;flex-shrink:0;background:#593bab;border-radius:50%;margin-bottom:2px}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:#fff;background:#6d4fc2;border-radius:13px 13px 3px}.chat-footer{position:absolute;bottom:0;width:100%;padding:15px 22px 20px;background:#fff}.chat-footer .chat-form{display:flex;align-items:center;gap:10px;background:#fff;border-radius:32px;outline:1px solid #cccce5;box-shadow:0 0 8px #0009}.chat-footer .chat-form:focus-within{outline:2px solid #6d4fc2}.chat-form .message-input{border:none;outline:none;width:100%;padding:0 17px;font-size:.95rem;height:47px;background:none}.chat-form button{height:35px;width:35px;border:none;display:flex;outline:none;color:#fff;cursor:pointer;font-size:1.15rem;margin-right:6px;flex-shrink:0;border-radius:50%;background:#6d4fc2;align-items:center;justify-content:center;transition:.2s ease}.chat-form button:hover{background:#593bab}.chat-form .message-input:validbutton{display:block}.chat-header button.material-symbols-rounded{color:#fff;background:#593bab;margin-left:auto;display:flex;align-items:center;justify-content:center}
