* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-direction: column;
}

.wc_stat_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
  padding: 35px;
}

.wc_stat_wrap h2 {
  display: flex;
  align-items: center;
  column-gap: 12.5px;
  color: #2ebef2;
  font-size: 37px;
  font-weight: 600;
}

.wc_stat_wrap2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 12.5px;
  color: #2ebea2;
  font-size: 20px;
  font-weight: 600;
}

.stat_group {
  display: flex;
  width: 100%;
  column-gap: 23px;
}

.stat_group > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 72px;
  background: #028ec0;
  border-radius: 25px;
  font-size: 41px;
  font-weight: 600;
  color: #fff;
}

.stat_group > div > span {
  color: #ffb800;
}

.wc_lpr_led_wrap {
  display: flex;
  flex-direction: column;
  background: #2ebef2;
  min-height: 315px;
  padding: 21px 34px;
  align-items: center;
  row-gap: 36px;
}

.lpr_led_group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.lpr_led_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  row-gap: 6.79px;
}

.lpr_led_card > h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.lpr_led_img {
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 250px;
  background: #fff;
}

.lpr_led_img > img {
  width: 100%;
}
.lpr_led_stat {
  width: 100%;
  height: 31px;
  background: #e8e8e8;
  border-radius: 7px;
  transition: background 0.2s ease-out;
}

.lpr_led_stat.availability {
  background: #dbff00;
}
.lpr_led_stat.unavailability {
  background: #d44a26;
}

.total_led_stat {
  font-size: 36px;
  color: #2ebef2;
  font-weight: 600;
  background: #fff;
  padding: 10px 23px;
  border-radius: 15px;
}

.total_led_stat > span {
  color: #fb9600;
}

.wc_control_lpr_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
  padding: 10px 0;
}

.wc_control_lpr_wrap > h2 {
  font-size: 33px;
  font-weight: 600;
  color: #028ec0;
}

.control_lpr_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  column-gap: 25px;
}

.control_lpr_btn {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 141px;
  height: 106px;
  padding: 11px 0;
  background: #028ec0;
  border-radius: 15px;
  row-gap: 5px;
}

.control_lpr_btn > span {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .wc_stat_wrap {
    row-gap: 15px;
    padding: 15px;
    order: -2;
  }

  .wc_stat_wrap h2 {
    font-size: 18px;
  }

  .wc_stat_wrap > h2 > img {
    width: 45px;
  }

  .stat_group {
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 15px;
  }

  .stat_group > div {
    height: auto;
    border-radius: 15px;
    font-size: 16px;
    padding: 5px 15px;
    white-space: nowrap;
  }

  .wc_lpr_led_wrap {
    padding: 35px 0px;
  }

  .lpr_led_group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    justify-content: center;
  }

  .total_led_stat {
    order: -1;
    font-size: 18px;
    text-align: center;
  }

  .lpr_led_card > h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }

  .wc_control_lpr_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
    padding: 25px 0;
    order: -1;
  }

  .wc_control_lpr_wrap > h2 {
    font-size: 24px;
    font-weight: 600;
    color: #028ec0;
  }

  .control_lpr_group {
    row-gap: 15px;
  }
}
