.pagination .active span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    /*background-color: #f4f4f4;*/
    text-align: center;
    border: none;
    color: #25d366;
}

.pagination .disabled span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    /*background-color: #f4f4f4;*/
    text-align: center;
    border: none;
    color: #9b9b9b;
}
