body{
    margin: 0;
    font-size: 14px;
}
[v-cloak] {
    display: none;
}
.content {
    margin:  0px auto;
}
.el-form--label-top .el-form-item__label{
    font-size: 16px;
    font-weight: bold;
}
.el-tree .filter-tree {
    background-color: #fff;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.el-tree-node__content {
    padding: 10px 16px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
}

.el-tree-node__content:hover {
    background-color: #f5f7fa;
}

.el-tree-node.is-current > .el-tree-node__content {
    background-color: #ecf5ff;
    border-left-color: #409EFF;
}
.project-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.project-info a{
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #1a202c;
}
.el-dropdown-link{
    display: flex;
    align-items: center;
}
.custom-tree-node {
    display: flex;
    align-items: center;
}
.tree-parent{
    font-weight: bold;
}
.custom-tree-node svg {
    display: block;
}
.brand{
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 50px;
    font-weight: bold;
    background-image: linear-gradient(78deg, #EF3B2D 0%, #EF3B2D 45%, #6A82FB 100%);
}
a{
    text-decoration: none;
    color: #1a202c;
}
.ml5{
    margin-left: 5px;
}
h2{
    font-weight: bold;
    margin: 10px 0;
}
.tabs-container {
    position: relative;
    height: 100vh; /* full screen */
    display: flex;
    flex-direction: column;
}

.fixed-tabs {
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
}

.el-tabs__content {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.desc{
    color: #555454;
    font-size: 14px;
    margin: 5px 0;
}
.meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 20px 0;
}

.meta-row .label {
    color: #7b7575;
    margin-right: 8px;
}

.meta-row .value {
    margin-right: 20px;
}
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1px solid #d1d1d1 !important;
}

.el-table td,
.el-table th {
    border-color: #d1d1d1 !important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
    background-color: #d1d1d1 !important;
}
.el-icon-arrow-right{
    line-height: 2;
}
.json-card {
    /*background-color: #f9f9f9;*/
}
.json-key {
    color: #c678dd;
}
.json-string {
    color: #98c379;
}
.json-number {
    color: #d19a66;
}
.json-boolean {
    color: #56b6c2;
}
.json-null {
    color: #e06c75;
}
