
/* ===== Segmented control das visoes (mesmo padrao das sub-abas de Motivos) ===== */
.calls-views[data-v-9942b099] {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2px;
  padding: 4px;
  margin-bottom: 16px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.calls-views__item[data-v-9942b099] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px;
  border: none;
  background: transparent;
  border-radius: 9px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
.calls-views__item[data-v-9942b099]:hover {
  color: #374151;
}
.calls-views__item--active[data-v-9942b099] {
  background: #ffffff;
  color: #111827;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}
@media (max-width: 720px) {
.calls-views[data-v-9942b099] {
    display: grid;
    grid-auto-flow: row;
    width: 100%;
}
}

/* ===== Filtros rapidos (dentro do ReportFilterBar) ===== */
/* O ComboBox tem min-width proprio; aqui ele acompanha a barra. */
.reports-calls[data-v-9942b099] .filter-bar .combo-box {
  min-width: 190px;
}
.filter-field[data-v-9942b099] {
  display: flex;
  min-width: 0;
}

/* Badge de contagem no botao "Mais filtros". */
.filter-btn-badge[data-v-9942b099] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 6px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: rgba(15, 23, 42, 0.14);
  color: inherit;
  border-radius: 9px;
}

/* ===== Graficos ===== */
.chart-card-block[data-v-9942b099] {
  margin-bottom: 16px;
}
.chart-slot[data-v-9942b099] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.chart-slot--bars[data-v-9942b099] {
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}

/* O ECharts precisa de altura resolvida no container pra medir o canvas. */
.chart-slot--area[data-v-9942b099] {
  display: block;
  height: 260px;
}
.chart-slot--area[data-v-9942b099] .report-area-chart-wrapper {
  width: 100%;
  height: 100%;
}
.chart-legend[data-v-9942b099] {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}
.chart-legend__item[data-v-9942b099] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}
.chart-legend__item i[data-v-9942b099] {
  width: 9px;
  height: 9px;
  border-radius: 3px;
}
.chart-note[data-v-9942b099] {
  margin: 12px 0 0;
  font-size: 11.5px;
  color: #94a3b8;
  line-height: 1.4;
}

/* Vazio DENTRO do card do grafico: o card continua na tela (a estrutura do
   relatorio nao some quando o recorte nao tem chamada). */
.chart-empty[data-v-9942b099] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 160px;
  padding: 16px;
  text-align: center;
  color: #cbd5e1;
}
.chart-empty span[data-v-9942b099] {
  font-size: 12.5px;
  color: #94a3b8;
  max-width: 220px;
  line-height: 1.4;
}

/* ===== Rodape de tabela com contador + paginacao ===== */
.table-footer[data-v-9942b099] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.table-footer__count[data-v-9942b099] {
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}

/* Sem paginacao visivel (uma pagina so), o contador fica sozinho a esquerda. */
.table-footer[data-v-9942b099] nav {
  margin-left: auto;
  margin-right: auto;
}

/* ===== Sheet de filtros avancados ===== */
.adv-filters[data-v-9942b099] {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.adv-filters__field[data-v-9942b099] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.adv-filters__label[data-v-9942b099] {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
}
.adv-filters__hint[data-v-9942b099] {
  margin: -2px 0 4px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}
