/* Add this at the very top of your CSS */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
        url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2'),
        url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxM.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2') format('woff2'),
        url('https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc-.woff') format('woff');
}

/* Set Roboto as default font for all elements */
* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*-- scrollbar --*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 50px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(251,215,101); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* body {

    background-color: #000000;
    color: #ffffff;
	overflow: none;
    display: block;
    flex-direction: column;
    align-items: center;
	width: 100%;
} */

body {
	background: #000;
    color: #ffffff;
    overflow: hidden;
    display: block;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    padding-bottom:50px;
	height: auto;
}

.hero {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    background-image: url(/wp-content/themes/vip/jb-vip-v3/images/web-banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    /* gap: 50px; */
    flex-direction: column;
}

.text-container {
    position: relative;
    /* top: -2px; */
    /* left: 17px; */
    width: 100%;
    height: 494px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

/* Breadcrumbs */
.breadcrumbs {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 24px;
}

.breadcrumb-link {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    font-weight: 400;
}

.separator {
    color: rgba(255, 255, 255, 0.3);
}

.breadcrumb-current {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

/* Title and description */
.title-section {
    max-width: 534px;
    height: 140px;
    top: 200px;
    left: 89px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.main-heading {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.main-heading .highlight {
    color: rgba(210, 119, 34, 1);
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: flex-end;
}

.description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.tabcontainer {
    /* position: relative; */
    width: 550px;
    height: 77px;
    /* left: 526px; */
    margin-top: 44px;
    border-radius: 22px;
    border: 2px solid #D7A15D45;
    padding-top: 17px;
    padding-right: 23px;
    padding-bottom: 17px;
    padding-left: 23px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.tabs {
    height: 43px;
    width: 514px;
    gap: 31px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.tab {
    height: 43px;
    width: 250px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    /* transition: all 0.3s ease; */
}

.tab.active {
    background-color: #E37A00;
    width: 250px;
}

.tab span {

    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
}

.bodycontainer {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.ranks {
/*     height: 215px; */
    width: 100%;
    display: flex;
    
}

.ranks ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ranks ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ranks ul li a img {
    height: 140px;
    width: 140px;
    filter: grayscale(1);
    transition: all 0.3s ease;
}
.rankcontainer{
 width: 100%;
}

.ranks ul li a img.selected {
    height: 180px;
    width: 180px;
    filter: grayscale(1);
}


.ranks ul li a img:hover {
    filter: grayscale(0.5);
    /*     transform: scale(1.05); */
}

.custom-divider {
    width: 100%;
    height: 3px;
    opacity: 1;
    background: linear-gradient(90deg,
            rgba(170, 177, 175, 0) 2.88%,
            rgba(246, 190, 84, 0.78) 13.46%,
            rgba(246, 190, 84, 0.0624) 24.04%,
            rgba(170, 177, 175, 0) 100%);
}

.custom-divider1 {
    width: 928px;
    height: 3px;
    left: 83px;
    opacity: 1;
    background: linear-gradient(90deg,
            rgba(144, 119, 88, 0.0168) 2.88%,
            rgba(144, 119, 88, 0.28) 53.85%,
            rgba(144, 119, 88, 0.0168) 100%);
}

.rankContentContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parentcontainer {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 3px solid #907758;
    display: flex;
    flex-direction: column;
    gap: 44px;
    padding: 0px 10px 0px 10px;
}

.ranktag-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 64px;
}

.invitation-text {
    font-size: 24px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 20px;
    font-weight: bold;
}

.ranktag {
    width: 496px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-width: 2px;
    border-style: solid;
    padding: 17px 44px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    opacity: 1;
}

.ranktag span {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.ranktable {
    height: auto;
    width: 100%;
    top: 129px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rankrow {
    width: 100%;
    height: 66px;
    border-radius: 11px;
    border: 2px solid;
    display: flex;
    gap: 762px;
    padding: 10px 32px;
}

.point-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    align-items: center;
}

.point-title {
    width: 291.02px;
    height: 46px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

.point-title span {
    font-size: 18px;
    font-weight: bold;
}

.points {
    width: 326px;
    height: 46px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.rank-point {
    width: 270px;
    height: 41px;
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
}

.rank-point span {
    font-size: 16px;
    font-weight: 500;
}

.rank-point img{
	height: 28px;
}

.greytick {
    filter: grayscale(1);
}

.inactiverow {
    width: 100%;
    height: 66px;
    border-radius: 11px;
    border: 2px solid;
    display: flex;
    gap: 792px;
    padding: 10px 32px;
    opacity: 0.5;
}

.know-more {
    width: 242px;
    height: 54px;
    /* position: relative; */
    /* left: 645px; */
    border: 1px solid #D8D8D821;
    border-radius: 12px;
    color: #EDEDED8C;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 20px;
}

.know-more span {

    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    font-style: bold;
}

.know-more:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}


@keyframes dissolve {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.earn-vip {
    width: 100%;
/*     height: 950px; */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #907758;
	padding: 0px 0px 10px 0px;
}

.earn-vip .text {
/*     width: 411px; */
    height: 17px;
    margin-top: 47px;
    margin-left: 46px;
    text-align: center;
}

.earn-vip .text span {

    font-weight: 400;
    font-size: 30px;
	
}

/* .earn-vip .text span strong {

    font-style: bold;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
} */

.custom-divider2 {
    width: 1080px;
    height: 3px;
    margin-top: 52px;
    margin-left: 83px;
    opacity: 1;
    background: linear-gradient(90deg,
            rgba(144, 119, 88, 0.0168) 2.88%,
            rgba(144, 119, 88, 0.28) 53.85%,
            rgba(144, 119, 88, 0.0168) 100%);
    border: none;
}

.custom-divider3 {
    width: 1080px;
    height: 3px;
    margin-left: 83px;
    opacity: 1;
    background: linear-gradient(90deg,
            rgba(144, 119, 88, 0.0168) 2.88%,
            rgba(144, 119, 88, 0.28) 53.85%,
            rgba(144, 119, 88, 0.0168) 100%);
    border: none;
}

.vip-heading {
    width: 1014px;
    height: 49px;
    display: flex;
    /* gap: 800px; */
    justify-content: space-between;
}

.head-title {
    width: 170;
    display: flex;
    align-items: center;
    height: 49px;
	padding-left: 20px;
}

.head-description {
    width: 500px;
    height: 49px;
    display: flex;
    gap: 40px;
    align-items: center;
	justify-content: space-around;
}

.heading-text {

    font-size: 21px;
    line-height: 44px;
    font-weight: bold;
    background: linear-gradient(#E37A00, #FDBE59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products-table {
    width: 1014px;
    height: 667px;
    align-items: center;
    gap: 13px;
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1014px;
    height: 70px;
    border-radius: 16px;
    border-bottom: 1px solid #F7F7F70F;
    gap: 10px;
}

.row span {

    font-style: bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #E5E2E2;
}

.row-detail {
    width: 1014px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-head {
    width: 163px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 9px; */
    text-align: center;
}

.game-points {
    width: 500px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    gap: 99px;
    align-items: center;
    justify-content: space-evenly;
    background: #0000009C 61%;
}

.amount {
    width: 73.25px;
    height: 30.32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.point {
    width: 80.59px;
    height: 30.32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.point img {
    height: 30.97px;
    width: 30.32px;
}

.amount img {
    height: 30.97px;
    width: 30.32px;
}

/* Leaderboard styles */
.leaderboard-header {
    display: flex;
    flex-direction: column;
    height: 349px;
    gap: 5px;
    width: 100%;
    align-items: center;

}

.leader-span {

    font-style: bold;
    font-weight: 900;
    font-size: 25px;
    line-height: 47px;
    background: linear-gradient(#E37A00, #FDBE59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ranking {
    width: 100%;
    height: 120px;
    border-radius: 16px;
    /* padding: 49px 23px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    background: radial-gradient(60.13% 81.13% at 50% 50%, rgba(255, 154, 46, 0.152) 13.94%, rgba(78, 46, 7, 0) 100%);
    border-style: solid;
    border-width: 9px 0px;
    border-image-source: linear-gradient(90deg, rgba(80, 47, 8, 0) 2.4%, #A85E10 50.85%, rgba(80, 47, 8, 0) 100%);
    border-image-slice: 1;
}

.counting {
    width: 1146px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 286px;
    border-radius: 16px;
    padding: 6px 65px;
    color: #fff;
}

.counting span {

    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
}

.username {
    display: flex;
    justify-content: center;
    align-items: center;
}

.userpoint {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ranking-des {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 124px;
    align-items: center;
    gap: 45px;

}

.p-month {
    width: 420px;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #907758;


    font-weight: bold;
    cursor: pointer;
    transition: all 300ms ease-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p-container {
    display: flex;
    gap: 10px;
}

.vp-point-table {
    width: 100%;
    margin-top: 30px;
    max-height: 1363px;
    border-radius: 16px;
    background-image: url('images/jb-border.png');
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.t-h {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 649px;
    height: 50px;

}

.t-h span {

    font-weight: 900;
    font-size: 25px;
    line-height: 36px;
    background: linear-gradient(#E37A00, #FDBE59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.divider4 {
    width: 100%;
    height: 3px;
    margin-left: 27px;
    opacity: 1;
    background: linear-gradient(90deg,
            rgba(170, 177, 175, 0) 2.88%,
            rgba(246, 190, 84, 0.78) 54.33%,
            rgba(246, 190, 84, 0.0624) 86.54%,
            rgba(170, 177, 175, 0) 100%);
    border: none;
}

.vp-table {
    width: 100%;
    max-height: 1231px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: auto;
    margin-bottom: 20px;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
/*
.vp-table::-webkit-scrollbar {
    width: 12px;
}

.vp-table::-webkit-scrollbar-track {
    background: #fff;
}

.vp-table::-webkit-scrollbar-thumb {
    background-color: #eba03f;
    border-radius: 16px;
    border: 2px solid #a19d9d;
}

*/



.vp-table-row {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 9px;
    border-bottom: 1px solid #BB934721;
    box-sizing: border-box;

}

.vp-user {
    display: flex;
    width: 50%;
    height: 38px;
    justify-content: flex-start;
    align-items: center;

}

.userrow {
    display: flex;
    width: 170px;
    align-items: center;
    gap: 10px;
}

.vp-user span {

    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-left: 15px;
}

.vp-user i img {
    width: 25px;
    height: 25px;
    margin-left:0px;
}

.vp-user img {
    height: 38px;
    width: 38px;
    margin-left:15px;
}

.vp-point {
    width: 50%;
    height: 36px;
    border-radius: 16px;
    display: flex;
    gap: 31px;
    background-color: #322D26;
    align-items: center;
    justify-content: center;
}

.vp-point img {
    height: 28px;
    width: 28px;
}

.vp-point span {

    font-weight: 900;
    font-style: Black;
    font-size: 16px!important;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.vp-timing {
    width: 100%;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vp-timing span {

    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background: linear-gradient(#1D1D1D, #292D2E);
    margin: 3% auto;
    /* padding: 30px; */
    border: 1px solid #907758;
    border-radius: 16px;
    height: 800px;
    width: 1056px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close {
    color: #fff;
    float: right;
    font-size: 35px;
    margin-left: 945px;
    cursor: pointer;
}

.close:hover {
    color: #fff;
    ;
}

#modalTitle {
    background: linear-gradient(to right, #E37A00, #FDBE59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    text-align: center;
    margin-bottom: 20px;
}


#modalContent {
    color: #fff;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 45px;

}

#modalContent ul {
    margin-top: 15px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modellist {

    width: 800px;
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-direction: column;


}

.modellist span {

    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ee9f37;

}

.contenttext {
    margin-top: -10px;
}

.modellist ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 20px;
}

.modelcontent {
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 500px;
    gap: 17px;
    margin-top: 30px;
    align-content: center;
}

/* .tab-buttons {
    height: 64px;
    width: 944px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.tab-btn {
    margin: 0 auto;
    background: #000000;
    padding: 15px;
    border-radius: 10px;
}

.tab-button {
    /* width: 413px; */
    /* height: 47px; */
    /* gap: 10px; */
    /* opacity: 1; */
    /* text-align: center; */
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-style: Black;
    font-size: 16px;
    /* line-height: 100%; */
    /* letter-spacing: 0px; */
    /* vertical-align: middle; */
    text-transform: uppercase;
    min-width: 150px;
    margin: 0 15px;
}

.tab-content {
    display: none;
}

.tab-content.active-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-content a {
    color: #daa229;
    /* text-decoration: none; */
    font-weight: 700;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tab-button.active {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    min-width: 150px;
    margin: 0 15px;
    color: #ffffff;
    background: #E37A00;

}

.howtoearnvp {
    display: flex;
    flex-direction: column;
    width: 800px;
    gap: 10px;
    height: 470px;
    opacity: 1;
    border-radius: 12px;
    border-width: 1px;
    /*     padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px; */
    border: 1px solid #907758;
    align-items: center;
}

.howtoearnhead {
    width: 800px;
    height: 44px;
    /* gap: 290px; */
    opacity: 1;
    padding-right: 12px;
    padding-left: 12px;
    display: flex;
    /* padding-left: 150px; */
    justify-content: space-around;
}

.howtoearnhead span {

    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 44px;
    letter-spacing: 0%;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: linear-gradient(90deg, #E37A00 0%, #FDBE59 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.slots {
    width: 780px;
    height: 150px;
    gap: 12px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slotsgame {
    width: 50%;
    height: 150px;
    gap: 8px;
    text-align: center;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.slotspoint {
    width: 50%;
    height: 150px;
    opacity: 1;
    gap: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #3740416E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slotrow {
    width: 100%;
    height: 50px;
    gap: 10px;
    align-items: center;
    opacity: 1;
    border-radius: 6px;
    padding-right: 12px;
    padding-left: 12px;
    background: #242424;

}

.arcade {
    width: 780px;
    height: 208px;
    gap: 12px;
    opacity: 1;
    display: flex;
    justify-content: center;
}

.arcadeslots {
    width: 50%;
    height: 220px;
    gap: 8px;
    text-align: center;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.arcadepoint {
    width: 50%;
    height: 220px;
    gap: 10px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #3740416E;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Previous month model table */

.vp-point-table-previous {
    width: 984px;
    height: 462px;
    border-radius: 16px;
    background-image: url('images/jb-border.png');
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
/*
.vp-point-previous::-webkit-scrollbar {
    width: 12px;
}

.vp-point-previous::-webkit-scrollbar-track {
    background: #fff;
}

.vp-point-previous::-webkit-scrollbar-thumb {
    background-color: #eba03f;
    border-radius: 16px;
    border: 2px solid #a19d9d;
}
*/

.dividerp {
    width: 913px;
    height: 3px;
    margin-left: 27px;
    opacity: 1;
    background: linear-gradient(90deg,
            rgba(170, 177, 175, 0) 2.88%,
            rgba(246, 190, 84, 0.78) 54.33%,
            rgba(246, 190, 84, 0.0624) 86.54%,
            rgba(170, 177, 175, 0) 100%);
    border: none;
}

.vp-point-previous {
    width: 913px;
    height: 462px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: auto;
    margin-bottom: 20px;
}

.vp-table-row-previous {
    width: 900px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 9px;
    border-bottom: 1px solid #BB934721;
    box-sizing: border-box;
}

.ranking-prevoius {
    width: 984px;
    height: 88px;
    border-radius: 16px;
    /* padding: 49px 23px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    background: radial-gradient(60.13% 81.13% at 50% 50%, rgba(255, 154, 46, 0.152) 13.94%, rgba(78, 46, 7, 0) 100%);
    border-style: solid;
    border-width: 9px 0px;
    border-image-source: linear-gradient(90deg, rgba(80, 47, 8, 0) 2.4%, #A85E10 50.85%, rgba(80, 47, 8, 0) 100%);
    border-image-slice: 1;
}

.counting-previous {
    width: 920px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 200px;
    border-radius: 16px;
    padding: 6px 65px;
    color: #fff;
}

.rank-icon {
    width: 10px;
    height: 00px;
}

/* Prize View Model Style */

.prizeview {
    width: 968px;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 60px;
}

.headerpic {
    width: 968px;
    height: 200px;
    border-radius: 20px;
    background-image: url(images/headpic.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.vip-club {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 314px;
}

.vip-club-span {

    font-weight: 900;
    font-style: Black;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(180deg, #FAB34B 0%, #F19C33 50%, #EA8818 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 35px;
}

.season {
    width: 228px;
    height: 24ps;
    gap: 10px;
    opacity: 1;
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.season span {

    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
}

.over {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
    gap: 5px;
}

.over-span {

    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    background: linear-gradient(180deg, #FAB34B 0%, #F19C33 50%, #EA8818 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.over-spanplay {

    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

}

.over-span-prize {

    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

}

.prizedetails {
    width: 860px;
    gap: 30px;
    opacity: 1;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.prizedetails h4 {

    font-weight: 900;
    font-style: Black;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    background: linear-gradient(0deg, #E37A00 62%, #FDBE59 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 19px;
}

.howparticipate {
    width: 860px;
}

.howparticipate ul {
    margin-left: 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
/*     list-style-type: none; */
}

.contestdetail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contestdetail p {
    margin-left: 20px;
}

.prizegametable {
    width: 860px;
    height: 541px;
    gap: 16px;
    opacity: 1;
    border-radius: 16px;
    padding: 20px 10px;
    border: 2px solid #907758;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prizeheading {
    width: 860px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 1;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-width: 3px, 0px, 3px, 0px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, rgba(144, 119, 88, 0.0168) 2.88%, rgba(144, 119, 88, 0.28) 53.85%, rgba(144, 119, 88, 0.0168) 100%);

}

.prizeheading span {

    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(0deg, #E37A00 32%, #FDBE59 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prize-row-wrapper {
    display: flex;
    flex-direction: column;
    width: 840px;
    height: 435px;
    gap: 6px;

}

.prize-row {
    width: 840px;
    height: 50px;
    justify-content: space-evenly;
    opacity: 1;
    gap: 110px;
    padding-left: 12px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #F7F7F70F;
    display: flex;
    align-items: center;
}

.prize-row span {
    width: 20%;
    text-align: center;
}

.prize-points {
    width: 25%;
    height: 40px;
    justify-content: space-between;
    display: flex;
    opacity: 1;
    border-radius: 16px;
    padding: 10px;
    align-items: center;

}

.prize-amount {
    width: 70px;
    height: 30px;
    gap: 10px;
    opacity: 1;
    display: flex;
    align-items: center;
}

.prize-amount img {
    height: 30.970327377319336px;
    width: 30.970327377319336px;
}

.prize-vp img {
    height: 30.970327377319336px;
    width: 30.970327377319336px;
}

.prize-vp {
    width: 70px;
    height: 30px;
    gap: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
}

.table-description {
    width: 860px;
    height: 34px;
    padding-left: 19px;
}

.table-description p {

    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.prizes-place {
    width: 860px;
    gap: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #b69595;
    border-radius: 16px;
    background: #1e1e1e;
    padding: 0px 0px 8px 0px;
}

.prizes.place.heading {
    width: 860px;
    height: 44px;
}

.prizes-place {
    width: 860px;
    gap: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #b69595;
    border-radius: 16px;
    background: #1e1e1e;
    padding: 0px 0px 20px 0px;
}

/* Heading Styling */
.prizes-place-heading {
    display: flex;
    width: 860px;
    height: 50px;
    border-radius: 16px 16px 0 0;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #E37A00, #FDBE59);
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}

/* Row Styling */
.prize-table-row {
    width: 850px;
    height: 52px;
    justify-content: space-between;
    opacity: 1;
    padding-top: 7px;
    padding-right: 9px;
    padding-bottom: 7px;
    padding-left: 9px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #BB934721;
    display: flex;
    align-items: center;
}

/* Column Styles - Unified for Heading & Rows */
.column {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 150px;
}

/* Specific Widths for Columns */
.column.place {
    width: 120px;
    height: 44px;
}

.column.prize {
    width: 400px;
    text-align: center;
}

.column.price {
    width: 170px;
    background-color: #322D26;
    height: 44px;
    border-radius: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.column.price img {
    width: 24px;
    height: 24px;
}

.column.quantity {
    width: 130px;
    background-color: #322D26;
    height: 44px;
    border-radius: 14px;
}

.prisez-detail-list {
    width: 860px;
    height: 360px;
    padding-left: 35px;
}

.prisez-detail-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.terms-condition {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 185px;
}

.terms-condition ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq {
    width: 860px;
    height: 168px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
}

.faq ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
}

.main-heading img {
    height: 55px;
    margin-bottom: 5px;
    padding-right: 10px;
}

.place-heading {
    font-size: 16px;
  height: 44px;
  line-height: 14px;
  width: 200px;
  display: flex;
  align-items: center;
  text-align: center;
}

.prize-heading {
    font-size: 16px;
    height: 44px;
    line-height: 14px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-heading {
    font-size: 16px;
  height: 44px;
  width: 158px;
  justify-content: end;
  text-align: right;
  display: flex;
  align-items: center;
  text-align: left;
}

.gty-heading {
    font-size: 16px;
    height: 44px;
    width: 85px;
    display: flex;
    align-items: center;
}

.pre-m-span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
}

#modal-pills {
    margin-bottom: 30px;
    display: inline-flex;
}

.rankud{
    width:60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rankvpp{
    min-width: 120px;
    text-align: center;
}

/* Mobile design */

@media only screen and (max-width: 440px) {
    
    .vp-user span{
        margin-left: 0px;
    }
	
	.rankud{
        width:30px;
    }

    .rankvpp{
        min-width: 70px;
    }

    body {
        width: 100%;
    }

    .container {
        width: 100%;
        height: auto;
    }

    .hero {
        width: 100%;
        /* flex-direction: column; */
        /* align-items: center; */
        justify-content: center;
        background-image: none;
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top:40px;
    }


    .hero-container {
        width: 440px;
        height: 290px;
        flex-direction: column;
        background-image: url(images/mobile-banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }
	
	.earn-vip .text span {

    font-weight: 400;
    font-size: 16px;
	
}

    .text-container {
        width: 100%;
        height: auto;
        text-align: center;
        left: 0;
        top: -20px;
        padding: 0px 10px 0px 10px;
        margin: 0;
    }


    .tabcontainer {
        width: 100%;
        height: 48px;
        left: 0px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .tabs {
        width: 100%;
        height: 32px;
    }

    .tab {
        height: 32px;
        width: 50%;
    }

    .tab span {
        font-size: 16px;
    }

    .tab.active {
        height: 32px;
        width: 50%;
    }

    .bodycontainer {
        width: 100%;
        height: 1583px;
        flex-direction: column;
        gap: 40px;
        margin: 0px;
    }

    .ranks {
        width: 100%;
        overflow-y: auto;
        scroll-snap-type: y mandatory;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        /*         height: 144px; */
        align-items: center;
        margin-top: 15px;

    }

    .ranks ul {
        display: flex;
        gap: 40px;
        height: 130px;
        padding: 0 45vw;
        /* fake spacing left and right to center selected */
        /*         margin: 0; */
        width: max-content;
        /*         scroll-snap-type: x mandatory; */
    }

    .ranks ul li {
        flex: 0 0 auto;
        scroll-snap-align: center;
    }

    .ranks ul li a img {
        height: 70px;
        width: 70px;
        transition: all 0.3s ease;
    }

    .ranks ul li a img.selected {
        height: 110px !important;
        width: 110px !important;
    }

    /* Hide scrollbars */
    .ranks::-webkit-scrollbar,
    .ranks ul::-webkit-scrollbar {
        display: none;
    }

    .ranks {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .custom-divider
 {
        width: 290px;
        background: linear-gradient(90deg, rgba(170, 177, 175, 0) -3.12%, rgba(246, 190, 84, 0.78) 41.46%, rgba(246, 190, 84, 0.0624) 98.04%, rgba(170, 177, 175, 0) 100%);
    }

    .rankContentContainer {
        width: 420px;
        height: 589px;
    }

    .tick img {
        width: 28px;
        height: 28px;
    }

    .ranktag-container {
        flex-direction: column;
        width: 328px;
        margin: 0;
        align-items: center;
        justify-content: center;
    }

    .ranktag {
        width: 328px;
        height: 36px;
    }

    .ranktag span {
        font-size: 18px;
    }

    .invitation-text {
        font-size: 16px;
    }

    .point-title {
         width: 50%; 
        height: 36px;
    }

    .point-title span {

        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 36px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .inactiverow {
        width: 100%;
        height: 38px;
        padding: 0px;
    }

    .point-container {
        width: 400px;
        height: 38px;
        padding-left: 10px;
    }

    .rank-point {
        width: 176px;
        height: 36px;
        gap: 10px;
    }

    .rank-point img {
        width: 20px;
		height: 20px;
    }

    .points {
        width: 50%;
        height: 36px;
    }

    .custom-divider1 {
        width: 400px;
    }

    .parentcontainer {
        width: 100%;
        /* height: 700px; */
        display: flex;
        flex-direction: column;
        padding: 0px 0px 10px 0px;
        gap: 20px;
        align-items: center;
    }

    .ranktable {
        width: 100%;
/*         height: 395px; */
        margin: 0;
    }

    .rankrow {
        width: 100%;
        height: 38px;
        padding: 0px;
    }

    .greytick {
        height: 28px;
        width: 28px;
    }

    /* earn VIP points */

    .earn-vip {
        width: 100%;
/*         height: 800px; */
        align-items: center;
        margin: 0;
/*         padding: 0; */
        gap: 10px;
    }

    .earn-vip .text {
        margin: 10px 0 0 0;
    }

    .earn-vip .text span {

        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;

    }

    .custom-divider2 {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .vip-heading {
        width: 100%;
        height: 44px;
        gap: 0;
        align-items: center;
        padding-left: 10px;
    }

    .head-title {
        width: 30%;
        height: 44px;
    }

    .heading-text {

        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 44px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: capitalize;

    }

    .head-description {
		width: 70%;
        gap: 24px;
		font-size: 12px;
    }

    .custom-divider3 {
        width: 100%;
        margin: 0;
    }

    .products-table {
        width: 100%;
        height: 435px;
        gap: 5px;
    }

    .row {
        width: 100%;
        height: 50px;
    }

    .row-detail {
        width: 100%;
        height: 50px;
    }

    .row-head {
        width: 30%;
        height: 44px;
    }

    .row-head span {

        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 44px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: capitalize;

    }
	.row span {
    
    font-size: 12px;
    
}

    .game-points {
       
        width: 70%;
        height: 40px;
        gap: 64px;
    
    }

/*     .amount {
        width: 80px;
    } */

    .amount img {
        width: 28px;
        height: 28px;
    }

/*     .point {
        width: 80px;
    } */

    .point img {
        width: 28px;
        height: 28px;
    }

    /* Leaderboard */

    .leaderboard-header {
        width: 100%;
    }

    .leader-span {

        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .ranking {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .counting {
        width: 100%;
        gap: 8px;
        padding: 5px 10px;
        height: 36px;
    }

    .counting span {

        font-weight: 900;
        font-style: Black;
        font-size: 12px;
        line-height: 36px;
        letter-spacing: 0px;
        vertical-align: middle;

    }

    .ranking-des {
        width: 100%;
        gap: 24px;
    }

    .ranking-des span {

        font-weight: 900;
        font-style: Black;
        font-size: 12px;
        line-height: 36px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;

    }

    .p-container {
        width: 340px;
        height: 38px;
        gap: 12px;
    }

    .p-month {
        width: 164px;
        height: 38px;
    }

    .vp-point-table {
        width: 100%;
        height: 821px;
        padding: 20px 10px;
    }

    .t-h {
        width: 400px;
        height: 50px;
    }

    .t-h span {

        font-weight: 900;
        font-style: Black;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;

    }

    .divider4 {
        width: 400px;
    }

    .vp-table {
        width: 100%;
        height: 610px;
    }

    .vp-table-row {
        width: 100%;
        height: 52px;
        padding:7px 0px;
    }

    .vp-user {
        width: 50%;
        height: 38px;
    }

    .vp-point {
        width: 50%;
        height: 36px;
        gap: 6px;
        font-size:10px;
    }

    .userpoint img {
        width: 28px;
        height: 28px;
    }

    .userrow img {
        width: 28px;
        height: 28px;
    }

    .vp-user i img {
        width: 18px;
        height: 18px;
    }

    .userrow {
        width: 120px;
    }

    .vp-timing {
        width: 100%;
    }

    .vp-timing span {

        font-weight: 400;
        font-style: Italic;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;

    }

    .bodycontainer {
        width: 100%;
        /*         height: 1583px; */
        flex-direction: column;
        gap: 15px;
        /* margin-top: 50px; */
    }

    /* Models */

    .modal-content {
        width: 100%;
        overflow-x: auto
    }

    #modalTitle {
        margin-bottom: 10px;

        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
    }

    .modellist {
        width: 340px;
    }

    .modelcontent {
        width: 340px;
    }

    #modalContent {
        gap: 20px;
    }

    .close {
        margin-left: 365px;
    }

    .modellist ul {

        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0%;
        vertical-align: middle;
        gap: 10px;

    }

    .modellist ul span {

        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .modelcontent p {

        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .tab-btn {
        margin: 0 auto;
        background: #141414;
        padding: 10px;
        text-align: center;
        border-radius: 10px;
    }

    .tab-button.active {
        min-width: 140px;
        max-width: 140px;
        font-size: 12px;
    }

    .tab-button {
        font-size: 12px !important;
        max-width: 140px;
        margin: 0 5px !important;
        min-width: 140px;
    }

    .tab-buttons {
        width: 380px;
    }

    .howtoearnvp {
        width: 340px;
        margin: 0;
        padding: 0;
    }

    .howtoearnhead {
        width: 340px;
        height: 44px;
    }

    .slots {
        width: 330px;
        font-size: 12px;
    }

    .arcade {
        width: 330px;
        height: 230px;
        font-size: 12px;
    }

    .contenttext {

        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .modellist p {

        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .modellist p span {

        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .ranking-prevoius {
        width: 380px;
        height: 50px;
        border-width: 3px 0px;
    }

    .counting-previous {
        width: 380px;
        gap: 5px;
    }

    .vp-point-table-previous {
        width: 370px;
        height: 613px;
        padding: 10px 30px;
    }

    .dividerp {
        width: 350px;
    }

    .t-h span {

        font-weight: 900;
        font-style: Black;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;

    }

    .vp-point-previous {
        width: 340px;
        overflow-y: scroll;
        height: 600px;
    }

    .vp-table-row-previous {
        width: 328px;
    }

    .vp-point span {

        font-weight: 900;
        font-style: Black;
        font-size: 12px!important;
        line-height: 36px;
        letter-spacing: 0px;
        vertical-align: middle;

    }

    .vp-point img {
        width: 16px;
        height: 16px;
    }

    .userrow {
        gap: 5px;
        padding-left:
    }

    .tab-content a {
        color: #daa229;
        /* text-decoration: none; */
        font-weight: 700;
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .userrow span {

        font-weight: 900;
        font-style: Black;
        font-size: 12px;
        line-height: 36px;
        letter-spacing: 0px;
        vertical-align: middle;

    }

    .userrow img {
        width: 23px;
        height: 23px;
    }

    .know-more {
        margin: 0px !important;
    }

    /* prize view */

    .howparticipate {
        width: 360px;
    }

    .howparticipate li {

        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .prizedetails {
        width: 360px;
    }

    .prizedetails p {

        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .contestdetail {
        width: 340px;
    }
	
	.contestdetail ul{
        font-size: 12px;
    }

    .contestdetail p {

        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 17px;
        margin-left: 20px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .prizegametable {
        width: 360px;
		
    }
	
	.prizegametable ul {
		font-size: 12px;
    }

    .prizeheading {
        width: 320px;
        padding: 0;
        margin: 0;
        justify-content: space-around;
    }


    .prize-row-wrapper {
        width: 350px;
        align-items: center;
    }

    .prize-row {
        width: 320px;
        justify-content: space-between;
    }

    .prize-points {
        padding: 0;
        width: 60%;
    }

    .prize-row span {
        width: 28%;
        text-align: start;
        font-size: 12px;
    }

    .table-description {
        width: 360px;
        height: 68px;
    }

    .table-description p {

        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .prize-vp img {
        height: 18px;
        width: 18px;
    }

    .prize-amount img {
        height: 18px;
        width: 18px;
    }

    .prizes-place {
        width: 360px;
    }

    th span {

        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        line-height: 44px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: capitalize;

    }

    thead th {

        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 44px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: capitalize;

    }

    tbody td {
        padding: 8px;

        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;

    }

    .prizedetails h4 {

        font-weight: 900;
        font-style: Black;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;

    }

    .prisez-detail-list {
        width: 360px;
        height: auto;
    }

    .prizeview {
        width: 380px;
        margin-bottom: 30px;
    }

    .terms-condition {
        margin-top: 0;
    }

    .faq {
        width: 360px;
    }

    .know-more {
        margin: 0px !important;
    }

    .main-heading img {
        height: 35px;
        margin-bottom: 3px;
    }

    .main-heading .highlight {
        font-size: 21px;
        align-content: center;
        justify-content: center;

    }

    /* Prize Table */
    .prizes-place-heading {
        width: 360px;
        
    }

    .prize-table-row {
        width: 360px;
        height: 44px;
        gap: 1px;
    }

    .place-heading {
        font-size: 12px;
        height: 44px;
        line-height: 14px;
        width: 90px;
        text-align: center;
        
    }

    .prize-heading {
        font-size: 12px;
        height: 44px;
        line-height: 14px;
        width: 90px;
        text-align: center;
        
    }

    .price-heading {
        font-size: 12px;
        height: 44px;
        text-align: right;
        width: 30px;
    }

    .gty-heading {
        font-size: 12px;
        height: 44px;
        width: 47px;
        text-align: end;
    }

    .column.place {
        width: 154px;
        height: 44px;
        font-size: 12px;
    }

    .column.prize {
        font-size: 12px;
        width: 200px;
    }

    .column.price {
        font-size: 12px;
        width: 140px;
        height: 36px;
    }

    .column.quantity {
        font-size: 12px;
        width: 80px;
        height: 36px;
    }

    .column.price img {
        width: 14px;
        height: 14px;
    }

    .column {
        font-size: 12px;
    }

    .howparticipate ul li {
        font-size: 12px;
        margin-left: 0px;
    }

    .table-description p {
        font-size: 12px;
    }

    .table-description ul {
        font-size: 12px;
    }

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

    .terms-condition ul {
        font-size: 12px;
    }

    .faq ul {
        font-size: 12px;
    }

    .prize-amount {
        width: 45px;
    }

    .description {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
    }

    .title-section {
        gap: 0;
    }

    #modal-pills {
        padding: 10px 5px;
        margin-bottom: 20px;
        display: inline-flex;
    }
    ::-webkit-scrollbar {
      width: 3px;
    }
}