.posterSwiperWrapper {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #1a1a1a;
}
.posterSwiperWrapper .carousel-inner {
  border-radius: 10px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators {
  left: unset;
  right: -62px;
}
.winnerSwiperWrapper {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #081555, #2059c2);
}
.winnerSwiperWrapper_inner {
  display: grid;
  grid-template-columns: 100%;
  background-image: linear-gradient(to right, #061a45, #1a569b);
  border-radius: 10px;
}
.slide_wrapper {
  display: flex !important;
  width: 100%;
  align-items: center;
}
.posterSwiperWrapper .carousel-inner {
  height: 159px;
}
.gameImageWrapper {
  width: 30%;
  display: flex;
  justify-content: center;
}
.gameImageWrapper .imageWrapper {
  height:45px;
  width: 50px;
  position: relative;
  overflow: hidden;
}
.slide_wrapper .details {
  width: 70%;
}
.slide_wrapper .details .contentWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #fff;
}
.winnerUsername,
.amountWrapper,
.gameName,
.winDate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
}
.currencyIcon {
  color: #f9bb22;
  padding-right: 5px;
}
.netwinAmount {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentWrapper .otherDetails,
.gameName,
.winDate {
  font-size: 0.8rem;
  color: #8f99a3;
}
.winnerSwiperWrapper_inner .slick-slider {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.slider_02.slick-slider {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.slick-slide img {
  height: 100%;
}
.winnerSwiperWrapper_inner .slick-slider .slick-current {
  background-color: #1a1a1a40;
}

.bigtexYell {
  color: #ffea00;
}

.bigtexGre {
  color: #00ff37;
}

.withdliv {
  background-image: linear-gradient(to right, #9b7504, #2059c2);
}

.withinliv {
  background-image: linear-gradient(to right, #715500, #1a569b);
}
