.box-content .swiper {
  width: 100%;
  height: 100%;
}

.box-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-disabled {
  display: none;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 80px;
  height: 45px;
  text-align: center;
  line-height: 60px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  color: #fff;
  border: 2px solid rgb(241, 142, 13);
}

.swiper-banner, .banner-info {
  background-color: #fff;
}

.swiper-banner .thumbwrap::after, .banner-info .thumbwrap::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: linear-gradient(to right, #fff, transparent) !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 400px;
}

.swiper-banner .thumbwrap::before, .banner-info .thumbwrap::before {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: linear-gradient(to right, #fff, transparent) !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 275px;
}

.btn-trial {
  background-image: url(/images/btn-trial.png?ab3bf561fe275b9ea16df73f4eab6c84);
}

.schedule-live .btn-left::after, .schedule-live .btn-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
}

.overflow-y-scroll::-webkit-scrollbar {
  width: 4px; /* width of the entire scrollbar */
}

.overflow-y-scroll::-webkit-scrollbar-track {
  background: gray; /* color of the tracking area */
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(238, 150, 19); /* color of the scroll thumb */ /* roundness of the scroll thumb */
}

.fb-like span iframe {
  width: 172px !important;
}

.banner-info .playicon-not-hover .playicon-inside-not-hover {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #ffffff;
}

.banner-info .playicon-hover .playicon-inside-hover {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid rgb(241, 142, 13);
}

.banner-info .playicon-not-hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.banner-info .playicon-hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bl {
  display: block;
}

.flash-hidden {
  display: none;
}

.scrollbar-list-episode::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrollbar-list-episode::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #fff;
}

.scrollbar-list-episode::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 100vh;
  border: 3px solid #374151;
}
