/* _content/AnyTime_WebApp/Pages/Contact.razor.rz.scp.css */
/* Theme tokens */
:root[b-1sikz9zeek] {
    --bg: #f9f9f9;
    --card: #ffffff;
    --muted: #6b7280;
    --text: #0b0b0b;
    --accent: #16a34a; /* green */
    --accent-contrast: #ffffff;
    --ring: rgba(22,163,74,.25);
    --radius: 18px;
}

.contact-wrap[b-1sikz9zeek] {
    background: var(--bg);
    padding: 32px;
}

.contact-inner[b-1sikz9zeek] {
    background: var(--card);
    border-radius: 24px;
    padding: 28px;
}

.grid.two-col[b-1sikz9zeek] {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 28px;
}

@media (max-width: 960px) {
    .grid.two-col[b-1sikz9zeek] {
        grid-template-columns: 1fr;
    }
}

/* Left column */

.info[b-1sikz9zeek] {
    text-align: center; /* center text and inline elements */
    flex-direction: column;
    align-items: center;
}

.info .title[b-1sikz9zeek] {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 4px 0 6px;
    color: var(--text);
    text-align: center;
}

.info img[b-1sikz9zeek] {
    margin-bottom: 12px;
}

.info .subtitle[b-1sikz9zeek] {
    color: var(--muted);
    margin-bottom: 20px;
    text-align: center;
    max-width: 80%;
}

.info-card[b-1sikz9zeek] {
    width: 100%;
    max-width: 420px;
    margin: 12px auto;
}

.info-item[b-1sikz9zeek] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: center;
}

.icon-circle[b-1sikz9zeek] {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--accent);
    color: var(--accent-contrast);
    box-shadow: 0 6px 18px rgba(22,163,74,.35);
}

.info .label[b-1sikz9zeek] {
    font-weight: 800;
    color: var(--accent);
    font-size: 13px;
    letter-spacing: .4px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.info .value[b-1sikz9zeek] {
    color: var(--text);
    text-decoration: none;
}

    .info .value:hover[b-1sikz9zeek] {
        text-decoration: underline;
    }

/* Social */
.social[b-1sikz9zeek] {
    margin-top: 18px;
}

.social-label[b-1sikz9zeek] {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .4px;
}

.social-icons[b-1sikz9zeek] {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.social-btn[b-1sikz9zeek] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef2f1;
    color: #111;
    border: 1px solid #e5e7eb
}

/* _content/AnyTime_WebApp/Pages/Home.razor.rz.scp.css */
.footer[b-xdi245t3ly] {
    background: #f9f9f9;
    padding: 28px 16px;
    text-align: center;
    border-top: 1px solid #e5e7eb;
}

.footer-inner[b-xdi245t3ly] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.footer-section.app[b-xdi245t3ly],
.footer-section.contact[b-xdi245t3ly] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appstore-link img[b-xdi245t3ly] {
    margin-top: 8px;
    max-width: 180px;
    height: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .appstore-link img:hover[b-xdi245t3ly] {
        transform: scale(1.05);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

.contact-btn[b-xdi245t3ly] {
    background: #16a34a !important; /* green accent */
    border-color: #16a34a !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    letter-spacing: .3px;
    box-shadow: 0 6px 20px rgba(22,163,74,.3);
}

    .contact-btn:hover[b-xdi245t3ly] {
        filter: brightness(0.95);
    }

.footer-bottom[b-xdi245t3ly] {
    margin-top: 5px;
    text-align: center;
    color: #6b7280;
    font-size: 13px;
}
/* _content/AnyTime_WebApp/Pages/MoreChances.razor.rz.scp.css */
body[b-61a3vwpkuc] {
}

.consent-text[b-61a3vwpkuc] {
    font-size: 0.75rem; /* smaller text */
    color: #444; /* optional, softer text color */
}

.consent-inline[b-61a3vwpkuc] {
    display: inline-flex !important;
    align-items: center !important; /* <- vertically centers the checkbox against the label block */
    gap: .5rem;
    text-align: left;
}

/* extra safety in case Radzen renders a wrapper */
.consent-inline .consent-checkbox[b-61a3vwpkuc],
.consent-inline input[type="checkbox"][b-61a3vwpkuc] {
    align-self: center;
}

.app-dialog .dialog-content[b-61a3vwpkuc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: .75rem .25rem 1rem;
}

.app-dialog .dialog-header[b-61a3vwpkuc] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

    .app-dialog .dialog-header .title[b-61a3vwpkuc] {
        font-weight: 600;
        font-size: 1.125rem; /* ~18px */
    }

.app-dialog .dialog-message[b-61a3vwpkuc] {
    white-space: pre-wrap; /* keep line breaks */
    color: var(--rz-text-secondary-color, #555);
}

.app-dialog .dialog-actions[b-61a3vwpkuc] {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    margin-top: .25rem;
}

.app-dialog .icon-circle[b-61a3vwpkuc] {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Severity colors */
.app-dialog--error .icon-circle[b-61a3vwpkuc] {
    background: #FEE2E2;
    color: #B91C1C;
}

.app-dialog--info .icon-circle[b-61a3vwpkuc] {
    background: #DBEAFE;
    color: #1D4ED8;
}

.app-dialog--success .icon-circle[b-61a3vwpkuc] {
    background: #DCFCE7;
    color: #047857;
}

.app-dialog--warning .icon-circle[b-61a3vwpkuc] {
    background: #FFEDD5;
    color: #B45309;
}
/* _content/AnyTime_WebApp/Pages/RAPower.razor.rz.scp.css */
:root[b-o19ww0t0ii] {
    --promo-accent: #00ADEF; /* Telkom Blue vibe */
    --promo-deep: #004B87;
    --promo-ink: #0b2239;
    --promo-gold: #ffd166;

}

.promo-landing[b-o19ww0t0ii] {
    background-color: #820651;
    min-height: 100vh; /* ensure it covers full viewport height */
}


.promo-landing .fw-800[b-o19ww0t0ii] {
    font-weight: 800;
}

.promo-landing .display-7[b-o19ww0t0ii] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.1;
}

.headerbackground[b-o19ww0t0ii] {
    background: url('/images/rapower/13.png') center/cover no-repeat;
}

.header-logo[b-o19ww0t0ii] {
    width: 80%;
    border-radius: 1rem; /* smoother corners */
    background-color: #fff; /* white background */
    padding: 10px; /* space around the image */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    height: auto; /* keeps natural aspect ratio */
    display: block; /* ensures margin: 0 auto works if not using flex */
    margin: 0 auto; /* centers it horizontally */
    max-width: 100%;
    max-height: 100%;
}

img.promo-banner[b-o19ww0t0ii] {
    width: 80vw !important;   /* 80% of viewport width */
    max-width: 2000px;        /* image’s native width */
    height: auto !important;  /* preserve aspect ratio */
    display: block;
}


.hero[b-o19ww0t0ii] {
    min-height: 520px;
}

    .hero .hero-bg[b-o19ww0t0ii] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(1.05) contrast(1.05);
    }

    .hero .hero-overlay[b-o19ww0t0ii] {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.35) 30%, rgba(0,0,0,.6));
    }

.brand-logo[b-o19ww0t0ii] {
    height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
}

    .brand-logo.telkom[b-o19ww0t0ii] {
        height: 34px;
    }

.brand-divider[b-o19ww0t0ii] {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,.50);
    display: inline-block;
}

.hero .accent[b-o19ww0t0ii] {
    color: var(--promo-accent);
}

.step-card[b-o19ww0t0ii] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem;
    align-items: center;
    background: rgba(255,255,255,.50);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: .75rem;
    padding: .9rem 1rem;
    backdrop-filter: blur(6px);
}

.step-index[b-o19ww0t0ii] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--promo-accent);
    color: #001018;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.step-title[b-o19ww0t0ii] {
    margin: 0;
    font-weight: 700;
    letter-spacing: .02em;
}

.card-prize[b-o19ww0t0ii] {
    background: linear-gradient(135deg, var(--promo-accent), var(--promo-deep));
    color: #fff;
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

    .card-prize .kicker[b-o19ww0t0ii] {
        text-transform: uppercase;
        opacity: .9;
        letter-spacing: .15em;
        font-size: .85rem;
    }

    .card-prize .amount[b-o19ww0t0ii] {
        font-size: clamp(2.2rem, 6vw, 3.8rem);
        font-weight: 900;
        line-height: 1;
    }

    .card-prize .dates[b-o19ww0t0ii] {
        opacity: .95;
        margin-top: .25rem;
    }

    .card-prize .tagline[b-o19ww0t0ii] {
        font-size: .9rem;
        margin-top: .5rem;
        opacity: .9;
    }

.section-title[b-o19ww0t0ii] {
    font-weight: 800;
    letter-spacing: .01em;
    color: var(--promo-ink);
}

.deal-card[b-o19ww0t0ii] {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.deal-img[b-o19ww0t0ii] {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.deal-body[b-o19ww0t0ii] {
    padding: 1rem;
    display: grid;
    gap: .25rem;
}

.deal-badge[b-o19ww0t0ii] {
    display: inline-block;
    background: var(--promo-gold);
    color: #231815;
    font-weight: 700;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: .5rem;
}

.deal-title[b-o19ww0t0ii] {
    font-size: 1.05rem;
    margin: .25rem 0;
    font-weight: 700;
}

.deal-desc[b-o19ww0t0ii] {
    font-size: .9rem;
    color: #475569;
}

.deal-footer[b-o19ww0t0ii] {
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.price[b-o19ww0t0ii] {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--promo-ink);
}

.how-list[b-o19ww0t0ii] {
    padding-left: 1rem;
    display: grid;
    gap: .35rem;
}


.weekly-prizes[b-o19ww0t0ii] {
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 20px rgba(0,0,0,.30);
}

.weekly-prizes .kicker[b-o19ww0t0ii] {
    color: var(--promo-accent);
    font-weight: 800;
    letter-spacing: .1em;
}

.weekly-prizes .prizetextcolor[b-o19ww0t0ii] {
    color: var(--promo-accent);
}

.thathaimage[b-o19ww0t0ii] {
    max-height: 1200px !important;
    height: auto;
    width: 80%;
    border-radius: 1rem;
}

.grand-prize-img[b-o19ww0t0ii] {
    max-height: 1200px !important;
    width: 100%;
    height: auto;
    max-width: 700px; /* prevents it from getting too large on wide screens */
    display: block;
    object-fit: contain; /* keeps proportions */
    border-radius: 1rem; /* optional, matches card look */
}

.section-spacing[b-o19ww0t0ii] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.background-color-purple[b-o19ww0t0ii] {
    background-color: #820651;
    border-radius: 1rem; /* optional, matches card look */
}



@media (max-width: 576px) {
    .brand-logo[b-o19ww0t0ii] {
        height: 32px;
    }

        .brand-logo.telkom[b-o19ww0t0ii] {
            height: 28px;
        }
}

.readytowin[b-o19ww0t0ii] {
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
    color: #fff;
}
/* Blue band */
.how-strip[b-o19ww0t0ii] {
    background: var(--promo-accent); /* #00ADEF by default */
    color: #fff;
    border-radius: .5rem; /* remove if you want perfectly square edges */
    padding: clamp(16px, 3vw, 28px) clamp(20px, 4vw, 40px);
}

/* Title */
.how-title[b-o19ww0t0ii] {
    color: #fff;
    margin: 0 0 .5rem;
    font-weight: 800;
    letter-spacing: .01em;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
}

/* Bulleted lines with green square bullets */
.how-points[b-o19ww0t0ii] {
    list-style: none;
    padding: 0;
    margin: clamp(8px, 1vw, 12px) 0 0;
}

    .how-points li[b-o19ww0t0ii] {
        display: flex;
        align-items: flex-start;
        gap: .85rem;
        margin: clamp(10px, 1.2vw, 14px) 0;
    }

        .how-points li[b-o19ww0t0ii]::before {
            content: "";
            width: 22px;
            height: 22px;
            background: #9BE21D; /* green square bullet */
            border-radius: 2px;
            margin-top: .35rem;
            flex: 0 0 22px;
        }

        .how-points li > div[b-o19ww0t0ii] {
            font-weight: 800;
            font-size: clamp(1rem, 2.6vw, 1.6rem);
            line-height: 1.25;
        }

.how-sub[b-o19ww0t0ii] {
    font-weight: 700;
    font-size: clamp(.95rem, 2.2vw, 1.4rem);
    margin-top: .25rem;
    opacity: .95;
}

/* Optional: remove vertical gutter on that specific row */
.row.background-color-purple[b-o19ww0t0ii] {
    --bs-gutter-y: 0;
}

.prizeimages[b-o19ww0t0ii] {
    max-height:250px;
}
/* _content/AnyTime_WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-tyxb15b1cs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tyxb15b1cs] {
    flex: 1;
}

.sidebar[b-tyxb15b1cs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tyxb15b1cs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tyxb15b1cs]  a, .top-row .btn-link[b-tyxb15b1cs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tyxb15b1cs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tyxb15b1cs] {
        display: none;
    }

    .top-row.auth[b-tyxb15b1cs] {
        justify-content: space-between;
    }

    .top-row a[b-tyxb15b1cs], .top-row .btn-link[b-tyxb15b1cs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tyxb15b1cs] {
        flex-direction: row;
    }

    .sidebar[b-tyxb15b1cs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tyxb15b1cs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-tyxb15b1cs], article[b-tyxb15b1cs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AnyTime_WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sgahu5w48c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sgahu5w48c] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sgahu5w48c] {
    font-size: 1.1rem;
}

.oi[b-sgahu5w48c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sgahu5w48c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sgahu5w48c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sgahu5w48c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sgahu5w48c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sgahu5w48c]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sgahu5w48c]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sgahu5w48c] {
        display: none;
    }

    .collapse[b-sgahu5w48c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/AnyTime_WebApp/Shared/RA_Layout.razor.rz.scp.css */
.page[b-2x7lw7u0ov] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2x7lw7u0ov] {
    flex: 1;
}

.sidebar[b-2x7lw7u0ov] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2x7lw7u0ov] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2x7lw7u0ov]  a, .top-row .btn-link[b-2x7lw7u0ov] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2x7lw7u0ov] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2x7lw7u0ov] {
        display: none;
    }

    .top-row.auth[b-2x7lw7u0ov] {
        justify-content: space-between;
    }

    .top-row a[b-2x7lw7u0ov], .top-row .btn-link[b-2x7lw7u0ov] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2x7lw7u0ov] {
        flex-direction: row;
    }

    .sidebar[b-2x7lw7u0ov] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2x7lw7u0ov] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2x7lw7u0ov], article[b-2x7lw7u0ov] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
