body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chatMain{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#e4edf4}.headline{width:200px;padding:0rem;color:#33475b;text-align:center}.headline h1{margin:0;font-size:2rem}.chat-container{display:flex;width:800px;height:calc(100vh - 4rem);background-color:#e4edf4;box-shadow:0 4px 6px #0000001a;margin-top:1rem}.chat-history-container{width:30%;height:100%;border-right:1px solid #d1dfe8;display:flex;flex-direction:column}.new-chat-button{background-color:#03c;color:#fff;border:none;padding:1rem;cursor:pointer;font-size:1.2rem;width:100%;border-radius:1.2rem;box-shadow:0 2px 4px #0003;transition:background-color .3s ease}.new-chat-button:hover{background-color:#001f99}.chat-history{flex:1;overflow-y:auto}.chat{padding:1rem;cursor:pointer}.chat.selected{background-color:#d1e4ff}.chat-ui{display:flex;flex-direction:column;width:100%;height:100%}.chat-messages{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1rem}.message{margin-bottom:1rem;padding:1rem;max-width:90%}.message.user{background-color:#8ab5e8;color:#fff;align-self:flex-end;border-radius:7px}.message.assistant{background-color:#d1e4ff;color:#33475b;align-self:flex-start;border-radius:7px}.chat-input{display:flex;padding:1rem;border-top:1px solid #d1dfe8}.chat-input input,.chat-input textarea{flex:1;border:none;border-radius:2rem;padding:.5rem 1rem;outline:none}.chat-input input{font-size:1rem;line-height:1.5rem}.chat-input button{margin-left:1rem;padding:1rem 2rem;background-color:#001f99;color:#fff;border:none;border-radius:1.2rem;cursor:pointer}.chat-input button:disabled{background-color:#d1dfe8;cursor:not-allowed}.code-block{display:block;background-color:#d1dfe8;border-radius:4px;padding:1rem;font-family:monospace;overflow:auto}.inline-code{background-color:#8ab5e8}.report{background-color:#2e3131;display:block;font-family:monospace;white-space:pre;margin:1rem;width:80%;border-radius:10px}.report-txt{margin-left:2rem;white-space:pre-wrap;word-wrap:break-word;margin-right:1rem;color:#f0f8ff}label{font-family:"monospace",Andale Mono,monospace;font-weight:700;font-size:larger}.MuiBox-root>label{display:inline-block;margin-top:10px}.MuiTabs-flexContainer button{align-items:start}.ellipsis{display:block!important;width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
