@font-face {
  font-family: "IM Fell Great Primer SC";
  src: url(/assets/Content/font/IM_Fell_Great_Primer_SC/IMFellGreatPrimerSC-Regular.ttf);
}
@font-face {
  font-family: Inconsolata;
  src: url(/assets/Content/font/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf);
}
@font-face {
  font-family: Inter;
  src: url(/assets/Content/font/Inter/Inter-VariableFont_slnt,wght.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(/assets/Content/font/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Titan One";
  src: url(/assets/Content/font/Titan_One/TitanOne-Regular.ttf);
}
@font-face {
  font-family: "Mohave";
  src: url(/assets/Content/font/Mohave/Mohave-VariableFont_wght.ttf);
}
body.l7 {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1440px;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: white;
}
body.l7 i {
  color: white;
}
body.l7 a {
  text-decoration: none !important;
}
body.l7 button {
  outline: none !important;
}

/* Home page / Deposit page start */
#processing_ticket {
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  height: 25px;
  width: 100%;
}

#unclaimed-rebate {
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  height: 25px;
  width: 100%;
}

#unclaimed-rebate a {
  color: black;
  text-decoration: none;
  outline: none;
}

.home-page,
.deposit-page,
.deposit-page .deposit-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 200px;
}
.home-page .data-row .data,
.deposit-page .data-row .data,
.deposit-page .deposit-tab .data-row .data {
  color: white;
}

.deposit-page .deposit-tab {
  padding-bottom: 0px;
}

.home-page .product-slider,
.deposit-page .product-slider {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.home-page .slider-container,
.deposit-page .slider-container {
  width: 240px;
  margin: auto;
}

.home-page .product-container,
.deposit-page .product-container {
  height: 70px;
  width: 80px;
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page .product,
.deposit-page .product {
  height: 70px;
  width: 70px;
  border-radius: 15px;
  background-color: white;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-page .product .veil,
.deposit-page .product .veil {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-page .product > img,
.deposit-page .product > img {
  height: auto;
  width: 60px;
}

.home-page .product-slider ul,
.deposit-page .product-slider ul {
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
}

.home-page .product-slider ul > li.prev,
.deposit-page .product-slider ul > li.prev {
  position: absolute;
  left: 15px;
  list-style: none;
}

.home-page .product-slider ul > li.next,
.deposit-page .product-slider ul > li.next {
  position: absolute;
  right: 15px;
  list-style: none;
}

.home-page .product-slider ul > li > img,
.deposit-page .product-slider ul > li > img {
  height: 24px;
  width: 13px;
}

.home-page span#product-text,
.deposit-page span#product-text {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme-color);
  text-align: center;
  margin: 0 auto;
}

.home-page .user-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  min-width: 60%;
}

.home-page .user-info-container .user-info {
  width: 100%;
  margin-left: 30px;
  height: 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-page .user-info-container .user-info .user-info-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 21px;
  color: white;
}

.home-page .user-info-container .user-info .user-info-img img {
  width: 12px;
}

.home-page .user-info-container .user-info .user-info-img i {
  font-size: 0.8em;
}

.home-page #product-username,
.home-page #product-password {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.25em;
  font-family: "Roboto";
  margin-left: 12px;
  color: var(--theme-color);
}

.home-page .product-info-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 75%;
}

.home-page .product-info-container .product-info,
.home-page .product-info-container .big-product-info {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 5px;
  width: 31%;
  min-width: 75px;
  height: 29px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

.home-page .product-info-container .product-info.disabled,
.home-page .product-info-container .big-product-info.disabled,
.home-page .action-button.change-password.disabled,
.deposit-page .action-button.disabled {
  border: 2px solid #4C4C4C !important;
  color: #4C4C4C !important;
}

.home-page .product-info-container .big-product-info {
  width: 65%;
  min-width: 150px;
}

.home-page .product-info-container .product-info-img {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.home-page .product-info-container .product-info-text {
  width: 100%;
  margin: auto;
  text-align: center;
}

.home-page .product-info-container .product-info img,
.home-page .product-info-container .big-product-info img {
  width: 15px;
}

.home-page .action-button {
  width: 75%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  border-radius: 17.5px;
  display: flex;
  color: white;
  text-decoration: none;
  outline: none;
}

.home-page .action-button.change-password {
  border: 2px solid white;
}

.home-page .action-button.back {
  background-color: var(--theme-color);
  color: black;
}

.home-page .action-button.transfer {
  background-color: #8358e9;
}

.home-page .deposit-withdraw-container {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.home-page .action-button.deposit {
  width: 47.5%;
  margin-right: 5%;
  background-color: #27AE60;
  padding: 0;
}

.home-page .action-button.deposit.disabled {
  background-color: #2f8a55;
  border-color: #2f8a55;
  color: white;
}

.home-page .action-button.withdraw.disabled {
  background-color: #ba3030;
  border-color: #ba3030;
  color: white;
}

.home-page .action-button.deposit.big {
  width: 75%;
  margin-right: auto;
}

.home-page .action-button.withdraw {
  width: 47.5%;
  background-color: #E12525;
  padding: 0;
}

.home-page .action-button > div {
  font-size: 14px;
  font-weight: 500;
  margin: auto;
}

.home-page .octagon-container {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: space-around;
}

.home-page .octagon {
  height: 15vh;
  width: 25%;
  position: relative;
  padding: 5px;
}

.home-page .octagon .octagon {
  background: #272622;
}

.home-page .octagon .octagon .octagon {
  background: #8c8e93;
}

.home-page .octagon:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 15px solid red;
  border-left: 15px solid black;
  border-right: 15px solid black;
}

.home-page .octagon .octagon:before {
  border-bottom: 10px solid #272622;
  border-left: 10px solid red;
  border-right: 10px solid red;
}

.home-page .octagon:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 15px solid red;
  border-left: 15px solid black;
  border-right: 15px solid black;
}

.home-page .octagon .octagon:after {
  border-top: 10px solid #272622;
  border-left: 10px solid red;
  border-right: 10px solid red;
  bottom: 10px;
}

.home-page .product-type-container {
  height: 15vh;
  min-height: 150px;
  width: 30%;
  max-width: 200px;
  display: flex;
  position: relative;
  border: 2px solid var(--theme-color);
  cursor: pointer;
  background: transparent;
  outline: none;
  color: white;
}

.home-page .product-type-container img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.home-page .product-type-container div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Adventure;
  text-transform: uppercase;
}

.home-page h3.rank-title {
  text-align: center;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-top: 30px;
}

.home-page .rank-table-container {
  margin-top: 5px;
  border-radius: 5px;
  background: linear-gradient(to right bottom, white, #d3ac58);
  width: 95%;
  padding: 3px;
  margin: auto;
}

.home-page .rank-table-container .custom-rank-table {
  height: 100%;
  width: 100%;
  padding: 20px 10px;
  background: linear-gradient(to bottom, #84581c, black);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 5px;
}

.home-page .rank-table-container .custom-rank-table .table-header {
  background: linear-gradient(to bottom, #f4c238, #c08d30 70%, #8a5830);
  text-transform: uppercase;
  text-align: center;
  font-family: Adventure;
  font-size: 10px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 5px 0;
}

.home-page .rank-table-container .custom-rank-table .data-row {
  grid-column: 1/5; /* span 4 columns */
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.home-page .rank-table-container .custom-rank-table .data-row:not(.no-data) {
  background: #6a605b;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 5px 0;
  border-radius: 2px;
}

.home-page .rank-table-container .custom-rank-table .data-row .data {
  position: relative;
}

.home-page .rank-table-container .custom-rank-table .data-row .rank-number {
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 4px);
  font-size: 8px;
}

.home-page .rank-table-container .custom-rank-table .data-row .icon-container {
  position: absolute;
  left: calc(50% - 15px);
  bottom: -7px;
  background-color: blue;
  transform: rotate(-45deg);
  border: 3px solid var(--theme-color);
  border-radius: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .rank-table-container .custom-rank-table .data-row .icon-container i,
.home-page .rank-table-container .custom-rank-table .data-row .icon-container svg {
  transform: rotate(45deg);
  font-size: 15px;
}

.home-page .rank-table-container .custom-rank-table .data-row:not(.no-data):nth-child(5),
.home-page .rank-table-container .custom-rank-table .data-row:not(.no-data):nth-child(6),
.home-page .rank-table-container .custom-rank-table .data-row:not(.no-data):nth-child(7) {
  background: linear-gradient(to right, #fac326, #734931);
}

/* Home page / Deposit page end */
/* Deposit Page start */
.deposit-page h2 {
  margin-top: 19px;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: white;
}

.deposit-page .amount-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 17px;
}

.deposit-page .amount-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: white;
  display: flex;
  align-items: center;
}

.deposit-page .amount-title .min-text {
  font-size: 9px;
  color: red;
  letter-spacing: 0.05em;
  margin-left: 9px;
}

.deposit-page .amount-input {
  min-height: 37px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  position: relative;
  margin-top: 6px;
  padding: 1px 0;
}

.deposit-page .amount-input .amount-button {
  position: absolute;
  top: calc(50% - 16.5px);
  height: 33px;
  width: 39px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  text-decoration: none;
}

.deposit-page #amount-text {
  background-color: transparent;
  height: 100%;
  width: 100%;
  color: white;
  border: none;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.deposit-page #amount-text:focus {
  outline: none;
}

.deposit-page .amount-input .amount-button.left {
  left: 2%;
}

.deposit-page .amount-input .amount-button.right {
  right: 2%;
}

.deposit-page .amount-presets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}

.deposit-page .amount-presets > a {
  width: 24%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--theme-color-success);
  color: white;
  text-decoration: none;
}

.deposit-page .bonus-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 24px;
}

.deposit-page .bonus-container .bonus-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color);
}

.deposit-page #bonus-select {
  width: 100%;
  height: 30px;
  padding: 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--theme-color);
  color: white;
  background-image: url("../image/l4/btn-down.png");
  background-size: 20px;
  background-position: top 5px right 1px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.deposit-page #bonus-select:focus {
  outline: none;
}

.deposit-page #bonus-select option {
  color: black;
}

.deposit-page .credit-container {
  width: 90%;
  margin: 0 auto;
}

.deposit-page .credit-container .credit-title {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 400;
  margin-top: 48px;
}

.deposit-page .credit-container .credit-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--theme-color);
  border-radius: 10px;
  height: 30px;
  color: white;
}

.deposit-page .credit-container ul.credit-warning {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}

.deposit-page .credit-container ul.credit-warning > li {
  color: red;
  list-style: none;
}

.deposit-page .selected-product-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 41px;
}

.deposit-page .selected-product-container .selected-product-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 900;
  font-size: 14px;
  color: white;
  margin-top: 8px;
}

.deposit-page .selected-bonus-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 900;
  font-size: 14px;
  color: white;
  margin-top: 8px;
}

.deposit-page .selected-product-container .selected-product-text.large {
  font-size: 24px;
  margin-top: 17px;
}

.deposit-page #next-button,
.deposit-page #confirm-button {
  height: 35px;
  border-radius: 17.5px;
  width: 90%;
  margin-top: 21.5px;
  background-color: var(--theme-color-success);
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  left: 10%;
  outline: none;
}

.deposit-page .payment-container {
  width: 90%;
  margin: 0 auto;
}

.deposit-page .payment-container .payment-title {
  font-weight: 400;
  color: var(--theme-color);
  font-size: 14px;
}

.deposit-page .payment-container .payment-title:first-child {
  margin-top: 44px;
}

.deposit-page .payment-container .payment-title:not(:first-child) {
  margin-top: 26px;
  margin-bottom: 13px;
}

.deposit-page .payment-container .payment-type-container,
.deposit-page .payment-container .payment-receipt-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.deposit-page .payment-container .payment-type-container .action-button {
  width: 49%;
  height: 29px;
  border: 1.5px solid var(--theme-color);
  border-radius: 10px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deposit-page .payment-container .payment-type-container .action-button.active {
  background-color: var(--theme-color);
  color: black;
}

.deposit-page .payment-container .payment-receipt-container .file-text {
  border: 1.5px solid var(--theme-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 29px;
  width: 100%;
  padding-left: 12px;
  font-size: 12px;
  color: white;
}

.deposit-page .payment-container ul.warning-text {
  color: red;
  margin-top: 13px;
  list-style: none;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}

.deposit-page .payment-container .payment-receipt-container .action-button {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  height: 29px;
  width: 74px;
  min-width: 74px;
  margin-left: 3px;
  font-size: 12px;
  text-decoration: none;
}

.deposit-page .payment-container #duitnow-payment-method-select,
.deposit-page .payment-container #payment-bank-select,
.deposit-page .payment-container #payment-product-id-select,
.deposit-page .payment-container #payment-bank-account-select {
  border: 1.5px solid var(--theme-color);
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: transparent;
  height: 29px;
  margin-top: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 13px;
  appearance: none;
}

.deposit-page .payment-container #duitnow-payment-method-select option,
.deposit-page .payment-container #payment-bank-select option,
.deposit-page .payment-container #payment-product-id-select option,
.deposit-page .payment-container #payment-bank-account-select option {
  color: black;
  max-width: 100%;
}

.deposit-page .payment-container #payment-bank-account-select option {
  font-size: 10px;
}

.deposit-page .copy-button {
  font-size: 12px;
}

.deposit-page .copy-text {
  margin-right: 5px;
}

/* Deposit Page end */
/*Start Profile Page*/
a.profile-change-password {
  text-decoration: none;
  color: var(--main-font-color);
  border: 0px;
  width: 49%;
  margin-right: 1%;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.3764705882);
  height: unset;
  font-size: 10pt;
}

a.profile-logout {
  text-decoration: none;
  color: var(--main-font-color);
  background-color: #FB4F42;
  border: 0px;
  width: 49%;
  margin-left: 1%;
  border-radius: 0px;
  height: unset;
  font-size: 10pt;
}

div.profile-membership {
  background-color: rgba(255, 255, 255, 0.0823529412);
  border-top: 2px solid var(--theme-color);
}

div.profile-membership ul.nav.nav-tabs {
  border: 0px;
  /*width: 100vw;*/
}

div.profile-membership ul.nav.nav-tabs li span {
  border-radius: 0px;
  background-color: transparent;
  color: var(--main-font-color);
  /*width: 50vw;*/
  margin-left: -15px;
}

div.profile-membership ul.nav.nav-tabs li:first-child span {
  border-color: var(--theme-color);
  border-top: 1px;
  border-left: 1px;
}

div.profile-membership ul.nav.nav-tabs li:last-child span {
  border-color: var(--theme-color);
  border-top: 1px;
  border-right: 1px;
}

div.profile-membership ul.nav.nav-tabs li span.active {
  font-weight: bold;
  border: 0px;
}

div.profile-membership div.tab-content {
  margin: 15px 0px;
}

.step-progressbar-toplabels .step-progressbar-steplabel,
.step-progressbar-bottomlabels .step-progressbar-steplabel {
  color: var(--main-font-color) !important;
}

.step-progressbar-bar .step-progressbar-progress,
.step-progressbar-rounded .step-progressbar-bar:before,
.step-progressbar-rounded .step-progressbar-bar:after {
  background-color: var(--theme-color) !important;
}

div.theme-box {
  margin: 10px 0px 20px 0px;
  width: 100%;
}

div.theme-box div.theme-box-header {
  position: relative;
  color: var(--main-font-color);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

div.theme-box div.theme-box-body {
  text-align: center;
  padding: 5px;
  color: #514A4C;
}

/*End Profile Page*/
#main-content .esports-page {
  background-color: #171731;
}
#main-content .esports-page > * {
  background-color: #171731;
}
#main-content .esports-page .games-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#main-content .esports-page .games-container > .game-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin-left: 1.6%;
  margin-right: 1.6%;
  margin-top: 30px;
}
#main-content .esports-page .games-container > .game-tile > img {
  width: 100%;
}
#main-content .esports-page .games-container > .game-tile > span {
  color: var(--theme-color);
  margin-top: 17px;
}
#main-content .esports-page .game-tiles-container {
  position: relative;
}
#main-content .esports-page .game-tiles-container .game-tiles {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  top: 10%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content .esports-page .game-tiles-container .game-tiles > img {
  margin-top: 30px;
}
/* History Page */
.history-page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.history-page h3 {
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 19px;
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 900;
  color: white;
}

.history-page .history-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  background-color: var(--theme-color);
  color: white;
}

.history-page .history-tabs > a {
  text-transform: uppercase;
  color: black;
  font-weight: 900;
  font-size: 12px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.history-page .history-tabs > a .active-indicator {
  position: absolute;
  background-color: white;
  height: 5px;
  width: 100%;
  bottom: 0;
}

.history-page .history-header {
  margin: 11px 10px 0 10px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: white;
}

.history-page .history-data {
  font-size: 12px;
}

.history-page .history-header:not(.redeem) > div:first-child,
.history-page .history-data:not(.redeem) a > div:first-child {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.history-page .history-header:not(.redeem) > div:nth-child(2),
.history-page .history-data:not(.redeem) a > div:nth-child(2) {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.history-page .history-header:not(.redeem) > div:nth-child(3),
.history-page .history-data:not(.redeem) a > div:nth-child(3) {
  width: 35%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-page .history-data.claim a > div:nth-child(3) > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.history-page .history-header.redeem > div:first-child,
.history-page .history-data.redeem a > div:first-child {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.history-page .history-header.redeem > div:nth-child(2),
.history-page .history-data.redeem a > div:nth-child(2) {
  width: 30%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-page .history-header.redeem > div:nth-child(3),
.history-page .history-data.redeem a > div:nth-child(3) {
  width: 30%;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-page .history-data {
  margin: 11px 10px 0 10px;
}

.history-page .history-data a {
  text-decoration: none;
  color: white;
  height: 40px;
  display: flex;
  flex-direction: row;
}

.history-page .white-background {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: white;
  border-radius: 50%;
}

.history-page i.processing {
  color: var(--theme-color);
}

.history-page i.success,
.history-page i.reject {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.history-page i.success {
  color: var(--theme-color-success);
}

.history-page i.reject {
  color: red;
}

#history-modal.modal {
  z-index: 9999999999;
}

#history-modal .modal-dialog-centered {
  margin: 0;
}

#history-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  width: 100vw;
  height: 100vh;
}

#history-modal .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
}

#history-modal .close-button {
  position: absolute;
  top: 12px;
  right: 18px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 5px solid white;
  background-color: transparent;
  display: flex;
}

#history-modal .close-button i {
  font-size: 1.8em;
  color: white;
  background-color: transparent;
  margin: auto;
}

#history-modal .close-button svg {
  color: white;
}

#history-modal .history-container {
  margin: auto;
  width: 80vw;
  padding: 18px;
  border-radius: 11px;
  border: 2px solid var(--theme-color);
  background-color: black;
}

#history-modal .history-container #history-modal-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
}

#history-modal .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
}

#history-modal .history-container {
  margin: auto;
  width: 80vw;
  padding: 18px;
  border-radius: 11px;
  border: 2px solid var(--theme-color);
  background-color: black;
}

#history-modal .history-container #history-modal-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
}

#history-modal .history-container .divider {
  height: 1px;
  width: 100%;
  background-color: var(--theme-color);
  margin: 16px 0;
}

#history-modal .history-container .info-container {
  margin-top: 5px;
  color: white;
}

#history-modal .history-container .info-container > div {
  display: flex;
  flex-direction: row;
  margin-top: 11px;
}

#history-modal .history-container .info-container > div > div:first-child {
  width: 40%;
}

#history-modal .history-container .info-container > div > div:nth-child(3) {
  width: 40%;
  margin-left: 20px;
}

/* History Page end*/
#main-content {
  /* pages */
}
#main-content .landing-page .leaderboard-table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  color: white;
  font-weight: bold;
}
#main-content .landing-page .leaderboard-table tr {
  height: 20px;
}
#main-content .landing-page .leaderboard-table td {
  border: 1px solid #fabb2e;
  padding: 4px;
}
#main-content .landing-page .leaderboard-table td.amount {
  color: #fabb2e;
}
#main-content .landing-page .leaderboard-table #deposit-title {
  background-color: #fabb2e;
  color: black;
}
#main-content .landing-page .leaderboard-table #withdraw-title {
  background-color: #ffe156;
  color: black;
}
#main-content .landing-page .login-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 20px;
}
#main-content .landing-page .login-container > a {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #ffe156;
  background-color: black;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#main-content .landing-page .login-container > a.register {
  border-color: #fabb2e;
}
#main-content .landing-page .user-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 80%;
}
#main-content .landing-page .user-container > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#main-content .landing-page .user-container > div:nth-child(2) {
  font-size: 16px;
}
#main-content .landing-page .funds-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 50px;
}
#main-content .landing-page .funds-container > a {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #ffe156;
  background-color: black;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#main-content .landing-page .funds-container > a.deposit > span {
  animation: scale-up-down 1s linear infinite;
}
#main-content .landing-page .referral-promotion {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main-content .landing-page .referral-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#main-content .landing-page .referral-container > div {
  text-transform: uppercase;
}
#main-content .landing-page .referral-container > div:first-child {
  grid-column: span 2;
}
#main-content .landing-page .referral-container > div > a,
#main-content .landing-page .referral-container > div > button {
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fabb2e;
  border-radius: 10px;
  padding: 5px 0;
  background: transparent;
}
#main-content .landing-page .referral-container > div > a > span,
#main-content .landing-page .referral-container > div > button > span {
  animation: scale-up-down 1s linear infinite;
}

/* Mission Page */
.mission-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
}

.mission-page h3 {
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 19px;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
}

.mission-page .mission-container {
  border: 2px solid #F9D382;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.mission-page .mission-container .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.mission-page .mission-container .image-container img {
  height: 40px;
  width: 40px;
}

.mission-page .mission-container .image-container .mission-points {
  color: var(--theme-color);
  font-size: 14px;
}

.mission-page .mission-container .description-container {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
  margin-bottom: 11px;
  width: 100%;
}

.mission-page .mission-container .description-container .title-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}

.mission-page .mission-container .description-container .title-container .mission-name {
  font-size: 12px;
  color: var(--theme-color);
}

.mission-page .mission-container .description-container .title-container .mission-progress {
  font-size: 10px;
  color: white;
}

.mission-page .mission-container .description-container .mission-description {
  font-size: 10px;
  color: white;
}

.mission-page .mission-container .progress-bar {
  margin-top: 2px;
}

.mission-page .mission-button {
  min-height: 100%;
  min-width: 77px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: rgb(110, 209, 110);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-page .mission-button.disabled {
  background-color: #555555;
  color: rgb(255, 114, 114);
}

/* Mission Page end */
#main-content .promotion-page .promotion-title {
  border-radius: 100px;
  border: 3px solid #fabb2e;
  padding: 10px;
  width: 100%;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#main-content .promotion-page select#ProductList {
  width: calc(100% - 20px);
  border-radius: 10px;
  text-align: center;
  background: black;
  color: #fabb2e;
  border-color: #fabb2e;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
#main-content .promotion-page .promotions-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
#main-content .promotion-page .promotions-container > div {
  width: 100%;
  min-width: 110px;
  height: 110px;
  background: black;
  border: 1px solid #fabb2e;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
#main-content .promotion-page .promotions-container > div a,
#main-content .promotion-page .promotions-container > div button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 100ms linear;
}
#main-content .promotion-page .promotions-container > div a > img,
#main-content .promotion-page .promotions-container > div button > img {
  object-fit: cover;
  height: 100%;
  width: auto;
  max-width: 100%;
}
#main-content .promotion-page .promotions-container > div a:not(:disabled):active,
#main-content .promotion-page .promotions-container > div button:not(:disabled):active {
  transform: scale(0.9);
}
#main-content .promotion-page .promotions-container > div a .rebate-amount,
#main-content .promotion-page .promotions-container > div button .rebate-amount {
  display: flex;
  flex-direction: column;
}
#main-content .promotion-page .promotions-container > div button {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  position: relative;
}
#main-content .promotion-page .promotions-container > div button:disabled ::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
}
#main-content .promotion-page .promotions-container > div:first-child {
  grid-column: span 3;
}

/* Redeem Page */
.redeem-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 300px;
  color: white;
}

.redeem-page h3 {
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 19px;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
  color: white;
}

.redeem-page h3.item-type {
  margin-bottom: 28px;
}

.redeem-page .redeem-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  margin-bottom: 22px;
}

.redeem-page .redeem-container > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.redeem-page .redeem-container > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
  font-size: 13px;
  height: 100%;
  color: white;
}

/* Redeem V3 */
.redeem-tabs {
  gap: 10px;
}

.redeem-page .redeem-tab {
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 900;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  border-radius: 16px;
  text-decoration: none;
}

.redeem-page .active {
  background-color: var(--theme-color);
  border: 2px solid transparent;
  color: black;
}

.redeem-page .redeem-data {
  position: relative;
  margin-top: 50px;
}

.redeem-page .redeem-data .redeem-img-container {
  width: 90%;
  border: 3px solid var(--theme-color-3);
  margin: auto;
  position: relative;
}

.redeem-page .redeem-data .redeem-img-container img {
  width: 100%;
  height: 100%;
}

.redeem-page .redeem-data .redeem-img-container .redeem-discount-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 30%;
  background-color: var(--theme-color-3);
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.redeem-page .redeem-data .redeem-img-container .redeem-discount {
  text-align: center;
  color: red;
  font-weight: normal;
  font-size: 22px;
}

/* Redeem V3 End*/
.redeem-page .redeem-item-container {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.redeem-page .redeem-item-container .product-container {
  height: 177px;
  width: 177px;
  border-radius: 8px;
  background-color: white;
  color: black;
}

.redeem-page .redeem-item-container .product-container .product {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.redeem-page .redeem-item-container .product-container .product img {
  width: 100%;
  height: auto;
}

.redeem-page .redeem-item-container ul {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
}

.redeem-page .slider-container {
  width: 177px;
  margin: auto;
}

.redeem-page .redeem-item-container ul > li.prev {
  position: absolute;
  left: 15px;
  list-style: none;
}

.redeem-page .redeem-item-container ul > li.next {
  position: absolute;
  right: 15px;
  list-style: none;
}

.redeem-page .redeem-item-container ul > li > img {
  height: 24px;
  width: 12px;
}

.redeem-page #item-name {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
  color: var(--theme-color);
  font-weight: 900;
  font-size: 24px;
}

.redeem-page .info-container {
  display: flex;
  flex-direction: row;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 3px;
  font-weight: 900;
  font-size: 14px;
}

.redeem-page .info-container > div:not(:nth-child(2)) {
  width: 49%;
}

.redeem-page .info-container > div:nth-child(3) {
  display: flex;
  flex-direction: row;
}

.redeem-page #redeem-button, .redeem-page .redeem-button {
  width: 70%;
  height: 35px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  background-color: var(--theme-color-success);
  border-radius: 16px;
  text-decoration: none;
}

.redeem-page .player-points,
.redeem-page .required-points,
.redeem-page .stock-left {
  margin-left: 5px;
}

/* Redeem Page end */
#submitRegisterBtn,
#processingBtn {
  height: 35px;
  /*width: 175px;*/
  width: 45%;
  font-family: "Arial";
  border-radius: 0px;
  font-weight: bold;
  border: none;
  background: var(--theme-color);
  color: black;
  border-radius: 10px;
}

#main-content .tier-details-page {
  min-height: 100vh;
  background-color: var(--color-grey-80);
  color: white;
  padding-bottom: 100px;
}
#main-content .tier-details-page table th, #main-content .tier-details-page table td {
  border: 3px solid var(--theme-color);
}
#main-content .tier-details-page > .title {
  font-size: 18px;
  font-weight: 400;
  padding-top: 50px;
  margin-bottom: 50px;
}
#main-content .tier-details-page .current-tier {
  margin-top: 30px;
  padding: 35px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-image: url(/assets/image/l5/card-bronze.png);
  background-repeat: round;
  background-size: cover;
}
#main-content .tier-details-page .current-tier.effective-tier {
  margin-bottom: 30px;
}
#main-content .tier-details-page .current-tier > .tier-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#main-content .tier-details-page .current-tier > .tier-container > img {
  height: 105px;
  width: auto;
}
#main-content .tier-details-page .current-tier > .tier-container > div {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  padding: 0px 50px;
  /** change this color **/
  color: #743A00;
}
#main-content .tier-details-page .current-tier > .progress-bar-container {
  width: 100%;
  margin-top: 22px;
  display: flex;
  align-items: center;
}
#main-content .tier-details-page .current-tier > .progress-bar-container .progress-bar {
  background-color: rgba(232, 233, 235, 0.3);
  border-radius: 9px;
  height: 18px;
  width: 100%;
}
#main-content .tier-details-page .current-tier > .progress-bar-container .progress-bar .progress {
  height: inherit;
  border-radius: inherit;
  /*  chagne this color */
  background-color: #743A00;
  width: 10%;
}
#main-content .tier-details-page .current-tier > .progress-bar-container > img {
  height: 60px;
  width: 60px;
  margin-left: 60px;
}
#main-content .tier-details-page .current-tier > .progress-details {
  display: flex;
  justify-content: space-between;
  padding-right: 120px;
  font-size: 24px;
  font-weight: bold;
}
#main-content .tier-details-page .current-tier.silver {
  background-image: url(/assets/image/l5/card-silver.png);
}
#main-content .tier-details-page .current-tier.silver > .tier-container > div {
  color: #4762C2;
}
#main-content .tier-details-page .current-tier.silver > .progress-bar-container .progress-bar .progress {
  background-color: #4762C2;
}
#main-content .tier-details-page .current-tier.gold {
  background-image: url(/assets/image/l5/card-gold.png);
}
#main-content .tier-details-page .current-tier.gold > .tier-container > div {
  color: #A46503;
}
#main-content .tier-details-page .current-tier.gold > .progress-bar-container .progress-bar .progress {
  background-color: #A46503;
}
#main-content .tier-details-page .current-tier.platinum {
  background-image: url(/assets/image/l5/card-platinum.png);
}
#main-content .tier-details-page .current-tier.platinum > .tier-container > div {
  color: #3A213F;
}
#main-content .tier-details-page .current-tier.platinum > .progress-bar-container .progress-bar .progress {
  background-color: #3A213F;
}
#main-content .tier-details-page .current-tier.diamond {
  background-image: url(/assets/image/l5/card-diamond.png);
}
#main-content .tier-details-page .current-tier.diamond > .tier-container > div {
  color: #5456C4;
}
#main-content .tier-details-page .current-tier.diamond > .progress-bar-container .progress-bar .progress {
  background-color: #5456C4;
}
#main-content .tier-details-page .current-tier.elite {
  background-image: url(/assets/image/l5/card-elite.png);
}
#main-content .tier-details-page .current-tier.elite > .tier-container > div {
  color: #EC3AA6;
}
#main-content .tier-details-page .current-tier.elite > .progress-bar-container .progress-bar .progress {
  background-color: #EC3AA6;
}
#main-content .tier-details-page .current-tier.master {
  background-image: url(/assets/image/l5/card-master.png);
}
#main-content .tier-details-page .current-tier.master > .tier-container > div {
  color: #693797;
}
#main-content .tier-details-page .current-tier.master > .progress-bar-container .progress-bar .progress {
  background-color: #693797;
}
#main-content .tier-details-page > .vip-details-container {
  display: flex;
  flex-direction: column;
  padding: 75px 60px;
  background-color: #595959;
}
#main-content .tier-details-page > .vip-details-container > .title {
  font-weight: bold;
  font-size: 32px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers {
  width: 100%;
  height: 470px;
  border-radius: 5px;
  background-color: #474749;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 55px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .deco-1 {
  position: absolute;
  height: 620px;
  width: 620px;
  background: linear-gradient(180deg, #504A67 0%, rgba(109, 191, 225, 0) 100%);
  right: -180px;
  bottom: -20px;
  border-radius: 50%;
  opacity: 0.7;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .deco-2 {
  position: absolute;
  height: 620px;
  width: 620px;
  background: linear-gradient(180deg, #000000 0%, rgba(119, 143, 215, 0) 100%);
  right: -50px;
  bottom: -370px;
  border-radius: 50%;
  opacity: 0.2;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .deco-3 {
  position: absolute;
  height: 620px;
  width: 620px;
  background: linear-gradient(180deg, #201C2E 0%, rgba(65, 177, 224, 0) 100%);
  right: -310px;
  bottom: -260px;
  border-radius: 50%;
  opacity: 0.2;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 5;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element {
  position: relative;
  display: flex;
  height: 50px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .block {
  width: 100%;
  border-top: 3px solid var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
  background-color: #474749;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > svg {
  min-width: 10px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > svg > line {
  stroke: var(--theme-color);
  stroke-width: 3;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle {
  flex: 1;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle.fill-start svg:nth-child(1) > path {
  fill: var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle.fill-start.fill-end > .block {
  background-color: var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle .tier-progress {
  height: 100%;
  background-color: var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle.fill-end svg:nth-child(3) > path {
  fill: var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.start {
  width: 30px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.start > .block {
  border-left: 3px solid var(--theme-color);
  background-color: var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.start path {
  fill: var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.end {
  width: 30px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.end > .block {
  border-right: 3px solid var(--theme-color);
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .icon-container {
  position: absolute;
  width: 200px;
  left: -100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .icon-container > img {
  height: 60px;
  width: auto;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .icon-container > span {
  color: white;
  font-weight: 600;
  font-size: 20px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element:nth-child(even) > .icon-container {
  top: -125px;
}
#main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element:nth-child(odd) > .icon-container {
  bottom: -150px;
}
#main-content .tier-details-page > .vip-details-container > table {
  margin-top: 45px;
}
#main-content .tier-details-page > .vip-details-container > table th, #main-content .tier-details-page > .vip-details-container > table td {
  width: 33%;
  height: 60px;
  background-color: black;
  text-align: center;
}
#main-content .tier-details-page > .vip-table-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main-content .tier-details-page > .vip-table-container > table {
  margin-top: 45px;
}
#main-content .tier-details-page > .vip-table-container > table th {
  padding: 20px 0px;
  width: 33%;
  background-color: black;
}
#main-content .tier-details-page > .vip-table-container > table th:nth-child(1) {
  border: none;
  background-color: transparent;
}
#main-content .tier-details-page > .vip-table-container > table th > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main-content .tier-details-page > .vip-table-container > table th > div > .image-container {
  display: flex;
  align-items: center;
}
#main-content .tier-details-page > .vip-table-container > table th > div > .image-container > img {
  height: 60px;
  margin-right: 20px;
}
#main-content .tier-details-page > .vip-table-container > table th > div > .image-container > span {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}
#main-content .tier-details-page > .vip-table-container > table th > div > span {
  margin-top: 10px;
}
#main-content .tier-details-page > .vip-table-container > table td {
  width: 33%;
  height: 60px;
  background-color: black;
  text-align: center;
}
#main-content .tier-details-page > .vip-table-container > p {
  font-size: 0.75em;
  margin-top: 10px;
}

@media (max-width: 900px) {
  #main-content .tier-details-page {
    min-height: unset;
    background-color: white;
    color: white;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
    min-width: 100vw;
  }
  #main-content .tier-details-page table th, #main-content .tier-details-page table td {
    border: 1px solid var(--theme-color);
    border-radius: 5px;
  }
  #main-content .tier-details-page > .title {
    display: none;
    font-size: 18px;
    font-weight: 400;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  #main-content .tier-details-page .current-tier {
    position: absolute;
    top: -150px;
    z-index: -1;
    padding: 16px;
    padding-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100vw - 20px);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
  }
  #main-content .tier-details-page .current-tier.effective-tier {
    top: -270px;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    z-index: 99;
  }
  #main-content .tier-details-page .current-tier > .tier-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #main-content .tier-details-page .current-tier > .tier-container > img {
    height: 33px;
    width: auto;
  }
  #main-content .tier-details-page .current-tier > .tier-container > img:nth-child(3) {
    display: none;
  }
  #main-content .tier-details-page .current-tier > .tier-container > div {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    padding: 0px 20px;
    /** change this color **/
    color: #743A00;
  }
  #main-content .tier-details-page .current-tier > .progress-bar-container {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  #main-content .tier-details-page .current-tier > .progress-bar-container .progress-bar {
    background-color: rgba(232, 233, 235, 0.3);
    border-radius: 9px;
    height: 8px;
    width: 100%;
  }
  #main-content .tier-details-page .current-tier > .progress-bar-container .progress-bar .progress {
    height: inherit;
    border-radius: inherit;
    /*  chagne this color */
    background-color: #743A00;
    width: 10%;
  }
  #main-content .tier-details-page .current-tier > .progress-bar-container > img {
    height: 20px;
    width: 20px;
    margin-left: 20px;
  }
  #main-content .tier-details-page .current-tier > .progress-details {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
    margin-top: 2px;
    font-size: 8px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  #main-content .tier-details-page > .vip-details-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: var(--color-grey-80);
    width: 100%;
    margin-top: 300px;
  }
  #main-content .tier-details-page > .vip-details-container > .title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: black;
    padding-top: 10px;
    font-weight: bold;
    position: absolute;
    top: -160px;
  }
  #main-content .tier-details-page > .vip-details-container > .title.effective-tier {
    top: -300px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers {
    width: 90%;
    height: 230px;
    border-radius: 5px;
    background-color: #474749;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .deco-1 {
    position: absolute;
    height: 270px;
    width: 270px;
    background: linear-gradient(180deg, #504A67 0%, rgba(109, 191, 225, 0) 100%);
    right: -120px;
    bottom: 20px;
    border-radius: 50%;
    opacity: 0.7;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .deco-2 {
    position: absolute;
    height: 270px;
    width: 270px;
    background: linear-gradient(180deg, #000000 0%, rgba(119, 143, 215, 0) 100%);
    right: -50px;
    bottom: -120px;
    border-radius: 50%;
    opacity: 0.2;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .deco-3 {
    position: absolute;
    height: 270px;
    width: 270px;
    background: linear-gradient(180deg, #201C2E 0%, rgba(65, 177, 224, 0) 100%);
    right: -170px;
    bottom: -50px;
    border-radius: 50%;
    opacity: 0.2;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar {
    display: flex;
    flex-direction: row;
    width: 100%;
    z-index: 5;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element {
    position: relative;
    display: flex;
    height: 20px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .block {
    width: 100%;
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    background-color: #474749;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > svg {
    min-width: 4px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > svg > line {
    stroke: var(--theme-color);
    stroke-width: 2;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle {
    flex: 1;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle.fill-start svg:nth-child(1) > path {
    fill: var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle.fill-start.fill-end > .block {
    background-color: var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle .tier-progress {
    height: 100%;
    background-color: var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.middle.fill-end svg:nth-child(3) > path {
    fill: var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.start {
    width: 20px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.start > .block {
    border-left: 2px solid var(--theme-color);
    background-color: var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.start path {
    fill: var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.end {
    width: 20px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element.end > .block {
    border-right: 2px solid var(--theme-color);
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .icon-container {
    position: absolute;
    width: 50px;
    left: -25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .icon-container > img {
    height: 20px;
    width: auto;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element > .icon-container > span {
    color: white;
    font-weight: 600;
    font-size: 10px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element:nth-child(even) > .icon-container {
    top: -60px;
  }
  #main-content .tier-details-page > .vip-details-container > .all-tiers .tier-bar > .element:nth-child(odd) > .icon-container {
    bottom: -70px;
  }
  #main-content .tier-details-page > .vip-details-container > table {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 12px;
    width: calc(100% - 20px);
  }
  #main-content .tier-details-page > .vip-details-container > table th, #main-content .tier-details-page > .vip-details-container > table td {
    width: 33%;
    height: 40px;
    background-color: black;
    text-align: center;
  }
  #main-content .tier-details-page > .vip-table-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    background-color: var(--color-grey-80);
  }
  #main-content .tier-details-page > .vip-table-container > table {
    margin-top: 15px;
    width: 100%;
  }
  #main-content .tier-details-page > .vip-table-container > table th {
    padding: 10px 0px;
    width: 33%;
    background-color: black;
    font-size: 12px;
  }
  #main-content .tier-details-page > .vip-table-container > table th:nth-child(1) {
    border: none;
    background-color: transparent;
  }
  #main-content .tier-details-page > .vip-table-container > table th > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #main-content .tier-details-page > .vip-table-container > table th > div > .image-container {
    display: flex;
    align-items: center;
  }
  #main-content .tier-details-page > .vip-table-container > table th > div > .image-container > img {
    height: 20px;
    margin-right: 5px;
  }
  #main-content .tier-details-page > .vip-table-container > table th > div > .image-container > span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }
  #main-content .tier-details-page > .vip-table-container > table th > div > span {
    margin-top: 5px;
    font-size: 10px;
  }
  #main-content .tier-details-page > .vip-table-container > table td {
    width: 33%;
    height: 40px;
    background-color: black;
    text-align: center;
    font-size: 11px;
  }
  #main-content .tier-details-page > .vip-table-container > table td:nth-child(1) {
    font-weight: bold;
  }
  #main-content .tier-details-page > .vip-table-container > p {
    font-size: 0.75em;
    margin-top: 15px;
    text-align: justify;
  }
} /* Mini Game Page */
.mini-game-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
}

.mini-game-page .mini-game-container {
  width: 80%;
  margin: 0 auto;
}

.mini-game-page .mini-game-container .mini-game-board {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.mini-game-page .mini-game-container .mini-game-board .cell {
  width: 30%;
  height: 30%;
  margin: 1%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-game-page .mini-game-container .mini-game-board .cell .value {
  position: absolute;
  text-align: center;
  color: #7d6c0f;
  font-size: 10px;
  width: 100%;
}

.mini-game-page .mini-game-container .mini-game-board .cell img {
  width: 90%;
  height: auto;
  margin-bottom: 10%;
}

.mini-game-page #no-token-text {
  min-height: 12px;
  font-size: 12px;
  text-align: center;
  color: red;
}

.mini-game-page #play-button,
.mini-game-page #convert-button,
.mini-game-page #double-button {
  height: 29px;
  width: 55%;
  border-radius: 5px;
  background-color: var(--theme-color-success);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.mini-game-page #convert-button {
  background-color: var(--theme-color);
  margin-bottom: 5px;
}

.mini-game-page #double-button {
  background-color: var(--theme-color-3);
  margin-bottom: 5px;
  color: black;
}

.mini-game-page #play-button.disabled {
  background-color: #575757;
  color: #A9A9A9;
}

.mini-game-page .info-text-container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  font-weight: 500;
}

.mini-game-page .info-text-container.first {
  color: var(--theme-color-success);
  margin-top: 30px;
}

.mini-game-page .info-text-container > div:first-child {
  width: 49%;
}

.mini-game-page .info-text-container > div:nth-child(3) {
  margin-left: 5%;
}

.mini-game-page .divider {
  width: 85%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 11px;
}

.mini-game-page .rules-container {
  width: 77%;
  margin: 0 auto;
}

.mini-game-page .rules-container > ul {
  list-style: none;
  padding: 0;
  font-size: 9px;
  font-weight: 500;
}

/* Mini Game Page end*/
#main-content ._4d-page > .title {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-grey-60);
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  #main-content ._4d-page > .title {
    display: none;
  }
}
#main-content ._4d-page .draws-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-decoration: none;
}
@media (max-width: 900px) {
  #main-content ._4d-page .draws-container {
    margin-top: 20px;
  }
}
#main-content ._4d-page .draws-container .draw-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: var(--color-grey-80);
}
#main-content ._4d-page .draws-container .draw-card > img {
  width: 100%;
  height: auto;
}
#main-content ._4d-page .draws-container .draw-card > .title {
  margin-top: 10px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 900px) {
  #main-content ._4d-page .draws-container .draw-card > .title {
    font-size: 14px;
  }
}
#main-content ._4d-page .play-now {
  display: block;
  background-color: var(--theme-color);
  text-align: center;
  padding: 20px;
  width: 100%;
  font-size: 40px;
  color: white;
  text-decoration: none;
  margin-top: 50px;
  margin-bottom: 50px;
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
}
@media (max-width: 900px) {
  #main-content ._4d-page .play-now {
    font-size: 14px;
    padding: 10px;
  }
}

#main-content ._4d-details-page {
  background-color: var(--color-grey-80);
  padding-top: 50px;
  padding-bottom: 150px;
}
#main-content ._4d-details-page > .title {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-grey-60);
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .title {
    display: none;
  }
}
#main-content ._4d-details-page > .jackpot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
#main-content ._4d-details-page > .jackpot-container > .title {
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.2em;
  /* Rad 01 */
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 4px #FFD700;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .jackpot-container > .title {
    font-size: 24px;
  }
}
#main-content ._4d-details-page > .jackpot-container > .image-container {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .jackpot-container > .image-container {
    margin-top: 10px;
  }
  #main-content ._4d-details-page > .jackpot-container > .image-container > img {
    width: 95vw;
  }
}
#main-content ._4d-details-page > .jackpot-container > .image-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}
#main-content ._4d-details-page > .jackpot-container > .image-container > div > span {
  font-family: "Roboto", sans-serif;
  font-size: 96px;
  color: #FFE70C;
  font-weight: bold;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .jackpot-container > .image-container > div > span {
    font-size: 36px;
  }
}
#main-content ._4d-details-page > .conditions-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: 160px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 32%;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container {
    width: 100%;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container:nth-child(1) {
  position: absolute;
  left: 34%;
  width: 32%;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container:nth-child(1) {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    left: 0;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container:nth-child(2) {
  position: absolute;
  left: 0;
  width: 32%;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container:nth-child(2) {
    position: relative;
    width: 100%;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card {
    border-radius: 0;
    padding: 2px;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--color-grey-80);
  border-radius: inherit;
  color: white;
  padding-bottom: 30px;
  padding-top: 55px;
  font-size: 24px;
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition > .title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  border-radius: 25px;
  left: 25%;
  top: calc(-25px + 1%);
  font-size: 32px;
  color: var(--color-grey-80);
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition > .title {
    position: relative;
    background-color: transparent;
    top: 0;
    left: 0;
    width: unset;
    color: #C6C6C6;
    font-size: 18px;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition .top > span:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition .top > span:nth-child(2) {
    font-size: 18px;
    margin: 0;
  }
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition {
    flex-direction: row;
    padding: 10px;
    font-size: 13px;
    justify-content: space-between;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition > span:nth-child(3) {
  letter-spacing: 0.2em;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card .condition > span:nth-child(3) {
    font-size: 18px;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.silver {
  background: linear-gradient(90.28deg, #979484 8.69%, #DFDFDF 105.74%);
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.silver .condition > .title {
  background: linear-gradient(90.28deg, #979484 8.69%, #DFDFDF 105.74%);
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card.silver .condition > .title {
    background: none;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.gold {
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.gold .condition > .title {
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card.gold .condition > .title {
    background: none;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.gold .condition > span:nth-child(2) {
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.bronze {
  background: linear-gradient(90.28deg, #9F764B 8.69%, #F1E2AD 105.74%);
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.bronze .condition > .title {
  background: linear-gradient(90.28deg, #9F764B 8.69%, #F1E2AD 105.74%);
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container .condition-card.bronze .condition > .title {
    background: none;
  }
}
#main-content ._4d-details-page > .conditions-container .card-container .condition-card.bronze .condition > span:nth-child(2) {
  background: linear-gradient(90.28deg, #9F764B 8.69%, #F1E2AD 105.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#main-content ._4d-details-page > .conditions-container .card-container > .description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: white;
  width: 100%;
  margin: 20px;
  letter-spacing: 0.05em;
  color: var(--color-grey-40);
  font-size: 15px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .conditions-container .card-container > .description {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 4px;
    font-size: 10px;
  }
  #main-content ._4d-details-page > .conditions-container .card-container > .description > span:nth-child(2) {
    margin-left: 5px;
  }
}
#main-content ._4d-details-page > .countdown-text {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page > .countdown-text {
    font-size: 20px;
  }
}
#main-content ._4d-details-page .flip-clock__card {
  margin-bottom: 24px;
}
#main-content ._4d-details-page .flip-clock__slot {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page .flip-clock__slot {
    font-size: 16px;
  }
}
#main-content ._4d-details-page .winners-container {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--theme-color);
  background-color: #262728;
  color: white;
  padding: 40px;
  margin-top: 100px;
  min-height: 50vh;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page .winners-container {
    padding: 10px;
    border-radius: 5px;
  }
}
#main-content ._4d-details-page .winners-container > .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page .winners-container > .title {
    font-size: 20px;
  }
}
#main-content ._4d-details-page .winners-container > .winner-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
#main-content ._4d-details-page .winners-container > .winner-list > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}
#main-content ._4d-details-page .winners-container > .winner-list > div > .title {
  font-size: 32px;
  text-decoration: underline;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  #main-content ._4d-details-page .winners-container > .winner-list > div > .title {
    font-size: 15px;
  }
}
#main-content ._4d-details-page .winners-container > .winner-list > div > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-content ._4d-details-page .winners-container > .winner-list > div > ul > li {
  list-style: decimal;
}

#main-content .claim-4d-page {
  display: flex;
  flex-direction: column;
}
#main-content .claim-4d-page > .title {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-grey-60);
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  #main-content .claim-4d-page > .title {
    display: none;
  }
}
#main-content .claim-4d-page .claim-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  background-color: #F9F9F9;
}
@media (max-width: 900px) {
  #main-content .claim-4d-page .claim-container {
    padding: 30px 30px;
  }
}
#main-content .claim-4d-page .claim-container > .title {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #000000;
  margin: auto;
  margin-top: 50px;
}
#main-content .claim-4d-page .claim-container .token-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 10px;
  width: 100%;
}
@media (max-width: 900px) {
  #main-content .claim-4d-page .claim-container .token-container {
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 5px;
  }
}
#main-content .claim-4d-page .claim-container .token-container > div {
  display: flex;
}
#main-content .claim-4d-page .claim-container .token-container > div > div {
  font-size: 20px;
  width: 100px;
}
#main-content .claim-4d-page .claim-container .token-container > div > input {
  flex: 1;
  height: 31px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  padding: 10px 10px;
}
#main-content .claim-4d-page .claim-container .token-container > div > input:focus {
  outline: none;
}
#main-content .claim-4d-page > form {
  display: flex;
  flex-direction: column;
}
#main-content .claim-4d-page #submit-button {
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
  border-radius: 3px;
  align-self: flex-end;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  width: 30%;
  height: 50px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  #main-content .claim-4d-page #submit-button {
    width: 100%;
  }
}

#main-content .claim-sports-page {
  display: flex;
  flex-direction: column;
}
#main-content .claim-sports-page .game-container {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
#main-content .claim-sports-page .game-container .game-card {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  min-height: 250px;
  min-width: 90%;
  background-color: black;
}
#main-content .claim-sports-page .game-container .game-card > img {
  border-radius: inherit;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#main-content .claim-sports-page .game-container .game-card > .title {
  position: absolute;
  bottom: 15px;
  left: 45px;
  color: white;
}
#main-content .claim-sports-page .game-container .game-card > .time {
  position: absolute;
  bottom: 15px;
  right: 45px;
  color: white;
}
#main-content .claim-sports-page .team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 15x;
  margin-top: 50px;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container {
    margin-top: 20px;
  }
}
#main-content .claim-sports-page .team-container > .title {
  margin-top: 50px;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container > .title {
    font-size: 25px;
  }
}
#main-content .claim-sports-page .team-container .card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container .card-container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
#main-content .claim-sports-page .team-container .card-container > .team-card {
  position: relative;
  display: flex;
  justify-content: center;
  width: 25%;
  margin-bottom: 25px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container .card-container > .team-card {
    width: 100%;
    margin: 0;
  }
}
#main-content .claim-sports-page .team-container .card-container > .team-card > .veil {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container .card-container > .team-card > .veil {
    left: 0;
    right: 0;
  }
}
#main-content .claim-sports-page .team-container .card-container > .team-card.active > .veil {
  display: none;
}
#main-content .claim-sports-page .team-container .card-container > .team-card > img {
  width: 90%;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container .card-container > .team-card > img {
    width: 100%;
  }
}
#main-content .claim-sports-page .team-container > .token-left {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #000000;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page .team-container > .token-left {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
#main-content .claim-sports-page #submit-button {
  background: linear-gradient(90.28deg, #FDB813 8.69%, #FFD600 105.74%);
  border-radius: 3px;
  align-self: flex-end;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  width: 30%;
  height: 50px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#main-content .claim-sports-page #submit-button:disabled {
  background: var(--color-grey-60);
  cursor: no-drop;
}
@media (max-width: 900px) {
  #main-content .claim-sports-page #submit-button {
    width: 100%;
  }
}

#main-content .mobile-login-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  min-height: 50vh;
}
@media (max-width: 900px) {
  #main-content .mobile-login-page {
    min-height: 100vh;
  }
}
#main-content .mobile-login-page h2 {
  font-size: 24px;
  margin-bottom: 66px;
  font-weight: 500;
  color: var(--color-grey-60);
  align-self: center;
}
#main-content .mobile-login-page .login-form-group {
  position: relative;
  padding: 10px;
  padding-left: 50px;
  border: 1px solid var(--color-grey-60);
  border-radius: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  font-size: 14px;
}
#main-content .mobile-login-page .login-form-group > img {
  position: absolute;
  left: 11px;
  height: 16px;
  top: calc(50% - 8px);
}
#main-content .mobile-login-page .login-form-group > input {
  border: none !important;
  outline: none;
  width: 100%;
  color: black;
}
#main-content .mobile-login-page > button.login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-grey-60);
  background-color: #C4C5C8;
  border: none;
  margin-top: 67px;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
}
#main-content .mobile-login-page > button.login-btn.active {
  color: var(--color-grey-80);
  background: linear-gradient(90.28deg, var(--theme-color) 8.69%, var(--theme-color-3) 105.74%);
}

#main-content .live-page {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  #main-content .live-page {
    flex-direction: column-reverse;
  }
}
#main-content .live-page > .ranking-container {
  flex: 1;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 50px;
  background-color: var(--color-grey-70);
  border-radius: 5px;
}
@media (max-width: 900px) {
  #main-content .live-page > .ranking-container {
    background-color: transparent;
    padding: 0;
  }
}
#main-content .live-page > .ranking-container .crown-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#main-content .live-page > .ranking-container .crown-container > img {
  height: 24px;
}
#main-content .live-page > .ranking-container .crown-container > img:nth-child(2) {
  height: 35px;
  margin-left: 20px;
  margin-right: 20px;
}
#main-content .live-page > .ranking-container > .title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#main-content .live-page > .ranking-container > .ranking-table {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 5px solid var(--theme-color);
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
  background-color: white;
}
#main-content .live-page > .ranking-container > .ranking-table > div {
  display: flex;
  flex-direction: row;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div {
  display: flex;
  align-items: center;
  position: relative;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div:nth-child(1) {
  width: 34%;
  justify-content: end;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div:nth-child(2) {
  width: 33%;
  justify-content: start;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div:nth-child(3) {
  width: 33%;
  justify-content: start;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > div {
  display: flex;
  align-items: center;
  height: 40px;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > div.first {
  width: 90%;
  justify-content: end;
  padding-right: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > div.second {
  width: 100%;
  justify-content: start;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > div.third {
  width: 90%;
  justify-content: start;
  padding-left: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > img {
  position: absolute;
  height: 13px;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > img.first {
  left: 15%;
}
#main-content .live-page > .ranking-container > .ranking-table > div > div > img.third {
  display: none;
  right: 15%;
}
#main-content .live-page > .ranking-container > .ranking-table > div.title {
  background-color: var(--color-grey-80);
  height: 60px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
#main-content .live-page > .ranking-container > .ranking-table > div.entry {
  align-items: flex-end;
  height: 50px;
  font-size: small;
}
#main-content .live-page > .ranking-container > .ranking-table > div.entry > div > div {
  background-color: var(--color-grey-40);
}
#main-content .live-page > .ranking-container > .ranking-table > div.entry:nth-child(2) > div > div {
  background-color: var(--theme-color-3);
}
#main-content .live-page > .product-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 900px) {
  #main-content .live-page > .product-container {
    background-color: var(--color-grey-70);
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
#main-content .live-page > .product-container > .product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#main-content .live-page > .product-container > .product-card button {
  padding: 0;
  cursor: pointer;
}
#main-content .live-page > .product-container > .product-card .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  min-height: 130px;
}
@media (max-width: 900px) {
  #main-content .live-page > .product-container > .product-card .image-container {
    min-height: unset;
  }
}
#main-content .live-page > .product-container > .product-card .image-container > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* @include mobile {
      max-height: 13vw;
  } */
}
#main-content .live-page > .product-container > .product-card > .title {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 900px) {
  #main-content .live-page > .product-container > .product-card > .title {
    font-size: 15px;
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  #main-content .live-page > .ranking-container {
    flex: 1;
    margin-bottom: 20px;
  }
  #main-content .live-page > .ranking-container > .ranking-table {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid var(--theme-color);
    height: 100%;
    width: 100%;
    overflow-y: auto;
    font-size: 12px;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div {
    display: flex;
    flex-direction: row;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div {
    display: flex;
    align-items: center;
    position: relative;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div:nth-child(1) {
    width: 34%;
    justify-content: end;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div:nth-child(2) {
    width: 33%;
    justify-content: start;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div:nth-child(3) {
    width: 33%;
    justify-content: start;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > div {
    display: flex;
    align-items: center;
    height: 40px;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > div.first {
    width: 95%;
    justify-content: end;
    padding-right: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > div.second {
    width: 100%;
    justify-content: start;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > div.third {
    width: 95%;
    justify-content: start;
    padding-left: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > img {
    position: absolute;
    width: 13px;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > img.first {
    left: 15%;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div > div > img.third {
    display: none;
    right: 10%;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div.title {
    background-color: var(--color-grey-80);
    height: 60px;
    color: white;
    font-weight: 600;
    font-size: 12px;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div.entry {
    align-items: flex-end;
    height: 50px;
    font-size: small;
  }
  #main-content .live-page > .ranking-container > .ranking-table > div.entry > div > div {
    background-color: var(--color-grey-40);
  }
  #main-content .live-page > .ranking-container > .ranking-table > div.entry:last-child {
    margin-bottom: 10px;
  }
}
#main-content .slots-page .divider {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-bottom: 30px;
}
#main-content .slots-page .icon-title span {
  color: var(--color-grey-60);
  font-size: 18px;
  font-weight: bold;
}
#main-content .slots-page .hot-games-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
#main-content .slots-page .hot-games-container > img {
  height: 500px;
  width: auto;
}
#main-content .slots-page .hot-games-small-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
#main-content .slots-page .hot-games-small-container > img {
  margin-top: 25px;
  height: auto;
  width: 30%;
  margin-left: 15px;
  margin-right: 15px;
}
#main-content .slots-page > .product-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 900px) {
  #main-content .slots-page > .product-container {
    background-color: var(--color-grey-70);
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#main-content .slots-page > .product-container > .product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#main-content .slots-page > .product-container > .product-card button {
  padding: 0;
  cursor: pointer;
}
#main-content .slots-page > .product-container > .product-card .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: url(/assets/image/l5/bg_card.png);
  border-radius: 15px;
  min-height: 130px;
}
@media (max-width: 900px) {
  #main-content .slots-page > .product-container > .product-card .image-container {
    height: 15vw;
    min-height: unset;
  }
}
#main-content .slots-page > .product-container > .product-card .image-container > img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 900px) {
  #main-content .slots-page > .product-container > .product-card .image-container > img {
    max-height: 13vw;
  }
}
#main-content .slots-page > .product-container > .product-card > .title {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 900px) {
  #main-content .slots-page > .product-container > .product-card > .title {
    font-size: 15px;
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  #main-content .slots-page .hot-games-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  #main-content .slots-page .hot-games-container > img {
    height: auto;
    width: 33%;
  }
  #main-content .slots-page .hot-games-small-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  #main-content .slots-page .hot-games-small-container > img {
    margin-top: 10px;
    height: auto;
    width: 45%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
  }
}
/* Login page */
.login-info-main {
  padding: 0 35px;
}

.login-text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-text {
  font-size: 24px;
  font-weight: 300;
  color: white;
}

.login-info-container {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  border: 1px solid var(--theme-color);
  height: 35px;
  width: 100%;
}

.login-info-img {
  height: 33px;
  min-width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.login-info-img img {
  height: 20px;
  width: 20px;
}

.login-info-container input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  padding-left: 5px;
  outline: none;
}

.login-info-container input::placeholder {
  color: white;
  opacity: 0.7;
}

#captcha-img {
  margin-top: 10px;
  margin-left: 5px;
  width: 100px;
}

a.login-page.login-button {
  width: 95%;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #ffe156;
  background-color: black;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 15px auto;
}

a.login-page.login-button div {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Login page end */
/* Contact Us Page */
.contact-us-page {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-us-page h3 {
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 19px;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 38px;
}

.contact-us-page .contact-us-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}

.contact-us-page .contact-us-container .info-container {
  padding-top: 38px;
  width: 45%;
  margin: 0 auto;
  margin-bottom: 31px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 25px;
  min-height: 147px;
  position: relative;
  background-color: #C4C4C4;
  border-radius: 19px;
}

.contact-us-page .contact-us-container .info-container img {
  position: absolute;
  width: 44px;
  height: 44px;
  left: calc(50% - 22px);
  top: -16px;
}

.contact-us-page .contact-us-container .info-container a {
  border: 1px solid black;
  color: black;
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 15px;
  font-size: 9px;
  margin-bottom: 13px;
}

/* Contact Us Page end */
#changePasswordForm label {
  color: white;
}
#changePasswordForm input:not(#submitChangePasswordBtn) {
  color: black;
}

button {
  cursor: pointer;
}

/* top notification */
#unclaimed-rebate {
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  height: 25px;
  width: 100%;
}

/* components */
.icon-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 29px;
  width: 100%;
  margin-bottom: 20px;
}
.icon-title > .icon-container {
  width: 39px;
}
.icon-title > .icon-container > img {
  height: 100%;
  width: auto;
}
.icon-title > span {
  font-size: 18px;
}
.icon-title.lg {
  height: 31px;
  align-self: center;
}
.icon-title.lg > .icon-container {
  width: 100px;
}
.icon-title.lg > span {
  font-size: 32px;
  font-weight: 700;
}

.image-call-to-action {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.image-call-to-action.rect {
  aspect-ratio: 3;
}
.image-call-to-action > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-call-to-action > .call-to-action-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.image-call-to-action > .call-to-action-bar > .title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
.image-call-to-action > .call-to-action-bar > a.link {
  color: var(--theme-color);
  text-transform: uppercase;
}
.image-call-to-action > .call-to-action-bar > .desc {
  font-size: 10px;
  color: white;
}
.image-call-to-action > .call-to-action-bar > .button {
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  display: flex;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  padding: 0px 10px;
}
.image-call-to-action > .call-to-action-bar.primary {
  background-color: rgba(253, 184, 19, 0.5);
}
.image-call-to-action > .call-to-action-bar.primary > .button {
  background-color: var(--theme-color);
}
.image-call-to-action > .call-to-action-bar.secondary {
  background-color: rgba(116, 196, 232, 0.5);
}
.image-call-to-action > .call-to-action-bar.secondary > .button {
  background-color: var(--color-sky-blue);
}

select.l5-select {
  height: 22px;
  background-color: var(--theme-color);
  border-radius: 11px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  border: none;
  min-width: 150px;
  text-align: center;
}
select.l5-select > option {
  border: none;
  color: white;
}

/* Modals */
#lang-modal .modal-content,
#announcement-modal .modal-content,
#download-modal .modal-content,
#token-modal .modal-content,
#promotion-modal .modal-content,
#history-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  width: 100vw;
  height: 100vh;
}

#lang-modal .modal-body,
#announcement-modal .modal-body,
#download-modal .modal-body,
#token-modal .modal-body,
#promotion-modal .modal-body,
#history-modal .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
}

#lang-modal .modal-dialog,
#announcement-modal .modal-dialog,
#download-modal .modal-dialog,
#token-modal .modal-dialog,
#promotion-modal .modal-dialog,
#history-modal .modal-dialog {
  max-width: none;
  margin: 0;
}

#lang-modal .close-button,
#announcement-modal .close-button,
#download-modal .close-button,
#token-modal .close-button,
#promotion-modal .close-button,
#history-modal .close-button {
  position: absolute;
  top: 12px;
  right: 18px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 5px solid white;
  background-color: transparent;
  display: flex;
}

#lang-modal .close-button i,
#announcement-modal .close-button i,
#download-modal .close-button i,
#token-modal .close-button i,
#promotion-modal .close-button i,
#history-modal .close-button i {
  font-size: 1.8em;
  color: white;
  background-color: transparent;
  margin: auto;
}

#product-modal .modal-content {
  border: 2px solid #f8a009;
  background-color: black;
  border-radius: 20px;
  padding: 15px 5px;
  min-height: 50vh;
}

#product-modal .modal-product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#product-modal .close-button {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -50px;
  width: 100px;
  text-transform: uppercase;
  border-radius: 25px;
  color: black;
  background-color: gold;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}

#product-modal .modal-product {
  height: 80px;
  width: 100%;
  border: 2px solid #f4c017;
  background-color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: black;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  outline: none;
}

#product-modal .modal-product img {
  height: 55px;
  width: 100%;
  object-fit: contain;
}

#announcement-modal .announcement-container {
  width: 75%;
  border: 2px solid var(--theme-color);
  overflow: auto;
  margin: auto;
  height: 75%;
}

#announcement-modal .announcement-container img {
  width: 100%;
  height: auto;
}

#lang-modal .lang-chooser-container {
  height: 248px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#lang-modal .lang-chooser {
  position: relative;
  width: 246px;
  height: 56px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  color: black;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

#lang-modal .lang-chooser div {
  margin: auto;
}

#lang-modal .lang-chooser .lang-img {
  position: absolute;
  height: 56px;
  width: 56px;
  left: -28px;
  top: 0px;
  border: 6px solid black;
  border-radius: 50%;
}

#lang-modal .lang-chooser .lang-img img {
  width: 100%;
  height: 100%;
}

#download-modal .download-button-container {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#download-modal .download-button-container > a {
  margin: auto;
  height: 59px;
  width: 75%;
  border-radius: 29.5px;
  color: white;
  background-color: var(--theme-color);
  margin-bottom: 23px;
  display: flex;
  text-decoration: none;
}

#download-modal .download-button-container > a > div {
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

#download-modal .download-button-container > a:last-child {
  margin-bottom: 0;
}

#token-modal .mini-game-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#token-modal .mini-game-container > h3 {
  margin-bottom: 15px;
}

#token-modal .mini-game-container > img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 10px;
}

#token-modal .mini-game-container > a {
  border-radius: 10px;
  height: 29px;
  width: 100%;
  text-decoration: none;
  color: white;
  background-color: var(--theme-color-success);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

#token-modal .mini-game-container > span {
  color: red;
  font-weight: bold;
  margin-top: 5px;
}

#promotion-modal .promotion-container {
  height: 80vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  padding: 30% 5% 5% 5%;
  border: 2px solid var(--theme-color);
}

#promotion-modal .promotion-container .promotion-banner {
  position: absolute;
  top: 2.5%;
  width: 90vw;
  left: -5.5vw;
  border: 2px solid #00C2FF;
}

#promotion-modal .promotion-container .promotion-banner > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#promotion-modal .promotion-container .promotion-banner > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
  font-size: 13px;
  height: 100%;
  color: white;
}

#promotion-modal .promotion-container .promotion-tnc {
  margin-top: 30%;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  color: white;
}

#promotion-modal .promotion-container .promotion-tnc > ol {
  padding-inline-start: 20px;
}

#history-modal .history-container {
  margin: auto;
  width: 80vw;
  padding: 18px;
  border-radius: 11px;
  border: 2px solid var(--theme-color);
  background-color: black;
}

#history-modal .history-container #history-modal-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
}

#history-modal .history-container .divider {
  height: 1px;
  width: 100%;
  background-color: var(--theme-color);
  margin: 16px 0;
}

#history-modal .history-container .info-container {
  margin-top: 5px;
}

#history-modal .history-container .info-container > div {
  display: flex;
  flex-direction: row;
  margin-top: 11px;
}

#history-modal .history-container .info-container > div > div:first-child {
  width: 40%;
}

#history-modal .history-container .info-container > div > div:nth-child(3) {
  width: 40%;
  margin-left: 20px;
}

.fancy-divider {
  display: block;
  width: 120px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
}
.fancy-divider > div:nth-child(1) {
  position: absolute;
  top: 1.5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #E1E1E1;
}
.fancy-divider > div:nth-child(2) {
  position: absolute;
  left: 45px;
  height: 4px;
  width: 30px;
  background-color: var(--theme-color);
}
.fancy-divider.mobile-only {
  display: none;
}

@media screen and (max-width: 500px) {
  .fancy-divider {
    display: block;
    width: 120px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
  }
  .fancy-divider > div:nth-child(1) {
    position: absolute;
    top: 1.5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E1E1E1;
  }
  .fancy-divider > div:nth-child(2) {
    position: absolute;
    left: 45px;
    height: 4px;
    width: 30px;
    background-color: var(--theme-color);
  }
  .fancy-divider.mobile-only {
    display: block;
  }
}
/* headers footers etc */
body.l7 {
  padding-bottom: 155px;
  background-color: var(--color-grey-80);
}
body.l7 header {
  display: flex;
  height: 44px;
  width: 100%;
  max-width: 1440px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: var(--color-grey-80);
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #ffe156;
}
body.l7 header > img.logo {
  height: 40px;
}
body.l7 header > button.menu {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  background-color: transparent;
  border: none;
  outline: none !important;
}
body.l7 .drawer {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -80vw;
  width: 80vw;
  transition: transform 0.25s;
  background-color: var(--color-grey-80);
  z-index: 999;
  overflow: auto;
}
body.l7 .drawer.drawer-open {
  transform: translateX(80vw);
}
body.l7 .drawer > .drawer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-bottom: 1px solid var(--color-grey-60);
}
body.l7 .drawer > .drawer-header > img.logo {
  height: 40px;
}
body.l7 .drawer > .drawer-header > button.drawer-menu-btn {
  position: absolute;
  left: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
body.l7 .drawer > .drawer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
body.l7 .drawer > .drawer-body > .profile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
body.l7 .drawer > .drawer-body > .profile > .pfp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  padding: 2px;
  height: 120px;
  width: 120px;
  background: linear-gradient(to right, #9F764B, #F1E2AD);
  position: relative;
  z-index: 5;
}
body.l7 .drawer > .drawer-body > .profile > .pfp > img {
  max-height: 119px;
  max-width: 119px;
  height: unset;
  width: 100%;
  border-radius: 50%;
}
body.l7 .drawer > .drawer-body > .profile > .pfp > .rank-container {
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: unset;
  width: 40px;
}
body.l7 .drawer > .drawer-body > .profile > .pfp > .rank-container > img {
  height: 100%;
  max-height: 40px;
  max-width: 40px;
}
body.l7 .drawer > .drawer-body > .profile > .pfp > .tier-details {
  position: absolute;
  top: 30px;
  left: -80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  outline: none;
  font-size: 10px;
}
body.l7 .drawer > .drawer-body > .profile > .pfp > .tier-details > img {
  width: 60px;
  height: 60px;
}
body.l7 .drawer > .drawer-body > .profile > span.username {
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 20px;
  z-index: 5;
  margin-top: 10px;
}
body.l7 .drawer > .drawer-body > .profile > .link-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  color: white;
  text-decoration: none;
  outline: none;
  margin-top: 20px;
}
body.l7 .drawer > .drawer-body > .profile > .link-container > a {
  max-height: 44px;
  text-transform: uppercase;
  border-radius: 3px;
  border-width: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
}
body.l7 .drawer > .drawer-body > .profile > .link-container > a.redeem, body.l7 .drawer > .drawer-body > .profile > .link-container > a.mission {
  border-color: white;
  color: white;
  background-color: transparent;
  border-style: solid;
}
body.l7 .drawer > .drawer-body > .profile > .link-container > a.mission.active {
  background-color: var(--theme-color-red2);
  border: none;
}
body.l7 .drawer > .drawer-body > .divider {
  height: 1px;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-grey-60);
}
body.l7 .drawer > .drawer-body > .nav-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0px 15px;
}
body.l7 .drawer > .drawer-body > .nav-container > .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 10px;
}
body.l7 .drawer > .drawer-body > .nav-container > .nav-item > .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
body.l7 .drawer > .drawer-body > .nav-container > .nav-item > .image-container > img {
  height: 35px;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container {
  display: flex;
  flex-direction: column;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container > .nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  width: calc(100% - 10px);
  height: 45px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container > .nav-item > .nav-item-icon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container > .nav-item > img {
  height: 24px;
  width: 24px;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container > .nav-item > span {
  margin-left: 30px;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container > .d-flex a {
  display: block;
  padding-top: 10px;
  height: 44px;
  color: white;
}
body.l7 .drawer > .drawer-body > .bottom-nav-container > .d-flex a > img {
  height: 100%;
  width: auto;
}
body.l7 .drawer > .drawer-footer {
  padding: 0px 10px;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--color-grey-60);
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}
body.l7 .drawer > .drawer-footer > button,
body.l7 .drawer > .drawer-footer > a {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  margin-bottom: 10px;
}
body.l7 .drawer > .drawer-footer > button.join,
body.l7 .drawer > .drawer-footer > a.join {
  background: linear-gradient(90.28deg, var(--theme-color) 8.69%, var(--theme-color-3) 105.74%);
  color: black;
  border: none;
  margin-bottom: 30px;
}
body.l7 .drawer > .drawer-footer > button.login,
body.l7 .drawer > .drawer-footer > a.login {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  margin-top: 20px;
}
body.l7 .drawer > .drawer-footer > .copyright {
  font-size: 8px;
  color: white;
}
body.l7 .drawer-veil {
  display: none;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  outline: none;
  border: none;
}
body.l7 .drawer-veil.drawer-open {
  display: block;
}
body.l7 > .nav-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 5%;
  font-weight: 700;
  background-color: black;
  width: 100%;
  font-size: 15px;
}
body.l7 > .nav-container > a,
body.l7 > .nav-container > button {
  color: white;
}
body.l7 > .nav-container > a.active,
body.l7 > .nav-container > button.active {
  color: var(--theme-color);
}
body.l7 > .nav-container > a > svg#nav-home-icon,
body.l7 > .nav-container > button > svg#nav-home-icon {
  font-size: 20px;
}
body.l7 > .nav-container > a > .dropdown,
body.l7 > .nav-container > button > .dropdown {
  position: absolute;
  top: 56px;
  width: 15%;
  margin-left: -5%;
  background-color: #565960;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
body.l7 > .nav-container > a > .dropdown > .item,
body.l7 > .nav-container > button > .dropdown > .item {
  height: 56px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.l7 > .nav-container > a > .dropdown > .item.active,
body.l7 > .nav-container > button > .dropdown > .item.active {
  color: var(--theme-color);
}
body.l7 > .nav-container > button {
  background-color: inherit;
  font-weight: inherit;
  font-size: inherit;
  outline: none;
  border: none;
  cursor: pointer;
}
body.l7 footer {
  background-color: var(--color-grey-80);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.l7 footer > div {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  width: 100%;
  border-top: 3px solid #ffe156;
}
body.l7 footer > div > a {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}
body.l7 footer > div > a > span {
  text-transform: uppercase;
  margin-top: 2px;
}
body.l7 footer > div > a > img {
  max-width: 100%;
  width: 28px;
  height: 28px;
}
body.l7 footer > div > a.selected {
  background-color: rgba(255, 255, 255, 0.1);
}
body.l7 .widget-visible {
  transform: translateY(-30px) !important;
}
body.l7 #main-content {
  flex: 1;
  background-color: var(--color-grey-80);
  padding-top: 44px;
}
body.l7 #main-content > div:not(.modal):not(.banner) {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
body.l7 #main-content > div:not(.modal):not(.banner).marquee-container {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-grey-80);
}
body.l7 #main-content > div:not(.modal):not(.banner).marquee-container > .marquee-badge {
  text-transform: uppercase;
  padding: 5px 6px;
  margin-right: 28px;
  background-color: var(--theme-color);
  border-radius: 5px;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
body.l7 #main-content > div:not(.modal):not(.banner).marquee-container > marquee {
  color: var(--theme-color);
  font-size: 1rem;
}
body.l7 #main-content section {
  width: 100%;
  color: var(--color-grey-60);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.l7 #main-content section.large-padding {
  padding-top: 100px;
}
body.l7 #main-content section.large-margin {
  margin-top: 100px;
}
body.l7 #main-content section.last {
  padding-bottom: 80px;
}
body.l7 #main-content section > .title {
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 60%;
}
body.l7 #main-content section > .divider {
  width: 72px;
  border: 1px solid #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}
body.l7 #main-content section > .description {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  max-width: 980px;
}
body.l7 #main-content .banner img,
body.l7 #main-content img.banner {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  body.l7 > .nav-container {
    display: none;
  }
  body.l7 #main-content {
    padding-top: 44px;
  }
  body.l7 #main-content .banner img,
  body.l7 #main-content img.banner {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  body.l7 #main-content > div:not(.modal):not(.banner) {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.l7 #main-content > div:not(.modal):not(.banner).marquee-container {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-grey-80);
  }
  body.l7 #main-content > div:not(.modal):not(.banner).marquee-container > .marquee-badge {
    text-transform: uppercase;
    padding: 4px 5px;
    margin-right: 9px;
    background-color: var(--theme-color);
    border-radius: 2px;
    color: white;
    font-size: 8px;
    font-weight: 700;
  }
  body.l7 #main-content > div:not(.modal):not(.banner).marquee-container > marquee {
    color: var(--theme-color);
    font-size: 10px;
  }
}

/* custom slick */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 5px;
}
.slick-dots button:before {
  display: none;
}
.slick-dots li {
  width: 7.5px;
}
.slick-dots button {
  height: 7.5px !important;
  width: 7.5px !important;
  border-radius: 10px;
  background-color: rgba(217, 217, 217, 0.5) !important;
  padding: 0 !important;
  transition: all 200ms linear;
}
.slick-dots .slick-active button {
  background-color: white !important;
  transform: scale(1.25);
}

.donut svg {
  position: relative;
}
.donut svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #191919;
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}
.donut svg circle:nth-child(2) {
  stroke-dasharray: 440; /*2pi r -- circumference*/
  /** to change progress use this **/
  /* stroke-dashoffset: calc(440px - (440px * 90) / 100); */
  /** to change progress bar color use this **/
  /* stroke: #63e2ff; */
}

.flip-clock-container .flip-clock {
  font-family: "Mohave";
  text-align: center;
  perspective: 400px;
  margin: 20px auto;
  margin-bottom: 0;
}
.flip-clock-container .flip-clock *,
.flip-clock-container .flip-clock *:before,
.flip-clock-container .flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock-container .flip-clock__piece {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 900px) {
  .flip-clock-container .flip-clock__piece {
    margin: 0 3px;
  }
}
.flip-clock-container .flip-clock__slot {
  font-size: 16px;
}
.flip-clock-container .card {
  display: block;
  position: relative;
  padding-bottom: 100px;
  font-size: 42px;
  line-height: 0.95;
  background: linear-gradient(180deg, #424242 0%, #232323 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}
@media (max-width: 900px) {
  .flip-clock-container .card {
    padding-bottom: 40px;
  }
}
.flip-clock-container .card__top,
.flip-clock-container .card__bottom,
.flip-clock-container .card__back::before,
.flip-clock-container .card__back::after {
  display: block;
  height: 100px;
  color: #ccc;
  background: linear-gradient(180deg, #424242 0%, #3c3b3b 100%);
  padding-top: 53px;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  width: 200px;
  font-size: 124px;
  letter-spacing: 0.03em;
}
@media (max-width: 900px) {
  .flip-clock-container .card__top,
  .flip-clock-container .card__bottom,
  .flip-clock-container .card__back::before,
  .flip-clock-container .card__back::after {
    height: 40px;
    width: 80px;
    font-size: 36px;
    padding-top: 25px;
  }
}
.flip-clock-container .card__top > div,
.flip-clock-container .card__bottom > div,
.flip-clock-container .card__back::before > div,
.flip-clock-container .card__back::after > div {
  background: linear-gradient(180deg, #E4E4E4 0%, #B9B9B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 1px solid #000000;
}
.flip-clock-container .card__bottom {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #000;
  background: linear-gradient(180deg, #3c3b3b 0%, #232323 100%);
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 900px) {
  .flip-clock-container .card__bottom {
    height: 40px;
    width: 80px;
    font-size: 36px;
    padding-top: 10px;
  }
}
.flip-clock-container .card__bottom::after {
  display: block;
  margin-top: -100px;
}
@media (max-width: 900px) {
  .flip-clock-container .card__bottom::after {
    margin-top: -25px;
  }
}
.flip-clock-container .card__back::before,
.flip-clock-container .card__bottom::after {
  content: attr(data-value);
}
.flip-clock-container .card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
  width: 100%;
}
.flip-clock-container .card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.flip-clock-container .flip .card__back::before {
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip-clock-container .flip .card__back .card__bottom {
  transform-origin: center top;
  animation-fill-mode: both;
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}

/* helpers */
.text-red {
  color: var(--theme-color-red);
}

.text-primary {
  color: var(--theme-color);
}

.text-secondary {
  color: var(--theme-color-2);
}

.text-green {
  color: var(--theme-color-green);
}

.text-grey {
  color: var(--color-grey-60);
}

.text-white {
  color: white;
}

.pl-lg {
  padding-left: 100px;
}

.pr-lg {
  padding-right: 100px;
}

.pt-lg {
  padding-top: 100px;
}

.pb-lg {
  padding-bottom: 100px;
}

.pl-sm {
  padding-left: 25px;
}

.pr-sm {
  padding-right: 25px;
}

.pt-sm {
  padding-top: 25px;
}

.pb-sm {
  padding-bottom: 25px;
}

.ml-lg {
  margin-left: 100px;
}

.mr-lg {
  margin-right: 100px;
}

.mt-lg {
  margin-top: 100px;
}

.mb-lg {
  margin-bottom: 100px;
}

.ml-sm {
  margin-left: 25px;
}

.mr-sm {
  margin-right: 25px;
}

.mt-sm {
  margin-top: 25px;
}

.mb-sm {
  margin-bottom: 25px;
}

.bg-primary {
  background-color: var(--theme-color) !important;
}

.bg-sky {
  background-color: var(--color-sky-blue);
}

/* LAYOUT CSS */
/* pages */
/* components */
:root {
  --theme-color: #fdb813;
  --theme-color-2: #FFD700;
  --theme-color-3: #FFD600;
  --theme-color-red: #DE1C1C;
  --theme-color-red2: #FF5A50;
  --theme-color-green: #1BC217;
  --color-grey-80: #343538;
  --color-grey-70: #F5F5F5;
  --color-grey-60: #72767E;
  --color-grey-40: #E8E9EB;
  --color-sky-blue: #74C4E8;
  --main-bg-color: #000000;
  --main-font-color: #ffffff;
  --main-font-color-2: #F7EBAD;
  --theme-color: #DEC37C;
  --theme-color-2: #CAB479;
  --theme-color-3: #F9D869;
  --theme-color-success: #1ED26A;
}

/* END DEPOSIT */
/* SUSPENDED, INVALID, BLACKLISTED */
h4:has(.suspended-text) {
  text-align: center;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.suspended-text {
  font-weight: 600;
  color: red;
}

.invalid-text {
  font-weight: 600;
  color: blue;
}

.blacklisted-text {
  font-weight: 600;
}

@font-face {
  font-family: "Adventure";
  src: url(/assets/Content/font/AdventureSubtitles.ttf);
}
@keyframes scale-up-down {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

/*# sourceMappingURL=l7.css.map */
