@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%;display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(#0e0e0f,#121213);color:#fff;overflow:hidden}.chatbot-popup{position:relative;width:420px;background:#6a6a6aa1;border-radius:15px;overflow:hidden;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080}.chatbot-popup .chat-header{display:flex;padding:15px 22px;align-items:center;justify-content:space-between;background:#f88203f5}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#ff8000;background:#fff;border-radius:50%}.header-info .logo-text{color:#fff;font-size:1.31rem;font-weight:600}.chat-header button{height:40px;width:40px;border:none;outline:none;cursor:pointer;color:#fff;font-size:1.9rem;padding-top:2px;border-radius:50%;margin-right:-10px;background:none;transition:.2s ease}.chat-header button:hover{background:#f29e0c}.chat-body{display:flex;flex-direction:column;margin-bottom:100px;gap:20px;height:420px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:#302f30 transparent}.chat-body .message{display:flex;gap:11px;align-items:center}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-end;margin-bottom:2px;background:#f29e0c;border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rems}.chat-body .bot-message .message-text{background:#302f30;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:#f29e0c;border-radius:13px 13px 3px}.chat-footer{position:absolute;bottom:0;width:100%;background:#302f30;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 #0e0e0f}.chat-form .message-input{width:100%;border:none;outline:none;background:none;height:47px;padding:0 18px;font-size:.95rems}.chat-form button{display:none;height:35px;width:35px;color:#fff;border:none;outline:none;cursor:pointer;font-size:1.15rem;margin-right:6px;flex-shrink:0;border-radius:50%;background:#f29e0c;transition:.2s ease}.chat-form button:hover{background:#f60}.chat-form .message-input:valid~button{display:block}
