.product-table {
    .dt-layout-cell 
    {
        padding:15px;
            .dt-search {
            display: flex;
            align-items: center;
            gap: .5em;
            font-size: 1em;
            padding: 20px;
      }
    input {
        border-radius: 5px;
        border: 1px solid #aaa;
    }

    table.dataTable
    {
        th.dt-type-numeric{
            div.dt-column-header
            {
                flex-direction: row;
            }
                             
        }
        th,td.dt-type-numeric {
            text-align: left;
        }
        td{
            a:not(.btn):not(.nav-button-link)
            {
                text-decoration: underline !important;
            }
        }
    }
}

