.cursor-pointer {
  cursor: pointer !important;
}

/* Cor azul FPFA para cards de estatísticas do atleta */
#lista-estatisticas-campeonato li.primary {
  background: #1e3a8a !important;
  color: #fff;
}

/* Cores do time do atleta - aplicadas dinamicamente via JavaScript */
/* Removido CSS fixo para permitir aplicação dinâmica das cores */

/* Cor verde FPFA para a aba ativa no perfil do atleta */
html body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs li.nav-item.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.nav-item.active .nav-link {
  border-top-color: #10b981 !important;
  border-bottom-color: #10b981 !important;
  border-color: #10b981 !important;
}

html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.nav-item.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs li.nav-item.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.nav-item.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.nav-item.active .nav-link:focus {
  border-top-color: #10b981 !important;
  border-bottom-color: #10b981 !important;
  border-color: #10b981 !important;
}
/* Remover círculo cinza padrão do top stats para usar medalhas e bolinhas customizadas */
#top-stats-container .simple-bullet-list li::before {
  display: none !important;
}

#top-stats-container .simple-bullet-list li.no-bullet::before {
  content: none !important;
  display: none !important;
}