

/* ============New Code Start Date 12/05/2022 ============== */
.jiffy_checksum_table {
        border-radius: 8px;
    box-shadow: 0px 0px 5px 0px #969696;
    padding: 5px;
    
  
}



/* Scrollbar Styling */
.jiffy_checksum_table tbody::-webkit-scrollbar {

    width: 18px;

}
 
.jiffy_checksum_table tbody::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jiffy_checksum_table tbody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d3d3d3; 
}

.jiffy_checksum_table tbody{
  display: block;
 max-height: 400px;
  overflow-y: scroll;
}



.jiffy_checksum_table thead, .jiffy_checksum_table tbody tr{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.jiffy_checksum_table thead{
  width: calc(100% - 1.1em);
}
.jiffy_checksum_table thead{
  position: relative;
}


.jiffy_checksum_table .table-bordered {
    border: 0px solid #ddd;
    margin: 0px;
}
.checksum_heading {
    margin-top: 39px;
    width: 70%;
}

.checksum_heading ul li {
    padding: 3px 0px;
    color: #1b1b1b;
    font-size: .875rem;
}

.checksum_heading p {
    color: #1b1b1b;
    font-size: .875rem;
    line-height: 22px;
}
.checksum_heading h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.jiffy_checksum_table .table-bordered thead {
    background: #fafafa;
}

.jiffy_checksum_table .table-bordered thead tr th {
    border-right: 1px solid #ddd !important;
    border: 0px solid #ddd;
    padding: 15px 15px;
}

.jiffy_checksum_table .table-bordered tbody tr td {
    border-right: 1px solid #ddd !important;
    border: 0px solid #ddd;
    padding: 15px 15px;
}

/* ============New Code Start Date 12/05/2022 ============== */



@media(max-width:768.9px){

.checksum_heading {
        margin-top: 39px;
        width: 100%;
    }
}
@media(max-width:555.9px){
    .jiffy_checksum_table thead, .jiffy_checksum_table tbody tr{
        display: table;
        table-layout: fixed;
        width: 100%;
      }
      .jiffy_checksum_table thead{
        width: inherit;
      }
      .jiffy_checksum_table thead{
        position: inherit;
      }


  
    .jiffy_checksum_table tbody {
        display: inherit;
        max-height: initial;
        overflow-y: inherit;
    }

    .jiffy_checksum_table tbody::-webkit-scrollbar {
        width: -1px;
    }
     
    .jiffy_checksum_table tbody::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: none;
        border-radius: none;
    }
    
    .jiffy_checksum_table tbody::-webkit-scrollbar-thumb {
        -webkit-border-radius: none;
        border-radius: none;
        background: #d3d3d3; 
    }

    .jiffy_checksum_table .table-bordered tbody tr td:last-child{
        border-right: 0px solid #ddd !important;
        border: 0px solid #ddd;
        padding: 15px 15px;
    }

}





