#table-filter input[type=search],#table-filter input[type=text], #table-filter #dateFilter, #table-filter select{
    padding: 10px;
    margin-top: 5px;
    text-align: left;
}

#table-filter button,#table-filter  input, #table-filter optgroup, #table-filter select,#table-filter textarea {
    line-height: 1;
}

#table-filter {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 10px 0px;
}

#table-filter label {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    #table-filter{
        display:flex !important;
        flex-wrap:wrap;
    }
    #table-filter>*{
        flex-grow:1;
        min-width: 100%;
    }
    #table-filter label {
        min-width:100%;
    }
    #draftProductsTable_wrapper{
        overflow-x: scroll;
    }
    #draftProductsTable {
        width: 100%;
    }
}


#draftProductsTable_wrapper .paging_simple_numbers a {
    padding: 0 5px 0 5px;
}
#draftProductsTable_wrapper a.previous {
    padding-left:0;
}