@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..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(#1f1a1a,#190f36)}.chatbot-popup.minimized .chat-body,.chatbot-popup.minimized .chat-footer{display:none}.chatbot-popup.minimized{height:auto}.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:#403f44}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#06030e;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;color:#fff;cursor:pointer;font-size:1.9rem;background:none;border-radius:50%;padding-top:2px;margin-right:-10px;transition:.2s ease}.chat-header button:hover{background:#593bab}.chat-body{display:flex;flex-direction:column;gap:20px;height:460px;margin-bottom:82px;overflow-y:auto;padding:25px 22px}.chat-body::-webkit-scrollbar{width:8px}.chat-body::-webkit-scrollbar-thumb{background:#ddd3f9;border-radius:4px}.chat-body::-webkit-scrollbar-thumb:hover{background:#bba7f7}.message-text{font-size:.85rem;padding:10px 12px;max-width:90%;box-sizing:border-box;word-break:break-word}.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:#07050d;border-radius:50%}.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:#2a2a3e;border-radius:13px}.chat-footer{position:absolute;bottom:0;width:100%;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;background:#fff;border-radius:32px;outline:1px solid #CCCCE5;box-shadow:0 0 8px #0000000f}.chat-footer .chat-form:focus-within{outline:2px solid #1b1725}.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;cursor:pointer;font-size:1.15rem;color:#fff;flex-shrink:0;margin-right:6px;border-radius:50%;background:#100c1c;transition:.2 ease}.chat-form button:hover{background:#593bab}.chat-form .message-input:focus~button{display:block;outline:2px solid #6D4FC2}button{touch-action:manipulation}@media (max-width: 768px){.message-text{max-width:95%}}@media (max-width: 450px){.chatbot-popup{width:90%}.chat-body{height:400px}.chat-header{border-radius:10px}}@media (max-width: 480px){.chatbot-popup{width:100%;padding:15px;border-radius:15px}}@media (max-width: 200px){body{padding:10px}.chatbot-popup{width:100%;max-width:100%;border-radius:10px;box-shadow:none}.chat-header{padding:10px 15px}.header-info .logo-text{font-size:1rem}.chat-header button{height:35px;width:35px;font-size:1.5rem}.chat-body{height:350px;padding:15px 10px}.chat-body .message .message-text{font-size:.85rem;padding:10px 12px;max-width:90%}.chat-body .bot-message svg,.chat-body .user-message .message-text{height:30px;width:30px}.chat-footer{padding:10px 15px 15px}.chat-footer .chat-form{border-radius:24px;height:45px}.chat-form .message-input{font-size:.9rem;padding:0 12px}.chat-form button{height:30px;width:30px;font-size:1rem;margin-right:5px}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}}.copyright-footer{text-align:center;padding:10px;color:#333;font-size:14px;position:relative;bottom:0;width:100%;box-shadow:0 -2px 5px #0000001a}.copyright-footer{text-align:center;padding:12px;color:#fff;font-size:12px;position:relative;bottom:0;width:100%;box-shadow:0 -2px 5px #ffffff1a}
