nav.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
toolbar.topbar_toolbar {
    background-color: var(--topbar) !important;
    color: var(--topbar-txt) !important;
    min-height: 48px;
}
