.pagination {	display: flex;	padding-left: 0;	list-style: none;	border-radius: 0.25rem;}.page-link {	position: relative;	display: block;	padding: 0.5rem 0.75rem;	margin-left: -1px;	line-height: 1.25;	color: #304ffe;	background-color: #fff;	border: 1px solid #eceff1;}.page-link:hover {	z-index: 2;	color: #0123e0;	text-decoration: none;	background-color: #f5f5f5;	border-color: #eceff1;}.page-link:focus {	z-index: 2;	outline: 0;	box-shadow: 0 0 0 0.2rem rgba(48, 79, 254, 0.25);}.page-item:first-child .page-link {	margin-left: 0;	border-top-left-radius: 0.25rem;	border-bottom-left-radius: 0.25rem;}.page-item:last-child .page-link {	border-top-right-radius: 0.25rem;	border-bottom-right-radius: 0.25rem;}.page-item.active .page-link {	z-index: 1;	color: #fff;	background-color: #304ffe;	border-color: #304ffe;}.page-item.disabled .page-link {	color: #78909c;	pointer-events: none;	cursor: auto;	background-color: #fff;	border-color: #eceff1;}.pagination-lg .page-link {	padding: 0.75rem 1.5rem;	font-size: 1.25rem;	line-height: 1.1;}.pagination-lg .page-item:first-child .page-link {	border-top-left-radius: 0.3rem;	border-bottom-left-radius: 0.3rem;}.pagination-lg .page-item:last-child .page-link {	border-top-right-radius: 0.3rem;	border-bottom-right-radius: 0.3rem;}.pagination-sm .page-link {	padding: 0.25rem 0.5rem;	font-size: 0.875rem;	line-height: 1.5;}.pagination-sm .page-item:first-child .page-link {	border-top-left-radius: 0.2rem;	border-bottom-left-radius: 0.2rem;}.pagination-sm .page-item:last-child .page-link {	border-top-right-radius: 0.2rem;	border-bottom-right-radius: 0.2rem;}