.ModalSection {
    display: flex;
    flex-wrap: wrap;

    &-header {
        border-bottom: 1px solid #d9d2d0;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
        padding-bottom: 5px;
        width: 100%;
    }

    &-header-checkbox {
        margin-bottom: 0;
        margin-top: 0;
    }

    &-num-selected {
        color: #a8a0a0;
        float: right;
    }

    /* stylelint-disable selector-class-pattern, selector-no-type */

    /* overriding global style */
    .checkbox + .checkbox {
        margin-top: 4px;
    }

    &-checkbox {
        margin-bottom: 3px;
        margin-top: 3px;
        width: 180px;
    }

    &-checkbox.checkbox label {
        font-size: 12px;
    }
    /* stylelint-enable selector-class-pattern, selector-no-type */
}

.ModalSection-sales {
    .FieldSelectionSection-checkbox:nth-child(3) {
        width: 60%;
    }
}

.ModalSection-coop,
.ModalSection-inventory,
.ModalSection-historical,
.ModalSection-sales,
.ModalSection-scanned-sales-view {
    .ModalSection-header {
        margin-top: 25px;
    }
}
