﻿.table-container {
    display: flex;
    flex-direction: column;
}

.table-scroll {
    overflow-y: auto;
    flex: 1;
}

.sticky-pagination {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
