.chartContainer {
  margin-top: 3rem;
  width: 100%;
  max-width: 680px;
  border-radius: 38px;
  background: #e5e9ec;
  box-shadow: inset 14px 14px 28px #c3c6c9, inset -14px -14px 28px #ffffff;
  overflow: hidden;
}
.chartHeader {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: rgba(0, 0, 0, 0.8);

  background: #e2ebef;
  box-shadow: inset 6px 6px 12px #c0c8cb, inset -6px -6px 12px #ffffff;
}

.Action {
  color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  font-size: 20px;

  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  cursor: pointer;
}
.chartDate {
  color: rgba(0, 0, 0, 0.8);
  font-family: Arial, Helvetica, sans-serif;
}
.chartMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#myChart {
  width: 100%;
}
