/* List Of Color */
/* #1C3879 - Navy (Primary Color) */
/* #607EAA - Blue (Secondary Color) */

/* Relate to Primary Color */
/* #EAE3D2 - Beige */
/* #F9F5EB - Winter */
/* #F24C4C - Red */
/* #293462 - Navy */
/* #F7D716 - Yellow */
/* #256D85 - Link */

#dashboard-chart-container {
  width: 1000px;
  height: 500px;
  margin: 0px auto;
  border: 1px solid white;
}

#bar-chart-container {
  width: 1000px;
  height: 500px;
  margin: 0px auto;
  border: 1px solid white;
}

#summary-chart-container {
  width: 1000px;
  height: 500px;
  margin: 0px auto;
  border: 1px solid white;
}

.width-developer{
  width: 50%;
}