.ServerSideScroll {

    &-footer {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        height: rem;
        justify-content: center;
        padding: 1rem;

        .Loading {
            margin-top: 0;
        }

        .Loading-spinner {
            height: 50px;
            width: 50px;
        }
    }

    .Analytics-2D-insights-table {

        thead th {
            position: sticky;
            top: 0;
            background-color: var(--white);
        }
    }
}
