.table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 18px;
    border-top: 1px solid #e3e8ef;
    background: #f8fafc;
    font-size: 12px;
    color: #667085;
}

.table-footer-summary {
    flex: 0 0 auto;
    white-space: nowrap;
}

.table-footer-summary strong {
    color: #344054;
    font-weight: 600;
}

.table-footer nav {
    flex: 0 0 auto;
    margin-left: auto;
}

.table-footer .pagination .page-link {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    color: #667085;
    border-color: #e3e8ef;
}

.table-footer .pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.table-footer .pagination .page-item.disabled .page-link {
    color: #9aa5b4;
    background-color: #f8fafc;
}
