/*=============================
estilos paraHoras semanales dedicadas al 
cuidado infantil por grupo de edad,
comparativa entre hombre y mujeres 
seleccioando entidad
===============================*/

/* Estilo del select */
#genero-select,
#genero-select_label {
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 8px;
  color: #333;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
}

#entidad-select:hover {
  border-color: #888;
}

#entidad-select:focus {
  outline: none;
  border-color: #377eb8;
  box-shadow: 0 0 4px rgba(55, 126, 184, 0.6);
}
#tooltip-grafica {
  max-width: 250px;
  word-wrap: break-word;
  z-index: 9999;
}


/*=================================
  //gráfica comparativa por sexo para las actividades
  =================================*/

#label-entidad-actividades {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  color: #333;
  font-family: "Segoe UI", sans-serif;
}

#entidad-actividades {
  padding: 8px 12px;
  font-size: 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  color: #333;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
}

#entidad-actividades:hover {
  border-color: #888;
}

#entidad-actividades:focus {
  outline: none;
  border-color: #0f6305;
  box-shadow: 0 0 4px rgba(55, 126, 184, 0.6);
}

#label-entidad {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  user-select: none;
}

/*=================================
  //Top 5 Entidades con mayor y menor brecha de horas semanales dedicadas en cuidado de niños (0-14 años)
  =================================*/

/* Estilo del select */
#top-selector_MyMe,
#top-selector_MyMe_label {
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 8px;
  color: #333;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
}
