.np-report-thumbnail[data-v-0da1e0d8] {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.comparison-wrapper[data-v-0da1e0d8] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 6%;
  padding: 4%;
}
.comparison-row[data-v-0da1e0d8] {
  display: flex;
  flex: 1;
}
.comparison-row .comparison-left[data-v-0da1e0d8] {
  height: 100%;
  background-color: var(--ion-color-danger);
}
.comparison-row .comparison-right[data-v-0da1e0d8] {
  height: 100%;
  background-color: var(--ion-color-success);
}
.trend-line[data-v-0da1e0d8] {
  height: 6px;
  background-color: var(--ion-color-warning);
}
.data-wall-container[data-v-0da1e0d8] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 4%;
  padding: 4%;
}
.data-wall-row[data-v-0da1e0d8] {
  display: flex;
  flex: 1;
  gap: 4%;
}
.data-wall-cell[data-v-0da1e0d8] {
  flex: 1;
  border-radius: 2px;
}
.bar-container[data-v-0da1e0d8] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
  gap: 2px;
  padding: 4px 4px;
}
.bar-container .bar-item[data-v-0da1e0d8] {
  display: inline-block;
  flex: 1 1 0;
  background-color: var(--ion-color-primary);
}
.cc-layout[data-v-0da1e0d8] {
  display: flex;
  width: 92%;
  height: 90%;
  gap: 8%;
  align-items: center;
  justify-content: center;
}
.cc-group[data-v-0da1e0d8] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6%;
  height: 90%;
}
.cc-users[data-v-0da1e0d8] {
  display: flex;
  gap: 2px;
  justify-content: center;
  flex-shrink: 0;
}
.cc-user[data-v-0da1e0d8] {
  width: 18px;
  height: 18px;
  color: var(--ion-color-medium);
  opacity: 0.5;
}
.cc-arrow[data-v-0da1e0d8] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.cc-arrow-up[data-v-0da1e0d8] {
  color: var(--ion-color-success);
}
.cc-arrow-down[data-v-0da1e0d8] {
  color: var(--ion-color-danger);
}
.cc-bar-stack[data-v-0da1e0d8] {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  flex: 1;
  justify-content: center;
}
.cc-bar[data-v-0da1e0d8] {
  height: 4px;
  border-radius: 2px;
  opacity: 0.35;
}