/* 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: #faf2f2;
}

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


