@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden !important;
  background-color: #000000;
}

body.noscroll { overflow:hidden }

/** {transition: all 0.3s;}*/
*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

hr{ 
  opacity: 0.7;
}

.tc {
  text-align: center;
}

.font-red-10 {
  color: #df0e0b;
  font-size: 10px;
}
.font-red-10:hover {
  color: #563a6d;
}

.sidebar::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #b46ffd;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.lang {
  display: flex;
  padding-right: 10px;
}
.lang a {
  padding: 0px !important;
  width: 26px !important;
}
.lang .btn {
  color: #ffffff;
  padding: 0px;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.lang .dropdown-menu {
  min-width: 0px;
  background: #000000;
}
.lang .dropdown-toggle::after {
  display: none;
}
.sidebar .btn { 
  display: none !important;
}
.sidebar .button-area .lang {
  display: none;
}
.sidebar {
  position: fixed;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
.sidebar .logo {
  padding: 30px 30px 10px;
}
.sidebar .logo img {
  width: 100%;
  max-width: inherit;
}

.offcanvas-body .button-area { 
  display: grid; 
  grid-template-columns: repeat(2,1fr);
}
.offcanvas-body {
  padding:0.5rem 0.5rem;
}
.offcanvas-body .reward {
  display: grid; 
  grid-template-columns: repeat(3,1fr); 
  text-align: center;
}
.offcanvas-body .cat {
  display: grid; 
  grid-template-columns: repeat(3,1fr); 
  text-align: center; 
  grid-gap: 15px 0px;
}
.offcanvas-body .cat img {
  max-width: 100%;
}

.sidebar .button-area {
  padding: 10px 0px;
  text-align: center;
}
.sidebar .button-area a,
.access .button-area a, 
.offcanvas-body .button-area a  {
  border-radius: 30px;
  display: inline-block;
  margin: 6px;
  line-height: 48px;
  padding: 0px 20px;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid transparent;
  width: 80%;
}
.offcanvas-body .button-area a {
  line-height: 34px; 
  padding: 0px 10px; 
  text-align: center;
  font-size: 14px;
  width:90%
}
.sidebar .button-area a:hover,
.access .button-area a:hover {
  filter: brightness(1.2);
}
.sidebar .button-area .btn-register,
.access .button-area .btn-register,  
.offcanvas-body .button-area .btn-register  {
  color: #ffffff;
  background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%);
  border-color: #b46ffd;
}
.sidebar .button-area .btn-login,
.access .button-area .btn-login, 
.offcanvas-body .button-area .btn-login  {
  color: #cb00ff;
  background: #000000;
  border: 1px solid;
}
.sidebar .button-area .btn-login.balance,
.access .button-area .btn-login.balance, 
.offcanvas-body .button-area .btn-login.balance  {
  color: #4cfaff;
}
.sidebar .button-area .btn-login.balance i,
.access .button-area .btn-login.balance i, 
.offcanvas-body .button-area .btn-login.balance i  {
  color: #fff000;
}
.sidebar .button-area.s2 {
  display: none;
}
.sidebar .reward {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap
}
.reward a:hover img {
  filter: brightness(1.1);
  transform: scale(1.03);
  transition: all 0.3s;
}
.access {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  text-align: center;
}
.access .button-area {
  width: 35%;
  display: flex;
}
.sidebar .user-area {
  padding: 10px 0px;
  text-align: center;
}
.sidebar .user-area div {
  margin: 4px 0px;
}
.sidebar .user-area .spebox {
  margin-top: 20px;
}

.sidebar .nav {
}
.sidebar .nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.sidebar .nav li {
  line-height: 34px;
  font-size: 14px;
  position: relative;
}
.sidebar .nav li img {
  max-height: 24px;
  line-height: 24px;
}
.sidebar .nav li span {
  display: inline-block;
  padding-left: 15px;
}
.sidebar .nav li a {
  color: #ffffff;
  display: block;
  margin: 8px 30px;
  padding: 0px 20px;
  background: rgb(0 0 0 / 50%);
  border-radius: 50px; /*background-image:url(../img/cat-bg.png); background-repeat:no-repeat; background-position:center; background-size:cover*/
}
/*
            .sidebar .nav li a.s1 { background-image:url(../img/refer-bg.png) }
            .sidebar .nav li a.s2 { background-image:url(../img/epic-bg.png) }
            .sidebar .nav li a.s3 { background-image:url(../img/event-bg.png) }
            .sidebar .nav li a.s4 { background-image:url(../img/im-bg.png) }
*/
.sidebar .nav li a:hover, .sidebar .nav li a.aaa  {
  filter: drop-shadow(2px 2px 1px #c003fd);
}
.sidebar .nav hr {
  background: #b46ffd;
  opacity: 1;
  margin: 10px 20px;
}

.sidebar .logout-area {
  margin: 20px 0px;
  text-align: center;
}
.sidebar .logout-area a {
  font-size: 18px;
  color: #b46ffd;
}
.sidebar .logout-area a:hover {
  color: #b46ffd;
}

.after-log {
  display: none;
}
.sidebar.after-acc {
  display: none;
}
.wrapper {
  margin-left: 300px;
  padding-bottom: 70px;
}
.wrapper .overlap {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 70px;
  bottom: 0px;
}

.ann {
  padding: 3px 0px 3px 20px;
  background-color: #2a054b;
  color: #ad6abc;
  margin: 0px 20px;
  border-radius: 20px;
}
.ann .icon {
  padding-right: 10px;
  display: inline-block;
}
.ann .text {
  display: inline-block;
  line-height: 35px;
  vertical-align: top;
  width: calc(100% - 55px);
}

#mqAnnouncement{
  vertical-align: middle;
}

.banner {
  padding: 20px 20px 15px;
}
.banner .carousel {
  border-radius: 20px;
  overflow: hidden;
}
.banner-m {
  display: none;
}

.banner-inpage {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.banner-inpage h5 {
  font-weight: bold;
  color: #c102fd;
  font-size: 50px;
}
.banner-inpage.promo {
  background-image: url(../img/banner/promo.jpg);
}
.banner-inpage.after-login {
  background-image: url(../img/banner/after-login.jpg);
}

.conbox {
}

.tabs {
  position: relative;
}
.tabs .tabs-holder {
  padding: 15px;
}
.tabs .tabs-holder a { 
  display: flex; 
  justify-content:center; 
  align-items:center; 
  flex-direction:column; 
  text-align: center; 
  margin:0px 5px 4px; 
  border:2px solid #9d00ff; 
  border-radius:16px; 
  padding:4px; 
  line-height:normal; 
  background: #000000; 
}
.tabs .tabs-holder a.hot { 
  background:linear-gradient(195deg, #15e4dd 10%, #de00ff 80%) 
}
.tabs .tabs-holder a.hot img { 
  filter:brightness(100) 
}
/* .tabs .tabs-holder a:hover, .tabs .tabs-holder a.aaa { 
  background:linear-gradient(195deg, #15e4dd 10%, #de00ff 80%)
} */
.tabs .tabs-holder a.aaa { 
  background:linear-gradient(195deg, #15e4dd 10%, #de00ff 80%)
}
.tabs .tabs-holder a:hover img, .tabs .tabs-holder a.aaa img { 
  /* filter:brightness(100)  */
  filter: drop-shadow(0px 0px 3px black) drop-shadow(0px 0px 0px black);
}
.tabs .tabs-holder a.epic img { 
  filter:drop-shadow(0px 0px 3px black) drop-shadow(0px 0px 0px black) 
}
.tabs .tabs-holder a span { 
  font-size:2.6vw; 
  color:#ffffff; 
}
.tabs .tabs-holder a img { 
  max-width:80% 
}

/* .tabs .tabs-holder a.router-link-exact-active.epic { 
  filter: hue-rotate(347deg) saturate(1.5) brightness(1.5) 
} */


.tabs .tabs-holder.promo {
  white-space: nowrap;
  overflow-x: auto;
  height: auto;
}
.tabs .tabs-holder.promo a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 20px;
  font-weight: bold;
  filter: none;
}
.tabs .tabs-holder.promo a:hover,
.tabs .tabs-holder.promo a.aaa {
  /* color: #cb00ff; */
}

.tabbox {
}

.gbox-wrap {
  border: 2px solid #9601e1;
  box-shadow: 0 0 6px #9601e1;
  background: rgba(0, 0, 0, 1);
  margin: 20px;
  border-radius: 3vw;
}
.gbox-wrap.aaa {
  display: block;
}

.gbox {
  padding: 20px;
  font-size: 0px;
}
.gbox .ggl {
  display: inline-block;
  width: 12.5%;
  padding: 8px;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.gbox .ggl a.fav::after {
  /* content: '';
  background: url(../img/fav.png)no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 5%;
  max-width: 30px;
  filter: brightness(0.5) */
}

.gbox .ggl a.fav.selected::after {
  /* content: '';
  background: url(../img/fav-s.png)no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 5%;
  max-width: 30px;
  filter: brightness(1) */
}
.s-fav { filter: none !important;}
.gbox .ggl span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.mob-nav {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  display: none;
  grid-template-columns: 20% 20% 20% 20% 20%;
  text-align: center;
  height: 15vw;
  background: linear-gradient(180deg, #160e25 0%, #261a30 100%);
  border-radius: 15px 15px 0px 0px;
  border: 2px solid #9601e1;
  border-width: 2px 0px 0px 0px;
  filter: drop-shadow(0px -1px 8px rgb(150, 1, 225, 0.4));
}
.mob-nav img {
  max-height: 9vw;
}
.mob-nav span {
  line-height: 3vw;
  font-size: 2.8vw;
  display: block;
}
.mob-nav a {
  padding: 1vw;
  color: #ffffff;
}
.mob-nav a:hover,
.mob-nav a.aaa {
  filter: hue-rotate(270deg) brightness(1.5);
}

.mob-nav-lv2 {
  position: absolute;
  bottom: 15vw;
  left: 0;
  width: 100%;
  padding: 1.5vw;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.mob-nav-lv2 a {
  padding: 0px 5px;
  float: left;
}
.mob-nav-lv2 img {
  height: 15vw;
  max-height: none;
}
.mob-nav-lv2.aaa {
  display: block;
}

.mob-nav .ccen { 
  border: 0.4vw solid #8900ff;
  background: linear-gradient(1deg, #1e0f39 0%, #472d5e 100%);
  width:17vw; 
  height:17vw; 
  margin:0 auto; 
  border-radius:50%; 
  display:flex; 
  flex-direction:column; 
  justify-content:center; 
  align-items:center; 
  filter:none!important; 
  margin-top: -10px;
}
.mob-nav .ccen i { 
  font-size:6vw; 
  color:#40e6ff 
}
.wallet i { 
  color:#40e6ff; 
  font-size:  20px;
}

.rwd a {
  filter: none !important;
}

.bonus-sel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #140926;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.bonus .active, .bonus-sel:hover {
  filter:drop-shadow(0px 0px 3px cyan)
}
.bonus-sel img { 
  border-radius: 5px 0px 0px 5px; 
  filter:drop-shadow(4px 0px 3px black); 
  margin-right: 20px;
}
.bonus-sel div { 
  margin-right: 50px;
}
.bonus-sel .title { 
  color: #4dfaff;
}
.bonus-sel .coin i {
  color: #fff000;
}
.bonus-sel > :nth-child(2) {
  min-width: 270px;
}

.p-list {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.p-list .form-check-input:checked {
  background-color: #7a18a5;
  border-color: #c102fd;
}

.p-list .form-check-label {
  background: #140a25;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c102fd;
  width: 100%;
  color: #c102fd;
}
.p-list .form-check-input:checked + .form-check-label {
background: #7a18a5;
  border: 1px solid #c102fd;
  color: #ffffff;
}

.modal-header {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%);
  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 0.75rem 1rem;
}
.modal-content {
  background: #18032e;
  color: #ffffff;
}
.modal-header-cus {
  text-align: center;
  padding: 1.5rem 0.5rem 0;
}
.modal-header-cus h1 {
  color: #c700ff;
  font-weight: bold;
  margin: 0;
  padding: 0.5rem;
}
.modal-header-cus h2 {
  color: #c700ff;
  font-weight: bold;
  margin: 0;
  padding: 0.5rem;
}
.modal-link {
  color: #9279a0;
}
.modal-link:hover {
  color: #c700ff;
}
.modal-link b {
  color: #c700ff;
}

.btn-submit {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #b46ffd;
  border-radius: 30px;
  font-weight: 700;
  line-height: 46px;
  padding: 0px 40px;
  color: #ffffff;
  background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%);
}

.col-form-label,
.form-control {
  font-size: 14px;
}
.col-form-label {
  color: #ffffff;
}
.form-control {
  border-color: #a364e7;
  background-color: #000000;
  color: #ad6abc;
  padding: 0.8rem;
}
.form-control:focus {
  background-color: #000000;
  outline: none;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}

.promobox {
  padding: 20px;
  font-size: 0px;
}
.pbox {
  display: inline-block;
  width: calc(33.33% - 16px);
  margin: 8px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #4c1b67;
}
.pbox .iimg {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.pbox .ttext {
  padding: 8px 12px;
  color: #cb00ff;
  background-color: #18032e;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}
.pbox .ttext h5 {
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}
.pbox .ttext p {
  font-size: 12px;
  margin: 8px 0px;
  line-height: normal;
}
.pbox .ttext .time {
  font-size: 10px;
  background-image: url(../img/icon/time.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 20px;
  line-height: 20px;
  padding-left: 26px;
}
.pbox:hover {
  filter: brightness(1.1);
  transform: scale(1.03);
  transition: all 0.3s;
}

.panelbox {
  padding: 0 20px 20px;
  max-width: 900px;
  margin: 0px auto;
}
.panelbox .panel-tabs {
  border: 2px solid #934c5f;
  border-radius: 50px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 20px 0px;
}
.panelbox .panel-tabs a {
  color: #454545;
  display: flex;
  flex: 1 1 auto;
  line-height: 40px;
  justify-content: center;
  align-items: center;
  margin: 2px;
  border-radius: 50px;
}
.panelbox .panel-tabs a:hover,
.panelbox .panel-tabs a.aaa {
  background-color: #934c5f;
  color: #ffffff;
}
.panelbox .panel-holder {
}
.panelbox .panel-holder h3 {
  color: #c102fd;
}

.quickamo {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 8px;
}
.quickamo .qamo {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  color: #df0e0b;
  border-radius: 3px;
  border: 1px solid #df0e0b;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  width: 25%;
}
.quickamo .qamo.aaa,
.quickamo .qamo:hover {
  background-color: #df0e0b;
  color: #ffffff;
}

.wd-balance {
  margin-bottom: 0.5rem;
}
.wd-balance span {
  font-size: 14px;
  color: #df0e0b;
  display: block;
}
.wd-balance .amo {
  background: #df0e0b;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.transbox-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.transbox {
  border: 2px solid #b3b3b3;
  display: flex;
  flex: 1 1 auto;
  border-radius: 5px;
  background-size: 120%;
  background-position: center bottom 34px;
  background-repeat: no-repeat;
  filter: grayscale(1) invert(1);
  opacity: 0.4;
}
.transbox .bal {
  margin-top: 60%;
  background-color: #df0e0b;
  color: #ffffff;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 34px;
}
.transbox.aaa,
.transbox:hover {
  filter: none;
  opacity: 1;
}

.main-bbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../img/d-bg.jpg);
  opacity: 0.5;
}
.main-bbg.home {
  opacity: 1;
}

.seo {
  display: flex;
}
.seo .con {
  color: #af96cc;
  background: rgb(0 0 0 / 60%);
  margin: 10px 20px;
  padding: 20px;
  border-radius: 20px;
  font-size: 12px;
}

.seo .con h1 {
  font-size: 22px;
  color: #fde32a;
}

.seo .con h2 {
  font-size: 22px;
  color: #fde32a;
}

.footer {
  background-color: #160d27
}

.footer .seo-footer {
  font-size: 11px;
  /* border-top: 1px solid #281d3e;
  border-bottom: 1px solid #281d3e; */
  color: #a6a8b7;
  margin: 0px 20px;
  padding: 20px;
}

.footer .seo-footer #readmore h4{
  margin-top: 20px;
  font-size: 18px;
}

.footer .seo-footer #readmore h5{
  margin-top: 20px;
  font-size: 16px;
}

.footer .btn-read-more{
  border-radius: 3px;
  background-color: #543492;
  color:#fff;
  padding: 7px 10px;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.footer button.btn-read-more.collapsed:before{
  content:'+ Read More' ;
}

.footer button.btn-read-more:before{
  content:'- Read Less' ;
}

.float-icon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex; 
  flex-direction: column;
  z-index: 2;
}
.float-icon img {
  max-width: 90px;
}

.gbox-menu-wrap {
  border-radius: 80px;
  /* padding: 10px; */
  margin: 10px;
  background-color: #000000;
  position: relative;
}
.gbox-menu-wrap .swiper {
  margin:0px 5px; 
  width: 100%
}
.gbox-menu-wrap .swiper .swiper-wrapper {
}
.gbox-menu-wrap .swiper .swiper-slide { 
  display: flex; 
  flex-direction: column
}
.gbox-menu-wrap .swiper-button-next,
.gbox-menu-wrap .swiper-button-prev {
  color: #ffffff;
}
.gbox-menu-wrap .swiper-button-next::after,
.gbox-menu-wrap .swiper-button-prev::after {
  font-size: 20px;
}
.gbox-menu-wrap .swiper-button-prev {
  left: 5px;
}
.gbox-menu-wrap .swiper-button-next {
  right: 5px;
}

.gbox-menu-wrap-add { 
  display: flex; 
  /* background-color: #000000;  */
  overflow: hidden; 
  /* border-radius:60px 60px 0px 0px;  */
  margin: 5px 0px 5px 0px;
} 
.gbox-menu-wrap-add .gbox-menu-fav { 
  min-width:40px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding-left:5px;
}
.gbox-menu-wrap-add .gbox-menu-wrap { 
  width:calc(100% - 70px); 
  display:flex; 
  justify-content:end 
}

.swiper-slide {
  color: #888888;
  text-align: center;
  border: 2px solid;
  border-radius: 10px;
}
/* .swiper-slide.swiper-slide-active {
  color: #ffffff;
  border-color: #40e6ff;
} */
.active-slider{
  color: #ffffff;
  border-color: #40e6ff;
}

.sgbtn {
  filter: grayscale(1);
}
.sgbtn.aaa {
  filter: grayscale(0);
}
.sgbox {
  display: none;
}
.sgbox.aaa {
  display: block;
}

.hometabs .tabs {
  display: none;
}

.mob-top {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.mob-top .ll {
  position: absolute;
  left: 15px;
  font-size: 7vw;
}
.mob-top .ll a {
  color: #c102fd;
}
.mob-top .cc {
  color: #ffffff;
  font-size: 5vw;
  font-weight: bold;
}

.resbox {
  padding: 40px 0px;
}
.resbox .resbox-top {
  border: 1px solid #7a18a5;
  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 #7a18a5;
  font-size: 14px;
}
.restable thead {
  border-bottom: 1px solid #7a18a5;
}
.restable tbody {
  border-top: 0 !important;
}
.restable td,
.restable th {
  padding: 16px;
}

/* referral table */
.vip-refer {
  border: 1px solid #7a18a5;
  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; }
.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 #7a18a5;
  background-color: #250f45;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.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;
}
.resbox-cusbox.aaa {
  display: block;
}

.resbox-tabs {
  border: 1px solid #7a18a5;
  font-size: 16px;
}
.resbox-tabs .nav-tabs {
  background-color: #1b0432;
  color: #ffffff;
  flex-wrap: nowrap;
  border-bottom: 0px;
}

.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 {
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  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 {
  background-color: #280056;
  filter: grayscale(0)
}

.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 {
  background-color: #280056;
  color: #ffffff;
  padding: 20px;
}

.resbox-tabs .tab-content .tab-pane {
  background-color: #1b0432;
  border-radius: 16px;
  padding: 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;
}

.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;
}

.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;
  color: #aaaaaa !important;
  pointer-events: none;
}

.gbox-filbox { 
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
  color:#ffffff; 
  padding:0px 12px; 
  margin-left:10px; 
  font-size:14px; 
  background-color:#1f1f1e; 
  height:38px; min-width:90px; 
  cursor:pointer; 
  border-radius: 5px; 
}
.gbox-filbox .nname {
  padding-right:12px 
}
.gbox-filbox .iicon {
  max-width:18px 
}
.gbox-search {
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#ffffff;
  /* margin-left:10px; */
  font-size:14px;
  /* height:38px; */
  cursor:pointer 
}
.gbox-search .iicon {
  max-width:18px;
  margin:0px 6px;
  width:18px; 
  height:18px
}
.gbox-search-box {
  display:none;
  align-items:center;
  justify-content:right;
  margin: 0px 20px;
}
.gbox-search-box .search-games {
  transition:all 0.35s;
  width:0px;
  visibility:hidden 
}
.gbox-search-box .search-games .form-control {
  padding:0px 12px;
  height:38px;
}
.gbox-search-box .search-cancel {
  font-size:12px;
  margin-left:12px;
  color:#fde32a;
  display:none 
}
.gbox-search-box.aaa {
  display:flex 
}
.gbox-search-box.aaa .search-games {
  width:100%;
  max-width:280px;
  visibility:visible 
}
.gbox-search-box.aaa .search-cancel {
  display:block 
}
.modal-filbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition:opacity .15s linear;
  background:rgba(0,0,0,0.7);
  display:none;
  visibility:hidden;
  opacity:0 
}
.modal-filbox.aaa {
  display:block;
  visibility:visible;
  opacity:1 
}
.modal-filbox-content {
  max-width:600px;
  position:relative;
  padding:40px 20px 20px;
  margin:0px auto 
}
.modal-filbox .tt-main {
  text-align:center;
  font-size:20px;
  color:#ffffff;
  margin-bottom:20px 
}
.modal-filbox .filter-close {
  position:absolute;
  right:20px;
  top:20px;
  max-width:30px;
  cursor:pointer 
}
.modal-filbox .conbox {
}
.modal-filbox .tt-item {
  text-align:left;
  font-size:16px;
  color:#ffffff;
  margin:0px 8px 5px 
}
.modal-filbox .confirmbox {
  background-color:#2a054b;
  margin:12px 8px;
  display:flex;
  justify-content:center;
  align-items:center;
  width:calc(100% - 16px);
  border-radius:6px;
  font-size:16px;
  height:38px;
  cursor:pointer;
  transition: all 0.3s;
  color: #ffffff;
}
.modal-filbox .confirmbox:hover {
  filter:brightness(1.2) 
}
.filter-itembox {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px;
}
.filter-itembox span {
  background-color:#2f2f2f;
  border-radius:6px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#ffffff;
  font-size:16px;
  height:60px;
  width:calc(33.33% - 16px);
  margin:8px;
  padding:12px;
  filter:grayscale(1);
  transition: all 0.3s;
  cursor:pointer 
}
.filter-itembox span.aaa, .filter-itembox span:hover {
  filter:grayscale(0);
  background-color:#2a054b;
  color:#ffffff 
}

.float-eve {
  position: fixed;
  z-index: 2;
  bottom: 30vw;
  left: 0;
  align-items: end;
  transition: all .3s;
  display: none
}

.float-eve .evebox {
  border: 2px solid #00ff56;
  border-left: 0px;
  border-radius: 0px 5px 5px 0px;
  background-color: #211529;
  max-width: 60px;
  padding: 6px
}

.float-eve .arrow {
  color: #23162a;
  font-size: 14px;
  cursor: pointer
}

.float-eve .arrow span {
  background-color: #00ff56;
  padding-left: 1px;
  width: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 0 80px 80px 0;
  transition: all .3s
}

.float-eve.no {
  left: -60px;
}

.float-eve.no .arrow span i {
  transform: rotate(180deg)
}

.close-tutorial{
  position: absolute;
  right: -2px;
  top: -2px;
  cursor: pointer;
  z-index: 99;
}

.close-tutorial img{
  max-width: 20px !important;
}

.tlg { display:none;}

@keyframes depoanimation {
  0% {
    top: -50%;
  }
  10% {
    top: -60%;
  }
  20% {
    top: -50%;
  }
  30% {
    top: -60%;
  }
  40% {
    top: -50%;
  }
  100% {
    top: -50%;
  }
}

/* livechat */
.modal-livechat-btn {
  width: 60%;
  max-width: 160px;
  margin: 20px auto 20px auto;
  cursor: pointer;
}
.livechat_button img {
  /* width: 90%; */
  width: 100%;
  margin: 0 auto;
  display: block;
}

.livechat_button img {
  width: 100%;
}

.btn-warning {
  width: 80px;
}

.countdown {
  position: relative;
  display: inline-block;
  background-color: #ffc107;
  border-bottom: 2px solid #ffc107;
  color: #000;
  font-weight: bold;
}

.countdown .timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pointer {
  cursor: pointer;
}

.input-disabled {
  background-color: #000000 !important;
}



/* tables */
.member-setting {
    background-color: #250f45;
    border: 1px solid #7a18a5;
}
.member-setting-title {
    padding: 12px;
    color: #ea49ff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #7a18a5;
}
.member-setting-title a {
    color: #ea49ff;
}
.member-setting-icon {
    font-size: 16px;
    margin-right: 10px;
}
.member-setting-icon img {
    width: 22px;
}
.member-setting-icon.icon-statement img {
    width: 15px;
}
.member-setting-text {
    font-weight: 700;
    text-transform: uppercase;
}


.statement-single {
    border-bottom: 1px solid #7a18a5;
}
.statement-single:last-child {
    border-bottom: 0;
}
.statement-single-content {
    padding: 10px 12px;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    background-color: #43315E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 3px;
}
.statement-detail-left, .statement-detail-right {
    text-transform: capitalize;
}
.statement-detail-right {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.statement-win, .statement-lose {
    font-weight: 700;
    text-transform: uppercase;
}
.statement-win {
    color: #3bfe72;
}
.statement-lose {
    color: #ea49ff;
}
.statement-balance {
    display: flex;
    justify-content: space-between;
}
.statement-balance-left {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.table-statement {
    font-size: 14px;
}
.table-statement .table-statement-row {
    padding: 16px;
    margin: 0;
    border-bottom: 1px solid #7a18a5;
}
.table-statement .table-statement-row:first-child {
    border-bottom: 2px solid #7a18a5;
}
.table-statement .table-statement-row:last-child {
    border-bottom: 0;
}
.table-statement .table-statement-row .table-statement-col {
    text-transform: capitalize;
}
.table-statement .table-statement-row .table-statement-col a {
    text-decoration: underline;
}
.table-statement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    display: none;
}
.statement-history {
    border-bottom: 1px solid #7a18a5;
}
.statement-history:last-child {
    border-bottom: 0;
}
.statement-history-content {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7a18a5
}
.statement-history-left, .statement-history-right {
    display: flex;
    flex-direction: column;
}
.statement-history-right {
    text-align: right;
}
.statement-date.redeem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* sweet alert */
.swal2-popup {
  background-color: #250f45 !important;
  border: 1px solid #7a18a5 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}
.swal2-styled.swal2-confirm {
  background-color: #7a18a5 !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  min-width: 125px !important;
}
.swal2-styled.swal2-confirm:hover {
  background-color: #9A31E9 !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}
.swal2-icon.swal2-info {
  color: #ea49ff !important;
  border-color: #ea49ff !important;
}
.swal2-title {
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}
.swal2-content {
  color: #FFFFFF !important;
  font-size: 14px !important;
}
.swal2-actions > .btn-deposit{
  width: 50% !important;
  font-size: 14px !important;
}
.swal2-actions > .btn-info{
  width: 50% !important;
  font-size: 14px !important;
}

/* pagination */
.pagenumber {
  text-align: center;
}

.pagenumber ul li {
  list-style: none;
  display: inline-block;
}

.pagenumber ul li.round {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #fff;
}

.pagenumber ul li.round a:hover {
  background: #F1F1F1;
  border-radius: 50%;
}

.pagenumber ul li.round.active,
.pagenumber ul li.round.active a:hover {
  background: #FFC000;
}

.pagenumber ul li a {
  color: #21115C;
  font-size: 14px;
  display: block;
}

.pagenumber ul li.prev a::after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}

.pagenumber ul li.next a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto !important;
}


/* referral */
.referral-redeem {
  margin-bottom: 12px;
}
.referral-redeem .btn-sub {
  color: #7a18a5;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 16px;
}
.downline-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  background-color: #2B1D41;
}
.downline-left {
  margin-bottom: 12px;
}
.downline-left .row:first-child {
  margin-bottom: 8px;
}
.downline-left .row .col-5 {
  text-align: right;
  padding-right: 0;
  margin-left: 12px;
}
.downline-right {
  margin-bottom: 8px;
}
.downline-right .input-group {
  height: 40px;
}
.downline-right .form-control {
  /* background-color: #3C2955; */
  margin-right: 12px;
}
.downline-right .btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  min-width: 115px;
  font-size: 16px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* loader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, .7);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


/*modal banner*/
.btn-popup{
  background: rgb(129,82,239);
  background: -moz-linear-gradient(90deg, rgba(129,82,239,1) 0%, rgba(220,41,233,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(129,82,239,1) 0%, rgba(220,41,233,1) 100%);
  background: linear-gradient(90deg, rgba(129,82,239,1) 0%, rgba(220,41,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8152ef",endColorstr="#dc29e9",GradientType=1);
  border: none;
  color:#fff;
  text-transform: uppercase;
  padding:0 10px;
  border-radius: 30px;
}

#modal-banner .modal-form .modal-content,
#modal-banner-0 .modal-form .modal-content,
#modal-tutorial .modal-form .modal-content{
  border: 1px #8127c5 solid;
  overflow: hidden;
}

#modal-banner .modal-form .modal-body,
#modal-banner-0 .modal-form .modal-body,
#modal-tutorial .modal-form .modal-body{
  border-radius: 0;
}

#modal-banner .modal-body,
#modal-banner-0 .modal-body,
#modal-tutorial .modal-body{
  background-color: transparent;
  padding: 0;
}

#modal-banner .btn-wrapper,
#modal-banner-0 .btn-wrapper,
#modal-tutorial .btn-wrapper{
  background-color: #331152;
  text-align: center;
}

#modal-banner .btn-modal-banner,
#modal-banner-0 .btn-modal-banner,
#modal-tutorial .btn-modal-banner{
  border-radius: 3px;
  display: inline-block;
  padding: 7px 15px;
  min-width: 100px;
  text-align: center;
  margin:7px 5px;
  text-transform:uppercase;
}

/* contact us */
.contact-wrapper .contact-single {
  display: flex;
  align-items: center;
  /* background-color: #250f45;
  padding: 6px 12px; */
  margin-bottom: 12px;
}
.contact-wrapper .row .col-lg-6:last-child .contact-single {
  margin-bottom: 0;
}
.contact-wrapper .contact-icon {
  font-size: 40px;
  /* width: 75px; */
  /* padding-left: 12px; */
  /* padding: 10px; */
  margin: 0 auto;
}
.contact-wrapper .contact-detail {
  display: flex;
  flex-direction: column;
}
.contact-wrapper .contact-detail .contact-name {
  color: #ea49ff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 255px;
}

.content > p {
  margin: 0
}


.no-deco{
  text-decoration: none !important;
  color: #ffffff !important;
}

/*search bar*/
.search-img{
  width: 25px;
  right: 15px;
}

.search-bar{
  padding: 0 8px;
}


/* slide banner */

.banner .slider {
  overflow: initial;
}

.slick-list{
  border-radius: 20px;
}

.slick-dots {
  bottom: 0;
}

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

.slick-dots li {
  margin: 0 -3px !important;
}

.slick-dots li.slick-active button:before {
  color: inherit;
  width: 13px;
  height: 13px;
  line-height: inherit;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.slick-dots li button:before{
  opacity: 0.75;
  color: inherit;
  border-radius: 50%;
}

.slick-dots li button {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}

.banner-image{
  border-radius: 25px;
}

.custom-indicators{
  margin-bottom: 0
}

.custom-indicators > button {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%
}

/* deposit slide */
.payment-mode > ul > .slick-list{
  border-radius: 0;
}
.payment-mode > ul > .slick-prev{
  left: 0;
  z-index: 2
}
.payment-mode > ul > .slick-next{
  right: 0;
  z-index: 2
}

/* logout */
.btn-logout{
  color: #ffffff !important;
  background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%);
  border-color: #b46ffd;
  border-radius: 30px;
  display: inline-block;
  margin: 6px;
  line-height: 48px;
  padding: 0px 20px;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid transparent;
  width: 80%;
}

.user-info{
  font-size: 1.2vw;
}

.fav-icon{
  width: 40px;
  height: 40px;
  position: absolute;
  right: -5px;
  top: -5%;
  max-width: 40px;
  /* filter: brightness(0.5); */
  z-index: 2
}

/* standard for fav game list */
.game-img{
  width: 142px;
  height: 142px;
}

.news-list-wrap {
  /* background-color: #2f0358; */
  padding: 20px;
}

.news-listbox {
  display: flex;
  padding: 20px
}

.news-listbox:nth-child(even) {
  background-color: #440b73
}

.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 .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;
  /* color: #2e2e2e */
}

.member-balance{
  display: none;
}

/* 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
}

.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;
}


/* real time transaction */
.realtime-trans {
  display: flex;
  background-color: #240251;
  align-items: center;
  border-radius: 50px;
  margin: 0px 20px;
  overflow: hidden
}

.realtime-trans .tt {
  text-transform: uppercase;
  background-color: #17052e;
  color: #ffffff;
  padding: 0px 30px;
  height: 60px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 0px 50px 50px 0px;
  width: 170px;
}

.realtime-trans .ccon {
  width: calc(100% - 170px);
}

.rtt-wrap {
  width: 100%
}

.rttbox {
  display: flex;
  padding: 0px 0px 0px 10px;
}

.rttbox .rimg {
  width: 40px;
  min-width: 40px;
}

.rttbox .rcon {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  justify-content: center
}

.rttbox .rcon div {
  display: flex;
  align-items: center
}

.rttbox .rcon span {
  padding-left: 5px;
}

.rttbox .rcon .time {
  color: #8264ac;
  font-size: 10px
}

.rttbox .rcon .amo {
  color: #00ff97;
  font-weight: bold;
  font-size: 12px;
}

.only-mobile{
  display: none !important;
}

.not-mobile{
  display: flex;
}

.pro-img{
  height: 55px;
}

.dbar-wrapper {
  display:flex;
  justify-content:center;
  align-items:center
}
.dbar {
  position:relative;
  min-width:980px 
}
.dbar .iimg {
  position:absolute;
  top:6px;
  z-index:1;
  left: 50%;
  transform: translateX(-50%);
}
.dbar .ccon {
  border-radius:8px;
  border:2px solid #c17d32;
  background:rgba(0,0,0,0.7);
  position:relative;
  margin:4% 5% 12px;
  text-align:center;
  padding:8px 5px 5px 
}
.dbar .ccon .ffloat {
  position:absolute;
  left:-4%;
  top:58%;
  transform:translateY(-50%);
  z-index:2 
}
.dbar .ccon .ttitle {
  position:relative;
  z-index:1;
  padding-left:8% 
}
.dbar .ccon .ddate {
  color:#fff32c;
  line-height:28px;
  font-size:14px 
}
.dbar .ccon .pbar {
  border-radius:20px;
  border:1px solid #ffeea6;
  color:#ffeea6;
  font-size:12px;
  background-color:#3c0000;
  line-height:24px;
  position:relative;
  margin:6px 0 
}
.dbar .ccon .pbar .bars {
  position:absolute;
  border-radius:20px;
  background: linear-gradient(180deg, #fe0000 0%, #720000 100%);
  height:100%;
  left:0 
}
.dbar .ccon .pbar span {
  position:relative;
  z-index:1 
}
.dbar .ccon .bbtn {
  position:absolute;
  bottom:5px;
  right:5px;
  cursor:pointer 
}
.dbar .ccon .bbtn:hover {
  filter:brightness(1.3) 
}

/*live stream*/
.livestream { padding:0px;}
.live { height:480px;}
.live-tnc{ text-align: center; margin-top: 10px;}
.live-tnc .btn-submit { font-size: 14px; padding: 5px 20px; line-height: 15px;}

.mob-evebanner { position:fixed; left:0; top:0px; display:none; z-index: 3 }
.mob-evebanner .cclose { position:absolute; right:10px; top:30%; cursor:pointer }
.mob-evebanner .cclose img { max-width:20px; }


/*checkin */
.chk-in-wrapper { padding:0px; max-width: 800px; margin:0 auto }
.chk-in-wrapper .ttitle { text-align: center}
.chk-in-wrapper .ddesc { color: #ffffff; text-transform: uppercase; text-align: center; font-weight: 700; font-size: 22px;}
.chk-in-wrapper .chk-in { margin: -20px 20px 0px; background: url(../img/checkin/bar1.png) no-repeat center center; }

.cibox { display: flex; flex-direction: column; justify-content: center; align-items: center; color: #ffffff; font-size: 20px; font-weight: bold; line-height: normal; padding:6px; position: relative}
.cibox .rday { text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000,0 0 3px #000000, 0 0 3px #000000; font-size: 32px; font-weight: 700; margin-top: -20px; }
.cibox.ready {  }
.cibox.ready::before { content: ''; position: absolute; width: 100%; height: 87%; background-image:url("../img/checkin/glow.png"); background-size: 100%; background-position: top center; background-repeat: no-repeat; top:0%; left: 0%; z-index: -1}
.cibox.ready .rimg { filter:drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 4px #ffffff) }
.cibox .rimg { padding: 20px; }

.chk-in .slick-prev:before, .chk-in .slick-next:before { font-family: FontAwesome; font-size: 38px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }   
.chk-in .slick-prev, .chk-in .slick-next {top:40%;}
.chk-in .slick-prev.slick-disabled:before, .chk-in .slick-next.slick-disabled:before { opacity:0;}
.chk-in .slick-prev:before { content: "\f053"; }
.chk-in .slick-next:before { content: "\f054"; }


/*profile */
.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,  .probox .info .levelbar .vip .levbar{ width:100%; background-color:#370080; border-radius:20px; border:1px solid #370080; height:12px; position:relative; overflow:hidden }
.probox .info .levelbar .levbar span, .probox .info .levelbar .vip .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 }

.probox .vip-box {
  position: relative !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  
}

.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:#ffffff; border:2px solid #ba38fc; border-radius:8px; width:100%; background:#000000; 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 #240259; border-radius:12px; color:#ffffff; padding:16px; background:rgba(0,0,0,0.5); line-height:normal }
.proinfo .probals { border-bottom:1px solid #240259; padding-bottom:10px; margin-bottom:16px }
.proinfo .vip {width: 50%; display: inline-block;}
.proinfo .probals .label { font-weight:bold; font-size:14px; }
.proinfo .probals .amount { display:flex; align-items:center; gap:12px; }
.proinfo .probals .amount span { color:#fdd901; font-size:30px; font-weight:bold }
.proinfo .probals .amount i { color:#9b9a98; font-size:16px }
.proinfo .proinfo-details { display:flex !important;  }
.proinfo .proinfo-details div { display:flex; flex-direction:column; width:20% }
.proinfo .proinfo-details div small { font-size:10px }
.proinfo .proinfo-details 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 #240259;background:rgba(0,0,0,0.5); }
.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:#ef00ff }
.prolink .plrow .ttop a:hover { filter:brightness(1.5) }
.prolink .plrow .ccon { padding-left:36px;border-bottom:1px solid #240259; transition: all .3s; display:none; 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 #240259; }
.prolink .plrow .ccon a:last-child { border-bottom: none; }
.prolink .plrow.aaa .ccon a img { width: 30px; margin-right: 10px;}
.prolink .plrow.aaa .ccon { display:block; opacity:1; max-height:100vh }
.prolink .plrow.aaa .ttop a i { transform:rotate(90deg) }

.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% ;}
.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%;}
.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 }


/*inbox */
.inbox-wrapper { max-width:600px; margin:20px auto 0px; padding:0px 20px }

.inboxes { border:1px solid #240259; border-radius:12px; color:#ffffff; padding:16px; background:rgba(0,0,0,0.5); 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:#ffffff; font-size:12px; }
.bcats .ttext span { color:#c102fd; 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:#c102fd; font-size:14px; font-weight:bold; }
.btrans-table table th, .btrans-table table td { padding:5px; }

.btn-claim { color: #ffffff; background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%); border-color: #b46ffd; 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 }

/*vip */
.vip-wrapper { max-width:600px; margin:20px auto 0px; padding:0px 20px }

.vipinfo { border:1px solid #240259; border-radius:12px; color:#ffffff; background:rgba(0,0,0,0.5); line-height:normal; margin-top:25px; display:flex; gap:12px; padding:16px }
.vipinfo .iimg { display:flex; flex-direction:column; align-items:center; max-width:38%; margin:-8% 0 0 -8% }
.vipinfo .iimg img { margin-bottom:8px }
.vipinfo .iimg span { font-size:18px; font-weight:bold; }
.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:#fdd901 }
.vipinfo .lwrap { width:100%; display:flex; flex-direction:column; justify-content:center; gap:12px }
.vipinfo .levelbar {  }
.vipinfo .levelbar .levmsg { font-size:12px; padding-bottom:4px }
.vipinfo .levelbar .levmsg span { color:#fdd901 }
.vipinfo .levelbar .levbar { width:100%; background-color:#370080; border-radius:20px; border:1px solid #370080; height:12px; position:relative; overflow:hidden }
.vipinfo .levelbar .levbar span { background-color:#fdd901; position:absolute; height:100%; top:0; left:0;border-radius:20px; }
.vipinfo .lnext { display:flex; flex-direction:column; justify-content:center; align-items:center; max-width:18% }
.vipinfo .lnext i { font-size:8px }
.vipinfo .lnext img { margin:6px 0 }
.vipinfo .lnext span { font-size:14px; font-weight:bold; }
.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 #240259; border-radius:12px; color:#ffffff; background:rgba(0,0,0,0.5); 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:#c102fd; font-weight:bold; font-size:16px; text-align:left }
.vipslide-table table td i.success { color:#27ff50 }

.form-check-group { display: none; margin-left: 40px }
.form-check-group.aaa { display: block }

/* gameplay */
.gameplay-wrapper { position:fixed; width:100vw; height:100dvh; z-index:1000; left:0; top:0;}
.gameplay-wrapper.active { display:block }
.gpnav { position:absolute; top:20px; left:20px; z-index:2 }
.gpnav .items { display:flex; align-items:center; background-color:#ffffff; border-radius:30px; padding:4px 8px; /*opacity:0.2;*/ transition-duration:1s }
.gpnav .items.aaa { animation-iteration-count:1; animation-direction:normal; animation-timing-function: linear; animation-duration:6s; animation-name:gpnavitems } 
.gpnav .items div { margin:0px 2px; cursor:pointer }
.gpholder { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1 }
.gpholder iframe { width:100%; height:100% }

.gameplay-popover-wrapper { position:fixed; width:100%; height:100%; z-index:1010; left:0; top:0; }
.gameplay-popover-wrapper.active { display:block }
.gppop { display:flex; justify-content:flex-end; flex-direction:column; width:100%; height:100% }
.gppop .overlay { position:absolute; z-index:1; width:100%; height:100%; background-color:rgba(0,0,0,.4); backdrop-filter: blur(12px)}
.gppop .ccon { position:relative; z-index:2; width:90%; max-width:360px; margin:0 auto 10px }
.gppop .ccon a { color:#cb00ff; display:block; text-align:center; padding:16px 12px; font-size:16px }
.gppop .items { border-radius:30px; background-color:#18032e; padding:4px 16px; }
.gppop .items a { color:#ffffff; border-top:1px solid #333333; font-size:14px; padding:20px 12px }
.gppop .items a:first-child { border-top:0 }

@keyframes gpnavitems{
  10%{opacity:1}
  90%{opacity:1}
  100%{opacity:0.2}
}
/* end gameplay */

/* 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 }

@media only screen and (max-width: 1440px) {
  body {
    font-size: 1.1vw;
  }

  .sidebar {
    width: 18vw;
  }
  .wrapper {
    margin-left: 18vw;
  }

  .sidebar .logo {
    padding: 2vw 2vw 1vw;
  }
  .sidebar .button-area {
    padding: 1vw 2vw;
  }
  .sidebar .button-area a {
    font-size: 1.4vw;
    line-height: 4vw;
    background-size: 3vw;
    padding: 0px 2vw;
    min-width: 100%;
    margin: 0.5vw 0;
    border-width: 0.2vw;
  }

  .sidebar .nav li {
    line-height: 4.2vw;
  }
  .sidebar .nav li a {
    padding: 0px 1.5vw;
    margin: 0 1vw 1vw;
  }
  .sidebar .nav li img {
    max-height: 2.5vw;
    line-height: 2.5vw;
  }
  .sidebar .nav li span {
    font-size: 1.2vw;
    padding-left: 1.2vw;
  }
  .sidebar .nav li.aaa::before,
  .sidebar .nav li:hover::before {
    border-top-width: 2.5vw;
    border-bottom-width: 2.5vw;
    border-right-width: 1.8vw;
  }

  .sidebar .logout-area {
    margin-top: 4vw;
  }
  .sidebar .logout-area a {
    font-size: 1.4vw;
  }

  .ann {
    padding: 0.5vw 0 0.5vw 1.2vw;
  }
  .ann .icon {
    padding-right: 1vw;
  }
  .ann .icon img {
    width: 3vw;
  }
  .ann .text {
    /* line-height: 3vw; */
    line-height: 28px;
    width: calc(100% - 4.4vw);
  }

  .tabs .tabs-holder {
    padding: 1.2vw;
  }
  .tabs .tabs-holder a {
  }

  .gbox {
    padding: 1.2vw;
  }
  .gbox .ggl {
    padding: 0.8vw;
    width: 16.66%;
  }
  .gbox .ggl span {
    font-size: 1vw;
  }

  .pbox .ttext h5 {
    font-size: 1.2vw;
  }
  .pbox .ttext p {
    font-size: 0.8vw;
  }
  .pbox .ttext .time {
    background-size: 1.5vw;
    line-height: 1.5vw;
    padding-left: 2vw;
    font-size: 0.6vw;
  }

  .modal-body {
    font-size: 1.2vw;
  }

  .banner-inpage {
    height: 15vw;
  }
  .banner-inpage h5 {
    font-size: 3vw;
  }

  .col-form-label,
  .form-control {
    font-size: 1.4vw;
  }
  .wd-balance span {
    font-size: 1.4vw;
  }
  .wd-balance .amo {
    font-size: 1.6vw;
    padding: 0.5vw 2vw;
  }

  .btn-submit {
    font-size: 1.4vw;
    line-height: 4vw;
    padding: 0 4vw;
  }

  .panelbox {
    padding: 0 3vw 3vw;
  }
  .panelbox .panel-tabs {
    margin: 2vw 0;
    font-size: 1.4vw;
  }
  .quickamo .qamo {
    font-size: 1.8vw;
  }
  .access .button-area {
    /* width: 70%; */
  }

  /* standard for fav game list */
  .game-img{
    /* width: 133px;
    height: 133px; */
    width: 145px;
    height: 145px;
  }
}

@media only screen and (max-width: 680px) {
  body {
    font-size: 2.6vw;
  }

  .main-bbg {
    background-image: url(../img/m/bg.jpg);
  }

  .tlg { display:block;}

  .sidebar .nav,
  .sidebar .logout-area {
    display: none;
  }

  .offcanvas.show { 
    width:70%;
  }
	.sidebar .btn { 
    display: block !important; 
    color:#cb00ff;
  }
	.offcanvas-header {
    background:#260748;
  }
	.offcanvas {
    background: linear-gradient(135deg, #180331 0%, #0c0118 100%)
  }

  .sidebar {
    width: 100%;
    height: 15vw;
    overflow: initial;
    display: flex;
  }
  .sidebar .logo {
    height: 15vw;
    padding: 2vw 2vw 2vw 0;
    display: flex;
    align-items: center;
  }
  .sidebar .logo img {
    width: auto;
    max-width: 40vw;
  }
  .sidebar .button-area {
    position: absolute;
    right: 0vw;
    top: 3vw;
    padding: 0px;
    text-align: right;
    display: flex;
    align-items: center;
  }
  .sidebar .button-area .lang {
    display: block !important;
  }
  .sidebar .button-area .lang a {
    min-width: 20px;
  }
  .sidebar .button-area a {
    text-align: center;
    min-width: 18vw;
    margin: 0.3vw;
    background-size: 6vw;
    line-height: 8vw;
    font-size: 3vw;
    padding: 0px 4vw;
    border-width: 0.3vw;
    width: auto;
  }
  .sidebar .button-area.s2 a {
    padding: 0 3vw 0 3vw;
    border-width: 0;
    min-width: auto;
  }
  .sidebar .button-area.s2 a i {
    line-height: 8vw;
    font-size: 5vw;
  }

  .sidebar .button-area .stm {
    max-width: 20px;
  }
  .gbox-menu-wrap { 
    margin:0px; 
    padding-left: 0px;
  }
	.bonus-sel img { 
    filter: none; 
    margin-right: 5px;
    width: 90px;
  }
	.bonus-sel div { 
    margin-right: 5px;
  }
	.bonus-sel p {
    margin-bottom: 5px;
  }
	.bonus-sel > :nth-child(2) {
    min-width: 140px;
}

  .wrapper {
    margin-left: 0px;
    margin-top: 15vw;
    padding-bottom: 15vw;
  }
  .wrapper .overlap {
    height: 20vw;
    bottom: 5vw;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(255, 255, 255) 50%
    );
  }

  .gbox .gl {
    width: 33.33%;
  }

  .gbox .ggl a.fav::after {
    /* content: '';
    background: url(../img/fav.png)no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0%;
    max-width: 20px;
    filter: brightness(0.5) */
  }
  
  .gbox .ggl a.fav.selected::after {
    /* content: '';
    background: url(../img/fav-s.png)no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0%;
    max-width: 20px;
    filter: brightness(1) */
  }
  .s-fav {
    filter: none !important;
    max-width: 30px;
  }

  .ann {
    padding: 1vw 0 1vw 2vw;
    margin: 0;
    border-radius: 0;
    padding-top: 46px;
  }
  .ann .icon {
    padding-right: 1vw;
  }
  .ann .icon img {
    width: 6vw;
  }
  .ann .text {
    /* line-height: 6vw; */
    line-height: 25px;
    width: calc(100% - 8vw);
  }

  .tabs .tabs-holder {
    padding: 2vw 0;
    font-size: 0;
    /* height: 63vh; */
    overflow-y: auto;
  }
  .home .tabs-holder a {
    padding: 0.5vw 0.5vw;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 5px 10px;
  }

  .tabs.home .tabs-holder { 
    position:sticky; 
    top:15vw; 
    /* height:calc(100vh - 30vw);  */
    height:calc(100vh - 40vw); 
    overflow:auto 
  }

  .hometabs {
    display: flex;
    /* height: 63vh; */
  }
  .hometabs .tabs {
    min-width: 80px;
    /* width: 20vw; */
    /* overflow-y: auto; */
    /* height: 63vh; */
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: block;
  }
  .hometabs .tabs::-webkit-scrollbar {
    display: none;
  }
  
  .hometabs .tabbox {
    width: 80vw;
    /* overflow-y: auto; */
    /* height: 65vh; */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hometabs .tabs::-webkit-scrollbar {
    display: none;
  }

  .gbox {
    padding: 0%;
  }
  .gbox .ggl {
    padding: 0.5vw;
    width: 33.33%;
    /* max-width: 78px; */
  }
  .gbox .ggl span {
    font-size: 2.4vw;
  }

  .gbox-wrap {
    /* margin: 2vw 3vw 2vw 0; */
    margin: 2vw 10px 2vw 0;
    /* margin: 2vw 0; */
    /* height: 61vh; */
    overflow-y: auto;
  }

  .mob-nav {
    display: grid;
  }

  .banner {
    display: none;
  }
  .banner-m {
    display: block;
    /* padding-top: 46px; */
  }
  /* .sidebar .button-area {
    display: none;
  } */
  .sidebar > .after-log.button-area {
    display: flex;
  }
  .sidebar.after-acc {
    display: flex;
    position: relative;
  }
  .sidebar.after-acc .button-area {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .sidebar.after-acc .button-area a {
    min-width: 40vw;
  }

  /*    .banner-inpage { height: 30vw; }*/
  .banner-inpage h5 {
    font-size: 7vw;
  }

  .promobox {
    padding: 2vw;
  }
  .pbox {
    width: calc(100% - 2vw);
    margin: 1vw;
  }
  .pbox .ttext {
    padding: 2vw;
  }
  .pbox .ttext h5 {
    font-size: 3.5vw;
  }
  .pbox .ttext p {
    font-size: 2vw;
    margin: 1.5vw 0;
  }
  .pbox .ttext .time {
    background-size: 3vw;
    line-height: 3vw;
    padding-left: 4vw;
    font-size: 1.5vw;
  }

  .modal-body {
    font-size: 3vw;
  }

  .col-form-label,
  .form-control {
    font-size: 3vw;
  }
  .wd-balance span {
    font-size: 3vw;
  }
  .wd-balance .amo {
    font-size: 3.2vw;
    padding: 1vw 3vw;
  }

  .btn-submit {
    font-size: 4vw;
    line-height: 9vw;
    border-radius: 10vw;
    padding: 0 12vw;
  }

  .panelbox .panel-tabs {
    font-size: 2.8vw;
  }
  .panelbox .panel-tabs a {
    line-height: 9vw;
  }
  .quickamo .qamo {
    font-size: 3.2vw;
    line-height: 8vw;
    flex: 1 0 20%;
  }
  .quickamo {
    flex-wrap: wrap;
  }

  .sidebar .user-area {
    display: none;
  }
  .sidebar .button-area.s2 {
    display: block;
  }

  .float-icon {
    right: 3vw;
    bottom: 18vw;
  }
  .float-icon img {
    max-width: 16vw;
  }

  .mob-top {
    display: flex;
  }

  .resbox-tabs {
    font-size: 2.8vw;
  }
  .resbox-tabs .tab-content {
    padding: 4vw;
  }

  .downline-wrap {
    flex-wrap: wrap;
  }
  .downline-wrap .dlbox.rr {
    margin-top: 15px;
  }

  .resbox-cus-tabs .ctabs {
    font-size: 3.4vw;
    padding: 3vw;
    text-align: center;
  }
  .seo{
    display: none;
  }
  .access { justify-content: space-around;}
	.access .button-area { width: 96%; justify-content: space-around;}
	.access .button-area a { font-size:14px; line-height: 30px;}
	.access .lang,
  .loggedin {
    display:none;
  }
  .sidebar .reward {
    display: none;
  }
  
  .filter-itembox span { 
    font-size:2.8vw; 
    margin:4px; 
    padding:8px; 
    width:calc(33.33% - 8px) 
  }

  .gbox-filbox { 
    min-width:auto 
  }

  /*	afterlogin user info*/
	.profile {
    font-size: 30px;
    color: #636363;
    margin-right:6px;
  }
  .username {
    color: #9929ea;
  }
  .balance {
    color: #fff000;
  }
	.balance i { 
    color:#636363; 
    margin-left: 5px;
  }
	.user-info{
    /* font-size: 3.3vw; */
    font-size: 1.3em;
  }

  .fav-icon{
    width: 30px;
    height: 30px;
    position: absolute;
    right: -2px;
    top: -5%;
    max-width: 30px;
    /* filter: brightness(0.5); */
    z-index: 2
  }

  /* standard for fav game list */
  .game-img{
    width: 85px;
    height: 85px;
  }

  .float-eve {
    display: flex
  }

  /*news */
  .news-list-wrap {
    padding: 0
  }

  .news-listbox {
    flex-direction: column
  }

  .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;
  }

  /*reviews */
  .reviews-wrap2 {
    flex-direction: column
  }

  .top10wd-wrapper {
    width: 100%;
  }

  .charts-wrapper {
    width: 100%
  }

  /* real time transaction */
  .realtime-trans {
    margin: 0px;
    border-radius: 0px
  }

  .realtime-trans .tt {
      font-size: 2.2vw;
      line-height: normal;
      padding: 0px 15px;
      height: 50px;
      width: 22%
  }

  .realtime-trans .ccon {
      width: 78%
  }

  .rttbox .rimg {
      min-width: 7vw;
      width: 7vw
  }

  .rttbox .rcon {
      font-size: 2.2vw
  }

  .rttbox .rcon .time {
      font-size: 1.6vw
  }

  .rttbox .rcon .amo {
      font-size: 2vw
  }
  .gbox-menu-wrap-add{
    margin: 10px 0 10px 0;
  }
  .only-mobile{
    display: flex !important;
  }
  .not-mobile{
    display: none;
  }
  .pro-img{
    height: 35px;
  }

  .dbar { min-width:100% }
  .dbar .iimg { width:100%; top:0px; }
  .dbar .ccon .ffloat { max-width:15vw }
  .dbar .ccon .bbtn { max-width:16vw }
  .dbar .ccon .ddate { font-size:2.6vw; line-height:2.3vh }
  .dbar .ccon .pbar { line-height:22px }
  .dbar .ccon .pbar span { font-size:2.6vw }
  .dbar .ccon .ttitle img { max-width:88% }

  .live { height:210px;}
  .refdt { padding:3vw }
  .refdt small { font-size:2.8vw }
  .refdt span { font-size:4.8vw }
  .resbox-info .ccon { padding-bottom:4.8vw }
  .resbox-info .ccon .btn-copy, .resbox-info .ccon .ffi, .btn-sub.s3 { font-size:4.8vw }

  .chk-in-wrapper { padding:5px; max-width: 600px; margin:0 auto; }
	.chk-in-wrapper .ddesc { font-size: 16px;}
	.chk-in-wrapper .chk-in { margin: -10px 25px 0px; background: url(../img/checkin/bar1.png) no-repeat center center; background-size: 90%; background-position-y: 45%; }

	.cibox { display: flex; flex-direction: column; justify-content: center; align-items: center; color: #ffffff; font-size: 20px; font-weight: bold; line-height: normal; padding:0px; position: relative}
	.cibox .rday { text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000,0 0 3px #000000, 0 0 3px #000000; font-size: 18px; font-weight: 700; margin-top: -5px; }
	.cibox.ready {  }
	.cibox.ready::before { content: ''; position: absolute; width: 100%; height: 87%; background-image:url("../img/checkin/glow.png"); background-size: 100%; background-position: top center; background-repeat: no-repeat; top:0%; left: 0%; z-index: -1}
	.cibox.ready .rimg { filter:drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) }
	.cibox .rimg { padding: 7px; }

	.chk-in .slick-prev:before, .chk-in .slick-next:before { font-family: FontAwesome; font-size: 24px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }   
	.chk-in .slick-prev, .chk-in .slick-next {top:45%;}

  /*profile */
  .profile-wrapper { padding:0px 20px }
  .prolink {margin: 0px -20px}

  .probox .info .name { font-size:4.6vw }
  .probox .info .levelbar, .proinfo .proinfo-details div small { font-size:2.2vw }
  .probox .info .target { font-size:2.4vw }
  .probox .info .levelbar .levbar { height:60% }

  .proeve a, .proinfo .probals .label, .proinfo .probals .amount i, .proinfo .proinfo-details div span, .prolink a span { font-size:3.6vw }
  .proeve a img { max-height:10vw }
  .proextra a img { max-height: 8vw }
  .proextra a { font-size:2.2vw; gap:2px }
  .proinfo .probals .amount span { font-size:7vw }
  .prolink a i { font-size:3.2vw }

  .proinfo .vip {width: auto; display: block;}

  .anncon { flex-direction:column }
  .anncon .nav { max-width:none; margin-right:0; margin-bottom:2vw; height:auto }
  .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:-6% }
  .annpagi .pitem { width:3vw; height:3vw; font-size:2vw }

  .mob-evebanner { display: block; height:12vw}
	
	.withapps {  }
	.withapps .sidebar { top:12vw }
	.withapps .wrapper { margin-top:27vw }


  .vipinfo .ccon .t { font-size:4.6vw }
  .vipinfo .iimg { margin: -3% 0 0 -8%; }
  .vipinfo .iimg span { font-size:3vw }
  .vipinfo .lnext span { font-size:2.4vw }
  .vipinfo .lnext i, .vipinfo .lnext small { font-size:1.6vw }
  .vipinfo .levelbar .levmsg, .vipinfo .iimg small, .vipinfo .ccon .b
  { font-size:2.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;}

  .inboxes .iin .label { font-size:3.6vw }

  .bcats { padding:2vw 1vw }
  .bcats .iimg { max-width:8vw }
  .bcats .ttext small { font-size:2.2vw; }
  .bcats .ttext span { font-size:3.6vw;}

  .btrans-table table { font-size: 2.2vw }
  .btrans-table table thead { font-size:2.6vw; }
  .btrans-table table th, .btrans-table table td { padding:1vw }
  .btrans-table table tr {vertical-align: top;}
  .btn-claim { font-size: 2.2vw }

  .float-icon{
    display: none;
  }

  .ambassbox .top { padding:20px; flex-direction: column; }
  .ambassbox .frames { flex-direction: column; padding: 0 20px; }
  .amb-intro { margin-top: -120px;}

}

/* @media screen and (max-width: 818px) and (min-width: 681px)  {
  .respon-width{
    width: 80% !important;
  }
} */
@media screen and (max-width: 882px) and (min-width: 681px)  {
  .respon-width{
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 681px) and (max-height: 600px) {
  .float-icon img{
    max-width: 60px;
  }
}
/* .respon-width{
  width: 100%;
} */


/* 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;
  border: 2px #7485FC solid;
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
  -moz-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
  box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
  background-color: #17013278;
  table-layout: fixed;
  word-wrap: break-word;
}

/* .promo-content > table, th, td {
  border: 1px solid white;
} */

.promo-content th {
  color: #b27be8 !important;
  font-weight: bold;
  border-bottom: 2px #7485FC solid;
  padding: 7px 0;
  font-size: 0.6rem;
  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 {
  color: #d8b0ff;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 20px;
  font-weight: bold;
}


/* 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;
}
.grayscale{
	filter: grayscale(1);
}

.no-promo{
  height: 60px;
  line-height:50px
}

/* custom radio button */
.button-radio {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0;
  cursor: pointer;
}

.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;
}

.profile {
  font-size: 30px;
  color: #636363;
  margin-right:6px;
  max-width: 30px;
}
.username {
  color: #9929ea;
}
.balance {
  color: #fff000;
}
.balance i { 
  color:#636363; 
  margin-left: 5px;
}

@media screen and (max-width: 1440px) and (min-width: 681px)  {
  .c-height{
    line-height: 27px !important;
  }
}

@media only screen and (max-width: 479px) {
  .realtime-trans .tt {
      height: 40px
  }
}

@media screen and (min-width: 681px){
  .gbox-menu-wrap{
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .gbox-search-box .search-games .form-control {
    padding:0px 12px 0 30px;
    height:38px;
  }
  .iicon{
    position: absolute;
    width: 30px;
    padding: 5px;
  }
  .search-games input{
    border-color: transparent;
    background: #30013f;
    border-radius: 16px;
  }
  .search-games .form-control:focus{
    border-color: #9601e1;
  }
  .annimg{
    max-height: 365px;
  }

  .anncon .nav{
    flex-direction: column;
  }
  .anncon .nav .nav-link{
    min-width: 245px; 
  }
}


/* 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;
}



.u-lvl{
  background: #8440ee!important;
  border-radius: 50px;
  padding: 5px;
}

.lvl-img{
  width: 45px;
}

.lang-option{
  border: 2px solid #9601e1;
  padding: 5px;
}

.close-button{
  z-index: 1;
  color: #fff;
  top: 10px;
  right: 10px;
}