.sticky-header {
    position: fixed;
    overflow: hidden;
    z-index: 1;
 top:55px !important;
}

.sticky-header table {
    background-color: #fff;
}

.sticky-table-for-shifting {
    position: absolute;
    left: 0;
    top: 0;
}

.hidden {
    display: none !important;
}
