/* app download */
.app-download {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  font-family: "Roboto Flex", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}

.app-content {
  padding: 16px 24px;
  position: fixed;
  bottom: 0;
  border-radius: 20px 20px 0px 0px;
  background-color: #fffffff2;
  width: 100%;
}

.app-close {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #ACACAC;
  font-size: 28px;
}

.app-content-top {
  display: flex;
  align-items: center;
  width: 95%;
}

.app-content-top .logo-app {
  margin-right: 16px;
}

.app-content-top .logo-app img {
  height: 65px;
}

.app-description {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  width: calc(100% - 75px);
}

.app-continue {
  color: #00A8FF;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}

.app-content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-content-bottom .btn {
  border-radius: 5px;
  width: 130px;
  margin: 0 6px;
  font-size: 24px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-content-bottom .btn span {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 8px;
}

.download-bar {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  background-color: #000000;
  font-family: "Roboto Flex", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}

.download-bar .logo-app {
  margin-right: 10px;
}

.download-bar .logo-app img {
  height: 50px;
}

.app-name {
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-bar-btn {
  background-color: #00CE45;
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-bar-btn span {
  margin-left: 8px;
}

.download-bar-close {
  color: #FFFFFF80;
  font-size: 24px;
  margin-left: 10px;
}



/* extra page */
.logo-text {
  font-family: 'Exo';
  font-weight: 900;
  font-style: italic;
  font-size: 5.5vw;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #FFCC00;
  text-transform: uppercase;
  text-align: left;
  text-wrap: nowrap;
}

.logo-text span {
  color: #fff;
}

.review-wrapper {
  margin: 0px 0px 50px 0px;
}

.level-status-wrapper {
  display: block;
}

.level-status,
.level-desc {
  border-radius: 20px;
  padding: 20px;
  background-color: #1d2a43;
  margin-right: 0px;
}

.level-desc {
  margin-right: 0px;
  margin-top: 15px;
}

.level-icon {
  width: 100px;
  margin-right: 20px;
}

.progress-wrapper {
  width: 100%;
}

.progress-wrapper .progress {
  background-color: #007bff;
  width: 50%;
  border-radius: 30px;
  height: 12px;
}

.progress-wrapper .bar {
  background-color: #ffffff21;
  border-radius: 30px;
}

.level-text {
  background-color: #526fa7;
  padding: 2px 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: -10px;
}

.review-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  background-color: #1d2a43;
  color: #fff;
  position: relative;
}

.review-title {
  font-size: 18px;
  font-weight: bold;
}

.review-card p {
  font-size: 12px;
}

.review-card .time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.stars-wrapper {
  color: #ffb833;
}

.data-wrapper {
  display: block;
  padding: 20px;
  border-radius: 20px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  background-color: #1d2a43;
  color: #fff;
}

.ranking-wrapper {
  color: #fff;
  padding-right: 0px;
}

.ranking-list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 7px 10px;
  border-radius: 10px;
}

.ranking-list .no {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
}

.ranking-list .no.gold {
  background: rgb(128, 81, 0);
  background: linear-gradient(0deg, rgba(128, 81, 0, 1) 0%, rgba(255, 203, 112, 1) 100%);
}

.ranking-list .no.silver {
  background: rgb(94, 94, 94);
  background: linear-gradient(0deg, rgba(94, 94, 94, 1) 0%, rgba(181, 181, 181, 1) 100%);
}

.ranking-list .no.bronze {
  background: rgb(94, 61, 55);
  background: linear-gradient(0deg, rgba(94, 61, 55, 1) 0%, rgba(159, 102, 91, 1) 100%);
}

.ranking-list .username {
  flex-grow: 1;
  line-height: 18px;
}

.ranking-list span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.chart2-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  min-width: 280px;
  min-height: 280px;
  max-width: 1200px;
  max-height: 600px;
  margin-top: 50px;
}

.chart-container {
  position: relative;
  height: 90%;
  width: 100%;
}

.chart2-wrapper #chart {
  margin-top: 15px;
}

.review_title {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0px 20px 0;
}

.live-wrapper {
  background-color: #000;
  border-radius: 10px;
}

.live {
  width: 380px;
  height: 214px;
  margin: 0 auto;
}

.news-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  background-color: #1d2a43;
  color: #fff;
  position: relative;
  margin: 15px 0;
}

.news-card-inner {
  display: block;
  border-radius: 20px;
}

.news-card .img-wrapper {
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 15px;
  margin: 0 auto;
}

.news-card .img-wrapper img {
  border-radius: 20px;
}

.news-card-inner .news-content {
  margin-left: 0px;
  margin-top: 30px;
  width: 100%;
}

.news-card-inner h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.news-card-inner p {
  font-size: 14px;
}

.btn-readmore {
  background-color: #1cc980;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 0 30px;
}

button.claimbtn {
  background-color: #1cc980;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  font-size: 12px;
}

/* referral */
.referral-banner > img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.referral-top {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF1A;
  border-radius: 20px;
}
.referral-qr {
  display: flex;
  flex-direction: column;
}
.referral-qr-code {
  border-radius: 10px;
  padding: 6px;
  display: inline-flex;
  align-self: center;
  background-color: #ffffff1a;
}
.referral-qr-code > img {
  height: 78px;
  border-radius: 10px;
}
.referral-qr-share {
  display: flex;
  flex-direction: column;
  padding: 0 16px 32px;
}
.referral-share-text {
  font-size: 13px;
  text-align: center;
  margin: 8px 0;
}
.referral-share-link {
  border-radius: 10px;
  padding: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff1a;
}
.referral-link {
  width: calc(100% - 112px);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  background-color: #00000080;
}
.referral-btn {
  margin-left: 7px;
}
.btn-referral {
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 12px;
  width: 105px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0px 3px 6px #00000082;
  border-radius: 10px;
  border: 0;
  font-weight: 700;
  color: #FFFFFF;
}
.referral-detail {
  padding: 16px 0 0;
}
.referral-detail-single {
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid #FFFFFF1A;
}
.referral-detail-single:last-child {
  margin-bottom: 0;
}
.referral-detail-top {
  text-align: center;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px 20px 0px 0px;
  background-color: #FFFFFF1A;
  border-bottom: 1px solid #FFFFFF1A;
}
.referral-detail-bottom {
  display: flex;
  flex-direction: column;
}
.referral-statistic {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 6px 6px;
}
.referral-statistic-single {
  flex:  1 0 0%;
  padding: 0 6px;
}
.statistic-single-top {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.statistic-single-bottom {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #FFA200;
}
.btn-referral-detail {
  text-transform: capitalize;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  min-width: 150px;
  padding: 8px 12px;
  border-radius: 30px;
  border: 0;
  font-weight: 600;
  background-color: #919295;
  color: #ffffff;
}
.table-referral-wrapper {
  padding: 10px 12px 0;
  margin-top: 16px;
  border-top: 1px solid #FFFFFF1A;
}
.table-referral-wrapper .table-responsive {
  border: 0;
}
.table-referral {
  --bs-body-bg: transparent;
}
.table-referral tr > th {
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  border-bottom-width: 0;
}
.table-referral tr > td {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  border-bottom-width: 0;
}

/*game-thumb*/
.tab_wrapper .title-icon {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  filter: invert(1);
}

.slot-menu {
  position: relative;
}

.slot-menu .swiper-slide {
  display: block;
  background: #1d2a43;
  border-radius: 10px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.slot-menu .swiper-slide.active {
  background: #ffaa00;
}
/* .slot-menu .swiper-slide.active img{
  filter: brightness(0) invert(1);
} */

.slot-menu .swiper-slide img {
  opacity: 1;
}

.slot-menu .swiper-button-next::after,
.slot-menu .swiper-button-prev::after {
  font-size: 28px !important;
  color: #ffffff4a;
}

.slot-menu .swiper-button-prev {
  left: -50px
}

.slot-menu .swiper-button-next {
  right: -50px
}

.tab_wrapper .btn-fav {
  border-radius: 10px;
  border: 1px #ffffff10 solid;
  color: #fff;
  background: #00000056;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.tab_wrapper .btn-fav:hover,
.tab_wrapper .btn-fav.active {
  color: #ffffff;
  background: transparent linear-gradient(180deg, #F75353 0%, #CB0606 100%) 0% 0% no-repeat padding-box;
}

.inn_product_wrap a {
  background-color: #ffffff10;
  border-radius: 10px;
}

.icon-favourite {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  z-index: 99;
  cursor: pointer;
}

.icon-favourite.active::before {
  background: transparent linear-gradient(180deg, #F75353 0%, #CB0606 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-favourite::before {
  font-weight: 900;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  color: #000000a2;
  text-align: center;
  content: '\f004';
}

.inn_product_wrap .provider-small {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000000;
}

/* ios-tutorial */
#ios-tutorial .modal-dialog {
  border-radius: 30px;
  padding: 64px 0 32px;
}

#ios-tutorial .modal-dialog .modal-content {
  position: relative;
  border-radius: 30px;
  border: 1px solid #FFFFFF1A;
  background-color: #000000;
}

#ios-tutorial .btn-close-ios {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
}

.ios-tutorial img {
  border-radius: 30px;
  width: 100%;
}

/* af custom */
.af-box{
  width: 95%;
}
.af-box .progress-bar{
  height: auto;
  margin: 0;
}
.af-box .avatar{
  position:initial;
  left: 0;
  overflow: auto;
  width:auto;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-box,
.viptabs .form-box,
.vip-benefit{
  border: 1px solid #FFFFFF1A;
  box-shadow: 2px 2px 5px #0000005a;
}
.viptabs .form-box{
  border-top: none;
}
.af-box {
  max-width: 800px;
  margin-bottom: 50px;
}
.fav-game{
  justify-content: center;
}
.af-form .input-group{
  border-bottom: 1px solid #dee3f026;
}
.af-form .input-group .form-control{
  min-height: auto;
}
.af-form .input-group .form-control:focus{
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.af-form .form-control option{
  appearance: none;
  -webkit-appearance: none;
}
.h-record{
  border-bottom: 1px solid #FFFFFF1A;
}
.b-table .btn-claim{
  background-color: #00000060;
}
.af-box .accordion-button::after,
.af-box .accordion-button:not(.collapsed)::after {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  opacity: 0.3;
}
.vip-bar .progress{
  background-color: #ffffff33;
}
.af-box .tab-content{
  display: block;
}
.s-label,
.profile .p-info,
.b-table table{
  color: #ffffff75;
}

.af-form .input-group .form-control::placeholder,
.af-form .input-group .input-group-text { 
  color: #ffffff75;
}

.form-select,
.form-select:focus-visible{
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff75'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  background-position: right .75rem center !important;
  background-size: 16px 12px !important;
  background-repeat: no-repeat !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: .375rem 2.25rem .375rem .75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.af-box .form-check{
  text-align: left;
}
.error-msg, .help-msg{
  text-align: left;
}
.rstep{
  border-color: #FFFFFF1A;
}
.rstep::after{
  background-color: #FFFFFF1A;
}

.afterlogin_wrap p{
  color: #ffffff9b;
  font-size: 14px;
  font-weight: normal;
}
.contact_wrap {
  grid-template-columns: repeat(2, 1fr);
}
.contact_wrapper_inn p {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}

#loginmodal{
  margin-top: 30px;
}

@media (min-width: 768px) {
  .logo-text {
    font-size: 3vw;
  }

  .news-card-inner {
    display: flex;
    justify-content: center;
    border-radius: 20px;
  }

  .news-card-inner .news-content {
    margin-left: 25px;
    margin-top: 0px;
    width: 100%;
  }

  .news-card .img-wrapper {
    width: 250px;
    height: auto;
    border-radius: 15px;
  }

  /* referral */
  .referral-qr {
    width: 70%;
    margin: 0 auto;
  }
  .contact_wrap {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width: 1200px) {
  .logo-text {
    text-align: center;
    font-size: 2.5vw;
  }

  .data-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .level-status-wrapper {
    display: flex;
  }

  .level-status {
    margin-right: 20px;
  }

  .level-desc-row {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .level-desc {
    margin-top: 0;
  }

  .chart2-wrapper {
    width: 500px !important;
    margin-right: 15px;
  }

  .ranking-wrapper {
    padding-right: 30px;
    width: 50%;
  }

  .live {
    width: 560px;
    height: 315px;
  }

  .app-download,
  .download-bar {
    display: none;
  }

  /* referral */
  .referral-qr {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 16px 32px;
    width: 65%;
  }
  .referral-qr-code {
      padding: 16px;
      border-radius: 20px;
  }
  .referral-qr-code > img {
      height: 117px;
  }
  .referral-share-text {
      font-size: 16px;
      text-align: left;
  }
  .referral-qr-share {
      width: calc(100% - 149px);
      padding-left: 32px;
      padding-right: 0;
  }
  .referral-share-link {
      padding: 10px;
  }
  .referral-link {
      padding: 13px 16px;
      border-radius: 10px;
      font-size: 16px;
      width: calc(100% - 190px);
  }
  .referral-btn {
      margin-left: 10px;
  }
  .btn-referral {
      width: 180px;
      font-size: 16px;
      padding: 13px 16px;
      border-radius: 10px;
  }
  .referral-detail {
      padding: 24px 0 0;
      display: flex;
      flex-direction: row;
      margin: 0 -12px;
  }
  .referral-detail-single {
      flex: 1 0 0%;
      margin: 0 12px 0;
  }
  .referral-detail-top {
      font-size: 18px;
      padding: 10px 16px;
  }
  .statistic-single-top {
      font-size: 14px;
  }
  .btn-referral-detail {
      min-width: 170px;
  }
  .table-referral tr > th {
      font-size: 14px;
  }
  .table-referral tr > td {
      font-size: 14px;
  }
  .contact_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .contact_wrapper_inn p {
    font-size: 22px;
  }

  /* rewards */
  @keyframes upDown {
    0%, 100% {
        bottom: 16px;
    }
    50% {
        bottom: 26px; 
    }
  }
  .reward img {
      height: 120px;
  }
}

@media (min-width: 1400px) {
  .logo-text {
    text-align: center;
    font-size: 2vw;
  }

  .chart2-wrapper {
    width: 600px !important;
    height: 500px;
  }

  .ranking-wrapper {
    width: 100%;
  }

  .ranking-list span {
    display: inline;
  }

  .ranking-list {
    padding: 10px 15px;
  }

  .slot-menu .swiper-slide {
    height: 100px;
  }

  .inn_product_wrap .provider-small {
    width: 40px;
    height: 40px;
    border-bottom-right-radius: 20px;
  }
}