
.page-layout-adaptive {
    height: var(--vh-adaptive);
    max-height: var(--vh-adaptive);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}



.table-container-adaptive {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
    direction:rtl;
}

