.img-fluid {
  width:10%;
}

.header {
  font-size: 1.5 rem !important;
}


.bg-alt {
  background-color: aliceblue !important;
}


.my-dashboard-chart-wrapper {
  margin: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chart-container {
  position: relative;
  height: 361px;
  /* Adjust height as needed */
  width: 100%;
}

canvas {
  display: block;
  /* Remove extra space below canvas */
}
