@import url('cards.css');

#graficoContainer {
  margin-top: 20px;
  background: #111;
  border: 1px solid #fdd835;
  border-radius: 10px;
  padding: 16px;
}

#scatterChart {
  width: 100%;
  min-height: 520px;
}

#dataSelect,
#atividadeSelect,
#searchMetricas,
#metricX,
#metricY,
#metricSize,
#searchJogadores {
  width: 100%;
  margin-bottom: 16px;
  padding: 6px;
  font-size: 14px;
  background: #222;
  color: #fffde7;
  border: 1px solid #fdd835;
  border-radius: 4px;
}

#jogadorCheckboxes {
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 8px;
}

#jogadorCheckboxes label {
  display: block;
  margin: 4px 0;
}

#scatterStatus {
  margin-top: 12px;
  font-size: 13px;
  color: #fffde7;
}

#scatterStatus.erro {
  color: #ff8a80;
}
