.e-body-left {
    width: calc(30% - 10px);
    height: calc(100% - 10px);
    margin: 10px 0 0 10px;
}
.e-body-right {
    width: calc(70% - 6px);
    height: calc(100% - 4px);
    margin: 0 4px 4px 2px;
}
.e-body-left textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    resize: none;
    word-break: break-all;
}
.output-toolbar {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 0.5px solid #2f2e2e;
    user-select: none;
}
.output-content {
    width: 100%;
    height: calc(100% - 35px);
    margin: 5px 0 0 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre;
    overflow-x: scroll;
    overflow-y: scroll;
}
.output-toolbar img {
    width: 16px;
    height: 16px;
    padding-right: 2px;
    vertical-align: middle;
}
.output-toolbar .btn {
    margin: 0 10px;
    padding: 5px;
    border: none;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.output-toolbar .btn:hover {
    background-color: #eeeeee;
}
.output-content .desc {
    margin-left: 20px;
    color: #b4b3b3;
}
.output-content .lines>div:hover {
    background-color: #dad8d87f;
}
.output-content .key {
    font-weight: bold;
}
.output-content .string {
    font-weight: bold;
    color:#43cb08;
}
.output-content .number {
    font-weight: bold;
    color: #1e95de;
}
.output-content .boolean {
    font-weight: bold;
    color: #ff8284;
}
.output-content .null {
    font-weight: bold;
    color: #e3c0c0;
}
.output-content .seq {
    padding: 0 10px;
    color: #a6a6a6;
    user-select: none;
}
.output-content .symbol {
    color: #c5c5c5;
}
.output-content .fold {
    font-weight: bolder;
    padding: 0 3px;
    cursor: pointer;
    user-select: none;
}
.output-content .fmt {
    margin-left: 20px;
    color: #c5c5c5;
}
.output-content .l0 {
    color: #b300fc;
}
.output-content .l1 {
    color: #a318da;
}
.output-content .l2 {
    color: #da7501;
}
.output-content .l3 {
    color: #c522a5;
}
.output-content .l4 {
    color: #9d2c03;
}
.output-content .l5 {
    color: #a145de;
}
.output-content .l6 {
    color: #c46565;
}
.output-content .l7 {
    color: #675d01;
}
.output-content .l8 {
    color: #2559d9;
}
.output-content .l9 {
    color: #008d5fed;
}
.output-content .l10 {
    color: #079af6;
}
.output-content .l11 {
    color: #a318da;
}
.output-content .l12 {
    color: #da7501;
}
.output-content .l13 {
    color: #c522a5;
}
.output-content .l14 {
    color: #9d2c03;
}
.output-content .l15 {
    color: #a145de;
}
.output-content .l16 {
    color: #c46565;
}
.output-content .l17 {
    color: #675d01;
}
.output-content .l18 {
    color: #2559d9;
}
.output-content .l19 {
    color: #008d5fed;
}
.output-content .l20 {
    color: #079af6;
}
.output-content .error-desc1 {
    margin: 20px 0 30px 10px;
    font-weight: bold;
    color: #ff0000;
    font-size: 18px;
}
.output-content .error-desc2 {
    margin: 20px 0 20px 10px;
    font-weight: bold;
    color: #ff0000;
}
.output-content .error-desc3 {
    margin-left: 10px;
}
.output-content .error-hit {
    padding: 0 2px;
    background-color: #ff0000;
}