@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Playfair+Display:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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(#2d3e40,#bfbbca)}.chatbot-popup{position:relative;width:420px;overflow:hidden;background:#fff;border-radius:15px;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:#bfbbca}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#2d3e40;background:#e0dfe4;border-radius:50%}.header-info .logo-text{color:#000;font-size:1.31rem;font-weight:600}.chat-header button{height:40px;width:40px;border:none;outline:none;cursor:pointer;color:#000;font-size:1.9rem;padding-top:2px;margin-right:-10px;background:none;border-radius:50%;transition:.2s ease}.chat-header button:hover{background:#85828e}.chat-body{display:flex;flex-direction:column;gap:20px;height:460px;margin-bottom:82px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:#85828e transparent}.chat-body .message{display:flex;gap:11px;align-items:center}.chat-body .message .error .message-text{color:red}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#2d3e40;align-self:flex-end;background:#e0dfe4;border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%}.chat-body .bot-message .message-text{background:#104f563a;border-radius:13px;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{background:#e0dfe4;border-radius:13px}.chat-footer{position:absolute;bottom:0;width:100%;background:#85828e;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;background:#bfbbca;border-radius:32px;outline:1px solid #e0dfe4;box-shadow:0 0 8px #0000001a}.chat-footer .chat-form:focus-within{outline:1px solid #52505c}.chat-form .message-input{border:none;outline:none;width:100%;background:none;height:47px;padding:0 17px;font-size:.95rem}.chat-form button{height:35px;width:35px;border:none;outline:none;display:none;cursor:pointer;font-size:1.15rem;color:#000;flex-shrink:0;margin-right:6px;border-radius:50%;background:#e0dfe4;transition:.2s ease}.chat-form button:hover{background:#85828e}.chat-form .message-input:valid~button{display:block}
