.progress-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: "100%" !important;
}

.topcompo {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 15px;
  /* height: 20vh */
}

.firsthalfprogressenergy {
  width: 65%;
  height: 100%;
  margin-right: 10px;
}

.firsthalfprogresss {
  width: 38%;
  margin-right: 10px;
}

.secondhalfprogresss {
  margin-left: 10px;
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  height: 100%;
}