@import url('https://fonts.googleapis.com/css2?family=Mogra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap');
body {
  background: rgb(255, 255, 255);
  font-family: 'Kanit', sans-serif;
  position: relative;
  color: #fff;
  overflow-x: hidden;
}



/* width */

::-webkit-scrollbar {
  width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


/* Handle */
/* เปลี่ยน scrollbar */
::-webkit-scrollbar-thumb {
  background: #5e61ff;
  border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #c0ff9b;
}
label {
  color: white;
  background: #d21a1a; /*เปลี่ยน สีกรอบหน้า login #7c30a1;*/
  padding: 2px 15px;
  border-radius: 10px;
}
footer {
  background-color: #800000;
  color: white;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.bgback{
  /*เปลี่ยนสี ข้อมูลส่วนตัว*/
  background: radial-gradient(100% 100% at 50% 0,#001278 0,#080078 44%,#020078 100%);
  max-width: 500px;
  border-radius: 5px;
  margin: 5px auto;
  box-shadow: 0 0 0 3px #efe08b;
  color: white;
}

.boxcolor {
  background: rgba(245, 134, 134, 0.2);
  box-shadow: 0 2px 20px rgb(82, 32, 32), 0 1px 2px hsl(0, 51%, 36%);
}

@media (max-width: 768px) {
  .boxcolor {
    background: #4c4c4c00;
  }
}

.mcolor {
  background: linear-gradient(170deg, #fee37b 0%,#925a06 100%);
}

.bkcolor {
  background: #1316bd; /*เปลี่ยน สีกดสมัครสมาชิก #462766;*/
}

.bkcolor:hover {
  background: #1316c2;  /*เปลี่ยน #9b3ee2;*/
}
.tmcolor{
 color: #ff5858;
 
}



/* เปลี่ยนสี bg บน */

.hitopjikko{
  position: absolute;
  height: 650px;
  background: radial-gradient(100% 100% at 50% 0, rgb(0, 4, 232) 0, rgb(14, 2, 187) 44%, rgb(10, 4, 96) 100%), linear-gradient(90deg, rgb(22, 0, 147), rgb(0, 15, 147) 31.53%, rgb(15, 0, 147) 64.87%, rgb(15, 0, 147));
  width: 100%;
  /*background-image: url(../images/bg/custom_bg9.jpg);*/
  background-size: cover;
  background-position: top;
  background-repeat: repeat;
}

@media(max-width: 768px) {
  .hitopjikko {
    width: 100%;
    height: 100vh;
    position: absolute;
  }
}

.bottomwhite{
  width: 100%;
  position: absolute;
  bottom: -20vw;
}


.containinlogin {
  padding: 0 30px;
  margin: 0 auto;
  color: #ddd;
}
.loginform01{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px #a9a9a9;
  border: none;
  padding: 15px;
  border-radius: 30px;
  color: black;
  padding-left: 35px;
}
.loginform01:read-only {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8f8f8;
  border: none;
  border-radius: 30px;
  color: darkgrey;
  padding-left: 35px;
}


.iconlogin {
  color: #326a99;
  position: absolute;
  margin-top: 15px;
  margin-left: 12px;
}

.loginform01::placeholder {
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}

.loginform01:focus {
  background: #dfdfdf;
  border: none;
  color: black;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-background: #1e1c38b8;
  -webkit-box-shadow: 0 0 0px 1000px #ffffffb8 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.fas.fa-undo{
  cursor: pointer;
}
.colorbtn01 {
  width: 50%;
  max-width: 300px;
  min-width: 250px;
  border: none;
  color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
}

.logologin {
  text-align: center;
  padding: 10px;
  font-size: 50px;
  color: #ffd400;
  margin-bottom: 15px;
  font-family: 'Mogra', cursive;
}
.logologin img{
  height: 150px;
}

.containlogin {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.containall {
  padding-bottom: 10px;
}

.contentmain {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  transition: .3s;
}

@media(max-width: 768px) {
  .contentmain {
    margin-top: 0px;
    border-radius: 0;
    box-shadow: 0 0 0 0 black;
  }
  .hitopjikko {
    position: absolute;
    height: 490px;
    width: 100%;
  }
}

/* Mochi Add*/
.SlideMessage {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: auto;
  border-radius: 50px;
  padding-bottom: 10px;
  position: relative;
  transition: .3s;
}

@media(max-width: 768px) {
  .SlideMessage {
    margin-top: -10px;
    border-radius: 0;
    box-shadow: 0 0 0 0 black;
  }
}

@media(max-width: 599px) {
  .SlideMessage {
    margin-top: -80px;
    border-radius: 0;
    box-shadow: 0 0 0 0 black;
  }
}

@media(max-width: 479px) {
  .SlideMessage {
    margin-top: -150px;
    border-radius: 0;
    box-shadow: 0 0 0 0 black;
  }
}



.containregister {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.needregister {
  width: 50%;
  max-width: 300px;
  min-width: 250px;
  text-align: center;
  border-radius: 10px;
  padding: 11px 0;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
}



.bankselectpopup{
 display: none;
 position: fixed;
 height: 500px;
 max-width: 400px;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 margin: auto auto;

}
.inbankselectpopup{
  height: 500px;
  width: 100%;
  overflow: auto;
  box-shadow: 0 0 20px 1px #000;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  overflow: auto;
  animation: showbank .5s ease 0s normal none;
}
.closeanimationselectbank{
  animation: showbankclose .5s ease 0s normal none;
}

.btnclosebankselect{
  position: absolute;
  right: 30px;
  top: 3px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  padding: 0 7px;
  background:  #ed2638;
  color: white;
  transition: .3s;
}
.bankselectpopup img{
  width: 70px;
}
.bankselectpopup table{
  width: 100%;
  text-align: center;
}
.bankselectpopup td{
  padding: 10px;
  width: 50%;

}
.selectbank{
  cursor: pointer;
}
@keyframes showbank {
  0.0%{
    transform: scale(0.1);
  }
  100%{
    transform: scale(1) translate(0px,0px);
  }
  50.3%{
    transform: translate(0px,-100px);
  }
  74.9%{
    transform: scale(1) translate(0px,0px);
  }
}

@keyframes showbankclose {
  0.0%{
   transform: scale(1) translate(0px,0px);
 }
 100%{
   transform: scale(0.1) translate(-900px,0px);
 }

}




.textlogin {
  text-shadow: 0 0 black;
  color: #fff;
  font-size: 35px;
  font-family: 'Mogra', cursive;}

  .linebtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }

  .tdstepregister {
    width: 25%;
    background: #c92b0f; /*เปลี่ยน regis background: #8642c2;*/
    padding: 10px 0;
  }

  .tdstepregister b {
    background: #238d17; /*เปลี่ยน กรอบเลข regis #4d2f7c;*/
    padding: 0 9px;
    border-radius: 20px;
  }

  .tdstepregister.active b {
    color: black;
    font-weight: bold;
    background: #ffffff;
  }

  .tdstepregister span {
    font-size: 14px;
  }

  .btnofregister {
    margin-top: 40px;
    white-space: nowrap;
  }

  .tdbtnregister {
    width: 50%;
    padding: 0 10px;
  }

  .btnbackregister {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    color: white;
  }

  .btnnextregister {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    color: white;
  }

  .slideto {
    animation: slidenextregister .2s ease 0s normal none;
  }

  .showanimate {
    animation: slidenextcontent .2s ease 0s normal none;
  }

  .giftanimate {
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: -15px;
    left: 5vw;
  }
  @keyframes x-cloud-mover-item-1 {
    0.0%{
      transform: translate(-20px,0px);
    }
    100%{
      transform: translate(-20px,0px);
    }
    50.1%{
      transform: translate(20px,0px);
    }
  }

  @media (max-width: 1200px){
    .giftanimate {
      position: absolute;
      z-index: 1;
      width: 15vw;
      bottom: -15px;
      left: 2vw;
    }
  }
  @media (max-width: 965px){
    .giftanimate {
      display: none;
    }
  }


  @media (max-width: 768px) {
    .slideto {
      animation: slidenextregistermobile .2s ease 0s normal none;
    }
    .showanimate {
      animation: slidenextcontentmobile .2s ease 0s normal none;
    }
  }

  @keyframes slidenextregister {
    0.0% {
      transform: translate(100px, 0px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  @keyframes slidenextregistermobile {
    0.0% {
      transform: translate(10px, 0px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  @keyframes slidenextcontent {
    0.0% {
      transform: translate(0px, -50px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  @keyframes slidenextcontentmobile {
    0.0% {
      transform: translate(0px, -50px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }


  /* Style the tab content */

  .tabcontent {
    display: none;
    padding: 5px;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s;
  }


  /* Fade in tabs */

  @-webkit-keyframes fadeEffect {
    0.0% {
      transform: translate(0px, -50px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  @keyframes fadeEffect {
    0.0% {
      transform: translate(0px, -50px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  .checkfinish {
    font-size: 60px;
    color: #ffe61a;
  }

  .finishregister {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
  }

  .finishregister span {
    font-size: 30px;
    color: #ffffff;
  }

  .imganimationlogin {
    max-width: 250px; 
    margin: 15px 0;
    height:auto; 
  }

  .headmain {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
    color: white;
  }

  .headmain span {
    font-size: 13px;
    color: #fff;
  }

  .logoutbtn {
    border-radius: 20px;
    border: none;
    padding: 3px 6px;
    white-space: nowrap;
    font-size: 20px;
    background: #238d17; /*เปลี่ยน ปุ่ม logout*/
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
  }

  .logoutbtn:hover {
    color: white;
    text-shadow: 0 0 5px white, 0 0 10px red, 0 0 20px red, 0 0 30px red;
  }

  .containmoney {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    /* padding: 10px;
    padding-bottom: 14px; */
    margin-top: 10px;
    padding-bottom: 3px;
    border-radius: 30px;
    white-space: nowrap;
    color: white;
    box-shadow: 0 0 15px #00000070;
    font-weight: bold;
    position: relative;
    z-index:20;
  }
.containmoney::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1111;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 20px;

  /* เปลี่ยน ช่องสีเครดิตของคุณ */
    background-image: radial-gradient(100% 100% at 50% 0,#463bdd 0,#0004ff 44%,#080078 100%),linear-gradient( 180deg,#595aa7 -30%,#a9b0f2 22%,#302eb4 72%,#8073f1 112%);
    background-size: cover;
    background-origin: border-box;
    background-clip: content-box,border-box;
    box-shadow: 0 0 10px #00000057;
}

  .fal.fa-wallet {
    font-size: 45px;
    color: #ffffff;
    border-radius: 50px;
    padding: 11px 12px;
    box-shadow: 0 0 0 1px #9cd7f9;
    text-shadow: 0 0 15px #fff, 0 0 20px #ffffff;
  }

  .btnfriend,
  .btncommis {
    width: 90%;
    border: none;
    border-radius: 10px;
    padding: 5px 0;
    color: white;
  }

  .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0 / 0%);
    border-top: 1px solid rgb(0 0 0 / 0%);
  }

  .menucontain {
    text-align: center;
  }

  .tdgridicon {
    padding-top: 20px;
    width: 25%;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    
     /* Will override color (regardless of order) */
  }
  .tdgridicon a{
    color: #c3c3c3;
    text-decoration: none;
  }
  .tdgridicon:hover a{
    color: #c3c3c3;
    text-decoration: none;
  }
  .tdgridicon span{
    cursor: pointer;
  }

  .tdgridicon i {
        font-size: 40px;
    margin-bottom: 5px;
    /*เปลี่ยน สีปุ่ม*/
    background: linear-gradient(rgb(54, 197, 67), rgb(21, 105, 8));
    color: rgb(255, 255, 255);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding-left: 1px;
    padding-top: 7px;
    cursor: pointer;
    text-shadow: none;
    box-shadow: 0 0 0 3px #ffffff;
  }

  .tdgridicon i:hover {
    background: linear-gradient(180deg,#fffb76,#e9ad26);
  }

  .containprocess {}

  .copybtn {
    border: none;
    margin-top: 5px;
    border-radius: 3px;
    height: 25px;
    color: white;
    font-weight: bold;
  }

  .friendlink {
    width: 100%;
    color: #ebc468;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    background: #1c2233;
  }

  .pcfriendback {
    margin-top: 20px;
    font-size: 17px;
  }



  /*Friend------------------------------------------------------------*/
  .containfriend {
   width: 100%;
   max-width: 500px;
   margin: 0 auto;
   padding: 0 10px;
 }
 .wrapgrid001 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  padding: 0 10px;
}
.inwrapgrid001 {
  padding: 0 5px;
  margin-top: 5px;
}
.ininwrapgrid001.active {
  background: linear-gradient(170deg, #d037ec 0%,#a917f5 100%);
}

.ininwrapgrid001 {
  background: #35303a;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  height: 90px;
  max-width: 90px;
  margin: 0 auto;
  padding: 5px 0;
}
.moneycontainaf {
  width: 100%;
  background: radial-gradient(100% 100% at 50% 0,#ddb0ff 0,#b047ff 44%,#652895 100%);
  border-radius: 20px;
  margin-top: 8px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 30px 40px;
  box-shadow: 0 0 5px 0 #6f6f6f;
}
.fas.fa-users-crown {
  font-size: 45px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 5px;
  box-shadow: 0 0 0 1px #ffffff80;
}
.countearnmoney {
  padding: 0 5px;
  font-size: 11px;
  background: #101525;
  border-radius: 20px;
  color: #fff;
}
.containlinkcopy {
  margin-top: 5px;
}
.friendlink {
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  border: none;
  background: #101525;
}
.btnfriendback02 {
  background: #ba26f0;
  font-size: 13px;
  border: none;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  padding: 0 0;
  width: 70px;
  cursor: pointer;
}
.detailaf {
  padding: 5px 10px;
  font-size: 15px;
  background: #d357ff;
  border-radius: 4px;
  color: #fff;
}
.indetail {
  font-size: 16px;
  color: #000000;
  margin-top: 0;
  background: #00000024;
  padding: 15px 5px;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 15px;
  margin-top: -15px;
}
.alert01 {
  margin: 0;
  padding: 6px 16px;
  border: 0;
  font-size: 13px;
  border-radius: 6px;
}
.friendcontent{
  display: none;
  -webkit-animation: fadeEffect .3s;
  animation: fadeEffect .3s;
}
#withdrawfriend{
  height: 10px;
  position: relative;
}
.btn-grad{
  background: linear-gradient(170deg, #379dec 0%,#065792 100%);
  border-radius: 5px;
  text-shadow: 0 0 5px white, 0 0 5px white;
  border: none;
  color: white;
  margin-top: -15px;
  padding: 5px 10px;
}
.btn-grad:hover{
  text-shadow: 0 0 5px white, 0 0 5px gold , 0 0 10px gold;

}

.divoffriends{
  text-align: center;
  background: #00000024;
  border-radius: 20px;
  margin-top: -5px;
  height: 330px;
  overflow: auto;
  padding: 0 10px;
  padding-top: 10px;
}
.wranningwd {
  margin: 10px 0;
  position: relative;
  text-align: left;
  color: white;
  font-size: 12px;
}
.btnfriendback02{
  white-space: nowrap;
}
/* End Friend------------------------------------------------------------*/










.moneyfriend {
  padding: 20px 20px;
  margin-top: 15px;
  background: radial-gradient(100% 100% at 50% 0,#ddb0ff 0,#b047ff 44%,#652895 100%);
  border-radius: 15px;
  -moz-box-shadow: 0 0 0 1px #a99871;
}

.wraper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  padding: 10px 0;
}

.ingrid {
  font-size: 13px;
}

.headerprocess {

  margin-top: 15px;

  text-align: center;

  font-size: 30px;

  font-weight: bold;

  color: #ffffff;
}
.headerprocess img{
  width:100%;
  max-width:250px;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(0 0 0));
}
.headerprocess i {
  text-shadow: 0 0 0 black;
  color: #fff;
  font-size: 23px;
}
.flickity-button {
  position: absolute;
  background: hsl(0deg 0% 21% / 0%);
  border: none;
  color: #fff;
  outline: none;
  width: 50px;
}

.flickity-prev-next-button.next {
  right: 0px;
}

.flickity-prev-next-button.previous {
  left: 0px;
}


.flickity-button:hover{
  background: hsl(0deg 0% 21% / 0%);
}
.carousel2 {
  margin-top: 30px;
}
.flickity-page-dots .dot{
  background: #ff6464;
}

@media (max-width: 590px){
  .carousel-cell img {
    width: 85%;
    border-radius: 10px;
  }
}
@media (max-width: 510px){

 .carousel-cell img {
  width: 80%;
  border-radius: 10px;
}
}

/*@media(max-width: 768px){
  .carousel{
    padding: 0 10px;
  }
  }*/

  .backtohome {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 15px;
    color: #404e67;
    background: #f1f6fa;
    padding: 5px 0;
    padding-left: 20px;
    border-radius: 10px;
  }

  .homebtn {
    font-size: 25px;
  }

  .textfriend {
    font-size: 20px;
  }

  @media(max-width: 768px) {
    .textfriend {
      font-size: 15px;
    }
  }

  .wrapermenucon {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .wrapper-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1000;
    transition: all .5s;
  }

  .wrapper-menu2 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
  }

  .wrapper-menu.hamopen {
    position: fixed;
    left: 200px;
    top: 8px;
  }

  .line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: lineone 2s ease 0s infinite normal none;
  }

  @keyframes lineone {
    0.0% {}
    50.1% {
      transform: scale3d(1.2, 1, 1) translate(-10px);
    }
  }

  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
    animation: linetwo 2s ease 0s infinite normal none;
  }

  @keyframes linetwo {
    0.0% {}
    50.1% {
      transform: scale3d(.8, 1, 1) translate(10px);
    }
  }

  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: linetree 2s ease 0s infinite normal none;
  }

  @keyframes linetree {
    0.0% {}
    50.1% {
      transform: scale3d(1.2, 1, 1) translate(-10px);
    }
  }

  .open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
  }

  .open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
  }

  .open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
  }

  @keyframes yourAnimation {
    0.0% {}
    50.1% {}
  }

  .myAlert-top {
    position: fixed;
    top: 50%;
    left: 0%;
    right: 0%;
    width: 150px;
    text-align: center;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
    color: white;
  }

  .alert {
    display: none;
  }

  .tablewd01 {
    width: 100%;
    max-width: 500px;
  }

  .wdsec02 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    padding: 20px;
    border-radius: 15px;
    /*เปลี่ยนสี profile*/
    background: radial-gradient(100% 100% at 50% 0,#b8b0ff 0,#5947ff 44%,#382895 100%);
    -moz-box-shadow: 0 0 0 1px #ffae00;
    box-shadow: 0 0 3px 2px #f1f6fa;
  }

  @media (max-width: 430px) {
    .wdsec02 {
      font-size: 4vw;
    }
  }

/*Add NAV bar Mochi ---------------------------------------*/
.navbarmain .logo img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(0 0 0));
}

.menuicon {
  margin-left: auto;
  transition: all .3s;
  margin-right: 235px;
}

.menuicon.animate__slideInDown {
  --animate-duration: 0.5s;
}

.menuicon ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.menuicon ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menuicon ul li a {
  width: fit-content;
  padding: 0 15px;
  max-width: 95px;
  height: 90px;
  padding: 0 2px 2px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient( 180deg, #3a3a3a, #101010), linear-gradient( 180deg, #b479ff, #151515);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  transition: all .3s;
}

.menuicon ul li a:hover,
.menuicon ul li.current_page_item a {
  background-image: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%), linear-gradient(180deg, #7636c4, #ffc107);
}

.menuicon ul li img {
  width: 45px;
  display: block;
  margin: 0 13px;
  transition: all .3s;
  padding: 0 !important;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(18 18 18));
}

.menuicon ul li a .menu-image-title-after.menu-image-title {
  padding: 0 !important;
}

  /*History---------------------------------------*/

  .headdeposit {
    background: #ffffff73;
    padding: 10px 0px;
  }

  .headwithdraw {
    background: #dddddd57;
    padding: 10px 0px;
  }

  .headdeposit button {
    background: linear-gradient(180deg,#d091ff,#9240d1);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 10px;
    transition: .3s;
  }

  .headwithdraw button {
    background: linear-gradient(180deg,#f27f7f,#b30000);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 10px;
    transition: .3s;
  }

  .headdeposit.active button {
    box-shadow: 0 0 0 2px #daaaff;
  }

  .headwithdraw.active button {
    box-shadow: 0 0 0 2px #d05858;
  }

  #deposithis,
  #withdrawwhis {
    text-align: center;
    /* margin-top: 10px;
    padding: 0 10px; */
  }

  #deposithis {
    animation: historyplusanimate .2s ease 0s normal none;
  }

  #withdrawwhis {
    animation: historyminusanimate .2s ease 0s normal none;
  }

  @keyframes historyplusanimate {
    0.0% {
      transform: translate(-20px, 0px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  @keyframes historyminusanimate {
    0.0% {
      transform: translate(20px, 0px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  .containloophisdps {
    padding-bottom: 90px;
    /* height: 500px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 10px #7c7c7c; */
  }


  /* width */

  .containloophisdps::-webkit-scrollbar {
    width: 3px;
  }


  /* Track */

  .containloophisdps::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }


  /* Handle */

  .containloophisdps::-webkit-scrollbar-thumb { /*Mochi*/
    background: #36ff00;
    border-radius: 10px;
  }


  /* Handle on hover */

  .containloophisdps::-webkit-scrollbar-thumb:hover {
    background: #a5ffaa;
  }

  .containloophiswd {
    padding-bottom: 90px;
    /* height: 500px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 10px #7c7c7c; */
  }


  /* width */

  .containloophiswd::-webkit-scrollbar {
    width: 3px;
  }


  /* Track */

  .containloophiswd::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }


  /* Handle */

  .containloophiswd::-webkit-scrollbar-thumb {
    background: #d05858;
    border-radius: 10px;
  }


  /* Handle on hover */

  .containloophiswd::-webkit-scrollbar-thumb:hover {
    background: #d05858;
  }

  .historyofdps {
    background: radial-gradient(100% 100% at 50% 0, #5e9771 0, #245e46 44%, #0a4712 100%); /*Mochi  Bg history deposit */
    border-radius: 10px;
    padding: 10px;
    margin-top: 13px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
  }

  .historyofwd {
    background: linear-gradient(180deg,#f52867 0,#bf001d);
    border-radius: 10px;
    padding: 10px;
    margin-top: 13px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
  }

  .statushistory {
    margin-top: -10px;
  }

  .statushistory span {
    color: white;
    font-size: 13px;
    background: #619d61;
    padding: 0 5px;
    border-radius: 3px;
    border-top-left-radius: 10px;
  }

  .spanofbankhis {
    font-size: 15px;
  }
  .prohistory{
    font-size:12px;
  }
  .aftercradithis{
    font-size:11px;
    white-space: normal;
  }

  .backlogohis {
    width: 40px;
  }

  .moneyhisdps {
    font-size: 20px;
  }

  .plushis {
    color: #81e681;
    font-size: 20px;
  }

  .minushis {
    color: #ed7f7f;
    font-size: 20px;
  }

  @media(max-width: 600px) {
    .spanofbankhis {
      font-size: 3.5vw;
    }
    .prohistory{
      font-size:2.5vw;
    }
    .aftercradithis{
      font-size:2.5vw;
    }
    .backlogohis {
      width: 40px;
    }
    .moneyhisdps {
      font-size: 4vw;
    }
    .minushis {
      font-size: 3vw;
    }
    .plushis {
      font-size: 3vw;
    }
  }


  /*History---------------------------------------*/


  /*gaming---------------------------------------*/

  .gameingtd {
    width: 25%;
    text-align: center;
    padding: 5px;
  }

  .gameingtd div {
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
  }

  .tablinkgame.active {
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px 1px #ffffff;
    background: radial-gradient(100% 100% at 50% 0,#ddb0ff 0,#b047ff 44%,#652895 100%);
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
  }


  /* Style the tab content */

  .tabgame {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadegame .3s;
    animation: fadegame .3s;
  }


  /* Fade in tabs */

  @-webkit-keyframes fadegame {
    0.0% {
      transform: translate(0px, -10px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  @keyframes fadegame {
    0.0% {
      transform: translate(0px, -10px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }

  .gridofgame {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ingridgame {
    text-align: center;
    padding: 3px;
  }

  .ingridgame a{
    text-decoration: none;
    color:white;
  }
  .ingridgame a:hover{
    color:white;
    text-shadow: 0 0 5px white, 0 0 20px white;
  }

  .ingridgame img {
    height: 70px;
  }

  .iningridgame {
    background: linear-gradient(170deg, #874fd2 0%,#3d1193 100%);
    border-radius: 10px;
    padding: 5px 0;
    white-space: nowrap;
    cursor:pointer;
  }
  .iningridgame:hover {
    background: linear-gradient(170deg, #af48ff 0%,#67299a 100%);
  }




  /*gaming---------------------------------------*/

  .cashbmoney {
    width: 50%;
    color: #efdb8f;
    font-size: 30px;
  }

  .btncashback02 {
    font-size: 15px;
    border: none;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    padding: 10px 0;
    width: 120px;
  }

  .pccashback {
    margin-top: 20px;
    font-size: 17px;
  }


  /* Slip---------------------------------*/

  .slipimage {
    text-align: center;
    margin-top: 15px;
    background: linear-gradient(107deg, rgb(42 44 56) 0%, rgb(46 55 87) 100%);
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    box-shadow: 0 0 0 1px #a99871;
    border-radius: 15px;
    margin-top: 20px;
  }

  .infoslip {
    background: white;
    padding: 20px 10px;
    border-radius: 5px;
  }


  /* Slip---------------------------------*/

  .pdingaccord {
    padding: 10px 20px;
  }

  .accordion {
    background: linear-gradient(170deg, #fee37b 0%,#925a06 100%);
    color: white;
    cursor: pointer;
    margin-bottom: 5px;
    height: 80px;
    width: 100%;
    max-width: 500px;
    padding: 0px 20px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border-radius: 10px;
    box-shadow: 0 0 3px 0px #8989d5;
    outline: none;
  }

  .accordion.active {
    background: linear-gradient(170deg, #fff1ba 0%,#925a06 100%);
    color: white;
    box-shadow: 0 0 3px 2px #dec387;
  }

  .accordion:focus {
    outline: none;
  }

  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .accordion.active:after {
    content: "\2212";
  }

  .panel {
    color: black;
    padding: 0 18px;
    font-weight: bold;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .accordion-div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }

  .copybutton {
    background: #1b1f22;
    font-size: 13px;
    border-radius: 10px;
    margin: 2px 10px;
    border: none;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    outline: none;
    box-shadow: 0px 0px 0px 1px #5d9aa4, 0px 0px 5px 1px black;
  }

  .rulewd {
    width: 100%;
    background: rgb(191, 26, 26);
    background: linear-gradient(277deg, rgba(191, 26, 26, 1) 0%, rgba(78, 27, 27, 1) 100%);
    box-shadow: 0 0 10px black;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
  }

  .rulebox {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    color: white;
    font-size: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(332deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 20px;
    padding: 10px;
  }

  .tdbank {
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
  }

  .tdbank:hover {
    background-color: #ccc;
  }

  .tabletruewallet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .righttopmain {
    padding-right: 10px;
  }

  .bglangbtn 
  {  padding: 5px;
    border-radius: 20px;
  }

  .languagebtn {
    width: 25px;
    margin-top: -10px;
    cursor: pointer;
  }
  .paddinglefttop{
    padding-left: 0;
  }

  @media(max-width: 550px){
    .paddinglefttop{
      padding-right: 10px;
    }
  }

  /*Promotion----------------------------------------------------------*/

  .containpromotion {
    position: relative;
  }

  .swiper-container {
    width: 90%;
    max-width: 1000px;
    height: 650px;
    padding-top: 10px;
    padding-bottom: 50px;
    white-space: nowrap;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px rgb(224 187 101), 0 0 0 10px rgb(68 68 134);
  }

  .swiper-slide.swiper-slide-active {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px rgb(224 187 101), 0 0 0 10px rgb(68 68 134);
    margin-top: 20px;
  }

  .detailpro {
    display: none;
  }

  .swiper-slide.swiper-slide-active .detailpro {
    position: absolute;
    width: 450px;
    left: -80px;
    margin: 0 auto;
    bottom: -90px;
    line-height: 30px;
    font-size: 20px;
    display: block;
  }

  .btnbonus {
    font-size: 20px;
    border-radius: 10px;
    padding: 15px;
    border: none;
    color: white;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0px 0px 0px 2px #e0bb65, 0px 0px 5px 1px black;
    font-weight: bold;
    outline: none;
    transition: .4s;
  }

  .btnbonus:hover {
    font-size: 23px;
    color: white;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px #e8c675, 0 0 20px #e8c675, 0 0 30px #e8c675;
  }

  .btnnext {
    padding: 50px 10px;
    margin-top: -190px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 6px #e0ba65;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 25px;
    color: white;
    z-index: 999;
    border: none;
  }

  .btnnext:hover {
    font-size: 25px;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px gold, 0 0 20px gold, 0 0 30px gold;
  }

  .btnnext.swiper-button-disabled {
    opacity: .5;
  }

  .btnnext.swiper-button-disabled:hover {
    opacity: .5;
    text-shadow: 0 0 0 white;
  }

  .btnprev {
    padding: 50px 10px;
    margin-top: -190px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 6px #e0ba65;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 25px;
    color: white;
    z-index: 999;
    border: none;
  }

  .btnprev:hover {
    background: #9c50e9;
    font-size: 25px;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px gold, 0 0 20px gold, 0 0 30px gold;
  }

  .btnprev.swiper-button-disabled {
    opacity: .5;
  }

  .btnprev.swiper-button-disabled:hover {
    opacity: .5;
    text-shadow: 0 0 0 white;
  }

  @media (max-width: 959px) {
    .swiper-slide {
      width: 300px;
      height: 300px;
    }
    .swiper-slide.swiper-slide-active {
      width: 300px;
      height: 300px;
      margin-top: 20px;
    }
    .btnnext {
      margin-top: -170px;
    }
    .btnprev {
      margin-top: -170px;
    }
    .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 400px;
      left: -50px;
      margin: 0 auto;
      bottom: -90px;
      line-height: 30px;
      font-size: 18px;
      display: block;
    }
    .swiper-container {
      height: 600px;
    }
  }

  @media (max-width: 765px) {
    .swiper-container {
      margin-top: -20px;
    }
    .swiper-slide {
      width: 300px;
      height: 300px;
    }
    .swiper-slide.swiper-slide-active {
      width: 300px;
      height: 300px;
      margin-top: 20px;
    }
    .btnnext {
      margin-top: -150px;
    }
    .btnprev {
      margin-top: -150px;
    }
    .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 400px;
      left: -50px;
      margin: 0 auto;
      bottom: -90px;
      line-height: 30px;
      font-size: 18px;
      display: block;
    }
    .swiper-container {
      height: 560px;
    }
  }

  @media (max-width: 643px) {
    .swiper-container {
      margin-top: -45px;
    }
    .swiper-slide {
      width: 250px;
      height: 250px;
      margin-top: 40px;
    }
    .swiper-slide.swiper-slide-active {
      width: 250px;
      height: 250px;
      margin-top: 40px;
    }
    .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 400px;
      left: -80px;
      margin: 0 auto;
      bottom: -90px;
      line-height: 30px;
      font-size: 18px;
      display: block;
    }
    .btnnext {
      margin-top: -140px;
    }
    .btnprev {
      margin-top: -140px;
    }
    .swiper-container {
      height: 530px;
    }
  }

  @media (max-width:512px) {
    .swiper-container {
      margin-top: -35px;
    }
    .swiper-slide {
      width: 230px;
      height: 230px;
    }
    .swiper-slide.swiper-slide-active {
      width: 230px;
      height: 230px;
      margin-top: 40px;
    }
    .btnnext {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .btnprev {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 360px;
      left: -70px;
      margin: 0 auto;
      bottom: -90px;
      line-height: 30px;
      font-size: 16px;
      display: block;
    }
    .swiper-container {
      height: 505px;
    }
  }

  @media (max-width:458px) {
    .swiper-container {
      margin-top: -35px;
    }
    .swiper-slide {
      width: 210px;
      height: 210px;
    }
    .swiper-slide.swiper-slide-active {
      width: 210px;
      height: 210px;
      margin-top: 40px;
    }
    .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 350px;
      left: -70px;
      margin: 0 auto;
      bottom: -90px;
      line-height: 30px;
      font-size: 15px;
      display: block;
    }
    .swiper-container {
      height: 480px;
    }
  }

  @media (max-width:401px) {
    .swiper-slide {
      width: 190px;
      height: 190px;
    }
    .swiper-slide.swiper-slide-active {
      width: 190px;
      height: 190px;
      margin-top: 40px;
    }
    .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 330px;
      left: -70px;
      margin: 0 auto;
      bottom: -90px;
      line-height: 30px;
      font-size: 14px;
      display: block;
      padding: 5px;
    }
    .btnnext {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .btnprev {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .swiper-container {
      height: 460px;
    }
  }



  /*Promotion----------------------------------------------------------*/









  .accountofuser {
   width: 310px;
   color: black;
 }
 .headeraccount{
  padding: 9px 0;
}
.headeraccount i {color: #ffffff;}
.trofaccount{
  border-bottom: 1px solid #a760fc;
  font-weight: bold;
  color: white;
}
/*-----------------------------------------*/



/* Footer Height---------------------*/
.heightmobile{
  height: 0;
}
@media (max-width: 885px){
  .heightmobile{
    height: 95px;
  }
}
/*End Footer Height ------------------------------------*/













/* bank select popup -------------------------------------*/


.closemodalalert{
  position: absolute;
  right: 0px; top: 0px;
  border: none;
  background:#9e3737;
  color: white;
  font-size: 20px;
  padding: 1px 10px;
  border-radius: 20px;
  padding-top: 2px;
}
.closemodalalert:hover{
  background:#f44040;
}
.bgalrtcontent{
  background: #212639;
  padding: 5px;
  box-shadow: 0 0 0 3px #f0c96f;
  border-radius: 10px;
}
.bgalrtcontent img{
  border-radius: 10px;
}
/* End bank select popup -------------------------------------*/




#swal2-title,#swal2-content{
  color: #ffffff;
}
#btn-changepassword{
  background-color: #2a2d3f;
  color:#ffffff;
}
#btn-changepassword:hover{
  background-color: #565b7b;
  color:#ffffff;
  text-shadow: 0 0 5px white;
}

a{
  text-decoration: none;
  color: #ffffff;
}
.card-footer{
  padding: .75rem 1.25rem;
  background-color: rgb(0 0 0 / 0%);
  border-top: 1px solid rgb(0 0 0 / 0%);
}



#loader {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin:auto auto;
  border: 9px solid #212538;
  border-radius: 50%;
  border-top: 9px solid #a10f11;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader img{
  animation: spin 2s infinite linear;
  animation-direction: reverse;
  position: absolute;
  filter: drop-shadow(0px 0px 5px #777);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin:auto auto;
  width:80%;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}










.containanimation{
  position: absolute;
  width: 100%;
  height: 100%;
}
.-bg-2 {
  margin-top: 150px;
  margin-left: -50px;
  width: 30%;
  -webkit-animation: x-bg-2 8s ease infinite;
  animation: x-bg-2 8s ease infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes x-bg-2 {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0)
  }
  50% {
    -webkit-transform: translate(30px, -5px) rotate(-5deg);
    transform: translate(30px, -5px) rotate(-5deg)
  }
  to {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0)
  }
}

.wordanimation{
  position: absolute;
  width: 25%;
  right: 0;
  top: 40px;
  opacity: .2;
  -webkit-animation: worldfloat 10s ease 0s infinite normal none;
  animation: worldfloat 10s ease 0s infinite normal none;
}

@keyframes worldfloat {
  0.0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50.1% {
    -webkit-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
  }
}


.night {
  top: 0;
  opacity: .2;
  position: fixed;
  width: 100%;
  height: 100%;
  transform: rotateZ(45deg);
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #ffffff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #8e5fff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffffff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - -35px);
  left: calc(50% - 171px);
  -webkit-animation-delay: 8883ms;
  animation-delay: 8883ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 8883ms;
  animation-delay: 8883ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -175px);
  left: calc(50% - 46px);
  -webkit-animation-delay: 4147ms;
  animation-delay: 4147ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 4147ms;
  animation-delay: 4147ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 143px);
  left: calc(50% - 19px);
  -webkit-animation-delay: 1625ms;
  animation-delay: 1625ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 1625ms;
  animation-delay: 1625ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 199px);
  left: calc(50% - 110px);
  -webkit-animation-delay: 5973ms;
  animation-delay: 5973ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 5973ms;
  animation-delay: 5973ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 183px);
  left: calc(50% - 128px);
  -webkit-animation-delay: 5975ms;
  animation-delay: 5975ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 5975ms;
  animation-delay: 5975ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 200px);
  left: calc(50% - 259px);
  -webkit-animation-delay: 9747ms;
  animation-delay: 9747ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 9747ms;
  animation-delay: 9747ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - 142px);
  left: calc(50% - 256px);
  -webkit-animation-delay: 9399ms;
  animation-delay: 9399ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 9399ms;
  animation-delay: 9399ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - 71px);
  left: calc(50% - 297px);
  -webkit-animation-delay: 4996ms;
  animation-delay: 4996ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 4996ms;
  animation-delay: 4996ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 113px);
  left: calc(50% - 295px);
  -webkit-animation-delay: 6090ms;
  animation-delay: 6090ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 6090ms;
  animation-delay: 6090ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -174px);
  left: calc(50% - 181px);
  -webkit-animation-delay: 8193ms;
  animation-delay: 8193ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 8193ms;
  animation-delay: 8193ms;
}


@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

@media (max-width: 767px){
  .-bg-2 {
    margin-top: 80px;
    margin-left: -50px;
    width: 50%;
    -webkit-animation: x-bg-2 8s ease infinite;
    animation: x-bg-2 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .wordanimation{
    position: absolute;
    width: 30%;
    right: 0;
    top: 40px;
    opacity: .2;
    -webkit-animation: worldfloat 10s ease 0s infinite normal none;
    animation: worldfloat 10s ease 0s infinite normal none;
  }

}


.tip {
  display:none;
  position:absolute;
  z-index:1000;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.25s, transform 0.25s;
  animation: qrcodeslide .5s ease 0s normal none;}
  @keyframes qrcodeslide {
    0.0%{
      transform: translate(150px,150px) scale(0);
    }
    100%{
      transform:translate(0,0px) scale(1);
    }
  }


  /* ALERT */

  .swiper-container-2{
    width: 100%;
    max-width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    overflow: auto;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .swiper-container-2 .swiper-slide{
    width: 89%;
    height: auto !important;
    box-shadow: 0 0 0;
    background-size: 100%;
    margin-top: 0 !important;
  }
  .swiper-container-2 .swiper-slide img{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .swiper-container-2 .swiper-button-next, .swiper-button-prev {
    transform: scale(.6);
    margin-top: -40px;
    font-weight: bold;
  }
  .swiper-pagination-bullet{
    background-color: #0a91ff;
    padding: 5px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .swiper-container-2 .swiper-button-next{
    right: 5px;
  }
  .swiper-container-2 .swiper-button-prev{
    left: 5px;
  }
  @media (max-width: 500px){
    .swiper-container-2 .swiper-slide{
      width: 85%;
      height: auto !important;
      box-shadow: 0 0 0;
      background-size: 100%;
      margin-top: 0 !important;
    }
  }
  /* END ALERT*/













  /*Event----------------------------------------------------------*/

  .containevent {
    position: relative;
    overflow: auto;
    overflow: hidden;
    margin-top: 15px;
  }

  .swiper-container-3 {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    height: 650px;
    padding-top: 10px;
    padding-bottom: 50px;
    white-space: nowrap;
  }

  .swiper-container-3 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px rgb(203 175 107), 0 0 0 10px rgb(45 52 79);
  }

  .swiper-container-3 .swiper-slide.swiper-slide-active {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px rgb(203 175 107), 0 0 0 10px rgb(45 52 79);
    margin-top: 0px;
  }

  .swiper-container-3 .detailpro {
    display: none;
  }

  .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
    position: absolute;
    width: 450px;
    left: -30px;
    margin: 0 auto;
    text-align: center;
    bottom: -190px;
    line-height: 30px;
    font-size: 20px;
    display: block;
  }

  .swiper-container-3 .btnbonus {
    font-size: 20px;
    border-radius: 10px;
    padding: 15px;
    border: none;
    color: white;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0px 0px 0px 2px #b59c60, 0px 0px 5px 1px black;
    font-weight: bold;
    outline: none;
    transition: .4s;
  }

  .swiper-container-3 .btnbonus:hover {
    font-size: 23px;
    color: white;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px #e8c675, 0 0 20px #e8c675, 0 0 30px #e8c675;
  }

  .btnnext2 {
    padding: 50px 10px;
    margin-top: -190px;
    box-shadow: 0 0 0 2px #c7aa69, 0 0 0 6px #1c1f22;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 25px;
    color: white;
    z-index: 999;
    border: none;
  }

  .btnnext2:hover {
    background: #262d47;
    font-size: 25px;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px gold, 0 0 20px gold, 0 0 30px gold;
  }

  .btnnext2.swiper-button-disabled {
    opacity: .5;
  }

  .btnnext2.swiper-button-disabled:hover {
    opacity: .5;
    text-shadow: 0 0 0 white;
  }

  .btnprev2 {
    padding: 50px 10px;
    margin-top: -190px;
    box-shadow: 0 0 0 2px #b59c60, 0 0 0 6px #1c1f22;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 25px;
    color: white;
    z-index: 999;
    border: none
  }

  .btnprev2:hover {
    background: #262d47;
    font-size: 25px;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px gold, 0 0 20px gold, 0 0 30px gold;
  }

  .btnprev2.swiper-button-disabled {
    opacity: .5;
  }

  .btnprev2.swiper-button-disabled:hover {
    opacity: .5;
    text-shadow: 0 0 0 white;
  }
  .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #b553ff;
  }

  @media (max-width: 959px) {
    .swiper-container-3 .swiper-slide {
      width: 400px;
      height: 300px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active {
      width: 400px;
      height: 300px;
      margin-top: 0px;
    }
    .btnnext2 {
      margin-top: -170px;
    }
    .btnprev2 {
      margin-top: -170px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 400px;
      left: -10px;
      margin: 0 auto;
      bottom: -190px;
      line-height: 30px;
      font-size: 18px;
      display: block;
    }
    .swiper-container-3 {
      height: 600px;
    }
  }

  @media (max-width: 765px) {
    .containevent {
      margin-top: 5px;
    }
    .swiper-container-3 {
      margin-top: -20px;
    }
    .swiper-container-3 .swiper-slide {
      width: 400px;
      height: 300px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active {
      width: 400px;
      height: 300px;
      margin-top: 0px;
    }
    .btnnext2 {
      margin-top: -150px;
    }
    .btnprev2 {
      margin-top: -150px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 400px;
      left: 0px;
      margin: 0 auto;
      bottom: -190px;
      line-height: 30px;
      font-size: 18px;
      display: block;
    }
    .swiper-container-3 {
      height: 560px;
      padding-top: 40px;
    }
  }

  @media (max-width: 643px) {
    .containevent {
      margin-top: -15px;
    }
    .swiper-container-3 {
      margin-top: -45px;
    }
    .swiper-container-3 .swiper-slide {
      width: 332px;
      height: 250px;
      margin-top: 40px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active {
      width: 332px;
      height: 250px;
      margin-top: 40px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 400px;
      left: -40px;
      margin: 0 auto;
      bottom: -190px;
      line-height: 30px;
      font-size: 18px;
      display: block;
    }
    .btnnext2 {
      margin-top: -140px;
    }
    .btnprev2 {
      margin-top: -140px;
    }
    .swiper-container-3 {
      height: 530px;
    }
  }

  @media (max-width:512px) {
    .containevent {
      margin-top: -25px;
    }
    .swiper-container-3 {
      margin-top: -35px;
    }
    .swiper-container-3 .swiper-slide {
      width: 305px;
      height: 230px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active {
      width: 305px;
      height: 230px;
      margin-top: 40px;
    }
    .btnnext2 {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .btnprev2 {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 360px;
      left: -30px;
      margin: 0 auto;
      bottom: -185px;
      line-height: 30px;
      font-size: 16px;
      display: block;
    }
    .swiper-container-3 {
      height: 505px;
    }
  }

  @media (max-width:458px) {
    .swiper-container-3 {
      margin-top: -35px;
    }
    .swiper-container-3 .swiper-slide {
      width: 220px;
      height: 166px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active {
      width: 220px;
      height: 166px;
      margin-top: 50px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 350px;
      left: -73px;
      margin: 0 auto;
      bottom: -180px;
      line-height: 30px;
      font-size: 15px;
      display: block;
    }
    .swiper-container-3 {
      height: 480px;
    }
  }

  @media (max-width:401px) {
    .swiper-container-3 .swiper-slide {
      width: 210px;
      height: 158px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active {
      width: 210px;
      height: 158px;
      margin-top: 50px;
    }
    .swiper-container-3 .swiper-slide.swiper-slide-active .detailpro {
      position: absolute;
      width: 330px;
      left: -70px;
      margin: 0 auto;
      bottom: -185px;
      line-height: 30px;
      font-size: 14px;
      display: block;
      padding: 5px;
    }
    .btnnext2 {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .btnprev2 {
      padding: 20px 10px;
      margin-top: -100px;
    }
    .swiper-container-3 {
      height: 460px;
    }
  }


/*Event----------------------------------------------------------*/

/*Footer*/

/* Line */
.linechatfixed img {
  width: 100%;
  max-width: 150px !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .linechatfixed {
    display: none;
  }
}
@media (max-height: 575px) {
  .linechatfixed img {
    position: relative;
    margin-top: 30px;
  }
}

/* Line */
/* Mochi 29-05-66 */
/* Footer Mobile */
#account-actions-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%
}
@media (min-width:768px) {
  #account-actions-mobile {
    display: none
  }
}
#account-actions-mobile .-register-btn {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  background: linear-gradient(180deg, #56ccf2, #2f80ed);
  border-radius: 15px 15px 0 0;
  text-align: center
}
#account-actions-mobile .-register-btn span {
  display: inline-block;
  color: #fff;
  background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #2f80ed), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
@media (max-width:991.98px) {
  #account-actions-mobile .-register-btn span {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
  }
}
@media (max-width:767.98px) {
  #account-actions-mobile .-register-btn span {
    width: 100%
  }
}
#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end
}
#account-actions-mobile .-left-wrapper,
#account-actions-mobile .-right-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1;
  z-index: 2;
  height: 70px;
  padding-bottom: 6px;
  background: linear-gradient(#262626, #030303);
  border-top: 3px solid #ff2a29;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
}
#account-actions-mobile .-center-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  padding-bottom: 8px;
  color: #fff;
  border-radius: 50%;
}
#account-actions-mobile .-center-wrapper .-selected,
#account-actions-mobile .-center-wrapper .-selecting {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center
}
#account-actions-mobile .-center-wrapper .-selected {
  transition: all .4s;
  background-size: 450px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 0 0;
  border-radius: 50%
}
.-selected img {
  width: 120px;
  max-width: inherit !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111111111;
  -webkit-filter: drop-shadow(0px 0px 12px rgb(0 0 0));
  filter: drop-shadow(0px 0px 12px rgb(0 0 0));
}
#account-actions-mobile .-center-wrapper .-selected.-slot {
  background-position: -93px 0
}
#account-actions-mobile .-center-wrapper .-selected.-skill-game {
  background-position: -188px 0
}
#account-actions-mobile .-center-wrapper .-selected.-sport {
  background-position: -282px -2px
}
#account-actions-mobile .-center-wrapper .-selected.-fishing-game {
  background-position: -378px 0
}
#account-actions-mobile .-center-wrapper .-selected .-text {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  text-shadow: 0 6px 5px rgba(0, 0, 0, .4);
  white-space: nowrap;
}
#account-actions-mobile .-center-wrapper .-selecting {
  display: none
}
#account-actions-mobile .-center-wrapper .-selecting .-text {
  font-size: .875rem;
  line-height: 16px;
  text-shadow: 0 6px 5px rgba(0, 0, 0, .4)
}
#account-actions-mobile .-center-wrapper .-selecting .-mark {
  position: relative;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px
}
#account-actions-mobile .-center-wrapper:hover {
  color: #fff;
  text-decoration: none
}
#account-actions-mobile .-fake-center-bg-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  overflow: hidden
}
#account-actions-mobile .-fake-center-bg-wrapper svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 108px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
#account-actions-mobile .-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient)
}
#account-actions-mobile .-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px
}
#account-actions-mobile .-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px
}
#account-actions-mobile .-sub-menu-lobby-wrapper {
  position: absolute;
  flex-direction: row;
  justify-content: center;
  visibility: hidden;
  top: -75px;
  left: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
  transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: all .2s
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-text {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}
@media (max-width:991.98px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-casino .-nav-icon-bg {
    background-position: 3px
  }
}
@media (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-casino .-nav-icon-bg {
    background-position: 0
  }
}
@media (max-width:991.98px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-slot .-nav-icon-bg {
    background-position: -73px
  }
}
@media (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-slot .-nav-icon-bg {
    background-position: -75px
  }
}
@media (max-width:991.98px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-nav-icon-bg {
    background-position: -147px
  }
}
@media (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-nav-icon-bg {
    top: -12px;
    background-position: -150px
  }
}
@media (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-text {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}
@media (max-width:991.98px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-sport .-nav-icon-bg {
    background-position: -221px
  }
}
@media (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-sport .-nav-icon-bg {
    background-position: -224px
  }
}
@media (max-width:991.98px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-fishing-game .-nav-icon-bg {
    background-position: -300px
  }
}
@media (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-fishing-game .-nav-icon-bg {
    background-position: -303px
  }
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 66px;
  height: 66px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #393854, #131228);
  border: 1px solid hsla(0, 0%, 100%, .6);
  border-radius: 50%;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, .6)
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
  background-size: 360px;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  top: -15px;
  position: relative
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link:focus {
  outline: none;
  text-decoration: none
}
@media screen and (max-width:360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-img {
    margin-top: -15px;
    width: 54px
  }
  
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
    width: 60px;
    height: 60px;
    margin: 0 2px
  }
}
#account-actions-mobile .-item-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}
.-ic-img img {
  width: 34px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
#account-actions-mobile .-item-wrapper .-textfooter {
  font-size: .875rem;
  color: #ffffff;
  transition: color .2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin: 0 auto;
  margin-top: .25rem;
}
#account-actions-mobile .-item-wrapper .-textfooter a {
  color: white;
  text-decoration: none;
}
#account-actions-mobile .-item-wrapper:hover a {
  text-shadow: 0 0 5px white, 0 0 15px white, 0 0 35px white, 0 0 45px white;
}
@media (max-width:575.98px) {
  #account-actions-mobile .-item-wrapper .-textfooter {
    font-size: .8rem
  }
}
#account-actions-mobile .-item-wrapper:active,
#account-actions-mobile .-item-wrapper:hover {
  text-decoration: none
}
#account-actions-mobile .-item-wrapper:active .-text,
#account-actions-mobile .-item-wrapper:hover .-text {
  color: #f7d18e
}
#account-actions-mobile .-item-wrapper.-shimmer .-text {
  display: inline-block;
  color: #fff;
  background: #97a7c1 -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(.5, #fff), to(#97a7c1));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: x-shimmer-shorter;
  animation-name: x-shimmer-shorter
}
@media (max-width:991.98px) {
  #account-actions-mobile .-item-wrapper.-shimmer .-text {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s
  }
}
#account-actions-mobile .-fully-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .6)
}
#account-actions-mobile.-active .-fake-center-bg-wrapper,
#account-actions-mobile.-active .-left-wrapper,
#account-actions-mobile.-active .-right-wrapper {
  -webkit-filter: brightness(.5);
  filter: brightness(.5)
}
#account-actions-mobile.-active .-fake-center-bg-wrapper a,
#account-actions-mobile.-active .-left-wrapper a,
#account-actions-mobile.-active .-right-wrapper a {
  pointer-events: none
}
#account-actions-mobile.-active .-center-wrapper {
  background: linear-gradient(0deg, rgba(251, 200, 68, .85), rgba(248, 128, 18, .85))
}
#account-actions-mobile.-active .-center-wrapper .-selected {
  display: none
}
#account-actions-mobile.-active .-center-wrapper .-selecting {
  display: flex
}
#account-actions-mobile.-active .-sub-menu-lobby-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}
#account-actions-mobile.-active .-fully-overlay {
  display: block
}









