:root {
    --black: #454545;
    --gray: #6f6f6f;
    --background: #fafafa;
    --red:rgb(9, 132, 220);
    /* --red: black; */
}

.p-15 {
    padding: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.rd-custom-1 {
    border-radius: 15px !important;
}

.rd-custom-2 {
    border-radius: 10px !important;
}

.bd-custom-1 {
    border: 3px solid var(--red);
}

.container {
    max-width: 500px;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    font-family: 'Plus Jakarta Sans';
    overflow: hidden;
    position: relative;
}

.content {
    width: 100%;
    height: 100vh;
    background-image: url('../pic/bg-image.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    padding-bottom: 65px;
    /* hilangkan scroll bar */
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
        display: none;
    }
}

.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 8px 15px 10px 15px;
    top: 0;
    z-index: 10000;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.header.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header.scrolled span,
.header.scrolled .bahasa {
    color: var(--black);
}

.bahasa {
    color: white;
    font-size: 14px;
    font-weight: 100;
}

.slider {
    overflow: hidden;
    margin-top: 40px;
}

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

.menu-item {
    flex: 1;
    text-align: center;
    overflow: hidden;
}

.menu-item small {
    display: block;
    padding: 5px 0;
    font-size: .7rem;
    color: var(--black);
}

.menu-img {
    width: 100%;
}

.menu-img img {
    height: 60px;
}

.task-item {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.task-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    background-position: center;
    background-size: 110%;
    border-radius: 10px;
    overflow: hidden;
}

.task-detail span {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.task-detail small {
    display: block;
    font-size: 12px;
    color: var(--gray);
}

.task-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 70px);
}

.task-action a {
    color: white;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--red);
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
}

.bar-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0 15px;
    z-index: 1000;
}

.bar-menu a {
    display: block;
    flex: 1;
    text-align: center;
    padding: 10px;
    padding-bottom: 7px;
    color: gray;
}

.bar-menu a img {
    display: block;
    margin: 0 auto;
}

.bar-menu small {
    display: block;
    margin-top: 3px;
    padding-bottom: 0;
    font-size: .7rem;
    font-weight: 700;
}

.text-red {
    color: var(--red) !important;
}

.hero-item2 {
    padding: 40px 0 0 0;
}

.download-state {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.state {
    background-color: #d3cece91;
    width: calc(100% - 50px);
    height: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.download-state small {
    width: 50px;
    text-align: right;
    display: block;
}

.instate {
    background: linear-gradient(to right, #9728F8,rgb(101, 9, 181));
    height: 10px;
}

.in-progress {
    background-color: #454545;
}

.rounded-3 {
    border-radius: 20px;
}

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

.text-red {
    color: var(--red);
}

.box-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.box {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.231);
}

.vip {
    position: absolute;
    top: 15px;
    right: 20px;   
}

.ttl{
    font-size: 11px;
    font-weight: 600;
}

.salary{
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
}

.box span,
.box small {
    display: block;
}

.user-info {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 15px;
}

.user-level {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.user-detail {
    width: 100%;
}

.user-detail small {
    display: block;
    font-weight: 700;
}

.border-white {
    border: 2px solid white;
}

.menu-2 {
    margin-top: 10px;
}

.menu-2 .icon-menu {
    width: 15px;
    height: 15px;
    background-color: var(--red);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu-2 a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black);
}

.icon-arrow {
    width: 20%;
    text-align: end;
}

.header span {
    display: block;
    font-weight: 700;
    color: white;
}

.user-levels {
    padding: 10px;
}

.usl-1 {
    gap: 10px;
}

.usl-2 {
    gap: 15px;
}

.user-level-box {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    background-color: var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-level-info {
    width: 100%;
    border: 2px solid var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.user-level-info>span {
    display: block;
    background-color: var(--red);
    color: white;
    font-size: 12px;
    padding: 5px 0;
}

.user-level-info>.d-flex {
    padding: 2.5px 5px 0 2.5px;
    justify-content: space-between;
}

.buy-level>span {
    font-size: 1rem;
    font-weight: 700;
}

a,
a:active,
a:hover {
    text-decoration: none;
}

.border-2 {
    border: 2px solid var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-group {
    position: relative;
}

.form-group input {
    padding: 7px;
}

.form-group span {
    position: absolute;
    right: 0;
    top: 9px;
    right: 9px;
    color: var(--red);
    font-weight: 700;
}

.form-groups input[type='radio'] {
    display: none;
}

.form-groups label {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    border: 2px solid var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-groups label>span {
    width: 40px;
    height: 40px;
    border: 2px solid var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content.payment {
    padding: 15px;
    background-color: var(--red);
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--red);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.input-group {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    padding-left: 40px; /* Memberikan ruang untuk ikon */
    border: none;
    border-radius: 10px;
}

.input-group-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: white;
}

.input-group-image {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.input-group-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    overflow: hidden;
}


.input-group-icon img {
    max-width: 20px;
    max-height: 20px;
}

.errorInput {
    color: var(--red);
    display: block;
    font-size: 12px;
    font-style: italic;
}

.radio-group {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.radio-group label {
    flex: 1;
    min-width: 100px;
}

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

.radio-group label>span {
    display: block;
    padding: 5px;
    border: 1px solid black;
    text-align: center;
    border-radius: 10px;
}

.radio-group input[type="radio"]:checked+span {
    background-color: rgb(255, 230, 0);
    color: black;
}

.bank-info {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid var(--red);
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    padding-top: 45px;
}

.bank-info>span {
    background-color: var(--red);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.invest-produk {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.invest-produk>div {
    flex: 1;
    background-color: var(--red);
    padding: 10px;
    text-align: center;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: center;
    background-size: cover;
    border: 2px solid var(--red);
}

.invest-produk>div>span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

.invest-produk>div>small {
    display: block;
}

.gap-10 {
    gap: 10px;
}

.qrcode {
    display: flex;
    justify-content: center;
    margin: 15px auto;
}

#linkInvite,
#btnCopy {
    display: block;
    padding: 10px;
    text-align: center;
}

#btnCopy {
    margin-top: 15px;
    background-color: var(--red);
    color: white;
}

.table_custom {
    border: 1px solid var(--red) !important;
    margin-top: 15px;
    width: 100%;
    background-color: white;
}

.table_custom thead,
tbody,
tr {
    border: 1px solid var(--red);
}

.table_custom th,
td {
    padding: 5px;
    text-align: center;
}

.table_custom thead {
    background-color: var(--red);
    color: white;
}

.team_select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.team_select a {
    flex: 1;
    display: block;
    padding: 5px;
    text-align: center;
    border: 2px solid var(--red);
    color: var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 500;
}

.aktive {
    background-color: var(--red);
    color: white !important;
}

.ticket {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.ticket>.right {
    background-color: var(--red);
    padding: 10px;
    width: 65%;
    text-align: center;
    color: white;
    font-weight: 600;
}

.ticket>.left {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 35%;
    font-size: 1.2rem;
    font-weight: 800;
}

#wheel {
    position: relative;
    border: 2px solid var(--red);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.btnSpin {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.btnSpin button {
    flex: 1;
}

#arrows {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

.text-start {
    text-align: start !important;
}

.text-end {
    text-align: end !important;
}

.box-styled {
    position: relative;
    border: 2px solid var(--red);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    padding-top: 30px;
}

.box-styled .name-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--red);
    color: white;
    padding: 5px 15px;
    display: block;
    border-bottom-right-radius: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.box-content {
    padding: 10px;
}

.text-secondary {
    color: var(--gray);
}

.status {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.status>b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status.proses>b {
    background-color: var(--red);
}

.status.sukses>b {
    background-color: #3498db;
}

.login {
    height: 100vh;
    width: 100%;
    background-image: url('../pic/bg-image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    position: relative;
}

.bottom-info {
    background-color: var(--red);
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang {
    position: absolute;
    top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
    display: none;
    transition: .5s;
}

.lang-item {
    display: block;
    width: 180px;
    background-color: var(--gray);
    color: white;
    padding: 5px 10px;
}

.btnCustom{
    border-radius: 55px;
    padding: 8px;
    color: white;
    width: 100%;
    display: block;
    margin-top: 10px;
    border: none;
}

a.btnCustom{
    display: block;
    background-color: white;
    text-align: center;
    border-radius: 55px;
    padding: 8px;
    width: 100%;
    margin-top: 10px;
    border: none;
}

.flash{
    position: fixed;
    bottom: 30vh;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    z-index: 9999;
    font-size: 14px;
    display: none;
    text-align: center;
}

.input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

.captcha-image {
    padding: 0;
}

.form-control:focus {
    z-index: 3;
}

.choose{
 position: fixed;
 top: 0;
 padding: 20px;
 z-index: 9999;
}

.choose a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.announcement{
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #ffffff42;
    padding: 10px;
    color: rgb(0, 0, 0);
    font-weight: 100;
    font-size: 12px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.166);
}

.announcement-content {
    position: relative; /* Sesuaikan dengan tinggi elemen span */
    overflow: hidden;
    height: 40px;
    width: 100%;
}

.announcement-content span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    opacity: 0;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
}

.announcement-content span.active {
    opacity: 1;
    transform: translateY(0);
}

.box-member{
    border-radius: 10px;
    height: 312px;
    overflow: hidden;
    position: relative;
}

.list-member{
    display: flex;
    align-items: center;
    gap: .6rem;
    background-color: var(--secondary-color);
    padding: 10px 0px;
    color: rgb(0, 0, 0);
    margin-bottom: 3px;
}

.list-member-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 1s ease-in-out;
}

.img-member{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color: white;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.info-member span{
    display: block;
    font-size: 14px;
    width: 150px;
}

.info-member small{
    font-size: 12px;
    color: #fc4d4d;
}

.amount{
    width: calc(100% - 200px);
    text-align: right;
    color: #fc4d4d;
    font-size: 18px;
    font-weight: 100;
}

.running-apps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Jarak antar baris */
}

.running-apps-container {
    overflow: hidden;
    width: 125%;
}

.running-apps {
    display: flex;
    align-items: center;
}

.running-apps div {
    flex: 0 0 auto;
}

.running-apps span {
    display: block;
    width: 100px;
    height: 100px;
    background-color: var(--red);
    border-radius: 10px;
    margin: 0 5px;
}

.running-apps:not(.slick-initialized) {
    display: none;
}

.running-apps {
    display: flex;
    align-items: center;
}

.running-apps div {
    flex: 0 0 auto;
}

.running-apps span {
    display: block;
    width: 100px;
    height: 100px;
    background-color: var(--red);
    border-radius: 10px;
    margin: 0 5px;
}

/* Sembunyikan Slick sebelum diinisialisasi */
.running-apps:not(.slick-initialized) {
    display: none;
}

.running-apps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.running-apps span {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background-color: var(--red);
    background-size: 120%;
    background-position: center;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}

/* Tambahkan gaya berikut untuk Slick */
.slick-track {
    display: flex;
    align-items: center;
}

.slick-slide {
    margin: 0 5px;
}

.preview{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    gap: 15px;
}

.info-preview{
    flex: 1;
    text-align: center;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

.info-preview img{
    margin-bottom: 10px;
}

.info-preview h6{
    font-size: 20px;
    font-weight: 600;
}

.info-preview span{
    font-size: 14px;
    color: #6e6e6e;
    display: block;
}

.headeres{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.tabula{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}

.tabula a{
    width: 100%;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: rgb(179, 179, 179);
    font-size: 12px;
    background-color: #8715eb;
    border-radius: 2px;
}

.tabula a.aktif{
    color: white;
    background-color:#ff9500;
}

.loading-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: block;
    text-align: center;
    padding-top: 25px;
    border-radius: 10px;
}

.loader {
    border: 2px solid #f3f3f3;
    border-top:2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.payment-gateway{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    color: #6e6e6e;
    font-size: 13px;
    margin-bottom: 10px;
}

.payment-gateway .image{
    padding: 10px;
    background-color: #f06c59;
    border-radius: 50%;
}

.info-payment h5{
    font-size: 19px;
    font-weight: 600;
    color: black;
}

.bix{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: white;
    color: #6e6e6e;
    font-size: 13px;
    margin-bottom: 10px;
}

.img-me{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.img-me img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-sa{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.info-sa > div{
    background-color: #89898966;
    flex: 1;
    min-width: 30%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px;
    color: white;
    font-size: 12px;
    font-weight: 100;
}

.info-sa {
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.info-item span {
    flex-grow: 1;
}

.info-item h6 {
    margin-top: auto;
}

.menu-profile{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    text-align: center;
    text-wrap: wrap;
    margin-top: 15px;
}

.menu-profile img{
    display: block;
    margin: 0 auto;
}

.menu-profile a{
    text-decoration: none;
    color: #2a2a2a;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.menu-profile a small{
    max-width: 60px;
}

.bg-gray50{
    background-color: #6b6b6b64;
}

.list-depo{
    background-color: #6b6b6b64;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#logoutForm{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
    max-width: 799px;
}

#logoutForm button{
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to right,#af0505,#cb730d);
    color: rgb(0, 0, 0);
    border: none;
    outline: none;
    font-size: 18px;
}

#vanImage{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 799px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.562);
    z-index: 10000;
    transform: translateY(+100%);
    transition: transform 0.5s ease-in-out;
}

#vanSandiMasuk{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 799px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.562);
    z-index: 10000;
    transform: translateY(+100%);
    transition: transform 0.5s ease-in-out;
}

#vanSandiMasuk input, #vanSandiWD input{
    color: black;
}

#vanSandiWD{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 799px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.562);
    z-index: 10000;
    transform: translateY(+100%);
    transition: transform 0.5s ease-in-out;
}

.van-content{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 799px;
    background-color: white;
    border-radius: 15px 15px 0 0;
    padding-bottom: 40px;
}

.header-van{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 15px;
}

.choose-pic{
    display: flex;
    flex-wrap: wrap;
}

.img-choose{
    width: 20%;
    height: 80px;
    border: 1px solid gray;
    text-align: center;
    padding: 10px 0;
}

.box-input3{
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 16px;
}

.box-input3 input{
    width: 75%;
    border: none;
    outline: none;
    padding: 5px; 
    text-align: right;
    background-color: transparent;
}

.addBank{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 799px;
    padding: 10px;
}

.addBank a{
    display: block;
    background-color: var(--red);
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    border-radius: 2px;
}

.menu-bari{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.menu-bari a{
    text-decoration: none;
    color: white;
    padding: 10px;
    font-size: 14px;
}

.menu-bari > a.active{
    color: red;
    border-bottom: 2px solid red;
}

.container-spin{
    background-image: url('../img/box_bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.box-spin{
    width: 280px;
    height: 280px;
}

.lucky-draw{
    width: 245px;
    height: 245px;
    background-color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.item-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-image: url('../pic/nonactive-bg.png');
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}

.side-item{
    background-color: #9728F8;
    width: 40px;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-item span{
    transform: rotate(90deg);
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-wrap: nowrap;
}

.item-info{
    padding:10px;
    padding-left: 50px;
    width: 100%;
}

.item-image{
    text-align: center;
}

.item-image img{
    width: 50px;
    height: 50px;
}

.item-image span{
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.item-detail{
    margin-left: 15px;
    display: flex;
    gap: 10px;
}

.item-detail-left small{
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    text-wrap: nowrap;
}

.item-detail-right small{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 10px;
    text-wrap: nowrap;
}

.item-price{
    background-color: var(--background);
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.item-wrap.active{
    background-image: url('../pic/active-bg.png');
}

.item-wrap.active .side-item{
    background-color:rgba(255, 255, 255, 0.84);
}

.item-wrap.active .side-item span{
    color: black;
}

.item-wrap.active .item-info{
    color: white;
}

.item-wrap.active .item-price{
    color: black;
}

.item-wrap.passed .side-item{
    background-color: white;
}

.item-wrap.passed::before{
    content: 'Passed';
    width:100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #454545c1;
    z-index: 20000;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-wraper{
    width: 85%;
    background-color: white;
    border-radius: 10px;
}

.popup-header{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 15px;
}

.popup-body{
    text-align: center;
    font-size: 12px;
    padding:0px 15px;
    color: var(--gray);
    letter-spacing: .5px;
    font-weight: 200;
}

.popup-footer{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 15px;
    font-size: 12px;
}

.popup-footer button{
    padding: 5px 20px;
    border-radius: 3px;
    border: none;
    background-color: #9728F8;
    color: white;
}

.popup-footer button.btn-cancel{
    background-color: var(--gray);
}

.box-information-task{
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: -80px;
    position: relative;
    z-index: 1000;
}

.task-info-detail{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;
    text-align: center;
}

.task-info-detail div h3{
    font-size: 24px;
    font-weight: 600;
    color: #9728F8;
}

.task-info-detail div span{
    font-size: 14px;
    font-weight: 200;
}

.task-progress {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-circle-wrapper{
    padding-right: 25px;
    border-right: 1px solid #e0e0e0;
}

.progress-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    background: conic-gradient(#9728F8 0% var(--progress), #e0e0e0 var(--progress) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-circle::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
}

.progress-info{
    padding-left: 25px;
}

.progress-info span{
    font-size: 12px;
    font-weight: 200;
}

.progress-info h3{
    color: #9728F8;
    margin-bottom: 0;
    margin-top: 5px;
}

.btn-make-task{
    background-color: #9728F8;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.box-title{
    padding: 5px 0;
    padding-left: 15px;
    border-left: 4px solid #9728F8;
}

.c-white{
    background:white !important;
}

.box-title h3{
    font-size: 16px;
    font-weight: 600;
}

.headeres2{
    background-color: #9728F8;
    padding: 15px;
    color: white;
}

.item-download{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-item-download{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

.info-item-download{
    margin-left: 15px;
    width: 100%;
}

.info-item-download span{
    font-size: 14px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.info-item-download small{
    font-size: 12px;
    font-weight: 200;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.item-download-wrapper{
    padding: 15px;
}

.item-download-wrapper.active{
    background-color:rgb(193, 118, 255);
}

.end-item{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-download img{
    width: 30px;
    height: 30px;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.progress-icon {
    animation: spin 1s linear infinite;
}

.custom-box{
    margin-top: 15px;
    background-color:rgba(218, 229, 235, 0.6);
    padding: 15px;
    border-radius: 5px;
}

.custom-box label{
    font-size: 14px;
    font-weight: 200;
    display: block;
    margin-bottom: 5px;
}

.custom-box input{
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 10px 0;
    border-bottom: 1px solid rgb(195, 195, 195);
    /* hilangkan atribut number */
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    /* hilangkan atribut number */
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

.custom-box input:focus{
    outline: none;
}

.custom-box input::placeholder{
    font-size: 14px;
    font-weight: 200;
}

.radio-item{
    margin-top: 10px;
    border-bottom: 1px dashed rgb(195, 195, 195);
    padding-bottom: 5px;
}

.radio-item input{
    display: none;
}

.radio-item label{
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-item label img{
    width: 30px;
    height: 30px;
}

.radio-item label div span{
    font-size: 14px;
    font-weight: 600;
}

.radio-item label div small{
    font-size: 12px;
    font-weight: 200;
    margin-left: 15px;
}

.box-dk{
    border: 1px solid #9728F8;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
}

.title-dk{
    font-size: 14px;
    padding: 2px 10px;
    border-left: 2px solid #9728F8;
    margin-left: 10px;
    margin-top: 10px;
}

.title-dk b{
    color: #9728F8;
}

.dk-info{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.dk-info-img{
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.dk-info-text{
    border-left: 1px solid #9728F8;
    padding-left: 15px;
    flex: 1;
}

.dk-info-text small{
    font-size: 12px;
    font-weight: 200;
    display: block;
}

.dk-action{
    font-size: 14px;
    text-decoration: none;
    color: white;
    display: block;
    background-color: #9728F8;
    padding:10px;
    text-align: center;
}

.fs-10{
    font-size: 10px;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-24{
    font-size: 24px;
}

.fs-26{
    font-size: 26px;
}

.fs-28{
    font-size: 28px;
}

.fs-30{
    font-size: 30px;
}

.fw-200{
    font-weight: 200;
}

.fw-400{
    font-weight: 400;
}

.fw-600{
    font-weight: 600;
}

.dk-left{
    width: calc(100% - 45px);
    padding: 10px;
}

.dk-right{
    background-color: #9728F8;
    width: 45px;
}

.dk-right{
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dk-right span{
    font-size: 12px;
    font-weight: 400;
    transform: rotate(90deg);
    white-space: nowrap;
    word-spacing: 5px;
}

.text-purple{
    color: #9728F8 !important;
}

.bg-purple{
    background-color: #9728F8;
}

.box-copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:rgb(230, 230, 230);
}

.copy-info{
    padding: 10px;
}

.copy-info small{
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.copy-btn{
    padding: 15px;
    background-color: #9728F8;
    color: white;
}

.word-break{
    word-break: break-all;
}

.bg-egg{
    background-image: url('../pic/bg-egg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.egg-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 0 45px;
}

.egg-title img{
    width: 100%;
    max-width: 250px;
}

.egg-image{
    text-align: center;
    position: relative;
}

.egg-image img{
    width: 100%;
    max-width: 200px;
}

.egg-content{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-48%, -50%);
    text-align: center;
    background: linear-gradient(to bottom, #ea4240, #ff9500);
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ea4240;
    color: white;
    box-shadow: 0 0 150px 40px rgb(255, 255, 255);
    display:none;
    transition: transform 0.25s ease-in-out;
}

.egg-content small{
    font-size: 12px;
    display: block;
    line-height: 1;
}

.egg-content span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-top: 5px;
}

.ticket{
    background: linear-gradient(to right, #ac1816, #d33b39);
    color: white;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    border: 4px solid #ffcc00;
}

.box-secondary{
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.box2-title{
    background: linear-gradient(to right, #ffcc00,rgb(221, 178, 4));
    color: #ac1816;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

.shake {
    animation: shake 0.25s ease-in-out;
    animation-iteration-count: 8; /* 8 x 0.25s = 2 detik total */
}

.box-profit{
    background-image: url('../pic/nonactive-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display:grid;
    place-items: center;
    padding: 40px;
}

.box-profit img{
    width: 100%;
    max-width: 300px;
}

.box-profit span{
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(to bottom, #ac1816, #d33b39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-purple-2{
    background-color: #eef1ff;
    margin-top: 10px;
}

.box-vip-title{
    background-color: #d3aaf8;
    color: #9728F8;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.box-purple-2 p{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    padding: 10px;
    text-align: justify;
    color: gray;
}

.box-profile{
    background-image: url('../pic/active-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.box-profile-img{
    display: flex;
    align-items: center;
    padding:15px;
    gap: 15px;
}

.box-profile-img img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.box-profile-info{
    flex: 1;
}

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

.box-profile-info small{    
    font-size: 10px;
    font-weight: 600;
    color: #9728F8;
    display: inline-block;
    margin-top: 5px;
    background-color: #d3aaf8;
    padding: 3px 15px;
    border-radius: 15px;
}

.box-profile-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.box-balance{
    background-color: white;
    padding: 15px;
    width: 65%;
    border-top-right-radius: 25px;
}

.box-balance small{
    font-size: 10px;
    font-weight: 600;
    display: block;
    color: gray;
}

.box-balance span{
    font-size: 22px;
    font-weight: 600;
    display: block;
}

.bottom-image{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
}

.bottom-image img{
    width: 100%;
    max-width: 150px;
}

.box-vip-info{
    margin-top: 15px;
    padding: 15px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-vip-info span{
    font-size: 18px;
    font-weight: 600;
}

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

.vip-info img{
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.box-info-income{
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    min-width: 100px;
}

.income-item{
    background-color: white;
    padding:3px 15px;
}

.income-item small{
    font-size: 10px;
    font-weight: 200;
    display: block;
    color: gray;
}

.income-item span{
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.income-item:nth-child(1){
    border-left: 4px solid #9728F8;
}

.income-item:nth-child(2){
    border-left: 4px solid #1df047;
}

.income-item:nth-child(3){  
    border-left: 4px solid #1d52f0;
}

.income-item:nth-child(4){
    border-left: 4px solid #ffcd00;
}

.income-item:nth-child(5){
    border-left: 4px solid #ea4240;
}

.income-item:nth-child(6){
    border-left: 4px solid #ff9747;
}

.grid-menu{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 15px;
}

.grid-menu a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color:#9728F8;
}

.grid-menu a img{
    width: 40px;
    height: 40px;
}

.grid-menu a span{
    font-size: 12px;
    font-weight: 500;
}

.box-info-income2 {
    display: grid;
    padding: 15px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

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

.table-header div{
    width: 33.33%;
    background-color: #9728F8;
    padding: 5px;
}

.table-header span{
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.table-body-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-body-list div{
    width: 33.33%;
    padding: 5px;
    font-size: 10px;
    font-weight: 400;
    color: gray;
}

.table-body-list:nth-child(odd){
    background-color: #f0f0f0;
}

.table-body-list:nth-child(even){
    background-color:rgb(219, 219, 219);
}

.box-coupon{
    display: flex;
    position: relative;
    margin-top: 35px;
}

.box-input-coupon{
    background-color:#ca1816;
    padding:25px;
    box-shadow: 5px 5px  5px 0 rgba(0, 0, 0, 0.1);
}

.box-input-coupon input{
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.box-coupon button{
    background-color: #ffcc00;
    border: none;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-coupon button span{
    font-size: 14px;
    font-weight: 600;
    color: #ca1816;
    transform: rotate(90deg);
    display: block;
}

@media screen and (max-width: 320px) {
    .box-info-income {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-menu{
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-menu a img{
        width: 30px;
        height: 30px;
    }
    
}