@import"https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap";#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box;font-family:Alegreya Sans,sans-serif}body{background:rgb(0,133,77)}#app{width:100vw;height:100vh;background:#7133af;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{flex:1;width:100%;height:100%;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px;margin-top:1em}.ai{background:#019267}.user{background-color:#42855b}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.profile{width:36px;height:36px;border-radius:5px;background:#7133af;display:flex;justify-content:center;align-items:center}.ai .profile{background:#0ba722}.profile img{width:60%;height:60%;object-fit:contain}.message{flex:1;color:#dcdcdc;font-size:20px;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.formInput{position:fixed;bottom:2rem;left:0;width:100vw;display:flex;justify-content:center}#title{font-size:32px;color:#fff}.message::-webkit-scrollbar{display:none}#chartContainer{height:75vh;overflow-y:auto}form{width:100%;max-width:1280px;margin:0 auto;padding:10px;background:#40414F;display:flex;flex-direction:row;gap:10px}textarea{width:100%;color:#fff;font-size:18px;background-color:#7133af;padding:10px;background:transparent;border-radius:5px;border:none;outline:none}button{outline:0;border:0;cursor:pointer;background:transparent}form img{width:30px;height:30px}#chartContainer::-webkit-scrollbar{width:10px}#chartContainer::-webkit-scrollbar-track{background:rgb(179,177,177);border-radius:10px}#chartContainer::-webkit-scrollbar-thumb{background:rgb(136,136,136);border-radius:10px}#chartContainer::-webkit-scrollbar-thumb:hover{background:rgb(100,100,100);border-radius:10px}#chartContainer::-webkit-scrollbar-thumb:active{background:rgb(68,68,68);border-radius:10px}
