viewof search = Inputs.search(dataGrado, {
style: {
backgroundColor: "#01f3b3",
border: "2px solid #01f3b3",
color: "white",
padding: "8px",
borderRadius: "20px",
transition: "background-color 0.3s, border-color 0.3s, color 0.3s"
},
placeholder: "Buscar..."
});