@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


:root {
    --website--theme--primary--color: #10003d;
    --website--theme--secondary--color: #001370;
    --website--theme--text--color: #ffffff;
    --website--theme--border--color: #0015b3;
}

.bkcolor {
    background: var(--website--theme--secondary--color) !important;
}
.mcolor {
    background: linear-gradient(170deg, var(--website--theme--primary--color) 0%, var(--website--theme--secondary--color) 100%) !important;
}
.cutcolor {
    color: #ffda6a;
}

/*===================================== animation ======================================*/
@keyframes hithere {
    30% { transform: scale(1); }
    40%, 60% { transform: rotate(-20deg) scale(1); }
    50% { transform: rotate(20deg) scale(1); }
    70% { transform: rotate(0deg) scale(1); }
    100% { transform: scale(1); }
}
@keyframes showbankclose{ 0.0% { transform:scale(1) translate(0px,0px)}100%{transform:scale(.1) translate(-900px,0px)}}
@keyframes showbankclose{0.0%{transform:scale(1) translate(0px,0px)}100%{transform:scale(.1) translate(-900px,0px)}}
.joystick-x > i {
    animation: hithere 1s ease infinite;
}

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

@-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}}

/*===================================== preload class ======================================*/
html.preload_screen {
    overflow: hidden;
    position: relative;
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1035;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    line-height: 0;
}

.processing-transfer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1035;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    line-height: 0;
}

.processing-transfer.hide {
    opacity: 0;
    visibility: hidden;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.preload span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    color: #fff;
}

.preload span:nth-child(2) {
    animation-delay: .2s;
}

.preload span:nth-child(3) {
    animation-delay: .4s;
}

.profile-logo {
    width: 20px;
    height: 20px;
}

.preload-logo {
    width: 60px;
    height: 60px;
}

a {
    text-decoration: none;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.font-12 {
    font-size: 12px!important;
}

.font-16 {
    font-size: 16px!important;
}

.font-20 {
    font-size: 20px!important;
}

.font-25 {
    font-size: 25px!important;
}

.font-30 {
    font-size: 30px!important;
}

button {
    outline: none!important;
}

body {
    font-family: kanit, sans-serif;
    font-weight: normal;
    margin: 0;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}
body::after {
    content: "";
    background: #151925;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    overflow-x: hidden;
}
body::after {
    background: linear-gradient(90deg, #001370a1 0%, #000000bf 100%),url(../images/bg_m.png)center !important;
}
.imganimationlogin {
    max-width: 250px;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 5px #777);
    filter: drop-shadow(0px 0px 5px #777);
    margin-bottom: 10px;
}
.logologin {
    text-align: center;
    padding: 10px;
}
.textlogin {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
.linebtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.containall {
    padding-bottom: 10px;
}
.contentmain {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 10rem;
    position: relative;
    transition: .3s;
}
.containpromotion {
    position: relative;
}
.colorbtn01 {
    width: 50%;
    max-width: 300px;
    min-width: 250px;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}
.needregister {
    width: 50%;
    max-width: 300px;
    min-width: 250px;
    text-align: center;
    border-radius: 10px;
    padding: 11px 0;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
    color: #fff;
}
.headmain {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 25px;
}
.headmain span {
    font-size: 12px;
    color: #888;
}
.headmain .text-name {
    font-size: 18px;
    color: #fff;
}
.languagebtn {
    width: 25px;
    margin-top: -10px;
    cursor: pointer;
}
.logoutbtn {
    border-radius: 20px;
    border: none;
    padding: 3px 6px;
    white-space: nowrap;
    font-size: 20px;
    background: #171d31;
    color: #fff;
    font-weight: 700;
    transition: .3s;
}
.containlogin {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.tdstepregister {
    width: 25%;
    background: var(--website--theme--secondary--color) !important;
    padding: 10px 0;
}
.tdstepregister b {
    background: #000;
    padding: 0 9px;
    border-radius: 20px;
}
.tdstepregister.active b {
    color: #FFEA00;
    font-weight: 700;
    background: var(--website--theme--primary--color) !important;
}
.tdstepregister span {
    font-size: 14px;
}
.containinlogin {
    padding: 0 30px;
    margin: 0 auto;
    color: #ddd;
}
.containregister {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.boxcolor {
    background: #0000004d;
    box-shadow: 0 0 20px 0 #0000006e;
}
.iconlogin {
    color: #fff;
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
}
.containmoney {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 14px;
    background: linear-gradient(158deg, var(--website--theme--secondary--color) 0%, #000000bd 100%) !important;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    white-space: nowrap;
}
.loginform01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2d303a!important;
    border: none;
    border-radius: 10px;
    color: #fff!important;
    padding-left: 30px;
}
.loginform01:read-only {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0e1220;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding-left: 35px;
}
.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: #fff;
}
.btnnextregister {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff;
}
.bankselectpopup {
    /* display: none; */
    position: fixed;
    height: 500px;
    max-width: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.inbankselectpopup {
    height: 500px;
    width: 100%;
    overflow: auto;
    background: var(--website--theme--border--color) !important;
    box-shadow: 0 0 0 1px #a99871;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    overflow: auto;
    animation: showbank .5s ease 0s normal none;
}
.bankselectpopupWithdraw {
    /* display: none; */
    position: fixed;
    height: 500px;
    max-width: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.inbankselectpopupWithdraw {
    height: 500px;
    width: 100%;
    overflow: auto;
    background: var(--website--theme--border--color) !important;
    box-shadow: 0 0 0 1px #a99871;
    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: #fff;
    transition: .3s;
}
.btnclosebankselectWithdraw {
    position: absolute;
    right: 30px;
    top: 3px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    padding: 0 7px;
    background: #ed2638;
    color: #fff;
    transition: .3s;
}
.bankselectpopup table {
    width: 100%;
    text-align: center;
}
.bankselectpopup td {
    padding: 10px;
    width: 50%;
}
.bankselectpopup img {
    width: 70px;
}
.bankselectpopupWithdraw table {
    width: 100%;
    text-align: center;
}
.bankselectpopupWithdraw td {
    padding: 10px;
    width: 50%;
}
.bankselectpopupWithdraw img {
    width: 70px;
}
.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:#fff;
    transition:.3s;
}
.btnclosebankselectWithdraw{
    position:absolute;
    right:30px;
    top:3px;
    border-radius:5px;
    border:none;
    font-size:20px;
    padding:0 7px;
    background:#ed2638;
    color:#fff;
    transition:.3s;
}
.selectbank {
    cursor: pointer;
}
.containmoney .fal.fa-wallet {
    font-size: 45px;
    color: #fff;
    border-radius: 50px;
    padding: 11px 12px;
    box-shadow: 0 0 0 1px #8c8b8b;
    text-shadow: 0 0 15px #fff, 0 0 20px #fff;
}
.headerprocess {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    text-shadow: 3px 3px 10px #000, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
}
.headerprocess i {
    text-shadow: 0 0 0 #000;
    color: #d0a4ff;
    font-size: 22px;
}
.hrmoney {
    margin: 5px;
    height: 2px;
    background: #fff;
    box-shadow: 0 0 5px #b08dff;
    animation: animatelight 5s ease 0s infinite normal none;
}
.btnfriend, .btncommis {
    width: 90%;
    border: none;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(170deg, #10003d 0%, #001370 100%) !important;
}
.menucontain {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.tdgridicon {
    padding-top: 20px;
    width: 25%;
    text-align: center;
    color: #f7f7f7;
    font-size: 14px;
}
.tdgridicon span {
    cursor: pointer;
}
.tdgridicon i {
    font-size: 25px;
    margin-bottom: 5px;
    background: #303254;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    cursor: pointer;
    background: transparent !important;
    box-shadow: 0 0 0 1.5px #10003d, 3px 3px 10px 2px black !important;
}
.main-carousel {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.carousel-cell {
    width: 100%;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
}
.carousel-cell img {
    width: 87%;
    border-radius: 10px;
}
.carousel-cell.is-selected {
    opacity: 1;
}
.flickity-button {
    position: absolute;
    background: hsl(0deg 0% 21%/0%)!important;
    border: none;
    color: #fff;
    outline: none;
    width: 50px;
    box-shadow: none!important;
}
.flickity-prev-next-button.previous {
    left: 0;
}
.flickity-prev-next-button.next {
    right: 0;
}
.flickity-page-dots .dot {
    background: #fff;
    box-shadow: 0 0 5px #fff, 0 0 10px #2196f3, 0 0 15px #2196f3, 0 0 25px #2196f3, 0 0 35px #2196f3;
}
#footer-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 6;
}
#footer-wrapper > .shortcut-wrapper {
    background: linear-gradient(170deg, var(--website--theme--secondary--color) 0%, #000000bd 100%) !important;
    max-width: 700px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
}
#footer-wrapper > .shortcut-wrapper .shortcut-list {
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
    height: 135px;
}
#footer-wrapper > .shortcut-wrapper .shortcut-list > div {
    /*flex: 0 0 calc((100% - 184px) / 4);*/
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-wrapper > .shortcut-wrapper .shortcut-list > div > a {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    text-decoration: none !important;
    transform: scale(0.75);
}
footer-wrapper > .shortcut-wrapper .shortcut-list > div:not(.open-game-link) > a > img {
    height: 46px;
    margin-bottom: 5px;
}
#footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link {
    /*flex: 0 0 184px;*/
    width: 20%;
    position: relative;
    display: block;
    height: 100%;
}
#footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link > a {
    position: absolute;
    display: block;
    width: 184px;
    color: #FFF;
    top: 0px;
    left: -2vw;
}
#footer-wrapper > .shortcut-wrapper .shortcut-list > div:not(.open-game-link) > a > img {
    height: 46px;
    margin-bottom: 5px;
}
.backtohome {
    display: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    background: var(--website--theme--secondary--color) !important;
    padding: 5px 0;
    padding-left: 20px;
    border-radius: 10px;
}
#backtohome, #backhome {
    cursor: pointer;
}
.homebtn {
    font-size: 16px;
}
.tabcontent {
    display: none;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s;
}
.tabgame {
    /* display: none; */
    padding: 6px 5px;
    -webkit-animation: fadegame .3s;
    animation: fadegame .3s;
}
.gameingtd {
    width: 25%;
    text-align: center;
    padding: 5px;
}
.gameingtd div {
    padding: 10px 0;
    border-radius: 10px;
    cursor: pointer;
}
.tablinkgame.active {
    background: linear-gradient(160deg, var(--website--theme--primary--color) 0%, var(--website--theme--secondary--color) 100%) !important;
    box-shadow: inset 0 0 0 1.5px var(--website--theme--primary--color), inset 0 0 5px var(--website--theme--secondary--color), inset 0 0 15px var(--website--theme--secondary--color), inset 0 0 25px var(--website--theme--secondary--color) !important;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
.copybtn {
    border: none;
    margin-top: 5px;
    border-radius: 3px;
    height: 25px;
    color: #fff;
    white-space: nowrap;
    text-shadow: none!important;
    font-weight: 100;
}
.wdsec02 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(158deg, var(--website--theme--secondary--color) 0%, #000000bd 100%) !important;
    -moz-box-shadow: 0 0 0 1px #a99871;
    -webkit-box-shadow: 0 0 3px 2px #ffd6d6;
    box-shadow: 0 0 3px 2px #c4c9ff;
}
.headdeposit {
    background: var(--website--theme--secondary--color) !important;
    padding: 10px 0;
}
.headdeposit button {
    background: #2c392c;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px;
    transition: .3s;
}
.headdeposit.active button {
    box-shadow: 0 0 0 2px #aeffae;
}
.headwithdraw {
    background: var(--website--theme--primary--color) !important;
    padding: 10px 0;
}
.headwithdraw button {
    background: #4d1e1e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px;
    transition: .3s;
}
.headwithdraw.active button {
    box-shadow: 0 0 0 2px #d05858;
}
#deposithis, #withdrawwhis {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}
#withdrawwhis {
    animation: historyminusanimate .2s ease 0s normal none;
}
.containprocess {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.containloophisdps {
    height: 500px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 10px #000;
    border-radius: 10px;
    background: #0000005c;
    margin: 0 auto;
}
.containloophiswd {
    height: 500px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 10px #000;
    border-radius: 10px;
    background: #0000005c;
    margin: 0 auto;
}
.accountofuser {
    width: 310px;
}
.trofaccount {
    border-bottom: 1px solid #938568;
}
.headeraccount {
    padding: 10px 0;
}
.headeraccount i {
    color: #e8c675;
}
.containfriend {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}
.moneycontainaf {
    width: 100%;
    background: linear-gradient(158deg, var(--website--theme--secondary--color) 0%, #000000bd 100%) !important;
    border-radius: 20px;
    margin-top: 8px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;
    box-shadow: 0 0 5px 0 #6f6f6f;
}
.moneycontainaf  .fas.fa-badge-dollar {
    font-size: 45px;
    color: #fff;
    border-radius: 50px;
    padding: 10px 5px;
    box-shadow: 0 0 0 1px #8c8b8b;
}
.moneycontainaf .fas.fa-users-crown {
    font-size: 45px;
    color: #fff;
    border-radius: 50px;
    padding: 10px 5px;
    box-shadow: 0 0 0 1px #8c8b8b;
}
#withdrawfriend {
    height: 10px;
    position: relative;
}
.divoffriends {
    text-align: center;
    background: var(--website--theme--secondary--color) !important;
    border-radius: 20px;
    margin-top: -5px;
    height: 330px;
    overflow: auto;
    padding: 0 10px;
    padding-top: 10px;
}
.btn-grad {
    background: linear-gradient(170deg, var(--website--theme--secondary--color) 0%, #000000 100%) !important;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #000;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    border: none;
    color: #fff;
    margin-top: 5px;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 300;
}
.containfriend {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}
.pcfriendback {
    margin-top: 20px;
    font-size: 17px;
}
.containlinkcopy {
    margin-top: 5px;
}
.contain-game {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.friendlink {
    width: 100%;
    color: #000;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    background: #fff;
}
.btnfriendback02 {
    background: var(--website--theme--secondary--color) !important;
    font-size: 13px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    padding: 0;
    width: 70px;
    cursor: pointer;
    white-space: nowrap;
}
.friendcontent {
    display: none;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s;
}
.detailaf {
    padding: 2px 10px;
    font-size: 15px;
    background: var(--website--theme--primary--color) !important;
    border-radius: 4px;
    color: #fff;
}
.indetail {
    font-size: 16px;
    color: #d4d4d4;
    margin-top: 0;
    background: var(--website--theme--secondary--color) !important;
    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: 14px!important;
    border-radius: 6px;
}
.wrapgrid001 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    padding: 0 10px;
}
.inwrapgrid001 {
    padding: 0 5px;
    margin-top: 5px;
}
.ininwrapgrid001 {
    background: #101525;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    padding: 5px 0;
    box-shadow: 0 0 0 1.5px #3d4663;
}
.ininwrapgrid001.active {
    background: var(--website--theme--primary--color) !important;
    box-shadow: 0 0 0 1.5px var(--website--theme--border--color) !important;
}
.friendcontent {
    display: none;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.myAlert-top {
    position: fixed;
    top: 50%;
    left: 0%;
    right: 0%;
    width: 150px;
    text-align: center;
    margin: auto;
    background-color: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    display: none;
}
.swiper-slide {
    text-align: center;
    margin-top: 20px;
}
.swiper-slide img {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    color: #fff;
}
/*---------- game ----------*/
.x-index-top-container .-games-provider-wrapper {
    display: flex;
}
.x-index-top-container .-games-provider-wrapper .-menu-index-page, .x-logged .-profile-container .-inner-wrapper {
    position: relative;
}
.x-menu-provider {
    padding-bottom: 1rem;
}
.x-menu-provider .nav-menu {
    display: flex;
    width: auto;
    background: transparent;
    height: 100%;
    transition: all .4s;
}
.x-menu-provider .nav-menu {
    display: flex;
    width: auto;
    background: transparent;
    height: 100%;
    transition: all .4s;
}
.x-menu-provider .-nav-menu-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    transition: all .4s;
    background: transparent;
    padding: 0 0.75rem;
    margin-top: 0.75rem;
    margin-top: 0rem;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
}
.x-menu-provider .nav-item {
    width: 100%;
    margin-top: 1rem;
}
.x-menu-provider .nav-item:not(:last-child) {
    margin-bottom: 0.75rem;
}
.x-menu-provider .nav-link {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(170deg, var(--website--theme--primary--color) 0%, var(--website--theme--secondary--color) 100%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 14px;
    border: none;
    color: hsla(0, 0%, 100%, .8);
    padding: 0.5rem 0.75rem;
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
}
.x-menu-provider .nav-link .-ic-menu {
    width: 38px;
}
.x-menu-provider .nav-link .-text-provider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0rem;
}
.x-menu-provider .nav-link .-text-nav-menu.-title, .x-menu-provider .nav-link .-text-nav-menu.-title-trans {
    display: none;
}
.x-menu-provider .nav-link .-text-nav-menu.-title-trans {
    color: var(--website--theme--text--color);
    opacity: .6;
}
.x-menu-provider .nav-link .-text-nav-menu {
    padding-top: 0.25rem;
}
.x-menu-provider .nav-link .-text-nav-menu.-title-mobile {
    display: block;
    color: #f3f3f3;
}
.x-menu-provider .nav-link .-text-nav-menu {
    padding-top: 0.25rem;
}
.x-index-top-container .-games-provider-wrapper .-games-index-page {
    transition: all .4s;
    flex: 100%;
}
.x-category-provider {
    min-height: 500px;
    height: auto;
}
.x-category-provider .-games-list-container {
    padding: 0 1rem 2rem;
    /*padding-bottom: 7rem;*/
}
.x-category-provider .-games-list-container .nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding-right: 0rem;
    padding-left: 0rem;
}
.x-category-provider .-games-list-container .nav-menu {
    overflow: hidden;
}
.x-category-provider .-games-list-container .nav .nav-item.-game-casino-macro-container {
    width: 50%;
    padding: 0 0.5rem;
    margin: 1rem 0 0.25rem;
    padding-right: 0px;
}
.x-category-provider .-games-list-container .nav .nav-item.-game-casino-macro-container:nth-child(3) {
    width: 100%;
}
.x-game-list-item-macro {
    position: relative;
}
.x-game-list-item-macro .-inner-wrapper {
    position: relative;
}
.x-game-list-item-macro:hover .-inner-wrapper .-overlay {
    opacity: 1;
    visibility: visible;
}
.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.x-game-badge-image .-img, .x-game-badge-image:before {
    position: absolute;
    top: 32%;
    left: 32%;
    display: none;
}
.x-game-badge-image .-img {
    z-index: 1;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.x-game-list-item-macro .-inner-wrapper .-overlay {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(51, 46, 50, .7);
    transition: all .4s;
    z-index: 3;
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: flex;
    flex-direction: column;
    margin: auto;
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    position: relative;
    color: #fff;
    background: linear-gradient(180deg, #fbc844, #f88012);
    overflow: hidden;
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .2s;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:after, .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:before {
    top: 0;
    opacity: 1;
    background: linear-gradient(180deg, #fbc844, #f88012);
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn, .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    top: 1px;
    margin-right: 8px;
    font-size: 12px;
}
.main_wrapper {
    background: linear-gradient(to top, #212121, #0c0c0c) !important;
    color: #fff !important;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.wrapper-game {
    margin: 0px 0px;
}
#myBtnContainer_grid {
    margin-top: 0 !important;
    text-align: center;
}
.icon_g {
    width: 55px;
}
.shadow_select_G {
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    background: #350b4a;
}
.select_G_grid {
    background: var(--website--theme--secondary--color);
    color: #fff;
    border-radius: 0;
}
.select_G_grid.active {
    background: #130f15;
    color: #fff;
    text-shadow: 0 5px 20px #fff, -29px -40px 0 transparent;
}
.select_G_grid span {
    font-size: 14px;
}
.pd-grid-wrapper_drid {
    padding: 0 30px;
}
.grid-wrapper_drid {
    display: inline;
    position: relative;
    top: -10px;
}
.grid-item.show_g_grid {
    display: block !important;
}
.show_g_grid, .black_bg.ep .show_g_grid, .black_bg .show_g_grid {
    height: auto !important;
}
.grid-item {
    display: none;
    margin-top: 0.5rem;
    width: 32.6%;
    line-height: 1;
    float: left !important;
}
.show_g_grid {
    opacity: 1;
    visibility: visible;
    height: 110px;
    left: 3px !important;
}
.filter_grid {
    text-align: center;
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: visibility .3s linear, height .3s linear, width .3s linear, opacity .3s linear;
    margin: 0;
    padding: 0;
}
.show_g_grid {
    opacity: 1;
    visibility: visible;
    height: 110px;
    left: 3px !important;
}
.wrapper-gametxtName {
    white-space: nowrap;
    color: #fff;
}
.bg-gradient-game_grid {
    display: inline-block;
    width: 80%;
    border-radius: 0.25rem !important;
    position: relative;
}
.boxSetting_detail a, .main_wrapper a {
    color: #414040;
}
.game-lobby {
    cursor: pointer;
}
.filter_grid .image {
    border-radius: 15px;
}
.logoGame {
    background: linear-gradient(to top, #212121, #0c0c0c) !important;
    border-radius: 15px;
}

.swal2-popup {
    border-radius: 20px!important;
    background: linear-gradient(170deg,#22222fbf 0%,#121421eb 100%)!important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
}
.swal2-title {
    font-size: 1.25rem!important;
    color: #17a2b8!important;
}

@media (max-width: 767px) {
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link > a {
       
        top: 0px;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list {
        display: flex;
        align-items: flex-end;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 15px;
        height: 125px;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div {
        /*flex: 0 0 calc((100% - 32vw) / 4);*/
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div > a {
        transform: scale(0.75);
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link {
        /*flex: 0 0 18vw;*/
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link > a {
        transform: scale(0.85);
        width: 25vw;
        top: -13vw;
    }
    .slideto {
        animation: slidenextregistermobile .2s ease 0s normal none;
    }
}

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

@media (max-width: 575px) {
    #footer-wrapper > .shortcut-wrapper .shortcut-list {
        padding-top: 40px;
        padding-bottom: 0px;
        height: 20vw;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div > a {
        transform: scale(0.6);
        font-size: 5vw;
        height: 18vw;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div:not(.open-game-link) > a > img {
        height: 45px;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link > a {
        transform: scale(0.75);
        height: auto;
    }
    .btnfriend, .btncommis {
        font-size: 3.2vw;
    }
}

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

@media (max-width: 480px) {
    #footer-wrapper > .shortcut-wrapper .shortcut-list {
        height: 18vw;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div:not(.open-game-link) > a > img {
        height: 40px;
    }
    #footer-wrapper > .shortcut-wrapper .shortcut-list > div.open-game-link > a {
        top: -10vw;
    }
}

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

.backlogohis {
    width: 40px;
}
.historyofdps {
    background: #272b27;
    border-radius: 10px;
    padding: 10px;
    margin-top: 13px;
    box-shadow: 0 0 0 2px #404f40;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.statushistory {
    margin-top: -10px;
    text-align: right;
}
.statushistory span {
    color: #fff;
    font-size: 13px;
    background: #619d61;
    padding: 0 5px;
    border-radius: 3px;
    border-top-left-radius: 10px;
}
.moneyhisdps {
    font-size: 20px;
    text-align: right;
}
.plushis {
    font-size: 20px;
    color: #81e681;
}
.fa-plus-circle:before {
    content: "\f055";
}

.historyofwd {
    background: #4d1e1e;
    border-radius: 10px;
    padding: 10px;
    margin-top: 13px;
    box-shadow: 0 0 0 2px #894444;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.listName_game {
    font-size: 13px;
    color: #b7b7b7;
    position: relative;
    top: -2px;
    white-space: normal;
    height: 20px;
}
.black_bg .bg-gradient-game_grid {
    width: 100%;
}