.ReportSelection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    &-report-type {
        flex-grow: 2;
        padding-right: 8px;
    }

    .FormField-label {
        padding-top: 7px;
    }

    &-territory {
        flex-grow: 1;
        padding-right: 4px;
    }

    &-spacer {
        flex-grow: 2.4;
    }

    &-coop-data {
        flex-grow: 1;
        padding-left: 15px;
        padding-top: 35px;
    }

    /* stylelint-disable */
    &-coop-data.checkbox input {
        height: 16px;
        position: relative;
        top: 1px;
        width: 16px;
    }
    &-coop-data.checkbox label {
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 400;
        text-transform: initial;
    }
    /* stylelint-enable */

    &-presets {
        margin-top: 7px;
    }
}
