.StateFirstSection {
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.StateFirstSection .top_heading {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.StateFirstSection .top_heading h1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #d2d2d2;
  margin-left: 10px;
}
.StateFirstSection .main_box {
  background-color: #171717;
  padding: 2rem;
  border-radius: 10px;
}
.StateFirstSection .main_box .top_box_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.StateFirstSection .main_box .top_box_area > h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #fefefe;
}
.StateFirstSection .main_box .top_box_area .price_area > h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: right;
  color: #fefefe;
}
.StateFirstSection .main_box .top_box_area .price_area > p {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: right;
  margin: 5px 0rem;
  color: #d2d2d2;
}
.StateFirstSection .main_box .top_box_area .price_area > span {
  color: #1be717;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
}
.StateFirstSection .main_box .bottom_box_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.StateFirstSection .main_box .bottom_box_area.grid_3 {
  grid-template-columns: 0.7fr 1fr 0.8fr;
}
.StateFirstSection .main_box .bottom_box_area > *:last-child {
  text-align: right;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.StateFirstSection .main_box .bottom_box_area h1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fefefe;
}
.StateFirstSection .main_box .bottom_box_area p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #d2d2d2;
}

.StateGraphArea {
  padding: 0rem 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.graph_state {
  padding: 1.5rem;
  background-color: #171717;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center {
  display: none;
}
.graph_state .top_area {
  justify-content: space-between;
}
.graph_state .top_area,
.graph_state .top_area .highlight_area,
.graph_state .top_area .highlight_area .area {
  display: flex;
  align-items: center;
}
.graph_state .top_area > h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.graph_state .top_area .highlight_area > * + * {
  margin-left: 10px;
}
.graph_state .top_area .highlight_area h2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-left: 5px;
}
@media screen and (max-width: 1150px) {
  .StateFirstSection {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .StateGraphArea {
    grid-template-columns: 1fr;
    padding: 0rem 1rem;
  }
  .StateFirstSection {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .StateFirstSection {
    grid-template-columns: 1fr;
  }
  .StateFirstSection {
    padding: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .graph_state .top_area {
    flex-direction: column;
  }
  .graph_state .top_area > * + * {
    margin-top: 1rem;
  }
}
