.pagination {display: flex;padding-left: 0;list-style: none;margin: 16px 0;}.page-link {position: relative;display: block;text-decoration: none;font-size: 14px;font-family: Roboto;background-color: transparent;border: 0;outline: 0;transition: all .3s linear;border-radius: 0;align-items: center;vertical-align: middle;padding: 10px 17px;}@media (prefers-reduced-motion: reduce) {.page-link {transition: none}}.page-item a{text-decoration: none;}.page-item.active-item .page-link {z-index: 3;background-color: var(--grey);color: var(--white);border: none;box-shadow: none;transition: all .2s linear;}.page-item.disabled .page-link {color: #757575;pointer-events: none;background-color: #fff;border-color: #e0e0e0}.page-item:first-child {border-top-left-radius: 5px;border-bottom-left-radius: 5px;}.page-item:first-child .page-link {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}.page-item:not(:first-child) .page-link {margin-left: -1px}.page-item:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}.page-link, .page-link:hover {color: var(--fifth);}.page-link:hover {z-index: 2;background-color: var(--white);}ul.pagination {background-color: var(--white);border-radius: 5px;}.card-footer {padding: 0px 20px;background-color: var(--og-light);clear: both}.select-input.form-control[readonly]:not([disabled]) {background-color: var(--white);border-radius: 0.5rem;}.page-item a.page-link {color: var(--fifth) !important;text-decoration: unset;}