.profile-layout.profile-block{
    padding:0;
    background: transparent;
}
.profile-table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.profile-table .table-empty-td div {
    height: 32px;
    width: 60%;
    display: block;
}
.profile-table table {
    /*border-collapse: collapse;*/
}
.profile-table table tr th {
    text-align: center;
    background: var(--bg_main__100);
    color: var(--color_secondary__100);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 0.8rem 0;
    text-align: center;
    white-space: nowrap;
}

.profile-table.paddingCust table tr th > div {
    padding: 0;
}
.profile-table table tr th:first-child {
    border-top-left-radius: var(--b-radius);
    border-bottom-left-radius: var(--b-radius);
}
.profile-table table tr th:last-child {
    border-top-right-radius: var(--b-radius);
    border-bottom-right-radius: var(--b-radius);
    text-align: center;
}
.profile-table table tr td {
    font-weight: 500;
    font-size: 12px;
    color: var(--primary-800);
    padding: 0.2rem 0;
    text-align: center;
}
.profile-table table tr td.empty {
    text-align: center;
}
.profile-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--bg_main__100);
}

.livefeed--th{
    justify-content: center;
}