.textBoxes iconify-icon {
	color: var(--bs-primary);
	font-size: 1.5rem;
}

.swiper {
	--swiper-pagination-color: #fff;
	--swiper-navigation-color: #fff;
	--carouselHeight: 300px;
	height: calc(20px + var(--carouselHeight));
}

.swiper-slide img {
	height: var(--carouselHeight);
}

.swiper-slide img:hover {
	filter: none;
}

.swiper-slide {
	width: fit-content;
	cursor: pointer;
	padding: 10px;
	box-shadow: inset 0 .25em .75em #0000001a,inset 0 .062em .25em #00000026;
	border-radius: 5px;
}

