/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.lingxi-dashboard-target-wrap {
  width: 100%;
  background-color: #fff;
}
.lingxi-dashboard-target-header {
  padding: 20px;
  color: #1c242e;
  font-weight: 600;
}
.lingxi-dashboard-target-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 0.5px solid #e9e6e6;
}
.lingxi-dashboard-target-item {
  display: flex;
  padding: 20px 0 20px 40px;
}
.lingxi-dashboard-target-line {
  flex-shrink: 0;
  width: 3px;
  margin-right: 27px;
  background: #00b2ff;
  border-radius: 0 0 0 0;
  opacity: 1;
}
.lingxi-dashboard-target-label {
  color: #1c242e;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.lingxi-dashboard-target-value {
  padding-top: 8px;
  color: #1c242e;
  font-weight: bold;
  line-height: 26px;
}
