:root {
  font-size: 62.5%;
}

.btn,
.form-control {
  font-size: 1.6rem;
}

.loyalty-program-page {
  margin: 2rem 0 0 2rem;
  padding: 0 2rem 2rem;
  background: #161616;
  min-height: 600px;
}

.loyal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  width: 100%;
}
.i_crown {
  margin-right: 3px;
  display: block;
  z-index: 2;
  background-image: url(/assets/images/crown-icon.svg);
}

.loyaltyDetail-content h2,
.loyal-header h2 {
  font-size: 2rem;
  background: linear-gradient(251.37deg, #F9BD12 31.77%, #F99412 74.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  margin-bottom: 0;
}

.info-toogler {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.info-toogler span {
  font-weight: 600;
  font-size: 1.8rem;
  background: linear-gradient(251.37deg, #F9BD12 31.77%, #F99412 74.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  border: none !important;
}

.info-toogler .pw-icon-style {
  margin-left: 0.5rem;
  padding: 10px;
}

.tz-loyalty-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  max-width: 1360px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.tz-loyalty-slider::-webkit-scrollbar {
  display: none;
}

.loyalty-main {
  border-radius: 1rem;
  width: 24%;
  min-width: 265px;
  max-width: 330px;
  min-height: 470px;
  padding: 1rem 1rem 6rem;
  background: #845A2B;
  position: relative;
}

.loyalty-main:not(:last-child) {
  margin-right: 1.5rem;
}

.loyalty-main.tz-current-lvl {
  background: linear-gradient(251.37deg, #F9BD12 31.77%, #F99412 74.78%);
  box-shadow: 0px 0px 19px 0px #FFD4004F;
}

.loyal-user-info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.loyal-user-info img {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  border: 2px solid #fff;
  background: #474645;
}

.loyal-user-lvl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.loyal-user-lvl p,
.loyal-user-lvl p span {
  font-size: 14px;
  color: #D8D8D8;
  font-weight: 500;
  margin-bottom: 0;
}

.loyal-user-lvl .icon_marked {
  width: 2rem;
  height: 2rem;
}

.loyal-user-lvl .icon_locked {
  margin-right: 0.5rem;
  padding: 0.8rem;
}

.loyalty-progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 12px;
  border-radius: 20px;
  padding: 0.15rem 0.25rem;
  background: #161616e7;
  overflow: hidden;
}

.loyalty-level {
  border: 2px solid #FFCE51;
  background: #fff;
  color: #825C24;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.loyalty-level .pw-icon-style {
  width: 1rem;
  height: 1rem;
  padding: 0.75rem;
}

.loyalty-level:last-child {
  opacity: 0.7;
}

.loyalty-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 98.5%;
  height: 89%;
  position: absolute;
  left: 3px;
  border-radius: 20px;
  background: linear-gradient(251.37deg, #F9BD12 31.77%, #F99412 74.78%);
}

.loyalty-progress-bar .pw-icon-style {
  padding: 0.75rem;
  width: auto;
  height: auto;
  margin-right: 5px;
}

.bet-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bet-flex .bet-child {
  background: #FFFFFF;
  padding: 16px;
  width: 32%;
  border-radius: 8px;
}

.bet-flex .bet-child:not(:last-child) {
  margin-right: 2%;
}

.bet-child.active {
  background: #EA2087;
}

.bet-flex .bet-child.active .bet-title h4,
.bet-flex .bet-child.active .days h4 {
  color: #fff;
}

.bet-flex .bet-child.active .no-box .no-bets h6 {
  color: #fff;
}

.bet-flex .bet-child .bet-title h4 {
  color: #080A52;
  font-size: 28px;
  font-weight: 600;
}

.container-wd.bet-no {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 26px;
}

.no-box .no-bets h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  color: #080A52;
}

.no-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.no-box {
  margin-top: 30px;
}

.days h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  text-transform: none;
  color: #080A52;
}

.max-min-points {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.max-min-points .star-icon {
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  padding: 1rem;
}

.max-min-points span {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: var(--extraSmall-fontSize);
}

.max-min-points span {
  opacity: 0.8;
}

.loyalty-lvl-badge {
  width: 55%;
  display: block;
  margin: 0 auto;
}

.loyalty-main-top .loyal-user-progress {
  width: 100%;
  justify-content: center;
}

.loyalty-main-top .loyal-user-progress .icon_star {
  padding: 1.2rem;
}

.loyalty-main-top .loyal-user-progress .icon_star:not(:last-child) {
  margin-right: 0.5rem;
}

.loyalty-main-bottom {
  border-radius: 1rem;
  border: 1.5px solid #00000047;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 53.04%, rgba(0, 0, 0, 0.15) 107.12%);
  margin-top: 1rem;
  padding: 0.5rem 1rem 0;
  position: relative;
}

.loyalty-main-bottom.tx-locked-lvl {
  border: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0) 53.04%, rgba(255, 255, 255, 0.15) 107.12%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.loyalty-main-bottom.tx-locked-lvl::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60%;
  width: 50%;
  opacity: 0.1;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/images/icon-locked.svg);
}

.loyalty-main-bottom.tx-hide-locked::before {
  content: none;
}

.loyalty-main-bottom.tx-locked-lvl p,
.loyalty-main-bottom.tx-locked-lvl h2 {
  opacity: 0.7;
}

.loyalty-botMain-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #FFFFFF3D;
}

.loyalty-botMain-head .loyalty-viewLess {
  display: flex;
  align-items: center;
}

.loyalty-botMain-head .loyalty-viewLess .icon_down {
  width: 1rem;
  height: 1rem;
  padding: 0.75rem;
}

.loyalty-botMain-head h2 {
  font-weight: 600;
  color: #D8D8D8;
  margin-bottom: 0;
  font-size: 17px;
}

.loyalty-botMain-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 400px;
  opacity: 1;
  padding-top: 1.3rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #FFFFFF3D;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.loyalty-botMain-bottom p {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #D8D8D8;
  margin-bottom: 0;
  white-space: nowrap;
}

.loyalty-botMain-bottom p:first-child {
  position: relative;
  font-size: var(--extraSmall-fontSize);
}

.loyalty-botMain-bottom p:first-child .pw-icon-style {
  padding: 12px;
  position: absolute;
  left: 0;
  top: -16px;
}

.loyalty-botMain-bottom p:last-child {
  border: 1px solid #FFFFFF3D;
  font-size: 8px;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
}

.loyalty-botMain-bottom p:last-child .pw-icon-style {
  padding: 0.8rem;
  width: 1rem;
  margin-left: 0.5rem;
  height: 1rem;
}

.levelPointsComplete {
  font-weight: 500;
  color: #C6C6C6;
  margin: 1rem 0;
  text-align: center;
  font-size: 11px;
}

.loyalty-botMain-head .loyalty-viewLess span {
  background: none;
  outline: none;
  margin-right: 0.75rem;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  color: #D8D8D8;
  font-size: var(--extraSmall-fontSize);
}

.pw-icon-style.icon-greenCheckmark {
  right: 0.5px;
  top: 1px;
  padding: 1.6rem;
  position: absolute;
}

.pw-icon-style.icon-locked {
  right: -1px;
  top: -0.5px;
  padding: 1.75rem;
  position: absolute;
}

.privileges-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-height: 500px;
  opacity: 1;
  position: relative;
  border-radius: 1rem;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.privileges-right,
.privileges-left {
  width: 50%;
}

.loyaltyExpires,
.privileges-left p,
.privileges-right p {
  font-weight: 500;
  padding: 0.5rem 0;
  color: #D8D8D8;
  margin-bottom: 0;
  font-size: var(--extraSmall-fontSize);
}

.loyaltyExpires {
  margin: 0 auto 1rem;
  text-align: center;
}

.privileges-left p:first-child {
  padding-bottom: 1.2rem;
}

.privileges-right p:first-child {
  position: relative;
  padding-bottom: 1.2rem;
}

.privileges-right p span {
  color: #D8D8D8;
  font-size: 7px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 2.1rem;
  white-space: nowrap;
}

.privileges-left p:not(:last-child),
.privileges-right p:not(:last-child) {
  border-bottom: 1px solid #FFFFFF3D;
}

.privileges-right p {
  text-align: right;
}

.tx-hide-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.privilege-btn {
  display: block;
  text-align: center;
  padding: 0.75rem;
  color: #fff !important;
  font-size: var(--small-fontSize);
  font-weight: 700;
  border-radius: 1rem;
  width: 90%;
  max-width: 185px;
  z-index: 2;
  background: linear-gradient(90deg, #FF9103 0%, #CB7500 100%);
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  text-decoration: none;
  transform: translateX(-50%);
}

.tz-current-lvl .privilege-btn {
  background: linear-gradient(90deg, #614523 0%, #57502E 100%);
}

.privilege-btn::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  width: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  background-image: url(/assets/images/deposit-btnBg.svg);
}

.loyaltyDetails-container {
  margin: 2rem 0 0 2rem;
  padding: 0 2rem 2rem;
  background: #161616;
  min-height: 600px;
}

.detailsBanner {
  width: 100%;
}

.loyaltyDetail-content {
  width: 100%;
}

.loyaltyDetail-content h2 {
  margin-bottom: 2rem;
  text-align: left;
  font-weight: 800;
  font-size: 2.2rem;
}

.loyaltyDetail-content h4 {
  color: #fff;
  font-weight: 600;
  padding-left: 2.5rem;
  position: relative;
  font-size: var(--medium-fontSize);
}

.loyaltyDetail-content h4::before {
  content: '';
  left: -5px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: block;
  padding: 0.9rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/Media/icons/star.svg);
}

.loyaltyDetail-content p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  font-size: var(--small-fontSize);
}

.loyalty-table {
  margin: 5rem auto;
  width: 85%;
}

.loyalty-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

.loyalty-table thead {
  background-color: #2d2d2d;
}

.loyalty-table th,
.loyalty-table td {
  padding: 1rem;
  text-align: center;
}

.loyalty-table th {
  color: #020202;
  font-size: 1.6rem;
  background: #D9D9D9;
  font-weight: 600;
  border: 1px solid #fff;
}

.loyalty-table tbody tr {
  color: #fff;
  background: #F98C15;
}

.loyalty-table td {
  font-weight: 500;
  font-size: 1.4rem;
  border: 1px solid #fff;
}

.loyalty-table tr td:first-child {
  font-weight: 700;
}

.exclusiveAccess .menuitem .icon-whatsAap {
  filter: none;
}

span.loyality-program-left,
span.loyality-program-right {
  display: none;
}

i.i_loyalty_program {
  display: none;
}

.loyalty-viewLess {
  border: none;
  background: none;
}

.levelPointsComplete,
.loyaltyExpires,
.tz-current-lvl .privileges-left p,
.tz-current-lvl .privileges-right p,
.tz-current-lvl .loyalty-botMain-head h2,
.tz-current-lvl .privileges-right p span,
.tz-current-lvl .loyal-user-lvl p,
.tz-current-lvl .loyal-user-lvl p span {
  color: #fff !important;
}

.tz-current-lvl .loyalty-botMain-head .loyalty-viewLess span {
  color: #fff !important;
  border-color: #fff;
}

.tx-hide-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.loyalty-main-bottom.tx-hide-locked::before {
  content: none;
}


@media(max-width: 1020px) {

  .loyaltyDetails-container,
  .loyalty-program-page {
    margin: 4rem 0 0 0;
    padding: 0 1rem 2rem;
  }

  .loyalty-main {
    width: 300px;
  }

  .tz-loyalty-slider {
    min-height: calc(100vh - 28vh);
  }

  .loyalty-table {
    width: 100%;
  }

  .loyalty-table th,
  .loyalty-table td {
    padding: 0.8rem;
  }

  .loyalty-table th {
    font-size: 1rem;
  }

  .loyalty-table td {
    font-size: 1rem;
  }

  .loyaltyDetail-content h2 {
    line-height: normal !important;
    font-size: 1.8rem;
    text-align: center;
  }

  .loyal-headerh2 {
    font-size: 1.8rem;
  }

  .info-toogler span {
    font-size: 1.6rem;
  }

  .loyaltyDetail-content h4::before {
    left: 0;
  }
}