.chat-module__disExa__chatContainer{flex-direction:column-reverse;flex:1;width:100%;height:100%;display:flex}.chat-module__disExa__inputForm{order:1;width:100%;padding:10px 10px 40px;display:flex}.chat-module__disExa__input{background-color:#efefef;border:2px solid #0000;border-radius:60px;flex-grow:1;margin-right:10px;padding:16px 24px;font-size:1em}.chat-module__disExa__input:focus{background-color:#fff;border-color:#000;outline:none!important}.chat-module__disExa__button{color:#fff;background-color:#000;border:none;border-radius:60px;padding:8px 24px;font-size:1em}.chat-module__disExa__button:disabled{background-color:#d3d3d3}.chat-module__disExa__messages{white-space:pre-wrap;flex-direction:column;flex-grow:1;order:2;height:100%;margin:0;padding:0 0 80px;display:flex;overflow-y:auto}@media only screen and (min-width:1000px){.chat-module__disExa__messages{margin:0;padding:0 0 100px}}.chat-module__disExa__userMessage,.chat-module__disExa__assistantOrSystemMessage,.chat-module__disExa__codeMessage{overflow-wrap:break-word;border-radius:12px;align-self:flex-start;max-width:80%;margin:8px 0;padding:8px 16px}.chat-module__disExa__assistantOrSystemMessage img{border-radius:8px;max-width:100%;margin:8px 0}.chat-module__disExa__userMessage{color:#fff;align-self:flex-end}.chat-module__disExa__assistantOrSystemMessage{color:#fff}.chat-module__disExa__codeMessage{counter-reset:line;background-color:#e9e9e9;padding:10px 16px;font-family:monospace}.chat-module__disExa__codeMessage>div{margin-top:4px}.chat-module__disExa__codeMessage span{color:#b8b8b8;margin-right:8px}
