@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);*,:after,:before{box-sizing:border-box}:root{--orange:#ff4f40;--indigo:#635dff;--white:#fff;--light-aluminium:#eaecee;--aluminium:#bdc4cf;--dark-aluminium:#2a2e35;--black:#000;--yellow:#ebca40;--mandarine:#ff7f38;--pink:#f4d;--blue:#3885ff;--aqua:#3ec6eb;--emerald:#1bc99f;--pink-yellow-gradient:linear-gradient(153.07deg,var(--pink) -2.47%,var(--yellow) 102.78%);--font-primary:"Roboto",sans-serif}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;background-color:var(--black);font-family:Roboto,sans-serif;font-family:var(--font-primary);height:100%;margin:0}#root,.App{height:100%;width:100%}.App{overflow:hidden}.App,.main-chat-container{align-items:center;display:flex;justify-content:center}.main-chat-container{background-color:#000;font-family:Roboto,sans-serif;height:100%;width:100%}.chat-container{-webkit-overflow-scrolling:touch;background:linear-gradient(153.07deg,#f4d -2.47%,#ebca40 102.78%);background:var(--pink-yellow-gradient);border-radius:10px;display:flex;flex-direction:column;height:100%;max-height:800px;max-width:600px;overflow:hidden;width:100%}@media only screen and (max-width:600px){.chat-container{border-radius:0;height:100%;max-width:100%}.chat-header h2{font-size:18px}.chat-input input,.message .message-content{font-size:15px}}.chat-header{background-color:#000000b3;color:#fff;color:var(--white);padding:15px;text-align:center}.chat-header h2{font-size:20px;margin:0}.chat-messages{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;scrollbar-color:#ffffff80 #0000;scrollbar-width:thin}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#0000}.chat-messages::-webkit-scrollbar-thumb{background-color:#ffffff80;border-radius:10px}.messages-wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end;padding:10px 15px}.message{animation:fadeIn .3s forwards;display:flex;margin-bottom:8px}.message.user-message{justify-content:flex-end}.message.bot-message{justify-content:flex-start}.message .message-content{background-color:#ffffffd9;border-radius:15px;color:#000;color:var(--black);font-size:16px;line-height:1.4;max-width:80%;padding:8px 12px;word-break:break-word}.message.user-message .message-content{background-color:#3885ff;background-color:var(--blue);color:#fff;color:var(--white)}.message.typing .message-content{background-color:initial;padding:0}.typing-indicator{align-items:center;display:flex;height:20px}.typing-indicator span{animation:bounce 1s infinite;background-color:#ffffffd9;border-radius:50%;display:inline-block;height:6px;margin:0 2px;width:6px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input{align-items:center;background-color:#000000b3;display:flex;padding:10px 15px}.chat-input input{background-color:#fff;background-color:var(--white);border:none;border-radius:20px;color:#000;color:var(--black);flex:1 1;font-size:16px;margin-right:10px;outline:none;padding:8px 12px}.chat-input input::placeholder{color:#999}.chat-input button{background-color:initial;border:none;cursor:pointer;padding:0}.chat-input button .send-icon{fill:#fff;fill:var(--white);height:24px;width:24px}.chat-input input:disabled{background-color:#f0f0f0}.chat-input button:disabled .send-icon{fill:#ccc}.chat-input button:disabled,.chat-input input:disabled{cursor:not-allowed;opacity:.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message .message-content h1,.message .message-content h2,.message .message-content h3,.message .message-content h4,.message .message-content h5,.message .message-content h6{font-weight:700;margin:0}.message .message-content p{margin:0}.message .message-content em{font-style:italic}.message .message-content strong{font-weight:700}.message .message-content a{color:#3885ff;color:var(--blue);text-decoration:underline}.message .message-content ol,.message .message-content ul{margin:0;padding-left:20px}.message .message-content li{margin-bottom:5px}.message .message-content code{background-color:#0000000d;border-radius:4px;font-family:monospace;padding:2px 4px}.message .message-content pre{background-color:#0000000d;border-radius:4px;overflow-x:auto;padding:8px}.message .message-content img{border-radius:5px;height:auto;max-width:100%}
/*# sourceMappingURL=main.14649a23.css.map*/