   table tr:nth-child(even){
        background-color: white;
    }
    table tr:nth-child(odd){
        background-color: rgba(59, 175, 42, 0.10);
    }
    table thead tr{
        background-color: white !important;
    }