.leaderBoard.no_login {
  display: none !important;
} 
.leaderBoard {
  margin: 50px auto;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  

  /* column widths */
  --col-numb: 50px;
  --col-points: 170px;
  --col-prize: 150px;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard {
    width: 98%;
    margin: 6.6667vw auto;
    border-radius: 3.2vw;
    border: 0.2667vw solid rgba(255, 255, 255, 0.1);

    --col-numb: 9.0667vw;
    --col-points: 18vw;
    --col-prize: 26.6667vw;
  }
}

/* =========================
   HEAD
========================= */
.leaderBoard__head {
  width: 100%;
  height: 70px;
  padding: 12px 12px 8px 12px;
  border-radius: 12px 12px 0 0;
  gap: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leaderBoard__head span {
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 21px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__head {
    height: 14.9333vw;
    padding: 3.2vw 3.2vw 2.1333vw 3.2vw;
    border-radius: 3.2vw 3.2vw 0 0;
    gap: 1.6vw;
  }
  .leaderBoard__head span {
    font-size: 5.6vw;
    line-height: 5.3333vw;
  }
}
.leaderBoard__head .img {
  width: 45.002px;
  height: 45.002px;
  background-image: url(../img/factorial-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__head .img {
    width: 10.8vw;
    height: 10.8vw;
  }
}
.leaderBoard__head .img:hover .leaderBoard__head-img-hover {
  display: flex;
}
.leaderBoard__head-img-hover {
  color: #050306;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 10px;
  text-align: start;
  vertical-align: middle;
  font-family: adjaraRegular;
  width: 350px;
  height: 100px;
  background: #050306;
  position: absolute;
  left: -223px;
  margin: auto;
  top: -114px;
  border-radius: 10px;
  color: #fff;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__head-img-hover {
    width: 51.933vw;
    height: 22vw;
    font-size: 2.3vw;
    line-height: 3.267vw;
    padding: 2vw;
    top: -25.2vw;
    left: -41.5vw;
    text-align: center;
    border-radius: 2vw;
    z-index: 9;
  }
}
.leaderBoard__head-img-hover::after {
  content: "";
  position: absolute;
  left: 69%;
  bottom: -6.5px;
  transform: translateX(-69%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #050306 transparent transparent transparent;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__head-img-hover::after {
    border-width: 2.1333vw 2.1333vw 0 2.1333vw;
    bottom: -1.7333vw;
    left: 90%;
  }
}

/* =========================
   BODY
========================= */
.leaderBoard__body {
  margin: 12px auto;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 559px;
  min-height: 379px;
  padding: 8px 10px 16px 8px;

  border-radius: 12px;
  border: 1px solid #759871;
  background: linear-gradient(180deg, #3b5f3e 0%, #122e10 100%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body {
    width: 97%;
    min-height: auto;
    margin: 3.2vw auto;
    border-radius: 3.2vw;
    border: 0.2667vw solid #759871;
    padding: 2.1333vw 2.6667vw 2.3333vw 2.1333vw;
  }
}

/* title row */
.leaderBoard__body-title {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-title {
    padding: 2.1333vw 3.2vw;
  }
}

.leaderBoard__body-title span {
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-title span {
    font-size: 2.9vw;
    line-height: 5.3333vw;
  }
}

/* list box */
.leaderBoard__body-box {
  width: 100%;
  height: 274px;
  margin-top: 10px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-box {
    height: 51.8667vw;
    border-radius: 3.2vw 3.2vw 4.2667vw 4.2667vw;
  }
}

.leaderBoard__body-box-section {
  height: 84%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  position: relative;
  /* padding-top: var(--lb-sticky-space, 0px); */
  box-sizing: border-box;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-box-section {
    padding-right: 1.6vw;
    height: 78%;
  }
}

/* pinned row host */
.leaderBoard__myRowSticky {
  position: sticky;
  top: 0;
  z-index: 5;
}

/* როცა დამალულია */
.leaderBoard__myRowSticky.is-hidden {
  display: none;
}

/* რომ pinned row-მ არ დაფაროს პირველი row */
/* .leaderBoard__body-box-section{
  padding-top: var(--lb-sticky-space, 0px);
  box-sizing: border-box;
} */

/* =========================
   ROWS
========================= */
.leaderBoard__row {
  margin: 5px auto;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 5px 12px;
  gap: 0;
  align-self: stretch;

  border-radius: 8px;
  border: 1px solid rgba(213, 216, 218, 0.2);
  background: radial-gradient(
    50.9% 28.33% at 48.82% 81.67%,
    rgba(48, 116, 50, 0.85) 0%,
    #334c34 34.39%,
    #111d12 100%
  );
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__row {
    height: 8.5333vw;
    margin: 1.6vw auto;
    padding: 1.3333vw 3.2vw;
    border-radius: 2.1333vw;
  }
}

.leaderBoard__row div {
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 18px;
}
.leaderBoard__row.my-row div {
  color: #0c0d0e;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__row div {
    font-size: 2.3vw;
    line-height: 5.3333vw;
  }
}

.leaderBoard__row.my-row {
  border-radius: 8px;
  border: 1px solid #dba251;
  background: #fff;
  margin-left: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__row.my-row {
    border-radius: 2.1333vw;
  }
}

/* =========================
   ✅ COLUMN WIDTHS BY POSITION
   order: # | User | Prize | Points
========================= */

/* title row */
.leaderBoard__body-title > :nth-child(1) {
  flex: 0 0 var(--col-numb);
  width: var(--col-numb);
  text-align: left;
}
.leaderBoard__body-title > :nth-child(2) {
  flex: 1 1 auto;
  text-align: center;
}
.leaderBoard__body-title > :nth-child(3) {
  flex: 0 0 var(--col-prize);
  width: var(--col-prize);
  display: flex;
  justify-content: center;
  align-items: center;
}
.leaderBoard__body-title > :nth-child(4) {
  flex: 0 0 var(--col-points);
  width: var(--col-points);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-title > :nth-child(4) {
    margin-right: 3.5vw;
  }
}

/* row */
.leaderBoard__row > :nth-child(1) {
  flex: 0 0 var(--col-numb);
  width: var(--col-numb);
  text-align: left;
}
.leaderBoard__row > :nth-child(2) {
  flex: 1 1 auto;
  text-align: center;
}
.leaderBoard__row > :nth-child(3) {
  flex: 0 0 var(--col-prize);
  width: var(--col-prize);
  display: flex;
  justify-content: center;
  align-items: center;
}
.leaderBoard__row > :nth-child(4) {
  flex: 0 0 var(--col-points);
  width: var(--col-points);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__row > :nth-child(4) {
    justify-content: flex-end;
  }
}

/* prize cell look (same as before) */
.leaderBoard__row-prize {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__row-prize {
    gap: 0.8vw;
  }
}

/* points wrapper should NOT be pill */
.leaderBoard__row-point {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0;
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
  gap: 0;
}

/* =========================
   POINTS PILL
========================= */
.my-row .row-points-amount {
  color: #fff;
}
.row-points-amount {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;

  width: 87px;
  height: 30px;

  padding: 4px 38px 4px 12px;
  /* border-radius: 8px;
  border: 1px solid rgba(213, 216, 218, 0.2);
  background: radial-gradient(
    50.9% 28.33% at 48.82% 81.67%,
    #4a6db7 0%,
    #333b4c 34.39%,
    #11151d 100%
  ); */

  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .row-points-amount {
    width: 23.2vw;
    height: 7.5333vw;
    padding: 1.0667vw 12.8vw 1.0667vw 3.2vw;
    /* border-radius: 2.1333vw; */
    font-size: 2.8vw;
    line-height: 5.3333vw;
  }
}

.row-points-amount::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20.838px;
  background: url(../img/wheel-prize-icon-coin.webp) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .row-points-amount::after {
    width: 4vw;
    height: 4vw;
    right: 6.5vw;
  }
}

/* hide old icon */
.row-point-icon {
  display: none;
}

/* prize amount/icon */
.row-prize-amount {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  width: 87px;
  height: 30px;
  padding: 4px 38px 4px 12px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(213, 216, 218, 0.2);
  background: radial-gradient(
    50.9% 28.33% at 48.82% 81.67%,
    rgba(48, 116, 50, 0.85) 0%,
    #334c34 34.39%,
    #111d12 100%
  );
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .row-prize-amount {
    width: 21.2vw;
    height: 7.5333vw;
    padding: 1.0667vw 7.8vw 1.0667vw 3.2vw;
    border-radius: 2.1333vw;
    font-size: 3.2vw;
    line-height: 5.3333vw;
  }
}

.row-prize-amount::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20.838px;
  background-image: url(../img/max-coin-new.webp);
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .row-prize-amount::after {
    width: 5vw;
    height: 5vw;
    right: 1.8vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .row-prize-amount {
    font-size: 2.8vw;
    line-height: 5.3333vw;
  }
}

.row-prize-icon {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/max-coin-new.webp);
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .row-prize-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

/* =========================
   LOW TITLE
========================= */
.leaderboardlowTitle {
  color: #666479;
  font-family: "adjaraBold";
  font-size: 12px;
  line-height: 18px;
  margin: 10px auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboardlowTitle {
    font-size: 3.2vw;
    line-height: 5.3333vw;
    margin: 2.6667vw auto;
  }
}

/* =========================
   FOOTER BUTTON
========================= */
.leaderBoard__footer {
  display: flex;
  width: 156px;
  height: 42px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 38px;
  background: #394b38;
  cursor: pointer;

  position: relative; /* popup anchor */
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__footer {
    width: 41.6vw;
    height: 11.2vw;
    padding: 3.7333vw 5.3333vw;
    border-radius: 10.6667vw;
    gap: 2.1333vw;
  }
}

.leaderBoard__footer span {
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__footer span {
    font-size: 3vw;
    line-height: 5.3333vw;
  }
}

.leaderBoard__footer .img {
  width: 20px;
  height: 20px;
  background-image: url(../img/history-icon-lb.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__footer .img {
    width: 6.4vw;
    height: 6.4vw;
  }
}

/* =========================
========================= */
.leaderBoard__footer-popup.active {
  display: flex;
}
.leaderBoard__footer-popup {
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%) translateY(0);
  width: 363px;
  max-width: calc(100vw - 24px);
  height: 300px;
  padding: 18px 8px 20px;
  border-radius: 22px;
  /* border: 1px solid #759871; */
  background: #25292B;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  display: none;
  z-index: 51;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__footer-popup {
    width: 96.8vw;
    height: 70.2vw;
    padding: 4.8vw 2.8vw 5.3333vw;
    border-radius: 5.8667vw;
  }
}

/* popup head */
.leaderBoard__footer-popup-head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__footer-popup-head {
    gap: 2.6667vw;
  }
}
.footer-popup-head-cross {
  background-image: url(../img/close-footer.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer-popup-head-cross {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.leaderBoard__footer-popup-title {
  width: 309px;
  text-align: center;
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 14px;
  line-height: 21px;
  border-radius: 8px;
  opacity: 0.8;
  padding: 13px 28px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__footer-popup-title {
    font-size: 3.2vw;
    line-height: 5.3333vw;
    width: 80vw;
    border-radius: 2.1333vw;
    padding: 3.7333vw 7.4667vw;
  }
}

/* =========================
   HISTORY TABLE
========================= */
.leaderBoard__history {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history {
    gap: 1.3333vw;
  }
}

.leaderBoard__history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-head {
    padding: 0 2.6667vw;
  }
}

.leaderBoard__history-th {
  color: #f8f8f8;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-th {
    font-size: 3.2vw;
    line-height: 5.3333vw;
  }
}

.leaderBoard__history-th--date {
  flex: 0 0 32%;
}
.leaderBoard__history-th--pos {
  flex: 0 0 22%;
  text-align: center;
}
.leaderBoard__history-th--prize {
  flex: 0 0 32%;
  text-align: center;
}

.leaderBoard__history-body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-body {
    padding-right: 1.6vw;
  }
}

.leaderBoard__history-row {
  margin: 2px 0;
  height: 40px;
  border-radius: 8px;
  background: #0F543E;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-row {
    height: 8.5333vw;
    border-radius: 2.1333vw;
    margin: 0.8vw 0;
  }
}

.leaderBoard__history-td {
  display: flex;
  align-items: center;
  padding: 0 18px;
  /* color: #f8f8f8; */
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-td {
    font-size: 3.2vw;
    line-height: 5.3333vw;
    padding: 0 4.8vw;
  }
}

.leaderBoard__history-td + .leaderBoard__history-td {
  border-left: 2px solid rgba(255, 255, 255, 0.22);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-td + .leaderBoard__history-td {
    border-left: 0.5333vw solid rgba(255, 255, 255, 0.22);
  }
}

.leaderBoard__history-td--date {
  flex: 0 0 40%;
  gap: 7px;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-td--date {
    gap: 1.8667vw;
  }
}

.leaderBoard__history-dateIcon {
  width: 18.057px;
  height: 23px;
  background: url(../img/calendar.svg) no-repeat;
  background-size: 100%;
  flex: 0 0 auto;
  opacity: 0.9;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-dateIcon {
    width: 5.7627vw;
    height: 7.6vw;
  }
}

.leaderBoard__history-dateText {
  white-space: nowrap;
  color: #fff;
  opacity: 0.6;
}

.leaderBoard__history-td--pos {
  flex: 0 0 22%;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
}

.leaderBoard__history-td--prize {
  flex: 0 0 32%;
  justify-content: center;
  gap: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-td--prize {
    gap: 3.7333vw;
  }
}

.leaderBoard__history-prizeAmount {
  color: #f8f8f8;
  font-variant-numeric: tabular-nums;
}

.leaderBoard__history-prizeIcon {
  width: 21px;
  height: 21px;
  background: url(../img/max-coin-new.webp) no-repeat;
  background-size: 100%;
  flex: 0 0 auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__history-prizeIcon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.leaderBoard__body-box-section::-webkit-scrollbar {
  width: 4px !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-box-section::-webkit-scrollbar {
    width: 1.067vw !important;
  }
}

/* Track */
.leaderBoard__body-box-section::-webkit-scrollbar-track {
  background: #020202 !important;
}

/* Handle */
.leaderBoard__body-box-section::-webkit-scrollbar-thumb {
  background: #ffffff !important;
  height: 100px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-box-section::-webkit-scrollbar-thumb {
    height: 26.6667vw !important;
  }
}

/* Handle on hover */
.leaderBoard__body-box-section::-webkit-scrollbar-thumb:hover {
  background: #ffffff !important;
  cursor: pointer;
  height: 100px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__body-box-section::-webkit-scrollbar-thumb:hover {
    height: 26.6667vw !important;
  }
}

/* Rush visual refresh */
.leaderBoard {
  width: 100%;
  margin: 42px auto 34px;
  padding: 0 0 16px;
  align-items: stretch;
  border: 0;
  border-radius: 0 0 8px 8px;
  --col-numb: 42px;
  --col-points: 210px;
  --col-prize: 190px;
}

.leaderBoard__head {
  position: relative;
  justify-content: flex-start;
  height: 42px;
  padding: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.leaderBoard__head span {
  color: #fff;
  font-family: AdjaraBold, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.leaderBoard__head .img {
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: none;
  background-color: #657074;
}

.leaderBoard__head .img::before {
  content: "i";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.leaderBoard__body {
  width: 100%;
  min-height: 358px;
  margin: 0;
  padding: 8px 0 16px;
  border: 1px solid #3a4548;
  border-radius: 8px;
  background: radial-gradient(42% 28% at 50% 100%, rgba(23, 126, 95, 0.34), transparent 74%), #24282a;
}

.leaderBoard__body-title {
  display: flex;
  min-height: 40px;
  padding: 0 18px;
}

.leaderBoard__body-title span {
  color: #f1f1f1;
  font-family: AdjaraBold, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.leaderBoard__body-title > :nth-child(1),
.leaderBoard__row > :nth-child(1) {
  flex: 0 0 var(--col-numb);
  width: var(--col-numb);
  text-align: left;
}

.leaderBoard__body-title > :nth-child(2),
.leaderBoard__row > :nth-child(2) {
  flex: 1 1 auto;
  text-align: center;
}

.leaderBoard__body-title > :nth-child(3),
.leaderBoard__row > :nth-child(3) {
  flex: 0 0 var(--col-points);
  width: var(--col-points);
  justify-content: center;
  text-align: center;
}

.leaderBoard__body-title > :nth-child(4),
.leaderBoard__row > :nth-child(4) {
  flex: 0 0 var(--col-prize);
  width: var(--col-prize);
  justify-content: center;
  margin-right: 0;
  text-align: center;
}

.leaderBoard__body-box {
  width: 100%;
  height: 263px;
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
}

.leaderBoard__body-box-section {
  height: 100%;
  padding: 0 5px 0 10px;
}

.leaderBoard__row {
  height: 39px;
  margin: 0 0 5px;
  padding: 0 10px;
  border: 1px solid rgba(56, 173, 137, 0.55);
  border-radius: 8px;
  background: #0d5d43;
}

.leaderBoard__row.my-row {
  border: 1px solid rgba(155, 223, 198, 0.7);
  background: #65b39a;
}

.leaderBoard__row div,
.leaderBoard__row.my-row div {
  color: #fff;
  font-family: AdjaraSemiBold, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.leaderBoard__row-point,
.leaderBoard__row-prize {
  display: flex;
  align-items: center;
}

.row-points-amount {
  width: auto;
  height: auto;
  padding: 0 24px 0 0;
  color: #fff;
  background: transparent;
  font-family: AdjaraSemiBold, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.row-points-amount::after {
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/leaderbarod-point.webp");
  background-size: contain;
}

.row-prize-amount {
  width: 92px;
  height: 30px;
  padding: 0 34px 0 12px;
  border: 0;
  border-radius: 8px;
  background: #22292c;
  color: #fff;
  font-family: AdjaraSemiBold, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.row-prize-amount::after {
  right: 8px;
  width: 22px;
  height: 22px;
  background-image: url("../img/max-coin-new.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.leaderboardlowTitle {
  display: block;
  margin: 8px auto 0;
  color: #fff;
  font-family: AdjaraBold, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

.leaderboardlowTitle::before {
  content: "Tabela se ažurira na svakih 10 minuta.";
}

.leaderBoard__footer {
  width: 156px;
  height: 42px;
  margin: 10px auto 0;
  padding: 0 18px;
  border-radius: 4px;
  background: #4dae8d;
}

.leaderBoard__footer .img {
  width: 18px;
  height: 18px;
  background-image: url("../img/history-icon-lb.webp");
}

.leaderBoard__footer span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.leaderBoard__body-box-section::-webkit-scrollbar {
  width: 4px !important;
}

.leaderBoard__body-box-section::-webkit-scrollbar-track {
  background: transparent !important;
}

.leaderBoard__body-box-section::-webkit-scrollbar-thumb,
.leaderBoard__body-box-section::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background: #fff !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard {
    width: 91.467vw;
    margin: 8vw auto;
    border-radius: 0 0 2.133vw 2.133vw;
    --col-numb: 11vw;
    --col-points: 28vw;
    --col-prize: 27vw;
  }

  .leaderBoard__head {
    height: 11.2vw;
  }

  .leaderBoard__head span {
    font-size: 5.4vw;
  }

  .leaderBoard__head .img {
    width: 6vw;
    height: 6vw;
  }

  .leaderBoard__head .img::before {
    font-size: 3.6vw;
  }

  .leaderBoard__body {
    min-height: 95vw;
    padding: 2.133vw 0 4vw;
    border-radius: 2.133vw;
  }

  .leaderBoard__body-title {
    min-height: 10vw;
    padding: 0 4.8vw;
  }

  .leaderBoard__body-title span {
    font-size: 2.4vw;
  }

  .leaderBoard__body-box {
    height: 71.6vw;
  }

  .leaderBoard__body-box-section {
    padding: 0 2.133vw 0 2.667vw;
  }

  .leaderBoard__row {
    height: 10.667vw;
    margin-bottom: 1.333vw;
    padding: 0 2.667vw;
    border-radius: 2.133vw;
  }

  .leaderBoard__row div,
  .leaderBoard__row.my-row div {
    font-size: 2.8vw;
  }

  .row-points-amount {
    padding-right: 5.867vw;
    font-size: 3.2vw;
  }

  .row-points-amount::after {
    width: 5.333vw;
    height: 5.333vw;
    right: 0;
  }

  .row-prize-amount {
    width: 23.467vw;
    height: 8vw;
    padding: 0 8.533vw 0 2.667vw;
    border-radius: 2.133vw;
    font-size: 3.2vw;
  }

  .row-prize-amount::after {
    right: 2.133vw;
    width: 5.867vw;
    height: 5.867vw;
  }

  .leaderboardlowTitle {
    margin-top: 2.667vw;
    font-size: 3.2vw;
  }

  .leaderBoard__footer {
    width: 41.6vw;
    height: 11.2vw;
    margin-top: 2.667vw;
    padding: 0 4.8vw;
    border-radius: 1.067vw;
    gap: 2.133vw;
  }

  .leaderBoard__footer .img {
    width: 4.8vw;
    height: 4.8vw;
  }

  .leaderBoard__footer span {
    font-size: 4.267vw;
  }
}

/* Keep pinned current-user row identical to regular leaderboard rows */
.leaderBoard__myRowSticky {
  padding: 0 5px 0 10px;
  box-sizing: border-box;
}

.leaderBoard__myRowSticky .leaderBoard__row {
  width: 100%;
  margin: 0 0 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard__myRowSticky {
    padding: 0 2.133vw 0 2.667vw;
  }

  .leaderBoard__myRowSticky .leaderBoard__row {
    margin-bottom: 1.333vw;
  }
}

@media screen and (min-width: 941px) {
  .leaderBoard {
    width: 910px;
    max-width: 910px;
  }
}


@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderBoard {
    width: 91.4vw;
    max-width: 91.4vw;
  }
}
