ul.pagination {
    justify-content: center;
}
 
ul.pagination li {
    margin-left: 5px;
    margin-right: 5px;
}

    ul.pagination li:first-child {
        margin-right: 0px;
    }

    ul.pagination li:last-child {
        margin-left: 0px;
    }

    ul.pagination li a {
        font-size: 17px;
        color: #0A1931;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #e6e8ec;
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border-radius: 50%;
        position:relative;
    }

        ul.pagination li.active a, ul.pagination li a:hover {
            background-color: var(--main-color2);
            border-color: var(--main-color2);
            color: #fff;
        }

        ul.pagination li a:focus {
            outline: none;
            outline-offset: unset;
        }

    ul.pagination li.disabled a {
        cursor: no-drop;
        background: #eeeeee;
        color: #232323;
        border: 1px solid #eeeeee;
    }

        ul.pagination li.disabled a:hover {
            cursor: no-drop;
            background: #f2f2f2;
            color: #b2b8bc;
            border: 1px solid #f2f2f2;
        }

    ul.pagination li.pagination-first a::after {
        content: "\ea6e";
        font-family: 'remixicon' !important;
        font-weight: 600;
    }

    ul.pagination li.pagination-prev a::after {
        content: "";
        font-weight: 600;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="39.999911474459275" height="40" x="0" y="0" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.8,0,0,0.8,45.18464660644531,45.18464794158933)"><path d="M345.441 248.292 151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z" fill="%23000000" data-original="%23000000"></path></g></svg>');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }

    ul.pagination li.pagination-next a::after {
        content: "";
        font-weight: 600;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="40" height="40" x="0" y="0" viewBox="0 0 492 492" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.8,0,0,0.8,49.199989318847656,49.19999999999999)"><path d="M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z" fill="%23000000" data-original="%23000000" class=""></path></g></svg>');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }
    ul.pagination li.pagination-next.active:hover a::after, ul.pagination li.pagination-next:hover a::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="40" height="40" x="0" y="0" viewBox="0 0 492 492" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.8,0,0,0.8,49.199989318847656,49.19999999999999)"><path d="M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z" fill="%23FFFFFF" data-original="%23000000" class=""></path></g></svg>');
    }
    ul.pagination li.pagination-prev.active:hover a::after, ul.pagination li.pagination-prev:hover a::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="40" height="40.00008852573664" x="0" y="0" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.8,0,0,0.8,45.18464660644531,45.18464794158933)"><path d="M345.441 248.292 151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z" fill="%23FFFFFF" data-original="%23000000"></path></g></svg>');
    }
    ul.pagination li.pagination-next.disabled:hover a::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="40" height="40" x="0" y="0" viewBox="0 0 492 492" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.8,0,0,0.8,49.199989318847656,49.19999999999999)"><path d="M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z" fill="%23000000" data-original="%23000000" class=""></path></g></svg>');
    }

    ul.pagination li.pagination-prev.disabled:hover a::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="39.999911474459275" height="40" x="0" y="0" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.8,0,0,0.8,45.18464660644531,45.18464794158933)"><path d="M345.441 248.292 151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z" fill="%23000000" data-original="%23000000"></path></g></svg>');
    }
    ul.pagination li.pagination-last a::after {
        content: "\ea64";
        font-family: 'remixicon' !important;
        font-weight: 600;
    }
@media (max-width:767px) {
    ul.pagination li {
        margin-left: 2px;
        margin-right: 2px;
    }

        ul.pagination li a {
            font-size: 12px;
            color: #0A1931;
            width: 32px;
            height: 32px;
            line-height:32px
        }
}