body {
  --background: #181820;
  --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:#181820;
  --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;
}

.playerMarketItem {
  width: 100%;
  position: relative;
}
.playerMarketItem:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/pmbl.png") repeat-y 0 0 transparent;
  z-index: 1;
}
.playerMarketItem:after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/pmbl.png") repeat-y 0 0 transparent;
  z-index: 1;
}
.playerMarketItem span:nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/pmbb.jpg") repeat-x left calc(100% - 9px) transparent;
  background-size: auto 21px;
}
.playerMarketItem span:nth-child(1):before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/pmblv.png") repeat-x 0 0 transparent;
  z-index: 1;
}
.playerMarketItem span:nth-child(1):after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/pmblv.png") repeat-x 0 0 transparent;
  z-index: 1;
}
.playerMarketItem span:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.playerMarketItem span:nth-child(2):before {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  top: -4px;
  left: -6px;
  background: url("../images/pmbtf.png") no-repeat 0 0 transparent;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.playerMarketItem span:nth-child(2):after {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  bottom: -4px;
  right: -6px;
  background: url("../images/pmbtf.png") no-repeat 0 0 transparent;
  transform: rotate(180deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.playerMarketItem span:nth-child(3) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.playerMarketItem span:nth-child(3):before {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  top: -4px;
  right: -6px;
  background: url("../images/pmbtl.png") no-repeat 0 0 transparent;
  filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.playerMarketItem span:nth-child(3):after {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  bottom: -4px;
  left: -6px;
  background: url("../images/pmbtl.png") no-repeat 0 0 transparent;
  transform: rotate(-180deg);
  filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.playerMarketItem span:nth-child(4) {
  width: calc(100% - 6px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: -1;
  background: url("../images/pmbt.jpg") repeat-x 0 12px #29261f;
  background-size: auto 45px;
}
.playerMarketItem span:nth-child(4):before {
  content: "";
  width: 11px;
  height: calc(100% - 57px);
  position: absolute;
  top: 57px;
  left: 4px;
  background: url("../images/pml.jpg") repeat-y 0 0 transparent;
  background-size: 11px auto;
  z-index: 0;
}
.playerMarketItem span:nth-child(4):after {
  content: "";
  width: 11px;
  height: calc(100% - 57px);
  position: absolute;
  top: 57px;
  right: 4px;
  background: url("../images/pmr.jpg") repeat-y 0 0 transparent;
  background-size: 11px auto;
  z-index: 0;
}
.playerMarketItem .playerMarketTitle {
  width: 246px;
  height: 43px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/pmtitle-bg.png") no-repeat 0 0 transparent;
  display: flex;
}
.playerMarketItem .playerMarketTitle h3 {
  width: 175px;
  height: 22px;
  position: absolute;
  bottom: 9px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-shadow: 0.5px 0.5px 0 #6e5307;
}

.playerMarketDetail {
  width: 100%;
  position: relative;
  padding: 58px 18px 25px 18px;
  z-index: 3;
}
.playerMarketDetail .detailImage {
  width: 100%;
  position: relative;
}
.playerMarketDetail .detailImage:before {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6px;
  background: url("../images/pml.jpg") repeat-y 0 0 transparent;
  background-size: 11px auto;
  z-index: 0;
}
.playerMarketDetail .detailImage img {
  width: 100%;
  position: relative;
  max-height: 287px;
  object-fit: cover;
  object-position: 0 0;
}
.playerMarketDetail .detailImage .moreDetailButton {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 0 5px;
  text-align: center;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #cd9802;
  font-size: 12px;
  z-index: 2;
}
.playerMarketDetail .detailImage .moreDetailButton:hover {
  color: #ffc421;
}
.playerMarketDetail .playerMarketDetailItems {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding-left: 6px;
}
.playerMarketDetail .playerMarketDetailItems .playerMarketDetailItem {
  display: block;
  position: relative;
  padding: 3px;
}
.playerMarketDetail .playerMarketDetailItems .playerMarketDetailItem img {
  width: 100%;
}
.playerMarketDetail .playerMarketDetailItems .playerMarketDetailItem.empty {
  pointer-events: none;
}

.playerMarketItemInfo {
  width: 100%;
  position: relative;
}
.playerMarketItemInfo .playerMarketItemInfoTitle {
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .playerMarketItemInfo .playerMarketItemInfoTitle {
    margin-bottom: 0;
  }
}
.playerMarketItemInfo .playerMarketItemInfoTitle h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .playerMarketItemInfo .playerMarketItemInfoTitle h2 {
    text-align: left;
    font-size: 17px;
  }
}
.playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements {
    justify-content: flex-start;
  }
}
.playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE {
  position: relative;
  padding: 0 15px;
  border-right: 1px solid var(--borderColor);
  min-height: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE:first-child {
  padding-left: 0;
}
.playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE:last-child {
  border-right: none;
}
@media (max-width: 576px) {
  .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE {
    padding: 0 5px;
  }
  .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE .buttonRightSingle {
    padding: 7px 10px;
  }
}
.playerMarketItemInfo .productCounter {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--backgroundDark);
  padding: 7px 10px;
  border-radius: 3px;
}
@media (max-width: 1399px) {
  .playerMarketItemInfo .productCounter {
    gap: 5px;
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .playerMarketItemInfo .productCounter {
    gap: 5px;
    padding: 10px 10px;
  }
}
.playerMarketItemInfo .productCounter .counterIcon {
  font-size: 20px;
  color: var(--darkGreen);
}
@media (max-width: 576px) {
  .playerMarketItemInfo .productCounter .counterIcon {
    display: none;
  }
}
.playerMarketItemInfo .productCounter .counterCounterItem {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.playerMarketItemInfo .productCounter .counterCounterItem .counterNumber {
  font-size: 14px;
  font-weight: 700;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .playerMarketItemInfo .productCounter .counterCounterItem .counterNumber {
    font-size: 10px;
  }
}
.playerMarketItemInfo .productCounter .counterCounterItem .counterNumberInfo {
  font-size: 13px;
  font-weight: 400;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .playerMarketItemInfo .productCounter .counterCounterItem .counterNumberInfo {
    font-size: 8px;
  }
}

.iconLink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--textColor);
}
.iconLink i {
  color: var(--darkGreen);
  font-size: 20px;
}
@media (max-width: 576px) {
  .iconLink {
    gap: 2px;
    font-size: 11px;
  }
  .iconLink i {
    font-size: 13px;
  }
}

.detailPrice {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 0;
}
.detailPrice .price {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  font-size: 40px;
  font-weight: 800;
  color: var(--darkGreen);
  line-height: 1;
}
.detailPrice .price .unitPriceBox {
  font-size: 20px;
  font-weight: 700;
  color: #e3b21a;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}
.detailPrice .price .unitPriceBox .oldPrice {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .detailPrice .price .unitPriceBox .oldPrice {
    font-size: 10px;
  }
}
.detailPrice .price .unitPriceBox .oldPrice:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e3b21a;
  position: absolute;
  top: 50%;
  left: 0;
}
.detailPrice .price .unitPriceBox .percent {
  font-size: 10px;
  display: inline-block;
  padding: 2px 6px;
  background: var(--darkGreen);
  color: var(--darkBlue);
  border-radius: 20px;
}
.detailPrice .price .unitPriceBox .productBasketCount {
  font-size: 15px;
}
@media (max-width: 576px) {
  .detailPrice .price .unitPriceBox {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .detailPrice .price .unitPriceBox .productBasketCount {
    font-size: 10px;
  }
}
.detailPrice .installment {
  font-size: 14px;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .detailPrice .price {
    font-size: 25px;
  }
  .detailPrice .installment {
    font-size: 10px;
  }
}

.playerMarketInfoDetailItem {
  width: 100%;
  position: relative;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--textColor);
  border-radius: 5px;
  transition: all 0.2s;
}
.playerMarketInfoDetailItem.cardBg {
  background: var(--background);
  font-size: 11px;
}
.playerMarketInfoDetailItem .icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: var(--background);
  color: var(--darkGreen);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cardBg.playerMarketInfoDetailItem .icon {
  background: var(--cardBackground);
}

.mini.playerMarketInfoDetailItem .icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.playerMarketInfoDetailItem:hover {
  background: var(--darkBlue);
  color: var(--darkGreen);
  transition: all 0.2s;
}
.playerMarketInfoDetailItem:hover .icon {
  background: var(--darkGreen);
  color: var(--darkBlue);
}
.playerMarketInfoDetailItem.active {
  background: var(--darkGreen);
  color: var(--darkBlue);
  border-color: var(--darkGreenDark);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.detailTitle {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.detailTitle h3 {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: var(--darkGreen);
  margin: 0;
  padding: 0 25px 0 0;
  position: relative;
  background: var(--background);
}
.cardBg.detailTitle h3 {
  background: var(--cardBackground);
}

.detailTitle:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid var(--darkGreen);
}
@media (max-width: 576px) {
  .detailTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .detailTitle h3 {
    font-size: 14px;
    padding: 0 10px;
  }
}

.playerMarketTab {
  width: 100%;
  position: relative;
  padding: 10px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
  z-index: 10;
}
.playerMarketTab:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackgroundDark);
  clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
  z-index: 0;
}
.single.playerMarketTab:before {
  clip-path: none;
}

.playerMarketTab:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--cardBackground);
  clip-path: polygon(100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 0);
  z-index: 1;
}
.single.playerMarketTab:after {
  clip-path: none;
}

.playerMarketTab .playerMarketTitleNormal {
  width: 100%;
  position: relative;
  padding: 10px;
  background: var(--cardBackgroundLight);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.playerMarketTab .playerMarketTitleNormal h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 1;
  margin: 0;
}
@media (max-width: 576px) {
  .playerMarketTab .playerMarketTitleNormal {
    display: none;
  }
}
.playerMarketTab .playerMarketDetailNormal {
  width: 100%;
  position: relative;
  padding: 8px;
  z-index: 3;
}
.playerMarketTab .playerMarketDetailNormal .mobileFavButton {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  color: var(--darkGreen);
  z-index: 2;
}
.playerMarketTab .playerMarketDetailNormal .mobileFavDeleteButton {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  color: #e3b21a;
  z-index: 2;
}
.playerMarketTab .playerMarketDetailNormal .detailImage {
  width: 100%;
  position: relative;
}
.playerMarketTab .playerMarketDetailNormal .detailImage .moreDetailButton {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 0 5px;
  text-align: center;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #80F1B1;
  font-size: 12px;
  z-index: 2;
}
.playerMarketTab .playerMarketDetailNormal .detailImage .moreDetailButton:hover {
  color: #248A50;
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 16.6666666667%);
  padding-left: 6px;
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem {
  display: block;
  position: relative;
  padding: 3px;
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem img {
  width: 100%;
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem .itemModal {
  width: 295px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0s;
  z-index: 10;
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem .itemModal img {
  width: auto;
}
@media (max-width: 576px) {
  .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem .itemModal {
    display: none;
  }
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem.empty {
  pointer-events: none;
}
.playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem.empty:before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
  background: var(--cardBackgroundLight);
  border: 1px solid var(--cardBackgroundDark);
}

.commentsArea {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--cardBackgroundDark);
  clip-path: polygon(100% 0%, 100% calc(100% - 22px), calc(100% - 25px) 100%, 0% 100%, 0% 0%);
}
.commentsArea .commentItems {
  max-height: 208px;
  padding-right: 10px;
}

.commentItems .commentItem .personProfile {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.commentItems .commentItem .commentDetail .personInfo .date {
  border-left: none;
  padding-left: 0;
  font-size: 12px;
}

.commentItems .commentItem .commentDetail .personInfo .name {
  font-size: 12px;
}

.commentItems .commentItem .commentDetail {
  width: calc(100% - 50px);
}
.commentItems .commentItem .commentDetail .commentText {
  font-size: 12px;
  padding: 10px;
}

.formGroup.commentInputs .formControl {
  border-radius: 5px 0 0 5px;
}

tspan {
  fill: var(--textColor) !important;
}

.apexcharts-tooltip {
  background: var(--cardBackgroundLight) !important;
  color: var(--textColor) !important;
  border-color: var(--borderColor) !important;
  box-shadow: 2px 2px 6px -4px rgba(0, 0, 0, 0.25) !important;
}

.apexcharts-tooltip-title {
  background: var(--cardBackgroundDark) !important;
  border-color: var(--borderColor) !important;
}

.graphItem {
  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);
}
.graphItem .number {
  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;
}
.graphItem .text {
  font-size: 12px;
  line-height: 1;
}
.graphItem .statusText {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 800;
  color: var(--textColor);
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
  background: var(--cardBackground);
}

.commentStats.detailCommentStats {
  font-size: 15px;
}
.commentStats.detailCommentStats .stars {
  font-size: 15px;
}
@media (max-width: 576px) {
  .commentStats.detailCommentStats {
    font-size: 10px;
  }
  .commentStats.detailCommentStats i {
    font-size: 10px;
  }
}
