.chart-wrapper.short[data-v-d824315d] {
  height: 40px;
  overflow: hidden;
}
.chart[data-v-d824315d] {
  display: flex;
  flex-direction: column;
}
.chart.short[data-v-d824315d] {
  height: 40px;
}
.chart .canvas[data-v-d824315d] {
  flex: 1;
  min-height: 0;
}
.chart-footer[data-v-d824315d] {
  display: flex;
  justify-content: center;
  padding-top: var(--ks-spacing-2);
}
.expand-toggle[data-v-d824315d] {
  display: inline-flex;
  align-items: center;
  gap: var(--ks-spacing-1);
  font-weight: var(--ks-font-weight-regular);
  color: var(--ks-text-secondary);
}
.empty[data-v-d824315d] {
  min-height: 200px;
}.kpi[data-v-18d179aa] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  text-align: left;
}
.kpi .title[data-v-18d179aa] {
  padding-bottom: var(--ks-spacing-2);
  font-size: var(--ks-font-size-xs);
  font-weight: var(--ks-font-weight-regular);
}
.kpi .value[data-v-18d179aa] {
  margin: 0;
  font-size: var(--ks-font-size-2xl);
  font-weight: var(--ks-font-weight-semibold);
}
.kpi .percent[data-v-18d179aa] {
  font-size: var(--ks-font-size-md);
  font-weight: var(--ks-font-weight-bold);
  color: var(--ks-text-muted);
}
.kpi .progress[data-v-18d179aa] {
  width: 100%;
  margin-top: var(--ks-spacing-3);
}
.kpi .progress[data-v-18d179aa] .kel-progress-bar__outer {
  background-color: var(--ks-bg-base);
}
.kpi .description[data-v-18d179aa] {
  font-size: var(--ks-font-size-xs);
  font-weight: var(--ks-font-weight-regular);
  color: var(--ks-text-secondary);
}.pie[data-v-b8923164] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.empty[data-v-b8923164] {
  min-height: 200px;
}
.chart[data-v-b8923164] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 231px;
  margin-top: -2rem;
  container-type: inline-size;
}
.pie-center-label[data-v-b8923164] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 1;
  max-width: min(52%, 7rem);
  text-align: center;
  line-height: 1.2;
}
.pie-center-label__total[data-v-b8923164] {
  font-size: var(--ks-font-size-3xl);
  color: var(--ks-text-primary);
  font-weight: 700;
  white-space: nowrap;
}
.pie-center-label__success[data-v-b8923164] {
  font-size: var(--ks-font-size-2xs);
  color: var(--ks-text-success);
}.quick-filters[data-v-c316bcf9] {
  display: flex;
  align-items: center;
  min-height: var(--ks-spacing-6);
  overflow-x: auto;
  scrollbar-width: none;
}
.quick-filters[data-v-c316bcf9]::-webkit-scrollbar {
  display: none;
}
.quick-filter-tab[data-v-c316bcf9] {
  display: inline-flex;
  align-items: center;
  padding: var(--ks-spacing-2) var(--ks-spacing-3);
  font-size: var(--ks-font-size-xs);
  font-weight: var(--ks-font-weight-regular);
  color: var(--ks-text-secondary);
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: color var(--ks-duration-fast);
}
.quick-filter-tab[data-v-c316bcf9]:hover, .quick-filter-tab.active[data-v-c316bcf9] {
  color: var(--tab-color);
}
.tab-indicator[data-v-c316bcf9] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--ks-border-width-base);
  background: var(--tab-color);
  border-radius: var(--ks-radius-xs) var(--ks-radius-xs) 0 0;
}
.link[data-v-cfac5be4] {
    color: var(--ks-text-primary);
    font-size: var(--ks-font-size-sm);
}
.link.colored[data-v-cfac5be4] {
    color: var(--ks-text-link);
}

.link[data-v-7515428e] {
    color: var(--ks-text-primary);
    font-size: var(--ks-font-size-sm);
}
.table-root[data-v-ec9f5c83] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.table-motion[data-v-ec9f5c83] {
  flex: 1;
  min-height: 0;
}
.empty[data-v-ec9f5c83] {
  min-height: 200px;
}
[data-v-ec9f5c83] .ks-data-table-content {
  border-top: 1px solid var(--ks-border-default);
  border-bottom: 1px solid var(--ks-border-default);
  padding: var(--ks-spacing-2) 0;
}
[data-v-ec9f5c83] .kel-pagination {
  margin-bottom: 0 !important;
  flex-wrap: wrap;
  row-gap: var(--ks-spacing-2);
}.dashboard-sections-container[data-v-d2c082e7] {
  container-type: inline-size;
}
section#charts[data-v-d2c082e7] {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@container (min-width: 375px) {
section#charts[data-v-d2c082e7] {
    grid-template-columns: repeat(6, 1fr);
}
}
@container (min-width: 768px) {
section#charts[data-v-d2c082e7] {
    grid-template-columns: repeat(12, 1fr);
}
}
section#charts.padding[data-v-d2c082e7] {
  padding: 0 2rem 1rem;
}
section#charts .dashboard-block > div[data-v-d2c082e7] {
  height: 100%;
  padding: 1.25rem;
  background: var(--ks-bg-surface);
  border: 1px solid var(--ks-border-default);
  border-radius: var(--ks-radius-base);
  box-shadow: 0px 2px 4px 0px var(--ks-shadow-element);
}
section#charts .dashboard-block > div.is-kpi[data-v-d2c082e7] {
  position: relative;
}
section#charts .dashboard-block > div.is-kpi #charts_buttons[data-v-d2c082e7] {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
section#charts .dashboard-block #charts_buttons[data-v-d2c082e7] {
  opacity: 0;
  transition: opacity 0.2s ease;
}
section#charts .dashboard-block:hover #charts_buttons[data-v-d2c082e7] {
  opacity: 1;
}
section#charts .dashboard-block #charts_heading span[data-v-d2c082e7] {
  color: var(--ks-text-primary);
  font-size: var(--ks-font-size-md);
}
section#charts .dashboard-block #charts_heading small[data-v-d2c082e7] {
  color: var(--ks-text-secondary);
  font-size: var(--ks-font-size-xs);
}
section#charts .dash-width-1[data-v-d2c082e7] {
  grid-column: span 1;
}
section#charts .dash-width-2[data-v-d2c082e7] {
  grid-column: span 2;
}
section#charts .dash-width-3[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-4[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-5[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-6[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-7[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-8[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-9[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-10[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-11[data-v-d2c082e7] {
  grid-column: span 3;
}
section#charts .dash-width-12[data-v-d2c082e7] {
  grid-column: span 3;
}
@container (min-width: 375px) {
section#charts .dash-width-4[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-5[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-6[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-7[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-8[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-9[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-10[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-11[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-12[data-v-d2c082e7] {
    grid-column: span 6;
}
}
@container (min-width: 768px) {
section#charts .dash-width-4[data-v-d2c082e7] {
    grid-column: span 4;
}
section#charts .dash-width-5[data-v-d2c082e7] {
    grid-column: span 5;
}
section#charts .dash-width-6[data-v-d2c082e7] {
    grid-column: span 6;
}
section#charts .dash-width-7[data-v-d2c082e7] {
    grid-column: span 7;
}
section#charts .dash-width-8[data-v-d2c082e7] {
    grid-column: span 8;
}
section#charts .dash-width-9[data-v-d2c082e7] {
    grid-column: span 9;
}
section#charts .dash-width-10[data-v-d2c082e7] {
    grid-column: span 10;
}
section#charts .dash-width-11[data-v-d2c082e7] {
    grid-column: span 11;
}
section#charts .dash-width-12[data-v-d2c082e7] {
    grid-column: span 12;
}
}