body {
    margin: 0;
    position: fixed;
    width: 100%;
}

#app-content {
    height: calc(100vh - 40px)
}

#left-frame {
    float: left;
    width: 40%;
    margin: 0;
    height: calc(100vh - 40px)
}

#right-frame {
    float: left;
    height: calc(100vh - 40px);
    margin: -1px 0 0 0;
}

#right-02 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.CodeMirror {
    font-size: 20px;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
}

.draggable {
    position: relative;
    width: 100%;
    height: 100%;
}

.title {
    margin: 3px;
    position: absolute;
    top: 0;
    left: 0;
    border-style: outset;
    border: 4px solid rgb(135, 125, 125);
    cursor: move;
    display: none;
    z-index: 200;
    opacity: 0.5;
}

.material-icons {
    font-family: 'Material Icons', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.help_center {
    top: 50px;
    position: absolute;
    right: 3px;
    font-size: 42px;
    filter: invert(0.73);
    cursor: pointer;
    z-index:100;
}