.newVip {
    background: url("/mobile/images/vip_files/main-vipbg.jpg") top center;
    padding: 30px 0;
}

.crowns {
    width: 80px;
    height: 45px;
    background: url(/mobile/images/vip_files/crowns.png);
    background-position-y: -7px;
    margin: 5px auto;
}

.hundredfloat {
    float: left;
    width: 100%;
}

.crowns.bronze {
    background-position-x: -4px;
}

.crowns.silver {
    background-position-x: -137px;
}

.crowns.gold {
    background-position-x: -272px;
}

.crowns.platinum {
    background-position-x: -407px;
}

.crowns.signature {
    background-position-x: -543px;
}

.newVip h1 {
    color: #a78b4d;
    font-weight: bold;
    text-align: center;
}

.newVip p {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.vipDivTbl {
    color: #2c2c2c;
    margin: 30px 0;
}

    .vipDivTbl table thead tr th, .vipDivTbl table tbody tr td {
        text-align: center;
    }

    .vipDivTbl table thead tr:first-child th:first-child {
        color: #a78b4d;
        font-weight: bold;
        text-align: center;
        font-size: 28px;
        text-align: left;
    }

    .vipDivTbl table tbody tr td:first-child {
        text-align: left;
    }

    .vipDivTbl table thead {
        border-bottom: 3px solid #a78b4d;
    }

    .vipDivTbl table tbody tr td {
        padding: 10px 0;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

.vipDivTnc {
    color: #2c2c2c;
    font-size: 17px;
    line-height: 2;
}

    .vipDivTnc h2 {
        color: #a78b4d;
        font-weight: bold;
        text-align: center;
        font-size: 28px;
        text-align: left;
    }

    .vipDivTnc ol {
        padding-left: 20px;
    }

.vipDivTbl table tbody tr {
    border-bottom: 1px solid #a78b4d;
}

/*media*/
@media(max-width: 1145px) {
    .newVip .container {
        width: 100%;
    }

    .newVip p, .vipDivTnc, .vipDivTbl table tbody tr td {
        font-size: 12px;
    }

        .newVip h1, .vipDivTnc h2 {
            font-size: 20px;
        }

    .vipDivTbl table thead tr:first-child th:first-child {
        font-size: 11px;
    }

    .crowns {
        width: 49px;
        height: 26px;
        background-size: 400px;
        background-repeat: no-repeat;
        margin: 0px auto;
    }

        .crowns.silver {
            background-position-x: -89px;
        }

        .crowns.gold {
            background-position-x: -174px;
        }

        .crowns.platinum {
            background-position-x: -261px;
        }

        .crowns.signature {
            background-position-x: -348px;
        }

    .vipDivTbl table thead tr th {
        font-size: 8px;
    }

    .vipDivTbl {
        margin: 20px 0;
    }

    .newVip {
        padding: 10px 0;
    }

    .vipDivTbl table tbody tr td {
        border: 1px solid #a78b4d;
    }

        .vipDivTbl table tbody tr td:first-child {
            border: none;
        }

        .vipDivTbl table tbody tr td:last-child {
            border: none;
        }
}

@media screen and (max-width: 426px) {
    td.specialVipTitle {
        width: 145.72px !important;
    }

    td.specialVipContext {
        width: 49.84px !important;
    }
}

@media screen and (max-width: 376px) {
    td.specialVipTitle {
        width: 100px !important;
    }

    td.specialVipContext {
        width: 49px !important;
    }
}

@media screen and (max-width: 321px) {
    td.specialVipTitle {
        width: 69.88px !important;
    }

    td.specialVipContext {
        width: 49px !important;
    }
}

/* VIP Packages */
.vipPackages {
    margin: 0 0 60px;
}

.vipPackages-title {
    color: #a78b4d;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    border-bottom: 3px solid;
    margin: 0 0 10px;
    padding: 0;
}

.vipPackages-container table {
    width: 180px;
    float: left;
    margin: 0 10px 10px 0;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 18px;
    overflow: hidden;
    font-size: 12px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

    .vipPackages-container table:last-child {
        margin-right: 0;
    }

    .vipPackages-container table tr th {
        color: #fff;
        text-align: center;
        font-size: 11px;
        padding: 5px 0;
    }

    .vipPackages-container table tr:nth-child(odd) td {
        color: #000;
    }

    .vipPackages-container table tr:nth-child(even) td {
        padding-top: 3px;
        font-weight: 500;
    }

    .vipPackages-container table tr:last-child td {
        padding-bottom: 3px;
    }

    .vipPackages-container table:nth-child(1) tr:nth-child(even) td {
        color: #a88fb9;
    }

    .vipPackages-container table:nth-child(1) tr th {
        background: rgb(207,182,222);
        background: linear-gradient(-130deg, rgba(207,182,222,1) 0%, rgba(168,143,185,1) 25%, rgba(195,174,201,1) 100%);
    }

    .vipPackages-container table:nth-child(2) tr:nth-child(even) td {
        color: #bb8392;
    }

    .vipPackages-container table:nth-child(2) tr th {
        background: rgb(255,208,200);
        background: linear-gradient(-130deg, rgba(255,208,200,1) 0%, rgba(248,192,191,1) 25%, rgba(187,131,146,1) 100%);
    }

    .vipPackages-container table:nth-child(3) tr:nth-child(even) td {
        color: #e7b18d;
    }

    .vipPackages-container table:nth-child(3) tr th {
        background: rgb(232,186,153);
        background: linear-gradient(-130deg, rgba(232,186,153,1) 0%, rgba(208,155,128,1) 25%, rgba(231,177,141,1) 100%);
    }

    .vipPackages-container table:nth-child(4) tr:nth-child(even) td {
        color: #877f8e;
    }

    .vipPackages-container table:nth-child(4) tr th {
        background: rgb(170,160,167);
        background: linear-gradient(-130deg, rgba(170,160,167,1) 0%, rgba(135,127,142,1) 25%, rgba(216,208,205,1) 100%);
    }

    .vipPackages-container table:nth-child(5) tr:nth-child(even) td {
        color: #b59e90;
    }

    .vipPackages-container table:nth-child(5) tr th {
        background: rgb(199,181,164);
        background: linear-gradient(-130deg, rgba(199,181,164,1) 0%, rgba(181,158,144,1) 25%, rgba(244,236,207,1) 100%);
    }

.newVip {
    background-size: cover;
}

.vipPackages-container {
    overflow: auto;
    padding-bottom: 10px;
}

    .vipPackages-container .scroll {
        width: max-content;
        display: block;
    }


    .vipPackages-container table tr td {
        font-size: 15px;
    }

.special_package_btn table tr th {
    padding: 6px 30px;
    font-size: 15px;
    width: 200px !important;
    margin: auto;
    cursor: pointer;
}

/* Start Update October 18, 2023*/
html {
    scroll-behavior: smooth;
}

.newVip {
    padding-top: 40px !important;
}

.newVip-img img {
    width: 100%;
}

.vipDivTblBG {
    background: url("/mobile/images/vip_files/vipDivTblBG.png") repeat top center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding: 20px 20px 20px 20px;
    border-radius: 15px !important;
}

.vipPackages-container table tr td {
    color: #000 !important;
    font-size: 12px;
    padding: 5px;
}

.vipChooseBtn01 {
    background-color: #ad94bb;
}

.vipChooseBtn02 {
    background-color: #ca929d;
}

.vipChooseBtn03 {
    background-color: #d49e82;
}

.vipChooseBtn04 {
    background-color: #898190;
}

.vipChooseBtn05 {
    background-color: #b7a193;
}

.vipChooseBtn01, .vipChooseBtn02, .vipChooseBtn03, .vipChooseBtn04, .vipChooseBtn05 {
    margin: 0px 10px 10px 10px !important;
    padding: 5px !important;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.vipPackages-title {
    border: none !important;
    padding-bottom: 0px !important;
}

.vipPackages {
    margin-bottom: 20px !important;
}

.vipPackages-title.txtCenter {
    text-align: center !important;
}

.newVip-tab table {
    margin: 0 auto;
    text-align: center;
}

.newVip-tabBtn {
    border-radius: 5px;
    background-color: #262626;
    margin: 0px 1px;
    padding: 10px 5px;
    font-size: 8px;
    font-weight: bold;
    display: block;
    color: #FFF !important;
    text-decoration: none !important;
    width: 112px !important;
}

    .newVip-tabBtn:hover, .vipTablinkActive {
        border-radius: 5px;
        background-color: #a58c4c;
        margin: 0px 1px;
        padding: 10px 5px;
        font-size: 8px;
        font-weight: bold;
        display: block;
        color: #FFF !important;
        text-decoration: none !important;
        width: 112px !important;
    }

#vipBenefits {
    margin-top: 10px !important;
}

.vipTrTitle {
    color: #a78b4d;
    font-size: 11px;
    border-bottom: 3px solid #a78b4d;
}
/* End Update October 18, 2023*/