.ReleaseScheduleTable {
    width: 100%;

    &-title {
        font-weight: 500;
    }

    .btn.btn-sm {
        padding: 0;
    }

    .GridTable.table-extension-actions {
        .GridTable-cell.cell-table-actions {
            justify-content: center;
        }
    }

    .datetime-seperator {
        margin: 0 5px;
        font-weight: 600;
    }

    .separator + .separator {
        border-left: 1px solid var(--gray-300);
    }

    .col-saleDate,
    .col-saleTime {
        justify-content: right;
    }

    .TableSummaryBar {
        order: -1;
    }

    .EmptyStateIcon {
        margin-top: 20px;

        &-outer-circle {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 70px;
            height: 70px;
            background: #f3f0f0;
            border-radius: 50%;
        }

        &-inner-circle {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 28px;
            height: 28px;
            background: #ffffff;
            border-radius: 50%;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        }
    }

    .GridTable-header-left {
        
        .TablePaginationText,
        .TableSelectedCount {
            margin-left: 10px;
        }
    }
}
