.sidebar {
    z-index: 100;
    background-color: var(--bs-secondary-bg);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#sidebar-org {
    width: 100%;
    height: 68px;
}

.sidebar .nav-item:hover .sidebar .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.075);
}


.blocker {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(120, 120, 120, 0.7);
    z-index: 1090;
}

.org-select {
    padding: 20px;
    margin: 0 auto;
    top: 30%;
}


.sprung {
    visibility: hidden;
    height: 0 !important;
    position: absolute;
    margin: -58px;
}
#sidebarMenu_mobile{
    position:fixed;
    top: 65px;
}
.table-fixed {
    overflow-x: hidden;
    min-width: 1000px;
}