.pagination {display: flex;padding-left: 0;list-style: none;border-radius: 0; } .page-link {position: relative;display: block;padding: 0.9375rem 1.25rem;margin-left: -0.125rem;line-height: 1.25;color: #000;background-color: transparent;border: 0.125rem solid #c4c4c4; }.page-link:hover {z-index: 2;color: black;text-decoration: none;background-color: transparent;border-color: #151515; }.page-link:focus {z-index: 2;outline: 0;box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.25); } .page-item:first-child .page-link {margin-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0; } .page-item:last-child .page-link {border-top-right-radius: 0;border-bottom-right-radius: 0; } .page-item.active .page-link {z-index: 1;color: #000;background-color: transparent;border-color: #151515; } .page-item.disabled .page-link {color: #6c757d;pointer-events: none;cursor: auto;background-color: #fff;border-color: #dee2e6; } .pagination-lg .page-link {padding: 0.75rem 1.5rem;font-size: 1.25rem;line-height: 1.7; } .pagination-lg .page-item:first-child .page-link {border-top-left-radius: 0;border-bottom-left-radius: 0; } .pagination-lg .page-item:last-child .page-link {border-top-right-radius: 0;border-bottom-right-radius: 0; } .pagination-sm .page-link {padding: 0.25rem 0.5rem;font-size: 0.875rem;line-height: 1.7; } .pagination-sm .page-item:first-child .page-link {border-top-left-radius: 0;border-bottom-left-radius: 0; } .pagination-sm .page-item:last-child .page-link {border-top-right-radius: 0;border-bottom-right-radius: 0; } .nav-pagination {display: flex;align-items: center;justify-content: center; }.nav-pagination .page-elipsis {border-color: transparent; }.nav-pagination .page-elipsis:hover {color: #000; }.nav-pagination .pagination-loader {position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;display: none;align-items: center;justify-content: center;background: #fff;z-index: 1;padding-bottom: 1rem; }.nav-pagination.loader .pagination-loader {display: flex; } .pagination {display: flex;justify-content: flex-end;gap: 0.25rem;align-items: center; }.pagination .page-item .page-link {color: #A4C422;font-weight: 900;font-size: 1.125rem; }.pagination .page-item.active {background: #A4C422; }.pagination .page-item.active .page-link {border-width: 0.25rem;color: #fff; } 