.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 20px;
}


.br-r-0 input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.br-l-0 input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#app {
    height: 100%;
}

[data-pcode] {
    display: none;
}

.bottom-panel-tabs {
    height: calc(100% - 1px)
}

.bottom-panel-tabs .el-tabs__content {
    padding: 5px !important;
    height: calc(100% - 50px);
}

.simple-form {
    overflow: hidden;
}
