

.wrapped-header-datatable .slds-table .slds-th__action .slds-truncate{
    max-width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: pre-line;
    /*  uncomment this if you want break the words further */
    /* word-wrap: break-word;*/
/* height:350px; */
}

.wrapped-header-datatable .slds-th__action .slds-th__action-button { display: none; } 
.wrapped-header-datatable .slds-button_icon-bare{ display: none; }
.wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu, .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu:hover{ 
  padding: 1px;
}




.wrapped-header-datatable .slds-table .slds-th__action{
    height: 4rem;
    border-bottom: 1px solid rgb(206 206 206);
    /* position: absolute;
    z-index: -10;
    top:25px; */
}

.wrapped-header-datatable .slds-table .slds-line-height_reset{
    /* height: 2rem; */
    /* padding-bottom: 10px; */
    /* position: absolute; */
    /* z-index: 1;
    top:5px; */
}

/* .slds-table .slds-table_header-fixed .slds-table_bordered .slds-table_edit .slds-table_resizable-cols .attorney-table-custom-rows{
    margin-top: 31px;
} */


.slds-table td {

    position: inherit;
    
    }


    .slds-table th {

        position: inherit;
        
        }


        .wrapped-header-datatable .slds-table_header-fixed_container {

            padding-top: 3.9rem;
            
            }