<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 4px;
}
.swiper-pagination-bullet {
  border: none;
  opacity: 1;
  transition: 0.3s;
  background-color: #d9d9d9;
  width: 5px;
  height: 5px;
}
.swiper-pagination-bullet-active {
  border: none;
}

.pastTicket_pagination .swiper-pagination-bullet-active {
  background-color: #004091;
}
.pastTicket_pagination .swiper-pagination-bullet-active {
  background-color: #ffde00;
}
/* .swiper-slide {
  width: 255px !important;
} */
</pre></body></html>