.pagi li {
    margin: 0 8px;
}
.pagi li a, .pagi li  span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
}
.pagi li.active{
    border-radius: 10px;
    background: #a8ce26;
    color: #fff;
}

.pagi li a:hover, .pagi li a:focus {
    background: #a8ce26;
    color: #fff;
    border-radius: 10px;
}

button.btn.btn-load-more {
    padding: 10px 30px;
    background: #98bb4c;
    color: white;
    border: none;
    border-radius: 600px;
    width: 150px;
}

button.btn.btn-load-more:hover {
    background: #a8ce26;
    color: white;
}

button.btn.btn-load-more.loading{
    pointer-events: none;
    opacity: 0.7;
}
