From 37bb01fb138475658178b83df591af352ff6ce55 Mon Sep 17 00:00:00 2001 From: "Joseph T. French" Date: Tue, 8 Sep 2026 01:24:28 -0500 Subject: [PATCH] fix: rebuild the NVDA sample without the label-term collision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sample refreshed in #77 was built on xbrlkit 0.7.2, which bound `label` to `rs:label` — a duplicate key in its canonical context silently shadowing the `rdfs:label` that was already there. It went live with the 06:13Z deploy, so the file the viewer opens to show what a holon *is* has been disagreeing with every platform-written holon about what one of its terms means. Rebuilt on xbrlkit main with that fixed (xbrlkit #37): `label` is `rdfs:label` again and the standard-role label is `standardLabel`, XBRL's own name for it. Only the term changes — same 1,425 elements, 1,219 facts, 382 networks. The viewer itself was never affected: it names concepts by `rs:internalId`, so it rendered correctly throughout. What was wrong is what a third party reading the file as JSON-LD would resolve, which is precisely what a reference sample invites someone to do. Built from the merged fix rather than a published version — a 0.7.3 would make this reproducible from a pin. --- .../samples/0001045810-26-000021.holon.jsonld | 11283 ++++++++-------- 1 file changed, 5642 insertions(+), 5641 deletions(-) diff --git a/public/samples/0001045810-26-000021.holon.jsonld b/public/samples/0001045810-26-000021.holon.jsonld index 9ef20bb..471e71a 100644 --- a/public/samples/0001045810-26-000021.holon.jsonld +++ b/public/samples/0001045810-26-000021.holon.jsonld @@ -244,9 +244,7 @@ "itemType": { "@id": "https://robosystems.ai/vocab/itemType" }, - "label": { - "@id": "https://robosystems.ai/vocab/label" - }, + "label": "rdfs:label", "labelLanguage": { "@id": "https://robosystems.ai/vocab/labelLanguage" }, @@ -524,6 +522,9 @@ "@id": "https://robosystems.ai/vocab/sourceReportId" }, "srt": "http://fasb.org/srt/2025#", + "standardLabel": { + "@id": "https://robosystems.ai/vocab/standardLabel" + }, "start": { "@id": "https://robosystems.ai/vocab/start", "@type": "xsd:date" @@ -3792,15 +3793,15 @@ "elementType": "member", "internalId": "country:IL", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "ISRAEL" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "ISRAEL", "source": "country", + "standardLabel": { + "@language": "en-US", + "@value": "ISRAEL" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -3816,15 +3817,15 @@ "elementType": "member", "internalId": "country:TW", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "TAIWAN" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "TAIWAN", "source": "country", + "standardLabel": { + "@language": "en-US", + "@value": "TAIWAN" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -3840,15 +3841,15 @@ "elementType": "member", "internalId": "country:US", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "UNITED STATES" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "UNITED STATES", "source": "country", + "standardLabel": { + "@language": "en-US", + "@value": "UNITED STATES" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -3864,15 +3865,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskBoardCommitteeOrSubcommitteeResponsibleForOversightTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Board Committee or Subcommittee Responsible for Oversight [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Board Committee or Subcommittee Responsible for Oversight [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Board Committee or Subcommittee Responsible for Oversight [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -3884,15 +3885,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskBoardOfDirectorsOversightTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Board of Directors Oversight [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Board of Directors Oversight [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Board of Directors Oversight [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -3904,15 +3905,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementExpertiseOfManagementResponsibleTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Expertise of Management Responsible [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Expertise of Management Responsible [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Expertise of Management Responsible [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -3924,15 +3925,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementPositionsOrCommitteesResponsibleFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Positions or Committees Responsible [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -3944,15 +3945,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementPositionsOrCommitteesResponsibleReportToBoardFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Positions or Committees Responsible Report to Board [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Positions or Committees Responsible Report to Board [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Positions or Committees Responsible Report to Board [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -3964,15 +3965,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementPositionsOrCommitteesResponsibleTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Positions or Committees Responsible [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -3984,15 +3985,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementProcessesForAssessingIdentifyingAndManagingThreatsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Processes for Assessing, Identifying, and Managing Threats [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Processes for Assessing, Identifying, and Managing Threats [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Processes for Assessing, Identifying, and Managing Threats [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -4004,15 +4005,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementProcessesIntegratedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Processes Integrated [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Processes Integrated [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Processes Integrated [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -4024,15 +4025,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementProcessesIntegratedTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Processes Integrated [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Processes Integrated [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Processes Integrated [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -4044,15 +4045,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementStrategyAndGovernanceAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management, Strategy, and Governance [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management, Strategy, and Governance [Abstract]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management, Strategy, and Governance [Abstract]" + }, "substitutionGroup": "i:item" }, { @@ -4064,15 +4065,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementStrategyAndGovernanceLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management, Strategy, and Governance [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management, Strategy, and Governance [Line Items]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management, Strategy, and Governance [Line Items]" + }, "substitutionGroup": "i:item" }, { @@ -4084,15 +4085,15 @@ "elementType": "hypercube", "internalId": "cyd:CybersecurityRiskManagementStrategyAndGovernanceTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management, Strategy, and Governance [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management, Strategy, and Governance [Table]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management, Strategy, and Governance [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem" }, { @@ -4104,15 +4105,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementThirdPartyEngagedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Third Party Engaged [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Third Party Engaged [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Third Party Engaged [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -4124,15 +4125,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskMateriallyAffectedOrReasonablyLikelyToMateriallyAffectRegistrantFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -4144,15 +4145,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskMateriallyAffectedOrReasonablyLikelyToMateriallyAffectRegistrantTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -4164,15 +4165,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskProcessForInformingBoardCommitteeOrSubcommitteeResponsibleForOversightTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Process for Informing Board Committee or Subcommittee Responsible for Oversight [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Process for Informing Board Committee or Subcommittee Responsible for Oversight [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Process for Informing Board Committee or Subcommittee Responsible for Oversight [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -4184,15 +4185,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskProcessForInformingManagementOrCommitteesResponsibleTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Process for Informing Management or Committees Responsible [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Process for Informing Management or Committees Responsible [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Process for Informing Management or Committees Responsible [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -4204,15 +4205,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskRoleOfManagementTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Role of Management [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Role of Management [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Role of Management [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -4224,15 +4225,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskThirdPartyOversightAndIdentificationProcessesFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Third Party Oversight and Identification Processes [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Third Party Oversight and Identification Processes [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Third Party Oversight and Identification Processes [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -4244,15 +4245,15 @@ "elementType": "member", "internalId": "dei:AmendmentFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Amendment Flag" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Amendment Flag", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Amendment Flag" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4268,15 +4269,15 @@ "elementType": "member", "internalId": "dei:AuditorFirmId", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Auditor Firm ID" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Auditor Firm ID", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Auditor Firm ID" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4292,15 +4293,15 @@ "elementType": "member", "internalId": "dei:AuditorLocation", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Auditor Location" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Auditor Location", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Auditor Location" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4316,15 +4317,15 @@ "elementType": "member", "internalId": "dei:AuditorName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Auditor Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Auditor Name", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Auditor Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4340,15 +4341,15 @@ "elementType": "member", "internalId": "dei:CityAreaCode", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "City Area Code" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "City Area Code", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "City Area Code" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4364,15 +4365,15 @@ "elementType": "member", "internalId": "dei:CoverAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cover [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cover [Abstract]", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Cover [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4388,15 +4389,15 @@ "elementType": "member", "internalId": "dei:CurrentFiscalYearEndDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Current Fiscal Year End Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Current Fiscal Year End Date", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Current Fiscal Year End Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4412,15 +4413,15 @@ "elementType": "member", "internalId": "dei:DocumentAnnualReport", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Document Annual Report" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Annual Report", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Annual Report" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4436,15 +4437,15 @@ "elementType": "member", "internalId": "dei:DocumentFinStmtErrorCorrectionFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Document Financial Statement Error Correction [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Financial Statement Error Correction [Flag]", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Financial Statement Error Correction [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4460,15 +4461,15 @@ "elementType": "member", "internalId": "dei:DocumentFiscalPeriodFocus", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Document Fiscal Period Focus" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Fiscal Period Focus", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Fiscal Period Focus" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4484,15 +4485,15 @@ "elementType": "member", "internalId": "dei:DocumentFiscalYearFocus", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Document Fiscal Year Focus" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Fiscal Year Focus", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Fiscal Year Focus" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4508,15 +4509,15 @@ "elementType": "member", "internalId": "dei:DocumentPeriodEndDate", "itemType": "date", - "label": { - "@language": "en-US", - "@value": "Document Period End Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Period End Date", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Period End Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4532,15 +4533,15 @@ "elementType": "member", "internalId": "dei:DocumentTransitionReport", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Document Transition Report" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Transition Report", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Transition Report" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4556,15 +4557,15 @@ "elementType": "member", "internalId": "dei:DocumentType", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Document Type" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Type", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Type" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4580,15 +4581,15 @@ "elementType": "member", "internalId": "dei:DocumentsIncorporatedByReferenceTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Documents Incorporated by Reference [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Documents Incorporated by Reference [Text Block]", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Documents Incorporated by Reference [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4604,15 +4605,15 @@ "elementType": "member", "internalId": "dei:EntityAddressAddressLine1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, Address Line One" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, Address Line One", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, Address Line One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4628,15 +4629,15 @@ "elementType": "member", "internalId": "dei:EntityAddressCityOrTown", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, City or Town" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, City or Town", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, City or Town" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4652,15 +4653,15 @@ "elementType": "member", "internalId": "dei:EntityAddressPostalZipCode", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, Postal Zip Code" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, Postal Zip Code", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, Postal Zip Code" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4676,15 +4677,15 @@ "elementType": "member", "internalId": "dei:EntityAddressStateOrProvince", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, State or Province" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, State or Province", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, State or Province" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4700,15 +4701,15 @@ "elementType": "member", "internalId": "dei:EntityCentralIndexKey", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Central Index Key" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Central Index Key", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Central Index Key" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4724,15 +4725,15 @@ "elementType": "member", "internalId": "dei:EntityCommonStockSharesOutstanding", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Entity Common Stock, Shares Outstanding" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Entity Common Stock, Shares Outstanding", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Common Stock, Shares Outstanding" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4748,15 +4749,15 @@ "elementType": "member", "internalId": "dei:EntityCurrentReportingStatus", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Current Reporting Status" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Current Reporting Status", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Current Reporting Status" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4772,15 +4773,15 @@ "elementType": "member", "internalId": "dei:EntityEmergingGrowthCompany", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Entity Emerging Growth Company" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Emerging Growth Company", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Emerging Growth Company" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4796,15 +4797,15 @@ "elementType": "member", "internalId": "dei:EntityFileNumber", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity File Number" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity File Number", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity File Number" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4820,15 +4821,15 @@ "elementType": "member", "internalId": "dei:EntityFilerCategory", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Filer Category" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Filer Category", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Filer Category" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4844,15 +4845,15 @@ "elementType": "member", "internalId": "dei:EntityIncorporationStateCountryCode", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Incorporation, State or Country Code" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Incorporation, State or Country Code", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Incorporation, State or Country Code" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4868,15 +4869,15 @@ "elementType": "member", "internalId": "dei:EntityInteractiveDataCurrent", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Interactive Data Current" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Interactive Data Current", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Interactive Data Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4893,15 +4894,15 @@ "elementType": "member", "internalId": "dei:EntityPublicFloat", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Entity Public Float" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Entity Public Float", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Public Float" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4917,15 +4918,15 @@ "elementType": "member", "internalId": "dei:EntityRegistrantName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Registrant Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Registrant Name", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Registrant Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4941,15 +4942,15 @@ "elementType": "member", "internalId": "dei:EntityShellCompany", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Entity Shell Company" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Shell Company", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Shell Company" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4965,15 +4966,15 @@ "elementType": "member", "internalId": "dei:EntitySmallBusiness", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Entity Small Business" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Small Business", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Small Business" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -4989,15 +4990,15 @@ "elementType": "member", "internalId": "dei:EntityTaxIdentificationNumber", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Tax Identification Number" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Tax Identification Number", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Tax Identification Number" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5013,15 +5014,15 @@ "elementType": "member", "internalId": "dei:EntityVoluntaryFilers", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Voluntary Filers" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Voluntary Filers", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Voluntary Filers" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5037,15 +5038,15 @@ "elementType": "member", "internalId": "dei:EntityWellKnownSeasonedIssuer", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Well-known Seasoned Issuer" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Well-known Seasoned Issuer", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Well-known Seasoned Issuer" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5061,15 +5062,15 @@ "elementType": "member", "internalId": "dei:IcfrAuditorAttestationFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "ICFR Auditor Attestation Flag" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "ICFR Auditor Attestation Flag", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "ICFR Auditor Attestation Flag" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5085,15 +5086,15 @@ "elementType": "member", "internalId": "dei:LocalPhoneNumber", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Local Phone Number" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Local Phone Number", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Local Phone Number" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5109,15 +5110,15 @@ "elementType": "member", "internalId": "dei:Security12bTitle", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Title of 12(b) Security" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Title of 12(b) Security", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Title of 12(b) Security" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5133,15 +5134,15 @@ "elementType": "member", "internalId": "dei:SecurityExchangeName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Security Exchange Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Security Exchange Name", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Security Exchange Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5157,15 +5158,15 @@ "elementType": "member", "internalId": "dei:TradingSymbol", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Symbol" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Symbol", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Symbol" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5181,15 +5182,15 @@ "elementType": "member", "internalId": "ecd:Additional402vDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Additional 402(v) Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Additional 402(v) Disclosure [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Additional 402(v) Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5220,15 +5221,15 @@ "elementType": "member", "internalId": "ecd:AdjToCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Adjustment to Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustment to Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustment to Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5244,15 +5245,15 @@ "elementType": "axis", "internalId": "ecd:AdjToCompAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Adjustment to Compensation [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustment to Compensation [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustment to Compensation [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -5268,15 +5269,15 @@ "elementType": "member", "internalId": "ecd:AdjToNonPeoNeoCompFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Adjustment to Non-PEO NEO Compensation Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustment to Non-PEO NEO Compensation Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustment to Non-PEO NEO Compensation Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5292,15 +5293,15 @@ "elementType": "member", "internalId": "ecd:AdjToPeoCompFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Adjustment To PEO Compensation, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustment To PEO Compensation, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustment To PEO Compensation, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5316,15 +5317,15 @@ "elementType": "member", "internalId": "ecd:AggtChngPnsnValInSummryCompstnTblForAplblYrMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Aggregate Change in Present Value of Accumulated Benefit for All Pension Plans Reported in Summary Compensation Table [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Aggregate Change in Present Value of Accumulated Benefit for All Pension Plans Reported in Summary Compensation Table [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Aggregate Change in Present Value of Accumulated Benefit for All Pension Plans Reported in Summary Compensation Table [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5340,15 +5341,15 @@ "elementType": "member", "internalId": "ecd:AggtErrCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Aggregate Erroneous Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Aggregate Erroneous Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Aggregate Erroneous Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5364,15 +5365,15 @@ "elementType": "member", "internalId": "ecd:AggtErrCompNotYetDeterminedTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Aggregate Erroneous Compensation Not Yet Determined [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Aggregate Erroneous Compensation Not Yet Determined [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Aggregate Erroneous Compensation Not Yet Determined [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5388,15 +5389,15 @@ "elementType": "member", "internalId": "ecd:AggtPnsnAdjsSvcCstMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Aggregate Pension Adjustments Service Cost [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Aggregate Pension Adjustments Service Cost [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Aggregate Pension Adjustments Service Cost [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5412,15 +5413,15 @@ "elementType": "member", "internalId": "ecd:AllAdjToCompMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "All Adjustments to Compensation [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "All Adjustments to Compensation [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "All Adjustments to Compensation [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5436,15 +5437,15 @@ "elementType": "member", "internalId": "ecd:AllExecutiveCategoriesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "All Executive Categories [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "All Executive Categories [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "All Executive Categories [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5460,15 +5461,15 @@ "elementType": "member", "internalId": "ecd:AllIndividualsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "All Individuals [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "All Individuals [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "All Individuals [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5484,15 +5485,15 @@ "elementType": "member", "internalId": "ecd:AllTradingArrangementsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "All Trading Arrangements [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "All Trading Arrangements [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "All Trading Arrangements [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5508,15 +5509,15 @@ "elementType": "member", "internalId": "ecd:AwardExrcPrice", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Award Exercise Price" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Award Exercise Price", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Exercise Price" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5532,15 +5533,15 @@ "elementType": "member", "internalId": "ecd:AwardGrantDateFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Award Grant Date Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Award Grant Date Fair Value", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Grant Date Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5556,15 +5557,15 @@ "elementType": "member", "internalId": "ecd:AwardTmgDiscLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Award Timing Disclosures [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Timing Disclosures [Line Items]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Timing Disclosures [Line Items]" + }, "substitutionGroup": "i:item" }, { @@ -5591,15 +5592,15 @@ "elementType": "member", "internalId": "ecd:AwardTmgHowMnpiCnsdrdTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Award Timing, How MNPI Considered [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Timing, How MNPI Considered [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Timing, How MNPI Considered [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5615,15 +5616,15 @@ "elementType": "member", "internalId": "ecd:AwardTmgMethodTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Award Timing Method [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Timing Method [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Timing Method [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5639,15 +5640,15 @@ "elementType": "member", "internalId": "ecd:AwardTmgMnpiCnsdrdFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Award Timing MNPI Considered [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Timing MNPI Considered [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Timing MNPI Considered [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5663,15 +5664,15 @@ "elementType": "member", "internalId": "ecd:AwardTmgMnpiDiscTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Award Timing MNPI Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Timing MNPI Disclosure [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Timing MNPI Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5687,15 +5688,15 @@ "elementType": "member", "internalId": "ecd:AwardTmgPredtrmndFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Award Timing Predetermined [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Timing Predetermined [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Timing Predetermined [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5711,15 +5712,15 @@ "elementType": "member", "internalId": "ecd:AwardUndrlygSecuritiesAmt", "itemType": "decimal", - "label": { - "@language": "en-US", - "@value": "Award Underlying Securities Amount" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Award Underlying Securities Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Award Underlying Securities Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5735,15 +5736,15 @@ "elementType": "member", "internalId": "ecd:AwardsCloseToMnpiDiscIndName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Awards Close in Time to MNPI Disclosures, Individual Name" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Awards Close in Time to MNPI Disclosures, Individual Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Awards Close in Time to MNPI Disclosures, Individual Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5774,15 +5775,15 @@ "elementType": "hypercube", "internalId": "ecd:AwardsCloseToMnpiDiscTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Awards Close in Time to MNPI Disclosures [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Awards Close in Time to MNPI Disclosures [Table]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Awards Close in Time to MNPI Disclosures [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -5798,15 +5799,15 @@ "elementType": "member", "internalId": "ecd:AwardsCloseToMnpiDiscTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Awards Close in Time to MNPI Disclosures [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Awards Close in Time to MNPI Disclosures [Table Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Awards Close in Time to MNPI Disclosures [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5822,15 +5823,15 @@ "elementType": "member", "internalId": "ecd:ChangedPeerGroupFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Changed Peer Group, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Changed Peer Group, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Changed Peer Group, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5846,15 +5847,15 @@ "elementType": "member", "internalId": "ecd:ChngInFrValAsOfVstngDtOfPrrYrEqtyAwrdsVstdInCvrdYrMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Change in Fair Value as of Vesting Date of Prior Year Equity Awards Vested in Covered Year [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Change in Fair Value as of Vesting Date of Prior Year Equity Awards Vested in Covered Year [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Change in Fair Value as of Vesting Date of Prior Year Equity Awards Vested in Covered Year [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5870,15 +5871,15 @@ "elementType": "member", "internalId": "ecd:ChngInFrValOfOutsdngAndUnvstdEqtyAwrdsGrntdInPrrYrsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Year-over-Year Change in Fair Value of Equity Awards Granted in Prior Years That are Outstanding and Unvested [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Year-over-Year Change in Fair Value of Equity Awards Granted in Prior Years That are Outstanding and Unvested [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Year-over-Year Change in Fair Value of Equity Awards Granted in Prior Years That are Outstanding and Unvested [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5894,15 +5895,15 @@ "elementType": "member", "internalId": "ecd:CoSelectedMeasureAmt", "itemType": "decimal", - "label": { - "@language": "en-US", - "@value": "Company Selected Measure Amount" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Company Selected Measure Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Company Selected Measure Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5918,15 +5919,15 @@ "elementType": "member", "internalId": "ecd:CoSelectedMeasureName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Company Selected Measure Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Company Selected Measure Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Company Selected Measure Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5942,15 +5943,15 @@ "elementType": "member", "internalId": "ecd:CompActuallyPaidVsCoSelectedMeasureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Compensation Actually Paid vs. Company Selected Measure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compensation Actually Paid vs. Company Selected Measure [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Compensation Actually Paid vs. Company Selected Measure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5966,15 +5967,15 @@ "elementType": "member", "internalId": "ecd:CompActuallyPaidVsNetIncomeTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Compensation Actually Paid vs. Net Income [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compensation Actually Paid vs. Net Income [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Compensation Actually Paid vs. Net Income [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -5990,15 +5991,15 @@ "elementType": "member", "internalId": "ecd:CompActuallyPaidVsOtherMeasureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Compensation Actually Paid vs. Other Measure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compensation Actually Paid vs. Other Measure [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Compensation Actually Paid vs. Other Measure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6014,15 +6015,15 @@ "elementType": "member", "internalId": "ecd:CompActuallyPaidVsTotalShareholderRtnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Compensation Actually Paid vs. Total Shareholder Return [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compensation Actually Paid vs. Total Shareholder Return [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Compensation Actually Paid vs. Total Shareholder Return [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6038,15 +6039,15 @@ "elementType": "member", "internalId": "ecd:DvddsOrOthrErngsPdOnEqtyAwrdsNtOthrwsRflctdInTtlCompForCvrdYrMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Dividends or Other Earnings Paid on Equity Awards not Otherwise Reflected in Total Compensation for Covered Year [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Dividends or Other Earnings Paid on Equity Awards not Otherwise Reflected in Total Compensation for Covered Year [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Dividends or Other Earnings Paid on Equity Awards not Otherwise Reflected in Total Compensation for Covered Year [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6062,15 +6063,15 @@ "elementType": "member", "internalId": "ecd:EqtyAwrdsAdjFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity Awards Adjustments, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Awards Adjustments, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Awards Adjustments, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6086,15 +6087,15 @@ "elementType": "member", "internalId": "ecd:EqtyAwrdsAdjsExclgValRprtdInSummryCompstnTblMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity Awards Adjustments, Excluding Value Reported in the Compensation Table [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Awards Adjustments, Excluding Value Reported in the Compensation Table [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Awards Adjustments, Excluding Value Reported in the Compensation Table [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6110,15 +6111,15 @@ "elementType": "member", "internalId": "ecd:EqtyAwrdsAdjsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity Awards Adjustments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Awards Adjustments [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Awards Adjustments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6134,15 +6135,15 @@ "elementType": "member", "internalId": "ecd:EqtyAwrdsInSummryCompstnTblForAplblYrMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Aggregate Grant Date Fair Value of Equity Award Amounts Reported in Summary Compensation Table [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Aggregate Grant Date Fair Value of Equity Award Amounts Reported in Summary Compensation Table [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Aggregate Grant Date Fair Value of Equity Award Amounts Reported in Summary Compensation Table [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6158,15 +6159,15 @@ "elementType": "member", "internalId": "ecd:EquityValuationAssumptionDifferenceFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity Valuation Assumption Difference, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Valuation Assumption Difference, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Valuation Assumption Difference, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6182,15 +6183,15 @@ "elementType": "member", "internalId": "ecd:ErrCompAnalysisTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Erroneous Compensation Analysis [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Erroneous Compensation Analysis [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Erroneous Compensation Analysis [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6206,15 +6207,15 @@ "elementType": "hypercube", "internalId": "ecd:ErrCompRecoveryTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Erroneously Awarded Compensation Recovery [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Erroneously Awarded Compensation Recovery [Table]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Erroneously Awarded Compensation Recovery [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -6230,15 +6231,15 @@ "elementType": "axis", "internalId": "ecd:ExecutiveCategoryAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Executive Category [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Executive Category [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Executive Category [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -6284,15 +6285,15 @@ "elementType": "member", "internalId": "ecd:ForgoneRecoveryDueToDisqualificationOfTaxBenefitsAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Forgone Recovery due to Disqualification of Tax Benefits, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Forgone Recovery due to Disqualification of Tax Benefits, Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Forgone Recovery due to Disqualification of Tax Benefits, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6308,15 +6309,15 @@ "elementType": "member", "internalId": "ecd:ForgoneRecoveryDueToExpenseOfEnforcementAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Forgone Recovery due to Expense of Enforcement, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Forgone Recovery due to Expense of Enforcement, Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Forgone Recovery due to Expense of Enforcement, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6332,15 +6333,15 @@ "elementType": "member", "internalId": "ecd:ForgoneRecoveryDueToViolationOfHomeCountryLawAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Forgone Recovery due to Violation of Home Country Law, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Forgone Recovery due to Violation of Home Country Law, Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Forgone Recovery due to Violation of Home Country Law, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6356,15 +6357,15 @@ "elementType": "member", "internalId": "ecd:ForgoneRecoveryExplanationOfImpracticabilityTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Forgone Recovery, Explanation of Impracticability [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Forgone Recovery, Explanation of Impracticability [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Forgone Recovery, Explanation of Impracticability [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6380,15 +6381,15 @@ "elementType": "member", "internalId": "ecd:ForgoneRecoveryIndName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Forgone Recovery, Individual Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Forgone Recovery, Individual Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Forgone Recovery, Individual Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6404,15 +6405,15 @@ "elementType": "member", "internalId": "ecd:FrValAsOfPrrYrEndOfEqtyAwrdsGrntdInPrrYrsFldVstngCondsDrngCvrdYrMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Prior Year End Fair Value of Equity Awards Granted in Any Prior Year that Fail to Meet Applicable Vesting Conditions During Covered Year [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Prior Year End Fair Value of Equity Awards Granted in Any Prior Year that Fail to Meet Applicable Vesting Conditions During Covered Year [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Prior Year End Fair Value of Equity Awards Granted in Any Prior Year that Fail to Meet Applicable Vesting Conditions During Covered Year [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6428,15 +6429,15 @@ "elementType": "axis", "internalId": "ecd:IndividualAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Individual [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Individual [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Individual [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -6452,15 +6453,15 @@ "elementType": "member", "internalId": "ecd:InsiderTradingArrLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Insider Trading Arrangements [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Insider Trading Arrangements [Line Items]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Insider Trading Arrangements [Line Items]" + }, "substitutionGroup": "i:item" }, { @@ -6472,15 +6473,15 @@ "elementType": "member", "internalId": "ecd:InsiderTradingPoliciesProcLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Insider Trading Policies and Procedures [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Insider Trading Policies and Procedures [Line Items]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Insider Trading Policies and Procedures [Line Items]" + }, "substitutionGroup": "i:item" }, { @@ -6507,15 +6508,15 @@ "elementType": "member", "internalId": "ecd:InsiderTrdPoliciesProcAdoptedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Insider Trading Policies and Procedures Adopted [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Insider Trading Policies and Procedures Adopted [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Insider Trading Policies and Procedures Adopted [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6531,15 +6532,15 @@ "elementType": "member", "internalId": "ecd:InsiderTrdPoliciesProcNotAdoptedTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Insider Trading Policies and Procedures Not Adopted [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Insider Trading Policies and Procedures Not Adopted [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Insider Trading Policies and Procedures Not Adopted [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6555,15 +6556,15 @@ "elementType": "axis", "internalId": "ecd:MeasureAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Measure [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Measure [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Measure [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -6579,15 +6580,15 @@ "elementType": "member", "internalId": "ecd:MeasureName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Measure Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Measure Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Measure Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6603,15 +6604,15 @@ "elementType": "member", "internalId": "ecd:MnpiDiscTimedForCompValFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "MNPI Disclosure Timed for Compensation Value [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "MNPI Disclosure Timed for Compensation Value [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "MNPI Disclosure Timed for Compensation Value [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6627,15 +6628,15 @@ "elementType": "member", "internalId": "ecd:MtrlTermsOfTrdArrTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Material Terms of Trading Arrangement [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Material Terms of Trading Arrangement [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Material Terms of Trading Arrangement [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6651,15 +6652,15 @@ "elementType": "member", "internalId": "ecd:NamedExecutiveOfficersFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Named Executive Officers, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Named Executive Officers, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Named Executive Officers, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6675,15 +6676,15 @@ "elementType": "member", "internalId": "ecd:NonGaapMeasureDescriptionTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Non-GAAP Measure Description [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-GAAP Measure Description [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-GAAP Measure Description [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6699,15 +6700,15 @@ "elementType": "member", "internalId": "ecd:NonNeosMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Non-NEOs [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-NEOs [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-NEOs [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6723,15 +6724,15 @@ "elementType": "member", "internalId": "ecd:NonPeoNeoAvgCompActuallyPaidAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Non-PEO NEO Average Compensation Actually Paid Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Non-PEO NEO Average Compensation Actually Paid Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-PEO NEO Average Compensation Actually Paid Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6747,15 +6748,15 @@ "elementType": "member", "internalId": "ecd:NonPeoNeoAvgTotalCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Non-PEO NEO Average Total Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Non-PEO NEO Average Total Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-PEO NEO Average Total Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6771,15 +6772,15 @@ "elementType": "member", "internalId": "ecd:NonPeoNeoMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Non-PEO NEO [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-PEO NEO [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-PEO NEO [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6795,15 +6796,15 @@ "elementType": "member", "internalId": "ecd:NonRule10b51ArrAdoptedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Non-Rule 10b5-1 Arrangement Adopted [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-Rule 10b5-1 Arrangement Adopted [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-Rule 10b5-1 Arrangement Adopted [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6819,15 +6820,15 @@ "elementType": "member", "internalId": "ecd:NonRule10b51ArrTrmntdFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Non-Rule 10b5-1 Arrangement Terminated [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-Rule 10b5-1 Arrangement Terminated [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-Rule 10b5-1 Arrangement Terminated [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6843,15 +6844,15 @@ "elementType": "member", "internalId": "ecd:OtherPerfMeasureAmt", "itemType": "decimal", - "label": { - "@language": "en-US", - "@value": "Other Performance Measure, Amount" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Performance Measure, Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Other Performance Measure, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6867,15 +6868,15 @@ "elementType": "member", "internalId": "ecd:OutstandingAggtErrCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Outstanding Aggregate Erroneous Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Outstanding Aggregate Erroneous Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Outstanding Aggregate Erroneous Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6921,15 +6922,15 @@ "elementType": "member", "internalId": "ecd:OutstandingRecoveryCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Outstanding Recovery Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Outstanding Recovery Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Outstanding Recovery Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6945,15 +6946,15 @@ "elementType": "member", "internalId": "ecd:OutstandingRecoveryIndName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Outstanding Recovery, Individual Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Outstanding Recovery, Individual Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Outstanding Recovery, Individual Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -6969,15 +6970,15 @@ "elementType": "member", "internalId": "ecd:PayVsPerformanceDisclosureLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Pay vs Performance Disclosure [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Pay vs Performance Disclosure [Line Items]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Pay vs Performance Disclosure [Line Items]" + }, "substitutionGroup": "i:item" }, { @@ -7019,15 +7020,15 @@ "elementType": "member", "internalId": "ecd:PeerGroupIssuersFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Peer Group Issuers, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Peer Group Issuers, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Peer Group Issuers, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7043,15 +7044,15 @@ "elementType": "member", "internalId": "ecd:PeerGroupTotalShareholderRtnAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Peer Group Total Shareholder Return Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Peer Group Total Shareholder Return Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Peer Group Total Shareholder Return Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7067,15 +7068,15 @@ "elementType": "member", "internalId": "ecd:PeoActuallyPaidCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "PEO Actually Paid Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "PEO Actually Paid Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "PEO Actually Paid Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7091,15 +7092,15 @@ "elementType": "member", "internalId": "ecd:PeoMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "PEO [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "PEO [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "PEO [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7115,15 +7116,15 @@ "elementType": "member", "internalId": "ecd:PeoName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "PEO Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "PEO Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "PEO Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7139,15 +7140,15 @@ "elementType": "member", "internalId": "ecd:PeoTotalCompAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "PEO Total Compensation Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "PEO Total Compensation Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "PEO Total Compensation Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7163,15 +7164,15 @@ "elementType": "member", "internalId": "ecd:PnsnAdjsPrrSvcCstMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Pension Adjustments Prior Service Cost [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Pension Adjustments Prior Service Cost [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Pension Adjustments Prior Service Cost [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7187,15 +7188,15 @@ "elementType": "member", "internalId": "ecd:PnsnAdjsSvcCstMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Pension Adjustments Service Cost [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Pension Adjustments Service Cost [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Pension Adjustments Service Cost [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7211,15 +7212,15 @@ "elementType": "member", "internalId": "ecd:PnsnBnftsAdjFnTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Pension Benefits Adjustments, Footnote [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Pension Benefits Adjustments, Footnote [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Pension Benefits Adjustments, Footnote [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7280,15 +7281,15 @@ "elementType": "hypercube", "internalId": "ecd:PvpTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Pay vs Performance Disclosure [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Pay vs Performance Disclosure [Table]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Pay vs Performance Disclosure [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -7304,15 +7305,15 @@ "elementType": "member", "internalId": "ecd:PvpTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Pay vs Performance [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Pay vs Performance [Table Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Pay vs Performance [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7388,15 +7389,15 @@ "elementType": "member", "internalId": "ecd:RecoveryOfErrCompDisclosureLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Recovery of Erroneously Awarded Compensation Disclosure [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Recovery of Erroneously Awarded Compensation Disclosure [Line Items]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Recovery of Erroneously Awarded Compensation Disclosure [Line Items]" + }, "substitutionGroup": "i:item" }, { @@ -7408,15 +7409,15 @@ "elementType": "axis", "internalId": "ecd:RestatementDateAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Restatement Determination Date [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Restatement Determination Date [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Restatement Determination Date [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -7432,15 +7433,15 @@ "elementType": "member", "internalId": "ecd:RestatementDeterminationDate", "itemType": "date", - "label": { - "@language": "en-US", - "@value": "Restatement Determination Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Restatement Determination Date", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Restatement Determination Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7456,15 +7457,15 @@ "elementType": "member", "internalId": "ecd:RestatementDoesNotRequireRecoveryTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Restatement Does Not Require Recovery [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Restatement Does Not Require Recovery [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Restatement Does Not Require Recovery [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7480,15 +7481,15 @@ "elementType": "member", "internalId": "ecd:Rule10b51ArrAdoptedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Rule 10b5-1 Arrangement Adopted [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Rule 10b5-1 Arrangement Adopted [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Rule 10b5-1 Arrangement Adopted [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7504,15 +7505,15 @@ "elementType": "member", "internalId": "ecd:Rule10b51ArrTrmntdFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Rule 10b5-1 Arrangement Terminated [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Rule 10b5-1 Arrangement Terminated [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Rule 10b5-1 Arrangement Terminated [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7528,15 +7529,15 @@ "elementType": "member", "internalId": "ecd:StkPrcOrTsrEstimationMethodTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Stock Price or TSR Estimation Method [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Price or TSR Estimation Method [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Price or TSR Estimation Method [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7567,15 +7568,15 @@ "elementType": "member", "internalId": "ecd:TabularListTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Tabular List [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Tabular List [Table Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Tabular List [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7591,15 +7592,15 @@ "elementType": "member", "internalId": "ecd:TotalShareholderRtnAmt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Total Shareholder Return Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Total Shareholder Return Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Total Shareholder Return Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7615,15 +7616,15 @@ "elementType": "member", "internalId": "ecd:TotalShareholderRtnVsPeerGroupTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Total Shareholder Return Vs Peer Group [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Total Shareholder Return Vs Peer Group [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Total Shareholder Return Vs Peer Group [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7639,15 +7640,15 @@ "elementType": "axis", "internalId": "ecd:TradingArrAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -7663,15 +7664,15 @@ "elementType": "hypercube", "internalId": "ecd:TradingArrByIndTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangements, by Individual [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangements, by Individual [Table]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangements, by Individual [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -7687,15 +7688,15 @@ "elementType": "member", "internalId": "ecd:TrdArrAdoptionDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Adoption Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Adoption Date", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Adoption Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7711,15 +7712,15 @@ "elementType": "member", "internalId": "ecd:TrdArrDuration", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Duration" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Duration", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Duration" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7735,15 +7736,15 @@ "elementType": "member", "internalId": "ecd:TrdArrExpirationDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Expiration Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Expiration Date", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Expiration Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7759,15 +7760,15 @@ "elementType": "member", "internalId": "ecd:TrdArrIndName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement, Individual Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement, Individual Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement, Individual Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7783,15 +7784,15 @@ "elementType": "member", "internalId": "ecd:TrdArrIndTitle", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement, Individual Title" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement, Individual Title", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement, Individual Title" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7807,15 +7808,15 @@ "elementType": "member", "internalId": "ecd:TrdArrSecuritiesAggAvailAmt", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement, Securities Aggregate Available Amount" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Trading Arrangement, Securities Aggregate Available Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement, Securities Aggregate Available Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7831,15 +7832,15 @@ "elementType": "member", "internalId": "ecd:TrdArrTerminationDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Termination Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Termination Date", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Termination Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7855,15 +7856,15 @@ "elementType": "member", "internalId": "ecd:UndrlygSecurityMktPriceChngPct", "itemType": "pure", - "label": { - "@language": "en-US", - "@value": "Underlying Security Market Price Change, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Underlying Security Market Price Change, Percent", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Underlying Security Market Price Change, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7879,15 +7880,15 @@ "elementType": "member", "internalId": "ecd:VstngDtFrValOfEqtyAwrdsGrntdAndVstdInCvrdYrMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Vesting Date Fair Value of Equity Awards Granted and Vested in Covered Year [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Vesting Date Fair Value of Equity Awards Granted and Vested in Covered Year [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Vesting Date Fair Value of Equity Awards Granted and Vested in Covered Year [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -7903,15 +7904,15 @@ "elementType": "member", "internalId": "ecd:YrEndFrValOfEqtyAwrdsGrntdInCvrdYrOutsdngAndUnvstdMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Year-end Fair Value of Equity Awards Granted in Covered Year that are Outstanding and Unvested [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Year-end Fair Value of Equity Awards Granted in Covered Year that are Outstanding and Unvested [Member]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Year-end Fair Value of Equity Awards Granted in Covered Year that are Outstanding and Unvested [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37809,15 +37810,15 @@ "elementType": "member", "internalId": "nvda:A2026NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2026 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2026 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2026 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37837,15 +37838,15 @@ "elementType": "member", "internalId": "nvda:A2028NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2028 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2028 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2028 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37865,15 +37866,15 @@ "elementType": "member", "internalId": "nvda:A2030NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2030 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2030 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2030 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37893,15 +37894,15 @@ "elementType": "member", "internalId": "nvda:A2031NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2031 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2031 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2031 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37921,15 +37922,15 @@ "elementType": "member", "internalId": "nvda:A2040NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2040 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2040 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2040 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37949,15 +37950,15 @@ "elementType": "member", "internalId": "nvda:A2050NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2050 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2050 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2050 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -37977,15 +37978,15 @@ "elementType": "member", "internalId": "nvda:A2060NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2060 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2060 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2060 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38005,15 +38006,15 @@ "elementType": "member", "internalId": "nvda:AccrualsLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Accruals [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Accruals [Line Items]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Accruals [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38033,15 +38034,15 @@ "elementType": "hypercube", "internalId": "nvda:AccrualsTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Accruals [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Accruals [Table]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Accruals [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -38062,15 +38063,15 @@ "elementType": "member", "internalId": "nvda:AccruedCustomerProgramsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accrued Customer Programs Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accrued Customer Programs Current", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Accrued Customer Programs Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38091,10 +38092,6 @@ "elementType": "member", "internalId": "nvda:AcquisitionRelatedAndOtherCosts", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Acquisition-Related And Other Costs" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -38104,6 +38101,10 @@ "periodType": "duration", "prefLabel": "Acquisition-Related And Other Costs", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Acquisition-Related And Other Costs" + }, "substitutionGroup": "i:item" }, { @@ -38120,15 +38121,15 @@ "elementType": "member", "internalId": "nvda:AdjustmentsToAdditionalPaidInCapitalAcquisitionFairValueOfEquityAwardsAssumed", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Adjustments to Additional Paid in Capital, Acquisition Fair Value Of Equity Awards Assumed" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustments to Additional Paid in Capital, Acquisition Fair Value Of Equity Awards Assumed", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustments to Additional Paid in Capital, Acquisition Fair Value Of Equity Awards Assumed" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38148,15 +38149,15 @@ "elementType": "member", "internalId": "nvda:AuditInformationAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Audit Information [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Audit Information [Abstract]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Audit Information [Abstract]" + }, "substitutionGroup": "i:item" }, { @@ -38172,15 +38173,15 @@ "elementType": "member", "internalId": "nvda:AutomotiveMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Automotive [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Automotive [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Automotive [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38200,15 +38201,15 @@ "elementType": "member", "internalId": "nvda:BuildingsLeaseholdImprovementsAndFurnitureMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Buildings, Leasehold Improvements, And Furniture [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Buildings, Leasehold Improvements, And Furniture [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Buildings, Leasehold Improvements, And Furniture [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38229,15 +38230,15 @@ "elementType": "member", "internalId": "nvda:BusinessCombinationConsiderationPayable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Consideration Payable" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Business Combination, Consideration Payable", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Consideration Payable" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -38257,15 +38258,15 @@ "elementType": "member", "internalId": "nvda:ChinaIncludingHongKongMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "China Including Hong Kong [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "China Including Hong Kong [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "China Including Hong Kong [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38285,15 +38286,15 @@ "elementType": "member", "internalId": "nvda:ColetteM.KressMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Colette M. Kress [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Colette M. Kress [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Colette M. Kress [Member]" + }, "substitutionGroup": "i:item" }, { @@ -38309,15 +38310,15 @@ "elementType": "member", "internalId": "nvda:CommercialPaperProgramMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Commercial Paper Program [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commercial Paper Program [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Commercial Paper Program [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38337,15 +38338,15 @@ "elementType": "member", "internalId": "nvda:ComputeAndNetworkingSegmentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Compute And Networking Segment [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compute And Networking Segment [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Compute And Networking Segment [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38365,15 +38366,15 @@ "elementType": "member", "internalId": "nvda:ComputeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Compute [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compute [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Compute [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38394,15 +38395,15 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityAdditions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer Liability, Additions" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract With Customer Liability, Additions", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer Liability, Additions" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38423,15 +38424,15 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityAdditionsCustomerAdvances", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer Liability, Additions, Customer Advances" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract With Customer Liability, Additions, Customer Advances", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer Liability, Additions, Customer Advances" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38452,15 +38453,15 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityRevenueRecognizedFromCustomerAdvances", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer, Liability, Revenue Recognized From Customer Advances" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract With Customer, Liability, Revenue Recognized From Customer Advances", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer, Liability, Revenue Recognized From Customer Advances" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38481,10 +38482,6 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityRevenueRecognizedOpeningBalanceAndCurrentPeriodAdditions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer Liability, Revenue Recognized, Opening Balance And Current Period Additions" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -38494,6 +38491,10 @@ "periodType": "duration", "prefLabel": "Contract With Customer Liability, Revenue Recognized, Opening Balance And Current Period Additions", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer Liability, Revenue Recognized, Opening Balance And Current Period Additions" + }, "substitutionGroup": "i:item" }, { @@ -38509,15 +38510,15 @@ "elementType": "member", "internalId": "nvda:CustomerOneMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer One [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer One [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Customer One [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38537,15 +38538,15 @@ "elementType": "member", "internalId": "nvda:CustomerThreeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer Three [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer Three [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Customer Three [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38565,15 +38566,15 @@ "elementType": "member", "internalId": "nvda:CustomerTwoMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer Two [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer Two [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Customer Two [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38593,15 +38594,15 @@ "elementType": "member", "internalId": "nvda:DataCenterMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Data Center [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Data Center [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Data Center [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38622,15 +38623,15 @@ "elementType": "member", "internalId": "nvda:DebtSecuritiesAvailableForSaleAmortizedCostAndEquitySecuritiesFV", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available For Sale, Amortized Cost And Equity Securities F V" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available For Sale, Amortized Cost And Equity Securities F V", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available For Sale, Amortized Cost And Equity Securities F V" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -38651,15 +38652,15 @@ "elementType": "member", "internalId": "nvda:DebtSecuritiesAvailableForSaleAndEquitySecuritiesFVNI", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available For Sale And Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available For Sale And Equity Securities, FV-NI", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available For Sale And Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -38680,15 +38681,15 @@ "elementType": "member", "internalId": "nvda:DeferredTaxAssetsGlobalIntangibleLowTaxedIncome", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Global Intangible Low-Taxed income" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Global Intangible Low-Taxed income", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Global Intangible Low-Taxed income" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38709,15 +38710,15 @@ "elementType": "member", "internalId": "nvda:DeferredTaxAssetsLeaseLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Lease Liability" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Lease Liability", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Lease Liability" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38738,15 +38739,15 @@ "elementType": "member", "internalId": "nvda:DeferredTaxAssetsTaxDeferredExpenseCapitalizedResearchAndDevelopmentCosts", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Deferred Expense, Capitalized Research And Development Costs" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Deferred Expense, Capitalized Research And Development Costs", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Deferred Expense, Capitalized Research And Development Costs" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38767,10 +38768,6 @@ "elementType": "member", "internalId": "nvda:DeferredTaxLiabilitiesRightOfUseAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Right-Of-Use Assets" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -38780,6 +38777,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Right-Of-Use Assets", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Right-Of-Use Assets" + }, "substitutionGroup": "i:item" }, { @@ -38791,15 +38792,15 @@ "elementType": "member", "internalId": "nvda:DenominatorAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Denominator [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Denominator [Abstract]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Denominator [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38819,15 +38820,15 @@ "elementType": "member", "internalId": "nvda:EmployeeStockPurchasePlanNumberOfPurchasePeriodsInOfferingPeriod", "itemType": "integer", - "label": { - "@language": "en-US", - "@value": "Employee Stock Purchase Plan, Number Of Purchase Periods In Offering Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock Purchase Plan, Number Of Purchase Periods In Offering Period", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock Purchase Plan, Number Of Purchase Periods In Offering Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38847,15 +38848,15 @@ "elementType": "member", "internalId": "nvda:EmployeeStockPurchasePlanOfferingPeriodDuration", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Employee Stock Purchase Plan, Offering Period Duration" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock Purchase Plan, Offering Period Duration", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock Purchase Plan, Offering Period Duration" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38875,15 +38876,15 @@ "elementType": "member", "internalId": "nvda:EmployeeStockPurchasePlanPurchasePeriodDuration", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Employee Stock Purchase Plan, Purchase Period Duration" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock Purchase Plan, Purchase Period Duration", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock Purchase Plan, Purchase Period Duration" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38903,15 +38904,15 @@ "elementType": "member", "internalId": "nvda:EquipmentComputeHardwareAndSoftwareMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equipment, Compute Hardware, And Software [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equipment, Compute Hardware, And Software [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equipment, Compute Hardware, And Software [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38932,10 +38933,6 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueImpairmentLossAndDownwardPriceAdjustmentAnnualAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Annual Amount" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -38945,6 +38942,10 @@ "periodType": "duration", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Annual Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Annual Amount" + }, "substitutionGroup": "i:item" }, { @@ -38961,15 +38962,15 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueImpairmentLossAndDownwardPriceAdjustmentCumulativeAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Cumulative Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Cumulative Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Cumulative Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -38990,15 +38991,15 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueNetAdditionsDisposals", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Net Additions (Disposals)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Net Additions (Disposals)", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Net Additions (Disposals)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39019,15 +39020,15 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueReclassificationInOutAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Reclassification In (Out), Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Reclassification In (Out), Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Reclassification In (Out), Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39048,15 +39049,15 @@ "elementType": "member", "internalId": "nvda:ExcessInventoryPurchaseObligationsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Excess Inventory Purchase Obligations, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Excess Inventory Purchase Obligations, Current", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Excess Inventory Purchase Obligations, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39076,15 +39077,15 @@ "elementType": "member", "internalId": "nvda:FacilityLeaseGuaranteesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Facility Lease Guarantees [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Facility Lease Guarantees [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Facility Lease Guarantees [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39104,15 +39105,15 @@ "elementType": "member", "internalId": "nvda:GamingMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Gaming [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Gaming [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Gaming [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39132,15 +39133,15 @@ "elementType": "member", "internalId": "nvda:GraphicsSegmentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Graphics Segment [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Graphics Segment [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Graphics Segment [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39160,15 +39161,15 @@ "elementType": "member", "internalId": "nvda:GroqInc.NonExclusiveLicenseAgreementMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Groq, Inc. Non-Exclusive License Agreement [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Groq, Inc. Non-Exclusive License Agreement [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Groq, Inc. Non-Exclusive License Agreement [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39189,15 +39190,15 @@ "elementType": "member", "internalId": "nvda:GuarantorObligationsCollateralHeldDirectlyOrByThirdPartiesAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Collateral Held Directly or by Third Parties, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Guarantor Obligations, Collateral Held Directly or by Third Parties, Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Collateral Held Directly or by Third Parties, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39217,15 +39218,15 @@ "elementType": "member", "internalId": "nvda:IntangibleAssetsArisingFromBusinessCombinationMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Intangible Assets Arising From Business Combination [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Assets Arising From Business Combination [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets Arising From Business Combination [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39245,15 +39246,15 @@ "elementType": "member", "internalId": "nvda:InventoryPurchaseObligationsInExcessOfProjectionsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Inventory Purchase Obligations In Excess Of Projections [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory Purchase Obligations In Excess Of Projections [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory Purchase Obligations In Excess Of Projections [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39273,15 +39274,15 @@ "elementType": "member", "internalId": "nvda:InvestmentCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Investment Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investment Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Investment Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39301,15 +39302,15 @@ "elementType": "member", "internalId": "nvda:JohnO.DabiriMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "John O. Dabiri [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "John O. Dabiri [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "John O. Dabiri [Member]" + }, "substitutionGroup": "i:item" }, { @@ -39325,15 +39326,15 @@ "elementType": "member", "internalId": "nvda:LesseeOperatingLeasesOtherInformationRelatedToLeasesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Leases, Other Information Related To Leases [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Operating Leases, Other Information Related To Leases [Table Text Block]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Leases, Other Information Related To Leases [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39353,15 +39354,15 @@ "elementType": "member", "internalId": "nvda:ManufacturingProductionAndLongTermSupplyAndCapacityAgreementCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Manufacturing Production And Long-Term Supply And Capacity Agreement Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Manufacturing Production And Long-Term Supply And Capacity Agreement Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Manufacturing Production And Long-Term Supply And Capacity Agreement Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39382,15 +39383,15 @@ "elementType": "member", "internalId": "nvda:MarketableSecuritiesAndEquitySecuritiesFVNI", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Marketable Securities And Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Marketable Securities And Equity Securities, FV-NI", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities And Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39414,15 +39415,15 @@ "elementType": "member", "internalId": "nvda:MarketableSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Marketable Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Marketable Securities [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39442,15 +39443,15 @@ "elementType": "member", "internalId": "nvda:MarketbasedPerformanceShareUnitsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Market-based Performance Share Units [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Market-based Performance Share Units [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Market-based Performance Share Units [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39470,15 +39471,15 @@ "elementType": "member", "internalId": "nvda:MultiYearCloudServiceAgreementCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Multi-Year Cloud Service Agreement Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Multi-Year Cloud Service Agreement Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Multi-Year Cloud Service Agreement Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39498,15 +39499,15 @@ "elementType": "member", "internalId": "nvda:NatureOfExpenseCustomerAdvancesAndDeferralsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Nature Of Expense, Customer Advances And Deferrals [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Nature Of Expense, Customer Advances And Deferrals [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Nature Of Expense, Customer Advances And Deferrals [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39526,15 +39527,15 @@ "elementType": "member", "internalId": "nvda:NatureOfOperationsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Nature Of Operations [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Nature Of Operations [Policy Text Block]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Nature Of Operations [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39550,15 +39551,15 @@ "elementType": "member", "internalId": "nvda:NetIncomeLossPerShareAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Net Income Loss Per Share [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Net Income Loss Per Share [Abstract]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Net Income Loss Per Share [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39578,15 +39579,15 @@ "elementType": "member", "internalId": "nvda:NetworkingMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Networking [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Networking [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Networking [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39606,15 +39607,15 @@ "elementType": "member", "internalId": "nvda:NumberOfInvestmentsReclassified", "itemType": "integer", - "label": { - "@language": "en-US", - "@value": "Number Of Investments Reclassified" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Number Of Investments Reclassified", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Number Of Investments Reclassified" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39634,15 +39635,15 @@ "elementType": "member", "internalId": "nvda:NumberOfSharesMayBeIssuedUnderRestated2007Plan", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Number of shares may be issued under the Restated 2007 Plan" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Number of shares may be issued under the Restated 2007 Plan", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Number of shares may be issued under the Restated 2007 Plan" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39658,15 +39659,15 @@ "elementType": "member", "internalId": "nvda:NumeratorAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Numerator [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Numerator [Abstract]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Numerator [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39686,15 +39687,15 @@ "elementType": "member", "internalId": "nvda:OEMAndOtherMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "OEM and Other [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "OEM and Other [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "OEM and Other [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39715,15 +39716,15 @@ "elementType": "member", "internalId": "nvda:OtherAssetsAndEquitySecuritiesFVNI", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Assets and Equity Securities FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Assets and Equity Securities FV-NI", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other Assets and Equity Securities FV-NI" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -39743,15 +39744,15 @@ "elementType": "member", "internalId": "nvda:OtherCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39771,15 +39772,15 @@ "elementType": "member", "internalId": "nvda:OtherCountriesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Countries [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Countries [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other Countries [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39799,15 +39800,15 @@ "elementType": "member", "internalId": "nvda:OtherStatesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other States [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other States [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other States [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39827,15 +39828,15 @@ "elementType": "member", "internalId": "nvda:PatentsAndLicensedTechnologyMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Patents and Licensed Technology [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Patents and Licensed Technology [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Patents and Licensed Technology [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39856,10 +39857,6 @@ "elementType": "member", "internalId": "nvda:PaymentsForFinancedPropertyPlantAndEquipmentAndIntangibleAssetsFinancingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments For Financed Property, Plant And Equipment And Intangible Assets, Financing Activities" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -39869,6 +39866,10 @@ "periodType": "duration", "prefLabel": "Payments For Financed Property, Plant And Equipment And Intangible Assets, Financing Activities", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Payments For Financed Property, Plant And Equipment And Intangible Assets, Financing Activities" + }, "substitutionGroup": "i:item" }, { @@ -39884,15 +39885,15 @@ "elementType": "member", "internalId": "nvda:ProfessionalVisualizationMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Professional Visualization [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Professional Visualization [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Professional Visualization [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39912,15 +39913,15 @@ "elementType": "member", "internalId": "nvda:PubliclyHeldEquitySecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Publicly Held Equity Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Publicly Held Equity Securities [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Publicly Held Equity Securities [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -39940,15 +39941,15 @@ "elementType": "member", "internalId": "nvda:RSUsPSUsandMarketbasedPSUsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "RSUs, PSUs, and Market-based PSUs [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "RSUs, PSUs, and Market-based PSUs [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "RSUs, PSUs, and Market-based PSUs [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39969,15 +39970,15 @@ "elementType": "member", "internalId": "nvda:RevenueRemainingPerformanceObligationContractWithCustomerLiabilityAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Contract With Customer Liability, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Contract With Customer Liability, Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Contract With Customer Liability, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -39997,15 +39998,15 @@ "elementType": "member", "internalId": "nvda:SECSchedule1209AllowanceSalesReturnsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Allowance, Sales Returns [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Allowance, Sales Returns [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Allowance, Sales Returns [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40025,15 +40026,15 @@ "elementType": "member", "internalId": "nvda:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedAndExpectedToVest", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected to Vest" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected to Vest", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected to Vest" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40053,15 +40054,15 @@ "elementType": "member", "internalId": "nvda:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedAndExpectedToVestOutstandingWeightedAverageExercisePrice", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement By Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected To Vest, Outstanding, Weighted Average Exercise Price" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement By Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected To Vest, Outstanding, Weighted Average Exercise Price", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement By Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected To Vest, Outstanding, Weighted Average Exercise Price" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40082,15 +40083,15 @@ "elementType": "member", "internalId": "nvda:ShareBasedCompensationArrangementByShareBasedPaymentAwardGrantsInPeriodGrantDateTotalFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share Based Compensation Arrangement By Share Based Payment Award, Grants In Period, Grant Date Total Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Share Based Compensation Arrangement By Share Based Payment Award, Grants In Period, Grant Date Total Fair Value", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Share Based Compensation Arrangement By Share Based Payment Award, Grants In Period, Grant Date Total Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40111,15 +40112,15 @@ "elementType": "member", "internalId": "nvda:StockRepurchaseProgramAdditionalNumberOfSharesAuthorizedForRepurchase", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Stock Repurchase Program, Additional Number Of Shares Authorized For Repurchase" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Repurchase Program, Additional Number Of Shares Authorized For Repurchase", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Repurchase Program, Additional Number Of Shares Authorized For Repurchase" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -40139,15 +40140,15 @@ "elementType": "member", "internalId": "nvda:SummaryofunearnedSBCexpenseAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Summary of unearned SBC expense [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Summary of unearned SBC expense [Abstract]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Summary of unearned SBC expense [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40168,10 +40169,6 @@ "elementType": "member", "internalId": "nvda:UnallocatedCorporateOperatingExpendituresAndOtherExpenses", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unallocated Corporate Operating Expenditures And Other Expenses" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -40181,6 +40178,10 @@ "periodType": "duration", "prefLabel": "Unallocated Corporate Operating Expenditures And Other Expenses", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Unallocated Corporate Operating Expenditures And Other Expenses" + }, "substitutionGroup": "i:item" }, { @@ -40196,15 +40197,15 @@ "elementType": "member", "internalId": "nvda:UnitedStatesAndEuropeBasedEndCustomersMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "United States And Europe Based End Customers [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "United States And Europe Based End Customers [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "United States And Europe Based End Customers [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40224,15 +40225,15 @@ "elementType": "member", "internalId": "nvda:WarrantyLiabilityTermOfWarranties", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Warranty Liability, Term Of Warranties" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Warranty Liability, Term Of Warranties", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Warranty Liability, Term Of Warranties" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40248,15 +40249,15 @@ "elementType": "axis", "internalId": "srt:ConsolidationItemsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Consolidation Items [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Consolidation Items [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Consolidation Items [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -40272,15 +40273,15 @@ "elementType": "member", "internalId": "srt:ConsolidationItemsDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Consolidation Items [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Consolidation Items [Domain]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Consolidation Items [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40296,15 +40297,15 @@ "elementType": "axis", "internalId": "srt:MajorCustomersAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Customer [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -40320,15 +40321,15 @@ "elementType": "member", "internalId": "srt:MaximumMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Maximum [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Maximum [Member]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Maximum [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40344,15 +40345,15 @@ "elementType": "member", "internalId": "srt:MinimumMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Minimum [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Minimum [Member]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Minimum [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40368,15 +40369,15 @@ "elementType": "member", "internalId": "srt:NameOfMajorCustomerDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer [Domain]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Customer [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40392,15 +40393,15 @@ "elementType": "axis", "internalId": "srt:ProductOrServiceAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Product and Service [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Product and Service [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Product and Service [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -40416,15 +40417,15 @@ "elementType": "member", "internalId": "srt:ProductsAndServicesDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Product and Service [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Product and Service [Domain]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Product and Service [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40440,15 +40441,15 @@ "elementType": "axis", "internalId": "srt:RangeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statistical Measurement [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statistical Measurement [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Statistical Measurement [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -40464,15 +40465,15 @@ "elementType": "member", "internalId": "srt:RangeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statistical Measurement [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statistical Measurement [Domain]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Statistical Measurement [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40488,15 +40489,15 @@ "elementType": "member", "internalId": "srt:ScheduleOfValuationAndQualifyingAccountsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Schedule of Valuation and Qualifying Accounts Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Schedule of Valuation and Qualifying Accounts Disclosure [Text Block]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Schedule of Valuation and Qualifying Accounts Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40512,15 +40513,15 @@ "elementType": "member", "internalId": "srt:SegmentGeographicalDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Geographical [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Geographical [Domain]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Geographical [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40536,15 +40537,15 @@ "elementType": "axis", "internalId": "srt:StatementGeographicalAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Geographical [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Geographical [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Geographical [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -40560,15 +40561,15 @@ "elementType": "member", "internalId": "srt:ValuationAndQualifyingAccountsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation and Qualifying Accounts [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation and Qualifying Accounts [Abstract]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation and Qualifying Accounts [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40584,15 +40585,15 @@ "elementType": "member", "internalId": "srt:ValuationAndQualifyingAccountsDisclosureLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation and Qualifying Accounts Disclosure [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation and Qualifying Accounts Disclosure [Line Items]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation and Qualifying Accounts Disclosure [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40608,15 +40609,15 @@ "elementType": "hypercube", "internalId": "srt:ValuationAndQualifyingAccountsDisclosureTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation and Qualifying Accounts Disclosure [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation and Qualifying Accounts Disclosure [Table]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation and Qualifying Accounts Disclosure [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -40632,15 +40633,15 @@ "elementType": "member", "internalId": "stpr:CA", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "CALIFORNIA" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "CALIFORNIA", "source": "stpr", + "standardLabel": { + "@language": "en-US", + "@value": "CALIFORNIA" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40656,15 +40657,15 @@ "elementType": "member", "internalId": "us-gaap:AccountingPoliciesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Accounting Policies [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Accounting Policies [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounting Policies [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40681,15 +40682,15 @@ "elementType": "member", "internalId": "us-gaap:AccountsPayableCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accounts Payable, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accounts Payable, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounts Payable, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40705,15 +40706,15 @@ "elementType": "member", "internalId": "us-gaap:AccountsReceivableMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Accounts Receivable [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Accounts Receivable [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounts Receivable [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40730,15 +40731,15 @@ "elementType": "member", "internalId": "us-gaap:AccountsReceivableNetCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accounts Receivable, after Allowance for Credit Loss, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accounts Receivable, after Allowance for Credit Loss, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounts Receivable, after Allowance for Credit Loss, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40755,15 +40756,15 @@ "elementType": "member", "internalId": "us-gaap:AccruedIncomeTaxesNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accrued Income Taxes, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accrued Income Taxes, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accrued Income Taxes, Noncurrent" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -40780,15 +40781,15 @@ "elementType": "member", "internalId": "us-gaap:AccruedLiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accrued Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accrued Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accrued Liabilities, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40809,10 +40810,6 @@ "elementType": "member", "internalId": "us-gaap:AccumulatedDepreciationDepletionAndAmortizationPropertyPlantAndEquipment", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accumulated Depreciation, Depletion and Amortization, Property, Plant, and Equipment" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -40822,6 +40819,10 @@ "periodType": "instant", "prefLabel": "Accumulated Depreciation, Depletion and Amortization, Property, Plant, and Equipment", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accumulated Depreciation, Depletion and Amortization, Property, Plant, and Equipment" + }, "substitutionGroup": "i:item" }, { @@ -40834,15 +40835,15 @@ "elementType": "member", "internalId": "us-gaap:AccumulatedOtherComprehensiveIncomeLossNetOfTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accumulated Other Comprehensive Income (Loss), Net of Tax" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accumulated Other Comprehensive Income (Loss), Net of Tax", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accumulated Other Comprehensive Income (Loss), Net of Tax" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40858,15 +40859,15 @@ "elementType": "member", "internalId": "us-gaap:AccumulatedOtherComprehensiveIncomeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "AOCI Attributable to Parent [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "AOCI Attributable to Parent [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "AOCI Attributable to Parent [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40882,15 +40883,15 @@ "elementType": "member", "internalId": "us-gaap:AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Acquired Finite-Lived Intangible Assets, Weighted Average Useful Life" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Acquired Finite-Lived Intangible Assets, Weighted Average Useful Life", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Acquired Finite-Lived Intangible Assets, Weighted Average Useful Life" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -40907,15 +40908,15 @@ "elementType": "member", "internalId": "us-gaap:AdditionalPaidInCapital", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Additional Paid in Capital" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Additional Paid in Capital", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Additional Paid in Capital" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40931,15 +40932,15 @@ "elementType": "member", "internalId": "us-gaap:AdditionalPaidInCapitalMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Additional Paid-in Capital [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Additional Paid-in Capital [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Additional Paid-in Capital [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -40956,10 +40957,6 @@ "elementType": "member", "internalId": "us-gaap:AdjustmentsRelatedToTaxWithholdingForShareBasedCompensation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Decrease for Tax Withholding Obligation" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -40969,6 +40966,10 @@ "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Decrease for Tax Withholding Obligation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Decrease for Tax Withholding Obligation" + }, "substitutionGroup": "i:item" }, { @@ -40981,15 +40982,15 @@ "elementType": "member", "internalId": "us-gaap:AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "APIC, Share-Based Payment Arrangement, Increase for Cost Recognition" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "APIC, Share-Based Payment Arrangement, Increase for Cost Recognition", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "APIC, Share-Based Payment Arrangement, Increase for Cost Recognition" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41005,15 +41006,15 @@ "elementType": "member", "internalId": "us-gaap:AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Adjustment to Reconcile Net Income to Cash Provided by (Used in) Operating Activity [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustment to Reconcile Net Income to Cash Provided by (Used in) Operating Activity [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustment to Reconcile Net Income to Cash Provided by (Used in) Operating Activity [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41030,10 +41031,6 @@ "elementType": "member", "internalId": "us-gaap:AllocatedShareBasedCompensationExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Expense" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -41043,6 +41040,10 @@ "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41058,15 +41059,15 @@ "elementType": "member", "internalId": "us-gaap:AllowanceForCreditLossMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Allowance, Credit Loss [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Allowance, Credit Loss [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Allowance, Credit Loss [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41083,15 +41084,15 @@ "elementType": "member", "internalId": "us-gaap:AmortizationOfIntangibleAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Amortization of Intangible Assets" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Amortization of Intangible Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Amortization of Intangible Assets" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41107,15 +41108,15 @@ "elementType": "member", "internalId": "us-gaap:AntidilutiveSecuritiesExcludedFromComputationOfEarningsPerShareAmount", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Antidilutive Securities Excluded from Computation of Earnings Per Share, Amount" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Antidilutive Securities Excluded from Computation of Earnings Per Share, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Antidilutive Securities Excluded from Computation of Earnings Per Share, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41132,15 +41133,15 @@ "elementType": "member", "internalId": "us-gaap:Assets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Assets" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Assets" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -41156,15 +41157,15 @@ "elementType": "member", "internalId": "us-gaap:AssetsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Assets [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Assets [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Assets [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41181,15 +41182,15 @@ "elementType": "member", "internalId": "us-gaap:AssetsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Assets, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Assets, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Assets, Current" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -41205,15 +41206,15 @@ "elementType": "member", "internalId": "us-gaap:AssetsCurrentAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Assets, Current [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Assets, Current [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Assets, Current [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41230,15 +41231,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleDebtSecuritiesAccumulatedGrossUnrealizedGainBeforeTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Gain, before Tax" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Gain, before Tax", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Gain, before Tax" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41255,10 +41256,6 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleDebtSecuritiesAccumulatedGrossUnrealizedLossBeforeTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Loss, before Tax" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -41268,6 +41265,10 @@ "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Loss, before Tax", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Loss, before Tax" + }, "substitutionGroup": "i:item" }, { @@ -41280,15 +41281,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleDebtSecuritiesAmortizedCostBasis", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Amortized Cost" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Amortized Cost", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Amortized Cost" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -41304,15 +41305,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesContinuousUnrealizedLossPositionAccumulatedLossAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Unrealized Loss Position, Accumulated Loss [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Securities, Available-for-Sale, Unrealized Loss Position, Accumulated Loss [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Unrealized Loss Position, Accumulated Loss [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41329,15 +41330,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesDebtMaturitiesAfterOneThroughFiveYearsFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, after Year One Through Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, after Year One Through Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, after Year One Through Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41354,15 +41355,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesDebtMaturitiesWithinOneYearFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41379,15 +41380,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesDebtSecurities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -41403,15 +41404,15 @@ "elementType": "axis", "internalId": "us-gaap:AwardTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Award Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Award Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -41427,15 +41428,15 @@ "elementType": "axis", "internalId": "us-gaap:BalanceSheetLocationAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Financial Position Location, Balance [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Financial Position Location, Balance [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Financial Position Location, Balance [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -41451,15 +41452,15 @@ "elementType": "member", "internalId": "us-gaap:BalanceSheetLocationDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Financial Position Location, Balance [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Financial Position Location, Balance [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Financial Position Location, Balance [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41475,15 +41476,15 @@ "elementType": "member", "internalId": "us-gaap:BuildingMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Building [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Building [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Building [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41499,15 +41500,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessAcquisitionAcquireeDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Business Combination [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41523,15 +41524,15 @@ "elementType": "axis", "internalId": "us-gaap:BusinessAcquisitionAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Business Combination [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -41547,15 +41548,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessAcquisitionLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Business Combination [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41572,15 +41573,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessAcquisitionPurchasePriceAllocationGoodwillExpectedTaxDeductibleAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Goodwill, Expected Tax Deductible, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Business Combination, Goodwill, Expected Tax Deductible, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Goodwill, Expected Tax Deductible, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41596,15 +41597,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationAndAssetAcquisitionAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Business Combination, Asset Acquisition, Transaction between Entities under Common Control, and Joint Venture Formation [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination, Asset Acquisition, Transaction between Entities under Common Control, and Joint Venture Formation [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Asset Acquisition, Transaction between Entities under Common Control, and Joint Venture Formation [Abstract]" + }, "substitutionGroup": "i:item" }, { @@ -41617,15 +41618,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationConsiderationTransferredLiabilitiesIncurred", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Consideration Transferred, Liabilities Incurred" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination, Consideration Transferred, Liabilities Incurred", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Consideration Transferred, Liabilities Incurred" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41641,15 +41642,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Business Combination [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Text Block]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -41666,15 +41667,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibles", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Recognized Asset Acquired, Identifiable Intangible Asset, Finite-Lived" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Business Combination, Recognized Asset Acquired, Identifiable Intangible Asset, Finite-Lived", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Recognized Asset Acquired, Identifiable Intangible Asset, Finite-Lived" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41690,15 +41691,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationsPolicy", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Business Combination [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41715,15 +41716,15 @@ "elementType": "member", "internalId": "us-gaap:CapitalExpendituresIncurredButNotYetPaid", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Capital Expenditures Incurred but Not yet Paid" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Capital Expenditures Incurred but Not yet Paid", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Capital Expenditures Incurred but Not yet Paid" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41739,15 +41740,15 @@ "elementType": "member", "internalId": "us-gaap:CapitalLossCarryforwardMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Capital Loss Carryforward [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Capital Loss Carryforward [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Capital Loss Carryforward [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41764,15 +41765,15 @@ "elementType": "member", "internalId": "us-gaap:CashAndCashEquivalentsAtCarryingValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash and Cash Equivalent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Cash and Cash Equivalent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash and Cash Equivalent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41788,15 +41789,15 @@ "elementType": "member", "internalId": "us-gaap:CashAndCashEquivalentsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cash and Cash Equivalents, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cash and Cash Equivalents, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash and Cash Equivalents, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41813,10 +41814,6 @@ "elementType": "member", "internalId": "us-gaap:CashCashEquivalentsRestrictedCashAndRestrictedCashEquivalents", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Continuing Operation" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -41830,6 +41827,10 @@ "periodType": "instant", "prefLabel": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Continuing Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Continuing Operation" + }, "substitutionGroup": "i:item" }, { @@ -41842,15 +41843,15 @@ "elementType": "member", "internalId": "us-gaap:CashCashEquivalentsRestrictedCashAndRestrictedCashEquivalentsPeriodIncreaseDecreaseIncludingExchangeRateEffect", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Period Increase (Decrease), Including Exchange Rate Effect and Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Period Increase (Decrease), Including Exchange Rate Effect and Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Period Increase (Decrease), Including Exchange Rate Effect and Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -41867,15 +41868,15 @@ "elementType": "member", "internalId": "us-gaap:CashEquivalentsAtCarryingValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Equivalents, at Carrying Value" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Cash Equivalents, at Carrying Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Equivalents, at Carrying Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41891,15 +41892,15 @@ "elementType": "member", "internalId": "us-gaap:CertificatesOfDepositMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Certificates of Deposit [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Certificates of Deposit [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Certificates of Deposit [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41915,15 +41916,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ClassOfTreasuryStockTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Class of Treasury Stock [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Class of Treasury Stock [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Class of Treasury Stock [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -41940,15 +41941,15 @@ "elementType": "member", "internalId": "us-gaap:CommercialPaper", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Commercial Paper" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Commercial Paper", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commercial Paper" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41964,15 +41965,15 @@ "elementType": "member", "internalId": "us-gaap:CommercialPaperMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Commercial Paper [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commercial Paper [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commercial Paper [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -41989,15 +41990,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingencies", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Commitments and Contingencies", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42013,15 +42014,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingenciesDisclosureAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies Disclosure [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commitments and Contingencies Disclosure [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies Disclosure [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42037,15 +42038,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingenciesDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commitments and Contingencies Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42061,15 +42062,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingenciesPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commitments and Contingencies, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42085,15 +42086,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockCapitalSharesReservedForFutureIssuance", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Capital Shares Reserved for Future Issuance" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Capital Shares Reserved for Future Issuance", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Capital Shares Reserved for Future Issuance" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42109,15 +42110,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockDividendsPerShareDeclared", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Common Stock, Dividends, Per Share, Declared" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Common Stock, Dividends, Per Share, Declared", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Dividends, Per Share, Declared" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42133,15 +42134,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Common Stock [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Common Stock [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42157,15 +42158,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockParOrStatedValuePerShare", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Common Stock, Par or Stated Value Per Share" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Par or Stated Value Per Share", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Par or Stated Value Per Share" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42181,15 +42182,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockSharesAuthorized", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Shares Authorized" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Shares Authorized", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Shares Authorized" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42205,15 +42206,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockSharesIssued", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Shares, Issued" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Shares, Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Shares, Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42229,10 +42230,6 @@ "elementType": "member", "internalId": "us-gaap:CommonStockSharesOutstanding", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Shares, Outstanding" - }, "monetary": "false", "nillable": "true", "periodEndLabel": { @@ -42246,6 +42243,10 @@ "periodType": "instant", "prefLabel": "Common Stock, Shares, Outstanding", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Shares, Outstanding" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42262,15 +42263,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Common Stock, Value, Issued" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Value, Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Value, Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42286,15 +42287,15 @@ "elementType": "member", "internalId": "us-gaap:CompensationAndRetirementDisclosureAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Retirement Benefits [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Retirement Benefits [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retirement Benefits [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42310,15 +42311,15 @@ "elementType": "member", "internalId": "us-gaap:CompensationRelatedCostsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Compensation Related Costs, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compensation Related Costs, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Compensation Related Costs, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42334,15 +42335,15 @@ "elementType": "member", "internalId": "us-gaap:ComponentsOfDeferredTaxAssetsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Components of Deferred Tax Assets [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Components of Deferred Tax Assets [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Components of Deferred Tax Assets [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42358,15 +42359,15 @@ "elementType": "member", "internalId": "us-gaap:ComponentsOfDeferredTaxLiabilitiesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Components of Deferred Tax Liabilities [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Components of Deferred Tax Liabilities [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Components of Deferred Tax Liabilities [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42383,15 +42384,15 @@ "elementType": "member", "internalId": "us-gaap:ComprehensiveIncomeNetOfTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Comprehensive Income (Loss), Net of Tax, Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Comprehensive Income (Loss), Net of Tax, Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Comprehensive Income (Loss), Net of Tax, Attributable to Parent" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -42407,15 +42408,15 @@ "elementType": "member", "internalId": "us-gaap:ConcentrationRiskBenchmarkDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Concentration Risk Benchmark [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk Benchmark [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk Benchmark [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42431,15 +42432,15 @@ "elementType": "axis", "internalId": "us-gaap:ConcentrationRiskByBenchmarkAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Concentration Risk Benchmark [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk Benchmark [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk Benchmark [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -42455,15 +42456,15 @@ "elementType": "axis", "internalId": "us-gaap:ConcentrationRiskByTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Concentration Risk Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -42479,15 +42480,15 @@ "elementType": "member", "internalId": "us-gaap:ConcentrationRiskCreditRisk", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Concentration Risk, Credit Risk, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk, Credit Risk, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk, Credit Risk, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42503,15 +42504,15 @@ "elementType": "member", "internalId": "us-gaap:ConcentrationRiskPercentage1", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Concentration Risk, Percentage" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk, Percentage", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk, Percentage" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42527,15 +42528,15 @@ "elementType": "member", "internalId": "us-gaap:ConcentrationRiskTypeDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Concentration Risk Type [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk Type [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk Type [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42551,15 +42552,15 @@ "elementType": "member", "internalId": "us-gaap:ConsolidationPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Consolidation, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Consolidation, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Consolidation, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42575,15 +42576,15 @@ "elementType": "member", "internalId": "us-gaap:ConstructionInProgressMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Construction in Progress [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Construction in Progress [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Construction in Progress [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42599,15 +42600,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerAssetAndLiabilityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Contract Asset, Contract Liability, and Receivable [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Contract with Customer, Contract Asset, Contract Liability, and Receivable [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Contract Asset, Contract Liability, and Receivable [Table Text Block]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -42624,10 +42625,6 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -42641,6 +42638,10 @@ "periodType": "instant", "prefLabel": "Contract with Customer, Liability", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability" + }, "substitutionGroup": "i:item" }, { @@ -42653,15 +42654,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiabilityCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Contract with Customer, Liability, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42678,15 +42679,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiabilityNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Contract with Customer, Liability, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42703,15 +42704,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiabilityRevenueRecognized", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability, Revenue Recognized" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract with Customer, Liability, Revenue Recognized", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability, Revenue Recognized" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42727,15 +42728,15 @@ "elementType": "member", "internalId": "us-gaap:CorporateDebtSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Corporate Debt Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Corporate Debt Securities [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Corporate Debt Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42751,15 +42752,15 @@ "elementType": "member", "internalId": "us-gaap:CorporateNonSegmentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segment Reporting, Reconciling Item, Corporate Nonsegment [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting, Reconciling Item, Corporate Nonsegment [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting, Reconciling Item, Corporate Nonsegment [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42776,15 +42777,15 @@ "elementType": "member", "internalId": "us-gaap:CostOfRevenue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cost of Revenue" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cost of Revenue", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cost of Revenue" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42800,15 +42801,15 @@ "elementType": "member", "internalId": "us-gaap:CostOfSalesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cost of Sales [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cost of Sales [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cost of Sales [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -42824,15 +42825,15 @@ "elementType": "axis", "internalId": "us-gaap:CreditFacilityAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Credit Facility [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Credit Facility [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Credit Facility [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -42848,15 +42849,15 @@ "elementType": "member", "internalId": "us-gaap:CreditFacilityDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Credit Facility [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Credit Facility [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Credit Facility [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42873,15 +42874,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentFederalTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current Federal Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current Federal Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Federal Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42898,15 +42899,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentForeignTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current Foreign Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current Foreign Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Foreign Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42923,15 +42924,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -42947,15 +42948,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentIncomeTaxExpenseBenefitContinuingOperationsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Current Income Tax Expense (Benefit), Continuing Operations [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Current Income Tax Expense (Benefit), Continuing Operations [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Income Tax Expense (Benefit), Continuing Operations [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42972,15 +42973,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentStateAndLocalTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current State and Local Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current State and Local Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current State and Local Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -42996,15 +42997,15 @@ "elementType": "member", "internalId": "us-gaap:CustomerConcentrationRiskMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer Concentration Risk [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer Concentration Risk [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Customer Concentration Risk [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43021,15 +43022,15 @@ "elementType": "member", "internalId": "us-gaap:DebtCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43045,15 +43046,15 @@ "elementType": "member", "internalId": "us-gaap:DebtDisclosureAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Disclosure [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Disclosure [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Disclosure [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43069,15 +43070,15 @@ "elementType": "member", "internalId": "us-gaap:DebtDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Debt Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43093,15 +43094,15 @@ "elementType": "axis", "internalId": "us-gaap:DebtInstrumentAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Instrument [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -43118,15 +43119,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentCarryingAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43142,15 +43143,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentInterestRateDuringPeriod", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Interest Rate During Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument, Interest Rate During Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Interest Rate During Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43166,15 +43167,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentInterestRateStatedPercentage", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Interest Rate, Stated Percentage" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Instrument, Interest Rate, Stated Percentage", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Interest Rate, Stated Percentage" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43190,15 +43191,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Instrument [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43214,15 +43215,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentNameDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Name [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument, Name [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Name [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43238,15 +43239,15 @@ "elementType": "hypercube", "internalId": "us-gaap:DebtInstrumentTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Schedule of Long-Term Debt Instruments [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Long-Term Debt Instruments [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Long-Term Debt Instruments [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -43262,15 +43263,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentTerm", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Term" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument, Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43287,10 +43288,6 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentUnamortizedDiscountPremiumAndDebtIssuanceCostsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Unamortized Discount (Premium) and Debt Issuance Costs, Net" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -43300,6 +43297,10 @@ "periodType": "instant", "prefLabel": "Debt Instrument, Unamortized Discount (Premium) and Debt Issuance Costs, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Unamortized Discount (Premium) and Debt Issuance Costs, Net" + }, "substitutionGroup": "i:item" }, { @@ -43312,15 +43313,15 @@ "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleContinuousUnrealizedLossPositionLessThan12Months", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43337,10 +43338,6 @@ "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleContinuousUnrealizedLossPositionLessThan12MonthsAccumulatedLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months, Accumulated Loss" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -43350,6 +43347,10 @@ "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months, Accumulated Loss", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months, Accumulated Loss" + }, "substitutionGroup": "i:item" }, { @@ -43361,15 +43362,15 @@ "elementType": "hypercube", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Securities, Available-for-Sale [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -43385,15 +43386,15 @@ "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Securities, Available-for-Sale [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43409,15 +43410,15 @@ "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableforSaleUnrealizedLossPositionAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Unrealized Loss Position [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Securities, Available-for-Sale, Unrealized Loss Position [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Unrealized Loss Position [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43434,15 +43435,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredFederalIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Federal Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Federal Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Federal Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43459,15 +43460,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredForeignIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Foreign Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Foreign Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Foreign Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43484,15 +43485,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxAssetsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Assets, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Income Tax Assets, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Assets, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43513,15 +43514,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43541,15 +43542,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxExpenseBenefitContinuingOperationsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Expense (Benefit), Continuing Operations [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Income Tax Expense (Benefit), Continuing Operations [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Expense (Benefit), Continuing Operations [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43566,10 +43567,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxLiabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Gross" - }, "monetary": "true", "negatedTotalLabel": { "@language": "en-US", @@ -43579,6 +43576,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Gross" + }, "substitutionGroup": "i:item" }, { @@ -43591,15 +43592,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxLiabilitiesNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Liabilities, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Income Tax Liabilities, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Liabilities, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43620,15 +43621,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredStateAndLocalIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred State and Local Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred State and Local Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred State and Local Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43645,15 +43646,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Gross" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -43670,15 +43671,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsLiabilitiesNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Net" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -43695,16 +43696,16 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Net of Valuation Allowance" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Net of Valuation Allowance", "source": "us-gaap", - "substitutionGroup": "i:item", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Net of Valuation Allowance" + }, + "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", "@value": "Total deferred tax assets" @@ -43720,15 +43721,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsOperatingLossCarryforwards", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Operating Loss Carryforwards" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Operating Loss Carryforwards", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Operating Loss Carryforwards" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43745,15 +43746,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsOther", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Other" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Other", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Other" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43770,15 +43771,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsTaxCreditCarryforwards", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Credit Carryforwards" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Credit Carryforwards", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Credit Carryforwards" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43795,15 +43796,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsTaxCreditCarryforwardsResearch", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Credit Carryforwards, Research" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Credit Carryforwards, Research", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Credit Carryforwards, Research" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43820,15 +43821,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsTaxDeferredExpenseReservesAndAccruals", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Deferred Expense, Reserves and Accruals" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Deferred Expense, Reserves and Accruals", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Deferred Expense, Reserves and Accruals" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43845,10 +43846,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsValuationAllowance", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Valuation Allowance" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -43858,6 +43855,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Assets, Valuation Allowance", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Valuation Allowance" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43874,10 +43875,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxLiabilitiesGoodwillAndIntangibleAssetsIntangibleAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Intangible Assets" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -43887,6 +43884,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Intangible Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Intangible Assets" + }, "substitutionGroup": "i:item" }, { @@ -43899,10 +43900,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxLiabilitiesInvestments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Investments" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -43912,6 +43909,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Investments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Investments" + }, "substitutionGroup": "i:item" }, { @@ -43924,10 +43925,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxLiabilitiesUndistributedForeignEarnings", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Undistributed Foreign Earnings" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -43937,6 +43934,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Undistributed Foreign Earnings", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Undistributed Foreign Earnings" + }, "substitutionGroup": "i:item" }, { @@ -43949,15 +43950,15 @@ "elementType": "member", "internalId": "us-gaap:DefinedContributionPlanCostRecognized", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Defined Contribution Plan, Cost" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Defined Contribution Plan, Cost", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Defined Contribution Plan, Cost" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43974,15 +43975,15 @@ "elementType": "member", "internalId": "us-gaap:Depreciation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Depreciation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Depreciation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Depreciation" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -43999,15 +44000,15 @@ "elementType": "member", "internalId": "us-gaap:DepreciationDepletionAndAmortization", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Depreciation, Depletion and Amortization" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Depreciation, Depletion and Amortization", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Depreciation, Depletion and Amortization" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44023,15 +44024,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeContractTypeDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative Contract [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Contract [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Contract [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44047,15 +44048,15 @@ "elementType": "axis", "internalId": "us-gaap:DerivativeInstrumentRiskAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative Instrument [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instrument [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instrument [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -44071,15 +44072,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeInstrumentsAndHedgingActivitiesDisclosureAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative Instruments and Hedging Activities Disclosure [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instruments and Hedging Activities Disclosure [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instruments and Hedging Activities Disclosure [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44095,15 +44096,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeInstrumentsAndHedgingActivitiesDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Derivative Instruments and Hedging Activities Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instruments and Hedging Activities Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instruments and Hedging Activities Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44119,15 +44120,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeInstrumentsAndHedgingActivitiesDisclosuresLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative Instruments and Hedging Activities Disclosures [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instruments and Hedging Activities Disclosures [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instruments and Hedging Activities Disclosures [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44143,15 +44144,15 @@ "elementType": "hypercube", "internalId": "us-gaap:DerivativeInstrumentsAndHedgingActivitiesDisclosuresTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative Instruments and Hedging Activities Disclosures [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instruments and Hedging Activities Disclosures [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instruments and Hedging Activities Disclosures [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -44167,15 +44168,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44191,15 +44192,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeNotionalAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Derivative, Notional Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Derivative, Notional Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative, Notional Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44215,15 +44216,15 @@ "elementType": "hypercube", "internalId": "us-gaap:DerivativeTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -44239,15 +44240,15 @@ "elementType": "member", "internalId": "us-gaap:DesignatedAsHedgingInstrumentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Designated as Hedging Instrument [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Designated as Hedging Instrument [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Designated as Hedging Instrument [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44263,15 +44264,15 @@ "elementType": "member", "internalId": "us-gaap:DevelopedTechnologyRightsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Developed Technology Rights [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Developed Technology Rights [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Developed Technology Rights [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -44287,15 +44288,15 @@ "elementType": "member", "internalId": "us-gaap:DisclosureOfCompensationRelatedCostsShareBasedPaymentsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44311,15 +44312,15 @@ "elementType": "member", "internalId": "us-gaap:DisclosureOfCompensationRelatedCostsSharebasedPaymentsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44335,15 +44336,15 @@ "elementType": "member", "internalId": "us-gaap:DisclosureOfShareBasedCompensationArrangementsByShareBasedPaymentAwardTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Disclosure of Share-Based Compensation Arrangements by Share-Based Payment Award [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Disclosure of Share-Based Compensation Arrangements by Share-Based Payment Award [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Disclosure of Share-Based Compensation Arrangements by Share-Based Payment Award [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44360,10 +44361,6 @@ "elementType": "member", "internalId": "us-gaap:DividendsCommonStockCash", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Dividends, Common Stock, Cash" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -44373,6 +44370,10 @@ "periodType": "duration", "prefLabel": "Dividends, Common Stock, Cash", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Dividends, Common Stock, Cash" + }, "substitutionGroup": "i:item" }, { @@ -44384,15 +44385,15 @@ "elementType": "member", "internalId": "us-gaap:DomesticCountryMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Domestic Tax Jurisdiction [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Domestic Tax Jurisdiction [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Domestic Tax Jurisdiction [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44408,15 +44409,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44432,15 +44433,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareBasic", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share, Basic" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share, Basic", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share, Basic" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44456,15 +44457,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareDiluted", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share, Diluted" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share, Diluted", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share, Diluted" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44480,15 +44481,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerSharePolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44504,15 +44505,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44528,15 +44529,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateContinuingOperations", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Percent" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -44552,15 +44553,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateContinuingOperationsTaxRateReconciliationAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Percent [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Percent [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Percent [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44576,15 +44577,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationAtFederalStatutoryIncomeTaxRate", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, at Federal Statutory Income Tax Rate, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, at Federal Statutory Income Tax Rate, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, at Federal Statutory Income Tax Rate, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44601,15 +44602,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationCrossBorderOtherAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44625,15 +44626,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationCrossBorderOtherPercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44650,10 +44651,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationFdiiAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, FDII, Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -44663,6 +44660,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, FDII, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, FDII, Amount" + }, "substitutionGroup": "i:item" }, { @@ -44674,10 +44675,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationFdiiPercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, FDII, Percent" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -44687,6 +44684,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, FDII, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, FDII, Percent" + }, "substitutionGroup": "i:item" }, { @@ -44698,15 +44699,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationForeignIncomeTaxRateDifferential", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44726,15 +44727,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44750,15 +44751,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationNondeductibleExpenseOther", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44774,15 +44775,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationNondeductibleExpenseShareBasedCompensationCost", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44798,15 +44799,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationOtherAdjustments", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Other Adjustments, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44822,15 +44823,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationStateAndLocalIncomeTaxes", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44846,15 +44847,15 @@ "elementType": "hypercube", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -44870,10 +44871,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationTaxCredits", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Percent" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -44883,6 +44880,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Percent" + }, "substitutionGroup": "i:item" }, { @@ -44894,10 +44895,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationTaxCreditsResearch", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Percent" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -44907,6 +44904,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Percent" + }, "substitutionGroup": "i:item" }, { @@ -44919,15 +44920,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeRelatedLiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Employee-related Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Employee-related Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Employee-related Liabilities, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44943,15 +44944,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeServiceShareBasedCompensationAllocationOfRecognizedPeriodCostsLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44968,15 +44969,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognized", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -44992,15 +44993,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedPeriodForRecognition1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Period for Recognition" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Period for Recognition", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Period for Recognition" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45016,15 +45017,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeStockMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Employee Stock [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45040,15 +45041,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeStockOptionMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Option [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Option [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Option [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45064,15 +45065,15 @@ "elementType": "member", "internalId": "us-gaap:EntityWideInformationRevenueFromExternalCustomerLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue from External Customer [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue from External Customer [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue from External Customer [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45088,15 +45089,15 @@ "elementType": "member", "internalId": "us-gaap:EquityAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45112,15 +45113,15 @@ "elementType": "member", "internalId": "us-gaap:EquityClassOfTreasuryStockLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity, Class of Treasury Stock [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity, Class of Treasury Stock [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity, Class of Treasury Stock [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45136,15 +45137,15 @@ "elementType": "member", "internalId": "us-gaap:EquityComponentDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity Component [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Component [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Component [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45161,15 +45162,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesFVNINoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities, FV-NI, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities, FV-NI, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities, FV-NI, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45186,15 +45187,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesFvNiCurrentAndNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities, FV-NI", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45211,15 +45212,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesFvNiUnrealizedGainLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities, FV-NI, Unrealized Gain (Loss)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities, FV-NI, Unrealized Gain (Loss)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities, FV-NI, Unrealized Gain (Loss)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45236,10 +45237,6 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value, Amount" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -45253,6 +45250,10 @@ "periodType": "instant", "prefLabel": "Equity Securities without Readily Determinable Fair Value, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value, Amount" + }, "substitutionGroup": "i:item" }, { @@ -45264,15 +45265,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValuePolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities without Readily Determinable Fair Value [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45288,15 +45289,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities without Readily Determinable Fair Value [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45313,15 +45314,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueUpwardPriceAdjustmentAnnualAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Annual Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Annual Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Annual Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45338,15 +45339,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueUpwardPriceAdjustmentCumulativeAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Cumulative Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Cumulative Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Cumulative Amount" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -45362,15 +45363,15 @@ "elementType": "axis", "internalId": "us-gaap:FairValueByFairValueHierarchyLevelAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value Hierarchy and NAV [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value Hierarchy and NAV [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value Hierarchy and NAV [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -45386,15 +45387,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueDisclosuresAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value Disclosures [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value Disclosures [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value Disclosures [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45410,15 +45411,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueDisclosuresTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Fair Value Disclosures [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value Disclosures [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value Disclosures [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45434,15 +45435,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueInputsLevel1Member", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value, Inputs, Level 1 [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value, Inputs, Level 1 [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value, Inputs, Level 1 [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45458,15 +45459,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueInputsLevel2Member", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value, Inputs, Level 2 [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value, Inputs, Level 2 [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value, Inputs, Level 2 [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45482,15 +45483,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueMeasurementsFairValueHierarchyDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value Hierarchy and NAV [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value Hierarchy and NAV [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value Hierarchy and NAV [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45507,15 +45508,15 @@ "elementType": "member", "internalId": "us-gaap:FinanceLeaseRightOfUseAssetAccumulatedAmortization", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finance Lease, Right-of-Use Asset, Accumulated Amortization" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finance Lease, Right-of-Use Asset, Accumulated Amortization", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finance Lease, Right-of-Use Asset, Accumulated Amortization" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45531,15 +45532,15 @@ "elementType": "axis", "internalId": "us-gaap:FinancialInstrumentAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Financial Instrument [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Financial Instrument [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Financial Instrument [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -45555,15 +45556,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetUsefulLife", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Useful Life" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Useful Life", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Useful Life" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45580,10 +45581,6 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAccumulatedAmortization", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Accumulated Amortization" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -45593,6 +45590,10 @@ "periodType": "instant", "prefLabel": "Finite-Lived Intangible Assets, Accumulated Amortization", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Accumulated Amortization" + }, "substitutionGroup": "i:item" }, { @@ -45605,15 +45606,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseAfterYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, after Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, after Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, after Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45630,15 +45631,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseNextTwelveMonths", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45655,15 +45656,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45680,15 +45681,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearFour", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Four" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Four", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Four" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45705,15 +45706,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearThree", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Three" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Three", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Three" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45730,15 +45731,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearTwo", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Two" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Two", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Two" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45754,15 +45755,15 @@ "elementType": "axis", "internalId": "us-gaap:FiniteLivedIntangibleAssetsByMajorClassAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets by Major Class [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Finite-Lived Intangible Assets by Major Class [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets by Major Class [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -45782,15 +45783,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsFutureAmortizationExpenseAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Net, Amortization Expense, Fiscal Year Maturity [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Finite-Lived Intangible Assets, Net, Amortization Expense, Fiscal Year Maturity [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Net, Amortization Expense, Fiscal Year Maturity [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45807,15 +45808,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Assets, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45831,15 +45832,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Finite-Lived Intangible Assets [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45855,15 +45856,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsMajorClassNameDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Major Class Name [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Finite-Lived Intangible Assets, Major Class Name [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Major Class Name [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45884,15 +45885,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Assets, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Net" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -45908,15 +45909,15 @@ "elementType": "member", "internalId": "us-gaap:FiscalPeriod", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Fiscal Period, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fiscal Period, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fiscal Period, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45932,15 +45933,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignCountryMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Foreign Tax Jurisdiction [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Tax Jurisdiction [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Tax Jurisdiction [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45956,15 +45957,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignCurrencyTransactionsAndTranslationsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Foreign Currency Transactions and Translations Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Currency Transactions and Translations Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Currency Transactions and Translations Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -45980,15 +45981,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignExchangeForwardMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Foreign Exchange Forward [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Exchange Forward [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Exchange Forward [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46004,15 +46005,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignGovernmentDebtSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Security, Government, Non-US [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Security, Government, Non-US [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Security, Government, Non-US [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46028,15 +46029,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignTaxJurisdictionOtherMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Foreign Tax Jurisdiction, Other [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Tax Jurisdiction, Other [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Tax Jurisdiction, Other [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46053,10 +46054,6 @@ "elementType": "member", "internalId": "us-gaap:GainLossOnInvestments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Gain (Loss) on Investments" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -46066,6 +46063,10 @@ "periodType": "duration", "prefLabel": "Gain (Loss) on Investments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Gain (Loss) on Investments" + }, "substitutionGroup": "i:item" }, { @@ -46077,15 +46078,15 @@ "elementType": "member", "internalId": "us-gaap:GainLossOnInvestmentsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Gain (Loss) on Securities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Gain (Loss) on Securities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Gain (Loss) on Securities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46102,15 +46103,15 @@ "elementType": "member", "internalId": "us-gaap:Goodwill", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Goodwill" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Goodwill", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46126,15 +46127,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillAndIntangibleAssetsDisclosureAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Goodwill and Intangible Assets Disclosure [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill and Intangible Assets Disclosure [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill and Intangible Assets Disclosure [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46150,15 +46151,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillAndIntangibleAssetsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Goodwill and Intangible Assets, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill and Intangible Assets, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill and Intangible Assets, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46174,15 +46175,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Goodwill Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46199,15 +46200,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillImpairmentLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Goodwill, Impairment Loss" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill, Impairment Loss", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill, Impairment Loss" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46223,15 +46224,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Goodwill [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46247,15 +46248,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillPeriodIncreaseDecrease", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Goodwill, Period Increase (Decrease)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill, Period Increase (Decrease)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill, Period Increase (Decrease)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46272,15 +46273,15 @@ "elementType": "member", "internalId": "us-gaap:GrossProfit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Gross Profit" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Gross Profit", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Gross Profit" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -46296,15 +46297,15 @@ "elementType": "axis", "internalId": "us-gaap:GuaranteeObligationsByNatureAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Nature [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Guarantor Obligations, Nature [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Nature [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -46321,15 +46322,15 @@ "elementType": "member", "internalId": "us-gaap:GuaranteeObligationsMaximumExposure", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Maximum Exposure, Undiscounted" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Guarantor Obligations, Maximum Exposure, Undiscounted", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Maximum Exposure, Undiscounted" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46345,15 +46346,15 @@ "elementType": "member", "internalId": "us-gaap:GuaranteeObligationsNatureDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Nature [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Guarantor Obligations, Nature [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Nature [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46369,15 +46370,15 @@ "elementType": "member", "internalId": "us-gaap:GuarantorObligationTerm1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligation, Term" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Guarantor Obligation, Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligation, Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46393,15 +46394,15 @@ "elementType": "axis", "internalId": "us-gaap:HedgingDesignationAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Hedging Designation [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Hedging Designation [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Hedging Designation [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -46417,15 +46418,15 @@ "elementType": "member", "internalId": "us-gaap:HedgingDesignationDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Hedging Designation [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Hedging Designation [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Hedging Designation [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46442,15 +46443,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesDomestic", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Income Taxes, Domestic" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Income Taxes, Domestic", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Income Taxes, Domestic" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46467,15 +46468,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesExtraordinaryItemsNoncontrollingInterest", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Income Taxes, Noncontrolling Interest" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Income Taxes, Noncontrolling Interest", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Income Taxes, Noncontrolling Interest" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -46492,15 +46493,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesForeign", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Income Taxes, Foreign" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Income Taxes, Foreign", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Income Taxes, Foreign" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46516,15 +46517,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesMinorityInterestAndIncomeLossFromEquityMethodInvestmentsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Equity Method Investments, Income Taxes, Noncontrolling Interest [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Equity Method Investments, Income Taxes, Noncontrolling Interest [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Equity Method Investments, Income Taxes, Noncontrolling Interest [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46540,15 +46541,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeStatementAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Statement [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Statement [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Statement [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46564,15 +46565,15 @@ "elementType": "axis", "internalId": "us-gaap:IncomeStatementLocationAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Income Location, Balance [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Income Location, Balance [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Income Location, Balance [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -46588,15 +46589,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeStatementLocationDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Income Location, Balance [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Income Location, Balance [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Income Location, Balance [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46612,15 +46613,15 @@ "elementType": "axis", "internalId": "us-gaap:IncomeTaxAuthorityAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Jurisdiction [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Jurisdiction [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Jurisdiction [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -46636,15 +46637,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxAuthorityDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Jurisdiction [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Jurisdiction [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Jurisdiction [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46660,15 +46661,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxContingencyLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Contingency [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Contingency [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Contingency [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46684,15 +46685,15 @@ "elementType": "hypercube", "internalId": "us-gaap:IncomeTaxContingencyTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Contingency [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Contingency [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Contingency [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -46708,15 +46709,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxDisclosureAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Disclosure [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Disclosure [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Disclosure [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46732,15 +46733,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Income Tax Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46757,15 +46758,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -46785,15 +46786,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxExpenseBenefitContinuingOperationsIncomeTaxReconciliationAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Expense (Benefit), Effective Income Tax Rate Reconciliation, Amount [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Expense (Benefit), Effective Income Tax Rate Reconciliation, Amount [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Expense (Benefit), Effective Income Tax Rate Reconciliation, Amount [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46810,15 +46811,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPaidFederalAfterRefundReceived", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Paid, Federal, after Refund Received" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Paid, Federal, after Refund Received", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Paid, Federal, after Refund Received" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46835,15 +46836,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPaidForeignAfterRefundReceived", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Paid, Foreign, after Refund Received" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Paid, Foreign, after Refund Received", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Paid, Foreign, after Refund Received" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46860,15 +46861,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPaidStateAndLocalAfterRefundReceived", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Paid, State and Local, after Refund Received" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Paid, State and Local, after Refund Received", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Paid, State and Local, after Refund Received" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46884,15 +46885,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Income Tax, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46909,15 +46910,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationForeignIncomeTaxRateDifferential", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46938,15 +46939,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationIncomeTaxExpenseBenefitAtFederalStatutoryIncomeTaxRate", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation at Federal Statutory Income Tax Rate, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation at Federal Statutory Income Tax Rate, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation at Federal Statutory Income Tax Rate, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46963,15 +46964,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationNondeductibleExpenseOther", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -46988,15 +46989,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationNondeductibleExpenseShareBasedCompensationCost", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47013,15 +47014,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationOtherAdjustments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Other Adjustments, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47038,15 +47039,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationStateAndLocalIncomeTaxes", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47063,10 +47064,6 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationTaxCredits", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -47076,6 +47073,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Amount" + }, "substitutionGroup": "i:item" }, { @@ -47088,10 +47089,6 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationTaxCreditsResearch", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -47101,6 +47098,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Amount" + }, "substitutionGroup": "i:item" }, { @@ -47113,15 +47114,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxesPaidNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Taxes Paid, Net" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Taxes Paid, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Taxes Paid, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47142,15 +47143,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInAccountsPayable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Accounts Payable" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Accounts Payable", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Accounts Payable" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47167,10 +47168,6 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInAccountsReceivable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Accounts Receivable" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -47180,6 +47177,10 @@ "periodType": "duration", "prefLabel": "Increase (Decrease) in Accounts Receivable", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Accounts Receivable" + }, "substitutionGroup": "i:item" }, { @@ -47192,15 +47193,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInAccruedLiabilitiesAndOtherOperatingLiabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Accrued Liabilities and Other Operating Liabilities" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Accrued Liabilities and Other Operating Liabilities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Accrued Liabilities and Other Operating Liabilities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47217,10 +47218,6 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInInventories", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Inventories" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -47230,6 +47227,10 @@ "periodType": "duration", "prefLabel": "Increase (Decrease) in Inventories", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Inventories" + }, "substitutionGroup": "i:item" }, { @@ -47241,15 +47242,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInOperatingCapitalAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Adjustment to Reconcile Net Income to Cash Provided by (Used in) Operating Activity, Increase (Decrease) in Operating Capital [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustment to Reconcile Net Income to Cash Provided by (Used in) Operating Activity, Increase (Decrease) in Operating Capital [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustment to Reconcile Net Income to Cash Provided by (Used in) Operating Activity, Increase (Decrease) in Operating Capital [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47266,15 +47267,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInOtherNoncurrentLiabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Other Noncurrent Liabilities" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Other Noncurrent Liabilities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Other Noncurrent Liabilities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47291,10 +47292,6 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Prepaid Expense and Other Assets" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -47304,6 +47301,10 @@ "periodType": "duration", "prefLabel": "Increase (Decrease) in Prepaid Expense and Other Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Prepaid Expense and Other Assets" + }, "substitutionGroup": "i:item" }, { @@ -47315,15 +47316,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInStockholdersEquityRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Stockholders' Equity [Roll Forward]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Stockholders' Equity [Roll Forward]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Stockholders' Equity [Roll Forward]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47339,15 +47340,15 @@ "elementType": "member", "internalId": "us-gaap:IntangibleAssetsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Intangible Assets Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Assets Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47363,15 +47364,15 @@ "elementType": "member", "internalId": "us-gaap:IntangibleAssetsFiniteLivedPolicy", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Intangible Assets, Finite-Lived, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Assets, Finite-Lived, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets, Finite-Lived, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47388,15 +47389,15 @@ "elementType": "member", "internalId": "us-gaap:IntangibleAssetsNetExcludingGoodwill", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Intangible Assets, Net (Excluding Goodwill)" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Intangible Assets, Net (Excluding Goodwill)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets, Net (Excluding Goodwill)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47413,10 +47414,6 @@ "elementType": "member", "internalId": "us-gaap:InterestExpenseNonoperating", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Interest Expense, Nonoperating" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -47426,6 +47423,10 @@ "periodType": "duration", "prefLabel": "Interest Expense, Nonoperating", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Interest Expense, Nonoperating" + }, "substitutionGroup": "i:item" }, { @@ -47437,15 +47438,15 @@ "elementType": "member", "internalId": "us-gaap:InterimPeriodCostsNotAllocableDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Interim Period, Costs Not Allocable [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Interim Period, Costs Not Allocable [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Interim Period, Costs Not Allocable [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47462,15 +47463,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryFinishedGoodsNetOfReserves", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Finished Goods, Net of Reserves" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Finished Goods, Net of Reserves", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Finished Goods, Net of Reserves" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47487,15 +47488,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47515,15 +47516,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryNetAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Inventory, Net [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory, Net [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Net [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47539,15 +47540,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Inventory, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47564,15 +47565,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryRawMaterialsNetOfReserves", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Raw Materials, Net of Reserves" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Raw Materials, Net of Reserves", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Raw Materials, Net of Reserves" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47589,15 +47590,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryWorkInProcessNetOfReserves", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Work in Process, Net of Reserves" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Work in Process, Net of Reserves", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Work in Process, Net of Reserves" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47614,15 +47615,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryWriteDown", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory Write-down" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory Write-down", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory Write-down" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47639,15 +47640,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentIncomeInterest", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Investment Income, Interest" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Investment Income, Interest", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investment Income, Interest" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47663,15 +47664,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Investment, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investment, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investment, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47687,15 +47688,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentsDebtAndEquitySecuritiesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Investments, Debt and Equity Securities [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investments, Debt and Equity Securities [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investments, Debt and Equity Securities [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47711,15 +47712,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentsInDebtAndMarketableEquitySecuritiesAndCertainTradingAssetsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Investments in Debt and Marketable Equity Securities (and Certain Trading Assets) Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investments in Debt and Marketable Equity Securities (and Certain Trading Assets) Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investments in Debt and Marketable Equity Securities (and Certain Trading Assets) Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47734,16 +47735,16 @@ "dataType": "dtr-types:domainItemType", "elementType": "member", "internalId": "us-gaap:LandMember", - "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Land [Member]" - }, + "itemType": "string", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Land [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Land [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47759,15 +47760,15 @@ "elementType": "member", "internalId": "us-gaap:LeasesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Leases [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Leases [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Leases [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47783,15 +47784,15 @@ "elementType": "member", "internalId": "us-gaap:LegalCostsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Legal Costs, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Legal Costs, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Legal Costs, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47807,15 +47808,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeLeaseDescriptionLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Lessee, Lease, Description [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Lease, Description [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Lease, Description [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47831,15 +47832,15 @@ "elementType": "hypercube", "internalId": "us-gaap:LesseeLeaseDescriptionTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Lessee, Lease, Description [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Lease, Description [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Lease, Description [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -47855,15 +47856,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeLeasesPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Leases [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Leases [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Leases [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47879,15 +47880,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLeaseNotYetCommencedTermOfContract1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Lease Not yet Commenced, Term of Contract" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Lease Not yet Commenced, Term of Contract", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Lease Not yet Commenced, Term of Contract" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47903,15 +47904,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityMaturityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Maturity [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Maturity [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Maturity [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47928,15 +47929,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -47953,15 +47954,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueAfterYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, after Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, after Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, after Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -47978,15 +47979,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueNextTwelveMonths", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48003,15 +48004,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48028,15 +48029,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearFour", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Four" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Four", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Four" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48053,15 +48054,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearThree", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Three" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Three", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Three" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48078,15 +48079,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearTwo", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Two" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Two", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Two" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48103,15 +48104,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityUndiscountedExcessAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, Undiscounted Excess Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, Undiscounted Excess Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, Undiscounted Excess Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48127,15 +48128,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeasesTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Leases [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Operating Leases [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Leases [Text Block]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -48152,15 +48153,15 @@ "elementType": "member", "internalId": "us-gaap:Liabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Liabilities" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Liabilities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48177,15 +48178,15 @@ "elementType": "member", "internalId": "us-gaap:LiabilitiesAndStockholdersEquity", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Liabilities and Equity" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Liabilities and Equity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities and Equity" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48201,15 +48202,15 @@ "elementType": "member", "internalId": "us-gaap:LiabilitiesAndStockholdersEquityAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Liabilities and Equity [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Liabilities and Equity [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities and Equity [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48226,15 +48227,15 @@ "elementType": "member", "internalId": "us-gaap:LiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities, Current" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48250,15 +48251,15 @@ "elementType": "member", "internalId": "us-gaap:LiabilitiesCurrentAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Liabilities, Current [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Liabilities, Current [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities, Current [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48275,15 +48276,15 @@ "elementType": "member", "internalId": "us-gaap:LineOfCreditFacilityMaximumBorrowingCapacity", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Line of Credit Facility, Maximum Borrowing Capacity" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Line of Credit Facility, Maximum Borrowing Capacity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Line of Credit Facility, Maximum Borrowing Capacity" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48299,15 +48300,15 @@ "elementType": "member", "internalId": "us-gaap:LongLivedAssetsByGeographicAreasTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Long-Lived Assets by Geographic Areas [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Lived Assets by Geographic Areas [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Assets by Geographic Areas [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48324,15 +48325,15 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48349,10 +48350,6 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebtCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Current Maturities" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -48362,6 +48359,10 @@ "periodType": "instant", "prefLabel": "Long-Term Debt, Current Maturities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Current Maturities" + }, "substitutionGroup": "i:item" }, { @@ -48374,15 +48375,15 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebtFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt, Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48399,15 +48400,15 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebtNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Excluding Current Maturities" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt, Excluding Current Maturities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Excluding Current Maturities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48423,15 +48424,15 @@ "elementType": "axis", "internalId": "us-gaap:LongtermDebtTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Term Debt, Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -48447,15 +48448,15 @@ "elementType": "member", "internalId": "us-gaap:LongtermDebtTypeDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Type [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Term Debt, Type [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Type [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48472,15 +48473,15 @@ "elementType": "member", "internalId": "us-gaap:MarketableSecurities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Marketable Securities" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Marketable Securities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48496,15 +48497,15 @@ "elementType": "member", "internalId": "us-gaap:MarketableSecuritiesPolicy", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Marketable Securities, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Marketable Securities, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48520,15 +48521,15 @@ "elementType": "member", "internalId": "us-gaap:MaximumRemainingMaturityOfForeignCurrencyDerivatives1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Maximum Remaining Maturity of Foreign Currency Derivatives" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Maximum Remaining Maturity of Foreign Currency Derivatives", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Maximum Remaining Maturity of Foreign Currency Derivatives" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48544,15 +48545,15 @@ "elementType": "member", "internalId": "us-gaap:MoneyMarketFundsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Money Market Funds [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Money Market Funds [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Money Market Funds [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48568,15 +48569,15 @@ "elementType": "member", "internalId": "us-gaap:MovementInDeferredRevenueRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Movement in Deferred Revenue [Roll Forward]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Movement in Deferred Revenue [Roll Forward]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Movement in Deferred Revenue [Roll Forward]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48592,15 +48593,15 @@ "elementType": "member", "internalId": "us-gaap:MovementInStandardAndExtendedProductWarrantyIncreaseDecreaseRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Movement in Standard and Extended Product Warranty Accrual, Increase (Decrease) [Roll Forward]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Movement in Standard and Extended Product Warranty Accrual, Increase (Decrease) [Roll Forward]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Movement in Standard and Extended Product Warranty Accrual, Increase (Decrease) [Roll Forward]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48616,15 +48617,15 @@ "elementType": "member", "internalId": "us-gaap:MovementInValuationAllowancesAndReservesRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Movement in Valuation Allowances and Reserves [Roll Forward]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Movement in Valuation Allowances and Reserves [Roll Forward]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Movement in Valuation Allowances and Reserves [Roll Forward]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48640,15 +48641,15 @@ "elementType": "axis", "internalId": "us-gaap:NatureOfExpenseAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Nature of Expense [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Nature of Expense [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Nature of Expense [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -48665,15 +48666,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInFinancingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48689,15 +48690,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInFinancingActivitiesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48714,15 +48715,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInInvestingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48738,15 +48739,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInInvestingActivitiesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48762,15 +48763,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInOperatingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48786,15 +48787,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInOperatingActivitiesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48811,15 +48812,15 @@ "elementType": "member", "internalId": "us-gaap:NetIncomeLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Net Income (Loss) Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Net Income (Loss) Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Net Income (Loss) Attributable to Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48839,15 +48840,15 @@ "elementType": "member", "internalId": "us-gaap:NewAccountingPronouncementsPolicyPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "New Accounting Pronouncements, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "New Accounting Pronouncements, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "New Accounting Pronouncements, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48863,15 +48864,15 @@ "elementType": "member", "internalId": "us-gaap:NonUsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Non-US [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-US [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Non-US [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48888,15 +48889,15 @@ "elementType": "member", "internalId": "us-gaap:NoncurrentAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Lived Assets" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Lived Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Assets" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48912,15 +48913,15 @@ "elementType": "member", "internalId": "us-gaap:NondesignatedMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Not Designated as Hedging Instrument [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Not Designated as Hedging Instrument [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Not Designated as Hedging Instrument [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48937,15 +48938,15 @@ "elementType": "member", "internalId": "us-gaap:NonoperatingIncomeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Nonoperating Income (Expense)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Nonoperating Income (Expense)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Nonoperating Income (Expense)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -48961,15 +48962,15 @@ "elementType": "member", "internalId": "us-gaap:NumberOfReportableSegments", "itemType": "integer", - "label": { - "@language": "en-US", - "@value": "Number of Reportable Segments" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Number of Reportable Segments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Number of Reportable Segments" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -48986,15 +48987,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingExpenses", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Expenses" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Expenses", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Expenses" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -49010,15 +49011,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingExpensesAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Expenses [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Expenses [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Expenses [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49035,15 +49036,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingIncomeLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Income (Loss)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Income (Loss)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Income (Loss)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -49064,15 +49065,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseCost", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Cost" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Lease, Cost", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Cost" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49089,15 +49090,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -49114,15 +49115,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiabilityCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability, Current" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -49138,15 +49139,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiabilityCurrentStatementOfFinancialPositionExtensibleList", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability, Current, Statement of Financial Position [Extensible Enumeration]" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability, Current, Statement of Financial Position [Extensible Enumeration]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability, Current, Statement of Financial Position [Extensible Enumeration]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49163,15 +49164,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiabilityNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49188,15 +49189,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeasePayments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Payments" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Lease, Payments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Payments" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49213,15 +49214,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseRightOfUseAsset", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Right-of-Use Asset" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Right-of-Use Asset", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Right-of-Use Asset" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49237,15 +49238,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseWeightedAverageDiscountRatePercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Weighted Average Discount Rate, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Weighted Average Discount Rate, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Weighted Average Discount Rate, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49261,15 +49262,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseWeightedAverageRemainingLeaseTerm1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Weighted Average Remaining Lease Term" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Weighted Average Remaining Lease Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Weighted Average Remaining Lease Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49286,15 +49287,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLossCarryforwards", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Loss Carryforwards" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Loss Carryforwards", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Loss Carryforwards" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49310,15 +49311,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingSegmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Segments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Segments [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Segments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49334,15 +49335,15 @@ "elementType": "member", "internalId": "us-gaap:OrganizationConsolidationAndPresentationOfFinancialStatementsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Organization, Consolidation and Presentation of Financial Statements [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Organization, Consolidation and Presentation of Financial Statements [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Organization, Consolidation and Presentation of Financial Statements [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49359,15 +49360,15 @@ "elementType": "member", "internalId": "us-gaap:OtherAccruedLiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Accrued Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Accrued Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Accrued Liabilities, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49384,15 +49385,15 @@ "elementType": "member", "internalId": "us-gaap:OtherAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Assets" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Assets" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49409,15 +49410,15 @@ "elementType": "member", "internalId": "us-gaap:OtherAssetsNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Assets, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Assets, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Assets, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49434,15 +49435,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitment", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -49459,15 +49460,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueAfterFifthYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, after Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, after Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, after Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49484,15 +49485,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInFifthYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49509,15 +49510,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInFourthYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Four" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Four", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Four" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49534,15 +49535,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInNextTwelveMonths", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49559,15 +49560,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInSecondYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Two" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Two", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Two" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49584,15 +49585,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInThirdYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Three" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Three", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Three" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49608,15 +49609,15 @@ "elementType": "axis", "internalId": "us-gaap:OtherCommitmentsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Commitments [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Commitments [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitments [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -49632,15 +49633,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentsDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Commitments [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Commitments [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitments [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49657,15 +49658,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeAvailableforsaleSecuritiesAdjustmentNetOfTaxPortionAttributableToParent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Available-for-Sale Securities Adjustment, Net of Tax, Portion Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Available-for-Sale Securities Adjustment, Net of Tax, Portion Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Available-for-Sale Securities Adjustment, Net of Tax, Portion Attributable to Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49681,15 +49682,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeDerivativesQualifyingAsHedgesTaxPortionAttributableToParentAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification, Tax, Parent [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification, Tax, Parent [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification, Tax, Parent [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49705,15 +49706,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeLossAvailableForSaleSecuritiesAdjustmentBeforeReclassificationAdjustmentsNetOfTaxAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "OCI, Debt Securities, Available-for-Sale, Gain (Loss), before Adjustment, after Tax [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "OCI, Debt Securities, Available-for-Sale, Gain (Loss), before Adjustment, after Tax [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "OCI, Debt Securities, Available-for-Sale, Gain (Loss), before Adjustment, after Tax [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49730,15 +49731,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeLossCashFlowHedgeGainLossAfterReclassificationAndTaxParent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification and Tax, Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification and Tax, Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification and Tax, Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49754,15 +49755,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeLossNetOfTaxPeriodIncreaseDecreaseAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Net of Tax [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Net of Tax [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Net of Tax [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49779,15 +49780,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeLossNetOfTaxPortionAttributableToParent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Net of Tax, Portion Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Net of Tax, Portion Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Net of Tax, Portion Attributable to Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49808,15 +49809,15 @@ "elementType": "member", "internalId": "us-gaap:OtherLiabilitiesNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Liabilities, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Liabilities, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Liabilities, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49835,16 +49836,16 @@ "dataType": "xbrli:stringItemType", "elementType": "member", "internalId": "us-gaap:OtherLiabilitiesNoncurrentAbstract", - "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Liabilities, Noncurrent [Abstract]" - }, + "itemType": "string", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Liabilities, Noncurrent [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Liabilities, Noncurrent [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49861,10 +49862,6 @@ "elementType": "member", "internalId": "us-gaap:OtherNoncashIncomeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Noncash Income (Expense)" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -49874,6 +49871,10 @@ "periodType": "duration", "prefLabel": "Other Noncash Income (Expense)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Noncash Income (Expense)" + }, "substitutionGroup": "i:item" }, { @@ -49885,15 +49886,15 @@ "elementType": "member", "internalId": "us-gaap:OtherNoncurrentAssetsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Noncurrent Assets [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Noncurrent Assets [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Noncurrent Assets [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49909,15 +49910,15 @@ "elementType": "member", "internalId": "us-gaap:OtherNoncurrentLiabilitiesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Other Noncurrent Liabilities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Noncurrent Liabilities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Noncurrent Liabilities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49934,15 +49935,15 @@ "elementType": "member", "internalId": "us-gaap:OtherNonoperatingIncomeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Nonoperating Income (Expense)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Nonoperating Income (Expense)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Nonoperating Income (Expense)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49959,15 +49960,15 @@ "elementType": "member", "internalId": "us-gaap:OtherSundryLiabilitiesNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Sundry Liabilities, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Sundry Liabilities, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Sundry Liabilities, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -49984,10 +49985,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsForProceedsFromOtherInvestingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payment for (Proceeds from) Other Investing Activity" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -49997,6 +49994,10 @@ "periodType": "duration", "prefLabel": "Payment for (Proceeds from) Other Investing Activity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payment for (Proceeds from) Other Investing Activity" + }, "substitutionGroup": "i:item" }, { @@ -50009,10 +50010,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsForRepurchaseOfCommonStock", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments for Repurchase of Common Stock" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50022,6 +50019,10 @@ "periodType": "duration", "prefLabel": "Payments for Repurchase of Common Stock", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments for Repurchase of Common Stock" + }, "substitutionGroup": "i:item" }, { @@ -50034,10 +50035,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsOfDividends", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments of Dividends" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50047,6 +50044,10 @@ "periodType": "duration", "prefLabel": "Payments of Dividends", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments of Dividends" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50063,10 +50064,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsRelatedToTaxWithholdingForShareBasedCompensation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payment, Tax Withholding, Share-Based Payment Arrangement" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50076,6 +50073,10 @@ "periodType": "duration", "prefLabel": "Payment, Tax Withholding, Share-Based Payment Arrangement", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payment, Tax Withholding, Share-Based Payment Arrangement" + }, "substitutionGroup": "i:item" }, { @@ -50088,10 +50089,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireAvailableForSaleSecuritiesDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Debt Securities, Available-for-Sale" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -50101,6 +50098,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item" }, { @@ -50113,10 +50114,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireBusinessTwoNetOfCashAcquired", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Business Two, Net of Cash Acquired" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -50126,6 +50123,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Business Two, Net of Cash Acquired", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Business Two, Net of Cash Acquired" + }, "substitutionGroup": "i:item" }, { @@ -50138,15 +50139,15 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireBusinessesGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Businesses, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Payments to Acquire Businesses, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Businesses, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50163,10 +50164,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireBusinessesNetOfCashAcquired", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Businesses, Net of Cash Acquired" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50176,6 +50173,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Businesses, Net of Cash Acquired", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Businesses, Net of Cash Acquired" + }, "substitutionGroup": "i:item" }, { @@ -50188,10 +50189,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireEquitySecuritiesFvNi", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Equity Securities, FV-NI" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50201,6 +50198,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Equity Securities, FV-NI", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Equity Securities, FV-NI" + }, "substitutionGroup": "i:item" }, { @@ -50213,10 +50214,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireProductiveAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Productive Assets" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50226,6 +50223,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Productive Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Productive Assets" + }, "substitutionGroup": "i:item" }, { @@ -50237,15 +50238,15 @@ "elementType": "member", "internalId": "us-gaap:PensionAndOtherPostretirementBenefitsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Retirement Benefits [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Retirement Benefits [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retirement Benefits [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50261,15 +50262,15 @@ "elementType": "member", "internalId": "us-gaap:PerformanceSharesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Performance Shares [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Performance Shares [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Performance Shares [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50285,15 +50286,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockParOrStatedValuePerShare", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Par or Stated Value Per Share" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Par or Stated Value Per Share", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Par or Stated Value Per Share" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50309,15 +50310,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockSharesAuthorized", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Shares Authorized" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Shares Authorized", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Shares Authorized" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50333,15 +50334,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockSharesIssued", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Shares Issued" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Shares Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Shares Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50358,15 +50359,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockValueOutstanding", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Value, Outstanding" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Value, Outstanding", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Value, Outstanding" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50383,15 +50384,15 @@ "elementType": "member", "internalId": "us-gaap:PrepaidExpenseAndOtherAssetsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Prepaid Expense and Other Assets, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Prepaid Expense and Other Assets, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Prepaid Expense and Other Assets, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50408,15 +50409,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromMaturitiesPrepaymentsAndCallsOfAvailableForSaleSecurities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Maturities, Prepayments and Calls of Debt Securities, Available-for-Sale" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Maturities, Prepayments and Calls of Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Maturities, Prepayments and Calls of Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50433,15 +50434,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromPaymentsForOtherFinancingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from (Payment for) Other Financing Activity" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from (Payment for) Other Financing Activity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from (Payment for) Other Financing Activity" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50458,15 +50459,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromSaleOfAvailableForSaleSecuritiesDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Sale of Debt Securities, Available-for-Sale" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Sale of Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Sale of Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50483,15 +50484,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromSaleOfEquitySecuritiesFvNi", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Sale of Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Sale of Equity Securities, FV-NI", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Sale of Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50508,15 +50509,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromStockPlans", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Stock Plans" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Stock Plans", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Stock Plans" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50533,10 +50534,6 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrual", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Standard and Extended Product Warranty Accrual" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -50550,6 +50547,10 @@ "periodType": "instant", "prefLabel": "Standard and Extended Product Warranty Accrual", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Standard and Extended Product Warranty Accrual" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50566,15 +50567,15 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrualClassifiedCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Product Warranty Accrual, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Product Warranty Accrual, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Product Warranty Accrual, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50591,10 +50592,6 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrualPayments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Standard and Extended Product Warranty Accrual, Decrease for Payments" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -50604,6 +50601,10 @@ "periodType": "duration", "prefLabel": "Standard and Extended Product Warranty Accrual, Decrease for Payments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Standard and Extended Product Warranty Accrual, Decrease for Payments" + }, "substitutionGroup": "i:item" }, { @@ -50616,15 +50617,15 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrualWarrantiesIssued", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Standard and Extended Product Warranty Accrual, Increase for Warranties Issued" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Standard and Extended Product Warranty Accrual, Increase for Warranties Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Standard and Extended Product Warranty Accrual, Increase for Warranties Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50640,15 +50641,15 @@ "elementType": "axis", "internalId": "us-gaap:PropertyPlantAndEquipmentByTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Long-Lived Tangible Asset [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Lived Tangible Asset [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Tangible Asset [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -50665,15 +50666,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Property, Plant and Equipment, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50689,15 +50690,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Property, Plant and Equipment [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50714,15 +50715,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Property, Plant and Equipment, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50742,15 +50743,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Property, Plant and Equipment, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50766,15 +50767,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Property, Plant and Equipment [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50790,15 +50791,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentTypeDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Long-Lived Tangible Asset [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Lived Tangible Asset [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Tangible Asset [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50814,15 +50815,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentUsefulLife", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Useful Life" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Property, Plant and Equipment, Useful Life", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Useful Life" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50838,15 +50839,15 @@ "elementType": "member", "internalId": "us-gaap:ReconciliationOfUnrecognizedTaxBenefitsExcludingAmountsPertainingToExaminedTaxReturnsRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits [Roll Forward]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits [Roll Forward]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits [Roll Forward]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50863,10 +50864,6 @@ "elementType": "member", "internalId": "us-gaap:RepaymentsOfDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Repayments of Debt" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -50876,6 +50873,10 @@ "periodType": "duration", "prefLabel": "Repayments of Debt", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Repayments of Debt" + }, "substitutionGroup": "i:item" }, { @@ -50888,15 +50889,15 @@ "elementType": "member", "internalId": "us-gaap:ResearchAndDevelopmentExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Research and Development Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Research and Development Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Research and Development Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50912,15 +50913,15 @@ "elementType": "member", "internalId": "us-gaap:ResearchAndDevelopmentExpenseMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Research and Development Expense [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Research and Development Expense [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Research and Development Expense [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -50937,15 +50938,15 @@ "elementType": "member", "internalId": "us-gaap:RestrictedInvestmentsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Restricted Investments, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Restricted Investments, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Restricted Investments, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50962,15 +50963,15 @@ "elementType": "member", "internalId": "us-gaap:RetainedEarningsAccumulatedDeficit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Retained Earnings (Accumulated Deficit)" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Retained Earnings (Accumulated Deficit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retained Earnings (Accumulated Deficit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -50986,15 +50987,15 @@ "elementType": "member", "internalId": "us-gaap:RetainedEarningsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Retained Earnings [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Retained Earnings [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retained Earnings [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51010,15 +51011,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueFromContractWithCustomerPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Revenue from Contract with Customer [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue from Contract with Customer [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue from Contract with Customer [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51035,15 +51036,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51059,15 +51060,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligationExpectedTimingOfSatisfactionLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51083,15 +51084,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligationExpectedTimingOfSatisfactionPeriod1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Period" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51107,15 +51108,15 @@ "elementType": "axis", "internalId": "us-gaap:RevenueRemainingPerformanceObligationExpectedTimingOfSatisfactionStartDateAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Start Date [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Start Date [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Start Date [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -51131,15 +51132,15 @@ "elementType": "hypercube", "internalId": "us-gaap:RevenueRemainingPerformanceObligationExpectedTimingOfSatisfactionTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51155,15 +51156,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligationPercentage", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Percentage" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Percentage", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Percentage" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51180,15 +51181,15 @@ "elementType": "member", "internalId": "us-gaap:Revenues", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Revenues" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Revenues", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenues" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51208,15 +51209,15 @@ "elementType": "member", "internalId": "us-gaap:RevenuesFromExternalCustomersAndLongLivedAssetsLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenues from External Customers and Long-Lived Assets [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenues from External Customers and Long-Lived Assets [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenues from External Customers and Long-Lived Assets [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51233,15 +51234,15 @@ "elementType": "member", "internalId": "us-gaap:RightOfUseAssetObtainedInExchangeForOperatingLeaseLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Right-of-Use Asset Obtained in Exchange for Operating Lease Liability" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Right-of-Use Asset Obtained in Exchange for Operating Lease Liability", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Right-of-Use Asset Obtained in Exchange for Operating Lease Liability" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51257,15 +51258,15 @@ "elementType": "member", "internalId": "us-gaap:SalesRevenueNetMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue Benchmark [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue Benchmark [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue Benchmark [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51281,15 +51282,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfAccountsPayableAndAccruedLiabilitiesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Accounts Payable and Accrued Liabilities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Accounts Payable and Accrued Liabilities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Accounts Payable and Accrued Liabilities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51305,15 +51306,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfAvailableForSaleSecuritiesLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Securities, Available-for-Sale [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51329,15 +51330,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfBusinessAcquisitionsByAcquisitionTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Business Combination [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51353,15 +51354,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfCashFlowSupplementalDisclosuresTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Cash Flow, Supplemental Disclosures [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Cash Flow, Supplemental Disclosures [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Cash Flow, Supplemental Disclosures [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51377,15 +51378,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfComponentsOfIncomeTaxExpenseBenefitTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Components of Income Tax Expense (Benefit) [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Components of Income Tax Expense (Benefit) [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Components of Income Tax Expense (Benefit) [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51401,15 +51402,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfDebtInstrumentsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Long-Term Debt Instruments [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Long-Term Debt Instruments [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Long-Term Debt Instruments [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51425,15 +51426,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfDeferredTaxAssetsAndLiabilitiesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Deferred Tax Assets and Liabilities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Deferred Tax Assets and Liabilities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Deferred Tax Assets and Liabilities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51449,15 +51450,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfEffectiveIncomeTaxRateReconciliationTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Effective Income Tax Rate Reconciliation [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Effective Income Tax Rate Reconciliation [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Effective Income Tax Rate Reconciliation [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51473,15 +51474,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfEmployeeServiceShareBasedCompensationAllocationOfRecognizedPeriodCostsTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51497,15 +51498,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfEmployeeServiceShareBasedCompensationAllocationOfRecognizedPeriodCostsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51521,15 +51522,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfEntityWideInformationRevenueFromExternalCustomersByProductsAndServicesTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segment Reporting, Revenue from External Customer, Product and Service [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting, Revenue from External Customer, Product and Service [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting, Revenue from External Customer, Product and Service [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51545,15 +51546,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfEntityWideInformationRevenueFromExternalCustomersByProductsAndServicesTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Revenue from External Customers by Products and Services [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue from External Customers by Products and Services [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue from External Customers by Products and Services [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51569,15 +51570,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfFiniteLivedIntangibleAssetsTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Intangible Asset, Finite-Lived [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Asset, Finite-Lived [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Asset, Finite-Lived [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51593,15 +51594,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfFiniteLivedIntangibleAssetsTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Finite-Lived Intangible Assets [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Finite-Lived Intangible Assets [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Finite-Lived Intangible Assets [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51617,15 +51618,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfGoodwillTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Goodwill [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51641,15 +51642,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfIncomeBeforeIncomeTaxDomesticAndForeignTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Income before Income Tax, Domestic and Foreign [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Income before Income Tax, Domestic and Foreign [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Income before Income Tax, Domestic and Foreign [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51665,15 +51666,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfInventoryCurrentTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Inventory, Current [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Inventory, Current [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Inventory, Current [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51689,15 +51690,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfNotionalAmountsOfOutstandingDerivativePositionsTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Notional Amounts of Outstanding Derivative Positions [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Notional Amounts of Outstanding Derivative Positions [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Notional Amounts of Outstanding Derivative Positions [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51713,15 +51714,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfProductWarrantyLiabilityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Product Warranty Liability [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Product Warranty Liability [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Product Warranty Liability [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51737,15 +51738,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfPropertyPlantAndEquipmentTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Property, Plant and Equipment [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51761,15 +51762,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfRevenuesFromExternalCustomersAndLongLivedAssetsByGeographicalAreasTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Revenue from External Customers and Long-Lived Assets, by Geographical Areas [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Revenue from External Customers and Long-Lived Assets, by Geographical Areas [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Revenue from External Customers and Long-Lived Assets, by Geographical Areas [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51785,15 +51786,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfRevenuesFromExternalCustomersAndLongLivedAssetsTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Schedule of Revenues from External Customers and Long-Lived Assets [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Revenues from External Customers and Long-Lived Assets [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Revenues from External Customers and Long-Lived Assets [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51809,15 +51810,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfSegmentReportingInformationBySegmentTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Schedule of Segment Reporting Information, by Segment [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Segment Reporting Information, by Segment [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Segment Reporting Information, by Segment [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51833,15 +51834,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfSegmentReportingInformationBySegmentTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Segment Reporting Information, by Segment [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Segment Reporting Information, by Segment [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Segment Reporting Information, by Segment [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51857,15 +51858,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfShareBasedCompensationActivityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Activity [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Activity [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Activity [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51881,15 +51882,15 @@ "elementType": "hypercube", "internalId": "us-gaap:ScheduleOfShareBasedCompensationArrangementsByShareBasedPaymentAwardTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Schedule of Share-Based Compensation Arrangements by Share-Based Payment Award [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Share-Based Compensation Arrangements by Share-Based Payment Award [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Share-Based Compensation Arrangements by Share-Based Payment Award [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -51905,15 +51906,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfShareBasedPaymentAwardStockOptionsValuationAssumptionsTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Share-Based Payment Award, Stock Options, Valuation Assumptions [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Share-Based Payment Award, Stock Options, Valuation Assumptions [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Share-Based Payment Award, Stock Options, Valuation Assumptions [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51928,16 +51929,16 @@ "dataType": "dtr-types:textBlockItemType", "elementType": "member", "internalId": "us-gaap:ScheduleOfUnrecognizedTaxBenefitsRollForwardTableTextBlock", - "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Unrecognized Tax Benefits Roll Forward [Table Text Block]" - }, + "itemType": "textBlock", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Unrecognized Tax Benefits Roll Forward [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Unrecognized Tax Benefits Roll Forward [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51953,15 +51954,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfWeightedAverageNumberOfSharesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Weighted Average Number of Shares [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Weighted Average Number of Shares [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Weighted Average Number of Shares [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -51977,15 +51978,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleofFiniteLivedIntangibleAssetsFutureAmortizationExpenseTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Finite-Lived Intangible Assets, Future Amortization Expense [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Finite-Lived Intangible Assets, Future Amortization Expense [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Finite-Lived Intangible Assets, Future Amortization Expense [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52001,15 +52002,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segments [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segments [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segments [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52025,15 +52026,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentReportingAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segment Reporting [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52049,15 +52050,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentReportingDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Segment Reporting Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52073,15 +52074,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentReportingInformationLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segment Reporting Information [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting Information [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting Information [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52098,15 +52099,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentReportingOtherItemAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Segment Reporting, Other Segment Item, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting, Other Segment Item, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting, Other Segment Item, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52123,15 +52124,15 @@ "elementType": "member", "internalId": "us-gaap:SellingGeneralAndAdministrativeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Selling, General and Administrative Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Selling, General and Administrative Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Selling, General and Administrative Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52147,15 +52148,15 @@ "elementType": "member", "internalId": "us-gaap:SellingGeneralAndAdministrativeExpensesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Selling, General and Administrative Expenses [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Selling, General and Administrative Expenses [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Selling, General and Administrative Expenses [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -52172,15 +52173,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Noncash Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Noncash Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Noncash Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52196,15 +52197,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardAwardVestingPeriod1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Award Vesting Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Award Vesting Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Award Vesting Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52220,10 +52221,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsForfeitedInPeriod", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeited in Period" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -52233,6 +52230,10 @@ "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeited in Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeited in Period" + }, "substitutionGroup": "i:item" }, { @@ -52244,15 +52245,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsForfeituresWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeitures, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeitures, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeitures, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -52268,15 +52269,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriod", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52296,15 +52297,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriodWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52324,10 +52325,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodEndLabel": { @@ -52341,6 +52338,10 @@ "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item" }, { @@ -52352,15 +52353,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedWeightedAverageGrantDateFairValueRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52376,10 +52377,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriod", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -52389,6 +52386,10 @@ "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period" + }, "substitutionGroup": "i:item" }, { @@ -52401,15 +52402,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodTotalFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52425,15 +52426,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52449,15 +52450,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsAndMethodologyAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions and Methodology [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions and Methodology [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions and Methodology [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52473,15 +52474,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsExpectedDividendRate", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Dividend Rate" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Dividend Rate", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Dividend Rate" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52497,15 +52498,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsExpectedVolatilityRateMaximum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Maximum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Maximum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Maximum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52521,15 +52522,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsExpectedVolatilityRateMinimum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Minimum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Minimum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Minimum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52545,15 +52546,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsRiskFreeInterestRateMaximum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Maximum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Maximum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Maximum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52569,15 +52570,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsRiskFreeInterestRateMinimum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Minimum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Minimum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Minimum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52593,15 +52594,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52617,15 +52618,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardMaximumEmployeeSubscriptionRate", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Maximum Employee Subscription Rate" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Maximum Employee Subscription Rate", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Maximum Employee Subscription Rate" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52641,10 +52642,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardNonOptionEquityInstrumentsOutstandingNumber", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding, Number" - }, "monetary": "false", "nillable": "true", "periodEndLabel": { @@ -52658,6 +52655,10 @@ "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding, Number", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding, Number" + }, "substitutionGroup": "i:item" }, { @@ -52669,15 +52670,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardNonOptionEquityInstrumentsOutstandingRollForward", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding [Roll Forward]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding [Roll Forward]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding [Roll Forward]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52693,15 +52694,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAvailableForGrant", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Number of Shares Available for Grant" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Number of Shares Available for Grant", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Number of Shares Available for Grant" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52717,15 +52718,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardPerShareWeightedAveragePriceOfSharesPurchased", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Per Share Weighted Average Price of Shares Purchased" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Per Share Weighted Average Price of Shares Purchased", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Per Share Weighted Average Price of Shares Purchased" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52741,15 +52742,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementsByShareBasedPaymentAwardAwardTypeAndPlanNameDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Award Type [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Type [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Award Type [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52765,15 +52766,15 @@ "elementType": "member", "internalId": "us-gaap:SharebasedCompensationArrangementBySharebasedPaymentAwardFairValueAssumptionsExpectedTerm1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Term" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52789,15 +52790,15 @@ "elementType": "member", "internalId": "us-gaap:SharebasedCompensationArrangementBySharebasedPaymentAwardPurchasePriceOfCommonStockPercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Purchase Price of Common Stock, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Purchase Price of Common Stock, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Purchase Price of Common Stock, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52813,10 +52814,6 @@ "elementType": "member", "internalId": "us-gaap:SharesPaidForTaxWithholdingForShareBasedCompensation", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Shares Withheld for Tax Withholding Obligation" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -52826,6 +52823,10 @@ "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Shares Withheld for Tax Withholding Obligation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Shares Withheld for Tax Withholding Obligation" + }, "substitutionGroup": "i:item" }, { @@ -52837,15 +52838,15 @@ "elementType": "member", "internalId": "us-gaap:SignificantAccountingPoliciesTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Significant Accounting Policies [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Significant Accounting Policies [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Significant Accounting Policies [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52861,15 +52862,15 @@ "elementType": "member", "internalId": "us-gaap:StateAndLocalJurisdictionMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "State and Local Jurisdiction [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "State and Local Jurisdiction [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "State and Local Jurisdiction [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52885,15 +52886,15 @@ "elementType": "member", "internalId": "us-gaap:StateAndLocalTaxJurisdictionOtherMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "State and Local Tax Jurisdiction, Other [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "State and Local Tax Jurisdiction, Other [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "State and Local Tax Jurisdiction, Other [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52909,15 +52910,15 @@ "elementType": "axis", "internalId": "us-gaap:StatementBusinessSegmentsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segments [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segments [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segments [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -52933,15 +52934,15 @@ "elementType": "axis", "internalId": "us-gaap:StatementEquityComponentsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity Components [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Components [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Components [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -52957,15 +52958,15 @@ "elementType": "member", "internalId": "us-gaap:StatementLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -52981,15 +52982,15 @@ "elementType": "member", "internalId": "us-gaap:StatementOfCashFlowsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Cash Flows [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Cash Flows [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Cash Flows [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53005,15 +53006,15 @@ "elementType": "member", "internalId": "us-gaap:StatementOfFinancialPositionAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Financial Position [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Financial Position [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Financial Position [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53029,15 +53030,15 @@ "elementType": "member", "internalId": "us-gaap:StatementOfIncomeAndComprehensiveIncomeAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Comprehensive Income [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Comprehensive Income [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Comprehensive Income [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53053,15 +53054,15 @@ "elementType": "member", "internalId": "us-gaap:StatementOfStockholdersEquityAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Stockholders' Equity [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Stockholders' Equity [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Stockholders' Equity [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53077,15 +53078,15 @@ "elementType": "hypercube", "internalId": "us-gaap:StatementTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -53101,15 +53102,15 @@ "elementType": "member", "internalId": "us-gaap:StockAppreciationRightsSARSMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Stock Appreciation Rights (SARs) [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Appreciation Rights (SARs) [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Appreciation Rights (SARs) [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53125,15 +53126,15 @@ "elementType": "member", "internalId": "us-gaap:StockIssuedDuringPeriodSharesNewIssues", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Stock Issued During Period, Shares, New Issues" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Issued During Period, Shares, New Issues", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Issued During Period, Shares, New Issues" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53150,15 +53151,15 @@ "elementType": "member", "internalId": "us-gaap:StockIssuedDuringPeriodValueNewIssues", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Stock Issued During Period, Value, New Issues" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Issued During Period, Value, New Issues", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Issued During Period, Value, New Issues" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53175,15 +53176,15 @@ "elementType": "member", "internalId": "us-gaap:StockRepurchaseProgramRemainingAuthorizedRepurchaseAmount1", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share Repurchase Program, Remaining Authorized, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Share Repurchase Program, Remaining Authorized, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share Repurchase Program, Remaining Authorized, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53199,10 +53200,6 @@ "elementType": "member", "internalId": "us-gaap:StockRepurchasedAndRetiredDuringPeriodShares", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Stock Repurchased and Retired During Period, Shares" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -53212,6 +53209,10 @@ "periodType": "duration", "prefLabel": "Stock Repurchased and Retired During Period, Shares", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Repurchased and Retired During Period, Shares" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53228,10 +53229,6 @@ "elementType": "member", "internalId": "us-gaap:StockRepurchasedAndRetiredDuringPeriodValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Stock Repurchased and Retired During Period, Value" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -53241,6 +53238,10 @@ "periodType": "duration", "prefLabel": "Stock Repurchased and Retired During Period, Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Repurchased and Retired During Period, Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53257,10 +53258,6 @@ "elementType": "member", "internalId": "us-gaap:StockholdersEquity", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity, Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -53274,6 +53271,10 @@ "periodType": "instant", "prefLabel": "Equity, Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity, Attributable to Parent" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -53289,15 +53290,15 @@ "elementType": "member", "internalId": "us-gaap:StockholdersEquityIncludingPortionAttributableToNoncontrollingInterestAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity, Including Portion Attributable to Noncontrolling Interest [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity, Including Portion Attributable to Noncontrolling Interest [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity, Including Portion Attributable to Noncontrolling Interest [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53313,15 +53314,15 @@ "elementType": "member", "internalId": "us-gaap:StockholdersEquityNoteDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53337,15 +53338,15 @@ "elementType": "member", "internalId": "us-gaap:SubsequentEventMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Subsequent Event [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Subsequent Event [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Subsequent Event [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53361,15 +53362,15 @@ "elementType": "axis", "internalId": "us-gaap:SubsequentEventTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Subsequent Event Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Subsequent Event Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Subsequent Event Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -53385,15 +53386,15 @@ "elementType": "member", "internalId": "us-gaap:SubsequentEventTypeDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Subsequent Event Type [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Subsequent Event Type [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Subsequent Event Type [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53409,15 +53410,15 @@ "elementType": "member", "internalId": "us-gaap:SupplementalBalanceSheetDisclosuresTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Supplemental Balance Sheet Disclosures [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Supplemental Balance Sheet Disclosures [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Supplemental Balance Sheet Disclosures [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53433,15 +53434,15 @@ "elementType": "member", "internalId": "us-gaap:SupplementalCashFlowInformationAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Supplemental Cash Flow Information [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Supplemental Cash Flow Information [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Supplemental Cash Flow Information [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53457,15 +53458,15 @@ "elementType": "member", "internalId": "us-gaap:SupplyCommitmentLineItems", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Supply Commitment [Line Items]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Supply Commitment [Line Items]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Supply Commitment [Line Items]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53481,15 +53482,15 @@ "elementType": "hypercube", "internalId": "us-gaap:SupplyCommitmentTable", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Supply Commitment [Table]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Supply Commitment [Table]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Supply Commitment [Table]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:hypercubeItem", "terseLabel": { "@language": "en-US", @@ -53506,15 +53507,15 @@ "elementType": "member", "internalId": "us-gaap:TaxCreditCarryforwardAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Tax Credit Carryforward, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Tax Credit Carryforward, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Tax Credit Carryforward, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53530,15 +53531,15 @@ "elementType": "axis", "internalId": "us-gaap:TaxCreditCarryforwardAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Tax Credit Carryforward [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Tax Credit Carryforward [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Tax Credit Carryforward [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -53554,15 +53555,15 @@ "elementType": "member", "internalId": "us-gaap:TaxCreditCarryforwardNameDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Tax Credit Carryforward, Name [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Tax Credit Carryforward, Name [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Tax Credit Carryforward, Name [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53579,15 +53580,15 @@ "elementType": "member", "internalId": "us-gaap:TaxesPayableCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Taxes Payable, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Taxes Payable, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Taxes Payable, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53603,15 +53604,15 @@ "elementType": "member", "internalId": "us-gaap:TransfersAndServicingOfFinancialInstrumentsTypesOfFinancialInstrumentsDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Financial Instruments [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Financial Instruments [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Financial Instruments [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53627,15 +53628,15 @@ "elementType": "member", "internalId": "us-gaap:USGovernmentAgenciesDebtSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "US Government Agencies Debt Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "US Government Agencies Debt Securities [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "US Government Agencies Debt Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53651,15 +53652,15 @@ "elementType": "member", "internalId": "us-gaap:USTreasurySecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "US Treasury Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "US Treasury Securities [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "US Treasury Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53676,15 +53677,15 @@ "elementType": "member", "internalId": "us-gaap:UnbilledContractsReceivable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unbilled Contracts Receivable" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unbilled Contracts Receivable", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unbilled Contracts Receivable" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53701,15 +53702,15 @@ "elementType": "member", "internalId": "us-gaap:UndistributedEarningsOfForeignSubsidiaries", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Undistributed Earnings of Foreign Subsidiaries" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Undistributed Earnings of Foreign Subsidiaries", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Undistributed Earnings of Foreign Subsidiaries" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53726,10 +53727,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefits", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -53743,6 +53740,10 @@ "periodType": "instant", "prefLabel": "Unrecognized Tax Benefits", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits" + }, "substitutionGroup": "i:item" }, { @@ -53755,10 +53756,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsDecreasesResultingFromPriorPeriodTaxPositions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Decrease Resulting from Prior Period Tax Positions" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -53768,6 +53765,10 @@ "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Decrease Resulting from Prior Period Tax Positions", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Decrease Resulting from Prior Period Tax Positions" + }, "substitutionGroup": "i:item" }, { @@ -53780,10 +53781,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsDecreasesResultingFromSettlementsWithTaxingAuthorities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Decrease Resulting from Settlements with Taxing Authorities" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -53793,6 +53790,10 @@ "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Decrease Resulting from Settlements with Taxing Authorities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Decrease Resulting from Settlements with Taxing Authorities" + }, "substitutionGroup": "i:item" }, { @@ -53805,15 +53806,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncomeTaxPenaltiesAndInterestAccrued", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Accrued" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Accrued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Accrued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53830,15 +53831,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncomeTaxPenaltiesAndInterestExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53855,15 +53856,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncreasesResultingFromCurrentPeriodTaxPositions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Increase Resulting from Current Period Tax Positions" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Increase Resulting from Current Period Tax Positions", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Increase Resulting from Current Period Tax Positions" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53880,15 +53881,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncreasesResultingFromPriorPeriodTaxPositions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Increase Resulting from Prior Period Tax Positions" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Increase Resulting from Prior Period Tax Positions", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Increase Resulting from Prior Period Tax Positions" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53905,10 +53906,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsReductionsResultingFromLapseOfApplicableStatuteOfLimitations", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Reduction Resulting from Lapse of Applicable Statute of Limitations" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -53918,6 +53915,10 @@ "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Reduction Resulting from Lapse of Applicable Statute of Limitations", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Reduction Resulting from Lapse of Applicable Statute of Limitations" + }, "substitutionGroup": "i:item" }, { @@ -53930,15 +53931,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsThatWouldImpactEffectiveTaxRate", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits that Would Impact Effective Tax Rate" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unrecognized Tax Benefits that Would Impact Effective Tax Rate", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits that Would Impact Effective Tax Rate" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53955,15 +53956,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecordedUnconditionalPurchaseObligationBalanceSheetAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecorded Unconditional Purchase Obligation" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unrecorded Unconditional Purchase Obligation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecorded Unconditional Purchase Obligation" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -53979,15 +53980,15 @@ "elementType": "member", "internalId": "us-gaap:UseOfEstimates", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Use of Estimates, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Use of Estimates, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Use of Estimates, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54004,10 +54005,6 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowanceDeferredTaxAssetChangeInAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Valuation Allowance, Deferred Tax Asset, Increase (Decrease), Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -54017,6 +54014,10 @@ "periodType": "duration", "prefLabel": "Valuation Allowance, Deferred Tax Asset, Increase (Decrease), Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Valuation Allowance, Deferred Tax Asset, Increase (Decrease), Amount" + }, "substitutionGroup": "i:item" }, { @@ -54027,16 +54028,16 @@ "dataType": "dtr-types:domainItemType", "elementType": "member", "internalId": "us-gaap:ValuationAllowanceOfDeferredTaxAssetsMember", - "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowance, Deferred Tax Asset [Member]" - }, + "itemType": "string", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowance, Deferred Tax Asset [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowance, Deferred Tax Asset [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54053,10 +54054,6 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesBalance", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Amount" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -54070,6 +54067,10 @@ "periodType": "instant", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Amount" + }, "substitutionGroup": "i:item" }, { @@ -54082,15 +54083,15 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesChargedToCostAndExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Additions, Charge to Cost and Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Additions, Charge to Cost and Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Additions, Charge to Cost and Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54107,10 +54108,6 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesDeductions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Deduction" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -54120,6 +54117,10 @@ "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Deduction", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Deduction" + }, "substitutionGroup": "i:item" }, { @@ -54131,15 +54132,15 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesDomain", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves [Domain]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves [Domain]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves [Domain]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54155,15 +54156,15 @@ "elementType": "axis", "internalId": "us-gaap:ValuationAllowancesAndReservesTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -54179,15 +54180,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberDilutedSharesOutstandingAdjustment", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding, Diluted, Adjustment" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding, Diluted, Adjustment", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding, Diluted, Adjustment" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54203,15 +54204,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberOfDilutedSharesOutstanding", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding, Diluted" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding, Diluted", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding, Diluted" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54231,15 +54232,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberOfSharesOutstandingBasic", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding, Basic" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding, Basic", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding, Basic" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54259,15 +54260,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberOfSharesOutstandingDilutedDisclosureItemsAbstract", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding Reconciliation [Abstract]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding Reconciliation [Abstract]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding Reconciliation [Abstract]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54288,15 +54289,15 @@ "elementType": "member", "internalId": "country:IL", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "ISRAEL" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "ISRAEL", "source": "country", + "standardLabel": { + "@language": "en-US", + "@value": "ISRAEL" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54312,15 +54313,15 @@ "elementType": "member", "internalId": "country:TW", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "TAIWAN" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "TAIWAN", "source": "country", + "standardLabel": { + "@language": "en-US", + "@value": "TAIWAN" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54336,15 +54337,15 @@ "elementType": "member", "internalId": "country:US", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "UNITED STATES" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "UNITED STATES", "source": "country", + "standardLabel": { + "@language": "en-US", + "@value": "UNITED STATES" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -54360,15 +54361,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskBoardCommitteeOrSubcommitteeResponsibleForOversightTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Board Committee or Subcommittee Responsible for Oversight [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Board Committee or Subcommittee Responsible for Oversight [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Board Committee or Subcommittee Responsible for Oversight [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54380,15 +54381,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskBoardOfDirectorsOversightTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Board of Directors Oversight [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Board of Directors Oversight [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Board of Directors Oversight [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54400,15 +54401,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementExpertiseOfManagementResponsibleTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Expertise of Management Responsible [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Expertise of Management Responsible [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Expertise of Management Responsible [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54420,15 +54421,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementPositionsOrCommitteesResponsibleFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Positions or Committees Responsible [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -54440,15 +54441,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementPositionsOrCommitteesResponsibleReportToBoardFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Positions or Committees Responsible Report to Board [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Positions or Committees Responsible Report to Board [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Positions or Committees Responsible Report to Board [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -54460,15 +54461,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementPositionsOrCommitteesResponsibleTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Positions or Committees Responsible [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Positions or Committees Responsible [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54480,15 +54481,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementProcessesForAssessingIdentifyingAndManagingThreatsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Processes for Assessing, Identifying, and Managing Threats [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Processes for Assessing, Identifying, and Managing Threats [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Processes for Assessing, Identifying, and Managing Threats [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54500,15 +54501,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementProcessesIntegratedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Processes Integrated [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Processes Integrated [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Processes Integrated [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -54520,15 +54521,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementProcessesIntegratedTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Processes Integrated [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Processes Integrated [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Processes Integrated [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54540,15 +54541,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskManagementThirdPartyEngagedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Management Third Party Engaged [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Management Third Party Engaged [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Management Third Party Engaged [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -54560,15 +54561,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskMateriallyAffectedOrReasonablyLikelyToMateriallyAffectRegistrantFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Materially Affected or Reasonably Likely to Materially Affect Registrant [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -54580,15 +54581,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskProcessForInformingBoardCommitteeOrSubcommitteeResponsibleForOversightTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Process for Informing Board Committee or Subcommittee Responsible for Oversight [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Process for Informing Board Committee or Subcommittee Responsible for Oversight [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Process for Informing Board Committee or Subcommittee Responsible for Oversight [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54600,15 +54601,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskProcessForInformingManagementOrCommitteesResponsibleTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Process for Informing Management or Committees Responsible [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Process for Informing Management or Committees Responsible [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Process for Informing Management or Committees Responsible [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54620,15 +54621,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskRoleOfManagementTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Role of Management [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Role of Management [Text Block]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Role of Management [Text Block]" + }, "substitutionGroup": "i:item" }, { @@ -54640,15 +54641,15 @@ "elementType": "member", "internalId": "cyd:CybersecurityRiskThirdPartyOversightAndIdentificationProcessesFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Cybersecurity Risk Third Party Oversight and Identification Processes [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cybersecurity Risk Third Party Oversight and Identification Processes [Flag]", "source": "cyd", + "standardLabel": { + "@language": "en-US", + "@value": "Cybersecurity Risk Third Party Oversight and Identification Processes [Flag]" + }, "substitutionGroup": "i:item" }, { @@ -54660,15 +54661,15 @@ "elementType": "member", "internalId": "dei:AmendmentFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Amendment Flag" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Amendment Flag", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Amendment Flag" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54684,15 +54685,15 @@ "elementType": "member", "internalId": "dei:AuditorFirmId", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Auditor Firm ID" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Auditor Firm ID", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Auditor Firm ID" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54708,15 +54709,15 @@ "elementType": "member", "internalId": "dei:AuditorLocation", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Auditor Location" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Auditor Location", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Auditor Location" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54732,15 +54733,15 @@ "elementType": "member", "internalId": "dei:AuditorName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Auditor Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Auditor Name", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Auditor Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54756,15 +54757,15 @@ "elementType": "member", "internalId": "dei:CityAreaCode", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "City Area Code" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "City Area Code", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "City Area Code" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54780,15 +54781,15 @@ "elementType": "member", "internalId": "dei:CurrentFiscalYearEndDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Current Fiscal Year End Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Current Fiscal Year End Date", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Current Fiscal Year End Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54804,15 +54805,15 @@ "elementType": "member", "internalId": "dei:DocumentAnnualReport", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Document Annual Report" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Annual Report", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Annual Report" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54828,15 +54829,15 @@ "elementType": "member", "internalId": "dei:DocumentFinStmtErrorCorrectionFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Document Financial Statement Error Correction [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Financial Statement Error Correction [Flag]", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Financial Statement Error Correction [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54852,15 +54853,15 @@ "elementType": "member", "internalId": "dei:DocumentFiscalPeriodFocus", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Document Fiscal Period Focus" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Fiscal Period Focus", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Fiscal Period Focus" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54876,15 +54877,15 @@ "elementType": "member", "internalId": "dei:DocumentFiscalYearFocus", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Document Fiscal Year Focus" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Fiscal Year Focus", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Fiscal Year Focus" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54900,15 +54901,15 @@ "elementType": "member", "internalId": "dei:DocumentPeriodEndDate", "itemType": "date", - "label": { - "@language": "en-US", - "@value": "Document Period End Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Period End Date", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Period End Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54924,15 +54925,15 @@ "elementType": "member", "internalId": "dei:DocumentTransitionReport", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Document Transition Report" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Transition Report", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Transition Report" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54948,15 +54949,15 @@ "elementType": "member", "internalId": "dei:DocumentType", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Document Type" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Document Type", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Document Type" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54972,15 +54973,15 @@ "elementType": "member", "internalId": "dei:DocumentsIncorporatedByReferenceTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Documents Incorporated by Reference [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Documents Incorporated by Reference [Text Block]", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Documents Incorporated by Reference [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -54996,15 +54997,15 @@ "elementType": "member", "internalId": "dei:EntityAddressAddressLine1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, Address Line One" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, Address Line One", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, Address Line One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55020,15 +55021,15 @@ "elementType": "member", "internalId": "dei:EntityAddressCityOrTown", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, City or Town" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, City or Town", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, City or Town" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55044,15 +55045,15 @@ "elementType": "member", "internalId": "dei:EntityAddressPostalZipCode", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, Postal Zip Code" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, Postal Zip Code", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, Postal Zip Code" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55068,15 +55069,15 @@ "elementType": "member", "internalId": "dei:EntityAddressStateOrProvince", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Address, State or Province" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Address, State or Province", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Address, State or Province" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55092,15 +55093,15 @@ "elementType": "member", "internalId": "dei:EntityCentralIndexKey", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Central Index Key" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Central Index Key", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Central Index Key" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55116,15 +55117,15 @@ "elementType": "member", "internalId": "dei:EntityCommonStockSharesOutstanding", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Entity Common Stock, Shares Outstanding" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Entity Common Stock, Shares Outstanding", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Common Stock, Shares Outstanding" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55140,15 +55141,15 @@ "elementType": "member", "internalId": "dei:EntityCurrentReportingStatus", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Current Reporting Status" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Current Reporting Status", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Current Reporting Status" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55164,15 +55165,15 @@ "elementType": "member", "internalId": "dei:EntityEmergingGrowthCompany", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Entity Emerging Growth Company" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Emerging Growth Company", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Emerging Growth Company" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55188,15 +55189,15 @@ "elementType": "member", "internalId": "dei:EntityFileNumber", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity File Number" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity File Number", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity File Number" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55212,15 +55213,15 @@ "elementType": "member", "internalId": "dei:EntityFilerCategory", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Filer Category" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Filer Category", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Filer Category" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55236,15 +55237,15 @@ "elementType": "member", "internalId": "dei:EntityIncorporationStateCountryCode", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Incorporation, State or Country Code" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Incorporation, State or Country Code", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Incorporation, State or Country Code" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55260,15 +55261,15 @@ "elementType": "member", "internalId": "dei:EntityInteractiveDataCurrent", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Interactive Data Current" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Interactive Data Current", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Interactive Data Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55285,15 +55286,15 @@ "elementType": "member", "internalId": "dei:EntityPublicFloat", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Entity Public Float" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Entity Public Float", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Public Float" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55309,15 +55310,15 @@ "elementType": "member", "internalId": "dei:EntityRegistrantName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Registrant Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Registrant Name", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Registrant Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55333,15 +55334,15 @@ "elementType": "member", "internalId": "dei:EntityShellCompany", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Entity Shell Company" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Shell Company", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Shell Company" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55357,15 +55358,15 @@ "elementType": "member", "internalId": "dei:EntitySmallBusiness", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Entity Small Business" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Small Business", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Small Business" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55381,15 +55382,15 @@ "elementType": "member", "internalId": "dei:EntityTaxIdentificationNumber", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Tax Identification Number" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Tax Identification Number", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Tax Identification Number" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55405,15 +55406,15 @@ "elementType": "member", "internalId": "dei:EntityVoluntaryFilers", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Voluntary Filers" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Voluntary Filers", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Voluntary Filers" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55429,15 +55430,15 @@ "elementType": "member", "internalId": "dei:EntityWellKnownSeasonedIssuer", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Entity Well-known Seasoned Issuer" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Entity Well-known Seasoned Issuer", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Entity Well-known Seasoned Issuer" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55453,15 +55454,15 @@ "elementType": "member", "internalId": "dei:IcfrAuditorAttestationFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "ICFR Auditor Attestation Flag" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "ICFR Auditor Attestation Flag", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "ICFR Auditor Attestation Flag" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55477,15 +55478,15 @@ "elementType": "member", "internalId": "dei:LocalPhoneNumber", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Local Phone Number" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Local Phone Number", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Local Phone Number" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55501,15 +55502,15 @@ "elementType": "member", "internalId": "dei:Security12bTitle", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Title of 12(b) Security" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Title of 12(b) Security", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Title of 12(b) Security" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55525,15 +55526,15 @@ "elementType": "member", "internalId": "dei:SecurityExchangeName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Security Exchange Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Security Exchange Name", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Security Exchange Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55549,15 +55550,15 @@ "elementType": "member", "internalId": "dei:TradingSymbol", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Symbol" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Symbol", "source": "dei", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Symbol" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55573,15 +55574,15 @@ "elementType": "axis", "internalId": "ecd:IndividualAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Individual [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Individual [Axis]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Individual [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -55597,15 +55598,15 @@ "elementType": "member", "internalId": "ecd:InsiderTrdPoliciesProcAdoptedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Insider Trading Policies and Procedures Adopted [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Insider Trading Policies and Procedures Adopted [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Insider Trading Policies and Procedures Adopted [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55621,15 +55622,15 @@ "elementType": "member", "internalId": "ecd:MtrlTermsOfTrdArrTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Material Terms of Trading Arrangement [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Material Terms of Trading Arrangement [Text Block]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Material Terms of Trading Arrangement [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55645,15 +55646,15 @@ "elementType": "member", "internalId": "ecd:NonRule10b51ArrAdoptedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Non-Rule 10b5-1 Arrangement Adopted [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-Rule 10b5-1 Arrangement Adopted [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-Rule 10b5-1 Arrangement Adopted [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55669,15 +55670,15 @@ "elementType": "member", "internalId": "ecd:NonRule10b51ArrTrmntdFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Non-Rule 10b5-1 Arrangement Terminated [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-Rule 10b5-1 Arrangement Terminated [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Non-Rule 10b5-1 Arrangement Terminated [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55693,15 +55694,15 @@ "elementType": "member", "internalId": "ecd:Rule10b51ArrAdoptedFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Rule 10b5-1 Arrangement Adopted [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Rule 10b5-1 Arrangement Adopted [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Rule 10b5-1 Arrangement Adopted [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55717,15 +55718,15 @@ "elementType": "member", "internalId": "ecd:Rule10b51ArrTrmntdFlag", "itemType": "boolean", - "label": { - "@language": "en-US", - "@value": "Rule 10b5-1 Arrangement Terminated [Flag]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Rule 10b5-1 Arrangement Terminated [Flag]", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Rule 10b5-1 Arrangement Terminated [Flag]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55741,15 +55742,15 @@ "elementType": "member", "internalId": "ecd:TrdArrAdoptionDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Adoption Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Adoption Date", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Adoption Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55765,15 +55766,15 @@ "elementType": "member", "internalId": "ecd:TrdArrDuration", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Duration" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Duration", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Duration" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55789,15 +55790,15 @@ "elementType": "member", "internalId": "ecd:TrdArrExpirationDate", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement Expiration Date" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement Expiration Date", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement Expiration Date" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55813,15 +55814,15 @@ "elementType": "member", "internalId": "ecd:TrdArrIndName", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement, Individual Name" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement, Individual Name", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement, Individual Name" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55837,15 +55838,15 @@ "elementType": "member", "internalId": "ecd:TrdArrIndTitle", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement, Individual Title" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Trading Arrangement, Individual Title", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement, Individual Title" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -55861,15 +55862,15 @@ "elementType": "member", "internalId": "ecd:TrdArrSecuritiesAggAvailAmt", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Trading Arrangement, Securities Aggregate Available Amount" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Trading Arrangement, Securities Aggregate Available Amount", "source": "ecd", + "standardLabel": { + "@language": "en-US", + "@value": "Trading Arrangement, Securities Aggregate Available Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76412,15 +76413,15 @@ "elementType": "member", "internalId": "nvda:A2026NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2026 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2026 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2026 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76440,15 +76441,15 @@ "elementType": "member", "internalId": "nvda:A2028NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2028 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2028 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2028 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76468,15 +76469,15 @@ "elementType": "member", "internalId": "nvda:A2030NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2030 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2030 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2030 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76496,15 +76497,15 @@ "elementType": "member", "internalId": "nvda:A2031NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2031 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2031 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2031 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76524,15 +76525,15 @@ "elementType": "member", "internalId": "nvda:A2040NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2040 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2040 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2040 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76552,15 +76553,15 @@ "elementType": "member", "internalId": "nvda:A2050NotesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2050 Notes [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2050 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2050 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76579,16 +76580,16 @@ }, "elementType": "member", "internalId": "nvda:A2060NotesMember", - "itemType": "string", - "label": { - "@language": "en-US", - "@value": "2060 Notes [Member]" - }, + "itemType": "string", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "2060 Notes [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "2060 Notes [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76609,15 +76610,15 @@ "elementType": "member", "internalId": "nvda:AccruedCustomerProgramsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accrued Customer Programs Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accrued Customer Programs Current", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Accrued Customer Programs Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76638,10 +76639,6 @@ "elementType": "member", "internalId": "nvda:AcquisitionRelatedAndOtherCosts", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Acquisition-Related And Other Costs" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -76651,6 +76648,10 @@ "periodType": "duration", "prefLabel": "Acquisition-Related And Other Costs", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Acquisition-Related And Other Costs" + }, "substitutionGroup": "i:item" }, { @@ -76667,15 +76668,15 @@ "elementType": "member", "internalId": "nvda:AdjustmentsToAdditionalPaidInCapitalAcquisitionFairValueOfEquityAwardsAssumed", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Adjustments to Additional Paid in Capital, Acquisition Fair Value Of Equity Awards Assumed" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Adjustments to Additional Paid in Capital, Acquisition Fair Value Of Equity Awards Assumed", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Adjustments to Additional Paid in Capital, Acquisition Fair Value Of Equity Awards Assumed" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76695,15 +76696,15 @@ "elementType": "member", "internalId": "nvda:AutomotiveMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Automotive [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Automotive [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Automotive [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76723,15 +76724,15 @@ "elementType": "member", "internalId": "nvda:BuildingsLeaseholdImprovementsAndFurnitureMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Buildings, Leasehold Improvements, And Furniture [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Buildings, Leasehold Improvements, And Furniture [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Buildings, Leasehold Improvements, And Furniture [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76752,15 +76753,15 @@ "elementType": "member", "internalId": "nvda:BusinessCombinationConsiderationPayable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Consideration Payable" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Business Combination, Consideration Payable", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Consideration Payable" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -76780,15 +76781,15 @@ "elementType": "member", "internalId": "nvda:ChinaIncludingHongKongMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "China Including Hong Kong [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "China Including Hong Kong [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "China Including Hong Kong [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76808,15 +76809,15 @@ "elementType": "member", "internalId": "nvda:ColetteM.KressMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Colette M. Kress [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Colette M. Kress [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Colette M. Kress [Member]" + }, "substitutionGroup": "i:item" }, { @@ -76832,15 +76833,15 @@ "elementType": "member", "internalId": "nvda:CommercialPaperProgramMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Commercial Paper Program [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commercial Paper Program [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Commercial Paper Program [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76860,15 +76861,15 @@ "elementType": "member", "internalId": "nvda:ComputeAndNetworkingSegmentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Compute And Networking Segment [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compute And Networking Segment [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Compute And Networking Segment [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76888,15 +76889,15 @@ "elementType": "member", "internalId": "nvda:ComputeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Compute [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compute [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Compute [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76917,15 +76918,15 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityAdditions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer Liability, Additions" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract With Customer Liability, Additions", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer Liability, Additions" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76946,15 +76947,15 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityAdditionsCustomerAdvances", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer Liability, Additions, Customer Advances" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract With Customer Liability, Additions, Customer Advances", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer Liability, Additions, Customer Advances" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -76975,15 +76976,15 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityRevenueRecognizedFromCustomerAdvances", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer, Liability, Revenue Recognized From Customer Advances" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract With Customer, Liability, Revenue Recognized From Customer Advances", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer, Liability, Revenue Recognized From Customer Advances" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77004,10 +77005,6 @@ "elementType": "member", "internalId": "nvda:ContractWithCustomerLiabilityRevenueRecognizedOpeningBalanceAndCurrentPeriodAdditions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract With Customer Liability, Revenue Recognized, Opening Balance And Current Period Additions" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -77017,6 +77014,10 @@ "periodType": "duration", "prefLabel": "Contract With Customer Liability, Revenue Recognized, Opening Balance And Current Period Additions", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Contract With Customer Liability, Revenue Recognized, Opening Balance And Current Period Additions" + }, "substitutionGroup": "i:item" }, { @@ -77032,15 +77033,15 @@ "elementType": "member", "internalId": "nvda:CustomerOneMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer One [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer One [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Customer One [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77060,15 +77061,15 @@ "elementType": "member", "internalId": "nvda:CustomerThreeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer Three [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer Three [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Customer Three [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77088,15 +77089,15 @@ "elementType": "member", "internalId": "nvda:CustomerTwoMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer Two [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer Two [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Customer Two [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77116,15 +77117,15 @@ "elementType": "member", "internalId": "nvda:DataCenterMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Data Center [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Data Center [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Data Center [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77145,15 +77146,15 @@ "elementType": "member", "internalId": "nvda:DebtSecuritiesAvailableForSaleAmortizedCostAndEquitySecuritiesFV", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available For Sale, Amortized Cost And Equity Securities F V" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available For Sale, Amortized Cost And Equity Securities F V", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available For Sale, Amortized Cost And Equity Securities F V" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -77174,15 +77175,15 @@ "elementType": "member", "internalId": "nvda:DebtSecuritiesAvailableForSaleAndEquitySecuritiesFVNI", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available For Sale And Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available For Sale And Equity Securities, FV-NI", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available For Sale And Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -77203,15 +77204,15 @@ "elementType": "member", "internalId": "nvda:DeferredTaxAssetsGlobalIntangibleLowTaxedIncome", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Global Intangible Low-Taxed income" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Global Intangible Low-Taxed income", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Global Intangible Low-Taxed income" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77232,15 +77233,15 @@ "elementType": "member", "internalId": "nvda:DeferredTaxAssetsLeaseLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Lease Liability" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Lease Liability", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Lease Liability" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77261,15 +77262,15 @@ "elementType": "member", "internalId": "nvda:DeferredTaxAssetsTaxDeferredExpenseCapitalizedResearchAndDevelopmentCosts", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Deferred Expense, Capitalized Research And Development Costs" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Deferred Expense, Capitalized Research And Development Costs", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Deferred Expense, Capitalized Research And Development Costs" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77290,10 +77291,6 @@ "elementType": "member", "internalId": "nvda:DeferredTaxLiabilitiesRightOfUseAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Right-Of-Use Assets" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -77303,6 +77300,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Right-Of-Use Assets", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Right-Of-Use Assets" + }, "substitutionGroup": "i:item" }, { @@ -77318,15 +77319,15 @@ "elementType": "member", "internalId": "nvda:EmployeeStockPurchasePlanNumberOfPurchasePeriodsInOfferingPeriod", "itemType": "integer", - "label": { - "@language": "en-US", - "@value": "Employee Stock Purchase Plan, Number Of Purchase Periods In Offering Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock Purchase Plan, Number Of Purchase Periods In Offering Period", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock Purchase Plan, Number Of Purchase Periods In Offering Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77346,15 +77347,15 @@ "elementType": "member", "internalId": "nvda:EmployeeStockPurchasePlanOfferingPeriodDuration", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Employee Stock Purchase Plan, Offering Period Duration" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock Purchase Plan, Offering Period Duration", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock Purchase Plan, Offering Period Duration" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77374,15 +77375,15 @@ "elementType": "member", "internalId": "nvda:EmployeeStockPurchasePlanPurchasePeriodDuration", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Employee Stock Purchase Plan, Purchase Period Duration" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock Purchase Plan, Purchase Period Duration", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock Purchase Plan, Purchase Period Duration" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77402,15 +77403,15 @@ "elementType": "member", "internalId": "nvda:EquipmentComputeHardwareAndSoftwareMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equipment, Compute Hardware, And Software [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equipment, Compute Hardware, And Software [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equipment, Compute Hardware, And Software [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77431,10 +77432,6 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueImpairmentLossAndDownwardPriceAdjustmentAnnualAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Annual Amount" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -77444,6 +77441,10 @@ "periodType": "duration", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Annual Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Annual Amount" + }, "substitutionGroup": "i:item" }, { @@ -77460,15 +77461,15 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueImpairmentLossAndDownwardPriceAdjustmentCumulativeAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Cumulative Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Cumulative Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Impairment Loss And Downward Price Adjustment, Cumulative Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77489,15 +77490,15 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueNetAdditionsDisposals", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Net Additions (Disposals)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Net Additions (Disposals)", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Net Additions (Disposals)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77518,15 +77519,15 @@ "elementType": "member", "internalId": "nvda:EquitySecuritiesWithoutReadilyDeterminableFairValueReclassificationInOutAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities Without Readily Determinable Fair Value, Reclassification In (Out), Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities Without Readily Determinable Fair Value, Reclassification In (Out), Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities Without Readily Determinable Fair Value, Reclassification In (Out), Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77547,15 +77548,15 @@ "elementType": "member", "internalId": "nvda:ExcessInventoryPurchaseObligationsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Excess Inventory Purchase Obligations, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Excess Inventory Purchase Obligations, Current", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Excess Inventory Purchase Obligations, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77575,15 +77576,15 @@ "elementType": "member", "internalId": "nvda:FacilityLeaseGuaranteesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Facility Lease Guarantees [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Facility Lease Guarantees [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Facility Lease Guarantees [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77603,15 +77604,15 @@ "elementType": "member", "internalId": "nvda:GamingMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Gaming [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Gaming [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Gaming [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77631,15 +77632,15 @@ "elementType": "member", "internalId": "nvda:GraphicsSegmentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Graphics Segment [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Graphics Segment [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Graphics Segment [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77659,15 +77660,15 @@ "elementType": "member", "internalId": "nvda:GroqInc.NonExclusiveLicenseAgreementMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Groq, Inc. Non-Exclusive License Agreement [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Groq, Inc. Non-Exclusive License Agreement [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Groq, Inc. Non-Exclusive License Agreement [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77688,15 +77689,15 @@ "elementType": "member", "internalId": "nvda:GuarantorObligationsCollateralHeldDirectlyOrByThirdPartiesAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Collateral Held Directly or by Third Parties, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Guarantor Obligations, Collateral Held Directly or by Third Parties, Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Collateral Held Directly or by Third Parties, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77716,15 +77717,15 @@ "elementType": "member", "internalId": "nvda:IntangibleAssetsArisingFromBusinessCombinationMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Intangible Assets Arising From Business Combination [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Assets Arising From Business Combination [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets Arising From Business Combination [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77744,15 +77745,15 @@ "elementType": "member", "internalId": "nvda:InventoryPurchaseObligationsInExcessOfProjectionsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Inventory Purchase Obligations In Excess Of Projections [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory Purchase Obligations In Excess Of Projections [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory Purchase Obligations In Excess Of Projections [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77772,15 +77773,15 @@ "elementType": "member", "internalId": "nvda:InvestmentCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Investment Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investment Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Investment Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77800,15 +77801,15 @@ "elementType": "member", "internalId": "nvda:JohnO.DabiriMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "John O. Dabiri [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "John O. Dabiri [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "John O. Dabiri [Member]" + }, "substitutionGroup": "i:item" }, { @@ -77824,15 +77825,15 @@ "elementType": "member", "internalId": "nvda:LesseeOperatingLeasesOtherInformationRelatedToLeasesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Leases, Other Information Related To Leases [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Operating Leases, Other Information Related To Leases [Table Text Block]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Leases, Other Information Related To Leases [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77852,15 +77853,15 @@ "elementType": "member", "internalId": "nvda:ManufacturingProductionAndLongTermSupplyAndCapacityAgreementCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Manufacturing Production And Long-Term Supply And Capacity Agreement Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Manufacturing Production And Long-Term Supply And Capacity Agreement Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Manufacturing Production And Long-Term Supply And Capacity Agreement Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77881,15 +77882,15 @@ "elementType": "member", "internalId": "nvda:MarketableSecuritiesAndEquitySecuritiesFVNI", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Marketable Securities And Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Marketable Securities And Equity Securities, FV-NI", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities And Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77913,15 +77914,15 @@ "elementType": "member", "internalId": "nvda:MarketableSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Marketable Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Marketable Securities [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77941,15 +77942,15 @@ "elementType": "member", "internalId": "nvda:MarketbasedPerformanceShareUnitsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Market-based Performance Share Units [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Market-based Performance Share Units [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Market-based Performance Share Units [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77969,15 +77970,15 @@ "elementType": "member", "internalId": "nvda:MultiYearCloudServiceAgreementCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Multi-Year Cloud Service Agreement Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Multi-Year Cloud Service Agreement Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Multi-Year Cloud Service Agreement Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -77997,15 +77998,15 @@ "elementType": "member", "internalId": "nvda:NatureOfExpenseCustomerAdvancesAndDeferralsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Nature Of Expense, Customer Advances And Deferrals [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Nature Of Expense, Customer Advances And Deferrals [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Nature Of Expense, Customer Advances And Deferrals [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78025,15 +78026,15 @@ "elementType": "member", "internalId": "nvda:NatureOfOperationsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Nature Of Operations [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Nature Of Operations [Policy Text Block]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Nature Of Operations [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78053,15 +78054,15 @@ "elementType": "member", "internalId": "nvda:NetworkingMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Networking [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Networking [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Networking [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78081,15 +78082,15 @@ "elementType": "member", "internalId": "nvda:NumberOfInvestmentsReclassified", "itemType": "integer", - "label": { - "@language": "en-US", - "@value": "Number Of Investments Reclassified" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Number Of Investments Reclassified", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Number Of Investments Reclassified" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78109,15 +78110,15 @@ "elementType": "member", "internalId": "nvda:NumberOfSharesMayBeIssuedUnderRestated2007Plan", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Number of shares may be issued under the Restated 2007 Plan" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Number of shares may be issued under the Restated 2007 Plan", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Number of shares may be issued under the Restated 2007 Plan" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78137,15 +78138,15 @@ "elementType": "member", "internalId": "nvda:OEMAndOtherMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "OEM and Other [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "OEM and Other [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "OEM and Other [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78166,15 +78167,15 @@ "elementType": "member", "internalId": "nvda:OtherAssetsAndEquitySecuritiesFVNI", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Assets and Equity Securities FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Assets and Equity Securities FV-NI", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other Assets and Equity Securities FV-NI" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -78194,15 +78195,15 @@ "elementType": "member", "internalId": "nvda:OtherCommitmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Commitments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Commitments [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78222,15 +78223,15 @@ "elementType": "member", "internalId": "nvda:OtherCountriesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Countries [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Countries [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other Countries [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78250,15 +78251,15 @@ "elementType": "member", "internalId": "nvda:OtherStatesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other States [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other States [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Other States [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78278,15 +78279,15 @@ "elementType": "member", "internalId": "nvda:PatentsAndLicensedTechnologyMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Patents and Licensed Technology [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Patents and Licensed Technology [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Patents and Licensed Technology [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78307,10 +78308,6 @@ "elementType": "member", "internalId": "nvda:PaymentsForFinancedPropertyPlantAndEquipmentAndIntangibleAssetsFinancingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments For Financed Property, Plant And Equipment And Intangible Assets, Financing Activities" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -78320,6 +78317,10 @@ "periodType": "duration", "prefLabel": "Payments For Financed Property, Plant And Equipment And Intangible Assets, Financing Activities", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Payments For Financed Property, Plant And Equipment And Intangible Assets, Financing Activities" + }, "substitutionGroup": "i:item" }, { @@ -78335,15 +78336,15 @@ "elementType": "member", "internalId": "nvda:ProfessionalVisualizationMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Professional Visualization [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Professional Visualization [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Professional Visualization [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78363,15 +78364,15 @@ "elementType": "member", "internalId": "nvda:PubliclyHeldEquitySecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Publicly Held Equity Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Publicly Held Equity Securities [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Publicly Held Equity Securities [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -78391,15 +78392,15 @@ "elementType": "member", "internalId": "nvda:RSUsPSUsandMarketbasedPSUsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "RSUs, PSUs, and Market-based PSUs [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "RSUs, PSUs, and Market-based PSUs [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "RSUs, PSUs, and Market-based PSUs [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78420,15 +78421,15 @@ "elementType": "member", "internalId": "nvda:RevenueRemainingPerformanceObligationContractWithCustomerLiabilityAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Contract With Customer Liability, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Contract With Customer Liability, Amount", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Contract With Customer Liability, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78448,15 +78449,15 @@ "elementType": "member", "internalId": "nvda:SECSchedule1209AllowanceSalesReturnsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Allowance, Sales Returns [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Allowance, Sales Returns [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Allowance, Sales Returns [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78476,15 +78477,15 @@ "elementType": "member", "internalId": "nvda:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedAndExpectedToVest", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected to Vest" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected to Vest", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected to Vest" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78504,15 +78505,15 @@ "elementType": "member", "internalId": "nvda:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedAndExpectedToVestOutstandingWeightedAverageExercisePrice", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement By Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected To Vest, Outstanding, Weighted Average Exercise Price" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement By Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected To Vest, Outstanding, Weighted Average Exercise Price", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement By Share-Based Payment Award, Equity Instruments Other Than Options, Vested And Expected To Vest, Outstanding, Weighted Average Exercise Price" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78533,15 +78534,15 @@ "elementType": "member", "internalId": "nvda:ShareBasedCompensationArrangementByShareBasedPaymentAwardGrantsInPeriodGrantDateTotalFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share Based Compensation Arrangement By Share Based Payment Award, Grants In Period, Grant Date Total Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Share Based Compensation Arrangement By Share Based Payment Award, Grants In Period, Grant Date Total Fair Value", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Share Based Compensation Arrangement By Share Based Payment Award, Grants In Period, Grant Date Total Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78562,15 +78563,15 @@ "elementType": "member", "internalId": "nvda:StockRepurchaseProgramAdditionalNumberOfSharesAuthorizedForRepurchase", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Stock Repurchase Program, Additional Number Of Shares Authorized For Repurchase" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Repurchase Program, Additional Number Of Shares Authorized For Repurchase", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Repurchase Program, Additional Number Of Shares Authorized For Repurchase" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -78591,10 +78592,6 @@ "elementType": "member", "internalId": "nvda:UnallocatedCorporateOperatingExpendituresAndOtherExpenses", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unallocated Corporate Operating Expenditures And Other Expenses" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -78604,6 +78601,10 @@ "periodType": "duration", "prefLabel": "Unallocated Corporate Operating Expenditures And Other Expenses", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Unallocated Corporate Operating Expenditures And Other Expenses" + }, "substitutionGroup": "i:item" }, { @@ -78619,15 +78620,15 @@ "elementType": "member", "internalId": "nvda:UnitedStatesAndEuropeBasedEndCustomersMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "United States And Europe Based End Customers [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "United States And Europe Based End Customers [Member]", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "United States And Europe Based End Customers [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78647,15 +78648,15 @@ "elementType": "member", "internalId": "nvda:WarrantyLiabilityTermOfWarranties", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Warranty Liability, Term Of Warranties" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Warranty Liability, Term Of Warranties", "source": "nvda", + "standardLabel": { + "@language": "en-US", + "@value": "Warranty Liability, Term Of Warranties" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78671,15 +78672,15 @@ "elementType": "axis", "internalId": "srt:ConsolidationItemsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Consolidation Items [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Consolidation Items [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Consolidation Items [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -78695,15 +78696,15 @@ "elementType": "axis", "internalId": "srt:MajorCustomersAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Customer [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -78719,15 +78720,15 @@ "elementType": "member", "internalId": "srt:MaximumMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Maximum [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Maximum [Member]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Maximum [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78743,15 +78744,15 @@ "elementType": "member", "internalId": "srt:MinimumMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Minimum [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Minimum [Member]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Minimum [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78767,15 +78768,15 @@ "elementType": "axis", "internalId": "srt:ProductOrServiceAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Product and Service [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Product and Service [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Product and Service [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -78791,15 +78792,15 @@ "elementType": "axis", "internalId": "srt:RangeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statistical Measurement [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statistical Measurement [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Statistical Measurement [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -78815,15 +78816,15 @@ "elementType": "member", "internalId": "srt:ScheduleOfValuationAndQualifyingAccountsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Schedule of Valuation and Qualifying Accounts Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Schedule of Valuation and Qualifying Accounts Disclosure [Text Block]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Schedule of Valuation and Qualifying Accounts Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78839,15 +78840,15 @@ "elementType": "axis", "internalId": "srt:StatementGeographicalAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Geographical [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Geographical [Axis]", "source": "srt", + "standardLabel": { + "@language": "en-US", + "@value": "Geographical [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -78863,15 +78864,15 @@ "elementType": "member", "internalId": "stpr:CA", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "CALIFORNIA" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "CALIFORNIA", "source": "stpr", + "standardLabel": { + "@language": "en-US", + "@value": "CALIFORNIA" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78888,15 +78889,15 @@ "elementType": "member", "internalId": "us-gaap:AccountsPayableCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accounts Payable, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accounts Payable, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounts Payable, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78912,15 +78913,15 @@ "elementType": "member", "internalId": "us-gaap:AccountsReceivableMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Accounts Receivable [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Accounts Receivable [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounts Receivable [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78936,16 +78937,16 @@ "dataType": "xbrli:monetaryItemType", "elementType": "member", "internalId": "us-gaap:AccountsReceivableNetCurrent", - "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accounts Receivable, after Allowance for Credit Loss, Current" - }, + "itemType": "monetary", "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accounts Receivable, after Allowance for Credit Loss, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accounts Receivable, after Allowance for Credit Loss, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -78962,15 +78963,15 @@ "elementType": "member", "internalId": "us-gaap:AccruedIncomeTaxesNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accrued Income Taxes, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accrued Income Taxes, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accrued Income Taxes, Noncurrent" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -78987,15 +78988,15 @@ "elementType": "member", "internalId": "us-gaap:AccruedLiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accrued Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accrued Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accrued Liabilities, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79016,10 +79017,6 @@ "elementType": "member", "internalId": "us-gaap:AccumulatedDepreciationDepletionAndAmortizationPropertyPlantAndEquipment", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accumulated Depreciation, Depletion and Amortization, Property, Plant, and Equipment" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -79029,6 +79026,10 @@ "periodType": "instant", "prefLabel": "Accumulated Depreciation, Depletion and Amortization, Property, Plant, and Equipment", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accumulated Depreciation, Depletion and Amortization, Property, Plant, and Equipment" + }, "substitutionGroup": "i:item" }, { @@ -79041,15 +79042,15 @@ "elementType": "member", "internalId": "us-gaap:AccumulatedOtherComprehensiveIncomeLossNetOfTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Accumulated Other Comprehensive Income (Loss), Net of Tax" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Accumulated Other Comprehensive Income (Loss), Net of Tax", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Accumulated Other Comprehensive Income (Loss), Net of Tax" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79065,15 +79066,15 @@ "elementType": "member", "internalId": "us-gaap:AccumulatedOtherComprehensiveIncomeMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "AOCI Attributable to Parent [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "AOCI Attributable to Parent [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "AOCI Attributable to Parent [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79089,15 +79090,15 @@ "elementType": "member", "internalId": "us-gaap:AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Acquired Finite-Lived Intangible Assets, Weighted Average Useful Life" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Acquired Finite-Lived Intangible Assets, Weighted Average Useful Life", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Acquired Finite-Lived Intangible Assets, Weighted Average Useful Life" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -79114,15 +79115,15 @@ "elementType": "member", "internalId": "us-gaap:AdditionalPaidInCapital", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Additional Paid in Capital" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Additional Paid in Capital", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Additional Paid in Capital" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79138,15 +79139,15 @@ "elementType": "member", "internalId": "us-gaap:AdditionalPaidInCapitalMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Additional Paid-in Capital [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Additional Paid-in Capital [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Additional Paid-in Capital [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79163,10 +79164,6 @@ "elementType": "member", "internalId": "us-gaap:AdjustmentsRelatedToTaxWithholdingForShareBasedCompensation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Decrease for Tax Withholding Obligation" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -79176,6 +79173,10 @@ "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Decrease for Tax Withholding Obligation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Decrease for Tax Withholding Obligation" + }, "substitutionGroup": "i:item" }, { @@ -79188,15 +79189,15 @@ "elementType": "member", "internalId": "us-gaap:AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "APIC, Share-Based Payment Arrangement, Increase for Cost Recognition" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "APIC, Share-Based Payment Arrangement, Increase for Cost Recognition", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "APIC, Share-Based Payment Arrangement, Increase for Cost Recognition" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79213,10 +79214,6 @@ "elementType": "member", "internalId": "us-gaap:AllocatedShareBasedCompensationExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Expense" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -79226,6 +79223,10 @@ "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79241,15 +79242,15 @@ "elementType": "member", "internalId": "us-gaap:AllowanceForCreditLossMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Allowance, Credit Loss [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Allowance, Credit Loss [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Allowance, Credit Loss [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79266,15 +79267,15 @@ "elementType": "member", "internalId": "us-gaap:AmortizationOfIntangibleAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Amortization of Intangible Assets" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Amortization of Intangible Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Amortization of Intangible Assets" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79290,15 +79291,15 @@ "elementType": "member", "internalId": "us-gaap:AntidilutiveSecuritiesExcludedFromComputationOfEarningsPerShareAmount", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Antidilutive Securities Excluded from Computation of Earnings Per Share, Amount" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Antidilutive Securities Excluded from Computation of Earnings Per Share, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Antidilutive Securities Excluded from Computation of Earnings Per Share, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79315,15 +79316,15 @@ "elementType": "member", "internalId": "us-gaap:Assets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Assets" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Assets" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -79340,15 +79341,15 @@ "elementType": "member", "internalId": "us-gaap:AssetsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Assets, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Assets, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Assets, Current" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -79365,15 +79366,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleDebtSecuritiesAccumulatedGrossUnrealizedGainBeforeTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Gain, before Tax" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Gain, before Tax", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Gain, before Tax" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79390,10 +79391,6 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleDebtSecuritiesAccumulatedGrossUnrealizedLossBeforeTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Loss, before Tax" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -79403,6 +79400,10 @@ "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Loss, before Tax", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Accumulated Gross Unrealized Loss, before Tax" + }, "substitutionGroup": "i:item" }, { @@ -79415,15 +79416,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleDebtSecuritiesAmortizedCostBasis", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Amortized Cost" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Amortized Cost", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Amortized Cost" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -79440,15 +79441,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesDebtMaturitiesAfterOneThroughFiveYearsFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, after Year One Through Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, after Year One Through Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, after Year One Through Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79465,15 +79466,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesDebtMaturitiesWithinOneYearFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Fair Value, Maturity, Allocated and Single Maturity Date, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79490,15 +79491,15 @@ "elementType": "member", "internalId": "us-gaap:AvailableForSaleSecuritiesDebtSecurities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -79514,15 +79515,15 @@ "elementType": "axis", "internalId": "us-gaap:AwardTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Award Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Award Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Award Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -79538,15 +79539,15 @@ "elementType": "axis", "internalId": "us-gaap:BalanceSheetLocationAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Financial Position Location, Balance [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Financial Position Location, Balance [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Financial Position Location, Balance [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -79562,15 +79563,15 @@ "elementType": "member", "internalId": "us-gaap:BuildingMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Building [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Building [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Building [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79586,15 +79587,15 @@ "elementType": "axis", "internalId": "us-gaap:BusinessAcquisitionAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Business Combination [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -79611,15 +79612,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessAcquisitionPurchasePriceAllocationGoodwillExpectedTaxDeductibleAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Goodwill, Expected Tax Deductible, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Business Combination, Goodwill, Expected Tax Deductible, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Goodwill, Expected Tax Deductible, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79636,15 +79637,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationConsiderationTransferredLiabilitiesIncurred", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Consideration Transferred, Liabilities Incurred" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination, Consideration Transferred, Liabilities Incurred", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Consideration Transferred, Liabilities Incurred" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79660,15 +79661,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Business Combination [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Text Block]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -79685,15 +79686,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibles", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Business Combination, Recognized Asset Acquired, Identifiable Intangible Asset, Finite-Lived" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Business Combination, Recognized Asset Acquired, Identifiable Intangible Asset, Finite-Lived", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination, Recognized Asset Acquired, Identifiable Intangible Asset, Finite-Lived" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79709,15 +79710,15 @@ "elementType": "member", "internalId": "us-gaap:BusinessCombinationsPolicy", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Business Combination [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Business Combination [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Business Combination [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79734,15 +79735,15 @@ "elementType": "member", "internalId": "us-gaap:CapitalExpendituresIncurredButNotYetPaid", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Capital Expenditures Incurred but Not yet Paid" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Capital Expenditures Incurred but Not yet Paid", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Capital Expenditures Incurred but Not yet Paid" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79758,15 +79759,15 @@ "elementType": "member", "internalId": "us-gaap:CapitalLossCarryforwardMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Capital Loss Carryforward [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Capital Loss Carryforward [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Capital Loss Carryforward [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79783,15 +79784,15 @@ "elementType": "member", "internalId": "us-gaap:CashAndCashEquivalentsAtCarryingValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash and Cash Equivalent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Cash and Cash Equivalent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash and Cash Equivalent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79807,15 +79808,15 @@ "elementType": "member", "internalId": "us-gaap:CashAndCashEquivalentsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Cash and Cash Equivalents, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cash and Cash Equivalents, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash and Cash Equivalents, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79832,10 +79833,6 @@ "elementType": "member", "internalId": "us-gaap:CashCashEquivalentsRestrictedCashAndRestrictedCashEquivalents", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Continuing Operation" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -79849,6 +79846,10 @@ "periodType": "instant", "prefLabel": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Continuing Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Continuing Operation" + }, "substitutionGroup": "i:item" }, { @@ -79861,15 +79862,15 @@ "elementType": "member", "internalId": "us-gaap:CashCashEquivalentsRestrictedCashAndRestrictedCashEquivalentsPeriodIncreaseDecreaseIncludingExchangeRateEffect", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Period Increase (Decrease), Including Exchange Rate Effect and Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Period Increase (Decrease), Including Exchange Rate Effect and Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash, Cash Equivalent, Restricted Cash, and Restricted Cash Equivalent, Period Increase (Decrease), Including Exchange Rate Effect and Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -79886,15 +79887,15 @@ "elementType": "member", "internalId": "us-gaap:CashEquivalentsAtCarryingValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Equivalents, at Carrying Value" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Cash Equivalents, at Carrying Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Equivalents, at Carrying Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79910,15 +79911,15 @@ "elementType": "member", "internalId": "us-gaap:CertificatesOfDepositMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Certificates of Deposit [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Certificates of Deposit [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Certificates of Deposit [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79935,15 +79936,15 @@ "elementType": "member", "internalId": "us-gaap:CommercialPaper", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Commercial Paper" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Commercial Paper", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commercial Paper" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79959,15 +79960,15 @@ "elementType": "member", "internalId": "us-gaap:CommercialPaperMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Commercial Paper [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commercial Paper [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commercial Paper [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -79984,15 +79985,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingencies", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Commitments and Contingencies", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80008,15 +80009,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingenciesDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commitments and Contingencies Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80032,15 +80033,15 @@ "elementType": "member", "internalId": "us-gaap:CommitmentsAndContingenciesPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Commitments and Contingencies, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Commitments and Contingencies, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Commitments and Contingencies, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80056,15 +80057,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockCapitalSharesReservedForFutureIssuance", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Capital Shares Reserved for Future Issuance" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Capital Shares Reserved for Future Issuance", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Capital Shares Reserved for Future Issuance" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80080,15 +80081,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockDividendsPerShareDeclared", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Common Stock, Dividends, Per Share, Declared" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Common Stock, Dividends, Per Share, Declared", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Dividends, Per Share, Declared" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80104,15 +80105,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Common Stock [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Common Stock [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80128,15 +80129,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockParOrStatedValuePerShare", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Common Stock, Par or Stated Value Per Share" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Par or Stated Value Per Share", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Par or Stated Value Per Share" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80152,15 +80153,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockSharesAuthorized", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Shares Authorized" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Shares Authorized", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Shares Authorized" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80176,15 +80177,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockSharesIssued", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Shares, Issued" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Shares, Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Shares, Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80200,10 +80201,6 @@ "elementType": "member", "internalId": "us-gaap:CommonStockSharesOutstanding", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Common Stock, Shares, Outstanding" - }, "monetary": "false", "nillable": "true", "periodEndLabel": { @@ -80217,6 +80214,10 @@ "periodType": "instant", "prefLabel": "Common Stock, Shares, Outstanding", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Shares, Outstanding" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80233,15 +80234,15 @@ "elementType": "member", "internalId": "us-gaap:CommonStockValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Common Stock, Value, Issued" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Common Stock, Value, Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Common Stock, Value, Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80257,15 +80258,15 @@ "elementType": "member", "internalId": "us-gaap:CompensationRelatedCostsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Compensation Related Costs, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Compensation Related Costs, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Compensation Related Costs, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80282,15 +80283,15 @@ "elementType": "member", "internalId": "us-gaap:ComprehensiveIncomeNetOfTax", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Comprehensive Income (Loss), Net of Tax, Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Comprehensive Income (Loss), Net of Tax, Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Comprehensive Income (Loss), Net of Tax, Attributable to Parent" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -80306,15 +80307,15 @@ "elementType": "axis", "internalId": "us-gaap:ConcentrationRiskByBenchmarkAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Concentration Risk Benchmark [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk Benchmark [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk Benchmark [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -80330,15 +80331,15 @@ "elementType": "axis", "internalId": "us-gaap:ConcentrationRiskByTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Concentration Risk Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -80354,15 +80355,15 @@ "elementType": "member", "internalId": "us-gaap:ConcentrationRiskCreditRisk", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Concentration Risk, Credit Risk, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk, Credit Risk, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk, Credit Risk, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80378,15 +80379,15 @@ "elementType": "member", "internalId": "us-gaap:ConcentrationRiskPercentage1", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Concentration Risk, Percentage" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Concentration Risk, Percentage", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Concentration Risk, Percentage" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80402,15 +80403,15 @@ "elementType": "member", "internalId": "us-gaap:ConsolidationPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Consolidation, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Consolidation, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Consolidation, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80426,15 +80427,15 @@ "elementType": "member", "internalId": "us-gaap:ConstructionInProgressMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Construction in Progress [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Construction in Progress [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Construction in Progress [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80450,15 +80451,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerAssetAndLiabilityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Contract Asset, Contract Liability, and Receivable [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Contract with Customer, Contract Asset, Contract Liability, and Receivable [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Contract Asset, Contract Liability, and Receivable [Table Text Block]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -80475,10 +80476,6 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -80492,6 +80489,10 @@ "periodType": "instant", "prefLabel": "Contract with Customer, Liability", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability" + }, "substitutionGroup": "i:item" }, { @@ -80504,15 +80505,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiabilityCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Contract with Customer, Liability, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80529,15 +80530,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiabilityNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Contract with Customer, Liability, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80554,15 +80555,15 @@ "elementType": "member", "internalId": "us-gaap:ContractWithCustomerLiabilityRevenueRecognized", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Contract with Customer, Liability, Revenue Recognized" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Contract with Customer, Liability, Revenue Recognized", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Contract with Customer, Liability, Revenue Recognized" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80578,15 +80579,15 @@ "elementType": "member", "internalId": "us-gaap:CorporateDebtSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Corporate Debt Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Corporate Debt Securities [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Corporate Debt Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80602,15 +80603,15 @@ "elementType": "member", "internalId": "us-gaap:CorporateNonSegmentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segment Reporting, Reconciling Item, Corporate Nonsegment [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting, Reconciling Item, Corporate Nonsegment [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting, Reconciling Item, Corporate Nonsegment [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80627,15 +80628,15 @@ "elementType": "member", "internalId": "us-gaap:CostOfRevenue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cost of Revenue" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cost of Revenue", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cost of Revenue" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80651,15 +80652,15 @@ "elementType": "member", "internalId": "us-gaap:CostOfSalesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Cost of Sales [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Cost of Sales [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cost of Sales [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -80676,15 +80677,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentFederalTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current Federal Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current Federal Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Federal Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80701,15 +80702,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentForeignTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current Foreign Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current Foreign Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Foreign Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80726,15 +80727,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -80751,15 +80752,15 @@ "elementType": "member", "internalId": "us-gaap:CurrentStateAndLocalTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Current State and Local Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Current State and Local Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Current State and Local Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80775,15 +80776,15 @@ "elementType": "member", "internalId": "us-gaap:CustomerConcentrationRiskMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Customer Concentration Risk [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Customer Concentration Risk [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Customer Concentration Risk [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80800,15 +80801,15 @@ "elementType": "member", "internalId": "us-gaap:DebtCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80824,15 +80825,15 @@ "elementType": "member", "internalId": "us-gaap:DebtDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Debt Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80848,15 +80849,15 @@ "elementType": "axis", "internalId": "us-gaap:DebtInstrumentAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Instrument [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -80873,15 +80874,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentCarryingAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80897,15 +80898,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentInterestRateDuringPeriod", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Interest Rate During Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument, Interest Rate During Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Interest Rate During Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80921,15 +80922,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentInterestRateStatedPercentage", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Interest Rate, Stated Percentage" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Instrument, Interest Rate, Stated Percentage", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Interest Rate, Stated Percentage" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80945,15 +80946,15 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentTerm", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Term" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Instrument, Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -80970,10 +80971,6 @@ "elementType": "member", "internalId": "us-gaap:DebtInstrumentUnamortizedDiscountPremiumAndDebtIssuanceCostsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Instrument, Unamortized Discount (Premium) and Debt Issuance Costs, Net" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -80983,6 +80980,10 @@ "periodType": "instant", "prefLabel": "Debt Instrument, Unamortized Discount (Premium) and Debt Issuance Costs, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Instrument, Unamortized Discount (Premium) and Debt Issuance Costs, Net" + }, "substitutionGroup": "i:item" }, { @@ -80995,15 +80996,15 @@ "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleContinuousUnrealizedLossPositionLessThan12Months", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81020,10 +81021,6 @@ "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleContinuousUnrealizedLossPositionLessThan12MonthsAccumulatedLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months, Accumulated Loss" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -81033,6 +81030,10 @@ "periodType": "instant", "prefLabel": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months, Accumulated Loss", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale, Continuous Unrealized Loss Position, Less than 12 Months, Accumulated Loss" + }, "substitutionGroup": "i:item" }, { @@ -81043,16 +81044,16 @@ "dataType": "dtr-types:textBlockItemType", "elementType": "member", "internalId": "us-gaap:DebtSecuritiesAvailableForSaleTableTextBlock", - "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Debt Securities, Available-for-Sale [Table Text Block]" - }, + "itemType": "textBlock", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Securities, Available-for-Sale [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Securities, Available-for-Sale [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81069,15 +81070,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredFederalIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Federal Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Federal Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Federal Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81094,15 +81095,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredForeignIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Foreign Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Foreign Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Foreign Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81119,15 +81120,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxAssetsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Assets, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Income Tax Assets, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Assets, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81148,15 +81149,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81177,10 +81178,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxLiabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Gross" - }, "monetary": "true", "negatedTotalLabel": { "@language": "en-US", @@ -81190,6 +81187,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Gross" + }, "substitutionGroup": "i:item" }, { @@ -81202,15 +81203,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredIncomeTaxLiabilitiesNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Income Tax Liabilities, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Income Tax Liabilities, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Income Tax Liabilities, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81231,15 +81232,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredStateAndLocalIncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred State and Local Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Deferred State and Local Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred State and Local Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81256,15 +81257,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Gross" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -81281,15 +81282,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsLiabilitiesNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Net" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -81306,15 +81307,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Net of Valuation Allowance" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Net of Valuation Allowance", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Net of Valuation Allowance" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -81331,15 +81332,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsOperatingLossCarryforwards", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Operating Loss Carryforwards" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Operating Loss Carryforwards", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Operating Loss Carryforwards" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81356,15 +81357,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsOther", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Other" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Other", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Other" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81381,15 +81382,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsTaxCreditCarryforwards", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Credit Carryforwards" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Credit Carryforwards", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Credit Carryforwards" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81406,15 +81407,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsTaxCreditCarryforwardsResearch", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Credit Carryforwards, Research" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Credit Carryforwards, Research", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Credit Carryforwards, Research" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81431,15 +81432,15 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsTaxDeferredExpenseReservesAndAccruals", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Tax Deferred Expense, Reserves and Accruals" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Deferred Tax Assets, Tax Deferred Expense, Reserves and Accruals", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Tax Deferred Expense, Reserves and Accruals" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81456,10 +81457,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxAssetsValuationAllowance", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Assets, Valuation Allowance" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -81469,6 +81466,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Assets, Valuation Allowance", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Assets, Valuation Allowance" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81485,10 +81486,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxLiabilitiesGoodwillAndIntangibleAssetsIntangibleAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Intangible Assets" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -81498,6 +81495,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Intangible Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Intangible Assets" + }, "substitutionGroup": "i:item" }, { @@ -81510,10 +81511,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxLiabilitiesInvestments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Investments" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -81523,6 +81520,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Investments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Investments" + }, "substitutionGroup": "i:item" }, { @@ -81535,10 +81536,6 @@ "elementType": "member", "internalId": "us-gaap:DeferredTaxLiabilitiesUndistributedForeignEarnings", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Deferred Tax Liabilities, Undistributed Foreign Earnings" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -81548,6 +81545,10 @@ "periodType": "instant", "prefLabel": "Deferred Tax Liabilities, Undistributed Foreign Earnings", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Deferred Tax Liabilities, Undistributed Foreign Earnings" + }, "substitutionGroup": "i:item" }, { @@ -81560,15 +81561,15 @@ "elementType": "member", "internalId": "us-gaap:DefinedContributionPlanCostRecognized", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Defined Contribution Plan, Cost" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Defined Contribution Plan, Cost", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Defined Contribution Plan, Cost" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81585,15 +81586,15 @@ "elementType": "member", "internalId": "us-gaap:Depreciation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Depreciation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Depreciation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Depreciation" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81610,15 +81611,15 @@ "elementType": "member", "internalId": "us-gaap:DepreciationDepletionAndAmortization", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Depreciation, Depletion and Amortization" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Depreciation, Depletion and Amortization", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Depreciation, Depletion and Amortization" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81634,15 +81635,15 @@ "elementType": "axis", "internalId": "us-gaap:DerivativeInstrumentRiskAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Derivative Instrument [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instrument [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instrument [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -81658,15 +81659,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeInstrumentsAndHedgingActivitiesDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Derivative Instruments and Hedging Activities Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Derivative Instruments and Hedging Activities Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative Instruments and Hedging Activities Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81682,15 +81683,15 @@ "elementType": "member", "internalId": "us-gaap:DerivativeNotionalAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Derivative, Notional Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Derivative, Notional Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Derivative, Notional Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81706,15 +81707,15 @@ "elementType": "member", "internalId": "us-gaap:DesignatedAsHedgingInstrumentMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Designated as Hedging Instrument [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Designated as Hedging Instrument [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Designated as Hedging Instrument [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81730,15 +81731,15 @@ "elementType": "member", "internalId": "us-gaap:DevelopedTechnologyRightsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Developed Technology Rights [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Developed Technology Rights [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Developed Technology Rights [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -81754,15 +81755,15 @@ "elementType": "member", "internalId": "us-gaap:DisclosureOfCompensationRelatedCostsShareBasedPaymentsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81778,15 +81779,15 @@ "elementType": "member", "internalId": "us-gaap:DisclosureOfShareBasedCompensationArrangementsByShareBasedPaymentAwardTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Disclosure of Share-Based Compensation Arrangements by Share-Based Payment Award [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Disclosure of Share-Based Compensation Arrangements by Share-Based Payment Award [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Disclosure of Share-Based Compensation Arrangements by Share-Based Payment Award [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81803,10 +81804,6 @@ "elementType": "member", "internalId": "us-gaap:DividendsCommonStockCash", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Dividends, Common Stock, Cash" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -81816,6 +81813,10 @@ "periodType": "duration", "prefLabel": "Dividends, Common Stock, Cash", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Dividends, Common Stock, Cash" + }, "substitutionGroup": "i:item" }, { @@ -81827,15 +81828,15 @@ "elementType": "member", "internalId": "us-gaap:DomesticCountryMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Domestic Tax Jurisdiction [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Domestic Tax Jurisdiction [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Domestic Tax Jurisdiction [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81851,15 +81852,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareBasic", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share, Basic" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share, Basic", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share, Basic" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81875,15 +81876,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareDiluted", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share, Diluted" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share, Diluted", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share, Diluted" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81899,15 +81900,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerSharePolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81923,15 +81924,15 @@ "elementType": "member", "internalId": "us-gaap:EarningsPerShareTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Earnings Per Share [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Earnings Per Share [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Earnings Per Share [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81947,15 +81948,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateContinuingOperations", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Percent" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -81971,15 +81972,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationAtFederalStatutoryIncomeTaxRate", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, at Federal Statutory Income Tax Rate, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, at Federal Statutory Income Tax Rate, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, at Federal Statutory Income Tax Rate, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -81996,15 +81997,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationCrossBorderOtherAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82020,15 +82021,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationCrossBorderOtherPercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Cross-Border, Other, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82045,10 +82046,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationFdiiAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, FDII, Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -82058,6 +82055,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, FDII, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, FDII, Amount" + }, "substitutionGroup": "i:item" }, { @@ -82069,10 +82070,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationFdiiPercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, FDII, Percent" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -82082,6 +82079,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, FDII, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, FDII, Percent" + }, "substitutionGroup": "i:item" }, { @@ -82093,15 +82094,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationForeignIncomeTaxRateDifferential", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82121,15 +82122,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationNondeductibleExpenseOther", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82145,15 +82146,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationNondeductibleExpenseShareBasedCompensationCost", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82169,15 +82170,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationOtherAdjustments", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Other Adjustments, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82193,15 +82194,15 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationStateAndLocalIncomeTaxes", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82217,10 +82218,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationTaxCredits", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Percent" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -82230,6 +82227,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Percent" + }, "substitutionGroup": "i:item" }, { @@ -82241,10 +82242,6 @@ "elementType": "member", "internalId": "us-gaap:EffectiveIncomeTaxRateReconciliationTaxCreditsResearch", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Percent" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -82254,6 +82251,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Percent" + }, "substitutionGroup": "i:item" }, { @@ -82266,15 +82267,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeRelatedLiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Employee-related Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Employee-related Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Employee-related Liabilities, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82291,15 +82292,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognized", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82315,15 +82316,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedPeriodForRecognition1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Period for Recognition" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Period for Recognition", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Nonvested Award, Cost Not yet Recognized, Period for Recognition" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82339,15 +82340,15 @@ "elementType": "member", "internalId": "us-gaap:EmployeeStockMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Employee Stock [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Employee Stock [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Employee Stock [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82364,15 +82365,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesFVNINoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities, FV-NI, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities, FV-NI, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities, FV-NI, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82389,15 +82390,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesFvNiCurrentAndNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities, FV-NI", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82414,15 +82415,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesFvNiUnrealizedGainLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities, FV-NI, Unrealized Gain (Loss)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities, FV-NI, Unrealized Gain (Loss)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities, FV-NI, Unrealized Gain (Loss)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82439,10 +82440,6 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value, Amount" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -82456,6 +82453,10 @@ "periodType": "instant", "prefLabel": "Equity Securities without Readily Determinable Fair Value, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value, Amount" + }, "substitutionGroup": "i:item" }, { @@ -82467,15 +82468,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValuePolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities without Readily Determinable Fair Value [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82491,15 +82492,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities without Readily Determinable Fair Value [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82516,15 +82517,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueUpwardPriceAdjustmentAnnualAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Annual Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Annual Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Annual Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82541,15 +82542,15 @@ "elementType": "member", "internalId": "us-gaap:EquitySecuritiesWithoutReadilyDeterminableFairValueUpwardPriceAdjustmentCumulativeAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Cumulative Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Cumulative Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Securities without Readily Determinable Fair Value, Upward Price Adjustment, Cumulative Amount" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -82565,15 +82566,15 @@ "elementType": "axis", "internalId": "us-gaap:FairValueByFairValueHierarchyLevelAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value Hierarchy and NAV [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value Hierarchy and NAV [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value Hierarchy and NAV [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -82589,15 +82590,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueDisclosuresTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Fair Value Disclosures [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value Disclosures [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value Disclosures [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82613,15 +82614,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueInputsLevel1Member", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value, Inputs, Level 1 [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value, Inputs, Level 1 [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value, Inputs, Level 1 [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82637,15 +82638,15 @@ "elementType": "member", "internalId": "us-gaap:FairValueInputsLevel2Member", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Fair Value, Inputs, Level 2 [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fair Value, Inputs, Level 2 [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fair Value, Inputs, Level 2 [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82662,15 +82663,15 @@ "elementType": "member", "internalId": "us-gaap:FinanceLeaseRightOfUseAssetAccumulatedAmortization", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finance Lease, Right-of-Use Asset, Accumulated Amortization" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finance Lease, Right-of-Use Asset, Accumulated Amortization", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finance Lease, Right-of-Use Asset, Accumulated Amortization" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82686,15 +82687,15 @@ "elementType": "axis", "internalId": "us-gaap:FinancialInstrumentAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Financial Instrument [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Financial Instrument [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Financial Instrument [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -82710,15 +82711,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetUsefulLife", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Useful Life" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Useful Life", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Useful Life" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82735,10 +82736,6 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAccumulatedAmortization", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Accumulated Amortization" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -82748,6 +82745,10 @@ "periodType": "instant", "prefLabel": "Finite-Lived Intangible Assets, Accumulated Amortization", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Accumulated Amortization" + }, "substitutionGroup": "i:item" }, { @@ -82760,15 +82761,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseAfterYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, after Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, after Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, after Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82785,15 +82786,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseNextTwelveMonths", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82810,15 +82811,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82835,15 +82836,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearFour", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Four" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Four", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Four" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82860,15 +82861,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearThree", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Three" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Three", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Three" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82885,15 +82886,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsAmortizationExpenseYearTwo", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Two" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Asset, Expected Amortization, Year Two", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Asset, Expected Amortization, Year Two" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82909,15 +82910,15 @@ "elementType": "axis", "internalId": "us-gaap:FiniteLivedIntangibleAssetsByMajorClassAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets by Major Class [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Finite-Lived Intangible Assets by Major Class [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets by Major Class [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -82938,15 +82939,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Assets, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -82963,15 +82964,15 @@ "elementType": "member", "internalId": "us-gaap:FiniteLivedIntangibleAssetsNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Finite-Lived Intangible Assets, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Finite-Lived Intangible Assets, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Finite-Lived Intangible Assets, Net" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -82987,15 +82988,15 @@ "elementType": "member", "internalId": "us-gaap:FiscalPeriod", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Fiscal Period, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Fiscal Period, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Fiscal Period, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83011,15 +83012,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignCountryMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Foreign Tax Jurisdiction [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Tax Jurisdiction [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Tax Jurisdiction [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83035,15 +83036,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignCurrencyTransactionsAndTranslationsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Foreign Currency Transactions and Translations Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Currency Transactions and Translations Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Currency Transactions and Translations Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83059,15 +83060,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignExchangeForwardMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Foreign Exchange Forward [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Exchange Forward [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Exchange Forward [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83083,15 +83084,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignGovernmentDebtSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Debt Security, Government, Non-US [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Debt Security, Government, Non-US [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Debt Security, Government, Non-US [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83107,15 +83108,15 @@ "elementType": "member", "internalId": "us-gaap:ForeignTaxJurisdictionOtherMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Foreign Tax Jurisdiction, Other [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Foreign Tax Jurisdiction, Other [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Foreign Tax Jurisdiction, Other [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83132,10 +83133,6 @@ "elementType": "member", "internalId": "us-gaap:GainLossOnInvestments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Gain (Loss) on Investments" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -83145,6 +83142,10 @@ "periodType": "duration", "prefLabel": "Gain (Loss) on Investments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Gain (Loss) on Investments" + }, "substitutionGroup": "i:item" }, { @@ -83155,16 +83156,16 @@ "dataType": "dtr-types:textBlockItemType", "elementType": "member", "internalId": "us-gaap:GainLossOnInvestmentsTextBlock", - "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Gain (Loss) on Securities [Table Text Block]" - }, + "itemType": "textBlock", "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Gain (Loss) on Securities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Gain (Loss) on Securities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83181,15 +83182,15 @@ "elementType": "member", "internalId": "us-gaap:Goodwill", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Goodwill" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Goodwill", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83205,15 +83206,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillAndIntangibleAssetsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Goodwill and Intangible Assets, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill and Intangible Assets, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill and Intangible Assets, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83229,15 +83230,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Goodwill Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83254,15 +83255,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillImpairmentLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Goodwill, Impairment Loss" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill, Impairment Loss", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill, Impairment Loss" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83278,15 +83279,15 @@ "elementType": "member", "internalId": "us-gaap:GoodwillPeriodIncreaseDecrease", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Goodwill, Period Increase (Decrease)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Goodwill, Period Increase (Decrease)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Goodwill, Period Increase (Decrease)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83303,15 +83304,15 @@ "elementType": "member", "internalId": "us-gaap:GrossProfit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Gross Profit" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Gross Profit", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Gross Profit" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -83327,15 +83328,15 @@ "elementType": "axis", "internalId": "us-gaap:GuaranteeObligationsByNatureAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Nature [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Guarantor Obligations, Nature [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Nature [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -83352,15 +83353,15 @@ "elementType": "member", "internalId": "us-gaap:GuaranteeObligationsMaximumExposure", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligations, Maximum Exposure, Undiscounted" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Guarantor Obligations, Maximum Exposure, Undiscounted", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligations, Maximum Exposure, Undiscounted" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83376,15 +83377,15 @@ "elementType": "member", "internalId": "us-gaap:GuarantorObligationTerm1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Guarantor Obligation, Term" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Guarantor Obligation, Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Guarantor Obligation, Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83400,15 +83401,15 @@ "elementType": "axis", "internalId": "us-gaap:HedgingDesignationAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Hedging Designation [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Hedging Designation [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Hedging Designation [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -83425,15 +83426,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesDomestic", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Income Taxes, Domestic" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Income Taxes, Domestic", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Income Taxes, Domestic" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83450,15 +83451,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesExtraordinaryItemsNoncontrollingInterest", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Income Taxes, Noncontrolling Interest" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Income Taxes, Noncontrolling Interest", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Income Taxes, Noncontrolling Interest" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -83475,15 +83476,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesForeign", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income (Loss) from Continuing Operations before Income Taxes, Foreign" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income (Loss) from Continuing Operations before Income Taxes, Foreign", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income (Loss) from Continuing Operations before Income Taxes, Foreign" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83499,15 +83500,15 @@ "elementType": "axis", "internalId": "us-gaap:IncomeStatementLocationAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Statement of Income Location, Balance [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Statement of Income Location, Balance [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Statement of Income Location, Balance [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -83523,15 +83524,15 @@ "elementType": "axis", "internalId": "us-gaap:IncomeTaxAuthorityAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Income Tax Jurisdiction [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Jurisdiction [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Jurisdiction [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -83547,15 +83548,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Income Tax Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83572,15 +83573,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxExpenseBenefit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Expense (Benefit)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Expense (Benefit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Expense (Benefit)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -83601,15 +83602,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPaidFederalAfterRefundReceived", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Paid, Federal, after Refund Received" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Paid, Federal, after Refund Received", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Paid, Federal, after Refund Received" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83626,15 +83627,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPaidForeignAfterRefundReceived", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Paid, Foreign, after Refund Received" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Paid, Foreign, after Refund Received", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Paid, Foreign, after Refund Received" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83651,15 +83652,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPaidStateAndLocalAfterRefundReceived", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Tax Paid, State and Local, after Refund Received" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax Paid, State and Local, after Refund Received", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax Paid, State and Local, after Refund Received" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83675,15 +83676,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Income Tax, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Income Tax, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Tax, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83700,15 +83701,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationForeignIncomeTaxRateDifferential", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Foreign Income Tax Rate Differential, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83729,15 +83730,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationIncomeTaxExpenseBenefitAtFederalStatutoryIncomeTaxRate", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation at Federal Statutory Income Tax Rate, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation at Federal Statutory Income Tax Rate, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation at Federal Statutory Income Tax Rate, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83754,15 +83755,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationNondeductibleExpenseOther", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Other, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83779,15 +83780,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationNondeductibleExpenseShareBasedCompensationCost", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Nondeductible Expense, Share-Based Payment Arrangement, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83804,15 +83805,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationOtherAdjustments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Other Adjustments, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Other Adjustments, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83829,15 +83830,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationStateAndLocalIncomeTaxes", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, State and Local Income Taxes, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83854,10 +83855,6 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationTaxCredits", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -83867,6 +83864,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Amount" + }, "substitutionGroup": "i:item" }, { @@ -83879,10 +83880,6 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxReconciliationTaxCreditsResearch", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -83892,6 +83889,10 @@ "periodType": "duration", "prefLabel": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Effective Income Tax Rate Reconciliation, Tax Credit, Research, Amount" + }, "substitutionGroup": "i:item" }, { @@ -83904,15 +83905,15 @@ "elementType": "member", "internalId": "us-gaap:IncomeTaxesPaidNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Income Taxes Paid, Net" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Income Taxes Paid, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Income Taxes Paid, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83933,15 +83934,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInAccountsPayable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Accounts Payable" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Accounts Payable", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Accounts Payable" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -83958,10 +83959,6 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInAccountsReceivable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Accounts Receivable" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -83971,6 +83968,10 @@ "periodType": "duration", "prefLabel": "Increase (Decrease) in Accounts Receivable", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Accounts Receivable" + }, "substitutionGroup": "i:item" }, { @@ -83983,15 +83984,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInAccruedLiabilitiesAndOtherOperatingLiabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Accrued Liabilities and Other Operating Liabilities" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Accrued Liabilities and Other Operating Liabilities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Accrued Liabilities and Other Operating Liabilities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84008,10 +84009,6 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInInventories", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Inventories" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -84021,6 +84018,10 @@ "periodType": "duration", "prefLabel": "Increase (Decrease) in Inventories", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Inventories" + }, "substitutionGroup": "i:item" }, { @@ -84033,15 +84034,15 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInOtherNoncurrentLiabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Other Noncurrent Liabilities" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Increase (Decrease) in Other Noncurrent Liabilities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Other Noncurrent Liabilities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84058,10 +84059,6 @@ "elementType": "member", "internalId": "us-gaap:IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Increase (Decrease) in Prepaid Expense and Other Assets" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -84071,6 +84068,10 @@ "periodType": "duration", "prefLabel": "Increase (Decrease) in Prepaid Expense and Other Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Increase (Decrease) in Prepaid Expense and Other Assets" + }, "substitutionGroup": "i:item" }, { @@ -84082,15 +84083,15 @@ "elementType": "member", "internalId": "us-gaap:IntangibleAssetsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Intangible Assets Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Assets Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84106,15 +84107,15 @@ "elementType": "member", "internalId": "us-gaap:IntangibleAssetsFiniteLivedPolicy", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Intangible Assets, Finite-Lived, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Intangible Assets, Finite-Lived, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets, Finite-Lived, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84131,15 +84132,15 @@ "elementType": "member", "internalId": "us-gaap:IntangibleAssetsNetExcludingGoodwill", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Intangible Assets, Net (Excluding Goodwill)" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Intangible Assets, Net (Excluding Goodwill)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Intangible Assets, Net (Excluding Goodwill)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84156,10 +84157,6 @@ "elementType": "member", "internalId": "us-gaap:InterestExpenseNonoperating", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Interest Expense, Nonoperating" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -84169,6 +84166,10 @@ "periodType": "duration", "prefLabel": "Interest Expense, Nonoperating", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Interest Expense, Nonoperating" + }, "substitutionGroup": "i:item" }, { @@ -84181,15 +84182,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryFinishedGoodsNetOfReserves", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Finished Goods, Net of Reserves" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Finished Goods, Net of Reserves", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Finished Goods, Net of Reserves" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84206,15 +84207,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84234,15 +84235,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Inventory, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84259,15 +84260,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryRawMaterialsNetOfReserves", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Raw Materials, Net of Reserves" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Raw Materials, Net of Reserves", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Raw Materials, Net of Reserves" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84284,15 +84285,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryWorkInProcessNetOfReserves", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory, Work in Process, Net of Reserves" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Inventory, Work in Process, Net of Reserves", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory, Work in Process, Net of Reserves" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84309,15 +84310,15 @@ "elementType": "member", "internalId": "us-gaap:InventoryWriteDown", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Inventory Write-down" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Inventory Write-down", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Inventory Write-down" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84334,15 +84335,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentIncomeInterest", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Investment Income, Interest" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Investment Income, Interest", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investment Income, Interest" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84358,15 +84359,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Investment, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investment, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investment, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84382,15 +84383,15 @@ "elementType": "member", "internalId": "us-gaap:InvestmentsInDebtAndMarketableEquitySecuritiesAndCertainTradingAssetsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Investments in Debt and Marketable Equity Securities (and Certain Trading Assets) Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Investments in Debt and Marketable Equity Securities (and Certain Trading Assets) Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Investments in Debt and Marketable Equity Securities (and Certain Trading Assets) Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84406,15 +84407,15 @@ "elementType": "member", "internalId": "us-gaap:LandMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Land [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Land [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Land [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84430,15 +84431,15 @@ "elementType": "member", "internalId": "us-gaap:LegalCostsPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Legal Costs, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Legal Costs, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Legal Costs, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84454,15 +84455,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeLeasesPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Leases [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Leases [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Leases [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84478,15 +84479,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLeaseNotYetCommencedTermOfContract1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Lease Not yet Commenced, Term of Contract" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Lease Not yet Commenced, Term of Contract", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Lease Not yet Commenced, Term of Contract" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84502,15 +84503,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityMaturityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Maturity [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Maturity [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Maturity [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84527,15 +84528,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -84552,15 +84553,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueAfterYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, after Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, after Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, after Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84577,15 +84578,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueNextTwelveMonths", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84602,15 +84603,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearFive", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84627,15 +84628,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearFour", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Four" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Four", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Four" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84652,15 +84653,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearThree", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Three" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Three", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Three" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84677,15 +84678,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityPaymentsDueYearTwo", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Two" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, to be Paid, Year Two", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, to be Paid, Year Two" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84702,15 +84703,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeaseLiabilityUndiscountedExcessAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Lease, Liability, Undiscounted Excess Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Lessee, Operating Lease, Liability, Undiscounted Excess Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Lease, Liability, Undiscounted Excess Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84726,15 +84727,15 @@ "elementType": "member", "internalId": "us-gaap:LesseeOperatingLeasesTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Lessee, Operating Leases [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Lessee, Operating Leases [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Lessee, Operating Leases [Text Block]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -84751,15 +84752,15 @@ "elementType": "member", "internalId": "us-gaap:Liabilities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Liabilities" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Liabilities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -84776,15 +84777,15 @@ "elementType": "member", "internalId": "us-gaap:LiabilitiesAndStockholdersEquity", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Liabilities and Equity" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Liabilities and Equity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities and Equity" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -84801,15 +84802,15 @@ "elementType": "member", "internalId": "us-gaap:LiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Liabilities, Current" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -84826,15 +84827,15 @@ "elementType": "member", "internalId": "us-gaap:LineOfCreditFacilityMaximumBorrowingCapacity", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Line of Credit Facility, Maximum Borrowing Capacity" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Line of Credit Facility, Maximum Borrowing Capacity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Line of Credit Facility, Maximum Borrowing Capacity" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84850,15 +84851,15 @@ "elementType": "member", "internalId": "us-gaap:LongLivedAssetsByGeographicAreasTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Long-Lived Assets by Geographic Areas [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Lived Assets by Geographic Areas [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Assets by Geographic Areas [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84875,15 +84876,15 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -84900,10 +84901,6 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebtCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Current Maturities" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -84913,6 +84910,10 @@ "periodType": "instant", "prefLabel": "Long-Term Debt, Current Maturities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Current Maturities" + }, "substitutionGroup": "i:item" }, { @@ -84925,15 +84926,15 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebtFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt, Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84950,15 +84951,15 @@ "elementType": "member", "internalId": "us-gaap:LongTermDebtNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Excluding Current Maturities" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Term Debt, Excluding Current Maturities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Excluding Current Maturities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -84974,15 +84975,15 @@ "elementType": "axis", "internalId": "us-gaap:LongtermDebtTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Long-Term Debt, Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Term Debt, Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Term Debt, Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -84999,15 +85000,15 @@ "elementType": "member", "internalId": "us-gaap:MarketableSecurities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Marketable Securities" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Marketable Securities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85023,15 +85024,15 @@ "elementType": "member", "internalId": "us-gaap:MarketableSecuritiesPolicy", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Marketable Securities, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Marketable Securities, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Marketable Securities, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85047,15 +85048,15 @@ "elementType": "member", "internalId": "us-gaap:MaximumRemainingMaturityOfForeignCurrencyDerivatives1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Maximum Remaining Maturity of Foreign Currency Derivatives" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Maximum Remaining Maturity of Foreign Currency Derivatives", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Maximum Remaining Maturity of Foreign Currency Derivatives" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85071,15 +85072,15 @@ "elementType": "member", "internalId": "us-gaap:MoneyMarketFundsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Money Market Funds [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Money Market Funds [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Money Market Funds [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85095,15 +85096,15 @@ "elementType": "axis", "internalId": "us-gaap:NatureOfExpenseAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Nature of Expense [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Nature of Expense [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Nature of Expense [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -85120,15 +85121,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInFinancingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Financing Activity, Including Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85145,15 +85146,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInInvestingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Investing Activity, Including Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85169,15 +85170,15 @@ "elementType": "member", "internalId": "us-gaap:NetCashProvidedByUsedInOperatingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Cash Provided by (Used in) Operating Activity, Including Discontinued Operation" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85194,15 +85195,15 @@ "elementType": "member", "internalId": "us-gaap:NetIncomeLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Net Income (Loss) Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Net Income (Loss) Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Net Income (Loss) Attributable to Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85222,15 +85223,15 @@ "elementType": "member", "internalId": "us-gaap:NewAccountingPronouncementsPolicyPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "New Accounting Pronouncements, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "New Accounting Pronouncements, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "New Accounting Pronouncements, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85246,15 +85247,15 @@ "elementType": "member", "internalId": "us-gaap:NonUsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Non-US [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Non-US [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Non-US [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85270,16 +85271,16 @@ "dataType": "xbrli:monetaryItemType", "elementType": "member", "internalId": "us-gaap:NoncurrentAssets", - "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Long-Lived Assets" - }, + "itemType": "monetary", "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Long-Lived Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Assets" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85295,15 +85296,15 @@ "elementType": "member", "internalId": "us-gaap:NondesignatedMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Not Designated as Hedging Instrument [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Not Designated as Hedging Instrument [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Not Designated as Hedging Instrument [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85320,15 +85321,15 @@ "elementType": "member", "internalId": "us-gaap:NonoperatingIncomeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Nonoperating Income (Expense)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Nonoperating Income (Expense)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Nonoperating Income (Expense)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85344,15 +85345,15 @@ "elementType": "member", "internalId": "us-gaap:NumberOfReportableSegments", "itemType": "integer", - "label": { - "@language": "en-US", - "@value": "Number of Reportable Segments" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Number of Reportable Segments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Number of Reportable Segments" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85369,15 +85370,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingExpenses", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Expenses" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Expenses", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Expenses" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85394,15 +85395,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingIncomeLoss", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Income (Loss)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Income (Loss)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Income (Loss)" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85423,15 +85424,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseCost", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Cost" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Lease, Cost", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Cost" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85448,15 +85449,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85473,15 +85474,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiabilityCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability, Current" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -85497,15 +85498,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiabilityCurrentStatementOfFinancialPositionExtensibleList", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability, Current, Statement of Financial Position [Extensible Enumeration]" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability, Current, Statement of Financial Position [Extensible Enumeration]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability, Current, Statement of Financial Position [Extensible Enumeration]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85522,15 +85523,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseLiabilityNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Liability, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Liability, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Liability, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85547,15 +85548,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeasePayments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Payments" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Lease, Payments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Payments" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85572,15 +85573,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseRightOfUseAsset", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Right-of-Use Asset" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Right-of-Use Asset", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Right-of-Use Asset" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85596,15 +85597,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseWeightedAverageDiscountRatePercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Weighted Average Discount Rate, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Weighted Average Discount Rate, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Weighted Average Discount Rate, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85620,15 +85621,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLeaseWeightedAverageRemainingLeaseTerm1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Lease, Weighted Average Remaining Lease Term" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Lease, Weighted Average Remaining Lease Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Lease, Weighted Average Remaining Lease Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85645,15 +85646,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingLossCarryforwards", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Operating Loss Carryforwards" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Operating Loss Carryforwards", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Loss Carryforwards" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85669,15 +85670,15 @@ "elementType": "member", "internalId": "us-gaap:OperatingSegmentsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Operating Segments [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Operating Segments [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Operating Segments [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85694,15 +85695,15 @@ "elementType": "member", "internalId": "us-gaap:OtherAccruedLiabilitiesCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Accrued Liabilities, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Accrued Liabilities, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Accrued Liabilities, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85719,15 +85720,15 @@ "elementType": "member", "internalId": "us-gaap:OtherAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Assets" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Assets" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85744,15 +85745,15 @@ "elementType": "member", "internalId": "us-gaap:OtherAssetsNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Assets, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Assets, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Assets, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85769,15 +85770,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitment", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -85794,15 +85795,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueAfterFifthYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, after Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, after Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, after Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85819,15 +85820,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInFifthYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Five" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Five", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Five" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85844,15 +85845,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInFourthYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Four" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Four", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Four" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85869,15 +85870,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInNextTwelveMonths", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year One" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year One", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year One" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85894,15 +85895,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInSecondYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Two" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Two", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Two" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85919,15 +85920,15 @@ "elementType": "member", "internalId": "us-gaap:OtherCommitmentDueInThirdYear", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Commitment, to be Paid, Year Three" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Commitment, to be Paid, Year Three", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitment, to be Paid, Year Three" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85943,15 +85944,15 @@ "elementType": "axis", "internalId": "us-gaap:OtherCommitmentsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Commitments [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Commitments [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Commitments [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -85968,15 +85969,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeAvailableforsaleSecuritiesAdjustmentNetOfTaxPortionAttributableToParent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Available-for-Sale Securities Adjustment, Net of Tax, Portion Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Available-for-Sale Securities Adjustment, Net of Tax, Portion Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Available-for-Sale Securities Adjustment, Net of Tax, Portion Attributable to Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -85993,15 +85994,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeLossCashFlowHedgeGainLossAfterReclassificationAndTaxParent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification and Tax, Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification and Tax, Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Cash Flow Hedge, Gain (Loss), after Reclassification and Tax, Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86018,15 +86019,15 @@ "elementType": "member", "internalId": "us-gaap:OtherComprehensiveIncomeLossNetOfTaxPortionAttributableToParent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Comprehensive Income (Loss), Net of Tax, Portion Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Comprehensive Income (Loss), Net of Tax, Portion Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Comprehensive Income (Loss), Net of Tax, Portion Attributable to Parent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86047,15 +86048,15 @@ "elementType": "member", "internalId": "us-gaap:OtherLiabilitiesNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Liabilities, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Liabilities, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Liabilities, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86076,10 +86077,6 @@ "elementType": "member", "internalId": "us-gaap:OtherNoncashIncomeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Noncash Income (Expense)" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86089,6 +86086,10 @@ "periodType": "duration", "prefLabel": "Other Noncash Income (Expense)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Noncash Income (Expense)" + }, "substitutionGroup": "i:item" }, { @@ -86100,15 +86101,15 @@ "elementType": "member", "internalId": "us-gaap:OtherNoncurrentAssetsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Other Noncurrent Assets [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Noncurrent Assets [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Noncurrent Assets [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86124,15 +86125,15 @@ "elementType": "member", "internalId": "us-gaap:OtherNoncurrentLiabilitiesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Other Noncurrent Liabilities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Other Noncurrent Liabilities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Noncurrent Liabilities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86149,15 +86150,15 @@ "elementType": "member", "internalId": "us-gaap:OtherNonoperatingIncomeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Nonoperating Income (Expense)" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Other Nonoperating Income (Expense)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Nonoperating Income (Expense)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86174,15 +86175,15 @@ "elementType": "member", "internalId": "us-gaap:OtherSundryLiabilitiesNoncurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Other Sundry Liabilities, Noncurrent" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Other Sundry Liabilities, Noncurrent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Other Sundry Liabilities, Noncurrent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86199,10 +86200,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsForProceedsFromOtherInvestingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payment for (Proceeds from) Other Investing Activity" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86212,6 +86209,10 @@ "periodType": "duration", "prefLabel": "Payment for (Proceeds from) Other Investing Activity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payment for (Proceeds from) Other Investing Activity" + }, "substitutionGroup": "i:item" }, { @@ -86224,10 +86225,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsForRepurchaseOfCommonStock", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments for Repurchase of Common Stock" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86237,6 +86234,10 @@ "periodType": "duration", "prefLabel": "Payments for Repurchase of Common Stock", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments for Repurchase of Common Stock" + }, "substitutionGroup": "i:item" }, { @@ -86249,10 +86250,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsOfDividends", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments of Dividends" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86262,6 +86259,10 @@ "periodType": "duration", "prefLabel": "Payments of Dividends", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments of Dividends" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86278,10 +86279,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsRelatedToTaxWithholdingForShareBasedCompensation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payment, Tax Withholding, Share-Based Payment Arrangement" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86291,6 +86288,10 @@ "periodType": "duration", "prefLabel": "Payment, Tax Withholding, Share-Based Payment Arrangement", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payment, Tax Withholding, Share-Based Payment Arrangement" + }, "substitutionGroup": "i:item" }, { @@ -86303,10 +86304,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireAvailableForSaleSecuritiesDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Debt Securities, Available-for-Sale" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -86316,6 +86313,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item" }, { @@ -86328,10 +86329,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireBusinessTwoNetOfCashAcquired", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Business Two, Net of Cash Acquired" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -86341,6 +86338,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Business Two, Net of Cash Acquired", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Business Two, Net of Cash Acquired" + }, "substitutionGroup": "i:item" }, { @@ -86353,15 +86354,15 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireBusinessesGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Businesses, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Payments to Acquire Businesses, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Businesses, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86378,10 +86379,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireBusinessesNetOfCashAcquired", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Businesses, Net of Cash Acquired" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86391,6 +86388,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Businesses, Net of Cash Acquired", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Businesses, Net of Cash Acquired" + }, "substitutionGroup": "i:item" }, { @@ -86403,10 +86404,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireEquitySecuritiesFvNi", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Equity Securities, FV-NI" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86416,6 +86413,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Equity Securities, FV-NI", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Equity Securities, FV-NI" + }, "substitutionGroup": "i:item" }, { @@ -86428,10 +86429,6 @@ "elementType": "member", "internalId": "us-gaap:PaymentsToAcquireProductiveAssets", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Payments to Acquire Productive Assets" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86441,6 +86438,10 @@ "periodType": "duration", "prefLabel": "Payments to Acquire Productive Assets", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Payments to Acquire Productive Assets" + }, "substitutionGroup": "i:item" }, { @@ -86452,15 +86453,15 @@ "elementType": "member", "internalId": "us-gaap:PensionAndOtherPostretirementBenefitsDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Retirement Benefits [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Retirement Benefits [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retirement Benefits [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86476,15 +86477,15 @@ "elementType": "member", "internalId": "us-gaap:PerformanceSharesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Performance Shares [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Performance Shares [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Performance Shares [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86500,15 +86501,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockParOrStatedValuePerShare", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Par or Stated Value Per Share" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Par or Stated Value Per Share", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Par or Stated Value Per Share" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86524,15 +86525,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockSharesAuthorized", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Shares Authorized" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Shares Authorized", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Shares Authorized" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86548,15 +86549,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockSharesIssued", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Shares Issued" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Shares Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Shares Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86573,15 +86574,15 @@ "elementType": "member", "internalId": "us-gaap:PreferredStockValueOutstanding", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Preferred Stock, Value, Outstanding" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Preferred Stock, Value, Outstanding", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Preferred Stock, Value, Outstanding" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86598,15 +86599,15 @@ "elementType": "member", "internalId": "us-gaap:PrepaidExpenseAndOtherAssetsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Prepaid Expense and Other Assets, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Prepaid Expense and Other Assets, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Prepaid Expense and Other Assets, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86623,15 +86624,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromMaturitiesPrepaymentsAndCallsOfAvailableForSaleSecurities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Maturities, Prepayments and Calls of Debt Securities, Available-for-Sale" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Maturities, Prepayments and Calls of Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Maturities, Prepayments and Calls of Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86648,15 +86649,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromPaymentsForOtherFinancingActivities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from (Payment for) Other Financing Activity" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from (Payment for) Other Financing Activity", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from (Payment for) Other Financing Activity" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86673,15 +86674,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromSaleOfAvailableForSaleSecuritiesDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Sale of Debt Securities, Available-for-Sale" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Sale of Debt Securities, Available-for-Sale", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Sale of Debt Securities, Available-for-Sale" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86698,15 +86699,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromSaleOfEquitySecuritiesFvNi", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Sale of Equity Securities, FV-NI" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Sale of Equity Securities, FV-NI", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Sale of Equity Securities, FV-NI" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86723,15 +86724,15 @@ "elementType": "member", "internalId": "us-gaap:ProceedsFromStockPlans", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Proceeds from Stock Plans" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Proceeds from Stock Plans", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Proceeds from Stock Plans" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86748,10 +86749,6 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrual", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Standard and Extended Product Warranty Accrual" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -86765,6 +86762,10 @@ "periodType": "instant", "prefLabel": "Standard and Extended Product Warranty Accrual", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Standard and Extended Product Warranty Accrual" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86781,15 +86782,15 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrualClassifiedCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Product Warranty Accrual, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Product Warranty Accrual, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Product Warranty Accrual, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86806,10 +86807,6 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrualPayments", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Standard and Extended Product Warranty Accrual, Decrease for Payments" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -86819,6 +86816,10 @@ "periodType": "duration", "prefLabel": "Standard and Extended Product Warranty Accrual, Decrease for Payments", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Standard and Extended Product Warranty Accrual, Decrease for Payments" + }, "substitutionGroup": "i:item" }, { @@ -86831,15 +86832,15 @@ "elementType": "member", "internalId": "us-gaap:ProductWarrantyAccrualWarrantiesIssued", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Standard and Extended Product Warranty Accrual, Increase for Warranties Issued" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Standard and Extended Product Warranty Accrual, Increase for Warranties Issued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Standard and Extended Product Warranty Accrual, Increase for Warranties Issued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86855,15 +86856,15 @@ "elementType": "axis", "internalId": "us-gaap:PropertyPlantAndEquipmentByTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Long-Lived Tangible Asset [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Long-Lived Tangible Asset [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Long-Lived Tangible Asset [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -86880,15 +86881,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentGross", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Gross" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Property, Plant and Equipment, Gross", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Gross" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86905,15 +86906,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentNet", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Net" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Property, Plant and Equipment, Net", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Net" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86933,15 +86934,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Property, Plant and Equipment, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86957,15 +86958,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Property, Plant and Equipment [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -86981,15 +86982,15 @@ "elementType": "member", "internalId": "us-gaap:PropertyPlantAndEquipmentUsefulLife", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Property, Plant and Equipment, Useful Life" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Property, Plant and Equipment, Useful Life", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Property, Plant and Equipment, Useful Life" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87006,10 +87007,6 @@ "elementType": "member", "internalId": "us-gaap:RepaymentsOfDebt", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Repayments of Debt" - }, "monetary": "true", "negatedLabel": { "@language": "en-US", @@ -87019,6 +87016,10 @@ "periodType": "duration", "prefLabel": "Repayments of Debt", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Repayments of Debt" + }, "substitutionGroup": "i:item" }, { @@ -87031,15 +87032,15 @@ "elementType": "member", "internalId": "us-gaap:ResearchAndDevelopmentExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Research and Development Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Research and Development Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Research and Development Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87055,15 +87056,15 @@ "elementType": "member", "internalId": "us-gaap:ResearchAndDevelopmentExpenseMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Research and Development Expense [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Research and Development Expense [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Research and Development Expense [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -87080,15 +87081,15 @@ "elementType": "member", "internalId": "us-gaap:RestrictedInvestmentsCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Restricted Investments, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Restricted Investments, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Restricted Investments, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87105,15 +87106,15 @@ "elementType": "member", "internalId": "us-gaap:RetainedEarningsAccumulatedDeficit", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Retained Earnings (Accumulated Deficit)" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Retained Earnings (Accumulated Deficit)", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retained Earnings (Accumulated Deficit)" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87129,15 +87130,15 @@ "elementType": "member", "internalId": "us-gaap:RetainedEarningsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Retained Earnings [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Retained Earnings [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Retained Earnings [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87153,15 +87154,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueFromContractWithCustomerPolicyTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Revenue from Contract with Customer [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue from Contract with Customer [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue from Contract with Customer [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87178,15 +87179,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87202,15 +87203,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligationExpectedTimingOfSatisfactionPeriod1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Period" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87226,15 +87227,15 @@ "elementType": "axis", "internalId": "us-gaap:RevenueRemainingPerformanceObligationExpectedTimingOfSatisfactionStartDateAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Start Date [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Start Date [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Expected Timing of Satisfaction, Start Date [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -87250,15 +87251,15 @@ "elementType": "member", "internalId": "us-gaap:RevenueRemainingPerformanceObligationPercentage", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Revenue, Remaining Performance Obligation, Percentage" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Revenue, Remaining Performance Obligation, Percentage", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue, Remaining Performance Obligation, Percentage" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87275,15 +87276,15 @@ "elementType": "member", "internalId": "us-gaap:Revenues", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Revenues" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Revenues", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenues" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87304,15 +87305,15 @@ "elementType": "member", "internalId": "us-gaap:RightOfUseAssetObtainedInExchangeForOperatingLeaseLiability", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Right-of-Use Asset Obtained in Exchange for Operating Lease Liability" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Right-of-Use Asset Obtained in Exchange for Operating Lease Liability", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Right-of-Use Asset Obtained in Exchange for Operating Lease Liability" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87328,15 +87329,15 @@ "elementType": "member", "internalId": "us-gaap:SalesRevenueNetMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Revenue Benchmark [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue Benchmark [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue Benchmark [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87352,15 +87353,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfAccountsPayableAndAccruedLiabilitiesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Accounts Payable and Accrued Liabilities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Accounts Payable and Accrued Liabilities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Accounts Payable and Accrued Liabilities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87376,15 +87377,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfCashFlowSupplementalDisclosuresTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Cash Flow, Supplemental Disclosures [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Cash Flow, Supplemental Disclosures [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Cash Flow, Supplemental Disclosures [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87400,15 +87401,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfComponentsOfIncomeTaxExpenseBenefitTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Components of Income Tax Expense (Benefit) [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Components of Income Tax Expense (Benefit) [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Components of Income Tax Expense (Benefit) [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87424,15 +87425,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfDebtInstrumentsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Long-Term Debt Instruments [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Long-Term Debt Instruments [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Long-Term Debt Instruments [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87448,15 +87449,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfDeferredTaxAssetsAndLiabilitiesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Deferred Tax Assets and Liabilities [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Deferred Tax Assets and Liabilities [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Deferred Tax Assets and Liabilities [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87472,15 +87473,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfEffectiveIncomeTaxRateReconciliationTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Effective Income Tax Rate Reconciliation [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Effective Income Tax Rate Reconciliation [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Effective Income Tax Rate Reconciliation [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87496,15 +87497,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfEmployeeServiceShareBasedCompensationAllocationOfRecognizedPeriodCostsTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Expensed and Capitalized, Amount [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87520,15 +87521,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfEntityWideInformationRevenueFromExternalCustomersByProductsAndServicesTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Revenue from External Customers by Products and Services [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Revenue from External Customers by Products and Services [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Revenue from External Customers by Products and Services [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87544,15 +87545,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfFiniteLivedIntangibleAssetsTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Finite-Lived Intangible Assets [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Finite-Lived Intangible Assets [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Finite-Lived Intangible Assets [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87568,15 +87569,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfIncomeBeforeIncomeTaxDomesticAndForeignTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Income before Income Tax, Domestic and Foreign [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Income before Income Tax, Domestic and Foreign [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Income before Income Tax, Domestic and Foreign [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87592,15 +87593,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfInventoryCurrentTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Inventory, Current [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Inventory, Current [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Inventory, Current [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87616,15 +87617,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfNotionalAmountsOfOutstandingDerivativePositionsTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Notional Amounts of Outstanding Derivative Positions [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Notional Amounts of Outstanding Derivative Positions [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Notional Amounts of Outstanding Derivative Positions [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87640,15 +87641,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfProductWarrantyLiabilityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Product Warranty Liability [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Product Warranty Liability [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Product Warranty Liability [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87664,15 +87665,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfRevenuesFromExternalCustomersAndLongLivedAssetsByGeographicalAreasTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Revenue from External Customers and Long-Lived Assets, by Geographical Areas [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Revenue from External Customers and Long-Lived Assets, by Geographical Areas [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Revenue from External Customers and Long-Lived Assets, by Geographical Areas [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87688,15 +87689,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfSegmentReportingInformationBySegmentTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Segment Reporting Information, by Segment [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Segment Reporting Information, by Segment [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Segment Reporting Information, by Segment [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87712,15 +87713,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfShareBasedCompensationActivityTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Activity [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Activity [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Activity [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87736,15 +87737,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfShareBasedPaymentAwardStockOptionsValuationAssumptionsTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Share-Based Payment Award, Stock Options, Valuation Assumptions [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Share-Based Payment Award, Stock Options, Valuation Assumptions [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Share-Based Payment Award, Stock Options, Valuation Assumptions [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87760,15 +87761,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfUnrecognizedTaxBenefitsRollForwardTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Unrecognized Tax Benefits Roll Forward [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Unrecognized Tax Benefits Roll Forward [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Unrecognized Tax Benefits Roll Forward [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87784,15 +87785,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleOfWeightedAverageNumberOfSharesTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Weighted Average Number of Shares [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Weighted Average Number of Shares [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Weighted Average Number of Shares [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87808,15 +87809,15 @@ "elementType": "member", "internalId": "us-gaap:ScheduleofFiniteLivedIntangibleAssetsFutureAmortizationExpenseTableTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Schedule of Finite-Lived Intangible Assets, Future Amortization Expense [Table Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Schedule of Finite-Lived Intangible Assets, Future Amortization Expense [Table Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Schedule of Finite-Lived Intangible Assets, Future Amortization Expense [Table Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87832,15 +87833,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentReportingDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Segment Reporting Disclosure [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting Disclosure [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting Disclosure [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87857,15 +87858,15 @@ "elementType": "member", "internalId": "us-gaap:SegmentReportingOtherItemAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Segment Reporting, Other Segment Item, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Segment Reporting, Other Segment Item, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segment Reporting, Other Segment Item, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87882,15 +87883,15 @@ "elementType": "member", "internalId": "us-gaap:SellingGeneralAndAdministrativeExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Selling, General and Administrative Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Selling, General and Administrative Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Selling, General and Administrative Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87906,15 +87907,15 @@ "elementType": "member", "internalId": "us-gaap:SellingGeneralAndAdministrativeExpensesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Selling, General and Administrative Expenses [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Selling, General and Administrative Expenses [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Selling, General and Administrative Expenses [Member]" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -87931,15 +87932,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensation", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Noncash Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Noncash Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Noncash Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87955,15 +87956,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardAwardVestingPeriod1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Award Vesting Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Award Vesting Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Award Vesting Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -87979,10 +87980,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsForfeitedInPeriod", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeited in Period" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -87992,6 +87989,10 @@ "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeited in Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeited in Period" + }, "substitutionGroup": "i:item" }, { @@ -88003,15 +88004,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsForfeituresWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeitures, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeitures, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Forfeitures, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item", "verboseLabel": { "@language": "en-US", @@ -88027,15 +88028,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriod", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88055,15 +88056,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriodWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Grants in Period, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88083,10 +88084,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodEndLabel": { @@ -88100,6 +88097,10 @@ "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Nonvested, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item" }, { @@ -88111,10 +88112,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriod", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -88124,6 +88121,10 @@ "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period" + }, "substitutionGroup": "i:item" }, { @@ -88136,15 +88137,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodTotalFairValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Fair Value" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88160,15 +88161,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodWeightedAverageGrantDateFairValue", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Weighted Average Grant Date Fair Value" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Weighted Average Grant Date Fair Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Equity Instruments Other than Options, Vested in Period, Weighted Average Grant Date Fair Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88184,15 +88185,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsExpectedDividendRate", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Dividend Rate" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Dividend Rate", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Dividend Rate" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88208,15 +88209,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsExpectedVolatilityRateMaximum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Maximum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Maximum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Maximum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88232,15 +88233,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsExpectedVolatilityRateMinimum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Minimum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Minimum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Volatility Rate, Minimum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88256,15 +88257,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsRiskFreeInterestRateMaximum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Maximum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Maximum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Maximum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88280,15 +88281,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardFairValueAssumptionsRiskFreeInterestRateMinimum", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Minimum" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Minimum", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Risk Free Interest Rate, Minimum" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88304,15 +88305,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardMaximumEmployeeSubscriptionRate", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Maximum Employee Subscription Rate" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Maximum Employee Subscription Rate", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Maximum Employee Subscription Rate" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88328,10 +88329,6 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardNonOptionEquityInstrumentsOutstandingNumber", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding, Number" - }, "monetary": "false", "nillable": "true", "periodEndLabel": { @@ -88345,6 +88342,10 @@ "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding, Number", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Non-Option Equity Instruments, Outstanding, Number" + }, "substitutionGroup": "i:item" }, { @@ -88356,15 +88357,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAvailableForGrant", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Number of Shares Available for Grant" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Number of Shares Available for Grant", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Number of Shares Available for Grant" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88380,15 +88381,15 @@ "elementType": "member", "internalId": "us-gaap:ShareBasedCompensationArrangementByShareBasedPaymentAwardPerShareWeightedAveragePriceOfSharesPurchased", "itemType": "perShare", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Per Share Weighted Average Price of Shares Purchased" - }, "monetary": "false", "nillable": "true", "periodType": "instant", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Per Share Weighted Average Price of Shares Purchased", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Per Share Weighted Average Price of Shares Purchased" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88404,15 +88405,15 @@ "elementType": "member", "internalId": "us-gaap:SharebasedCompensationArrangementBySharebasedPaymentAwardFairValueAssumptionsExpectedTerm1", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Term" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Term", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Fair Value Assumptions, Expected Term" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88428,15 +88429,15 @@ "elementType": "member", "internalId": "us-gaap:SharebasedCompensationArrangementBySharebasedPaymentAwardPurchasePriceOfCommonStockPercent", "itemType": "percent", - "label": { - "@language": "en-US", - "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Purchase Price of Common Stock, Percent" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Share-Based Compensation Arrangement by Share-Based Payment Award, Purchase Price of Common Stock, Percent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Compensation Arrangement by Share-Based Payment Award, Purchase Price of Common Stock, Percent" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88452,10 +88453,6 @@ "elementType": "member", "internalId": "us-gaap:SharesPaidForTaxWithholdingForShareBasedCompensation", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Share-Based Payment Arrangement, Shares Withheld for Tax Withholding Obligation" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -88465,6 +88462,10 @@ "periodType": "duration", "prefLabel": "Share-Based Payment Arrangement, Shares Withheld for Tax Withholding Obligation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share-Based Payment Arrangement, Shares Withheld for Tax Withholding Obligation" + }, "substitutionGroup": "i:item" }, { @@ -88476,15 +88477,15 @@ "elementType": "member", "internalId": "us-gaap:SignificantAccountingPoliciesTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Significant Accounting Policies [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Significant Accounting Policies [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Significant Accounting Policies [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88500,15 +88501,15 @@ "elementType": "member", "internalId": "us-gaap:StateAndLocalJurisdictionMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "State and Local Jurisdiction [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "State and Local Jurisdiction [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "State and Local Jurisdiction [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88524,15 +88525,15 @@ "elementType": "member", "internalId": "us-gaap:StateAndLocalTaxJurisdictionOtherMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "State and Local Tax Jurisdiction, Other [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "State and Local Tax Jurisdiction, Other [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "State and Local Tax Jurisdiction, Other [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88548,15 +88549,15 @@ "elementType": "axis", "internalId": "us-gaap:StatementBusinessSegmentsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Segments [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Segments [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Segments [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -88572,15 +88573,15 @@ "elementType": "axis", "internalId": "us-gaap:StatementEquityComponentsAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Equity Components [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity Components [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity Components [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -88596,15 +88597,15 @@ "elementType": "member", "internalId": "us-gaap:StockIssuedDuringPeriodSharesNewIssues", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Stock Issued During Period, Shares, New Issues" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Issued During Period, Shares, New Issues", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Issued During Period, Shares, New Issues" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88621,15 +88622,15 @@ "elementType": "member", "internalId": "us-gaap:StockIssuedDuringPeriodValueNewIssues", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Stock Issued During Period, Value, New Issues" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Stock Issued During Period, Value, New Issues", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Issued During Period, Value, New Issues" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88646,15 +88647,15 @@ "elementType": "member", "internalId": "us-gaap:StockRepurchaseProgramRemainingAuthorizedRepurchaseAmount1", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Share Repurchase Program, Remaining Authorized, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Share Repurchase Program, Remaining Authorized, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Share Repurchase Program, Remaining Authorized, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88670,10 +88671,6 @@ "elementType": "member", "internalId": "us-gaap:StockRepurchasedAndRetiredDuringPeriodShares", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Stock Repurchased and Retired During Period, Shares" - }, "monetary": "false", "negatedTerseLabel": { "@language": "en-US", @@ -88683,6 +88680,10 @@ "periodType": "duration", "prefLabel": "Stock Repurchased and Retired During Period, Shares", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Repurchased and Retired During Period, Shares" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88699,10 +88700,6 @@ "elementType": "member", "internalId": "us-gaap:StockRepurchasedAndRetiredDuringPeriodValue", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Stock Repurchased and Retired During Period, Value" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -88712,6 +88709,10 @@ "periodType": "duration", "prefLabel": "Stock Repurchased and Retired During Period, Value", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Stock Repurchased and Retired During Period, Value" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88728,10 +88729,6 @@ "elementType": "member", "internalId": "us-gaap:StockholdersEquity", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Equity, Attributable to Parent" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -88745,6 +88742,10 @@ "periodType": "instant", "prefLabel": "Equity, Attributable to Parent", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity, Attributable to Parent" + }, "substitutionGroup": "i:item", "totalLabel": { "@language": "en-US", @@ -88760,15 +88761,15 @@ "elementType": "member", "internalId": "us-gaap:StockholdersEquityNoteDisclosureTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Equity [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Equity [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Equity [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88784,15 +88785,15 @@ "elementType": "member", "internalId": "us-gaap:SubsequentEventMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Subsequent Event [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Subsequent Event [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Subsequent Event [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88808,15 +88809,15 @@ "elementType": "axis", "internalId": "us-gaap:SubsequentEventTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Subsequent Event Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Subsequent Event Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Subsequent Event Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -88832,15 +88833,15 @@ "elementType": "member", "internalId": "us-gaap:SupplementalBalanceSheetDisclosuresTextBlock", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Supplemental Balance Sheet Disclosures [Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Supplemental Balance Sheet Disclosures [Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Supplemental Balance Sheet Disclosures [Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88857,15 +88858,15 @@ "elementType": "member", "internalId": "us-gaap:TaxCreditCarryforwardAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Tax Credit Carryforward, Amount" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Tax Credit Carryforward, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Tax Credit Carryforward, Amount" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88881,15 +88882,15 @@ "elementType": "axis", "internalId": "us-gaap:TaxCreditCarryforwardAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "Tax Credit Carryforward [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Tax Credit Carryforward [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Tax Credit Carryforward [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -88906,15 +88907,15 @@ "elementType": "member", "internalId": "us-gaap:TaxesPayableCurrent", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Taxes Payable, Current" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Taxes Payable, Current", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Taxes Payable, Current" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88930,15 +88931,15 @@ "elementType": "member", "internalId": "us-gaap:USGovernmentAgenciesDebtSecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "US Government Agencies Debt Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "US Government Agencies Debt Securities [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "US Government Agencies Debt Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88954,15 +88955,15 @@ "elementType": "member", "internalId": "us-gaap:USTreasurySecuritiesMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "US Treasury Securities [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "US Treasury Securities [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "US Treasury Securities [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -88979,15 +88980,15 @@ "elementType": "member", "internalId": "us-gaap:UnbilledContractsReceivable", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unbilled Contracts Receivable" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unbilled Contracts Receivable", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unbilled Contracts Receivable" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89004,15 +89005,15 @@ "elementType": "member", "internalId": "us-gaap:UndistributedEarningsOfForeignSubsidiaries", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Undistributed Earnings of Foreign Subsidiaries" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Undistributed Earnings of Foreign Subsidiaries", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Undistributed Earnings of Foreign Subsidiaries" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89029,10 +89030,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefits", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -89046,6 +89043,10 @@ "periodType": "instant", "prefLabel": "Unrecognized Tax Benefits", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits" + }, "substitutionGroup": "i:item" }, { @@ -89058,10 +89059,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsDecreasesResultingFromPriorPeriodTaxPositions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Decrease Resulting from Prior Period Tax Positions" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -89071,6 +89068,10 @@ "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Decrease Resulting from Prior Period Tax Positions", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Decrease Resulting from Prior Period Tax Positions" + }, "substitutionGroup": "i:item" }, { @@ -89083,10 +89084,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsDecreasesResultingFromSettlementsWithTaxingAuthorities", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Decrease Resulting from Settlements with Taxing Authorities" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -89096,6 +89093,10 @@ "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Decrease Resulting from Settlements with Taxing Authorities", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Decrease Resulting from Settlements with Taxing Authorities" + }, "substitutionGroup": "i:item" }, { @@ -89108,15 +89109,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncomeTaxPenaltiesAndInterestAccrued", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Accrued" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Accrued", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Accrued" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89133,15 +89134,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncomeTaxPenaltiesAndInterestExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Income Tax Penalties and Interest Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89158,15 +89159,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncreasesResultingFromCurrentPeriodTaxPositions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Increase Resulting from Current Period Tax Positions" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Increase Resulting from Current Period Tax Positions", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Increase Resulting from Current Period Tax Positions" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89183,15 +89184,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsIncreasesResultingFromPriorPeriodTaxPositions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Increase Resulting from Prior Period Tax Positions" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Increase Resulting from Prior Period Tax Positions", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Increase Resulting from Prior Period Tax Positions" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89208,10 +89209,6 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsReductionsResultingFromLapseOfApplicableStatuteOfLimitations", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits, Reduction Resulting from Lapse of Applicable Statute of Limitations" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -89221,6 +89218,10 @@ "periodType": "duration", "prefLabel": "Unrecognized Tax Benefits, Reduction Resulting from Lapse of Applicable Statute of Limitations", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits, Reduction Resulting from Lapse of Applicable Statute of Limitations" + }, "substitutionGroup": "i:item" }, { @@ -89233,15 +89234,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecognizedTaxBenefitsThatWouldImpactEffectiveTaxRate", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecognized Tax Benefits that Would Impact Effective Tax Rate" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unrecognized Tax Benefits that Would Impact Effective Tax Rate", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecognized Tax Benefits that Would Impact Effective Tax Rate" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89258,15 +89259,15 @@ "elementType": "member", "internalId": "us-gaap:UnrecordedUnconditionalPurchaseObligationBalanceSheetAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Unrecorded Unconditional Purchase Obligation" - }, "monetary": "true", "nillable": "true", "periodType": "instant", "prefLabel": "Unrecorded Unconditional Purchase Obligation", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Unrecorded Unconditional Purchase Obligation" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89282,15 +89283,15 @@ "elementType": "member", "internalId": "us-gaap:UseOfEstimates", "itemType": "textBlock", - "label": { - "@language": "en-US", - "@value": "Use of Estimates, Policy [Policy Text Block]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Use of Estimates, Policy [Policy Text Block]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Use of Estimates, Policy [Policy Text Block]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89307,10 +89308,6 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowanceDeferredTaxAssetChangeInAmount", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "Valuation Allowance, Deferred Tax Asset, Increase (Decrease), Amount" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -89320,6 +89317,10 @@ "periodType": "duration", "prefLabel": "Valuation Allowance, Deferred Tax Asset, Increase (Decrease), Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Valuation Allowance, Deferred Tax Asset, Increase (Decrease), Amount" + }, "substitutionGroup": "i:item" }, { @@ -89331,15 +89332,15 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowanceOfDeferredTaxAssetsMember", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowance, Deferred Tax Asset [Member]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowance, Deferred Tax Asset [Member]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowance, Deferred Tax Asset [Member]" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89356,10 +89357,6 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesBalance", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Amount" - }, "monetary": "true", "nillable": "true", "periodEndLabel": { @@ -89373,6 +89370,10 @@ "periodType": "instant", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Amount", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Amount" + }, "substitutionGroup": "i:item" }, { @@ -89385,15 +89386,15 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesChargedToCostAndExpense", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Additions, Charge to Cost and Expense" - }, "monetary": "true", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Additions, Charge to Cost and Expense", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Additions, Charge to Cost and Expense" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89410,10 +89411,6 @@ "elementType": "member", "internalId": "us-gaap:ValuationAllowancesAndReservesDeductions", "itemType": "monetary", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Deduction" - }, "monetary": "true", "negatedTerseLabel": { "@language": "en-US", @@ -89423,6 +89420,10 @@ "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Deduction", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves, Deduction" + }, "substitutionGroup": "i:item" }, { @@ -89434,15 +89435,15 @@ "elementType": "axis", "internalId": "us-gaap:ValuationAllowancesAndReservesTypeAxis", "itemType": "string", - "label": { - "@language": "en-US", - "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves Type [Axis]" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "SEC Schedule, 12-09, Valuation Allowances and Reserves Type [Axis]", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "SEC Schedule, 12-09, Valuation Allowances and Reserves Type [Axis]" + }, "substitutionGroup": "https://robosystems.ai/concept/xbrldt:dimensionItem", "terseLabel": { "@language": "en-US", @@ -89458,15 +89459,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberDilutedSharesOutstandingAdjustment", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding, Diluted, Adjustment" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding, Diluted, Adjustment", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding, Diluted, Adjustment" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89482,15 +89483,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberOfDilutedSharesOutstanding", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding, Diluted" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding, Diluted", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding, Diluted" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US", @@ -89510,15 +89511,15 @@ "elementType": "member", "internalId": "us-gaap:WeightedAverageNumberOfSharesOutstandingBasic", "itemType": "shares", - "label": { - "@language": "en-US", - "@value": "Weighted Average Number of Shares Outstanding, Basic" - }, "monetary": "false", "nillable": "true", "periodType": "duration", "prefLabel": "Weighted Average Number of Shares Outstanding, Basic", "source": "us-gaap", + "standardLabel": { + "@language": "en-US", + "@value": "Weighted Average Number of Shares Outstanding, Basic" + }, "substitutionGroup": "i:item", "terseLabel": { "@language": "en-US",