@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

body {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #221851;
  overflow-x: hidden;
  margin: 0 auto;
  line-height: 1.2;
  background-color: var(--body-bg);
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a.ss1 {
  color: var(--href-color)
}

a.ss1:hover {
  color: var(--href-colorHover)
}

img {
  max-width: 100%;
}

hr {
  color: var(--fnav-colorBorder);
  margin: 1rem 0;
  opacity: 1;
}

.des {
  display: block;
}

.mob {
  display: none;
}

.btn-submit {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 30px;
  color: var(--cta-text);
  background: var(--cta-bg);
  border: 0;
  width: 50%;
  cursor: pointer;
  text-align: center
}

.btn-submit:hover {
  filter: brightness(1.2)
}

.btns {
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--access1-text);
  border: 1px solid #ffffff;
  background: var(--access1-bg);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-direction: column;
}

.btns img {
  max-height: 36px
}

.btns.aaa,
.btns:hover,
.btns.s2:hover {
  background: var(--cta-bg);
  border: 1px solid var(--cta-text);
  color: var(--cta-text);
}

.btns.s2 {
  color: var(--access2-text);
  background: var(--access2-bg);
  border: 1px solid var(--access2-bg)
}

.mg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--fnav-colorBorder);
}

.mg-btns {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 4px 10px;
  background: var(--btns-color2);
  color: var(--mg-text);
}

.mg-btns img {
  filter: none;
  max-height: 70px;
}

.mg-btns:hover img {
  filter: none;
}

.sidebar .items.sp .btns {
  color: var(--mg-text);
}

.hnb .sidebar .items a {
  padding: 8px
}

.deposit {
  background: var(--mg-deposit-bg);
}

.vip {
  background: var(--mg-vip-bg);
}

.referral {
  background: var(--mg-referral-bg);
}

.livechat {
  background: var(--mg-livechat-bg);
}

.review {
  background: var(--mg-review-bg);
}

.items .g-cl {
  display: none;
}

.items .g-op {
  display: block;
}

.hnb .items .g-cl {
  display: block;
}

.hnb .items .g-op {
  display: none;
}

.notify {
  position: absolute;
  top: 3px;
  right: 100px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
  background: red;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blink {
  animation: blinker 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;   
}
@keyframes blinker { to { opacity: 0; } }

.btns2 {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-btns);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.btns2 img {
  max-height: 26px
}

.btns2.aaa,
.btns2:hover {
  border-color: var(--bg-colorBorder2) !important;
  color: var(--color-btnsActive);
}

.btns2.wb {
  border-radius: 8px;
  border: 1px solid var(--bg-colorBorder);
  padding: 8px;
  background: var(--color-btnsBg);
}

.btns2.wb.aaa {
  border-radius: 8px;
  border: 1px solid var(--bg-colorBorder);
  padding: 8px;
  background: var(--color-btnsBg2);
}

.btns2.hl {
  position: relative;
  bottom: 17px;
}

.btns2.hl img {
  max-height: 56px
}

.btnnav {
  color: var(--btnnav-color1);
  border-bottom: 3px solid transparent;
  font-size: 12px;
  padding: 0 8px;
  font-weight: bold;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center
}

.btnnav.aaa,
.btnnav:hover {
  background-color: var(--btnnav-color2);
  border-color: var(--btnnav-color3)
}

.btnimg {
  display: flex;
  gap: 4px;
  color: var(--btnimg-color1);
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  align-items: center
}

.btnimg img {
  max-height: 42px
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: var(--bgcolor-navtop);
}

.topnav .logo {
  margin-bottom: 0;
  max-width: 220px
}

.topnav .con {
  width: 100%;
  margin: 0 auto;
  padding: 0px 16px
}

.btmnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /*z-index:4;*/
  z-index: 9;
  background: var(--bgcolor-navmob);
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
  display: none;
  border-radius: 16px 16px 0px 0px
}

.btmnav .btns2 {
  width: 100%;
  height: 100%;
}

.subnav {
  display: flex;
  overflow-x: auto;
  gap: 6px
}

.subnav a {
  padding: 0px 26px;
  width: 100%;
  height: 40px;
  background: var(--subnav-bgcolor);
  color: var(--subnav-text);
  border: 1px solid var(--subnav-colorBorder);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px
}

.subnav a.active,
.subnav a:hover {
  background: var(--btns-active);
  color: var(--btns-active-text);
  border: 1px solid var(--btns-active-border);
}

.main-wrap {
  position: relative
}

.topnavbar {
  display: flex;
  align-items: center;
  padding: 0px;
}

.topnavbar .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 70px
}

.nlbar {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 160px;
}

.hnb .nlbar {
  margin-left: 0px;
}

.nlbar .nnav {
  display: flex;
  gap: 16px;
  padding-left: 16px
}

.nlbar .nnav a {
  text-transform: uppercase;
  font-size: 16px
}

.nnav img {
  max-height: 28px;
  filter: brightness(8)
}

.nvbar {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px
}

.nvbar .nbin {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-weight: bold;
}

.nbin .btns {
  min-width: 110px;
  flex-direction: row;
}

.nbin.af .btns {
  min-width: inherit;
}

.language-wrap {
  margin-right: 5px;
}

button.language-btn {
  background: #ffffff;
  border: none;
  padding: 0px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  border-radius: 80px;
}

.lang-c {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 2px;
  cursor: pointer;
  color: var(--btns-color5);
}

button.language-btn img {
  max-height: 32px;
}

button.language-btn span {
  padding: 0 8px;
  font-weight: bold
}

.language-btn.show {
  display: flex
}

.language-btn.hide {
  display: none;
}

.sidebar {
  padding-bottom: 100px;
  position: fixed;
  z-index: 18;
  left: 0px;
  top: 70px;
  width: 260px;
  height: 100%;
  overflow-y: auto;
  background: var(--bgcolor-sidebar);
  transition: all 0.3s;
}

.sidebar .items {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 16px 12px;
}

.sidebar .items:last-child {
  padding-top: 0px;
}

.sidebar .items .btns {
  padding: 8px 26px;
  font-weight: 500;
  flex-direction: row;
  justify-content: space-between
}

.sidebar .topnavbar {
  display: none;
}

.sidebar-menu {
  font-size: 22px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  color: var(--mg-text);
  padding: 0px 5px 10px 5px;
}

.hnb .sidebar-menu svg {
  transform: scaleX(-1);
}

.content-wrap {
  width: 100%;
  padding-top: 70px;
  padding-left: 260px
}

.content-wrap .con {
  max-width: 1200px;
  margin: 0px auto;
  padding: 16px;
}

.content-header {}

.content-top {
  background: var(--bg-content);
  background-size: cover;
  background-position: top center;
}

.content-top .con {
  padding: 16px
}

.content-btm {
  background-color: var(--bgcolor-content2)
}

.footer-wrap {
  background-color: var(--bgcolor-content2);
  padding: 16px 0px;
  margin-top: 16px
}

.footer-wrap .con {}

.ex-menu .nav-link {
  color: var(--color-text);
}

.ex-menu .nav-link:hover {
  color: var(--color-primary);
}

.footer-menuwrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 24px 0;
  padding: 24px 0;
  display: flex;
  gap: 7vw;
}

.hl-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cat-tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: var(--cat-bg);
  border-radius: 20px;
  padding: 14px;
  overflow: auto;
}

.cat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
  filter: brightness(0.85) sepia(1) hue-rotate(204deg) saturate(8);
  text-transform: uppercase;
  background: var(--cat-dbg);
  color: var(--cat-text);
  border-radius: 20px;
  cursor: pointer;
}

.cat img {
  max-height: 60px;
}

.cat:hover,
.cat.aaa {
  background: var(--cat-abg);
  color: var(--cat-atext);
  filter: none;
}

.cat.sb {
  justify-content: center;
  font-size: 38px;
  background: transparent;
  color: var(--cat-abg);
}

.searchbar {
  display: flex;
  align-items: center;
  font-size: 24px;
  gap: 14px;
  margin-top: 20px;
  padding: 0px 10px;
}
.searchbar .fav { color: var(--fav-thumb); }
.searchbar .s-icon {color: var(--color-primary); }
.searchbar .form-control {font-size: 0.8rem; border-radius: 50px; padding: 2px 10px;}


.pro {
  background: var(--btn-color1);
  height: 50px;
  margin: 4px;
  position: relative;
  filter: drop-shadow(2px 1px 2px #bcbec7);
  width: 100%;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.pro:hover,
.pro.aaa {
  background: var(--cta-bg);
  color: var(--cta-text);
  filter: none;
}

.conwrap {
  margin: 0px
}

.ann {
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.ann .iicon {
  color: var(--ann-colorIcon);
  font-size: 12px;
  margin-right: 10px;
}

.ann .ttext {
  color: var(--ann-colorText);
  width: 100%
}

.ann .con {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: 88%;
  background-color: var(--ann-bgcolor);
  border-radius: 30px;
}

.banner-wrap {
  margin: 0px;
  overflow: hidden
}

.splide__slide img {
  width: 100%;
}

.banner-wrap .swiper-slide {
  border-radius: 16px;
  overflow: hidden
}

.banwrap {
  width: 100%;
  overflow: hidden;
  border-radius: 16px
}

.banwrap.s2 {
  display: flex;
  flex-direction: column;
  width: 32%;
  justify-content: space-between
}

.banwrap.s2 img {
  border-radius: 16px;
  overflow: hidden
}

.gamecats-wrap {}

.gcatstop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px
}

.gcatstop h5 {
  color: var(--gamecats-text);
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold
}

.gcatstop span {
  color: var(--color-primary)
}

.gcatstop .funarea {
  display: flex;
  gap: 12px
}

.gcatscon {
  padding-top: 16px
}

.gcarrows {
  display: flex;
  gap: 6px;
}

.gcarrows .slide-arrow {
  border-radius: 8px;
  color: var(--gamecats-arrow-text);
  background: var(--gamecats-arrow-bg);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold
}

.gcprov {}

.gcprov select {
  height: 32px;
  color: var(--gamecats-arrow-text);
  background: var(--gamecats-arrow-bg);
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: bold
}

.gametype-wrap {}

.gametype-wrap .con {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.gtwrapin {
  width: calc(33.33% - 8px)
}

.gtwrapin.s2 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gtwrapin.s2 .gtbox {
  width: calc(50% - 6px)
}

.gtbox {
  position: relative;
  background: #292d2e;
  border-radius: 16px;
  display: flex;
  align-items: end;
  justify-content: end;
  cursor: pointer
}

.gtbox .iimg {
  padding: 0% 0% 0% 35%
}

.gtbox .ttitle {
  display: flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 12px
}

.gtbox .ttitle span {
  font-size: 14px;
  font-weight: bold
}

.gtbox .ttitle img {
  filter: var(--hue-adjust);
  max-height: 24px
}

.gtbox.s1 {
  background: linear-gradient(135deg, #292d2e 40%, #3a244b)
}

.gtbox.s2 {
  background: linear-gradient(135deg, #292d2e 40%, #3a2c1f)
}

.gtbox.s3 {
  background: linear-gradient(135deg, #292d2e 40%, #101944)
}

.gtbox.s4 {
  background: linear-gradient(135deg, #292d2e 40%, #403f3b)
}

.gtbox.s5 {
  background: linear-gradient(135deg, #292d2e 40%, #1c3414)
}

.gtbox.s6 {
  background: linear-gradient(135deg, #292d2e 40%, #3b1d1d)
}

.gtbox:hover {
  filter: brightness(1.2);
  transition: all 0.3s;
}

.payment-wrap {}

.pmwrap {
  border-radius: 16px;
  background: var(--payment-bg);
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2%;
  gap: 4%
}

.pmwrap span {
  font-size: 20px;
  font-weight: bold;
}

.pmwrap img {
  max-width: 15%
}

.gamewrap {
  margin: 0px 0px 16px;
  border-radius: 16px;
  background: var(--lobby-bg);
  padding-bottom: 15px;
}

.gametabs {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  font-size: 14px;
  border-bottom: 2px solid var(--bg-colorBorder2)
}

.gametabs a {
  color: var(--color-text);
  white-space: nowrap;
  font-weight: bold;
}

.gametabs a.aaa,
.gametabs a:hover {
  color: var(--color-primary);
}

.gamecons {
  margin: 14px 0px;
  padding-top: 15px;
}

.gcc {
  display: none
}

.gcc.aaa {
  display: block
}

.gggl {
  position: relative;
  border-radius: 16px;
  background-color: var(--gamelist-bgcolor);
  cursor: pointer;
  border: 0px solid var(--gamelist-border);
  overflow: hidden;
  margin: 0px 6px
}

.gggl .iimg {
  background: var(--miss-thumb);
  background-size: 90%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 100%;
}

.gggl .iimg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.gggl .name {
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 8px;
  color: var(--gamelist-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.gggl .fav {
  position: absolute;
  font-size: 16px;
  right: 0px;
  top: 0px;
  color: var(--unfav-thumb);
  cursor: pointer;
  background: var(--unfav-bg);
  border-radius: 50px;
  padding: 7px;
  z-index: 9;
}

.gggl .fav.aaa {
  background: var(--fav-bg);
  color: var(--fav-thumb);
}

.gggl .prov {
  display: none; 
  position: absolute;
  top: 0px;
  background: url(../img/shape.png) no-repeat right top;
  width: 50px;
  padding-left: 5px;
  height: 40px;
}

.gggl .prov img {
  max-height: 30px;
}

.load {
  background: var(--cta-bg);
  color: var(--color-secondary);
  text-transform: uppercase;
  border-radius: 10px;
  width: 200px;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  font-size: 16px;
  cursor: pointer;
}

.loaded {
  color: var(--cta-text);
}

.comm {}

.comm-c {
  display: flex;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 18px;
  flex-wrap: wrap;
  gap: 1rem;
}

.comm-c svg {
  font-size: 26px;
}

.comm-c .c1,
.comm-c .c2,
.comm-c .c3,
.comm-c .c4 {
  padding: 10px 16px;
  border-radius: 10px;
  /* width: 170px;
  margin-right: 10px; */
  width: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.comm-c .c1 {
  background: #6f3faa;
}

.comm-c .c2 {
  background: #039be5;
}
.comm-c .c3 {
  background: #DB00AD;
}
.comm-c .c4 {
  background: #F61C0D;
}

.gggl:hover .iimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1
}

.gggl:hover .iimg::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f04b";
  font-size: 30px;
  color: var(--color-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.globby {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0px;
  gap: 12px
}

.globby.s2 {
  padding: 20px
}

.glinfo {}

.glinfo .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px
}

.glinfo .gt {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: bold;
  font-size: 16px
}

.glinfo .gt svg {
  height: 28px;
}

.hlobby .globby {
  padding: 0px;
  gap: 5px
}

.hlobby .gggl {
  cursor: pointer;
  position: relative;
  padding: 0px;
  margin: 4px;
  border-radius: 8px;
  background-color: transparent;
}

.hlobby .gggl .iimg {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 0px;
}

.hlobby .gggl .iimg img {
  width: 100%;
  position: relative;
}

.hlobby .gggl .name {
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  color: var(--gamelist-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 35px 0px 5px 0px;
  background: linear-gradient(180deg, #00000000, #000000);
}

.hlobby .gggl .name span {
  margin: 0px auto;
  font-weight: bold;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlobby .gggl .name small {
  font-size: 10px;
}

.hlobby .gggl:hover .iimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0
}

.hlobby .gggl:hover .iimg::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f04b";
  font-size: 30px;
  color: var(--color-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.glmenu {
  position: relative
}

.glpro-swiper .iimg {
  text-align: center;
}

.glpro-swiper img {
  max-height: 40px;
  width: auto !important;
}

.g-pro {}

.lobby .glpro-swiper img {
  max-height: 50px;
  width: auto !important;
}

.nbswi .nbswi-swiper {
  margin: 0px 20px
}

.nbswi .swiper-button-next,
.nbswi .swiper-button-prev {
  color: var(--arrows);
  width: 20px;
  z-index: 1
}

.nbswi .swiper-button-next::after,
.nbswi .swiper-button-prev::after {
  font-size: 14px;
}

.nbswi .swiper-button-prev {
  left: 0px;
}

.nbswi .swiper-button-next {
  right: 0px;
}


.glprovider {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}

.glprovider .dropdown .dropdown-menu {
  background: var(--subnav-bgcolor);
  width: 210px;
  z-index: 10;
}

.glprovider .dropdown .dropdown-menu .dropdown-item {
  color: var(--subnav-text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  min-height: 40px;
}

.glprovider .dropdown .dropdown-menu .dropdown-item:focus,
.glprovider .dropdown .dropdown-menu .dropdown-item:active,
.glprovider .dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--btns-active);
  color: var(--btns-active-text);
}

.glprovider .dropdown .dropdown-menu .dropdown-item:focus .iimg,
.glprovider .dropdown .dropdown-menu .dropdown-item:hover .iimg {}

.gl-pro {
  display: flex;
  background: var(--subnav-bgcolor);
  color: var(--subnav-text2);
  border: 1px solid var(--subnav-colorBorder);
  border-radius: 8px;
  height: 50px;
  min-width: 140px;
  max-width: 170px;
  align-items: center;
  justify-content: space-evenly;
}

.dropdown .dropdown-item .iimg img {
  max-height: 30px;
  margin-right: 10px;
}

.gl-pro p {
  color: var(--subnav-text);
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.g-cat {
  color: var(--color-secondary);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  border-bottom: 1px solid var(--fnav-colorBorder);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.modal-provider {
  max-width: 700px
}

.modal-provider .modal-content {
  background: var(--bg-modal);
  border: none;
}

.provider-list {
  display: flex;
  flex-wrap: wrap;
}

.provider-list img {
  max-height: 50px;
}

.modal-header {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  background: #190045;
  color: #ffffff;
  border-bottom: 0px;
}

.modal-header .btn-close {
  filter: invert(100%);
  opacity: 1
}

.modal-title {
  padding-left: 2rem;
  width: 100%;
  text-align: center;
}

.modal-footer.s2 {
  display: block;
  border-top: 0;
  padding: 0 .75rem 1rem
}

.modal-content {
  background: #ffffff;
  border: none;
}

.modal-header-cus {
  text-align: center;
  padding: 1.5rem .5rem 0;
}

.modal-header-cus h1,
.modal-header-cus h2 {
  color: var(--color-primary);
  font-weight: bold;
  margin: 0;
  padding: .5rem
}

.modal-link {
  color: #9279a0
}

.modal-link:hover {
  color: var(--color-primary)
}

.modal-link b {
  color: var(--color-primary);
}

.glfunc {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0px
}

.glfav {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--fav-thumb);
  cursor: pointer;
  font-size: 16px
}

.glwrap {
  margin-bottom: 16px;
}

.glwrap .tt {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 4px
}

.glist {
  display: flex;
  overflow-x: auto;
}

.glist .gggl {
  min-width: 20%;
  padding: 0
}

.glist.s2 {
  flex-wrap: wrap
}

.glist.s2 .gggl {
  width: calc(33.33% - 8px);
  padding: 4px
}

.glnew-wrap {
  width: calc(66.66% - 8px);
  box-shadow: 0px 2px 6px var(--shadow);
  background-color: var(--bg-color2);
  border-radius: 6px;
  margin: 4px
}

.glnew-title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  padding: 6px 12px;
}

.glnew-cons {
  display: flex;
  overflow-x: auto;
  padding: 0px 12px
}

.glnew-cons .gggl {
  min-width: 36%;
  padding: 0px;
  width: auto !important
}

.winner-wrap {
  display: flex;
  gap: 18px;
  padding: 24px 0px;
  align-items: center
}

.winner-wrap .ll,
.winner-wrap .rr {
  width: 50%
}

.wlist-wrap {
  border-radius: 16px;
  background-color: var(--winner-bgcolor);
  padding: 16px;
  height: 390px;
}

.wlist-wrap h3 {
  margin: 0px;
  padding: 0;
  color: var(--winner-title);
  text-align: center;
  font-size: 16px;
  font-weight: bold
}

.wlist {
  padding: 8px;
  border-radius: 8px;
  background: var(--wlist-bgcolor);
  border: 2px solid var(--wlist-colorBorder);
  font-size: 12px;
  margin-top: 12px
}

.wlist .ww {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0px
}

.wlist .nname {
  color: var(--wlist-color)
}

.wlist .time {
  color: var(--wlist-color)
}

.wlist .prov {
  color: var(--wlist-color)
}

.wlist .prov strong {
  color: var(--wlist-color2)
}

.wlist .amounts {
  color: var(--wlist-color3);
  font-weight: bold;
}

.winner-swiper {
  height: 320px;
  overflow: hidden;
  margin-top: 20px;
}

.seo-wrap {
  color: var(--color-textSeo);
}

.seo-wrap h1,
.seo-wrap h2,
.seo-wrap h3,
.seo-wrap h4,
.seo-wrap h5 {
  color: var(--color-primary);
  text-transform: uppercase;
}

.seo-wrap h1 {
  font-size: 34px;
}

.seo-wrap h2 {
  font-size: 22px;
}

.seo-wrap h3 {
  font-size: 20px;
}

.seo-wrap h4 {
  font-size: 18px;
}

.seo-wrap h5 {
  font-size: 16px;
}

.seo-wrap #readMore {
  display: none;
}

#moreBtn {
  width: 140px;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
  color: var(--color-secondary);
  background: var(--color-primary);
}

.copyright-wrap {
  text-align: center;
  font-size: 12px;
  color: var(--color-text);
}

.copyright-wrap span {
  font-weight: bold;
  color: var(--color-secondary)
}

.provider-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.provider-wrap img {
  max-height: 30px;
  filter: var(--ft-greyscale);
}

.license {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  align-items: center;
}

.license img {
  margin: 0px 10px;
  max-height: 34px;
  filter: var(--ft-greyscale);
}

.license b {
  color: var(--color-secondary)
}

.fnav-wrap {}

.fnav-wrap:last-child {
  margin-bottom: 0
}

.fnav-wrap .ttitle {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 12px;
}

.fnav-wrap .cons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fnav-wrap .conslist {
  display: flex;
  gap: 12px;
  flex-direction: column
}

.fnav-wrap .conslist a {
  color: var(--fnav-colorLink)
}

.fnav {
  display: flex;
  align-items: center;
  gap: 6px
}

.fnav .iimg {
  filter: var(--ft-greyscale)
}

.fnav .iimg img {
  max-height: 40px;
}

.fnav.s2 .iimg img {
  max-height: 28px;
}

.fnav .ttext {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff
}

.appsdl {
  background: var(--apps-bgcolor);
  border-radius: 16px;
  position: fixed;
  z-index: 3;
  left: 8px;
  bottom: 68px;
  width: calc(100% - 16px);
  padding: 18px 24px;
  font-size: 3.4vw;
  font-weight: bold;
  border: 1px solid var(--apps-colorBorder)
}

.appsdl .cc {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
  color: var(--apps-close);
}

.appsdl .tt {
  display: flex;
  gap: 24px;
  color: var(--apps-desc);
  border-bottom: 1px solid var(--apps-colorLine);
  margin-bottom: 12px;
  padding-bottom: 12px;
  align-items: center
}

.appsdl .tt img {
  width: 15vw
}

.appsdl .bb {}

.appsdl .bb strong {
  margin: 0;
  padding-bottom: 12px;
  color: var(--apps-title);
  display: block;
  text-align: center
}

.appsdl .btnsss {
  display: flex;
  gap: 12px;
}

.btn-apps {
  border-radius: 8px;
  background: var(--apps-s1bg);
  border: 1px solid var(--apps-s1border);
  color: var(--apps-s1text);
  padding: 8px;
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center
}

.btn-apps.s2 {
  background: var(--apps-s2bg);
  border: 1px solid var(--apps-s2border);
  color: var(--apps-s2text);
}

body.hnb .sidebar {
  left: 0
}

/*body.hnb .main-wrap::before { content:''; position:fixed; z-index:5; width:100%; height:100%; left:0px; top:0px; background:rgba(0,0,0,0.5) }*/

.nbdes,
.nbdesb {}

.nbmob,
.nbmobb {
  display: none !important
}

/*pop up ann*/
.modal-ann {
  max-width: 1090px
}

.modal-ann .modal-content {
  border: 0;
  background: transparent
}

.annbox {
  position: relative
}

.annbox .bbg {}

.annbox .bbg .mob {
  display: none
}

.annbox .cclose {
  position: absolute;
  max-width: 8%;
  right: 0;
  top: 0;
  cursor: pointer
}

.annbox .ccon {
  position: absolute;
  width: 90%;
  top: 15%;
  left: 5%;
  height: 70%
}

.annbox .annimg {
  border-radius: 8px;
  border: 1px solid #9c57ff;
  width: 100%
}

.annbox .agreewrap {
  text-align: center
}

.annbox .agreebox {
  color: #cb00ff;
  background-color: #000000;
  border: 1px solid #cb00ff;
  display: inline-block;
  border-radius: 20px;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer
}

.anncon {
  height: 100%;
  display: flex;
  align-items: flex-start
}

.anncon .nav {
  max-width: 25%;
  margin-right: 12px;
  height: 100%; 
  flex-direction: column;
}

.anncon .nav .nav-link {
  background-color: #1f1341;
  border: 1px solid #9c57ff;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  width: 100%;
  height: calc(20% - 8px);
  margin: 4px 0px;
}

.anncon .nav .nav-link p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
}

.anncon .nav .nav-link.active {
  background-color: #530fbc;
  border-color: #03effe;
}

.anncon .tab-content {
  width: 75%
}

.anncon .tab-content h5 {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  color: var(--modaltitle-text);
}

.annpagi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  width: 100%;
  position: absolute;
  bottom: -6%
}

.annpagi .pitem {
  background-color: #1f0056;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.annpagi .pitem.active,
.annpagi .pitem:hover {
  background-color: #21d4fe
}

/*pop up ann - end*/

/*float icon*/
.float-icon-wrap {
  position: fixed;
  right: 0px;
  bottom: 120px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-act {
  font-size: 30px;
  color: #ffffff;
  /* cursor: pointer; */
  /* background: var(--color-secondary);*/
  border-radius: 50%; 
}

.float-icon-wrap .float-act .triangle .fa-angle-right { margin-left: 15px; font-size: 20px; }

.float-icon { display: flex; flex-direction: column; align-items: center; gap:18px; background: #20184e; padding: 15px 10px; border-radius: 20px 0px 0px 20px; }

.float-icon img {
  max-width: 50px
}

.float-icon-wrap.close {
  right: -70px
}

.float-icon-wrap.close .float-act .triangle .fa-angle-right { transform: rotate(180deg);  }
.triangle-2 {
  width: 30px;
  height: 60px;
  border-right: solid 35px #20184e;
  border-bottom: solid 35px transparent;
  border-top: solid 35px transparent;
  display: flex;
  align-items: center;
  margin-right: -1px;
}

/*float icon - end*/

/*rtt*/
.realtime-trans {
  display: flex;
  background: var(--realtime-bg);
  border-radius: 20px;
  align-items: center;
  height: 60px;
  margin: 0px;
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.realtime-trans .tt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--realtrans-cta);
  color: var(--realtrans-amo);
  width: 8%;
  height: 100%;
  font-size: 20px;
}

.realtime-trans .ccon {
  width: 84%;
}

.realtime-trans .tl { width:8%; }

.rtt-wrap {
  width: 100%
}

.rttbox {
  display: flex;
  justify-content: space-evenly; 
  align-items: center;
}

.rttbox .rimg {
  width: 30px;
}

.rttbox .rcon {
  display: flex;
  flex-direction: column;
  color: var(--realtrans-text);
  font-size: 16px;
  line-height: normal;
  justify-content: center
}

.rttbox .rcon div {
  display: flex;
  align-items: center
}

.rttbox .rcon span {
  padding-left: 5px;
}

.rttbox .rcon .time {
  color: var(--realtrans-time);
  font-size: 16px;
}

.rttbox .rcon .amo {
  color: var(--realtrans-amo);
  font-weight: bold;
  font-size: 18px;
}

/*rtt - end*/

.realtime-trans2 {
  display: flex;
  background-color: var(--realtime-bg);
  align-items: center;
  border-radius: 16px;
  padding: 16px
}

.realtime-trans2 table {
  width: 100%
}

.realtime-trans2 table td {
  padding: 8px;
  color: var(--realtrans-time);
}

.realtime-trans2 table th {
  padding: 8px;
  color: var(--realtrans-text);
}

.realtime-trans2 table b {
  color: var(--color-primary)
}


.realtime-wins {
  display: flex;
  align-items: center;
  margin: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}

.realtime-wins .con {
  overflow: hidden;
}

.realtime-wins .rtop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px
}

.realtime-wins .rcon {
  background-color: var(--realtime-bg);
  border-radius: 16px;
  padding: 8px 4px
}

.rtw-wrap {
  width: 100%
}

.rtwbox {
  display: inline-flex;
  justify-content: center;
  position: relative;
  padding: 0px 6px
}

.rtwbox .iimg {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.rtwbox .ipro {
  font-size: 10px;
  position: absolute;
  bottom: 40px;
}

.rtwbox .iinfo {
  display: flex;
  flex-direction: row;
  font-size: 10px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px
}

.rtwbox .iinfo .ddesc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.rtwbox .iinfo .ddesc span {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center
}

.rtwbox .iinfo .ddesc span b {
  color: #ffb900
}

.rtwbox .iinfo .ddesc strong {
  color: var(--color-primary)
}

.menu-wtabs {
  font-size: 14px;
  display: flex;
  padding: 4px
}

.menu-wtabs h5 {
  padding: 0;
  margin: 0
}

.menu-wtabs span {
  font-size: 16px;
  color: var(--color-primary)
}

.menu-wtabs2 {
  background-color: var(--tabs-bg);
  border-radius: 6px;
  font-size: 14px;
  display: flex;
}

.menu-wtabs2 a {
  padding: 8px 24px;
  border-radius: 6px;
  color: var(--tabs-text)
}

.menu-wtabs2 a.active,
.menu-wtabs2 a:hover {
  background-color: var(--tabs-bg-active);
}

/*promo*/
.pfilter {
  margin: 20px 0px;
  display: flex;
  overflow-x: scroll;
  background: var(--subnav-bgcolor);
  border-radius: 8px;
}

.pfilter::-webkit-scrollbar {
  display: none;
}

.ptab {
  border-radius: 8px;
  color: var(--subnav-text);
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  margin-right: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ptab:hover,
.ptab.active {
  background: var(--btns-active);
  color: var(--btnnav-color2);
  text-decoration: none;
  cursor: pointer;
}

.promo-content {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-text);
  justify-content: flex-start;
  gap: 20px 22px;
}

.promo-box {
  cursor: pointer;
  border-radius: 15px;
  width: 49%;
  position: relative;
  background: var(--bgcolor-contentCon);
}

.promo-box: last-child;

  {
  margin-bottom: 0px;
}

.promo-box .accordion-body {
  padding: 20px;
}

.ptitle {
  color: var(--color-secondary);
}

.promo-tumbnail img {
  border-radius: 20px 20px 0px 0px;
}

.promo-box.mix {
  display: none
}

.promo-title {
  font-size: 14px;
  padding: 10px;
  color: var(--subnav-text);
  width: 70%;
}

.p-new {
  color: var(--color-thrid);
}

.promo-cta {
  background: var(--color-secondary);
  color: var(--color-primary);
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 5px 30px;
  border-radius: 20px;
  text-transform: uppercase;
}

.modal-promo {
  max-width: 700px
}

.modal-promo .modal-content {
  border: none;
}

.modal-promo .modal-header {
  border-bottom: 0px;
  text-align: center;
  padding: 10px;
  background: var(--bg-modal);
}

.modal-promo .btn-close {
  --bs-btn-close-bg: none;
  position: absolute;
  right: 20px;
  z-index: 1;
  background: var(--bg-close);
  opacity: 1;
  border-radius: 50%;
  padding: 0;
  height: 30px;
  width: 30px;
}

/* promo */
.promo-content table {
  margin: 0 auto;
  width: 100% !important;
  /* max-width: 100%; */
  border-collapse: separate;
  /* padding: 0.25rem 0; */
  font-size: 0.8rem;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  background-color: #190045;
  table-layout: fixed;
  word-wrap: break-word;
}

.promo-content th {
  color: #8470ff !important;
  font-weight: bold;
  border-bottom: 2px #7485FC solid;
  padding: 7px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
}

.promo-content td {
  border-bottom: 1px #7485fc80 solid;
  padding: 7px 0;
  overflow: hidden;
  text-align: center;
  color: #03ffcc;
  font-weight: bold;
  margin-right: -15px;
  margin-left: -15px;
}


.promo-title {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 20px;
  font-weight: bold;
}

/*promo-end*/

/*statement*/

/*statement - end*/


/*review*/
/* review popups */
.category-wrapper {
  text-align: center;
}

.category-wrapper label {
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  width: 49%;
}

.category-wrapper .rating {
  width: 49%;
  max-width: 176px;
  display: inline-block;
  vertical-align: middle;
}

.review-header {
  font-size: 1.05rem;
  font-weight: bold;
  /* color:#310363; */
  max-width: 470px;
  margin: 0 auto !important;
  text-align: center;
}

.review-header span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}

.review-wrapper,
.refer-wrapper {
  /* background-color: #efefef;  */
  padding: 15px;
  margin-top: 10px;
}


.review-item {
  padding: 20px;
  vertical-align: bottom;
}

.review-box-outer {
  padding: 10px;
  border-radius: 5px;
  border: 2px #7485fc solid;
  box-shadow: 0px 0px 5px 2px rgba(116, 133, 252, 0.5);
  position: relative;
  background-color: rgba(30, 1, 60, 0.7);
}

.review-box-outer:after,
.review-box-outer:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.review-box-outer:after {
  border-color: rgba(35, 5, 65, 0);
  border-top-color: #230541;
  border-width: 10px;
  margin-left: -10px;
}

.review-box-outer:before {
  border-color: rgba(116, 133, 252, 0);
  border-top-color: #7485fc;
  border-width: 13px;
  margin-left: -13px;
}

.review-box-inner {
  padding: 15px;
  border-radius: 5px;
  border: 2px #d12fea solid;
  box-shadow: inset 0px 0px 5px 2px rgba(209, 47, 237, 0.5);
  color: #fff;
  background-color: rgba(30, 1, 60, 0.7);
  text-align: left;
}

.review-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  margin-top: 5px;
}

.review-content {
  width: 100%;
  overflow-y: hidden;
}

.review-content .review-title {
  font-size: 1rem;
  color: #c3a4ff;
}

.review-user {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #fff;
  text-align: left;
}

.review-user .user-icon {
  width: 50px;
}

.user-info-wrap {
  margin-left: 10px;
}

.vv-reviews-slick .slick-dots {
  bottom: -25px
}

.vv-reviews-slick .slick-dots li {
  margin: 0 !important;
}

.vv-reviews-slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px !important;
  height: 20px !important;
  padding: 5px !important;
  cursor: pointer !important;
  color: transparent;
  border: 0 !important;
  outline: none;
  background: transparent;
}

.vv-reviews-slick .slick-dots li button::before {
  opacity: 1;
  color: #cd8bf5;
  font-size: 9px;
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.vv-reviews-slick .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fc00f7;
  background: inherit;
}

.review-content .rate {
  margin-bottom: 5px;
}

.review-content .star {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  content: "\f005";
  height: 15px;
  width: 15px;
  font-size: 16px;
}

.review-content .star.active {
  color: #FFC000;
}

.reviews-wrap {
  background-color: #331052;
  padding-bottom: 30px;
}

.rating {
  text-align: center;
  position: relative;
}

.hidden {
  opacity: 0;
}

.star {
  display: inline-block;
  margin: 5px;
  font-size: 20px;
  color: #ccc;
  position: relative;
}

.star.animate {
  -webkit-animation: stretch-bounce .5s ease-in-out;
}

.star.hidden {
  opacity: 0;
}

.full:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  position: relative;
  float: right;
  z-index: 2;
  font-weight: bold;
}

.half:before {
  font-family: "Font Awesome 5 Free";
  content: "\f089";
  position: absolute;
  float: left;
  z-index: 3;
  font-weight: bold;
}

.star-colour {
  color: #ffd700;
}

/*modal thank you*/

.thankyou-icon {
  width: 150px;
  margin: 50px auto 20px auto;
}


/* reviews page */
.reviews-wrap2 {
  display: flex
}

.review-content .review {
  background: transparent;
}

.vv-reviews-slick .slick-dots li {
  margin: 0
}

.vv-reviews-slick .slick-dots li button::before {
  opacity: 1;
  color: #cd8bf5;
  font-size: 9px;
}

.vv-reviews-slick .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fc00f7;
}

.charts-wrapper {
  padding: 15px 15px 30px 15px;
  background-color: #270056;
  width: 50%
}

.highcharts-credits {
  display: none
}

.top10wd-wrapper {
  width: 50%;
  padding: 15px 10px 30px 10px;
  background-color: #1a0530
}

.list-wrapper .top-list-wrapper {
  width: 100%;
  background-color: rgba(30, 1, 60, 0.7);
  padding: 15px 10px 30px 10px;
}

.list-wrapper .top-list-wrapper:last-child {
  background-color: rgba(41, 3, 80, 0.3);
}

.title-wrapper {
  text-align: center;
  color: #fff;
}

.title-wrapper .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #FFC000;
  text-align: center;
  font-weight: bold;
}

.title-wrapper .update {
  color: #64fef0;
}

.top-list-wrapper {
  padding: 0;
  position: relative;
}

.top-list {
  color: #fff;
  margin: 15px auto 0;
  max-width: 400px;
}

.top-list-header {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  background-color: #1c082f;
  border-bottom: 2px #f3b114 solid;
}

.top-list-header .highlight {
  color: #f3b114;
}

.top-list-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 5px;
  align-items: center;
  font-size: 1rem;
}

.top-list-row .icon,
.top-list-row .coin {
  width: 35px;
  margin-right: 5px;
}

.top-list-row .icon img {
  width: 100%;
}

.top-list-row .amount {
  text-align: right;
  position: relative;
  color: #34ff69;
  font-weight: bold;
  font-size: 0.9rem;
}

.top-list-row .winning-rate {
  font-size: 0.8rem;
}

.top-list-row .winning-rate strong {
  color: #34ff69;
  font-weight: bold;
  font-size: 0.9rem;
}

.top-list-row .name-wrapper {
  display: flex;
}

.top-list-row .name-wrapper .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

.top-list-row .name-wrapper .name {
  font-size: 0.9rem;
}
}

/*review-end*/

/*follow us*/

.follow-wrapper {
  max-width: 1040px;
  margin: 0 auto;
}

.follow-wrapper .banner-inpage {
  height: 100px;
}

.fubox-wrapper {
  display: flex;
  min-height: calc(100vh - 264px);
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

.fubox-wrapper .ll {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px
}

.fubox-wrapper .rr {
  display: flex;
  justify-content: center;
  align-items: end
}

.fubos {
  display: flex;
}

.fubos .iimg {
  position: relative;
  z-index: 1;
  width: 200px
}

.fubos .ttext {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -16%;
  margin-top: 4%;
  width: 100%
}

.fubos .ttext span {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 80px;
  padding: 4% 8% 4% 20%;
  width: 100%;
  text-align: center
}

.fubos.fb .ttext span {
  border-color: #1827ff
}

.fubos.yt .ttext span {
  border-color: #ff1727
}

.fubos.ig .ttext span {
  border-color: #ff178c
}

.fubos.tl .ttext span {
  border-color: #33b0ff
}


.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

/*follow us - end*/

/*ambassador*/
/* ambassador */
.ambassador-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-image: url(../img/ambassador/bg.jpg);
}

.ambassbox {}

.ambassbox .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px 0px 0px
}

.ambassbox .ccon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ambassbox .framebox {
  display: inline-block;
  position: relative;
}

.ambassbox .framebox .bbg {}

.ambassbox .framebox .frame {
  position: absolute;
  top: 5%;
  left: 3.3%;
  width: 93.4%;
  height: 90%;
  border-radius: 7%;
  overflow: hidden;
}

.ambassbox .framebox .frame iframe {
  width: 100%;
  height: 100%
}

.ambassbox .frames {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0 50px;
  margin-bottom: 40px;
}

.modal-iframe {
  padding: 1rem
}

.modal-iframe iframe {
  width: 100%;
  height: 100%;
  min-height: 280px
}

/*ambasaddor -end*/

/*vip*/
.vip-wrapper {
  max-width: 650px;
  margin: 20px auto 0px;
}

.vipinfo {
  border-radius: 12px;
  color: #190045;
  background: var(--viplv-bg);
  line-height: normal;
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 16px
}

.vipinfo .iimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 18%;
  margin: 0px
}

.vipinfo .iimg img {
  margin-bottom: 8px
}

.vipinfo .iimg span {
  font-size: 18px;
  font-weight: bold;
  color: var(--viplv-text);
}

.vipinfo .iimg small {
  font-size: 12px
}

.vipinfo .ccon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px
}

.vipinfo .ccon .t {
  font-size: 30px;
  font-weight: bold
}

.vipinfo .ccon .m {
  display: flex;
  gap: 12px
}

.vipinfo .ccon .b {
  font-size: 12px;
  text-align: right;
  font-style: italic
}

.vipinfo .ccon .b span {
  color: var(--color-primary)
}

.vipinfo .lwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px
}

.vipinfo .levelbar {}

.vipinfo .levelbar .levmsg {
  font-size: 16px;
  padding-bottom: 13px;
  color: var(--color-secondary);
}

.vipinfo .levelbar .levmsg span {
  color: var(--viplv-text);
}

.vipinfo .levelbar .levbar {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  height: 12px;
  position: relative;
}

.vipinfo .levelbar .levbar span {
  background-color: #221851;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.vipinfo .levelbar .levbar span::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #221851;
  display: block;
  margin-left: -5px;
  position: absolute;
  /*right:  0px;*/
  top: -4px;
}

.vipinfo .lnext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 22%
}

.vipinfo .lnext i {
  font-size: 12px;
  color: var(--color-secondary);
}

.vipinfo .lnext img {
  margin: 6px 0;
  width: 65%;
}

.vipinfo .lnext span {
  font-size: 18px;
  font-weight: bold;
  color: var(--viplv-text);
}

.vipinfo .lnext small {
  font-size: 10px
}

.vipslide-wrapper {
  margin: 20px 0px 0
}

.vipslidecon-wrapper {}

.vipcard {
  border: 1px solid #fdd901;
  border-radius: 50px 12px 12px 50px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  line-height: normal;
  display: flex;
  gap: 12px;
  padding: 16px;
  filter: blur(1.5px) brightness(0.7);
  position: relative;
  margin: 0 -50%;
  margin-top: 15%;
  transform: scale(0.6);
}

.vipcard .iimg {
  max-width: 40%;
  margin: -8% 1% -8% -8%
}

.vipcard .ccon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px
}

.vipcard .ccon .ttitle {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px
}

.vipcard .ccon .ttitle span {
  font-weight: normal;
  font-size: 18px
}

.vipcard .ccon .ttext {
  font-size: 12px;
}

.vipcard .ccon .ttext span {
  color: #fdd901
}

.slick-current .vipcard {
  z-index: 9;
  transition: 0.3s;
  top: 0;
  filter: none;
}

.slick-active.slick-center .vipcard {
  margin: 15% -50%;
  transform: scale(1);
}

.vipslide-table {
  border: 1px solid var(--form-border);
  border-radius: 12px;
  color: #190045;
  background: #ffffff;
  line-height: normal;
  padding: 16px
}

.vipslide-table table {
  width: 100%
}

.vipslide-table table td {
  padding: 6px;
  text-align: center;
  font-size: 14px
}

.vipslide-table table tr td:first-child {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 16px;
  text-align: left
}

.vipslide-table table td i.success {
  color: #27ff50
}

/*vip - end*/

/*referral*/
.resbox {
  padding: 20px 0px;
  max-width: 850px;
  margin: 0px auto;
}

.resbox .resbox-top {
  border: 1px solid var(--color-primary);
  background-color: #250f45;
  padding: 24px 16px;
  display: flex;
  align-items: center
}

.resbox .resbox-top.nopad {
  padding: 0
}

.resbox .resbox-top h3 {
  margin: 0px;
  font-size: 22px;
  font-weight: bold
}

.resbox .resbox-top .ll {
  width: 100%;
  display: flex;
  justify-content: start
}

.resbox .resbox-top .rr {
  width: 100%;
  display: flex;
  justify-content: end
}

.resbox .resbox-con {}

.resbox-info {
  display: flex;
  flex-direction: column;
  width: 100%
}

.resbox-info .bban {}

.resbox-info .bban img {
  max-width: none;
  width: 100%
}

.resbox-info .ccon {
  text-align: center;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.resbox-info .ccon small {
  font-size: 12px;
  display: block;
  color: #ffffff
}

.resbox-info .ccon .ffi {
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  color: #523271;
  padding: 8px;
  width: 80%;
  max-width: 500px;
  margin: 4px 0px 12px;
  font-weight: bold;
}

.resbox-info .ccon .btn-copy {
  border-radius: 200px;
  background-color: #38ff70;
  font-size: 18px;
  padding: 8px;
  color: #050f2a;
  width: 50%;
  max-width: 250px;
}

.restable {
  width: 100%;
  background-color: #250f45;
  color: #ffffff;
  border: 1px solid var(--color-primary);
  font-size: 14px;
}

.restable thead {
  border-bottom: 1px solid var(--color-primary)
}

.restable tbody {
  border-top: 0 !important
}

.restable td,
.restable th {
  padding: 8px 16px;
}

.vip-refer {
  border: 1px solid var(--color-primary);
  background-color: #250f45;
  padding: 20px;
  align-items: center;
}

.vip-table {
  width: 100%;
  background-color: #250f45;
  color: #ffffff;
  border: 1px solid #fcb8ff;
  font-size: 14px;
  text-align: center;
}

.vip-table img {
  max-width: 100px;
}

.vip-table thead {
  background: #fcb8ff;
  color: #250f45;
}

.vip-table tbody {
  border-top: 0 !important
}

.vip-table td,
.vip-table th {
  padding: 8px 16px;
  border-left: 1px solid #fcb8ff;
  vertical-align: middle;
  background: transparent;
  color: var(--color-secondary);
}

.vip-table tbody tr:nth-child(4n) {
  border-bottom: 2px solid #fffc00
}

.vip-table tbody tr.even {
  background-color: #190a31
}

.v-info {
  color: #ffffff;
  font-weight: bold;
}

.v-remark {
  color: #8f80a4;
  font-size: 10px;
}

.v-frame {
  background: #1a0835;
  padding: 10px;
  margin-top: 10px;
}

.yellow {
  color: #fff000;
}

.orange {
  color: #ff9600;
}

.cyan {
  color: #00ffe4;
}

.green {
  color: #00ff42;
}

.violet {
  color: #ff00f6;
}


.resinfo {
  color: #ffffff;
  font-size: 24px
}

.resinfo:hover {
  color: #ea49ff
}

.resbox-cus-tabs {
  border: 1px solid var(--form-border);
  background-color: #250f45;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: none;
}

.resbox-cus-tabs .ctabs {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  cursor: pointer
}

.resbox-cus-tabs .ctabs.aaa,
.resbox-cus-tabs .ctabs:hover {
  background-color: #8127C5
}

.resbox-cusbox {
  display: none;
  max-width: 850px;
  margin: 0px auto;
}

.resbox-cusbox.aaa {
  display: block
}

.resbox-tabs {
  font-size: 16px;
  border-top: none;
}

.resbox-tabs .nav-tabs {
  background-color: #ffffff;
  color: #190045;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--form-border);
  display: flex;
  flex-wrap: wrap;
}

.resbox-tabs .nav-tabs .nav-item {
  width: 12.5%;
}

.resbox-tabs .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #190045;
  font-weight: bold;
  margin: 0;
  padding: 8px 0;
  filter: grayscale(1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.resbox-tabs .nav-tabs .nav-link span {
  font-size: 12px
}

.resbox-tabs .nav-tabs .nav-link img {
  max-width: 48px;
  margin-bottom: 2px
}

.resbox-tabs .nav-tabs .nav-link:focus,
.resbox-tabs .nav-tabs .nav-link:hover {
  border-color: transparent
}

.resbox-tabs .nav-tabs .nav-item.show .nav-link,
.resbox-tabs .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: #ffffff;
  filter: grayscale(0)
}

.resbox-tabs .tab-content {
  background-color: #ffffff;
  color: #190045;
  padding: 20px;
}

.resbox-tabs.v2 .nav-tabs {
  background-color: #1b0432;
  border-bottom: 0
}

.resbox-tabs.v2 .nav-tabs .nav-item.show .nav-link,
.resbox-tabs.v2 .nav-tabs .nav-link.active {
  background-color: #280056
}

.resbox-tabs.v2 .tab-content {
  background-color: #280056;
}

/*referral-end*/

.resbox-tabs {
  font-size: 16px;
  /* border-top: none; */
}

.resbox-tabs .nav-tabs {
  background-color: #ffffff;
  color: #190045;
  display: flex;
  flex-wrap: nowrap;
}

.resbox-tabs .nav-tabs .nav-item {
  width: 100%;
}

.resbox-tabs .nav-tabs .nav-item img {
  max-width: 50px
}

.resbox-tabs .nav-tabs .nav-item span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  text-transform: capitalize
}

.resbox-tabs .nav-tabs .nav-link {
  height: 100%;
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  margin: 0;
  padding: 12px;
  filter: grayscale(1)
}

.resbox-tabs .nav-tabs .nav-link:focus,
.resbox-tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
}


.resbox-tabs .nav-tabs .nav-item.show .nav-link,
.resbox-tabs .nav-tabs .nav-link.active img {
  filter: grayscale(1) brightness(4)
}

.depo-img img {
  filter: grayscale(0) !important;
}

.resbox-tabs .nav-tabs.s2 .nav-link {
  filter: grayscale(0)
}

.resbox-tabs .nav-tabs.s2 .nav-link.active img {
  filter: brightness(100)
}


.resbox-tabs .tab-content .tab-pane {
  /* background-color: #1b0432; */
  border-radius: 16px;
  padding: 0 20px 20px 20px;
  overflow: hidden
}

.resbox-tabs .tab-content .tab-pane.nopad {
  padding: 0px
}

.resbox-tabs .tab-content .inbox.tab-pane {
  padding: 5px;
  border-radius: 16px 16px 0px 0px;
}

.resbox-tabs .inbox .tab-content {
  padding: 2vw;
}

.resbox-tabs .nav-tabs .nav-item.show .nav-link,
.resbox-tabs .inbox .nav-tabs .nav-link.active {
  border-radius: 13px 13px 0px 0px;
}

.historynote {
  color: #c2bcca;
  display: block;
  padding: 0px 0px 10px;
  font-size: 10px;
  text-align: center
}

.table-history {
  width: 100%;
  font-size: 14px;
}

.table-history thead {}

.table-history th,
.table-history td {
  padding: 12px 8px;
  text-align: center
}

.table-history td {
  border-bottom: 1px solid #58416d
}

.table-history.v2 {
  color: #ffffff;
  background-color: #1b0432
}

.table-history.v2 td {
  text-align: center
}

.inbox .table-history th,
.inbox .table-history td {
  padding: 12px 8px;
  text-align: left
}

.inbox .unread {
  color: #00ef7a;
}

.inbox .delete {
  color: #8E8E8E;
}

.table-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
  padding: 20px;
}

.table-num {
  display: flex;
  gap: 8px
}

.table-num span {
  min-width: 18px;
  text-align: center
}

.table-num span.active {
  color: #0ad758
}

.status-done {
  color: #0ad758
}

.status-fail {
  color: #ff066a
}

.status-pending {
  color: #f6e614
}

.btn-sub {
  background-color: #3bfe72;
  padding: 0px 8px;
  border-radius: 5px;
  margin: 0px 10px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.btn-sub.s2 {
  min-width: 130px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
}

.btn-sub.s3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 24px;
  width: 50%;
  max-width: 250px;
  line-height: normal
}

.downline-wrap {
  display: flex;
  align-items: center;
}

.downline-wrap .dlbox {
  width: 100%;
}

.downline-wrap .dlbox.ll {}

.downline-wrap .dlbox.rr {
  display: flex;
  justify-content: end;
}

.refdt-wrapper {}

.refdt {
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #2b1d41;
  border-bottom: 1px solid #7a18a5;
  padding: 12px 24px;
}

.refdt div {
  display: flex;
  flex-direction: column;
  line-height: normal
}

.refdt small {
  font-size: 14px;
}

.refdt span {
  font-weight: bold;
  font-size: 34px;
}

.refdt sub {
  bottom: -.1em;
  font-size: .6em
}

.refdt-act {
  text-align: center;
  margin-top: 16px
}

.bank-detail {
  background-color: #140926;
  margin-bottom: 16px;
}

.bank-detail-header {
  padding: 10px 12px;
  text-transform: capitalize;
  background-color: #2f1f46;
  border-bottom: 1px solid #7a18a5;
}

.bank-detail-body {
  padding: 9px 12px;
}

.bank-detail-body .row {
  padding: 6px 0;
}

.bank-detail-body .row a {
  text-decoration: underline;
  color: #da67d7;
}

/* tooltips */
.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltips .tooltipstext {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltips:hover .tooltipstext {
  visibility: visible;
}

.text-activeacc {
  color: lightgreen;
}

.text-inactiveacc {
  color: red;
}

.box-activeacc {
  width: 18px;
  height: 18px;
  background: lightgreen;
  display: inline-block;
  vertical-align: middle;
}

.box-inactiveacc {
  width: 18px;
  height: 18px;
  background: red;
  display: inline-block;
  vertical-align: middle;
}

/* payment method */
.bank-select-wrap {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  /* justify-content: space-evenly; */
}

.bank-wrap {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  padding: 0px 7px;
}

.deposit-amount-wrapper {
  margin-bottom: 16px;
}

.deposit-amount-wrapper .row {
  padding: 0 9px;
}

.deposit-amount-wrapper .col {
  margin-bottom: 6px;
  padding: 0 3px;
}

.deposit-amount-wrapper .col .select-amount {
  text-align: center;
  background-color: #7a18a5;
  cursor: pointer;
  padding: 6px 8px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-weight: 700;
}

.deposit-amount-wrapper .col .select-amount:hover,
.deposit-amount-wrapper .col .select-amount:focus {
  background-color: #7a18a5;
}

.withdrawal-description {
  margin-bottom: 16px;
}

.deposit-progress-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.deposit-progress-right {
  color: #ea49ff;
  font-size: 11px;
}

.progress-wrapper {
  background-color: #140926;
  border-radius: 50px;
  padding: 8px;
}

.progress {
  border-radius: 50px;
  background-color: #23004a;
  position: relative;
  height: 26px;
  line-height: 26px;
}

.progress-bar {
  background-color: #3cfe73;
  color: #140926;
}

.percent {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.text-orange {
  color: #ffd800;
}

.disabled-grey {
  background: #e5e5e5 !important;
  color: #aaaaaa !important;
  pointer-events: none;
}

.bank-select-wrap .button-radio.selected-option,
.bank-select-wrap .button-radio.bank-tap.selected-option {
  background-color: var(--color-primary);
  color: #ffffff !important;
}

.bank-select-wrap .button-radio.bank-tap {
  background-color: #190045;
  color: #ffffff !important;
}

/* custom radio button */
.button-radio {
  display: inline-block;
  color: #000000 !important;
  padding: 10px 20px;
  margin: 5px 0;
  cursor: pointer;
  background-color: #ffffff;
}

.button-radio input {
  display: none;
  /* Hide the actual radio inputs */
}

.button-radio input:checked+label {
  background-color: #fff;
  color: #007bff;
}

.button-radio input:focus+label {
  outline: 2px solid #007bff;
}

.selected-option {
  border: 1px solid #7a18a5;
}

.checked-selected {
  position: absolute;
  top: 0;
  right: 0;
  background: #7a1805;
  width: 20px;
}

.custom-dd-arrow {
  position: absolute;
}


/*news*/
.news-list-wrap {
  /* background-color: #2f0358; */
  padding: 20px;
}

.news-listbox {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
}

.news-listbox:nth-child(even) {
  background-color: #221851;
}

.news-listbox .iimg {
  width: 230px;
  min-width: 230px;
}

.btn-custom {
  display: inline-block;
  margin-top: 10px;
  padding: 0 1vw !important;
  width: 100%;
  text-align: center;
}

.news-listbox:nth-child(odd) .ccon {
  color: #000000;
  padding-left: 20px;
}

.news-listbox:nth-child(even) .ccon {
  color: #ffffff;
  padding-left: 20px;
}

.news-listbox .ccon h3 {
  font-size: 1.2rem;
  font-weight: bold
}

.news-listbox .ccon p {}

.news-listbox .ccon a {
  display: inline-block;
}

.news-listbox .btn-submit {
  width: 30%;
  background: var(--color-primary);
}

/*news-end*/

.progress .progress-bar {
  background: var(--bs-progress-bar-bg);
}

/*inbox*/
.inbox-wrapper {
  max-width: 650px;
  margin: 20px auto 0px;
  padding: 0px 20px
}

.inboxes {
  border: 1px solid var(--form-border);
  border-radius: 12px;
  color: #190045;
  padding: 16px;
  background: #ffffff;
  line-height: normal;
  margin-top: 25px
}

.inboxes .iin {}

.inboxes .iin .label {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #240259;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.bcats-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.bcats {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 8px
}

.bcats .iimg {}

.bcats .ttext {
  display: flex;
  flex-direction: column;
}

.bcats .ttext small {
  color: #190045;
  font-size: 12px;
}

.bcats .ttext span {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: bold;
}

.btrans-table {
  margin-top: 12px;
  overflow-x: auto
}

.btrans-table table {
  width: 100%;
  font-size: 12px
}

.btrans-table table thead {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
}

.btrans-table table th,
.btrans-table table td {
  padding: 5px;
}

.btn-claim {
  color: #ffffff;
  /* background: #9f9f9f; */
  background: var(--cta-bg);
  border: 1px solid var(--form-border);
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  padding: 4px 8px;
  display: inline-block;
  text-align: center
}

.btn-claim:hover {
  filter: brightness(1.2);
  color: #ffffff
}

/*inbox - end*/
.profile-wrapper {
  max-width: 600px;
  margin: 20px auto 0px;
}

.probox {
  position: relative
}

.probox .bbg {
  margin-left: 7%
}

.probox .bbg img {
  max-width: none;
  width: 100%
}

.probox .avatar {
  width: 20%;
  padding-bottom: 20%;
  border-radius: 50%;
  border: 2px solid #ba38fc;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -2%;
  left: 0;
  background-color: #000000
}

.probox .info {
  position: absolute;
  left: 23%;
  top: 10%;
  height: 82%;
  width: 70%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.probox .info .name {
  font-weight: bold;
  font-size: 30px
}

.probox .info .levelbar {
  display: flex;
  font-size: 12px;
  gap: 8px;
  justify-content: space-between;
  align-items: center
}

.probox .info .levelbar .level {
  white-space: nowrap
}

.probox .info .levelbar .levbar {
  width: 100%;
  background-color: #370080;
  border-radius: 20px;
  border: 1px solid #370080;
  height: 12px;
  position: relative;
  overflow: hidden
}

.probox .info .levelbar .levbar span {
  background-color: #fdd901;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.probox .info .target {
  font-size: 14px
}

.probox .info .target b {
  color: #fdd901
}

.proeve {
  display: flex;
  margin: 25px 0px;
  align-items: center;
  gap: 20px;
}

.proeve a {
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ba38fc;
  border-radius: 8px;
  width: 100%;
  background: linear-gradient(to right, #20003d, #3d147a);
  font-size: 16px;
  font-weight: bold;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  gap: 12px
}

.proeve a img {
  max-height: 46px;
}

.proeve a span {}

.proeve a:hover {
  filter: brightness(1.2)
}

.proextra {
  display: flex;
  margin: 25px 0px;
  align-items: center;
  gap: 12px;
}

.proextra a {
  color: var(--color-primary);
  border: 1px solid var(--form-border);
  border-radius: 8px;
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 6px
}

.proextra a img {
  max-height: 40px;
}

.proextra a span {}

.proextra a:hover {
  filter: brightness(1.2)
}

.proinfo {
  border: 1px solid var(--form-border);
  border-radius: 12px;
  color: #190045;
  padding: 16px;
  background: #ffffff;
  line-height: normal
}

.proinfo .probals {
  border-bottom: 1px solid #240259;
  padding-bottom: 10px;
  margin-bottom: 16px
}

.proinfo .probals.s2 {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.proinfo .probals .label {
  font-weight: bold;
  font-size: 14px;
}

.proinfo .probals .amount {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proinfo .probals .amount span {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: bold
}

.proinfo .probals .amount i {
  color: #9b9a98;
  font-size: 16px
}

.proinfo .adinfo {
  display: flex;
}

.proinfo .adinfo div {
  display: flex;
  flex-direction: column;
  width: 20%
}

.proinfo .adinfo div small {
  font-size: 10px
}

.proinfo .adinfo div span {
  font-weight: bold;
  font-size: 16px;
  color: #ba38fc
}

.prolink {
  display: flex;
  flex-direction: column
}

.prolink .plrow .ttop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border-bottom: 1px solid var(--form-border);
  background: #ffffff;
}

.prolink .plrow .ttop a i {
  color: #9b9a98;
  font-size: 18px;
  transition: all .3s;
}

.prolink .plrow .ttop a span {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary)
}

.prolink .plrow .ccon {
  padding-left: 36px;
  border-bottom: 1px solid #240259;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  max-height: 0
}

.prolink .plrow .ccon a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #9500de;
  padding: 8px;
  border-bottom: 1px solid var(--form-border);
}

.prolink .plrow .ccon a:last-child {
  border-bottom: none;
}

.prolink .plrow.aaa .ccon a img {
  width: 30px;
  margin-right: 10px;
}

.prolink .plrow.aaa .ccon {
  visibility: visible;
  opacity: 1;
  max-height: 100vh
}

.prolink .plrow.aaa .ttop a i {
  transform: rotate(90deg)
}

/*info-page*/
.ex-info {
  display: flex;
  background: var(--bgcolor-sidebar);
  color: var(--color-text);
  margin-top: 2rem;
  border-radius: 20px;
  padding: 20px;
  line-height: 1.5;
  text-align: justify;
}

.ex-l {
  width: auto;
  margin-right: 1.5rem;
}

.ex-r {
  width: 75%;
}

.ex-l .ex-menu {
  display: flex;
  flex-direction: column;
}

.ex-info .ex-menu {
  font-size: 14px;
  font-weight: bold;
}

.ex-info .ex-menu .nav-item {
  background-color: var(--bgcolor-content);
  border-radius: 10px;
  margin: 5px 0px;
}

.ex-info .ex-menu .nav-item .nav-link {
  color: var(--color-primary);
}

.ex-info .ex-menu .nav-item.active,
.ex-info .ex-menu .nav-item:hover {
  background: var(--cta-bg);
}

.ex-info .ex-menu .nav-item.active .nav-link,
.ex-info .ex-menu .nav-item:hover .nav-link {
  color: var(--cta-text);
}

.table-info {
  background-color: var(--bgcolor-table);
}

.table-info .table {
  margin: 0px;
}

.table-info .table>:not(caption)>*>* {
  background-color: transparent;
  padding: 10px 15px;
  color: var(--table-text2);
}

.table-info .table thead {
  background: var(--table-bg);
  vertical-align: top;
}

.table-info .table thead td {
  color: var(--table-text);
  font-size: 14px;
  font-weight: bold;
}

.table-info .table th {
  background: var(--table-bg);
  color: var(--table-text);
}

.table-info .table th,
.table-info .table tr,
.table-info .table td {
  border-color: var(--color-border);
  border-width: 1px;
}

/*info-page end*/

/*af*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
}

.nbin .af-user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.af-user img {
  max-width: 5%;
}

.u-info {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.u-name {
  color: var(--color-primary);
}

.u-amo {
  color: var(--color-thrid);
}


.error-msg,
.help-msg {
  width: 100%;
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
  font-size: .875em;
  color: var(--form-failed);
  text-align: left;
}

.help-msg {
  color: var(--form-input-text);
}

.text-success {
  color: var(--form-success) !important;
}

.text-warning {
  color: var(--form-pending) !important;
}

.text-danger {
  color: var(--form-failed) !important;
}

.af-box {
  max-width: 700px;
  margin: 0px auto;
  border-radius: 16px;
}

.af-box h4 {
  text-align: center;
  padding: 40px 0px;
  color: var(--color-secondary);
}

.reg-step {
  display: flex;
  gap: 60px;
  justify-content: center
}

.rstep {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--form-input-bg);
  border: 1px solid var(--form-input-bg2);
  color: var(--form-input-text);
  position: relative
}

.rstep::after {
  content: "";
  position: absolute;
  right: -61px;
  width: 60px;
  height: 1px;
  background-color: var(--color-border);
}

.rstep:last-child::after {
  display: none
}

.rstep.active {
  color: var(--cta-text);
  background: var(--form-cta-bg);
  border: none;
}

.regbox {
  display: none
}

.regbox.active {
  display: block
}

.form-control {
  line-height: 2;
  border: 1px solid var(--form-border);
  border-radius: 8px;
}

.af-tab {
  background: var(--cta-bg);
  color: var(--color-secondary);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  padding: 18px 10px;
  margin-top: -24px;
  font-size: 18px;
}

.af-tab .af-tabc {
  cursor: pointer;
  text-transform: uppercase;
}

.af-tab .af-tabc.aaa,
.af-tab .af-tabc:hover {
  color: var(--cta-text);
}

.af-tab .af-tabc img {
  filter: var(--greyscale);
  margin-right: 10px;
}

.af-tab .af-tabc.aaa img,
.af-tab .af-tabc:hover img {
  filter: none;
}

.af-form {}

.af-form .input-group {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: var(--form-input-bg2);
  border: 1px solid var(--form-border);
}

.af-form .input-group .input-group-text {
  background-color: transparent;
  font-size: 14px;
  color: var(--form-input-text);
  border: 0;
  border-radius: 0px;
}

.af-form .input-group .form-control {
  border: 0;
  font-size: 16px;
  color: var(--color-text);
  outline: none;
  background-color: transparent;
}

.af-form .input-group select.form-control {
  background-color: var(--form-input-bg2) !important;
}

.af-form .input-group .form-control::placeholder {
  color: var(--form-input-text);
}

.af-form .input-group .form-control:focus {
  box-shadow: none
}

.af-form .form-check-input {
  background-color: var(--form-trans-bg);
  border-color: var(--form-text);
  margin-top: 0px;
}

.form-check {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px
}

.form-select {
  --bs-form-select-bg-img: var(--form-select-arrow);
}

.af-form .form-check-input:checked {
  background-color: var(--cta-bg);
  border-color: var(--form-text);
  --bs-form-check-bg-image: var(--form-input-checked);
}

.af-form .form-check-label {
  color: var(--form-text);
}

.af-form .form-check-label b {
  color: var(--form-remark);
}

.af-form .form-remark {
  color: var(--form-remark);
}

.af-form .remark-group {
  display: flex;
  justify-content: space-between;
}

.af-balance {
  text-align: center;
}

.af-balance .s-label {
  margin-left: 5px;
}

.af-balance .btn-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  margin-top: 3px;
  background: var(--cta-bg);
  border: 1px solid var(--form-border);
}

.topnav .af-balance {
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
}

.topnav .af-balance .avatar {
  max-width: 20%;
}

.topnav .af-balance .btn-submit {
  padding: 2px 5px;
}

.arrow {
  color: var(--color-text);
}

.acc-status {
  color: var(--color-text);
  font-weight: bold;
}

.green {
  color: var(--form-success) !important;
}

.red {
  color: var(--form-failed) !important;
}

.btnform {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 24px;
  border-radius: 30px;
  color: var(--cta-text);
  background: var(--cta-bg);
  border: 0;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnform:hover {
  background: var(--form-cta-bg);
}

.social-acc {
  padding: 24px 0px
}

.social-acc .tt {
  color: var(--form-text);
  text-align: center;
  padding-bottom: 12px;
}

.social-acc .mtbox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.actarea {
  color: var(--form-text);
  text-align: center;
  font-size: 12px;
}

.actarea a {
  color: var(--form-remark);
  font-weight: bold;
}

.form-label {
  font-weight: bold;
  color: var(--color-text);
}

.pincode-input-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}

.pincode-input-text,
.form-control.pincode-input-text {
  text-align: center;
  flex-grow: 1;
  background: var(--form-input-bg);
  border: none;
  color: var(--form-text-light);
}

.pincode-input-container input.first {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pincode-input-container input.mid {
  border-radius: 0px;
  /*border-left-width: 0px;*/
}

.pincode-input-container input.last {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  /*border-left-width: 0px;*/
}

.return-bar {
  display: flex;
  gap: 20px;
  font-size: 20px;
  padding: 10px;
  color: var(--color-primary);
  align-items: center;
}

.account .profile {
  display: flex;
  align-items: center;
}

.account .profile .p-info {
  margin-left: 20px;
  align-items: flex-start;
}

.vip-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vip-bar a {
  color: var(--color-secondary);
}

.vip-bar .progress {
  width: 97%;
  --bs-progress-bg: var(--form-input-bg2);
  --bs-progress-bar-bg: var(--form-cta-bg);
}

.vip-bar .progress .progress-bar {
  color: var(--progressbar-text);
  background: var(--bs-progress-bar-bg);
}

.w-bar .progress {
  --bs-progress-bg: var(--form-input-bg2);
  --bs-progress-bar-bg: var(--form-cta-bg);
}

.vip-next {
  display: flex;
  justify-content: space-between;
}

.bal-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bal-h p {
  margin: 0px;
}

.bal {
  font-weight: bold;
  font-size: 20px;
  color: var(--form-remark);
}

.wallet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}

.w-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: var(--color-text);
  cursor: pointer;
  background: var(--color-secondary);
  border-radius: 10px;
  padding: 5px;
  gap: 5px;
}

.w-menu.active,
.w-menu:hover {
  background: var(--form-cta-bg);
  color: var(--color-secondary);
}

.menu-list .form-til {
  cursor: pointer;
  padding: 10px;
}

.profile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.profile a {
  color: var(--color-secondary);
}

.profile .vip-lv {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-text);
}

.profile .vip-lv img {
  max-width: 40px;
}

.profile .p-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--form-text);
  margin: 0px auto;
}

.profile .p-info .username {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: bold;
}

.avatar img {
  border-radius: 50%;
}

.p-info {
  color: var(--color-text);
}

.form-box {
  text-align: center;
}

.wallet-bal {
  width: 60%;
  margin: 0px auto;
}

.wallet-bal .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: var(--afbg);
}

.wallet-bal .form-box .form-til {
  color: var(--btn-color1);
}

.wallet-bal .form-box .statistic .s-data {
  min-width: 70px;
}

.wallet-bal .form-box .statistic .s-data img {
  filter: var(--greyscale);
  max-height: 30px;
}

.wallet-bal .form-box .statistic .s-data:hover .s-label {
  color: var(--btns-color2);
}

.wallet-bal .form-box .statistic .s-data:hover img {
  filter: brightness(0);
}


.form-til {
  font-weight: bold;
  color: var(--color-text);
  font-size: 18px;
  text-align: left;
  margin-bottom: 0.5rem;
}

.statistic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.statistic .s-data {
  background-color: var(--btn-color3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.statistic .s-data .s-label {
  white-space: nowrap;
}

.statistic .s-data.active,
.statistic .s-data:hover {
  background-color: var(--form-cta-bg);
}

.statistic .s-data.active::before,
.statistic .s-data.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}

.statistic .s-data.active::after {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #221851;
  right: 3px;
}

.statistic .s-data.active::before {
  border-radius: 5px 0px;
  border-width: 14px;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.statistic .s-data.active .s-amount,
.statistic .s-data:hover .s-amount {
  color: var(--progressbar-text);
  font-weight: bold;
}

.statistic .s-data .s-amount {}

.s-label {
  font-size: 12px;
  color: var(--form-text);
  text-align: left;
}

.s-label b {
  color: var(--color-primary);
}

.s-amount {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-text);
}

#contain {
  height: 110px;
  overflow-y: scroll;
  scrollbar-width: none;
}

.fav-game {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fav-game-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.fav-game-thumb img {
  border-radius: 10px;
  max-width: 90%;
}

.fg-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 5px;
}

.fg-name {
  font-weight: bold;
  font-size: 12px;
}

.fg-provider {
  font-size: 10px;
}

.top-bal {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
}

.top-bal .t-live {
  color: var(--form-input-text);
}

.tab-menu {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
  gap: 15px;
  color: var(--color-text);
  font-size: 14px;
}

.tab-menu a {
  background: var(--form-input-bg);
  padding: 10px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid var(--form-border);
}

.tab-menu a.active {
  background: var(--cta-bg);
  color: var(--cta-text);
}

.w-depo svg,
.w-depo i {
  color: var(--form-success) !important;
}

.w-with svg,
.w-with i {
  color: var(--form-failed) !important;
}

.payment .w-menu img {
  max-width: 50%;
}

.d-amount {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.d-amount a {
  background: var(--form-input-bg2);
  padding: 15px 10px;
  border-radius: 8px;
  text-align: center;
  color: var(--color-primary);
  font-size: 16px;
}

.d-amount a.active,
.d-amount a:hover {
  background: var(--form-cta-bg);
  color: var(--progressbar-text);
  font-weight: bold;
}

.d-promo .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.d-promo .form-check-label {
  background: var(--form-input-bg2);
  width: 100%;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  border: 1px solid var(--form-border);
  text-align: left;
}

.d-promo .form-check-label.active,
.d-promo .form-check-label:hover {
  background: var(--form-cta-bg);
  color: var(--progressbar-text);
  font-weight: bold;
}

.w-type {}

.w-type .input-group {
  background: var(--form-input-bg2);
}

.t-type {
  display: flex;
  justify-content: space-between;
  background: var(--form-input-bg2);
  padding: 7px 20px;
  border-radius: 8px;
  margin-bottom: 5px;
  color: var(--color-text);
  border: 1px solid var(--form-border);
}

.t-type.bal {
  background: transparent;
  font-size: inherit;
  margin-bottom: 0px;
  color: var(--color-secondary);
  border: none;
}

.h-record {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.h-type {
  display: flex;
  flex-direction: column;
  color: var(--color-primary);
}

.af-form .input-group .btnform:last-child {
  width: auto;
  margin-right: -12px;
  margin-top: -4px;
  margin-bottom: -4px;
}

.af-form .input-group .btnform:first-child {
  width: auto;
  margin-left: -12px;
  margin-top: -4px;
  margin-bottom: -4px;
}

.b-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--form-input-bg2);
  padding: 2px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  gap: 10px;
  color: var(--color-text);
  border: 1px solid var(--form-border);
}

.b-type .bal {
  font-size: inherit;
}

.b-table table {
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: var(--form-text);
}

.b-table table thead {
  font-size: 14px;
  color: var(--color-primary);
}

.b-table table th,
.b-table table td {
  white-space: nowrap;
  padding: 5px 10px;
}

.b-table .btn-claim {
  font-size: 12px;
  background: var(--form-input-bg2);
  border-radius: 30px;
  padding: 5px 10px;
}

.w-type .pincode-input-text,
.form-control.pincode-input-text {
  background: var(--form-input-bg2);
  border: 1px solid var(--form-border);
}

.n-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.act-dash {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}

.act-dash .form-box .act-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.act-dash .form-box .act-data .s-amount {
  color: var(--color-primary);
}

.act-data img {
  max-width: 25%;
}

.act-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.act-details img {
  max-width: 40px;
}

.act-details .s-label {
  font-size: 18px;
}

.act-details-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.act-details-list .form-til {
  color: var(--form-text);
}

.vipbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: var(--gradient-bg);
  border-radius: 20px;
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.vipbox .badges {
  display: flex;
  flex-direction: column;
  max-width: 100px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--color-primary);
}

.vipbox .info {
  width: 100%
}

.vipbox .info .tt {
  font-size: 16px;
}

.vipbox .info .desc {
  font-size: 12px;
}

.vipbox .info .levelinfo {
  font-size: 12px;
}

.vipbox .info .vip-bar {
  margin: 8px 0px
}

.tabss1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.tabss1 img {
  width: 50px
}

.tabss1 span {
  color: var(--form-text);
}

.viptabs .nav-tabs {
  border-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.viptabs .nav-tabs::-webkit-scrollbar {
  display: none;
}

.viptabs .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  min-width: 88px;
  padding: 5px;
  border-bottom: none;
}

.viptabs .nav-tabs .nav-item.show .nav-link,
.viptabs .nav-tabs .nav-link.active,
.viptabs .nav-tabs .nav-link:focus,
.viptabs .nav-tabs .nav-link:hover {
  background-color: var(--form-input-bg);
  color: var(--color-text);
  border-color: var(--form-input-bg2);
}

.viptabs .nav-tabs .nav-item.show .nav-link .tabss1 span,
.viptabs .nav-tabs .nav-link.active .tabss1 span {
  display: block;
  color: var(--color-text);
}

.viptabs .form-box {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid var(--form-input-bg2);
  border-top: none;
}

.vip-label {
  display: flex;
  align-items: center;
}

.vip-label img {
  max-height: 40px;
}

.vip-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--form-input-bg2);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 1rem;
}

.vip-binfo {
  display: flex;
  flex-direction: column;
}

.vip-info .accordion-item {
  border-color: var(--form-input-bg2);
  color: var(--form-text-light);
  background-color: var(--form-input-bg);
}

.vip-info .accordion-button {
  padding: 5px 10px;
  background-color: var(--form-input-bg);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--accordion-active);
}

.accordion-button::after {
  background-image: var(--accordion-before);
}

/*af-end*/

/* partners modal */
#parModal .modal-content { background:#000000b0; border:none; border-radius: 20px; }
#parModal .btn-close { color: #ffffff; font-size: 26px; opacity: 1; position: absolute; right: 0px;}
.par-list { display: flex; flex-wrap: wrap; justify-content: space-evenly; gap: 50px;}
.par-brand { display: flex; flex-direction: column; align-items: center;}
.par-brand img { max-width: 200px; }

/*partnership-landing*/

.partnership { background:#1f0136 ; }
.p-intro { position: absolute; max-width: 60%; z-index: 2; top:10%; }
.p-video::before {content: ""; position: absolute; height: 100%; width: 100%; /*background-image:url(../img/partnership/overlay.png);*/ background: linear-gradient(to right, rgba(0,0,0,0.8) 20%,rgba(0,0,0,0) 90%); z-index: 1;}
.p-video { position: relative;}
.p-video video { width: -webkit-fill-available;}
.ps-title { max-height: 50px; }
.psop {background:#470253 url(../img/partnership/bg1.png) no-repeat top center; text-align: center; padding: 50px; }
.psop-list { margin: 50px auto; margin-bottom: 0px; }
.psop-list img { max-width: 80%; }
.psop-btn { background: #fac91e; font-size: 30px; font-weight: bold; margin: 0px auto; border-radius: 50px; padding: 15px 40px; color: #000000; filter: drop-shadow(0px 0px 4px #fac91e) drop-shadow(0px 0px 4px #fac91e);}
.psop-btn:hover { color: inherit; }
.psart { text-align: left; color: #ffffff; margin-top: 30px; }
.psw {background-image:url(../img/partnership/bg2.png); text-align: center; padding: 50px; padding-bottom: 20px;  }
.psw-tips { margin: 50px auto; margin-bottom: 0px; display: flex; flex-wrap: nowrap; justify-content: space-around; }
.psw-gal { position: relative; }
.psw-frame { position: absolute; }
.psw-banner { padding: 15px; }
.psp {background: linear-gradient(to bottom, #2f073d, #1f0136); text-align: center; padding: 50px; }
.psp-list { margin: 50px auto; margin-bottom: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.psp-list img { max-width: 14%; }


@media (min-width: 768px) {
  body.hnb {}

  body.hnb .sidebar {
    width: 90px
  }

  body.hnb .sidebar .items {
    flex-direction: column;
  }

  body.hnb .sidebar .items a {
    width: 100%;
    flex-direction: row;
    justify-content: center
  }

  body.hnb .sidebar .items a span {
    display: none
  }

  body.hnb .content-wrap {
    padding-left: 80px
  }

  .anncon .nav .nav-link {
    min-width: 245px; 
  }
}

@media only screen and (max-width: 1200px) {

  .nlbar .nnav {
    display: none
  }

}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 767px) {

  .nbmob {
    display: flex !important
  }

  .nbmobb {
    display: block !important
  }

  .sidebar {
    left: -280px;
    top: 0px
  }

  .hnb .items .g-cl {
    display: none;
  }

  .hnb .items .g-op {
    display: block;
  }

  .content-wrap {
    padding: 60px 0;
    font-size: 2.4vw;
  }

  .content-wrap .con {}

  .ann{
    padding-left: 16px;
    padding-right: 16px;
  }

  .ann .con {
    width: 93%;
  }

  .content-top .con {}

  .content-btm .con {}

  .footer-wrap .con {
    flex-wrap: wrap
  }

  .btmnav {
    display: flex
  }

  .topnavbar {
    padding: 0px;
  }

  .sidebar .topnavbar {
    display: block;
    background: var(--bgcolor-navtop);
  }

  .sidebar .topnavbar .logo img {
    max-width: 160px;
  }

  .sidebar .topnavbar .nlbar {
    justify-content: space-between;
    width: 100%;
  }

  .hnb .sidebar .items a {
    padding: 8px 26px;
  }

  .topnav .language-wrap {
    display: none;
  }

  .topnav .logo {
    margin-bottom: 0;
    max-width: 160px;
  }

  .topnavbar .con {
    padding: 0 6px 0 6px;
    height: 60px;
  }

  .nlbar {
    gap: 0;
    margin-left: 0px;
    width: 50%;
  }

  .nbin .btns {
    min-width: 40px;
  }

  .nbin.af .btns {
    padding: 10px;
  }

  .nbin .af-user {}

  .nvbar {
    width: 50%;
  }

  .af-user img {
    max-width: 15%;
  }

  .cat-tab {
    padding: 8px;
  }

  .cat {
    padding: 5px;
    border-radius: 10px;
    font-size: 8px;
  }

  .cat img {
    max-height: 30px;
  }

  .cat.sb {
    font-size: 14px;
  }

  .wallet-bal {
    width: 100%;
  }

  .wallet-bal .form-box {
    flex-direction: column;
    align-items: stretch;
  }

  .wallet-bal .form-box .form-til {
    display: flex;
    align-items: center;
  }

  .promo-box {
    width: 100%;
  }

  .seo-wrap {
    font-size: 2.8vw
  }

  .seo-wrap h1 {
    font-size: 5.4vw
  }

  .seo-wrap h2 {
    font-size: 5vw
  }

  .seo-wrap h3 {
    font-size: 4.6vw
  }

  .seo-wrap h4 {
    font-size: 4.2vw
  }

  .seo-wrap h5 {
    font-size: 3.8vw
  }

  .resbox-tabs .tab-content .tab-pane {
    padding: 0px;
  }

  /*news */
  .news-list-wrap {
    padding: 0
  }

  .news-listbox {
    flex-direction: column
  }

  .news-listbox .btn-submit {
    width: 60%;
  }

  .news-listbox .ccon {
    padding: 0
  }

  .news-listbox .details {
    text-align: center;
    margin-bottom: 1em;
  }

  .news-listbox .iimg {
    width: 200px;
    min-width: 200px;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .member-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #130029;
    border: 1px solid #7a18a5;
    margin-bottom: 10px;
  }

  .member-balance-left {
    display: flex;
    align-items: center;
    border-right: 1px solid #7a18a5;
    padding: 0 10px;
    height: 34px;
  }

  .member-balance-icon {
    margin-right: 16px;
    font-size: 22px;
    color: #ffd800;
  }

  .member-balance-text {
    font-weight: 500;
    text-transform: capitalize;
  }

  .member-balance-right {
    font-weight: 700;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffd800;
    height: 34px;
  }

  .member-balance-currency {
    text-transform: uppercase;
    margin-right: 5px;
  }

  /*follow*/

  .fubox-wrapper {
    flex-direction: column
  }

  .fubox-wrapper .ll {
    flex-direction: row;
    flex-wrap: wrap
  }

  .fubos {
    flex-direction: column;
    width: calc(50% - 20px);
    justify-content: center;
    align-items: center
  }

  .fubos .ttext {
    margin-left: 0;
    margin-top: -4%
  }

  .fubos .ttext span {
    padding: 7% 8% 6%;
    font-size: 3vw
  }

  .fubos .iimg {
    max-width: 28vw
  }

  /*ambassador*/
  .ambassbox .top {
    padding: 20px;
    flex-direction: column;
  }

  .ambassbox .frames {
    flex-direction: column;
    padding: 0 20px;
  }

  .amb-intro {
    margin-top: -120px;
  }

  /*vip*/
  .vipinfo .ccon .t {
    font-size: 4.6vw
  }

  .vipinfo .iimg span {
    font-size: 2.5vw
  }

  .vipinfo .lnext span {
    font-size: 2.4vw
  }

  .vipinfo .lnext i,
  .vipinfo .lnext small {
    font-size: 2.6vw
  }

  .vipinfo .levelbar .levmsg,
  .vipinfo .iimg small,
  .vipinfo .ccon .b {
    font-size: 3.2vw
  }

  .vipinfo .lnext img {
    margin: .8vw 0
  }

  .vipcard {
    padding: 2vw
  }

  .vipslide-table table td {
    font-size: 2.4vw
  }

  .vipslide-table table tr td:first-child {
    font-size: 3vw
  }

  .vipcard .ccon .ttitle {
    font-size: 3.8vw
  }

  .vipcard .ccon .ttitle span {
    font-size: 2.6vw
  }

  .vipcard .ccon .ttext {
    font-size: 1.8vw
  }

  .vip-table {
    font-size: 12px;
  }

  .vip-table td,
  .vip-table th {
    padding: 5px;
  }

  /*reviews */
  .reviews-wrap2 {
    flex-direction: column
  }

  .top10wd-wrapper {
    width: 100%;
  }

  .charts-wrapper {
    width: 100%
  }

  .des {
    display: none;
  }

  .mob {
    display: block;
  }

  /*info-page*/
  .ex-info {
    flex-direction: column;
  }

  .ex-l {
    margin: 0px;
  }

  .ex-r {
    width: 100%;
    margin-top: 1rem;
  }

  .ex-l .ex-menu {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }

  .ex-l .ex-menu li a {
    width: max-content;
  }

  /*info-page end*/
  .lobby .glpro-swiper img {
    max-height: 30px;
    width: auto !important;
  }

  .globby {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .globby.s2 {
    padding: 10px;
  }

  .gamecons {
    margin: 8px 0px
  }

  .gametabs {
    font-size: 3vw
  }

  .winner-wrap {
    flex-wrap: wrap;
  }

  .winner-wrap .ll,
  .winner-wrap .rr {
    width: 100%;
    text-align: center
  }

  .fnav-wrap .cons {
    flex-wrap: wrap
  }

  .fnav .iimg img {
    max-height: 32px
  }

  .fnav.s2 .iimg img {
    max-height: 24px
  }

  .modal-ann .modal-title {
    padding: 5px 30px;
    font-size: 14px;
  }

  .anncon {
    flex-direction: column
  }

  .anncon .nav {
    max-width: none;
    margin-right: 0;
    margin-bottom: 2vw;
    height: auto;
    flex-direction: row;
    width: 100%;
  }

  .annbox .ccon {
    top: 12%;
    margin-bottom: 1vw;
  }

  .anncon .nav .nav-link {
    font-size: 2vw;
    padding: 4px 5px;
    margin: 2px;
    width: calc(20% - 4px);
    height: auto;
    border-radius: 5px;
  }

  .anncon .tab-content {
    width: 90%;
    margin: 0 auto;
    text-align: center
  }

  .anncon .tab-content h5 {
    font-size: 2.8vw;
    margin-bottom: 1vw
  }

  .annbox .bbg .des {
    display: none
  }

  .annbox .bbg .mob {
    display: block
  }

  .annpagi {
    bottom: -16%
  }

  .annpagi .pitem {
    width: 3vw;
    height: 3vw;
    font-size: 2vw
  }

  .realtime-trans {
    height: 40px;
    border-radius: 10px;
  }

  .realtime-trans .tt {
    width: 10%; 
    padding: 0px 5px; 
  }

  .realtime-trans .ccon {
    width: 80%
  }

  .realtime-trans .tl {width: 10%; margin-right: 5px;}
  .rttbox .rimg { width: 10px;}

  .rttbox .rimg {
    width: 10px;
  }

  .rttbox .rimg img { max-width: 10px;}

  .rttbox .rcon {
    font-size: 12px
  }

  .rttbox .rcon .time {
    font-size: 12px
  }

  .rttbox .rcon .amo {
    font-size: 12px
  }

  .statistic {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .statistic .s-data {
    width: auto;
    min-width: 105px;
    padding: 10px;
  }

  .payment .w-menu img { max-width: 90%; }

  .rtwbox .iinfo {
    font-size: 2.2vw;
    padding: 6px
  }

  .rtwbox .iinfo .iicon {
    font-size: 4vw;
  }

  body.hnb .main-wrap::before {
    content: '';
    position: fixed;
    z-index: 12;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5)
  }

  .menu-wtabs,
  .menu-wsel {
    font-size: 2.6vw;
  }

  .menu-wtabs a {
    padding: 6px 12px
  }

  .gcatstop h5 {
    font-size: 4vw
  }

  .gcatstop a {
    font-size: 2.4vw
  }

  .gtwrapin {
    width: calc(50% - 6px)
  }

  .gtwrapin.s2 {
    width: 100%
  }

  .gtwrapin.s2 .gtbox {
    width: calc(25% - 9px)
  }

  .gtwrapin.s2 .gtbox .iimg {
    padding: 35% 12% 0 12%
  }

  .gtbox .ttitle {
    top: 2vw;
    left: 2vw
  }

  .gtbox .ttitle span {
    font-size: 2vw
  }

  .gtbox .ttitle img {
    max-height: 4.4vw
  }

  .pmwrap {
    padding: 4% 2%
  }

  .pmwrap span {
    font-size: 2vw
  }

  .footer-menuwrap {
    flex-wrap: wrap
  }

  .footer-menuwrap .fnav-wrap {
    width: calc(50% - 3.8vw);
    padding-bottom: 0
  }

  /*partnership landing */
  .p-intro {top:13%; }
  .ps-title { max-height: 24px; }
  .psop {padding: 20px; padding-bottom: 0px; }
  .psop-list { margin: 20px auto; margin-bottom: 20px; }
  .psop-list img { max-width: 100%; }
  .psop-btn {font-size: 14px; padding: 10px 20px; filter: drop-shadow(0px 0px 4px #fac91e) drop-shadow(0px 0px 4px #fac91e);}
  .psw {padding: 20px; padding-bottom: 20px;  }
  .psw-tips { margin: 20px auto; margin-bottom: 0px;}
  .psw-banner { padding: 5px; }
  .psp {padding: 20px; }
  .psp-list { margin: 20px auto;  }
  .psp-list img { max-width: 20%; }


}

@media only screen and (max-width: 430px) {
  .gggl .fav { position:absolute; font-size:14px; right:0px; top:0px; color:var(--unfav-thumb); cursor:pointer; background: var(--unfav-bg); border-radius: 50px; padding: 5px; z-index: 9; }


}

@media only screen and (max-width: 375px) {
  .gggl .fav { position:absolute; font-size:10px; right:0px; top:0px; color:var(--unfav-thumb); cursor:pointer; background: var(--unfav-bg); border-radius: 50px; padding: 5px; z-index: 9; }
  .statistic{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 330px) {
  .gl-pro {
    min-width: 110px;
  }

  .glfunc {
    padding: 15px 5px 0px;
  }

  .gl-fav .glfav {
    margin-right: 10px;
  }


}