﻿.region_box .reginItem .iconsAndText {
    justify-content: initial !important;
}

.game_tab_info {
    padding: 3px 17px !important;

}


.promo_bg_banner {
    background-image: url(../images/bg/winzone8-promotion-banner.jpeg) !important;
    background-repeat: no-repeat;
     background-size: cover; 
    max-height: 800px;
    min-height: 668px !important;
    background-position: top center;
    position: relative;
}


.promo_bg_banner-cn {
    background-image: url(../images/bg/winzone8-promotion-banner.jpeg);
    background-repeat: no-repeat;
     background-size: cover; 
    max-height: 800px;
    min-height: 668px !important;
    background-position: top center;
    position: relative;
}

.navbar_ul li a {
    font-size: 12px !important;
}

/* Terms & Conditions Modal */
.missionTncModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.missionTncModal .modal-header {
    background: linear-gradient(to bottom, #edd7ba 0%, #d4a982 100%);
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 20px 30px;
    border-bottom: none;
}

.missionTncModal .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.missionTncModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.missionTncModal .modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.missionTncModal .tnc-content h6 {
    color: #8b6914;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .missionTncModal .tnc-content h6:first-child {
        margin-top: 0;
    }

.missionTncModal .tnc-content p {
    color: #333333;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.missionTncModal .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 20px 30px;
    border-radius: 0 0 15px 15px;
}

    .missionTncModal .modal-footer .btn {
        padding: 10px 30px;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .missionTncModal .modal-footer .btn-secondary {
        background: linear-gradient(to bottom, #edd7ba 0%, #d4a982 100%);
        border: none;
        color: #000000;
    }

        .missionTncModal .modal-footer .btn-secondary:hover {
            filter: brightness(0.8);
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

.slot_product_games_box img{
    min-width: 210px;
}

.btn-claim {
    white-space: nowrap;
}

.btn-claim:active {
    transform: translate(-50%, 115%) !important; /* small press effect */
}

/* fortune.css (designer file) heavily customizes the header just for this page:
   stays transparent even when scrolled, narrows header_wrap to max-width:1220px,
   and shrinks nav padding/font below 1280px (which squeezes CJK nav labels below
   their text width, so they wrap character-by-character instead of one line).
   Reverting all of it -- !important needed since fortune.css targets the same
   selectors and loads after this file. */
.fortune-page .head_navbar.scrolled {
    background-color: #fff !important;
    box-shadow: 0 0 15px 0 rgba(62, 115, 250, .25) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.fortune-page .header_wrap {
    max-width: none !important;
    margin: 0 !important;
}

@media (max-width: 1280px) {
    .fortune-page .navbar_ul li {
        padding-inline: 0.35rem !important;
    }

    .fortune-page .navbar_ul li a {
        font-size: 13px !important;
    }
}

/* Fortune Wheel: canvas draws segments live from BO theme data (Winwheel.js),
   replacing the designer's static pre-baked disc image. Background/pointer/center-logo
   also come from the BO theme now, not fixed designer art. */
.fortune-page .fortune-wheel-stage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* fortune.css positions the pointer at top:36.55%/width:13.88%, tuned for the
   designer's MG_09_wheel_pointer.png which had a lot of transparent padding above
   the visible triangle. The BO theme's own pinpoint_image_url is tightly cropped,
   so that same top offset lands it near the wheel's center instead of the rim. */
.fortune-page .fortune-wheel-pointer {
    top: -1% !important;
    width: 9% !important;
}

.fortune-page .fortune-wheel-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.fortune-page .fortune-wheel-center-logo {
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 2;
    width: 15%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fortune-page .fortune-wheel-prize {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('/fortunewheel/shine.png') center / 85% no-repeat;
    opacity: 0;
    pointer-events: none;
}

.fortune-page .fortune-wheel-prize div {
    max-width: 60%;
    font-size: 20px;
    font-weight: 700;
    color: #6d3c1e;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.fortune-page .fortune-wheel-stage {
    position: relative;
    width: clamp(500px, 34vw, 500px) !important;
    aspect-ratio: 1;
    margin: 0 auto;
    filter: drop-shadow(0 18px 24px rgba(96, 53, 16, 0.18));
}

.fortune-wheel-prize {
    margin-top: 15%;
}