html,
body {
    padding: 0;
    margin: 0;
}

html {
    overflow-y: hidden;
}

.app-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.openwebssh .antd-Modal-content {
    padding: 0 !important;
}

.openwebssh .antd-Modal-header {
    padding: 10px !important;
}

.my-dialog1 .cxd-Modal-content {
    padding: 0 !important;
}

.my-pop .antd-Drawer-header {
    padding: 8px 10px !important;
}

.my-pop .antd-Drawer-close {
    top: 10px !important;
}

.my-pop .antd-Drawer-title {
    text-align: center !important;
}

.amis-scope .antd-Layout-footer {
    position: fixed !important;
    /*left: 180px;*/
    z-index: 1399;
    background: rgb(184, 188, 191);
}

.myoutput .antd-Modal-content {
    padding-bottom: 0 !important;
}

.myoutput .antd-Modal-body {
    margin-top: 20px !important;
}

#footer {
    width: 100%;
    height: 100%;
}

#iframeBox {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
}

#iframeBox #content {
    width: 70%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#iframeBox #content #title {
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}

#iframeBox #content #body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    overflow: hidden;
}

#iframeBox #content #body iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}


/* // 伪元素无法继承 */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    background: hsl(214, 13%, 75%);
    border-radius: 4px;
}

#terminal {
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

/*
#terminal .terminal .xterm-screen{
  padding: 10px;
  box-sizing: border-box;
}
*/
#terminal .terminal .xterm-viewport {
    right: 2px !important;
    box-sizing: border-box;

}

#terminal .terminal {
    height: 100%;
    width: 100%;
}