body {
  --background: #242852;
  --backgroundRgbaZero: rgba(24,24,32,0);
  --backgroundDark: #111117;
  --backgroundDarkLightBlue: #111117;
  --backgroundDark2: #0c0c10;
  --cardBackground: #20212b;
  --cardBackgroundLight: #272834;
  --cardBackgroundDark: #1c1d26;
  --cardBackgroundRgba: rgba(32,33,43,0.6);
  --textColor: #C8C9D8;
  --placeholderColor: #abacb5;
  --borderColor: #333444;
  --borderColor2: #171822;
  --borderColor3: #0E0E14;
  --linkActiveColor: #80F1B1;
  --hoverDark:#242852;
  --linkText: #C8C9D8;
  --darkGreen: #80F1B1;
  --darkGreenDark: #248A50;
  --darkBlue: #343891;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #343891;
  --otherColor1: #1b1c26;
  background: var(--background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  color: var(--textColor);
}
body.light {
  --background: #eeeeee;
  --backgroundDark: #dddddd;
  --backgroundDarkLightBlue: #343891;
  --backgroundDark2: #bbbbbb;
  --cardBackground: #fff;
  --cardBackgroundLight: #f2f2f2;
  --cardBackgroundDark: #dbdbdb;
  --cardBackgroundRgba: rgba(255,255,255,0.6);
  --textColor: #212529;
  --placeholderColor: #212529;
  --borderColor: #e5e5e5;
  --borderColor2: #8b8989;
  --borderColor3: #bbbbbb;
  --linkActiveColor: #343891;
  --hoverDark:#eeeeee;
  --linkText: #343891;
  --darkGreen: #343891;
  --darkGreenDark: #248A50;
  --darkBlue: #80F1B1;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #fff;
  --otherColor1: #f1f1f1;
  background: var(--background);
  color: var(--textColor);
}
body a {
  text-decoration: none;
}

.sweepstakeDetail {
  width: 100%;
  position: relative;
  display: flex;
  padding: 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}
@media (max-width: 576px) {
  .sweepstakeDetail {
    flex-direction: column;
  }
}
.sweepstakeDetail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackground);
  clip-path: polygon(100% 0%, 100% calc(100% - 22px), calc(100% - 25px) 100%, 0% 100%, 0% 0%);
}
.sweepstakeDetail .detailImage {
  width: 215px;
  position: relative;
}
.sweepstakeDetail .detailImage img {
  width: 100%;
  position: relative;
  max-height: 217px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailImage {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailImage {
    width: 100%;
  }
}
.sweepstakeDetail .detailInfo {
  width: calc(100% - 215px);
  position: relative;
  padding: 0 0 0 15px;
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo {
    width: calc(100% - 180px);
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo {
    width: 100%;
    padding-left: 0;
  }
}
.sweepstakeDetail .detailInfo h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--textColor);
  margin: 0;
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo h2 {
    font-size: 16px;
  }
}
.sweepstakeDetail .detailInfo .detailPrice {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 0;
}
.sweepstakeDetail .detailInfo .detailPrice .price {
  font-size: 30px;
  font-weight: 800;
  color: var(--darkGreen);
  line-height: 1;
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .detailPrice .price {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo .detailPrice .price {
    font-size: 25px;
  }
}
.sweepstakeDetail .detailInfo .detailPrice .installment {
  font-size: 14px;
  color: var(--textColor);
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .detailPrice .installment {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo .detailPrice .installment {
    font-size: 11px;
  }
}
.sweepstakeDetail .detailInfo .participantCount {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: var(--textColor);
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .participantCount {
    font-size: 12px;
    padding: 10px 8px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo .participantCount {
    font-size: 12px;
  }
}
.sweepstakeDetail .detailInfo .participantCount i, .sweepstakeDetail .detailInfo .participantCount span {
  position: relative;
}
.sweepstakeDetail .detailInfo .participantCount:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackgroundLight);
  clip-path: polygon(calc(100% - 17px) 0%, 100% 14px, 100% 100%, 0% 100%, 0% 0%);
}
.sweepstakeDetail .detailInfo .productCounter {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--backgroundDark);
  padding: 5px 10px;
  border-radius: 3px;
}
.sweepstakeDetail .detailInfo .productCounter .counterIcon {
  font-size: 25px;
  color: var(--darkGreen);
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .productCounter .counterIcon {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo .productCounter .counterIcon {
    font-size: 20px;
  }
}
.sweepstakeDetail .detailInfo .productCounter .counterCounterItem {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.sweepstakeDetail .detailInfo .productCounter .counterCounterItem .counterNumber {
  font-size: 17px;
  font-weight: 700;
  color: var(--textColor);
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .productCounter .counterCounterItem .counterNumber {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo .productCounter .counterCounterItem .counterNumber {
    font-size: 14px;
  }
}
.sweepstakeDetail .detailInfo .productCounter .counterCounterItem .counterNumberInfo {
  font-size: 15px;
  font-weight: 400;
  color: var(--textColor);
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .productCounter .counterCounterItem .counterNumberInfo {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .sweepstakeDetail .detailInfo .productCounter .counterCounterItem .counterNumberInfo {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  .sweepstakeDetail .detailInfo .buttonRightSingle.large {
    font-size: 14px;
    padding: 9px 15px;
  }
}

.participantItems {
  width: 100%;
  position: relative;
  height: 155px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-right: 5px;
}
@media (max-width: 1399px) {
  .participantItems {
    height: 130px;
  }
}
@media (max-width: 576px) {
  .participantItems {
    height: 155px;
  }
}

.participantItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 7px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: var(--background);
}
body.light .participantItem {
  box-shadow: none;
}

@media (max-width: 1399px) {
  .participantItem {
    padding: 5px 10px;
    gap: 5px;
  }
}
.participantItem .number {
  width: auto;
  height: auto;
  position: relative;
  line-height: 1;
  text-align: center;
  color: var(--darkGreen);
  font-size: 13px;
  font-weight: 600;
  background: var(--cardBackgroundLight);
  padding: 5px 10px;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .participantItem .number {
    font-size: 12px;
    padding: 2px 5px;
  }
}
@media (max-width: 576px) {
  .participantItem .number {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.participantItem .text {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .participantItem .text {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .participantItem .text {
    font-size: 11px;
  }
}
.participantItem.winner {
  background: #e9b535;
}
.participantItem.winner .number {
  background: #ffc754;
  color: #000;
}
.participantItem.winner .text {
  color: #000;
  font-weight: 700;
}
.participantItem.winner .winnerText {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 800;
  color: #000;
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
  background: #ffc754;
}
@media (max-width: 1399px) {
  .participantItem.winner .winnerText {
    right: 5px;
  }
  .participantItem.winner .winnerText span {
    display: none;
  }
}
@media (max-width: 576px) {
  .participantItem.winner .winnerText {
    font-size: 9px;
    right: 10px;
  }
  .participantItem.winner .winnerText span {
    display: inline-block;
  }
}

.sweepstakeProductList {
  width: 100%;
  position: relative;
  height: 155px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-right: 5px;
}
@media (max-width: 1399px) {
  .sweepstakeProductList {
    height: 130px;
  }
}
@media (max-width: 576px) {
  .sweepstakeProductList {
    height: 155px;
  }
}

.productAddItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  background: var(--background);
  padding: 5px;
}
body.light .productAddItem {
  box-shadow: none;
}

.productAddItem .productAddItemImage {
  width: 60px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.list.productAddItem .productAddItemImage {
  width: 35px;
}

.productAddItem .productAddItemImage img {
  width: 100%;
  position: relative;
}
.productAddItem .productAddItemInfo {
  width: calc(100% - 60px);
  position: relative;
  padding: 10px 35px 10px 15px;
}
.list.productAddItem .productAddItemInfo {
  width: calc(100% - 40px);
  padding: 0 0 0 5px;
}

.productAddItem .productAddItemInfo h3 {
  font-size: 12px;
  font-weight: 500;
  color: var(--textColor);
  margin: 0 0 0 0;
  padding: 0;
}
.productAddItem .productAddItemInfo h3 a {
  color: var(--textColor);
}
.productAddItem .productAddItemInfo .productAddItemPrice {
  font-size: 14px;
  font-weight: 800;
  color: var(--darkGreen);
}
.productAddItem .productAddItemInfo .productAddItemAddButton {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #28A745;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.2s;
}
.productAddItem .productAddItemInfo .productAddItemAddButton:hover {
  background: #157b2a;
  color: #fff;
  transform: scale(1.1) translateY(-50%);
  transition: all 0.2s;
}
.productAddItem .productAddItemInfo .productAddItemRemoveButton {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #c3141b;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.2s;
}
.productAddItem .productAddItemInfo .productAddItemRemoveButton:hover {
  background: #990d11;
  color: #fff;
  transform: scale(1.1) translateY(-50%);
  transition: all 0.2s;
}

.streamArea {
  width: 100%;
  position: relative;
  padding: 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}
.streamArea:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackground);
  clip-path: polygon(calc(100% - 32px) 0%, 100% 25px, 100% 100%, 0 100%, 0% 0%);
}
.streamArea iframe {
  width: 100%;
  position: relative;
  clip-path: polygon(calc(100% - 32px) 0%, 100% 25px, 100% 100%, 0 100%, 0% 0%);
}

.donateButton {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: var(--textColor);
  background: var(--cardBackgroundLight);
  border-radius: 5px;
  border: 2px solid var(--borderColor);
  transition: all 0.2s;
}
.donateButton:hover {
  background: #80F1B1;
  color: #343891;
  border-color: #248A50;
  transition: all 0.2s;
}

.mobileTitle {
  width: 100%;
  position: relative;
}
.mobileTitle h2 {
  font-size: 17px;
  text-align: center;
  margin: 0;
}
