@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    /* background: url('../../img/bg-top-colored.svg'); */
    background: #1A1B1D;
    width: 100%;
    cursor: default;
    font-family: "Poppins", sans-serif;
}

.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;
}

.tmv1-header{
    display: flex;
    padding: 1rem 1rem;
    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: 16px;
}
.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: -13px;
    /* 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: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;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search input::placeholder{
    color: #ACACAC;
}
.tmv1-header .tmv1-header-right .tmv1-header-frame-search i{
    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;
    border-radius: 8px;
    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;
    text-decoration: none !important;
    width: 36px;
    -webkit-appearance: none !important;
}
.tmv1-header .tmv1-header-right .tmv1-menu-trigger i{
    font-size: 24px;
    color: white;
}

/* 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: opacity .2s,z-index .5s,-webkit-transform .5s;
    transition: opacity .2s,z-index .2s,-webkit-transform .5s;
    transition: transform .2s,opacity .2s,z-index .5s;
    transition: transform .2s,opacity .2s,z-index .5s,-webkit-transform .5s
}

.slider-wrapper .transition-slide .img-slide.active {
    position: relative;
    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 {
    display: 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: .5s;
    transition: .5s
}

.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;
}
.for_desktop_show{
    display: block;
}
/* 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 0px 0px;
}
.frame-top-product-v2 .parent-top-product-v2 .child-top-product-v2 img{
    width: 200px;
    height: 200px;
    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: scale(1.04);
}

/* 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: 40px;
    position: relative;
    padding: 20px 1rem 0px 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: 24px;
    width: 100%;
}
.parent-grid-product-z-v2 .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;
    transition: .1s;
}
.parent-grid-product-z-v2 .child-top-product-z-v2:hover{
    background: #2c2e32;
}
.parent-grid-product-z-v2 .child-top-product-z-v2 img{
    width: 5rem;
    border-radius: 10px;
    transition: transform .1s; /* Animation */
}
.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%;
}
.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;
    transition: .1s;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2:hover{
    background: #2c2e32;
}
.parent-grid-product-z-v2-voucher .child-top-product-z-v2 img{
    width: 5rem;
    border-radius: 10px;
    transition: transform .1s; /* Animation */
}
.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;
}
.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: 20px;
}

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

.title-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.frame-grid-product-v2{
    display: flex;
    width: 100%;
    max-width: 1300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    padding-top: 40px;
    padding: 1rem 1rem 0px 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: 10px;
    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{
    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;
    gap: 10px;
    text-decoration: none;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2 img{
    width: 175px;
    height: 175px;
    border-radius: 14px;
    transition: transform .1s; /* Animation */
}
.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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: stretch;
    border: 1px solid #3C3C44;
    background: radial-gradient(100% 100% at 50% 0%, #434247 0%, #2A2B2F 100%);
    border-radius: 10px;
    padding: 125px 20px 24px 20px;
    margin-top: -115px;
    z-index: -10;
}
.frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2: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{
    transform: translateY(-10px);
    animation: 1s ease-in-out infinite;
}
/* 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: column;
}
.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;
}
.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%;
}
.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;
}

.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;
}

.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;
}

.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: -12px;
    /* margin-left: 10px; */
    right: 12px;
}

.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{

}

.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: 200px;
    transition: 0.1s;
}

.frame-tmv1-header-frame-menu .menu-pop-theme-v2 ul li:hover a{
    background: rgb(0 0 0 / 28%);
}

.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;
    justify-content: center;
    align-items: flex-start;
    /* margin-left: 10px; */
}

.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{

}

.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: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .denom-header-product-v2 h3{
    color: #FFF;
    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;
}
.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;
}
.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: 25px !important;
    padding-right: 25px !important;
}

.mlseparator:before{
    content: "(";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    margin-top: 12px;
    font-size: 20px;
    margin-left: 10px;
    color: #ffffff;
    z-index: 99;
}

.mlseparator:after{
    content: ")";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    /* margin-top: 6px; */
    font-size: 20px;
    right: 10px;
    top: 12px;
    color: #ffffff;
    z-index: 99;
}

.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%;
    padding: 1rem 1rem;
}
.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: all ease .2s;
}
.frame-info-product-v2 .content-info-product-v2 .frame-denom-info-product-v2 .denom-info-product-v2 .list-denom li:hover{
    border: 1px solid #FFD23D;
    background: #484747;
}
.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%);
}
.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;
}
.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; */
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .header-konfirmasi-pembelian-input-theme-v2{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .header-konfirmasi-pembelian-input-theme-v2 i{
    color: #FFD23D;
    font-size: 14px;
    transform: rotate(-37deg);
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    width: 100%;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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% */
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2 input::placeholder{
    color: #808080;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2 input:hover{
    border: 1px solid #FFD23D;
}

.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2 input:focus{
    background: #1D1E21;
    border: 1px solid #FFD23D;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2 input::-webkit-outer-spin-button,
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .form-frame-v2 input:hover {
    border: 1px solid #FFD23D;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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;
}

.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .seaparator-frame-v2::before{
    content: " ";
    width: 145px;
    height: 1px;
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 10px;
    left: 0;
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .seaparator-frame-v2 span{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.konfirmasi-pembelian-area-theme-v2 .area-konfirmasi-pembelian-input-theme-v2 .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;
}

.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: 10px;
    left: 16px;
    z-index: 99;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input{
    display: flex;
    width: 414px;
    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;
}
.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;
}
.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;
    min-height: 1000px;
}
.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;
}
.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% */

}
.content-with-sidebar-static .simple-content-static .content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px; /* 163.636% */
}
.content-with-sidebar-static .simple-content-static .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px; /* 190% */
}
.content-with-sidebar-static .simple-content-static .content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
}

.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;
}

.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: 0px!important;
        margin-top: 20px;
}
.r-fade {
        bottom: 8px;
        right: 0;
        background: linear-gradient(90deg, #1a1b1d00 0%, #1A1B1D 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 30px;
        height: 100px;
}
.l-fade {
        bottom: 8px;
        left: 0;
        background: linear-gradient(270deg, #1a1b1d00 0%, #1A1B1D 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 30px;
        height: 100px;
}
.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: hidden;
    padding: 6px 8px 8px 8px;
}
.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;
    outline: ;
}

.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;
}
/* end desktop */
@media (min-width: 481px) and (max-width: 767px) { 
    .frame-grid-product-v2 {
        padding: 40px 10px 0px 10px;
    }
    .frame-grid-product-v2 .parent-grid-product-v2{
        display: grid;
        grid-template-columns: repeat(2, 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: 40px 10px 0px 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: 160px;
        height: 160px;
    }
    .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: 40px 10px 0px 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: 190px;
        height: 190px;
    }
    .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: 40px 10px 0px 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: 140px;
        height: 140px;
    }
    .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{
        gap: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .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;
    }

    .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: 20px;
        padding: 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(auto-fill, minmax(130px, 1fr));
        width: 100%;
    }
    .frame-grid-product-v2 .parent-grid-product-v2 .child-top-product-v2{
        gap: 12px;
        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;
    }
    .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;
    }

    .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: 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: 125px;
        height: 125px;
    }
    .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{
        height: 890px;
        overflow: hidden;
    }
    /* SEMENTARA */
    .slider-wrapper{
        /* display: none !important; */
        margin-top: 24px;
    }
    .slider-wrapper .img-current{
        height: 130px;
        width: 95% !important;
        margin: 0 auto;
    }
    .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: column;    
    }

    .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(2, 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{
    }
    .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{
        padding: 14px;
        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;
    }
    .r-fade {
        display: none;
    }
    .group-title-fs {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        width: 100%;
        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 .button-action-payment ul li .ribbon__content{
        top: -17%;
        right: 2%;
        padding: 1px 6px;
        font-size: 10px;
    }
}


.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;
    }
}

.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;
}