/* Add tenant specific CSS styles here */
/* You can adjust the color schema by updating the following variables:

*/
:root {
    --r4w-header-color: #fa6c47;
    --r4w-header-bg-color: #d2d2d2;
}

.sample_div_demo {
    background-color: var(--dashboard-bg-color, #28476b);
	background-color: rgba(27, 43, 64, 0.964);
}


