.pagenav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 34px 0 12px;
    width: 100%;
}

.pagenav .nav_pagi.pagination-redesign {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav_pagi.pagination-redesign .pagination {
    align-items: center;
    background: #fff;
    border: 1px solid #e2edf7;
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(15, 35, 52, .1);
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    margin: 0 !important;
    padding: 8px;
}

.nav_pagi.pagination-redesign .pagination .page-item {
    display: inline-flex;
    margin: 0;
}

.nav_pagi.pagination-redesign .pagination .page-link {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50% !important;
    color: #475569;
    display: inline-flex;
    float: none;
    font-size: 14px;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    min-width: 36px;
    padding: 0;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
    width: 36px;
}

.nav_pagi.pagination-redesign .pagination .page-link i {
    font-size: 13px;
    line-height: 1;
}

.nav_pagi.pagination-redesign .pagination .page-item:first-child .page-link,
.nav_pagi.pagination-redesign .pagination .page-item:last-child .page-link {
    background: #f8fbff;
    border: 1px solid #d9e7f4;
    color: #0f172a;
}

.nav_pagi.pagination-redesign .pagination .page-link:hover,
.nav_pagi.pagination-redesign .pagination .page-link:focus {
    background: #eaf6ff;
    border-color: #b9ddf7;
    color: #0f7cc2;
    transform: translateY(-1px);
}

.nav_pagi.pagination-redesign .pagination .page-item.active .page-link {
    background: #0f7cc2;
    border-color: #0f7cc2;
    box-shadow: 0 10px 22px rgba(15, 124, 194, .26);
    color: #fff;
}

.nav_pagi.pagination-redesign .pagination .page-item.disabled .page-link {
    background: #f1f5f9;
    border-color: transparent;
    box-shadow: none;
    color: #a8b4c2;
    cursor: default;
    pointer-events: none;
    transform: none;
}

.nav_pagi.pagination-redesign .pagination .page-item.disabled:first-child .page-link,
.nav_pagi.pagination-redesign .pagination .page-item.disabled:last-child .page-link {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #a8b4c2;
}

@media (max-width: 767px) {
    .pagenav {
        margin: 24px 0 8px;
    }

    .nav_pagi.pagination-redesign .pagination {
        gap: 5px;
        padding: 7px;
    }

    .nav_pagi.pagination-redesign .pagination .page-link {
        font-size: 13px;
        height: 32px;
        min-width: 32px;
        width: 32px;
    }
}
