.home-page[data-v-5954443c] {
  height: calc(100% - 10px) !important;
  margin: 10px 20px 0 20px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
.white_bg[data-v-5954443c] {
  background: #ffffff;
}
.home-mid[data-v-5954443c] {
  margin-bottom: 20px;
}

/* Base Card Style */
[data-v-5954443c] .box-card {
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  background-color: #ffffff;
}
[data-v-5954443c] .box-card .el-card__body {
  padding: 20px 24px;
}

/* Layout for both top and bottom Grid */
.top-cards-grid[data-v-5954443c] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.bottom-cards-grid[data-v-5954443c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

/* Card Content Flex */
.card-content-wrap[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-content-wrap.month-wrap[data-v-5954443c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Dynamic Icon Wrapper */
.icon-box[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon-box img[data-v-5954443c] {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Dynamic Content */
.data-box[data-v-5954443c],
.m-left[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.data-box h1[data-v-5954443c],
.m-left h1[data-v-5954443c] {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "DIN Alternate", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.data-box h1 .unit[data-v-5954443c],
.m-left h1 .unit[data-v-5954443c] {
  font-weight: normal;
  font-size: 14px;
  color: #1a1a1a;
  margin-right: 4px;
}
.data-box .card-item[data-v-5954443c],
.m-left .card-item[data-v-5954443c] {
  font-size: 13px;
  color: #8c8c8c;
  margin-top: 4px;
}

/* Reverse Order for month list */
.month-wrap .m-left .card-item[data-v-5954443c] {
  margin-top: 0;
  margin-bottom: 4px;
}
.month-wrap .m-right[data-v-5954443c] {
  margin: 0;
}
.month-wrap .m-right .icon-box[data-v-5954443c] {
  margin-right: 0;
}

/* Monthly Stats Header Segment */
.month-header[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.month-header .vertical-bar[data-v-5954443c] {
  width: 4px;
  height: 16px;
  background-color: #2f70ff;
  border-radius: 2px;
  margin-right: 8px;
}
.month-header .title-text[data-v-5954443c] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.month-header[data-v-5954443c] {
  /* Date Picker pretending to be plain text */
}
.month-header .m-search[data-v-5954443c] {
  margin-left: 10px;
  width: 120px;
}
.month-header[data-v-5954443c] .invisible-date-picker .el-input__inner {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  color: #8c8c8c !important;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.month-header[data-v-5954443c] .invisible-date-picker .el-input__inner:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.month-header[data-v-5954443c] .invisible-date-picker .el-input__prefix,
.month-header[data-v-5954443c] .invisible-date-picker .el-input__suffix {
  display: none;
}

/* E-chart Wrapper */
.echart-box[data-v-5954443c] {
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  position: relative;
}
.echart-box .chart-header-container[data-v-5954443c] {
  position: relative;
  width: 100%;
}
.echart-box .date-box[data-v-5954443c] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

/* Custom Tabs Segmented Control Navigation */
[data-v-5954443c] .custom-chart-tabs .el-tabs__header {
  margin-bottom: 24px;
  border-bottom: none !important;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__nav-wrap {
  background-color: #f4f5f7;
  border-radius: 6px;
  padding: 2px;
  display: inline-block;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__nav-wrap::after {
  display: none !important;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__nav-scroll {
  overflow: visible;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__active-bar {
  display: none !important;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__item {
  color: #666;
  font-weight: 500;
  font-size: 13px;
  padding: 0 16px !important;
  height: 28px;
  line-height: 28px;
  margin: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none !important;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__item:hover {
  color: #2f70ff;
}
[data-v-5954443c] .custom-chart-tabs .el-tabs__item.is-active {
  color: #2f70ff !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}
.lineECharts[data-v-5954443c] {
  width: 100%;
  height: 380px;
}
