
#energy-calculator2 .calculator-body {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  padding: 35px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 21px 1px rgba(184,184,184,0.68);
-moz-box-shadow: 0px 0px 21px 1px rgba(184,184,184,0.68);
box-shadow: 0px 0px 21px 1px rgba(184,184,184,0.68);
}
#energy-calculator2 .calculator-body label {
  font-family: "poppins";
  font-size: 18px;
  font-weight: 600;
}
#energy-calculator2 .input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#energy-calculator2 .flex-row {
  display: flex;
}
#energy-calculator2 .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
#energy-calculator2 .inputs label {
  margin-bottom: 20px;
}
#energy-calculator2 .inputs input,
#energy-calculator2 select {
  height: 50px;
  background-color: #faf9f8;
  border: none;
  font-family: "poppins";
  text-align: center;
  font-size: 18px;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
#energy-calculator2 #energy-cost{
  width: 100%;
}
#energy-calculator2 #energy-cost-container{
  width: 0;
}
#energy-calculator2 #energy-cost-container:before{
      content: "$";
    position: relative;
    top: 40px;
    left: 10px;
    font-size: 24px;
    height: 30px;
    display: block;
    font-weight: 500;
}
#energy-calculator2 #annual-hours {
  background-color: black;
  color: white;
  box-sizing: content-box;
  border-radius: 20px;
  font-size: 18px;
  font-family: "poppins";
  margin: 30px 0;
  font-weight: 500;
  max-width: 100%;
}
#energy-calculator2 #annual-hours p {
  color: white;
  margin: 0;
  padding: 10px;
  max-width: 90%;
    display: block;
    margin: auto;
}
#energy-calculator2 #annual-hours span {
  float: right;
  font-size: 28px;
  font-weight: 600;
}
#energy-calculator2 #span-outer {
  margin-right: 0%;
  line-height:.8;
}
#energy-calculator2 #calculate {
  background-color: #f4b218;
  color: white;
  box-sizing: content-box;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  font-family: "poppins";
  margin: 30px 0;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  padding: 4px;
}
#energy-calculator2 #calculate p {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  padding: 5px;
  font-weight: 600;
}
#energy-calculator2 #calculate-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
}
#energy-calculator2 #calculate-btn:active {
  transform: translateY(2px);
}
#energy-calculator2 #saving-graph {
  display: flex;
}
#energy-calculator2 #savings-graph-title h3 {
  writing-mode: vertical-lr;
  text-orientation: upright;
  letter-spacing: -10px;
  display: inline;
}
#energy-calculator2 #results-section {
  opacity: 1;
  height: 0;
  overflow: hidden;
  transition: 1500ms;
}
#energy-calculator2 #results-section[aria-expanded=true] {
  height: 655px;
}
#energy-calculator2 #results-section h2 {
  font-size: 40px;
}
#energy-calculator2 #the-savings-graph {
  width: 100%;
  background-color: #f2f1f0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#energy-calculator2 #results-section[aria-expanded=true] #the-savings-graph {
  min-height: 350px;
  transition: 1500ms;
}
#energy-calculator2 .graph-line {
  position: absolute;
}
#energy-calculator2 #results-section .graph-line {
      position: absolute;
    bottom: 0;
    width: 1px;
    /* height: 100%; */
    background-color: black;
    height: 100%;
    display: flex;
    align-content: flex-end;
    /* justify-content: flex-end; */
    align-items: flex-end;
}
#energy-calculator2 #results-section .graph-line p {
  text-align: center;
  white-space: nowrap;
    overflow: visible;
}
}
#energy-calculator2 #results-section .graph-line::before {
  display: block;
  content: "";
  width: 3px;
  height: 300px;
  background-color: #b9bdbf;
  margin: auto;
}
#energy-calculator2 #cost-after {
  background-color: #f2b400;
  bottom: 200px;
  border-radius: 0px 10px 10px 0px;
}
#energy-calculator2 #cost-before {
  background-color: red;
  bottom: 100px;
  border-radius: 0px 10px 10px 0px;
}
#energy-calculator2 #cost-before,
#energy-calculator2 #cost-after {
  position: absolute;
  height: 50px;
  z-index: 2;
  width: 0px;
  transition: 1500ms;
}
#energy-calculator2 #cost-before.expanded {
  width: 100%;
}
#energy-calculator2 #cost-after.expanded {
  width: 100%;
}
#energy-calculator2 #results-section .savings-legend{
    display: flex;
    gap: 49px;
    justify-content: center;
}
#energy-calculator2 #results-section .savings-legend div {
  display: flex;
  justify-content: center;
}
#energy-calculator2 #results-section .savings-legend p {
  display: flex;
  gap: 20px;
}
#energy-calculator2 #results-section .savings-legend p:first-child {
  margin-top: 20px;
}
#energy-calculator2 #results-section .savings-legend span {
  height: 100%;
  display: inline-block;
  width: 20px;
  height: 35px;
  width: 35px;
  clip-path: circle(50%);
}
#energy-calculator2 #results-section .savings-legend .with-fes {
  background-color: #f2b400;
}
#energy-calculator2 #results-section .savings-legend .without-fes {
  background-color: red;
}
button:focus{
  outline: none;
}
@media (max-width: 768px) {
  #energy-calculator2 #saving-graph {
    flex-direction: column;
  }
  #energy-calculator2 #savings-graph-title {
    display: none;
  }
  #energy-calculator2 .inputs {
    display: grid;
    grid-template-columns: 1fr;
  }
  #energy-calculator2 #results-section h2 {
    font-size: 30px;
  }
  #energy-calculator2 #results-section h3 {
    font-size: 25px;
  }

  #energy-calculator2 #annual-hours {
    padding: 0;
    text-align: center;
  }
  #energy-calculator2 #annual-hours span {
    float: none;
  }
  #energy-calculator2 #span-outer {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  #energy-calculator2 #results-section[aria-expanded=true] {
    height: 690px;
  }
}