.table,
.table-row-description,
.table-row,
.table-row-group {
    width: 100%;
}

.table-row,
.table-row-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.table-row-group {
    margin-top: 10px;
}

.table-row-group-label {
    font-weight: bold;
    text-transform: capitalize;
    font-size: .8rem;
}

.table-row-group .table-row {
    padding-left: 16px;
}

.table-row-description {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #7d7d7d;
    margin-top: 3px;
}

.table-head .table-row,
.table-row {
    border-bottom: 1px solid #eee;
}

.table-head .table-row {
    height: 37px;
}

.table-body .table-row {
    min-height: 68px;
}

.table-body .spinner {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.loading .table-body {
    padding-top: 10px;
}

.table-body.high-density .table-row {
    min-height: 25px;
    font-size: 0.8rem;
}

.table-col {
    width: 5%;
    flex-grow: 1;
    text-align: right;
    color: #323232;
    position: relative;
}

.table-col:not(:first-child) {
    margin-left: 10px;
}

.table-head .table-col {
    font-weight: 600;
    font-size: .9rem;
}

.table-col:first-child {
    text-align: left;
}

.table-col-large {
    flex-grow: 2;
}

.table-col-small {
    flex-grow: .65;
}

.table-row-description {
    display: block;
    text-align: right;
}

.table-form .table-row {
    margin-bottom: 20px;
}

.table-form .table-row,
.table-no-border .table-row {
    border: none;
}

.file-category {
    margin: 20px 0 0;
    text-transform: uppercase;
}

.file-item {
    padding: 5px 10px;
    cursor: pointer;
}

.table-body .file-item.checked {
    background-color: rgb(217 123 0 / 0.17);
}

.file-item .row-height-standard {
    padding: 5px 0;
}

.file-item .check-box {
    margin-right: 14px;
}



@media (max-width: 767px) {
    .table-col-mobile-full {
        width: 100%;
    }

    .table-col-mobile-full:not(:first-child) {
        margin-left: 0;
    }

    .table-row-mobile-margin + .table-row-mobile-margin {
        margin-top: 10px;
    }
}