
#mod_5_chart_1 {
  position: relative;
  z-index: 1;
}
#mod_5_output_1, #mod_5_output_2 {
  position: absolute;
  font-size: 1.7em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: .7em;
  z-index: 0;
}
.mod_5_legend {
  font-size: 1.7rem;
  display: block;
  float: right;
  margin-right: 2rem;
}
.mod_5_legend span {
  font-size: 2.3rem;
  display: block;
}
.mod_5_legend span::before {
  content: '';
  height: 2.3rem;
  width: 2.3rem;
  display: inline-block;
  margin-right: 15px;
}
.mod_5_legend span:nth-child(1)::before {     
  background: var(--color_energyGeneration);
}
.mod_5_legend span:nth-child(2)::before {     
  background: var(--color_energyStorage);
}
.mod_5_legend span:nth-child(3)::before {     
  background: var(--color_energyConsumption);
}
.mod_5_legend span:nth-child(4)::before {     
  background: var(--color_energyRecive);
}
.mod_5_legend span:nth-child(5)::before {     
  background: var(--color_energyDeliver);
}
.mod_5_name {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 1em;
}
.mod_5_sec_2 {
  margin-top: 4em;
}
.mod_5_graphic {
  width: 110%;
  margin-top: -68px;
  margin-left: -47px;
}
.mod_5_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4em;
  padding-left: 10%;
}
#mod_5_showValue {
  position: absolute;
  width: 16%;
  height: max-content;
  padding: 15px;
  text-align: center;
  z-index: 5;
  left: 62.5%;
  top: 44%;
  font-size: 1.3em;
  font-weight: bold;
}
#mod_5_showType {
  position: absolute;
  width: 25%;
  height: max-content;
  padding: 15px;
  text-align: center;
  z-index: 5;
  left: 57.5%;
  top: 41%;
  font-size: 1em;
}
.mod_5_showValueHidden {
  display: none;
}

