/* =============================================
   TEMA: Pink
   bg     : #821060
   navbar : #3A0032
   second : #630056
   card   : #941D70
   accent : #fdc23a  (gold — dari situs asli)
   accent2: #ff69b4  (pink — pengganti #00D3FE)
   ============================================= */

/* ── Body ── */
body {
    background-color: #821060 !important;
}

/* ── Navbar / Header ── */
div[style*="#3A0032"],
div[style*="#3a0032"] {
    background-color: #3A0032 !important;
}
#right-column {
    background-color: #3A0032 !important;
}
html body #right-column {
    background-color: #3A0032 !important;
}
.active-menu-scroll {
    background-color: #3A0032 !important;
}
html body .active-menu-scroll {
    background-color: #3A0032 !important;
}
#smart_banner {
    background: #3A0032 !important;
}

/* ── Inline style overrides: background-color ── */
[style*="background-color: #821060"],
[style*="background-color:#821060"] {
    background-color: #821060 !important;
}
[style*="background-color: #630056"],
[style*="background-color:#630056"] {
    background-color: #630056 !important;
}
[style*="background-color: #941D70"],
[style*="background-color:#941D70"],
[style*="background-color: #941d70"],
[style*="background-color:#941d70"] {
    background-color: #941D70 !important;
}
div[style*="background-color: #3A0032"],
div[style*="background-color:#3A0032"],
div[style*="background-color: #3a0032"],
div[style*="background-color:#3a0032"] {
    background-color: #3A0032 !important;
}
div[style*="#941D70"],
div[style*="#941d70"] {
    background-color: #941D70 !important;
}
div[style*="#0E0E0E"],
div[style*="#0e0e0e"] {
    background-color: #0E0E0E !important;
}
div[style*="#630056"] {
    background-color: #630056 !important;
}

/* ── Accent: #00D3FE → #ff69b4 (angka togel & highlight biru) ── */
[style*="background-color: #00D3FE"],
[style*="background-color:#00D3FE"],
[style*="background-color: #00d3fe"],
[style*="background-color:#00d3fe"] {
    background-color: #ff69b4 !important;
}
div[style*="border-left: 2px solid #00D3FE"],
div[style*="border: 1px solid #00D3FE"],
div[style*="border:1px solid #00D3FE"] {
    border-color: #ff69b4 !important;
}
div[style*="color: #00D3FE"],
div[style*="color:#00D3FE"],
div[style*="color: #00d3fe"] {
    color: #ff69b4 !important;
}

/* ── Gold accent (#fdc23a) — border section & label ── */
div[style*="border-left: 2px solid #fdc23a"],
div[style*="border: 1px solid #fdc23a"],
div[style*="border-color: #fdc23a"] {
    border-color: #fdc23a !important;
}
[style*="color: #fdc23a"],
[style*="color:#fdc23a"],
[style*="color: #FDC23A"],
[style*="color:#FDC23A"] {
    color: #fdc23a !important;
}

/* ── Form ── */
.form-control {
    background-color: #3A0032 !important;
    border-color: #630056 !important;
    color: #fff !important;
}

/* ── Modal ── */
.modal-content {
    background-color: #941D70 !important;
    border: 1px solid #ff69b4 !important;
    color: #fff !important;
}
.modal-header {
    background-color: #821060 !important;
    border-bottom: 1px solid #ff69b4 !important;
    border-radius: 5px 5px 0 0 !important;
}
.modal-body {
    background-color: #941D70 !important;
    border-radius: 0 0 5px 5px !important;
}
.modal-backdrop {
    background-color: #000 !important;
}
.modal .modal-dialog {
    color: #fff !important;
}
.close {
    color: #fff !important;
}

/* ── Hamburger menu bars ── */
.con .bar, #top.bar, #middle.bar, #bottom.bar, .bar {
    background-color: #ff69b4 !important;
}
.con {
    background: #3A0032 !important;
    box-shadow: 0 0 10px 2px #ff69b4 !important;
}
#top, #middle, #bottom {
    background-color: #ff69b4 !important;
    border-color: #ff69b4 !important;
}

/* ── Download button / icon ── */
.icon {
    background: linear-gradient(176deg, #ff69b4, #630056) !important;
}

/* ── Message / toast notification ── */
.messagebleft-container {
    background: linear-gradient(#941D70 15%, #630056 50%, #821060 85%) !important;
    border: 2px solid #ff69b4 !important;
    color: #fff !important;
}