@sberbusiness/triplex-next 1.18.0 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-QOnBvPaB.js +39 -0
- package/chunks/{CalendarViewItem-pHtA4Vlx.js → CalendarViewItem-JEkNv5BF.js} +24 -24
- package/chunks/Card.module-B-kskzDu.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZUMscf2.js +14 -0
- package/chunks/{Chip-CO3WBvtA.js → Chip-Hpw_8UIG.js} +15 -15
- package/chunks/Confirm.module-BCr1BTe_.js +15 -0
- package/chunks/DropdownListItem-DkfeETTd.js +65 -0
- package/chunks/DropdownMobile.module-GswY2cBC.js +23 -0
- package/chunks/Footer.module-eHCIMM8b.js +9 -0
- package/chunks/{FormFieldInput-BHKqXXmM.js → FormFieldInput-Bf7Hleek.js} +7 -7
- package/chunks/HeaderLayoutSidebar.module-DylAdbY5.js +9 -0
- package/chunks/HeaderTabs.module-ePuFE0tR.js +9 -0
- package/chunks/{HeaderTitle.module-DejeYBva.js → HeaderTitle.module-CKSdXcBH.js} +2 -2
- package/chunks/IslandAccordion.module-CSfaBgt7.js +25 -0
- package/chunks/IslandWidgetFooter.module-Njc7vX7n.js +9 -0
- package/chunks/IslandWidgetHeader.module-Boy2QpEU.js +12 -0
- package/chunks/{LightBoxContent-CAboXCdn.js → LightBoxContent-BhMRbJFV.js} +14 -14
- package/chunks/LightBoxControls.module-BIML4FtD.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DO3lZMTa.js +8 -0
- package/chunks/{ListItemControlsButton-rljKBmYs.js → ListItemControlsButton-WjTBGtRH.js} +10 -10
- package/chunks/ListItemTail.module-DbwOPqPM.js +12 -0
- package/chunks/ListMasterFooter.module-C_iN2cC2.js +10 -0
- package/chunks/ModalWindow.module-BHzR_A-u.js +17 -0
- package/chunks/Notification.module-DKVKCNAc.js +20 -0
- package/chunks/Overlay.module-BA4wfORe.js +18 -0
- package/chunks/Page.module-ClDxwmIg.js +11 -0
- package/chunks/{RightBorderArrow-VyofIz59.js → RightBorderArrow-DzKQo2fL.js} +15 -15
- package/chunks/SMSField.module-Bzh5rJPE.js +16 -0
- package/chunks/SliderExtendedMarks.module-CxeVaMq1.js +15 -0
- package/chunks/{SliderExtendedRail-DgwS0MGB.js → SliderExtendedRail-Cb5r_qJ5.js} +11 -11
- package/chunks/StatusTracker.module-BML0rfx7.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BLejFeyH.js → SuggestFieldMobileDropdownHint-B1GcRtym.js} +6 -6
- package/chunks/TableFooter.module-CSQttYnz.js +14 -0
- package/chunks/TabsExtended.module-Dd8drRUU.js +16 -0
- package/chunks/TabsLine.module-BByAjI5u.js +21 -0
- package/chunks/TooltipDesktop.module-FxzkC1sv.js +19 -0
- package/chunks/TreeView.module-Cm7rvpYW.js +9 -0
- package/chunks/{UploadZoneInput-CVEVGrOi.js → UploadZoneInput-BYWNSrDW.js} +4 -4
- package/chunks/{constants-RnOklYSN.js → constants-nPkk17A0.js} +11 -11
- package/chunks/utils-9cQ-Vroa.js +73 -0
- package/chunks/utils-DjcQ_hhv.js +27 -0
- package/chunks/utils-OZcknB0Z.js +24 -0
- package/chunks/utils-v_hn9TAd.js +18 -0
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +10 -10
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +17 -17
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +14 -14
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +6 -6
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +9 -9
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +13 -13
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +14 -15
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +24 -17
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +25 -24
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +3 -3
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +6 -6
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
- package/components/LightBox/LightBox.js +18 -18
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +1 -1
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +4 -4
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +6 -5
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +4 -4
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +18 -18
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +13 -13
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +7 -9
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +10 -10
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +8 -8
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +16 -16
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +31 -31
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +17 -17
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +9 -9
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +20 -20
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +10 -10
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +10 -10
- package/components/UploadZone/UploadZone.js +74 -65
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +1 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/AlertProcessSpoiler-LkdaQ_Di.js +0 -39
- package/chunks/Card.module-BcSOlt-v.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DiHCUVg2.js +0 -14
- package/chunks/Confirm.module-Dhpj4ZKo.js +0 -15
- package/chunks/DropdownListItem-BQHOMeuh.js +0 -63
- package/chunks/DropdownMobile.module-xbdFMKNS.js +0 -23
- package/chunks/Footer.module-C1SNucJG.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DwvmK73d.js +0 -9
- package/chunks/HeaderTabs.module-MEcJFqAB.js +0 -9
- package/chunks/IslandAccordion.module-BxCqLPl3.js +0 -25
- package/chunks/IslandWidgetFooter.module-D1LPR8QN.js +0 -9
- package/chunks/IslandWidgetHeader.module-BM15zmJI.js +0 -12
- package/chunks/LightBoxControls.module-DGtd3hzE.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-C1IxLp8t.js +0 -8
- package/chunks/ListItemTail.module-DeeZQGZM.js +0 -12
- package/chunks/ListMasterFooter.module-Deinj_Hn.js +0 -10
- package/chunks/ModalWindow.module-B0rsZ6qC.js +0 -17
- package/chunks/Notification.module-nKn4mJRI.js +0 -21
- package/chunks/Overlay.module-DK5sjXuJ.js +0 -18
- package/chunks/Page.module-CUe-R8bM.js +0 -11
- package/chunks/SMSField.module-GiwLpUxs.js +0 -16
- package/chunks/SliderExtendedMarks.module-n3OIn4Fh.js +0 -15
- package/chunks/StatusTracker.module-BMReqWPL.js +0 -24
- package/chunks/TableFooter.module-DFzmhqFH.js +0 -14
- package/chunks/TabsExtended.module-Dn0Lp5NZ.js +0 -16
- package/chunks/TabsLine.module-BXYAgYql.js +0 -21
- package/chunks/TooltipDesktop.module-Dabcv06X.js +0 -19
- package/chunks/TreeView.module-Bv5q9M8W.js +0 -9
- package/chunks/utils-BecQ3s95.js +0 -24
- package/chunks/utils-CgBTTmNc.js +0 -73
- package/chunks/utils-IR7tW0dD.js +0 -20
- package/chunks/utils-mnZTG3vL.js +0 -27
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
package/styles/triplex-next.css
CHANGED
|
@@ -1,546 +1,546 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-1-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-1-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-1-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-1-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-1-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-1-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-1-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-1-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-1-
|
|
120
|
-
--triplex-next-Avatar-Background-1-
|
|
121
|
-
--triplex-next-Badge-Background-1-
|
|
122
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
123
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
124
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
125
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
126
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
127
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
128
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
129
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
130
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
138
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
139
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
148
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
152
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
156
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
157
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
158
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
159
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
160
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
161
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
162
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
163
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
164
|
-
--triplex-next-Calendar-Background_Shadow-1-
|
|
165
|
-
--triplex-next-Calendar-View_Header_Color-1-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Default-1-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Hover-1-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-
|
|
171
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-
|
|
172
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-1-
|
|
173
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-
|
|
174
|
-
--triplex-next-Calendar-View_Item_Color_Default-1-
|
|
175
|
-
--triplex-next-Calendar-View_Item_Color_Hover-1-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-1-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Muted-1-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Selected-1-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-
|
|
192
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-
|
|
193
|
-
--triplex-next-Card-Static_General_Background-1-
|
|
194
|
-
--triplex-next-Card-Static_Secondary_Background-1-
|
|
195
|
-
--triplex-next-Card-Action_General_Background-1-
|
|
196
|
-
--triplex-next-Card-Action_General_Background_Hover-1-
|
|
197
|
-
--triplex-next-Card-Action_General_Background_Selected-1-
|
|
198
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-1-
|
|
199
|
-
--triplex-next-Card-Action_Secondary_Background-1-
|
|
200
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-1-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-1-
|
|
202
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-
|
|
203
|
-
--triplex-next-Card-Shadow_Default-1-
|
|
204
|
-
--triplex-next-Card-Shadow_Focus-1-
|
|
205
|
-
--triplex-next-Card-Shadow_Hover-1-
|
|
206
|
-
--triplex-next-Card-Shadow_Selected-1-
|
|
207
|
-
--triplex-next-Card-Shadow_Selected_Hover-1-
|
|
208
|
-
--triplex-next-Checkbox-Background_Checked_Default-1-
|
|
209
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-1-
|
|
210
|
-
--triplex-next-Checkbox-Background_Checked_Hover-1-
|
|
211
|
-
--triplex-next-Checkbox-Background_Default-1-
|
|
212
|
-
--triplex-next-Checkbox-Background_Disabled-1-
|
|
213
|
-
--triplex-next-Checkbox-Background_Hover-1-
|
|
214
|
-
--triplex-next-Checkbox-BorderColor_Default-1-
|
|
215
|
-
--triplex-next-Checkbox-BorderColor_Disabled-1-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Focus-1-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Hover-1-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-1-
|
|
219
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-
|
|
220
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-1-
|
|
221
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-
|
|
222
|
-
--triplex-next-Chip-Background_Active-1-
|
|
223
|
-
--triplex-next-Chip-Background_Default-1-
|
|
224
|
-
--triplex-next-Chip-Background_Disabled-1-
|
|
225
|
-
--triplex-next-Chip-Background_Hover-1-
|
|
226
|
-
--triplex-next-Chip-Background_Selected_Active-1-
|
|
227
|
-
--triplex-next-Chip-Background_Selected_Default-1-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Disabled-1-
|
|
229
|
-
--triplex-next-Chip-Background_Selected_Hover-1-
|
|
230
|
-
--triplex-next-Chip-Color_Active-1-
|
|
231
|
-
--triplex-next-Chip-Color_Default-1-
|
|
232
|
-
--triplex-next-Chip-Color_Disabled-1-
|
|
233
|
-
--triplex-next-Chip-Color_Hover-1-
|
|
234
|
-
--triplex-next-Chip-Color_Selected_Active-1-
|
|
235
|
-
--triplex-next-Chip-Color_Selected_Default-1-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Disabled-1-
|
|
237
|
-
--triplex-next-Chip-Color_Selected_Hover-1-
|
|
238
|
-
--triplex-next-Chip-Shadow_Focus-1-
|
|
239
|
-
--triplex-next-Divider-Background-1-
|
|
240
|
-
--triplex-next-Dropdown-Background-1-
|
|
241
|
-
--triplex-next-Dropdown-Shadow-1-
|
|
242
|
-
--triplex-next-DropdownList-Background_Active-1-
|
|
243
|
-
--triplex-next-DropdownList-Background_Default-1-
|
|
244
|
-
--triplex-next-DropdownList-Background_Selected-1-
|
|
245
|
-
--triplex-next-DropdownList-Color-1-
|
|
246
|
-
--triplex-next-DropdownMobile-Backdrop-1-
|
|
247
|
-
--triplex-next-DropdownMobile-Border_Color-1-
|
|
248
|
-
--triplex-next-DropdownMobile-Content_Background-1-
|
|
249
|
-
--triplex-next-DropdownMobile-Footer_Background-1-
|
|
250
|
-
--triplex-next-DropdownMobile-Header_Background-1-
|
|
251
|
-
--triplex-next-DropdownMobileList-Active_Background-1-
|
|
252
|
-
--triplex-next-DropdownMobileList-Selected_Background-1-
|
|
253
|
-
--triplex-next-FooterPage-StickyShadow-1-
|
|
254
|
-
--triplex-next-FormField-Background_Active-1-
|
|
255
|
-
--triplex-next-FormField-Background_Default-1-
|
|
256
|
-
--triplex-next-FormField-Background_Disabled-1-
|
|
257
|
-
--triplex-next-FormField-Background_Error-1-
|
|
258
|
-
--triplex-next-FormField-Background_Error_Hover-1-
|
|
259
|
-
--triplex-next-FormField-Background_Hover-1-
|
|
260
|
-
--triplex-next-FormField-Background_Warning-1-
|
|
261
|
-
--triplex-next-FormField-Background_Warning_Hover-1-
|
|
262
|
-
--triplex-next-FormField-Input_Color_Default-1-
|
|
263
|
-
--triplex-next-FormField-Input_Color_Disabled-1-
|
|
264
|
-
--triplex-next-FormField-Target_Color_Default-1-
|
|
265
|
-
--triplex-next-FormField-Target_Color_Disabled-1-
|
|
266
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-1-
|
|
267
|
-
--triplex-next-FormField-Label_Color_Default-1-
|
|
268
|
-
--triplex-next-FormField-Label_Color_Disabled-1-
|
|
269
|
-
--triplex-next-FormField-Shadow_Active-1-
|
|
270
|
-
--triplex-next-FormField-Shadow_Default-1-
|
|
271
|
-
--triplex-next-FormField-Shadow_Error_Active-1-
|
|
272
|
-
--triplex-next-FormField-Shadow_Warning_Active-1-
|
|
273
|
-
--triplex-next-FormField-Placeholder_Color-1-
|
|
274
|
-
--triplex-next-HeaderPage-StickyShadow-1-
|
|
275
|
-
--triplex-next-Island-Type1_Background-1-
|
|
276
|
-
--triplex-next-Island-Type2_Background-1-
|
|
277
|
-
--triplex-next-Island-Type3_Background-1-
|
|
278
|
-
--triplex-next-Island-Type1_Shadow-1-
|
|
279
|
-
--triplex-next-Island-Type2_Shadow-1-
|
|
280
|
-
--triplex-next-Island-Type3_Shadow-1-
|
|
281
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-
|
|
282
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-
|
|
283
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-
|
|
284
|
-
--triplex-next-IslandAccordion-Shadow_Focus-1-
|
|
285
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-1-
|
|
286
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-
|
|
287
|
-
--triplex-next-LightBox-Backdrop_Background-1-
|
|
288
|
-
--triplex-next-LightBox-Content_Background-1-
|
|
289
|
-
--triplex-next-Link-BorderColor_Focus-1-
|
|
290
|
-
--triplex-next-Link-Text_Color_Active-1-
|
|
291
|
-
--triplex-next-Link-Text_Color_Default-1-
|
|
292
|
-
--triplex-next-Link-Text_Color_Hover-1-
|
|
293
|
-
--triplex-next-ListItem-Background-1-
|
|
294
|
-
--triplex-next-ListItem-Background_Dragging-1-
|
|
295
|
-
--triplex-next-ListItem-Background_Selected-1-
|
|
296
|
-
--triplex-next-ListItem-Shadow-1-
|
|
297
|
-
--triplex-next-ListItemControlsButton-Background_Active-1-
|
|
298
|
-
--triplex-next-ListItemControlsButton-Background_Default-1-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Background_Hover-1-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Color_Active-1-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Color_Default-1-
|
|
302
|
-
--triplex-next-ListItemControlsButton-Color_Hover-1-
|
|
303
|
-
--triplex-next-ListMaster-Background-1-
|
|
304
|
-
--triplex-next-ListMaster-Footer_Background-1-
|
|
305
|
-
--triplex-next-ListMaster-Footer_Color-1-
|
|
306
|
-
--triplex-next-ListMaster-Header_Background-1-
|
|
307
|
-
--triplex-next-ListMaster-Header_Color-1-
|
|
308
|
-
--triplex-next-Loader-Element_Background_Brand-1-
|
|
309
|
-
--triplex-next-Loader-Element_Background_Neutral-1-
|
|
310
|
-
--triplex-next-Loader-Middle_Background_Default-1-
|
|
311
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-
|
|
312
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-
|
|
313
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-1-
|
|
314
|
-
--triplex-next-Marker-Background_Error-1-
|
|
315
|
-
--triplex-next-Marker-Background_Success-1-
|
|
316
|
-
--triplex-next-Marker-Background_Waiting-1-
|
|
317
|
-
--triplex-next-Marker-Background_Warning-1-
|
|
318
|
-
--triplex-next-MarkerStatus-Description_Color-1-
|
|
319
|
-
--triplex-next-ModalWindow-Background-1-
|
|
320
|
-
--triplex-next-ModalWindow-Backdrop_Background-1-
|
|
321
|
-
--triplex-next-MultiselectField-Divider_Color-1-
|
|
322
|
-
--triplex-next-Notification-Background-1-
|
|
323
|
-
--triplex-next-Notification-Color-1-
|
|
324
|
-
--triplex-next-Notification-TimeColor-1-
|
|
325
|
-
--triplex-next-Notification-Shadow-1-
|
|
326
|
-
--triplex-next-Overlay-Background-1-
|
|
327
|
-
--triplex-next-Overlay-Panel_Background-1-
|
|
328
|
-
--triplex-next-Pagination-PageButton_Background_Active-1-
|
|
329
|
-
--triplex-next-Pagination-PageButton_Background_Hover-1-
|
|
330
|
-
--triplex-next-Pagination-PageButton_Background_Selected-1-
|
|
331
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-
|
|
332
|
-
--triplex-next-Pagination-PageButton_Color-1-
|
|
333
|
-
--triplex-next-Radio-Background_Checked_Default-1-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Disabled-1-
|
|
335
|
-
--triplex-next-Radio-Background_Checked_Hover-1-
|
|
336
|
-
--triplex-next-Radio-Background_Default-1-
|
|
337
|
-
--triplex-next-Radio-Background_Disabled-1-
|
|
338
|
-
--triplex-next-Radio-Background_Hover-1-
|
|
339
|
-
--triplex-next-Radio-BorderColor_Default-1-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Disabled-1-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Focused-1-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Checked_Default-1-
|
|
343
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-1-
|
|
344
|
-
--triplex-next-Radio-Dot_Default-1-
|
|
345
|
-
--triplex-next-Radio-Dot_Disabled-1-
|
|
346
|
-
--triplex-next-SegmentedControl-General_1_Background-1-
|
|
347
|
-
--triplex-next-SegmentedControl-General_2_Background-1-
|
|
348
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-1-
|
|
349
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-1-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-
|
|
400
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-1-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-
|
|
403
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-
|
|
404
|
-
--triplex-next-SmallInput-Background-1-
|
|
405
|
-
--triplex-next-SmallInput-Color-1-
|
|
406
|
-
--triplex-next-SmallInput-PlaceholderColor-1-
|
|
407
|
-
--triplex-next-SmallInput-Shadow-1-
|
|
408
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-1-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Fill_Full-1-
|
|
410
|
-
--triplex-next-SMSField-Refresh_Disabled-1-
|
|
411
|
-
--triplex-next-SMSField-Submit_Background_Default-1-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Hover-1-
|
|
413
|
-
--triplex-next-SMSField-Submit_Background_Active-1-
|
|
414
|
-
--triplex-next-Slider-Dot_Background_Default-1-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Disabled-1-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Hover-1-
|
|
417
|
-
--triplex-next-Slider-Dot_Background_Select-1-
|
|
418
|
-
--triplex-next-Slider-Dot_Focus-1-
|
|
419
|
-
--triplex-next-Slider-Dot_Inner_Background-1-
|
|
420
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-
|
|
421
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-1-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-1-
|
|
423
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-
|
|
424
|
-
--triplex-next-Slider-Rail_Background-1-
|
|
425
|
-
--triplex-next-Slider-Rail_Background_Disabled-1-
|
|
426
|
-
--triplex-next-Slider-Tooltip_Background-1-
|
|
427
|
-
--triplex-next-Slider-Tooltip_Color-1-
|
|
428
|
-
--triplex-next-Slider-Track_Background_Default-1-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Disabled-1-
|
|
430
|
-
--triplex-next-Slider-Track_Background_Hover-1-
|
|
431
|
-
--triplex-next-StatusTracker-Draft_Background-1-
|
|
432
|
-
--triplex-next-StatusTracker-Warning_Background-1-
|
|
433
|
-
--triplex-next-StatusTracker-Waiting_Background-1-
|
|
434
|
-
--triplex-next-StatusTracker-Rejected_Background-1-
|
|
435
|
-
--triplex-next-StatusTracker-Approved_Background-1-
|
|
436
|
-
--triplex-next-StatusTracker-Waiting_Color-1-
|
|
437
|
-
--triplex-next-StatusTracker-Rejected_Color-1-
|
|
438
|
-
--triplex-next-StatusTracker-Approved_Color-1-
|
|
439
|
-
--triplex-next-StatusTracker-Border_Color-1-
|
|
440
|
-
--triplex-next-Step-Color_Active-1-
|
|
441
|
-
--triplex-next-Step-Color_Default-1-
|
|
442
|
-
--triplex-next-Step-Color_Disabled-1-
|
|
443
|
-
--triplex-next-Step-Color_Done-1-
|
|
444
|
-
--triplex-next-Step-Color_Error-1-
|
|
445
|
-
--triplex-next-Step-Color_Warning-1-
|
|
446
|
-
--triplex-next-Step-Background_Active-1-
|
|
447
|
-
--triplex-next-Step-Background_Default-1-
|
|
448
|
-
--triplex-next-Step-Background_Disabled-1-
|
|
449
|
-
--triplex-next-Step-Background_Done-1-
|
|
450
|
-
--triplex-next-Step-Background_Error-1-
|
|
451
|
-
--triplex-next-Step-Background_Warning-1-
|
|
452
|
-
--triplex-next-Stepper-Step_Background_Default-1-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Hover-1-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Disabled-1-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Error-1-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-1-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Warning-1-
|
|
458
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-1-
|
|
459
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-1-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Error-1-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-1-
|
|
462
|
-
--triplex-next-Stepper-Step_BorderColor_Success-1-
|
|
463
|
-
--triplex-next-Stepper-Step_Color_Default-1-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Hover-1-
|
|
465
|
-
--triplex-next-Stepper-Step_Color_Disabled-1-
|
|
466
|
-
--triplex-next-Stepper-ButtonNext_Background-1-
|
|
467
|
-
--triplex-next-Stepper-ButtonPrev_Background-1-
|
|
468
|
-
--triplex-next-Stepper-Background-1-
|
|
469
|
-
--triplex-next-Stepper-Wrapper_Background-1-
|
|
470
|
-
--triplex-next-Stepper-Wrapper_BoxShadow-1-
|
|
471
|
-
--triplex-next-TableBasic-Background_Hover-1-
|
|
472
|
-
--triplex-next-TableBasic-Background_Selected-1-
|
|
473
|
-
--triplex-next-TableBasic-Color-1-
|
|
474
|
-
--triplex-next-TableBasic-Header_Background-1-
|
|
475
|
-
--triplex-next-TableBasic-TableFooter_Background-1-
|
|
476
|
-
--triplex-next-TableBasic-TableFooter_Highlight-1-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-
|
|
479
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-
|
|
480
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-
|
|
481
|
-
--triplex-next-Tabs-Type1_Background-1-
|
|
482
|
-
--triplex-next-Tabs-Type2_Background-1-
|
|
483
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-1-
|
|
484
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-1-
|
|
485
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-
|
|
486
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-
|
|
487
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-
|
|
488
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-
|
|
489
|
-
--triplex-next-Tabs-Type1_Tab_Color_Default-1-
|
|
490
|
-
--triplex-next-Tabs-Type2_Tab_Color_Default-1-
|
|
491
|
-
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-
|
|
492
|
-
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-
|
|
493
|
-
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-
|
|
494
|
-
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-
|
|
495
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-1-
|
|
496
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-1-
|
|
497
|
-
--triplex-next-Tag-Background-1-
|
|
498
|
-
--triplex-next-TagColor-Background_Default-1-
|
|
499
|
-
--triplex-next-TagColor-Background_Success-1-
|
|
500
|
-
--triplex-next-TagColor-Background_Info-1-
|
|
501
|
-
--triplex-next-TagColor-Background_Warning-1-
|
|
502
|
-
--triplex-next-TagColor-Background_Error-1-
|
|
503
|
-
--triplex-next-TagColor-Text_Color_Default-1-
|
|
504
|
-
--triplex-next-TabsLine-BorderColor_Active-1-
|
|
505
|
-
--triplex-next-TabsLine-BorderColor_Hover-1-
|
|
506
|
-
--triplex-next-TabsLine-Separator_Color-1-
|
|
507
|
-
--triplex-next-TabsLine-Shadow_Focus-1-
|
|
508
|
-
--triplex-next-Tooltip-Background-1-
|
|
509
|
-
--triplex-next-Tooltip-Color-1-
|
|
510
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-
|
|
511
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-
|
|
512
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-
|
|
513
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-
|
|
514
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-
|
|
515
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-
|
|
516
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-
|
|
517
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-
|
|
518
|
-
--triplex-next-TopOverlay-Background-1-
|
|
519
|
-
--triplex-next-Typography-Primary_Color-1-
|
|
520
|
-
--triplex-next-Typography-Complementary_Color-1-
|
|
521
|
-
--triplex-next-Typography-Secondary_Color-1-
|
|
522
|
-
--triplex-next-Typography-Tertiary_Color-1-
|
|
523
|
-
--triplex-next-Typography-Disabled_Color-1-
|
|
524
|
-
--triplex-next-Typography-Brand_Color-1-
|
|
525
|
-
--triplex-next-Typography-Info_Color-1-
|
|
526
|
-
--triplex-next-Typography-Success_Color-1-
|
|
527
|
-
--triplex-next-Typography-Error_Color-1-
|
|
528
|
-
--triplex-next-Typography-Warning_Color-1-
|
|
529
|
-
--triplex-next-Typography-System_Color-1-
|
|
530
|
-
--triplex-next-Typography-PrimaryInvert_Color-1-
|
|
531
|
-
--triplex-next-Typography-ComplementaryInvert_Color-1-
|
|
532
|
-
--triplex-next-Typography-SecondaryInvert_Color-1-
|
|
533
|
-
--triplex-next-Typography-TertiaryInvert_Color-1-
|
|
534
|
-
--triplex-next-Typography-DisabledInvert_Color-1-
|
|
535
|
-
--triplex-next-Typography-BrandInvert_Color-1-
|
|
536
|
-
--triplex-next-Typography-InfoInvert_Color-1-
|
|
537
|
-
--triplex-next-Typography-SuccessInvert_Color-1-
|
|
538
|
-
--triplex-next-Typography-ErrorInvert_Color-1-
|
|
539
|
-
--triplex-next-Typography-WarningInvert_Color-1-
|
|
540
|
-
--triplex-next-Typography-SystemInvert_Color-1-
|
|
541
|
-
--triplex-next-UploadZone-Background_Default-1-
|
|
542
|
-
--triplex-next-UploadZone-Background_Hover-1-
|
|
543
|
-
--triplex-next-UploadZone-BorderColor_Default-1-
|
|
544
|
-
--triplex-next-UploadZone-DragArea_Background-1-
|
|
545
|
-
--triplex-next-UploadZone-DragArea_BorderColor-1-
|
|
546
|
-
.underline__c5155a9e{text-decoration:underline}.strikethrough__3b61fc96{text-decoration:line-through}.underlineStrikethrough__23977869{text-decoration:underline line-through}.typography__fe171572.primary__2eac5114{color:var(--triplex-next-Typography-Primary_Color-1-18-0)}.typography__fe171572.primaryInvert__6c9e4e28{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-18-0)}.typography__fe171572.complementary__c3a11999{color:var(--triplex-next-Typography-Complementary_Color-1-18-0)}.typography__fe171572.complementaryInvert__5145ef23{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-18-0)}.typography__fe171572.secondary__76b0a386{color:var(--triplex-next-Typography-Secondary_Color-1-18-0)}.typography__fe171572.secondaryInvert__f48a7a37{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-18-0)}.typography__fe171572.tertiary__b53de4e5{color:var(--triplex-next-Typography-Tertiary_Color-1-18-0)}.typography__fe171572.tertiaryInvert__719a27cc{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-18-0)}.typography__fe171572.disabled__a28eb719{color:var(--triplex-next-Typography-Disabled_Color-1-18-0)}.typography__fe171572.disabledInvert__53caadc6{color:var(--triplex-next-Typography-DisabledInvert_Color-1-18-0)}.typography__fe171572.brand__7dfb52ed{color:var(--triplex-next-Typography-Brand_Color-1-18-0);-webkit-user-select:none;user-select:none}.typography__fe171572.brandInvert__8738ad11{color:var(--triplex-next-Typography-BrandInvert_Color-1-18-0)}.typography__fe171572.info__d399d41a{color:var(--triplex-next-Typography-Info_Color-1-18-0)}.typography__fe171572.infoInvert__dcff8391{color:var(--triplex-next-Typography-InfoInvert_Color-1-18-0)}.typography__fe171572.success__dc4e1889{color:var(--triplex-next-Typography-Success_Color-1-18-0)}.typography__fe171572.successInvert__70e1d802{color:var(--triplex-next-Typography-SuccessInvert_Color-1-18-0)}.typography__fe171572.error__e43cf73b{color:var(--triplex-next-Typography-Error_Color-1-18-0)}.typography__fe171572.errorInvert__9d22bdfc{color:var(--triplex-next-Typography-ErrorInvert_Color-1-18-0)}.typography__fe171572.warning__14acf7aa{color:var(--triplex-next-Typography-Warning_Color-1-18-0)}.typography__fe171572.warningInvert__961c30ca{color:var(--triplex-next-Typography-WarningInvert_Color-1-18-0)}.typography__fe171572.system__fe2bf22b{color:var(--triplex-next-Typography-System_Color-1-18-0)}.typography__fe171572.systemInvert__917c3871{color:var(--triplex-next-Typography-SystemInvert_Color-1-18-0)}.typography__fe171572.compact__4e667a28{line-height:calc(16 / 14)}.caption__9c0b934b.regular__7a7cbc43{font-family:SBSansText}.caption__9c0b934b.semibold__24f9d9eb{font-family:SBSansTextSemibold;font-weight:600}.c1__1aa2d0ff{font-size:10px;line-height:12px}.c2__7f8e29a6{font-size:8px;line-height:10px}.d1__3ecb6c19{font-size:32px;line-height:40px}.d1__3ecb6c19.regular__7a7cbc43{font-family:SBSansDisplay}.d1__3ecb6c19.semibold__24f9d9eb{font-family:SBSansDisplaySemibold;font-weight:600}.text__7e56bbb8{outline:none}.text__7e56bbb8.regular__7a7cbc43{font-family:SBSansText}.text__7e56bbb8.semibold__24f9d9eb{font-family:SBSansTextSemibold;font-weight:600}.b1__a4b2d959{font-size:18px;line-height:24px}.b2__222fef50{font-size:16px;line-height:20px}.b3__39677bf0{font-size:14px;line-height:20px}.b3__39677bf0.compact__4e667a28{line-height:16px}.b4__ae245a42{font-size:12px;line-height:16px}.title__9ce00217{outline:none}.title__9ce00217.regular__7a7cbc43{font-family:SBSansDisplay;font-weight:400}.title__9ce00217.semibold__24f9d9eb{font-family:SBSansDisplaySemibold;font-weight:600}.title__9ce00217.medium__9c53a855{font-family:SBSansDisplayMedium;font-weight:500}.title__9ce00217.bold__dda62ce5{font-family:SBSansDisplayBold;font-weight:700}.h1__d5797a4d,.h2__a35c12bb,.h3__ad7a30f6{margin:0}.h1__d5797a4d{font-size:28px;line-height:36px}.h2__a35c12bb{font-size:24px;line-height:32px}.h3__ad7a30f6{font-size:20px;line-height:28px}.formFieldInput__c8b23d50{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-18-0)}.formFieldInput__c8b23d50:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-18-0)}.formFieldInput__c8b23d50::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-18-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__c8b23d50:focus{outline:none}.formFieldInput__c8b23d50:focus::placeholder{opacity:1}.formFieldInput__c8b23d50:-webkit-autofill{animation-name:autofill-applied-hook__c07df4ef;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__c8b23d50:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__3486f4ed;animation-duration:1ms}.formFieldInput__c8b23d50.sm__838474ca{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__c8b23d50.md__b92938ef{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__c8b23d50.lg__d038e915{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__c07df4ef{0%{transform:none}}@keyframes autofill-cancelled-hook__3486f4ed{0%{transform:none}}.formField__b84aea1e{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__b84aea1e.default__53d1bcf0{background:var(--triplex-next-FormField-Background_Default-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-18-0)}.formField__b84aea1e:hover{background:var(--triplex-next-FormField-Background_Hover-1-18-0)}.formField__b84aea1e.disabled__7b028312{background:var(--triplex-next-FormField-Background_Disabled-1-18-0)}.formField__b84aea1e.active__4ed47f85{background:var(--triplex-next-FormField-Background_Active-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-18-0)}.formField__b84aea1e.active__4ed47f85::placeholder{opacity:1}.formField__b84aea1e.error__19fd6037{background:var(--triplex-next-FormField-Background_Error-1-18-0)}.formField__b84aea1e.error__19fd6037:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-18-0)}.formField__b84aea1e.error__19fd6037.active__4ed47f85{background:var(--triplex-next-FormField-Background_Error-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-18-0)}.formField__b84aea1e.warning__3fc4ecbb{background:var(--triplex-next-FormField-Background_Warning-1-18-0)}.formField__b84aea1e.warning__3fc4ecbb:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-18-0)}.formField__b84aea1e.warning__3fc4ecbb.active__4ed47f85{background:var(--triplex-next-FormField-Background_Warning-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-18-0)}.formField__b84aea1e.sm__838474ca{border-radius:6px}.formField__b84aea1e.md__b92938ef{border-radius:8px}.formField__b84aea1e.lg__d038e915{border-radius:10px}.formFieldDescription__be43dac0{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__be43dac0.withCounter__c45ea34b{display:flex}.formFieldLabel__711a9660{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__711a9660.sm__838474ca{top:6px}.formFieldLabel__711a9660.md__b92938ef{top:10px}.formFieldLabel__711a9660.lg__d038e915{top:18px}.formFieldLabel__711a9660.lg__d038e915.floating__40b7f0a0{top:10px}.formFieldLabelText__4c0f5c4b{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-18-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__838474ca .formFieldLabelText__4c0f5c4b{font-size:12px;line-height:16px}.md__b92938ef .formFieldLabelText__4c0f5c4b{font-size:14px;line-height:20px}.lg__d038e915 .formFieldLabelText__4c0f5c4b{font-size:16px;line-height:20px}.floating__40b7f0a0 .formFieldLabelText__4c0f5c4b{font-size:12px;line-height:16px}.floating__40b7f0a0.sm__838474ca .formFieldLabelText__4c0f5c4b,.floating__40b7f0a0.md__b92938ef .formFieldLabelText__4c0f5c4b{display:none}.disabled__7b028312 .formFieldLabelText__4c0f5c4b{color:var(--triplex-next-FormField-Label_Color_Disabled-1-18-0)}.formFieldPostfix__3a42ce78{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__af0cb481{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__40809288{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__129ba5b3{position:relative}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInputPlaceholder__999a1188{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInputPlaceholder__999a1188::placeholder{opacity:1}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInputPlaceholder__999a1188:disabled{visibility:hidden}.formFieldMaskedInputWrapper__129ba5b3.size-sm__26d722a9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__129ba5b3.size-sm__26d722a9 .formFieldMaskedInputPlaceholder__999a1188{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__129ba5b3.size-md__5baee36e{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3.size-md__5baee36e .formFieldMaskedInputPlaceholder__999a1188{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3.size-lg__dbd5a1d7{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3.size-lg__dbd5a1d7 .formFieldMaskedInputPlaceholder__999a1188{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInput__97369040{display:block;position:relative;background:none!important}.dropdownDesktop__57092c32{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-18-0);background-color:var(--triplex-next-Dropdown-Background-1-18-0)}.dropdownDesktop__57092c32.sm__9fc13483{border-radius:6px}.dropdownDesktop__57092c32.md__929760cb{border-radius:8px}.dropdownDesktop__57092c32.lg__90bb8446{border-radius:10px}.dropdownDesktopOverflowHidden__f3bfd2e0{overflow:hidden}.notificationIcon__9bd47281{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__3e12ed54{margin:4px;overflow:auto}.dropdownDesktopList__3e12ed54.sm__9fc13483{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__3e12ed54.sm__9fc13483 .dropdownDesktopListItem__1a964ccc{padding:6px 8px;border-radius:6px}.dropdownDesktopList__3e12ed54.sm__9fc13483 .dropdownDesktopListLoader__4dc382d0{margin:0 auto}.dropdownDesktopList__3e12ed54.md__929760cb{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__3e12ed54.md__929760cb .dropdownDesktopListItem__1a964ccc{padding:7px 8px;border-radius:8px}.dropdownDesktopList__3e12ed54.md__929760cb .dropdownDesktopListLoader__4dc382d0{margin:-2px auto}.dropdownDesktopList__3e12ed54.lg__90bb8446{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__3e12ed54.lg__90bb8446 .dropdownDesktopListItem__1a964ccc{padding:14px 8px;border-radius:10px}.dropdownDesktopList__3e12ed54.lg__90bb8446 .dropdownDesktopListLoader__4dc382d0{margin:-6px auto}.dropdownDesktopListItem__1a964ccc{color:var(--triplex-next-DropdownList-Color-1-18-0);background:var(--triplex-next-DropdownList-Background_Default-1-18-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__1a964ccc+.dropdownDesktopListItem__1a964ccc{margin-top:2px}.dropdownDesktopListItem__1a964ccc.active__ef08f94d{background:var(--triplex-next-DropdownList-Background_Active-1-18-0);cursor:pointer}.dropdownDesktopListItem__1a964ccc.selected__fa121b1c{background:var(--triplex-next-DropdownList-Background_Selected-1-18-0);cursor:default}.loaderSmall__5cf66106{display:flex;justify-content:center;align-items:center}.loaderSmall__5cf66106.sm__a8ec97aa{width:16px;height:16px;gap:2px}.loaderSmall__5cf66106.sm__a8ec97aa .dot__31789d37{width:4px;height:4px}.loaderSmall__5cf66106.md__2985141b{width:24px;height:24px;gap:3px}.loaderSmall__5cf66106.md__2985141b .dot__31789d37{width:6px;height:6px}.loaderSmall__5cf66106.lg__62b60e5c{width:32px;height:32px;gap:4px}.loaderSmall__5cf66106.lg__62b60e5c .dot__31789d37{width:8px;height:8px}.loaderSmall__5cf66106.neutral__c2e3086c .dot__31789d37{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-18-0)}.loaderSmall__5cf66106.brand__543b0f72 .dot__31789d37{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-18-0)}.loaderSmall__5cf66106 .dot__31789d37{border-radius:50%}.loaderSmall__5cf66106 .dot1__b841c382{animation:dotCycleSmall__62d8066c .9s infinite}.loaderSmall__5cf66106 .dot2__e117f0b6{animation:dotCycleSmall__62d8066c .9s infinite .15s}.loaderSmall__5cf66106 .dot3__19109006{animation:dotCycleSmall__62d8066c .9s infinite .3s}@keyframes dotCycleSmall__62d8066c{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__e397d654{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-18-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__163a910c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__163a910c .dot__31789d37{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-18-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__163a910c .dot1__b841c382{top:0;left:0;animation:dotCycleMiddle__b681f22c 3s infinite}.loaderMiddleDots__163a910c .dot2__e117f0b6{right:0;top:0;opacity:.7;animation:dotCycleMiddle__b681f22c 3s infinite .74s}.loaderMiddleDots__163a910c .dot3__19109006{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__b681f22c 3s infinite 1.5s}.loaderMiddleDots__163a910c .dot4__8ef80398{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__b681f22c 3s infinite 2.25s}.loaderMiddleDots__163a910c .line__4fdedf5e{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-18-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__48155c08 3s infinite}@keyframes lineCycle__48155c08{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__b681f22c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__215d6ffd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__91d54a58{background:var(--triplex-next-DropdownMobile-Backdrop-1-18-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__91d54a58.closing__3207bf10{opacity:0}.dropdownMobileBackdrop__91d54a58.opening__8a6d0134,.dropdownMobileBackdrop__91d54a58.opened__b78ffb30{opacity:var(--triplex-DropdownMobile-Opacity-1-18-0)}.dropdownMobile__b38616ad{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__b38616ad.closing__3207bf10{transform:translateY(100%)}.dropdownMobile__b38616ad.opening__8a6d0134,.dropdownMobile__b38616ad.opened__b78ffb30{transform:translateY(0)}.dropdownMobileHeader__b76b2850{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-18-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__b76b2850 .dropdownMobileHeaderContent__8dc66abd{margin-right:28px;min-height:20px}.dropdownMobileContent__a67479f1{background:var(--triplex-next-DropdownMobile-Content_Background-1-18-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__89447851{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-18-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-18-0);flex-shrink:1}.dropdownMobileListItem__f9b1864a{padding:16px}.dropdownMobileListItem__f9b1864a.selected__fa121b1c{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-18-0)}.dropdownMobileListItem__f9b1864a:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-18-0)}.dropdownMobileListLoader__7ae10d01{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__58c2c4ed{overflow:hidden}.controlButtons__cdd271d7{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__ecb0d735{margin-right:8px}.notificationIcon__ea87490a{position:absolute;right:4px;top:4px}.buttonIcon__b4ea1270{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__b4ea1270:enabled{cursor:pointer}.buttonIcon__b4ea1270.circle__38066e4a{border-radius:50%}.buttonIcon__b4ea1270.squircle__b5cb5ba2{border-radius:4px}.buttonIcon__b4ea1270:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-18-0)}.dropdownMobileInput__05cd8d84{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-18-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__05cd8d84::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-18-0);opacity:1}.dropdownMobileInput__05cd8d84::-ms-clear{display:none}.tabsLineWrapper__3962a1ea[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__3962a1ea[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__3962a1ea[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__3962a1ea[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__3962a1ea{position:relative}.tabsLineWrapper__3962a1ea.withSeparator__acbaeefb:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-18-0);bottom:0;left:0;right:0}.tabsLine__f8643790{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__f8643790:has(.sm__de3cfce2){height:28px}.tabsLine__f8643790:has(.md__9ed550cf){height:40px}.tabsLine__f8643790:has(.lg__62a6cbc5){height:56px}.tab__75824ee6{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__75824ee6.sm__de3cfce2{height:28px;padding-bottom:12px}.tab__75824ee6.md__9ed550cf{height:40px;padding-top:8px;padding-bottom:12px}.tab__75824ee6.lg__62a6cbc5{height:56px;padding-top:16px;padding-bottom:20px}.tab__75824ee6::-moz-focus-inner{border:none;padding:0}.tab__75824ee6:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-18-0)}.tab__75824ee6.active__36359ee6{cursor:default}.tab__75824ee6:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__75824ee6:hover:after,.tab__75824ee6:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-18-0)}.tab__75824ee6.active__36359ee6:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-18-0)}.notificationIcon__8d70fb60{position:absolute;right:6px}.sm__de3cfce2 .notificationIcon__8d70fb60{top:0}.md__9ed550cf .notificationIcon__8d70fb60{top:8px}.lg__62a6cbc5 .notificationIcon__8d70fb60{top:16px}.tabsLineDropdown__b2d74e5d{display:inline-block}.tabsLineDropdown__b2d74e5d .dropdownTarget__f4bbdf7f.active__36359ee6{cursor:pointer}.tabsLineDropdown__b2d74e5d .dropdownTargetInner__a4243358{display:inline-flex;align-items:center}.tabsLineDropdown__b2d74e5d .dropdownTargetCaret__91725356{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__b2d74e5d .dropdownTargetCaret__91725356.opened__10037c89{transform:rotate(-180deg)}.tabsLineDropdown__b2d74e5d .dropdown__122f86fc{right:0;padding:4px}.tabsLineMobileWrapper__f1ab1d35{position:relative}.tabsLineMobileWrapper__f1ab1d35 .tab__75824ee6{flex-shrink:0}.tabsLineMobileWrapper__f1ab1d35 .tab__75824ee6:first-child{margin-left:16px}.tabsLineMobileWrapper__f1ab1d35 .tab__75824ee6:last-child{margin-right:16px}.tabsLineMobile__555bcfed{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__555bcfed::-webkit-scrollbar{display:none}.label__816f07f3{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__816f07f3.sm__8188948e{min-width:16px;min-height:16px}.label__816f07f3.sm__8188948e.nonempty__de05932c{padding:2px 0 2px 24px}.label__816f07f3.md__1907026a{min-height:24px;min-width:24px}.label__816f07f3.md__1907026a.nonempty__de05932c{padding-left:32px;padding-top:2px}.label__816f07f3.lg__41f18c20{min-width:28px;min-height:28px}.label__816f07f3.lg__41f18c20.nonempty__de05932c{padding-left:40px;padding-top:4px}.label__816f07f3.disabled__8f467e70{cursor:default}.radio__c0dcd099{margin:0;opacity:0}.radioIcon__1f119356{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-18-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-18-0)}.radioIcon__1f119356:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-18-0);border-radius:50%;transform:scale(0)}.sm__8188948e .radioIcon__1f119356:after{width:8px;height:8px;top:4px;left:4px}.md__1907026a .radioIcon__1f119356:after{width:12px;height:12px;top:6px;left:6px}.lg__41f18c20 .radioIcon__1f119356:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__1f119356,.radioIcon__1f119356:after{pointer-events:none}.radio__c0dcd099,.radioIcon__1f119356{position:absolute;left:0;top:0}.sm__8188948e .radio__c0dcd099,.sm__8188948e .radioIcon__1f119356{width:16px;height:16px;top:2px}.md__1907026a .radio__c0dcd099,.md__1907026a .radioIcon__1f119356{width:24px;height:24px}.lg__41f18c20 .radio__c0dcd099,.lg__41f18c20 .radioIcon__1f119356{width:28px;height:28px}.radio__c0dcd099:enabled{cursor:pointer}.radio__c0dcd099:checked+.radioIcon__1f119356{background:var(--triplex-next-Radio-Background_Checked_Default-1-18-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-18-0)}.radio__c0dcd099:checked+.radioIcon__1f119356:after{transform:scale(1);transition:transform .2s ease-out}.radio__c0dcd099:hover+.radioIcon__1f119356{background-color:var(--triplex-next-Radio-Background_Hover-1-18-0);box-shadow:none}.radio__c0dcd099:disabled+.radioIcon__1f119356{background:var(--triplex-next-Radio-Background_Disabled-1-18-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-18-0)}.radio__c0dcd099:disabled:checked+.radioIcon__1f119356{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-18-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-18-0)}.radio__c0dcd099:disabled+.radioIcon__1f119356:after{background:var(--triplex-next-Radio-Dot_Disabled-1-18-0)}.radio__c0dcd099:focus-visible+.radioIcon__1f119356{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-18-0)}.radio__c0dcd099:checked:enabled:hover+.radioIcon__1f119356{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-18-0)}.radioXGroup__2173d684{display:inline-flex;flex-flow:row wrap}.radioXGroup__2173d684.indent-12__7458313d{margin-left:-6px;margin-right:-6px}.radioXGroup__2173d684.indent-12__7458313d .label__816f07f3{margin-left:6px;margin-right:6px}.radioXGroup__2173d684.indent-16__dc3f1b5c{margin-left:-8px;margin-right:-8px}.radioXGroup__2173d684.indent-16__dc3f1b5c .label__816f07f3{margin-left:8px;margin-right:8px}.radioXGroup__2173d684.indent-20__b3b0fc1e{margin-left:-10px;margin-right:-10px}.radioXGroup__2173d684.indent-20__b3b0fc1e .label__816f07f3{margin-left:10px;margin-right:10px}.radioXGroup__2173d684.indent-24__4c7ec81a{margin-left:-12px;margin-right:-12px}.radioXGroup__2173d684.indent-24__4c7ec81a .label__816f07f3{margin-left:12px;margin-right:12px}.radioXGroup__2173d684.indent-28__1265bc7e{margin-left:-14px;margin-right:-14px}.radioXGroup__2173d684.indent-28__1265bc7e .label__816f07f3{margin-left:14px;margin-right:14px}.radioXGroup__2173d684.indent-32__b8ad1e3e{margin-left:-16px;margin-right:-16px}.radioXGroup__2173d684.indent-32__b8ad1e3e .label__816f07f3{margin-left:16px;margin-right:16px}.radioYGroup__1477de04{display:inline-flex;flex-flow:column wrap}.radioYGroup__1477de04 .label__816f07f3.sm__8188948e+.label__816f07f3.sm__8188948e{margin-top:8px}.radioYGroup__1477de04 .label__816f07f3.md__1907026a+.label__816f07f3.md__1907026a{margin-top:16px}.radioYGroup__1477de04 .label__816f07f3.lg__41f18c20+.label__816f07f3.lg__41f18c20{margin-top:20px}.notification__d897329d{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-18-0);background:var(--triplex-next-Notification-Background-1-18-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-18-0);z-index:300}.notification__d897329d:first-child{margin-top:0}.notification__d897329d.extraBottomPadding__1f7d2f34{padding-bottom:24px}.notification__d897329d .notificationHeader__5213e410{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-18-0);width:100%;margin-top:0;margin-bottom:8px}.notification__d897329d .notificationIcon__d32419e0{line-height:0}.notification__d897329d .notificationBody__f889e9e2{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__d897329d .notificationBodyList__2e2f1e8c{margin-top:8px}.notification__d897329d .notificationBodyContent__ab5c133c{width:100%;font-size:14px}.notification__d897329d .notificationClose__90856e89{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__d897329d.showCloseOnHover__f97660c7 .notificationClose__90856e89{opacity:0}.notification__d897329d.showCloseOnHover__f97660c7:hover{cursor:pointer}.notification__d897329d.showCloseOnHover__f97660c7:hover .notificationClose__90856e89{opacity:1}.notification__d897329d .notificationFooter__0ad137a4{display:flex;align-items:center;margin-top:16px}.notification__d897329d .notificationFooter__0ad137a4 button+a{margin-left:16px}.notification__d897329d .notificationTime__4f8c0040{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-18-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__e5d9691f{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__e5d9691f:hover{cursor:pointer}.notificationGroupedWrapper__e5d9691f .notificationGroupedFooterItem__4dd8d0aa{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-18-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-18-0)}.notificationGroupedWrapper__e5d9691f .notificationGroupedFooterItem__4dd8d0aa.first__57eb9a89{bottom:-8px;z-index:200}.notificationGroupedWrapper__e5d9691f .notificationGroupedFooterItem__4dd8d0aa.second__8ca2d1b5{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__d897329d,.notificationGroupedWrapper__e5d9691f{width:100%}}.unorderedListItem__f61288ed:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__f61288ed+.unorderedListItem__f61288ed{margin-top:8px}.unorderedList__0abd81ff{position:relative;margin:0;padding-left:14px;list-style:none}.button__011de351.general__a58b8b6e{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-18-0);color:var(--triplex-next-Button-General_Color_Default-1-18-0)}.button__011de351.general__a58b8b6e:hover{background:var(--triplex-next-Button-General_Background_Hover-1-18-0);color:var(--triplex-next-Button-General_Color_Hover-1-18-0)}.button__011de351.general__a58b8b6e.expanded__7688b702,.button__011de351.general__a58b8b6e:active{background:var(--triplex-next-Button-General_Background_Active-1-18-0);color:var(--triplex-next-Button-General_Color_Active-1-18-0)}.button__011de351.general__a58b8b6e:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-18-0)}.button__011de351.general__a58b8b6e:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-18-0);color:var(--triplex-next-Button-General_Color_Disabled-1-18-0)}.button__011de351.secondary__c8ccf58a{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-18-0)}.button__011de351.secondary__c8ccf58a:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-18-0)}.button__011de351.secondary__c8ccf58a.expanded__7688b702,.button__011de351.secondary__c8ccf58a:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-18-0)}.button__011de351.secondary__c8ccf58a:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-18-0)}.button__011de351.secondary__c8ccf58a:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-18-0)}.button__011de351.secondaryLight__3d99267b{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-18-0)}.button__011de351.secondaryLight__3d99267b:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-18-0)}.button__011de351.secondaryLight__3d99267b.expanded__7688b702,.button__011de351.secondaryLight__3d99267b:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-18-0)}.button__011de351.secondaryLight__3d99267b:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-18-0)}.button__011de351.secondaryLight__3d99267b:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-18-0)}.button__011de351.danger__0eeafb23{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-18-0);color:var(--triplex-next-Button-Danger_Color_Default-1-18-0)}.button__011de351.danger__0eeafb23:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-18-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-18-0)}.button__011de351.danger__0eeafb23.expanded__7688b702,.button__011de351.danger__0eeafb23:active{background:var(--triplex-next-Button-Danger_Background_Active-1-18-0);color:var(--triplex-next-Button-Danger_Color_Active-1-18-0)}.button__011de351.danger__0eeafb23:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-18-0)}.button__011de351.danger__0eeafb23:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-18-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-18-0)}.button__011de351.link__51685b17{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-18-0);padding:0}.button__011de351.link__51685b17.sm__a04a3123{height:28px;min-width:0px;padding:6px 2px}.button__011de351.link__51685b17.md__8edc0b39{height:40px;min-width:0px;padding:10px 2px}.button__011de351.link__51685b17.lg__69405c8c{height:56px;min-width:0px;padding:18px 2px}.button__011de351.link__51685b17:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-18-0)}.button__011de351.link__51685b17.expanded__7688b702,.button__011de351.link__51685b17:active{color:var(--triplex-next-Button-Link_Color_Active-1-18-0)}.button__011de351.link__51685b17:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-18-0)}.button__011de351.link__51685b17:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-18-0)}.button__011de351{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__011de351::-moz-focus-inner{border:none;padding:0}.button__011de351.sm__a04a3123{line-height:16px;font-size:12px}.button__011de351.sm__a04a3123.general__a58b8b6e,.button__011de351.sm__a04a3123.secondary__c8ccf58a,.button__011de351.sm__a04a3123.secondaryLight__3d99267b,.button__011de351.sm__a04a3123.danger__0eeafb23{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__011de351.sm__a04a3123.icon__8f350c9a{min-height:28px;min-width:28px;padding:0 4px}.button__011de351.md__8edc0b39{line-height:20px;font-size:14px}.button__011de351.md__8edc0b39.general__a58b8b6e,.button__011de351.md__8edc0b39.secondary__c8ccf58a,.button__011de351.md__8edc0b39.secondaryLight__3d99267b,.button__011de351.md__8edc0b39.danger__0eeafb23{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__011de351.md__8edc0b39.icon__8f350c9a{min-height:40px;min-width:40px;padding:0 10px}.button__011de351.lg__69405c8c{line-height:20px;font-size:16px}.button__011de351.lg__69405c8c.general__a58b8b6e,.button__011de351.lg__69405c8c.secondary__c8ccf58a,.button__011de351.lg__69405c8c.secondaryLight__3d99267b,.button__011de351.lg__69405c8c.danger__0eeafb23{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__011de351.lg__69405c8c.icon__8f350c9a{min-height:56px;min-width:56px;padding:0 12px}.button__011de351:disabled{cursor:default}.button__011de351:disabled *{pointer-events:none}.button__011de351+.button__011de351:not(.block__2f323b11){margin-left:12px}.button__011de351 .content__3d2c9a38{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__011de351.block__2f323b11{display:block;width:100%}.button__011de351.loading__54c11a5b{pointer-events:none}.button__011de351.loading__54c11a5b .content__3d2c9a38{visibility:hidden}.button__011de351 .loader__f129d045{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__011de351 .loader__f129d045.hidden__e2207cd9{visibility:hidden}.buttonDropdownExtended__fe0ae10a{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__fe0ae10a .buttonDropdownExtendedBlock__f8a46389{padding:4px;margin-top:4px;right:0}.buttonDropdown__96ca26fb.block__2f323b11{display:block}.buttonDropdown__96ca26fb+.button__011de351:not(.block__2f323b11),.buttonDropdown__96ca26fb+.buttonDropdown__96ca26fb:not(.block__2f323b11){margin-left:16px}.buttonDropdown__96ca26fb .buttonDropdownTarget__a81c45bd .caretIcon__5b2ea4dd{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__96ca26fb .buttonDropdownTarget__a81c45bd.active__68023f8a .caretIcon__5b2ea4dd{transform:rotate(-180deg)}.buttonDropdown__96ca26fb .buttonDropdownMenuItem__c9f4ee09{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__94268357{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__414462d1{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__262b8aaf{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__b327cd51{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-18-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__73ce98cb{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__73ce98cb .modalWindowContentWrapper__3d42dac0{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__94268357 .6s ease}.modalWindow__73ce98cb .modalWindowContent__307fc5eb{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__73ce98cb .modalWindowContent__307fc5eb .modalWindowBody__79d68970{box-sizing:border-box;animation:fadeIn__949a07dc .3s ease}@keyframes fadeIn__949a07dc{0%{opacity:0}to{opacity:1}}.modalWindow__73ce98cb .modalWindowContent__307fc5eb .spinnerSm__70b58279{display:none}@media (max-width: 767px){.modalWindow__73ce98cb .modalWindowContent__307fc5eb .spinner__acdc06ea{display:none}.modalWindow__73ce98cb .modalWindowContent__307fc5eb .spinnerSm__70b58279{display:flex}}.global-modalWindowTransition-exit .modalWindow__73ce98cb .modalWindowContentWrapper__3d42dac0{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__414462d1 .3s ease}.global-modalWindowTransition-exit .modalWindow__73ce98cb .modalWindowContentWrapper__3d42dac0 .modalWindowBody__79d68970{animation:fadeOut__cb646a82 .3s ease}@keyframes fadeOut__cb646a82{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__c6e299cc{position:absolute;left:0;right:0;height:0}.modalWindow__73ce98cb.sm__5756b66d .modalWindowContentWrapper__3d42dac0{max-width:480px}.modalWindow__73ce98cb.sm__5756b66d .modalWindowContent__307fc5eb .modalWindowBody__79d68970{min-height:196px}@media (max-width: 575px){.modalWindow__73ce98cb.sm__5756b66d .modalWindowContentWrapper__3d42dac0{max-width:100%}}.modalWindow__73ce98cb.md__7a084c96 .modalWindowContentWrapper__3d42dac0{max-width:600px}.modalWindow__73ce98cb.md__7a084c96 .modalWindowContent__307fc5eb .modalWindowBody__79d68970{min-height:246px}@media (max-width: 767px){.modalWindow__73ce98cb.md__7a084c96 .modalWindowContentWrapper__3d42dac0{max-width:100%}}.modalWindow__73ce98cb.lg__74cf7e91 .modalWindowContentWrapper__3d42dac0{max-width:800px}.modalWindow__73ce98cb.lg__74cf7e91 .modalWindowContent__307fc5eb .modalWindowBody__79d68970{min-height:396px}@media (max-width: 991px){.modalWindow__73ce98cb.lg__74cf7e91 .modalWindowContentWrapper__3d42dac0{max-width:100%}}.modalWindowContentPage__0350d7e6{background:var(--triplex-next-ModalWindow-Background-1-18-0);padding:8px!important}.modalWindowContentPage__0350d7e6,.modalWindowLoaderScreen__2ca19f0c{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__0350d7e6,.modalWindowLoaderScreen__2ca19f0c{border-radius:24px}}.islandBody__f046b0a5{display:block}.islandHeader__a7941009,.islandFooter__87368d66,.island__f37ba29a{position:relative}.island__f37ba29a.type1__803e3a25{background-color:var(--triplex-next-Island-Type1_Background-1-18-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-18-0)}.island__f37ba29a.type2__5797d3ce{background-color:var(--triplex-next-Island-Type2_Background-1-18-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-18-0)}.island__f37ba29a.type3__2ff71393{background-color:var(--triplex-next-Island-Type3_Background-1-18-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-18-0)}.island__f37ba29a.sm__adce3b31{border-radius:16px;padding:16px}.island__f37ba29a.sm__adce3b31 .islandHeader__a7941009+.islandBody__f046b0a5,.island__f37ba29a.sm__adce3b31 .islandHeader__a7941009+.islandFooter__87368d66,.island__f37ba29a.sm__adce3b31 .islandBody__f046b0a5+.islandFooter__87368d66{margin-top:8px}.island__f37ba29a.md__9387b7c1{border-radius:24px;padding:24px}.island__f37ba29a.md__9387b7c1 .islandHeader__a7941009+.islandBody__f046b0a5,.island__f37ba29a.md__9387b7c1 .islandHeader__a7941009+.islandFooter__87368d66,.island__f37ba29a.md__9387b7c1 .islandBody__f046b0a5+.islandFooter__87368d66{margin-top:12px}.island__f37ba29a.lg__80c9d1c6{border-radius:32px;padding:32px}.island__f37ba29a.lg__80c9d1c6 .islandHeader__a7941009+.islandBody__f046b0a5,.island__f37ba29a.lg__80c9d1c6 .islandHeader__a7941009+.islandFooter__87368d66,.island__f37ba29a.lg__80c9d1c6 .islandBody__f046b0a5+.islandFooter__87368d66{margin-top:16px}@media (max-width: 767px){.island__f37ba29a.sm__adce3b31,.island__f37ba29a.md__9387b7c1{border-radius:16px;padding:16px}.island__f37ba29a.lg__80c9d1c6{border-radius:24px;padding:24px}}.modalWindowBody__79d68970{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__40289092{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__40289092{top:20px;right:20px}}.loaderScreen__24420271{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__24420271.loaderSmallBackdrop__455fec0c{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-18-0)}.loaderScreen__24420271.loaderMiddleBackdrop__cad65543{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-18-0)}.body__fe99bdaf{position:relative;display:flex}.body__fe99bdaf .bodyInner__68e812ba{position:relative;flex-grow:1;width:100%}.bodyPage__051407dc{flex-grow:1}.verticalMargin24__1fa582cc{margin-top:24px;margin-bottom:24px}.verticalMargin16__351005f5{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__1fa582cc{margin-top:16px;margin-bottom:16px}.verticalMargin16__351005f5{margin-top:8px;margin-bottom:8px}}.headerTabs__68908671{display:flex;justify-content:space-between}.headerTabs__68908671 .headerTabsContent__6cc3fb24{flex-grow:1}.headerTabs__68908671 .headerTabsControls__d4118a05{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__68908671{flex-wrap:wrap}.headerTabs__68908671 .headerTabsContent__6cc3fb24{width:100%}.headerTabs__68908671 .headerTabsControls__d4118a05{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__68908671 .headerTabsControls__d4118a05>button{margin-left:16px;margin-top:16px}}.headerTitle__4806ac12{display:flex;justify-content:space-between}.headerTitle__4806ac12 .headerTitleControls__728749e3{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__fd148d0b+.headerTitle__4806ac12{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__4806ac12{flex-wrap:wrap}.headerTitle__4806ac12 .headerTitleContent__9f3f4c26{width:100%}.headerTitle__4806ac12 .headerTitleControls__728749e3{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__4806ac12 .headerTitleControls__728749e3>button{margin-left:16px;margin-top:16px}}.headerSubheader__fae83196{padding:24px 0}.headerSubheader__fae83196.withoutPaddings__20edd489{padding:0}.headerLayoutSidebar__8f4c0708{display:flex;justify-content:space-between}.headerLayoutSidebarContent__fe25670f{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__015e4beb{display:none}}.page__f5469e44{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__f5469e44{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__8ca3620a.sticky__e9c0a337{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__8ca3620a.sticky__e9c0a337[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-18-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a266693f.sticky__e9c0a337{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a266693f.sticky__e9c0a337[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-18-0)!important}.footerDescription__ec03b13e{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__af907956{flex-grow:1;margin-right:auto}.footerDescriptionControls__7ef87bfe{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__ec03b13e{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__af907956{width:100%}.footerDescriptionControls__7ef87bfe{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__7ef87bfe>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__af907956+.footerDescriptionControls__7ef87bfe{margin-top:0}.footer__5c995eea{padding:16px 0}}.modalWindowHeader__c40c3ee0 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__c40c3ee0 .global-HeaderTitleContent{padding-right:72px}}.list__89d7d620{margin:0;padding:0;list-style:none;position:relative}.listItemControls__401edec8{display:flex;padding:0 16px 0 4px}.listItemContent__d95fee8b{background:var(--triplex-next-ListItem-Background-1-18-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__d95fee8b.selected__404240b1{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-18-0)}.listItemControlsButton__e1db2a5b{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-18-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__e1db2a5b:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-18-0)}.listItemControlsButton__e1db2a5b:hover .listItemControlsButtonLabel__6eb63d8d{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-18-0)!important}.listItemControlsButton__e1db2a5b.expanded__39367ce3,.listItemControlsButton__e1db2a5b:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-18-0)}.listItemControlsButton__e1db2a5b.expanded__39367ce3 .listItemControlsButtonLabel__6eb63d8d,.listItemControlsButton__e1db2a5b:active .listItemControlsButtonLabel__6eb63d8d{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-18-0)!important}.listItemControlsButton__e1db2a5b+.listItemControlsButton__e1db2a5b,.listItemControlsButton__e1db2a5b+.listItemControlsButtonDropdown__c5e03354{margin-left:4px}.listItemControlsButtonIcon__f6b58c09{line-height:0}.listItemControlsButton__e1db2a5b.withText__ec3f1a6f .listItemControlsButtonIcon__f6b58c09{margin-bottom:8px}.listItemControlsButtonLabel__6eb63d8d{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-18-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__c5e03354{display:flex}.listItemControlsButtonInner__cb933f3f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e1db2a5b.withIcon__38490639.withText__ec3f1a6f .listItemControlsButtonInner__cb933f3f{height:44px;overflow:visible}.buttonDropdownMenuItem__f25fdc07{overflow:hidden;text-overflow:ellipsis}.listEmptyState__16d6cf27{padding:64px 16px 16px;text-align:center}.listItemLoading__f514adaf{height:24px;padding:12px 0;position:relative}.label__b947c669{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b947c669.sm__380b350b{min-width:16px;min-height:16px}.label__b947c669.sm__380b350b.nonempty__33e188fd{padding:2px 0 2px 24px}.label__b947c669.md__05d64077{min-width:24px;min-height:24px}.label__b947c669.md__05d64077.nonempty__33e188fd{padding-left:32px;padding-top:2px}.label__b947c669.lg__f913b234{min-width:28px;min-height:28px}.label__b947c669.lg__f913b234.nonempty__33e188fd{padding-left:40px;padding-top:4px}.label__b947c669.disabled__37a2bd12{cursor:default}.label__b947c669[hidden]{display:none}.checkbox__eda16092{margin:0;opacity:0}.checkboxIcon__3755ae65{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-18-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-18-0)}.sm__380b350b .checkboxIcon__3755ae65{border-radius:4px}.checkmarkIcon__2bbaab47{transform:scale(0)}.checkmarkIcon__2bbaab47 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-18-0)}.checkboxIcon__3755ae65,.checkmarkIcon__2bbaab47{pointer-events:none}.checkbox__eda16092,.checkboxIcon__3755ae65,.checkmarkIcon__2bbaab47{position:absolute;left:0;top:0}.sm__380b350b .checkbox__eda16092,.sm__380b350b .checkboxIcon__3755ae65,.sm__380b350b .checkmarkIcon__2bbaab47{width:16px;height:16px;top:2px}.md__05d64077 .checkbox__eda16092,.md__05d64077 .checkboxIcon__3755ae65,.md__05d64077 .checkmarkIcon__2bbaab47{width:24px;height:24px}.lg__f913b234 .checkbox__eda16092,.lg__f913b234 .checkboxIcon__3755ae65,.lg__f913b234 .checkmarkIcon__2bbaab47{width:28px;height:28px}.checkbox__eda16092:enabled{cursor:pointer}.checkbox__eda16092:enabled:hover+.checkboxIcon__3755ae65{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-18-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-18-0)}.checkbox__eda16092:checked+.checkboxIcon__3755ae65{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-18-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-18-0)}.checkbox__eda16092:checked~.checkmarkIcon__2bbaab47{transform:scale(1);transition:transform .2s ease-out}.checkbox__eda16092:disabled+.checkboxIcon__3755ae65{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-18-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-18-0)}.checkbox__eda16092:disabled:checked+.checkboxIcon__3755ae65{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-18-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-18-0)}.checkbox__eda16092:disabled~.checkmarkIcon__2bbaab47 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-18-0)}.checkbox__eda16092:focus-visible+.checkboxIcon__3755ae65{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-18-0)}.checkbox__eda16092:checked:enabled:hover+.checkboxIcon__3755ae65{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-18-0)}.listItemSelectable__22cd9cb4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-18-0);border-radius:8px}.listItemSelectable__22cd9cb4.selected__404240b1{background:var(--triplex-next-ListItem-Background_Selected-1-18-0)}.checkboxWrapper__70c53552{padding:16px;line-height:0}.childrenWrapper__fb351c92{flex-grow:1}.checkboxLabel__3a3b5b20{padding:0!important;position:relative}.checkboxLabelClickArea__a7eeb10f{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__f3f19376{position:relative;overflow:hidden}.swipeableArea__f3f19376 .content__035ae5a1{position:relative;touch-action:pan-y}.swipeableArea__f3f19376 .content__035ae5a1.disableScroll__b7ef6ea9{touch-action:none}.swipeableArea__f3f19376 .content__035ae5a1.disablePointerEvents__f360605d:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__f3f19376 .swipeAnimationFinish__58a063d3{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__f3f19376 .leftContent__dea35a03,.swipeableArea__f3f19376 .rightContent__e9f1a682{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__f3f19376 .rightContent__e9f1a682{left:auto;right:0}.listItemTail__502522f3{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__95955bb4{background:var(--triplex-next-ListMaster-Background-1-18-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__f6f7e0af{position:absolute;top:0;left:0;right:0}.listItemTailTop__f6f7e0af:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-18-0)}.listItemTailTop__f6f7e0af:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-18-0)}.listItemTailBottom__8f458442{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__8f458442:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-18-0)}.listItemTailBottom__8f458442:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-18-0)}.listItemTailRight__71404903{right:-8px}.listItemTailLeft__53e15dd4{left:-8px}.listItemTable__0ce2d7f7{margin-bottom:4px}.listItemTable__0ce2d7f7:last-child{margin-bottom:0}.listSortableItemTarget__7e118c38{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-18-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__7e118c38:hover{background:var(--triplex-next-ListItem-Background_Selected-1-18-0)}.listSortableItemTarget__7e118c38.dragging__41e7ada5{background:var(--triplex-next-ListItem-Background_Dragging-1-18-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-18-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__8acc63bf{flex:1}.listSortableItemTargetIcon__8759a2b8{display:block;margin-left:24px}.listSortableItem__c222c546{position:relative}.listSortableItem__c222c546.dragging__41e7ada5{z-index:1}.listSortableItemControls__a06c74d8{display:inline-block}.islandWidgetHeader__1e93354f{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__1e93354f .islandWidgetHeaderContent__699e3f8f{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__1e93354f .islandWidgetHeaderDescription__505b9720{display:flex}.islandWidgetHeader__1e93354f .caretWrapper__0f579644{position:absolute;top:20px;right:16px}.islandWidgetHeader__1e93354f .caretIcon__0dc7416e{transition:transform .3s ease-in-out}.islandWidgetHeader__1e93354f.open__446390e6 .caretWrapper__0f579644 .caretIcon__0dc7416e{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__1e93354f{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__cae54229{padding-top:16px}.islandWidgetFooter__acf7fbec{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__85a9a2cb{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__cb97a11a{margin-left:auto;white-space:nowrap}.expandAnimation__c744ae82{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__09369300{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-18-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__09369300{border-radius:0 0 16px 16px}}.islandWidget__c3c36182{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__c3c36182>*{height:100%}.islandWidgetWithExtraFooter__25b806b5:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-18-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__2478255d{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__5242d60c{display:flex;flex-direction:column}.formFieldClear__f262c1a4{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__f262c1a4.hidden__848ec8d9{opacity:0;pointer-events:none}.formFieldTarget__b4bdbe07{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-18-0);overflow:hidden;white-space:nowrap}.formFieldTarget__b4bdbe07.placeholder__b2e4fc24{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-18-0)}.formFieldTarget__b4bdbe07.disabled__7b028312{color:var(--triplex-next-FormField-Target_Color_Disabled-1-18-0)}.formFieldTarget__b4bdbe07.size-sm__26d722a9{font-size:12px;height:28px;line-height:16px}.formFieldTarget__b4bdbe07.size-md__5baee36e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__b4bdbe07.size-lg__dbd5a1d7{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__b4bdbe07 .placeholderWrapper__8b345b13{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__b4bdbe07:focus{outline:none}.formFieldTarget__b4bdbe07:focus .placeholderWrapper__8b345b13{opacity:1}.formFieldTextarea__82567cbb{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-18-0);vertical-align:top;font-family:inherit}.formFieldTextarea__82567cbb.sm__838474ca{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__82567cbb.md__b92938ef{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__82567cbb.lg__d038e915{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__82567cbb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-18-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__82567cbb:focus{outline:none}.formFieldTextarea__82567cbb:focus::placeholder{opacity:1}.formFieldTextarea__82567cbb:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-18-0)}.chipGroupItem__ee36e9b7{display:inline-block}.chip__e5c636bb{background:var(--triplex-next-Chip-Background_Default-1-18-0);color:var(--triplex-next-Chip-Color_Default-1-18-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__e5c636bb.lg__77da95e2{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__e5c636bb.lg__77da95e2 .prefix__7973e0e7{padding-left:16px}.chip__e5c636bb.lg__77da95e2 .postfix__9c5f1b91{padding-right:16px}.chip__e5c636bb.md__b8f0237a{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__e5c636bb.md__b8f0237a .prefix__7973e0e7{padding-left:12px}.chip__e5c636bb.md__b8f0237a .postfix__9c5f1b91{padding-right:12px}.chip__e5c636bb.sm__fea13b6e{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__e5c636bb.sm__fea13b6e .prefix__7973e0e7{padding-left:8px}.chip__e5c636bb.sm__fea13b6e .postfix__9c5f1b91{padding-right:8px}.chip__e5c636bb:hover{background:var(--triplex-next-Chip-Background_Hover-1-18-0);color:var(--triplex-next-Chip-Color_Hover-1-18-0)}.chip__e5c636bb:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-18-0)}.chip__e5c636bb:active,.chip__e5c636bb[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-18-0);color:var(--triplex-next-Chip-Color_Active-1-18-0)}.chip__e5c636bb.disabled__a2b3688e{background:var(--triplex-next-Chip-Background_Disabled-1-18-0);color:var(--triplex-next-Chip-Color_Disabled-1-18-0);cursor:default;pointer-events:none}.chip__e5c636bb.selected__ce9b0da7{background:var(--triplex-next-Chip-Background_Selected_Default-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-18-0)}.chip__e5c636bb.selected__ce9b0da7:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-18-0)}.chip__e5c636bb.selected__ce9b0da7:active,.chip__e5c636bb.selected__ce9b0da7[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-18-0)}.chip__e5c636bb.selected__ce9b0da7.disabled__a2b3688e{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-18-0)}.chip__e5c636bb.withPrefix__a2dd4abe{padding-left:0}.chip__e5c636bb.withPostfix__08c3deea{padding-right:0}.chip__e5c636bb .content__13a40727{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__e5c636bb .prefix__7973e0e7,.chip__e5c636bb .postfix__9c5f1b91{display:flex}.calendarControls__ada9c059{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-18-0)}.calendarViewDays__edac4d87{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__ff518b11 .calendarViewDays__edac4d87{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__472fbfd2,.calendarViewYears__4c6d5138{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__ff518b11 .calendarViewMonths__472fbfd2,.adaptive__ff518b11 .calendarViewYears__4c6d5138{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__a8da9a07{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-18-0)}.calendarViewDaysBody__3bbb5ed4:before{display:block;content:"";line-height:8px}.adaptive__ff518b11 .calendarViewDaysBody__3bbb5ed4:before{line-height:4px}.calendarViewItem__acebe90d{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__acebe90d:focus-visible{outline:none}.calendarViewItem__acebe90d.current__7f5686d2{font-weight:600}.calendarViewItem__acebe90d.disabled__a94de001{pointer-events:none}.calendarViewItemLabel__30490c55{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-18-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-18-0);cursor:pointer}.calendarViewItemLabel__30490c55:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.basicMark__d018f67d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.standardMark__b889e32c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.attentionMark__337de6da:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.criticalMark__c7c27011:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.muted__8413149c{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.muted__8413149c:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.basicMark__d018f67d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.standardMark__b889e32c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.attentionMark__337de6da:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.criticalMark__c7c27011:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.marked__e7672b59:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__30490c55.basicMark__d018f67d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.standardMark__b889e32c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.attentionMark__337de6da:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.criticalMark__c7c27011:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.muted__8413149c{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-18-0)}.calendarViewItemLabel__30490c55.disabled__a94de001{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-18-0);background:none}.calendarViewItem__acebe90d:focus-visible .calendarViewItemLabel__30490c55{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-18-0)}.unitDay__8490d976{width:36px;height:36px;border-radius:6px}.unitMonth__7d9bfdd7,.unitYear__0da9a591{width:89px;height:48px;border-radius:6px}.adaptive__ff518b11 .unitMonth__7d9bfdd7,.adaptive__ff518b11 .unitYear__0da9a591{width:104px;height:48px;border-radius:6px}.calendarFooter__ba9c8e0e{margin-top:12px;text-align:center}.calendar__9e1e8427{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-18-0);-webkit-user-select:none;user-select:none}.calendar__9e1e8427.adaptive__ff518b11{width:auto;padding:20px}.calendar__9e1e8427+.calendar__9e1e8427{margin-top:20px}.datePickerExtendedMobileDropdown__921a1a54{max-height:100vh}.chipDropdownArrow__8943b69a{transition:transform .3s ease}.chipDropdownArrow__8943b69a.rotated__5779ac44{transform:rotate(-180deg)}.chipClearButton__4bad223e{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__4bad223e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-18-0)}.dropdownMobileMaskedInput__320d2b26{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__a5213836{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a5213836 .caretWrapper__80572548{height:100%}.selectExtendedFieldTarget__a5213836 .caretIcon__42dabc58{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a5213836.selectOpened__5098fb52 .caretIcon__42dabc58{transform:rotate(180deg)}.selectExtendedFieldTarget__a5213836.disabled__98d3fb42{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__d78e3af0{position:relative}.multiselectFieldHeader__fe0dcc62{padding:12px 12px 0}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a.sm__451bb94c{height:204px}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a.md__e8a23258{height:245px}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a.lg__96121487{height:324px}.multiselectFieldFooter__b2cdb9e9{padding:0 12px 12px}.multiselectFieldFooter__b2cdb9e9:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-18-0)}.chipOptionsContent__c62c0b36{min-width:14px;text-align:center;display:block}.tooltipDesktop__52b13a8f{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__52b13a8f .tooltipBody__5c2f3a9e{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-18-0)}.tooltipDesktop__52b13a8f .tooltipXButton__35dbc776{position:absolute;right:8px;top:8px}.tooltipDesktopContent__d269db4a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-18-0);border-radius:8px}.closable__2098c53d .tooltipDesktopContent__d269db4a{padding-right:32px}.tooltipSM__e6076fea .tooltipDesktopContent__d269db4a{width:192px;min-height:52px}.tooltipLG__8e35c636 .tooltipDesktopContent__d269db4a{width:384px;min-height:52px}.tooltipOverlay__22598ff9{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__6925ab47{width:0;height:0}.tooltipDesktopTip__6925ab47.down__916b7c72{border-top:solid var(--triplex-next-Tooltip-Background-1-18-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__6925ab47.up__f50881c8{border-bottom:solid var(--triplex-next-Tooltip-Background-1-18-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__6925ab47.left__d5d946c4{border-right:solid var(--triplex-next-Tooltip-Background-1-18-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__6925ab47.right__28e0de49{border-left:solid var(--triplex-next-Tooltip-Background-1-18-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__d197b573 .tooltipBody__5c2f3a9e{text-align:left}.tooltipMobileContent__1bb99a3f{padding:16px}.headerless__d20ad523 .tooltipMobileContent__1bb99a3f{padding-right:40px;border-radius:16px 16px 0 0}.headerless__d20ad523 .tooltipMobileContent__1bb99a3f .closeButton__e772be75{position:absolute;right:16px;top:16px}.tooltipLink__fde63d3d{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__e418bf28{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-18-0)}.desktop__e418bf28:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-18-0)}.desktop__e418bf28:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-18-0)}.desktop__e418bf28:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-18-0)}.mobile__86a0887e{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-18-0)}.mobile__86a0887e:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-18-0)}.mobile__86a0887e:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-18-0)}.mobile__86a0887e:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-18-0)}.chipSuggestInputWrapper__a552fc48{margin:12px}.suggestDropdownMobileBody__1bb57579{height:176px}.suggestDropdownMobileNoOptionsText__04711573{padding:16px}.checkboxXGroup__41508781{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__41508781.indent-12__dd3fdf99{margin-left:-6px;margin-right:-6px}.checkboxXGroup__41508781.indent-12__dd3fdf99 .label__b947c669{margin-left:6px;margin-right:6px}.checkboxXGroup__41508781.indent-16__989a6122{margin-left:-8px;margin-right:-8px}.checkboxXGroup__41508781.indent-16__989a6122 .label__b947c669{margin-left:8px;margin-right:8px}.checkboxXGroup__41508781.indent-20__8561c5cd{margin-left:-10px;margin-right:-10px}.checkboxXGroup__41508781.indent-20__8561c5cd .label__b947c669{margin-left:10px;margin-right:10px}.checkboxXGroup__41508781.indent-24__e22b124e{margin-left:-12px;margin-right:-12px}.checkboxXGroup__41508781.indent-24__e22b124e .label__b947c669{margin-left:12px;margin-right:12px}.checkboxXGroup__41508781.indent-28__cecd348b{margin-left:-14px;margin-right:-14px}.checkboxXGroup__41508781.indent-28__cecd348b .label__b947c669{margin-left:14px;margin-right:14px}.checkboxXGroup__41508781.indent-32__f83f3a81{margin-left:-16px;margin-right:-16px}.checkboxXGroup__41508781.indent-32__f83f3a81 .label__b947c669{margin-left:16px;margin-right:16px}.checkboxYGroup__6f8eec97{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__6f8eec97 .label__b947c669.sm__380b350b+.label__b947c669.sm__380b350b{margin-top:8px}.checkboxYGroup__6f8eec97 .label__b947c669.lg__f913b234+.label__b947c669.lg__f913b234{margin-top:20px}.checkboxYGroup__6f8eec97 .label__b947c669.md__05d64077+.label__b947c669.md__05d64077{margin-top:16px}.card__b02f809d{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__b02f809d.roundingMD__c89f64c1{--radius: 16px}.card__b02f809d.roundingSM__07181559{--radius: 8px}.card__b02f809d.general__f909e860{background:var(--triplex-next-Card-Static_General_Background-1-18-0)}.card__b02f809d.secondary__b5c19071{background:var(--triplex-next-Card-Static_Secondary_Background-1-18-0)}.card__b02f809d .cardMedia__cef42282{background-size:cover;background-repeat:no-repeat;background-position:center}.card__b02f809d .cardContent__e04b493a{padding:var(--padding)}.card__b02f809d .cardContent__e04b493a.paddingMD__7c97046d{--padding: 24px}.card__b02f809d .cardContent__e04b493a.paddingSM__3ca90a77{--padding: 16px}.card__b02f809d .cardContent__e04b493a .cardContentHeader__21406b76{margin-bottom:16px}.card__b02f809d .cardContent__e04b493a .cardContentFooter__d4467a40{margin-top:16px}.action__d89975d6{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__d89975d6:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__d89975d6.general__f909e860{background:var(--triplex-next-Card-Action_General_Background-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-18-0)}.action__d89975d6.general__f909e860:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-18-0)}.action__d89975d6.general__f909e860.selected__238967df{background:var(--triplex-next-Card-Action_General_Background_Selected-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-18-0)}.action__d89975d6.general__f909e860.selected__238967df:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-18-0)}.action__d89975d6.general__f909e860:focus{outline:none}.action__d89975d6.general__f909e860:focus.focusVisible__88d4b897{box-shadow:var(--triplex-next-Card-Shadow_Default-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-18-0)}.action__d89975d6.secondary__b5c19071{background:var(--triplex-next-Card-Action_Secondary_Background-1-18-0)}.action__d89975d6.secondary__b5c19071:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-18-0)}.action__d89975d6.secondary__b5c19071.selected__238967df{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-18-0)}.action__d89975d6.secondary__b5c19071.selected__238967df:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-18-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-18-0)}.action__d89975d6.secondary__b5c19071:focus{outline:none}.action__d89975d6.secondary__b5c19071:focus.focusVisible__88d4b897{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-18-0)}.alertContext__fc7f4b9f{display:flex;font-size:12px;line-height:16px}.alertContext__fc7f4b9f>svg{flex-shrink:0}.alertContext__fc7f4b9f .alertContextText__fe9c8e20{margin-left:8px}.alertContext__fc7f4b9f.alertTypeError__bc812191 .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-Error_Color-1-18-0)}.alertContext__fc7f4b9f.alertTypeInfo__87b0ca8a .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-Info_Color-1-18-0)}.alertContext__fc7f4b9f.alertTypeWarning__c158b967 .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-Warning_Color-1-18-0)}.alertContext__fc7f4b9f.alertTypeSystem__d755b2ec .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-System_Color-1-18-0)}.alertProcess__2c0a0f8f{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__2c0a0f8f.withSpoiler__c40e1e66{min-height:40px}.alertProcess__2c0a0f8f .themeIcon__213f8338{box-sizing:border-box;height:20px;width:20px}.alertProcess__2c0a0f8f.alertTypeError__bc812191{background:var(--triplex-next-AlertProcess-Error_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeInfo__87b0ca8a{background:var(--triplex-next-AlertProcess-Info_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeWarning__c158b967{background:var(--triplex-next-AlertProcess-Warning_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeSystem__d755b2ec{background:var(--triplex-next-AlertProcess-System_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeFeature__155c2ead{background:var(--triplex-next-AlertProcess-Feature_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeFeature__155c2ead .themeIcon__213f8338{padding-top:0}.alertProcess__2c0a0f8f .alertProcessContentBlock__df5c051f{flex:1;margin-left:10px}.alertProcess__2c0a0f8f .alertProcessContentBlock__df5c051f .expandableContent__ad678847{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__2c0a0f8f .alertProcessContentBlock__df5c051f .expandableContent__ad678847.expanded__784a37ec{max-height:1000px;opacity:1}.alertProcess__2c0a0f8f .closeButton__60608001{margin-left:10px}.alertProcess__2c0a0f8f .expandButton__eb78e5eb{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__2c0a0f8f .expandButton__eb78e5eb.expanded__784a37ec{transform:rotate(180deg)}.adaptive__eb36dbe6{font-size:10px!important;line-height:12px!important}.avatar__2e3f66b9{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-18-0)}.avatar__2e3f66b9.xxs__cd87403e{width:28px;height:28px;border-radius:6px}.avatar__2e3f66b9.xs__5098e18a{width:32px;height:32px;border-radius:8px}.avatar__2e3f66b9.sm__b2382054{width:40px;height:40px;border-radius:10px}.avatar__2e3f66b9.md__ae822e54{width:56px;height:56px;border-radius:16px}.avatar__2e3f66b9.lg__dd480f87{width:80px;height:80px;border-radius:20px}.avatar__2e3f66b9.xl__a0bf0374{width:96px;height:96px;border-radius:24px}.avatar__2e3f66b9.xxl__0ecc76df{width:128px;height:128px;border-radius:28px}.badgeDot__8e313174{display:inline-block;background:var(--triplex-next-Badge-Background-1-18-0);border-radius:50%}.badgeDot__8e313174.sm__3b807217{width:6px;height:6px}.badgeDot__8e313174.md__4f883327{width:8px;height:8px}.badgeDot__8e313174.lg__1a62acd9{width:10px;height:10px}.badgeContent__89108e65{display:flex}.badgeContent__89108e65.sm__3b807217{padding-left:4px;padding-right:4px}.badgeContent__89108e65.md__4f883327{padding-left:6px;padding-right:6px}.badgeContent__89108e65.lg__1a62acd9{padding-left:8px;padding-right:8px}.badgeContent__89108e65.noPaddingLeft__abdca6f6{padding-left:0}.badgeContent__89108e65.noPaddingRight__f3612d8e{padding-right:0}.badgePrefix__b6404d53,.badgePostfix__1c73e451{display:contents}.badge__6e0c30c1{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-18-0)}.badge__6e0c30c1.sm__3b807217{height:16px;border-radius:4px}.badge__6e0c30c1.md__4f883327{height:20px;border-radius:6px}.badge__6e0c30c1.lg__1a62acd9{height:24px;border-radius:8px}.col-1__a4fe98c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__96b215aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__16d04c58{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__1a686144{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__0c1cf25a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__598b42ff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__05026492{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__ffcf05d0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__56fcf561{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__d14a2494{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__1fd3e757{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__fd2f123d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__d1e44680{margin-left:0%}.offset-1__14bec9cb{margin-left:8.33333333%}.offset-2__59f94c01{margin-left:16.66666667%}.offset-3__3c52860a{margin-left:25%}.offset-4__3d070625{margin-left:33.33333333%}.offset-5__44ace758{margin-left:41.66666667%}.offset-6__09d51c35{margin-left:50%}.offset-7__d2f91e75{margin-left:58.33333333%}.offset-8__a94f99db{margin-left:66.66666667%}.offset-9__20e03d01{margin-left:75%}.offset-10__70e7519e{margin-left:83.33333333%}.offset-11__92214cad{margin-left:91.66666667%}.d-none__168ecf4d{display:none!important}.d-block__39beee14{display:block!important}@media (min-width: 576px){.col-sm-1__48e6909c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__4babab06{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__7980e79e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__390d60cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__3a6480ec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__5840cc1e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__41e2ddc3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__0cf225bb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__c6809732{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__8dfcd9c5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__f68f093d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__6af282b6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__0d2d266e{margin-left:0%}.offset-sm-1__c10fed8c{margin-left:8.33333333%}.offset-sm-2__6f1dab8e{margin-left:16.66666667%}.offset-sm-3__6dad4736{margin-left:25%}.offset-sm-4__bf944963{margin-left:33.33333333%}.offset-sm-5__7c82618b{margin-left:41.66666667%}.offset-sm-6__b5fc28da{margin-left:50%}.offset-sm-7__b6d5a2a5{margin-left:58.33333333%}.offset-sm-8__a5cc8259{margin-left:66.66666667%}.offset-sm-9__ad210267{margin-left:75%}.offset-sm-10__a0727ff8{margin-left:83.33333333%}.offset-sm-11__1a0a2409{margin-left:91.66666667%}.d-none-sm__5963610f{display:none!important}.d-block-sm__7af8ed1a{display:block!important}}@media (min-width: 768px){.col-md-1__5a64c9d7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__b159f299{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__1b97a301{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__ec2e500b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__96da4df5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__16aad5b3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__ecf520fa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__d6b9a611{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__38798786{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__5061fbaf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__529d8fb7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__e14c4f6d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__bcd4a647{margin-left:0%}.offset-md-1__ec67fcb4{margin-left:8.33333333%}.offset-md-2__7f78d233{margin-left:16.66666667%}.offset-md-3__be3317c2{margin-left:25%}.offset-md-4__bbafd09d{margin-left:33.33333333%}.offset-md-5__63e03c05{margin-left:41.66666667%}.offset-md-6__82608e4d{margin-left:50%}.offset-md-7__bed04874{margin-left:58.33333333%}.offset-md-8__8ed9abbe{margin-left:66.66666667%}.offset-md-9__85aefc90{margin-left:75%}.offset-md-10__ea2316fb{margin-left:83.33333333%}.offset-md-11__86af591e{margin-left:91.66666667%}.d-none-md__77e1e25d{display:none!important}.d-block-md__68116df2{display:block!important}}@media (min-width: 992px){.col-lg-1__e21d077d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__1490cbeb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__0ab70978{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__9870406c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__2c599ba1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__90d54f9c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__702e5d07{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__7e977368{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__7fa71832{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__e3a1af1c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__36a6f3c6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__73907e00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__fd0798f0{margin-left:0%}.offset-lg-1__d11a033c{margin-left:8.33333333%}.offset-lg-2__e66e3db8{margin-left:16.66666667%}.offset-lg-3__b7362fbd{margin-left:25%}.offset-lg-4__52865da0{margin-left:33.33333333%}.offset-lg-5__ca167b6a{margin-left:41.66666667%}.offset-lg-6__e0a1df07{margin-left:50%}.offset-lg-7__a94f7a1d{margin-left:58.33333333%}.offset-lg-8__f7df35c0{margin-left:66.66666667%}.offset-lg-9__6fbf94c9{margin-left:75%}.offset-lg-10__b570851a{margin-left:83.33333333%}.offset-lg-11__d385d22d{margin-left:91.66666667%}.d-none-lg__ae422ef5{display:none!important}.d-block-lg__6a6ca799{display:block!important}}@media (min-width: 1200px){.col-xl-1__94e8a042{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__fb459b54{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__1de04360{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__47bdc298{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__482f3dcc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__47a125cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__28e232d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__39aa6198{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__277fa185{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__a0f00b3f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__673907c8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__f679759c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__8f6b734d{margin-left:0%}.offset-xl-1__c7a8e3c7{margin-left:8.33333333%}.offset-xl-2__29ade964{margin-left:16.66666667%}.offset-xl-3__45e002ff{margin-left:25%}.offset-xl-4__a8285def{margin-left:33.33333333%}.offset-xl-5__e5b312cf{margin-left:41.66666667%}.offset-xl-6__e2d1a6ad{margin-left:50%}.offset-xl-7__8c1d4afa{margin-left:58.33333333%}.offset-xl-8__4aeeaff3{margin-left:66.66666667%}.offset-xl-9__3d8732b8{margin-left:75%}.offset-xl-10__838adb93{margin-left:83.33333333%}.offset-xl-11__839e4bb6{margin-left:91.66666667%}.d-none-xl__8e056f4f{display:none!important}.d-block-xl__236a3375{display:block!important}}.ellipsisLineClamp__ba0d8f9f{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__ba0d8f9f.oneLine__1e2a16f9{word-break:break-all}.link__72b7685f{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-18-0)}.link__72b7685f:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-18-0)}.link__72b7685f:active{color:var(--triplex-next-Link-Text_Color_Active-1-18-0)}.link__72b7685f:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-18-0)}.wordWithContent__7b4e7a2b{white-space:nowrap;display:inline-flex;align-items:center}.before__15a819b5 :first-child{margin-right:2px}.after__0422b5ef :last-child{margin-left:2px}.marker__575afdb6{border-radius:50%}.marker__575afdb6.md__5a7ddeca{width:8px;height:8px}.marker__575afdb6.lg__711303bd{width:10px;height:10px}.marker__575afdb6.success__23dace9a{background:var(--triplex-next-Marker-Background_Success-1-18-0)}.marker__575afdb6.error__2c7e7a2c{background:var(--triplex-next-Marker-Background_Error-1-18-0)}.marker__575afdb6.warning__6c2dd263{background:var(--triplex-next-Marker-Background_Warning-1-18-0)}.marker__575afdb6.waiting__3344da2b{background:var(--triplex-next-Marker-Background_Waiting-1-18-0)}.markerStatus__53bad790{line-height:0;display:flex;align-items:start}.markerStatus__53bad790 .contentContainer__cd3231bd{display:flex;flex-direction:column}.markerStatus__53bad790.md__d0fd8353{gap:4px}.markerStatus__53bad790.md__d0fd8353 .markerContainer__0f6b4d79{margin-top:4px}.markerStatus__53bad790.lg__689b68ca{gap:6px}.markerStatus__53bad790.lg__689b68ca .contentContainer__cd3231bd{gap:4px}.markerStatus__53bad790.lg__689b68ca .markerContainer__0f6b4d79{margin-top:5px}.row__10fb598a{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__10fb598a.noPaddingBottom__d50a6968,.row__10fb598a:last-child{padding-bottom:0}.tabsExtended__ec051bf9{position:relative}.tabsExtendedContent__3697be6c{display:inline-flex}.tabsExtendedContent__3697be6c.sm__b10531b9{border-radius:6px;padding:4px}.tabsExtendedContent__3697be6c.md__0a60b82c{border-radius:8px;padding:4px}.tabsExtendedContent__3697be6c.lg__fdc0fc77{border-radius:10px;padding:8px}.tabsExtendedTab__0d35a967{display:flex}.tabsExtendedTab__0d35a967+.tabsExtendedTab__0d35a967,.tabsExtendedDropdown__dd761009{margin-left:2px}.tabsReal__a09834e1,.tabsFake__d8424d77{display:flex;box-sizing:border-box;width:100%}.tabsReal__a09834e1.hidden__46a7c0ec{visibility:hidden}.tabsReal__a09834e1 .tabsExtendedTab__0d35a967.hidden__46a7c0ec{display:none}.tabsFake__d8424d77{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__33211f24 .tabsExtendedContent__3697be6c{background-color:var(--triplex-next-Tabs-Type1_Background-1-18-0)}.type2__4d6121b2 .tabsExtendedContent__3697be6c{background-color:var(--triplex-next-Tabs-Type2_Background-1-18-0)}.tabsExtendedTabButton__84ce5663{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-18-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__84ce5663 .tabButtonText__4273e4a2{font-weight:400}.tabsExtendedTabButton__84ce5663.lg__fdc0fc77{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__84ce5663.lg__fdc0fc77 .tabButtonText__4273e4a2{font-size:16px;line-height:20px}.tabsExtendedTabButton__84ce5663.md__0a60b82c{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__84ce5663.md__0a60b82c .tabButtonText__4273e4a2{font-size:14px;line-height:20px}.tabsExtendedTabButton__84ce5663.sm__b10531b9{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__84ce5663.sm__b10531b9 .tabButtonText__4273e4a2{font-size:12px;line-height:16px}.tabsExtendedTabButton__84ce5663::-moz-focus-inner{border:none}.tabsExtendedTabButton__84ce5663+.tabsExtendedTabButton__84ce5663{margin-left:2px}.tabsExtendedTabButton__84ce5663:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24.selected__755d01a0{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24.selected__755d01a0 .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24:hover .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24 .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-18-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2.selected__755d01a0{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2.selected__755d01a0 .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2:hover .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-18-0)}.notificationIcon__d0e5384d{position:absolute;right:4px;top:4px}.tabsContent__029fc993 .tabButtonDropdown__f328f89e{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__029fc993 .tabButtonDropdown__f328f89e.sm__32180d45{min-width:20px;min-height:20px;height:20px}.tabsContent__029fc993 .tabButtonDropdown__f328f89e.md__6d77abbb{min-width:32px;min-height:32px;height:32px}.tabsContent__029fc993 .tabButtonDropdown__f328f89e.lg__978db272{min-width:40px;min-height:40px;height:40px}.tag__27c864c8{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-18-0);border-radius:4px;gap:2px}.tag__27c864c8.sm__75d5f840{height:20px;padding:2px 4px 2px 6px}.tag__27c864c8.md__9967fdf6{height:28px;padding:4px 6px 4px 8px}.tag__27c864c8.lg__d06c4c82{height:32px;padding:6px 8px 6px 10px}.content__c8ec8d65{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__3fbf5f5c{display:flex;flex-wrap:wrap}.tagGroup__3fbf5f5c.sm__5cce33bc{gap:4px}.tagGroup__3fbf5f5c.md__f86963a7{gap:8px}.tagGroup__3fbf5f5c.lg__21b2f3ed{gap:12px}.paginationExtended__39acfafc{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__514ff7c6 .directionIconNext__d2550614{transform:rotate(180deg)}.pageEllipsis__295dada9{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-18-0);cursor:default}.paginationPageButton__5719556d{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-18-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__5719556d:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-18-0);outline:none}.paginationPageButton__5719556d:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-18-0)}.paginationPageButton__5719556d:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-18-0);cursor:grabbing}.paginationPageButton__5719556d.currentPage__2897f88a{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-18-0);cursor:default}.paginationNavigationExtended__d19a81d4{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__f47d18b4{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__f47d18b4 .paginationSelectControl__26a6b92b{margin-left:8px;min-width:72px}.skeleton__b6d0fdff{border-radius:16px;flex-grow:1}.skeleton__b6d0fdff.light__df3fa5cf{animation:skeleton-light-pulse__5436ff36 2s ease-in-out infinite}.skeleton__b6d0fdff.dark__99d6a548{animation:skeleton-dark-pulse__cd79fa51 2s ease-in-out infinite}@keyframes skeleton-light-pulse__5436ff36{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-18-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-18-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-18-0)}}@keyframes skeleton-dark-pulse__cd79fa51{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-18-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-18-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-18-0)}}.segmentedControlSegment__fb5b2d43{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-18-0);outline:none;cursor:pointer}.segmentedControlSegment__fb5b2d43:disabled{cursor:default}.sm__c87fd2b3 .segmentedControlSegment__fb5b2d43{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__5f2b5776 .segmentedControlSegment__fb5b2d43{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__ad8548c8 .segmentedControlSegment__fb5b2d43{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__463d0450 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43.selected__a773896c:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43.selected__a773896c:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-18-0)}.segmentedControlSegment__fb5b2d43:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-18-0)}.content__b65abe2a{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__cd264d8c{display:flex;gap:4px}.segmentedControl__cd264d8c.general1__463d0450{background:var(--triplex-next-SegmentedControl-General_1_Background-1-18-0)}.segmentedControl__cd264d8c.secondary1__4536e556{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-18-0)}.segmentedControl__cd264d8c.general2__34f1b065{background:var(--triplex-next-SegmentedControl-General_2_Background-1-18-0)}.segmentedControl__cd264d8c.secondary2__e8970932{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-18-0)}.segmentedControl__cd264d8c.sm__c87fd2b3{border-radius:6px;padding:4px}.segmentedControl__cd264d8c.md__5f2b5776{border-radius:8px;padding:4px}.segmentedControl__cd264d8c.lg__ad8548c8{border-radius:10px;padding:8px}.step__5de8c7a4{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__5de8c7a4.default__219ce08e{background-color:var(--triplex-next-Step-Background_Default-1-18-0)}.step__5de8c7a4.default__219ce08e>span{color:var(--triplex-next-Step-Color_Default-1-18-0)}.step__5de8c7a4.done__59675e0e{background-color:var(--triplex-next-Step-Background_Done-1-18-0)}.step__5de8c7a4.done__59675e0e>span{color:var(--triplex-next-Step-Color_Done-1-18-0)}.step__5de8c7a4.warning__5d2621ec{background-color:var(--triplex-next-Step-Background_Warning-1-18-0)}.step__5de8c7a4.warning__5d2621ec>span{color:var(--triplex-next-Step-Color_Warning-1-18-0)}.step__5de8c7a4.active__49deace1{background-color:var(--triplex-next-Step-Background_Active-1-18-0)}.step__5de8c7a4.active__49deace1>span{color:var(--triplex-next-Step-Color_Active-1-18-0)}.step__5de8c7a4.error__0d01d1db{background-color:var(--triplex-next-Step-Background_Error-1-18-0)}.step__5de8c7a4.error__0d01d1db>span{color:var(--triplex-next-Step-Color_Error-1-18-0)}.step__5de8c7a4.disabled__c2f686c4{background-color:var(--triplex-next-Step-Background_Disabled-1-18-0)}.step__5de8c7a4.disabled__c2f686c4>span{color:var(--triplex-next-Step-Color_Disabled-1-18-0)}.stepperWrapper__c799eef7{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-18-0)}.stepperStep__ef624fe4{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__ef624fe4+.stepperStep__ef624fe4{margin-left:12px}.stepperStep__ef624fe4.sm__63bfb7ff:not(:last-child) .content__f11f1f2e{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__ef624fe4.sm__63bfb7ff:last-child .content__f11f1f2e{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__ef624fe4.sm__63bfb7ff:last-child .arrow__8cb5301a{display:none}.stepperStep__ef624fe4.md__0f5b7b1e:not(:last-child) .content__f11f1f2e{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__ef624fe4.md__0f5b7b1e:last-child .content__f11f1f2e{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__ef624fe4.md__0f5b7b1e:last-child .arrow__8cb5301a{display:none}.stepperStep__ef624fe4.lg__ec470ea5:not(:last-child) .content__f11f1f2e{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__ef624fe4.lg__ec470ea5:last-child .content__f11f1f2e{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__ef624fe4.lg__ec470ea5:last-child .arrow__8cb5301a{display:none}.stepperStep__ef624fe4:hover:not(.active__81d0892a):not(.disabled__4719b06c) .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0)}.stepperStep__ef624fe4:hover:not(.active__81d0892a):not(.disabled__4719b06c) .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0)}.stepperStep__ef624fe4:hover:not(.active__81d0892a):not(.disabled__4719b06c) .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0)}.stepperStep__ef624fe4.active__81d0892a{cursor:default}.stepperStep__ef624fe4.active__81d0892a .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-18-0)}.stepperStep__ef624fe4.active__81d0892a .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.error__fe68d490 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.error__fe68d490 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.error__fe68d490 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.warning__49c4ac35 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.warning__49c4ac35 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.warning__49c4ac35 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c :not(.error__fe68d490):not(.warning__49c4ac35) .content__f11f1f2e{color:var(--triplex-next-Stepper-Step_Color_Default-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c :not(.error__fe68d490):not(.warning__49c4ac35):hover .content__f11f1f2e{color:var(--triplex-next-Stepper-Step_Color_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.disabled__4719b06c{pointer-events:none}.stepperStep__ef624fe4.disabled__4719b06c .content__f11f1f2e{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-18-0)}.stepperStep__ef624fe4.disabled__4719b06c .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-18-0)}.stepperStep__ef624fe4.disabled__4719b06c .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a:hover .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a:hover .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a:hover .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a:hover .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.content__f11f1f2e{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-18-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-18-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-18-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__63bfb7ff{font-size:12px;line-height:16px}.md__0f5b7b1e{font-size:14px;line-height:20px}.lg__ec470ea5{font-size:16px;line-height:20px}.arrow__8cb5301a{transform:translate(0)}.arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-18-0)}.arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-18-0)}.icon__c5232f76{display:inline-flex;align-items:center;line-height:0}.nonempty__9fe7a2f8 .icon__c5232f76{margin-right:6px}.stepperExtended__52d73519{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__e721abf8{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e721abf8::-webkit-scrollbar{display:none}.stepper__6ff9d801.sm__63bfb7ff{padding-left:28px;padding-right:28px}.stepper__6ff9d801.md__0f5b7b1e{padding-left:40px;padding-right:40px}.stepper__6ff9d801.lg__ec470ea5{padding-left:56px;padding-right:56px}.stepperCarousel__6899b6e6{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa,.stepperCarousel__6899b6e6 .buttonNext__6ee93723{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa.sm__63bfb7ff,.stepperCarousel__6899b6e6 .buttonNext__6ee93723.sm__63bfb7ff{height:28px;width:28px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa.md__0f5b7b1e,.stepperCarousel__6899b6e6 .buttonNext__6ee93723.md__0f5b7b1e{height:40px;width:40px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa.lg__ec470ea5,.stepperCarousel__6899b6e6 .buttonNext__6ee93723.lg__ec470ea5{height:56px;width:56px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-18-0)}.stepperCarousel__6899b6e6 .buttonNext__6ee93723{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-18-0)}@media (max-width: 767px){.stepper__6ff9d801{padding-left:16px;padding-right:16px}.buttonPrev__bfa941aa,.buttonNext__6ee93723{display:none}}.islandAccordion__919ec42b{margin:0;padding:0}.islandAccordion__919ec42b .island__a76abc29{padding:0}.islandAccordion__919ec42b .item__faebd8b3{position:relative;list-style-type:none}.islandAccordion__919ec42b .item__faebd8b3.disabled__9ac78bd0{cursor:default;pointer-events:none}.islandAccordion__919ec42b .item__faebd8b3+.item__faebd8b3.sm__22619029,.islandAccordion__919ec42b .item__faebd8b3+.item__faebd8b3.md__08f379d9{margin-top:16px}.islandAccordion__919ec42b .item__faebd8b3+.item__faebd8b3.lg__1c1a69b7{margin-top:24px}.islandAccordion__919ec42b .item__faebd8b3 .header__9432252e{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__919ec42b .item__faebd8b3 .header__9432252e:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3.type1__8c4610f3:not(.opened__593c0922) .header__9432252e:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3.type2__283e242c:not(.opened__593c0922) .header__9432252e:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3.type3__8d0c45d5:not(.opened__593c0922) .header__9432252e:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909{text-align:right}.islandAccordion__919ec42b .item__faebd8b3 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909{visibility:hidden}.islandAccordion__919ec42b .item__faebd8b3.opened__593c0922 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.opened__593c0922 .footer__e2327909{visibility:visible}.islandAccordion__919ec42b .item__faebd8b3 .caretWrapper__6232338a{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__919ec42b .item__faebd8b3 .caretIcon__aff0b77a{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__919ec42b .item__faebd8b3 .title__6e24a5e7{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .header__9432252e{padding:16px;border-radius:16px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .step__82c3920a+.title__6e24a5e7{margin-top:2px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .footer__e2327909{padding:0 16px 16px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .caretWrapper__6232338a{right:12px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .remove__cfdeaa01{right:-36px;top:20px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .step__82c3920a{margin-right:12px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .header__9432252e{padding:24px;border-radius:24px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .footer__e2327909{padding:0 24px 24px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .caretWrapper__6232338a{right:20px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .remove__cfdeaa01{right:-40px;top:28px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .step__82c3920a{margin-right:12px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .header__9432252e{padding:32px;border-radius:32px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .footer__e2327909{padding:0 32px 32px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .caretWrapper__6232338a{right:28px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .remove__cfdeaa01{right:-40px;top:36px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .step__82c3920a{margin:0 16px 0 0}.islandAccordion__919ec42b .item__faebd8b3.opened__593c0922:not(.disabled__9ac78bd0) .caretWrapper__6232338a .caretIcon__aff0b77a{transform:rotate(-180deg)}.islandAccordion__919ec42b .item__faebd8b3 .remove__cfdeaa01{position:absolute}@media (max-width: 767px){.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909>*{margin-left:0!important}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .header__9432252e{border-radius:16px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .header__9432252e{border-radius:24px}}.noColumns__ca54ee7d{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__ca54ee7d>.content__1a804c30{width:456px;text-align:center}.filterPanel__c5b367d8{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__f3ef9443{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__f3ef9443>a:not(:first-child){margin-left:16px}.tabsLinePanel__46cbd643{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__15015263{0%{opacity:0}to{opacity:1}}.tableBasic__a69bd36e{position:relative}.tableBasic__a69bd36e table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__a69bd36e table th.alignLeft__529f4f45,.tableBasic__a69bd36e table td.alignLeft__529f4f45{text-align:left}.tableBasic__a69bd36e table th.alignRight__b124342a,.tableBasic__a69bd36e table td.alignRight__b124342a{text-align:right}.tableBasic__a69bd36e table th.alignCenter__05e9ab5e,.tableBasic__a69bd36e table td.alignCenter__05e9ab5e{text-align:center}.tableBasic__a69bd36e table th.verticalAlignBaseline__7f0099e0,.tableBasic__a69bd36e table td.verticalAlignBaseline__7f0099e0{vertical-align:baseline}.tableBasic__a69bd36e table th.verticalAlignSub__3bba1ed1,.tableBasic__a69bd36e table td.verticalAlignSub__3bba1ed1{vertical-align:sub}.tableBasic__a69bd36e table th.verticalAlignSuper__6d400415,.tableBasic__a69bd36e table td.verticalAlignSuper__6d400415{vertical-align:super}.tableBasic__a69bd36e table th.verticalAlignTextTop__366712c1,.tableBasic__a69bd36e table td.verticalAlignTextTop__366712c1{vertical-align:text-top}.tableBasic__a69bd36e table th.verticalAlignTextBottom__d503ed3f,.tableBasic__a69bd36e table td.verticalAlignTextBottom__d503ed3f{vertical-align:text-bottom}.tableBasic__a69bd36e table th.verticalAlignMiddle__43596296,.tableBasic__a69bd36e table td.verticalAlignMiddle__43596296{vertical-align:middle}.tableBasic__a69bd36e table th.verticalAlignTop__a2c4017a,.tableBasic__a69bd36e table td.verticalAlignTop__a2c4017a{vertical-align:top}.tableBasic__a69bd36e table th.verticalAlignBottom__1ca4146e,.tableBasic__a69bd36e table td.verticalAlignBottom__1ca4146e{vertical-align:bottom}.tableBasic__a69bd36e table>thead>tr{height:48px}.tableBasic__a69bd36e table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-18-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-18-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__a69bd36e table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-18-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-18-0)}}.tableBasic__a69bd36e table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__a69bd36e table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__a69bd36e table>thead>tr>th.checkboxType__1ca81f72{padding:16px 12px}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0{display:inline-flex;vertical-align:top}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2{cursor:pointer}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00{display:flex;visibility:hidden;align-items:center}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00.alignLeft__529f4f45{margin-right:8px}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00.alignRight__b124342a{margin-left:8px}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00.sorted__9a5e4cb5{visibility:visible}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2:hover .orderButton__c74baa00{visibility:visible}.tableBasic__a69bd36e table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-18-0)}.tableBasic__a69bd36e table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__a69bd36e table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__a69bd36e table>tbody>tr>td.textType__28b113db{padding:12px}.tableBasic__a69bd36e table>tbody>tr>td.componentsType__5a8850dc{padding:8px 12px}.tableBasic__a69bd36e table>tbody>tr>td.checkboxType__1ca81f72{padding:10px 12px 12px}.tableBasic__a69bd36e table>tbody>tr.selected__c7a5db6c>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-18-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__a69bd36e table>tbody>tr.selected__c7a5db6c>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-18-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-18-0)}}.tableBasic__a69bd36e table>tbody.clickable__5cb8087f>tr{cursor:pointer}.tableBasic__a69bd36e table>tbody.hoverable__1c4f96bb>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-18-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__a69bd36e table>tbody.hoverable__1c4f96bb>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-18-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-18-0)}}.tableBasic__a69bd36e .footerEmptyData__269ca95a{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__a69bd36e .spinnerWrapper__4e380f0a{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__a69bd36e .spinnerWrapper__4e380f0a .tableLoaderScreen__4fe31cef{border-radius:8px 8px 0 0}.tableBasic__a69bd36e .overlayCover__54464cfe{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-18-0);animation:fadeIn__15015263 .3s}.tableBasicSettingsBody__0f22a376{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__3dc5b1af{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-18-0)!important}.columnSettingsSortableListItemTarget__3dc5b1af:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-18-0)!important}.columnSettingsSortableListItemTarget__3dc5b1af.dragging__a0c49e91{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-18-0)!important}.columnSettingsStaticListItem__9e1d7440{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-18-0)}.tableBasicSettingsFooter__afd61b9e{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-18-0);padding:11px 12px 12px}.tableBasicSettingsHeader__2cad266f{padding:16px 12px 12px}.tableSettingsLink__da4b493b{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__51124a3d{width:320px}.tableFooterWrapper__78f44159{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__78f44159 .tableFooterShadow__5afcc4bf{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-18-0);pointer-events:none}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-18-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8{display:flex;align-items:center}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectedCount__28d2f7b4,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectAllButton__7003723f,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummaryAmount__0a02aebd{display:inline-flex}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectedCount__28d2f7b4,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectAllButton__7003723f,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummaryAmount__0a02aebd,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummaryLabel__45b39a99{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__78f44159{height:112px}}.paginationPanel__94ac6e91{margin-top:16px}.masterTable__788dcc48{position:relative}.orderedListItem__9bf5a932{counter-increment:list-item-tx}.orderedListItem__9bf5a932:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__9bf5a932+.orderedListItem__9bf5a932{margin-top:8px}.orderedList__0f7830a8{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__62ca4fd9{height:176px}.suggestFieldMobileDropdownHint__6cad2982{padding:16px}.lightBox__b47ecca3{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__b47ecca3 .lightBoxBackdrop__1a8e6d61{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-18-0)}.lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b,.lightBox__b47ecca3.lightBoxTopOverlayActive__3797704d{overflow-y:hidden}.lightBox__b47ecca3 .lightBoxContent__2ea2c98b{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-18-0)}.lightBox__b47ecca3 .lightBoxContent__2ea2c98b>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__b47ecca3 .lightBoxContent__2ea2c98b>.global-page{padding:16px}}.lightBox__b47ecca3 .loadingContentOverlay__ce6d0a79{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b47ecca3 .lightBoxContentResizeWrapper__397341fa{position:absolute;left:0;right:0;height:0}.lightBox__b47ecca3 .tempElSafariBug__03b50237{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__b9361b21,.global-LB-less-or-equal-media-point-0 .lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__2ea2c98b{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__2ea2c98b{padding-left:80px;padding-right:80px}.lightBoxControls__d00fd778{z-index:100}.withKeyboardEvent__17aa7d78{display:inline-block}.withoutKeyboardEvent__9c4743c8,.lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b .withKeyboardEvent__17aa7d78,.lightBox__b47ecca3.lightBoxTopOverlayActive__3797704d .withKeyboardEvent__17aa7d78,.lightBox__b47ecca3.isLoading__9cd70738 .withKeyboardEvent__17aa7d78{display:none}.lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b .withoutKeyboardEvent__9c4743c8,.lightBox__b47ecca3.lightBoxTopOverlayActive__3797704d .withoutKeyboardEvent__9c4743c8,.lightBox__b47ecca3.isLoading__9cd70738 .withoutKeyboardEvent__9c4743c8{display:inline-block}.lightBox__b47ecca3.isLoading__9cd70738 .lightBoxPrev__d7742983,.lightBox__b47ecca3.isLoading__9cd70738 .lightBoxNext__7fd25c12{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__d00fd778{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__04baf649{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__868c94dc{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__366263b7{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__d7742983,.global-LB-less-or-equal-media-point-0 .lightBoxNext__7fd25c12{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__d7742983{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__720646b9,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__da81395b{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__d00fd778{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__04baf649{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__868c94dc{display:none}.global-LB-more-media-point-0 .lightBoxClose__366263b7{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__d7742983,.global-LB-more-media-point-0 .lightBoxNext__7fd25c12{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__d7742983{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__7fd25c12{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__46a4b136{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__46a4b136.fixed__3da1b4af{position:fixed}.overlay__46a4b136.closing__75de1805,.overlay__46a4b136.opened__9e7bb5bf{visibility:visible;left:0;right:0}.overlayPanel__0fe5dd9c{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-18-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__0fe5dd9c.bottom__177437ae{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__0fe5dd9c.left__8acd4f88{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__0fe5dd9c.right__9f461e62{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__0fe5dd9c.top__3aed9ff7{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__0fe5dd9c.left__8acd4f88.opened__9e7bb5bf,.overlayPanel__0fe5dd9c.right__9f461e62.opened__9e7bb5bf{transform:translate(0)}.overlayPanel__0fe5dd9c.top__3aed9ff7.opened__9e7bb5bf,.overlayPanel__0fe5dd9c.bottom__177437ae.opened__9e7bb5bf{transform:translateY(0)}.overlayContent__3363ef35{display:flex;min-height:100%}.overlayMask__a073b3d9{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-18-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__a073b3d9.overlayOpened__670316ac{opacity:1}.lightBoxSideOverlayLoaderWrapper__b3d5b8a6{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__9224d211{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__63bb8649{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__9224d211{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__63bb8649{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__63bb8649{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__9224d211{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__63bb8649{display:none}.lightBoxSideOverlayMask__5202bb5d{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-18-0)}.lightBoxSideOverlayWrapper__9a2451f4{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__9a2451f4.overflowXHidden__212e63f3{overflow-x:hidden}.lightBoxSideOverlayWrapper__9a2451f4.overflowYHidden__032dacfc{overflow-y:hidden}.lightBoxSideOverlayWrapper__9a2451f4.closing__754ec236,.lightBoxSideOverlayWrapper__9a2451f4.opened__5e7930a8{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__9a2451f4.closing__754ec236{pointer-events:none}.lightBoxSideOverlayWrapper__9a2451f4 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__9a2451f4 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-18-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482.opened__5e7930a8{transform:none}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482.opening__bdd33cfe{transform:translateY(0)}.lightBoxSideOverlayWrapper__9a2451f4.sm__e052f50c .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__9a2451f4.md__7116a3ec .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__9a2451f4.lg__0d8607da .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayBase__9bb8ef9d{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__9a2451f4 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__9a2451f4 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__40ac2598{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__40ac2598.closing__754ec236,.lightBoxSideOverlay__40ac2598.opening__bdd33cfe{overflow-x:hidden}.topOverlayMask__526b5632{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-18-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__159fc35c{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__159fc35c.closing__40411074,.topOverlayWrapper__159fc35c.opened__f569ef89{bottom:0}.topOverlayWrapper__159fc35c .topOverlayPanel__58513266{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__c0b76403{z-index:500}@media (max-width: 767px){.topOverlayPanel__58513266{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__8be65f98{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__8be65f98.fixed__b19635c4{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__df2f3c07{display:none}}.lightBoxRightSidebar__b87d52d1{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__b87d52d1.fixed__b19635c4{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__91f08ed0{display:none}}html.scroll-0__21732e85{--triplex-next-scroll-width: 0px}html.scroll-15__07c93a08{--triplex-next-scroll-width: 15px}html.scroll-16__2dd0cc48{--triplex-next-scroll-width: 16px}html.scroll-17__0802cb16{--triplex-next-scroll-width: 17px}.smsField__193bb8dc{display:inline-block;position:relative;width:100%}.smsField__193bb8dc .input__f605e875{text-align:center}.smsField__193bb8dc .input__f605e875::placeholder{opacity:1}.smsField__193bb8dc .input__f605e875:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-18-0)}.smsField__193bb8dc .input__f605e875.lg__85322c0b{padding:18px 40px}.smsField__193bb8dc .input__f605e875.md__a1d70799{padding-left:26px;padding-right:26px}.smsField__193bb8dc .input__f605e875.sm__be8e9eda{padding-left:20px;padding-right:20px}.smsField__193bb8dc .btnRefresh__6f2bc7f1{position:absolute;outline:none;z-index:1}.smsField__193bb8dc .btnRefresh__6f2bc7f1.lg__85322c0b{top:12px;left:12px;height:32px;width:32px}.smsField__193bb8dc .btnRefresh__6f2bc7f1.md__a1d70799{top:10px;left:10px}.smsField__193bb8dc .btnRefresh__6f2bc7f1.sm__be8e9eda{top:4px;left:4px}.smsField__193bb8dc .btnRefresh__6f2bc7f1 .full__7836bab8{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-18-0)}.smsField__193bb8dc .btnRefresh__6f2bc7f1 .empty__7331ca0c{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-18-0)}.smsField__193bb8dc .btnRefresh__6f2bc7f1:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d.active__3f358c50:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d.active__3f358c50:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d.lg__85322c0b{top:15px;right:15px;height:26px;width:26px}.smsField__193bb8dc .btnSubmit__77ffad2d.md__a1d70799{top:10px;right:10px}.smsField__193bb8dc .btnSubmit__77ffad2d.sm__be8e9eda{top:4px;right:4px}.spoiler__68ed5236{display:flex;flex-direction:column}.spoiler__68ed5236.opened__d475daf7 .caretIcon__91341b72{transform:rotate(-180deg)}.spoiler__68ed5236 .head__51935aee .caretIcon__91341b72{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__68ed5236 .head__51935aee button>span{white-space:normal;text-align:left}.spoiler__68ed5236 .content__49807cc4.hidden__a1a4e869{display:none}.spoiler__68ed5236 .lg__83098502 .content__49807cc4{margin-top:8px}.spoiler__68ed5236 .md__106b47b4 .content__49807cc4{margin-top:0}.spoiler__68ed5236 .sm__75d751c4 .content__49807cc4{margin-top:-4px}.statusTrackerWrapper__810245a9{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-18-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-18-0);overflow:hidden;height:100%}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864.verticalAlignMiddle__dd2715eb{align-self:center}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864.verticalAlignBottom__e8af7e9f{align-self:end}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerChild__17527e9c{padding:8px 0}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerChild__17527e9c:empty{padding:0}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerSum__8a2554b4,.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerTitle__e6b360f0{padding-bottom:4px}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerDescription__647e5362{display:block;padding-top:8px}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerAlert__0fabe220{margin-top:12px;text-align:left}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerStatus__6e2ab8fb{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerFooterWrapper__958f542e{display:grid}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerFooterWrapper__958f542e .statusTrackerDescription__647e5362:last-child{padding-top:0}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerFooterWrapper__958f542e .statusTrackerButton__f85cd516{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.waiting__c2338e0f{background:var(--triplex-next-StatusTracker-Waiting_Color-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.warning__ee769a41{background:var(--triplex-next-StatusTracker-Warning_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.rejected__54358740{background:var(--triplex-next-StatusTracker-Rejected_Color-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.approved__7bf40154{background:var(--triplex-next-StatusTracker-Approved_Color-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.waiting__c2338e0f{background:var(--triplex-next-StatusTracker-Waiting_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.warning__ee769a41{background:var(--triplex-next-StatusTracker-Warning_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.rejected__54358740{background:var(--triplex-next-StatusTracker-Rejected_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.approved__7bf40154{background:var(--triplex-next-StatusTracker-Approved_Background-1-18-0)}@media (max-width: 767px){.statusTrackerWrapper__810245a9{border-radius:16px}}.smallInput__efe4d983{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-18-0);background:var(--triplex-next-SmallInput-Background-1-18-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-18-0)}.smallInput__efe4d983::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-18-0);opacity:1}.smallInput__efe4d983::-ms-clear{display:none}.documentNumberEdit__95cc4d11 .label__b7a0a4e7{display:inline-block;margin-right:8px}.documentNumberEdit__95cc4d11 .inputEditWrapper__d6d3386f{width:68px;display:inline-block}.sliderExtendedDot__99279a54{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-18-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__99279a54:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-18-0)}.sliderExtendedDot__99279a54.focusedByClick__9ad0d186:focus{box-shadow:none}.sliderExtendedDot__99279a54:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-18-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__99279a54:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-18-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__99279a54.disabled__51323513{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-18-0)}.sliderExtendedDot__99279a54.disabled__51323513:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-18-0)}.sliderExtendedDot__99279a54.disabled__51323513:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-18-0)}.sliderExtendedDot__99279a54:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-18-0)}.sliderExtendedDot__99279a54:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-18-0)}.sliderExtendedDot__99279a54.dragByMouse__c866708f{background:var(--triplex-next-Slider-Dot_Background_Select-1-18-0)}.sliderExtendedDot__99279a54.dragByMouse__c866708f:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-18-0)}.sliderExtendedDot__99279a54:hover .sliderExtendedTooltipOverlay__e6dd8557,.sliderExtendedDot__99279a54:focus .sliderExtendedTooltipOverlay__e6dd8557{visibility:visible}.sliderExtendedDot__99279a54.lg__68057309{width:28px;height:28px}.sliderExtendedDot__99279a54.lg__68057309:after{width:10px;height:10px}.sliderExtendedDot__99279a54.lg__68057309:before{width:14px;height:14px}.sliderExtendedMarks__5d230381{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__d8b9dc6e{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__d8b9dc6e .sliderExtendedMarkDot__9b1ffa15{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-18-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__d8b9dc6e .sliderExtendedMarkDot__9b1ffa15.inSelectedRange__06d14d2f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-18-0)}.sliderExtendedMark__d8b9dc6e.lg__68057309{top:20px}.sliderExtendedMark__d8b9dc6e.lg__68057309 .sliderExtendedMarkDot__9b1ffa15{top:-20px}.sliderExtendedMark__d8b9dc6e .sliderExtendedMarkText__9f19c026{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__d8b9dc6e.disabled__51323513{pointer-events:none}.sliderExtendedMark__d8b9dc6e.disabled__51323513 .sliderExtendedMarkText__9f19c026{pointer-events:none;opacity:.35}.sliderExtendedMark__d8b9dc6e.disabled__51323513 .sliderExtendedMarkDot__9b1ffa15{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-18-0)}.sliderExtendedMark__d8b9dc6e:first-child,.sliderExtendedMark__d8b9dc6e:last-child{transform:none}.sliderExtendedMark__d8b9dc6e:first-child.reverse__46c7d8be .sliderExtendedMarkDot__9b1ffa15{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d8b9dc6e:first-child.reverse__46c7d8be .sliderExtendedMarkText__9f19c026{margin-right:-4px}.sliderExtendedMark__d8b9dc6e:first-child:not(.reverse__46c7d8be) .sliderExtendedMarkDot__9b1ffa15{left:0;transform:translate(-50%)}.sliderExtendedMark__d8b9dc6e:first-child .sliderExtendedMarkText__9f19c026{margin-left:-4px}.sliderExtendedMark__d8b9dc6e:last-child.reverse__46c7d8be .sliderExtendedMarkDot__9b1ffa15{left:0;transform:translate(-50%)}.sliderExtendedMark__d8b9dc6e:last-child.reverse__46c7d8be .sliderExtendedMarkText__9f19c026{margin-left:-4px}.sliderExtendedMark__d8b9dc6e:last-child:not(.reverse__46c7d8be) .sliderExtendedMarkDot__9b1ffa15{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d8b9dc6e:last-child .sliderExtendedMarkText__9f19c026{margin-right:-4px}.sliderExtendedMark__d8b9dc6e.active__9440b963{pointer-events:none}.sliderExtendedRail__22b377a7{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-18-0);cursor:pointer}.sliderExtended__e645b67f{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__e645b67f.disabled__51323513 .sliderExtendedRail__22b377a7{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-18-0)}.sliderExtended__e645b67f.lg__68057309{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__dde36d52{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-18-0);z-index:10}.sliderExtendedTrack__dde36d52.lg__68057309{top:12px}.sliderExtendedTrack__dde36d52:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-18-0)}.sliderExtendedTrack__dde36d52.focusedByClick__9ad0d186:focus{box-shadow:none}.sliderExtendedTrack__dde36d52.hoverOrDragByMouse__0951d8bc{background:var(--triplex-next-Slider-Track_Background_Hover-1-18-0)}.sliderExtendedTrack__dde36d52.staticSlider__045fa770{cursor:default;pointer-events:none}.sliderExtendedTrack__dde36d52.disabled__51323513{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-18-0)}.sliderExtendedTooltipOverlay__e6dd8557{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__e6dd8557.lg__68057309{bottom:32px}.sliderExtendedTooltipOverlay__e6dd8557 .tooltipBody__03b0a649{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-18-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-18-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__e6dd8557 .tooltipTip__63cf56b4{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-18-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__e6dd8557 .tooltipTip__63cf56b4{margin:-.5px}}.treeView__83ace421,.treeViewGroup__d17cd1bb{margin:0;padding:0}.treeView__83ace421 .treeViewNode__3e900503,.treeViewGroup__d17cd1bb .treeViewNode__3e900503{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__e914a3c9.collapsed__62965cd2{visibility:hidden}.checkboxTreeExtended__e4da4185{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__25e54e3c .checkboxTreeExtendedNode__25e54e3c{margin-left:24px}.checkboxTreeExtendedNodeHeader__685a22b8{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__685a22b8.sm__4377412c{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__685a22b8.md__26436bec,.checkboxTreeExtendedNodeHeader__685a22b8.lg__3e24ab89{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__685a22b8 .checkboxTreeCheckboxLabel__0a73a209{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__685a22b8 .caretIconWrapper__6e1e4161{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__685a22b8 .caretIconWrapper__6e1e4161:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-18-0)}.checkboxTreeExtendedNodeHeader__685a22b8.opened__2af912a3 .caretIconWrapper__6e1e4161{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__e4da4185{padding:12px 14px}}.chipGroup__fec4906b{display:flex}.chipGroup__fec4906b.oneLine__4d864186{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__fec4906b.oneLine__4d864186::-webkit-scrollbar{display:none}.chipGroup__fec4906b.multiLine__670977a3{flex-wrap:wrap}.chipGroup__fec4906b.lg__152f12b9{gap:12px}.chipGroup__fec4906b.md__92285a0c,.chipGroup__fec4906b.sm__959c4e46{gap:8px}.confirm__26c080f6{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__26c080f6.isInLightBox__70e24ec7{max-width:800px}.confirm__26c080f6.isInSideOverlaySM__66c2031a{max-width:416px}.confirm__26c080f6.isInSideOverlayMD__f80257ef{max-width:536px}.confirm__26c080f6.isInSideOverlayLG__28164407{max-width:736px}.confirmCloseButton__a95ae02b{position:absolute;top:24px;right:24px}.confirmContent__5a66e87c{margin-bottom:24px;padding-right:56px}.confirmControls__89234c6f{white-space:nowrap}.confirmContentTitle__86865c63{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__a95ae02b{top:16px;right:16px}.confirmContent__5a66e87c{margin-bottom:16px}}.divider__a1ba5c56{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-18-0);border:none}.marginTopSize-4__04833dc8{margin-top:4px}.marginBottomSize-4__f96dd422{margin-bottom:4px}.marginTopSize-8__2a79a6f7{margin-top:8px}.marginBottomSize-8__b687575c{margin-bottom:8px}.marginTopSize-12__02f66fc5{margin-top:12px}.marginBottomSize-12__69246ee3{margin-bottom:12px}.marginTopSize-16__c331031b{margin-top:16px}.marginBottomSize-16__cf77544a{margin-bottom:16px}.marginTopSize-20__ca6658a7{margin-top:20px}.marginBottomSize-20__81e43685{margin-bottom:20px}.marginTopSize-24__ae27e5a1{margin-top:24px}.marginBottomSize-24__318e2680{margin-bottom:24px}.marginTopSize-28__be2534eb{margin-top:28px}.marginBottomSize-28__ddf9e236{margin-bottom:28px}.marginTopSize-32__bddcbdde{margin-top:32px}.marginBottomSize-32__f8410761{margin-bottom:32px}.listMasterChipGroup__970d1475{padding:0 16px}.listMasterFooter__061bcb1b{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-18-0);color:var(--triplex-next-ListMaster-Footer_Color-1-18-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__061bcb1b.sticky__735c36c4{position:sticky;bottom:0}.listMasterFooterDescription__e98294e6{padding-right:16px}.listMasterFooterControls__7f3cb0c2{white-space:nowrap}.listMasterHeader__70d4a26a{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-18-0);color:var(--triplex-next-ListMaster-Header_Color-1-18-0)}.listMasterHeader__70d4a26a.sticky__735c36c4{position:sticky;top:0;z-index:1}.selectionControls__1fd35490{display:flex;justify-content:space-between;align-items:center}.uploadZone__09196720{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-18-0)}.uploadZone__09196720:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-18-0)}.uploadZoneDragArea__90f3b4f5{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-18-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__b3a94690{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-18-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-18-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-18-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__d17d040a{display:none}@media (max-width: 767px){.uploadZone__09196720,.uploadZone__09196720:hover{background:none}.uploadZoneDragArea__90f3b4f5{display:none}}button.helpBoxButton__77fe1c45{position:relative;vertical-align:text-bottom}.dateRange__27565200{display:flex;align-items:center}.dateRangeButton__83e0190e{z-index:1}.separator__74bd5e0e{width:20px;height:20px;flex-shrink:0}.tagColor__c5ca2fdd{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__c5ca2fdd.sm__6401c9ca{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__c5ca2fdd.md__f04addb9{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__c5ca2fdd.lg__5b875c50{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__c5ca2fdd.default__99dd43cc{background:var(--triplex-next-TagColor-Background_Default-1-18-0)}.tagColor__c5ca2fdd.success__549ee8cd{background:var(--triplex-next-TagColor-Background_Success-1-18-0)}.tagColor__c5ca2fdd.info__27a730cc{background:var(--triplex-next-TagColor-Background_Info-1-18-0)}.tagColor__c5ca2fdd.warning__c7ff48ef{background:var(--triplex-next-TagColor-Background_Warning-1-18-0)}.tagColor__c5ca2fdd.error__af27b8ee{background:var(--triplex-next-TagColor-Background_Error-1-18-0)}.content__667bf26f{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-18-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-19-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-19-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-19-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-19-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-19-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-19-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-19-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-19-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-19-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-19-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-19-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-19-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-19-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-19-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-19-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-19-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-19-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-19-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-19-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-19-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-19-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-19-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-19-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-19-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-19-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-19-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-19-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-19-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-19-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-19-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-19-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-19-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-19-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-19-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-19-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-19-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-19-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-19-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-19-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-19-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-19-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-19-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-19-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-19-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-19-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-19-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-19-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-19-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-19-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-19-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-19-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-19-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-19-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-19-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-19-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-19-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-19-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-19-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-19-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-19-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-19-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-19-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-19-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-19-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-19-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-19-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-19-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-19-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-19-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-19-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-19-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-19-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-19-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-19-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-19-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-19-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-19-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-19-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-19-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-19-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-19-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-19-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-19-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-19-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-19-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-19-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-19-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-19-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-19-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-19-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-19-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-19-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-19-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-19-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-19-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-19-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-19-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-19-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-19-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-19-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-19-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-19-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-19-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-19-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-19-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-19-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-19-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-19-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-19-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-19-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-19-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-19-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-19-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-19-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-19-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-19-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-19-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-19-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-19-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-1-19-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Badge-Background-1-19-0: #FFB13B;
|
|
122
|
+
--triplex-next-Button-General_Background_Active-1-19-0: #007777;
|
|
123
|
+
--triplex-next-Button-General_Background_Default-1-19-0: #21A19A;
|
|
124
|
+
--triplex-next-Button-General_Background_Disabled-1-19-0: #F2F4F7;
|
|
125
|
+
--triplex-next-Button-General_Background_Hover-1-19-0: #19BDB0;
|
|
126
|
+
--triplex-next-Button-General_Color_Active-1-19-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
128
|
+
--triplex-next-Button-General_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
129
|
+
--triplex-next-Button-General_Color_Hover-1-19-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Active-1-19-0: #DCDFE4;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Default-1-19-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-19-0: #F2F4F7;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Hover-1-19-0: #EAEDF1;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Active-1-19-0: #007777;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Default-1-19-0: #008985;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Hover-1-19-0: #21A19A;
|
|
139
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-19-0: #DFE2E7;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-19-0: #FFFFFF;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-19-0: #F2F4F7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-19-0: #EEF0F4;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-19-0: #007777;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-19-0: #008985;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-19-0: #21A19A;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Active-1-19-0: #BD002C;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Default-1-19-0: #E60037;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Disabled-1-19-0: #F2F4F7;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Hover-1-19-0: #F80C45;
|
|
153
|
+
--triplex-next-Button-Danger_Color_Active-1-19-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Hover-1-19-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
158
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169;
|
|
159
|
+
--triplex-next-Button-Link_Color_Active-1-19-0: #007777;
|
|
160
|
+
--triplex-next-Button-Link_Color_Default-1-19-0: #008985;
|
|
161
|
+
--triplex-next-Button-Link_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
162
|
+
--triplex-next-Button-Link_Color_Hover-1-19-0: #21A19A;
|
|
163
|
+
--triplex-next-Button-Link_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
164
|
+
--triplex-next-Calendar-Background_Shadow-1-19-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
165
|
+
--triplex-next-Calendar-View_Header_Color-1-19-0: rgba(31, 31, 34, .55);
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-19-0: none;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-19-0: #19BDB0;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-19-0: #21A19A;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-19-0: #007777;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-19-0: #E3FFFA;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-19-0: #A8F5E9;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-19-0: transparent;
|
|
173
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-19-0: #FFD169;
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-19-0: rgba(31, 31, 34, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-19-0: rgba(255, 255, 255, 1);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-19-0: rgba(31, 31, 34, .35);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-19-0: rgba(255, 255, 255, 1);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-19-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-19-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-19-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-19-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-19-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-19-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-19-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-19-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-19-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-19-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-19-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-19-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-19-0: #E60037;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-19-0: #E60037;
|
|
193
|
+
--triplex-next-Card-Static_General_Background-1-19-0: #FFFFFF;
|
|
194
|
+
--triplex-next-Card-Static_Secondary_Background-1-19-0: #F2F4F7;
|
|
195
|
+
--triplex-next-Card-Action_General_Background-1-19-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Hover-1-19-0: #FFFFFF;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected-1-19-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-19-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background-1-19-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-19-0: #EAEDF1;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-19-0: #E3E6EA;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-19-0: #DCDFE4;
|
|
203
|
+
--triplex-next-Card-Shadow_Default-1-19-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
204
|
+
--triplex-next-Card-Shadow_Focus-1-19-0: inset 0 0 0 1px #FFD169;
|
|
205
|
+
--triplex-next-Card-Shadow_Hover-1-19-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
206
|
+
--triplex-next-Card-Shadow_Selected-1-19-0: inset 0 0 0 1px #21A19A;
|
|
207
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-19-0: inset 0 0 0 1px #19BDB0;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-19-0: #21A19A;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-19-0: #EAEDF1;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-19-0: #007777;
|
|
211
|
+
--triplex-next-Checkbox-Background_Default-1-19-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Disabled-1-19-0: #F2F4F7;
|
|
213
|
+
--triplex-next-Checkbox-Background_Hover-1-19-0: #19BDB0;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Default-1-19-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-19-0: 0 0 0 1px #E3E6EA inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-19-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-19-0: none;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-19-0: none;
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
221
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
222
|
+
--triplex-next-Chip-Background_Active-1-19-0: #DFE2E7;
|
|
223
|
+
--triplex-next-Chip-Background_Default-1-19-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Disabled-1-19-0: #F2F4F7;
|
|
225
|
+
--triplex-next-Chip-Background_Hover-1-19-0: #EAEDF1;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Active-1-19-0: #4F4F52;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Default-1-19-0: #3B3B3E;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-19-0: #343437;
|
|
229
|
+
--triplex-next-Chip-Background_Selected_Hover-1-19-0: #49494C;
|
|
230
|
+
--triplex-next-Chip-Color_Active-1-19-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Default-1-19-0: rgba(31, 31, 34, 1);
|
|
232
|
+
--triplex-next-Chip-Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
233
|
+
--triplex-next-Chip-Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Active-1-19-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-19-0: rgba(255, 255, 255, .25);
|
|
237
|
+
--triplex-next-Chip-Color_Selected_Hover-1-19-0: rgba(255, 255, 255, 1);
|
|
238
|
+
--triplex-next-Chip-Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
239
|
+
--triplex-next-Divider-Background-1-19-0: #D6D9E0;
|
|
240
|
+
--triplex-next-Dropdown-Background-1-19-0: #FFFFFF;
|
|
241
|
+
--triplex-next-Dropdown-Shadow-1-19-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
242
|
+
--triplex-next-DropdownList-Background_Active-1-19-0: #EAEDF1;
|
|
243
|
+
--triplex-next-DropdownList-Background_Default-1-19-0: none;
|
|
244
|
+
--triplex-next-DropdownList-Background_Selected-1-19-0: #DCDFE4;
|
|
245
|
+
--triplex-next-DropdownList-Color-1-19-0: rgba(31, 31, 34, 1);
|
|
246
|
+
--triplex-next-DropdownMobile-Backdrop-1-19-0: rgba(31, 31, 34, .65);
|
|
247
|
+
--triplex-next-DropdownMobile-Border_Color-1-19-0: #D6D9E0;
|
|
248
|
+
--triplex-next-DropdownMobile-Content_Background-1-19-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Footer_Background-1-19-0: #FFFFFF;
|
|
250
|
+
--triplex-next-DropdownMobile-Header_Background-1-19-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Active_Background-1-19-0: #EAEDF1;
|
|
252
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-19-0: #DCDFE4;
|
|
253
|
+
--triplex-next-FooterPage-StickyShadow-1-19-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
254
|
+
--triplex-next-FormField-Background_Active-1-19-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Default-1-19-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Disabled-1-19-0: #F2F4F7;
|
|
257
|
+
--triplex-next-FormField-Background_Error-1-19-0: #FFF0F3;
|
|
258
|
+
--triplex-next-FormField-Background_Error_Hover-1-19-0: #FCE0E6;
|
|
259
|
+
--triplex-next-FormField-Background_Hover-1-19-0: #EAEDF1;
|
|
260
|
+
--triplex-next-FormField-Background_Warning-1-19-0: #FFF4DB;
|
|
261
|
+
--triplex-next-FormField-Background_Warning_Hover-1-19-0: #FCEAC7;
|
|
262
|
+
--triplex-next-FormField-Input_Color_Default-1-19-0: rgba(31, 31, 34, 1);
|
|
263
|
+
--triplex-next-FormField-Input_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Default-1-19-0: rgba(31, 31, 34, 1);
|
|
265
|
+
--triplex-next-FormField-Target_Color_Disabled-1-19-0: rgba(31, 31, 34, .45);
|
|
266
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
268
|
+
--triplex-next-FormField-Label_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
269
|
+
--triplex-next-FormField-Shadow_Active-1-19-0: 0 0 0 1px #21A19A inset;
|
|
270
|
+
--triplex-next-FormField-Shadow_Default-1-19-0: none;
|
|
271
|
+
--triplex-next-FormField-Shadow_Error_Active-1-19-0: 0 0 0 1px #E60037 inset;
|
|
272
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-19-0: 0 0 0 1px #FD6508 inset;
|
|
273
|
+
--triplex-next-FormField-Placeholder_Color-1-19-0: rgba(31, 31, 34, .65);
|
|
274
|
+
--triplex-next-HeaderPage-StickyShadow-1-19-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
275
|
+
--triplex-next-Island-Type1_Background-1-19-0: #FFFFFF;
|
|
276
|
+
--triplex-next-Island-Type2_Background-1-19-0: rgba(255, 255, 255, .35);
|
|
277
|
+
--triplex-next-Island-Type3_Background-1-19-0: #F2F4F7;
|
|
278
|
+
--triplex-next-Island-Type1_Shadow-1-19-0: none;
|
|
279
|
+
--triplex-next-Island-Type2_Shadow-1-19-0: 0 0 0 1px #FFFFFF inset;
|
|
280
|
+
--triplex-next-Island-Type3_Shadow-1-19-0: none;
|
|
281
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-19-0: #DCDFE4;
|
|
282
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-19-0: rgba(31, 31, 34, .05);
|
|
283
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-19-0: #DCDFE4;
|
|
284
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-19-0: #FFFFFF;
|
|
286
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-19-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
287
|
+
--triplex-next-LightBox-Backdrop_Background-1-19-0: rgba(31, 31, 34, .75);
|
|
288
|
+
--triplex-next-LightBox-Content_Background-1-19-0: #EAEDF1;
|
|
289
|
+
--triplex-next-Link-BorderColor_Focus-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
290
|
+
--triplex-next-Link-Text_Color_Active-1-19-0: #007777;
|
|
291
|
+
--triplex-next-Link-Text_Color_Default-1-19-0: #008985;
|
|
292
|
+
--triplex-next-Link-Text_Color_Hover-1-19-0: #21A19A;
|
|
293
|
+
--triplex-next-ListItem-Background-1-19-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Dragging-1-19-0: #FFFFFF;
|
|
295
|
+
--triplex-next-ListItem-Background_Selected-1-19-0: #F2F4F7;
|
|
296
|
+
--triplex-next-ListItem-Shadow-1-19-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-19-0: #DCDFE4;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-19-0: #F2F4F7;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-19-0: #EAEDF1;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-19-0: #007777;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-19-0: #008985;
|
|
302
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-19-0: #21A19A;
|
|
303
|
+
--triplex-next-ListMaster-Background-1-19-0: #FFFFFF;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Background-1-19-0: #DCDFE4;
|
|
305
|
+
--triplex-next-ListMaster-Footer_Color-1-19-0: #EAEDF1;
|
|
306
|
+
--triplex-next-ListMaster-Header_Background-1-19-0: #DCDFE4;
|
|
307
|
+
--triplex-next-ListMaster-Header_Color-1-19-0: #EAEDF1;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Brand-1-19-0: #21A19A;
|
|
309
|
+
--triplex-next-Loader-Element_Background_Neutral-1-19-0: rgba(255, 255, 255, 1);
|
|
310
|
+
--triplex-next-Loader-Middle_Background_Default-1-19-0: #EEF0F4;
|
|
311
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-19-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-19-0: rgba(255, 255, 255, .75);
|
|
313
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-19-0: #EEF0F4;
|
|
314
|
+
--triplex-next-Marker-Background_Error-1-19-0: #E60037;
|
|
315
|
+
--triplex-next-Marker-Background_Success-1-19-0: #21A19A;
|
|
316
|
+
--triplex-next-Marker-Background_Waiting-1-19-0: #8291B3;
|
|
317
|
+
--triplex-next-Marker-Background_Warning-1-19-0: #FD6508;
|
|
318
|
+
--triplex-next-MarkerStatus-Description_Color-1-19-0: rgba(0, 0, 0, 0.55);
|
|
319
|
+
--triplex-next-ModalWindow-Background-1-19-0: #EAEDF1;
|
|
320
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-19-0: rgba(79, 79, 82, .5);
|
|
321
|
+
--triplex-next-MultiselectField-Divider_Color-1-19-0: #D6D9E0;
|
|
322
|
+
--triplex-next-Notification-Background-1-19-0: #FFFFFF;
|
|
323
|
+
--triplex-next-Notification-Color-1-19-0: #1F1F22;
|
|
324
|
+
--triplex-next-Notification-TimeColor-1-19-0: rgba(31, 31, 34, 0.65);
|
|
325
|
+
--triplex-next-Notification-Shadow-1-19-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
326
|
+
--triplex-next-Overlay-Background-1-19-0: rgba(255, 255, 255, .8);
|
|
327
|
+
--triplex-next-Overlay-Panel_Background-1-19-0: #FFFFFF;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-19-0: #E3E6EA;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-19-0: #F2F4F7;
|
|
330
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-19-0: #E3E6EA;
|
|
331
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-19-0: #FFD169;
|
|
332
|
+
--triplex-next-Pagination-PageButton_Color-1-19-0: rgba(31, 31, 34, 1);
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Default-1-19-0: #21A19A;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-19-0: #EAEDF1;
|
|
335
|
+
--triplex-next-Radio-Background_Checked_Hover-1-19-0: #007777;
|
|
336
|
+
--triplex-next-Radio-Background_Default-1-19-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Disabled-1-19-0: #F2F4F7;
|
|
338
|
+
--triplex-next-Radio-Background_Hover-1-19-0: #19BDB0;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Default-1-19-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Disabled-1-19-0: 0 0 0 1px #E3E6EA inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Focused-1-19-0: 0 0 0 1px #FFD169 inset;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-19-0: none;
|
|
343
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-19-0: none;
|
|
344
|
+
--triplex-next-Radio-Dot_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
345
|
+
--triplex-next-Radio-Dot_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
346
|
+
--triplex-next-SegmentedControl-General_1_Background-1-19-0: #F2F4F7;
|
|
347
|
+
--triplex-next-SegmentedControl-General_2_Background-1-19-0: #FFFFFF;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-19-0: #F2F4F7;
|
|
349
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-19-0: #FFFFFF;
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-19-0: rgba(255, 255, 255, 1);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-19-0: rgba(255, 255, 255, .25);
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-19-0: #F2F4F7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-19-0: #DFE2E7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-19-0: #F2F4F7;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-19-0: #3B3B3E;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-19-0: #49494C;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-19-0: #343437;
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-19-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-19-0: rgba(255, 255, 255, 1);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-19-0: rgba(255, 255, 255, .25);
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-19-0: #FFFFFF;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-19-0: #EEF0F4;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-19-0: #FFFFFF;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-19-0: #3B3B3E;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-19-0: #49494C;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-19-0: #343437;
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-19-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-19-0: #F2F4F7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-19-0: #DFE2E7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-19-0: #F2F4F7;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-19-0: #FFFFFF;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-19-0: #DFE2E7;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-19-0: #FFFFFF;
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-19-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-19-0: #FFFFFF;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-19-0: #EEF0F4;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-19-0: #FFFFFF;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-19-0: #E3E6EA;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-19-0: #D6D9E0;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-19-0: #F2F4F7;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-19-0: transparent;
|
|
399
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-19-0: #FFD169;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-0: #F2F4F7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-19-0: #DFE2E7;
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-0: rgba(31, 31, 34, .05);
|
|
403
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-19-0: rgba(31, 31, 34, .15);
|
|
404
|
+
--triplex-next-SmallInput-Background-1-19-0: #F2F4F7;
|
|
405
|
+
--triplex-next-SmallInput-Color-1-19-0: rgba(31, 31, 34, 1);
|
|
406
|
+
--triplex-next-SmallInput-PlaceholderColor-1-19-0: rgba(31, 31, 34, .65);
|
|
407
|
+
--triplex-next-SmallInput-Shadow-1-19-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-19-0: rgba(31, 31, 34, .35);
|
|
409
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-19-0: #008985;
|
|
410
|
+
--triplex-next-SMSField-Refresh_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Default-1-19-0: rgba(31, 31, 34, .15);
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-19-0: #19BDB0;
|
|
413
|
+
--triplex-next-SMSField-Submit_Background_Active-1-19-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Default-1-19-0: #21A19A;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-19-0: #F2F4F7;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Hover-1-19-0: #19BDB0;
|
|
417
|
+
--triplex-next-Slider-Dot_Background_Select-1-19-0: #007777;
|
|
418
|
+
--triplex-next-Slider-Dot_Focus-1-19-0: #FFD169;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background-1-19-0: #FFFFFF;
|
|
420
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-19-0: #DCDFE4;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-19-0: #21A19A;
|
|
423
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-19-0: #E7E9EE;
|
|
424
|
+
--triplex-next-Slider-Rail_Background-1-19-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-19-0: #DCDFE4;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Background-1-19-0: #1B1B1D;
|
|
427
|
+
--triplex-next-Slider-Tooltip_Color-1-19-0: rgba(255, 255, 255, 1);
|
|
428
|
+
--triplex-next-Slider-Track_Background_Default-1-19-0: #21A19A;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Disabled-1-19-0: #E7E9EE;
|
|
430
|
+
--triplex-next-Slider-Track_Background_Hover-1-19-0: #007777;
|
|
431
|
+
--triplex-next-StatusTracker-Draft_Background-1-19-0: rgba(255, 255, 255, .15);
|
|
432
|
+
--triplex-next-StatusTracker-Warning_Background-1-19-0: #FF7A17;
|
|
433
|
+
--triplex-next-StatusTracker-Waiting_Background-1-19-0: #BFCADF;
|
|
434
|
+
--triplex-next-StatusTracker-Rejected_Background-1-19-0: #FF5571;
|
|
435
|
+
--triplex-next-StatusTracker-Approved_Background-1-19-0: #00D67D;
|
|
436
|
+
--triplex-next-StatusTracker-Waiting_Color-1-19-0: #A9B6D0;
|
|
437
|
+
--triplex-next-StatusTracker-Rejected_Color-1-19-0: #FFB1C1;
|
|
438
|
+
--triplex-next-StatusTracker-Approved_Color-1-19-0: #00D67D;
|
|
439
|
+
--triplex-next-StatusTracker-Border_Color-1-19-0: #FFFFFF;
|
|
440
|
+
--triplex-next-Step-Color_Active-1-19-0: #008985;
|
|
441
|
+
--triplex-next-Step-Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
442
|
+
--triplex-next-Step-Color_Disabled-1-19-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Done-1-19-0: #FFFFFF;
|
|
444
|
+
--triplex-next-Step-Color_Error-1-19-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Color_Warning-1-19-0: rgba(255, 255, 255, 1);
|
|
446
|
+
--triplex-next-Step-Background_Active-1-19-0: #E3FFFA;
|
|
447
|
+
--triplex-next-Step-Background_Default-1-19-0: rgba(31, 31, 34, .05);
|
|
448
|
+
--triplex-next-Step-Background_Disabled-1-19-0: rgba(31, 31, 34, .15);
|
|
449
|
+
--triplex-next-Step-Background_Done-1-19-0: #008985;
|
|
450
|
+
--triplex-next-Step-Background_Error-1-19-0: #D10032;
|
|
451
|
+
--triplex-next-Step-Background_Warning-1-19-0: #EF4C01;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Default-1-19-0: #F2F4F7;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Hover-1-19-0: #EAEDF1;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-19-0: #F2F4F7;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error-1-19-0: #FFF0F3;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0: #FCE0E6;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning-1-19-0: #FFF4DB;
|
|
458
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0: #FCEAC7;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-19-0: #FFD169;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-19-0: #E60037;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-19-0: #FD6508;
|
|
462
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-19-0: #21A19A;
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
465
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-19-0: rgba(31, 31, 34, .35);
|
|
466
|
+
--triplex-next-Stepper-ButtonNext_Background-1-19-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-19-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
468
|
+
--triplex-next-Stepper-Background-1-19-0: #FFFFFF;
|
|
469
|
+
--triplex-next-Stepper-Wrapper_Background-1-19-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
470
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-19-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
471
|
+
--triplex-next-TableBasic-Background_Hover-1-19-0: #E3E6EA;
|
|
472
|
+
--triplex-next-TableBasic-Background_Selected-1-19-0: #DCDFE4;
|
|
473
|
+
--triplex-next-TableBasic-Color-1-19-0: rgba(31, 31, 34, 1);
|
|
474
|
+
--triplex-next-TableBasic-Header_Background-1-19-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Background-1-19-0: #E7E9EE;
|
|
476
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-19-0: linear-gradient(transparent, #FFFFFF);
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-19-0: #D6D9E0;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-0: #FFFFFF;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-19-0: #EAEDF1;
|
|
480
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-19-0: #FFFFFF;
|
|
481
|
+
--triplex-next-Tabs-Type1_Background-1-19-0: #F2F4F7;
|
|
482
|
+
--triplex-next-Tabs-Type2_Background-1-19-0: #FFFFFF;
|
|
483
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-19-0: #F2F4F7;
|
|
484
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-19-0: #FFFFFF;
|
|
485
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-19-0: #DCDFE4;
|
|
486
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-19-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-19-0: #E3E6EA;
|
|
488
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-19-0: #EEF0F4;
|
|
489
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-19-0: rgba(31, 31, 34, .65);
|
|
491
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-19-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-19-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-19-0: rgba(31, 31, 34, 1);
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-19-0: transparent;
|
|
496
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-19-0: #FFD169;
|
|
497
|
+
--triplex-next-Tag-Background-1-19-0: #DFE2E7;
|
|
498
|
+
--triplex-next-TagColor-Background_Default-1-19-0: #EEF3FC;
|
|
499
|
+
--triplex-next-TagColor-Background_Success-1-19-0: #E3FFFA;
|
|
500
|
+
--triplex-next-TagColor-Background_Info-1-19-0: #E3F6FF;
|
|
501
|
+
--triplex-next-TagColor-Background_Warning-1-19-0: #FFF4DB;
|
|
502
|
+
--triplex-next-TagColor-Background_Error-1-19-0: #FFF0F3;
|
|
503
|
+
--triplex-next-TagColor-Text_Color_Default-1-19-0: rgba(31, 31, 34, .75);
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Active-1-19-0: #21A19A;
|
|
505
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-19-0: #19BDB0;
|
|
506
|
+
--triplex-next-TabsLine-Separator_Color-1-19-0: #D6D9E0;
|
|
507
|
+
--triplex-next-TabsLine-Shadow_Focus-1-19-0: 0 0 0 1px #FFDD64 inset;
|
|
508
|
+
--triplex-next-Tooltip-Background-1-19-0: #1B1B1D;
|
|
509
|
+
--triplex-next-Tooltip-Color-1-19-0: rgba(255, 255, 255, 1);
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-19-0: #008985;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-19-0: #19BDB0;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-19-0: #4BD9CF;
|
|
513
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-19-0: 0 0 0 1px #FFD169;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-19-0: #007777;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-19-0: #008985;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-19-0: #21A19A;
|
|
517
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-19-0: 0 0 0 1px #FFDD64;
|
|
518
|
+
--triplex-next-TopOverlay-Background-1-19-0: rgba(31, 31, 34, .55);
|
|
519
|
+
--triplex-next-Typography-Primary_Color-1-19-0: rgba(31, 31, 34, 1);
|
|
520
|
+
--triplex-next-Typography-Complementary_Color-1-19-0: rgba(31, 31, 34, .85);
|
|
521
|
+
--triplex-next-Typography-Secondary_Color-1-19-0: rgba(31, 31, 34, .65);
|
|
522
|
+
--triplex-next-Typography-Tertiary_Color-1-19-0: rgba(31, 31, 34, .55);
|
|
523
|
+
--triplex-next-Typography-Disabled_Color-1-19-0: rgba(31, 31, 34, .35);
|
|
524
|
+
--triplex-next-Typography-Brand_Color-1-19-0: #008985;
|
|
525
|
+
--triplex-next-Typography-Info_Color-1-19-0: #0E57CC;
|
|
526
|
+
--triplex-next-Typography-Success_Color-1-19-0: #008B5C;
|
|
527
|
+
--triplex-next-Typography-Error_Color-1-19-0: #D10032;
|
|
528
|
+
--triplex-next-Typography-Warning_Color-1-19-0: #EF4C01;
|
|
529
|
+
--triplex-next-Typography-System_Color-1-19-0: #697591;
|
|
530
|
+
--triplex-next-Typography-PrimaryInvert_Color-1-19-0: rgba(255, 255, 255, 1);
|
|
531
|
+
--triplex-next-Typography-ComplementaryInvert_Color-1-19-0: rgba(255, 255, 255, .75);
|
|
532
|
+
--triplex-next-Typography-SecondaryInvert_Color-1-19-0: rgba(255, 255, 255, .55);
|
|
533
|
+
--triplex-next-Typography-TertiaryInvert_Color-1-19-0: rgba(255, 255, 255, .45);
|
|
534
|
+
--triplex-next-Typography-DisabledInvert_Color-1-19-0: rgba(255, 255, 255, .25);
|
|
535
|
+
--triplex-next-Typography-BrandInvert_Color-1-19-0: #19BDB0;
|
|
536
|
+
--triplex-next-Typography-InfoInvert_Color-1-19-0: #1297FE;
|
|
537
|
+
--triplex-next-Typography-SuccessInvert_Color-1-19-0: #00D67D;
|
|
538
|
+
--triplex-next-Typography-ErrorInvert_Color-1-19-0: #F80C45;
|
|
539
|
+
--triplex-next-Typography-WarningInvert_Color-1-19-0: #FF7A17;
|
|
540
|
+
--triplex-next-Typography-SystemInvert_Color-1-19-0: #95A3C1;
|
|
541
|
+
--triplex-next-UploadZone-Background_Default-1-19-0: #F2F4F7;
|
|
542
|
+
--triplex-next-UploadZone-Background_Hover-1-19-0: #EAEDF1;
|
|
543
|
+
--triplex-next-UploadZone-BorderColor_Default-1-19-0: #2D2D30;
|
|
544
|
+
--triplex-next-UploadZone-DragArea_Background-1-19-0: #F2F4F7;
|
|
545
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-19-0: #21A19A;}
|
|
546
|
+
.underline__99dc9b1c{text-decoration:underline}.strikethrough__de043afc{text-decoration:line-through}.underlineStrikethrough__d82ac3e7{text-decoration:underline line-through}.typography__9f05a94e.primary__8f4d0d26{color:var(--triplex-next-Typography-Primary_Color-1-19-0)}.typography__9f05a94e.primaryInvert__3446a63f{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-19-0)}.typography__9f05a94e.complementary__681e7fa0{color:var(--triplex-next-Typography-Complementary_Color-1-19-0)}.typography__9f05a94e.complementaryInvert__8c5a2c8c{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-19-0)}.typography__9f05a94e.secondary__97e3d112{color:var(--triplex-next-Typography-Secondary_Color-1-19-0)}.typography__9f05a94e.secondaryInvert__d454f906{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-19-0)}.typography__9f05a94e.tertiary__ef2bcdf8{color:var(--triplex-next-Typography-Tertiary_Color-1-19-0)}.typography__9f05a94e.tertiaryInvert__7ed99555{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-19-0)}.typography__9f05a94e.disabled__53447d34{color:var(--triplex-next-Typography-Disabled_Color-1-19-0)}.typography__9f05a94e.disabledInvert__8420f057{color:var(--triplex-next-Typography-DisabledInvert_Color-1-19-0)}.typography__9f05a94e.brand__9ecc35ff{color:var(--triplex-next-Typography-Brand_Color-1-19-0);-webkit-user-select:none;user-select:none}.typography__9f05a94e.brandInvert__390c8923{color:var(--triplex-next-Typography-BrandInvert_Color-1-19-0)}.typography__9f05a94e.info__675bfeb8{color:var(--triplex-next-Typography-Info_Color-1-19-0)}.typography__9f05a94e.infoInvert__6614bd80{color:var(--triplex-next-Typography-InfoInvert_Color-1-19-0)}.typography__9f05a94e.success__f056d6ac{color:var(--triplex-next-Typography-Success_Color-1-19-0)}.typography__9f05a94e.successInvert__1e9cacfa{color:var(--triplex-next-Typography-SuccessInvert_Color-1-19-0)}.typography__9f05a94e.error__e0028bd3{color:var(--triplex-next-Typography-Error_Color-1-19-0)}.typography__9f05a94e.errorInvert__c0748371{color:var(--triplex-next-Typography-ErrorInvert_Color-1-19-0)}.typography__9f05a94e.warning__d5022de4{color:var(--triplex-next-Typography-Warning_Color-1-19-0)}.typography__9f05a94e.warningInvert__0b002184{color:var(--triplex-next-Typography-WarningInvert_Color-1-19-0)}.typography__9f05a94e.system__6c33a0cf{color:var(--triplex-next-Typography-System_Color-1-19-0)}.typography__9f05a94e.systemInvert__4bca250f{color:var(--triplex-next-Typography-SystemInvert_Color-1-19-0)}.typography__9f05a94e.compact__bb35ab9f{line-height:calc(16 / 14)}.caption__b91df0fb.regular__62e5ca6e{font-family:SBSansText}.caption__b91df0fb.semibold__6ae00e3d{font-family:SBSansTextSemibold;font-weight:600}.c1__742c06e6{font-size:10px;line-height:12px}.c2__bb75b3f5{font-size:8px;line-height:10px}.d1__17dba479{font-size:32px;line-height:40px}.d1__17dba479.regular__62e5ca6e{font-family:SBSansDisplay}.d1__17dba479.semibold__6ae00e3d{font-family:SBSansDisplaySemibold;font-weight:600}.text__b344cbae{outline:none}.text__b344cbae.regular__62e5ca6e{font-family:SBSansText}.text__b344cbae.semibold__6ae00e3d{font-family:SBSansTextSemibold;font-weight:600}.b1__74fcdeca{font-size:18px;line-height:24px}.b2__d66f6c92{font-size:16px;line-height:20px}.b3__0e89a215{font-size:14px;line-height:20px}.b3__0e89a215.compact__bb35ab9f{line-height:16px}.b4__b76c8919{font-size:12px;line-height:16px}.title__47251a46{outline:none}.title__47251a46.regular__62e5ca6e{font-family:SBSansDisplay;font-weight:400}.title__47251a46.semibold__6ae00e3d{font-family:SBSansDisplaySemibold;font-weight:600}.title__47251a46.medium__7393acdf{font-family:SBSansDisplayMedium;font-weight:500}.title__47251a46.bold__bb8011f3{font-family:SBSansDisplayBold;font-weight:700}.h1__5dd1b605,.h2__74509f9d,.h3__647ddcb7{margin:0}.h1__5dd1b605{font-size:28px;line-height:36px}.h2__74509f9d{font-size:24px;line-height:32px}.h3__647ddcb7{font-size:20px;line-height:28px}.formFieldInput__0f26cb7d{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-19-0)}.formFieldInput__0f26cb7d:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-0)}.formFieldInput__0f26cb7d::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__0f26cb7d:focus{outline:none}.formFieldInput__0f26cb7d:focus::placeholder{opacity:1}.formFieldInput__0f26cb7d:-webkit-autofill{animation-name:autofill-applied-hook__199df3b3;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__0f26cb7d:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__8a52e08b;animation-duration:1ms}.formFieldInput__0f26cb7d.sm__a7ae96c7{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__0f26cb7d.md__ffbed6db{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__0f26cb7d.lg__f83881eb{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__199df3b3{0%{transform:none}}@keyframes autofill-cancelled-hook__8a52e08b{0%{transform:none}}.formField__fc08e4c3{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__fc08e4c3.default__4ef2b64f{background:var(--triplex-next-FormField-Background_Default-1-19-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-19-0)}.formField__fc08e4c3:hover{background:var(--triplex-next-FormField-Background_Hover-1-19-0)}.formField__fc08e4c3.disabled__14701dd3{background:var(--triplex-next-FormField-Background_Disabled-1-19-0)}.formField__fc08e4c3.active__056a52be{background:var(--triplex-next-FormField-Background_Active-1-19-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-19-0)}.formField__fc08e4c3.active__056a52be::placeholder{opacity:1}.formField__fc08e4c3.error__39c7a9e4{background:var(--triplex-next-FormField-Background_Error-1-19-0)}.formField__fc08e4c3.error__39c7a9e4:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-19-0)}.formField__fc08e4c3.error__39c7a9e4.active__056a52be{background:var(--triplex-next-FormField-Background_Error-1-19-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-19-0)}.formField__fc08e4c3.warning__1176a2bd{background:var(--triplex-next-FormField-Background_Warning-1-19-0)}.formField__fc08e4c3.warning__1176a2bd:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-19-0)}.formField__fc08e4c3.warning__1176a2bd.active__056a52be{background:var(--triplex-next-FormField-Background_Warning-1-19-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-19-0)}.formField__fc08e4c3.sm__a7ae96c7{border-radius:6px}.formField__fc08e4c3.md__ffbed6db{border-radius:8px}.formField__fc08e4c3.lg__f83881eb{border-radius:10px}.formFieldDescription__2dc13aea{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__2dc13aea.withCounter__b9a42d22{display:flex}.formFieldLabel__622fa203{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__622fa203.sm__a7ae96c7{top:6px}.formFieldLabel__622fa203.md__ffbed6db{top:10px}.formFieldLabel__622fa203.lg__f83881eb{top:18px}.formFieldLabel__622fa203.lg__f83881eb.floating__f2cdc340{top:10px}.formFieldLabelText__f5670976{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-19-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__a7ae96c7 .formFieldLabelText__f5670976{font-size:12px;line-height:16px}.md__ffbed6db .formFieldLabelText__f5670976{font-size:14px;line-height:20px}.lg__f83881eb .formFieldLabelText__f5670976{font-size:16px;line-height:20px}.floating__f2cdc340 .formFieldLabelText__f5670976{font-size:12px;line-height:16px}.floating__f2cdc340.sm__a7ae96c7 .formFieldLabelText__f5670976,.floating__f2cdc340.md__ffbed6db .formFieldLabelText__f5670976{display:none}.disabled__14701dd3 .formFieldLabelText__f5670976{color:var(--triplex-next-FormField-Label_Color_Disabled-1-19-0)}.formFieldPostfix__b79d37b7{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__0a28ef44{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__7c0a1bc8{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__27fd7b19{position:relative}.formFieldMaskedInputWrapper__27fd7b19 .formFieldMaskedInputPlaceholder__d658d6df{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__27fd7b19 .formFieldMaskedInputPlaceholder__d658d6df::placeholder{opacity:1}.formFieldMaskedInputWrapper__27fd7b19 .formFieldMaskedInputPlaceholder__d658d6df:disabled{visibility:hidden}.formFieldMaskedInputWrapper__27fd7b19.size-sm__3afaf578{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__27fd7b19.size-sm__3afaf578 .formFieldMaskedInputPlaceholder__d658d6df{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__27fd7b19.size-md__9865b0b6{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__27fd7b19.size-md__9865b0b6 .formFieldMaskedInputPlaceholder__d658d6df{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__27fd7b19.size-lg__60c9fbfb{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__27fd7b19.size-lg__60c9fbfb .formFieldMaskedInputPlaceholder__d658d6df{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__27fd7b19 .formFieldMaskedInput__c3921a22{display:block;position:relative;background:none!important}.dropdownDesktop__09756d17{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-19-0);background-color:var(--triplex-next-Dropdown-Background-1-19-0)}.dropdownDesktop__09756d17.sm__ceaec5a9{border-radius:6px}.dropdownDesktop__09756d17.md__a573b4d4{border-radius:8px}.dropdownDesktop__09756d17.lg__21078b6c{border-radius:10px}.dropdownDesktopOverflowHidden__eaff4d5e{overflow:hidden}.badgeDot__bad564ea{display:inline-block;background:var(--triplex-next-Badge-Background-1-19-0);border-radius:50%}.badgeDot__bad564ea.sm__eeddd2db{width:6px;height:6px}.badgeDot__bad564ea.md__5c52a733{width:8px;height:8px}.badgeDot__bad564ea.lg__fe439adb{width:10px;height:10px}.badgeContent__5f552191{display:flex}.badgeContent__5f552191.sm__eeddd2db{padding-left:4px;padding-right:4px}.badgeContent__5f552191.md__5c52a733{padding-left:6px;padding-right:6px}.badgeContent__5f552191.lg__fe439adb{padding-left:8px;padding-right:8px}.badgeContent__5f552191.noPaddingLeft__841cdb60{padding-left:0}.badgeContent__5f552191.noPaddingRight__d2ad2f60{padding-right:0}.badgePrefix__9e41abb5,.badgePostfix__78031abf{display:contents}.badge__f37ae94d{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-19-0)}.badge__f37ae94d.sm__eeddd2db{height:16px;border-radius:4px}.badge__f37ae94d.md__5c52a733{height:20px;border-radius:6px}.badge__f37ae94d.lg__fe439adb{height:24px;border-radius:8px}.dropdownDesktopList__e66d85f2{margin:4px;overflow:auto}.dropdownDesktopList__e66d85f2 .notificationIcon__4d93e772{position:absolute}.dropdownDesktopList__e66d85f2.sm__ceaec5a9{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__e66d85f2.sm__ceaec5a9 .dropdownDesktopListItem__5a5fb7b5{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e66d85f2.sm__ceaec5a9 .dropdownDesktopListLoader__906c5565{margin:0 auto}.dropdownDesktopList__e66d85f2.sm__ceaec5a9 .notificationIcon__4d93e772{right:3px;top:3px}.dropdownDesktopList__e66d85f2.md__a573b4d4{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__e66d85f2.md__a573b4d4 .dropdownDesktopListItem__5a5fb7b5{padding:7px 8px;border-radius:8px}.dropdownDesktopList__e66d85f2.md__a573b4d4 .dropdownDesktopListLoader__906c5565{margin:-2px auto}.dropdownDesktopList__e66d85f2.md__a573b4d4 .notificationIcon__4d93e772{right:4px;top:4px}.dropdownDesktopList__e66d85f2.lg__21078b6c{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__e66d85f2.lg__21078b6c .dropdownDesktopListItem__5a5fb7b5{padding:14px 8px;border-radius:10px}.dropdownDesktopList__e66d85f2.lg__21078b6c .dropdownDesktopListLoader__906c5565{margin:-6px auto}.dropdownDesktopList__e66d85f2.lg__21078b6c .notificationIcon__4d93e772{right:4px;top:6px}.dropdownDesktopListItem__5a5fb7b5{color:var(--triplex-next-DropdownList-Color-1-19-0);background:var(--triplex-next-DropdownList-Background_Default-1-19-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__5a5fb7b5+.dropdownDesktopListItem__5a5fb7b5{margin-top:2px}.dropdownDesktopListItem__5a5fb7b5.active__8985cf0d{background:var(--triplex-next-DropdownList-Background_Active-1-19-0);cursor:pointer}.dropdownDesktopListItem__5a5fb7b5.selected__c736624a{background:var(--triplex-next-DropdownList-Background_Selected-1-19-0);cursor:default}.loaderSmall__d1707fb6{display:flex;justify-content:center;align-items:center}.loaderSmall__d1707fb6.sm__c1c5f253{width:16px;height:16px;gap:2px}.loaderSmall__d1707fb6.sm__c1c5f253 .dot__b7d7a7f4{width:4px;height:4px}.loaderSmall__d1707fb6.md__41734450{width:24px;height:24px;gap:3px}.loaderSmall__d1707fb6.md__41734450 .dot__b7d7a7f4{width:6px;height:6px}.loaderSmall__d1707fb6.lg__ca0cec8f{width:32px;height:32px;gap:4px}.loaderSmall__d1707fb6.lg__ca0cec8f .dot__b7d7a7f4{width:8px;height:8px}.loaderSmall__d1707fb6.neutral__ed36b559 .dot__b7d7a7f4{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-19-0)}.loaderSmall__d1707fb6.brand__45cef86f .dot__b7d7a7f4{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-0)}.loaderSmall__d1707fb6 .dot__b7d7a7f4{border-radius:50%}.loaderSmall__d1707fb6 .dot1__a5cf2454{animation:dotCycleSmall__a32db537 .9s infinite}.loaderSmall__d1707fb6 .dot2__af0e84c4{animation:dotCycleSmall__a32db537 .9s infinite .15s}.loaderSmall__d1707fb6 .dot3__be89b0ee{animation:dotCycleSmall__a32db537 .9s infinite .3s}@keyframes dotCycleSmall__a32db537{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__bdd26475{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-19-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__01e51026{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__01e51026 .dot__b7d7a7f4{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__01e51026 .dot1__a5cf2454{top:0;left:0;animation:dotCycleMiddle__7be8178b 3s infinite}.loaderMiddleDots__01e51026 .dot2__af0e84c4{right:0;top:0;opacity:.7;animation:dotCycleMiddle__7be8178b 3s infinite .74s}.loaderMiddleDots__01e51026 .dot3__be89b0ee{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__7be8178b 3s infinite 1.5s}.loaderMiddleDots__01e51026 .dot4__b8c42c0a{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__7be8178b 3s infinite 2.25s}.loaderMiddleDots__01e51026 .line__05ed9c2a{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__25d684ae 3s infinite}@keyframes lineCycle__25d684ae{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__7be8178b{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__e8accd6b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__e13554bb{background:var(--triplex-next-DropdownMobile-Backdrop-1-19-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__e13554bb.closing__60d15344{opacity:0}.dropdownMobileBackdrop__e13554bb.opening__41e34e52,.dropdownMobileBackdrop__e13554bb.opened__9c83c5a0{opacity:var(--triplex-DropdownMobile-Opacity-1-19-0)}.dropdownMobile__7a65acde{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__7a65acde.closing__60d15344{transform:translateY(100%)}.dropdownMobile__7a65acde.opening__41e34e52,.dropdownMobile__7a65acde.opened__9c83c5a0{transform:translateY(0)}.dropdownMobileHeader__d2d229c9{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-19-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__d2d229c9 .dropdownMobileHeaderContent__ad02cda2{margin-right:28px;min-height:20px}.dropdownMobileContent__eba70621{background:var(--triplex-next-DropdownMobile-Content_Background-1-19-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__e3549d38{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-19-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-19-0);flex-shrink:1}.dropdownMobileListItem__c62eea96{position:relative;padding:16px}.dropdownMobileListItem__c62eea96.selected__c736624a{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-19-0)}.dropdownMobileListItem__c62eea96:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-19-0)}.dropdownMobileListLoader__b10c3ed1{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c79feeb8{overflow:hidden}.controlButtons__ed556341{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__e21dbaa2{margin-right:8px}.notificationIcon__4d93e772{position:absolute;right:6px;top:6px}.buttonIcon__2a64360e{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__2a64360e:enabled{cursor:pointer}.buttonIcon__2a64360e.circle__fd84c27b{border-radius:50%}.buttonIcon__2a64360e.squircle__63dd60b3{border-radius:4px}.buttonIcon__2a64360e:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-19-0)}.dropdownMobileInput__e02c679e{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-19-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__e02c679e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-0);opacity:1}.dropdownMobileInput__e02c679e::-ms-clear{display:none}.tabsLineWrapper__9b47f7eb[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__9b47f7eb[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__9b47f7eb[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__9b47f7eb[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__9b47f7eb{position:relative}.tabsLineWrapper__9b47f7eb.withSeparator__209044fb:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-19-0);bottom:0;left:0;right:0}.tabsLine__17ec1759{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__17ec1759:has(.sm__0d4629db){height:28px}.tabsLine__17ec1759:has(.md__7b7c9a5a){height:40px}.tabsLine__17ec1759:has(.lg__0169d616){height:56px}.tab__8342d493{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__8342d493.sm__0d4629db{height:28px;padding-bottom:12px}.tab__8342d493.md__7b7c9a5a{height:40px;padding-top:8px;padding-bottom:12px}.tab__8342d493.lg__0169d616{height:56px;padding-top:16px;padding-bottom:20px}.tab__8342d493::-moz-focus-inner{border:none;padding:0}.tab__8342d493:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-19-0)}.tab__8342d493.active__37a1494a{cursor:default}.tab__8342d493:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__8342d493:hover:after,.tab__8342d493:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-19-0)}.tab__8342d493.active__37a1494a:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-19-0)}.notificationIcon__c18c8586{position:absolute;right:6px}.sm__0d4629db .notificationIcon__c18c8586{top:0}.md__7b7c9a5a .notificationIcon__c18c8586{top:8px}.lg__0169d616 .notificationIcon__c18c8586{top:16px}.tabsLineDropdown__033b24c0{display:inline-block}.tabsLineDropdown__033b24c0 .dropdownTarget__7ad835dc.active__37a1494a{cursor:pointer}.tabsLineDropdown__033b24c0 .dropdownTargetInner__95e55461{display:inline-flex;align-items:center}.tabsLineDropdown__033b24c0 .dropdownTargetCaret__f5dec840{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__033b24c0 .dropdownTargetCaret__f5dec840.opened__1bb64753{transform:rotate(-180deg)}.tabsLineDropdown__033b24c0 .dropdown__67eb0aeb{right:0;padding:4px}.tabsLineMobileWrapper__697593b1{position:relative}.tabsLineMobileWrapper__697593b1 .tab__8342d493{flex-shrink:0}.tabsLineMobileWrapper__697593b1 .tab__8342d493:first-child{margin-left:16px}.tabsLineMobileWrapper__697593b1 .tab__8342d493:last-child{margin-right:16px}.tabsLineMobile__5947e8db{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__5947e8db::-webkit-scrollbar{display:none}.label__b9d2680c{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b9d2680c.sm__410f893b{min-width:16px;min-height:16px}.label__b9d2680c.sm__410f893b.nonempty__e17ae7ee{padding:2px 0 2px 24px}.label__b9d2680c.md__546002e9{min-height:24px;min-width:24px}.label__b9d2680c.md__546002e9.nonempty__e17ae7ee{padding-left:32px;padding-top:2px}.label__b9d2680c.lg__2bea1f3a{min-width:28px;min-height:28px}.label__b9d2680c.lg__2bea1f3a.nonempty__e17ae7ee{padding-left:40px;padding-top:4px}.label__b9d2680c.disabled__9efd1d66{cursor:default}.radio__a635830e{margin:0;opacity:0}.radioIcon__8e6277f6{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-19-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-19-0)}.radioIcon__8e6277f6:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-19-0);border-radius:50%;transform:scale(0)}.sm__410f893b .radioIcon__8e6277f6:after{width:8px;height:8px;top:4px;left:4px}.md__546002e9 .radioIcon__8e6277f6:after{width:12px;height:12px;top:6px;left:6px}.lg__2bea1f3a .radioIcon__8e6277f6:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__8e6277f6,.radioIcon__8e6277f6:after{pointer-events:none}.radio__a635830e,.radioIcon__8e6277f6{position:absolute;left:0;top:0}.sm__410f893b .radio__a635830e,.sm__410f893b .radioIcon__8e6277f6{width:16px;height:16px;top:2px}.md__546002e9 .radio__a635830e,.md__546002e9 .radioIcon__8e6277f6{width:24px;height:24px}.lg__2bea1f3a .radio__a635830e,.lg__2bea1f3a .radioIcon__8e6277f6{width:28px;height:28px}.radio__a635830e:enabled{cursor:pointer}.radio__a635830e:checked+.radioIcon__8e6277f6{background:var(--triplex-next-Radio-Background_Checked_Default-1-19-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-19-0)}.radio__a635830e:checked+.radioIcon__8e6277f6:after{transform:scale(1);transition:transform .2s ease-out}.radio__a635830e:hover+.radioIcon__8e6277f6{background-color:var(--triplex-next-Radio-Background_Hover-1-19-0);box-shadow:none}.radio__a635830e:disabled+.radioIcon__8e6277f6{background:var(--triplex-next-Radio-Background_Disabled-1-19-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-19-0)}.radio__a635830e:disabled:checked+.radioIcon__8e6277f6{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-19-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-19-0)}.radio__a635830e:disabled+.radioIcon__8e6277f6:after{background:var(--triplex-next-Radio-Dot_Disabled-1-19-0)}.radio__a635830e:focus-visible+.radioIcon__8e6277f6{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-19-0)}.radio__a635830e:checked:enabled:hover+.radioIcon__8e6277f6{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-19-0)}.radioXGroup__5a048e5d{display:inline-flex;flex-flow:row wrap}.radioXGroup__5a048e5d.indent-12__9e8c926c{margin-left:-6px;margin-right:-6px}.radioXGroup__5a048e5d.indent-12__9e8c926c .label__b9d2680c{margin-left:6px;margin-right:6px}.radioXGroup__5a048e5d.indent-16__1a3ab15c{margin-left:-8px;margin-right:-8px}.radioXGroup__5a048e5d.indent-16__1a3ab15c .label__b9d2680c{margin-left:8px;margin-right:8px}.radioXGroup__5a048e5d.indent-20__dfecd4f8{margin-left:-10px;margin-right:-10px}.radioXGroup__5a048e5d.indent-20__dfecd4f8 .label__b9d2680c{margin-left:10px;margin-right:10px}.radioXGroup__5a048e5d.indent-24__a13dcaa1{margin-left:-12px;margin-right:-12px}.radioXGroup__5a048e5d.indent-24__a13dcaa1 .label__b9d2680c{margin-left:12px;margin-right:12px}.radioXGroup__5a048e5d.indent-28__80bdd214{margin-left:-14px;margin-right:-14px}.radioXGroup__5a048e5d.indent-28__80bdd214 .label__b9d2680c{margin-left:14px;margin-right:14px}.radioXGroup__5a048e5d.indent-32__3b758796{margin-left:-16px;margin-right:-16px}.radioXGroup__5a048e5d.indent-32__3b758796 .label__b9d2680c{margin-left:16px;margin-right:16px}.radioYGroup__88839bf4{display:inline-flex;flex-flow:column wrap}.radioYGroup__88839bf4 .label__b9d2680c.sm__410f893b+.label__b9d2680c.sm__410f893b{margin-top:8px}.radioYGroup__88839bf4 .label__b9d2680c.md__546002e9+.label__b9d2680c.md__546002e9{margin-top:16px}.radioYGroup__88839bf4 .label__b9d2680c.lg__2bea1f3a+.label__b9d2680c.lg__2bea1f3a{margin-top:20px}.notification__24b8ea3d{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-19-0);background:var(--triplex-next-Notification-Background-1-19-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-19-0);z-index:300}.notification__24b8ea3d:first-child{margin-top:0}.notification__24b8ea3d.extraBottomPadding__47394d58{padding-bottom:24px}.notification__24b8ea3d .notificationHeader__cf7d039e{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-19-0);width:100%;margin-top:0;margin-bottom:8px}.notification__24b8ea3d .notificationIcon__53078717{line-height:0}.notification__24b8ea3d .notificationBody__9f205a85{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__24b8ea3d .notificationBodyList__a166d722{margin-top:8px}.notification__24b8ea3d .notificationClose__e4e8ef01{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__24b8ea3d.showCloseOnHover__b1c1a9bf .notificationClose__e4e8ef01{opacity:0}.notification__24b8ea3d.showCloseOnHover__b1c1a9bf:hover{cursor:pointer}.notification__24b8ea3d.showCloseOnHover__b1c1a9bf:hover .notificationClose__e4e8ef01{opacity:1}.notification__24b8ea3d .notificationFooter__df597469{display:flex;align-items:center;margin-top:16px}.notification__24b8ea3d .notificationFooter__df597469 button+a{margin-left:16px}.notification__24b8ea3d .notificationTime__63aee170{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-19-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__ca8d8c44{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__ca8d8c44:hover{cursor:pointer}.notificationGroupedWrapper__ca8d8c44 .notificationGroupedFooterItem__3b9933c5{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-19-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-19-0)}.notificationGroupedWrapper__ca8d8c44 .notificationGroupedFooterItem__3b9933c5.first__b837e1a5{bottom:-8px;z-index:200}.notificationGroupedWrapper__ca8d8c44 .notificationGroupedFooterItem__3b9933c5.second__9a577df6{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__24b8ea3d,.notificationGroupedWrapper__ca8d8c44{width:100%}}.unorderedListItem__c7087901:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__c7087901+.unorderedListItem__c7087901{margin-top:8px}.unorderedList__f49e1842{position:relative;margin:0;padding-left:14px;list-style:none}.button__003e540c.general__c90406a2{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-19-0);color:var(--triplex-next-Button-General_Color_Default-1-19-0)}.button__003e540c.general__c90406a2:hover{background:var(--triplex-next-Button-General_Background_Hover-1-19-0);color:var(--triplex-next-Button-General_Color_Hover-1-19-0)}.button__003e540c.general__c90406a2.expanded__3d925e75,.button__003e540c.general__c90406a2:active{background:var(--triplex-next-Button-General_Background_Active-1-19-0);color:var(--triplex-next-Button-General_Color_Active-1-19-0)}.button__003e540c.general__c90406a2:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-19-0)}.button__003e540c.general__c90406a2:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-19-0);color:var(--triplex-next-Button-General_Color_Disabled-1-19-0)}.button__003e540c.secondary__d45ab894{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-19-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-19-0)}.button__003e540c.secondary__d45ab894:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-19-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-19-0)}.button__003e540c.secondary__d45ab894.expanded__3d925e75,.button__003e540c.secondary__d45ab894:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-19-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-19-0)}.button__003e540c.secondary__d45ab894:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-19-0)}.button__003e540c.secondary__d45ab894:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-19-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-19-0)}.button__003e540c.secondaryLight__a1172bb7{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-19-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-19-0)}.button__003e540c.secondaryLight__a1172bb7:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-19-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-19-0)}.button__003e540c.secondaryLight__a1172bb7.expanded__3d925e75,.button__003e540c.secondaryLight__a1172bb7:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-19-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-19-0)}.button__003e540c.secondaryLight__a1172bb7:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-19-0)}.button__003e540c.secondaryLight__a1172bb7:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-19-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-19-0)}.button__003e540c.danger__be4cad7b{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-19-0);color:var(--triplex-next-Button-Danger_Color_Default-1-19-0)}.button__003e540c.danger__be4cad7b:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-19-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-19-0)}.button__003e540c.danger__be4cad7b.expanded__3d925e75,.button__003e540c.danger__be4cad7b:active{background:var(--triplex-next-Button-Danger_Background_Active-1-19-0);color:var(--triplex-next-Button-Danger_Color_Active-1-19-0)}.button__003e540c.danger__be4cad7b:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-19-0)}.button__003e540c.danger__be4cad7b:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-19-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-19-0)}.button__003e540c.link__b38b0c0b{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-19-0);padding:0}.button__003e540c.link__b38b0c0b.sm__ec1337a8{height:28px;min-width:0px;padding:6px 2px}.button__003e540c.link__b38b0c0b.md__eeeb9cdf{height:40px;min-width:0px;padding:10px 2px}.button__003e540c.link__b38b0c0b.lg__c00a0837{height:56px;min-width:0px;padding:18px 2px}.button__003e540c.link__b38b0c0b:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-19-0)}.button__003e540c.link__b38b0c0b.expanded__3d925e75,.button__003e540c.link__b38b0c0b:active{color:var(--triplex-next-Button-Link_Color_Active-1-19-0)}.button__003e540c.link__b38b0c0b:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-19-0)}.button__003e540c.link__b38b0c0b:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-19-0)}.button__003e540c{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__003e540c::-moz-focus-inner{border:none;padding:0}.button__003e540c.sm__ec1337a8{line-height:16px;font-size:12px}.button__003e540c.sm__ec1337a8.general__c90406a2,.button__003e540c.sm__ec1337a8.secondary__d45ab894,.button__003e540c.sm__ec1337a8.secondaryLight__a1172bb7,.button__003e540c.sm__ec1337a8.danger__be4cad7b{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__003e540c.sm__ec1337a8.icon__58206655{min-height:28px;min-width:28px;padding:0 4px}.button__003e540c.md__eeeb9cdf{line-height:20px;font-size:14px}.button__003e540c.md__eeeb9cdf.general__c90406a2,.button__003e540c.md__eeeb9cdf.secondary__d45ab894,.button__003e540c.md__eeeb9cdf.secondaryLight__a1172bb7,.button__003e540c.md__eeeb9cdf.danger__be4cad7b{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__003e540c.md__eeeb9cdf.icon__58206655{min-height:40px;min-width:40px;padding:0 10px}.button__003e540c.lg__c00a0837{line-height:20px;font-size:16px}.button__003e540c.lg__c00a0837.general__c90406a2,.button__003e540c.lg__c00a0837.secondary__d45ab894,.button__003e540c.lg__c00a0837.secondaryLight__a1172bb7,.button__003e540c.lg__c00a0837.danger__be4cad7b{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__003e540c.lg__c00a0837.icon__58206655{min-height:56px;min-width:56px;padding:0 12px}.button__003e540c:disabled{cursor:default}.button__003e540c:disabled *{pointer-events:none}.button__003e540c+.button__003e540c:not(.block__3a884077){margin-left:12px}.button__003e540c .content__95c4a671{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__003e540c.block__3a884077{display:block;width:100%}.button__003e540c.loading__95656107{pointer-events:none}.button__003e540c.loading__95656107 .content__95c4a671{visibility:hidden}.button__003e540c .loader__8fd0fe8c{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__003e540c .loader__8fd0fe8c.hidden__978f1769{visibility:hidden}.buttonDropdownExtended__5f501a87{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__5f501a87 .buttonDropdownExtendedBlock__91e6d00e{padding:4px;margin-top:4px;right:0}.buttonDropdown__544756b8.block__3a884077{display:block}.buttonDropdown__544756b8+.button__003e540c:not(.block__3a884077),.buttonDropdown__544756b8+.buttonDropdown__544756b8:not(.block__3a884077){margin-left:16px}.buttonDropdown__544756b8 .buttonDropdownTarget__6d0bbb62 .caretIcon__8a4c7027{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__544756b8 .buttonDropdownTarget__6d0bbb62.active__fce944a1 .caretIcon__8a4c7027{transform:rotate(-180deg)}.buttonDropdown__544756b8 .buttonDropdownMenuItem__4f97b10a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__18e353ac{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__d6ce4071{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__5a779799{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__5318eac3{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-19-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__2a8a2bf7{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__2a8a2bf7 .modalWindowContentWrapper__293d3758{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__18e353ac .6s ease}.modalWindow__2a8a2bf7 .modalWindowContent__e24e80f0{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__2a8a2bf7 .modalWindowContent__e24e80f0 .modalWindowBody__7b5515a0{box-sizing:border-box;animation:fadeIn__4bbf1bf3 .3s ease}@keyframes fadeIn__4bbf1bf3{0%{opacity:0}to{opacity:1}}.modalWindow__2a8a2bf7 .modalWindowContent__e24e80f0 .spinnerSm__d9730488{display:none}@media (max-width: 767px){.modalWindow__2a8a2bf7 .modalWindowContent__e24e80f0 .spinner__30583fb3{display:none}.modalWindow__2a8a2bf7 .modalWindowContent__e24e80f0 .spinnerSm__d9730488{display:flex}}.global-modalWindowTransition-exit .modalWindow__2a8a2bf7 .modalWindowContentWrapper__293d3758{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__d6ce4071 .3s ease}.global-modalWindowTransition-exit .modalWindow__2a8a2bf7 .modalWindowContentWrapper__293d3758 .modalWindowBody__7b5515a0{animation:fadeOut__3dfbc737 .3s ease}@keyframes fadeOut__3dfbc737{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__a06fac0b{position:absolute;left:0;right:0;height:0}.modalWindow__2a8a2bf7.sm__881dcef8 .modalWindowContentWrapper__293d3758{max-width:480px}.modalWindow__2a8a2bf7.sm__881dcef8 .modalWindowContent__e24e80f0 .modalWindowBody__7b5515a0{min-height:196px}@media (max-width: 575px){.modalWindow__2a8a2bf7.sm__881dcef8 .modalWindowContentWrapper__293d3758{max-width:100%}}.modalWindow__2a8a2bf7.md__8fdc3a32 .modalWindowContentWrapper__293d3758{max-width:600px}.modalWindow__2a8a2bf7.md__8fdc3a32 .modalWindowContent__e24e80f0 .modalWindowBody__7b5515a0{min-height:246px}@media (max-width: 767px){.modalWindow__2a8a2bf7.md__8fdc3a32 .modalWindowContentWrapper__293d3758{max-width:100%}}.modalWindow__2a8a2bf7.lg__79799505 .modalWindowContentWrapper__293d3758{max-width:800px}.modalWindow__2a8a2bf7.lg__79799505 .modalWindowContent__e24e80f0 .modalWindowBody__7b5515a0{min-height:396px}@media (max-width: 991px){.modalWindow__2a8a2bf7.lg__79799505 .modalWindowContentWrapper__293d3758{max-width:100%}}.modalWindowContentPage__fb89a489{background:var(--triplex-next-ModalWindow-Background-1-19-0);padding:8px!important}.modalWindowContentPage__fb89a489,.modalWindowLoaderScreen__2677910b{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__fb89a489,.modalWindowLoaderScreen__2677910b{border-radius:24px}}.islandBody__acf56e97{display:block}.islandHeader__2255b61f,.islandFooter__e94eee9f,.island__884f47fc{position:relative}.island__884f47fc.type1__51531868{background-color:var(--triplex-next-Island-Type1_Background-1-19-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-19-0)}.island__884f47fc.type2__d5cd519a{background-color:var(--triplex-next-Island-Type2_Background-1-19-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-19-0)}.island__884f47fc.type3__4f357860{background-color:var(--triplex-next-Island-Type3_Background-1-19-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-19-0)}.island__884f47fc.sm__f7d5ff5b{border-radius:16px;padding:16px}.island__884f47fc.sm__f7d5ff5b .islandHeader__2255b61f+.islandBody__acf56e97,.island__884f47fc.sm__f7d5ff5b .islandHeader__2255b61f+.islandFooter__e94eee9f,.island__884f47fc.sm__f7d5ff5b .islandBody__acf56e97+.islandFooter__e94eee9f{margin-top:8px}.island__884f47fc.md__e54f4939{border-radius:24px;padding:24px}.island__884f47fc.md__e54f4939 .islandHeader__2255b61f+.islandBody__acf56e97,.island__884f47fc.md__e54f4939 .islandHeader__2255b61f+.islandFooter__e94eee9f,.island__884f47fc.md__e54f4939 .islandBody__acf56e97+.islandFooter__e94eee9f{margin-top:12px}.island__884f47fc.lg__0e30333d{border-radius:32px;padding:32px}.island__884f47fc.lg__0e30333d .islandHeader__2255b61f+.islandBody__acf56e97,.island__884f47fc.lg__0e30333d .islandHeader__2255b61f+.islandFooter__e94eee9f,.island__884f47fc.lg__0e30333d .islandBody__acf56e97+.islandFooter__e94eee9f{margin-top:16px}@media (max-width: 767px){.island__884f47fc.sm__f7d5ff5b,.island__884f47fc.md__e54f4939{border-radius:16px;padding:16px}.island__884f47fc.lg__0e30333d{border-radius:24px;padding:24px}}.modalWindowBody__7b5515a0{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__1bb71ad0{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__1bb71ad0{top:20px;right:20px}}.loaderScreen__4e755db5{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__4e755db5.loaderSmallBackdrop__179a6325{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-19-0)}.loaderScreen__4e755db5.loaderMiddleBackdrop__750608b4{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-19-0)}.body__d8583fd8{position:relative;display:flex}.body__d8583fd8 .bodyInner__4b57f877{position:relative;flex-grow:1;width:100%}.bodyPage__4a9b4598{flex-grow:1}.verticalMargin24__c0f17864{margin-top:24px;margin-bottom:24px}.verticalMargin16__7b5dadf5{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__c0f17864{margin-top:16px;margin-bottom:16px}.verticalMargin16__7b5dadf5{margin-top:8px;margin-bottom:8px}}.headerTabs__0d9d7d21{display:flex;justify-content:space-between}.headerTabs__0d9d7d21 .headerTabsContent__6ca0412b{flex-grow:1}.headerTabs__0d9d7d21 .headerTabsControls__9d9dd0d7{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__0d9d7d21{flex-wrap:wrap}.headerTabs__0d9d7d21 .headerTabsContent__6ca0412b{width:100%}.headerTabs__0d9d7d21 .headerTabsControls__9d9dd0d7{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__0d9d7d21 .headerTabsControls__9d9dd0d7>button{margin-left:16px;margin-top:16px}}.headerTitle__0132d628{display:flex;justify-content:space-between}.headerTitle__0132d628 .headerTitleControls__30b9325b{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__5fb38dab+.headerTitle__0132d628{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__0132d628{flex-wrap:wrap}.headerTitle__0132d628 .headerTitleContent__174b0eb0{width:100%}.headerTitle__0132d628 .headerTitleControls__30b9325b{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__0132d628 .headerTitleControls__30b9325b>button{margin-left:16px;margin-top:16px}}.headerSubheader__cd88cd6d{padding:24px 0}.headerSubheader__cd88cd6d.withoutPaddings__d3e73b2e{padding:0}.headerLayoutSidebar__39d6db72{display:flex;justify-content:space-between}.headerLayoutSidebarContent__ffefb1ee{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__32579f67{display:none}}.page__893a83c2{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__893a83c2{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__a31d52e7.sticky__93cfe4b3{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__a31d52e7.sticky__93cfe4b3[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-19-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__fcb3bbeb.sticky__93cfe4b3{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__fcb3bbeb.sticky__93cfe4b3[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-19-0)!important}.footerDescription__787d7b95{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__b6733c1b{flex-grow:1;margin-right:auto}.footerDescriptionControls__bff719cd{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__787d7b95{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__b6733c1b{width:100%}.footerDescriptionControls__bff719cd{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__bff719cd>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__b6733c1b+.footerDescriptionControls__bff719cd{margin-top:0}.footer__8990eb48{padding:16px 0}}.modalWindowHeader__6c9882b8 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__6c9882b8 .global-HeaderTitleContent{padding-right:72px}}.list__dfbbcc52{margin:0;padding:0;list-style:none;position:relative}.listItemControls__532fa723{display:flex;padding:0 16px 0 4px}.listItemContent__881750a6{background:var(--triplex-next-ListItem-Background-1-19-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__881750a6.selected__5d42ec26{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-19-0)}.listItemControlsButton__6b29308d{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-19-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__6b29308d:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-19-0)}.listItemControlsButton__6b29308d:hover .listItemControlsButtonLabel__341183d2{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-19-0)!important}.listItemControlsButton__6b29308d.expanded__025a90a1,.listItemControlsButton__6b29308d:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-19-0)}.listItemControlsButton__6b29308d.expanded__025a90a1 .listItemControlsButtonLabel__341183d2,.listItemControlsButton__6b29308d:active .listItemControlsButtonLabel__341183d2{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-19-0)!important}.listItemControlsButton__6b29308d+.listItemControlsButton__6b29308d,.listItemControlsButton__6b29308d+.listItemControlsButtonDropdown__671c9614{margin-left:4px}.listItemControlsButtonIcon__c29f5629{line-height:0}.listItemControlsButton__6b29308d.withText__10d1022d .listItemControlsButtonIcon__c29f5629{margin-bottom:8px}.listItemControlsButtonLabel__341183d2{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-19-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__671c9614{display:flex}.listItemControlsButtonInner__f2393873{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__6b29308d.withIcon__b488a2a8.withText__10d1022d .listItemControlsButtonInner__f2393873{height:44px;overflow:visible}.buttonDropdownMenuItem__a3c195cd{overflow:hidden;text-overflow:ellipsis}.listEmptyState__479db885{padding:64px 16px 16px;text-align:center}.listItemLoading__9f44b001{height:24px;padding:12px 0;position:relative}.label__1f4149de{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__1f4149de.sm__cb91608a{min-width:16px;min-height:16px}.label__1f4149de.sm__cb91608a.nonempty__9a838580{padding:2px 0 2px 24px}.label__1f4149de.md__bc7ff809{min-width:24px;min-height:24px}.label__1f4149de.md__bc7ff809.nonempty__9a838580{padding-left:32px;padding-top:2px}.label__1f4149de.lg__ba97011c{min-width:28px;min-height:28px}.label__1f4149de.lg__ba97011c.nonempty__9a838580{padding-left:40px;padding-top:4px}.label__1f4149de.disabled__3e987803{cursor:default}.label__1f4149de[hidden]{display:none}.checkbox__9607cd50{margin:0;opacity:0}.checkboxIcon__67378a3a{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-19-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-19-0)}.sm__cb91608a .checkboxIcon__67378a3a{border-radius:4px}.checkmarkIcon__195e18b5{transform:scale(0)}.checkmarkIcon__195e18b5 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-19-0)}.checkboxIcon__67378a3a,.checkmarkIcon__195e18b5{pointer-events:none}.checkbox__9607cd50,.checkboxIcon__67378a3a,.checkmarkIcon__195e18b5{position:absolute;left:0;top:0}.sm__cb91608a .checkbox__9607cd50,.sm__cb91608a .checkboxIcon__67378a3a,.sm__cb91608a .checkmarkIcon__195e18b5{width:16px;height:16px;top:2px}.md__bc7ff809 .checkbox__9607cd50,.md__bc7ff809 .checkboxIcon__67378a3a,.md__bc7ff809 .checkmarkIcon__195e18b5{width:24px;height:24px}.lg__ba97011c .checkbox__9607cd50,.lg__ba97011c .checkboxIcon__67378a3a,.lg__ba97011c .checkmarkIcon__195e18b5{width:28px;height:28px}.checkbox__9607cd50:enabled{cursor:pointer}.checkbox__9607cd50:enabled:hover+.checkboxIcon__67378a3a{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-19-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-19-0)}.checkbox__9607cd50:checked+.checkboxIcon__67378a3a{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-19-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-19-0)}.checkbox__9607cd50:checked~.checkmarkIcon__195e18b5{transform:scale(1);transition:transform .2s ease-out}.checkbox__9607cd50:disabled+.checkboxIcon__67378a3a{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-19-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-19-0)}.checkbox__9607cd50:disabled:checked+.checkboxIcon__67378a3a{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-19-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-19-0)}.checkbox__9607cd50:disabled~.checkmarkIcon__195e18b5 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-19-0)}.checkbox__9607cd50:focus-visible+.checkboxIcon__67378a3a{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-19-0)}.checkbox__9607cd50:checked:enabled:hover+.checkboxIcon__67378a3a{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-19-0)}.listItemSelectable__c7c38909{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-19-0);border-radius:8px}.listItemSelectable__c7c38909.selected__5d42ec26{background:var(--triplex-next-ListItem-Background_Selected-1-19-0)}.checkboxWrapper__fd01106c{padding:16px;line-height:0}.childrenWrapper__756aa539{flex-grow:1}.checkboxLabel__0cfe05ea{padding:0!important;position:relative}.checkboxLabelClickArea__8e3ed418{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__029fc412{position:relative;overflow:hidden}.swipeableArea__029fc412 .content__7c65729a{position:relative;touch-action:pan-y}.swipeableArea__029fc412 .content__7c65729a.disableScroll__509fc9d5{touch-action:none}.swipeableArea__029fc412 .content__7c65729a.disablePointerEvents__d5f1dce9:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__029fc412 .swipeAnimationFinish__f3307cea{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__029fc412 .leftContent__979b0383,.swipeableArea__029fc412 .rightContent__aa45fa1c{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__029fc412 .rightContent__aa45fa1c{left:auto;right:0}.listItemTail__f0673c02{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__ad877a14{background:var(--triplex-next-ListMaster-Background-1-19-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__eb9d8745{position:absolute;top:0;left:0;right:0}.listItemTailTop__eb9d8745:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-19-0)}.listItemTailTop__eb9d8745:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-19-0)}.listItemTailBottom__4b4a48f5{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__4b4a48f5:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-19-0)}.listItemTailBottom__4b4a48f5:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-19-0)}.listItemTailRight__0aacc4ec{right:-8px}.listItemTailLeft__4e7d4e6c{left:-8px}.listItemTable__483013e0{margin-bottom:4px}.listItemTable__483013e0:last-child{margin-bottom:0}.listSortableItemTarget__f81014c9{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-19-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__f81014c9:hover{background:var(--triplex-next-ListItem-Background_Selected-1-19-0)}.listSortableItemTarget__f81014c9.dragging__a1b6622e{background:var(--triplex-next-ListItem-Background_Dragging-1-19-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-19-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__b8a22124{flex:1}.listSortableItemTargetIcon__7046bda0{display:block;margin-left:24px}.listSortableItem__61280f6a{position:relative}.listSortableItem__61280f6a.dragging__a1b6622e{z-index:1}.listSortableItemControls__ac813e22{display:inline-block}.islandWidgetHeader__ccbb69b8{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__ccbb69b8 .islandWidgetHeaderContent__c515ff3b{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__ccbb69b8 .islandWidgetHeaderDescription__5f786421{display:flex}.islandWidgetHeader__ccbb69b8 .caretWrapper__0baef5e4{position:absolute;top:20px;right:16px}.islandWidgetHeader__ccbb69b8 .caretIcon__11462342{transition:transform .3s ease-in-out}.islandWidgetHeader__ccbb69b8.open__ac761913 .caretWrapper__0baef5e4 .caretIcon__11462342{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__ccbb69b8{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__f8cddba7{padding-top:16px}.islandWidgetFooter__aaa7d92b{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__5bf96930{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__648d155b{margin-left:auto;white-space:nowrap}.expandAnimation__59515ecb{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__283de549{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-19-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__283de549{border-radius:0 0 16px 16px}}.islandWidget__9c629f16{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__9c629f16>*{height:100%}.islandWidgetWithExtraFooter__ccc307cd:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-19-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__fa89a567{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__ba964e75{display:flex;flex-direction:column}.formFieldClear__92d835d1{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__92d835d1.hidden__0bfb0fdc{opacity:0;pointer-events:none}.formFieldTarget__61c1d0c1{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-19-0);overflow:hidden;white-space:nowrap}.formFieldTarget__61c1d0c1.placeholder__504ed57c{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-19-0)}.formFieldTarget__61c1d0c1.disabled__14701dd3{color:var(--triplex-next-FormField-Target_Color_Disabled-1-19-0)}.formFieldTarget__61c1d0c1.size-sm__3afaf578{font-size:12px;height:28px;line-height:16px}.formFieldTarget__61c1d0c1.size-md__9865b0b6{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__61c1d0c1.size-lg__60c9fbfb{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__61c1d0c1 .placeholderWrapper__f7d26825{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__61c1d0c1:focus{outline:none}.formFieldTarget__61c1d0c1:focus .placeholderWrapper__f7d26825{opacity:1}.formFieldTextarea__869d7670{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-19-0);vertical-align:top;font-family:inherit}.formFieldTextarea__869d7670.sm__a7ae96c7{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__869d7670.md__ffbed6db{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__869d7670.lg__f83881eb{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__869d7670::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__869d7670:focus{outline:none}.formFieldTextarea__869d7670:focus::placeholder{opacity:1}.formFieldTextarea__869d7670:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-0)}.chipGroupItem__6b5054d0{display:inline-block}.chip__9ff9cc44{background:var(--triplex-next-Chip-Background_Default-1-19-0);color:var(--triplex-next-Chip-Color_Default-1-19-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__9ff9cc44.lg__9e7eb462{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__9ff9cc44.lg__9e7eb462 .prefix__438b8fe7{padding-left:16px}.chip__9ff9cc44.lg__9e7eb462 .postfix__55435cd0{padding-right:12px}.chip__9ff9cc44.md__ee5f52cd{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__9ff9cc44.md__ee5f52cd .prefix__438b8fe7{padding-left:12px}.chip__9ff9cc44.md__ee5f52cd .postfix__55435cd0{padding-right:8px}.chip__9ff9cc44.sm__629fd84a{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__9ff9cc44.sm__629fd84a .prefix__438b8fe7{padding-left:8px}.chip__9ff9cc44.sm__629fd84a .postfix__55435cd0{padding-right:8px}.chip__9ff9cc44:hover{background:var(--triplex-next-Chip-Background_Hover-1-19-0);color:var(--triplex-next-Chip-Color_Hover-1-19-0)}.chip__9ff9cc44:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-19-0)}.chip__9ff9cc44:active,.chip__9ff9cc44[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-19-0);color:var(--triplex-next-Chip-Color_Active-1-19-0)}.chip__9ff9cc44.disabled__d468a01e{background:var(--triplex-next-Chip-Background_Disabled-1-19-0);color:var(--triplex-next-Chip-Color_Disabled-1-19-0);cursor:default;pointer-events:none}.chip__9ff9cc44.selected__4a7baea0{background:var(--triplex-next-Chip-Background_Selected_Default-1-19-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-19-0)}.chip__9ff9cc44.selected__4a7baea0:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-19-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-19-0)}.chip__9ff9cc44.selected__4a7baea0:active,.chip__9ff9cc44.selected__4a7baea0[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-19-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-19-0)}.chip__9ff9cc44.selected__4a7baea0.disabled__d468a01e{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-19-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-19-0)}.chip__9ff9cc44.withPrefix__a4e1a440{padding-left:0}.chip__9ff9cc44.withPostfix__6c3c56e7{padding-right:0}.chip__9ff9cc44 .content__a1888777{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__9ff9cc44 .prefix__438b8fe7,.chip__9ff9cc44 .postfix__55435cd0{display:flex}.calendarControls__fa195d6d{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-19-0)}.calendarViewDays__c21ac3ea{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9f832166 .calendarViewDays__c21ac3ea{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__91754964,.calendarViewYears__e3bc2f5b{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9f832166 .calendarViewMonths__91754964,.adaptive__9f832166 .calendarViewYears__e3bc2f5b{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__3be2411d{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-19-0)}.calendarViewDaysBody__4b758aa3:before{display:block;content:"";line-height:8px}.adaptive__9f832166 .calendarViewDaysBody__4b758aa3:before{line-height:4px}.calendarViewItem__fbf25956{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__fbf25956:focus-visible{outline:none}.calendarViewItem__fbf25956.current__8f177134{font-weight:600}.calendarViewItem__fbf25956.disabled__37f3efc6{pointer-events:none}.calendarViewItemLabel__37a4d75b{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-19-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-19-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-19-0);cursor:pointer}.calendarViewItemLabel__37a4d75b:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-19-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-19-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954:hover.basicMark__821f3329:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954:hover.standardMark__309581fe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954:hover.attentionMark__b18a7233:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954:hover.criticalMark__81f70370:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954.muted__d301ac62{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-19-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954.muted__d301ac62:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-19-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954.basicMark__821f3329:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954.standardMark__309581fe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954.attentionMark__b18a7233:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.selected__cbb98954.criticalMark__81f70370:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.marked__f0128e5c:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__37a4d75b.basicMark__821f3329:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.standardMark__309581fe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.attentionMark__b18a7233:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.criticalMark__81f70370:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-19-0)}.calendarViewItemLabel__37a4d75b.muted__d301ac62{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-19-0)}.calendarViewItemLabel__37a4d75b.disabled__37f3efc6{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-19-0);background:none}.calendarViewItem__fbf25956:focus-visible .calendarViewItemLabel__37a4d75b{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-19-0)}.unitDay__6275ea98{width:36px;height:36px;border-radius:6px}.unitMonth__d43605ec,.unitYear__dafea3a8{width:89px;height:48px;border-radius:6px}.adaptive__9f832166 .unitMonth__d43605ec,.adaptive__9f832166 .unitYear__dafea3a8{width:104px;height:48px;border-radius:6px}.calendarFooter__28a5f555{margin-top:12px;text-align:center}.calendar__4f6abfc4{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-19-0);-webkit-user-select:none;user-select:none}.calendar__4f6abfc4.adaptive__9f832166{width:auto;padding:20px}.calendar__4f6abfc4+.calendar__4f6abfc4{margin-top:20px}.datePickerExtendedMobileDropdown__8dc3dd62{max-height:100vh}.chipDropdownArrow__9655ac4a{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__9655ac4a.rotated__d311a759{transform:rotate(-180deg)}.chipClearButton__68f1a53a{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__68f1a53a:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-19-0)}.dropdownMobileMaskedInput__1f216520{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__8e703587{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__8e703587 .caretWrapper__953652a5{height:100%}.selectExtendedFieldTarget__8e703587 .caretIcon__5e9c1607{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__8e703587.selectOpened__bfc064f6 .caretIcon__5e9c1607{transform:rotate(180deg)}.selectExtendedFieldTarget__8e703587.disabled__5078ff06{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__87731055{position:relative}.multiselectFieldHeader__ac683981{padding:12px 12px 0}.multiselectFieldContentWrapper__3a381d53 .multiselectFieldContent__45f6048f{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__3a381d53 .multiselectFieldContent__45f6048f:has(.loaderScreen__e4f24c4a){overflow:hidden}.multiselectFieldContentWrapper__3a381d53 .multiselectFieldContent__45f6048f.sm__b37577bd{max-height:208px}.multiselectFieldContentWrapper__3a381d53 .multiselectFieldContent__45f6048f.md__1e02370a{max-height:266px}.multiselectFieldContentWrapper__3a381d53 .multiselectFieldContent__45f6048f.lg__96c4fd22{max-height:296px}.multiselectFieldFooter__a9c70175{padding:0 12px 12px}.multiselectFieldFooter__a9c70175:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-19-0)}.chipOptionsContent__73142261{min-width:14px;text-align:center;display:block}.tooltipDesktop__1f5ba1dc{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__1f5ba1dc .tooltipBody__0cf8824c{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-19-0)}.tooltipDesktop__1f5ba1dc .tooltipXButton__078e286e{position:absolute;right:8px;top:8px}.tooltipDesktopContent__4ac60f6b{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-19-0);border-radius:8px}.closable__4b406288 .tooltipDesktopContent__4ac60f6b{padding-right:32px}.tooltipSM__756b0af3 .tooltipDesktopContent__4ac60f6b{width:192px;min-height:52px}.tooltipLG__e6442f97 .tooltipDesktopContent__4ac60f6b{width:384px;min-height:52px}.tooltipOverlay__e61cca65{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__b835d09a{width:0;height:0}.tooltipDesktopTip__b835d09a.down__6670dc6f{border-top:solid var(--triplex-next-Tooltip-Background-1-19-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__b835d09a.up__64efe1f9{border-bottom:solid var(--triplex-next-Tooltip-Background-1-19-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__b835d09a.left__7e42c21c{border-right:solid var(--triplex-next-Tooltip-Background-1-19-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__b835d09a.right__56b67192{border-left:solid var(--triplex-next-Tooltip-Background-1-19-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f407a6a5 .tooltipBody__0cf8824c{text-align:left}.tooltipMobileContent__018f94a3{padding:16px}.headerless__459afbd0 .tooltipMobileContent__018f94a3{padding-right:40px;border-radius:16px 16px 0 0}.headerless__459afbd0 .tooltipMobileContent__018f94a3 .closeButton__64416ed4{position:absolute;right:16px;top:16px}.tooltipLink__23aa6760{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__8cbf17fd{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-19-0)}.desktop__8cbf17fd:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-19-0)}.desktop__8cbf17fd:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-19-0)}.desktop__8cbf17fd:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-19-0)}.mobile__73970a87{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-19-0)}.mobile__73970a87:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-19-0)}.mobile__73970a87:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-19-0)}.mobile__73970a87:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-19-0)}.chipSuggestInputWrapper__8245eec1{margin:12px}.suggestDropdownMobileBody__8132f951{height:176px}.suggestDropdownMobileNoOptionsText__60d8f337{padding:16px}.checkboxXGroup__73d70289{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__73d70289.indent-12__3dcb9d1a{margin-left:-6px;margin-right:-6px}.checkboxXGroup__73d70289.indent-12__3dcb9d1a .label__1f4149de{margin-left:6px;margin-right:6px}.checkboxXGroup__73d70289.indent-16__5dcef590{margin-left:-8px;margin-right:-8px}.checkboxXGroup__73d70289.indent-16__5dcef590 .label__1f4149de{margin-left:8px;margin-right:8px}.checkboxXGroup__73d70289.indent-20__0e9ac825{margin-left:-10px;margin-right:-10px}.checkboxXGroup__73d70289.indent-20__0e9ac825 .label__1f4149de{margin-left:10px;margin-right:10px}.checkboxXGroup__73d70289.indent-24__373860b4{margin-left:-12px;margin-right:-12px}.checkboxXGroup__73d70289.indent-24__373860b4 .label__1f4149de{margin-left:12px;margin-right:12px}.checkboxXGroup__73d70289.indent-28__6f508205{margin-left:-14px;margin-right:-14px}.checkboxXGroup__73d70289.indent-28__6f508205 .label__1f4149de{margin-left:14px;margin-right:14px}.checkboxXGroup__73d70289.indent-32__288b8b3e{margin-left:-16px;margin-right:-16px}.checkboxXGroup__73d70289.indent-32__288b8b3e .label__1f4149de{margin-left:16px;margin-right:16px}.checkboxYGroup__1b8276ac{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__1b8276ac .label__1f4149de.sm__cb91608a+.label__1f4149de.sm__cb91608a{margin-top:8px}.checkboxYGroup__1b8276ac .label__1f4149de.lg__ba97011c+.label__1f4149de.lg__ba97011c{margin-top:20px}.checkboxYGroup__1b8276ac .label__1f4149de.md__bc7ff809+.label__1f4149de.md__bc7ff809{margin-top:16px}.card__f1ca74e9{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__f1ca74e9.roundingMD__62e36d1e{--radius: 16px}.card__f1ca74e9.roundingSM__d96b55dd{--radius: 8px}.card__f1ca74e9.general__a5c2290a{background:var(--triplex-next-Card-Static_General_Background-1-19-0)}.card__f1ca74e9.secondary__85d0a05a{background:var(--triplex-next-Card-Static_Secondary_Background-1-19-0)}.card__f1ca74e9 .cardMedia__86ca814c{background-size:cover;background-repeat:no-repeat;background-position:center}.card__f1ca74e9 .cardContent__b99e0553{padding:var(--padding)}.card__f1ca74e9 .cardContent__b99e0553.paddingMD__12381dfc{--padding: 24px}.card__f1ca74e9 .cardContent__b99e0553.paddingSM__bf504d48{--padding: 16px}.card__f1ca74e9 .cardContent__b99e0553 .cardContentHeader__6e403c60{margin-bottom:16px}.card__f1ca74e9 .cardContent__b99e0553 .cardContentFooter__cf87d053{margin-top:16px}.action__462563a9{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__462563a9:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__462563a9.general__a5c2290a{background:var(--triplex-next-Card-Action_General_Background-1-19-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-0)}.action__462563a9.general__a5c2290a:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-19-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-19-0)}.action__462563a9.general__a5c2290a.selected__4f2a1f34{background:var(--triplex-next-Card-Action_General_Background_Selected-1-19-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-19-0)}.action__462563a9.general__a5c2290a.selected__4f2a1f34:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-19-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-19-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-19-0)}.action__462563a9.general__a5c2290a:focus{outline:none}.action__462563a9.general__a5c2290a:focus.focusVisible__853df704{box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-19-0)}.action__462563a9.secondary__85d0a05a{background:var(--triplex-next-Card-Action_Secondary_Background-1-19-0)}.action__462563a9.secondary__85d0a05a:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-19-0)}.action__462563a9.secondary__85d0a05a.selected__4f2a1f34{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-19-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-19-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-19-0)}.action__462563a9.secondary__85d0a05a.selected__4f2a1f34:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-19-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-19-0)}.action__462563a9.secondary__85d0a05a:focus{outline:none}.action__462563a9.secondary__85d0a05a:focus.focusVisible__853df704{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-19-0)}.alertContext__7e768f7a{display:flex;font-size:12px;line-height:16px}.alertContext__7e768f7a>svg{flex-shrink:0}.alertContext__7e768f7a .alertContextText__cc74492e{margin-left:8px}.alertContext__7e768f7a.alertTypeError__1f033c6d .alertContextText__cc74492e{color:var(--triplex-next-AlertContext-Error_Color-1-19-0)}.alertContext__7e768f7a.alertTypeInfo__b77a2dae .alertContextText__cc74492e{color:var(--triplex-next-AlertContext-Info_Color-1-19-0)}.alertContext__7e768f7a.alertTypeWarning__3f85a564 .alertContextText__cc74492e{color:var(--triplex-next-AlertContext-Warning_Color-1-19-0)}.alertContext__7e768f7a.alertTypeSystem__1f795ec6 .alertContextText__cc74492e{color:var(--triplex-next-AlertContext-System_Color-1-19-0)}.alertProcess__d6d58a96{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__d6d58a96.withSpoiler__49166789{min-height:40px}.alertProcess__d6d58a96 .themeIcon__8e91abda{box-sizing:border-box;height:20px;width:20px}.alertProcess__d6d58a96.alertTypeError__1f033c6d{background:var(--triplex-next-AlertProcess-Error_Background-1-19-0)}.alertProcess__d6d58a96.alertTypeInfo__b77a2dae{background:var(--triplex-next-AlertProcess-Info_Background-1-19-0)}.alertProcess__d6d58a96.alertTypeWarning__3f85a564{background:var(--triplex-next-AlertProcess-Warning_Background-1-19-0)}.alertProcess__d6d58a96.alertTypeSystem__1f795ec6{background:var(--triplex-next-AlertProcess-System_Background-1-19-0)}.alertProcess__d6d58a96.alertTypeFeature__3590045e{background:var(--triplex-next-AlertProcess-Feature_Background-1-19-0)}.alertProcess__d6d58a96.alertTypeFeature__3590045e .themeIcon__8e91abda{padding-top:0}.alertProcess__d6d58a96 .alertProcessContentBlock__633cce26{flex:1;margin-left:10px}.alertProcess__d6d58a96 .alertProcessContentBlock__633cce26 .expandableContent__4e0e1030{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__d6d58a96 .alertProcessContentBlock__633cce26 .expandableContent__4e0e1030.expanded__061b9d27{max-height:1000px;opacity:1}.alertProcess__d6d58a96 .closeButton__122c452d{margin-left:10px}.alertProcess__d6d58a96 .expandButton__3c7acfab{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__d6d58a96 .expandButton__3c7acfab.expanded__061b9d27{transform:rotate(180deg)}.adaptive__c0d42a99{font-size:10px!important;line-height:12px!important}.avatar__b0f840fa{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-19-0)}.avatar__b0f840fa.xxs__6a643615{width:28px;height:28px;border-radius:6px}.avatar__b0f840fa.xs__eb358c80{width:32px;height:32px;border-radius:8px}.avatar__b0f840fa.sm__e39bd580{width:40px;height:40px;border-radius:10px}.avatar__b0f840fa.md__53a542ea{width:56px;height:56px;border-radius:16px}.avatar__b0f840fa.lg__f720fdd5{width:80px;height:80px;border-radius:20px}.avatar__b0f840fa.xl__6db5eb17{width:96px;height:96px;border-radius:24px}.avatar__b0f840fa.xxl__fc009ad0{width:128px;height:128px;border-radius:28px}.col-1__3a6acefa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__ef857c8e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__3cd816a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__81e57398{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__a1eaa3a5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__f93e3935{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__d1d8e8bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__96eccad0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__4cff8a77{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__33524145{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__f909b0a2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__e37dd32b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__52677f8d{margin-left:0%}.offset-1__c75c68eb{margin-left:8.33333333%}.offset-2__3113b002{margin-left:16.66666667%}.offset-3__295cf5a9{margin-left:25%}.offset-4__218a50d5{margin-left:33.33333333%}.offset-5__a72343f5{margin-left:41.66666667%}.offset-6__ac61ebac{margin-left:50%}.offset-7__84db7d3f{margin-left:58.33333333%}.offset-8__81b87830{margin-left:66.66666667%}.offset-9__643f518b{margin-left:75%}.offset-10__8b0adba4{margin-left:83.33333333%}.offset-11__305c4d72{margin-left:91.66666667%}.d-none__44742f4d{display:none!important}.d-block__00f80aca{display:block!important}@media (min-width: 576px){.col-sm-1__473e3cb5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__80836c6a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__d4b28432{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__fce7847f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__fc188b1b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__1dc0b41f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__a1268873{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__60704acb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__27160732{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__95dee4c4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__978b1585{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__0c23a918{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__f557864d{margin-left:0%}.offset-sm-1__0e2891b7{margin-left:8.33333333%}.offset-sm-2__bfa213e6{margin-left:16.66666667%}.offset-sm-3__86bddb19{margin-left:25%}.offset-sm-4__8e4f0728{margin-left:33.33333333%}.offset-sm-5__1a101de1{margin-left:41.66666667%}.offset-sm-6__9cbddb19{margin-left:50%}.offset-sm-7__869b3152{margin-left:58.33333333%}.offset-sm-8__8781d508{margin-left:66.66666667%}.offset-sm-9__253d0ab8{margin-left:75%}.offset-sm-10__924a6522{margin-left:83.33333333%}.offset-sm-11__59a31c82{margin-left:91.66666667%}.d-none-sm__bade73dd{display:none!important}.d-block-sm__0878c3fb{display:block!important}}@media (min-width: 768px){.col-md-1__00e26268{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__ebda484a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__d99bb10f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__99443cda{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__d8b94425{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__d8e4d233{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__edeadd0f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__4c479f77{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__e1482ccf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__e8ade125{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__d9bbef06{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__e51aad62{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__717fd2c3{margin-left:0%}.offset-md-1__d1c09a6d{margin-left:8.33333333%}.offset-md-2__812a63ea{margin-left:16.66666667%}.offset-md-3__3ec8046c{margin-left:25%}.offset-md-4__2498ad62{margin-left:33.33333333%}.offset-md-5__b5872a9b{margin-left:41.66666667%}.offset-md-6__b6e50a2b{margin-left:50%}.offset-md-7__083ba242{margin-left:58.33333333%}.offset-md-8__3c7b1595{margin-left:66.66666667%}.offset-md-9__799292ec{margin-left:75%}.offset-md-10__730c2863{margin-left:83.33333333%}.offset-md-11__05027e4d{margin-left:91.66666667%}.d-none-md__c99eeb6d{display:none!important}.d-block-md__d7692bdc{display:block!important}}@media (min-width: 992px){.col-lg-1__3e2e67ba{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__ea03cf95{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__c4ebd89c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__03b7ade6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__0bfad849{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__7b6682b0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__b54b64ac{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__f5e1adf0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__874536cf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__f26502fd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__e7c57e55{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__04fc396b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__6222b530{margin-left:0%}.offset-lg-1__69400b2f{margin-left:8.33333333%}.offset-lg-2__1db9d360{margin-left:16.66666667%}.offset-lg-3__2a4e8560{margin-left:25%}.offset-lg-4__4376d27d{margin-left:33.33333333%}.offset-lg-5__0f65125b{margin-left:41.66666667%}.offset-lg-6__13f175e7{margin-left:50%}.offset-lg-7__c4b0b62e{margin-left:58.33333333%}.offset-lg-8__44f51412{margin-left:66.66666667%}.offset-lg-9__e7172553{margin-left:75%}.offset-lg-10__6c49ae58{margin-left:83.33333333%}.offset-lg-11__14b65584{margin-left:91.66666667%}.d-none-lg__7d3a8b88{display:none!important}.d-block-lg__cb0e5b05{display:block!important}}@media (min-width: 1200px){.col-xl-1__012ceb10{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__a35e9943{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__0ea63786{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__8036221a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__18d66144{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__e9ffa3aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__771c1857{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__5041ac87{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__83eaa925{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d7a39621{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__6139eb4e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__073a9fca{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6fd03e0d{margin-left:0%}.offset-xl-1__48692944{margin-left:8.33333333%}.offset-xl-2__bf195d99{margin-left:16.66666667%}.offset-xl-3__6fdaf865{margin-left:25%}.offset-xl-4__a1937042{margin-left:33.33333333%}.offset-xl-5__86d797c9{margin-left:41.66666667%}.offset-xl-6__7d473777{margin-left:50%}.offset-xl-7__77962bbf{margin-left:58.33333333%}.offset-xl-8__d37bf802{margin-left:66.66666667%}.offset-xl-9__221bfae7{margin-left:75%}.offset-xl-10__0be042e5{margin-left:83.33333333%}.offset-xl-11__c988817f{margin-left:91.66666667%}.d-none-xl__4dedc94e{display:none!important}.d-block-xl__95669873{display:block!important}}.ellipsisLineClamp__7107058b{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__7107058b.oneLine__8d194f6d{word-break:break-all}.link__0058d674{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-19-0)}.link__0058d674:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-19-0)}.link__0058d674:active{color:var(--triplex-next-Link-Text_Color_Active-1-19-0)}.link__0058d674:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-19-0)}.wordWithContent__15d7b2ce{white-space:nowrap;display:inline-flex;align-items:center}.before__89cbb741 :first-child{margin-right:2px}.after__ee41192f :last-child{margin-left:2px}.marker__2867d242.success__4cba396b{background:var(--triplex-next-Marker-Background_Success-1-19-0)}.marker__2867d242.error__e9bdd256{background:var(--triplex-next-Marker-Background_Error-1-19-0)}.marker__2867d242.warning__ff3ae5da{background:var(--triplex-next-Marker-Background_Warning-1-19-0)}.marker__2867d242.waiting__a26c8ae2{background:var(--triplex-next-Marker-Background_Waiting-1-19-0)}.markerStatus__ac7e4aee{line-height:0;display:flex;align-items:start}.markerStatus__ac7e4aee .contentContainer__4b42c8bb{display:flex;flex-direction:column}.markerStatus__ac7e4aee.md__ca485361{gap:4px}.markerStatus__ac7e4aee.md__ca485361 .markerContainer__426a2ace{margin-top:4px}.markerStatus__ac7e4aee.lg__034785a1{gap:6px}.markerStatus__ac7e4aee.lg__034785a1 .contentContainer__4b42c8bb{gap:4px}.markerStatus__ac7e4aee.lg__034785a1 .markerContainer__426a2ace{margin-top:5px}.row__b0d13fcc{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__b0d13fcc.noPaddingBottom__d6d46eba,.row__b0d13fcc:last-child{padding-bottom:0}.tabsExtended__6d706106{position:relative}.tabsExtendedContent__7ef9157e{display:inline-flex}.tabsExtendedContent__7ef9157e.sm__33dcc870{border-radius:6px;padding:4px}.tabsExtendedContent__7ef9157e.md__a202a113{border-radius:8px;padding:4px}.tabsExtendedContent__7ef9157e.lg__4dbc5c87{border-radius:10px;padding:8px}.tabsExtendedTab__198a460c{display:flex}.tabsExtendedTab__198a460c+.tabsExtendedTab__198a460c,.tabsExtendedDropdown__239daed7{margin-left:2px}.tabsReal__45c7f83b,.tabsFake__1ac396ee{display:flex;box-sizing:border-box;width:100%}.tabsReal__45c7f83b.hidden__7c456360{visibility:hidden}.tabsReal__45c7f83b .tabsExtendedTab__198a460c.hidden__7c456360{display:none}.tabsFake__1ac396ee{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__01adccd5 .tabsExtendedContent__7ef9157e{background-color:var(--triplex-next-Tabs-Type1_Background-1-19-0)}.type2__bea527dc .tabsExtendedContent__7ef9157e{background-color:var(--triplex-next-Tabs-Type2_Background-1-19-0)}.tabsExtendedTabButton__8b02f8cb{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-19-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8b02f8cb .tabButtonText__d3cc4c64{font-weight:400}.tabsExtendedTabButton__8b02f8cb .notificationIcon__536d6969{position:absolute}.tabsExtendedTabButton__8b02f8cb.lg__4dbc5c87{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__8b02f8cb.lg__4dbc5c87 .tabButtonText__d3cc4c64{font-size:16px;line-height:20px}.tabsExtendedTabButton__8b02f8cb.lg__4dbc5c87 .notificationIcon__536d6969{right:6px;top:6px}.tabsExtendedTabButton__8b02f8cb.md__a202a113{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__8b02f8cb.md__a202a113 .tabButtonText__d3cc4c64{font-size:14px;line-height:20px}.tabsExtendedTabButton__8b02f8cb.md__a202a113 .notificationIcon__536d6969{right:4px;top:4px}.tabsExtendedTabButton__8b02f8cb.sm__33dcc870{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__8b02f8cb.sm__33dcc870 .tabButtonText__d3cc4c64{font-size:12px;line-height:16px}.tabsExtendedTabButton__8b02f8cb.sm__33dcc870 .notificationIcon__536d6969{right:3px;top:3px}.tabsExtendedTabButton__8b02f8cb::-moz-focus-inner{border:none}.tabsExtendedTabButton__8b02f8cb+.tabsExtendedTabButton__8b02f8cb{margin-left:2px}.tabsExtendedTabButton__8b02f8cb:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type1__01adccd5{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type1__01adccd5.selected__29d50455{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type1__01adccd5.selected__29d50455 .tabButtonText__d3cc4c64{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type1__01adccd5:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type1__01adccd5:hover .tabButtonText__d3cc4c64{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type1__01adccd5 .tabButtonText__d3cc4c64{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type2__bea527dc{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-19-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type2__bea527dc.selected__29d50455{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type2__bea527dc.selected__29d50455 .tabButtonText__d3cc4c64{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type2__bea527dc:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-19-0)}.tabsExtendedTabButton__8b02f8cb.type2__bea527dc:hover .tabButtonText__d3cc4c64{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-19-0)}.tabsContent__5959781c .tabButtonDropdown__d5760156{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__5959781c .tabButtonDropdown__d5760156.sm__09f038f0{min-width:20px;min-height:20px;height:20px}.tabsContent__5959781c .tabButtonDropdown__d5760156.md__892c9973{min-width:32px;min-height:32px;height:32px}.tabsContent__5959781c .tabButtonDropdown__d5760156.lg__a5ecfd2e{min-width:40px;min-height:40px;height:40px}.tag__8d1c25c6{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-19-0);border-radius:4px;gap:2px}.tag__8d1c25c6.sm__d25b19aa{height:20px;padding:2px 4px 2px 6px}.tag__8d1c25c6.md__a9e5d4b3{height:28px;padding:4px 6px 4px 8px}.tag__8d1c25c6.lg__fb74ea23{height:32px;padding:6px 8px 6px 10px}.content__9a638f7a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__26c8f1e1{display:flex;flex-wrap:wrap}.tagGroup__26c8f1e1.sm__3c9e9d1b{gap:4px}.tagGroup__26c8f1e1.md__7962f985{gap:8px}.tagGroup__26c8f1e1.lg__bfc01c79{gap:12px}.paginationExtended__fec13b30{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__c592995a .directionIconNext__bd0f32ff{transform:rotate(180deg)}.pageEllipsis__57a94ba3{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-19-0);cursor:default}.paginationPageButton__0910ef83{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-19-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__0910ef83:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-19-0);outline:none}.paginationPageButton__0910ef83:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-19-0)}.paginationPageButton__0910ef83:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-19-0);cursor:grabbing}.paginationPageButton__0910ef83.currentPage__90a87aee{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-19-0);cursor:default}.paginationNavigationExtended__0143b9e2{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__634e2440{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__634e2440 .paginationSelectControl__c4cbc1ea{margin-left:8px;min-width:72px}.skeleton__4fe5b30b{border-radius:16px;flex-grow:1}.skeleton__4fe5b30b.light__b85cda31{animation:skeleton-light-pulse__c510e911 2s ease-in-out infinite}.skeleton__4fe5b30b.dark__33fc6b2b{animation:skeleton-dark-pulse__53f70ac3 2s ease-in-out infinite}@keyframes skeleton-light-pulse__c510e911{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-19-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-0)}}@keyframes skeleton-dark-pulse__53f70ac3{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-19-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-0)}}.segmentedControlSegment__0391abcb{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-19-0);outline:none;cursor:pointer}.segmentedControlSegment__0391abcb:disabled{cursor:default}.sm__b099dd95 .segmentedControlSegment__0391abcb{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__5648b7f5 .segmentedControlSegment__0391abcb{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__686a941d .segmentedControlSegment__0391abcb{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__c6879d09 .segmentedControlSegment__0391abcb{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-19-0)}.general1__c6879d09 .segmentedControlSegment__0391abcb:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-19-0)}.general1__c6879d09 .segmentedControlSegment__0391abcb:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-19-0)}.general1__c6879d09 .segmentedControlSegment__0391abcb.selected__393767ad{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-19-0)}.general1__c6879d09 .segmentedControlSegment__0391abcb.selected__393767ad:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-19-0)}.general1__c6879d09 .segmentedControlSegment__0391abcb.selected__393767ad:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-19-0)}.general2__00874414 .segmentedControlSegment__0391abcb{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-19-0)}.general2__00874414 .segmentedControlSegment__0391abcb:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-19-0)}.general2__00874414 .segmentedControlSegment__0391abcb:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-19-0)}.general2__00874414 .segmentedControlSegment__0391abcb.selected__393767ad{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-19-0)}.general2__00874414 .segmentedControlSegment__0391abcb.selected__393767ad:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-19-0)}.general2__00874414 .segmentedControlSegment__0391abcb.selected__393767ad:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-19-0)}.secondary1__c441ba54 .segmentedControlSegment__0391abcb{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-19-0)}.secondary1__c441ba54 .segmentedControlSegment__0391abcb:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-19-0)}.secondary1__c441ba54 .segmentedControlSegment__0391abcb:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-19-0)}.secondary1__c441ba54 .segmentedControlSegment__0391abcb.selected__393767ad{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-19-0)}.secondary1__c441ba54 .segmentedControlSegment__0391abcb.selected__393767ad:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-19-0)}.secondary2__0b44c50e .segmentedControlSegment__0391abcb{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-19-0)}.secondary2__0b44c50e .segmentedControlSegment__0391abcb:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-19-0)}.secondary2__0b44c50e .segmentedControlSegment__0391abcb:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-19-0)}.secondary2__0b44c50e .segmentedControlSegment__0391abcb.selected__393767ad{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-19-0)}.secondary2__0b44c50e .segmentedControlSegment__0391abcb.selected__393767ad:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-19-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-19-0)}.segmentedControlSegment__0391abcb:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-19-0)}.content__450bd521{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__d7e3b95b{display:flex;gap:4px}.segmentedControl__d7e3b95b.general1__c6879d09{background:var(--triplex-next-SegmentedControl-General_1_Background-1-19-0)}.segmentedControl__d7e3b95b.secondary1__c441ba54{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-19-0)}.segmentedControl__d7e3b95b.general2__00874414{background:var(--triplex-next-SegmentedControl-General_2_Background-1-19-0)}.segmentedControl__d7e3b95b.secondary2__0b44c50e{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-19-0)}.segmentedControl__d7e3b95b.sm__b099dd95{border-radius:6px;padding:4px}.segmentedControl__d7e3b95b.md__5648b7f5{border-radius:8px;padding:4px}.segmentedControl__d7e3b95b.lg__686a941d{border-radius:10px;padding:8px}.step__59e7cced{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__59e7cced.default__83caea59{background-color:var(--triplex-next-Step-Background_Default-1-19-0)}.step__59e7cced.default__83caea59>span{color:var(--triplex-next-Step-Color_Default-1-19-0)}.step__59e7cced.done__24d79760{background-color:var(--triplex-next-Step-Background_Done-1-19-0)}.step__59e7cced.done__24d79760>span{color:var(--triplex-next-Step-Color_Done-1-19-0)}.step__59e7cced.warning__fa9a92cb{background-color:var(--triplex-next-Step-Background_Warning-1-19-0)}.step__59e7cced.warning__fa9a92cb>span{color:var(--triplex-next-Step-Color_Warning-1-19-0)}.step__59e7cced.active__e91bf922{background-color:var(--triplex-next-Step-Background_Active-1-19-0)}.step__59e7cced.active__e91bf922>span{color:var(--triplex-next-Step-Color_Active-1-19-0)}.step__59e7cced.error__52fd3a50{background-color:var(--triplex-next-Step-Background_Error-1-19-0)}.step__59e7cced.error__52fd3a50>span{color:var(--triplex-next-Step-Color_Error-1-19-0)}.step__59e7cced.disabled__de818c0d{background-color:var(--triplex-next-Step-Background_Disabled-1-19-0)}.step__59e7cced.disabled__de818c0d>span{color:var(--triplex-next-Step-Color_Disabled-1-19-0)}.stepperWrapper__c569da9b{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-19-0)}.stepperStep__add04abb{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__add04abb+.stepperStep__add04abb{margin-left:12px}.stepperStep__add04abb.sm__95ccea9f:not(:last-child) .content__ae86c914{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__add04abb.sm__95ccea9f:last-child .content__ae86c914{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__add04abb.sm__95ccea9f:last-child .arrow__440971cd{display:none}.stepperStep__add04abb.md__d8d1f5fc:not(:last-child) .content__ae86c914{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__add04abb.md__d8d1f5fc:last-child .content__ae86c914{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__add04abb.md__d8d1f5fc:last-child .arrow__440971cd{display:none}.stepperStep__add04abb.lg__2f14b740:not(:last-child) .content__ae86c914{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__add04abb.lg__2f14b740:last-child .content__ae86c914{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__add04abb.lg__2f14b740:last-child .arrow__440971cd{display:none}.stepperStep__add04abb:hover:not(.active__e44bcccb):not(.disabled__0f29bde1) .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-19-0)}.stepperStep__add04abb:hover:not(.active__e44bcccb):not(.disabled__0f29bde1) .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-19-0)}.stepperStep__add04abb:hover:not(.active__e44bcccb):not(.disabled__0f29bde1) .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-19-0)}.stepperStep__add04abb.active__e44bcccb{cursor:default}.stepperStep__add04abb.active__e44bcccb .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-19-0)}.stepperStep__add04abb.active__e44bcccb .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-19-0)}.stepperStep__add04abb.active__e44bcccb.error__02a855c1 .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.active__e44bcccb.error__02a855c1 .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.active__e44bcccb.error__02a855c1 .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-19-0)}.stepperStep__add04abb.active__e44bcccb.warning__60244c5c .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.active__e44bcccb.warning__60244c5c .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.active__e44bcccb.warning__60244c5c .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.error__02a855c1 .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.error__02a855c1 .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.error__02a855c1 .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.error__02a855c1:hover .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.error__02a855c1:hover .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.error__02a855c1:hover .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.warning__60244c5c .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.warning__60244c5c .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.warning__60244c5c .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.warning__60244c5c:hover .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.warning__60244c5c:hover .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0)}.stepperStep__add04abb.completed__ebe06c59.warning__60244c5c:hover .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853 :not(.error__02a855c1):not(.warning__60244c5c) .content__ae86c914{color:var(--triplex-next-Stepper-Step_Color_Default-1-19-0)}.stepperStep__add04abb.inactive__be835853 :not(.error__02a855c1):not(.warning__60244c5c):hover .content__ae86c914{color:var(--triplex-next-Stepper-Step_Color_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853.error__02a855c1 .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.inactive__be835853.error__02a855c1 .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.inactive__be835853.error__02a855c1 .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-0)}.stepperStep__add04abb.inactive__be835853.error__02a855c1:hover .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853.error__02a855c1:hover .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853.error__02a855c1:hover .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853.warning__60244c5c .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.inactive__be835853.warning__60244c5c .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.inactive__be835853.warning__60244c5c .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-0)}.stepperStep__add04abb.inactive__be835853.warning__60244c5c:hover .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853.warning__60244c5c:hover .arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0)}.stepperStep__add04abb.inactive__be835853.warning__60244c5c:hover .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-0)}.stepperStep__add04abb.disabled__0f29bde1{pointer-events:none}.stepperStep__add04abb.disabled__0f29bde1 .content__ae86c914{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-19-0)}.stepperStep__add04abb.disabled__0f29bde1 .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-19-0)}.stepperStep__add04abb.disabled__0f29bde1 .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-19-0)}.stepperStep__add04abb.focusVisible__9e3e73ad.completed__ebe06c59 .content__ae86c914,.stepperStep__add04abb.focusVisible__9e3e73ad.active__e44bcccb .content__ae86c914,.stepperStep__add04abb.focusVisible__9e3e73ad.inactive__be835853 .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-0)}.stepperStep__add04abb.focusVisible__9e3e73ad.completed__ebe06c59 .arrow__440971cd path:last-child,.stepperStep__add04abb.focusVisible__9e3e73ad.active__e44bcccb .arrow__440971cd path:last-child,.stepperStep__add04abb.focusVisible__9e3e73ad.inactive__be835853 .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-0)}.stepperStep__add04abb.focusVisible__9e3e73ad.completed__ebe06c59:hover .content__ae86c914,.stepperStep__add04abb.focusVisible__9e3e73ad.active__e44bcccb:hover .content__ae86c914,.stepperStep__add04abb.focusVisible__9e3e73ad.inactive__be835853:hover .content__ae86c914{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-0)}.stepperStep__add04abb.focusVisible__9e3e73ad.completed__ebe06c59:hover .arrow__440971cd path:last-child,.stepperStep__add04abb.focusVisible__9e3e73ad.active__e44bcccb:hover .arrow__440971cd path:last-child,.stepperStep__add04abb.focusVisible__9e3e73ad.inactive__be835853:hover .arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-0)}.content__ae86c914{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-19-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-19-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-19-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__95ccea9f{font-size:12px;line-height:16px}.md__d8d1f5fc{font-size:14px;line-height:20px}.lg__2f14b740{font-size:16px;line-height:20px}.arrow__440971cd{transform:translate(0)}.arrow__440971cd path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-19-0)}.arrow__440971cd path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-19-0)}.icon__6e28be42{display:inline-flex;align-items:center;line-height:0}.nonempty__03132cde .icon__6e28be42{margin-right:6px}.stepperExtended__fe6c02a1{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__4a55cd23{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__4a55cd23::-webkit-scrollbar{display:none}.stepper__560c214a.sm__95ccea9f{padding-left:28px;padding-right:28px}.stepper__560c214a.md__d8d1f5fc{padding-left:40px;padding-right:40px}.stepper__560c214a.lg__2f14b740{padding-left:56px;padding-right:56px}.stepperCarousel__677f4aa7{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__677f4aa7 .buttonPrev__5cf56900,.stepperCarousel__677f4aa7 .buttonNext__d76b931e{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__677f4aa7 .buttonPrev__5cf56900.sm__95ccea9f,.stepperCarousel__677f4aa7 .buttonNext__d76b931e.sm__95ccea9f{height:28px;width:28px}.stepperCarousel__677f4aa7 .buttonPrev__5cf56900.md__d8d1f5fc,.stepperCarousel__677f4aa7 .buttonNext__d76b931e.md__d8d1f5fc{height:40px;width:40px}.stepperCarousel__677f4aa7 .buttonPrev__5cf56900.lg__2f14b740,.stepperCarousel__677f4aa7 .buttonNext__d76b931e.lg__2f14b740{height:56px;width:56px}.stepperCarousel__677f4aa7 .buttonPrev__5cf56900{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-19-0)}.stepperCarousel__677f4aa7 .buttonNext__d76b931e{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-19-0)}@media (max-width: 767px){.stepper__560c214a{padding-left:16px;padding-right:16px}.buttonPrev__5cf56900,.buttonNext__d76b931e{display:none}}.islandAccordion__b033628b{margin:0;padding:0}.islandAccordion__b033628b .island__d37639a5{padding:0}.islandAccordion__b033628b .item__9180cdb3{position:relative;list-style-type:none}.islandAccordion__b033628b .item__9180cdb3.disabled__5c7c71ba{cursor:default;pointer-events:none}.islandAccordion__b033628b .item__9180cdb3+.item__9180cdb3.sm__f4dd4120,.islandAccordion__b033628b .item__9180cdb3+.item__9180cdb3.md__c12d32c1{margin-top:16px}.islandAccordion__b033628b .item__9180cdb3+.item__9180cdb3.lg__0f6ff2a0{margin-top:24px}.islandAccordion__b033628b .item__9180cdb3 .header__8000ee06{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__b033628b .item__9180cdb3 .header__8000ee06:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-19-0)}.islandAccordion__b033628b .item__9180cdb3.type1__2756286e:not(.opened__667a10dd) .header__8000ee06:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-19-0)}.islandAccordion__b033628b .item__9180cdb3.type2__708a16c6:not(.opened__667a10dd) .header__8000ee06:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-19-0)}.islandAccordion__b033628b .item__9180cdb3.type3__17420cad:not(.opened__667a10dd) .header__8000ee06:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-19-0)}.islandAccordion__b033628b .item__9180cdb3 .footer__3c48e3af{text-align:right}.islandAccordion__b033628b .item__9180cdb3 .body__550d842c,.islandAccordion__b033628b .item__9180cdb3 .footer__3c48e3af{visibility:hidden}.islandAccordion__b033628b .item__9180cdb3.opened__667a10dd .body__550d842c,.islandAccordion__b033628b .item__9180cdb3.opened__667a10dd .footer__3c48e3af{visibility:visible}.islandAccordion__b033628b .item__9180cdb3 .caretWrapper__b021ff59{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__b033628b .item__9180cdb3 .caretIcon__51b0e56a{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__b033628b .item__9180cdb3 .title__7b390149{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .header__8000ee06{padding:16px;border-radius:16px}.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .step__4c1fbdc5+.title__7b390149{margin-top:2px}.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .body__550d842c,.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .footer__3c48e3af{padding:0 16px 16px}.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .caretWrapper__b021ff59{right:12px}.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .remove__1e3a961e{right:-36px;top:20px}.islandAccordion__b033628b .item__9180cdb3.sm__f4dd4120 .step__4c1fbdc5{margin-right:12px}.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .header__8000ee06{padding:24px;border-radius:24px}.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .body__550d842c,.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .footer__3c48e3af{padding:0 24px 24px}.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .caretWrapper__b021ff59{right:20px}.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .remove__1e3a961e{right:-40px;top:28px}.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .step__4c1fbdc5{margin-right:12px}.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .header__8000ee06{padding:32px;border-radius:32px}.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .body__550d842c,.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .footer__3c48e3af{padding:0 32px 32px}.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .caretWrapper__b021ff59{right:28px}.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .remove__1e3a961e{right:-40px;top:36px}.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .step__4c1fbdc5{margin:0 16px 0 0}.islandAccordion__b033628b .item__9180cdb3.opened__667a10dd:not(.disabled__5c7c71ba) .caretWrapper__b021ff59 .caretIcon__51b0e56a{transform:rotate(-180deg)}.islandAccordion__b033628b .item__9180cdb3 .remove__1e3a961e{position:absolute}@media (max-width: 767px){.islandAccordion__b033628b .item__9180cdb3 .footer__3c48e3af{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__b033628b .item__9180cdb3 .footer__3c48e3af>*{margin-left:0!important}.islandAccordion__b033628b .item__9180cdb3.md__c12d32c1 .header__8000ee06{border-radius:16px}.islandAccordion__b033628b .item__9180cdb3.lg__0f6ff2a0 .header__8000ee06{border-radius:24px}}.noColumns__1a0510a0{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__1a0510a0>.content__557af77a{width:456px;text-align:center}.filterPanel__9081c009{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__2ff17e11{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__2ff17e11>a:not(:first-child){margin-left:16px}.tabsLinePanel__a7c7d43a{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__34ce5e1c{0%{opacity:0}to{opacity:1}}.tableBasic__3fa0bea4{position:relative}.tableBasic__3fa0bea4 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__3fa0bea4 table th.alignLeft__209f5f59,.tableBasic__3fa0bea4 table td.alignLeft__209f5f59{text-align:left}.tableBasic__3fa0bea4 table th.alignRight__d5711039,.tableBasic__3fa0bea4 table td.alignRight__d5711039{text-align:right}.tableBasic__3fa0bea4 table th.alignCenter__7cc39d47,.tableBasic__3fa0bea4 table td.alignCenter__7cc39d47{text-align:center}.tableBasic__3fa0bea4 table th.verticalAlignBaseline__052d8067,.tableBasic__3fa0bea4 table td.verticalAlignBaseline__052d8067{vertical-align:baseline}.tableBasic__3fa0bea4 table th.verticalAlignSub__748cee42,.tableBasic__3fa0bea4 table td.verticalAlignSub__748cee42{vertical-align:sub}.tableBasic__3fa0bea4 table th.verticalAlignSuper__7947bcdb,.tableBasic__3fa0bea4 table td.verticalAlignSuper__7947bcdb{vertical-align:super}.tableBasic__3fa0bea4 table th.verticalAlignTextTop__1efb0515,.tableBasic__3fa0bea4 table td.verticalAlignTextTop__1efb0515{vertical-align:text-top}.tableBasic__3fa0bea4 table th.verticalAlignTextBottom__4fff552f,.tableBasic__3fa0bea4 table td.verticalAlignTextBottom__4fff552f{vertical-align:text-bottom}.tableBasic__3fa0bea4 table th.verticalAlignMiddle__265cd566,.tableBasic__3fa0bea4 table td.verticalAlignMiddle__265cd566{vertical-align:middle}.tableBasic__3fa0bea4 table th.verticalAlignTop__a4239281,.tableBasic__3fa0bea4 table td.verticalAlignTop__a4239281{vertical-align:top}.tableBasic__3fa0bea4 table th.verticalAlignBottom__5d5e2fb2,.tableBasic__3fa0bea4 table td.verticalAlignBottom__5d5e2fb2{vertical-align:bottom}.tableBasic__3fa0bea4 table>thead>tr{height:48px}.tableBasic__3fa0bea4 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-19-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-19-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3fa0bea4 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-19-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-19-0)}}.tableBasic__3fa0bea4 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__3fa0bea4 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__3fa0bea4 table>thead>tr>th.checkboxType__7676003f{padding:16px 12px}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8.order__39d5357e{cursor:pointer}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8.order__39d5357e .orderButton__e740bda0{display:flex;visibility:hidden;align-items:center}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8.order__39d5357e .orderButton__e740bda0.alignLeft__209f5f59{margin-right:8px}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8.order__39d5357e .orderButton__e740bda0.alignRight__d5711039{margin-left:8px}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8.order__39d5357e .orderButton__e740bda0.sorted__728637e9{visibility:visible}.tableBasic__3fa0bea4 table>thead>tr>th .thBlock__106052e8.order__39d5357e:hover .orderButton__e740bda0{visibility:visible}.tableBasic__3fa0bea4 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-19-0)}.tableBasic__3fa0bea4 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__3fa0bea4 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__3fa0bea4 table>tbody>tr>td.textType__d2fdd5d7{padding:12px}.tableBasic__3fa0bea4 table>tbody>tr>td.componentsType__ad908230{padding:8px 12px}.tableBasic__3fa0bea4 table>tbody>tr>td.checkboxType__7676003f{padding:10px 12px 12px}.tableBasic__3fa0bea4 table>tbody>tr.selected__968de25b>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-19-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3fa0bea4 table>tbody>tr.selected__968de25b>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-19-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-19-0)}}.tableBasic__3fa0bea4 table>tbody.clickable__9bd660cc>tr{cursor:pointer}.tableBasic__3fa0bea4 table>tbody.hoverable__b44dc2d5>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-19-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3fa0bea4 table>tbody.hoverable__b44dc2d5>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-19-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-19-0)}}.tableBasic__3fa0bea4 .footerEmptyData__fd7d70e1{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__3fa0bea4 .spinnerWrapper__eabb91ef{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__3fa0bea4 .spinnerWrapper__eabb91ef .tableLoaderScreen__1d1bbe6b{border-radius:8px 8px 0 0}.tableBasic__3fa0bea4 .overlayCover__dce48905{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-19-0);animation:fadeIn__34ce5e1c .3s}.tableBasicSettingsBody__095be845{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__665d2137{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-0)!important}.columnSettingsSortableListItemTarget__665d2137:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-19-0)!important}.columnSettingsSortableListItemTarget__665d2137.dragging__9492b074{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-19-0)!important}.columnSettingsStaticListItem__1acd78d5{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-0)}.tableBasicSettingsFooter__c5f2e722{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-19-0);padding:11px 12px 12px}.tableBasicSettingsHeader__25b2aacb{padding:16px 12px 12px}.tableSettingsLink__904e5695{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__7c62ece4{width:320px}.tableFooterWrapper__e215fd0a{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__e215fd0a .tableFooterShadow__93bb8c50{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-19-0);pointer-events:none}.tableFooterWrapper__e215fd0a .tableFooter__daafea67{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-19-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620{display:flex;align-items:center}.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummarySelectedCount__4ce02536,.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummarySelectAllButton__d75749a8,.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummaryAmount__92515dc0{display:inline-flex}.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummarySelectedCount__4ce02536,.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummarySelectAllButton__d75749a8,.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummaryAmount__92515dc0,.tableFooterWrapper__e215fd0a .tableFooter__daafea67 .tableFooterSummary__5d440620 .tableFooterSummaryLabel__a8044cd8{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__e215fd0a{height:112px}}.paginationPanel__5580bd59{margin-top:16px}.masterTable__2669a10e{position:relative}.orderedListItem__511c08a3{counter-increment:list-item-tx}.orderedListItem__511c08a3:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__511c08a3+.orderedListItem__511c08a3{margin-top:8px}.orderedList__c42806d5{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__b1cc4965{height:176px}.suggestFieldMobileDropdownHint__2a6c9fba{padding:16px}.lightBox__dcfde89c{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__dcfde89c .lightBoxBackdrop__d1c2c988{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-19-0)}.lightBox__dcfde89c.lightBoxSideOverlayActive__c66e05dc,.lightBox__dcfde89c.lightBoxTopOverlayActive__a3ab8d7c{overflow-y:hidden}.lightBox__dcfde89c .lightBoxContent__d8a9bc47{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-19-0)}.lightBox__dcfde89c .lightBoxContent__d8a9bc47>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__dcfde89c .lightBoxContent__d8a9bc47>.global-page{padding:16px}}.lightBox__dcfde89c .loadingContentOverlay__221a818c{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__dcfde89c .lightBoxContentResizeWrapper__9e8f9cc0{position:absolute;left:0;right:0;height:0}.lightBox__dcfde89c .tempElSafariBug__a435d4dd{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__0c4f5452,.global-LB-less-or-equal-media-point-0 .lightBox__dcfde89c.lightBoxSideOverlayActive__c66e05dc{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__d8a9bc47{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__d8a9bc47{padding-left:80px;padding-right:80px}.lightBoxControls__71ea1923{z-index:100}.withKeyboardEvent__7dc05586{display:inline-block}.withoutKeyboardEvent__708156ab,.lightBox__dcfde89c.lightBoxSideOverlayActive__c66e05dc .withKeyboardEvent__7dc05586,.lightBox__dcfde89c.lightBoxTopOverlayActive__a3ab8d7c .withKeyboardEvent__7dc05586,.lightBox__dcfde89c.isLoading__55893e8a .withKeyboardEvent__7dc05586{display:none}.lightBox__dcfde89c.lightBoxSideOverlayActive__c66e05dc .withoutKeyboardEvent__708156ab,.lightBox__dcfde89c.lightBoxTopOverlayActive__a3ab8d7c .withoutKeyboardEvent__708156ab,.lightBox__dcfde89c.isLoading__55893e8a .withoutKeyboardEvent__708156ab{display:inline-block}.lightBox__dcfde89c.isLoading__55893e8a .lightBoxPrev__b312a69f,.lightBox__dcfde89c.isLoading__55893e8a .lightBoxNext__441bc76a{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__71ea1923{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__cd92ac1f{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__7cc61149{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__cde23cff{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b312a69f,.global-LB-less-or-equal-media-point-0 .lightBoxNext__441bc76a{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b312a69f{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__04db4b3d,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__dca21f31{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__71ea1923{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__cd92ac1f{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__7cc61149{display:none}.global-LB-more-media-point-0 .lightBoxClose__cde23cff{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__b312a69f,.global-LB-more-media-point-0 .lightBoxNext__441bc76a{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__b312a69f{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__441bc76a{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__e7ec5830{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__e7ec5830.fixed__de67b7ad{position:fixed}.overlay__e7ec5830.closing__ccade0c7,.overlay__e7ec5830.opened__1df95fb9{visibility:visible;left:0;right:0}.overlayPanel__707e75b0{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-19-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__707e75b0.bottom__8992e8e7{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__707e75b0.left__a77df1bb{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__707e75b0.right__a82f7dfc{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__707e75b0.top__1b29f80c{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__707e75b0.left__a77df1bb.opened__1df95fb9,.overlayPanel__707e75b0.right__a82f7dfc.opened__1df95fb9{transform:translate(0)}.overlayPanel__707e75b0.top__1b29f80c.opened__1df95fb9,.overlayPanel__707e75b0.bottom__8992e8e7.opened__1df95fb9{transform:translateY(0)}.overlayContent__b537d3df{display:flex;min-height:100%}.overlayMask__8eb5f4ab{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-19-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__8eb5f4ab.overlayOpened__cc6c8b65{opacity:1}.lightBoxSideOverlayLoaderWrapper__5a5250c6{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__98435e62{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__2a861385{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__98435e62{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__2a861385{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__2a861385{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__98435e62{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__2a861385{display:none}.lightBoxSideOverlayMask__d4fb6298{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-19-0)}.lightBoxSideOverlayWrapper__672cb2f5{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__672cb2f5.overflowXHidden__5fce5bc1{overflow-x:hidden}.lightBoxSideOverlayWrapper__672cb2f5.overflowYHidden__2375b0d6{overflow-y:hidden}.lightBoxSideOverlayWrapper__672cb2f5.closing__b7ca37b8,.lightBoxSideOverlayWrapper__672cb2f5.opened__6ffe1bdb{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__672cb2f5.closing__b7ca37b8{pointer-events:none}.lightBoxSideOverlayWrapper__672cb2f5 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__672cb2f5 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__672cb2f5 .lightBoxSideOverlayContent__2192d974{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-19-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__672cb2f5 .lightBoxSideOverlayContent__2192d974.opened__6ffe1bdb{transform:none}.lightBoxSideOverlayWrapper__672cb2f5 .lightBoxSideOverlayContent__2192d974.opening__ae6501dd{transform:translateY(0)}.lightBoxSideOverlayWrapper__672cb2f5.sm__b21506be .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__672cb2f5.md__690c6bf4 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__672cb2f5.lg__f2b80a95 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__672cb2f5 .lightBoxSideOverlayBase__9c94e49e{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__672cb2f5 .lightBoxSideOverlayContent__2192d974{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__672cb2f5 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__672cb2f5 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__5d629a86{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__5d629a86.closing__b7ca37b8,.lightBoxSideOverlay__5d629a86.opening__ae6501dd{overflow-x:hidden}.topOverlayMask__ddf6908e{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-19-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__9b4d82c4{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__9b4d82c4.closing__fee59128,.topOverlayWrapper__9b4d82c4.opened__f2abf2b7{bottom:0}.topOverlayWrapper__9b4d82c4 .topOverlayPanel__f7591618{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__d4f25893{z-index:500}@media (max-width: 767px){.topOverlayPanel__f7591618{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__b008b0de{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__b008b0de.fixed__2b2c5a26{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__bfd6d2cc{display:none}}.lightBoxRightSidebar__ea9307d7{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__ea9307d7.fixed__2b2c5a26{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__75e51262{display:none}}html.scroll-0__12825417{--triplex-next-scroll-width: 0px}html.scroll-15__1397bd1e{--triplex-next-scroll-width: 15px}html.scroll-16__a51ab9f9{--triplex-next-scroll-width: 16px}html.scroll-17__d524510a{--triplex-next-scroll-width: 17px}.smsField__af9a45ee{display:inline-block;position:relative;width:100%}.smsField__af9a45ee .input__f7472674{text-align:center}.smsField__af9a45ee .input__f7472674::placeholder{opacity:1}.smsField__af9a45ee .input__f7472674:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-0)}.smsField__af9a45ee .input__f7472674.lg__9aa3f4a5{padding:18px 40px}.smsField__af9a45ee .input__f7472674.md__d257f8d2{padding-left:26px;padding-right:26px}.smsField__af9a45ee .input__f7472674.sm__52511789{padding-left:20px;padding-right:20px}.smsField__af9a45ee .btnRefresh__b1cb24b5{position:absolute;outline:none;z-index:1}.smsField__af9a45ee .btnRefresh__b1cb24b5.lg__9aa3f4a5{top:12px;left:12px;height:32px;width:32px}.smsField__af9a45ee .btnRefresh__b1cb24b5.md__d257f8d2{top:10px;left:10px}.smsField__af9a45ee .btnRefresh__b1cb24b5.sm__52511789{top:4px;left:4px}.smsField__af9a45ee .btnRefresh__b1cb24b5 .full__8070d526{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-19-0)}.smsField__af9a45ee .btnRefresh__b1cb24b5 .empty__1011f46f{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-19-0)}.smsField__af9a45ee .btnRefresh__b1cb24b5:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-19-0)}.smsField__af9a45ee .btnSubmit__e6332bbd{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-19-0)}.smsField__af9a45ee .btnSubmit__e6332bbd.active__712a5a04:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-19-0)}.smsField__af9a45ee .btnSubmit__e6332bbd.active__712a5a04:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-19-0)}.smsField__af9a45ee .btnSubmit__e6332bbd.lg__9aa3f4a5{top:15px;right:15px;height:26px;width:26px}.smsField__af9a45ee .btnSubmit__e6332bbd.md__d257f8d2{top:10px;right:10px}.smsField__af9a45ee .btnSubmit__e6332bbd.sm__52511789{top:4px;right:4px}.spoiler__91836dd7{display:flex;flex-direction:column}.spoiler__91836dd7.opened__c23b38bc .caretIcon__018e29fb{transform:rotate(-180deg)}.spoiler__91836dd7 .head__2fd7ad10 .caretIcon__018e29fb{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__91836dd7 .head__2fd7ad10 button>span{white-space:normal;text-align:left}.spoiler__91836dd7 .content__f07d6a4d.hidden__c6609ade{display:none}.spoiler__91836dd7 .lg__70fb2ed0 .content__f07d6a4d{margin-top:8px}.spoiler__91836dd7 .md__dade925b .content__f07d6a4d{margin-top:0}.spoiler__91836dd7 .sm__7e055eba .content__f07d6a4d{margin-top:-4px}.statusTrackerWrapper__5d8877d0{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-19-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-19-0);overflow:hidden;height:100%}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef.verticalAlignMiddle__f4ecfa69{align-self:center}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef.verticalAlignBottom__3de08666{align-self:end}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerChild__fe67a081{padding:8px 0}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerChild__fe67a081:empty{padding:0}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerSum__c5266647,.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerTitle__25ae11d8{padding-bottom:4px}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerDescription__c4f786b8{display:block;padding-top:8px}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerAlert__5901ad28{margin-top:12px;text-align:left}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerStatus__63af2d1d{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerFooterWrapper__ea226683{display:grid}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerFooterWrapper__ea226683 .statusTrackerDescription__c4f786b8:last-child{padding-top:0}.statusTrackerWrapper__5d8877d0 .statusTracker__533974ef .statusTrackerFooterWrapper__ea226683 .statusTrackerButton__85b39d12{margin-bottom:12px}.statusTrackerWrapper__5d8877d0 .statusTrackerColor__c0ef9f6f{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__5d8877d0 .statusTrackerColor__c0ef9f6f.waiting__a2bfc9c0{background:var(--triplex-next-StatusTracker-Waiting_Color-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerColor__c0ef9f6f.warning__1b7b8c4a{background:var(--triplex-next-StatusTracker-Warning_Background-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerColor__c0ef9f6f.rejected__37ff20ea{background:var(--triplex-next-StatusTracker-Rejected_Color-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerColor__c0ef9f6f.approved__06239987{background:var(--triplex-next-StatusTracker-Approved_Color-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerBackground__c1ddc624{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__5d8877d0 .statusTrackerBackground__c1ddc624.waiting__a2bfc9c0{background:var(--triplex-next-StatusTracker-Waiting_Background-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerBackground__c1ddc624.warning__1b7b8c4a{background:var(--triplex-next-StatusTracker-Warning_Background-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerBackground__c1ddc624.rejected__37ff20ea{background:var(--triplex-next-StatusTracker-Rejected_Background-1-19-0)}.statusTrackerWrapper__5d8877d0 .statusTrackerBackground__c1ddc624.approved__06239987{background:var(--triplex-next-StatusTracker-Approved_Background-1-19-0)}@media (max-width: 767px){.statusTrackerWrapper__5d8877d0{border-radius:16px}}.smallInput__808d27b5{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-19-0);background:var(--triplex-next-SmallInput-Background-1-19-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-19-0)}.smallInput__808d27b5::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-19-0);opacity:1}.smallInput__808d27b5::-ms-clear{display:none}.documentNumberEdit__057015c5 .label__17da15ca{display:inline-block;margin-right:8px}.documentNumberEdit__057015c5 .inputEditWrapper__e535dda8{width:68px;display:inline-block}.sliderExtendedDot__b41f5a7a{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-19-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__b41f5a7a:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-19-0)}.sliderExtendedDot__b41f5a7a.focusedByClick__379ec2ea:focus{box-shadow:none}.sliderExtendedDot__b41f5a7a:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-19-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__b41f5a7a:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__b41f5a7a.disabled__9f1b51de{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-19-0)}.sliderExtendedDot__b41f5a7a.disabled__9f1b51de:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-19-0)}.sliderExtendedDot__b41f5a7a.disabled__9f1b51de:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-19-0)}.sliderExtendedDot__b41f5a7a:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-19-0)}.sliderExtendedDot__b41f5a7a:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-0)}.sliderExtendedDot__b41f5a7a.dragByMouse__5ed06a82{background:var(--triplex-next-Slider-Dot_Background_Select-1-19-0)}.sliderExtendedDot__b41f5a7a.dragByMouse__5ed06a82:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-0)}.sliderExtendedDot__b41f5a7a:hover .sliderExtendedTooltipOverlay__54c19721,.sliderExtendedDot__b41f5a7a:focus .sliderExtendedTooltipOverlay__54c19721{visibility:visible}.sliderExtendedDot__b41f5a7a.lg__c301dfe0{width:28px;height:28px}.sliderExtendedDot__b41f5a7a.lg__c301dfe0:after{width:10px;height:10px}.sliderExtendedDot__b41f5a7a.lg__c301dfe0:before{width:14px;height:14px}.sliderExtendedMarks__28ae8f11{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__e4bd6cdb{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__e4bd6cdb .sliderExtendedMarkDot__b7223bac{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-19-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__e4bd6cdb .sliderExtendedMarkDot__b7223bac.inSelectedRange__920e67ae{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-19-0)}.sliderExtendedMark__e4bd6cdb.lg__c301dfe0{top:20px}.sliderExtendedMark__e4bd6cdb.lg__c301dfe0 .sliderExtendedMarkDot__b7223bac{top:-20px}.sliderExtendedMark__e4bd6cdb .sliderExtendedMarkText__97b34476{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__e4bd6cdb.disabled__9f1b51de{pointer-events:none}.sliderExtendedMark__e4bd6cdb.disabled__9f1b51de .sliderExtendedMarkText__97b34476{pointer-events:none;opacity:.35}.sliderExtendedMark__e4bd6cdb.disabled__9f1b51de .sliderExtendedMarkDot__b7223bac{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-19-0)}.sliderExtendedMark__e4bd6cdb:first-child,.sliderExtendedMark__e4bd6cdb:last-child{transform:none}.sliderExtendedMark__e4bd6cdb:first-child.reverse__e1cbbb1c .sliderExtendedMarkDot__b7223bac{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__e4bd6cdb:first-child.reverse__e1cbbb1c .sliderExtendedMarkText__97b34476{margin-right:-4px}.sliderExtendedMark__e4bd6cdb:first-child:not(.reverse__e1cbbb1c) .sliderExtendedMarkDot__b7223bac{left:0;transform:translate(-50%)}.sliderExtendedMark__e4bd6cdb:first-child .sliderExtendedMarkText__97b34476{margin-left:-4px}.sliderExtendedMark__e4bd6cdb:last-child.reverse__e1cbbb1c .sliderExtendedMarkDot__b7223bac{left:0;transform:translate(-50%)}.sliderExtendedMark__e4bd6cdb:last-child.reverse__e1cbbb1c .sliderExtendedMarkText__97b34476{margin-left:-4px}.sliderExtendedMark__e4bd6cdb:last-child:not(.reverse__e1cbbb1c) .sliderExtendedMarkDot__b7223bac{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__e4bd6cdb:last-child .sliderExtendedMarkText__97b34476{margin-right:-4px}.sliderExtendedMark__e4bd6cdb.active__97a7061a{pointer-events:none}.sliderExtendedRail__43689cae{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-19-0);cursor:pointer}.sliderExtended__4fface9a{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__4fface9a.disabled__9f1b51de .sliderExtendedRail__43689cae{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-19-0)}.sliderExtended__4fface9a.lg__c301dfe0{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__9b99fac3{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-19-0);z-index:10}.sliderExtendedTrack__9b99fac3.lg__c301dfe0{top:12px}.sliderExtendedTrack__9b99fac3:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-19-0)}.sliderExtendedTrack__9b99fac3.focusedByClick__379ec2ea:focus{box-shadow:none}.sliderExtendedTrack__9b99fac3.hoverOrDragByMouse__2017c479{background:var(--triplex-next-Slider-Track_Background_Hover-1-19-0)}.sliderExtendedTrack__9b99fac3.staticSlider__d08b245b{cursor:default;pointer-events:none}.sliderExtendedTrack__9b99fac3.disabled__9f1b51de{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-19-0)}.sliderExtendedTooltipOverlay__54c19721{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__54c19721.lg__c301dfe0{bottom:32px}.sliderExtendedTooltipOverlay__54c19721 .tooltipBody__e58ecbf5{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-19-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-19-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__54c19721 .tooltipTip__f4d17dac{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-19-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__54c19721 .tooltipTip__f4d17dac{margin:-.5px}}.treeView__7fb290a7,.treeViewGroup__695da24a{margin:0;padding:0}.treeView__7fb290a7 .treeViewNode__2a01c261,.treeViewGroup__695da24a .treeViewNode__2a01c261{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__8a2dfec9.collapsed__55bc9912{visibility:hidden}.checkboxTreeExtended__d9e45435{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__6e5c2f11 .checkboxTreeExtendedNode__6e5c2f11{margin-left:24px}.checkboxTreeExtendedNodeHeader__6bf72108{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__6bf72108.sm__dacc782c{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__6bf72108.md__43da24a1,.checkboxTreeExtendedNodeHeader__6bf72108.lg__81860f0c{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__6bf72108 .checkboxTreeCheckboxLabel__50a0c3c2{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__6bf72108 .caretIconWrapper__3577915f{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__6bf72108 .caretIconWrapper__3577915f:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-19-0)}.checkboxTreeExtendedNodeHeader__6bf72108.opened__70f9de74 .caretIconWrapper__3577915f{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__d9e45435{padding:12px 14px}}.chipGroup__7d7eac2d{display:flex}.chipGroup__7d7eac2d.oneLine__67f2ac99{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__7d7eac2d.oneLine__67f2ac99::-webkit-scrollbar{display:none}.chipGroup__7d7eac2d.multiLine__3b5f81c8{flex-wrap:wrap}.chipGroup__7d7eac2d.lg__2d2294aa{gap:12px}.chipGroup__7d7eac2d.md__79f888ee,.chipGroup__7d7eac2d.sm__c4f42985{gap:8px}.confirm__29da4cc6{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__29da4cc6.isInLightBox__59a3b677{max-width:800px}.confirm__29da4cc6.isInSideOverlaySM__eafa52c7{max-width:416px}.confirm__29da4cc6.isInSideOverlayMD__2dfcfd3f{max-width:536px}.confirm__29da4cc6.isInSideOverlayLG__e633465b{max-width:736px}.confirmCloseButton__28ed297b{position:absolute;top:24px;right:24px}.confirmContent__7a44db9c{margin-bottom:24px;padding-right:56px}.confirmControls__1da48706{white-space:nowrap}.confirmContentTitle__66a17091{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__28ed297b{top:16px;right:16px}.confirmContent__7a44db9c{margin-bottom:16px}}.divider__0ef7f89f{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-19-0);border:none}.marginTopSize-4__211f9e5f{margin-top:4px}.marginBottomSize-4__8c7e7e85{margin-bottom:4px}.marginTopSize-8__23b7818d{margin-top:8px}.marginBottomSize-8__93c0f4c0{margin-bottom:8px}.marginTopSize-12__25fb1766{margin-top:12px}.marginBottomSize-12__74ef24ac{margin-bottom:12px}.marginTopSize-16__bd8354a6{margin-top:16px}.marginBottomSize-16__88305fed{margin-bottom:16px}.marginTopSize-20__af784726{margin-top:20px}.marginBottomSize-20__26a97012{margin-bottom:20px}.marginTopSize-24__90a02db1{margin-top:24px}.marginBottomSize-24__c48f67e3{margin-bottom:24px}.marginTopSize-28__cb6234a7{margin-top:28px}.marginBottomSize-28__3446ba67{margin-bottom:28px}.marginTopSize-32__481e1671{margin-top:32px}.marginBottomSize-32__e056f166{margin-bottom:32px}.listMasterChipGroup__ca2fc602{padding:0 16px}.listMasterFooter__126b314b{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-19-0);color:var(--triplex-next-ListMaster-Footer_Color-1-19-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__126b314b.sticky__0e676089{position:sticky;bottom:0}.listMasterFooterDescription__1cde03ef{padding-right:16px}.listMasterFooterControls__e28392d3{white-space:nowrap}.listMasterHeader__e64b8419{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-19-0);color:var(--triplex-next-ListMaster-Header_Color-1-19-0)}.listMasterHeader__e64b8419.sticky__0e676089{position:sticky;top:0;z-index:1}.selectionControls__d3e0b7af{display:flex;justify-content:space-between;align-items:center}.uploadZone__52434b10{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-19-0)}.uploadZone__52434b10:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-19-0)}.uploadZoneDragArea__c6d5917c{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-19-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__32c81abc{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-19-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-19-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-19-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__d0385b23{display:none}@media (max-width: 767px){.uploadZone__52434b10,.uploadZone__52434b10:hover{background:none}.uploadZoneDragArea__c6d5917c{display:none}}button.helpBoxButton__91283eac{position:relative;vertical-align:text-bottom}.dateRange__3277f4bc{display:flex;align-items:center}.dateRangeButton__83003d7c{z-index:1}.separator__d5682ba8{width:20px;height:20px;flex-shrink:0}.tagColor__1748317a{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__1748317a.sm__de55edce{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__1748317a.md__0756b190{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__1748317a.lg__c603404d{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__1748317a.default__efcd653d{background:var(--triplex-next-TagColor-Background_Default-1-19-0)}.tagColor__1748317a.success__de3da837{background:var(--triplex-next-TagColor-Background_Success-1-19-0)}.tagColor__1748317a.info__9902d07a{background:var(--triplex-next-TagColor-Background_Info-1-19-0)}.tagColor__1748317a.warning__481ee559{background:var(--triplex-next-TagColor-Background_Warning-1-19-0)}.tagColor__1748317a.error__0da292fa{background:var(--triplex-next-TagColor-Background_Error-1-19-0)}.content__4048577e{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-19-0)}
|