/* --------------------------------------------------- */
/* Pagination */
/* --------------------------------------------------- */
a {
    text-decoration: none;
    color: rgb(44, 44, 44);
}

.pager-items {
    list-style: none;
}

.pager-item {
    width: 2.5rem;
    height: 2.5rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 3px;
    margin: 0px 2px;
    background-color: rgb(233, 233, 233);
    font-size: 16;
    font-weight: 500;
    padding: 0px !important;
}

.select-pager-item {
    color: white !important;
    background-color: rgb(255, 61, 61) !important;
}