@charset "UTF-8";#root{background-color:#242424;height:100%;width:100%}html,body,p{margin:0;padding:0;width:100%;height:100%;font-family:Inter,sans-serif}.bubble a[data-v-7450e3a9]{text-decoration:underline;font-weight:700}.chat-container[data-v-7450e3a9]{width:90vw;max-width:1200px;height:90vh;max-height:900px;margin:3vh auto;display:flex;flex-direction:column;border-radius:18px;box-shadow:0 8px 32px #0000002e;background:#fff;position:relative}.chat-container .chat-header[data-v-7450e3a9]{height:10%;width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;box-sizing:border-box;color:#fff;background:linear-gradient(96deg,#169109,#14c600);font-weight:700}.chat-container .chat-header .chat-title[data-v-7450e3a9]{display:flex;gap:.5rem}.chat-container .chat-header .chat-buttons[data-v-7450e3a9]{cursor:pointer;font-size:1.2rem}.chat-container .messages[data-v-7450e3a9]{height:80%;padding:2rem 2.5rem;overflow-y:auto;background:#fafafa;box-sizing:border-box;scroll-behavior:smooth;font-size:1.15rem}.chat-container .messages .message[data-v-7450e3a9]{margin-bottom:18px}.chat-container .messages .message.ME[data-v-7450e3a9]{display:flex;flex-direction:row-reverse}.chat-container .messages .message .bubble[data-v-7450e3a9]{width:fit-content;padding:.9rem 1.2rem;border-radius:16px;max-width:70%;font-size:1.1rem}.chat-container .messages .message .bubble.BOT[data-v-7450e3a9]{align-self:flex-start;background:#e6f6e9;color:#095e00}.chat-container .messages .message .bubble.ME[data-v-7450e3a9]{align-self:flex-end;background:#14c600;color:#fafafa;text-align:right}.chat-container .send-message[data-v-7450e3a9]{height:10%;position:relative}.chat-container .send-message input[data-v-7450e3a9]{box-sizing:border-box;padding:.5rem;font-size:1rem;width:100%;height:100%;border:none;outline:none;background:#fff;box-shadow:0 0 10px #0000001a}.chat-container .send-message .icon[data-v-7450e3a9]{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#169109;cursor:pointer}.chat-container .send-message .icon.disabled[data-v-7450e3a9]{color:#ccc;cursor:not-allowed}.chat-container .send-message .icon[data-v-7450e3a9]:hover{opacity:.8}
