html,
body {
    overflow-x: hidden;
    font-family: 'Kanit', sans-serif;
}

body {
    /*background-image: url('../images/new2/bg-register.jpg?v1');*/
    background-color: #000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.body {
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #000000;
    padding-bottom: 100px;
    background: url('../images/new2/bg-new.jpg?v1') no-repeat center center fixed;
    background-size: 600px 100vh;
    /*background-image: url('../images/new2/bg.png?v1');*/
    color: #FFF;
}

.body-member {
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #000000;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    /*background-size: 600px 100vh; */
    background-attachment: fixed;
    background-position: top; 
    background-image: url('../images/new2/bg-member.png?v1');
    color: #FFF;
}

.navbar {
    position: relative;
    width: 100%;
    background-image: linear-gradient(to right, #252525, #252525);
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 5px 15px;
}

.navbar div img {
    height: 25px;
}

.navbar .menu a,
.navbar .logout a {
    font-size: 25px;
    color: #FFF;
    text-decoration: #FFF;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
}

.navbar .menu a i,
.navbar .logout a i,
.navbar .menu a span,
.navbar .logout a span {
    width: 100%;
}

.navbar .bg-black {
    background-color: #111111;
    height: 0vh;
    width: 0vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.navbar .list-menu {
    z-index: 11;
    position: absolute;
    top: 0px;
    right: -350px;
    color: #FFF;
    background-color: #000;
    height: 100vh;
    width: 350px;
    transition: all .5s;
    padding-top: 40px;
}

.navbar .list-menu .btn-close {
    background-color: transparent;
    border: 0;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
    color: #FFF;
}

.navbar .list-menu ul {
    list-style: none;
    padding: 15px 0;
}

.navbar .list-menu ul li {
    padding: 15px;
    border-bottom: #af9743 1px solid;
}

.navbar .list-menu ul li:hover {
    background-image: linear-gradient(#000, #af9743);
}

.navbar .list-menu ul li.active {
    background-image: linear-gradient(#000, #af9743);
}

.navbar .list-menu ul li a {
    font-size: 16px;
    flex-wrap: nowrap;
    align-items: center;
}

.navbar .list-menu ul li a i {
    width: auto;
    margin-right: 5px;
    font-size: 24px;
}

.navbar.open .bg-black {
    height: 100vh;
    width: 100vh;
}

.navbar.open .list-menu {
    right: 0;
}

.phone {
    border-radius: 40px;
    color: #000;
    padding: 5px;
    background-color: #FFF;
}

.news {
    width: 100%;
    background-color: #5B0000;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.news .icon-marquee {
    color: #FFF;
    width: 50px;
    text-align: center;
}

.news .marquee {
    color: #FFF;
    width: 100%;
}

.content {
    padding: 15px 30px;
    color: #FFF;
}

.bg-card {
    background-image: linear-gradient(to left,#000000, #444444);
    border-radius: 20px;
    border: 1px #af9743 solid;
}

.bg-card-deposit {
    background-image: linear-gradient(to left,#000000, #444444);
    border-radius: 20px;
    border: 1px #af9743 solid;
}

.d-profile {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.d-profile .credit {
    width: 70%;
}

.d-profile .credit .amount {
    border-radius: 40px;
    background-color: #000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 15px;
}

.d-profile .credit .amount i {
    font-size: 1.25rem;
}

.d-profile .credit .amount span {
    color: #ffd800;
    font-weight: bold;
    font-size: 1.25rem;
}

.d-profile .profile {
    width: 30%;
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.d-profile .profile i,
.d-profile .profile span {
    width: 100%;
}

.d-profile .profile a {
    margin: 0 auto;
    line-height: 0px;
    color: #FFF;
}

.button-main {
    position: relative;
}

.button-main a img {
    width: 100%;
}

.button-main a img.img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.button-main a:hover img.img-top {
    display: inline;
}


/* -- -- -- -- --*/

.button-main button {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.button-main button img {
    width: 100%;
}

.button-main button img.img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.button-main button:hover img.img-top {
    display: inline;
}

.button-main .notifications {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 18px;
    z-index: 3;
}

.menu-btn {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 560px;
    background-color: #FFFFFF;
    border-radius: 20px;
    z-index: 20;
}

.menu-btn .list-btn {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
}

.menu-btn .list-btn li {
    text-align: center;
    padding: 5px;
    width: 20%;
}

.menu-btn .list-btn li a {
    display: grid;
    grid-row: 2;
    text-decoration: none;
    color: #FFF;
}

.menu-btn .list-btn li a.item i {
    font-size: 1.5rem;
}

.menu-btn .list-btn li a span {
    font-size: 0.75rem;
}

.menu-btn .list-btn li a.btn-play {
    position: relative;
    text-align: center;
}

.menu-btn .list-btn li a.btn-play .play {
    background-image: linear-gradient(#000, #000);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px #af9743 solid;
    animation: mymove 2s infinite;
}

@keyframes mymove {
    0% {
        box-shadow: #d9b118 0px 7px 29px 0px;
    }
    50% {
        box-shadow: #d9b118 0px 7px 29px 8px;
    }
    100% {
        box-shadow: #d9b118 0px 7px 29px 0px;
    }
}

.menu-btn .list-btn li a.btn-play .text {
    position: absolute;
    top: 25px;
    width: 100%;
}

@media only screen and (min-width: 720px) {
    .menu-btn .list-btn li a.item i {
        font-size: 2.25rem;
    }
    .menu-btn .list-btn li a span {
        font-size: 1.25rem;
    }
    .menu-btn .list-btn li a.btn-play .text {
        top: 36px;
    }
    .menu-btn .list-btn li a.btn-play .play {
        top: -40px;
        width: 65px;
        height: 65px;
    }
}

.deposit .description-deposit {
    display: flex;
    flex-wrap: nowrap;
}

.deposit .description-deposit .logo-bank {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit .description-deposit .logo-bank img {
    width: 100%;
    max-width: 100px;
}

.deposit .description-deposit .detail-bank {
    width: 75%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.deposit .description-deposit .detail-bank ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deposit .description-profile {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #FFCB0D;
    padding: 15px;
    border-radius: 100px;
    color: #000;
}

.deposit .description-profile .logo-bank {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit .description-profile .logo-bank img {
    width: 100%;
    max-width: 100px;
}

.deposit .description-profile .detail-bank {
    width: 75%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.deposit .description-profile .detail-bank ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deposit .about {
    font-size: 14px;
}

.btn-copy {
    border: 1px #FFCB0D solid;
    background-image: linear-gradient(#FFCB0D, #FFCB0D);
    color: #000;
    padding: 5px 10px;
    text-decoration: #000;
}

.btn-copy:hover {
    color: #111;
}

.btn-copy2 {
    border-radius: 15px;
    border: 1px #d9b118 solid;
    background-image: linear-gradient(#d9b118, #8d5d11);
    color: #FFF;
    padding: 5px 10px;
}

.btn-copy2 span {
    color: #ffd800;
    font-weight: bold;
    font-size: 1.25rem;
}

.input-withdraw {
    padding: 5px 15px;
    background-color: #001532;
    border: none;
    color: #FFF;
    font-size: 20px;
}

.login {
    background-color: transparent;
    /*border-radius: 20px;*/
    border: 1px transparent solid;
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}

.form-login-input {
    background-color: #FFF;
    border: none;
    padding: 5px 15px;
    color: #000;
    width: 100%;
}

/*.form-login-input:focus {*/
/*    border: #d9b118 1px solid;*/
/*    box-shadow: #d9b118 0px 7px 29px 0px;*/
/*}*/

.alert-msg .modal-content {
    background-image: linear-gradient(#222, #000);
    color: #FFF;
    border-radius: 0.75rem;
}

.alert-msg .modal-body .text-success {
    color: rgb(190, 255, 217);
    font-size: 120px;
}

.alert-msg .modal-header,
.alert-msg .modal-footer {
    border: 0;
}

.alert-msg .modal-header,
.modal-footer {
    justify-content: center;
}

.group-login-input {
    display: flex;
    flex-wrap: nowrap;
}

.group-login-input .group-login-input-append {
    display: flex;
}

/*.group-login-input .form-login-input {*/
/*    border-top-left-radius: 40px;*/
/*    border-bottom-left-radius: 40px;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

.group-login-input .group-login-input-append button.show-password {
    background-image: linear-gradient(#FFCB0D, #FFCB0D);
    border: 0;
    color: #FFF;
}

.group-login-input .group-login-input-append button.show-password:hover {
    background-image: linear-gradient(#0059a4, #001532);
}

#popup_countdown {
    position: fixed;
    bottom: 85px;
    right: 15px;
    background-color: #ff462d;
    color: #FFF;
    padding: 10px;
    border-radius: 6px;
}

.list-bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    border: 1px solid #0082eb;
    border-radius: 8px;
}

.list-bonus .detail {
    width: 33.33%;
}

.list-bonus .detail:nth-last-child(1) {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    line-height: 8px;
}

.list-bonus .detail:nth-last-child(1) .success-date {
    font-size: 12px;
    width: 100%;
}

.list-bonus .detail .amount {
    color: #fad401;
    font-size: 22px;
    line-height: 1;
}

.list-bonus .detail .date {
    font-size: 12px;
}

#change_password .form-login-input {
    background-color: #00011a;
    border: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 5px 15px;
    color: #FFF;
    width: 100%;
}

@media screen and (max-width: 768px) {
    iframe#launcher {
        bottom: 50px !important;
    }
}

.container-menu {
    background-color: #1d082f;
    border-radius: 16px;
    padding: 0 10px 10px 10px;
}

.transfer {
    background-color: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
    padding: 0;
}

.transfer.show {
    max-height: none;
    overflow: visible;
    max-height: 1000px;
}

.list-game,
.list-game-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-game>div:nth-child(1).list-game>div:nth-child(3) {
    width: 25%;
}

.list-game>div:nth-child(2) {
    width: 50%;
}

.list-game>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
}

.list-game>div:nth-child(1)>img,
.list-game>div:nth-child(1)>a>img {
    height: 50px;
}

.btn-tranin {
    background-image: linear-gradient(#34ac00, #135700);
    color: #FFF;
    border: 1px #07a300 solid;
    border-radius: 6px;
}

.btn-tranin:hover {
    background-image: linear-gradient(#135700, #34ac00);
}

.btn-tranout {
    background-image: linear-gradient(#008efc, #003179);
    color: #FFF;
    border: 1px #0085f1 solid;
    border-radius: 6px;
}

.btn-tranout:hover {
    background-image: linear-gradient(#003179, #008efc);
}

.btn-tranout2 {
    background-image: linear-gradient(#e10000, #800808);
    color: #FFF;
    border: 1px #ff0000 solid;
    border-radius: 6px;
    padding: 5px 10px;
}

.btn-tranout2:hover {
    background-image: linear-gradient(#800808, #e10000);
}

.close-tran {
    background-image: linear-gradient(#e10000, #800808);
    color: #FFF;
    border: 1px #ff0000 solid;
    border-radius: 40px;
    padding: 5px 10px;
}

.close-tran:hover {
    background-image: linear-gradient(#800808, #e10000);
}

.btn-tranall {
    background-image: linear-gradient(#fecb00, #a87400);
    border: 1px #ffcc00 solid;
}

.btn-tranall:hover {
    background-image: linear-gradient(#a87400, #fecb00);
}

.button-transfer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-transfer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 15px;
}

.popup-transfer.show {
    display: block;
    z-index: 100;
}

.popup-transfer>.container-popup {
    margin: 100px auto;
    width: 100%;
    max-width: 570px;
    background-color: #111111;
    border-radius: 16px;
    padding-bottom: 20px;
}

.popup-transfer>.container-popup>.popup-header {
    padding: 10px 15px;
    background-color: #222;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.popup-transfer>.container-popup>.popup-header>button.close-popup {
    border: 0;
    background-color: transparent;
    color: #FFF;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(1),
.popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(3) {
    width: 45%;
    font-size: 28px;
    padding: 0 10px;
    position: relative;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div>div>button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(10%);
    border: 0;
    background-color: transparent;
    color: #FFF;
    font-size: 22px;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(2) {
    width: 10%;
    font-size: 24px;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div>div {
    background-color: #10356f;
    border-radius: 40px;
}

.popup-transfer>.container-popup>.popup-body .btn-playgame {
    background-image: linear-gradient(#008efc, #003179);
    color: #FFF;
    border: 1px #0085f1 solid;
    border-radius: 40px;
    padding: 5px 10px;
}

.popup-transfer>.container-popup>.popup-body .btn-playgame:hover {
    background-image: linear-gradient(#003179, #008efc);
}

.popup-transfer>.container-popup>.popup-body .popup-amount {
    color: #FFF;
    font-size: 20px;
    background-color: #00011a;
    border: 0;
    border-radius: 40px;
}

.game {
    width: 35%;
    display: flex;
}

.group-btn-transfer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit-game {
    width: 20%;
}

.loading {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 120px 15px;
    height: 200vh;
    width: 100%;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.grayscale img {
    filter: grayscale(100%);
}

.list-friend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .list-game>div:nth-child(1) {
        font-size: 16px;
    }
    .list-game>div:nth-child(1)>img,
    .list-game>div:nth-child(1)>a>img {
        height: 30px;
    }
    .popup-transfer>.container-popup {
        margin: 20px auto;
    }
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(1),
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(3) {
        font-size: 16px;
    }
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div>div>button {
        font-size: 14px;
    }
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(2) {
        width: 10%;
        font-size: 24px;
    }
    .btn-tranin.b {
        font-size: 10px;
    }
    .btn-tranout.b {
        font-size: 10px;
    }
    .close-tran.b {
        font-size: 12px;
        width: 90%;
    }
    .credit-game {
        font-size: 12px;
    }
}

.ami-1 {
    position: fixed;
    animation-duration: 18s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-1;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-1 {
    0% {
        top: 100px;
        left: 50px
    }
    50% {
        top: 100px;
        left: 100px
    }
    100% {
        top: 100px;
        left: 50px
    }
}

.ami-2 {
    position: fixed;
    animation-duration: 16s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-2;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-2 {
    0% {
        top: 300px;
        left: 200px
    }
    50% {
        top: 350px;
        left: 250px
    }
    100% {
        top: 300px;
        left: 200px
    }
}

.ami-3 {
    position: fixed;
    animation-duration: 20s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-3;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-3 {
    0% {
        top: 700px;
        left: 100px
    }
    50% {
        top: 700px;
        left: 200px
    }
    100% {
        top: 700px;
        left: 100px
    }
}

.ami-4 {
    position: fixed;
    animation-duration: 12s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-4;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-4 {
    0% {
        top: 100px;
        right: 50px
    }
    50% {
        top: 100px;
        right: 100px
    }
    100% {
        top: 100px;
        right: 50px
    }
}

.ami-5 {
    position: fixed;
    animation-duration: 15s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-5;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-5 {
    0% {
        top: 800px;
        right: 250px
    }
    50% {
        top: 750px;
        right: 250px
    }
    100% {
        top: 800px;
        right: 250px
    }
}

.btn.btn-game {
    background-image: linear-gradient(to left,#000000, #444444);
    color: #FFF;
    border-radius: 15px;
    /*border: 2px #FFD800 solid;*/
}

.btn-game img {
    width: 100%;
}

.sidebar {
    background-color: rgba(134, 57, 126, 0.3);
    padding-bottom: 150px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.box-credit {
    background-image: linear-gradient(to left,#000000, #444444);
    border-radius: 20px;
}

.box-header {
    background-color: #B70000;
    border-top-left-radius: 20px;
    border-top-right-radius:20px;
    font-size: 18px;
}

.box-in {
}

.btn-deposit {
    border-radius: 10px;
    background-image: linear-gradient(to right, #FFCE0A, #DC8400);
    padding: 10px 50px;
    margin: 3px;
    color: white;
}

.btn-withdraw {
    border-radius: 10px;
    background-image: linear-gradient(to right, #00CE46, #299D00);
    padding: 10px 50px;
    margin: 3px;
    color: white;
}

.btn-game2 {
    font-size: 12px;
}

.btn-game2 img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.menu-game{
    background-color: rgba(255,255, 255, 0.6);
    padding: 10px;
}

.menu-game a{
    color: #000;
    text-decoration: none;
}

.menu-game.active{
    background-image: linear-gradient(to left,#000000, #444444);
}

.menu-game.active a{
    color: #FFF;
    text-decoration: none;
}