@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Amarante&family=DynaPuff:wght@400..700&family=Inter:opsz,wght@14..32,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Amarante&family=Carter+One&family=DynaPuff:wght@400..700&family=Inter:opsz,wght@14..32,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Amarante&family=Carter+One&family=DynaPuff:wght@400..700&family=Inter:opsz,wght@14..32,100..900&family=Kavoon&display=swap";@import "https://fonts.googleapis.com/css2?family=Amarante&family=Carter+One&family=DynaPuff:wght@400..700&family=Inter:opsz,wght@14..32,100..900&family=Kavoon&family=Petit+Formal+Script&display=swap";@import "https://fonts.googleapis.com/css2?family=Amarante&family=Carter+One&family=DynaPuff:wght@400..700&family=Inter:opsz,wght@14..32,100..900&family=Kavoon&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Petit+Formal+Script&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background:linear-gradient(#f4f0ff,#c5b6f0);width:100%;min-height:100vh}.main-container{height:100vh;display:flex}.welcome-content{text-align:center;width:70%;margin:auto;padding:10%}.welcome-title{text-align:center;color:#6d4fc2;font-family:Amarante,serif;font-size:2.5rem;font-style:normal;font-weight:400}.welcome-title-2{text-align:center;color:#6d4fc2;padding:0 20px;font-family:Amarante,serif;font-size:4.5rem;font-style:normal;font-weight:600}.welcome-description{text-align:center;color:#6d4fc2;margin-top:20px;font-family:Noto Sans,sans-serif;font-size:1.2rem}#chatbot-toggler{color:#fff;cursor:pointer;background:#6d4fc2;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:fixed;bottom:30px;right:35px}#chatbot-toggler span{color:#fff;position:absolute}.chatbot-popup{opacity:0;pointer-events:none;transform-origin:100% 100%;background-color:#fff;border-radius:15px;width:420px;transition:all .1s;position:fixed;bottom:90px;right:35px;overflow:hidden;transform:scale(.2);box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080}.container.show-popup .chatbot-popup{opacity:1;pointer-events:auto;transform:scale(1)}.chatbot-popup .chat-header{background:#6d4fc2;justify-content:space-between;align-items:center;padding:15px 22px;display:flex}.chat-header .header-info{align-items:center;gap:10px;display:flex}.header-info svg{fill:#6d4fc2;background:#fff;border-radius:50%;flex-shrink:0;width:35px;height:35px;padding:6px}.header-info .logo-text{color:#fff;font-size:1.31rem;font-weight:600}.chat-header button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;width:40px;height:40px;margin-right:-10px;padding-top:2px;font-size:1.9rem}.chat-header button:hover{background:#593bab}.chat-body{scrollbar-width:thin;scrollbar-color:#ddd3f9 transparent;flex-direction:column;gap:20px;height:460px;margin-bottom:82px;padding:25px 22px;display:flex;overflow-y:auto}.chat-body .message{align-items:center;gap:15px;display:flex}.chat-body .message.error .message-text{color:#900000}.chat-body .bot-message svg{fill:#fff;background:#6d4fc2;border-radius:50%;flex-shrink:0;align-self:flex-end;width:35px;height:35px;padding:6px}.chat-body .message .message-text{word-wrap:break-word;white-space:pre-line;max-width:75%;padding:12px 16px;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{background:#fff;width:100%;padding:15px 22px 20px;position:absolute;bottom:0}.chat-footer .chat-form{background:#fff;border-radius:32px;outline:1px solid #cccce5;align-items:center;display:flex;box-shadow:0 0 8px #0000000f}.chat-footer .chat-form:focus-within{outline:2px solid #6d4fc2}.chat-form .message-input{background:0 0;border:none;outline:none;width:100%;height:47px;padding:0 17px;font-size:.95rem}.chat-form button{color:#fff;cursor:pointer;background:#6d4fc2;border:none;border-radius:50%;outline:none;flex-shrink:0;width:35px;height:35px;margin:6px;font-size:1.15rem;transition:all .2s;display:none}.chat-form button:hover{background:#593bab}.chat-form .message-input:valid~button{display:block}@media (width<=520px){#chatbot-toggler{bottom:25px;right:25px}.chatbot-popup{border-radius:0;width:100%;height:100%;bottom:0;right:0}.chatbot-popup .chat-header{padding:12px 15px}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-footer{padding:10px 15px 15px}.main-container{flex-direction:column;display:flex}.welcome-content{width:90%;margin:auto}.welcome-title-2{font-size:3.5rem}}
