main .content_area .top_cards_area {
  grid-template-columns: 1fr 1fr 1fr;
}
main .apexcharts-toolbar,
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center {
  display: none;
}
main .content_area .top_cards_area .top_card {
  display: flex;
  flex-direction: column;
  height: 186px;
}
.top_cards_area .top_card .bottom_area {
  display: flex;
  flex: 1;

  align-items: center;
}
.top_cards_area .top_card .bottom_area .state {
  display: block;
  flex: 1;
}
main .content_area .top_card .state {
  display: flex;
  align-items: center;

  height: unset;
  background: transparent !important;
  margin-top: 1rem;
  margin-left: 10px;
}
main .content_area .top_card > h1 {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
body.mobile main .content_area .top_card > h1 {
  color: #fff;
}

main .content_area .top_card .bottom_area h1 {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.mobile main .content_area .top_card .bottom_area h1 {
  color: #b9c1bc;
}
body.mobile main .content_area .top_card .bottom_area .state > *:first-child {
  color: #757976;
}
body.mobile main .content_area .top_card .bottom_area .state > *:last-child {
  color: #b9c1bc;
}
.charts_area {
  grid-template-columns: 1fr 1fr 1fr;
}
.charts_area .chart_pure {
  margin-top: 3rem;
}
.charts_area > *:first-child {
  grid-column: span 2;
}
.wallet_Wrapper {
  display: flex;
  flex-direction: column;
}
.wallet_Wrapper .cards_wrapper {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  flex: 1;
  grid-gap: 0px !important;
}
.wallet_Wrapper .cards_wrapper > * {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 0px;
  border-radius:10px;
}
.bar_chart_area {
  display: block;
}
.charts_area .charts_wrapper .top_area .buttons_wrapper button,
.bar_chart_wrapper button {
  font-family: Rubik;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  width: 56px;
  text-align: center;
}
.wallet_Wrapper .cards_wrapper .card > h1 {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.wallet_Wrapper .cards_wrapper .card > .right_area > h1 {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: right;
}
.wallet_Wrapper .cards_wrapper .card > .right_area > p {
  font-family: Rubik;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: right;
}
.wallet_Wrapper .button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.wallet_Wrapper .button_wrapper button {
  background: linear-gradient(138.78deg, #07bf50 23.35%, #049ebb 82.49%);
  height: 48px;
  width: 198px;

  border-radius: 5px;
  border: none;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

/* status_area */
.status_area {
  justify-content: flex-end;
  margin-top: 2rem;
}
.status_area > * + * {
  margin-left: 2rem;
}
.status_area,
.status_area .status {
  display: flex;
  align-items: center;
}
.status_area .status > * + * {
  margin-left: 10px;
}
.status_area .status:first-child .ball {
  background: linear-gradient(180deg, #00ce83 0%, rgba(0, 206, 131, 0) 122.73%);
  height: 11px;
  width: 11px;
  border-radius: 50%;
  display: block;
}
.status_area .status:last-child .ball {
  background: linear-gradient(180deg, #00b2ce 0%, rgba(0, 178, 206, 0) 122.73%);

  height: 11px;
  width: 11px;
  border-radius: 50%;
  display: block;
}
.status_area .status p {
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
body.mobile .charts_area .charts_wrapper .status_area .status p {
  color: #fafbfb;
}
body.mobile .wallet_Wrapper .cards_wrapper .card > h1 {
  color: #919491;
}
body.mobile .wallet_Wrapper .cards_wrapper .card > .right_area > h1 {
  color: #f3fbf4;
}
body.mobile .wallet_Wrapper .cards_wrapper .card > .right_area > p {
  color: #919491;
}
body.mobile .apexcharts-gridline {
  stroke: rgb(68, 75, 85);
}
#SvgjsG4982 line {
  stroke: rgb(68, 75, 85);
}
@media screen and (max-width: 1150px) {
  main .content_area .top_cards_area {
    grid-template-columns: 1fr 1fr;
  }
  .charts_area > *:first-child {
    grid-column: span 1;
  }
  .charts_area {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 730px) {
  main .content_area .top_cards_area {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .charts_area .charts_wrapper .top_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .charts_area .charts_wrapper .top_area > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .status_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .status_area > * + * {
    margin-left: 0rem;
    margin-top: 1rem;
  }
  main .content_area .top_card > h1 {
    font-size: 16px;
  }
  main .content_area .top_card .bottom_area > .state > h1 {
    font-size: 18px;
  }
  main .content_area .top_card .state p {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  #line-chart {
    width: 250px !important;
    height: 250px !important;
  }
  .wallet_Wrapper .cards_wrapper > * {
    flex-direction: column;
  }
  .wallet_Wrapper .cards_wrapper .card > .right_area > p {
    text-align: left;
  }
}
