/* Final override (last in document): paksa merah -> biru mengkilap */
:root {
    --body-theme-bg: #0b0b0b !important;
    --data-cntr-background-banner-bg: #0b0b0b !important;
    --announcement-cntr-bg: #141414 !important;
    --announcement-cntr-section-announcement-bg: #101010 !important;
    --site-header-bg: #0047ab !important;
    --site-header-border: 4px solid #00b4ff !important;
    --home-progressive-jackpot-bg: linear-gradient(#001a4d, #00b4ff, #001a4d) !important;
    --home-progressive-jackpot-inner-cntr-bg: linear-gradient(#00b4ff, #000d1a) !important;
    --home-progressive-jackpot-border-cntr-border: 3px solid #00b4ff !important;
    --home-progressive-jackpot-jackpot-cntr-bg: linear-gradient(#00b4ff, #000a14) !important;
    --home-progressive-jackpot-jackpot-border-cntr-border: 3px dotted #1e90ff !important;
    --home-progressive-jackpot-jackpot-currency-color: #66e0ff !important;
    --lottery-result-cntr-bg: #121212 !important;
    --lottery-result-cntr-title-bg: #1a1a1a !important;
    --popular-game-title-cntr-title-span-bg: #1f1f1f !important;
    --popular-game-title-cntr-title-span-after-bg: #1f1f1f !important;
    --popular-game-title-cntr-content-border: 1px solid #2a2a2a !important;
    --home-game-list-cntr-title-span-bg: #1f1f1f !important;
    --home-game-list-cntr-title-span-after-bg: #1f1f1f !important;
    --home-game-list-cntr-content-border: 1px solid #2a2a2a !important;
    --std-side-menu-player-acc-section-bg: #171717 !important;
    --std-form-note-bg: #171717 !important;
    --std-profile-bar-bg: #171717 !important;
    --footer-featured-product-bg: linear-gradient(180deg, #001a4d 0%, #0c0c0c 100%) !important;
    --footer-banking-card-bg: linear-gradient(180deg, #001a4d 0%, #0c0c0c 100%) !important;
    --site-footer-border: 2px solid #1a3d6b !important;
    --site-footer-bg: no-repeat center !important;
    --site-footer-bi: linear-gradient(180deg, #001530 0%, #080808 100%) !important;
    --user-info-item-a-btn-logout-bg: #0077e6 !important;
    --user-info-item-a-btn-logout-hover-bg: #005bb5 !important;
    --a-color: #4db8ff !important;
    --a-focus-hover-color: #29a3ff !important;
    --topbar-cntr-bg: #001f4d !important;
    --top-menu-game-list-btop: 4px solid #00a8ff !important;
    --top-menu-game-list-bbot: 10px solid #00a8ff !important;
    --top-menu-game-list-bg: rgba(0, 40, 100, 0.9) !important;
    --top-menu-game-list-li-a-background-bg: linear-gradient(to left, rgba(0, 150, 255, 0.7) 0%, rgba(0, 0, 0, 0.02) 100%) !important;
    --top-menu-game-list-li-a-background-border: 1px solid #1a6fd4 !important;
    --home-progressive-jackpot-jackpot-play-text-color: #7ec8ff !important;
    --popular-games-left-section-title-bg: #1b1b1b !important;
    --popular-games-scrtabs-tab-cntr-bg: #1b1b1b !important;
    --popular-games-nav-tabs-li-a-bg: #141414 !important;
    --popular-games-nav-tabs-li-a-active-bg: #242424 !important;
    --home-info-cntr-bg: linear-gradient(180deg, #001f4d 0%, #000d1f 55%, #050505 100%) !important;
    --home-info-cntr-border: 2px solid #1a3d6b !important;
    --std-side-menu-player-acc-section-wallet-cntr-bg: #001a40 !important;
    --std-side-menu-player-acc-section-username-color: #99e6ff !important;
    --notification-list-item-header-label-bg: #1a1a1a !important;
    --std-content-info-border: 1px solid #1a3d6b !important;
    --std-content-info-std-content-block-bg: linear-gradient(180deg, #001a35 0%, #0b0b0b 100%) !important;
    --std-content-info-table-border: 1px solid #2a2a2a !important;
    --std-content-info-table-thead-tr-th-bg: #001a4d !important;
    --last-transaction-table-border: 1px solid #2a2a2a !important;
    --last-transaction-table-thead-bg: #1a1a1a !important;
    --std-profile-bar-user-field-div-username-color: #99e6ff !important;
    --footer-links-li-a-hover-color: #66c2ff !important;
    --bonus-selection-list-card-remarks-cntr-border: #0088ff !important;
    --bonus-selection-list-card-remarks-cntr-bg: #cce8ff !important;
    --pending-trans-car-item-download-qr-btn-bg: #0070e6 !important;
    --trans-item-red-color: #0088ff !important;
    --transactions-table-body-span-reject-color: #0088ff !important;
    --complaint-section-header-bg: #1a1a1a !important;
}

.alert-danger,
.label-danger {
    color: #002855 !important;
    background-color: #b3e0ff !important;
    border-color: #80cfff !important;
}

.text-danger {
    color: #0066cc !important;
}

.bg-danger {
    background-color: #80cfff !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #0088ff !important;
    border-color: #0070cc !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff !important;
    background-color: #0070cc !important;
    border-color: #005999 !important;
}

[class*="red"],
[data-color="red"] {
    color: #0080e6 !important;
    border-color: #0088ff !important;
}

.lottery-numbers span[style*="notice.svg"] {
    display: none;
}

.lottery-numbers span[data-lottery-number] {
    transition: transform 0.15s ease;
}

.lottery-numbers.is-rolling span[data-lottery-number] {
    transform: scaleY(0.92);
    filter: brightness(1.15);
}

.seo-faq h4 {
    margin: 1rem 0 0.25rem;
    font-size: 1rem;
    color: #7ec8ff;
}

.seo-faq p {
    margin: 0 0 0.75rem;
    line-height: 1.6;
}

.seo-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
