.live-prototype-group-header {
    padding: 15px 0px 2px 0px;
    /* border-bottom: 1px solid gray; */
    font-weight: 500;
}

.live-prototype-gorup-body {
    border: 1px solid #d6d6d6;
    margin: 0px;
    padding: 0px 2px 10px 0px;
    /* border-top: 0px; */
    background: #f1f1f1;
    border-radius: 5px;
    }

.live-prototype-table-body {
    /* border-bottom: 1px solid gray; */
    padding: 15px 0px 0px 0px !important;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    }

/* table {
    counter-reset: rowNumber;
}

table tr::before {
    display: table-cell;
    counter-increment: rowNumber;
    content: counter(rowNumber) ".";
    padding-right: 0.3em;
    text-align: right;
} */

.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.component-class {
    padding: 5px 5px !important;
    font-size: 13px;
}

.component-input-class{
    font-size: 11px;
}

.guipanel-file-upload{
    border-radius: 5px;
    /* max-height: 800px; */
    /* width: auto; */
    /* padding: 21px 1px 7px 5px; */
    /* margin: 0px; */
    margin-top: 10px;
    box-shadow: 0px 0px 5px grey;
    }

.frm-lv5{
    background-color: white;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px gray; */
    max-width: 1200px;
}

.frm-bg9{
    padding: 10px 20px;
}

.ooo-ppp{
    padding-right:5px;
    padding-left:5px;
}

.component-class:hover .ooo-ppp{
    visibility: visible;
}

.component-class:not(:hover) .ooo-ppp{
    visibility: hidden;
}

.gg-ii-99{
    font-size: 12px;
    font-weight: 500;
}

.df-gh9{
    padding:5px !important;
}