.list-widget-container .list-scrollable .list-content {
    max-height: calc(100vh - 240px);
}

.table.data thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.layout-sidenav ul {
    overflow-y: scroll !important;
}

.is-bold {
    font-weight: bold;
}
