:root {
    --text-color: #e0e0e0;
    --primary-text-color: #ffffff;
    --reverse-text-color: #ffffff;
    --primary-color: #ae00f3;
    --primary-background: #361645;
    --line-color: #ae00f3;
    --marquee-color: #FFFFFF;
    --marquee-background: #510478;
    
    --result-background: #111111;
    --result-keluaran-color: #ffffff;
    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #FFFFFF;
    --result-tanggal-background: #aa06fa;
    --result-border: 3px solid #9e9e9e;
    
    --secondary-background: #000000;
    --hover-background: rgb(0 0 0 / 90%);
    --content-box-background: rgba(20, 20, 20, .5);
    --menu-item-color: var(--text-color);
    --prepend-background: linear-gradient(#484e55, #3a3f44 60%, #313539);
    --bs-body-color: #000000;
}