/*
Theme Name:   Carenow child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://themesflat.com/carenowwp/
Template:     carenow
Version:      1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  carenow-child-theme
*/

/* Business Workflow Page CSS - Start */
.chart-container { width: 100%; max-width: 800px; margin: 0 auto; } .chart {
display: flex;
justify-content: space-between;
height: 30px;
margin-bottom: 20px;
background-color: #f0f0f0;
}
.bar {
display: flex;
justify-content: center;
align-items: center;
background-color: #4285F4;
color: white;
font-weight: bold;
}
.category {
margin-bottom: 5px;
font-weight: bold;
}
.value {
margin-left: 10px;
font-size: 14px;
}
/* Business Workflow Page CSS - End */