/* For index.html floating shapes */
.shape-1 { top: 10%; left: 10%; animation-delay: 0s; }
.shape-2 { top: 20%; right: 15%; animation-delay: 2s; }
.shape-3 { bottom: 30%; left: 20%; animation-delay: 4s; }

/* For index.html inventory chart */
.inventory-chart-container { height: 300px; }

/* For reports.html sales by hour chart */
.sales-by-hour-chart-container { height: 250px; }
