
@media only screen and (max-width: 1024px) {
   .submitClaim, #tblRedemptionSummeryReport, #tblRecentlySubmittedClaims{
    overflow: hidden;
    overflow-x: scroll;
    
   }
   .submitClaim .d-flex div, #tblRedemption tr th, #tblRedemption tr td, #tblRedemptionSummeryReport tr th,
   #tblRedemptionSummeryReport tr td{
    width: fit-content;
    min-width: 175px;
    padding: 0px 10px;
   }
    
}

@media only screen and (max-width: 768px) {
    .tabletColumnLeft{
        flex-direction: column;
        justify-content: left !important;
        align-items: baseline !important;
        gap: 10px;
    }
    .tabletColumnLeft select{
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    p, li, a, body {
        font-size: 14px;
        line-height: 21px;
    }
    .mobileColumnLeft{
        flex-direction: column;
        justify-content: left !important;
        align-items: baseline !important;
        gap: 10px;
    }
    .mobileColumnLeft select{
        max-width: 100% !important;
    }
    .mobileFullWidth{
        width: 100%;
        max-width: 100%;
    }
    #tblRedemptionSummeryReport_wrapper label{
        display: block;
    }
    #year{
        margin-bottom: 15px;
    }
    .dataTables_length, #tblContracts_filter{
        text-align: left !important;
    }
    table.dataTable>tbody>tr.child ul.dtr-details{
        display: block;
    }
}