

:root{
    --theme-primary-background: #000000;
    --theme-primary-text: #000000;
    --theme-secondary-background: #000000;
    --theme-secondary-text: #000000;
    --theme-highlight-background: #FFF8E5;
    --theme-light-background: #FFFFFF;
    --theme-light-gray: #F9F9F9;
    --theme-secondary-light-gray: #EBEBEB;
    --theme-dark-gray: #4D4C4C;
    --theme-secondary-gray: #717273;
    --border-gray: #CBCBCB;
    --error: #CE1515;
    --error-background: #C04F37;
    --warning: #F5A623;
    --success: #438000;
    --reward-configured: #0097CE;
    --theme-reward-ready: #00B050;
    --theme-reward-requested: #E20000;
    }

        
            .theme-primary-background, .priority-primary{
            background-color: #000000;
            }

            .theme-primary-border{
            border-color: #000000;
            }

            .theme-primary-text, a{
            color: #000000;
            }

            .theme-secondary-background{
            background-color: #000000;
            color: #FFF;
            }

            .theme-secondary-text{
            color: #000000;
            }

            .theme-highlight{
            background-color: #FFF8E5 !important;
            }

            body, .theme-text-color{
            color: #333;
            }

            .theme-light-background{
            background-color: #FFFFFF;
            }
        
