@charset "UTF-8";.chat-container{display:flex;height:100vh}.logo{display:flex;align-items:center;justify-content:center;margin-top:24px}.logo span{font-weight:700;margin-left:8px}.chat-menu{width:240px;height:100%;background-color:#f5f5f5;transition:all .3s ease;overflow:hidden;white-space:nowrap}.chat-content{flex:1;padding:16px}.chat-menu.collapsed{width:0;padding:0}.chat-main-no-message{height:100%;width:60%;display:flex;align-items:center;justify-self:center}.chat-main-has-message{height:80%;width:60%;margin:0 auto}.ant-space .ant-space-item:nth-child(2){height:100%}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}html,body,#root{height:100%;min-height:900px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
