.stickyNavbar {
    background-color: white;
    position: sticky;
    top: 0px; /* Navbar Offset */
    width : 100%;
    z-index: 1000 
}

.stickyHeader {
    background-color: white;
    position: sticky;
    top: 40px; /* Navbar Offset */
    width : 100%;
}

.relative-sticky {
    background-color: white;
    position: relative;
    top: 40px; /* Navbar Offset */
    width: 100%;
}
