.btn-pagination {
    font-size: 0.9rem;
    font-weight: 500;
    height: 2em;
    background: #3e8ed0;   
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-block !important;
    margin-left: 2px;
    margin-right: 2px;
}

.btn-pagination strong{
    box-sizing: inherit;
    display: none;
    text-decoration: none;
}

.btn-pagination a {
    color: #fff;    
    padding: 8px 16px;
    text-decoration: none !important;
}

.btn-pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.btn-pagination a:hover:not(.active) {
    text-decoration: none !important;
}

.btn-pagination.is-rounded {
    border-radius: 2px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em)
}

.is-hidden{
    display: none !important;
}