.sticky-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px !important;
    z-index: 998 !important;
}

.sticky-save-buttons-top {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 64px !important;
    z-index: 997 !important;
}


