@charset "UTF-8";
.xterm {
    cursor: text;
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.xterm.focus, .xterm:focus {
    outline: none;
}
.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    z-index: 10;
}
.xterm .xterm-helper-textarea {
    padding: 0;
    border: 0;
    margin: 0;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -5;
    overflow: hidden;
    white-space: nowrap;
    resize: none;
}
.xterm .composition-view {
    background: #000;
    color: #fff;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}
.xterm .composition-view.show {
    display: block;
}
.xterm .xterm-screen {
    position: relative;
}
.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}
.xterm .xterm-scroll-area {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    overflow-y: scroll;
    z-index: 2;
}
.xterm .xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
    line-height: normal;
}
.xterm {
    font-family: courier-new, courier, monospace;
    font-size: 15px;
    color: #fff;
}
.xterm-viewport {
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.xterm-screen {
    display: block;
}
.xterm-accessibility, .xterm-accessibility-tree {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
