@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%;min-height:100vh;background:linear-gradient(#f4f0ff,#dacdff)}#chatbot-toggler{position:fixed;bottom:30px;right:35px;border:none;width:50px;height:50px;background:#6d4fc2;align-items:center;justify-content:center;border-radius:50%;display:flex;cursor:pointer}#chatbot-toggler span{position:absolute;color:#fff}#chatbot-toggler span:last-child{opacity:0}.container.show-chatbot #chatbot-toggler span:first-child{opacity:0}.container.show-chatbot #chatbot-toggler span:last-child{opacity:1}.chatbot-popup{bottom:90px;right:35px;opacity:0;pointer-events:none;position:fixed;background:#fff;width:420px;border-radius:15px;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080;transform:scale(.2);transform-origin:bottom right;overflow:hidden;transition:all .1s ease}.container.show-chatbot .chatbot-popup{opacity:1;transform:scale(1);pointer-events:auto}.chatbot-popup .chat-header{display:flex;padding:15px 22px;background:#6d4fc2;justify-content:space-between;align-items:center}.chat-header .header-info{display:flex;align-items:center;gap:10px}.header-info svg{height:35px;width:35px;padding:5px;background:#fff;border-radius:50%;fill:#6d4fc2;flex-shrink:0}.header-info .logo-text{color:#fff;font-weight:600;font-size:1.31rem}.chat-header button{height:40px;width:40px;border:none;outline:none;background:none;font-size:1.9rem;color:#fff;border-radius:50%;cursor:pointer;padding-top:2px;margin-right:-10px;transition:all .22s ease}.chat-header button:hover{background:#593bab}.chat-body{height:500px;overflow-y:auto;padding:25px 22px;display:flex;gap:20px;flex-direction:column;margin-bottom:80px;scrollbar-width:thin;scrollbar-color:#DDD3F9 transparent}.chat-body .message{display:flex;align-items:center;gap:11px}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;background:#6d4fc2;fill:#fff;margin-bottom:2px;border-radius:50%;flex-shrink:0;align-self:flex-end}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;font-size:.95rem;white-space:pre-line}.chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px}.chat-body .user-message{align-items:flex-end;flex-direction:column}.chat-body .user-message .message-text{background:#6d4fc2;border-radius:13px 13px 3px;color:#fff}.chat-footer{position:absolute;bottom:0;width:100%;background:#fff;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;background:#fff;outline:1px solid #CCCCE5;border-radius:32px;box-shadow:0 0 8px #0000000f}.chat-footer .chat-form:focus-within{outline:2px solid #6D4FC2}.chat-form .message-input{border:none;outline:none;background:none;height:47px;padding:0 17px;font-size:.95rem;width:100%}.chat-form button{height:35px;width:35px;background:#6d4fc2;color:#fff;border-radius:50%;flex-shrink:0;border:none;display:none;outline:none;font-size:1.15rem;cursor:pointer;margin-right:6px;transition:.22s ease}.chat-form button:hover{background:#593bab}.chat-form .message-input:valid~button{display:block}
