.swiper-pagination {
	position: unset !important;
	text-align: center;
	margin-top: 10px;
}

.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	margin: 5px !important;
	background-color: #007dff !important;
	border-radius: 100%;
	border: #007dff 1px solid !important;
	opacity: unset !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.box-material {
	background-color: #c4daf0;
	border-radius: 7px;
	padding: 3px 10px;
	width: fit-content;
	margin-bottom: 10px;
}
