/*
Theme Name: Twenty Twenty
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Test
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;800;900&display=swap');

body {
  background: rgb(0, 0, 0);
  font-family: 'Kanit', sans-serif;
  position: relative;
  color: white;
  overflow-x: hidden;
}

body::after {
  content: "";
  background: linear-gradient(180deg, #000000, #000000, #000000);

    top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -5;
  overflow-x: hidden;
}

.paddingmobile{
  padding-bottom: 160px;
}
a {
  color:white
}
a:hover{
  color:white;
  text-decoration: none;
}


footer{
  background-color: maroon;
  color: white;
  display: none;
}

        .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%{
    }
}






/* Login Container */
.containerlogin{
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  z-index: 0;
}
@media (max-width: 520px){
  .containerlogin{
  padding: 0px;
}
}
.incontainlogin{
  width: 100%;
  max-width: 1001px;
  margin: 0 auto;
  color: #ffe57b;
  overflow: auto;
  padding-top: 24px;
  padding-bottom: 68px;
  background: linear-gradient(169deg, #0000008f, #000000d4);
    box-shadow: 0 0 15px black;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 0 15px #ffffff85, 0 0 15px #ffffff8c, 0 0 25px #ffe42680,  inset 0 0 5px #ffffff7a, inset 0 0 15px #ffffff8f, inset 0 0 25px #ffe42680;
}
.incontainlogin img{
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.logoleftlogin{
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.headerlogin{
  text-align: center;
}
.headerlogin h2{
  display: inline-block;
  background: linear-gradient(
180deg, #f9f9f9 20%, #ffffff 50%, #cfcfcf 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.wantregister{
  margin-top: 18px;
  font-weight: 100;
  color: white;
  text-align: center;
  font-size: 18px;
}
.wantregister a{
  font-weight: 300;
  color: white;
}
.linebtn{
  z-index: 1;
  position: fixed;
  left: 15px;
  bottom: 10px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  transition: .3s;
  cursor: pointer;
}
@media (max-width:1220px){
  .linebtn{
    bottom: 9px;
  }
}
.linebtn span{
    font-weight: 400;
    color: #ffe19a;
    text-shadow: 0 0 10px #0000007a, 0 0 20px #000000b8;
}
.linebtn img{
  width: 60px;
  /* display: block; */
}
@media (max-width: 1220px){
  .linebtn.logined{
  right: 15px;
  bottom: 85px;
}
}
@media (max-width: 490px){
  .linebtn.logined{
  bottom: 18vw;
}
}
/* Login Container */




/*register Container*/


.stepregister{
  justify-content: center;
    align-content: center;
  display: flex;
  margin: 10px 0;
}
.stepregis{
  margin: 0 5px;
  border-radius: 20px;
  padding:0 10px;
  background: #2b2b2b;
}
.stepregis.active{
  background: #ffe57b;
  color: black;
}
.regisstep{
  display: none;
}
.re01{
  display: block;
}
.finishcontain{
  font-size: 25px;
  text-align: center;
  margin: 25px 0;
}




/* Bank */


.x-bank-choices-type .-outer-wrapper {
  display: grid;
  justify-content: center;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.x-bank-choices-type .-outer-wrapper .-input-radio {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 10px;
  position: relative;
  margin: 5px auto;
  border-radius: 50%;
  opacity: .75;
  transition: all .1s;
}
.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
  opacity: 1;
}
.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
  width: 45px;
  height: 45px;
}
.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .1s;
}
.fa-check:before {
  content: "\f00c";
}
.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
  display: none;
  position: absolute;
  bottom: -2px;
  right: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  background-color: #71dd8a;
}
/* Bank */
/*register Container*/




/* Input style */

.inputstyle{
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  border-radius: 10px;
  position: relative;
  border: 1px solid #d6d6d6;
  color: white;
}
.loginbtn{
  padding: 10px;
  border: none;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #ffe57b;
  color: #ffe57b;
}

/* Input style */



/* DashBoard */
.header-dashboard{
  padding: 10px;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.bandcenter{
  min-width: 90px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bandcenter img{
  display:block;
  margin:0 auto;
  width: 150px;
  
}
@media(max-width: 430px){
  .bandleft img{
  width: 100px;
  
}
.bandleft{
  padding-top:10px;
}
}
.menuright{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 100;
  padding-top: 5px;
  font-size: 10px;
}
.headeruser{
  padding-right: 15px;
}
.headeruser button{
  height: 100%;
  border-radius: 10px;
  border: none;
  color: white;
  background: linear-gradient(to bottom, #393939, #292929);
}
.headeruser i{
  color: gold;
}
.headercredit i:nth-child(1){
   color: gold;
}
.headercredit span{
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 500px){
  .headercredit span{
  display: block;
}
}
.headerlogout{
  padding-left: 20px;
  font-size: 23px;
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.headerlogout i{
  cursor: pointer;
}
.headerlogout i:hover{
  color: red;
}

/* DashBoard */


.inputselect,.inputselect input:focus{
  background: rgb(19 25 84 / 81%);
  color: #FFF;

}



/*Navbar*/
.header-menu{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  transition: .3s;
  position: fixed;
  bottom: 0;
  left:50%;
  z-index: 11;
  transform:translateX(-50%);
  background: linear-gradient(1deg, #7e5702, #ffad00);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.header-menu::before {
    background: linear-gradient(45deg, transparent 0%, white 50%, transparent 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    mix-blend-mode: screen;
    top: 0;
}
.header-menu::after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    width: 46%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    mix-blend-mode: screen;
    top: 0;
    box-shadow: 0 0 15px white, 0 0 35px white, 0 0 25px white, 0 0 35px white, 0 0 45px white,0 0 45px white;
}
.navmenu{
  width: 16.666%;
  text-align: center;
  font-weight: 100;
  white-space: nowrap;
  padding-bottom: 10px;
  cursor: pointer;
  padding-top: 10px;
  font-size: clamp(10px, 2vw, 18px);
}
.navmenu img{
  margin: 0 auto;
  height: 38px;
  filter: grayscale(100%);
}
.navmenu i{
  font-size: 65px;
  height: 65px;
}
.navmenu.active img{
  filter: grayscale(0%);
}
.navmenu.active {
  color: #ffffff !important;
  font-weight: 200;
  text-shadow: 0 0 5px #d5b58b, 0 0 5px #d5b68a;
}
.navmenu img:hover{
  filter: grayscale(0%);
}
.navmenu:hover {
  color: #ffe991;
  border-bottom: 2px solid #d3b387;
}
@media screen and (max-width: 767px){
  .header-menu{
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 98%;
  padding-bottom: 5px;
  z-index: 99;
}
  .navmenu{
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 5px;
  border-bottom:none !important;
}
.navmenu.active {
  color: #ffe991;
}
.navmenu:hover {
  color: #ffe991;
}
.navmenu img{
  margin: 0 auto;
  height: 45px;

}
}
@media screen and (max-width: 490px){
  .navmenu img{
  margin: 0 auto;
  height: 10vw;
}
  .navmenu{
  font-size: 3vw;
}
}
/*Navbar*/



/* Style the tab content */
.tabcontent {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


/* Game Home Tab */
.customgametab{
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}
.customgametab img{
  width: 37px;
  display: block;
  margin: 0 auto;
}
@media (max-width:450px){
  .customgametab img{
  width: 30px;
}
}
.customgametab.nav-pills .nav-link {
    border-radius: 1rem;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    padding: 6px 0;
    box-shadow: 0 5px 7px 0 #00000094;
    background: linear-gradient(172deg, rgb(170 0 0), rgb(176 0 0));
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    max-width: 81px;
}
.customgametab.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  width: 100%;
  color: #fff;
  position:relative;
  background: transparent;
  z-index: 1;
  box-shadow: none;
  text-shadow: 0 0 5px white, 0 0 15px white,0 0 25px white;
  transition: all .3s;
}

.customgametab.nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 10px;
    box-shadow:0 5px 7px 0 #000000a1;
    background-image: linear-gradient(181deg, #f21515, #910202);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 15px #ffffffa3, 0 0 25px #ffffff3d, 0 0 35px #ffffff3b;
    border: 1.5px solid white;
}
.gridgame{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.ingridgame{
  width: 100%;
}
.iningridgame{
  margin: 12px;
  position: relative;
  border: 2px solid #fd0000;
  border-radius: 12px;
  /* background: #000; */
  background: linear-gradient(180deg, rgb(4 13 142) 0%, rgb(18 23 79) 100%);
  width: 85%;
}
.ingridgame.second{
  grid-column-start: 1;
  grid-column-end: 3;
}
.ingridgame.third{
grid-column-start: 1;
  grid-column-end: 4;
}
.iningridgame img{
  width: 100%;
  transition: all .3s;
  cursor: pointer;
  border-radius: 12px;
}
.ingridgame.second .iningridgame img{
  max-width:430px;
  display:block;
  margin:0 auto;
}
@media (max-width:767px){
  .ingridgame.second .iningridgame img{
    max-width:100%;
  }
}
.iningridgame img:hover{
  transform: scale(1.05);
}
@media (max-width: 767px){
  .customgametab.nav-pills .nav-link {
    border-radius: .25rem;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
}
  .gridgame{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
}
.headertab{
  text-align: center;
  margin: 10px 0;
  margin-top: 15px;
}
.headertab h2{
  font-size: 30px;
  display: inline-block;
  background: linear-gradient( 
180deg, #d6d6d6 20%, #ffffff 50%, #c9c9c9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
/* Game Home Tab */





/*DPS SECTION*/
.banktabicon{
  width: 100%;
  max-width: 45px;
  display: block;
  margin: 0 auto;
}
.containdps{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.griddps{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ingriddps{
  padding: 5px;
}
.iningriddps{
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
.iningriddps span{
  text-align: center;
  font-size:16px;
  color: white;
  font-weight: 600;
}
.iningriddps img{
  width: 90px;
  margin-bottom: 5px;
}
.iningriddps button{
  margin-top: 5px;
  border: none;
  border-radius: 10px;
  color: white;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  box-shadow: 0 0 5px white,0 0 15px white;
  text-shadow: 0 0 5px white, 0 0 15px white;
}
.leftdps{
  box-shadow: 3px -2px 7px #00000052;
  border-radius: 10px;
}
.leftdps .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(151deg, #2b74ff, #0f255a);
}
.leftdps .nav-pills .nav-link {
    padding: 20px 0;
    text-align: center;
}
@media (max-width: 440px){
  .iningriddps{
  text-align: center;
  font-size: 3vw;
  color: #c5c5c5;
  }
}
@media (max-width: 405px){
  .griddps{
    grid-template-columns: 1fr;
  }
  .ingriddps{
    padding-bottom:  15px;
  }
}

/*END DPS SECTION*/







/*COPY*/
.myAlert-top {
  position: fixed;
  width: 200px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  background-color: rgb(0 0 0 / 35%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 10px;
  color: white;
  z-index: 999;
  text-align: center;
  font-weight: 300;
}
.myAlert-top i{
  font-size: 50px;
  color: #4cd41f;
}


.alertcopy {
  display: none;
}
/*END COPY*/








/* WD SECTION*/
.containwd{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 15px;
}
.detailwd{
  width: 100%;
  max-width: 270px;
  padding: 3px 3px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 10px;
  white-space: nowrap;
  background-image: linear-gradient(172deg, #2b3bff, #0f1c5a), linear-gradient(rgb(167, 128, 89) -30%, rgb(242, 215, 169) 22%, rgb(113, 82, 54) 72%, rgb(241, 187, 115) 112%);
  background-clip: content-box, border-box;
}
.detailwd span{
  color: white;
}
.detailwd table{
}
.divoffriends {
  text-align: center;
  background: linear-gradient(to bottom, #393939, #292929);
  border-radius: 20px;
  margin-top: -10px;
  height: 330px;
  overflow: auto;
  padding: 0 10px;
  padding-top: 15px;
}
.containinputwd{
  padding: 0px;
  margin-top: 15px;
  display: block !important;
}
.centerleftct{
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.friendtab{
  display: none;
}
.containinputwd td{
  width: 50%;
}
.detailwd td:nth-child(2){
  padding-left: 5px;
}

.detailwd img{
  width: 55px;
  margin: 10px 0;
}
.headerinput{
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.headerinput span{
  padding: 5px 10px;
  border-radius: 20px;
  background: linear-gradient(172deg, rgb(67 98 167), rgb(10 37 81));
}
.containinputwd table{
  width: 100%;
}
.btnwd{
  margin-top: 25px;
}
@media (max-width: 767px){
  .detailwd{
    margin-top: -20px;
    position: relative;
  }
  .headerinput{
    margin-top: 20px;
    text-align: center;
  }
  .containinputwd table{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .containinputwd{
    padding: 0 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* END WD SECTION*/






/*  history SECTION*/
.containhis{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.containhislist{
  height: 500px;
  overflow: auto;
}
.containerhis{
  padding: 0 15px;
  font-size: 15px;
  white-space: nowrap;
}
.timehis{
  font-size: 11px;
  color: #d2d2d2;
}
.listht{
  background: linear-gradient(204deg, #8bc34a, #134815);
  box-shadow: 0 0 0px 2px #ffd79f;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0;
}
.listhtwd{
  box-shadow: 0 0 0px 2px #fbd87c;
  background: linear-gradient(181deg, #e13434, #480707);
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0;
}
.containhis .nav-link.green.active{
  background: linear-gradient(204deg, #8bc34a, #134815);
}
.containhis .nav-link.red.active{
  background: linear-gradient(190deg, #c34a4a, #481313);
}
.containerhis table{
  width: 100%;
}
.containerhis td{
  width: 50%;
}
.containerhis td:nth-child(2){
  text-align: right;
}

/* history Section*/





/* Promotion */
.promotionimg{
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
}
.promotionimg img{
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}


      .mypromotion .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .mypromotion .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
      }
      .mypromotion button{
        position: absolute;
        bottom: -15px;
        right: 0;
        border: none;
        background: linear-gradient(to bottom, #e7d39d, #b19560);
        border-radius: 10px;
        color: white;
        padding: 10px;
        box-shadow: 0 0 10px black;
      }

      .swiper.mypromotion {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 500px;
        padding-bottom: 30px;
      }
      .mypromotion{
        --swiper-navigation-color: #fff; 
        --swiper-pagination-color: #fff;
      }
      .mypromotion .swiper-button-next, .mypromotion .swiper-button-prev {

        transform: scale(.6);
        text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black;
      }
      .mypromotion .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
          bottom: 0px;
          left: 0;
          width: 100%;
      }
      .mypromotion .swiper-pagination-bullet{
        background: white;
      }

/* Promotion */














/*Friend SECTION*/
.containleftfriend01{
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  margin: 0 auto;
  color: #c7c7c7;
  border-radius: 10px;
  margin-top: 15px;
}
.levelfriend{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  white-space: nowrap;
}
.copylink{
  cursor: pointer;
}
.containlinkfriend{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align:center;
  margin: 15px auto;
}
.tbfriendleft{
  font-size: 14px;
}
.tbfriendleft h5{
  font-size: 25px;
  color: #ffe690;
  margin-top: -7px;
  font-weight: bold;
}
.tbfriendleft span{
  font-size: 13px;
  font-weight: 100;
}
.detailaf {
  padding: 5px 10px;
  font-size: 15px;
  background: linear-gradient(to bottom, #393939, #292929);
  border-radius: 4px;
  color: #fff;
}
.indetail {
  font-size: 16px;
  color: #d4d4d4;
  margin-top: 0;
  background: linear-gradient(to bottom, #393939, #292929);
  box-shadow: 0 0 10px black;
  padding: 15px 5px;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 15px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -10px;
}
.wrapgrid001 {
  display: grid;
  grid-template-columns: 1fr  1fr;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-top: px;
}

.inwrapgrid001 {
  padding: 0 5px;
  margin-top: 5px;
}
.ininwrapgrid001 {
  background: linear-gradient(to bottom, #393939, #292929);
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.ininwrapgrid001.active {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #ffd582 8%, #907b4d 30%, #8e7b50 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #756541 62.5%, #52472e 100%);
  border-radius: 5px;
}
.iconlogin {
    color: #ffffff;
    position: absolute;
    margin-top: 13px !important;
    margin-left: 12px;
}
.loginform01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  border: none;
  border-radius: 20px;
  color: white;
  padding: 13px;
  padding-left: 40px;
}
.loginform01:read-only {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  border: none;
  border-radius: 20px;
  color: white;
  padding-left: 40px;
}
.loginform01::placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  color: #f7f7f7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #f7f7f7;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #f7f7f7;
}
.loginform01:focus {
  background: #ffffff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  color: white;
  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: #595959;
  -webkit-background: #ffffffb8;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  text-shadow: 0 0 5px white;
  transition: background-color 5000s ease-in-out 0s;
}
.mcolor {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #ffd582 8%, #907b4d 30%, #8e7b50 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #756541 62.5%, #52472e 100%);
    box-shadow: 0 0 10px #000000;
}
.colorbtn01 {
    width: 95%;
    border: none;
    color: white;
    border-radius: 30px;
    padding: 10px;
    margin: 0 auto;
}
.containfriendwd{

margin: 20px 0;
}
.frienddetail{
  background: linear-gradient(to bottom, #393939, #292929);
}
/*END FRIEND SECTION*/






/* Account */
.containcpass{
  display: none;
}
.accountct{background-image: linear-gradient(172deg, #2b69ff, #120f5a), linear-gradient(rgb(167, 128, 89) -30%, rgb(242, 215, 169) 22%, rgb(113, 82, 54) 72%, rgb(241, 187, 115) 112%);background-origin: border-box;background-clip: content-box, border-box;}

.containaccount{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 15px;
}
.headeraccount{
  padding: 0 10px;
  padding-right: 5px;
  font-size: 25px;
}
.trofaccount td{
  padding-bottom: 10px;
  line-height: 19px;
}
.headeraccount i {
  color: #ffffff;
}
.trofaccount span{
  font-size: 12px;
  color: #ffffff;
}
.cursorp{
  cursor: pointer;
}
.containcpass{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.backaccount{
  font-size: 20px;
  margin: 10px 0;
  color: #ffe57b;
}
/* Account */






  /* ALERT */

  .swiper-container-2{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 30px 10px;
    overflow: auto;
    overflow: hidden;
    padding-top: 0;
  }
  .swiper-container-2 .swiper-slide{
    width: 100%;
    max-width: 650px;
    height: auto !important;
    box-shadow: 0 0 0;
    background-size: 100%;
    margin-top: 0 !important;
  }
  @media (max-width:767px){
      .swiper-container-2 .swiper-slide{
    width: 90%;
  }
  }
  .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) translateY(-50%);
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px black,0 0 15px black;
  }
  .swiper-pagination-bullet{
    background-color: #ffffff;
    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*/


/* Alert */




/* Top Contain */


.topcontain{
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
}
.topcontain table{
  width: 100%;
}
.topcontain td{
  width: 35%;
  padding:0 10px;
}
.topcontain td:nth-child(2){
  width: 65%;
}
.topcontain{
  text-align: left;
}
.intopctfr{
  text-align: center;
  
}
.intdtopct{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  font-size: 13px;
  text-shadow: 0 0 15px white, 0 0 25px white;
}
.intdtopct div{
  margin:0 10px;
  cursor: pointer;
  transition:all .3s;
  white-space: nowrap;
}
.intdtopct div:hover{
  text-shadow:0 0 5px white;
}
.intdtopct div:hover img{
  transform:scale(1.1);
}
.intdtopct img{
  display:block;
  width:100%;
  max-width: 50px;
  height: auto;
  margin: 0 auto;
  transition:all .3s;
}
/* Top Contain */








/* Side BAR BUTTON */




.x-hamburger,
.x-hamburger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 20px;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 25px;
}

.x-hamburger span {
    width: 25px;
    display: block;
    position: absolute;
    height: 3px;
    background: #dfdfdf;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.x-hamburger span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

.x-hamburger.open {
    width: 25px;
    position: fixed;
    left: 267px;
    z-index: 1001;
    top: 10px;
}

.x-hamburger.open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-hamburger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}


@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 20px
    }
    to {
        width: 25px
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 20px
    }
    to {
        width: 25px
    }
}
/* Side BAR BUTTON */





/* SideBar */
.sidebarleft{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.sidebarleft.active{
  display: block;
  transition: all .3s;
}
.insidebarleft{
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 300px;
  background: linear-gradient(90deg, #920000d6, #920000d6);
  transition: all .3s;
  z-index: 1000;
}
.insidebarleft.active::before {
    background: linear-gradient(45deg, transparent 0%, white 50%, transparent 100%);
    width:2px;
    height: 2px;
    position: absolute;
    right:0;
    top:50%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
.insidebarleft.active::after {
    width: 2px;
    height: 2px;
    position: absolute;
    right:0;
    top:50%;
    height: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    mix-blend-mode: screen;
    box-shadow: 0 0 25px white, 0 0 45px white, 0 0 55px white, 0 0 65px white, 0 0 75px white, 0 0 85px white;
    z-index: 9999999999;
}
.insidebarleft img{
  width:100%;
  height:auto;
  max-width:200px;
  margin:0 auto;
  display:block;
  margin-top:20px;
}
.insidebarleft.active{
  left: 0px;
}
.insidebarleft ul{
  margin:0;
  padding:0;
  margin-top: 18px;
}
.insidebarleft li{
  text-align: center;
  list-style: none;
}
.insidebarleft li a{
  margin-top: 10px;
  display:block;
  padding: 10px;
  transition:all .3s;
  
}
.insidebarleft li a:hover{
  background: #aa5151;
  text-shadow:0 0 5px white,0 0 15px white;
}
.overlaysidebar{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000b3;
  z-index: 999;
  display: none;
}
.overlaysidebar.active{
  display: block;
}
/* SideBar */








