/* VIP */
img {
    max-width: 100%;
}

.vip-wrap {
    background: url(../images/vip/bg-vip.jpg) no-repeat center top;
    padding-bottom: 10px;
    z-index: 99;
background-size: cover;}

.vip-img img {
    max-height: 30px;
}

.vip-img {
    display: flex;
    flex-direction: column;
    align-items: center;
font-size: 11px;}

.vip-in-table {
    /* background: #f3f8fc; */
    border-radius: 5px;
    max-width: 100%;
    margin: 10px auto;
}

.vip-all tr td {
    font-size: 11px;
    text-align: center;
    padding: 10px;
    /* background: rgb(255 255 255 / 16%); */
    color: #011f68;
    border-radius: 0;
    font-weight: 600;
    }

.vip-all tr td h3 {
    text-align: left;
    color: #ffffff;
}

.vip-all tr td:first-child {
    text-align: left;
    /* background: #55040e; */
    color: #011f68;
    font-weight: bold;
    width: 70%;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.vip-all tr td:last-child{
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

table.vip-all tr:first-child td {
    background: none;
    /* color:#ffffff; */
}

tr.titleRow td {
    background: linear-gradient(to bottom, rgba(215, 155, 52, 1) 0%, rgba(249, 229, 129, 1) 15%, rgba(238, 201, 91, 1) 58%, rgba(215, 152, 42, 1) 83%, rgba(215, 162, 65, 1) 100%) !important;
    color: #000 !important;
}

tr.titleRow p {
    margin: 0px;
}

.vip-all tr:first-child td {
    border: none;
}

table.vip-all tr td:nth-child(2) .vip-cell {
    /* color:#ae7932; */
    text-transform: uppercase;
    font-weight: bold;
}

.vip-cell {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

table.vip-all tr td:nth-child(3) .vip-cell {
    /* color:#9d9d9d; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(4) .vip-cell {
    /* color:#dca929; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(5) .vip-cell {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(6) .vip-cell {
    /* color:#8a8a8a; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td {
    /* width: 13%; */
}

.vip-wrap {
    /* background: rgb(0 0 0 / 70%); */
    /* border-radius: 10px; */
    /* margin-top: 20px; */
    /* padding: 20px; */
    /* margin-bottom: 20px; */
}

.vip-tnc {
    padding: 0px 20px;
}

.vip-tnc h4 {
    font-size: 16px;
    font-weight: bold;
}

.status-vip {
    width: 70%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;

}

table.vip-status-table tr td {
    padding: 5px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

table.vip-status-table tr td:first-child {
    /* font-style:italic; */
}

table.vip-status-table tr td:last-child {
    text-align: center;
    border: 1px solid #108593;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 0 15px;
    border-radius: 0;
    width: 51%;
    background: #000;
}

.vip-player-current {
    background: url(../images/vip/status-level.png);
    height: 168px;
    width: 32%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.vip-player-current img{
    margin: auto;
    width: 96px;
}
img.img-vp {
    width: 126px;
}

table.vip-status-table {
    border-collapse: separate;
    border-spacing: 10px 15px;

}

.vip-top {
    background: url("../images/vip/vip-status-bg.png") no-repeat top center;
    border-radius: 10px;
    display: flex;
    /* margin: 15px; */
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
    position: relative;
    max-height: 282px;
    padding-top: 58px;
    margin-bottom: 40px;
    background-position: right -40px center;
    margin-top: 10px;
    overflow: hidden;
}

img.img-vp {
    width: 126px;
    position: absolute;
    right: 20px;
    top: -10px;
}

table.vip-status-table {
    border-collapse: separate;
    border-spacing: 10px 15px;

}

.status-vip {}

.ttl-vip {
    color: #0b5a79;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: relative;

    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
text-transform: uppercase;margin-bottom: 20px;}

.ttl-vip:after {
    content: " ";
    width: 19%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: url("../images/vip/title-arrow-right.png")no-repeat right;
    right: 2%;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.ttl-vip:before {
    content: " ";
    width: 19%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: url("../images/vip/title-arrow-left.png") no-repeat left;
    background-position: 0;
    left: 2%;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.progress-bar-container {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 20px 5px 40px 5px !important;
}

.progress-bar-container .line {
    width: 100%;
    background: #bbbbbb;
    height: 35px;
    z-index: 1;
    border-radius: 50px;
    transition: all .9s ease;
    margin: 0;
    min-width: 700px;
}

.progress-bar-container .line .line-progress {
    content: " ";
    width: 0;
    height: 35px;
    background: #8d6428;
    background: linear-gradient(180deg, #5795bf 0, #75aed4 50%, #37474f);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all .9s ease;
}

.progress-bar-container ul {
    padding: 15px 0 0;
    z-index: 99;
    position: absolute;
    width: 100%;
    margin: -49px 0 0;
}

.progress-bar-container ul li {
    list-style: none;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: all .2s ease;
    vertical-align: bottom;
    height: 60px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.progress-bar-container ul li:before {
    content: " ";
    display: block;
    margin: auto;
    width: 0;
    height: 51px;
    border: 0.5px solid #005f7a;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s ease;
}

.progress-bar-container ul li .min-reload {
    font-size: 12px;
    line-height: 17px;
    display: block;
    color: #000000;
    font-weight: 400;
}

.progress-bar-containe i {
    color: #000;
}

.min-reload i {
    color: #005f7a;
}

.step-inner {
    color: #005f7a;
    font-weight: bold;
    margin-top: 7px;
    font-size: 12px;
}

table.vip-all tr:nth-child(odd) {
    /* background: #fefefe; */
    color: #000;
}

table.vip-all tr:first-child {
    
}

table.vip-all tr {
    color: #000;
    
border-radius: 0;}

table.vip-all {
    
/* display: block; */
}

table.vip-all td:first-child,
table.vip-all th:first-child {
    
}

table.vip-all tr:nth-child(even) td {
    
/* border-left: 2px solid #fff; */
    
/* background: #e8e8e8; */
    
color: #011f68;
    
/* border-radius: 15px; */
}

.vip-cell2 img {
    width: 50%;
}

.vip-mark {
    font-style: italic;
    font-size: 12px;
}

.vip-grn {
    padding: 0 15px;
    margin: 0px auto;
    position: relative;
}

.vipgn {
    margin-bottom: 30px;
}

.vipgn h4 {
    color: #0b5a79;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    margin: 0px;
}

.vipgn p {
    font-weight: bold;
    color: #000;
font-size: 11px;}

hr.line-vp {
    border-top: 5px solid #ffffff;
    margin-bottom: 20px;
}

.ttl-vip-2:after {
    content: " ";
    width: 40%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 12%;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -30%;
    background: url("../images/common/vip/about-vip-title-top.png")no-repeat right;
    transform: rotate(180deg);
}

.ttl-vip-2:before {
    content: " ";
    width: 40%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: url("../images/common/vip/about-vip-title-top.png")no-repeat right;
    background-position: 50%;
    width: 12%;
    left: 0;
    right: 0;
    top: -30%;
    margin: 0px auto;
}

.ttl-vip-2 {
    color: #0b5a79;
    font-size: 2.2rem;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 20px 0px;
text-transform: uppercase;}

.vip-about {
    margin: 0px auto;

    color: #000;
    font-weight: 600;
    padding: 0 15px;
}

.vip-about p {
    margin-bottom: 50px;
    text-align: center;
    color: #000;
font-size: 12px;}

.vip-about ul li {
    margin-bottom: 16px;
    position: relative;

font-size: 11px;}

.vip-about ul li:before {
    content: " ";
    position: absolute;
    background-image: url("../images/common/vip/vip-arrow.png");
    top: 0px;
    width: 30px;
    height: 20px;
    left: 0;
    background-size: contain;
    background-position: top
}

.vip-bottom img {
    display: block;
    margin: 0px auto;
}

.vip-about ul {
    list-style: auto;
}

.step-wrap {
    display: flex;

    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.silver {
    color: #9b9ead;
}

.gold {
    color: #dd6a1a;
}

.platinum {
    color: #31353e;
}

.diamond {
    color: #68a2a3;
}

.signature {
    color: #0073a5;
}

.vip-mark {
    color: #939393;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 10px;
    }

.vip-cell2 img {
    max-width: 100px;
    margin-left: 60px;
}

.progress-bar-container ul li .min-reload strong {
    font-weight: 600;
    color: #000000;
    opacity: 1;
}


.m-use {
    overflow: hidden;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}

.scroll-trigger {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
    /* margin-bottom: -24px; */
    z-index: 100000;
    position: absolute;
    left: 10%;
    top: 0%;
}

.vip-current {
    position: relative;
}

.scroll-trigger button {
    background: #000000;
    color: #fff;
    border-radius: 50%;
}

ul#tabs-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
padding: 15px;}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: #cce7fc;
}
.vip-grn {
    max-width: 1366px;
    margin: 0px auto;
    position: relative;
}

.vipgn {
    margin-bottom: 30px;
}

.vipgn h4 {
    color: #0b5a79;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    margin: 0px;
}

.vipgn p {
    font-weight: bold;
    color: #000;
    font-size: 11px;
}

hr.line-vp {
    border-top: 5px solid #ffffff;
    margin-bottom: 40px;
}
.vip-about {
    margin: 0px auto;
    max-width: 1366px;
    color: #000;
    font-weight: 600;
    padding: 0;
}

.vip-about p {
    margin-bottom: 50px;
    text-align: center;
    color: #000;
}

.vip-about ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
    list-style-type: none;
}

.vip-about ul li:before {
    content: " ";
    position: absolute;
    background-image: url("../images/vip/vip-arrow.png");
    top: 0px;
    width: 30px;
    height: 20px;
    left: 0;
    background-size: contain;
    background-position: top
}

.vip-bottom img {
    display: block;
    margin: 0px auto;
}

.vip-about ul {
    list-style: auto;
    padding: 15px;
}
.vip_main_title{
    font-size: 29px;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to bottom, #032D93 0%, #021A52 100%);
}
.vip_time_title {
    font-size: 11px;
    font-weight: 400;
}