.rounded-lg {
    border-radius: 0.5rem;
}

.btn-check:checked + .btn-secondary {
    border: 2px solid #ffbd59;
    background-color: #ffbd59 !important;
}

a {
    text-decoration: none !important;
}

.button-secondary:hover {
    background-color: transparent !important;
}

.card-custom {
    background-color: bg-dark !important;
}

.btn-secondary {
    background-color: transparent !important;
}

.rounded {
    border-radius: 0% !important;
}

.card-header {
    padding: 0rem 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header2 {
    height: 70px;
}

.hayutopup-pgimg {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
}

.hayutopup-dicek {
    font-size: 9px;
    font-style: italic;
    color: #2f2fd5;
}

.ap-otp-input {
    border: 3px solid #adadad43;
    border-radius: 18px;
    width: 35px;
    height: 53px;
    margin: 4px;
    text-align: center;
    font-size: 35px;
}

.ap-otp-input:focus {
    outline: none !important;
    border: 3px solid #adadad43;
    transition: 0.12s ease-in;
}

.list-group-item {
    background-color: #5e6287;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #212529;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
}

.list-group-item:last-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.list-group input[type="radio"] {
    display: none;
}

.list-group1 input[type="radio"] {
    display: none;
}

.list-group input[type="radio"] + .list-group-item {
    text-align: center;
    cursor: pointer;
    border-color: transparent;
    font-size: 12px;
}

.nominal-price {
    font-size: 11px;
    text-align: left;
}

@media (max-width: 767px) {
    .Store-prod {
        font-size: 11px;
    }
}

.Store-prod {
    color: #000;
    text-align: left;
    margin-right: 10px;
}

.list-group input[type="radio"] + label > .row > .col > .row > .nominal-price {
    font-style: normal;
}

.list-group
    input[type="radio"]:checked
    + label
    > .row
    > .col
    > .row
    > .nominal-price {
    color: #fff !important;
    font-style: normal;
}

.list-group input[type="radio"] + .list-group-item:before {
    color: transparent;
    font-weight: 700;
}

.list-group input[type="radio"]:hover + .list-group-item,
.list-group input[type="radio"]:focus + .list-group-item,
.list-group input[type="radio"]:active + .list-group-item {
    cursor: pointer;
    background: linear-gradient(to bottom, #8185ad, #61658a);
    font-size: 12px;
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0 0 1.1111vw #8185ad;
    overflow: hidden;
}

.list-group input[type="radio"]:checked + .list-group-item:before {
    color: inherit;
}

.list-group input[type="radio"]:checked + .list-group-item {
    color: #01b5ff;
    font-size: 12px;
    border: 1px solid var(--cStorePrimary);
    overflow: hidden;
    background-color: var(--cStoreBgcard);
}

@media (max-width: 767px) {
    .f-price {
        font-size: 9px;
    }

    .Store-dicek {
        font-size: 9px;
    }

    .f-image {
        width: 20px;
        height: 20px;
    }
}

.list-group1 input[type="radio"]:checked + .list-group-item:after {
    animation: hightlight 5s ease-in infinite forwards;
    background-color: hsla(204, 9%, 89%, 0.5);
    --tw-content: "";
    content: var(--tw-content);
}

.list-group1 input[type="radio"]:checked + .list-group-item:before {
    color: inherit;
}

.list-group1 input[type="radio"]:checked + .list-group-item {
    background-color: #adadad43;
    color: var(--cStorePrimary) !important;
    font-size: 12px;
    display: block;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.list-group1 input[type="radio"] + .list-group-item:hover {
    cursor: pointer;
    background-color: #fff;
    color: #212529;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2),
        0 6px 12px 0 rgba(0, 0, 0, 0.19);
    font-size: 12px;
    border-radius: 0.75rem;
    filter: grayscale(0%);
}

.list-group1 input[type="radio"]:checked + .list-group-item:before {
    color: inherit;
}

.list-group1 input[type="radio"]:checked + .list-group-item {
    background-color: #fff;
    color: #fe6c17;
    font-size: 12px;
    display: block;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.list-group1 input[type="radio"] + .list-group-item {
    text-align: center;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 12px;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.list-group-item:last-child {
    border-radius: 10px;
}

.button-action-payment .info-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.button-action-payment .info-bottom {
    font-size: 10px;
    color: #666;
    text-align: left;
    line-height: 12px;
}

.button-action-payment .info-bottom {
    color: #767676;
    font-size: 11px;
}

.button-action-payment .info-top img {
    width: 100%;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
}

.button-action-payment .info-top img {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.button-action-payment .info-top b {
    font-weight: 600;
}

.Storeiconurl {
    width: 32px;
    top: 20%;
    right: 5%;
    position: absolute;
}

.payment-img {
    background-color: #fff;
    border-radius: 6px;
}

.child-box .short-payment-support-info {
    align-content: center;
    align-items: center;
    background: #7176a5;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 11px 15px;
}

.child-box .short-payment-support-info img {
    /* height: 22px; */
    padding: 1px;
    margin-right: 7px;
}

@media (max-width: 473px) {
    .child-box .short-payment-support-info img {
        height: 10px;
        margin-right: 5px;
    }
}

@media (min-width: 474px) and (max-width: 767px) {
    .child-box .short-payment-support-info img {
        height: 14px;
        margin-right: 5px;
    }
}

.Store-dicek {
    color: red;
}

.child-box .short-payment-support-info .open-button-action-payment {
    color: #000;
    font-size: 13px;
    margin-left: 10px;
}

.crt {
    margin-top: 0.5rem !important;
}

.games-thumbnail {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 20px !important;
    box-shadow: inset 100px 50px 1000px 35px var(--cStoreBgcard);
}

.games-thumbnail .card-body {
    min-height: 200px;
    border-radius: 20px;
}

.games-thumbnail .card-body h3 {
    margin-top: 52px;
    text-transform: uppercase;
}

.games-logo {
    margin-bottom: 20px;
}

.games-logo img {
    margin-left: 20px;
    margin-top: -50px;
    z-index: 1;
    position: absolute;
    border-radius: 23% !important;
    width: 100px;
}

@media (max-width: 767px) {
    .ptih {
        display: none;
    }
}

.toast-warning {
    background-color: #e10603 !important;
    color: #fff !important;
}

.kbr-bg {
    background-color: #272730;
}

.bj-shadow,
.btn-order {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-order {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.btn-order:after {
    --tw-skew-x: -12deg;
    animation: hightlight 5s ease-in infinite forwards;
    background-color: hsla(200, 8%, 78%, 0.5);
    --tw-content: "";
    content: var(--tw-content);
}

.btn-order:after,
.selected-item:after {
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 1em;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-voucher {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    position: relative;
    overflow: hidden;
}

.btn-voucher::after {
    --tw-skew-x: -12deg;
    --tw-translate-x: -100%;
    content: var(--tw-content);
    position: absolute;
    top: 0;
    left: 0;
    width: 11%;
    height: 100%;
    background-color: hsla(200, 8%, 78%, 0.5);
    transform: translateX(var(--tw-translate-x)) skewX(var(--tw-skew-x));
    animation: hightlight 5s ease-in infinite forwards;
}

.selected-item:after {
    --tw-skew-x: -12deg;
}

@keyframes hightlight {
    0% {
        left: -400%;
    }

    to {
        left: 100%;
    }
}

.selected-item:after {
    animation: hightlight 5s ease-in infinite forwards;
    background-color: hsla(204, 9%, 89%, 0.5);
    --tw-content: "";
    content: var(--tw-content);
}

.product-thumbnail-container {
    perspective: 15em;
}

.product-thumbnail-container img {
    position: relative;
    transform: rotateY(20deg) rotateX(-4deg) !important;
    transform-origin: left center;
}

.area {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #1e2022;
    --tw-gradient-to: rgba(30, 32, 34, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(94, 102, 110, 0);
    --tw-gradient-stops: var(--tw-gradient-from), #5e666e, var(--tw-gradient-to);
    --tw-gradient-to: #e1e4e6;
    position: relative;
}

.area,
.circles {
    width: 100%;
    height: 100%;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: hsla(0, 0%, 100%, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:first-child {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 10s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rectangle li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 80px;
    background: hsla(0, 0%, 100%, 0.2);
    animation: animate-persegi-panjang 25s linear infinite;
    bottom: -250px;
}

.rectangle li:first-child {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.rectangle li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.rectangle li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 80px;
    animation-delay: 4s;
}

.rectangle li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.rectangle li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 80px;
    animation-delay: 0s;
}

.rectangle li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 170px;
    animation-delay: 3s;
}

.rectangle li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 240px;
    animation-delay: 7s;
}

.rectangle li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 10s;
    animation-duration: 45s;
}

.rectangle li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.rectangle li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 270px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    to {
        transform: translateY(-1000px) rotate(2turn);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes animate-persegi-panjang {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    to {
        transform: translateY(-1000px) rotate(2turn);
        opacity: 0;
        border-radius: 5%;
    }
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.progress-container {
    width: 100%;
    height: 5px;
    background-color: #ddd;
    margin-top: 4px;
    position: relative;
}

.progress-bar {
    height: 100%;
    background-color: #4caf50;
    width: 0;
    animation: fillProgressBar 2s linear infinite;
}

@keyframes fillProgressBar {
    0%,
    100% {
        width: 0;
    }

    50% {
        width: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .func {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        margin: 2em;
    }
}

@media only screen and (max-width: 1280px) {
    .func_btc {
        flex-direction: column;
    }
}

.func_btc .btw > span {
    display: block;
    width: 3em;
    height: 3em;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .func_btc {
        display: flex;
        gap: 1em;
        flex-direction: column;
        align-items: center;
        justify-content: end;
    }
}
.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.star-rating .fa-star {
    color: #da951d;
}
#popup-content.hidden {
    display: none;
}

.bg-Store-100 {
    --tw-bg-opacity: 1;
    background-color: #4b4f71;
}

.border-Store-400 {
    --tw-border-opacity: 1;
    border-color: #7479a1;
}

.text-Store-700 {
    --tw-text-opacity: 1;
    color: #b5bae5;
}

.rotate-icon svg {
    transition: transform 0.3s ease-in-out;
}

.rotate-icon:hover svg {
    transform: rotate(90deg);
    /* Atur sudut rotasi yang diinginkan */
}

.text-bases {
    font-size: 2rem;
    line-height: 1.5rem;
    padding: 6px;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.w-screen {
    width: 100vw;
}

.\!mt-0 {
    margin-top: 0 !important;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.z-10 {
    z-index: 10;
}

.bottom-0 {
    bottom: 0;
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0;
}

.sticky {
    position: sticky;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.p-4 {
    padding: 1rem;
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 24 21 / var(--tw-border-opacity));
}

.border-l-4 {
    border-left-width: 4px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.justify-start {
    justify-content: flex-start;
}

.items-start {
    align-items: flex-start;
}

@media (max-width: 764px) {
    .melll {
        display: none;
    }
}

@media (min-width: 764px) {
    .melll {
        display: block;
    }
}

.containerrrr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    display: none;
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
}

.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.h-16 {
    height: 4rem;
}

.space-yx-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: -2;
    margin: 1rem;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.blink-text {
    animation: 2s ease-in-out infinite StoreAnim;
}

.entericon {
    right: 5%;
    position: absolute;
    width: 11%;
}

.payments {
    width: 35px;
    top: 40%;
    right: 5%;
    position: absolute;
}

@keyframes StoreAnim {
    0%,
    100% {
        text-shadow: 0 0 5px rgba(242, 92, 84, 0.7),
            0 0 10px rgba(242, 92, 84, 0.5), 0 0 15px rgba(242, 92, 84, 0.3),
            0 0 20px rgba(242, 92, 84, 0.1), 0 0 25px rgba(242, 92, 84, 0.05);
    }

    50% {
        text-shadow: none;
    }
}
