.pagination .page-item:not(:first-child) .page-numbers {
    margin-left: 2px;
}

.pagination .page-item:last-child .page-numbers {
    border: 0px;
    line-height: 42px;
    border-radius: 50%;
}

.pagination .page-item:first-child .page-numbers {
    border: 0px;
    line-height: 42px;
    border-radius: 50%;
}

@media (max-width: 449.98px) {
    .pagination .page-item:last-child .page-numbers {
        line-height: 32px;
    }

    .pagination .page-item:not(:first-child) .page-numbers {
        margin-left: 1px;
    }

    .pagination .page-item:first-child .page-numbers {
        line-height: 32px;
    }
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-circle .page-item .page-numbers {
    transition: all 0.3s ease-in-out;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    background: transparent;
    color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding: 0;
    margin: 0;
}

.pagination-circle .page-item span.current,
.pagination-circle .page-item .page-numbers:hover {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #80C251;
    color: #FFFFFF;
    background: #80C251;
}

.pagination-circle .page-item span,
.pagination-circle .page-item .page-numbers {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.pagination-circle .page-item span svg,
.pagination-circle .page-item .page-numbers:hover svg {
    filter: brightness(0) invert(1) sepia(1) saturate(0) hue-rotate(0deg);
}