.IndexPage {
    background-color: var(--white);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    min-height: 700px;
    padding: 25px;

    &-checkbox-label {
        margin-left: 6px;
        margin-top: 1px;
    }

    &-collaborators-heading-container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        margin-top: 24px;
    }

    &-collaborators-heading {
        margin-bottom: 0;
    }

    &-button-group {
        color: var(--gray-600);
        display: flex;
        flex-direction: row;
        font-weight: 500;
        text-transform: uppercase;

        & > * {
            margin-left: 16px;
        }
    }

    &-generate-report-button-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    &-header {
        display: flex;
    }

    &-collaborators-heading {
        margin-right: auto;
    }
}
