.sticky-header-table tr {
    box-shadow: inset 0 1px 0 #c4c4c4, inset 0 -1px 0 #c4c4c4;
    border-top : 0;
    border-bottom : 0;
}

.table-editable .sticky-header-table tr {
   /* box-shadow: #c4c4c4 0px -0.031rem 0.031rem 0.031rem, inset 0 -1px 0 #c4c4c4;*/
    border-top : 0;
    border-bottom : 0;
}

.table-editable .sticky-bottom-table{
    box-shadow: #c4c4c4 0px -1px 0px 0.031rem, inset 0 -1px 0 #c4c4c4;
    top: 0;
    bottom: 0;
    position: sticky;
    background-color: var(--white);
}

.align-items-center{
    align-items: center;
}

.top-100px{
    top:100px
}

.float-right{
    float: right;
}

.top-25{
    top:25%
}