html,
body,
#root,
.create,
.parse {
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden;
}


#tools_btn {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    background: #0000008f;
    border-radius: 17px;
    z-index: 2333;
}

#tools_btn::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("../favicon.ico");
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 2;
    left: 5px;
    top: 4px
}

.tools #el-drawer__title {
    display: none;
}

.title {
    padding: 10px 0;
    color: #f17e1b;
    font-size: 33px;
    font-weight: bold;
    display: inline-block;
}

.rowGroup {
    padding: 0 25px 0;
}

.row1 {
    padding: 5px 5px 20px 15px;
}

.row2 {
    padding: 5px 5px 20px 5px;
}

.row2 .el-button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.row2 .el-button:first-child {
    margin-left: 10px;
}


.loading,
.loading .el-loading-parent--relative {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
}

.loading .el-loading-parent--relative .el-loading-mask {
    background: #000;
}

iframe#render {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

iframe#render.show {
    display: block;
}


.create .form {
    padding: 10% 20%;
}