.header1{
    background-image: url('../image/jpg/background-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.header1 span{
    color:white;
}

.box-login-header{
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.box-login-header a{
    color:white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #000;
    display:block;
    width: 100%;
    text-align: center;
    background-color: var(--green-subtle);
    color:var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.box-login-header a.active{
    background-color: var(--green);
    color:white;
}

.box-login-body{
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    border:2px solid var(--green);
}

.input-group1{
    position: relative;
}

.input-group1 img{
    width: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.input-group1 input{
    width: 100%;
    padding: 10px 10px 10px 45px;
    border:1px solid var(--green);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 200;
}

.remember-me{
    display: flex;
    align-items: start;
    gap:10px;
}

.remember-me input[type="checkbox"],
.remember-me input[type="radio"]{
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    outline: none !important;
    border: 1px solid #00A86A !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    accent-color: #00A86A !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: white !important;
    margin-top: 3px !important;
}

.remember-me input[type="checkbox"]:focus,
.remember-me input[type="radio"]:focus{
    box-shadow: 0 0 0 1px #00A86A !important;
}

.remember-me input[type="checkbox"]:checked,
.remember-me input[type="radio"]:checked{
    background-color: #00A86A !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    background-size: 12px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.remember-me label{
    font-size: 14px;
    font-weight: 200;
    color:var(--text-secondary);
}

.btn-green{
    background-color: var(--green);
    color:white;
    border:none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center !important;
    align-items:center !important;
}

.btn-green:hover{
    background-color: var(--green-subtle);
    color:var(--green);
}

.btn-outline-green{
    background-color: white;
    color:var(--green);
    border:1px solid var(--green);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.btn-outline-green:hover{
    background-color: var(--green);
    color:white;
}

.box-login-container{
    margin-top: -30px;
    background-color: white;
    border-radius: 30px;
    padding: 20px;
}

.header-app{
    background-image: url('../image/jpg/background-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img{
    height: 25px;
}

.header-logo-icon{
    display: flex;
    align-items: center;
    gap:10px;
}

.header-logo-icon a{
    display:inline-block;
}

.header-logo-icon a img{
    height:28px;
    width:28px;
}

.image-slider{
    width:100%;
    height:100%;
    overflow:hidden;
    margin-top:20px;
    border-radius: 10px;
}

.image-slider img{
    width:100%;
}

.btn-blue{
    background-color: var(--darkBlue);
}

.btn-red{
    background-color: var(--red);
}

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

.btn img{
    height:25px;
    width:25px;
}

.btn span{
    font-size:14px;
    font-weight:400;
    color:white;
}

.text-slider{
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}

marquee.text-slider{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 8px 15px;
}

.dashboard-menu-top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    padding:20px;
    padding-bottom:10px;
}

.dashboard-menu-top img{
    height:30px;
    width:30px;
}

.dashboard-menu-top span{
    font-size:12px;
    font-weight:600;
    color:var(--text-primary);
}

.menu-left{
    width:110px;
    display:flex;
    flex-direction: column;
    gap:15px;
    background-color: var(--green-subtle);
    padding:10px;
    border-radius: 5px;
    height:110px;
}

.menu-right{
    width:70%;
    display:flex;
    flex-direction: column;
    gap:10px;
}

.menu-right-item{
    display:flex;
    align-items: center;
    gap:10px;
    padding:10px;
    border-radius: 5px;
}

.menu-right-item span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-right-item:nth-child(1){
    background-color: var(--blue-subtle);
}

.menu-right-item:nth-child(2){
    background-color: var(--yellow-subtle);
}

.dashboard-menu-bottom{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    padding:0 20px;
}

.dashboard-menu-bottom img{
    height:30px;
    width:30px;
}

.dashboard-menu-bottom span{
    font-size:12px;
    font-weight:600;
    color:var(--text-primary);
}

.dashboard-menu-bottom a{
    padding:10px;
    border-radius: 5px;
    display:flex;
    align-items: center;
    gap:10px;
}

.dashboard-menu-bottom a:nth-child(1){
    width:60%;
    background-color: var(--pink-subtle);
}

.dashboard-menu-bottom a:nth-child(2){
    width:40%;
    background-color: var(--purple-subtle);
}

.levels-item{
    display:flex;
    position:relative;
    gap:3px;
}

.level-item-left{
    width:70%;
    background-color: var(--green-subtle);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;
    margin-bottom:20px;
}

.level-item-header{
    background-color: var(--green);
    padding:5px;
    color:white;
    text-align: center;
    font-size:14px;
    font-weight:600;
}

.level-item-body{
    display:flex;
    align-items: center;
    gap:10px;
    padding:10px;
    position:relative;
}

.box-icon{
    width:50px;
    height:50px;
    background-color: var(--green);
    border-radius: 15px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.box-icon img{
    width:30px;
    height:30px;
}

.box-text{
    width:calc(100% - 50px);
}

.box-text > div{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:5px;
    font-size:12px;
    font-weight:400;
    margin-bottom:5px;
}

.icon-link{
    position:relative;
    display:flex;
    align-items: end;
    width:30%;
}

.icon-link img{
    width:100%;
}


.levels-item.subtle .level-item-left{
    opacity:0.25;
}

.levels-item.subtle .button-center{
    display:flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top: 40%;
    left:15%;
}

.button-center a{
    background:linear-gradient(to right, #009786, #007c65);
    color:white;
    font-size:12px;
    padding: 5px 15px;
    border-radius: 50px;
    z-index:10;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.navigation{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
    position:fixed;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    max-width: 500px;
    background-color: white;
    z-index:100;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
}

.navigation > a{
    display:flex;
    align-items: center;
    flex-direction: column;
    width:30%;
}

.navigation a img{
    width:25px;
    height:25px;
}

.navigation a span{
    font-size:10px;
    font-weight:600;
    color:var(--text-primary);
}

.navigation .center-nav{
    width:30%;
    position:relative;
    text-align: center;
}

.center-nav a{
    position:absolute;
    background-color:white;
    width:55px;
    height:55px;
    left:50%;
    transform: translateX(-50%);
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    margin-top:-40px;
}

.navigation a.active img{
    width:30px;
    height:30px;
}

.center-nav.active a{
    background-color:var(--green-subtle);
}

.pop{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1000;
    max-width: 500px;
    margin:0 auto;
    left:50%;
    transform: translateX(-50%);
    display:flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    display:none;
}

.pop-box{
    width:80%;
    background-color:white;
    border-radius: 10px;
    padding:20px;
    position:relative;
}

.pop-header{
    font-size:16px;
    font-weight:600;
}

.pop-body{
    font-size:14px;
    font-weight:300;
    color:var(--text-secondary);
}

.pop-footer{
    display:flex;
}

.pop-btn-secondary{
    background-color:var(--gray);
    color:white;
    border:none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size:14px;
    font-weight:400;
    cursor:pointer;
    display:block;
    text-align: center;
}

.pop-btn-primary{
    background-color:var(--green);
    color:white;
    border:none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size:14px;
    font-weight:400;
    cursor:pointer;
    display:block;
    text-align: center;
}

.header-top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 20px;
    background-color: var(--green);
    color:white;
    font-size:14px;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.header-top img{
    height:20px;
    width:20px;
}

.header-title{
    display:flex;
    align-items: center;
    gap:15px;
}

.card-subtle{
    border-radius: 10px;
    background-color: var(--green-subtle);
}

.input-group2{
    position: relative;
}

.input-group2 img{
    width:20px;
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
}

.input-group2 input,select{
    width:100%;
}

.input-group2 span{
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    font-size:12px;
    font-weight:400;
    color:var(--text-secondary);
}

.input-group2 input,select{
    padding:8px 10px 8px 30px;
    border:none;
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid var(--green-subtle);
    /* hilangkan arrow up down number */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Hilangkan arrow untuk input number secara spesifik */
.input-group2 input[type="number"]::-webkit-outer-spin-button,
.input-group2 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-group2 input[type="number"] {
    -moz-appearance: textfield;
}

.input-group2 input:focus, .input-group2 select:focus{
    outline:none;
    border-bottom:1px solid var(--green);
}

.radio-group{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    gap:10px;
}

.radio-group label{
    flex:1;
}

.radio-group label span{
    gap:10px;
    background-color: var(--green-subtle);
    padding:5px 10px;
    border-radius: 5px;
    font-size:12px;
    font-weight:400;
    color:var(--text-secondary);
    text-align: center;
    width:100%;
    display:block;
}

.radio-group label input{
    display:none;
}

.radio-group label input:checked + span{
    background-color: var(--green);
    color:white;
}

.radio-group label:hover{
    background-color: var(--green);
    color:white;
}

.border-dashed{
    border-bottom:1px dashed rgb(180, 180, 180);
    border-image: repeating-linear-gradient(to right, rgb(180,180,180) 0 4px, transparent 4px 8px) 1;
}

.box-tingkat{
    padding:10px;
    border-radius: 10px;
    margin-bottom:15px;
}

.box-tingkat.passed{
    background-image: url('../image/jpg/bg-vip-1.jpg');
}

.box-tingkat.current{
    background-image: url('../image/jpg/bg-vip-2.jpg');
}

.box-tingkat.upcoming{
    background-image: url('../image/jpg/bg-vip-3.jpg');
}

.tingkat-head{
    overflow: hidden;
    border-radius: 5px;
    display:flex;
}

.box-tingkat.upcoming .tingkat-head{
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.tingkat-title{
    width:30%;
    background-color: var(--gray);
    color:white;
    padding:5px;
    text-align: center;
    font-size:12px;
    font-weight:400;
}

.box-tingkat.current .tingkat-title{
    background-color: var(--green-subtle);
    color:var(--green);
    font-weight:600;
}

.box-tingkat.upcoming .tingkat-title{
    background-color: white;
    color:var(--green);
    font-weight:600;
}

.tingkat-head-right{
    width:70%;
    background-color: white;
    color:var(--text-secondary);
    padding:5px;
    font-size:12px;
    font-weight:600;
    display:flex;
    align-items: center;
    justify-content: center;
}

.box-tingkat.current .tingkat-head-right small{
    color:var(--green);
}

.box-tingkat.upcoming .tingkat-head-right{
    background:linear-gradient(to right, #009786, #007c65);
    color:white;
    cursor:pointer;
}

.tingkat-body-content small{
    font-size:12px;
    font-weight:400;
    color:white;
    display:block;
    margin-bottom:3px;
}

.box-tingkat.upcoming .tingkat-body-content small{
    color:var(--text-primary);
}

ul{
    padding:20px;
    margin:0;
    font-size:13px;
    font-weight:300;
    color:var(--text-primary);
    line-height: 1.5;
}

ul li{
    margin-bottom:10px;
}

ul li::marker {
    color: var(--green);
    font-size: 1.2em;
}

.btn-custom-outline{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    padding:5px;
    border-radius: 5px;
    font-size:14px;
    font-weight:600;
    width:100%;
    border:1px solid var(--green);
}

.btn-custom-outline.active{
    background-color: var(--green);
    color:white;
}

.card-shadow{
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display:block;
    text-decoration: none;
    color:var(--text-primary);
}

.outline-box{
    width:30px;
    height:30px;
    border-radius: 5px;
    border:1px solid var(--gray);
    display:flex;
    align-items: center;
    justify-content: center;
}

.product{
    display:flex;
    align-items:center;
    gap:10px;
}

.image-product span{
    display:block;
    text-align:center;
    background-color: var(--green-subtle);
    font-size:12px;
    font-weight:600;
    border-radius:2px;
}

.info-product span{
    font-size:12px;
    display: block;
    margin-bottom:3px;
}

.info-product span b{
    color:var(--green);
}

.lucky-page{
    width:100%;
    min-height:100vh;
    background-image: url('../image/jpg/bg-lucky.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.page-title{
    padding:40px 0;
    text-align:center;
}

.page-title img{
    width:80%;
}

.lucky-box{
    width:300px;
    height:300px;
    background-image: url('../image/misc/box-lucky.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.ticket-box{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:8px;
    font-size:14px;
}

.game-box{
    margin-top:31px;
    width: 250px;
    height: 215px;
    background: #ff8888;
    border-radius:12px;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2px;
    overflow: hidden;
}

.mini-box{
    background-color: #edbdd5;
    width: 82px;
    height: 70.333px;
    border-radius:10px;
}

.box-inside{
    width:100%;
    height: 60px;
    background-color:white;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    font-weight:600;
    color:var(--red);
}

.btn-spin{
    background:linear-gradient(to right, #009786, #007c65);
    color:white;
    box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
    height:70.333px;
    border:2px solid white;
}

.mini-box.scrolling{
    border:4px solid red;
}

.mini-box.choosed{
    background-color:gold;
}

.mini-box.choosed .box-inside{
    background-color:var(--red-subtle);
    color:var(--red);
    border: 3px solid gold;
}

.win-box{
    width:300px;
    height:256px;
    background-image: url('../image/misc/box-note.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-top: 30px;
}

.title-win{
    display:flex;
    justify-content:center;
    font-size:14px;
    font-weight:400;
    margin-top:3px;
    color: #f96f72;
}

.header-win-table{
    width:265px;
    margin-top:7px;
    font-size:14px;
    font-weight:600;
    display:flex;
}

.header-win-table span{
    width:50%;
    text-align: center;
    color:white;
}

.win-table{
    margin-top:3px;
    width:265px;
    height:183px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow-x:hidden;
    overflow-y:scroll;
}

.t-row-win{
    display:flex;
    font-size:12px;
    color:white;
    padding: 5px 0;
}

.t-row-win:nth-child(odd){
    background-color: #c7292e;
}

.t-row-win span{
    display:block;
    width:50%;
    text-align:center;
}

.t-row-win span small{
    font-size:8px;
}

.w-70{
    width:70%;
}

.w-30{
    width:30%;
}

.o-hidden{
    overflow:hidden;
}

.box-info-task{
    background-color:white;
    width:50%;
    padding:3px;
    border-radius:5px;
    text-align:center;
    position: relative;
    z-index: 1;
}

.box-info-task:nth-child(1)::before{
    content:"";
    display: block;
    width:30px;
    height:30px;
    background-image: url('../image/icon/icon-calendar.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}

.box-info-task:nth-child(2)::before{
    content:"";
    display: block;
    width:30px;
    height:30px;
    background-image: url('../image/icon/icon-calendar-check.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}

.box-info-task2{
    background-color:white;
    width:50%;
    padding:3px;
    border-radius:5px;
    text-align:center;
    position: relative;
    z-index: 1;
}

.box-info-task2::before{
    content:"";
    display: block;
    width:30px;
    height:30px;
    background-image: url('../image/icon/icon-coins-exchange.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}

.box-info-task span, .box-info-task2 span{
    display:block;
    color:var(--green);
    font-size:18px;
    font-weight:600;
    position: relative;
    z-index: 2;
}

.box-info-task small, .box-info-task2 small{
    display: block;
    font-size:12px;
    color:var(--text-secondary);
    position: relative;
    z-index: 2;
}

.menu-task{
    background-color:white;
    box-shadow:4px 4px 10px 0 rgba(0, 0, 0, 0.23);
    padding: 5px;
    font-size:14px;
    display:flex;
    justify-content:center;
    gap:10px;
    padding:0 10px;
    border-radius:5px;
    margin-top:-30px;
}

.menu-task a{
    display:block;
    width:35%;
    text-align:center;
    padding: 10px 5px;
    color: var(--gray);
}

.menu-task a.active{
    border-bottom:3px solid var(--green);
    color: var(--green);
}

.ads-wrap{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 15px;
}

.ads-item{
    box-shadow:4px 4px 10px 0 rgba(0, 0, 0, 0.18);
    border-radius:5px;
    overflow:hidden;
    padding: 10px;
}

.ads-banner{
    width:100%;
    height:24vw;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:5px;
}

.info-ads{
    font-size:12px;
    display:flex;
    justify-content:space-between;
    margin-top:5px;
}

.info-ads span{
    color: var(--green);
}

.info-ads span small{
    font-size:8px;
    font-weight:600;
}

.ads-item a{
    background: var(--green);
    display: block;
    text-align: center;
    color:white;
    font-size: 14px;
    border-radius : 5px;
    padding: 3px;
    margin-top:5px;
}

.vid-play{
    position:relative;
    margin-top: -20px;
}

.vid-play::after{
    content:"";
    display: block;
    width:100%;
    height:6vw;
    background:white;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.vid-play video{
    width:100%;
}

.btn-filter{
    background-color:var(--green-subtle);
    padding: 5px 20px;
    border-radius:5px;
    display:flex;
    justify-content:center;
    gap:10px;
    align-items: center;
    width:60%;
    cursor:pointer;
}

.btn-filter img{
    height:16px;
}

.btn-filter span{
    font-size: 12px;
}

.profile-header{
    background-image: url('../image/jpg/background-header.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:20px;
}

.profile-info{
    display:flex;
    align-items:center;
    justify-content: flex-start !important;
    gap:15px;
}

.profile-img{
    width:55px;
    min-width:55px;
    height:55px;
    min-height:55px;
    border-radius:50%;
    background-color:var(--green);
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.46);
    display:flex;
    justify-content:center;
    align-items:center;
}

.info-profile span{
    display:block;
    font-size:18px;
    font-weight:600;
    color:white;
}

.info-profile small{
    display:block;
    font-size:12px;
    color:white;
    margin-top:3px;
}

.menu-profile{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.16);
    border-radius:5px;
    margin-top:15px;
}

.info-menu-profile{
    display:flex;
    align-items:center;
    gap:10px;
}

.info-menu-profile img{
    width:20px;
}

.info-menu-profile span{
    font-size:12px;
    font-weight:600;
    color: var(--text-primary);
}