@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";body{margin:0;font-family:IBM Plex Mono,monospace,-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;background-color:#3c4457}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #3c4457}::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #221f1f}input:focus,select:focus,textarea:focus,button:focus{outline:none}.App{color:#f0f8ff;display:grid;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}main{height:calc(100vh - 200px);overflow:auto}.app-content{margin:0;padding:0;display:flex;flex-direction:column;width:100%;justify-self:center}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}footer{flex-shrink:0;height:100px;display:flex;justify-content:space-between;font-size:22px;align-items:center}.footer-left,.footer-right{display:flex}.footer-logo{display:flex;gap:18px}.user-menu{flex-direction:column;position:relative;width:100px}.user-menu:hover .user-menu-dropdown-content{display:block}.user-menu-dropdown-content{width:100px;margin:0;padding:10px;list-style:none;display:none;position:absolute;z-index:1;background-color:#f0f8ff0e;border-radius:5px}.user-menu-dropdown-item{margin:0;padding-left:0;font-size:24px}header{height:100px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.nav-item{padding:0 12px;cursor:pointer;font-size:28px}.nav-brand{cursor:pointer;font-size:28px}.nav-logo{display:flex;cursor:pointer;font-size:large;background-color:#0d3c6618;border-radius:20%;margin:auto;height:75px}.nav-left,.nav-right{display:flex}.nav-link{color:#f0f8ff;text-decoration:none}.nav-menu-group{padding:0 20px}.chat{position:relative;display:flex;flex-direction:row;height:100%}.chan-list-comp{position:relative;display:flex;flex-direction:column;width:260px;height:100%;background-color:none}.chan-list-comp .chan-list{display:flex;flex-direction:column;gap:2px;position:relative;height:calc(100% - 120px);overflow-y:scroll;font-size:12px}.chan-list-item{display:flex;flex-direction:column;width:calc(100% - 32px);background-color:none;padding:8px 16px;cursor:pointer}.chan-list-item.selected{background-color:#f0f8ff08}.chan-list-top-panel{position:relative;display:flex;flex-direction:column;width:100%;height:60px;text-align:center;justify-content:center}.chan-list-bot-panel{position:absolute;bottom:0;display:flex;width:100%;flex-direction:column;height:60px;background-color:#f0f8ff09;text-align:center;justify-content:center}.chat-item{display:flex;flex-direction:column;height:100%;width:100%}.chat-top-panel{position:relative;display:flex;flex-direction:column;height:60px;background-color:#f0f8ff09;justify-content:center}.chat-top-panel .title{padding-left:14px;height:60px;display:flex;flex-direction:column;justify-content:center}.chat-mid-panel{position:relative;display:flex;flex-direction:column;height:100%;width:100%;gap:12px;overflow-y:scroll}.chat-msg{display:flex;flex-direction:column;border-radius:4px;background-color:#f0f8ff03;padding:12px;width:calc(100% - 24px);font-size:14px;color:#f0f8ff}.chat-msg .owner{color:#f0f8ff8c;font-size:12px;text-align:start;padding-bottom:8px;padding-left:8px}.chat-msg .timestamp{color:#f0f8ff8c;font-size:12px;text-align:end;padding-top:8px}.chat-msg .msg-p{color:#deebe7c0}.chat-bot-panel{justify-content:space-between;position:relative;display:flex}.chat-bot-panel .tf-msg{background-color:#0e1d29;position:absolute;bottom:0;width:100%;z-index:10}.chat-bot-panel button{z-index:11;width:40px;min-width:none!important;right:0;bottom:14px;position:absolute;color:#0ff}.login-container{justify-content:center;display:flex}.login-form{width:700px}.login-result{color:#9c313a}.home{display:flex;flex-direction:column;padding:20px}.home-title{font-size:34px;font-weight:400;padding:10px;margin:5px}.home-list li{margin:10px;padding:10px 0 10px 20px;font-size:28px}.login-callback{display:flex;position:static;height:100%;color:#f0f8ff;align-items:center;justify-content:center;background-color:#000000af;height:100vh}.login-callback .login-callback-content{font-size:34px}.login-callback .login-callback-content.error{color:#d7d6ec}
