.swiper-slide {
    width: auto;
}
.swiper-wrapper .btn_tab{
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
}

.carousel_btn {
	background-color: rgb(255, 255, 255);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	color: rgb(0, 0, 0);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.btn_tab.btn_primary {
	background: rgb(222, 234, 245);
    color: rgb(67, 98, 154);
}

.swiper-slide.selected .btn_tab.btn_primary {
	background: rgb(67, 98, 154);
	color: rgb(255, 255, 255);
	text-shadow: none;
}