@font-face {
  font-family: "AdjaraLight";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-Light.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-Light.woff") format("woff");
}
@font-face {
  font-family: "AdjaraRegular";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-Regular.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-Bold.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-SemiBold.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "AdjaraHeavy";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-Heavy.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-Heavy.woff") format("woff");
}
@font-face {
  font-family: "FontExtraBold";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-Bold.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "FontRegular";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/AdjaraMontPro-Regular.woff2") format("woff2"),
    url("../fonts/AdjaraMontPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "FontBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Bold.otf") format("opentype");
}
@font-face {
  font-family: "PantonMtav3Bold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Bold.otf") format("opentype");
}
@font-face {
  font-family: "PantonMtav3ExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "PantonMtav3Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Regular.otf") format("opentype");
}
@font-face {
  font-family: "PantonAM-Bold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonAM-Bold.otf") format("opentype");
}
@font-face {
  font-family: "PantonAM-ExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonAM-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "PantonAM-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonAM-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Bebas-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Bebas-Regular.otf") format("opentype");
}
@font-face {
  font-family: "FiraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Bold.otf") format("opentype");
}
@font-face {
  font-family: "FiraExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "FiraMedium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Medium.otf") format("opentype");
}
@font-face {
  font-family: "FiraRegular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Regular.otf") format("opentype");
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src:
    url("../fonts/icomoon.eot?") format("eot"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg#icomoon") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8nrfhi");
  src:
    url("../fonts/icomoon.eot?8nrfhi#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?8nrfhi") format("truetype"),
    url("../fonts/icomoon.woff?8nrfhi") format("woff"),
    url("../fonts/icomoon.svg?8nrfhi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box:before {
  content: "\e901";
  color: #414650;
}

.icon-star:before {
  content: "\e902";
  color: #424751;
}

.icon-user:before {
  content: "\e903";
  color: #424751;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  background-color: rgb(17, 17, 17);
}

body {
  margin: 0;
  padding: 0;
  background: transparent url(../img/ww7-olymp-desktop-eng.webp) no-repeat 50%;
  background-size: 100%;
  background-color: #061913;
  padding-bottom: 90px;
  padding-top: 70px;
  background-position: top 9px center;
  background-size: auto;
  position: relative;
}

html:lang(sr) body {
  background-image: url(../img/ww7-olymp-desktop-srb.webp);
}
html:lang(en) body {
  background-image: url(../img/ww7-olymp-desktop-eng.webp);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  body {
    background: none;
    background-color: #021804;
    padding-bottom: 0px;
    padding-top: 0.01vw;
  }
  html:lang(sr) body {
    background-image: none;
  }
}

.container {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container {
    width: 100%;
    background: transparent url(../img/ww7-olymp-mobile.webp) no-repeat 50%;
    background-size: 100%;
    padding-bottom: 16vw;
    background-position: top -17vw center;
    overflow-x: hidden;
    background-color: #05191b;
  }
  html:lang(sr) .container {
    background-image: url(../img/ww7-olymp-mobile-sr.webp);
  }
  html:lang(en) .container {
    background-image: url(../img/ww7-olymp-mobile.webp);
  }
}
.container__padding {
  margin-top: 744px;
}
.container__bg {
  border-radius: 12px;
  /* border: 2px solid var(--st, #6ca675); */
  /* background: linear-gradient(180deg, #3b561b 0.15%, #072405 67.63%); */
  padding-bottom: 10px;
}
.container__bg.no_login {
  display: none;
}
.bg-2 {
  margin-top: 23px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .container__bg {
    border: none;
    /* background-color: transparent; */
    /* background: linear-gradient(159deg, #208868 3.28%, #08221a 92.01%); */
  }
  .bg-2 {
    margin-top: 7vw;
    padding-top: 2vw;
    background: transparent;
  }
}
.container__bg.no_login {
  border: none;
  /* background-color: transparent; */
}

.STARTER__title {
  color: #fff;
  font:
    26px "FontBold",
    sans-serif;
  display: flex;
  align-items: center;
}
.STARTER__title .txt-sm {
  margin-left: 5px;
  font-size: 16px;
}

button {
  border: none;
}

.AlertsKant {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .AlertsKant {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .container__padding {
    margin-top: 0;
    padding-top: 132vw;
  }
}

.alert {
  width: 100%;
  min-height: 60px;
  border-radius: 4px;
  padding: 8px 8px 8px 18px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1;
  background: #0F543E;
}
.alert__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.alert__icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.alert__icon > div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
  background-size: 100%;
}
.alert--optin-icon > div {
  background-image: url(../img/alerts/optin.svg);
  background-size: auto 100%;
  width: 100%;
}
.alert--optin .alert__link {
  background: #C7B881;
  cursor: pointer;
}
.alert--optin form {
  flex-shrink: 0;
}
.alert--login-icon > div {
  background-image: url(../img/alerts/login.svg);
}
.alert--login .alert__link {
  background: #22785b;
}
.alert--register-icon > div {
  background-image: url(../img/alerts/login.svg);
}
.alert--register .alert__link {
  background: #22785b;
}
.alert--register .alert__link:last-child {
  background: #373c3f;
}
.alert--verify-icon > div {
  background-image: url(../img/alerts/verify.svg);
}
.alert--verify .alert__link {
  background: #da8201;
}
.alert--gel-icon > div {
  background-image: url(../img/alerts/currency.png);
}
.alert--gel .alert__link {
  background: #3f444d;
}
.alert__text {
  color: #fff;
  padding: 0px 0 0 20px;
  font: 13px "AdjaraSemiBold";
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
}
.alert__text > div:first-child {
  margin-right: 4px;
}
.alert__link {
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  font: 15px "AdjaraBold";
  text-transform: uppercase;
  font-feature-settings: "case" on;
  flex-shrink: 0;
}
.alert__link:last-child {
  margin-left: 12px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .alert {
    padding: 3.7333333333vw;
    border-radius: 1.0666666667vw;
    width: 94.6666666%;
    min-height: 26.6666666667vw;
    margin: 0 auto;
    margin-top: 8.5333333333vw;
    flex-wrap: wrap;
  }
  .alert__text {
    font: 3.4666666667vw "AdjaraBold";
    padding: 0 0 0 2.6666666667vw;
    background-size: auto 10vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
  .alert__container {
    width: 100%;
    align-items: flex-start;
  }
  .alert__link {
    width: 100%;
    padding: 3.7333333333vw;
    font-size: 4vw;
    margin-top: 6.9333333333vw;
    border-radius: 1.0666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .alert__link:last-child {
    margin-left: 0;
  }
  .alert__icon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    z-index: 2;
  }
  .alert__icon > div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
    background-size: 100%;
  }
  .alert--register .alert__link {
    width: 48%;
  }
  .alert--optin form {
    width: 100%;
  }
  .alert--optin form button {
    border: none;
    width: 100%;
  }
  .alert--optin form a {
    flex-shrink: 0;
    text-decoration: none;
    width: 100%;
  }
}

.Calendar {
  width: 100%;
  height: 75px;
  background-color: #361414;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 30px;
}

@media (min-width: 750px) {
  .Calendar {
    width: 100%;
  }
}
.calendar_container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 80px);
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
}

@media (max-width: 750px) {
  .calendar_container {
    overflow-x: scroll;
  }
}
.calendar_content {
  display: flex;
  position: relative;
}

.calendar_arrow {
  width: 40px;
  height: 100%;
  cursor: pointer;
  background: url("../img/arrowRight.png") no-repeat 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar_arrow--left {
  transform: rotate(180deg);
}

.calendar_item.active {
  background-color: #fdbb0d;
  /* border-radius: 8px; */
}

.calendar_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  color: #fff;
  cursor: pointer;
  /* border-right: 0.5px solid #fabd35; */
  /* border-left: 0.5px solid #fabd35; */
  font: 16px "FontExtraBold";
  transition: background-color 0.3s ease;
}

.calendar_item span {
  font: 16px "FontExtraBold";
  color: #fff;
}

.calendar_item.active {
  color: #fff;
}

.calendar_item.active span {
  color: #fff;
}

.calendar_item--hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.calendar_item--hover span {
  color: #fff !important;
}

.Details {
  width: 100%;
  height: auto;
  padding: 10px 30px;
  margin: 30px 0;
  background: #202126;
  border-radius: 13px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    margin: 30px 0;
    background: #202126;
    border-radius: 0;
    padding-top: 25px;
  }
}

.myDetails {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails {
    justify-content: space-around;
  }
}
.myDetails > div {
  min-width: 30%;
  max-width: 33.33333%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails > div {
    flex-direction: column;
    color: #fff;
    margin: 5px 0;
  }
}
.myDetails > div > .text {
  font:
    14px "FiraRegular",
    icomoon !important;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails > div > .text {
    font:
      10px "FiraRegular",
      icomoon !important;
    position: relative;
  }
}
.myDetails > div > .value {
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font: 16px "fontBold";
  padding: 10px 20px;
  margin: 0px 10px;
  background: #343740;
  border-radius: 999px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails > div > .value {
    font: 14px "fontBold";
    padding: 10px 20px;
    margin: 10px 0px;
    background: #343740;
    height: auto;
    width: 80%;
  }
}

.Details .icon-user:before {
  color: #cc9900;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details .icon-user:before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Details .icon-star:before {
  color: #66cc33;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details .icon-star:before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Details .icon-box:before {
  color: #ff1818;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details .icon-box:before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.howto {
  color: #fff;
}
.howto__title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 23px;
  text-transform: uppercase;
  font:
    18px "FontRegular",
    sans-serif;
}
.howto__title:after {
  content: "";
  width: 4px;
  height: 20px;
  background: #c8080f;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%);
}
.howto__desc {
  font:
    14px "FontRegular",
    sans-serif;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.howto__desc-item {
  position: relative;
  left: 10px;
}
.howto-item {
  opacity: 0;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .howto {
    padding: 0 5%;
  }
  .howto__title {
    font-size: 2.8vw;
    padding-left: 6.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .howto__title:after {
    width: 1.8666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .howto__desc {
    font-size: 1.5vw;
  }
  .howto-item {
    margin-bottom: 17.3333333333vw;
  }
}

.Terms {
  width: 98%;
  margin: 58px auto;
  margin-top: 20px;
  display: block !important;
}

.TermsKant.no_login .Terms {
  margin-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Terms {
    margin: 7vw auto;
  }
  .Terms * {
    font-size: 1vw;
  }
  .howto__title {
    font-size: 4vw !important;
  }
  .howto__desc,
  .howto__desc-item {
    font-size: 3.5vw !important;
    line-height: 2.5;
  }
  .HRLIB-head {
    height: 10vw !important;
  }
  .HRLIB-head__title {
    font-size: 4vw !important;
  }
  .TermsKant.no_login .Terms {
    margin-top: 10vw;
  }
}
.TermsKant {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .TermsKant {
    width: 95%;
  }
}

.howto__title:after {
  content: "";
}
.rules__head {
  width: 100%;
  height: 75px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  border-radius: 7px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: "";
  background-color: #002f2b;
}
.rules__head-text {
  font:
    20px "FontBold",
    sans-serif;
  color: #fff;
}
.rules__head-ico {
  width: 21px;
  height: 12px;
  background: transparent url(../img/ico-rules-arrow.png) no-repeat 50%;
  background-size: 100%;
}
.rules__head-ico.rotated {
  transform: rotate(180deg);
}
.rules__body-item {
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  font:
    15px "FontRegular",
    sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 0;
}
.rules__body-item .counter {
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #d40100;
  float: left;
  text-align: center;
}
.rules__body-item .text {
  float: right;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font:
    14px "FontRegular",
    sans-serif;
}
.rules__body-item:nth-child(even) {
  background: transparent;
  border-radius: 7px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .rules {
    display: none;
  }
}

.leaderboard {
  height: 640px;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard {
    height: 577px;
  }
}
.leaderboard__head {
  height: 50px;
  font:
    16px/50px "FontRegular",
    sans-serif;
}
.leaderboard__head .leaderboard__row {
  height: 50px;
  background: transparent;
  border-radius: 8px !important;
  padding-right: 10px;
}
.leaderboard__body {
  position: relative;
  height: calc(100% - 50px);
  overflow: auto;
}
.leaderboard__body::-webkit-scrollbar {
  width: 10px;
}
.leaderboard__body::-webkit-scrollbar-track {
  background: #27282d;
  border-radius: 4px;
}
.leaderboard__body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #3d3e42;
  min-height: 146px;
}
.leaderboard__row {
  height: 50px;
  font:
    14px "FiraMedium",
    sans-serif;
  background: #202126;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.leaderboard__row .leaderboard__item:nth-child(1),
.leaderboard__row .leaderboard__item:nth-child(2),
.leaderboard__row .leaderboard__item:nth-child(3),
.leaderboard__row .leaderboard__item:nth-child(4) {
  font:
    14px "FiraMedium",
    "icomoon" !important;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__row .leaderboard__item:nth-child(1),
  .leaderboard__row .leaderboard__item:nth-child(2),
  .leaderboard__row .leaderboard__item:nth-child(3),
  .leaderboard__row .leaderboard__item:nth-child(4) {
    font:
      12px "FiraMedium",
      "icomoon" !important;
  }
}
.leaderboard__row:nth-child(2n + 2) {
  background: #202126;
}
.leaderboard__row:first-child {
  margin-top: 0;
}
.leaderboard__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__row {
    margin-right: 0;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.leaderboard__row.act {
  background: linear-gradient(90deg, rgb(22, 23, 28) 0%, rgb(32, 33, 38) 55%);
  position: sticky;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.leaderboard__row.act .leaderboard__counter {
  background-color: #ff1818;
  color: #fff;
}
.leaderboard__item {
  padding: 0;
  color: #fff;
  text-align: center;
  width: 25%;
}
.leaderboard__counter {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font:
    30px "FiraMedium",
    sans-serif;
  text-align: center;
  color: #7e838f;
  background-color: #31343c;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__counter {
    width: 25px;
    height: 25px;
    font-size: 3vw;
  }
}

.leaderboard__item:nth-child(1) {
  width: 20%;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(1) {
    width: 25%;
    padding-left: 10px;
  }
}
.leaderboard__item:nth-child(2) {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(2) {
    width: 25%;
  }
}
.leaderboard__item:nth-child(3) {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(3) {
    width: 25%;
  }
}
.leaderboard__item:nth-child(4) {
  width: 20%;
  text-align: right;
  padding-right: 25px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(4) {
    width: 25%;
    padding-right: 10px;
  }
}
.leaderboard__row.act .icon-user:before {
  color: #ff1818;
}
.leaderboard__row.act .icon-star:before {
  color: #ff1818;
}
.leaderboard__row.act .icon-box:before {
  color: #ff1818;
}

.leaderboard__row .icon-user:before {
  color: #424751;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.leaderboard__row .icon-star:before {
  color: #424751;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.leaderboard__row .icon-box:before {
  color: #424751;
  margin-right: 10px;
  position: relative;
  top: 1.5px;
}

.Progress {
  width: 100%;
  min-height: 70px;
  background-color: #23272f;
  border-radius: 1vw;
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font: 14px "FiraRegular";
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress {
    width: 100%;
    height: auto;
    border-radius: 0px;
    padding: 15px 10px;
    font: 14px "FiraRegular";
    justify-content: center;
  }
}
.Progress__cont {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont {
    height: auto;
    position: relative;
    padding-top: 23px;
  }
}
.Progress__cont--start,
.Progress__cont--end {
  margin-top: 3px;
  width: 7%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont--start,
  .Progress__cont--end {
    position: absolute;
    top: -8px;
    width: 50%;
  }
}
.Progress__cont--end {
  text-align: right;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont--end {
    right: 0;
  }
}
.Progress__cont--line {
  width: 86%;
  height: 14px;
  background-color: #343842;
  border-radius: 7.5px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont--line {
    width: 90%;
    height: 12px;
    background-size: 100% 100%;
    margin: 0 auto;
  }
}
.Progress__progLine {
  width: 50%;
  height: 100%;
  background-color: #d41000;
  border-radius: 999px;
  background-image: url(../img/prog-bg.png);
  position: relative;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__progLine {
    background-size: auto 100%;
  }
}
.Progress__progLine--count {
  width: 50px;
  height: 30px;
  border-radius: 16.5px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font: 14px fontExtraBold;
  position: absolute;
  right: -25px;
  top: -7px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__progLine--count {
    width: 40px;
    height: 25px;
    top: -7.5px;
    right: -20px;
    border-radius: 999px;
    font: 14px "fontExtraBold";
  }
}
.Progress__scale {
  display: flex;
  width: calc(10px + 86%);
  margin: 0px auto;
  margin-top: 15px;
  justify-content: space-between;
  font: 14px FiraRegular;
  color: #ffffff;
  opacity: 0.2;
  position: relative;
}
.Progress__scale > div {
  width: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__scale {
    font: 12px "FiraRegular";
    width: calc(10px + 90%);
  }
}

.HRLIB {
  text-transform: uppercase;
  font-feature-settings: "case" on;
}
.HRLIB-head {
  width: 100%;
  height: 50px;
  background-color: #1f2126;
  border-radius: 8px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 40px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB-head {
    height: 40px;
  }
}
.HRLIB-head__title {
  font:
    18px "FontExtraBold",
    sans-serif;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB-head__title {
    font-size: 12px;
  }
}
.HRLIB-head__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent url(../img/HRLIB-arrow.png) no-repeat 50%;
  background-size: 100%;
  background-color: #d40100;
  transition: all 0.2s ease;
  background-size: 50%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB-head__arrow {
    width: 25px;
    height: 25px;
  }
}
.HRLIB-head__arrow.rotated {
  transform: rotate(180deg);
}
.HRLIB__body {
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB--rules {
    display: none;
  }
}

.newTerms__head {
  width: 100%;
  height: 52px;
  background-color: #06402D;
  border-radius: 8px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font: 13px AdjaraRegular;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__head {
    height: 12vw;
    font-size: 3vw;
    padding: 0 5vw;
  }
}
.newTerms__head.act > .newTerms__arrow {
  transform: rotate(180deg);
}
.newTerms__head > div {
  font: 13px AdjaraRegular;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__head > div {
    font: 3vw AdjaraRegular;
  }
}
.newTerms__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-mask: url(../img/dropArrow.svg) no-repeat 50% 50%;
  mask: url(../img/dropArrow.svg) no-repeat 50% 50%;
  transition: all 0.2s ease;
  background-size: 50%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__arrow {
    width: 7vw;
    height: 7vw;
  }
}
.newTerms__howto,
.newTerms__rules {
  margin-top: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__howto,
  .newTerms__rules {
    margin-top: 3vw;
  }
}
.newTerms__howto--head,
.newTerms__rules--head {
  font-size: 13px;
}
.newTerms__howto--head.act,
.newTerms__rules--head.act {
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__howto--head,
  .newTerms__rules--head {
    font-size: 3vw;
  }
}
.newTerms__howto--content,
.newTerms__rules--content {
  background-color: #0f240d;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__howto--content .newTerms__content,
  .newTerms__rules--content .newTerms__content {
    max-height: 40vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.newTerms__content {
  padding: 20px 10px;
  display: none;
  width: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content {
    padding: 4vw 2vw;
  }
}
.newTerms__content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content-head {
    width: 100%;
  }
}
.newTerms__content-head .img {
  background-image: url(../img/spinbtn-popup.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content-head .img {
    width: 8vw;
    height: 8vw;
  }
}
.newTerms__content-imgs-gods {
  width: 332px;
  height: 85px;
  background-image: url(../img/godframes-wrapped.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.newTerms__content .newTerms {
  margin-top: 5px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content .newTerms {
    margin-top: 1vw;
  }
}
.newTerms__content > ul {
  padding-left: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content > ul {
    padding-left: 2vw;
    margin-top: 3vw;
  }
}
.newTerms__content > ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: my-awesome-counter;
  overflow-y: hidden;
}
.newTerms__content > ol > li {
  display: flex;
  align-items: center;
  margin-top: 20px;
  counter-increment: my-awesome-counter;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content > ol > li {
    margin-top: 3vw;
  }
}
.newTerms__content > ol > li::before {
  content: counter(my-awesome-counter);
  background: #1a2233;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  line-height: 28px;
  color: white;
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content > ol > li::before {
    width: 6vw;
    height: 6vw;
    line-height: 6.3vw;
    margin-right: 2vw;
  }
}
.newTerms__content li,
.newTerms__content p {
  font: 13px adjaraRegular;
  color: #fff;
  line-height: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content li,
  .newTerms__content p {
    font-size: 3vw;
    line-height: 5vw;
  }
}
.newTerms__content p {
  margin: 13px 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content p {
    margin: 3vw 0;
  }
}
.newTerms__content.newTerms__rules--content ol li {
  align-items: flex-start !important;
  background: #252f23;
  padding: 15px;
  border-radius: 8px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content.newTerms__rules--content ol li {
    padding: 2vw;
    line-height: 5vw;
  }
}
.newTerms__content.newTerms__rules--content ol li:nth-child(1) {
  margin-top: 0;
}
.newTerms__content.newTerms__rules--content ol li::before {
  background: #192331 !important;
}
.newTerms__tabs {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__tabs {
    margin-bottom: 4vw;
    justify-content: center;
  }
}
.newTerms__tabs--item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font: 13px adjaraRegular;
  color: #cbd0d8;
  background: #596270;
  border-radius: 80px;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__tabs--item {
    padding: 2vw 4vw;
    font-size: 3vw;
    margin: 0 1.5vw;
  }
}
.newTerms__tabs--item.act {
  background-color: #fff;
  color: #141d26;
}
.newTerms__tabs--item::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 2px;
  background-color: #cbd0d8;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__tabs--item::before {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3vw;
    margin-bottom: 0.5vw;
  }
}
.newTerms__tabs--item.act::before {
  background-color: #141d26;
}
.newTerms__tabs--one::before {
  content: "";
  -webkit-mask: url(../img/tabAbout.svg) no-repeat 50% 50%;
  mask: url(../img/tabAbout.svg) no-repeat 50% 50%;
}
.newTerms__tabs--two::before {
  content: "";
  -webkit-mask: url(../img/tabPrize.svg) no-repeat 50% 50%;
  mask: url(../img/tabPrize.svg) no-repeat 50% 50%;
}

.newTerms__contentTwo {
  display: none;
}
.wonder__wheel-title.wheel-tab {
  display: none;
}
.wonder__wheel-title {
  width: 98%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  border: 1px solid #6ca675;
  background: #2b632b;
  border-bottom: 0;
  display: none;
  border-radius: 8px 8px 0 0;
}

.wonder__wheel-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wonder__wheel-title-box {
    margin-top: 0;
  }
}
.gradient__stroke-text {
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #3f1212;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-family: adjaraBold;
  line-height: 22px; /* 63.636% */
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #f8d438 7.5%,
    #f9e990 35.5%,
    #b56116 90.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wonder__wheel-req {
  font-size: 17px;
  font-family: adjaraBold;
  margin: 0;
  color: #fff;
  display: none;
}
.title__info-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/info-icon-wb.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin-left: 6px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wonder__wheel-title {
    width: 99%;
    height: 13.4667vw;
    margin: 11vw auto;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    padding: 2vw 33vw;
  }
  .gradient__stroke-text {
    font-size: 5.33vw;
    line-height: 4.733vw;
    white-space: nowrap;
  }
  .wonder__wheel-req {
    font-size: 4vw;
  }
  .title__info-icon {
    width: 5vw;
    margin-top: 0;
    height: 6vw;
    flex-shrink: 0;
    margin-left: 1.4vw;
  }
}

/* video tutorial start */

.key__video {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  width: 351px;
  height: 99px;
  border: 1px solid #bb9d6a;
  background: #0b2c22;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .key__video {
    margin-left: 0;
    width: 98%;
    height: 19.2vw;
    margin: 0 auto;
    /* justify-content: center; */
  }
}
.key__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/video-icon.webp) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  width: 126px;
  height: 90px;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .key__box {
    width: 33.6vw;
    height: 100%;
    border-radius: 1.0666666667vw;
  }
}

.key__play {
  background: url(../img/play-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .key__play {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}

.key__videotext {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.key__videotext > span {
  font: 15px adjaraBold;
  color: #fff;
  padding-left: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .key__videotext {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .key__videotext > span {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
  }
}
.tutorial-video .active {
  display: block;
}
.tutorial-video {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(2, 2, 2, 0.85);
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

.tutorial-video__container {
  width: 939.7px;
  height: 528px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-top: 400px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tutorial-video__container {
    width: 93.3333333333vw;
    height: 52vw;
    margin-top: 133.333333333vw;
  }
}
.tutorial-video__player iframe {
  display: none;
}
html:lang(en) .tutorial-video__player iframe[data-lang="en"] {
  display: block;
}
html:lang(sr) .tutorial-video__player iframe[data-lang="sr"] {
  display: block;
}
html:lang(ru) .tutorial-video__player iframe[data-lang="ru"] {
  display: block;
}

.tutorial-video__player {
  width: 100%;
  height: 100%;
}

.tutorial-video__close {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.tutorial-video__close-shade {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  width: 100%;
  padding: 22px 60px;
  background-image: linear-gradient(to top, rgba(26, 35, 40, 0), #1a2328);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tutorial-video__close-shade {
    height: 10.6666666667vw;
    padding: 2.6666666667vw 3.8666666667vw;
  }
}

.tutorial-video__close-close {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/close-slim.svg);
  width: 25px;
  height: 25px;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tutorial-video__close-close {
    width: 4.0666666667vw;
    height: 4.0666666667vw;
  }
}

/* vudeo tutorial end */

.overlay.active {
  display: block;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(13, 37, 68, 0.6); */
  background: rgba(2, 2, 2, 0.85);
  z-index: 25;
  display: none;
}

/* promo heading start */

.promoHeading.no_login {
  margin: 20px auto;
}
.promoHeading {
  width: 460px;
  min-height: 110px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 24px 12px 24px;
  background-image: url(../img/promoheading-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background: #0F543E;
  border-radius: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading {
    width: 98%;
    margin: 0 auto;
    min-height: 19.2vw;
    height: auto;
    /* border: 0.267vw solid #bb9d6a; */
    padding: 2.667vw;
  }
  .promoHeading.no_login {
    margin: 5vw auto;
  }
}

.promoHeading__timerBox {
  width: 85.544px;
  height: 85.667px;
  flex-shrink: 0;
  padding: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #c7b8814d;
  background: #0c3d2d;
}

.promoHeading__timerBox .img {
  width: 28px;
  height: 28px;
  background-image: url(../img/gift-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__timerBox {
    width: 16.8vw;
    height: 14.67vw;
    padding: 1.267vw;
    border-radius: 1.067vw;
  }
  .promoHeading__timerBox .img {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.promoHeading__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 381px;
  padding: 0 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__box {
    width: 100%;
    padding: 0 1.33vw;
  }
}

.promoHeading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promoHeading__title-1 {
  text-align: center;
  font-family: adjaraBold, sans-serif;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;

  /* Gradient text */
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  /* Optional stroke */
  -webkit-text-stroke: 0.8px #3f1212;
}

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

.promoHeading__title-2.active {
  display: block;
}
.promoHeading__title-2 {
  color: #fff;
  text-align: center;
  font-family: adjarasemiBold;
  font-size: 10px;
  padding-top: 5px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__title-2 {
    font-size: 2.667vw;
    padding-top: 1.33vw;
  }
}

.promoHeading__btnBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #486c4c;
  background: #172208;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;
  padding: 0 0;
  margin-top: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__btnBox {
    width: 96%;
    /* padding: 0.533vw 1.6vw; */
    margin-top: 1vw;
    border: 0.267vw solid #486c4c;
  }
}

.promoHeading__btn {
  width: 214.265px;
  height: 42.269px;
  padding: 0 20px;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #637763;
  background: #C7B881;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  font-family: AdjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__btn {
    border: 0.267vw solid #637763;
    width: 49.867vw;
    height: auto;
    min-height: 8.5333vw;
    padding: 0 3.33vw;
    gap: 1.67vw;
    font-size: 3.233vw;
    line-height: 5.33vw;
  }
}

.promoHeading__spinBoxAmount {
  width: 77px;
  min-height: 29px;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__spinBoxAmount {
    width: 15.533vw;
    min-height: 7.733vw;
  }
}

.promoHeading__spinBoxAmount .spin__amount {
  padding: 4px;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promoHeading__spinBoxAmount .img {
  background-image: url(../img/mini-wheel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14.264px;
  height: 16px;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoHeading__spinBoxAmount .spin__amount {
    font-size: 3.7333vw;
    position: relative;
  }

  .promoHeading__spinBoxAmount .img {
    width: 2.8vw;
    height: 2.933vw;
    margin-top: 0;
  }
}

.promo__header-container.no_login{
  display: none !important;
}

.maintenanceNoticeBanner {
  width: 100%;
  min-height: 52px;
  margin: 0 auto 22px;
  padding: 10px 18px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 60;
  background: #004b32;
  color: #a7d7c7;
  font-family: adjaraBold, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}

.maintenanceNoticeBanner__icon {
  width: 28px;
  height: 25px;
  flex-shrink: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #ffd83a 0%, #ffbf1f 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.maintenanceNoticeBanner__icon::before {
  content: "!";
  width: auto;
  height: auto;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  color: #111;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.maintenanceNoticeBanner__icon::after {
  display: none;
}

.maintenanceNoticeBanner__text {
  max-width: 820px;
}

.promo__header-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .maintenanceNoticeBanner {
    width: 100%;
    min-height: 10.93vw;
    margin: 0 auto 1vw;
    padding: 2.4vw 4.27vw;
    gap: 2.67vw;
    font-size: 2.67vw;
    line-height: 3.47vw;
    justify-content: flex-start;
  }

  .maintenanceNoticeBanner__icon {
    width: 6.13vw;
    height: 5.6vw;
  }

  .maintenanceNoticeBanner__icon::before {
    top: 1.35vw;
    font-size: 3.73vw;
  }

  .maintenanceNoticeBanner__text {
    max-width: none;
  }

  .promo__header-container {
    width: 100%;
    flex-direction: column;
    margin: 9vw auto;
    gap: 6.5vw;
  }
  .promo__header-container.no_login {
    margin-bottom: 2vw;
  }
}

/* promo heading end */

.countdown-container {
  text-align: center;
  margin-top: 2px;
  width: 30%;
  min-width: 80px;
}

#timer {
  font-size: 11px;
  color: #fff;
  font-family: adjaraBold;
  font-variant-numeric: tabular-nums;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  display: inline-block;
  text-align: center;
  min-width: 80px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  #timer {
    font-size: 2.933vw;
    letter-spacing: 2px;
    min-width: 14.6vw;
  }
  .countdown-container {
    text-align: center;
    margin-top: 0.333vw;
    min-width: 17.6vw;
  }
}

/* wagerOnbording start*/

.wagerOnbording__modal.active {
  display: block;
}
.wagerOnbording__modal {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.wagerOnbording-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 376px;
  top: 1000px;
  top: 843px;
  height: auto;
  padding: 5px 20px;
  position: absolute;
  margin: auto;
  z-index: 30;
  left: 0;
  right: 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-box {
    width: 98%;
    height: auto;
    padding: 1.33vw 5.33vw;
    top: 240vw;
  }
}
.wagerOnbording-img.active {
  display: block;
}
.wagerOnbording-img {
  background-image: url(../img/wager-onbord-icon-1-1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 353px;
  height: 140px;
  flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-img {
    width: 98%;
    height: 35.733vw;
    background-size: contain;
  }
}

.wagerOnbording-img-2.active {
  display: block;
  height: 162px;
}
.wagerOnbording-img-2 {
  background-image: url(../img/wager-onbording-2-img-web.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 353px;
  height: 140px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-img-2 {
    width: 98%;
    height: 91.733vw;
    background-size: contain;
  }
  .wagerOnbording-img-2.active {
    height: 42vw;
  }
}

.wagerOnbording-textWrap.active {
  display: flex;
}

.wagerOnbording-textWrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  /* width: 255px; */
  margin-left: 70px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-textWrap {
    margin-left: 21vw;
    margin-top: -4vw;
  }
}

.wagerOnbording-textWrap-2.active {
  display: flex;
}
.wagerOnbording-textWrap-2 {
  display: none;
  margin-left: 70px;
}

.wagerOnbording-textWrap h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-textWrap h2 {
    font-size: 5.33vw;
    line-height: 6.4vw;
  }
  .wagerOnbording-textWrap-2 {
    margin-left: 21vw;
    margin-top: -2vw;
  }
}

.wagerOnbording-textWrap span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 23px; /* 164.286% */
  letter-spacing: 0.14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-textWrap span {
    font-size: 3.733vw;
    line-height: 6.133vw; /* 150% */
  }
}

.Onbording-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Onbording-button {
    width: 98%;
    margin: 6.67vw;
  }
}

.Onbording-button div {
  width: 166px;
  height: 40px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 20px; /* 133.333% */
  text-transform: uppercase;
}
.wheelOnbording-box .Onbording-button {
  width: 55%;
}
.wheelOnbording-box .Onbording-button div {
  width: 242px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Onbording-button div {
    width: 44.267vw;
    height: 10.667vw;
    font-size: 4vw;
    line-height: 5.33vw; /* 128.571% */
  }
  .wheelOnbording-box .Onbording-button {
    width: 94%;
  }
  .wheelOnbording-box .Onbording-button div {
    width: 44.267vw;
  }
}

.wagerOnbording-skipBtn.active {
  display: flex;
}
.wagerOnbording-skipBtn {
  display: flex;
  border: 1px solid #22785b;
  background: #1b2021;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-skipBtn {
    border: 0.267vw solid #22785b;
  }
}

.wagerOnbording-nextBtn.active {
  display: flex;
}
.wagerOnbording-nextBtn {
  display: flex;

  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}

.wagerOnbording-next-nextBtn.active {
  display: flex;
}
.wagerOnbording-next-nextBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-next-nextBtn {
    border: 0.267vw solid #22785b;
  }
}

.wagerOnbording-prev-prevBtn.active {
  display: flex;
}
.wagerOnbording-prev-prevBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-next-next-nextBtn {
    border: 0.267vw solid #22785b;
  }
}
.wagerOnbording-next-next-nextBtn.active {
  display: flex;
}
.wagerOnbording-next-next-nextBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #1b2021);
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-prev-prev-prevBtn {
    border: 0.267vw solid #22785b;
  }
}
.wagerOnbording-prev-prev-prevBtn.active {
  display: flex;
}
.wagerOnbording-prev-prev-prevBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #1b2021);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-prev-prev-prevBtn {
    border: 0.267vw solid #22785b;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-nextBtn {
    border: 0.267vw solid #22785b;
  }
}
.sports-wager-onb.active {
  display: flex;
}
.sports-wager-onb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sports-wager-onb-img.active {
  display: block;
}
.sports-wager-onb-img {
  background-image: url(../img/onbording-wager-sport.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 320px;
  height: 213px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports-wager-onb-img {
    width: 85.533vw;
    height: 57.4667vw;
  }
}
.sports-wager-onb-textWrap.active {
  display: flex;
}
.sports-wager-onb-textWrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 250px;
  margin-left: 20px;
  margin-top: -5px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports-wager-onb-textWrap {
    width: 66.7vw;
    margin-left: 5.333vw;
    margin-top: -1.333vw;
  }
}
.sports-wager-onb-textWrap h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports-wager-onb-textWrap h2 {
    font-size: 5.33vw;
    line-height: 6.4vw;
  }
}

.sports-wager-onb-textWrap span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .sports-wager-onb-textWrap span {
    font-size: 3.733vw;
    line-height: 6.133vw; /* 150% */
  }
}

.fs-wager-onb.active {
  display: flex;
}
.fs-wager-onb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fs-wager-onb-img.active {
  display: block;
}
.fs-wager-onb-img {
  background-image: url(../img/onbording-wager-fs.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 320px;
  height: 213px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .fs-wager-onb-img {
    width: 85.533vw;
    height: 57.4667vw;
  }
}
.fs-wager-onb-textWrap.active {
  display: flex;
}
.fs-wager-onb-textWrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 250px;
  margin-left: 20px;
  margin-top: -5px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .fs-wager-onb-textWrap {
    width: 66.7vw;
    margin-left: 5.333vw;
    margin-top: -1.333vw;
  }
}
.fs-wager-onb-textWrap h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .fs-wager-onb-textWrap h2 {
    font-size: 5.33vw;
    line-height: 6.4vw;
  }
}

.fs-wager-onb-textWrap span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .fs-wager-onb-textWrap span {
    font-size: 3.733vw;
    line-height: 6.133vw; /* 150% */
  }
}

.wagerOnbording-prevBtn.active {
  display: flex;
}
.wagerOnbording-prevBtn {
  display: flex;

  border: 1px solid #22785b;
  background: #1b2021;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-prevBtn {
    border: 0.267vw solid #22785b;
  }
}

.wagerOnbording-doneBtn.active {
  display: flex;
}
.wagerOnbording-doneBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wagerOnbording-doneBtn {
    border: 0.267vw solid #22785b;
  }
}

/* wagerOnbording end */

/* wheel Onbording start*/

.wheelOnbording__modal.active {
  display: block;
}
.wheelOnbording__modal {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.wheelOnbording-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 940px;
  top: 1606px;
  height: auto;
  padding: 5px 20px;
  position: absolute;
  margin: auto;
  z-index: 30;
  left: 0;
  right: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-box {
    width: 100%;
    top: 355vw;
    padding: 1.333vw;
  }
}

.wheelOnbording-img.active {
  display: block;
}
.wheelOnbording-img {
  background-image: url(../img/wheel-onbording-3n.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 486px;
  height: 588px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-img {
    width: 100%;
    height: 107vw;
  }
}

.wheelOnbording-padding.active {
  display: block;
}
.wheelOnbording-padding {
  display: none;
  padding-top: 344px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-padding {
    padding-top: 74vw;
  }
}

.wheelOnbording-textWrap.active {
  display: flex;
}
.wheelOnbording-textWrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  /* width: 255px; */
  margin-left: -204px;
  margin-top: 9px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-textWrap {
    margin-left: -29.867vw;
    margin-top: 3.533vw;
  }
}

.wheelOnbording-textWrap h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-textWrap h2 {
    font-size: 5.33vw;
    line-height: 6.4vw;
  }
}

.wheelOnbording-textWrap span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 23px; /* 164.286% */
  letter-spacing: 0.14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-textWrap span {
    font-size: 3.73vw;
    line-height: 6.13vw;
  }
}

.multiOnbording.active {
  display: flex;
}
.multiOnbording {
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.multiOnbording-img.active {
  display: block;
}
.multiOnbording-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  margin-top: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-cont {
    margin-top: 2.67vw;
  }
}
.multiOnbording-cont-text {
  width: 145.276px;
  /* border: 1px solid var(--Fancy-gold-grad, #ffedaa); */
  background: #4a3415;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 7px 0  5px 10px;
  background: linear-gradient(180deg, #56A94E 0.25%, #1A5E2C 60.86%);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-cont-text {
    width: 34.933vw;
    padding: 1.333vw;
    margin-left: 7vw;
  }
}
.multiOnbording-cont-text span {
  color: #fff;
  font-family: "adjaraBold";
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-cont-text span {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.multiOnbording-cont-text span:nth-child(2) {
  color: #EDE7FF;
  font-family: "adjaraRegular";
  font-size: 8px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-cont-text span:nth-child(2) {
    font-size: 2.133vw;
    line-height: 4.8vw;
  }
}

.multiOnbording-cont-select {
  position: relative;
  height: 46px;
  width: 63px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-cont-select {
    height: 12.267vw;
    width: 16.8vw;
  }
}
.multiOnbording-cont-select-display {
  height: 48px;
  width: 67px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  background-image: url(../img/multiplier-bg.webp);
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
  margin-top: -1px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-cont-select-display {
    height: 12.67vw;
    width: 17.8vw;
    padding: 2.667vw 3.733vw;
  }
}
.multiOnbording-img {
  background-image: url(../img/vector-8.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 52.445px;
  height: 120px;
  position: absolute;
  z-index: 10;
  left: 31px;
  top: 26px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-img {
    width: 13.867vw;
    height: 32vw;
    background-size: contain;
    margin-left: -3.733vw;
    left: 4.4vw;
    top: 4.933vw;
  }
}
.multiOnbording-textWrap.active {
  display: flex;
}
.multiOnbording-textWrap {
  display: none;
  margin-top: -18px;
  flex-direction: column;
  margin-left: 50px;
  margin-top: 14px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-textWrap {
    margin-left: 7.8vw;
    margin-top: 1vw;
  }
}
.multiOnbording-textWrap h2 {
  color: #fff;
  font-family: adjaraBold;
  font-size: 20px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-textWrap h2 {
    font-size: 5.33vw;
    line-height: 6.4vw;
  }
}
.multiOnbording-textWrap span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 13px;
  line-height: 23px;
  margin-top: -18px;
  width: 310px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiOnbording-textWrap span {
    font-size: 3vw;
    line-height: 4.13vw;
    width: 66.933vw;
    margin-top: -4vw;
  }
}
/*  */
.wheelOnbord-next-nextBtn.active {
  display: flex;
}
.wheelOnbord-next-nextBtn {
  display: flex;
  border: 1px solid #22785b;
  background: #1b2021;
  cursor: pointer;
  display: none;
}

.wheelOnbord-prev-prevBtn.active {
  display: flex;
}
.wheelOnbord-prev-prevBtn {
  display: flex;
  border: 1px solid #22785b;
  background: #1b2021;
  cursor: pointer;
  display: none;
}
/*  */

.wheelOnbord-skipBtn.active {
  display: flex;
}
.wheelOnbord-skipBtn {
  display: flex;
  border: 1px solid #22785b;
  background: #1b2021;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbord-skipBtn {
    border: 0.267vw solid #22785b;
  }
}

.wheelOnbord-nextBtn.active {
  display: flex;
}
.wheelOnbord-nextBtn {
  display: flex;

  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbord-nextBtn {
    border: 0.267vw solid #22785b;
  }
}

.wheelOnbord-prevBtn.active {
  display: flex;
}
.wheelOnbord-prevBtn {
  display: flex;

  border: 1px solid #22785b;
  background: #1b2021;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbord-prevBtn {
    border: 0.267vw solid #22785b;
  }
}

.wheelOnbord-doneBtn.active {
  display: flex;
}
.wheelOnbord-doneBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbord-doneBtn {
    border: 0.267vw solid #22785b;
  }
}

.wheelOnbording-textWrap-2.active {
  display: flex;
}

.wheelOnbording-textWrap-2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 0;
  margin-top: 9px;
  position: relative;
  margin-left: -18px;
  display: none;
}
html:lang(en) .wheelOnbording-textWrap-2 {
  margin-left: 134px;
  width: 250px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-textWrap-2 {
    margin-top: 1.4vw;
    position: relative;
    margin-left: 17.4vw;
  }
  html:lang(en) .wheelOnbording-textWrap-2 {
    margin-left: 10vw;
    width: 64vw;
  }
}
.wheelOnbording-textWrap-2 h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-textWrap-2 h2 {
    font-size: 5.33vw;
    line-height: 6.4vw;
  }
}
.wheelOnbording-textWrap-2 span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-textWrap-2 span {
    font-size: 3.73vw;
    line-height: 6.13vw;
  }
}

.wheelOnbording-imgBox.active {
  display: flex;
}
.wheelOnbording-imgBox {
  /* width: 55.5%; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 14px;
  position: relative;
  display: none;
  margin: 63px auto 0 auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording-imgBox {
    justify-content: space-around;
    width: 100%;
    margin-top: 12.2vw;
    gap: 0;
  }
}
.wheelOnbording__totalSpins {
  display: flex;
  width: 156px;
  height: 48px;
  padding: 14px 15px;
  justify-content: space-between;
  align-items: center;
  /* gap: 1px; */
  /* border: 1px solid #8b7236; */
  background: #292312;
  box-shadow: 0px 4px 14.6px 0px rgba(0, 0, 0, 0.59) inset;
  position: relative;
  border-radius: 32px;
  background: linear-gradient(360deg, #0C5E15 0%, #3E8634 94.05%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording__totalSpins {
    width: 41.6vw;
    height: 11.8vw;
    padding: 4.533vw;
    /* gap: 1.6vw; */
  }
}

.wheelOnbording__totalSpins .img {
  background-image: url(../img/mini-wheel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  flex-shrink: 0;
  height: 16px;
}

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

.wheelOnbording__totalSpins span {
  color: #f8f8f8;
  font-size: 16px;
  white-space: nowrap;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording__totalSpins span {
    font-size: 4.267vw;
  }
}
.footer__totalSpins span:nth-child(2) {
  font-size: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .footer__totalSpins span:nth-child(2) {
    font-size: 3.733vw;
  }
}

.wheelOnbording__history {
  display: flex;
  width: 156px;
  height: 42px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  flex-shrink: 0;
  background: #394B38;
  position: relative;
  border-radius: 32px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording__history {
    width: 41.53vw;
    height: 12.8vw;
    padding: 1.067vw;
    gap: 1.333vw;
  }
}

.wheelOnbording__history .img {
  background-image: url(../img/transactionHistory.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

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

.wheelOnbording__history span {
  color: #f8f8f8;
  font-size: 16px;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnbording__history span {
    font-size: 4.267vw;
  }
}
.wheelOnboarding-arrow.active {
  display: block;
}
.wheelOnboarding-arrow {
  background-image: url(../img/vector-8.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 52.445px;
  height: 120px;
  position: absolute;
  z-index: 10;
  left: 49px;
  top: -114px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheelOnboarding-arrow {
    width: 13.867vw;
    height: 32vw;
    left: 6.933vw;
    top: -28.533vw;
  }
}
/* wheel Onbording end */

/* rdm Onboridng start */

.rdmOnbording__modal.active {
  display: block;
}
.rdmOnbording__modal {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.rdmOnbording__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 376px;
  /* top: 130px; */
  top: 1700px;
  height: auto;
  padding: 5px 20px;
  position: absolute;
  margin: auto;
  z-index: 30;
  left: 0;
  right: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording__box {
    width: 98%;
    top: 300vw;
    padding: 1.33vw 5.33vw;
  }
}

.rdmOnbording__padding.active {
  display: block;
}
.rdmOnbording__padding {
  margin-top: 200px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording__padding {
    margin-top: 77vw;
  }
}

.rdmOnbording__img.active {
  display: block;
}
.rdmOnbording__img {
  background-image: url(../img/webp-onb-rdm-1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 343px;
  height: 515px;
  margin-top: -100px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording__img {
    width: 91.467vw;
    height: 137.333vw;
    margin-top: -20vw;
  }
}

.rdmOnbording__fsp-bank.active {
  display: flex;
}

.rdmOnbording__fsp-bank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.fsp-bank--title {
  color: #fff;
  font-family: adjaraBold;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .fsp-bank--title {
    font-size: 3.73vw;
  }
}

.fsp-bank--rdm {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 343px;
  height: 85px;
  background-color: #132611;
  border: 1px solid #415041;
  padding: 7px;
  border-radius: 12px;
}
.fsp-bank--rdm-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .fsp-bank--rdm {
    width: 91.467vw;
    padding: 1.867vw;
    border: 0.267vw solid #8e724b;
  }
  .fsp-bank--rdm-inner {
    width: 91.467vw;
    padding: 1.867vw;
    border: 0.267vw solid #8e724b;
  }
}
.fsp-bank--history {
  width: 110px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #394B38;
  color: #fff;
  font-family: adjaraBold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .fsp-bank--history {
    width: 26.667vw;
    height: 10.667vw;
    font-size: 3.73vw;
    line-height: 6.133vw; /* 164.286% */
    border: 0.267vw solid #413419;
  }
}

.fsp-bank--fAmount {
  width: 105px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/fs-bank-logoN.webp);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .fsp-bank--fAmount {
    width: 28vw;
    height: 10.667vw;
    /* background-image: url(../img/fsbank-logo.svg); */
  }
}

.fsp-bank--withdraw {
  background: #755c2d;
  width: 100px;
  height: 40px;
  color: #fff;
  font-family: adjaraBold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #2EBD44 0%, #107623 100%);
  border-radius: 50px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .fsp-bank--withdraw {
    width: 26.667vw;
    height: 10.667vw;
    font-size: 3.73vw;
    line-height: 6.133vw; /* 164.286% */
  }
}

.rdmOnbording-text.active {
  display: flex;
}

.rdmOnbording-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  margin-top: 60px;
  margin-left: 60px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text {
    margin-top: 16vw;
    margin-left: 16vw;
  }
}

.rdmOnbording-text span {
  color: #fff;
  font-family: adjaraBold;
  line-height: 23px; /* 164.286% */
  font-size: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text span {
    font-size: 5.333vw;
    line-height: 7.733vw; /* 145.455% */
  }
}

.rdmOnbording-text .rdmOnb-txt2 {
  font-size: 14px;
  color: #fff;
  line-height: 24px; /* 120% */
  font-family: adjaraRegular;
  letter-spacing: 0.14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text .rdmOnb-txt2 {
    font-size: 3.733vw;
    line-height: 5.333vw; /* 142.857% */
  }
}

.rdmOnbording-text-arrow {
  position: absolute;
  content: "";
  background-image: url(../img/vector-10.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 54.339px;
  height: 87px;
  top: -76px;
  left: -17px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text-arrow {
    width: 14.507vw;
    height: 23.2vw;
    top: -21.333vw;
    left: -4.533vw;
  }
}
.rdmOnbording-text-arrow-wager {
  position: absolute;
  content: "";
  background-image: url(../img/vector-10.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 74.339px;
  height: 117px;
  top: 46px;
  left: 74px;
}
/* .rdmOnbording-text-arrow-wager.top {
  top: 76px;
}
.wagerOnbording-img-2.height {
  height: 180px;
} */
@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text-arrow-wager {
    width: 14.507vw;
    height: 23.2vw;
    top: 12.333vw;
    left: 24.467vw;
  }
}

.rdmOnbording-text-2.active {
  display: flex;
}
.rdmOnbording-text-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 44px;
  margin-top: -11px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text-2 {
    margin-left: 6.067vw;
    margin-top: -2.933vw;
  }
}

.rdmOnbording-text-2 span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 14px;
  line-height: 23px; /* 164.286% */
  letter-spacing: 0.14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text-2 span {
    font-size: 3.733vw;
    line-height: 5.333vw; /* 142.857% */
  }
}

.rdmOnbording-text-2 h2 {
  color: #fff;
  font-family: adjaraBold;
  line-height: 20px; /* 164.286% */
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdmOnbording-text-2 h2 {
    font-size: 6.4vw;
    line-height: 5.533vw; /* 142.857% */
    margin-top: 2.5vw;
  }
}

.rdm-skipBtn.active {
  display: flex;
}
.rdm-skipBtn {
  display: flex;
  border: 1px solid #22785b;
  background: #1b2021;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdm-skipBtn {
    border: 0.267vw solid #22785b;
  }
}

.rdm-nextBtn.active {
  display: flex;
}
.rdm-nextBtn {
  display: flex;

  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdm-nextBtn {
    border: 0.267vw solid #22785b;
  }
}

.rdm-prevBtn.active {
  display: flex;
}
.rdm-prevBtn {
  display: flex;

  border: 1px solid #22785b;
  background: #1b2021;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdm-prevBtn {
    border: 0.267vw solid #22785b;
  }
}

.rdm-doneBtn.active {
  display: flex;
}
.rdm-doneBtn {
  display: flex;
  border: 1px solid #22785b;
  background: var(--Green-CTA, #0f543e);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .rdm-doneBtn {
    border: 0.267vw solid #22785b;
  }
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  ::-webkit-scrollbar {
    width: 1.067vw;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: #020202;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
  cursor: pointer;
}

/*  */
/* rdm Onboridng left */

.no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  font-family: adjaraBold;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .no-data {
    font-size: 4.333vw;
    padding: 4vw;
  }
}

.no-data-icon {
  width: 46px;
  height: 46px;
  background-image: url(../img/gift.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .no-data-icon {
    width: 12.267vw;
    height: 12.267vw;
  }
}

/* multiplier */

.multiplier {
  display: block;
}
.multiplier.no_login {
  display: none;
}

.multiplier__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  margin-top: 14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiplier__box {
    margin-top: 2vw;
  }
}

.multiplier-text {
  width: 131.276px;
  border: 1px solid #3d997a;
  background: #123A31;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  border-radius: 12px 0 0 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiplier-text {
    width: 35.2vw;
    padding: 1.333vw;
  }
}

.multiplier-text span {
  color: #fff;
  font-family: "adjaraBold";
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiplier-text span {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.multiplier-text span:nth-child(2) {
  font-size: 8px;
  color: #fff;
  font-family: "adjaraRegular";
  font-size: 8px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiplier-text span:nth-child(2) {
    font-size: 2.133vw;
    line-height: 4.8vw;
  }
}

.multiplier-select {
  position: relative;
  height: 46px;
  width: 63px;
  font-family: sans-serif;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .multiplier-select {
    width: 16.8vw;
    height: 12.267vw;
  }
}

.select-display {
  height: 46px;
  width: 67px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #fff;
  background: #3D997A;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .select-display {
    width: 18.5vw;
    height: 12.8vw;
    padding: 2.667vw 3.733vw;
    background-size: contain;
  }
}

.multiplier__box {
  display: flex;
  align-items: stretch;
}

.multiplier-text,
.multiplier-select {
  height: 100%;
}

.arrow-down {
  margin-left: auto;
  font-size: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .arrow-down {
    font-size: 3.2vw;
  }
}

.select-options {
  list-style: none;
  position: absolute;
  display: flex;
  top: -249px;
  left: 0px;
  width: 100%;
  border: 1px solid #58aa50;
  background: linear-gradient(0deg, #001c15 0%, #245a4a 94.05%);
  box-shadow: 0 4px 14.6px 0 rgba(0, 0, 0, 0.59) inset;
  padding: 0;
  margin: 6px 0 0;
  display: none;
  z-index: 99;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .select-options {
    top: -59.5vw;
    left: 0;
    width: 16.8vw;
    margin: 1.6vw 0 0;
  }
}

.select-options li {
  padding: 7px 16px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .select-options li {
    padding: 1.867vw 4.267vw;
    font-size: 3.2vw;
  }
}

.select-options li:hover {
  background: #3D997A;
}

.select-options li:last-child {
  border-bottom: none;
}
.depositBonus {
  width: 460px;
  min-height: 110px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11px 24px 12px 24px;
  background-image: url(../img/countdown-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .depositBonus {
    width: 99%;
    padding: 2.933vw 2.4vw;
    border: 0.533vw solid #bb9d6a;
    background: #081d17;
    margin: 0 auto;
    min-height: 19.2vw;
    height: auto;
  }
}

.depositBonus__title {
  text-align: center;
  font-family: adjaraBold, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #f8d438 7.5%,
    #f9e990 35.5%,
    #b56116 90.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.2px #3f1212;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .depositBonus__title {
    font-size: 3.2vw;
    line-height: 3.733vw;
  }
}
.descBox__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .descBox__content {
    gap: 2.667vw;
  }
}
.descBox__content span {
  color: #fff;
  font-family: adjaraRegular, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

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

.depositBox,
.potenWinBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.depositBox span {
  color: #fff;
  text-align: center;
}
.DA-box,
.PW-box {
  display: flex;
  width: 85.544px;
  height: 85.667px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  align-self: stretch;
  color: #d2a226;
  border-radius: 4px;
  border: 1px solid #5d4019;
  background: #34291b;
  box-shadow: 2px 0 8.1px 0 rgba(2, 13, 0, 0.68) inset;
}
.PW-box .img {
  background-image: url(../img/mini-wheel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14.264px;
  height: 16px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .PW-box .img {
    width: 2.8vw;
    height: 2.933vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .DA-box,
  .PW-box {
    padding: 1.333vw;
    gap: 1.6vw;
    padding: 1.333vw;
    width: 18.6vw;
    height: 18.267vw;
    border-radius: 1.067vw;
    border: 0.267vw solid #056a4a;
  }
}
.DA-box span {
  color: #d2a226;
  text-align: center;
  font-family: "adjaraBold", sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.poundaBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .DA-box span {
    font-size: 2.9333vw;
    line-height: 3.867vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .PW-box span {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }
}
.PW-box span:nth-child(2) {
  color: #0cc188;
}
.equal-sign {
  color: #0cc188;
  text-align: center;
  font-family: "adjaraBold";
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .equal-sign {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin-top: 5.333vw;
  }
}

.bonusGameButton {
  display: flex;
  width: 310px;
  height: 48.7px;
  padding: 0 20px;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 17px;
  border: 1px solid #7b684c;
  background: #0b2c22;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;
}
/* html:lang(sr) .bonusGameButton {
  padding: 0 13px;
} */

@media screen and (max-width: 940px) and (min-width: 320px) {
  .bonusGameButton {
    width: 70.233vw;
    height: 11.2vw;
    padding: 0 2.333vw;
    margin-top: 0.067vw;
  }
  .poundaBox {
    margin-top: 0;
  }
}
.bonusGameButton .countdown-container #timer {
  color: #4ae6b1;
}

.bonusGameButton span {
  font-family: adjaraBold;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214.265px;
  padding: 8px 20px;
  border: 1px solid #ffcf52;
  background: #d2a226;
  box-shadow: 0 0 10px 0 rgba(71, 253, 192, 0.25);
}
html:lang(sr) .bonusGameButton span {
  padding: 8px 13px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .bonusGameButton span {
    font-size: 3.2vw;
    line-height: 5.333vw;
    width: 48.867vw;
    height: auto;
    min-height: 8.5333vw;
    padding: 0 3.33vw;
    gap: 1.67vw;
  }
  html:lang(sr) .bonusGameButton span {
    padding: 1.8vw 2.33vw;
  }
}
.bonusGameButton .countdown-container {
  font-size: 11px;
  margin-top: -4px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .bonusGameButton .countdown-container {
    font-size: 2.933vw;
    margin-top: -1.067vw;
    width: 29vw;
  }
  .bonusGameButton .countdown-container #timer {
    font-size: 3vw;
    margin-top: 1vw;
  }
}

.promoEnding-popup.active {
  display: flex;
}
.promoEnding-popup {
  background: #3c2821;
  width: 100%;
  min-height: 62px;
  gap: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoEnding-popup {
    min-height: 16.533vw;
    gap: 2.467vw;
    padding: 0 2vw;
  }
}
.promoEnding-popup span {
  color: #b59069;
  font-family: adjaraBold;
  font-size: 10px;
  line-height: 13px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoEnding-popup span {
    font-size: 2.667vw;
    line-height: 3.467vw;
    text-align: start;
  }
}
.promoEnding-popup .promoEnding-popup-close {
  background-image: url(../img/promoEnding-popup-close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .promoEnding-popup .promoEnding-popup-close {
    width: 5.267vw;
    height: 5.267vw;
  }
}
.newTerms__content ol li a,
.newTerms__pdfLink a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font: 13px adjaraRegular;
  padding: 0 5px;
  color: #4db8ff;
}

.newTerms__content ol li a:hover,
.newTerms__content ol li a:focus,
.newTerms__pdfLink a:hover,
.newTerms__pdfLink a:focus {
  color: #8fd3ff;
  text-decoration-thickness: 2px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content ol li a,
  .newTerms__pdfLink a {
    font-size: 3.467vw;
    padding: 0 1.333vw;
  }
}
.table-1 {
  margin-left: 44px;
  margin: 6px auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .table-1 {
    margin-left: 4.733vw;
    margin: 2vw auto;
  }
}
.table-1 table,
.table-1 th,
.table-1 td {
  border: 1px solid #13946e;
  color: #fff;
  font-family: adjaraRegular;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .table-1 table,
  .table-1 th,
  .table-1 td {
    font-size: 3.2vw;
    padding: 0.533vw;
  }
}

.table-1 th,
.table-1 td {
  padding: 5px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .table-1 th,
  .table-1 td {
    padding: 1.333vw;
  }
}
.table-1 strong {
  color: #fff;
}

.terms-list-1 {
  margin-left: 25px;
}
.terms-list-3 li {
  background: transparent !important;
}
.term-list-2 li {
  padding: 2px !important;
}
.term-list-2 {
  margin-top: -22px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .terms-list-1 {
    margin-left: 6.667vw;
  }
  .term-list-2 li {
    padding: 0.5vw !important;
  }
  .term-list-2 {
    margin-top: -3vw;
  }
}
.newTerms-electric {
  padding-top: 0;
}

.dash-list {
  list-style-type: none;
}

.dash-list li::before {
  content: "- ";
}

.table-1 th[colspan] {
  text-align: center;
}

.general_terms_bottom_table {
  padding-left: 45px;
}
.table3 {
  margin-top: 20px;
}

.totalBonus-game.no_login{
  display: none!important;
}

.totalBonus-game {
  position: absolute;
  left: 0px;
  right: 0;
  top: 14px;
  z-index: 50;
  margin: 0 auto;
  width: 460px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  /* border: 1px solid #272e32;
  background: #242b30; */
  /* background-image: url(../img/promoheading-green.webp); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0 0 6.8px 0 #e7b842; */
  /* display: none !important; */
  background-color: #0F543E;
  border-radius: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game {
    position: sticky;
    top: -0.07vw;
    left: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    max-width: none;
    height: 11.733vw;
    border-radius: 0;
    min-height: 44px;
    margin: 0;
    padding: 2.667vw;
    border: none;
    background: #0F543E;
  }
  .table3 {
    margin-top: 3vw;
  }
}

.totalBonus-game-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* height: 36px; */
  /* min-width: 205px; */
  /* border-radius: 6px; */
  /* border: 1px solid #184a3a; */
  /* justify-content: center; */
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-box {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    gap: 2.933vw;
  }
}

.totalBonus-game-left {
  display: flex;
  align-items: center;
  /* gap: 6px; */
  /* padding: 7px 9px; */
  border-radius: 6px 0 0 6px;
  white-space: nowrap;
  /* border: 1px solid #7b684c; */
  /* background: #350d0f; */
  /* box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.31) inset; */
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-left {
    order: -1;
    padding: 0;
    gap: 0;
  }
}

.totalBonus-game-left .img {
  width: 14.264px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/totalAM-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-left .img {
    width: 3.267vw;
    height: 4.267vw;
  }
}
.totalBonus-game-left .totalAmount {
  color: #f9f58f;
  text-shadow: 0 1px 5px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473425;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-left .totalAmount {
    font-size: 4.8vw;
    line-height: 5.333vw;
  }
}

.totalBonus-game-left .totalAmount.len-5 {
  font-size: 16px;
}
.totalBonus-game-left .totalAmount.len-6 {
  font-size: 15px;
}
.totalBonus-game-left .totalAmount.len-7 {
  font-size: 14px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-left .totalAmount.len-5 {
    font-size: 4.267vw;
  }
  .totalBonus-game-left .totalAmount.len-6 {
    font-size: 4vw;
  }
  .totalBonus-game-left .totalAmount.len-7 {
    font-size: 3.733vw;
  }
}
.totalBonus-game-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 210px;
  height: 58px;
  padding: 7px 12px;
  border-radius: 4px;
  /* border: 1px solid #0ba16f; */
  background: #C7B881;
  cursor: pointer;
}
.totalBonus-game-right:hover {
  scale: 1.02;
  background: #baab76;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-right {
    flex: 1 1 auto;
    width: auto;
    height: 6.667vw;
    min-height: 29px;
    padding: 0 3.2vw;
    gap: 1.6vw;
    border-radius: 1.067vw;
  }
}

.totalBonus-game-right span {
  text-transform: uppercase;
  color: #000;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #09561f;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-right span {
    font-size: 3.2vw;
    line-height: 3.733vw;
    text-transform: none;
  }
  html:lang(sr) .totalBonus-game-right span {
    font-size: 2.933vw;
  }
}

/* new header */
.newHead {
  margin: 10px auto;
  display: none !important;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newHead {
    margin: 2.667vw auto;
  }
}

.newHeader {
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 484px;
  padding: 12px;
  gap: 12px;
  border: 1px solid var(--lighter-color-stroke, #22785b);
  background: var(--primary-primary-green-600, #0e3022);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .newHeader {
    width: 99%;
    padding: 2.133vw 1.6vw;
    gap: 3.2vw;
    border: 0.267vw solid var(--lighter-color-stroke, #22785b);
  }
}
.newHeader-top {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 12px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newHeader-top {
    gap: 0;
  }
}
.newHeader-left {
  width: 49%;
}

.newHeader-deposit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nh__deposit-text {
  color: #fff;
  font-family: adjaraBold, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .nh__deposit-text {
    font-size: 2.4vw;
    line-height: 3.467vw;
  }
}
.left-timer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 36px;
  background: #072619;
  padding: 5px;
  margin-left: -17px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .left-timer {
    width: 47.733vw;
    height: 9.6vw;
    padding: 1.333vw;
    margin-left: -1.333vw;
  }
}
.left-timer h1 {
  color: #4ae6b1 !important;
  text-align: start !important;
}
.free-timer h1 {
  color: #4ae6b1 !important;
  text-align: start !important;
}

.deposit-waiting.active {
  display: flex;
}
.deposit-awarded.active {
  display: flex;
}

.deposit-awarded,
.deposit-waiting {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/btnbrown-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 106px;
  height: 24.18px;
  pointer-events: none;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .deposit-awarded,
  .deposit-waiting {
    width: 22.933vw;
    height: 6.48vw;
  }
}

.deposit-waiting span {
  height: 79%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 90%;
  color: #513918;
  font-family: adjaraBold;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #7d5826;
  background: #e6c283;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .deposit-waiting span {
    font-size: 2.667vw;
    margin-top: 0.267vw;
    border: 0.267vw solid #7d5826;
    width: 90%;
    height: 79%;
  }
}

.deposit-awarded span {
  height: 79%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 90%;
  color: #ffff;
  font-family: adjaraBold;
  font-size: 10px;
  text-transform: uppercase;
  background: var(--Light-Green-Stroke, #22785b);
  border: 1px solid #436659;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .deposit-awarded span {
    font-size: 2.667vw;
    margin-top: 0.267vw;
    border: 0.267vw solid #436659;
    width: 90%;
    height: 79%;
  }
}

.newHeader-line {
  background-image: url(../img/hd-line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2px;
  height: 66px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .newHeader-line {
    width: 0.533vw;
    height: 16.467vw;
  }
}

.newHeader-right {
  width: 49%;
}
.freeRoundBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .freeRoundBox {
    margin-left: 1vw;
  }
}
.free-timer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  width: 200px;
  height: 36px;
  background: #072619;
  padding: 5px;
  margin-left: -14px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .free-timer {
    width: 47.733vw;
    height: 9.6vw;
    padding: 1.333vw;
    margin-left: 1.333vw;
    margin-top: 2.667vw;
  }
}
html:lang(sr) .free-timer {
  margin-top: 0;
}
.free-waiting.active {
  display: flex;
}
.free-awarded.active {
  display: flex;
}

.free-awarded,
.free-waiting {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/btnbrown-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 106px;
  height: 24.18px;
  pointer-events: none;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .free-awarded,
  .free-waiting {
    width: 22.933vw;
    height: 6.48vw;
  }
}

.free-waiting span {
  height: 79%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 90%;
  color: #513918;
  font-family: adjaraBold;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #7d5826;
  background: #e6c283;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .free-waiting span {
    font-size: 2.667vw;
    margin-top: 0.267vw;
    border: 0.267vw solid #7d5826;
    width: 90%;
    height: 79%;
  }
}

.free-awarded span {
  height: 79%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 90%;
  color: #ffff;
  font-family: adjaraBold;
  font-size: 10px;
  text-transform: uppercase;
  background: var(--Light-Green-Stroke, #22785b);
  border: 1px solid #436659;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .free-awarded span {
    font-size: 2.667vw;
    margin-top: 0.267vw;
    border: 0.267vw solid #436659;
    width: 90%;
    height: 79%;
  }
}
.left-timer .countdown-container {
  text-align: start !important;
}
.free-timer .countdown-container {
  text-align: start !important;
}

.playBonusgame-btn {
  display: flex;
  align-items: center;
  height: 36px;
  min-width: 205px;
  border-radius: 4px;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .playBonusgame-btn {
    height: 9.6vw;
    min-width: 58.467vw;
  }
}
.playBonusgame-btn-box {
  display: flex;
  align-items: center;
  height: 36px;
  min-width: 205px;
  border-radius: 4px;
  border: 1px solid var(--Green-Glow, #47fdc0);

  justify-content: center;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .playBonusgame-btn-box {
    height: 9.6vw;
    min-width: 58.467vw;
  }
}
.playBonusgame-btn-left {
  display: flex;
  align-items: center;
  /* width: 57px;
  height: 34px; */
  padding: 7px 9px;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--Green-Glow, #47fdc0);
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  background: var(--MaxBet-CTA-Green, #0f543e);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .playBonusgame-btn-left {
    /* width: 16.267vw;
    height: 9.067vw; */
    padding: 1.867vw 2.4vw;
    gap: 1.6vw;
  }
}
.playBonusgame-btn-left .img {
  width: 14.264px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/totalAM-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .playBonusgame-btn-left .img {
    width: 3.733vw;
    height: 4.267vw;
  }
}

.playBonusgame-btn-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  min-width: 169px;
  border-radius: 0 6px 6px 0;
  background: radial-gradient(
    64.29% 64.29% at 50% 50%,
    #0fc4a2 0%,
    #0c4933 100%
  );
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .playBonusgame-btn-right {
    padding: 1.6vw 2.4vw;
    min-width: 44.8vw;
    gap: 1.6vw;
  }
}
.playBonusgame-btn-right span {
  color: #fff;
  text-align: center;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;

  text-shadow:
    0 0 3px #09561f,
    /* მწვანე კონტური */ 0 0 6px #000; /* შავი ღრმა ჩრდილი */
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .playBonusgame-btn-right span {
    font-size: 4vw;
    line-height: 5.867vw;
  }
}
.freeTotalAmount {
  color: #f9f58f;
  text-align: center;
  font-family: adjaraBold;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  /* stroke */
  -webkit-text-stroke: 0.8px #09561f;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .freeTotalAmount {
    font-size: 4.8vw;
    line-height: 5.333vw;
  }
}

.phone-verification.active {
  display: block;
}
.phone-verification {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}
.phone-verification__popup {
  width: 100%;
  padding: 12px 24px;
  background: #0e3022;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phone-verification__popup {
    width: 100%;
    padding: 2.133vw 3.2vw;
    gap: 2.133vw;
  }
}
.phone-verification__icon {
  background-image: url(../img/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17.818px;
  height: 26.133px;
}

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

.phone-verification__text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.phone-verification__text span {
  color: #22785b;
  font-family: adjaraBold;
  font-size: 12px;
  line-height: 13px;
}
.phone-verification__line-2 {
  color: #33bc8e;
  font-family: adjaraRegular;
  font-size: 12px;
  line-height: 13px;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .phone-verification__text span,
  .phone-verification__line-2 {
    font-size: 2.667vw;
    line-height: 3.467vw;
  }
}

/* tab section */
.tabSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection {
    width: 98%;
    margin: 0 auto;
  }
}

.tabSection__left.active {
  background: linear-gradient(179deg, #169f71 28.43%, #0b2c22 98.77%);
}
.tabSection__left {
  width: 50%;
  height: 100px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(179deg, #1d604a 28.43%, #193230 98.77%);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection__left,
  .tabSection__right {
    height: 19.733vw;
    gap: 1vw;
  }
}
.tabSection__left span.active {
  color: #ffc145;
}
.tabSection__left span {
  color: #013021;
  font-family: adjaraSemiBold;
  font-size: 26px;
  font-style: normal;
  line-height: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection__left span,
  .tabSection__right span {
    font-size: 4.3vw;
  }
}

.tabSection__left.active::after {
  display: block;
}
.tabSection__left::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 15px solid #0e4130;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection__left.active::after,
  .tabSection__right.active::after {
    border-left: 6.933vw solid transparent;
    border-right: 6.933vw solid transparent;
    border-top: 4vw solid #0e4130;
    bottom: -4vw;
  }
}

.tabSection__right.active {
  background: linear-gradient(179deg, #169f71 28.43%, #0b2c22 98.77%);
}
.tabSection__right {
  width: 50%;
  height: 100px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(179deg, #1d604a 28.43%, #193230 98.77%);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection__right {
    height: 19.733vw;
    gap: 1vw;
  }
}

.tabSection__right.active::after {
  display: block;
}
.tabSection__right::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 15px solid #193230;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection__right.active::after,
  .tabSection__left.active::after {
    border-left: 6.933vw solid transparent;
    border-right: 6.933vw solid transparent;
    border-top: 4vw solid #193230;
    bottom: -4vw;
  }
}
.tabSection__right span.active {
  color: #ffc145;
}
.tabSection__right span {
  color: #013021;
  font-family: adjaraSemiBold;
  font-size: 26px;
  font-style: normal;
  line-height: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabSection__right span {
    font-size: 4.3vw;
  }
}
.lotterytkt.active {
  opacity: 1;
}
.lotterytkt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  white-space: nowrap;
  border: 1px solid #ffc145;
  background: #0b2c22;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;
  border-top: 1px solid #7b684c;
  opacity: 0.5;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .lotterytkt {
    padding: 0.367vw 1.133vw;
    gap: 1.6vw;
    border: 0.267vw solid #ffc145;
    border-top: 0.267vw solid #7b684c;
  }
}
.lotterytkt-icon {
  width: 16px;
  height: 16px;
  background: url("../img/lottery-icon.svg") no-repeat center/contain;
  flex-shrink: 0; /* რომ არ დაპრესოს */
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .lotterytkt-icon {
    width: 3.2vw;
    height: 2.667vw;
  }
}

.lotterytkt-amount {
  font-size: 14px;
  font-family: adjaraSemiBold;
  color: #fff;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .lotterytkt-amount {
    font-size: 3.733vw;
  }
}
.lotterytkt-warning {
  background-image: url(../img/warning.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lotterytkt-warning {
    width: 4.267vw;
    height: 4.267vw;
  }
}

/*  */
.wheeltkt.active {
  opacity: 1;
}
.wheeltkt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  white-space: nowrap;
  border: 1px solid #ffc145;
  background: #0b2c22;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;
  border-top: 1px solid #7b684c;
  opacity: 0.5;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheeltkt {
    padding: 0.367vw 1.133vw;
    gap: 1.6vw;
    border: 0.267vw solid #ffc145;
    border-top: 0.267vw solid #7b684c;
  }
}
.wheeltkt-icon {
  width: 16px;
  height: 16px;
  background: url("../img/mini-wheel-icon.svg") no-repeat center/contain;
  flex-shrink: 0; /* რომ არ დაპრესოს */
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheeltkt-icon {
    width: 3.2vw;
    height: 2.667vw;
  }
}

.wheeltkt-amount {
  font-size: 14px;
  font-family: adjaraSemiBold;
  color: #fff;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .wheeltkt-amount {
    font-size: 3.733vw;
  }
}

.totalBonus-game-box .total__spin {
  border-radius: 4px;
  /* border: 1px solid #4c7b52; */
  background: #1C2021;
  /* box-shadow: 0 5px 7px 0 rgba(46, 151, 62, 0.31) inset; */
  border-radius: 4px;
  padding: 2px 10px;
  width: 220px;
  height: 58px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .totalBonus-game-box .total__spin {
    flex: 0 0 47.2vw;
    width: 47.2vw;
    height: 6.667vw;
    min-height: 29px;
    padding: 0 3.133vw;
    font-size: 3.2vw;
    border: 0;
    justify-content: flex-start;
    gap: 1.333vw;
  }
  .totalBonus-game-box .total__spin span {
    font-size: 3.2vw;
    line-height: 3.733vw;
    text-transform: none;
  }
  html:lang(sr) .totalBonus-game-box .total__spin span {
    font-size: 2.933vw;
  }
  .totalBonus-game-box .total__spin > span:first-child {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .totalBonus-game-box .total__spin .totalBonus-game-left {
    order: 1;
    flex: 0 0 auto;
  }
  .totalBonus-game-box .total__spin .spin__amount {
    order: 3;
    margin-left: auto;
    font-size: 3.733vw;
    line-height: 4.267vw;
    letter-spacing: 0;
  }
}
/* swich tab */
.swichTab.no_login {
  margin-bottom: 0;
}
.swichTab {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #452a23;
  margin: 0 auto;
  width: 88%;
  gap: 6px;
  margin-top: 50px;
  margin-bottom: -43px;
  z-index: 10;
  position: relative;
  padding: 5px;
  border-radius: 8px;
  background: linear-gradient(181deg, #15380c 0.9%, #326711 99.52%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab {
    width: 96%;
    gap: 1vw;
    margin-top: 7.267vw;
    padding: 0.5vw;
    position: relative;
    z-index: 2;
  }
}
.swichTab__slot.active {
  background: linear-gradient(180deg, #60ac31 0%, #1b3a00 100%);

  border: 1px solid #1b3a00;
  opacity: 1;
}
.swichTab__wheel.active {
  background: linear-gradient(180deg, #60ac31 0%, #1b3a00 100%);

  border: 1px solid #1b3a00;
  opacity: 1;
}
.olympus__swich.active {
  background: linear-gradient(180deg, #60ac31 0%, #1b3a00 100%);

  border: 1px solid #1b3a00;
  opacity: 1;
}

.swichTab__slot,
.swichTab__wheel,
.olympus__swich {
  width: 33%;
  width: 285.301px;
  height: 117.564px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  stroke-width: 1px;
  border-radius: 8px;
  padding: 5px;
  gap: 4px;
  opacity: 0.7;
  position: relative;
  /* border: 1px solid #a68d71; */
  background: #162d09;
}
.olympus__swich {
  min-height: 84px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab__slot,
  .swichTab__wheel,
  .olympus__swich {
    gap: 0.4vw;
    min-height: 16.333vw;
    padding: 1.333vw;

    width: 30.933vw;
    height: 18.667vw;
  }
  .swichTab__wheel {
    min-height: 17.83vw;
  }
  .olympus__swich {
    min-height: 17.83vw;
  }
}

.swichTab__slot-icon {
  position: absolute;
  content: "";
  border-radius: 0 9px;
  background: #f44336;
  width: 63px;
  height: 18px;
  padding: 0 12px;
  top: 2px;
  right: 2px;
  font-size: 13px;
  font-family: adjaraBold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab__slot-icon {
    width: 10.133vw;
    height: 2.933vw;
    font-size: 2.133vw;
    padding: 0 3.2vw;
    border-radius: 0 2.4vw;
    top: 0.2vw;
    right: 0.4vw;
  }
}

/* .swichTab-img.disabled {
  opacity: 0.5;
} */
.swichTab-img {
  margin-top: -36px;
  width: 85px;
  height: 85px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/swichTab-gold-1.png");
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab-img {
    width: 9.6vw;
    height: 10.133vw;
    border-radius: 14.2vw;
    margin-top: -6vw;
  }
}
/* .swichTab-img-2.disabled {
  opacity: 0.5;
} */
.swichTab-img-2 {
  background-image: url(../img/slottab-icon-green.webp);
  border-radius: 0;
  width: 87px;
  height: 76px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab-img-2 {
    width: 9.967vw;
    height: 9.667vw;
  }
}
.swichTab-img-3 {
  background-image: url(../img/swichtab-olympus-icon.webp);
  border-radius: 0;
  width: 169px;
  height: 74px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab-img-3 {
    width: 28.533vw;
    height: 10.133vw;
  }
}
.swichTab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab-content {
    gap: 0.2vw;
    flex-direction: column;
  }
}

.swichTab-content > span {
  text-transform: capitalize;
  font-family: adjaraBold;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.slot-span.disabled {
  color: #fff;
}
.wheel-span.disabled {
  color: #fff;
}
.olympus-span.disabled {
  color: #fff;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swichTab-content > span {
    font-size: 2.8vw;
  }
}
.wheel-GameAmount.disabled {
  opacity: 0.5;
  color: #fff;
}
.slot-GameAmount.disabled {
  opacity: 0.5;
  color: #fff;
}
.olympus-GameAmount.disabled {
  opacity: 0.5;
  color: #fff;
}
.gameAmount {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;

  border-radius: 14px;
  width: fit-content;
  white-space: nowrap;
  line-height: 1;
  color: #eaf7ef;
  font-family: adjaraSemiBold;

  font-size: clamp(12px, 1.2vw, 16px);

  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);

  border-radius: 8px;
  /* border: 1px solid rgba(190, 142, 112, 0); */
  background: linear-gradient(180deg, #bf7b48 0%, #5d3311 100%);

  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;

  border: 0.5px solid #77a671;
  background: linear-gradient(180deg, #a9bf48 0%, #115d16 100%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .gameAmount {
    gap: 1.6vw;
    padding: 1.133vw 3.2vw;
    font-size: 3.2vw;
    border: 0.267vw solid #77a671;
    border-radius: 2.133vw;
    /* left: 0.8vw;
    top: 12vw;
    position: absolute; */
  }
  /* .wheel-GameAmount {
    margin-top: 3vw;
  } */
}

.gameAmount > img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .gameAmount > img {
    width: 3.333vw;
    height: 3.333vw;
    flex: 0 0 5.333vw;
  }
}

.gameAmount > span {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  min-width: 1ch;
  font-family: adjaraBold;
}

/* slotgameTerms start */

.newTerms__content-imgs {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.newTerms__content-imgs.gods {
  width: 100%;
  justify-content: center;
}

.Gods__title {
  margin: 0 auto;
  font-size: 13px;
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.newTerms__content-imgs-1 {
  width: 225px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/eslot-example-1.webp);
}

.newTerms__content-imgs-2 {
  width: 225px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/eslot-example-2.webp);
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content-imgs-1,
  .newTerms__content-imgs-2 {
    width: 42vw;
    height: 35vw;
  }
}

.winningSymbol__box {
  width: 98%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .winningSymbol__box {
    width: 100%;
    justify-content: center;
    gap: 0.267vw;
    flex-wrap: wrap;
  }
}
.winningsItem {
  width: 23%;
  height: 60px;
  border-radius: 12px;
  background: #2b3350;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
  position: relative;
  margin-top: 30px;
}

/* მონეტების wrapper რომ სწორად დაეტიოს */
.winningsIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: -18px;
}
.royalCrownIcons {
  top: -25px;
}
.winningsIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 39px;
  height: 39px;
}

.minor-silver {
  background-image: url("../img/silver.webp");
}

.minor-gold {
  background-image: url("../img/gold.webp");
}

.minor-bronze {
  background-image: url("../img/image-33.png");
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.winningsIconsBronze {
  gap: 19px;
  top: -15px;
}

.winningsItem p {
  font-size: 13px;
  font-family: "AdjaraSemiBold";
  color: #fff;
  text-align: center;
  margin: 0;
}
.winningsItem .maxcoin-gold {
  left: 130px;
  top: 27px;
}
.winningsItem .maxcoin-silver {
  left: 124px;
  top: 27px;
}
.winningsItem .maxcoin-bronze {
  left: 121px;
  top: 27px;
  background-image: url(../img/wheel-prize-icon-coin.webp) !important;
}

/* Responsive */
@media screen and (max-width: 940px) and (min-width: 320px) {
  .winningsItem {
    width: 33%;
    height: 11.5vw;
    padding-bottom: 3vw;
    margin-top: 5vw;
    border-radius: 2vw;
  }

  .winningsIcons {
    top: -3vw;
    gap: 0vw;
  }
  .royalCrownIcons {
    top: -4.5vw;
  }

  .winningsIcon {
    width: 7vw;
    height: 7vw;
  }

  .winningsItem p {
    font-size: 3vw;
  }
  .winningsItem .amount-maxcoin {
    width: 3vw;
    height: 3vw;
    left: 19vw;
    top: 4.5vw;
  }
  .winningsItem .maxcoin-gold {
    left: 19.5vw;
    top: 4.3vw;
  }
  .winningsItem .maxcoin-gold.maxGoldCoinMil {
    left: 21.5vw;
  }
  .winningsIcons .minor-bronze {
    width: 5.5vw;
    height: 5.5vw;
  }
  .winningsItem .maxcoin-silver {
    left: 19.5vw;
    top: 4.5vw;
  }
  .winningsIconsBronze {
    gap: 2vw;
  }
}

.newTerms__content-border {
  width: 350px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(90, 99, 149, 0) 0%,
    #5a6395 19.34%,
    #5a6395 48.44%,
    #5a6395 71.89%,
    rgba(90, 99, 149, 0) 100%
  );
  margin: 15px auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .newTerms__content-border {
    margin: 3vw auto;
    width: 80vw;
  }
}

.electric__winnings {
  width: 294px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .electric__winnings {
    width: 75vw;
    height: 33vw;
  }
}
.electric__winnings-row-1,
.electric__winnings-row-2,
.electric__winnings-row-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.electric__winnings-items {
  width: 162px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #2b3b4e;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    #61759c -27.91%,
    #354e75 -27.89%,
    #7e9cc0 57.82%,
    #426280 145.35%
  );
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .electric__winnings-items {
    width: 40vw;
    height: 12vw;
    border: 0.533vw solid #2b3b4e;
    border-radius: 1.333vw;
  }
}
.electric__winnings-items p {
  font-family: "AdjaraSemiBold";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-shadow:
    1px 0 rgba(72, 57, 64, 1),
    -1px 0 rgba(72, 57, 64, 1),
    0 1px rgba(72, 57, 64, 1),
    0 -1px rgba(72, 57, 64, 1),
    1px 1px rgba(72, 57, 64, 1),
    -1px -1px rgba(72, 57, 64, 1),
    1px -1px rgba(72, 57, 64, 1),
    -1px 1px rgba(72, 57, 64, 1);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .electric__winnings-items p {
    font-size: 4vw;
  }
}
.winningIcon {
  width: 24px;
  height: 20px;
  background-image: url(../img/maxbet-coin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.winningIcon.leaderboardPoint {
  background-image: url(../img/wheel-prize-icon-coin.webp);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .winningIcon {
    width: 6vw;
    height: 5vw;
  }
}
.winningTwo-img,
.winningOne-img,
.winningThree-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .winningTwo-img,
  .winningOne-img,
  .winningThree-img {
    width: 18.667vw;
    height: 6.4vw;
  }
}

.iconCherry {
  background-image: url(../slotAssets/img/fruits-chery.webp);
}
.iconPlum {
  background-image: url(../slotAssets/img/fruits-plum.webp);
}
.iconWatermelon {
  background-image: url(../slotAssets/img/fruits-watermelon.webp);
}
.iconGrapes {
  background-image: url(../slotAssets/img/fruits-grapes.webp);
}
.iconSevens {
  background-image: url(../slotAssets/img/fruits-sevens.webp);
}
.royalCrown {
  background-image: url(../img/royal-crown.webp);
  width: 45px;
  height: 45px;
}
.electricStolIcon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .electricStolIcon {
    gap: 2.4vw;
  }
  .royalCrown {
    width: 8vw;
    height: 8vw;
  }
}

.electricSlotIcon-img {
  background-image: url(../img/icons/info-ic-aug.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-right: 8px;
  box-shadow: 0px 0px 9px 0px #fcd686;
  border-radius: 50%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .electricSlotIcon-img {
    width: 7.467vw;
    height: 7.467vw;
    flex: 0 0 7.467vw;
    margin-right: 2.133vw;
  }
  .electricStolIcon span {
    font-size: 3vw;
  }
}
.slotTerms {
  background: #252f23;
}
.slotTermBg {
  background: #0f240d;
}
.slotTermBg-head {
  background: #252f23;
}
/* slotgameTers  END */

.bolt-multiplier {
  color: #2d92f2;
}
.slot-multiplier {
  padding: 0 2px;
}
.selected-multiplier {
  padding: 0 2px;
}

.drawLink-box {
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none !important;
  pointer-events: none;
}
/* .drawLink {
  opacity: 0;
} */
@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink {
    margin: 4.267vw auto 0 auto;
  }
}

.drawLink__body {
  width: 331px;
  height: 134px;
  border-radius: 8px;
  padding: 7px;
  background-image: url(../img/banner-outer.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__body {
    width: 92.733vw;
    height: 37.867vw;
    padding: 1.6vw;
  }
}

.drawLink__img {
  position: relative;
  background-image: url(../img/banner-tomain.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 319.032px;
  height: 120px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__img {
    width: 89.8vw;
    height: 33.4vw;
  }
}
.drawLink__content {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__content {
    top: 1.333vw;
    right: 1.333vw;
    gap: 2.133vw;
    padding: 1.333vw;
  }
}
.drawLink__content-headText {
  /* width: 138px; */
  color: #ffc145;
  text-align: center;
  font-family: adjaraBold;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__content-headText {
    font-size: 4vw;
  }
}

.drawLink__content-balance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__content-balance {
    gap: 1.333vw;
  }
}
.drawLink__content-balance span {
  color: #fff;
  font-family: adjaraRegular;
  font-size: 10px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__content-balance span {
    font-size: 2.667vw;
    line-height: 4.8vw;
  }
}

.bmwTktAmount-box {
  border-radius: 8px;
  border: 1px solid #7b684c;
  background: #0b2c22;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.31) inset;
  padding: 2px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .bmwTktAmount-box {
    padding: 0.533vw 1.5vw;
    gap: 0.8vw;
    border: 0.267vw solid #7b684c;
    border-radius: 2.133vw;
  }
}

.bmwTktAmount-icon {
  width: 12px;
  height: 10px;
  background-image: url(../img/sport-tkt-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .bmwTktAmount-icon {
    width: 3.2vw;
    height: 2.667vw;
  }
}
.bmwTktAmount {
  color: #fff;
  text-align: center;
  font-family: "adjaraSemiBold";
  font-size: 13px;
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .bmwTktAmount {
    font-size: 3.467vw;
    line-height: 4.8vw;
  }
}

.drawLink__content-btn {
  border: 1px solid #22785b;
  background: #0f543e;
  box-shadow: 0 0 10px 0 rgba(71, 253, 192, 0.25);
  padding: 0 20px;
  color: #fff;
  font-family: adjaraBold;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  width: 118px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawLink__content-btn {
    width: 30.867vw;
    height: 8.4vw;
    padding: 0 5.333vw;
    font-size: 3.2vw;
    line-height: 5.333vw;
    border: 0.267vw solid #22785b;
  }
}
.phoneNumberBanner.active {
  display: flex;
}
.phoneNumberBanner {
  display: flex;
  width: 457px;
  height: 89px;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  gap: 14px;

  border-radius: 1px;
  border: 0.5px solid #456e9b;
  background: linear-gradient(180deg, #2b4864 0%, #232040 100%);
  border-radius: 8px;
  margin: 10px auto;
  border-radius: 8px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBanner {
    width: 97.133vw;
    min-height: 23.467vw;
    height: auto;
    padding: 2.133vw;
    gap: 3.733vw;
    margin: 4.267vw auto;
    border-radius: 2.133vw;
  }
}

.phoneNumberBanner__img {
  width: 106px;
  height: 65.699px;
  background-image: url(../img/car-drum-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBanner__img {
    width: 28vw;
    height: 17.333vw;
  }
}
.phoneNumberBanner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phoneNumberBanner__text h2 {
  margin: 0;
  text-align: center;
  /* -webkit-text-stroke-width: 1px; */
  -webkit-text-stroke-color: #4d3212;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #f8d438 11.86%,
    #f9e990 56.12%,
    #b56116 158.09%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.phoneNumberBanner__button {
  background: #22785b;
  border-radius: 8px;
  border: 1px solid #23ab7e;

  color: #fff;
  text-align: center;
  font-family: adjaraSemiBold;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  padding: 8px 9px;
  width: 281px;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBanner__button {
    font-size: 3.2vw;
    line-height: 5.333vw;
    padding: 2.133vw 8.4vw;
    margin-top: 1.333vw;
    border-radius: 2.133vw;
    border: 0.267vw solid #23ab7e;
    width: auto;
  }
}

.phoneNumberBannerTwo.active {
  display: flex;
}
.phoneNumberBannerTwo {
  display: flex;
  width: 457px;
  height: 89px;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  gap: 14px;

  border-radius: 1px;
  border: 0.5px solid #456e9b;
  background: linear-gradient(180deg, #2b4864 0%, #232040 100%);
  border-radius: 8px;
  margin: 10px auto;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBannerTwo {
    width: 97.133vw;
    min-height: 23.467vw;
    height: auto;
    padding: 2.133vw;
    gap: 3.733vw;
    margin: 4.267vw auto;
  }
}
.phoneNumberBannerTwo h2 {
  text-align: center;
  -webkit-text-stroke-color: #4d3212;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 16px;
  -webkit-text-stroke-width: 0.2px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #f8d438 10.09%,
    #f9e990 47.75%,
    #b56116 121.74%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBannerTwo h2 {
    font-size: 3.2vw;
    line-height: 3.8vw;
  }
}
.phoneNumberBannerTwo__img {
  width: 106px;
  height: 65.699px;
  background-image: url(../img/car-and-drum-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBannerTwo__img {
    width: 28vw;
    height: 17.333vw;
  }
}

.phoneNumberBannerTwo__button {
  background: #22785b;
  border-radius: 8px;
  border: 1px solid #23ab7e;

  color: #fff;
  text-align: center;
  font-family: adjaraBold;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  padding: 8px 9px;
  width: 281px;
  cursor: pointer;
}
.phoneNumberBannerTwo__button a {
  text-decoration: none;
  color: #fff;
  font-family: "AdjaraSemiBold";
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneNumberBannerTwo__button {
    font-size: 3.2vw;
    line-height: 5.333vw;
    padding: 2.133vw 8.4vw;
    margin-top: 1.333vw;
    border: 0.267vw solid #23ab7e;
    width: auto;
    border-radius: 2.133vw;
  }
}
.dontMisccChancePopup.active {
  display: block;
}
.dontMisccChancePopup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.dontMisccChancePopup-box {
  width: 301px;
  height: 151px;
  padding: 10px;
  background-image: url(../img/dontMisccChancePopup-box-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 350px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .dontMisccChancePopup-box {
    width: 80vw;
    height: 40vw;
    padding: 2.667vw;
    top: 60vw;
    font-size: 3.2vw;
  }
}
.offerStaticPoint__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .offerStaticPoint__cross {
    width: 5.333vw;
    height: 5.333vw;
    top: 2.667vw;
    right: 2.667vw;
  }
}
.dontMisccChancePopup-img {
  background-image: url(../img/dontmiss-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  height: 34px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .dontMisccChancePopup-img {
    width: 22.4vw;
    height: 9.067vw;
  }
}

.dontMisccChancePopup-box-text {
  color: #fff;
  text-align: center;
  font-family: adjaraRegular;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .dontMisccChancePopup-box-text {
    margin-top: 2.667vw;
    line-height: 5.267vw;
    font-size: 4.267vw;
  }
}
.concratulationPlusThreePopup.active {
  display: block;
}
.concratulationPlusThreePopup {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(2, 2, 2, 0.85);
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.concratulationPlusThreePopup-box {
  width: 301px;
  height: 151px;
  padding: 10px;
  background-image: url(../img/dontMisccChancePopup-box-green.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 350px;
  margin: auto;
  z-index: 30;
  font-size: 13px;
  font-family: adjaraSemiBold;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .concratulationPlusThreePopup-box {
    width: 80vw;
    height: 40vw;
    padding: 2.667vw;
    top: 60vw;
    font-size: 3.2vw;
  }
}
.concratulationPlusThreePopup__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .concratulationPlusThreePopup__cross {
    width: 5.333vw;
    height: 5.333vw;
    top: 2.667vw;
    right: 2.667vw;
  }
}
.concratulationPlusThreePopup-img {
  background-image: url(../img/concgratlationpopip-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 102px;
  height: 62.319px;
  flex-shrink: 0;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .concratulationPlusThreePopup-img {
    width: 27.2vw;
    height: 16.64vw;
  }
}

.concratulationPlusThreePopup-box-text {
  color: #fff;
  text-align: center;
  font-family: adjaraRegular;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .concratulationPlusThreePopup-box-text {
    margin-top: 2.667vw;
    line-height: 4.267vw;
    font-size: 3.267vw;
  }
}

.prizeTable {
  width: 100%;
  display: flex;
  margin-left: 44px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .prizeTable {
    margin-left: 8vw;
  }
}

.prizeTable__table {
  max-width: calc(100% - 24px);
  border-collapse: collapse;
  border: 2px solid #13946e;
  font-family: adjarabold, sans-serif;
  color: #fff;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .prizeTable__table {
    font-size: 3.2vw;
    border: 0.533vw solid #13946e;
  }
}

.prizeTable__table th,
.prizeTable__table td {
  border: 1px solid #13946e;
  padding: 5px 24px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .prizeTable__table th,
  .prizeTable__table td {
    padding: 1.6vw;
    font-size: 2.8vw;
  }
}

.prizeTable__table th {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .prizeTable__table th {
    font-size: 3.467vw;
  }
}

/* Optional: column widths like the screenshot */
.prizeTable__table th:nth-child(1),
.prizeTable__table td:nth-child(1) {
  width: 18%;
}

.prizeTable__table th:nth-child(2),
.prizeTable__table td:nth-child(2) {
  width: 26%;
}

.prizeTable__table th:nth-child(3),
.prizeTable__table td:nth-child(3) {
  width: 26%;
}

.prizeTable__table th:nth-child(4),
.prizeTable__table td:nth-child(4) {
  width: 30%;
}

.newTerms__contentOne-table {
  overflow-x: hidden;
}
.phoneVerificationBanner.active {
  display: flex;
}
.phoneVerificationBanner {
  width: 604px;
  min-height: 109px;
  padding: 14px 12px 16px 20px;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  border: 2px solid #c8ba78;
  border-radius: 10px;
  background: linear-gradient(180deg, #45433e 0%, #34332f 100%);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(1px);

  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneVerificationBanner {
    width: calc(100% - 28px);
    min-height: 114px;
    height: auto;
    padding: 12px 12px 12px 18px;
    gap: 10px;
    margin: 12px auto 6px;
    border-radius: 10px;
  }
}

.phoneVerificationBanner__icon {
  width: 84px;
  height: 84px;
  background-image: url(../img/phoneverfi-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneVerificationBanner__icon {
    width: 84px;
    height: 84px;
  }
}

.phoneVerificationBanner__text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  gap: 9px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneVerificationBanner__text {
    gap: 8px;
  }
}
.phoneVerificationBanner__text span {
  color: #fff;
  text-align: center;
  font-family: adjaraBold;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneVerificationBanner__text span {
    font-size: 16px;
    line-height: 20px;
  }
}
.phoneVerificationBanner__line-2 {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  background: #c8ba78;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
  font-family: adjaraBold;
}

.phoneVerificationBanner__line-2:hover {
  background: #d2c486;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .phoneVerificationBanner__line-2 {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
  }
}
.starExchange_container_border.no_login{
  display: none;
}

@media screen and (min-width: 941px) {
  .container__bg,
  .starExchange_container_border,
  .starExchange_container {
    width: 910px; 
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .container__bg,
  .starExchange_container_border,
  .starExchange_container {
    width: 91.4vw;
    max-width: 91.4vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.maintenanceModal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.maintenanceModal__box {
  width: 390px;
  min-height: 210px;
  padding: 42px 28px;
  border: 1px solid #138321;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 239, 104, 0.22) 0%, rgba(255, 239, 104, 0.06) 28%, rgba(255, 239, 104, 0) 48%),
    radial-gradient(circle at 50% 48%, #1d6512 0%, #073f05 56%, #043203 100%);
  box-shadow: 0 0 30px rgba(30, 177, 64, 0.2);
  color: #fff;
  font-family: "AdjaraBold", Arial, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.maintenanceModal__icon {
  margin-bottom: 22px;
  font-size: 42px;
  line-height: 1;
}

.maintenanceModal__text {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .maintenanceModal__box {
    width: 91.46666667vw;
    min-height: 50.13333333vw;
    padding: 9.6vw 5.33333333vw;
    border-radius: 3.2vw;
  }

  .maintenanceModal__icon {
    margin-bottom: 4.8vw;
    font-size: 11.2vw;
  }

  .maintenanceModal__text {
    font-size: 5.86666667vw;
    line-height: 1.2;
  }
}
