/* ../../../../../tmp/tmp-915441-sDIaWyVlIFjr/autohaina/autohaina/public/scss/autohaina-web.bundle.css */
.navbar-navs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    flex-basis: auto;
  }
}
@media screen and (max-width: 768px) {
  .account-info {
    padding: 1rem;
  }
  .sidebar_items {
    display: flex !important;
    row-gap: 0;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: wrap;
  }
  .navbar .navbar-nav .nav-item {
    height: 2rem;
  }
  [data-doctype="Web Form"] .page-content-wrapper .container .page_content .web-list-container {
    padding: 1rem;
  }
  [data-doctype="Web Form"] .page-content-wrapper .container .page_content {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-light .navbar-toggler {
    border: none;
    padding: 5px;
  }
  .navbar-light .navbar-toggler:focus {
    outline: none;
    background-color: whitesmoke;
  }
}
#analysis-report-dashboard {
  --analysis-ink: #17212b;
  --analysis-muted: #65707b;
  --analysis-paper: #f5f7f8;
  --analysis-line: #d9e0e3;
  --analysis-accent: #0f766e;
  --analysis-accent-ink: #075952;
  --analysis-alert: #b54708;
  color: var(--analysis-ink);
  background: var(--analysis-paper);
  min-height: 70vh;
  padding: 28px clamp(16px, 3vw, 44px) 48px;
  font-family:
    "Noto Sans SC",
    "Microsoft YaHei",
    sans-serif;
}
#analysis-report-dashboard .analysis-report-header {
  align-items: flex-end;
  border-bottom: 2px solid var(--analysis-ink);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 24px;
  max-width: 1500px;
  padding-bottom: 18px;
}
#analysis-report-dashboard .analysis-report-eyebrow {
  color: var(--analysis-accent-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 6px;
}
#analysis-report-dashboard h1,
#analysis-report-dashboard h2,
#analysis-report-dashboard h3,
#analysis-report-dashboard p {
  letter-spacing: 0;
}
#analysis-report-dashboard h1 {
  font-family:
    "Noto Serif SC",
    "Songti SC",
    serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
#analysis-report-dashboard .analysis-report-period {
  color: var(--analysis-muted);
  font-size: 13px;
  margin: 8px 0 0;
}
#analysis-report-dashboard .analysis-report-range-control {
  border: 1px solid var(--analysis-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  min-height: 38px;
}
#analysis-report-dashboard .analysis-report-range-control button {
  background: #fff;
  border: 0;
  border-left: 1px solid var(--analysis-line);
  color: var(--analysis-muted);
  cursor: pointer;
  font-size: 13px;
  padding: 0 14px;
}
#analysis-report-dashboard .analysis-report-range-control button:first-child {
  border-left: 0;
}
#analysis-report-dashboard .analysis-report-range-control button:hover,
#analysis-report-dashboard .analysis-report-range-control button:focus-visible {
  background: #e7f2ef;
  color: var(--analysis-accent-ink);
  outline: 0;
}
#analysis-report-dashboard .analysis-report-range-control button.is-active {
  background: var(--analysis-accent);
  color: #fff;
}
#analysis-report-dashboard .analysis-report-kpis {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 auto 24px;
  max-width: 1500px;
  overflow: hidden;
}
#analysis-report-dashboard .analysis-report-kpi {
  background: #fff;
  border-top: 3px solid var(--analysis-accent);
  min-height: 132px;
  padding: 15px 16px;
}
#analysis-report-dashboard .analysis-report-kpi p,
#analysis-report-dashboard .analysis-report-kpi span {
  color: var(--analysis-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}
#analysis-report-dashboard .analysis-report-kpi strong {
  color: var(--analysis-ink);
  display: block;
  font-family:
    "Noto Serif SC",
    "Songti SC",
    serif;
  font-size: 21px;
  line-height: 1.25;
  margin: 13px 0 8px;
  overflow-wrap: anywhere;
}
#analysis-report-dashboard .analysis-report-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
}
#analysis-report-dashboard .analysis-report-panel {
  background: #fff;
  border: 1px solid var(--analysis-line);
  border-radius: 4px;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
}
#analysis-report-dashboard .analysis-report-panel h2 {
  border-bottom: 1px solid var(--analysis-line);
  font-family:
    "Noto Serif SC",
    "Songti SC",
    serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 16px;
  padding-bottom: 12px;
}
#analysis-report-dashboard .analysis-report-panel h3 {
  color: var(--analysis-muted);
  font-size: 12px;
  font-weight: 700;
  margin: 18px 0 8px;
}
#analysis-report-dashboard .analysis-report-chart {
  min-height: 280px;
  overflow: hidden;
}
#analysis-report-dashboard .analysis-report-mini-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}
#analysis-report-dashboard .analysis-report-mini-metrics div {
  background: #edf4f2;
  border-left: 3px solid var(--analysis-accent);
  min-height: 72px;
  padding: 10px 12px;
}
#analysis-report-dashboard .analysis-report-mini-metrics span,
#analysis-report-dashboard .analysis-report-mini-metrics strong {
  display: block;
}
#analysis-report-dashboard .analysis-report-mini-metrics span {
  color: var(--analysis-muted);
  font-size: 12px;
}
#analysis-report-dashboard .analysis-report-mini-metrics strong {
  font-size: 18px;
  margin-top: 7px;
}
#analysis-report-dashboard .analysis-report-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
#analysis-report-dashboard table {
  border-collapse: collapse;
  font-size: 12px;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
}
#analysis-report-dashboard table th,
#analysis-report-dashboard table td {
  border-bottom: 1px solid #e7ebed;
  padding: 9px 10px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
#analysis-report-dashboard table th {
  background: #f7f9f9;
  color: var(--analysis-muted);
  font-size: 11px;
  font-weight: 700;
}
#analysis-report-dashboard table td:not(:first-child) {
  font-variant-numeric: tabular-nums;
}
#analysis-report-dashboard .analysis-report-alerts {
  list-style: none;
  margin: 0;
  padding: 0;
}
#analysis-report-dashboard .analysis-report-alerts li {
  align-items: center;
  background: #fff8eb;
  border-left: 3px solid var(--analysis-alert);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 8px;
  min-height: 45px;
  padding: 9px 11px;
}
#analysis-report-dashboard .analysis-report-alerts strong {
  color: var(--analysis-alert);
  font-size: 18px;
}
#analysis-report-dashboard .analysis-report-empty,
#analysis-report-dashboard .analysis-report-access-state {
  align-items: center;
  background: #fff;
  border: 1px dashed var(--analysis-line);
  color: var(--analysis-muted);
  display: flex;
  font-size: 13px;
  justify-content: center;
  min-height: 118px;
  padding: 18px;
  text-align: center;
}
#analysis-report-dashboard .analysis-report-empty.is-clear {
  background: #edf7f3;
  border-color: #b7d9cf;
  color: var(--analysis-accent-ink);
}
#analysis-report-dashboard .analysis-report-access-state {
  flex-direction: column;
  gap: 14px;
}
#analysis-report-dashboard .analysis-report-access-state.is-error {
  color: #a52a2a;
}
#analysis-report-dashboard .analysis-report-access-state button {
  background: var(--analysis-accent);
  border: 1px solid var(--analysis-accent);
  color: #fff;
  cursor: pointer;
  min-height: 34px;
  padding: 0 16px;
}
@media screen and (max-width: 1180px) {
  #analysis-report-dashboard .analysis-report-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 760px) {
  #analysis-report-dashboard {
    padding: 18px 12px 32px;
  }
  #analysis-report-dashboard .analysis-report-header {
    align-items: stretch;
    flex-direction: column;
  }
  #analysis-report-dashboard h1 {
    font-size: 26px;
  }
  #analysis-report-dashboard .analysis-report-range-control {
    width: 100%;
  }
  #analysis-report-dashboard .analysis-report-range-control button {
    font-size: 12px;
    padding: 0 4px;
  }
  #analysis-report-dashboard .analysis-report-kpis,
  #analysis-report-dashboard .analysis-report-grid {
    grid-template-columns: 1fr;
  }
  #analysis-report-dashboard .analysis-report-kpi {
    min-height: 110px;
  }
  #analysis-report-dashboard .analysis-report-panel {
    padding: 14px;
  }
  #analysis-report-dashboard .analysis-report-chart {
    min-height: 240px;
  }
}
/*# sourceMappingURL=autohaina-web.bundle.2SHCXRRV.css.map */
