/* Custom CSS for EspoCRM
 * This file will not be overwritten during updates
 * Add your custom styles below
 */

/* Example: Change primary button color */
/*
.btn-primary {
    background-color: #your-color;
    border-color: #your-color;
}
*/

/* Example: Customize header */
/*
#header .navbar {
    background-color: #your-color;
}
*/

/* Add your custom CSS rules here */

/* Make specific table cells bold */
td.cell[data-name="total"],
div[data-name="grandTotalAmount"],
div[data-name="amount"] {
    font-weight: bold;
}