.navigation {
    text-align: center;
}

.pagination {
    padding : 4px;
}

.pagination span.current {
    padding: 10px;
    color: #fbaf42;
    background-color: #2b2b2b;
}

.pagination a {
    background-color: #585a5d;
    padding: 10px;
    color: white;
    font-size: 16px;
    font-family: Lato-Bold;
}

.step-paginate {
    position: relative;
    top: 3px;
}

.admin-merchants .pagination a,
.alert-page .pagination a {
    /*background-color: #123456;*/
    background-color: transparent;
    font-family: 'General Sans Variable';
    font-weight: 500;
    font-size: 15px;
    line-height: 20.25px;
    color: #000;
}

.admin-merchants .pagination span.current,
.alert-page .pagination span.current {
    /*background-color: #7eb5b0;*/
    /*color: black;*/
    color: #2C9EB5;
    background-color: transparent;
    font-family: 'General Sans Variable';
    font-weight: 700;
    font-size: 15px;
    line-height: 20.25px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
