body {
    outline: none;
}

:root {
    --primary-color: #ffff;
    --secondary-color: #1e2e2e;

    --text-color: #ffffff;
    --text-des-color: #dcd2d2;
    --white-color: #ffffff;

    --card-custom: #ffffff;

    --selected-background: #c9a66b;
    --selected-background-p: #cebf8f;

    --paymentMethod-background: #A6B697;
    --paymentMethod-border: #A6B697;

    --card-color: #556246;
    --card-border: #1f2b3e;

    --card-custom-product-border: #E1CAB2;
    --card-custom-product-bg: #E1CAB2;

    /* Shared brand accents used across pages */
    --brand-primary: #556246;
    --brand-primary-hover: #E1CAB2;
    --brand-dark: #556246;
    --brand-brown: #556246;

}


.products button {
    border: 1px solid var(--card-custom-product-border);
}

.btn-1 {
    background-color: var(--selected-background);
    color: #fff;
}

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

.btn-custom:hover {
    opacity: 0.5;
}

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

body {
    background: var(--secondary-color);
}

.main-color {
    background: var(--secondary-color);
}

.our-navbar {
    background: var(--secondary-color);
    padding: 0px;
    height: 55px;
    border-bottom: 1px solid #1e2e2e;
    /* box-shadow: 1px 1px 0.5px 0px #c7c2c2; */
    padding-left: 10px;
    padding-right: 10px;
}

.our-navbar .logo {
    height: 45px;
    width: auto;
}

.our-navbar .btn-icon {
    height: 30px;
    width: auto;
    cursor: pointer;
}

.page-title .title {
    font-size: 10px;
    font-family: 'Nunito', serif;
    /* line-height: 18px; */
    color: var(--text-color);
}

.page-title .des {
    font-size: 12px;
    font-family: 'Nunito', serif;
    /* line-height: 12px; */
    color: var(--text-des-color);
}


.swiper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--white-color);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-color {
    background-color: #1c265b;
}

.product-color-header {
    background-color: #1c265b;
}

product-line {
    display: flex;
    flex-wrap: wrap;
}

.selected {
    background: var(--selected-background) !important;
}

.selected p {
    color: var(--selected-background-p) !important;
}

.product button p {
    margin-top: unset;
    margin-bottom: unset;
}

button.disable {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.box-error {
    border: 3px solid red !important;
}

.wpr_payment_option {
    margin-bottom: 20px;
    margin-top: 20px;
    /* padding: 3px 10px 3px; */
    padding: 10px;
}

.wpr_payment_option .item {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 15px;
    /* padding: 5px 25px; */
    padding: 20px 15px;
    border: 1px solid #333F35;
}

.wpr_payment_option .item .item-input {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 5px;
    width: 50px;
    height: 50px;
    background: #e2232e;
    border-radius: 5px;
}

.wpr_payment_option .item .item-dec {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.wpr_t_c {
    padding: 10px;
}

.payment_option_radio {
    display: none;
    background: red;
}

.payment-receipt,
.payment-receipt-notfound {
    margin: 0px auto;
    padding: 20px;
    background: var(--white-color);
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 500px;
    min-height: 400px;

}

.payment-receipt .footer,
.payment-receipt .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', serif;
    gap: 10px;

}

.btn-inv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', serif;
    gap: 10px;

}

.payment-receipt .footer .btn {
    background: #1500ff;
}


.payment-receipt-notfound {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cp-footer {
    padding: 10px;
    justify-content: center;
    color: #fff;
    background-color: #1e2e2e !important;
}

.payment-accepted {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.payment-accepted img {
    width: 50px;
    border-radius: 5px;
}

.footer {
    background: #999;
}


.product-game {
    width: 165px !important;
    padding: 2px;
    background: #FFF;
    border-radius: 10px;
}



.sticky-payment {
    position: sticky;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
}

.sticky-payment-sm {
    position: sticky;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
}




.products button {
    min-height: auto;
    padding: 1px !important;
}



.wpr_payment_option .item {
    border: 1px solid var(--paymentMethod-border);
    background-color: var(--paymentMethod-background);
    border-radius: 5px;

}

.bg-method {
    background-color: var(--paymentMethod-background);
    padding: 0.7rem 0.7rem;
    border-radius: 6px;
    border: 1px solid var(--paymentMethod-border);
}

.badge {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--card-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Signal Dot */
    /* animation: pulse 1.5s infinite ease-in-out; */
}

/* Signal Dot */

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Custom Banner Styles */
.custom-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-primary-hover);
    width: 100%;
    min-height: 50px;
    margin: 0 0 24px 0;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

.custom-banner-left,
.custom-banner-right {
    width: 100%;
    height: 38px;
    background: var(--brand-brown);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.custom-banner-right {
    transform: scaleX(-1);
}

.custom-banner-center {
    background: var(--brand-primary-hover);
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 38px;
}

.custom-banner-title {
    color: var(--brand-brown);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Dangrek', cursive;
    white-space: nowrap;
}

.custom-banner-des {
    color: var(--brand-brown);
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 2px;
    opacity: 0.85;
    font-family: 'Dangrek', cursive;
    letter-spacing: 1px;
}

@media (max-width: 600px) {

    .custom-banner-left,
    .custom-banner-right {
        height: 22px;
        width: 100%;
    }

    .custom-banner-center {
        padding: 0 4px;
    }

    .custom-banner-title {
        font-size: 1rem;
    }

    .custom-banner-des {
        font-size: 0.75rem;
        text-wrap: nowrap;
    }
}


@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }

    .title_dm {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sticky-payment-sm {
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .sticky-payment-sm {
        visibility: hidden;
    }
}