
/* O ComboBox da Bee tem min-width: 160px; aqui ele precisa ocupar a coluna toda. */
.reports-calls[data-v-30125562] .combo-box {
  min-width: 0;
  width: 100%;
}
.reports-calls[data-v-30125562] .combo-trigger {
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.625rem;
  border-width: 1.5px;
  padding: 0 0.75rem;
}

/* Alinha o input do DatePicker com os ComboBox: mesma altura/raio e acento azul. */
.reports-calls[data-v-30125562] .dp-input {
  height: 2.5rem;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
}
.reports-calls[data-v-30125562] .dp-input:focus,
.reports-calls[data-v-30125562] .dp-input--open {
  border-color: rgb(37 99 235);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}
.reports-calls[data-v-30125562] .dp-input:hover:not(:disabled) {
  border-color: rgb(148 163 184);
}
.reports-calls[data-v-30125562] .dp-icon-btn:hover:not(:disabled) {
  color: rgb(37 99 235);
  background: rgb(239 246 255);
}
