:root{

--primary-color:#7900aa;

--primary-background:linear-gradient(
    135deg,
    #120018 0%,
    #250033 15%,
    #43005e 30%,
    #7900aa 50%,
    #5f0088 65%,
    #33004a 80%,
    #120018 100%
);

--line-color:#ffea00;
--marquee-color:#ffea00;

--marquee-background:linear-gradient(
    135deg,
    #120018 0%,
    #250033 15%,
    #43005e 30%,
    #7900aa 50%,
    #5f0088 65%,
    #33004a 80%,
    #120018 100%
);


    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #ffaf00;

    --result-background: #5c3b00;
    --result-keluaran-color: #ffffff;
    --result-border: 3px solid #ffe08a;

    --text-color: #e0e0e0;
    --primary-text-color: #ffd45c;
    --reverse-text-color: #000000;

    --secondary-background: #3d2800;
    --hover-background: rgba(255,175,0,.2);
    --menu-item-color: var(--text-color);
}