html,body{margin:0;padding:0}.common-loading{transform-origin:center center;width:30px;height:30px;max-width:100%;max-height:100%;margin:auto;overflow:hidden;animation:rotate 2s linear infinite}.common-loading .common-path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.webssh-terminals{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;background-color:#202124}.webssh-terminals .terminal-menu{flex-grow:0;flex-shrink:0;background-color:#2f2a2a;position:relative;width:230px}.webssh-terminals .terminal-menu .terminal-title{border-bottom:1px solid rgba(255,255,255,.5);height:44px;line-height:44px;font-size:15px;padding:0 6px;color:#fff}.webssh-terminals .terminal-menu .terminal-title .el-input__wrapper{background-color:transparent;box-shadow:none}.webssh-terminals .terminal-menu .terminal-title .el-input__wrapper .el-input__inner{color:#fff}.webssh-terminals .terminal-menu .terminal-tree{padding:8px 12px}.webssh-terminals .terminal-menu .terminal-tree .terminal-load{width:20px;height:20px;margin:10px auto}.webssh-terminals .terminal-menu .terminal-tree .el-tree{background:transparent;color:#fff}.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node .el-tree-node__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node.online .el-tree-node__label,.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node.offline .el-tree-node__label{position:relative;padding-left:14px}.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node.online .el-tree-node__label:before,.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node.offline .el-tree-node__label:before{content:"";position:absolute;top:50%;left:0;width:6px;height:6px;border-radius:50%;background-color:#0bc037;transform:translateY(-50%)}.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node.offline .el-tree-node__label:before{background-color:red}.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node:focus>.el-tree-node__content{background-color:#4c4c4c}.webssh-terminals .terminal-menu .terminal-tree .el-tree .el-tree-node__content:hover{background-color:#4c4c4c}.webssh-terminals .terminal-menu .component-resize-line{position:absolute;top:0;bottom:0;right:0;width:5px;background:transparent;z-index:1}.webssh-terminals .terminal-box{flex:1;display:flex;flex-direction:column}.webssh-terminals .terminal-box .terminal-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#888;font-size:14px}.webssh-terminals .terminal-box .terminal-content{flex:1;position:relative}.webssh-terminals .terminal-box .terminal-content .terminal-tabs{position:absolute;top:7px;left:0;right:0;bottom:0}.webssh-terminals .terminal-box .terminal-content .terminal-tabs.el-tabs--card{display:flex;flex-direction:column;--el-tabs-header-height: 38px}.webssh-terminals .terminal-box .terminal-content .terminal-tabs.el-tabs--card>.el-tabs__header{flex-shrink:0;margin-bottom:0;border-bottom-color:#000;padding:0 10px}.webssh-terminals .terminal-box .terminal-content .terminal-tabs.el-tabs--card>.el-tabs__header .el-tabs__nav{border-color:transparent}.webssh-terminals .terminal-box .terminal-content .terminal-tabs.el-tabs--card>.el-tabs__header .el-tabs__item{color:#aaa;border-left-color:transparent}.webssh-terminals .terminal-box .terminal-content .terminal-tabs.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-radius:8px 8px 0 0;background-color:#000;color:#fff;border-bottom-color:transparent}.webssh-terminals .terminal-box .terminal-content .terminal-tabs.el-tabs--card .el-tabs__content{flex:1;background-color:#000}.terminal-component{position:absolute;top:0;left:0;bottom:0;right:0;transform:translateZ(0);background:#000000}.terminal-component .terminal-wrap{position:absolute;top:14px;left:14px;right:7px;bottom:0;display:flex;flex-direction:column}.terminal-component .terminal-wrap .terminal-container{flex:1;width:100%;height:100%}.terminal-component .terminal-wrap .terminal-container .xterm-viewport::-webkit-scrollbar{background:rgba(20,19,20,.5);width:7px}.terminal-component .terminal-wrap .terminal-container .xterm-viewport::-webkit-scrollbar-track{-webkit-box-shadow:none}.terminal-component .terminal-wrap .terminal-container .xterm-viewport::-webkit-scrollbar-thumb{background-color:#d1d1d1;outline:none}.terminal-component .terminal-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden}.terminal-component .terminal-loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:0}.terminal-component .terminal-loading .terminal-loading-box{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:24px 36px;border-radius:4px;overflow:hidden}.terminal-component .terminal-loading .terminal-loading-box .terminal-loading-load{margin:0}.terminal-component .terminal-loading .terminal-loading-box .terminal-loading-text{color:#555;margin-top:14px;font-size:14px}
