<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.border-pill-start{
	border-top-left-radius: 50rem!important;
	border-bottom-left-radius: 50rem!important;
}
.border-pill-end{
	border-top-right-radius: 50rem!important;
	border-bottom-right-radius: 50rem!important;
}
.pagination-container .btn-group :nth-child(1){
	border-top-left-radius: 50em;
	border-bottom-left-radius: 50em;
	padding-left: 1.3em;
}
.pagination-container .btn-group :last-child{
	border-top-right-radius: 50em;
	border-bottom-right-radius: 50em;
	padding-right: 1.3em;
}
.pagination-container a{
	white-space: nowrap;
}
</pre></body></html>