/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
    /* background-color: #000; */
}

.cam96-url {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #ffcc3e;
}

.cam96-url p {
    color: #ffcc3e;
    margin-bottom: 0;
    text-align: center;
}

.main-slider ol {
    margin-bottom: 0;
}


@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.btn-golden {
    background: linear-gradient(#d2ab4f, #fcebb6, #d2ab4f);
    text-align: center;
    color: #000;
    padding: 5px 15px;
    border: none;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 7px;
    /* width: 110px; */
    height: 40px;
}

.boxshadow {
    box-shadow: 0px 0px 10px #00000050;
}

.welcome {
    font-family: 'Pacifico', cursive;
    letter-spacing: .5px;
    font-size: 22px;
    font-weight: bolder;
}

/* .btn-submit {
    background-color: #000;
    border-radius: 5px;
    width: 75%;
    padding: 5px;
    margin: auto;
} */

.btn-submit button {
    text-align: center;
    color: #000000;
    /* border: 1px solid rgba(194,112,38,1); */
    width: -webkit-fill-available;
    font-size: .8rem;
    font-weight: bold;
    /* background: none; */
    cursor: pointer !important;
}

.btn-submit:hover {
    /* color: #fff !important; */
    background-color: #282828;
}

.btn-black {
    background-color: #000;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    margin: 5px 0px;
}

.btn-black button {
    text-align: center;
    color: rgba(249, 226, 108, 1);
    border: 1px solid rgba(194, 112, 38, 1);
    margin: 1px;
    font-size: .9rem;
    font-weight: bold;
    background: none;
    cursor: pointer !important;
}

.btn-black:hover {
    color: #fff !important;
    background-color: #282828;
}

.btn-download {
    text-align: center;
    background-color: #000;
    color: rgba(249, 226, 108, 1);
    border: 1px solid rgba(194, 112, 38, 1);
    padding: 0px 8px !important;
    margin: inherit;
    font-weight: bold;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.file-upload-btn {
    font-size: 10px !important;
    color: black !important;
    text-align: center;
    width: 30%;
    height: 70%;
    margin-top: 5.5px;
    margin-left: 8px;
    padding: 6px;
    border-radius: 5px;
    background: linear-gradient(#d2ab4f, #fcebb6, #d2ab4f);
    font-weight: bold;
}

.btn:hover {
    color: #fff !important;
    outline: none;
    box-shadow: none;
}

.btn-green {
    background: #00a800;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    border: none;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: bold;
}

.btn-red {
    background: #ff1d25;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    border: none;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: bold;
}

.btn-orange {
    background: mintcream;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    border: none;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: bold;
}

.balance-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffcc3e;
    border-top: 1px solid #ffcc3e;
}

.balance-box p {
    margin-bottom: 0;
    font-size: .8rem;
    color: #fff;
}

.balance-box h5 {
    font-size: 1.5rem;
    color: #ffcc3e;
    margin-bottom: 5px;
}

.footer-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(#6a0606, #e11414, #6a0606);

}

.footer-menu .footer-menu-item {
    width: 20%;
    text-align: center;
    padding: 5px;
    color: #000;
    font-size: .85rem;
}

.footer-menu .footer-menu-item img {
    display: block;
    margin: 0 auto;
    width: 30px;
    padding-top: 5px;
}

.footer-menu-item a {
    color: #FCF1AF;
    font-size: 9px;
}

.small-text {
    font-size: 0.7rem !important;
    color: #fff;
}

.angpao-promo-container {
    display: flex;
    padding: 0 20px;
}

.angpao-promo {
    background-image: url(../images/angpao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 115px;
    justify-content: space-around;
    width: 33.33%;
    margin-bottom: 20px;
}

.angpao-promo p {
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.2 !important;
    margin-top: 15px;
    padding: 0 15%;
}

.gra-box {
    /* background: rgb(194,112,38); */
    /* background: linear-gradient(90deg, rgba(194,112,38,1) 0%, rgba(249,226,108,1) 100%); */
    border-radius: 10px;
    /* padding: 10px; */
    margin: 0 10px;
}

.gra-box p {
    margin-bottom: 0;
    color: #000;
    font-size: 1rem;
}

.gra-box h3 {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.gra-box label {
    display: inline-block;
    font-size: 0.8rem;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0;
    color: #876923;
    margin-bottom: 5px;
    cursor: pointer;
}

.gra-box .form-control {
    margin-bottom: 10px;
}

.game-tabs .tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 0px;
    width: 50%;
}

.game-tabs .tab-nav li a {
    height: 55px;
    padding-left: 8px;
    padding-right: 8px;
}

.ui-tabs-tab p {
    position: relative;
    top: -20px;
    z-index: 99;
    font-weight: bold;
    font-size: 69%;
}

.tab-nav {
    padding-top: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.tab-nav.tab-nav2 li a {
    border-radius: 0px;
    background: linear-gradient(#b5b5b5, #ffffff, #b5b5b5);
}

#ui-id-1 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#ui-id-2 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.game-tabs .tab-nav.tab-nav2 li.ui-state-active a img {
    z-index: 99;
    position: relative;
    top: -60px;
    height: 100px;

}

.game-tabs .tab-nav.tab-nav2 li a {
    /* background: none; */
    box-shadow: 1px 4px rgb(0 0 0 / 30%);
}

.game-tabs .tab-nav li {
    height: auto;
}

.game-tabs .tab-nav.tab-nav2 li.ui-state-active a {
    /*  border-bottom: 2px solid #ffcc3e; */
}

.game-tabs .tab-nav.tab-nav2 {
    /* border-bottom: 0.5px solid #fff; */
}

.game-tabs .tab-nav.tab-nav2 li a {
    color: #000000;
}

.game-tabs .tab-nav.tab-nav2 li.ui-state-active a {
    background: linear-gradient(#d2ab4f, #fcebb6, #d2ab4f);
}

.game-tabs .tab-nav.tab-nav2 li.ui-state-active p {
    color: #7F5F22;
}

.game-tabs .tab-nav li img {
    filter: grayscale(0);
    height: 100px;
}

.game-tabs .tab-nav li.ui-state-active img {
    filter: grayscale(0);
}

.ui-tabs-anchor {
    padding-top: 10px;
}

.ui-tabs-anchor img {
    padding-top: 10px;
    position: relative;
    top: -60px;
    z-index: 99;
    height: 75px;
}

.vendor-row {
    margin-bottom: 10px;
}

.fgps {
    color: #000 !important;
    display: block;
    font-size: 0.85rem;
    margin-top: 5px;
}

/* .modal-content {
    border-radius: 10px;
    border: 1px solid #d4be8a;
}

.modal-header {
    background: linear-gradient(#A50B0B, #800404);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    outline: 0;
    height: 55px;
    display: block;
    text-align: center;
    color: #000000;
}

.modal-body {
    background: linear-gradient(#f2f2f2, #d8d6d7);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */

.bb-1 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-text {
    color: #876923;
    text-align: center;
    margin: 8px auto;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.red-text {
    color: #FCF1AF;
}

.bank-details {
    background-color: #ffffff;
    color: #000;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #876923 !important;
    border-collapse: unset;
}


.bank-details td {
    padding: 5px;
    border: 1px solid #fff;
}

.tnc {
    color: #000;
    font-size: 0.85rem;
}

.tnc li {
    list-style-type: circle;
    color: #000;
    margin-left: 10px;
}

.tab-inactive {
    background: #4d4d4d !important;
    background-color: #4d4d4d !important;
    color: #fff !important;
    border-radius: 10px !important;
    ;
}

.downline-tabs .tab-nav.tab-nav2 li.ui-state-active a {
    background: rgb(194, 112, 38);
    background: linear-gradient(90deg, rgba(194, 112, 38, 1) 0%, rgba(249, 226, 108, 1) 100%);
    color: #000;
}

.downline-tabs .tab-nav.tab-nav2 li a {
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 10px;
}

.table-downline {
    width: 100%;
}

.table-downline th {
    background-color: #ffcc3e;
    padding: 5px;
    border: 1px solid #ffcc3e;
    color: #000;
    font-size: 0.85rem;
}

.table-downline td {
    padding: 5px;
    background: #000;
    border: 1px solid #ffcc3e;
    color: #fff;
    font-size: 0.85rem;
}

.table-download {
    width: 100%;
    /* border: 1px solid #ffcc3e; */
}

.table-download th {
    background-color: #ffcc3e;
    padding: 5px;
    color: #000;
}

.table-download td {
    /* padding: 10px 0px; */
    /* background: #000; */
    color: #000000;
    /* border-bottom: 1px solid #ffcc3e; */
    font-size: 0.8rem;
}

.profile-setting a {
    text-align: center;
    color: #fff;
}

.setting-p {
    border-bottom: 0.5px solid #565656;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.referral {
    color: #fff;
}

.btn-copy {
    border: none;
    /* background: rgb(194,112,38); */
    /* background: linear-gradient(90deg, rgba(194,112,38,1) 0%, rgba(249,226,108,1) 100%); */
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 5px;

}

.readmore {
    background: linear-gradient(#fcebb6, #d2ab4f);
    text-align: center;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 0px 30px;
    border-radius: 10px;
    height: 32px;
    margin-top: 3px;
    font-weight: bold;
    line-height: 33px;
}

.readmore p {
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
}

.contact-list img {
    width: 55px;
    margin-bottom: 3px;
}

.contact-list p {
    margin-bottom: 25px;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}


/* .mySlides {display: none} */
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 99999999;
}

/* Position the "next button" to the right */
.next {
    right: -30px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: -30px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next {
        font-size: 11px
    }
}



/*------------------------------------------------cardflip-----------------------------------------*/
.flipcard_container .list {
    margin: 0;
    padding: 0;
    top: 10px;
    position: relative;
    list-style-type: none;
}

.flipcard_container #board {
    position: relative;
    height: 380px;
    padding: 6px;
    width: 320px;
    margin: 0 auto;
    /* margin-left: 30px; */
}

.flipcard_container .landed {
    box-shadow: 0px 0px 0px #000000 inset, 0px 0px 39px #fdd748;
}

.flipcard_container .cell {
    position: relative;
    transition: all 600ms ease-out;
    background-color: #ffffff;
    background-image: url(../images/angpao.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}


.flipcard_container .card:hover {
    /* box-shadow: 1px 6px 4px rgba(0, 0, 0, 0.55) inset, 0px 0px 39px #60a1ec; */
}

.flipcard_container .backend {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    opacity: 0;
    background: #0000;
    z-index: 1;
    background-image: url(../images/angpao.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.flipcard_container .flip .backend {
    opacity: 1;
}

.flipcard_container .flip {
    transform: rotateY(360deg);
}

.flipcard_container .card {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /*      perspective: 1000;
      -ms-transform: perspective(1000px);
      -moz-transform: perspective(1000px);
      -ms-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;*/
    float: left;
    width: 100px;
    /*padding-top: 33%;*/
    min-height: 85px;
    line-height: 85px;
    background-color: #0000;
    /*margin: 1vw;*/
    margin-bottom: 4vh;
    position: absolute;
    display: inline-block;
    text-align: center;
    border: unset;
}

.flipcard_container .card.stack {
    left: 100px !important;
    top: 100px !important;
}

.flipcard_container .winningValue {
    line-height: 4 !important;
    /*display: inline-block;*/
    text-align:center;
    vertical-align: middle;
    font-size: 0.9rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0px 0px 0px -13px !important;
    /* text-shadow: 2px 2px 9px #efda25; */
}

/* .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    border-radius: 0.25rem;
} */

.flipcard_table {}

.flipcard_table ul li:nth-child(n+4):nth-child(-n+6) {
    top: 120px;
}

.flipcard_table ul li:nth-child(3n+1) {
    left: 0px;
}

.flipcard_table ul li:nth-child(3n+2) {
    left: 105px;
}

.flipcard_table ul li:nth-child(3n+3) {
    right: 0px;
}

.flipcard_table ul li:nth-child(n+7):nth-child(-n+9) {
    top: 240px;
}

.flipcard_table {
    background-size: contain;
}


#coinrain {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-golden-shaking {
    background: linear-gradient(#d2ab4f, #fcebb6, #d2ab4f);
    text-align: center;
    color: #000;
    padding: 5px 15px;
    border: none;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 7px;
    width: 110px;
    height: 40px;
    animation: shake 1s cubic-bezier(.36, .07, .19, .97) both infinite;
    display: inline-block;
    animation: wiggle 1.5s infinite;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.mini-game-form {
    /* margin-right: -2vh;
    margin-top: -2vh; */
    padding: 5px 0px 20px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* .sidebtn {
    right: 0;
    height: 55px;
    bottom: 75%;
    position: fixed;
    z-index: 99;
    border: solid #d9a936;
    border-width: 2px 2px 2px 2px;
    background: #3f2907;
    padding: 0px;
    border-radius: 50%;
}

.sidebtn img {
    width: 50px;
    height: 50px;
} */

.file-upload-input {
    color: #8A8A96 !important;
    width: 63%;
    height: 100%;
    padding-top: 13px;
    text-align: left;
    font-size: 10px !important;
}

.rebateDetail {
    text-align: center;
    color: #3f2907;
    font-weight: bolder;
    font-size: 25px;
}

/* @media (max-width: 414px) {
    .flipcard_container #board {
        margin-left: 48px;
    }
}

@media (max-width: 393px) {
    .flipcard_container #board {
        margin-left: 38px;
    }
}

@media (max-width: 390px) {
    .flipcard_container #board {
        margin-left: 37px;
    }
}

@media (max-width: 375px) {
    .flipcard_container #board {
        margin-left: 30px;
    }
}

@media (max-width: 360px) {
    .flipcard_container #board {
        margin-left: 22px;
    }
} */