.pagination {
	--bs-pagination-disabled-bg: transparent;
	--bs-pagination-border-width: transparent;
	background-color: transparent;
	border-color: transparent;
}
.page-item {
	margin: 0 2px;
	width: 36px;
	text-align: center;
}
.page-link:hover {
	border-radius: 60%;
}
.pagination .disabled {
	background-color: #f7a900;
	border-color: #f7a900;
	color: #000;
	border-radius: 60%;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 60%;
}