:global {
    .ag-theme-alpine {
        .ag-full-width-row {
            &.ag-row-last {
                height: 60px !important;
                font-weight: 400;
            }

            .ag-react-container {
                height: 100%;
            }
        }
    }
}

.infinite-scroll-table {
    position: relative;
}

.error-banner {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
