.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  background-image: none;
}
.swiper-pagination {
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swiper-pagination-bullet {
  border: none;
  opacity: 1;
  transition: 0.3s;
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
}
.swiper-pagination-bullet-active {
  border: none;
}

.stadium_pagination .swiper-pagination-bullet-active,
.city_pagination .swiper-pagination-bullet-active {
  background-color: #004091;
}
.authentic_pagination .swiper-pagination-bullet-active,
.authentic_b_pagination .swiper-pagination-bullet-active {
  background-color: #ffde00;
}
.swiper-slide {
  width: 302px !important;
}
