
:root {
    --color-manage-1: #b61717;
    --color-manage-2: #fff;
    --color-manage-3: #257cff;
    --bg-manage-decor-1: url(images/manage-rewards-img-decor.png);
}



/*

var(--color-manage-1);

*/

.manage-rewards{
    
}

.manage-rewards .theme-section-title-box-manage-rewards-warning {
 
   
    background: var(--color-manage-1);
}



.manage-rewards .theme-section-title-box-wp.manage-rewards {
    color: var(--color-manage-2);
   
    background-color: var(--color-manage-3);
}

.manage-rewards .theme-section-title-box-manage-rewards-decor {
    background-image: var(--bg-manage-decor-1);

}

