/* TenderNex overrides.
   The Hybrix template reserves 30px at the top of the page for the
   top-tagbar (clock/contact/language strip). TenderNex does not use that
   strip, so pin the topbar and sidebar to the top and drop the 30px from
   the content offset, otherwise gaps appear above the header and sidebar. */
#page-topbar {
    top: 0 !important;
}

.navbar-menu {
    top: 0 !important;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-brand-box {
    top: 0 !important;
}

.page-content {
    margin-top: calc(70px) !important;
}
