.pagination-edit .pagination {
    gap: 10px;
}

.pagination-edit .text-muted {
    color: rgb(255 255 255 / 75%) !important;
}

.pagination-edit .pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    border: unset;
    text-align: center;
}

.pagination-edit .pagination .page-item.active .page-link {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    background-color: var(--hny-secondary);
    border: unset;
}