:root {

    /* PRIMARY THEME */
    --primary-color: #1e88e5;
    --primary-background: #1565c0;

    /* LINE */
    --line-color: #1e88e5;

    /* MARQUEE */
    --marquee-color: #ffffff;
    --marquee-background: #1565c0;

    /* RESULT BOX */
    --result-pasaran-color: #0d47a1;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #1976d2;

    --result-background: #5bb9fc;
    --result-keluaran-color: #5bb9fc;
    --result-border: 2px solid #5bb9fc;

    /* TEXT */
    --text-color: #0d47a1;
    --primary-text-color: #000000;
    --reverse-text-color: #000000;

    /* BACKGROUND */
    --secondary-background: #5bb9fc;

    /* HOVER */
    --hover-background: rgba(30,136,229,0.9);

    /* MENU */
    --menu-item-color: #000000;

}