.EntityBulkEditProcessingStatus {
    &-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    &-loading {
        display: flex;
        justify-content: center;
    }

    &-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.EntityBulkEditFileInfo {
    &-table {
        margin-top: 20px;
    }

    &-actions {
        margin-top: 20px;
    }
}
