﻿body {
    background: var(--pp-body-bg);
    color: var(--pp-body-color);
    font-family: var(--pp-body-font-family) !important;
    overflow-x: hidden;
    position: relative;
    font-size: var(--pp-body-font-size);
}

.section-wrapper {
    position: relative;
    max-width: 1024px !important;
    margin: 0 auto;
    padding: 0;
    background-color: var(--pp-color-1);
    min-height: 100vh !important;
    overflow: hidden;
}

.section-footer {
    display: none;
}

@media (max-width: 767px) {
    .section-footer {
        display: block;
    }
}

.section-header {
    width: 100%;
    height: auto;
    background: var(--pp-color-1);
    background: var(--pp-gradient-navbar);
    border-bottom: 1px solid var(--pp-color-1);
}

.section-body {
    width: 100%;
    height: auto;
    padding: 15px;
}

.bg-home {
    background-color: #230702;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
    margin: 10px;
    padding: 0;
}

.bg-header-sidebar {
    background: var(--pp-color-1);
    background: var(--pp-gradient-navbar);
    border-bottom: 1px solid var(--pp-color-1);
}


.bg-account {
    background: var(--pp-gradient-navbar);
    border: 2px solid var(--pp-color-3);
    border-radius: 20px;
    padding: 10px 5px;
    margin: 0 5px;
    color: var(--pp-body-color);
}

.btn-deposit {
    color: #fff;
    background: linear-gradient(90deg, var(--pp-color-1), var(--pp-color-2));
    border: 1px solid gold;
    border-radius: 20px;
    font-weight: 400;
}

    .btn-deposit:hover {
        border-color: var(--pp-color-hover);
    }

.btn-withdraw {
    color: #fff;
    background: linear-gradient(90deg, var(--pp-color-1), var(--pp-color-2));
    border: 1px solid #ca2521;
    border-radius: 20px;
    font-weight: 400;
}

    .btn-withdraw:hover {
        border-color: goldenrod;
    }

    .btn-withdraw:focus, .btn-withdraw.focus {
        color: #fff;
        background-color: #800e10;
        border-color: #800e10;
        box-shadow: 0 0 0 0.2rem rgba(225, 100, 100, 0.5);
    }
.btn-login {
    color: #fff;
    background: rgb(128,14,16);
    background: -moz-linear-gradient(90deg, rgba(128,14,16,1) 19%, rgba(202,37,33,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(128,14,16,1) 19%, rgba(202,37,33,1) 80%);
    background: linear-gradient(90deg, rgba(128,14,16,1) 19%, rgba(202,37,33,1) 80%);
    border: 1px solid #ca2521;
    border-radius: 20px;
    font-weight: bold;
}

.btn-login:hover {
        color: goldenrod;
        background-color: #ba4e12;
        border-color: goldenrod;
    }

    .btn-login:focus, .btn-login.focus {
        color: #fff;
        background-color: #800e10;
        border-color: #800e10;
        box-shadow: 0 0 0 0.2rem rgba(225, 100, 100, 0.5);
    }

.btn-register {
    color: #fff;
    background: rgb(235,152,34);
    background: -moz-linear-gradient(90deg, rgba(235,152,34,1) 19%, rgba(156,34,8,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(235,152,34,1) 19%, rgba(156,34,8,1) 80%);
    background: linear-gradient(90deg, rgba(235,152,34,1) 19%, rgba(156,34,8,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb9822",endColorstr="#9c2208",GradientType=1);
    border: 1px solid #ca2521;
    border-radius: 20px;
    font-weight: bold;
}

.btn-register:hover {
        color: gold;
        background-color: #ba4e12;
        border-color: #ffffff;
    }

    .btn-register:focus, .btn-register.focus {
        color: #fff;
        background-color: #800e10;
        border-color: #800e10;
        box-shadow: 0 0 0 0.2rem rgba(225, 100, 100, 0.5);
    }

.box-game-menu {
    text-align: center;
    height: auto;
    padding: 10px 15px;
    margin-left: 2px;
    width: 100%;
    background-color: #1b1b1b;
    border-radius: 5px;
    border: 1px solid #1b1b1b;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    .box-game-menu > a:hover {
        color: #f6d336;
    }

    .box-game-menu.active {
        background-color: #303030;
        border: 1px solid #cccccc;
        color: #f6d336;
    }

        .box-game-menu.active a:hover {
            color: #ced4da;
        }

/** Button **/

.btn-copy {
    background-color: #f0ba1e;
    border-color: #f0ba1e;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 5px !important;
    font-weight: 300 !important;
}

    .btn-copy:hover {
        color: #ffffff;
        border-color: #f8dd3f;
    }

.col-3 > div > div, .col-3 > div > div > a {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 414px) {
    .col-3 > div > div > a {
        font-size: 12px !important;
    }
}

.bg-round {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background-color: var(--pp-color-1);
    border: 2px solid var(--pp-color-3);
}

.square-150 {
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/** Footer **/
.section-footer {
    width: 100%;
    /*max-width: 480px !important;*/
    margin: 0 auto;
    padding: 0;
}

.bg-footer {
    width: 100%;
    height: auto;
    background: var(--pp-color-1);
    background: var(--pp-gradient-footer-menu);
    /*border-top: 1px solid var(--pp-color-2);*/
}

.footer-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .footer-wrapper div {
        text-align: center;
    }

.col-20 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

    .col-20 > div {
        width: 100%;
        text-align: center;
    }

        .col-20 > div a {
            text-decoration: none;
            font-weight: 400;
            color: #ffffff;
        }

            .col-20 > div a:hover {
                color: gold;
            }

.col-4 > div > a:hover {
    color: var(--pp-color-1-active);
}

.col-4 > div {
    padding-top: 15px;
    text-align: center;
}


@media (max-width: 440px) {
    .col-20 > div a {
        font-size: 14px;
    }

    .font-auto {
        font-size: 14px;
    }
}

@media (max-width: 414px) {
    .col-20 > div a {
        font-size: 13px;
    }

    .font-auto {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .col-20 > div a {
        font-size: 12px;
    }

    .font-auto {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .col-20 > div a {
        font-size: 11px;
    }

    .font-auto {
        font-size: 13px;
    }
}

@media (max-width: 280px) {
    .col-20 > div a {
        font-size: 10px;
    }

    .font-auto {
        font-size: 12px;
    }
}

.fix-badge-top-right {
    position: relative !important;
    top: -10px;
    right: 0;
}
/** End Footer */

/*** Customize Sweetalert2 CSS ***/
.swal2-confirm {
    border-radius: 15px !important;
    color: #000000 !important;
    font-weight: bold !important;
    background-color: #fce22e !important;
}

.swal2-cancel {
    border-radius: 15px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    background-color: #dc143c !important;
}

.show-full-screen {
    /*display: none;*/
    position: fixed;
    bottom: 80px;
    right: 0;
    font-size: 12px;
    color: #ffffff;
    padding-right: 20px;
    cursor: pointer;
    z-index: 99999;
}

.show-gclub-link > div > a {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}

    .show-gclub-link > div > a:hover {
        color: #0c4893;
    }

/*COPY*/
.myAlert-top {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    background-color: rgb(126 126 126 / 18%);
    border-radius: 17px;
    box-shadow: 0 0 8px #00000085; /*2px 3px 0 2px #00000085;*/
    color: #ffffff;
    height: 100px;
    left: 50%;
    margin: auto;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    z-index: 9999;
}

    .myAlert-top i {
        color: #4cd41f;
        font-size: 50px;
    }


.alertcopy {
    display: none;
}

/* Loadding Spin */
.loadingspin {
    background: transparent; /*#000000b5;*/
    bottom: 0;
    display: none;
    left: calc(50% - 50px); /*show loading logo at center screen*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.inloadingct {
    height: 150px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
    /*transform: translate(-50%, -50%);*/
    width: 150px;
}

    .inloadingct img {
        -webkit-animation: fa-spin 2s linear infinite reverse;
        animation: fa-spin 2s linear infinite reverse;
        height: auto;
        width: 100px;
    }

.loadercontain {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 11111;
    width: 100%;
    overflow: hidden;
}

    .loadercontain img {
        position: fixed;
        top: 50%;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        margin-top: -115px;
        max-width: 217px;
        height: auto;
        transform: scale(1);
        animation: logotopanimate 10s ease 0s infinite normal none;
        -webkit-filter: drop-shadow(0px 0px 2px #289bfe);
        filter: drop-shadow(0px 0px 2px #289bfe);
        z-index: 1;
    }

#loadmeta {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: fixed;
    background: #000000ba;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

@keyframes logotopanimate {
    0.0% {
        transform: scale(1);
        -webkit-filter: drop-shadow(0px 0px 2px #289bfe);
        filter: drop-shadow(0px 0px 2px #289bfe);
    }

    50.0% {
        transform: scale(1.3);
        -webkit-filter: drop-shadow(0px 0px 7px #289bfe);
        filter: drop-shadow(0px 0px 7px #289bfe);
    }

    100.0% {
        transform: scale(1);
        -webkit-filter: drop-shadow(0px 0px 2px #289bfe);
        filter: drop-shadow(0px 0px 2px #289bfe);
    }
}

#loadmeta span {
    text-align: center;
    display: block;
}

#loadmeta div {
    width: 100%;
    height: auto;
    opacity: 1;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
    animation: textzoom 2s linear infinite;
    -o-animation: movetextzoom2s linear infinite;
    -moz-animation: textzoom 2s linear infinite;
    -webkit-animation: textzoom 2s linear infinite;
    text-shadow: 0 0 10px white, 0 0 20px #28a0fb, 0 0 20px #289bfe, 0 0 20px #289bfe, 0 0 10px #ffffff;
    text-align: center;
}

@keyframes textzoom {
    0.0% {
        transform: scale(1);
    }

    50.0% {
        transform: scale(1.3);
    }

    100.0% {
        transform: scale(1);
    }
}

#loadmeta div:nth-child(2) {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#loadmeta div:nth-child(3) {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

#loadmeta div:nth-child(4) {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

#loadmeta div:nth-child(5) {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

#loadmeta div:nth-child(6) {
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

#loadmeta div:nth-child(7) {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.spincontain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 10px;
    z-index: 1;
}

.boxload {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: conic-gradient(#3a86ff, transparent, transparent, transparent, transparent);
    position: relative;
    display: grid;
    place-items: center;
    animation: loader 0.7s linear infinite;
    z-index: 1;
}

    .boxload::before,
    .boxload::after {
        content: '';
        position: absolute;
    }

    .boxload::before {
        width: 80%;
        height: 80%;
        border-radius: 50%;
        background: #03071eab;
    }

    .boxload::after {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background: #3a86ff;
        border-radius: 50%;
    }

@keyframes loader {
    0% {
        transform: rotate(0);
        background: conic-gradient(#3a86ff, transparent, transparent, transparent, transparent);
    }

    25% {
        background: conic-gradient(#ffba00, transparent, transparent, transparent);
    }

    50% {
        background: conic-gradient(#c9184a, transparent, transparent);
    }

    100% {
        transform: rotate(-360deg);
        background: conic-gradient(#480ca8, transparent, transparent);
    }
}
/* Loading Meta */

.closepopup {
    align-content: center;
    background: #ff4c4c;
    border: none;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: -10px;
    width: 30px;
}

@media (max-width: 767px) {
    .closepopup {
        right: 10px;
        top: 10px;
    }
}

.closepopup i {
    color: white;
    display: block;
    margin: 0 auto;
}

.overlaymodal {
    background: #00000070;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

a > span {
    color: var(--pp-body-color) !important;
}

.fixedtopmobile {
    /*width: calc(100% - 200px);*/
    margin-left: auto;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .fixedtopmobile {
        width: 100%;
        margin-top: 0px;
    }
}

.newsboxhead {
    width: 100%;
    height: 30px;
    background: var(--pp-runtext-bg);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 10px #00000078;
}

    .newsboxhead span {
        /*-webkit-animation: marquee 50s linear infinite;*/
        white-space: nowrap;
        display: inline-block;
    }

@media (max-width:767px) {
    .newsboxhead span {
        /*-webkit-animation: marquee 30s linear infinite;*/
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.newsboxhead .-icon-container {
    position: absolute;
    background: var(--pp-runtext-bg);
    padding: 0 10px;
    z-index: 1;
}

.newsboxhead marquee {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.section-slideshow {
    padding: 10px 5px;
}

.section-runtext {
    padding: 0;
}

.bg-runtext {
    position: relative;
    background: rgb(51,51,51);
    background: linear-gradient(180deg, rgba(51,51,51,1) 13%, rgba(33,33,33,1) 100%);
    border-radius: 10px;
    margin: 0;
    padding: 10px 10px 0 30px;
}

    .bg-runtext span {
        display: inline-block;
    }

    .bg-runtext::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 40px;
        background-image: url('../images/icon/alert.png');
        background-position: center;
        background-size: 50%;
        background-repeat: no-repeat;
    }

@media screen and (max-width: 767px) {
}

.backwd {
    background: transparent;
    border: none;
    color: white;
    display: none;
    font-size: 30px;
    left: 10px;
    padding: 0;
    position: absolute;
    top: -5px;
}

.detailwd {
    background: linear-gradient(155deg, #fffe97, #917232);
    border-radius: 10px;
    box-shadow: 0 0 10px black;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 5px;
    max-width: 344px;
    padding: 5px 30px;
    padding-bottom: 10px;
    white-space: nowrap;
    width: 100%;
}

    .detailwd button {
        background: transparent;
        border: none;
        border: 1px solid #ffe18c;
        border-radius: 10px;
        box-shadow: 2px 2px 5px black;
        color: #ffe18c;
        font-size: 15px;
        margin-top: 7px;
        padding: 3px 20px;
    }

    .detailwd span {
        font-weight: 300;
    }

    .detailwd img {
        margin-right: 10px;
        width: 50px;
    }

.containdeposit.animate__animated.animate__flipInX {
    --animate-duration: .5s;
}

.selectcontainer.animate__animated.animate__flipInX {
    --animate-duration: .5s;
}

/* CASHBACK */
.cashbacknb {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient( 180deg, #ffe29b 20%, #e8da9b 50%, #b38c2c 80%);
    font-size: 30px;
    text-align: center;
}

.cashbackhr {
    background: linear-gradient(90deg, #00000000, #fced83 30%, #a06e2d 70%, #00000000);
    height: 2px;
    margin: 0;
}
/* CASHBACK */
/*  history SECTION*/
.containhis {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.containhislist {
    height: 400px;
    overflow: auto;
}

.containerhis {
    font-size: 15px;
    font-weight: 100;
    padding: 0 15px;
    white-space: nowrap;
}

.timehis {
    color: #d2d2d2;
    font-size: 11px;
}

.listht {
    background: #000000;
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #62986d;
    font-size: 15px;
    margin: 10px 0;
    padding: 5px 10px;
}

.badge {
    font-weight: 300;
}

.listhtwd {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #bd4c4c;
    font-size: 15px;
    margin: 10px 0;
    padding: 5px 10px;
}

.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;
    }

@media (max-width: 400px) {
    .listht,
    .listhtwd {
        font-size: 3.5vw;
    }
}
/* history Section*/

/* Image footer animation */

.-icon-wrapper .-icon-animation img {
    -webkit-animation: x-floating-mobile-left 5s ease-in-out infinite;
    animation: x-floating-mobile-left 5s ease-in-out infinite;
    width: var(--pp-footer-menu-img-width-animation);
}

.-icon-wrapper:nth-child(1) .-icon-animation img, .-icon-wrapper:nth-child(2) .-icon-animation img {
    -webkit-animation: x-floating-mobile-left 5s ease-in-out infinite;
    animation: x-floating-mobile-left 5s ease-in-out infinite;
    width: var(--pp-footer-menu-img-width-animation);
}

.-icon-wrapper:nth-child(4) .-icon-animation img, .-icon-wrapper:nth-child(5) .-icon-animation img {
    -webkit-animation: x-floating-mobile-right 5s ease-in-out infinite;
    animation: x-floating-mobile-right 5s ease-in-out infinite;
    width: var(--pp-footer-menu-img-width-animation);
}

.-icon-wrapper:nth-child(3) .-icon-animation img {
    -webkit-animation: x-floating-mobile-center 5s ease-in-out infinite;
    animation: x-floating-mobile-center 5s ease-in-out infinite;
    width: var(--pp-footer-menu-img-width-animation);
}

.-icon-animation > a:hover {
    color: var(--pp-color-1-active);
}

@keyframes x-floating-mobile-left {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-10px) rscale(1.1) rotate(40deg);
        transform: translateY(-10px) scale(1.1) rotate(40deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes x-floating-mobile-right {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-10px) rscale(1.1) rotate(-20deg);
        transform: translateY(-10px) scale(1.1) rotate(-20deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes x-floating-mobile-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 440px) {
    .-icon-wrapper .-icon-animation img {
        max-width: 40px;
        height: auto;
    }
}

@media (max-width: 400px) {
    .-icon-wrapper .-icon-animation img {
        max-width: 30px;
        height: auto;
    }
}

/* Slide  */
.swiper-container-2 {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

    .swiper-container-2 .swiper-slide {
        background-size: 100%;
        box-shadow: 0 0 0;
        height: auto !important;
        margin-top: 0 !important;
        max-width: 650px;
        width: 100%;
    }

@media (max-width: 767px) {
    .swiper-container-2 .swiper-slide {
        width: 100%;
    }
}

.swiper-container-2 .swiper-slide img {
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.swiper-container-2 .swiper-button-next, .swiper-button-prev {
    color: white;
    font-weight: bold;
    text-shadow: 0 0 10px black, 0 0 15px black;
    transform: scale(.6);
}

.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 {
        background-size: 100%;
        box-shadow: 0 0 0;
        height: auto !important;
        margin-top: 0 !important;
        width: 100%;
    }
}

/* Style the tab content */
.tabcontent {
    /*display: none;*/
    width: 100%;
    max-width: 100%; /*1000px;*/
    margin: 0 auto;
    /*padding: 6px 12px;*/
    padding: 10px;
    -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: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    overflow-x: auto;
}

    .customgametab::-webkit-scrollbar {
        /*display: none;*/
        top: 5px;
        height: 8px;
        cursor: pointer;
    }

    .customgametab::-webkit-scrollbar-thumb {
        background: var(--pp-tabgamemenu-scroll);
        border-radius: 10px;
    }

        .customgametab::-webkit-scrollbar-thumb:hover {
            background: var(--pp-tabgamemenu-scroll-hover);
        }

    .customgametab::-webkit-scrollbar-track {
        background: var(--pp-tabgamemenu-scroll-track);
        margin-left: 30vw;
        margin-right: 30vw;
    }

    .customgametab img {
        /*width: 37px;*/
        height: 40px;
        display: block;
        margin: 0 auto;
    }

@media (max-width:767px) {
    .tabcontent {
        margin: 0;
        padding: 10px;
    }
}

@media (max-width:450px) {
    .customgametab img {
        /*width: 30px;*/
        height: 30px;
    }
}

.customgametab.nav-pills > .nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    width: 10%;
    min-width: 90px;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--pp-bg-color-default);
}

.customgametab.nav-pills a.nav-link {
    padding: 10px 0;
}

@media (max-width:767px) {
    .customgametab.nav-pills a.nav-link {
        padding: 7px 0;
    }
}

.customgametab.nav-pills .nav-link {
    box-shadow: var(--pp-tabgamemenu-box-shadow); /*0 5px 7px 0 #000000;*/
    /*background: var(--pp-color-1);*/
    background: var(--pp-gradient-sidebar);
}

.customgametab.nav-pills .nav-item:last-child {
    margin-right: 0;
}

.customgametab.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    width: 100%;
    color: var(--pp-color-1-active);
    background: var(--pp-tabgamemenu-bg-active);
}
.gridgame {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}

    .gridgame.second {
        grid-template-columns: 1fr 1fr 1fr;
    }

@media (max-width: 991px) {
    .gridgame.second {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.gridgame.alone {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1199px) {
    .gridgame.alone {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .gridgame.alone {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 550px) {
    .gridgame.alone {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 360px) {
    .gridgame.alone {
        grid-template-columns: 1fr 1fr;
    }
}


.ingridgame {
    width: 100%;
}

.iningridgame {
    width: 100%;
    padding: 0 5px;
}

.ingridgame.second {
    /*  grid-column-start: 1;
  grid-column-end: 3;*/
}

.ingridgame.third {
    grid-column-start: 1;
    grid-column-end: 4;
}

.iningridgame img {
    border-radius: 10px;
    width: 100%;
    transition: all .3s;
    cursor: pointer;
}

.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;
        /*box-shadow: 0 5px 7px 0 #000000;
        background: linear-gradient(to bottom, #393939, #292929);*/
        font-size: 14px;
        width: 100%;
    }

    .gridgame {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .customgametab.nav-pills .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .customgametab.nav-pills .nav-link {
        font-size: 11px;
    }
}

.headertab {
    text-align: center;
    margin: 10px 0;
    margin-top: 15px;
}

    .headertab h2 {
        font-size: 30px;
        display: inline-block;
        background: linear-gradient( 180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }
/* Game Home Tab */

/*DPS SECTION*/
.banktabicon {
    display: block;
    margin: 0 auto;
    max-width: 45px;
    width: 100%;
}

.containdps {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.griddps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.ingriddps {
    padding: 5px;
}

.iningriddps {
    color: #efefef;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}

    .iningriddps span {
        color: #efefef;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

    .iningriddps img {
        margin-bottom: 5px;
        width: 90px;
    }

    .iningriddps button {
        background: transparent;
        border: none;
        border: 2px solid #e1d87c;
        border-radius: 10px;
        color: white;
        font-weight: 200;
        margin-top: 5px;
        padding: 5px 10px;
    }

        .iningriddps button i {
            color: #e0d77c;
        }

.leftdps {
    border-radius: 10px;
    box-shadow: 3px -2px 7px #00000052;
}

    .leftdps .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: linear-gradient(155deg, #fffe97, #917232);
        color: #fff;
    }

    .leftdps .nav-pills .nav-link {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
        text-shadow: 0 0 15px black;
    }

@media (max-width: 767px) {
    .griddps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 440px) {
    .iningriddps {
        color: #ffffff;
        font-size: 3.4vw;
        text-align: center;
    }
}

@media (max-width: 405px) {
    .ingriddps {
        padding-bottom: 15px;
    }

    .iningriddps img {
        width: 67px;
    }
}

@media (max-width: 380px) {
    .griddps {
        grid-template-columns: 1fr;
    }
}

.headerbankdt {
    margin-top: 10px;
    text-align: center;
}

    .headerbankdt img {
        width: 40px;
    }
