@media print {
    .no-imprimir {
        display: none;
    }
}

body {
    background-color: rgb(174, 204, 238);
    background: radial-gradient(
        circle,
        rgba(174, 204, 238, 1) 0%,
        rgba(238, 237, 237, 1) 100%
    );
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}


#tabla_de_insumos_filter input[type="search"] {
    font-size: 16px; /* Ajusta el tamaño de fuente según tus necesidades */
    width: 200px;
}
