body{
    background: #1A1B1D;
    width: 100%;
    cursor: default;
    font-family: "Poppins", sans-serif;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 500 !important;
}

.fs-6 {
    font-size: 16px !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.color-theme-v2 {
    color: #FFFF !important;
}

.color-theme-v2:hover {
    color: #FFB820 !important;
}

.btn-theme-v2,
.btn-theme-v2-outline {
    font-size: 0.875rem;
    border-radius: 8px;
}

/* Button Solid */
.btn-theme-v2 {
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    color: #000 !important;
    -webkit-appearance: none;
    appearance: none;
}

.btn-theme-v2:hover {
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
}

/* Button Outline */
.btn-theme-v2-outline {
    border: 2px solid #F3A804;
    background: transparent;
    color: #F3A804;
}

.btn-theme-v2-outline:hover {
    border: 2px solid #FFB820;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
}

/* Responsive for small screens */
@media (max-width: 576px) {
    .btn-theme-v2,
    .btn-theme-v2-outline {
        width: 100% !important;
        font-size: 0.8rem;
    }
}

.swal2-popup {
    background: linear-gradient(286deg, rgba(56, 60, 64, 0.60) 0%, rgba(44, 44, 47, 0.80) 21.68%, #4D5259 51.71%, #383A3C 100%);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: white;
    border-radius: 30px;
}

/* Default: Desktop */
.desktop-only { display: block; }
.mobile-only,
.tablet-only { display: none; }

/* Mobile */
@media (max-width: 768px) {
    .desktop-only,
    .tablet-only { display: none !important; }
    .mobile-only { display: block !important; }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .desktop-only,
    .mobile-only { display: none !important; }
    .tablet-only { display: block !important; }
}

.badge-self{
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 6px;
    width: max-content;
}

.badge-self.as-canceled{
    color: #F00;
    background: #FFC7C7;
}
.badge-self.as-completed{
    color: #03AC0E;
    background: #D5FFDD;
}
.badge-self.as-pending{
    color: #AB8103;
    background: #FFF4D5;
}

/* Override Page Pagination */
.page-link {
    color: #FFF !important;
    background-color: #2C2D30 !important;
    border: 1px solid #4D5259;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link:hover {
    background-color: #383A3C !important;
    border-color: #F3A804 !important;
    color: #FFB820 !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(243, 168, 4, 0.25);
    background-color: #383A3C;
    color: #FFB820;
}

.page-item.active .page-link {
    color: #1A1B1D !important;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%) !important;
    border-color: #F3A804 !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    background-color: #1A1B1D !important;
    border-color: #383A3C !important;
}

.tmv1-header{
    display: flex;
    padding: 1rem 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.20); */
    background: rgb(29 30 33, 0.80);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
    position: sticky;
    top: 0;
    z-index: 800;
}
.tmv1-header .tmv1-content{
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tmv1-header .tmv1-header-left{
    display: flex;
    /* width: 568.174px; */
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}
.tmv1-header .tmv1-header-left img{
    height: 40px;
}
.tmv1-header .tmv1-header-left ul{
    display: flex;
    padding: 0;
    margin: 0;
    gap: 32px;
}
.tmv1-header .tmv1-header-left ul li{
    list-style: none;
}
.tmv1-header .tmv1-header-left ul li a:hover{
    color: #FFD23D;
}
.tmv1-header .tmv1-header-left ul li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration:none;
}
.tmv1-header .tmv1-header-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.frame-tmv1-header-frame-search{
    position: relative;
}
.frame-tmv1-header-frame-search .result-quick-search{
    background: #434343;
    position: absolute;
    z-index: 1000;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0.5em;
    box-shadow: 0px 9px 41px -16px #000000;
    margin-top: 12px;
    right: -30px;
}
.frame-tmv1-header-frame-search .result-quick-search .notfound{
    padding: 12px;
    color: #fff;
    font-weight: 400;
}
.frame-tmv1-header-frame-search .result-quick-search .arrow-up{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #434343;
    position: absolute;
    top: -11px;
    /* margin-left: 10px; */
    left: 45%;
}
.frame-tmv1-header-frame-search .result-quick-search ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.frame-tmv1-header-frame-search .result-quick-search ul li{

}
.frame-tmv1-header-frame-search .result-quick-search ul li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    min-width: 340px;
}
.frame-tmv1-header-frame-search .result-quick-search ul li:hover a{
    background: rgba(0, 0, 0, 0.20);
}
.frame-tmv1-header-frame-search .result-quick-search ul li .left{

}
.frame-tmv1-header-frame-search .result-quick-search ul li .left img{
    width: 40px;
    height: 40px;
    border-radius: 0.5em;
}
.frame-tmv1-header-frame-search .result-quick-search ul li .right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
}
.frame-tmv1-header-frame-search .result-quick-search ul li .right b{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
}
.frame-tmv1-header-frame-search .result-quick-search ul li .right small{
    color: #D2D2D2;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search{
    border-radius: 6px;
    border: 1px solid #353535;
    background: rgba(0, 0, 0, 0.26);
    display: flex;
    width: 220px;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search:hover{
    border: 1px solid #FFD23D;
}

.tmv1-header .tmv1-header-right .tmv1-header-frame-search:hover i{
    color: #FFD23D;
}



.tmv1-header .tmv1-header-right .tmv1-header-frame-search:focus-within{
    border: 1px solid #FFD23D;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search:active{
    border: 1px solid #FFD23D;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search input{
    width: 100%;
    -webkit-appearance: none;
    background: none !important;
    color: white;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}
/* Autofill Chrome */
.tmv1-header .tmv1-header-right .tmv1-header-frame-search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* hapus background kuning */
    -webkit-text-fill-color: white !important; /* warna teks */
    transition: background-color 5000s ease-in-out 0s;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search input::placeholder{
    color: #ACACAC;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search i,
.tmv1-header .tmv1-header-right .tmv1-header-frame-search svg{
    position: absolute;
    right: 15px;
    color: #ffffff;
    font-size: 18px;
}
.tmv1-header .tmv1-header-right .tmv1-menu-trigger{
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    box-shadow: none;
    text-decoration: none !important;
    width: 36px;
    -webkit-appearance: none !important;
    perspective: 600px;
}
.tmv1-header .tmv1-header-right .tmv1-menu-trigger i{
    font-size: 24px;
    color: white;
}

/* Burger flip trigger — v2 spesifik (global rules ada di theme_global.css) */
.tmv1-header .tmv1-menu-trigger:hover .burger-flip-inner,
.tmv1-header .tmv1-menu-trigger.is-active .burger-flip-inner {
    transform: rotateY(180deg);
}

.tmv1-header .burger-svg-icon {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* START SLIDER HOME STYLE */
.slider-wrapper{
    margin-top: 31px;
    margin-bottom: 20px;
}
.slider-wrapper .image-slider {
    position: relative;
    min-height: 50px;
    overflow: hidden
}

.slider-wrapper .image-slider--single .image-slider__dots,.slider-wrapper .image-slider--single .image-slider__nav {
    display: block
}

.slider-wrapper .image-slider .next,.slider-wrapper .image-slider .prev {
    position: absolute;
    top: 45%;
    cursor: pointer;
    width: auto;
    padding: 10px 20px;
    /* color: #364152; */
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    z-index: -2;
    border-radius: 10px 10px 10px 10px;
    opacity: 0;
    transition: all ease 0.3s;
}

.slider-wrapper .image-slider:hover .next{
    opacity: 0.7;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.slider-wrapper .image-slider:hover .prev{
    opacity: 0.7;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-wrapper .image-slider .prev:hover{
    opacity: 1;
}
.slider-wrapper .image-slider .next:hover{
    opacity: 1;
}

.sidenav .collapsible-header:after{
    top: 0 !important;
}

@media(max-width: 992px) {
    .slider-wrapper .image-slider .next,.slider-wrapper .image-slider .prev {
        top:42%;
        font-size: 14px;
        padding: 7px 14px
    }
}

@media(max-width: 768px) {
    .slider-wrapper .image-slider .next,.slider-wrapper .image-slider .prev {
        font-size:10px;
        padding: 5px 10px
    }
}

.slider-wrapper .image-slider .next {
    right: 10%
}

@media(max-width: 768px) {
    .slider-wrapper .image-slider .next {
        right:5%
    }
}

.slider-wrapper .image-slider .prev {
    left: 10%
}

@media(max-width: 768px) {
    .slider-wrapper .image-slider .prev {
        left:5%
    }
}

.slider-wrapper .image-slider .next:hover,.slider-wrapper .image-slider .prev:hover {
    /* background-color: #fff; */
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-wrapper .image-slider .nav-active {
    z-index: 1
}

.slider-wrapper .image-slider .nav-inactive {
    z-index: 10;
}

.slider-wrapper .image-slider-items {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* margin: 0 20px 20px 20px */
}

.slider-wrapper .image-slider-items .before-replacement{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 100px;
    background: black;
    z-index: 50;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgb(242 244 248) 15%, rgba(255,255,255,0) 100%);
    cursor: pointer;
    transition: all ease 0.3s;
}
.slider-wrapper .image-slider-items .after-replacement{
    /* content: " "; */
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0px;
    width: 100px;
    background: black;
    z-index: 50;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgb(242 243 246) 15%, rgba(255,255,255,0) 100%);
    cursor: pointer;
    transition: all ease 0.3s;
}

.slider-wrapper .image-slider-items .before-replacement:hover{
    opacity: 0.7;
}
.slider-wrapper .image-slider-items .after-replacement:hover{
    opacity: 0.7;
}

.slider-wrapper .img-slide {
    display: block;
    margin: auto;
    /* width: 80%; */
    width: 900px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.slider-wrapper .img-slide.active {
    opacity: 1;
    position: relative
}

.slider-wrapper .img-slide img {
    width: 100%;
    min-height: 95px;
    /* background: #ccc; */
    background: linear-gradient(90deg, #aaaaaa, #ececec);
    background-size: 400% 400%;
    /* -webkit-animation: ImgPlaceholderLoad 2s ease infinite;
    -moz-animation: ImgPlaceholderLoad 2s ease infinite;
    animation: ImgPlaceholderLoad 2s ease infinite; */
}

.slider-wrapper .img-slide .loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-height: 4rem
}

@media(max-width: 768px) {
    .slider-wrapper .img-slide {
        width:100%
    }
}

.slider-wrapper .img-current {
    /* aspect-ratio: 4/1; */
    border-radius: 8px;
    /* height: 201px; */
    height: 324.848px;
    /* min-height: 201px !important; */
    z-index: 45;
    width: 900px;

}


.carousel.carousel-slider .carousel-item{
    visibility: visible !important;
}

@-webkit-keyframes ImgPlaceholderLoad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes ImgPlaceholderLoad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes ImgPlaceholderLoad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes loading {
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}


.slider-wrapper .img-next,.slider-wrapper .img-prev {
    position: absolute;
    top: 0;
    height: 95%;
    margin-top: 1%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.slider-wrapper .img-next {
    right: -103%
}

.slider-wrapper .img-prev {
    left: -103%
}

.slider-wrapper .transition-fade .inactive {
    height: 0;
    opacity: 0
}

.slider-wrapper .transition-slide .img-slide {
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.slider-wrapper .transition-slide .img-slide.active {
    position: relative;
    transform: translateX(0);
    z-index: 10;
}

.slider-wrapper .transition-slide .next-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.slider-wrapper .transition-slide .prev-item {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slider-wrapper .transition-slide .inactive {
    pointer-events: none;
}

.slider-wrapper .transition-slide .inactive.next-item {
    display: block;
    right: 5%;
    z-index: -1;
}

.slider-wrapper .transition-slide .inactive.prev-item {
    display: block;
    left: 5%;
    z-index: -1;
}

.slider-wrapper .transition-slide .inactive .img-next,.slider-wrapper .transition-slide .inactive .img-prev {
    display: none
}

.slider-wrapper .slide-enter-active,.slider-wrapper .slide-leave-active {
    -webkit-transition: .8s;
    transition: .8s ease-in-out;
}

.slider-wrapper .slide-enter {
    /* opacity: 1!important */
}

.slider-wrapper .slide-leave {
    /* opacity: 0!important */
}

.slider-wrapper .img-slider {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%
}

.slider-wrapper .image-slider__dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    /* border-radius: 20px 20px 0 0; */
    background-color: rgba(0,0,0,.5);
    border-radius: 20px;
    opacity: 0.7;
    transition: 0.3s;
    z-index: 20;
}

.slider-wrapper:hover .image-slider__dots{
    opacity: 1;
}

@media(max-width: 768px) {
    .slider-wrapper .image-slider__dots {
        padding:5px 10px;
        border-radius: 10px 10px 0 0
    }
}

.slider-wrapper .image-slider__dot {
    background: #cdd5df;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer
}

.slider-wrapper .image-slider__dot.active,.slider-wrapper .image-slider__dot:hover {
    background: #567ee8;
}

.slider-wrapper .image-slider__dot.active {
    width: 58px;
    border-radius: 12px
}

@media(max-width: 992px) {
    .slider-wrapper .image-slider__dot {
        width:9px;
        height: 9px;
        margin: 0 3px
    }

    .slider-wrapper .image-slider__dot.active {
        width: 44px
    }
}

@media(max-width: 768px) {
    .slider-wrapper .image-slider__dot {
        width:6px;
        height: 6px;
        margin: 0 3px
    }

    .slider-wrapper .image-slider__dot.active {
        width: 29px
    }
}

.for_mobile_show{
    display: none !important;
}
.for_desktop_show{
    display: block !important;
}
@media(max-width: 768px) {
    .for_mobile_show { display: block !important; }
    .for_desktop_show { display: none !important; }
}
/* END SLIDER HOME STYLE */

.frame-top-product-v2{
    /* width: 1440px; */
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    padding: 0rem 1rem;
}
.frame-top-product-v2 .frame-header-top-product-v2{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.frame-top-product-v2 .frame-header-top-product-v2 h3{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* width: 1140px;
    margin: 0 auto; */
}

.frame-top-product-v2 .frame-header-top-product-v2 .trigger-top-product-nav{
    display: flex;
    width: 83px;
    justify-content: space-between;
    align-items: center;
}
.frame-top-product-v2 .frame-header-top-product-v2 .trigger-top-product-nav a{
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 23.5px;
    background: rgba(255, 255, 255, 0.40);
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-size: 24px;
    color: #FFFFFF;
    transition: all ease .2s;
}
.frame-top-product-v2 .frame-header-top-product-v2 .trigger-top-product-nav a.disable{
    pointer-events: none !important;
    background: rgba(255, 255, 255, 0.20);
    color: #bbbbbb;
}
.frame-top-product-v2 .frame-header-top-product-v2 .trigger-top-product-nav a:hover{
    background: #FFD23D;
    color: #1A255C;
}
.frame-top-product-v2 .frame-header-top-product-v2 .trigger-top-product-nav a i{

}

.frame-top-product-v2 .parent-top-product-v2{
    display: flex;
    /* width: 1140px; */
    align-items: center;
    gap: 35px;
    flex-shrink: 0;
    width: 100%;
    /* overflow: auto; */
    overflow-x: auto;
}
.frame-top-product-v2 .parent-top-product-v2::-webkit-scrollbar {
    /* Webkit */
    width: 0;
    height: 0;
}
.frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2{
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
}
.frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 img{
    width: 200px;
    height: 200px;
    padding: 5px;
    border-radius: 14px;
    /* transition: transform .2s; */
}
.frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 h6{
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    align-self: stretch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2:hover h6 {
    color: #FFD23D;
}
.frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2:hover img {
    transform: rotate(45deg);
}

/* start horizontal */
.frame-grid-product-z-v2{
    display: flex;
    max-width: 1300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    padding: 20px 1rem 20px 1rem;
    width: 100%;
}
.frame-grid-product-z-v2 i{
    color: #ffffff;
    font-size: 24px;
}

.frame-grid-product-z-v2 h3{
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.parent-grid-product-z-v2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); */
    gap: 20px;
    width: 100%;
    padding: 8px;
}
.parent-grid-product-z-v2 .child-top-product-z-v2{
    display: flex;
    min-width: 120px;
    flex-direction: row;
    gap: 15px;
    text-decoration: none;
    background: #2c2e32;
    align-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 6px 10px 6px 6px;
    transition: background 0.25s ease;
    position: relative;
    z-index: 0;
}
.parent-grid-product-z-v2 .child-top-product-z-v2::before {
    content: '';
    position: absolute;
    border: #FFD23D solid 2px;
    border-radius: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left, opacity;
    pointer-events: none;
}
.parent-grid-product-z-v2 .child-top-product-z-v2:hover{
    z-index: 2;
}
.parent-grid-product-z-v2 .child-top-product-z-v2:hover::before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 1;
}
.parent-grid-product-z-v2 .child-top-product-z-v2 img{
    width: 5rem;
    border-radius: 10px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: saturate(1.3) brightness(1.05)
}

.parent-grid-product-z-v2 .child-top-product-z-v2:hover img{
    filter: brightness(1.15);
    /* transform: translateX(-2px); */
}

.parent-grid-product-z-v2 .child-top-product-z-v2 h6{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    padding-right: 10px;
    margin: 0;
}
.parent-grid-product-z-v2 .child-top-product-z-v2:hover h6{
    color: #FFD23D;
}
.parent-grid-product-z-v2-voucher{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); */
    gap: 24px;
    width: 100%;
    padding: 8px;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2{
    display: flex;
    min-width: 120px;
    flex-direction: row;
    gap: 15px;
    text-decoration: none;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #2c2e32;
    padding: 6px 10px 6px 6px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 0;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2::before {
    content: '';
    position: absolute;
    border: #FFD23D solid 2px;
    border-radius: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left, opacity;
    pointer-events: none;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2:hover{
    box-shadow: 0 4px 18px rgba(255, 210, 61, 0.1);
    z-index: 2;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2:hover::before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 1;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2 img{
    width: 5rem;
    border-radius: 10px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: saturate(1.3) brightness(1.05)
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2:hover img{
    filter: brightness(1.15);
    /* transform: translateX(-2px); */
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2 h6{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    padding-right: 10px;
    margin: 0;
    transition: color 0.3s ease;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2:hover h6{
    color: #FFD23D;
}
/* end horizontal */


.frame-grid-product-z-v2 .two-column-grid {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 0;
}

.frame-grid-product-z-v2 .two-column-grid .column-grid {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: column;
}

.title-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}
.title-frame h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.frame-grid-product-v2{
    display: flex;
    width: 100%;
    max-width: 1300px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    gap: 10px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 1rem 20px 1rem;
}


.slider-arrow {
    position: absolute;
    top: 62%;
    transform: translateY(-40%);
    z-index: 10;
    background: transparent;
    color: white;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
    display: none;
    border-radius: 10px 10px 10px 10px;
    user-select: none;
    width: 52px;
    text-align: center;
}

.left-arrow {
    left: -25px;
}

.right-arrow {
    right: -25px;
}

.frame-grid-product-v2:hover .slider-arrow {
    display: block;
}
.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.5);
}

.frame-grid-product-v2 i{
    color: #ffffff;
    font-size: 24px;
}
.frame-grid-product-v2 h3{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.frame-grid-product-v2 .parent-grid-product-v2{
    /* padding-top: 20px; */
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 4rem 2.4rem;
    width: 100%;
}
.frame-grid-product-v2 .parent-grid-product-v2.limited-height{
    margin-top: 35px;
    max-height: 1230px;
    overflow: hidden;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 img{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    filter: saturate(1.3) brightness(1.05);
    object-fit: cover;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 h6{
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    align-self: stretch;
    border: 1px solid #3C3C44;
    background: radial-gradient(100% 100% at 50% 0%, #434247 0%, #2A2B2F 100%);
    border-radius: 10px;
    padding: 115px 20px 0;
    margin-top: -115px;
    z-index: -10;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 h6 span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2:hover h6,
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2.touch-hover h6{
    color: #FFD23D;
    background: radial-gradient(129.35% 129.35% at 50% 0%, #68676C 0%, #2A2B2F 100%);
}

.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2:hover img,
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2.touch-hover img{
    outline: 2px solid #FFD23D;
    animation: 4s ease-in-out infinite;
    transform: translateY(-5px);
}

@keyframes gameCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2.reveal-hidden,
.parent-grid-product-z-v2-voucher .child-top-product-z-v2.reveal-hidden {
    opacity: 0;
    pointer-events: none;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2.reveal-animate,
.parent-grid-product-z-v2-voucher .child-top-product-z-v2.reveal-animate {
    animation: gameCardFadeIn 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/* description */
.featured-desc {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}
.frame-featured-product-v2{
    display: flex;
    padding: 50px 1rem 30px 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #252627;
}
.frame-featured-product-v2 .content-featured{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.frame-featured-product-v2 .content-featured h2{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.frame-featured-product-v2 .content-featured p.sub{
    color: #C0C0CE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 730px;
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 8px; */
    width: 350px;
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 .header-child-featured-product-v2{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row;
    margin-bottom: .5rem;
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 .header-child-featured-product-v2 img{
    display: flex;
    width: 28px;
    height: 28px;
    padding: 0px 3px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 .header-child-featured-product-v2 h4{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px !important;
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 .header-child-featured-product-v2 i{
    color: #FFF;
    font-size: 18px;
}
.frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 p{
    color: #C0C0CE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    align-self: stretch;
}

.overlay-more-games{
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}
.overlay-more-games::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent 0%, #1A1B1D 100%);
    pointer-events: none;
    z-index: 1;
}
.overlay-more-games span.overlay-desc{
    color: #D4D6EA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.overlay-more-games button.more-game-btn{
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    /* box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset; */
    transition: 0.1s;
}
  @keyframes up-down {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3px);
    }
  }

.overlay-more-games button.more-game-btn:hover{
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    /* box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset; */
    animation: up-down 1s ease-in-out infinite;
}
.overlay-more-games button.more-game-btn span{
    color: #2F1E0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.overlay-more-games button.more-game-btn i{
    color: #2F1E0E;
    font-size: 20px;
}
/* overlay voucher */
.parent-grid-product-z-v2-voucher.limited-height-v {
    max-height: 346px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.overlay-more-voucher{
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    width: 100%;
}
.overlay-more-voucher span.overlay-desc{
    color: #D4D6EA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.overlay-more-voucher button.more-game-btn{
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    /* box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset; */
    transition: 0.1s;
}
  @keyframes up-down {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3px);
    }
  }

.overlay-more-voucher button.more-game-btn:hover{
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    /* box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset; */
    animation: up-down 1s ease-in-out infinite;
}
.overlay-more-voucher button.more-game-btn span{
    color: #2F1E0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.overlay-more-voucher button.more-game-btn i{
    color: #2F1E0E;
    font-size: 20px;
}

.footer-theme-v2{
    background: #151618;
}
.footer-theme-v2 .footer-payment-method-v2{
    max-width: 1300px;
    width: 100%;
    display: flex;
    padding: 30px 0px 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    margin: 0 auto;
}
.footer-theme-v2 .footer-payment-method-v2 b{
    color: #D1D1D1;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2{
    position: relative;
}
.footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2::before{
    top: 0;
    left: 0;
    background: linear-gradient(to right, #151618 0%, rgba(243, 250, 254, 0) 100%);
    content: "";
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100%;
}
.footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2::after{
    top: 0;
    right: 0;
    transform: rotateZ(180deg);
    background: linear-gradient(to right, #151618 0%, rgba(243, 250, 254, 0) 100%);
    content: "";
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100%;
}
.footer-theme-v2 .footer-payment-method-v2 .parent-list-payment-method-v2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-theme-v2 .footer-payment-method-v2 .list-payment-method-v2{
    display: flex;
    max-width: 1300px;
    width: 100%;
    padding: 15px 0px;
    align-items: center;
    gap: 15px;
    overflow: auto;
}
.footer-theme-v2 .footer-payment-method-v2 .list-payment-method-v2 .item-payment-method-v2{
    display: flex;
    width: 125px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-left: 5px;
    margin-right: 5px;
    height:60px;
}
.footer-theme-v2 .footer-payment-method-v2 .list-payment-method-v2 .item-payment-method-v2 img{
    width: 80px;
    height: auto;
}
.footer-theme-v2 .footer-payment-method-v2 p{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}

.frame-tmv1-header-frame-menu{
    position: relative;
}

/* Container menu pop */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2{
    background: #434343;
    position: absolute;
    z-index: 800;
    border-radius: 0.5em;
    box-shadow: 0px 9px 41px -16px #000000;
    margin-top: 18px;
    right: -5px;
}

/* Panah atas */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 .arrow-up{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #434343;
    position: absolute;
    top: -10px;
    /* margin-left: 10px; */
    right: 12px;
}

/* List menu */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li{

}

/* Link menu: flex row, icon kiri, text kanan */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 15px 20px;
    min-width: 280px;
    transition: 0.1s;
}

.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a{
    background: #282828;
}

.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li:hover > a,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li:hover > a b,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li:hover > a span,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li:hover > a svg,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li:hover > a i {
    color: #F3A804 !important;
}

.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a b,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a span,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a b,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a span,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active b,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active span,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a svg,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a i,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a svg,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a i,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active svg,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active i {
    color: #F3A804 !important;
}

.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a svg path,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a svg circle,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.menu-active > a svg rect,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a svg path,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a svg circle,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li.active > a svg rect,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active svg path,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active svg circle,
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li > a.active svg rect {
    stroke: #F3A804 !important;
}

/* Icon style */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li a i{
    font-size: 18px;
    color: #FFF;
    margin-right: 12px;
    min-width: 18px;
    text-align: center;
}

/* Teks menu */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li a .right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    /* margin-left: 10px; */
}

/* Judul menu */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li a .right b{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
}

.frame-info-product-v2{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin: 0 auto;
    align-items: center;
}
.frame-info-product-v2 .header-info-product-v2{
    display: flex;
    padding: 4rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #363835;
    width: 100%;
    justify-items: center;
}
.frame-info-product-v2 .header-info-product-v2 .top-content-header-info-product-v2{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    /* padding: 0px 1rem; */
}
.frame-info-product-v2 .header-info-product-v2 .left-info-product-v2{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.frame-info-product-v2 .header-info-product-v2 .left-info-product-v2 img{
    width: 80px;
    height: 80px;
    border-radius: 14px;
}
.frame-info-product-v2 .header-info-product-v2 .left-info-product-v2 .properties-info-product-v2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    justify-content: center;
}
.frame-info-product-v2 .header-info-product-v2 .left-info-product-v2 .properties-info-product-v2 h1{
    margin: 0px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}
.frame-info-product-v2 .header-info-product-v2 .left-info-product-v2 .properties-info-product-v2 h2{
    color: #E4E4E4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0px;
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2 b{
    color: #D1D1D1;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: none;
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2 .download-list-info-product-v2{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2 .download-list-info-product-v2 a{
    border-radius: 8px;
    background: #202123;
    border: 1px solid #202123;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-decoration: none;
    transition: all ease .1s;
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2 .download-list-info-product-v2 a:hover{
    border-radius: 8px;
    border: 1px solid #FFD23D;
    background: #202123;
    backdrop-filter: blur(8px);
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2 .download-list-info-product-v2 a i{
    font-size: 14px;
}
.frame-info-product-v2 .header-info-product-v2 .right-info-product-v2 .download-list-info-product-v2 a span{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bottom-content-header-info-product-v2{
    max-width: 1300px;
    width: 100%;
    /* display: none; */
    color: white;
    font-size: 14px;
    line-height: 22px;
}

.frame-info-product-v2 .header-info-product-v2 .bottom-content-header-info-product-v2 p{
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden; */
    color: rgba(226, 232, 255, 0.80);
    /* text-overflow: ellipsis; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 128.571% */
    margin-bottom: 0px;
}
.content-product {
    padding: 0rem 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.frame-info-product-v2 .content-info-product-v2{
    display: flex;
    max-width: 1300px;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 65px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-sidebar-info-product-v2{
    display: flex;
    width: 422px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
.frame-info-product-v2 .content-info-product-v2 .frame-sidebar-info-product-v2 .sidebar-info-product-v2{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(11, 13, 25, 0.20);
    backdrop-filter: blur(3.549999952316284px);
}
.sidebar-info-product-v2 .frame-title-sidebar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.entitas-description {
    color: #fff;
}
.bottom-content-header-info-product-v2 p{
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden; */
    color: #C0C0CE;
    /* text-overflow: ellipsis; */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 128.571% */
}
.sidebar-info-product-v2 .frame-title-sidebar h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sidebar-info-product-v2 .game-recomendation-v2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* align-items: flex-start; */
    gap: 10px;
    /* align-self: stretch; */
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    /* width: 100%; */
}
.sidebar-info-product-v2 .game-recomendation-v2 li{
    /* width: 100%; */
}
.sidebar-info-product-v2 .game-recomendation-v2 li a{
    text-decoration: none;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(217, 237, 255, 0.10);
    background: #27282C;
    width: 100%;
    transition: all ease .2s;
    flex-direction: column;
}
.sidebar-info-product-v2 .game-recomendation-v2 li a:hover{
    text-decoration: none;
    border: 1px solid #FFD23D;
    background: radial-gradient(129.35% 129.35% at 50% 0%, #68676C 0%, #2A2B2F 100%);
}

.game-recomendation-v2 li a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.game-recomendation-v2 li a span{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: none;
}

.sidebar-info-product-v2 .frame-content-sidebar{
    color: #fff;

}
.sidebar-info-product-v2 .frame-content-sidebar img{
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 8px;
}
.sidebar-info-product-v2 .frame-content-sidebar p{
    color: #C0C0CE !important;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
.sidebar-info-product-v2 .frame-content-sidebar a{
    color: #FFD23D;
    text-decoration: none;
}
.sidebar-info-product-v2 .frame-content-sidebar span{
    color: #FFF !important;
}
.sidebar-info-product-v2 .frame-content-sidebar strong{
    color: #FFF !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sidebar-info-product-v2 p {
    align-self: stretch;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 128.571% */
    margin-bottom: 0px;
}
.sidebar-info-product-v2 .read-more {
    margin-top: 10px;
    color: #fff;
}
.sidebar-info-product-v2 a.showmore-btn {
    color: #FFD23D!important;
    font-size: 14px;;
    line-height: 40px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    /* padding: 10px; */
}

.frame-social-media-v2{
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    justify-content: center;
}
.frame-social-media-v2 a{
    text-decoration: none !important;
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #373737;
    border: 1px solid #4e4e4e;
}
.frame-social-media-v2 a:hover{
    background: radial-gradient(100% 100% at 50% 0%, #434247 0%, #2A2B2F 100%);
    border: 1px solid #FFD23D;
}
.frame-social-media-v2 a img{
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-header-product-v2{
    background: #2D2D2D;
    display: flex;
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-header-product-v2 span{
    display: flex;
    width: 28px;
    height: 28px;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #272727 0%, #353535 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset;
    color: #FFD23D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    border: solid 1px #FFD23D;
}
.denom-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(180deg, #272727 0%, #353535 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
                inset 0px 0px 6px rgba(255, 255, 255, 0.56);
    color: #ffffff;
    font-size: 16px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-header-product-v2 h3{
    color: #FFD23D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2{
    display: flex;
    align-items: center;
    gap: 17px;
    align-self: stretch;
    padding: 1rem;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 .frame-input-inner{
    flex: 1 0 0;
    width: 100%;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 .frame-input-inner .error{
    color: #E03F3F;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 input{
    display: flex;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #6B6C6D;
    background: #2F2F33;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    color: white;
    text-align: center;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 input:focus{
    border: 1px solid #FFD23D;
    background: #1D1E21;
    color: #fff;
}
/* Autofill Chrome */
.frame-info-product-v2
.content-info-product-v2
.frame-denom-info-product-v2
.denom-info-product-v2
.denom-input-area-product-v2
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #2F2F33 inset;
    -webkit-text-fill-color: #DFDFDF;
    transition: background-color 5000s ease-in-out 0s;
}

/* Autofill Chrome saat focus */
.frame-info-product-v2
.content-info-product-v2
.frame-denom-info-product-v2
.denom-info-product-v2
.denom-input-area-product-v2
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1D1E21 inset;
    -webkit-text-fill-color: #FFFFFF;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 select{
    display: flex;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #6B6C6D;
    background: #2F2F33;
    outline: none !important;
    box-shadow: none !important;
    color:#fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 select:hover{
    border: 1px solid #FFD23D;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 select:focus{
    border: 1px solid #FFD23D;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .how-to-product-v2{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0rem 1rem 1rem 1rem;
    /* position: relative; */
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .how-to-product-v2 p{
    color: #D1D1D1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .how-to-product-v2 a{
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .how-to-product-v2 a:hover {
    color: #FFD23D;
}
.mlseparator{
    position: relative;
}

.mlseparator input {
    padding-left: 30px;
    padding-right: 30px;
}

.mlseparator:before,
.mlseparator:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    z-index: 99;
}

.mlseparator:before {
    content: "(";
    left: 10px;
}

.mlseparator:after {
    content: ")";
    right: 10px;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    align-content: baseline;
    gap: 15px;
    width: 100%;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li{
    display: flex;
    height: 120px;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #37373B;
    cursor: pointer;
    transition: background .25s ease, border-color .25s ease;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li:hover,
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li:active{
    border-radius: 8px;
    border: 1px solid #FFD23D;
    background: #484747;
    /* animation: blurIn .45s linear; */
}


.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li.active{
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    animation: blurIn .45s linear;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li.active b{
    color: #2F1E0E!important;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li.active i{
    color: #2F1E0E!important;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li.active .pricing-icon .pricing-detil small{
   color: #F83131!important;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li.active .pricing-icon .pricing-detil span{
    color: #2F1E0E!important;
    font-weight: 600;

}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li b{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 146.667% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon{
    display: flex;
    padding-top: 2px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon i{
    color: #E9E9E9;
    font-size: 14px;
    display: flex;
    align-content: center;
    transition: color 0.2s ease;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li:hover .pricing-icon i{
    animation: nav-calc-wiggle 0.5s ease forwards;
}
@keyframes cart-push {
    0%   { transform: translateX(0)    rotate(0deg);  }
    20%  { transform: translateX(5px)  rotate(-10deg); }
    45%  { transform: translateX(10px) rotate(0deg);  }
    65%  { transform: translateX(6px)  rotate(5deg);  }
    80%  { transform: translateX(9px)  rotate(0deg);  }
    100% { transform: translateX(8px)  rotate(0deg);  }
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon .pricing-detil{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon .pricing-detil small{
    color: #F83131;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon .pricing-detil span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: normal;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method{
    width: 100%;
    padding: 1rem;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box{
    background: #151618;
    margin-bottom: 18px;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all ease .2s;

}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box:hover{
    border: 1px solid #FFD23D;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box.active{
    border: 1px solid #FFD23D;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    /* padding: 11px 15px; */
    padding: 18px 24px;
    background: radial-gradient(100% 100% at 50% 0%, #434247 0%, #2A2B2F 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    position: relative;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    /* width: 100%; */
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left img{
    height: 23px;
    filter: invert(94%) sepia(91%) saturate(0%) hue-rotate(124deg) brightness(113%) contrast(101%);
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left b{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left b.badge-promotion-on-head{
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    background: #FFD23D;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; /* 92.857% */
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .right{
    display:flex;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .right b{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment{
    display: none;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul{
    list-style: none;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-content: space-between;
    gap: 10px;
    align-self: stretch;
    background: #151618;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li{
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: #37373B;
    width: calc(51% - 15px);
    box-sizing: border-box;
    cursor: pointer;
    justify-content: space-between;
    position: relative;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .ribbon__content{
    position: absolute;
    right: 0;
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    background: #FFD23D;
    color: #171717;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 116.667% */
    top: 34%;
    right: 131px;
    text-transform: uppercase;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li:hover{
    border: 1px solid #FFD23D;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li.active{
    border: 1px solid #FFD23D;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li.disabled{
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: #2C2B2B;
    pointer-events: none !important;
    opacity: 0.8;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-top{
    padding: 1rem;
    width: 145px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    justify-content: center;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-top img{
    height: 24px;
    flex-shrink: 0;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-top b{
    color: #514A6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-bottom{
    /* color: #fff; */
    display: flex;
    align-self: stretch;
    /* width: 100%; */
    flex-direction: column;
    justify-content: center;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-bottom b{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    max-width: 100px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-bottom .channel-name {
    color: #bcbcbc;
    text-align: right;
    font-size: 10px;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .info-bottom .value-channel{
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    font-size: 16px;
    text-align: right;
}

.info-bottom .channel-fee {
    font-size: 12px;
    color: #FFD23D;
    text-align: right;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info{
    display: flex;
    padding: 1rem;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info img{

}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info .banks-payment-support-lists{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 0.3rem 0.75rem;
    border-radius: 4px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info .banks-payment-support-lists img{
    height: 15px;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info a.open-button-action-payment{
    color: #fff;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info a.open-button-action-payment i{

}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info .channel-not-available{

}


/* AREA KONFIRMASI PEMBAYARAN */
.konfirmasi-pembelian-area-theme-v2{
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
    padding: 1rem;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2{
    width: 50%;
    /* flex: 1; */
}
.header-konfirmasi-pembelian-input-theme-v2{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.header-konfirmasi-pembelian-input-theme-v2 i{
    color: #FFD23D;
    font-size: 14px;
    transform: rotate(-37deg);
}
.header-konfirmasi-pembelian-input-theme-v2 b{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    flex: 1 0 0;
}
.form-frame-v2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    width: 100%;
}
.form-frame-v2 label{
    display: flex;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.form-frame-v2 input{
    display: flex;
    padding: 12px 14px;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #6B6C6D;
    background: #2F2F33;
    backdrop-filter: blur(8px);
    color: #fff;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline:none !important;
}
.form-frame-v2 input::placeholder{
    color: #808080;
}
.form-frame-v2 input:hover{
    border: 1px solid #FFD23D;
}

.form-frame-v2 input:focus{
    background: #1D1E21;
    border: 1px solid #FFD23D;
}
.form-frame-v2 input::-webkit-outer-spin-button,.form-frame-v2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Autofill Chrome */
.form-frame-v2 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #2F2F33 inset;
    -webkit-text-fill-color: #DFDFDF;
    transition: background-color 5000s ease-in-out 0s;
}

/* Autofill Chrome saat focus */
.form-frame-v2 input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1D1E21 inset;
    -webkit-text-fill-color: #FFFFFF;
}


.form-frame-v2 small{
    color: rgba(226, 232, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
.form-frame-v2 .wrong-email-badge{
    margin: 0px;
    color: #ff5757;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    display: none;
}

.seaparator-frame-v2{
    position: relative;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.seaparator-frame-v2::before{
    content: " ";
    width: 145px;
    height: 1px;
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 10px;
    left: 0;
}
.seaparator-frame-v2 span{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.seaparator-frame-v2::after{
    content: " ";
    width: 145px;
    height: 1px;
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 10px;
    right: 0;
}

.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2{
    width: 50%;
}

.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 table{
    width: 100%;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 table tr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 table tr td{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 table tr td b{
    color: #FFF;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 150% */
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 table tr td:first-child{
    text-align: left;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 table tr td:last-child{
    text-align: right;
    width: 50%;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 .area-payment-final-preview{
    display: flex;
    padding: 4px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #37373B;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 .area-payment-final-preview .logo-payment-final-preview{
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FFF;
    width: 104px;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 .area-payment-final-preview .logo-payment-final-preview img{
    height: 30px;
    max-width: 100%;
    object-fit: contain;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 .area-payment-final-preview b{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    padding: 5px 12px;
    display: flex;
}
.submit-pembelian-area-theme-v2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 2rem 1rem;
}
.submit-pembelian-area-theme-v2 button{
    display: flex;
    padding: 1rem 3rem;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    align-content: center;
    transition: all ease .2s;
    cursor: pointer;
}
.submit-pembelian-area-theme-v2 button.disabled{
    border: 1px solid #555;
    pointer-events: none !important;
    color: #818181;
    background: #555;
}
.submit-pembelian-area-theme-v2 button:hover{
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset;
}
.submit-pembelian-area-theme-v2 .transaksi-aman-logo{
    display: flex;
    align-items: center;
    gap: 20px;
}
.submit-pembelian-area-theme-v2 .transaksi-aman-logo img{
    width: 87px;
    height: 28.67px;
    object-fit: cover;
}

.area-insert-coupons-before-checkout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
}
.area-insert-coupons-before-checkout b{
    height: 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.area-insert-coupons-before-checkout b a.coupon-field-trigger{
    color: #FFD23D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;
}
.area-insert-coupons-before-checkout b a.coupon-field-trigger:hover{

}

.area-insert-coupons-before-checkout .frame-area-insert-coupon{
    display: flex;
    padding: 10px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #2F2F33;
    background: #2F2F33;
    position: relative;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon input{
    width: 100%;
    background-color: #2F2F3300 !important;
    border: 0;
    padding: 0;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon:focus-within{
    background: #1D1E21 !important;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon input:focus{
    background-color: #1D1E21 !important;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon input::placeholder{
    color: #808080;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon:hover{
    border: 1px solid #FFD23D;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon:focus-within{
    border: 1px solid #FFD23D;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon a.frame-coupon-discount-applied{
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    color: #2F1E0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon a.frame-coupon-discount-applied:hover{
        background: linear-gradient(272deg, #FFB820 -0.12%, #FFE48C 51.5%, #FFD034 100.12%);
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon a.frame-coupon-discount-applied.removed_disc{
    background: #E03F3F;
    color: #fff;
}
.area-insert-coupons-before-checkout .parent-frame-area-insert-coupon{
    width: 100%;
    display: none;
}
.area-insert-coupons-before-checkout .frame-coupon-discount-errormsg{
    color: rgba(226, 232, 255, 0.80);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.5px; /* 150% */
}
.area-insert-coupons-before-checkout .frame-coupon-discount-errormsg.success{
    color: #FFD23D;
    font-weight: 600;
}
.area-insert-coupons-before-checkout .frame-coupon-discount-errormsg.failed{
    color: #FF1A1A !important;
}

input.user_id.first-input.inputuserandserver::placeholder {
    color: #808080;
}

.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 input:hover{
    border: 1px solid #FFD23D;
}

.transaction-progress-v2{
    display: flex;
    max-width: 1300px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(11, 13, 25, 0.20);
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 60px;
}
.transaction-progress-v2 h1{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.stepper-wrapper {
    display: flex;
    width: 650px;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;

}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

@media (max-width: 768px) {
    .stepper-item {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #FFD23D;
    width: 100%;
    top: 16px;
    left: -50%;
    z-index: 2;
}
.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #C5CACE;
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 3;
}
.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #C5CACE;
    margin-bottom: 6px;
    font-size: 13px;
    color: #000000;
}
.stepper-item .step-name {
    color: #C5CACE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stepper-item.completed .step-name{
    color: #FFD23D;
}
.stepper-item.active {
    font-weight: bold;
}
.stepper-item.completed .step-counter {
    background-color: #FFD23D;
}
.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #FFD23D;
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 3;
}
.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}


.frame-transaction-progress-details{
    display: flex;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}
.frame-transaction-progress-details .payment-transaction-progress-details{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid rgba(245, 245, 245, 0.10);
}
.frame-transaction-progress-details .payment-transaction-progress-details .header-payment-transaction-detail{
    display: flex;
    height: 54px;
    padding: 15px 20px;
    align-items: center;
    gap: 27px;
    align-self: stretch;
    background: #1D1D1F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .header-payment-transaction-detail img{
    height: 28px;
    padding: 4px 10px;
    background: #fff;
    border-radius: 4px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail{
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background: rgba(19, 19, 19, 0.80);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .amount-must-pay{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .amount-must-pay span{
    color: #FFD23D;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .virtual-account-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .virtual-account-info small{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .virtual-account-info .virtual-account-info-number{
    display: flex;
    align-items: center;
    gap: 10px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .virtual-account-info .virtual-account-info-number b{
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .virtual-account-info .virtual-account-info-number a{
    border-radius: 5px;
    border: 1px solid #fff;
    background: #00;
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all ease .2s;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .virtual-account-info .virtual-account-info-number a:hover{
    background: #FFD23D;
    color: #13164E;
}

.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .tempo-time-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .tempo-time-info small{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .tempo-time-info b{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.frame-transaction-progress-details .payment-transaction-progress-details .body-payment-transaction-detail .tempo-time-info b span{
    color: #FFD23D;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.frame-transaction-progress-details .info-transaction-progress-details{
    width: 50%;
    /* flex: 1; */
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview{
    margin: 0 auto;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview{
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview img{
    width: 75px;
    height: 75px;
    border-radius: 8px;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail small{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail b{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 125% */
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 125% */
}

/* CRK2 */
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail{
    margin-top: 20px;
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table{
    width: 100%;
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr{
    border: 0px;
    /* border-bottom: 1px solid #ebf1f5; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px;
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td{
    /* background: white; */
    color: #D1D1D1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td b{
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px; /* 150% */
    /* padding: 10px; */
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td:first-child{
    text-align: left;
    padding-left: 0px;
    padding: 12px;
    padding-left: 0px;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td:last-child{
    text-align: right;
    padding-right: 0px;
    padding: 12px 0px;
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td .frame-flex-end{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td .badge-self{
    justify-content: flex-end;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info b{

}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info a{
    border-radius: 5px;
    border: 1px solid #fff;
    background: #000;
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all ease .2s;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info a:hover{
    background: #FFD23D;
    color: #13164E;
}
/* Spinner lingkaran kecil rapi 8 titik & Status sukses/process*/
.spinner-dots-small {
  position: relative;
  width: 12px;
  height: 12px;
}

.spinner-dots-small div {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #FFD23D;
  border-radius: 50%;
  animation: spinner 1.2s linear infinite;
}

/* 8 titik spinner */
.spinner-dots-small div:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.spinner-dots-small div:nth-child(2) { top: 15%; left: 85%; transform: translate(-50%, -50%); animation-delay: 0.15s; }
.spinner-dots-small div:nth-child(3) { top: 50%; left: 100%; transform: translate(-50%, -50%); animation-delay: 0.3s; }
.spinner-dots-small div:nth-child(4) { top: 85%; left: 85%; transform: translate(-50%, -50%); animation-delay: 0.45s; }
.spinner-dots-small div:nth-child(5) { top: 100%; left: 50%; transform: translate(-50%, -50%); animation-delay: 0.6s; }
.spinner-dots-small div:nth-child(6) { top: 85%; left: 15%; transform: translate(-50%, -50%); animation-delay: 0.75s; }
.spinner-dots-small div:nth-child(7) { top: 50%; left: 0; transform: translate(-50%, -50%); animation-delay: 0.9s; }
.spinner-dots-small div:nth-child(8) { top: 15%; left: 15%; transform: translate(-50%, -50%); animation-delay: 1.05s; }

/* animasi memudar untuk efek putar */
@keyframes spinner {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}

.status-processing {
    height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 3px 6px 3px 6px;
    border: 1px solid #FFD23D;
    border-radius: 6px;
    color: #FFD23D;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Titillium Web';
    gap: 6px;
}
.status-sukses {
    height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 3px 6px 3px 6px;
    border: 1px solid #FFD23D;
    border-radius: 6px;
    color: #FFD23D;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Titillium Web';
    gap: 6px;
}
.status-payment {
    color: #FFD23D !important;
    font-family: 'Poppins' !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-suggestion{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #1D1E21;
    margin-top: 20px;
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-suggestion p{
    color: #d1d1d1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1 0 0;
    margin: 0;
}

.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-help{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 20px;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-help .help-content{
    display: flex;
    align-items: center;
    gap: 5px;
    align-content: center;
    flex-direction: row;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-help .help-content img{
    width: 20px;
    height: 20px;
    display: flex;
    align-self: stretch;
    filter: invert(90%) sepia(89%) saturate(52%) hue-rotate(347deg) brightness(111%) contrast(98%);
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-help .help-content b{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-help p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    align-self: stretch;
}
.frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-help p a{
    color: #FFD23D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}


.panduan-simple-list{
    width: 100%;
}
.panduan-simple-list .heading{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.panduan-simple-list .heading i{
 font-size: 18px;
 color: white;
}
.panduan-simple-list .heading b{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.panduan-simple-list ol{
    padding: 0;
    margin: 0;
    padding-left: 14px;
}
.panduan-simple-list ol li{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
}
.panduan-simple-list ol li:last-child{
    margin-bottom: 0px;
}
.panduan-simple-list .panduan-lengkap{
    margin-top: 20px;
}
.panduan-simple-list .panduan-lengkap .btn-panduan-lengkap{
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    width: 10rem;
    text-align: center;
    margin: 0 auto;
    transition: all ease .2s;
}
.panduan-simple-list .panduan-lengkap .btn-panduan-lengkap:hover{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), rgba(255, 255, 255, 0.05);
}
.panduan-simple-list .panduan-lengkap .btn-panduan-lengkap:active{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), rgba(255, 255, 255, 0.05);
}
.panduan-simple-list .panduan-lengkap .btn-panduan-lengkap:focus{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), rgba(255, 255, 255, 0.05);
}

.accrodion-how-to{
    margin-bottom: 20px;
}
.accrodion-how-to .child-accordion{
    /* background: white; */
    /* border: 1px solid #e6e6e6; */
    border-radius: 6px;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.accrodion-how-to .child-accordion .header-accordion{
    color: #FFF;
    font-size: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all ease .2s;
}
.accrodion-how-to .child-accordion .header-accordion:hover{
    border-radius: 6px;
    /* border: 1px solid #FFF; */
    background: rgba(255, 255, 255, 0.14);
}
.accrodion-how-to .child-accordion .header-accordion:hover i{
    color: #FFD23D;
}
.accrodion-how-to .child-accordion .content-accordion{
    /* margin-top: 13px; */
    /* padding-top: 15px; */
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.accrodion-how-to .child-accordion .content-accordion hr{
    border: 0;
    border-top: 1px solid #a1a1a1;
    margin-top: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 10px;
}
.accrodion-how-to .child-accordion .content-accordion ul{
    padding: 0;
    margin: 0;
    padding-left: 14px;
}
.accrodion-how-to .child-accordion .content-accordion ol{
    padding: 0;
    margin: 0;
    padding-left: 14px;
}
.accrodion-how-to .child-accordion .content-accordion li{
    margin: 0 !important;
    padding: 0;
    /* margin-bottom: 10px !important; */
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.accrodion-how-to .child-accordion .content-accordion li a{

}
.accrodion-how-to .child-accordion .content-accordion li a:hover{

}

.transaksi-aman{
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    gap: 26px;
    align-self: stretch;
    /* border: 1px solid rgba(245, 245, 245, 0.10); */
    /* background: #0C052B; */
    /* margin-top: 20px; */
}
.transaksi-aman img{
    height: 38px;
}

.area-qrris{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 30px; */
}
.area-qrris img{
    width: 171px;
    height: 171px;
    margin-bottom: 20px;
}
.area-qrris .download-qrcode{
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset;
    color: #2F1E0E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    transition: 0.1s;
}

.area-qrris .download-qrcode:hover{
    background: linear-gradient(272deg, #FFB820 -0.12%, #FFE48C 51.5%, #FFD034 100.12%);
}
.area-qrris .download-qrcode i{
   font-size: 16px;
}

.frame-dompet{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.frame-dompet img{
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}
.frame-dompet .btn-selesaikan-pembayaran{
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
}
.frame-dompet .btn-selesaikan-pembayaran:hover{
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset;
    color: #000;
}
.frame-dompet .btn-selesaikan-pembayaran i{
    font-size: 16px;
}


/* SINGLE INFO PAYMENT CENTER */
.single-payment-finish-wrapper .frame-transaksi-game-preview{
    /* margin: 0 auto; */
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview{
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview img{
    width: 75px;
    height: 75px;
    border-radius: 8px;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail small{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail b{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 125% */
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 125% */
}

/* CRK2 */
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail{
    margin-top: 20px;
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table{
    width: 100%;
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr{
    border: 0px;
    /* border-bottom: 1px solid #ebf1f5; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td{
    background: transparent;
    color: #D1D1D1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td b{
    color: #FFF;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 150% */
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td:first-child{
    text-align: left;
    padding-left: 0px;
    padding: 12px;
    padding-left: 0px;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td:last-child{
    text-align: right;
    padding-right: 0px;
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td .frame-flex-end{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td .badge-self{
    justify-content: flex-end;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info b{

}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info a{
    border-radius: 5px;
    border: 1px solid #fff;
    background: #000;
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all ease .2s;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info a:hover{
    background: #FFD23D;
    color: #13164E;
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-suggestion{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(17, 8, 57, 0.80);
    margin-top: 20px;
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-suggestion p{
    color: #D1D1D1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1 0 0;
    margin: 0;
}

.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-help{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 20px;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-help .help-content{
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-help .help-content img{
    width: 20px;
    height: 20px;
    display: flex;
    align-self: stretch;
    filter: invert(90%) sepia(89%) saturate(52%) hue-rotate(347deg) brightness(111%) contrast(98%);
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-help .help-content b{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-help p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0px;
    align-self: stretch;
}
.single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-help p a{
    color: #FFD23D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}

/* CEK TRANSAKSI SPECIAL CSS */
.cek-transaksi-frame{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0rem 1rem;
    display: flex;
    width: 100%;
    /* max-width: 1300px; */
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    /* justify-content: center; */
    /* justify-items: center; */
    /* align-items: center; */
    align-content: center;
}

.cek-transaksi-header{
    display: flex;
    width: 100%;
    max-width: 1300px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    /*background-overlay: url('../../img/cektransaksi-powerplay-bg.webp');*/
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    background: linear-gradient(286deg, rgba(56, 60, 64, 0.60) 0%, rgba(44, 44, 47, 0.80) 21.68%, #4D5259 51.71%, #383A3C 100%);
    background-size: cover;
    background-position: right;
}
.cek-transaksi-header h1{
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.cek-transaksi-header .frame-frame-search-trx{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search{
    position: relative;
}
.cek-transaksi-header .frame-frame-search-trx .on-error-text{
    color: red;
    font-size: 14px;
    font-style: italic;
    display: none;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search span{
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: 13px;
    left: 16px;
    z-index: 99;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search span::after {
    content: ":";
    margin-left: 5px;
    color: #fff;
    font-weight: 600;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input{
    display: flex;
    width: 500px;
    height: 47px;
    padding: 1rem;
    align-items: center;
    gap: 10px;
    /* text-align: center; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    border-radius: 8px;
    background: #2F2F33;
    backdrop-filter: blur(8px);
    outline: none!important;
    padding-left: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input{
    border: 1px solid #CED4DA;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input:hover{
    border: 1px solid #FFD23D;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input:focus{
    border: 1px solid #FFD23D;
    background: #1D1E21;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input::placeholder{
    color: #808080 !important;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx{
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset;
    transition: all ease .2s;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx:hover{
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx i{
    font-size: 16px;
    color: #2F1E0E !important;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx span{
    color: #2F1E0E !important;
    text-align: center !important;
    font-size: 16px  !important;
    font-style: normal  !important;
    font-weight: 700  !important;
    line-height: normal  !important;
}
.cek-transaksi-header .frame-footer-search-trx{

}
.cek-transaksi-header .frame-footer-search-trx p{
    margin: 0;
    color: #fff !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}
.cek-transaksi-header .frame-footer-search-trx p a{
    color: #FFD23D !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    text-decoration-line: underline !important;
}

.cek-transaksi-content{
    display: flex;
    width: 100%;
    max-width: 1300px;
    padding: 1rem;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #2D2D2D;
    align-items: center;
    flex-direction: column;
}
.cek-transaksi-content .simulate-info-header{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cek-transaksi-content .simulate-info-header h5{
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cek-transaksi-content .stepper-wrapper{
    /* margin-left: auto !important; */
    margin: 0 auto;
}
.cek-transaksi-content .stepper-wrapper .stepper-item .step-name{
    font-size: 15px;
}
.cek-transaksi-content .frame-transaksi-game-preview{
    width: 594px;
    margin: 0 auto;
}

.cek-transaksi-content h6{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.cek-transaksi-content-table-wrapper{
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    width: 100%;
}
.cek-transaksi-content table{
    width: 100%;
    /* border: 1px solid #D9DFE2; */
}
.cek-transaksi-content table thead{
    background: #1E1E1E;
}
.cek-transaksi-content table thead tr{

}
.cek-transaksi-content table thead tr th:first-child{
    border-top-left-radius: 4px;
    /* border-left: 1px solid #D9DFE2; */
}
.cek-transaksi-content table thead tr th:last-child{
    border-top-right-radius: 4px;
    /* border-right: 1px solid #D9DFE2;  */
}
.cek-transaksi-content table thead tr th{
    padding: 12px 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* border-top: 1px solid #D9DFE2; */
}
.cek-transaksi-content table tbody{

}
.cek-transaksi-content table tbody tr{

}
.cek-transaksi-content table tbody tr td{
    padding: 10px 8px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cek-transaksi-content table tbody tr:nth-child(odd) td {
    background-color: #414141;
}

.cek-transaksi-content table tbody tr:nth-child(even) td {
    background-color: #4C4C4E;
}

.cek-transaksi-content table tbody tr td .badge-self{
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 6px;
    width: max-content;
}

.cek-transaksi-content table tbody tr td .badge-self.as-canceled{
    color: #F00;
    background: #FFC7C7;
}
.cek-transaksi-content table tbody tr td .badge-self.as-completed{
    color: #03AC0E;
    background: #D5FFDD;
}
.cek-transaksi-content table tbody tr td .badge-self.as-pending{
    color: #AB8103;
    background: #FFF4D5;
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail{
    margin-top: 20px;
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table{

}

.cek-transaksi-content .frame-action-button-transaksi-game{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    margin-top: 20px;
}

.cek-transaksi-content .frame-action-button-transaksi-game a{
    display: flex;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: #171717;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.56) inset;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    transition: all ease .2s;
    text-decoration: none !important;
}
.cek-transaksi-content .frame-action-button-transaksi-game a:hover{
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset;
}

.cek-transaksi-content .transaksi-game-help .help-content{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.cek-transaksi-content .transaksi-game-help .help-content img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.cek-transaksi-content .transaksi-game-help .help-content b{
    color: #1c1c1c;
    font-size: 18px;
}
.cek-transaksi-content .transaksi-game-help .help-content p{
    color: #1c1c1c;
    font-size: 14px;
}
.cek-transaksi-content .transaksi-game-help .help-content a{
    color: #0d4e78;
    text-decoration: none;
    font-weight: 600;
}
.cek-transaksi-content-resp {
    width: 100%;
    max-width: 1300px;
}

.cek-transaksi-content-resp .single-payment-finish-wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    margin-top: 20px;
}

.content-with-sidebar-static{
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: calc(100vh - 410px);
}
.content-with-sidebar-static .simple-content-static{
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #2D2D2D;
    padding: 20px;
}
.content-with-sidebar-static .simple-content-static .page-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.content-with-sidebar-static .simple-content-static .page-header h1{
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.content-with-sidebar-static .simple-content-static .content{
    color: #FFF;
    width: 100%;
}
.content-with-sidebar-static .simple-content-static .content img{
    max-width: 100%;
}

.content-with-sidebar-static .simple-content-static .content p{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    color: #fff!important;
}
.content-with-sidebar-static .simple-content-static .content a{
    color: #FFD23D!important;
}
.content-with-sidebar-static .simple-content-static .content h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 38px; /* 158.333% */
        color: #fff!important;
}
.content-with-sidebar-static .simple-content-static .content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px; /* 163.636% */
    color: #fff!important;
}
.content-with-sidebar-static .simple-content-static .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px; /* 190% */
    color: #fff!important;
}
.content-with-sidebar-static .simple-content-static .content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    color: #fff!important;
}

.area-help{
    position: relative;
}
.popover-custom{
    position: absolute;
    background: #37373b;
    z-index: 1000;
    padding: 10px;
    border-radius: 0.5em;
    border: 1px solid #1d1e21;
    top: 40px;
    left: -95px;
    /* box-shadow: 0px 0px 13px 3px #484848; */
    display: none;
    width: 235px;
}
.popover-custom p{
    margin-top: 10px !important;
}

.popover-custom:after,
.popover-custom:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popover-custom:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #37373b;
    border-width: 11px;
    margin-left: -17px;
}
.popover-custom:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #1d1e21;
    border-width: 13px;
    margin-left: -20px;
}
.popover-image{
    /* width: 240px !important; */
    cursor: pointer;
    width: 100% !important;
}

.modal-content{
    background-color: #2D2D2D;
}
.modal-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #1e1e1e;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-header button{
    background: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border: none !important;
    color: white !important;
    padding: 0 !important;
    font-size: 34px !important;
    /* height: 23px; */
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
.form-floating textarea {
    border-radius: 8px;
    border: 1px solid #6B6C6D;
    background: #2F2F33;
    color: #fff;
}

.form-floating textarea:focus {
    border: 1px solid #FFD23D;
    background: #1D1E21;
    color: #fff;
    box-shadow: none;

}
.form-floating input {
    border-radius: 8px;
    border: 1px solid #6B6C6D;
    background: #2F2F33;
    color: #fff;
}
.form-floating input:focus {
    border: 1px solid #FFD23D;
    background: #1D1E21;
    color: #fff;
    box-shadow: none;

}
.form-floating label {
    color: white;
}
.modal-footer {
    border-top: 1px solid #1e1e1e;
}

button.btn.btn-secondary.themev2{
    border-radius: 8px;
    background: #202123;
    border: 1px solid #6B6C6D;
    height: 42px;
}
button.btn.btn-secondary.themev2:hover{
    border-radius: 8px;
    background: #1c1d1e;
    border: 1px solid #6B6C6D;
    height: 42px;
}

button.btn.btn-danger.themev2 {
    border-radius: 8px;
    border: 1px solid #171717;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%);
    color: #2F1E0E;
    font-weight: 600;
        height: 42px;
}
button.btn.btn-danger.themev2:hover{
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset;
    outline: none;
}
button.btn.btn-danger.themev2:focus{
    box-shadow: none;
}
.frame-trigger-search-mobile{
    display: none;
}

.frame-tmv1-header-frame-search form .close-search-mobile{
    display: none;
}
.frame-grid-product-v2.bg-frame-v2 {
    margin-bottom: 0;
    margin-top: 0;
}
.flashsale-slider-wrapper {
    position: relative;
}
.frame-flash-sale .flashsale-slider-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
}
@media (max-width: 1080px) {
    .frame-flash-sale .flashsale-slider-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
}
.r-fade {
        bottom: 0;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, #1a1b1d00 0%, #1A1B1D 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 60px;
        height: 100%;
}
.l-fade {
        display: none;
        bottom: 0;
        top: 0;
        left: 0;
        background: linear-gradient(270deg, #1a1b1d00 0%, #1A1B1D 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 60px;
        height: 100%;
}
.flashsale-slider-wrapper.show_before .l-fade {
    display: block;
}
.flashsale-slider-wrapper:not(.show_after) .r-fade {
    display: none;
}
.flash-sale-wrapper {
    display: flex;
    width: 100%;
    max-width: 1280px;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    overflow-x: auto;
    margin-top: 10px;
    padding: 6px 8px 8px 8px;
    scroll-behavior: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.flash-sale-wrapper::-webkit-scrollbar {
    display: none;
}
.card-flash-sale {
    display: flex;
    width: 270px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #575757;
    /* background: linear-gradient(0deg, rgba(43, 23, 89, 0.76) 0%, rgba(43, 23, 89, 0.76) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    text-decoration: none;
    transition: all .1s;
    position: relative;
    cursor: pointer;
}

.card-flash-sale:hover {
    /* background: linear-gradient(0deg, rgba(43, 23, 89, 0.76) 0%, rgba(43, 23, 89, 0.76) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    /* box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.20); */
    border: 1px solid #FFD23D;
}

.card-flash-sale img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #575757;
}

.card-flash-sale:hover img {
    border: 1px solid #cfcfcf;
}

.card-flash-sale .label-group-fs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
    overflow: hidden;
}
.card-flash-sale .label-group-fs h6 {
    color: #FFD23D;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: stretch;
}
.card-flash-sale .label-group-fs b {
    overflow: hidden;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 10px;
    width: 130px;
}

.badge-off-sale {
    background: #C5E5FF;
    position: relative;
    right: 0;
    top: 0;
    transform: rotate(35.993deg);
}

.badge-off-sale b {
    margin: 0px;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.bestseller:after {
    content: var(--diskon-label, "Diskon");
    z-index: 1;
    overflow: hidden;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #C5E5FF;
    background: linear-gradient(#d90000 0%, #ff5f33 100%);
    box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -30px;
    clip-path: polygon(120px 26px, 90px -4px, 40px -12px, 8px 20px, 10px 30px,  120px 30px);
    z-index: 6;
}
.countdown-container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 8px;
    text-align: center;
}
.countdown-box {
    background-color: #FF3838;
    color: white;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}
.countdown-value {
    font-size: 15px;
    line-height: 16px;
}
.countdown-container span {
    font-size: 8px;
}

.group-title-fs {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 20px; */
}
button.btn.btn-orange-outline {
    background: white;
    color: black;
    width: 100%;
    padding: 10px;
    border: none;
    margin-top: 15px;
    border-radius: 8px;
}

button.btn.btn-orange-outline:hover {
    color: #FFF;
    background: #FFD23D;
}
.calc-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 60px 0px;
    gap: 30px;
    height: calc(100% - 386px);
    padding: 16px;
}
.calc-section {
    display: flex;
    max-width: 560px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.calc-form-wrapper {
    display: flex;
    width: 100%;
    max-width: 560px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.calc-head-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}
.calc-container img {
    max-width: 175px;
}
.calc-container h1 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.calc-container span {
    color: #fff;
    text-align: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.input-wrapper label {
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.input-wrapper input {
    width: 100%;
    padding: 16px 14px;
    border-radius: 8px;
    border: 1px solid #9AA4B2;
    background: #2F2F33;
    backdrop-filter: blur(8px);
    outline: none !important;
    box-shadow: none !important;
    color: white;
    transition: all .1s ease;
}
.input-wrapper input:hover{
    border: 1px solid #FFD23D;
    background: #1D1E21;
}
.input-wrapper input:focus{
    border: 1px solid #FFD23D;
    background: #1D1E21;
}
.input-wrapper input::-webkit-outer-spin-button,
    .input-wrapper input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
}

.input-wrapper input[type=number] {
  -moz-appearance: textfield;

}

button.primary-btn-tv1 {
    margin-top: 10px;
    display: flex;
    height: 56px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(272deg, #F3A804 -0.12%, #FFD650 51.5%, #FFD23D 100.12%), #FF4405;
    box-shadow: 0 4px 8px 0 rgba(41, 41, 41, 0.06), 0 2px 4px 0 rgba(41, 41, 41, 0.04), 0 1px 2px 0 rgba(41, 41, 41, 0.04), 0 0 0 1px rgba(41, 41, 41, 0.08), 0 -0.5px 0.5px 0 rgba(41, 41, 41, 0.08) inset;
    width: 100%;
    transition: all 0.1s ease;
    margin: 0px;
}
button.primary-btn-tv1:hover {
    border: 1px solid #fbba24;
    background: linear-gradient(272deg, #FFB820 -0.12%, #fedd71 51.5%, #FFD23D 100.12%);
    box-shadow: 0px 0px 8px 0px rgb(255 255 255) inset;
}
.result-calc {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #FFD23D;
    background: #2C2922;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px;
}
.result-calc.xrow {
    flex-direction: row;
    justify-content: space-between;
}

.result-calc h3 {
    color: #FFD23D;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.result-calc b{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.zodiac-group-slider input {
    border: none;
    background: transparent;
    padding: ;
}
/* The slider itself */
.zodiac-group-slider .slider {
  appearance: none;  /* Override default CSS styles */
  width: 100%; /* Full-width */
  height: 6px; /* Specified height */
  background: #ebe9e7; /* Grey background */
  outline: none; /* Remove outline */
  border-radius: 5px;
  padding: 0px;
}
.zodiac-group-slider .slider:hover {
    border: none;
}

.zodiac-group-slider .slider:focus {
    border: none;

}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.zodiac-group-slider .slider::-webkit-slider-thumb {
  appearance: none; /* Override default look */
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  border: 2px solid #E6B100;
  background: #FFD79F; /* Green background */
  border-radius: 50%;
  cursor: pointer; /* Cursor on hover */
}

.zodiac-group-slider .slider::-moz-range-thumb {
  appearance: none; /* Override default look */
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  background: #FFD79F;
    border: 2px solid #E6B100;
  border-radius: 50%;
  cursor: pointer; /* Cursor on hover */
}
.anchor-nav {
    width: 100%;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
}
.btn-category-primary {
    color: #fff;
    border: 1px solid #FFD23D !important;
    background: rgba(226, 232, 255, 0.05);
    width: fit-content;
    margin: 0px;
    gap: 6px;
}
.btn-category-primary:hover {
    border-radius: 8px;
    border: 1px solid #FFD23D;
    background: #484747;
    background-size: cover;
    background-blend-mode: overlay;
    color: #fff;

}
.category-block {
    width: 100%;
}
.divider-top {
    border-top: solid 1px #393939;
    scroll-margin-top: 80px;
}
/* Blog section */
.card.dv-card-blog {
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.1s ease;
}
.dv-content-blog  .card-title.dv-blog-title {
    color: #fff !important;
    line-height: 1.3;
    font-weight: 600;
}
.dv-card-blog .card-title.dv-blog-title {
    color: #fff !important;
    line-height: 1.5;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    align-self: stretch;
    overflow: hidden;
}

.text-muted.dv-color {
    color: #A6A6A6!important;
}

.card.dv-card-blog:hover {
    border-radius: 8px;
    border: 1px solid #FFD23D;
    background: #2A2A2A;
}
.card.dv-content-blog {
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.dv-blog p,
.dv-blog span,
.dv-blog li,
.dv-blog ul {
    color: #F6F6F6;
}

.dv-blog h1,
.dv-blog h2,
.dv-blog h3,
.dv-blog h4,
.dv-blog h5
{
    color: #fff;
}
.dv-blog a,
{
    color: #FFD23D;
    text-decoration: none;
}
.content.dv-blog a {
    color: #FFD23D;
    text-decoration: none;

}
.content.dv-blog img {
    max-width: 100%;
}
.rounded-pill.dv-pill {
    border-radius: 4px;
    background: #FFD23D!important;
    color: #000;
}

.rounded-pill.dv-pill:hover {
    background: #ffc400!important;
    color: #000;
}
.card-widget-article {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(11, 13, 25, 0.20);
    backdrop-filter: blur(3.549999952316284px);
}

.card-widget-article h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a.dv-other-blog {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
a.dv-other-blog:hover {
    color: #FFD23D;
}
.dv-flex-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dv-content-widget p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;

}
.dv-content-widget a {
    color: #FFD23D;
    text-decoration: none;
}
.dv-content-widget img {
    max-width: 100%;
}
.sticky-widget-blog {
    height: fit-content;
    top: 100px;
    position: sticky;
}
/* end desktop */
@media (min-width: 481px) and (max-width: 767px) {
    .frame-grid-product-v2 {
        padding: 20px 10px 20px 10px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 100%;
    }
    .frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 h6{
        width: 120px;
    }
    .footer-theme-v2 .footer-payment-method-v2{
        width: 100%;
    }
    .footer-theme-v2 .footer-payment-method-v2 .parent-list-payment-method-v2{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2{
        width: 100%;
        overflow: hidden;
    }
    .frame-top-product-v2{
        overflow: hidden;
        gap: 16px;
        height: auto;
        margin-top: 20px;
    }
}
/*tablet view */
@media (min-width: 768px) and (max-width: 990px) {
    .frame-grid-product-v2 {
        padding: 20px 10px 20px 10px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 20px;
        width: 100%;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 img{
        width: 100%;
    }
    .frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 img{
        width: 180px;
        height: 180px;
    }
    .footer-theme-v2 .footer-payment-method-v2{
        width: 100%;
    }
    .footer-theme-v2 .footer-payment-method-v2 .parent-list-payment-method-v2{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2{
        width: 100%;
        overflow: hidden;
    }
    .frame-top-product-v2{
        overflow: hidden;
        gap: 16px;
        height: auto;
        margin-top: 20px;
    }
    .frame-info-product-v2 .content-info-product-v2{
    display: flex;
    max-width: 1300px;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 65px;
    flex-direction: column;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-sidebar-info-product-v2 {
    width: 100%;
    order: 1;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    order: 0;
    }
}

@media (min-width: 991px) and (max-width: 1080px) {
    .frame-grid-product-v2 {
        padding: 20px 10px 20px 10px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2{
        padding-top: 10px;
        display: grid;
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 4rem 2.4rem;
        width: 100%;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 img{
        width: 100%;
    }
    .frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 img{
        width: 190px;
        height: 190px;
    }
    .footer-theme-v2 .footer-payment-method-v2{
        width: 100%;
    }
    .footer-theme-v2 .footer-payment-method-v2 .parent-list-payment-method-v2{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2{
        width: 100%;
        overflow: hidden;
    }
    .frame-top-product-v2{
        overflow: hidden;
        gap: 16px;
        height: auto;
        margin-top: 20px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li {
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .tmv1-header .tmv1-header-left img{
        height: 38px;
    }
    .tmv1-header .tmv1-header-left ul li a{
        display: none;
    }
    .frame-grid-product-v2 {
        padding: 20px 10px 20px 10px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 10px;
        width: 100%;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 img{
        width: 100%;
    }
    .frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 img{
        width: 140px;
        height: 140px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 h6{
        font-size: 13px;
        margin-top: -70px;
        padding: 70px 8px 0;
        height: 120px;
    }
    .footer-theme-v2 .footer-payment-method-v2{
        width: 100%;
    }
    .footer-theme-v2 .footer-payment-method-v2 .parent-list-payment-method-v2{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2{
        width: 100%;
        overflow: hidden;
    }
    .frame-top-product-v2{
        overflow: hidden;
        gap: 16px;
        height: auto;
        margin-top: 20px;
    }
    .frame-info-product-v2 .content-info-product-v2{
        display: flex;
        max-width: 1300px;
        width: 100%;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 65px;
        flex-direction: column;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-sidebar-info-product-v2 {
        width: 100%;
        order: 1;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
        order: 0;
    }
    .sidebar-info-product-v2{
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: rgba(11, 13, 25, 0.20);
        backdrop-filter: blur(4px);
    }
    /* AREA KONFIRMASI PEMBAYARAN */
    .konfirmasi-pembelian-area-theme-v2{
        display: flex;
        padding-bottom: 50px;
        justify-content: center;
        align-items: flex-start;
        gap: 26px;
        align-self: stretch;
        padding: 1rem;
        flex-direction: column;
    }
    .konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2{
        width: 100%;
        /* flex: 1; */
    }
    .konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2{
        width: 100%;
    }
        .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li {
        width: 100%;
    }
}

/*mobile view */
/*@media (max-width: 450px){ */
@media (min-width: 320px) and (max-width: 480px) {

    .popover-custom{
        top: 40px;
        left: auto;
        right: -15px;
    }
    .overlay-more-voucher {
        display: none;
    }

    .popover-custom:after, .popover-custom:before{
        left: auto;
        right: 16px;
    }
    /* .popover-custom:after{
        right: 2px !important;
    } */

    .frame-tmv1-header-frame-search form{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
    .frame-tmv1-header-frame-search form .close-search-mobile{
        display: flex;
        font-size: 24px;
        color: #fff;
        text-decoration: none !important;
        padding: 10px;
    }
    .frame-tmv1-header-frame-search form .close-search-mobile i{

    }

    .frame-tmv1-header-frame-search .result-quick-search{
        right: 10px;
        left: 10px;
    }

    .frame-trigger-search-mobile{
        display: flex;
    }
    .frame-trigger-search-mobile a{
        font-size: 24px;
        color: #ffffff;
        text-decoration: none !important;
    }
    .frame-trigger-search-mobile a i{

    }

    .frame-top-product-v2 .frame-header-top-product-v2 .trigger-top-product-nav{
        display: none !important;
    }
    .tmv1-header .tmv1-header-left img{
        height: 30px;
    }
    .tmv1-header .tmv1-header-left ul li a{
        display: none;
    }
    .frame-tmv1-header-frame-search{
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        background: rgb(29, 30, 33, 1)!important;
        top: 0;
        padding: 10px 14px;
        z-index: 99;
        display: none;
    }
    .tmv1-header .tmv1-header-right .tmv1-header-frame-search{
        width: 100%;
    }
    .tmv1-header .tmv1-content{
        width: 100%;
    }
    .cek-transaksi-header h1{
        font-size: 24px;
    }
    .cek-transaksi-content .simulate-info-header h5{
        font-size: 20px;
    }
    .cek-transaksi-content .stepper-wrapper .stepper-item .step-name{
        font-size: 12px;
    }
    .cek-transaksi-header .frame-footer-search-trx p {
        font-size: 12px!important;
    }
    .cek-transaksi-header .frame-footer-search-trx p a{
        font-size: 12px!important;
    }
    .frame-grid-product-v2{
        width: 100%;
        margin-bottom: 0;
        padding: 20px 10px 20px 10px;
    }
    .parent-grid-product-z-v2 .child-top-product-z-v2{
        min-width: 250px;
    }
    /* mobile slider product */
    .parent-grid-product-z-v2{
        display: flex;
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 24px 24px;
        width: 100%;
        flex-direction: row;
        overflow-x: scroll;
    }
    .parent-grid-product-z-v2-voucher .child-top-product-z-v2{
        min-width: 250px;
    }
    /* mobile slider product */
    .parent-grid-product-z-v2-voucher{
        display: flex;
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 24px 24px;
        width: 100%;
        flex-direction: row;
        overflow-x: scroll;
    }
    .frame-grid-product-z-v2 .two-column-grid {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-top: 0px;
    }
    .frame-grid-product-z-v2 .two-column-grid .column-grid {
        display: flex;
        width: 100%;
        gap: 20px;
        flex-direction: column;
        }
    /* mobile grid */
    .frame-grid-product-v2 .parent-grid-product-v2{
        gap: 20px;
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        width: 100%;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .frame-featured-product-v2 .content-featured{
        /* width: 95%; */
    }
    .frame-featured-product-v2 .content-featured h2{
        text-align: center;
        font-size: 22px;
    }
    .frame-featured-product-v2 .content-featured p.sub{
        text-align: center;
        font-size: 15px;
    }
    .frame-featured-product-v2 .content-featured{
        display: flex;
        flex-direction: column;
    }
    .frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 .header-child-featured-product-v2 h4{
        font-size: 16px;
        text-align: center;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon{
        display: flex;
        justify-content: flex-end;
        gap: 4px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li .pricing-icon i{
        display: none;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-header-product-v2{
        padding: 14px;
    }
    .footer-theme-v2 .footer-payment-method-v2{
        width: 100%;
    }
    .footer-theme-v2 .footer-payment-method-v2 .parent-list-payment-method-v2{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .content-product {
        padding: 0rem 0.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .how-to-product-v2 {
        padding: 0px 14px 14px 14px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .how-to-product-v2 p{
        font-size: 12px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 .frame-input-inner label.error{
        font-size: 12px;
        color: #E03F3F;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2{
        padding: 14px;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2{
        width: 100%;
        overflow: hidden;
    }
    .frame-top-product-v2{
        overflow: hidden;
        gap: 16px;
        height: auto;
        margin-top: 20px;
    }
    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2::after{
        display: none;
    }
    .footer-theme-v2 .footer-payment-method-v2 .superparent-list-payment-method-v2::before{
        display: none;
    }
    .calc-form-wrapper .input-wrapper label {
        font-size: 13px;
    }
    .calc-container h1 {
            font-size: 24px;
            text-align: center;
    }
    .frame-top-product-v2 .parent-top-product-v2{
        display: flex;
        height: 239px;
        align-items: center;
        gap: 20px;
        flex-shrink: 0;
        width: 100%;
        overflow-x: auto;
        margin: 0 auto;
        margin-left: 10px;
    }
    .frame-top-product-v2 h3{
        width: 95%;
        margin: 0 auto;
        font-size: 18px;
    }
    .frame-grid-product-z-v2 {
        padding: 20px 10px 20px 10px;
    }
    .frame-grid-product-z-v2 h3{
        font-size: 18px;
    }
    .frame-grid-product-v2 h3{
        font-size: 18px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 img{
        width: 100%;
    }
    .frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 img{
        width: 160px;
        height: 160px;
    }


    .frame-grid-product-v2 .parent-grid-product-v2.limited-height {
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }
    /* SEMENTARA */
    .slider-wrapper{
        /* display: none !important; */
        margin-top: 10px;
    }
    .slider-wrapper .img-current{
        height: 150px;
        width: 95% !important;
        margin: 0 auto;
        object-fit: fill;
    }
    .frame-top-product-v2 .parent-top-product-v2{
        height: auto;
    }
    .overlay-more-games{
        padding-bottom: 30px;
    }

    .frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        width: 100%;
        align-content: center;
    }
    .frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 h4{
        color: #FFF;
            font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0px;
    }
    .frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 .header-child-featured-product-v2{
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction: row;
    }

    .frame-featured-product-v2 .content-featured .parent-featured-product-v2{
        display: grid;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
        grid-template-columns: repeat(1, 1fr);
    }
    .frame-featured-product-v2 .content-featured .parent-featured-product-v2 .child-featured-product-v2 p{
        text-align: center;
        margin: 0px;
        font-size: 14px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 h6{
        font-size: 13px;
        margin-top: -70px;
        padding: 70px 8px 0;
        height: 120px;
    }
    .frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 h6{
        width: 110px;
    }
    .frame-info-product-v2{
        width: 100%;
        gap: 14px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2{
        gap: 14px;
        width: 100%;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-sidebar-info-product-v2{
        display: none;
    }
    .frame-info-product-v2 .content-info-product-v2{
        width: 100%;
    }
    .frame-info-product-v2 .header-info-product-v2 .right-info-product-v2{
        display: none;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom{
        grid-template-columns: repeat(2, 1fr);
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info .banks-payment-support-lists img:nth-child(4),  .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .short-payment-support-info .banks-payment-support-lists img:nth-child(3){
        display: none !important;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left {
        justify-content: space-between;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left img{
        height: 18px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .left b{
        font-size: 14px;
        font-weight: 500;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li b{
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li{
        display: flex;
        max-height: 120px;
        padding: 10px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2{
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method {
        padding: 14px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-input-area-product-v2 input{
        text-align: center;
    }
    .frame-info-product-v2 .header-info-product-v2{
        padding: 40px 15px;
    }
    .sidebar-info-product-v2{
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: rgba(11, 13, 25, 0.20);
        backdrop-filter: blur(4px);
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header{
        padding: 12px 12px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul{
        list-style: none;
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: space-between;
        align-content: space-between;
        gap: 10px;
        align-self: stretch;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul{
        margin-bottom: 0px;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li{
        width: 100%;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .header .right{
        display:none;
    }
    .konfirmasi-pembelian-area-theme-v2{
        flex-direction: column;
    }
    .konfirmasi-pembelian-area-theme-v2{
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding: 14px;
    }
    .konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-summary-theme-v2 {
        width: 100%;
    }
    .konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 {
        width: 100%;
    }
    .konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .header-konfirmasi-pembelian-input-theme-v2 b{
        color: #FFF;
        font-size: 13px;
    }
    .frame-transaction-progress-details .info-transaction-progress-details{
        width: 100%;
        /* flex: 1; */
    }
    .transaction-progress-v2 h1{
        font-size: 24px;
        font-weight: 600;
    }
    .submit-pembelian-area-theme-v2{
        width: 100%;
    }
    .submit-pembelian-area-theme-v2 button{
        width: 100%;
    }
    .transaction-progress-v2{
        width: 95%;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 20px 10px;
    }
    .stepper-wrapper{
        width: 100%;
    }
    .frame-transaction-progress-details .payment-transaction-progress-details{
        width: 100%;
    }
    .frame-transaction-progress-details{
        display: flex;
        align-items: center;
        gap: 14px;
        align-self: stretch;
        flex-direction: column;
        align-content: center;
    }
    .frame-transaction-progress-details .info-transaction-progress-details .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail b{
        overflow: hidden;
        color: var(--BaseWhite, #FFF);
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        align-self: stretch;
    }

    .single-payment-finish-wrapper .frame-transaksi-game-preview{
        width: 100%;
    }
    .single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail b{
        font-size: 16px;
    }
    .single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail span{
        font-size: 12px;
    }
    .single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview img {
        width: 50px;
        height: 50px;
    }
    form.cek-transaksi{
        width: 100%;
    }
    .cek-transaksi-frame{
        overflow: hidden;
        margin-top: 10px;
    }
    .cek-transaksi-header{
        width: 100%;
    }
    .cek-transaksi-content{
        width: 100%;
    }
    .cek-transaksi-content-table-wrapper{
        overflow: auto;
    }
    .cek-transaksi-content table{
        width: 1000px;
    }
    .cek-transaksi-header .frame-frame-search-trx{
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }
    .cek-transaksi-header .frame-frame-search-trx .ffst-search input{
        width: 100%;
    }
    .frame-ffst-search{
        width: 100%;
    }
    .cek-transaksi-header{
        padding: 1rem;
    }
    .cek-transaksi-header .frame-frame-search-trx .hit-q-trx{
        width: 100%;
    }
    .cek-transaksi-content .stepper-wrapper{
        width: 100%;
    }
    .single-payment-finish-wrapper .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail small {
        display: none;
    }
    .content-with-sidebar-static{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 65vh;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-header-product-v2 h3{
        font-size: 14px;
    }
    .tmv1-header-right .open-search-mobile i{
        font-size: 20px;
        display: block;
    }
    .frame-grid-product-v2 i{
        color: #ffffff;
        font-size: 20px;
    }
    .frame-grid-product-z-v2 i{
        color: #ffffff;
        font-size: 20px;
    }
    .grid-product-wrapper-v2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .grid-product-wrapper-v2-voucher {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .show_before::before {
        top: -4px;
        left: 0;
        background: linear-gradient(90deg, #1A1B1D 0%,#1a1b1d00 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 30px;
        height: 105%;    }
    .show_after::after {
        top: -4px;
        right: 0;
        background: linear-gradient(90deg, #1a1b1d00 0%, #1A1B1D 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 30px;
        height: 105%;
    }
    .flashsale-slider-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .flash-sale-wrapper {
        display: flex;
        gap: 20px;
        flex-direction: row;
        max-width: 100%;
        overflow-x: auto;
        padding: 0px;
    }
    .l-fade {
        display: none !important;
    }
    .r-fade {
        display: none !important;
    }
    .group-title-fs {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .group-title-fs .title-frame {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }
    .frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .area-list-payment-method .child-box .button-action-payment ul li .ribbon__content{
        top: -17%;
        right: 2%;
        padding: 1px 6px;
        font-size: 10px;
    }
    .parent-grid-product-z-v2-voucher.limited-height-v {
        max-height: 316px;
        overflow-x: scroll;
    }
}


.floating-client-socialproof{
    position: fixed;
    bottom: 0;
    left: 25px;
    width: 373px;
    height: 148px;
    cursor: pointer;
    z-index: 500;
}

.frame-social-proof-preview{

}

.frame-social-proof-preview .social-proof-preview.style-1{
    display: flex;
    padding: 12px;
    align-items: flex-end;
    gap: 14px;
    border-radius: 7px;
    border: 1px solid #CED4DA;
    background: #FFF;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof{
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    flex: 1;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof small{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof p{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof p b{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area{
    display: flex;
    align-items: center;
    gap: 6px;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area i{
    font-size: 12px;
    color: #0069FF;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area span{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area span strong{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}

.frame-social-proof-preview .social-proof-preview.style-1 .thumb-proof{
    display: flex;
    width: 73.014px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.frame-social-proof-preview .social-proof-preview.style-1 .thumb-proof small{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    align-self: stretch;
}

.frame-social-proof-preview .social-proof-preview.style-1 .thumb-proof img{
    width: 70px;
    height: 70px;
    border-radius: 4px;
}

/* STYLE 2 SCP */
.frame-social-proof-preview .social-proof-preview.style-2{
    display: flex;
    gap: 10px;
    border: 1px solid #CED4DA;
    background: #FFF;
    border-radius: 60px;
    flex-direction: row-reverse;
    padding: 8px 12px;
    align-items: center;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof{
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof small{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof p{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof p b{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area{
    display: flex;
    align-items: center;
    gap: 6px;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area i{
    font-size: 12px;
    color: #0069FF;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area span{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area span strong{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}

.frame-social-proof-preview .social-proof-preview.style-2 .thumb-proof{
    display: flex;
    width: 71px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.frame-social-proof-preview .social-proof-preview.style-2 .thumb-proof small{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    align-self: stretch;
}

.frame-social-proof-preview .social-proof-preview.style-2 .thumb-proof img{
    width: 70px;
    height: 70px;
    border-radius: 61px;
}
/* END STYLE 2 SCP */

.frame-social-proof-preview .notice{
    color: #595959;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    display: block;
}
.slider-grid-container {
    display: flex;
    max-width: 1300px;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    padding: 1rem 1rem;
    width: 100%;
}
.slider-link {
    cursor: pointer;
}
.slider-grid-container .slider-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.slider-main-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35%;
}
/* v2 */
.slider-side-images-container-v2 {
    height: 384px;
    overflow-y: auto;
    background-color: transparent;
    scroll-behavior: smooth;
}

/* Scrollbar styling */
.slider-side-images-container-v2::-webkit-scrollbar {
    width: 8px;
}

.slider-side-images-container-v2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-side-images-container-v2::-webkit-scrollbar-track {
    background-color: transparent;
}

/* end V2 */

.slider-side-images-container {
    height: 384px;
    overflow-y: auto;

    /* padding: 10px; */
    background-color: transparent;
    scroll-behavior: smooth;
}

.slider-side-wrapper img {
    width: 100%;
    height: 182px;
    /* margin-bottom: 10px; */
    border-radius: 10px;
    object-fit: cover;
}

/* Scrollbar styling */
.slider-side-images-container::-webkit-scrollbar {
    width: 8px;
}

.slider-side-images-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-side-images-container::-webkit-scrollbar-track {
    background-color: transparent;
}

.slider-side-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
}

.slider-image-main {
    background-color: #ffffff;
    width: 100%;
    height: 384px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.slider-image-side {
    background-color: #ffffff;

    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: -2.8%;
    loading: lazy; /* Optional: Ensure lazy loading for side images */
}
.slider-image-side-kosong {
    background-color: #ffffff; /* Menambahkan latar belakang putih */
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 20px; /* Memberikan sudut melengkung pada kotak */
    margin-bottom: -2.8%; /* Margin bawah jika diperlukan */
    display: block; /* Menjamin kotak tampil sebagai blok */
}

.slider-controls {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    width: 100%;
    padding: 2%;
    transform: translateY(-50%);
}

.slider-controls .slider-btw {
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.slider-btw.slider-pre {
    left: -20px;
}

.slider-btw.slider-next {
    right: -20px;
}

.slider-pembatas {
    margin-top: 5%;
    margin-bottom: 5%;
}


.skeleton-main {
    background: transparent;
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    width: 100%;
    height: 384px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.child-top-product-z-v2.is-loading::after,
.card-flash-sale.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #252729 25%, #2f3136 50%, #252729 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
    z-index: 2;
    pointer-events: none;
}

.box-image-header {
    width: 100%;
    padding: 16px 0px;
    max-width: 1300px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 440px){
    .floating-client-socialproof{
        width: 100%;
        bottom: -9999999999999999999px !important;
    }
    .slider-wrapper{
        margin-bottom: 10px;
    }

    .box-image-header {
        padding: 10px;
    }
}

.loading-submit-data{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    /* display: flex; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 4000;
    display: none;
}
.loading-submit-data .content{
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    /* margin: 0 auto; */
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.loading-submit-data .content .sk-chase{

}
.loading-submit-data .content img{
    position: absolute;
    top: 66px;
    width: 82px;
    animation: bounce 0.3s infinite alternate;
    -webkit-animation: bounce 0.3s infinite alternate;
}

@keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
.lds-dual-ring {
    display: inline-block;
    width: 180px;
    height: 180px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 164px;
    height: 164px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fe8000 transparent #3a3a3a transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/* LOADING SPINNER */
.sk-chase {
    width: 120px;
    height: 120px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }

  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
  }

  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 20%;
    height: 20%;
    background-color: #ff7600;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
  }

  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

  @keyframes sk-chase {
    100% { transform: rotate(360deg); }
  }

  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
  }

  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4);
    } 100%, 0% {
      transform: scale(1.0);
    }
  }


.countdown-style3-container span {
	color: #fff!important;
}

.countdown-style4-container span {
	color: #fff!important;
}

.countdown-style5-container span {
	color: #fff!important;
}

/* Nav SVG icon color + animation */
.tmv1-header .tmv1-header-left ul li a {
    transition: color 0.25s ease;
}
.tmv1-header .tmv1-header-left ul li a svg {
    flex-shrink: 0;
    transform-origin: center;
}

@keyframes nav-globe-spin {
    0%   { transform: rotate(0deg) scale(1); }
    40%  { transform: rotate(200deg) scale(1.12); }
    100% { transform: rotate(360deg) scale(1); }
}
@keyframes nav-search-bounce {
    0%   { transform: translateY(0) scale(1); }
    30%  { transform: translateY(-4px) scale(1.1); }
    60%  { transform: translateY(1px) scale(0.95); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes nav-calc-wiggle {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(-12deg); }
    50%  { transform: rotate(12deg); }
    75%  { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

.tmv1-header .tmv1-header-left ul li a:hover .svg-nav-globe {
    animation: nav-globe-spin 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tmv1-header .tmv1-header-left ul li a:hover .svg-nav-search {
    animation: nav-search-bounce 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tmv1-header .tmv1-header-left ul li a:hover .svg-nav-calc,
.dropdown-calculator-menu:hover .svg-nav-calc {
    animation: nav-calc-wiggle 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Desktop nav link flex alignment — wrapped in min-width so mobile display:none is unaffected */
@media (min-width: 769px) {
    .tmv1-header .tmv1-header-left ul li a {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}

/* Burger menu SVG icons — white color inherited via currentColor, aligned with text */
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li a {
    color: #FFF;
}
.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li a > svg {
    flex-shrink: 0;
    min-width: 18px;
    min-height: 18px;
}

/* News (Artikel) & Broadcast (Page Static) hover animations */
@keyframes nav-news-shake {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25%       { transform: rotate(-8deg) scale(1.05); }
    75%       { transform: rotate(8deg) scale(1.05); }
}
@keyframes nav-broadcast-pulse {
    0%, 100% { transform: scale(1); }
    40%      { transform: scale(1.18); }
    70%      { transform: scale(0.93); }
}
.tmv1-header .tmv1-header-left ul li a:hover .svg-nav-news {
    animation: nav-news-shake 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tmv1-header .tmv1-header-left ul li a:hover .svg-nav-broadcast {
    animation: nav-broadcast-pulse 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Mobile drawer: text on left, icon on right */
@media (max-width: 768px) {
    .frame-tmv1-header-frame-menu .menu-pop-theme-v2 > ul > li > a {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .frame-tmv1-header-frame-menu .menu-pop-theme-v2 > ul > li > a .right {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        padding-left: 0;
    }
    .frame-tmv1-header-frame-menu .menu-pop-theme-v2 > ul > li > a > i {
        margin-right: 0;
    }
    /* Submenu items: left-aligned, indented */
    .frame-tmv1-header-frame-menu .menu-pop-theme-v2 .submenu li a {
        padding-left: 32px;
    }
}
/* Shared homepage popup banner */
#popupModal {
    z-index: 1000001 !important;
}

#popupModal .modal-dialog,
#popupModal .modal-content {
    z-index: 1000002 !important;
}

#popupModal .btn-close-custom {
    z-index: 1000003 !important;
}

@media (min-width: 769px) {
    #popupModal .btn-close-custom {
        top: -20px !important;
        right: -20px !important;
        bottom: unset !important;
        left: unset !important;
    }
}

/* Moved from box_header_uniplay_theme_v2.php */
        /* Buttons */
        .btn {
            padding: 8px 16px;
            border-radius: 15px;
            border: none;
            cursor: pointer;
            /* width: 50%; */
            display: block;
        }

        .btn-orange-outline {
            background: white;
            border: 1px solid #DA6B0E;
            color: #DA6B0E;
            border-radius: 5px;
            font-size: 13px;
            padding: 3px 15px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
        }

        .btn-orange-outline:hover {
            border: 1px solid #DA6B0E;
            background: #FCF0E7;
            color: #DA6B0E;
        }

        /* Calculator Dropdown Styles */
        .dropdown-calculator-menu {
            position: relative;
        }

        .calculator-dropdown-trigger i.fa-chevron-down {
            font-size: 12px;
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .dropdown-calculator-menu:hover .calculator-dropdown-trigger i.fa-chevron-down {
            transform: rotate(180deg);
        }

        .dropdown-calculator-menu.active .calculator-dropdown-trigger {
            color: #fff;
            font-weight: 600;
        }

        .calculator-dropdown {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            background: #FFF;
            border: none;
            border-radius: 6px;
            box-shadow: 0 16px 32px -12px rgba(14, 18, 27, 0.10);
            z-index: 1000;
            min-width: 303px;
            padding: 0;
            overflow: hidden;
        }

        .calculator-dropdown-item {
            margin-bottom: 0;
        }

        .calculator-dropdown-item:last-child {
            border-bottom: none;
        }

        .calculator-dropdown-item a {
            display: flex;
            position: relative;
            width: 303px;
            height: 50px;
            overflow: hidden;
            text-decoration: none;
            transition: transform 0.2s ease;
        }

        .calculator-dropdown-item a:hover {
            opacity: 0.9;
        }

        .calculator-dropdown-item .item-content {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            padding-left: 15px;
            z-index: 2;
        }

        .calculator-dropdown-item .item-title {
            color: white;
            font-size: 14px;
            font-weight: 600;
        }

        .calculator-dropdown-item .item-bg {
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .calculator-dropdown-item:nth-child(1) .item-bg {
            background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-winrate-bg.png') lightgray 77.555px -102.052px / 81.902% 499.306% no-repeat !important;
            box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
        }

        .calculator-dropdown-item:nth-child(2) .item-bg {
            background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), linear-gradient(90deg, #1F5537 38.1%, rgba(28, 72, 48, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-magic-wheel.png') lightgray 60.142px -56.844px / 100% 327.375% no-repeat !important;
            box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
        }

        .calculator-dropdown-item:nth-child(3) .item-bg {
            background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-zodiak-bg.png') lightgray 77.555px -44.052px / 75.902% 448.306% no-repeat !important;
            box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
        }

        /* Hover states for dropdown items */
        .calculator-dropdown-item:nth-child(1):hover .item-bg::before {
            background: linear-gradient(to right, #F3A804 0%, #F3A804 20%, rgba(243, 168, 4, 0) 65%);
        }

        /* Hover states for dropdown items */
        .dropdown-calculator-menu .calculator-dropdown .calculator-dropdown-item:nth-child(1):hover .item-title {
            color: #000;
        }

        .dropdown-calculator-menu .calculator-dropdown .calculator-dropdown-item:nth-child(2):hover .item-title {
            color: #000;
        }

        .dropdown-calculator-menu .calculator-dropdown .calculator-dropdown-item:nth-child(3):hover .item-title {
            color: #000;
        }

        .calculator-dropdown-item:nth-child(1):hover .item-bg {
            background: linear-gradient(90deg, #F3A804 38.1%, rgba(230, 46, 5, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-winrate-bg.png') lightgray 77.555px -102.052px / 81.902% 499.306% no-repeat !important;
        }

        .calculator-dropdown-item:nth-child(2):hover .item-bg {
            background: linear-gradient(90deg, #F3A804 38.1%, rgba(230, 46, 5, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-magic-wheel.png') lightgray 60.142px -56.844px / 100% 327.375% no-repeat !important;
        }

        .calculator-dropdown-item:nth-child(3):hover .item-bg {
            background: linear-gradient(90deg, #F3A804 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-zodiak-bg.png') lightgray 77.555px -44.052px / 75.902% 448.306% no-repeat !important;
        }

        /* Hide mobile dropdown submenu on desktop */
        @media (min-width: 769px) {
            .dropdown-submenu.dropdown-calculator-mobile {
                display: none !important;
            }

            .cek-transaksi-mobile {
                display: none !important;
            }
        }

        @media (max-width: 768px) {
            .dropdown-submenu>a {
                overflow: visible;
                touch-action: manipulation;
                cursor: pointer;
            }

            .dropdown-submenu>a i.fa-chevron-down,
            .dropdown-submenu>a i.fa-chevron-up {
                -webkit-transition: -webkit-transform 0.3s ease;
                transition: transform 0.3s ease;
                display: inline-block;
                transform-origin: center center;
                vertical-align: middle;
            }

            .dropdown-submenu.active>a i.fa-chevron-down {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .dropdown-submenu .submenu {
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                list-style: none;
                padding: 0;
                margin: 0;
                background: transparent;
                transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
            }

            .dropdown-submenu.active .submenu {
                max-height: 200px;
                opacity: 1;
                background: transparent !important;
            }

            .dropdown-submenu.active {
                background: transparent !important;
            }

            .dropdown-submenu .submenu li {
                margin: 0;
                opacity: 0;
                transform: translateX(-8px);
                transition: opacity 0.2s ease, transform 0.2s ease;
            }

            .dropdown-submenu.active .submenu li {
                opacity: 1;
                transform: translateX(0);
            }

            .dropdown-submenu.active .submenu li:nth-child(1) { transition-delay: 0.08s; }
            .dropdown-submenu.active .submenu li:nth-child(2) { transition-delay: 0.14s; }
            .dropdown-submenu.active .submenu li:nth-child(3) { transition-delay: 0.20s; }

            .dropdown-submenu .submenu li a {
                color: #fff;
                padding: 10px 15px;
                font-weight: 400;
                font-size: 14px;
            }

            .dropdown-submenu:hover>.submenu li a:hover {
                color: #F3A804;
                background: transparent;
            }

            .dropdown-submenu .submenu,
            .dropdown-submenu .submenu li,
            .dropdown-submenu .submenu li a,
            .dropdown-submenu .submenu li a>div {
                background: transparent !important;
                box-shadow: none !important;
                border: none !important;
            }
        }

        /* Mobile Drawer */
        @media (max-width: 768px) {
            .menu-pop-theme-v2 {
                position: fixed !important;
                top: 0 !important;
                right: 0 !important;
                width: 280px !important;
                height: 100vh !important;
                border-radius: 0 !important;
                overflow-y: auto !important;
                transform: translateX(110%);
                transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
                z-index: 9999 !important;
                padding-top: 0 !important;
            }

            .frame-tmv1-header-frame-menu .menu-pop-theme-v2 {
                margin-top: 0px !important;
            }

            .menu-pop-theme-v2.drawer-open {
                transform: translateX(0);
            }

            .menu-pop-theme-v2 .arrow-up {
                display: none !important;
            }

            .drawer-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 14px 16px;
                height: 70px;
                border-bottom: 1px solid rgba(243, 168, 4, 0.35);
                margin-bottom: 8px;

            }
            .drawer-logo {
                height: 28px;
            }
            .drawer-close-btn {
                display: flex !important;
                align-items: center;
                justify-content: center;
                padding: 6px;
                background: none;
                border: none;
                color: white;
                font-size: 20px;
                cursor: pointer;
                transition: opacity 0.2s ease;
            }

            .drawer-close-btn:hover {
                opacity: 0.7;
            }
        }

        /* Overlay fade animation */
        .menu-drawer-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9998;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.3s ease, visibility 0.3s;
        }

        .menu-drawer-overlay.active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        body.drawer-body-lock {
            overflow: hidden;
            /* position:fixed diset via JS untuk iOS Safari agar scroll benar-benar terkunci */
        }

        @media (max-width: 768px) {
            body.drawer-body-lock .tmv1-header-left,
            body.drawer-body-lock .frame-tmv1-header-frame-search,
            body.drawer-body-lock .frame-trigger-search-mobile,
            body.drawer-body-lock > *:not(.tmv1-header):not(.sticky-header) {
                filter: blur(4px);
                transition: filter 0.32s ease;
            }
        }

        /* Hamburger animation */
        .tmv1-menu-trigger {
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 0 !important;
            padding: 0 !important;
            width: 32px !important;
            height: 32px !important;
            background: transparent !important;
            box-shadow: none !important;
            border: none !important;
            border-radius: 0 !important;
            filter: none !important;
            perspective: 600px;
        }

        .burger-flip-container {
            width: 22px;
            height: 22px;
            perspective: 600px;
        }

        .burger-flip-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            transform-style: preserve-3d;
        }

        .tmv1-menu-trigger:hover .burger-flip-inner,
        .tmv1-menu-trigger.is-active .burger-flip-inner {
            transform: rotateY(180deg);
        }

        .burger-flip-front,
        .burger-flip-back {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
        }

        .burger-flip-front {
            z-index: 2;
        }

        .burger-flip-back {
            transform: rotateY(180deg);
        }

        .burger-flip-back i {
            font-size: 20px;
            color: #ffffff;
        }

        .burger-svg-icon {
            width: 20px;
            height: 20px;
            fill: #ffffff;
        }

        .burger-bar {
            display: block;
            width: 22px;
            height: 2px;
            background: #ffffff;
            border-radius: 2px;
            transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                        opacity 0.25s ease,
                        width 0.3s ease;
            transform-origin: center center;
            box-shadow: none;
        }

        .tmv1-menu-trigger:not(.is-active):hover .burger-bar:nth-child(2) {
            width: 14px;
        }

        .tmv1-menu-trigger.is-active .burger-bar:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .tmv1-menu-trigger.is-active .burger-bar:nth-child(2) {
            opacity: 0;
            width: 0;
        }

        .tmv1-menu-trigger.is-active .burger-bar:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        /* Desktop: dropdown slide-down + fade animation */
        @media (min-width: 769px) {
            .menu-pop-theme-v2 {
                transition: opacity 0.2s ease, transform 0.2s ease;
            }

            .drawer-close-btn {
                display: none !important;
            }

            .menu-drawer-overlay {
                display: none !important;
            }

            .drawer-header {
                display: none !important;
            }
        }

        /* Logo animations */
        @keyframes logo-anim-fade    { 0%,100%{opacity:1} 50%{opacity:.35} }
        @keyframes logo-anim-float   { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
        @keyframes logo-anim-pulse   { 0%,100%{transform:scale(1)} 50%{transform:scale(1.12)} }
        @keyframes logo-anim-glow    { 0%,100%{filter:drop-shadow(0 0 0px transparent)} 50%{filter:drop-shadow(0 0 10px #4a90e2)} }
        @keyframes logo-anim-shine   { 0%,100%{filter:brightness(1)} 50%{filter:brightness(1.6) drop-shadow(0 0 6px rgba(255,220,80,.9))} }
        @keyframes logo-anim-tilt    { 0%,100%{transform:rotate(0deg)} 25%{transform:rotate(-6deg)} 75%{transform:rotate(6deg)} }
       @keyframes logo-anim-whiteflash {
    0%,100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(3);
    }
}
        .tmv1-header .logo-anim-fade  { animation: logo-anim-whiteflash  2s ease-in-out infinite; }
        .tmv1-header .logo-anim-float { animation: logo-anim-float 2s ease-in-out infinite; }
        .tmv1-header .logo-anim-pulse { animation: logo-anim-pulse 2s ease-in-out infinite; }
        .tmv1-header .logo-anim-glow  { animation: logo-anim-glow  2s ease-in-out infinite; }
        .tmv1-header .logo-anim-shine { animation: logo-anim-shine 2s ease-in-out infinite; }
        .tmv1-header .logo-anim-tilt  { animation: logo-anim-tilt  2s ease-in-out infinite; }
        .tmv1-header .logo-anim-whiteflash { animation: logo-anim-whiteflash 2s linear infinite; }

.result-quick-search,
.fb-pixel-noscript-img {
    display: none;
}
