@sberbusiness/triplex-next 0.11.0 → 0.13.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/README.md +4 -4
- package/chunks/{AlertProcessSpoiler-NTQfGBrX.js → AlertProcessSpoiler-DQAI3bgu.js} +12 -12
- package/chunks/{CalendarViewItem-2IOAiJCi.js → CalendarViewItem-DML7yFTS.js} +18 -18
- package/chunks/Card.module-Bg8-F1uZ.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +14 -0
- package/chunks/{Chip-BtHrgIed.js → Chip-CI3sEzkq.js} +6 -6
- package/chunks/Confirm.module-C3SyV40Z.js +15 -0
- package/chunks/{DropdownListItem-CiE3zUVn.js → DropdownListItem-9VgfsLJP.js} +20 -20
- package/chunks/DropdownMobile.module-BLKzmRLM.js +23 -0
- package/chunks/Footer.module-D83FlUYZ.js +9 -0
- package/chunks/{FormFieldInput-DO7mZKjJ.js → FormFieldInput-DurMmok0.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +9 -0
- package/chunks/HeaderTabs.module-11xkKwN7.js +9 -0
- package/chunks/{HeaderTitle.module-Db-ProSl.js → HeaderTitle.module-e8_DcucZ.js} +2 -2
- package/chunks/IslandAccordion.module-C6INnFmn.js +25 -0
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +9 -0
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +9 -0
- package/chunks/{LightBoxContent-CdWfZopQ.js → LightBoxContent-Dpu6E3Cr.js} +15 -15
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +8 -0
- package/chunks/{ListItemControlsButton-ABcLen-s.js → ListItemControlsButton-BMsTQr9O.js} +9 -9
- package/chunks/ListItemTail.module-CcT-PrXt.js +12 -0
- package/chunks/ListMasterFooter.module-CV05gXbo.js +10 -0
- package/chunks/ModalWindow.module-DlNg_kPu.js +17 -0
- package/chunks/Notification.module-C5D-8Dtt.js +21 -0
- package/chunks/Overlay.module-3QvWfMgh.js +18 -0
- package/chunks/Page.module-BV59uicx.js +11 -0
- package/chunks/{RightBorderArrow-CO-Xom11.js → RightBorderArrow-BQ_cZ8U3.js} +6 -6
- package/chunks/SMSField.module-BL9kkhHx.js +16 -0
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +15 -0
- package/chunks/{SliderExtendedRail-BXD0TPpN.js → SliderExtendedRail-oI7nifMP.js} +10 -10
- package/chunks/StatusTracker.module-CtjfmWAE.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CN-2l1Nh.js → SuggestFieldMobileDropdownHint-Bilm-Pwh.js} +4 -4
- package/chunks/TableFooter.module-Bq2Lm9CG.js +14 -0
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +16 -0
- package/chunks/TabsLine.module-D0stwkA6.js +21 -0
- package/chunks/TooltipDesktop.module-DUucrF7X.js +19 -0
- package/chunks/TreeView.module-CEYl8PNr.js +9 -0
- package/chunks/UploadZoneInput-CfYPrkK_.js +33 -0
- package/chunks/{utils-JjvCkK44.js → utils-16fU9G4P.js} +6 -6
- package/chunks/utils-Bu0wcDBu.js +73 -0
- package/chunks/utils-CC47I1cc.js +24 -0
- package/chunks/utils-Ccw--G8d.js +20 -0
- package/chunks/{utils-DK364Pn0.js → utils-SerS_ys8.js} +6 -6
- package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +3 -3
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +50 -42
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +21 -21
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +40 -40
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +15 -15
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +3 -3
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +5 -5
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +96 -99
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -95
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +149 -149
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- 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 +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +11 -11
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +53 -47
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +15 -15
- package/components/FormField/components/FormFieldMaskedInput.js +6 -6
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +11 -11
- package/components/FormField/index.js +16 -15
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +49 -50
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +11 -11
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +11 -11
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +11 -9
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +17 -17
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +2 -2
- 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 +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +13 -13
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +13 -13
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +19 -14
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- 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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +5 -5
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +9 -9
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +32 -24
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +12 -12
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +6 -6
- 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 +15 -15
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +30 -29
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +6 -6
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
- package/components/TopOverlay/TopOverlay.js +25 -25
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +11 -11
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +69 -91
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +556 -547
- package/consts/DateConst.js +1 -1
- package/index.d.ts +123 -33
- package/index.js +598 -589
- package/package.json +10 -2
- package/styles/triplex-next.css +534 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-CTH4ur-u.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DKqKzsOD.js +0 -11
- package/chunks/Confirm.module-DSBC6Yw1.js +0 -15
- package/chunks/DropdownMobile.module-wrANtbau.js +0 -23
- package/chunks/Footer.module-Dcht4j1M.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bk1s4R6K.js +0 -9
- package/chunks/HeaderTabs.module-DQtcQlY-.js +0 -9
- package/chunks/IslandAccordion.module-Bzf6LSEv.js +0 -25
- package/chunks/IslandWidgetFooter.module-BAka54Z0.js +0 -9
- package/chunks/IslandWidgetHeader.module-D0IG5uT2.js +0 -9
- package/chunks/LightBoxControls.module-B_wOBHqj.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-LYfcE0NM.js +0 -8
- package/chunks/ListItemTail.module-BrfPnk8y.js +0 -12
- package/chunks/ListMasterFooter.module-BMZXwZ7J.js +0 -10
- package/chunks/ModalWindow.module-h07HG756.js +0 -17
- package/chunks/Notification.module-D0gwzw2G.js +0 -21
- package/chunks/Overlay.module-bxX7Sw1v.js +0 -18
- package/chunks/Page.module-QEvU_pYT.js +0 -11
- package/chunks/SMSField.module-BXwYRXqL.js +0 -16
- package/chunks/SliderExtendedMarks.module-B7ILUATa.js +0 -15
- package/chunks/StatusTracker.module-B9ddfVz8.js +0 -24
- package/chunks/TableFooter.module-BJXoCeSm.js +0 -14
- package/chunks/TabsExtended.module-Bz6DCd7L.js +0 -16
- package/chunks/TabsLine.module-CGVMZUpJ.js +0 -21
- package/chunks/TooltipDesktop.module-Czj3LOl5.js +0 -19
- package/chunks/TreeView.module-BNdrvQFP.js +0 -9
- package/chunks/UploadZoneInput-D41J-S68.js +0 -35
- package/chunks/utils-B705lf16.js +0 -24
- package/chunks/utils-CEIGazsY.js +0 -73
- package/chunks/utils-CG0eQjCw.js +0 -20
- package/components/DesignTokens/components/AmountField.js +0 -11
package/styles/triplex-next.css
CHANGED
|
@@ -1,535 +1,534 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-
|
|
11
|
-
--triplex-next-ColorBrand-100-0-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-0-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-0-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-0-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-0-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-0-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-0-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-0-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-0-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-0-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-0-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-0-
|
|
34
|
-
--triplex-next-ColorError-0-0-
|
|
35
|
-
--triplex-next-ColorError-10-0-
|
|
36
|
-
--triplex-next-ColorError-20-0-
|
|
37
|
-
--triplex-next-ColorError-30-0-
|
|
38
|
-
--triplex-next-ColorError-40-0-
|
|
39
|
-
--triplex-next-ColorError-50-0-
|
|
40
|
-
--triplex-next-ColorError-60-0-
|
|
41
|
-
--triplex-next-ColorError-70-0-
|
|
42
|
-
--triplex-next-ColorError-80-0-
|
|
43
|
-
--triplex-next-ColorError-90-0-
|
|
44
|
-
--triplex-next-ColorError-100-0-
|
|
45
|
-
--triplex-next-ColorInfo-0-0-
|
|
46
|
-
--triplex-next-ColorInfo-10-0-
|
|
47
|
-
--triplex-next-ColorInfo-20-0-
|
|
48
|
-
--triplex-next-ColorInfo-30-0-
|
|
49
|
-
--triplex-next-ColorInfo-40-0-
|
|
50
|
-
--triplex-next-ColorInfo-50-0-
|
|
51
|
-
--triplex-next-ColorInfo-60-0-
|
|
52
|
-
--triplex-next-ColorInfo-70-0-
|
|
53
|
-
--triplex-next-ColorInfo-80-0-
|
|
54
|
-
--triplex-next-ColorInfo-90-0-
|
|
55
|
-
--triplex-next-ColorInfo-100-0-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-0-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-0-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-0-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-0-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-0-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-0-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-0-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-0-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-0-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-0-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-0-
|
|
67
|
-
--triplex-next-ColorNeutral-0-0-
|
|
68
|
-
--triplex-next-ColorNeutral-10-0-
|
|
69
|
-
--triplex-next-ColorNeutral-20-0-
|
|
70
|
-
--triplex-next-ColorNeutral-30-0-
|
|
71
|
-
--triplex-next-ColorNeutral-40-0-
|
|
72
|
-
--triplex-next-ColorNeutral-50-0-
|
|
73
|
-
--triplex-next-ColorNeutral-60-0-
|
|
74
|
-
--triplex-next-ColorNeutral-70-0-
|
|
75
|
-
--triplex-next-ColorNeutral-80-0-
|
|
76
|
-
--triplex-next-ColorNeutral-90-0-
|
|
77
|
-
--triplex-next-ColorNeutral-100-0-
|
|
78
|
-
--triplex-next-ColorSuccess-0-0-
|
|
79
|
-
--triplex-next-ColorSuccess-10-0-
|
|
80
|
-
--triplex-next-ColorSuccess-20-0-
|
|
81
|
-
--triplex-next-ColorSuccess-30-0-
|
|
82
|
-
--triplex-next-ColorSuccess-40-0-
|
|
83
|
-
--triplex-next-ColorSuccess-50-0-
|
|
84
|
-
--triplex-next-ColorSuccess-60-0-
|
|
85
|
-
--triplex-next-ColorSuccess-70-0-
|
|
86
|
-
--triplex-next-ColorSuccess-80-0-
|
|
87
|
-
--triplex-next-ColorSuccess-90-0-
|
|
88
|
-
--triplex-next-ColorSuccess-100-0-
|
|
89
|
-
--triplex-next-ColorSystem-0-0-
|
|
90
|
-
--triplex-next-ColorSystem-10-0-
|
|
91
|
-
--triplex-next-ColorSystem-20-0-
|
|
92
|
-
--triplex-next-ColorSystem-30-0-
|
|
93
|
-
--triplex-next-ColorSystem-40-0-
|
|
94
|
-
--triplex-next-ColorSystem-50-0-
|
|
95
|
-
--triplex-next-ColorSystem-60-0-
|
|
96
|
-
--triplex-next-ColorSystem-70-0-
|
|
97
|
-
--triplex-next-ColorSystem-80-0-
|
|
98
|
-
--triplex-next-ColorSystem-90-0-
|
|
99
|
-
--triplex-next-ColorSystem-100-0-
|
|
100
|
-
--triplex-next-ColorWarning-0-0-
|
|
101
|
-
--triplex-next-ColorWarning-10-0-
|
|
102
|
-
--triplex-next-ColorWarning-20-0-
|
|
103
|
-
--triplex-next-ColorWarning-30-0-
|
|
104
|
-
--triplex-next-ColorWarning-40-0-
|
|
105
|
-
--triplex-next-ColorWarning-50-0-
|
|
106
|
-
--triplex-next-ColorWarning-60-0-
|
|
107
|
-
--triplex-next-ColorWarning-70-0-
|
|
108
|
-
--triplex-next-ColorWarning-80-0-
|
|
109
|
-
--triplex-next-ColorWarning-90-0-
|
|
110
|
-
--triplex-next-ColorWarning-100-0-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-0-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-0-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-0-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-0-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-0-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-0-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-0-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-0-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-0-
|
|
120
|
-
--triplex-next-
|
|
121
|
-
--triplex-next-
|
|
122
|
-
--triplex-next-Button-
|
|
123
|
-
--triplex-next-Button-
|
|
124
|
-
--triplex-next-Button-
|
|
125
|
-
--triplex-next-Button-
|
|
126
|
-
--triplex-next-Button-
|
|
127
|
-
--triplex-next-Button-
|
|
128
|
-
--triplex-next-Button-
|
|
129
|
-
--triplex-next-Button-
|
|
130
|
-
--triplex-next-Button-
|
|
131
|
-
--triplex-next-Button-
|
|
132
|
-
--triplex-next-Button-
|
|
133
|
-
--triplex-next-Button-
|
|
134
|
-
--triplex-next-Button-
|
|
135
|
-
--triplex-next-Button-
|
|
136
|
-
--triplex-next-Button-
|
|
137
|
-
--triplex-next-Button-
|
|
138
|
-
--triplex-next-Button-
|
|
139
|
-
--triplex-next-Button-
|
|
140
|
-
--triplex-next-Button-
|
|
141
|
-
--triplex-next-Button-
|
|
142
|
-
--triplex-next-Button-
|
|
143
|
-
--triplex-next-Button-
|
|
144
|
-
--triplex-next-Button-
|
|
145
|
-
--triplex-next-Button-
|
|
146
|
-
--triplex-next-Button-
|
|
147
|
-
--triplex-next-Button-
|
|
148
|
-
--triplex-next-Button-
|
|
149
|
-
--triplex-next-Button-
|
|
150
|
-
--triplex-next-Button-
|
|
151
|
-
--triplex-next-Button-
|
|
152
|
-
--triplex-next-Button-
|
|
153
|
-
--triplex-next-Button-
|
|
154
|
-
--triplex-next-Button-
|
|
155
|
-
--triplex-next-Button-
|
|
156
|
-
--triplex-next-Button-
|
|
157
|
-
--triplex-next-Button-
|
|
158
|
-
--triplex-next-Button-
|
|
159
|
-
--triplex-next-Button-
|
|
160
|
-
--triplex-next-Button-
|
|
161
|
-
--triplex-next-Button-
|
|
162
|
-
--triplex-next-Button-
|
|
163
|
-
--triplex-next-
|
|
164
|
-
--triplex-next-Calendar-
|
|
165
|
-
--triplex-next-Calendar-
|
|
166
|
-
--triplex-next-Calendar-
|
|
167
|
-
--triplex-next-Calendar-
|
|
168
|
-
--triplex-next-Calendar-
|
|
169
|
-
--triplex-next-Calendar-
|
|
170
|
-
--triplex-next-Calendar-
|
|
171
|
-
--triplex-next-Calendar-
|
|
172
|
-
--triplex-next-Calendar-
|
|
173
|
-
--triplex-next-Calendar-
|
|
174
|
-
--triplex-next-Calendar-
|
|
175
|
-
--triplex-next-Calendar-
|
|
176
|
-
--triplex-next-Calendar-
|
|
177
|
-
--triplex-next-Calendar-
|
|
178
|
-
--triplex-next-Calendar-
|
|
179
|
-
--triplex-next-Calendar-
|
|
180
|
-
--triplex-next-Calendar-
|
|
181
|
-
--triplex-next-Calendar-
|
|
182
|
-
--triplex-next-Calendar-
|
|
183
|
-
--triplex-next-Calendar-
|
|
184
|
-
--triplex-next-Calendar-
|
|
185
|
-
--triplex-next-Calendar-
|
|
186
|
-
--triplex-next-Calendar-
|
|
187
|
-
--triplex-next-Calendar-
|
|
188
|
-
--triplex-next-Calendar-
|
|
189
|
-
--triplex-next-Calendar-
|
|
190
|
-
--triplex-next-Calendar-
|
|
191
|
-
--triplex-next-Calendar-
|
|
192
|
-
--triplex-next-
|
|
193
|
-
--triplex-next-Card-
|
|
194
|
-
--triplex-next-Card-
|
|
195
|
-
--triplex-next-Card-
|
|
196
|
-
--triplex-next-Card-
|
|
197
|
-
--triplex-next-Card-
|
|
198
|
-
--triplex-next-Card-
|
|
199
|
-
--triplex-next-Card-
|
|
200
|
-
--triplex-next-Card-
|
|
201
|
-
--triplex-next-Card-
|
|
202
|
-
--triplex-next-Card-
|
|
203
|
-
--triplex-next-Card-
|
|
204
|
-
--triplex-next-Card-
|
|
205
|
-
--triplex-next-Card-
|
|
206
|
-
--triplex-next-Card-
|
|
207
|
-
--triplex-next-
|
|
208
|
-
--triplex-next-Checkbox-
|
|
209
|
-
--triplex-next-Checkbox-
|
|
210
|
-
--triplex-next-Checkbox-
|
|
211
|
-
--triplex-next-Checkbox-
|
|
212
|
-
--triplex-next-Checkbox-
|
|
213
|
-
--triplex-next-Checkbox-
|
|
214
|
-
--triplex-next-Checkbox-
|
|
215
|
-
--triplex-next-Checkbox-
|
|
216
|
-
--triplex-next-Checkbox-
|
|
217
|
-
--triplex-next-Checkbox-
|
|
218
|
-
--triplex-next-Checkbox-
|
|
219
|
-
--triplex-next-Checkbox-
|
|
220
|
-
--triplex-next-Checkbox-
|
|
221
|
-
--triplex-next-
|
|
222
|
-
--triplex-next-Chip-
|
|
223
|
-
--triplex-next-Chip-
|
|
224
|
-
--triplex-next-Chip-
|
|
225
|
-
--triplex-next-Chip-
|
|
226
|
-
--triplex-next-Chip-
|
|
227
|
-
--triplex-next-Chip-
|
|
228
|
-
--triplex-next-Chip-
|
|
229
|
-
--triplex-next-Chip-
|
|
230
|
-
--triplex-next-Chip-
|
|
231
|
-
--triplex-next-Chip-
|
|
232
|
-
--triplex-next-Chip-
|
|
233
|
-
--triplex-next-Chip-
|
|
234
|
-
--triplex-next-Chip-
|
|
235
|
-
--triplex-next-Chip-
|
|
236
|
-
--triplex-next-Chip-
|
|
237
|
-
--triplex-next-Chip-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-Dropdown-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-DropdownList-
|
|
243
|
-
--triplex-next-DropdownList-
|
|
244
|
-
--triplex-next-DropdownList-
|
|
245
|
-
--triplex-next-
|
|
246
|
-
--triplex-next-DropdownMobile-
|
|
247
|
-
--triplex-next-DropdownMobile-
|
|
248
|
-
--triplex-next-DropdownMobile-
|
|
249
|
-
--triplex-next-DropdownMobile-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-DropdownMobileList-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-
|
|
254
|
-
--triplex-next-FormField-
|
|
255
|
-
--triplex-next-FormField-
|
|
256
|
-
--triplex-next-FormField-
|
|
257
|
-
--triplex-next-FormField-
|
|
258
|
-
--triplex-next-FormField-
|
|
259
|
-
--triplex-next-FormField-
|
|
260
|
-
--triplex-next-FormField-
|
|
261
|
-
--triplex-next-FormField-
|
|
262
|
-
--triplex-next-FormField-
|
|
263
|
-
--triplex-next-FormField-
|
|
264
|
-
--triplex-next-FormField-
|
|
265
|
-
--triplex-next-FormField-
|
|
266
|
-
--triplex-next-FormField-
|
|
267
|
-
--triplex-next-FormField-
|
|
268
|
-
--triplex-next-FormField-
|
|
269
|
-
--triplex-next-FormField-
|
|
270
|
-
--triplex-next-FormField-
|
|
271
|
-
--triplex-next-FormField-
|
|
272
|
-
--triplex-next-FormField-
|
|
273
|
-
--triplex-next-
|
|
274
|
-
--triplex-next-
|
|
275
|
-
--triplex-next-Island-
|
|
276
|
-
--triplex-next-Island-
|
|
277
|
-
--triplex-next-Island-
|
|
278
|
-
--triplex-next-Island-
|
|
279
|
-
--triplex-next-Island-
|
|
280
|
-
--triplex-next-
|
|
281
|
-
--triplex-next-IslandAccordion-
|
|
282
|
-
--triplex-next-IslandAccordion-
|
|
283
|
-
--triplex-next-IslandAccordion-
|
|
284
|
-
--triplex-next-
|
|
285
|
-
--triplex-next-IslandWidget-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-LightBox-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-Link-
|
|
290
|
-
--triplex-next-Link-
|
|
291
|
-
--triplex-next-Link-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-ListItem-
|
|
294
|
-
--triplex-next-ListItem-
|
|
295
|
-
--triplex-next-ListItem-
|
|
296
|
-
--triplex-next-
|
|
297
|
-
--triplex-next-ListItemControlsButton-
|
|
298
|
-
--triplex-next-ListItemControlsButton-
|
|
299
|
-
--triplex-next-ListItemControlsButton-
|
|
300
|
-
--triplex-next-ListItemControlsButton-
|
|
301
|
-
--triplex-next-ListItemControlsButton-
|
|
302
|
-
--triplex-next-
|
|
303
|
-
--triplex-next-ListMaster-
|
|
304
|
-
--triplex-next-ListMaster-
|
|
305
|
-
--triplex-next-ListMaster-
|
|
306
|
-
--triplex-next-ListMaster-
|
|
307
|
-
--triplex-next-
|
|
308
|
-
--triplex-next-Loader-
|
|
309
|
-
--triplex-next-Loader-
|
|
310
|
-
--triplex-next-
|
|
311
|
-
--triplex-next-LoaderScreen-
|
|
312
|
-
--triplex-next-LoaderScreen-
|
|
313
|
-
--triplex-next-
|
|
314
|
-
--triplex-next-Marker-
|
|
315
|
-
--triplex-next-Marker-
|
|
316
|
-
--triplex-next-Marker-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-
|
|
319
|
-
--triplex-next-ModalWindow-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-Notification-
|
|
323
|
-
--triplex-next-Notification-
|
|
324
|
-
--triplex-next-Notification-
|
|
325
|
-
--triplex-next-
|
|
326
|
-
--triplex-next-Overlay-
|
|
327
|
-
--triplex-next-
|
|
328
|
-
--triplex-next-Pagination-
|
|
329
|
-
--triplex-next-Pagination-
|
|
330
|
-
--triplex-next-Pagination-
|
|
331
|
-
--triplex-next-Pagination-
|
|
332
|
-
--triplex-next-
|
|
333
|
-
--triplex-next-Radio-
|
|
334
|
-
--triplex-next-Radio-
|
|
335
|
-
--triplex-next-Radio-
|
|
336
|
-
--triplex-next-Radio-
|
|
337
|
-
--triplex-next-Radio-
|
|
338
|
-
--triplex-next-Radio-
|
|
339
|
-
--triplex-next-Radio-
|
|
340
|
-
--triplex-next-Radio-
|
|
341
|
-
--triplex-next-Radio-
|
|
342
|
-
--triplex-next-Radio-
|
|
343
|
-
--triplex-next-Radio-
|
|
344
|
-
--triplex-next-Radio-
|
|
345
|
-
--triplex-next-
|
|
346
|
-
--triplex-next-SegmentedControl-
|
|
347
|
-
--triplex-next-SegmentedControl-
|
|
348
|
-
--triplex-next-SegmentedControl-
|
|
349
|
-
--triplex-next-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-
|
|
399
|
-
--triplex-next-
|
|
400
|
-
--triplex-next-Skeleton-
|
|
401
|
-
--triplex-next-Skeleton-
|
|
402
|
-
--triplex-next-Skeleton-
|
|
403
|
-
--triplex-next-
|
|
404
|
-
--triplex-next-SmallInput-
|
|
405
|
-
--triplex-next-SmallInput-
|
|
406
|
-
--triplex-next-SmallInput-
|
|
407
|
-
--triplex-next-
|
|
408
|
-
--triplex-next-SMSField-
|
|
409
|
-
--triplex-next-SMSField-
|
|
410
|
-
--triplex-next-SMSField-
|
|
411
|
-
--triplex-next-SMSField-
|
|
412
|
-
--triplex-next-SMSField-
|
|
413
|
-
--triplex-next-
|
|
414
|
-
--triplex-next-Slider-
|
|
415
|
-
--triplex-next-Slider-
|
|
416
|
-
--triplex-next-Slider-
|
|
417
|
-
--triplex-next-Slider-
|
|
418
|
-
--triplex-next-Slider-
|
|
419
|
-
--triplex-next-Slider-
|
|
420
|
-
--triplex-next-Slider-
|
|
421
|
-
--triplex-next-Slider-
|
|
422
|
-
--triplex-next-Slider-
|
|
423
|
-
--triplex-next-Slider-
|
|
424
|
-
--triplex-next-Slider-
|
|
425
|
-
--triplex-next-Slider-
|
|
426
|
-
--triplex-next-Slider-
|
|
427
|
-
--triplex-next-Slider-
|
|
428
|
-
--triplex-next-Slider-
|
|
429
|
-
--triplex-next-Slider-
|
|
430
|
-
--triplex-next-
|
|
431
|
-
--triplex-next-StatusTracker-
|
|
432
|
-
--triplex-next-StatusTracker-
|
|
433
|
-
--triplex-next-StatusTracker-
|
|
434
|
-
--triplex-next-StatusTracker-
|
|
435
|
-
--triplex-next-StatusTracker-
|
|
436
|
-
--triplex-next-StatusTracker-
|
|
437
|
-
--triplex-next-StatusTracker-
|
|
438
|
-
--triplex-next-StatusTracker-
|
|
439
|
-
--triplex-next-
|
|
440
|
-
--triplex-next-Step-
|
|
441
|
-
--triplex-next-Step-
|
|
442
|
-
--triplex-next-Step-
|
|
443
|
-
--triplex-next-Step-
|
|
444
|
-
--triplex-next-Step-
|
|
445
|
-
--triplex-next-Step-
|
|
446
|
-
--triplex-next-Step-
|
|
447
|
-
--triplex-next-Step-
|
|
448
|
-
--triplex-next-Step-
|
|
449
|
-
--triplex-next-Step-
|
|
450
|
-
--triplex-next-Step-
|
|
451
|
-
--triplex-next-
|
|
452
|
-
--triplex-next-Stepper-
|
|
453
|
-
--triplex-next-Stepper-
|
|
454
|
-
--triplex-next-Stepper-
|
|
455
|
-
--triplex-next-Stepper-
|
|
456
|
-
--triplex-next-Stepper-
|
|
457
|
-
--triplex-next-Stepper-
|
|
458
|
-
--triplex-next-Stepper-
|
|
459
|
-
--triplex-next-Stepper-
|
|
460
|
-
--triplex-next-Stepper-
|
|
461
|
-
--triplex-next-Stepper-
|
|
462
|
-
--triplex-next-Stepper-
|
|
463
|
-
--triplex-next-Stepper-
|
|
464
|
-
--triplex-next-Stepper-
|
|
465
|
-
--triplex-next-Stepper-
|
|
466
|
-
--triplex-next-Stepper-
|
|
467
|
-
--triplex-next-Stepper-
|
|
468
|
-
--triplex-next-Stepper-
|
|
469
|
-
--triplex-next-Stepper-
|
|
470
|
-
--triplex-next-
|
|
471
|
-
--triplex-next-TableBasic-
|
|
472
|
-
--triplex-next-TableBasic-
|
|
473
|
-
--triplex-next-TableBasic-
|
|
474
|
-
--triplex-next-TableBasic-
|
|
475
|
-
--triplex-next-TableBasic-
|
|
476
|
-
--triplex-next-TableBasic-
|
|
477
|
-
--triplex-next-TableBasic-
|
|
478
|
-
--triplex-next-TableBasic-
|
|
479
|
-
--triplex-next-TableBasic-
|
|
480
|
-
--triplex-next-
|
|
481
|
-
--triplex-next-Tabs-
|
|
482
|
-
--triplex-next-Tabs-
|
|
483
|
-
--triplex-next-Tabs-
|
|
484
|
-
--triplex-next-Tabs-
|
|
485
|
-
--triplex-next-Tabs-
|
|
486
|
-
--triplex-next-Tabs-
|
|
487
|
-
--triplex-next-Tabs-
|
|
488
|
-
--triplex-next-Tabs-
|
|
489
|
-
--triplex-next-Tabs-
|
|
490
|
-
--triplex-next-Tabs-
|
|
491
|
-
--triplex-next-Tabs-
|
|
492
|
-
--triplex-next-Tabs-
|
|
493
|
-
--triplex-next-Tabs-
|
|
494
|
-
--triplex-next-Tabs-
|
|
495
|
-
--triplex-next-Tabs-
|
|
496
|
-
--triplex-next-
|
|
497
|
-
--triplex-next-
|
|
498
|
-
--triplex-next-TagColor-
|
|
499
|
-
--triplex-next-TagColor-
|
|
500
|
-
--triplex-next-TagColor-
|
|
501
|
-
--triplex-next-TagColor-
|
|
502
|
-
--triplex-next-TagColor-
|
|
503
|
-
--triplex-next-
|
|
504
|
-
--triplex-next-TabsLine-
|
|
505
|
-
--triplex-next-TabsLine-
|
|
506
|
-
--triplex-next-TabsLine-
|
|
507
|
-
--triplex-next-
|
|
508
|
-
--triplex-next-Tooltip-
|
|
509
|
-
--triplex-next-Tooltip-
|
|
510
|
-
--triplex-next-Tooltip-
|
|
511
|
-
--triplex-next-Tooltip-
|
|
512
|
-
--triplex-next-Tooltip-
|
|
513
|
-
--triplex-next-Tooltip-
|
|
514
|
-
--triplex-next-Tooltip-
|
|
515
|
-
--triplex-next-Tooltip-
|
|
516
|
-
--triplex-next-Tooltip-
|
|
517
|
-
--triplex-next-
|
|
518
|
-
--triplex-next-
|
|
519
|
-
--triplex-next-Typography-
|
|
520
|
-
--triplex-next-Typography-
|
|
521
|
-
--triplex-next-Typography-
|
|
522
|
-
--triplex-next-Typography-
|
|
523
|
-
--triplex-next-Typography-
|
|
524
|
-
--triplex-next-Typography-
|
|
525
|
-
--triplex-next-Typography-
|
|
526
|
-
--triplex-next-Typography-
|
|
527
|
-
--triplex-next-Typography-
|
|
528
|
-
--triplex-next-Typography-
|
|
529
|
-
--triplex-next-
|
|
530
|
-
--triplex-next-UploadZone-
|
|
531
|
-
--triplex-next-UploadZone-
|
|
532
|
-
--triplex-next-UploadZone-
|
|
533
|
-
--triplex-next-UploadZone-
|
|
534
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-11-0: #21A19A;}
|
|
535
|
-
.underline__92eae2c8{text-decoration:underline}.strikethrough__9061ffb8{text-decoration:line-through}.underlineStrikethrough__c17e24fd{text-decoration:underline line-through}.typography__257814f8.primary__402fe158{color:var(--triplex-next-Typography-Primary_Color-0-11-0)}.typography__257814f8.complementary__6d1cc060{color:var(--triplex-next-Typography-Complementary_Color-0-11-0)}.typography__257814f8.secondary__92c1a891{color:var(--triplex-next-Typography-Secondary_Color-0-11-0)}.typography__257814f8.tertiary__900e869e{color:var(--triplex-next-Typography-Tertiary_Color-0-11-0)}.typography__257814f8.disabled__e66b62d7{color:var(--triplex-next-Typography-Disabled_Color-0-11-0)}.typography__257814f8.brand__fdcd9312{color:var(--triplex-next-Typography-Brand_Color-0-11-0);-webkit-user-select:none;user-select:none}.typography__257814f8.info__218d855e{color:var(--triplex-next-Typography-Info_Color-0-11-0)}.typography__257814f8.success__22b2b9d6{color:var(--triplex-next-Typography-Success_Color-0-11-0)}.typography__257814f8.error__941e1567{color:var(--triplex-next-Typography-Error_Color-0-11-0)}.typography__257814f8.warning__916bd59b{color:var(--triplex-next-Typography-Warning_Color-0-11-0)}.typography__257814f8.system__69946b05{color:var(--triplex-next-Typography-System_Color-0-11-0)}.typography__257814f8.compact__3af11570{line-height:calc(16 / 14)}.title__4e8a1b98{outline:none}.title__4e8a1b98.regular__b03a01fb{font-family:SBSansDisplay}.title__4e8a1b98.semibold__8ad641c6{font-family:SBSansDisplaySemibold}.title__4e8a1b98.medium__7271320a{font-family:SBSansDisplayMedium}.title__4e8a1b98.bold__095f4550{font-family:SBSansDisplayBold}.h1__2cfde0b3,.h2__a0919449,.h3__64251c36{margin:0}.h1__2cfde0b3{font-size:28px;line-height:36px}.h2__a0919449{font-size:24px;line-height:32px}.h3__64251c36{font-size:20px;line-height:28px}.text__0457096d{outline:none}.text__0457096d.regular__b03a01fb{font-family:SBSansText}.text__0457096d.semibold__8ad641c6{font-family:SBSansTextSemibold}.b1__5c50112b{font-size:18px;line-height:24px}.b2__d230598b{font-size:16px;line-height:20px}.b3__c9a2014d{font-size:14px;line-height:20px}.b3__c9a2014d.compact__3af11570{line-height:16px}.b4__52215e03{font-size:12px;line-height:16px}.caption__e891459e.regular__b03a01fb{font-family:SBSansText}.caption__e891459e.semibold__8ad641c6{font-family:SBSansTextSemibold}.c1__876e531b{font-size:10px;line-height:12px}.c2__b5a999cb{font-size:8px;line-height:10px}.d1__97fd85f0{font-size:32px;line-height:40px}.d1__97fd85f0.regular__b03a01fb{font-family:SBSansDisplay}.d1__97fd85f0.semibold__8ad641c6{font-family:SBSansDisplaySemibold}.formFieldInput__8041c3f2{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-0-11-0)}.formFieldInput__8041c3f2:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-11-0)}.formFieldInput__8041c3f2::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-11-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__8041c3f2:focus{outline:none}.formFieldInput__8041c3f2:focus::placeholder{opacity:1}.formFieldInput__8041c3f2:-webkit-autofill{animation-name:autofill-applied-hook__b5bf359b;animation-duration:1ms}.formFieldInput__8041c3f2:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__c0800180;animation-duration:1ms}.formFieldInput__8041c3f2.sm__77bfab83{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__8041c3f2.md__2e01d4c7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__8041c3f2.lg__53c102ea{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__b5bf359b{0%{transform:none}}@keyframes autofill-cancelled-hook__c0800180{0%{transform:none}}.formField__9ce182fd{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-11-0);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__9ce182fd:hover{background:var(--triplex-next-FormField-Background_Hover-0-11-0)}.formField__9ce182fd.disabled__dfab3c98{background:var(--triplex-next-FormField-Background_Disabled-0-11-0)}.formField__9ce182fd.active__ec586e89{background:var(--triplex-next-FormField-Background_Active-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-11-0)}.formField__9ce182fd.active__ec586e89::placeholder{opacity:1}.formField__9ce182fd.error__938465ef{background:var(--triplex-next-FormField-Background_Error-0-11-0)}.formField__9ce182fd.error__938465ef:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-11-0)}.formField__9ce182fd.error__938465ef.active__ec586e89{background:var(--triplex-next-FormField-Background_Error-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-11-0)}.formField__9ce182fd.warning__008462a5{background:var(--triplex-next-FormField-Background_Warning-0-11-0)}.formField__9ce182fd.warning__008462a5:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-11-0)}.formField__9ce182fd.warning__008462a5.active__ec586e89{background:var(--triplex-next-FormField-Background_Warning-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-11-0)}.formField__9ce182fd.size-sm__ae93cf9f{border-radius:6px}.formField__9ce182fd.size-md__af6262cd{border-radius:8px}.formField__9ce182fd.size-lg__1153d725{border-radius:10px}.formFieldDescription__e8841e96{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__e8841e96.withCounter__aedf73dc{display:flex;justify-content:space-between}.formFieldLabel__ce9288b1{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__ce9288b1.size-sm__ae93cf9f{top:6px}.formFieldLabel__ce9288b1.size-md__af6262cd{top:10px}.formFieldLabel__ce9288b1.size-lg__1153d725{top:18px}.formFieldLabel__ce9288b1.size-lg__1153d725.floating__f0edbeca{top:10px}.formFieldLabelText__3fcf29ef{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-11-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__ae93cf9f .formFieldLabelText__3fcf29ef{font-size:12px;line-height:16px}.size-md__af6262cd .formFieldLabelText__3fcf29ef{font-size:14px;line-height:20px}.size-lg__1153d725 .formFieldLabelText__3fcf29ef{font-size:16px;line-height:20px}.floating__f0edbeca .formFieldLabelText__3fcf29ef{font-size:12px;line-height:16px}.floating__f0edbeca.size-sm__ae93cf9f .formFieldLabelText__3fcf29ef,.floating__f0edbeca.size-md__af6262cd .formFieldLabelText__3fcf29ef{display:none}.disabled__dfab3c98 .formFieldLabelText__3fcf29ef{color:var(--triplex-next-FormField-Label_Color_Disabled-0-11-0)}.formFieldPostfix__afb115a4{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__70796d07{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__24f2eec0{padding-left:4px}.formFieldMaskedInputWrapper__a9943f6e{position:relative}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInputPlaceholder__7f6b6d5c{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInputPlaceholder__7f6b6d5c::placeholder{opacity:1}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInputPlaceholder__7f6b6d5c:disabled{visibility:hidden}.formFieldMaskedInputWrapper__a9943f6e.size-sm__ae93cf9f{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a9943f6e.size-sm__ae93cf9f .formFieldMaskedInputPlaceholder__7f6b6d5c{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a9943f6e.size-md__af6262cd{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e.size-md__af6262cd .formFieldMaskedInputPlaceholder__7f6b6d5c{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e.size-lg__1153d725{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e.size-lg__1153d725 .formFieldMaskedInputPlaceholder__7f6b6d5c{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInput__d4e193c9{display:block;position:relative;background:none!important}.dropdownDesktop__2a0e7be0{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-11-0);background-color:var(--triplex-next-Dropdown-Background-0-11-0)}.dropdownDesktop-sm__a9dad960{border-radius:6px}.dropdownDesktop-md__bde7a380{border-radius:8px}.dropdownDesktop-lg__82e7101e{border-radius:10px}.dropdownDesktopOverflowHidden__9341a41f{overflow:hidden}.dropdownMobileWrapper__afa67371{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__5d762ff6{background:var(--triplex-next-DropdownMobile-Backdrop-0-11-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__5d762ff6.closing__fca23d32{opacity:0}.dropdownMobileBackdrop__5d762ff6.opening__3e3801f2,.dropdownMobileBackdrop__5d762ff6.opened__0ecd061e{opacity:var(--triplex-DropdownMobile-Opacity-0-11-0)}.dropdownMobile__7016a4de{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__7016a4de.closing__fca23d32{transform:translateY(100%)}.dropdownMobile__7016a4de.opening__3e3801f2,.dropdownMobile__7016a4de.opened__0ecd061e{transform:translateY(0)}.dropdownMobileHeader__c07891e2{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-11-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__c07891e2 .dropdownMobileHeaderContent__ec222574{margin-right:28px;min-height:20px}.dropdownMobileContent__cd46c89b{background:var(--triplex-next-DropdownMobile-Content_Background-0-11-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__d984ff16{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-11-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-11-0);flex-shrink:1}.dropdownMobileListItem__8d86c025{padding:16px}.dropdownMobileListItem__8d86c025.selected__b05f9456{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-11-0)}.dropdownMobileListItem__8d86c025:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-11-0)}.dropdownMobileListLoader__030ba484{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__3e82fe79{overflow:hidden}.controlButtons__b5b037d4{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__c609b3f5{margin-right:8px}.notificationIcon__f599be90{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__958118d1{padding:4px;overflow:auto}.dropdownDesktopList__958118d1.sm__bac1797a{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__958118d1.sm__bac1797a .dropdownDesktopListItem__4c4d6028{padding:6px 8px;border-radius:6px}.dropdownDesktopList__958118d1.sm__bac1797a .dropdownDesktopListLoader__b04d4deb{margin:0 auto}.dropdownDesktopList__958118d1.md__6ca360b9{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__958118d1.md__6ca360b9 .dropdownDesktopListItem__4c4d6028{padding:7px 8px;border-radius:8px}.dropdownDesktopList__958118d1.md__6ca360b9 .dropdownDesktopListLoader__b04d4deb{margin:-2px auto}.dropdownDesktopList__958118d1.lg__83a6c800{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__958118d1.lg__83a6c800 .dropdownDesktopListItem__4c4d6028{padding:14px 8px;border-radius:10px}.dropdownDesktopList__958118d1.lg__83a6c800 .dropdownDesktopListLoader__b04d4deb{margin:-6px auto}.dropdownDesktopListItem__4c4d6028{color:var(--triplex-next-DropdownList-Color-0-11-0);background:var(--triplex-next-DropdownList-Background_Default-0-11-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__4c4d6028+.dropdownDesktopListItem__4c4d6028{margin-top:2px}.dropdownDesktopListItem__4c4d6028.active__16bf08ab{background:var(--triplex-next-DropdownList-Background_Active-0-11-0);cursor:pointer}.dropdownDesktopListItem__4c4d6028.selected__b05f9456{background:var(--triplex-next-DropdownList-Background_Selected-0-11-0);cursor:default}.notificationIcon__426bed3a{position:absolute;right:4px;top:4px}.loaderSmall__780c2842{display:flex;justify-content:center;align-items:center}.loaderSmall__780c2842.sm__5f630948{width:16px;height:16px;gap:2px}.loaderSmall__780c2842.sm__5f630948 .dot__7f71e3cc{width:4px;height:4px}.loaderSmall__780c2842.md__7dfb58ce{width:24px;height:24px;gap:3px}.loaderSmall__780c2842.md__7dfb58ce .dot__7f71e3cc{width:6px;height:6px}.loaderSmall__780c2842.lg__3d588eab{width:32px;height:32px;gap:4px}.loaderSmall__780c2842.lg__3d588eab .dot__7f71e3cc{width:8px;height:8px}.loaderSmall__780c2842.neutral__c9b8ae2f .dot__7f71e3cc{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-11-0)}.loaderSmall__780c2842.brand__265cbced .dot__7f71e3cc{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-11-0)}.loaderSmall__780c2842 .dot__7f71e3cc{border-radius:50%}.loaderSmall__780c2842 .dot1__e53b2c8f{animation:dotCycleSmall__94cd57d9 .9s infinite}.loaderSmall__780c2842 .dot2__b0ec8a6c{animation:dotCycleSmall__94cd57d9 .9s infinite .15s}.loaderSmall__780c2842 .dot3__fddb3dc7{animation:dotCycleSmall__94cd57d9 .9s infinite .3s}@keyframes dotCycleSmall__94cd57d9{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__e7e8ab1c{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-11-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__b0549412{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__b0549412 .dot__7f71e3cc{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-11-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__b0549412 .dot1__e53b2c8f{top:0;left:0;animation:dotCycleMiddle__900ae0c8 3s infinite}.loaderMiddleDots__b0549412 .dot2__b0ec8a6c{right:0;top:0;opacity:.7;animation:dotCycleMiddle__900ae0c8 3s infinite .74s}.loaderMiddleDots__b0549412 .dot3__fddb3dc7{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__900ae0c8 3s infinite 1.5s}.loaderMiddleDots__b0549412 .dot4__5091f4d1{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__900ae0c8 3s infinite 2.25s}.loaderMiddleDots__b0549412 .line__2a7c2e91{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-11-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__54bc603e 3s infinite}@keyframes lineCycle__54bc603e{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__900ae0c8{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__5542e403{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__5542e403:enabled{cursor:pointer}.buttonIcon__5542e403.circle__edfc63b9{border-radius:50%}.buttonIcon__5542e403.squircle__66d7cf7d{border-radius:4px}.buttonIcon__5542e403:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-11-0)}.dropdownMobileInput__eb156265{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-11-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__eb156265::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-11-0);opacity:1}.dropdownMobileInput__eb156265::-ms-clear{display:none}.tabsLineWrapper__0d94ab18[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__0d94ab18[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__0d94ab18[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__0d94ab18[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__0d94ab18{position:relative}.tabsLineWrapper__0d94ab18.withSeparator__a6f823b8:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-11-0);bottom:0;left:0;right:0}.tabsLine__c0028ea9{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__c0028ea9:has(.sm__57739b5b){height:28px}.tabsLine__c0028ea9:has(.md__2f2af891){height:40px}.tabsLine__c0028ea9:has(.lg__265c714b){height:56px}.tab__8b1ff42c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__8b1ff42c.sm__57739b5b{height:28px;padding-bottom:12px}.tab__8b1ff42c.md__2f2af891{height:40px;padding-top:8px;padding-bottom:12px}.tab__8b1ff42c.lg__265c714b{height:56px;padding-top:16px;padding-bottom:20px}.tab__8b1ff42c::-moz-focus-inner{border:none;padding:0}.tab__8b1ff42c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-11-0)}.tab__8b1ff42c.active__9e49d655{cursor:default}.tab__8b1ff42c: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__8b1ff42c:hover:after,.tab__8b1ff42c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-11-0)}.tab__8b1ff42c.active__9e49d655:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-11-0)}.notificationIcon__d4fe29fd{position:absolute;right:6px}.sm__57739b5b .notificationIcon__d4fe29fd{top:0}.md__2f2af891 .notificationIcon__d4fe29fd{top:8px}.lg__265c714b .notificationIcon__d4fe29fd{top:16px}.tabsLineDropdown__b93f0c3b{display:inline-block}.tabsLineDropdown__b93f0c3b .dropdownTarget__6c2cac65.active__9e49d655{cursor:pointer}.tabsLineDropdown__b93f0c3b .dropdownTargetInner__c6a673d0{display:inline-flex;align-items:center}.tabsLineDropdown__b93f0c3b .dropdownTargetCaret__dfcc52c1{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__b93f0c3b .dropdownTargetCaret__dfcc52c1.opened__3917e6a9{transform:rotate(-180deg)}.tabsLineDropdown__b93f0c3b .dropdown__ab7e2aa7{right:0;padding:4px}.tabsLineMobileWrapper__baafc2c6{position:relative}.tabsLineMobileWrapper__baafc2c6 .tab__8b1ff42c{flex-shrink:0}.tabsLineMobileWrapper__baafc2c6 .tab__8b1ff42c:first-child{margin-left:16px}.tabsLineMobileWrapper__baafc2c6 .tab__8b1ff42c:last-child{margin-right:16px}.tabsLineMobile__74b8bf33{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__74b8bf33::-webkit-scrollbar{display:none}.label__2f3c9f05{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__2f3c9f05.sm__62bcaacc{min-width:16px;min-height:16px}.label__2f3c9f05.sm__62bcaacc.nonempty__d36f7116{padding-left:24px}.label__2f3c9f05.md__8cbee351{min-height:24px;min-width:24px}.label__2f3c9f05.md__8cbee351.nonempty__d36f7116{padding-left:32px;padding-top:2px}.label__2f3c9f05.lg__eba76a7b{min-width:28px;min-height:28px}.label__2f3c9f05.lg__eba76a7b.nonempty__d36f7116{padding-left:40px;padding-top:4px}.label__2f3c9f05.disabled__baef41fc{cursor:default}.radio__cd4d65fc{margin:0;opacity:0}.radioIcon__2d4bcd6a{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-11-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-11-0)}.radioIcon__2d4bcd6a:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-11-0);border-radius:50%;transform:scale(0)}.sm__62bcaacc .radioIcon__2d4bcd6a:after{width:8px;height:8px;top:4px;left:4px}.md__8cbee351 .radioIcon__2d4bcd6a:after{width:12px;height:12px;top:6px;left:6px}.lg__eba76a7b .radioIcon__2d4bcd6a:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__2d4bcd6a,.radioIcon__2d4bcd6a:after{pointer-events:none}.radio__cd4d65fc,.radioIcon__2d4bcd6a{position:absolute;left:0;top:0}.sm__62bcaacc .radio__cd4d65fc,.sm__62bcaacc .radioIcon__2d4bcd6a{width:16px;height:16px;top:2px}.md__8cbee351 .radio__cd4d65fc,.md__8cbee351 .radioIcon__2d4bcd6a{width:24px;height:24px}.lg__eba76a7b .radio__cd4d65fc,.lg__eba76a7b .radioIcon__2d4bcd6a{width:28px;height:28px}.radio__cd4d65fc:enabled{cursor:pointer}.radio__cd4d65fc:checked+.radioIcon__2d4bcd6a{background:var(--triplex-next-Radio-Background_Checked_Default-0-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-11-0)}.radio__cd4d65fc:checked+.radioIcon__2d4bcd6a:after{transform:scale(1);transition:transform .2s ease-out}.radio__cd4d65fc:hover+.radioIcon__2d4bcd6a{background-color:var(--triplex-next-Radio-Background_Hover-0-11-0);box-shadow:none}.radio__cd4d65fc:disabled+.radioIcon__2d4bcd6a{background:var(--triplex-next-Radio-Background_Disabled-0-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-11-0)}.radio__cd4d65fc:disabled:checked+.radioIcon__2d4bcd6a{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-11-0)}.radio__cd4d65fc:disabled+.radioIcon__2d4bcd6a:after{background:var(--triplex-next-Radio-Dot_Disabled-0-11-0)}.radio__cd4d65fc:focus-visible+.radioIcon__2d4bcd6a{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-11-0)}.radio__cd4d65fc:checked:enabled:hover+.radioIcon__2d4bcd6a{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-11-0)}.radioXGroup__12f0517a{display:inline-flex;flex-flow:row wrap}.radioXGroup__12f0517a.indent-12__ab639c02{margin-left:-6px;margin-right:-6px}.radioXGroup__12f0517a.indent-12__ab639c02 .label__2f3c9f05{margin-left:6px;margin-right:6px}.radioXGroup__12f0517a.indent-16__cb524110{margin-left:-8px;margin-right:-8px}.radioXGroup__12f0517a.indent-16__cb524110 .label__2f3c9f05{margin-left:8px;margin-right:8px}.radioXGroup__12f0517a.indent-20__e646c904{margin-left:-10px;margin-right:-10px}.radioXGroup__12f0517a.indent-20__e646c904 .label__2f3c9f05{margin-left:10px;margin-right:10px}.radioXGroup__12f0517a.indent-24__afe77b17{margin-left:-12px;margin-right:-12px}.radioXGroup__12f0517a.indent-24__afe77b17 .label__2f3c9f05{margin-left:12px;margin-right:12px}.radioXGroup__12f0517a.indent-28__b111d6f6{margin-left:-14px;margin-right:-14px}.radioXGroup__12f0517a.indent-28__b111d6f6 .label__2f3c9f05{margin-left:14px;margin-right:14px}.radioXGroup__12f0517a.indent-32__b10df817{margin-left:-16px;margin-right:-16px}.radioXGroup__12f0517a.indent-32__b10df817 .label__2f3c9f05{margin-left:16px;margin-right:16px}.radioYGroup__8785f993{display:inline-flex;flex-flow:column wrap}.radioYGroup__8785f993 .label__2f3c9f05.sm__62bcaacc+.label__2f3c9f05.sm__62bcaacc{margin-top:8px}.radioYGroup__8785f993 .label__2f3c9f05.md__8cbee351+.label__2f3c9f05.md__8cbee351{margin-top:16px}.radioYGroup__8785f993 .label__2f3c9f05.lg__eba76a7b+.label__2f3c9f05.lg__eba76a7b{margin-top:20px}.notification__7549f153{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-11-0);background:var(--triplex-next-Notification-Background-0-11-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-11-0);z-index:300}.notification__7549f153:first-child{margin-top:0}.notification__7549f153.extraBottomPadding__621b25f8{padding-bottom:24px}.notification__7549f153 .notificationHeader__4929e6ab{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-11-0);width:100%;margin-top:0;margin-bottom:8px}.notification__7549f153 .notificationIcon__36bc40e3{line-height:0}.notification__7549f153 .notificationBody__5b6e6f41{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__7549f153 .notificationBodyList__2afc239d{margin-top:8px}.notification__7549f153 .notificationBodyContent__3fbd6b11{width:100%;font-size:14px}.notification__7549f153 .notificationClose__1df589f3{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__7549f153.showCloseOnHover__e80787c1 .notificationClose__1df589f3{opacity:0}.notification__7549f153.showCloseOnHover__e80787c1:hover{cursor:pointer}.notification__7549f153.showCloseOnHover__e80787c1:hover .notificationClose__1df589f3{opacity:1}.notification__7549f153 .notificationFooter__dbbb3e86{display:flex;align-items:center;margin-top:16px}.notification__7549f153 .notificationFooter__dbbb3e86 button+a{margin-left:16px}.notification__7549f153 .notificationTime__5ec093ca{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-11-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0442ef56{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0442ef56:hover{cursor:pointer}.notificationGroupedWrapper__0442ef56 .notificationGroupedFooterItem__d52491aa{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-11-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-11-0)}.notificationGroupedWrapper__0442ef56 .notificationGroupedFooterItem__d52491aa.first__843bcdd0{bottom:-8px;z-index:200}.notificationGroupedWrapper__0442ef56 .notificationGroupedFooterItem__d52491aa.second__88b6968d{bottom:-16px;z-index:100}@media(max-width:767px){.notification__7549f153,.notificationGroupedWrapper__0442ef56{width:100%}}.unorderedListItem__e76d4c5c:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__e76d4c5c+.unorderedListItem__e76d4c5c{margin-top:8px}.unorderedList__c793e258{position:relative;margin:0;padding-left:14px;list-style:none}.button__beb01a78.general__e37ba29c{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-11-0);color:var(--triplex-next-Button-General_Color_Default-0-11-0)}.button__beb01a78.general__e37ba29c:hover{background:var(--triplex-next-Button-General_Background_Hover-0-11-0);color:var(--triplex-next-Button-General_Color_Hover-0-11-0)}.button__beb01a78.general__e37ba29c.expanded__eb4ed197,.button__beb01a78.general__e37ba29c:active{background:var(--triplex-next-Button-General_Background_Active-0-11-0);color:var(--triplex-next-Button-General_Color_Active-0-11-0)}.button__beb01a78.general__e37ba29c:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-11-0)}.button__beb01a78.general__e37ba29c:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-11-0);color:var(--triplex-next-Button-General_Color_Disabled-0-11-0)}.button__beb01a78.secondary__414e0c90{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-11-0)}.button__beb01a78.secondary__414e0c90:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-11-0)}.button__beb01a78.secondary__414e0c90.expanded__eb4ed197,.button__beb01a78.secondary__414e0c90:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-11-0)}.button__beb01a78.secondary__414e0c90:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-11-0)}.button__beb01a78.secondary__414e0c90:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-11-0)}.button__beb01a78.secondaryLight__e13b3398{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-11-0)}.button__beb01a78.secondaryLight__e13b3398:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-11-0)}.button__beb01a78.secondaryLight__e13b3398.expanded__eb4ed197,.button__beb01a78.secondaryLight__e13b3398:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-11-0)}.button__beb01a78.secondaryLight__e13b3398:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-11-0)}.button__beb01a78.secondaryLight__e13b3398:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-11-0)}.button__beb01a78.danger__f9047739{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-11-0);color:var(--triplex-next-Button-Danger_Color_Default-0-11-0)}.button__beb01a78.danger__f9047739:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-11-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-11-0)}.button__beb01a78.danger__f9047739.expanded__eb4ed197,.button__beb01a78.danger__f9047739:active{background:var(--triplex-next-Button-Danger_Background_Active-0-11-0);color:var(--triplex-next-Button-Danger_Color_Active-0-11-0)}.button__beb01a78.danger__f9047739:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-11-0)}.button__beb01a78.danger__f9047739:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-11-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-11-0)}.button__beb01a78.link__6e765d2d{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-11-0);padding:0}.button__beb01a78.link__6e765d2d.sm__189bb4f7{height:28px;min-width:0px;padding:6px 2px}.button__beb01a78.link__6e765d2d.md__06cab162{height:40px;min-width:0px;padding:10px 2px}.button__beb01a78.link__6e765d2d.lg__a7cf5453{height:56px;min-width:0px;padding:18px 2px}.button__beb01a78.link__6e765d2d:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-11-0)}.button__beb01a78.link__6e765d2d.expanded__eb4ed197,.button__beb01a78.link__6e765d2d:active{color:var(--triplex-next-Button-Link_Color_Active-0-11-0)}.button__beb01a78.link__6e765d2d:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-11-0)}.button__beb01a78.link__6e765d2d:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-11-0)}.button__beb01a78{position:relative;margin:0;vertical-align:top;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__beb01a78::-moz-focus-inner{border:none;padding:0}.button__beb01a78.sm__189bb4f7{line-height:16px;font-size:12px}.button__beb01a78.sm__189bb4f7.general__e37ba29c,.button__beb01a78.sm__189bb4f7.secondary__414e0c90,.button__beb01a78.sm__189bb4f7.secondaryLight__e13b3398,.button__beb01a78.sm__189bb4f7.danger__f9047739{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__beb01a78.sm__189bb4f7.icon__f1947d57{min-height:28px;min-width:28px;padding:4px}.button__beb01a78.md__06cab162{line-height:20px;font-size:14px}.button__beb01a78.md__06cab162.general__e37ba29c,.button__beb01a78.md__06cab162.secondary__414e0c90,.button__beb01a78.md__06cab162.secondaryLight__e13b3398,.button__beb01a78.md__06cab162.danger__f9047739{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__beb01a78.md__06cab162.icon__f1947d57{min-height:40px;min-width:40px;padding:10px}.button__beb01a78.lg__a7cf5453{line-height:20px;font-size:16px}.button__beb01a78.lg__a7cf5453.general__e37ba29c,.button__beb01a78.lg__a7cf5453.secondary__414e0c90,.button__beb01a78.lg__a7cf5453.secondaryLight__e13b3398,.button__beb01a78.lg__a7cf5453.danger__f9047739{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__beb01a78.lg__a7cf5453.icon__f1947d57{min-height:56px;min-width:56px;padding:12px}.button__beb01a78:disabled{cursor:default}.button__beb01a78:disabled *{pointer-events:none}.button__beb01a78+.button__beb01a78:not(.block__a7d7b2c2){margin-left:12px}.button__beb01a78 .content__cf2ae0b4{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__beb01a78.block__a7d7b2c2{display:block;width:100%}.button__beb01a78.loading__1091f2e9{pointer-events:none}.button__beb01a78.loading__1091f2e9 .content__cf2ae0b4{visibility:hidden}.button__beb01a78 .loader__d16e5b66{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__beb01a78 .loader__d16e5b66.hidden__a5d69031{visibility:hidden}.buttonDropdownExtended__8efa5b9d{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__8efa5b9d .buttonDropdownExtendedBlock__114743ab{padding:4px;margin-top:4px;right:0}.buttonDropdown__a9caba67.block__a7d7b2c2{display:block}.buttonDropdown__a9caba67+.button__beb01a78:not(.block__a7d7b2c2),.buttonDropdown__a9caba67+.buttonDropdown__a9caba67:not(.block__a7d7b2c2){margin-left:16px}.buttonDropdown__a9caba67 .buttonDropdownTarget__5c4fd2a9 .caretIcon__dbddd90b{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__a9caba67 .buttonDropdownTarget__5c4fd2a9.active__ba5f9cc8 .caretIcon__dbddd90b{transform:rotate(-180deg)}.buttonDropdown__a9caba67 .buttonDropdownMenuItem__7f69839a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__90e74f8c{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__6b0e0cd9{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__2e19e731{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__575e99b2{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-0-11-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__f080c125{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__f080c125 .modalWindowContentWrapper__9517c7ad{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__90e74f8c .6s ease}.modalWindow__f080c125 .modalWindowContent__def12cf1{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__f080c125 .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{box-sizing:border-box;animation:fadeIn__17cc5885 .3s ease}@keyframes fadeIn__17cc5885{0%{opacity:0}to{opacity:1}}.modalWindow__f080c125 .modalWindowContent__def12cf1 .spinnerSm__4f20acd7{display:none}@media(max-width:767px){.modalWindow__f080c125 .modalWindowContent__def12cf1 .spinner__d9e83d91{display:none}.modalWindow__f080c125 .modalWindowContent__def12cf1 .spinnerSm__4f20acd7{display:flex}}.global-modalWindowTransition-exit .modalWindow__f080c125 .modalWindowContentWrapper__9517c7ad{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__6b0e0cd9 .3s ease}.global-modalWindowTransition-exit .modalWindow__f080c125 .modalWindowContentWrapper__9517c7ad .modalWindowBody__9b6e6cb8{animation:fadeOut__be87c823 .3s ease}@keyframes fadeOut__be87c823{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__19c7902f{position:absolute;left:0;right:0;height:0}.modalWindow__f080c125.sm__0c08f44d .modalWindowContentWrapper__9517c7ad{max-width:480px}.modalWindow__f080c125.sm__0c08f44d .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{min-height:196px}@media(max-width:575px){.modalWindow__f080c125.sm__0c08f44d .modalWindowContentWrapper__9517c7ad{max-width:100%}}.modalWindow__f080c125.md__e7aa7304 .modalWindowContentWrapper__9517c7ad{max-width:600px}.modalWindow__f080c125.md__e7aa7304 .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{min-height:246px}@media(max-width:767px){.modalWindow__f080c125.md__e7aa7304 .modalWindowContentWrapper__9517c7ad{max-width:100%}}.modalWindow__f080c125.lg__28791c52 .modalWindowContentWrapper__9517c7ad{max-width:800px}.modalWindow__f080c125.lg__28791c52 .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{min-height:396px}@media(max-width:991px){.modalWindow__f080c125.lg__28791c52 .modalWindowContentWrapper__9517c7ad{max-width:100%}}.modalWindowContentPage__04be6c3e{background:var(--triplex-next-ModalWindow-Background-0-11-0);padding:8px!important}.modalWindowContentPage__04be6c3e,.modalWindowLoaderScreen__f97d8c44{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__04be6c3e,.modalWindowLoaderScreen__f97d8c44{border-radius:24px}}.islandBody__e8484ae9{display:block}.islandHeader__be19f110,.islandFooter__0db5f287,.island__cb873bb7{position:relative}.island__cb873bb7.type1__7e9177f0{background-color:var(--triplex-next-Island-Type1_Background-0-11-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-11-0)}.island__cb873bb7.type2__d83798f3{background-color:var(--triplex-next-Island-Type2_Background-0-11-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-11-0)}.island__cb873bb7.type3__1922d8f0{background-color:var(--triplex-next-Island-Type3_Background-0-11-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-11-0)}.island__cb873bb7.sm__726b14ea{border-radius:16px;padding:16px}.island__cb873bb7.sm__726b14ea .islandHeader__be19f110+.islandBody__e8484ae9,.island__cb873bb7.sm__726b14ea .islandHeader__be19f110+.islandFooter__0db5f287,.island__cb873bb7.sm__726b14ea .islandBody__e8484ae9+.islandFooter__0db5f287{margin-top:8px}.island__cb873bb7.md__eaa4dd09{border-radius:24px;padding:24px}.island__cb873bb7.md__eaa4dd09 .islandHeader__be19f110+.islandBody__e8484ae9,.island__cb873bb7.md__eaa4dd09 .islandHeader__be19f110+.islandFooter__0db5f287,.island__cb873bb7.md__eaa4dd09 .islandBody__e8484ae9+.islandFooter__0db5f287{margin-top:12px}.island__cb873bb7.lg__185b1dcb{border-radius:32px;padding:32px}.island__cb873bb7.lg__185b1dcb .islandHeader__be19f110+.islandBody__e8484ae9,.island__cb873bb7.lg__185b1dcb .islandHeader__be19f110+.islandFooter__0db5f287,.island__cb873bb7.lg__185b1dcb .islandBody__e8484ae9+.islandFooter__0db5f287{margin-top:16px}@media(max-width:767px){.island__cb873bb7.sm__726b14ea,.island__cb873bb7.md__eaa4dd09{border-radius:16px;padding:16px}.island__cb873bb7.lg__185b1dcb{border-radius:24px;padding:24px}}.modalWindowBody__9b6e6cb8{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__a5a7da8e{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__a5a7da8e{top:20px;right:20px}}.loaderScreen__9eafff04{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__9eafff04.loaderSmallBackdrop__07e7bd7d{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-11-0)}.loaderScreen__9eafff04.loaderMiddleBackdrop__8c24c83b{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-11-0)}.body__e22c9a38{position:relative;display:flex}.body__e22c9a38 .bodyInner__a99f4a07{position:relative;flex-grow:1;width:100%}.bodyPage__81727de3{flex-grow:1}.verticalMargin24__a05321f2{margin-top:24px;margin-bottom:24px}.verticalMargin16__abf9dfa3{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__a05321f2{margin-top:16px;margin-bottom:16px}.verticalMargin16__abf9dfa3{margin-top:8px;margin-bottom:8px}}.headerTabs__b8e7bd6c{display:flex;justify-content:space-between}.headerTabs__b8e7bd6c .headerTabsContent__51b37788{flex-grow:1}.headerTabs__b8e7bd6c .headerTabsControls__0c9c3aab{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__b8e7bd6c{flex-wrap:wrap}.headerTabs__b8e7bd6c .headerTabsContent__51b37788{width:100%}.headerTabs__b8e7bd6c .headerTabsControls__0c9c3aab{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__b8e7bd6c .headerTabsControls__0c9c3aab>button{margin-left:16px;margin-top:16px}}.headerTitle__7eb946c8{display:flex;justify-content:space-between}.headerTitle__7eb946c8 .headerTitleControls__49291cae{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__daa0c293+.headerTitle__7eb946c8{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__7eb946c8{flex-wrap:wrap}.headerTitle__7eb946c8 .headerTitleContent__7a2702b8{width:100%}.headerTitle__7eb946c8 .headerTitleControls__49291cae{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__7eb946c8 .headerTitleControls__49291cae>button{margin-left:16px;margin-top:16px}}.headerSubheader__192b961b{padding:24px 0}.headerSubheader__192b961b.withoutPaddings__d5194371{padding:0}.headerLayoutSidebar__b6f5ed85{display:flex;justify-content:space-between}.headerLayoutSidebarContent__d78d0981{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__d24bd553{display:none}}.page__6b471d87{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__6b471d87{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__430603f2.sticky__a2d64df6{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__430603f2.sticky__a2d64df6[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-11-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__d81953ac.sticky__a2d64df6{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__d81953ac.sticky__a2d64df6[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-11-0)!important}.footerDescription__b5b5403f{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__1d68d4a0{flex-grow:1;margin-right:auto}.footerDescriptionControls__519ae8c1{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__b5b5403f{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__1d68d4a0{width:100%}.footerDescriptionControls__519ae8c1{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__519ae8c1>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__1d68d4a0+.footerDescriptionControls__519ae8c1{margin-top:0}.footer__438244f6{padding:16px 0}}.modalWindowHeader__81e5cf51 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__81e5cf51 .global-HeaderTitleContent{padding-right:72px}}.list__87f59a87{margin:0;padding:0;list-style:none;position:relative}.listItemControls__4f291b52{display:flex;padding:0 16px 0 4px}.listItemContent__fdd42f93{background:var(--triplex-next-ListItem-Background-0-11-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__fdd42f93.selected__2dc2c21b{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-11-0)}.listItemControlsButton__7382f159{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-11-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__7382f159:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-11-0)}.listItemControlsButton__7382f159:hover .listItemControlsButtonLabel__e88af63f{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-11-0)!important}.listItemControlsButton__7382f159.expanded__fd0e51cf,.listItemControlsButton__7382f159:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-11-0)}.listItemControlsButton__7382f159.expanded__fd0e51cf .listItemControlsButtonLabel__e88af63f,.listItemControlsButton__7382f159:active .listItemControlsButtonLabel__e88af63f{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-11-0)!important}.listItemControlsButton__7382f159+.listItemControlsButton__7382f159,.listItemControlsButton__7382f159+.listItemControlsButtonDropdown__79f49774{margin-left:4px}.listItemControlsButtonIcon__ac2f4870{line-height:0}.listItemControlsButton__7382f159.withText__68403acb .listItemControlsButtonIcon__ac2f4870{margin-bottom:8px}.listItemControlsButtonLabel__e88af63f{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-11-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__79f49774{display:flex}.listItemControlsButtonInner__b6bf23cf{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__7382f159.withIcon__0e66a591.withText__68403acb .listItemControlsButtonInner__b6bf23cf{height:44px;overflow:visible}.buttonDropdownMenuItem__1b12b292{overflow:hidden;text-overflow:ellipsis}.listEmptyState__70b34df1{padding:64px 16px 16px;text-align:center}.listItemLoading__f1a5c963{height:24px;padding:12px 0;position:relative}.label__5ec1f5ec{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5ec1f5ec.sm__6a22d0de{min-width:16px;min-height:16px}.label__5ec1f5ec.sm__6a22d0de.nonempty__db2500bd{padding-left:24px}.label__5ec1f5ec.md__21829ab8{min-width:24px;min-height:24px}.label__5ec1f5ec.md__21829ab8.nonempty__db2500bd{padding-left:32px;padding-top:2px}.label__5ec1f5ec.lg__a0b190bb{min-width:28px;min-height:28px}.label__5ec1f5ec.lg__a0b190bb.nonempty__db2500bd{padding-left:40px;padding-top:4px}.label__5ec1f5ec.disabled__a52cd539{cursor:default}.label__5ec1f5ec[hidden]{display:none}.checkbox__a25e4b31{margin:0;opacity:0}.checkboxIcon__a8186e15{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-11-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-11-0)}.sm__6a22d0de .checkboxIcon__a8186e15{border-radius:4px}.checkmarkIcon__40fac467{transform:scale(0)}.checkmarkIcon__40fac467 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-11-0)}.checkboxIcon__a8186e15,.checkmarkIcon__40fac467{pointer-events:none}.checkbox__a25e4b31,.checkboxIcon__a8186e15,.checkmarkIcon__40fac467{position:absolute;left:0;top:0}.sm__6a22d0de .checkbox__a25e4b31,.sm__6a22d0de .checkboxIcon__a8186e15,.sm__6a22d0de .checkmarkIcon__40fac467{width:16px;height:16px;top:2px}.md__21829ab8 .checkbox__a25e4b31,.md__21829ab8 .checkboxIcon__a8186e15,.md__21829ab8 .checkmarkIcon__40fac467{width:24px;height:24px}.lg__a0b190bb .checkbox__a25e4b31,.lg__a0b190bb .checkboxIcon__a8186e15,.lg__a0b190bb .checkmarkIcon__40fac467{width:28px;height:28px}.checkbox__a25e4b31:enabled{cursor:pointer}.checkbox__a25e4b31:enabled:hover+.checkboxIcon__a8186e15{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-11-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-11-0)}.checkbox__a25e4b31:checked+.checkboxIcon__a8186e15{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-11-0)}.checkbox__a25e4b31:checked~.checkmarkIcon__40fac467{transform:scale(1);transition:transform .2s ease-out}.checkbox__a25e4b31:disabled+.checkboxIcon__a8186e15{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-11-0)}.checkbox__a25e4b31:disabled:checked+.checkboxIcon__a8186e15{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-11-0)}.checkbox__a25e4b31:disabled~.checkmarkIcon__40fac467 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-11-0)}.checkbox__a25e4b31:focus-visible+.checkboxIcon__a8186e15{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-11-0)}.checkbox__a25e4b31:checked:enabled:hover+.checkboxIcon__a8186e15{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-11-0)}.listItemSelectable__91970519{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-11-0);border-radius:8px}.listItemSelectable__91970519.selected__2dc2c21b{background:var(--triplex-next-ListItem-Background_Selected-0-11-0)}.checkboxWrapper__d74683ba{padding:16px;line-height:0}.childrenWrapper__b0e4485c{flex-grow:1}.checkboxLabel__9c347275{padding:0!important;position:relative}.checkboxLabelClickArea__23b7ea82{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__05ae80e1{position:relative;overflow:hidden}.swipeableArea__05ae80e1 .content__eeab760e{position:relative;touch-action:pan-y}.swipeableArea__05ae80e1 .content__eeab760e.disableScroll__3c6335ff{touch-action:none}.swipeableArea__05ae80e1 .content__eeab760e.disablePointerEvents__d0d85883:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__05ae80e1 .swipeAnimationFinish__a273ef11{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__05ae80e1 .leftContent__b3dd791a,.swipeableArea__05ae80e1 .rightContent__c56f3cc2{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__05ae80e1 .rightContent__c56f3cc2{left:auto;right:0}.listItemTail__5fec7ac9{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__c27a5d4b{background:var(--triplex-next-ListMaster-Background-0-11-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__80c3a6b2{position:absolute;top:0;left:0;right:0}.listItemTailTop__80c3a6b2: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-0-11-0)}.listItemTailTop__80c3a6b2: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-0-11-0)}.listItemTailBottom__2ed9fab6{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__2ed9fab6: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-0-11-0)}.listItemTailBottom__2ed9fab6: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-0-11-0)}.listItemTailRight__57abdb47{right:-8px}.listItemTailLeft__9af0de3a{left:-8px}.listItemTable__d6840660{margin-bottom:4px}.listItemTable__d6840660:last-child{margin-bottom:0}.listSortableItemTarget__141455e2{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-11-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__141455e2:hover{background:var(--triplex-next-ListItem-Background_Selected-0-11-0)}.listSortableItemTarget__141455e2.dragging__2c471eaa{background:var(--triplex-next-ListItem-Background_Dragging-0-11-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-11-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__4a10d6d5{flex:1}.listSortableItemTargetIcon__524e654c{display:block;margin-left:24px}.listSortableItem__a8558a34{position:relative}.listSortableItem__a8558a34.dragging__2c471eaa{z-index:1}.listSortableItemControls__aeaa598d{display:inline-block}.islandWidgetHeader__ae9c1b48{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__ae9c1b48 .islandWidgetHeaderContent__eb0a6532{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__ae9c1b48 .islandWidgetHeaderDescription__9a6f43d3{display:flex}@media(max-width:767px){.islandWidgetHeader__ae9c1b48{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__8166e19a{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__62c75d6c{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__607e069c{margin-left:auto;white-space:nowrap}.expandAnimation__2d3a9cd2{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__863e784a{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-11-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__863e784a{border-radius:0 0 16px 16px}}.islandWidget__161be3d9{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__161be3d9>*{height:100%}.islandWidgetWithExtraFooter__d6ece8e9: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-0-11-0)!important}.islandWidgetWrapper__798978b7{display:flex;flex-direction:column}.formFieldClear__e452ac4d{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__e452ac4d.hidden__10067869{opacity:0;pointer-events:none}.formFieldTarget__aec69dbb{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-11-0)}.formFieldTarget__aec69dbb.placeholder__46f01629{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-11-0)}.formFieldTarget__aec69dbb.disabled__dfab3c98{color:var(--triplex-next-FormField-Target_Color_Disabled-0-11-0)}.formFieldTarget__aec69dbb.size-sm__ae93cf9f{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__aec69dbb.size-md__af6262cd{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__aec69dbb.size-lg__1153d725{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__aec69dbb .placeholderWrapper__4436ab74{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__aec69dbb:focus .placeholderWrapper__4436ab74{opacity:1}.formFieldTextarea__c8843168{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-11-0);resize:none;font-family:inherit}.formFieldTextarea__c8843168.sm__77bfab83{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__c8843168.md__2e01d4c7{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__c8843168.lg__53c102ea{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__c8843168:focus{outline:none}.formFieldTextarea__c8843168:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-11-0)}.formFieldTextarea__c8843168::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-11-0)}.chipGroupItem__6b144c3f{display:inline-block}.chip__4d733ccb{background:var(--triplex-next-Chip-Background_Default-0-11-0);color:var(--triplex-next-Chip-Color_Default-0-11-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__4d733ccb.lg__1dd6051d{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__4d733ccb.lg__1dd6051d .prefix__581e9875{padding-left:16px}.chip__4d733ccb.lg__1dd6051d .postfix__3fecf110{padding-right:16px}.chip__4d733ccb.md__23719da1{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__4d733ccb.md__23719da1 .prefix__581e9875{padding-left:12px}.chip__4d733ccb.md__23719da1 .postfix__3fecf110{padding-right:12px}.chip__4d733ccb.sm__98efab8a{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__4d733ccb.sm__98efab8a .prefix__581e9875{padding-left:8px}.chip__4d733ccb.sm__98efab8a .postfix__3fecf110{padding-right:8px}.chip__4d733ccb:hover{background:var(--triplex-next-Chip-Background_Hover-0-11-0);color:var(--triplex-next-Chip-Color_Hover-0-11-0)}.chip__4d733ccb:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-11-0)}.chip__4d733ccb:active,.chip__4d733ccb[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-11-0);color:var(--triplex-next-Chip-Color_Active-0-11-0)}.chip__4d733ccb.disabled__22bbe546{background:var(--triplex-next-Chip-Background_Disabled-0-11-0);color:var(--triplex-next-Chip-Color_Disabled-0-11-0);cursor:default;pointer-events:none}.chip__4d733ccb.selected__072928a0{background:var(--triplex-next-Chip-Background_Selected_Default-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-11-0)}.chip__4d733ccb.selected__072928a0:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-11-0)}.chip__4d733ccb.selected__072928a0:active,.chip__4d733ccb.selected__072928a0[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-11-0)}.chip__4d733ccb.selected__072928a0.disabled__22bbe546{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-11-0)}.chip__4d733ccb.withPrefix__88eafd2c{padding-left:0}.chip__4d733ccb.withPostfix__d621ae0d{padding-right:0}.chip__4d733ccb .content__36e54add{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__4d733ccb .prefix__581e9875,.chip__4d733ccb .postfix__3fecf110{display:flex}.calendarControls__4613eb84{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-0-11-0)}.calendarViewDays__01a84b1f{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__421f82c0 .calendarViewDays__01a84b1f{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__a7bb362f,.calendarViewYears__7ba24333{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__421f82c0 .calendarViewMonths__a7bb362f,.adaptive__421f82c0 .calendarViewYears__7ba24333{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__d963d582{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-11-0)}.calendarViewDaysBody__340e5383:before{display:block;content:"";line-height:8px}.adaptive__421f82c0 .calendarViewDaysBody__340e5383:before{line-height:4px}.calendarViewItem__17debcd5{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__17debcd5:focus-visible{outline:none}.calendarViewItem__17debcd5.current__de5266c9{font-weight:600}.calendarViewItem__17debcd5.disabled__4afc2199{pointer-events:none}.calendarViewItemLabel__dd03e212{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-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-11-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-11-0);cursor:pointer}.calendarViewItemLabel__dd03e212:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.basicMark__f749ecd0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.standardMark__c4c5d33a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.attentionMark__243ba78f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.criticalMark__87695887:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.muted__eeb16cb5{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.muted__eeb16cb5:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.basicMark__f749ecd0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.standardMark__c4c5d33a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.attentionMark__243ba78f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.criticalMark__87695887:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.marked__096b0ffa:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__dd03e212.basicMark__f749ecd0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.standardMark__c4c5d33a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.attentionMark__243ba78f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.criticalMark__87695887:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.muted__eeb16cb5{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-11-0)}.calendarViewItemLabel__dd03e212.disabled__4afc2199{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-11-0);background:none}.calendarViewItem__17debcd5:focus-visible .calendarViewItemLabel__dd03e212{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-11-0)}.unitDay__477b668c{width:36px;height:36px;border-radius:6px}.unitMonth__47aa1143,.unitYear__ecaad2d6{width:89px;height:48px;border-radius:6px}.adaptive__421f82c0 .unitMonth__47aa1143,.adaptive__421f82c0 .unitYear__ecaad2d6{width:104px;height:48px;border-radius:6px}.calendarFooter__cee692dd{margin-top:12px;text-align:center}.calendar__e9314893{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-11-0);-webkit-user-select:none;user-select:none}.calendar__e9314893.adaptive__421f82c0{width:auto;padding:20px}.calendar__e9314893+.calendar__e9314893{margin-top:20px}.datePickerExtendedMobileDropdown__13e06a48{max-height:100vh}.chipDropdownArrow__152f2189{transition:transform .3s ease}.chipDropdownArrow__152f2189.rotated__867fee41{transform:rotate(-180deg)}.chipClearButton__89f90414{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__89f90414:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-11-0)}.dropdownMobileMaskedInput__f0f7f189{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__303af338{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__303af338 .caretIcon__9d49fbea{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__303af338.selectOpened__fefb4160 .caretIcon__9d49fbea{transform:rotate(180deg)}.selectExtendedFieldTarget__303af338.loading__fe05dc5b,.selectExtendedFieldTarget__303af338.disabled__200d6914{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__fa533c97{position:relative}.multiselectFieldHeader__47820000{padding:12px}.multiselectFieldContentWrapper__8ac0a42a{padding:0 12px}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8.sm__bd49583a{height:204px}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8.md__274101fa{height:245px}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8.lg__1a3bde0f{height:324px}.multiselectFieldFooter__df42884c{padding:0 12px 12px}.multiselectFieldFooter__df42884c:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-11-0)}.chipOptionsContent__195b507a{min-width:14px;text-align:center;display:block}.tooltipDesktop__87d5dfd8{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__87d5dfd8 .tooltipBody__f7816aeb{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-11-0)}.tooltipDesktop__87d5dfd8 .tooltipXButton__d6e68e43{position:absolute;right:8px;top:8px}.tooltipDesktopContent__52f3b0f7{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-11-0);border-radius:8px}.closable__d2384f2a .tooltipDesktopContent__52f3b0f7{padding-right:32px}.tooltipSM__46bfbcea .tooltipDesktopContent__52f3b0f7{width:192px;min-height:52px}.tooltipLG__9b30ae4f .tooltipDesktopContent__52f3b0f7{width:384px;min-height:52px}.tooltipOverlay__f3a384eb{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__547ec879{width:0;height:0}.tooltipDesktopTip__547ec879.down__e50e702a{border-top:solid var(--triplex-next-Tooltip-Background-0-11-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__547ec879.up__22e8cbae{border-bottom:solid var(--triplex-next-Tooltip-Background-0-11-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__547ec879.left__c33e0fca{border-right:solid var(--triplex-next-Tooltip-Background-0-11-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__547ec879.right__73720033{border-left:solid var(--triplex-next-Tooltip-Background-0-11-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__561a2e18 .tooltipBody__f7816aeb{text-align:left}.tooltipMobileContent__672a3a2b{padding:16px}.headerless__d54970bd .tooltipMobileContent__672a3a2b{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__c4f705a5{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__d813e6c3{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-11-0)}.desktop__d813e6c3:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-11-0)}.desktop__d813e6c3:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-11-0)}.desktop__d813e6c3:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-11-0)}.mobile__d0790db5{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-11-0)}.mobile__d0790db5:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-11-0)}.mobile__d0790db5:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-11-0)}.mobile__d0790db5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-11-0)}.chipSuggestInputWrapper__5fd1b5a6{margin:12px}.suggestDropdownMobileBody__5117cbb1{height:176px}.suggestDropdownMobileNoOptionsText__e8e59922{padding:16px}.checkboxXGroup__d31073da{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__d31073da.indent-12__e3fa51ee{margin-left:-6px;margin-right:-6px}.checkboxXGroup__d31073da.indent-12__e3fa51ee .label__5ec1f5ec{margin-left:6px;margin-right:6px}.checkboxXGroup__d31073da.indent-16__852edda7{margin-left:-8px;margin-right:-8px}.checkboxXGroup__d31073da.indent-16__852edda7 .label__5ec1f5ec{margin-left:8px;margin-right:8px}.checkboxXGroup__d31073da.indent-20__00549a20{margin-left:-10px;margin-right:-10px}.checkboxXGroup__d31073da.indent-20__00549a20 .label__5ec1f5ec{margin-left:10px;margin-right:10px}.checkboxXGroup__d31073da.indent-24__205cba1b{margin-left:-12px;margin-right:-12px}.checkboxXGroup__d31073da.indent-24__205cba1b .label__5ec1f5ec{margin-left:12px;margin-right:12px}.checkboxXGroup__d31073da.indent-28__e8fc996b{margin-left:-14px;margin-right:-14px}.checkboxXGroup__d31073da.indent-28__e8fc996b .label__5ec1f5ec{margin-left:14px;margin-right:14px}.checkboxXGroup__d31073da.indent-32__423a2f0b{margin-left:-16px;margin-right:-16px}.checkboxXGroup__d31073da.indent-32__423a2f0b .label__5ec1f5ec{margin-left:16px;margin-right:16px}.checkboxYGroup__30a1835a{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__30a1835a .label__5ec1f5ec.sm__6a22d0de+.label__5ec1f5ec.sm__6a22d0de{margin-top:8px}.checkboxYGroup__30a1835a .label__5ec1f5ec.lg__a0b190bb+.label__5ec1f5ec.lg__a0b190bb{margin-top:20px}.checkboxYGroup__30a1835a .label__5ec1f5ec.md__21829ab8+.label__5ec1f5ec.md__21829ab8{margin-top:16px}.card__a28de46a{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__a28de46a.roundingMD__5acdb557{--radius: 16px}.card__a28de46a.roundingSM__cc5963e6{--radius: 8px}.card__a28de46a.general__d5ba70a2{background:var(--triplex-next-Card-Static_General_Background-0-11-0)}.card__a28de46a.secondary__cfb521df{background:var(--triplex-next-Card-Static_Secondary_Background-0-11-0)}.card__a28de46a .cardMedia__b0ef5aee{background-size:cover;background-repeat:no-repeat;background-position:center}.card__a28de46a .cardContent__f93144d5{padding:var(--padding)}.card__a28de46a .cardContent__f93144d5.paddingMD__23446fe9{--padding: 24px}.card__a28de46a .cardContent__f93144d5.paddingSM__c84419fd{--padding: 16px}.card__a28de46a .cardContent__f93144d5 .cardContentHeader__c3e4182f{margin-bottom:16px}.card__a28de46a .cardContent__f93144d5 .cardContentFooter__39f52b5f{margin-top:16px}.action__ed0be0d5{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__ed0be0d5: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__ed0be0d5.general__d5ba70a2{background:var(--triplex-next-Card-Action_General_Background-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-11-0)}.action__ed0be0d5.general__d5ba70a2:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-11-0)}.action__ed0be0d5.general__d5ba70a2.selected__ba96e304{background:var(--triplex-next-Card-Action_General_Background_Selected-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-11-0)}.action__ed0be0d5.general__d5ba70a2.selected__ba96e304:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-11-0)}.action__ed0be0d5.general__d5ba70a2:focus{outline:none}.action__ed0be0d5.general__d5ba70a2:focus.focusVisible__8d20a174{box-shadow:var(--triplex-next-Card-Shadow_Default-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-11-0)}.action__ed0be0d5.secondary__cfb521df{background:var(--triplex-next-Card-Action_Secondary_Background-0-11-0)}.action__ed0be0d5.secondary__cfb521df:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-11-0)}.action__ed0be0d5.secondary__cfb521df.selected__ba96e304{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-11-0)}.action__ed0be0d5.secondary__cfb521df.selected__ba96e304:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-11-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-11-0)}.action__ed0be0d5.secondary__cfb521df:focus{outline:none}.action__ed0be0d5.secondary__cfb521df:focus.focusVisible__8d20a174{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-11-0)}.alertContext__940101f5{display:flex;font-size:12px;line-height:16px}.alertContext__940101f5>svg{flex-shrink:0}.alertContext__940101f5 .alertContextText__e7180e1e{margin-left:8px}.alertContext__940101f5.alertTypeError__229a769f .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-Error_Color-0-11-0)}.alertContext__940101f5.alertTypeInfo__ab2b19c1 .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-Info_Color-0-11-0)}.alertContext__940101f5.alertTypeWarning__fe57216a .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-Warning_Color-0-11-0)}.alertContext__940101f5.alertTypeSystem__1888f887 .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-System_Color-0-11-0)}.alertProcess__c14b45e6{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__c14b45e6.withSpoiler__9766e447{min-height:40px}.alertProcess__c14b45e6 .themeIcon__76a46a9f{box-sizing:border-box;height:20px;width:20px}.alertProcess__c14b45e6.alertTypeError__229a769f{background:var(--triplex-next-AlertProcess-Error_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeInfo__ab2b19c1{background:var(--triplex-next-AlertProcess-Info_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeWarning__fe57216a{background:var(--triplex-next-AlertProcess-Warning_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeSystem__1888f887{background:var(--triplex-next-AlertProcess-System_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeFeature__dff4c78b{background:var(--triplex-next-AlertProcess-Feature_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeFeature__dff4c78b .themeIcon__76a46a9f{padding-top:0}.alertProcess__c14b45e6 .alertProcessContentBlock__f8b417f4{flex:1;margin-left:10px}.alertProcess__c14b45e6 .alertProcessContentBlock__f8b417f4 .expandableContent__2b3e167e{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c14b45e6 .alertProcessContentBlock__f8b417f4 .expandableContent__2b3e167e.expanded__92cd719c{max-height:1000px;opacity:1}.alertProcess__c14b45e6 .closeButton__bfeb6b35{margin-left:10px}.alertProcess__c14b45e6 .expandButton__88ae4daa{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__c14b45e6 .expandButton__88ae4daa.expanded__92cd719c{transform:rotate(180deg)}.adaptive__1fc8d06f{font-size:10px!important;line-height:12px!important}.col-1__5f1c56ae{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__04cf4ba4{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__c6df7f25{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__581d7c20{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__bb6405cd{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__ec197b68{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__71e4ab2a{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__f5b86904{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__0ec1eb74{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__59048a3c{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__1778d932{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__aca9428c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__bfd54b80{margin-left:0%}.offset-1__12e42600{margin-left:8.33333333%}.offset-2__fad9104d{margin-left:16.66666667%}.offset-3__d8ee4fec{margin-left:25%}.offset-4__36f69500{margin-left:33.33333333%}.offset-5__4e8a60c3{margin-left:41.66666667%}.offset-6__ca53c719{margin-left:50%}.offset-7__82dd5d07{margin-left:58.33333333%}.offset-8__307cc0d4{margin-left:66.66666667%}.offset-9__bb8de210{margin-left:75%}.offset-10__1ab4ec63{margin-left:83.33333333%}.offset-11__6197c420{margin-left:91.66666667%}.d-none__c51e6cd4{display:none!important}.d-block__18bcdf6b{display:block!important}@media(min-width:576px){.col-sm-1__400babcd{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__8ba45db5{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__a53bb88b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__3dca2a2f{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__9b29a3bd{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__e0ca9002{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__b9be82ce{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__2670e898{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__69cd4045{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d57ef753{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__a2629afc{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__9ea86289{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__50eaf540{margin-left:0%}.offset-sm-1__9697a63f{margin-left:8.33333333%}.offset-sm-2__c584db51{margin-left:16.66666667%}.offset-sm-3__4b60ea0b{margin-left:25%}.offset-sm-4__fff2718b{margin-left:33.33333333%}.offset-sm-5__c00bbb44{margin-left:41.66666667%}.offset-sm-6__06b236de{margin-left:50%}.offset-sm-7__89e25d89{margin-left:58.33333333%}.offset-sm-8__f9f13e45{margin-left:66.66666667%}.offset-sm-9__ed72f639{margin-left:75%}.offset-sm-10__cf3770d4{margin-left:83.33333333%}.offset-sm-11__376e99f4{margin-left:91.66666667%}.d-none-sm__e73d2f56{display:none!important}.d-block-sm__6631ae8f{display:block!important}}@media(min-width:768px){.col-md-1__34c64dc9{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__8453d2d1{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__7d4fa15a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__5dd1dde8{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__ebca50c0{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__0aa850db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__6a579337{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__ba707017{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__fcd5b8dd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__b2de635c{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__4421310d{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__dcb42d5d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__4e1929c2{margin-left:0%}.offset-md-1__d1437d90{margin-left:8.33333333%}.offset-md-2__7f8ee63f{margin-left:16.66666667%}.offset-md-3__be82346c{margin-left:25%}.offset-md-4__911c9116{margin-left:33.33333333%}.offset-md-5__d03b4e89{margin-left:41.66666667%}.offset-md-6__c202d02b{margin-left:50%}.offset-md-7__2cf97452{margin-left:58.33333333%}.offset-md-8__74af0117{margin-left:66.66666667%}.offset-md-9__082f66b2{margin-left:75%}.offset-md-10__d34f18ce{margin-left:83.33333333%}.offset-md-11__b6f430ec{margin-left:91.66666667%}.d-none-md__7c19103d{display:none!important}.d-block-md__3dacd592{display:block!important}}@media(min-width:992px){.col-lg-1__675eedcc{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__dec55807{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__bd003750{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__cb882e6e{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__e51708ce{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__962a8835{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__39416044{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__fcaa08be{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__8538a41d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__6adf26a2{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__53f4c0df{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__719914b1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__f696ddae{margin-left:0%}.offset-lg-1__4b4af8ca{margin-left:8.33333333%}.offset-lg-2__b2cdafc7{margin-left:16.66666667%}.offset-lg-3__9a4e3ae3{margin-left:25%}.offset-lg-4__1747e195{margin-left:33.33333333%}.offset-lg-5__91c56314{margin-left:41.66666667%}.offset-lg-6__4e4f9aed{margin-left:50%}.offset-lg-7__9d77a7e0{margin-left:58.33333333%}.offset-lg-8__2eafdef6{margin-left:66.66666667%}.offset-lg-9__1a244d77{margin-left:75%}.offset-lg-10__2026ae83{margin-left:83.33333333%}.offset-lg-11__756d4ccf{margin-left:91.66666667%}.d-none-lg__91e3b7ad{display:none!important}.d-block-lg__865980ad{display:block!important}}@media(min-width:1200px){.col-xl-1__ec9e69d5{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__17635afd{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__8167647e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__43dad08e{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__44a9b00c{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__2306b311{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__3adbcdac{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__1f8782cb{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__34cc4a2f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__9d7bca33{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__98dc4012{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__73dcc46c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__72e5ee55{margin-left:0%}.offset-xl-1__31988dcd{margin-left:8.33333333%}.offset-xl-2__bfbc7c78{margin-left:16.66666667%}.offset-xl-3__74b17a1a{margin-left:25%}.offset-xl-4__2b2a7a98{margin-left:33.33333333%}.offset-xl-5__d2c7dffa{margin-left:41.66666667%}.offset-xl-6__89db73fd{margin-left:50%}.offset-xl-7__80a294b2{margin-left:58.33333333%}.offset-xl-8__ded7f63b{margin-left:66.66666667%}.offset-xl-9__c88149ea{margin-left:75%}.offset-xl-10__c1517728{margin-left:83.33333333%}.offset-xl-11__05bb673d{margin-left:91.66666667%}.d-none-xl__6888e363{display:none!important}.d-block-xl__d6b0a8aa{display:block!important}}.ellipsisLineClamp__e05e4e12{--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__e05e4e12.oneLine__1c56480f{word-break:break-all}.link__7cf8515a{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-11-0)}.link__7cf8515a:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-11-0)}.link__7cf8515a:active{color:var(--triplex-next-Link-Text_Color_Active-0-11-0)}.link__7cf8515a:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-11-0)}.wordWithContent__ce572cfc{white-space:nowrap;display:inline-flex;align-items:center}.before__6d3252c6 :first-child{margin-right:4px}.after__a12503bb :last-child{margin-left:4px}.marker__a4b6ed65{border-radius:50%}.marker__a4b6ed65.md__aef341bb{width:8px;height:8px}.marker__a4b6ed65.lg__548b9ae2{width:10px;height:10px}.marker__a4b6ed65.success__2c528182{background:var(--triplex-next-Marker-Background_Success-0-11-0)}.marker__a4b6ed65.error__971c69ed{background:var(--triplex-next-Marker-Background_Error-0-11-0)}.marker__a4b6ed65.warning__9a3a0819{background:var(--triplex-next-Marker-Background_Warning-0-11-0)}.marker__a4b6ed65.waiting__8cceda62{background:var(--triplex-next-Marker-Background_Waiting-0-11-0)}.markerStatus__8d614b23{line-height:0;display:flex;align-items:start}.markerStatus__8d614b23 .contentContainer__0c066fec{display:flex;flex-direction:column}.markerStatus__8d614b23.md__7abafceb{gap:4px}.markerStatus__8d614b23.md__7abafceb .markerContainer__a97b59ce{margin-top:4px}.markerStatus__8d614b23.lg__ce488620{gap:6px}.markerStatus__8d614b23.lg__ce488620 .contentContainer__0c066fec{gap:4px}.markerStatus__8d614b23.lg__ce488620 .markerContainer__a97b59ce{margin-top:5px}.row__03a11a90{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__03a11a90.noPaddingBottom__af2b255b,.row__03a11a90:last-child{padding-bottom:0}.tabsExtended__75d26e99{position:relative}.tabsExtendedContent__84bcb64a{display:inline-flex}.tabsExtendedContent__84bcb64a.sm__ad8eab2e{border-radius:6px;padding:4px}.tabsExtendedContent__84bcb64a.md__9a4b3552{border-radius:8px;padding:4px}.tabsExtendedContent__84bcb64a.lg__48d9f10c{border-radius:10px;padding:8px}.tabsExtendedTab__4d4c6c96{display:flex}.tabsExtendedTab__4d4c6c96+.tabsExtendedTab__4d4c6c96,.tabsExtendedDropdown__ab272ca8{margin-left:2px}.tabsReal__6a06fc7c,.tabsFake__32f39a8c{display:flex;box-sizing:border-box;width:100%}.tabsReal__6a06fc7c.hidden__b8692a22{visibility:hidden}.tabsReal__6a06fc7c .tabsExtendedTab__4d4c6c96.hidden__b8692a22{display:none}.tabsFake__32f39a8c{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__c9ebae9c .tabsExtendedContent__84bcb64a{background-color:var(--triplex-next-Tabs-Type1_Background-0-11-0)}.type2__00a5c4ac .tabsExtendedContent__84bcb64a{background-color:var(--triplex-next-Tabs-Type2_Background-0-11-0)}.tabsExtendedTabButton__00594b06{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-11-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__00594b06 .tabButtonText__1db860f3{font-weight:400}.tabsExtendedTabButton__00594b06.lg__48d9f10c{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__00594b06.lg__48d9f10c .tabButtonText__1db860f3{font-size:16px;line-height:20px}.tabsExtendedTabButton__00594b06.md__9a4b3552{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__00594b06.md__9a4b3552 .tabButtonText__1db860f3{font-size:14px;line-height:20px}.tabsExtendedTabButton__00594b06.sm__ad8eab2e{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__00594b06.sm__ad8eab2e .tabButtonText__1db860f3{font-size:12px;line-height:16px}.tabsExtendedTabButton__00594b06::-moz-focus-inner{border:none}.tabsExtendedTabButton__00594b06+.tabsExtendedTabButton__00594b06{margin-left:2px}.tabsExtendedTabButton__00594b06:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c.selected__574a7123{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c.selected__574a7123 .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c:hover .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-11-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac.selected__574a7123{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac.selected__574a7123 .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac:hover .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-11-0)}.notificationIcon__d4b731d0{position:absolute;right:4px;top:4px}.tabButtonDropdown__0d3563d8{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__0d3563d8.sm__4fc76ca6{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__0d3563d8.md__4b8fe696{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__0d3563d8.lg__dbe28e6e{min-width:40px!important;min-height:40px!important}.tag__49af03b1{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-11-0);border-radius:4px;gap:2px}.tag__49af03b1.sm__7f1e9a4f{height:20px;padding:2px 4px 2px 6px}.tag__49af03b1.md__c1ef0208{height:28px;padding:4px 6px 4px 8px}.tag__49af03b1.lg__ff213f02{height:32px;padding:6px 8px 6px 10px}.content__5563396d{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__12c48494{display:flex;flex-wrap:wrap}.tagGroup__12c48494.sm__4d845b8b{gap:4px}.tagGroup__12c48494.md__983daf30{gap:8px}.tagGroup__12c48494.lg__5aba67a0{gap:12px}.paginationExtended__62ac98e0{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__5c426d61 .directionIconNext__d7d3ef88{transform:rotate(180deg)}.pageEllipsis__e9864bb9{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-11-0);cursor:default}.paginationPageButton__8f3e1e8d{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-11-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__8f3e1e8d:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-11-0);outline:none}.paginationPageButton__8f3e1e8d:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-11-0)}.paginationPageButton__8f3e1e8d:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-11-0);cursor:grabbing}.paginationPageButton__8f3e1e8d.currentPage__8c355fb2{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-11-0);cursor:default}.paginationNavigationExtended__936167a1{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__addd6486{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__addd6486 .paginationSelectControl__8565b01a{margin-left:8px}.skeleton__33ec588b{border-radius:16px;flex-grow:1}.skeleton__33ec588b.light__fd585758{animation:skeleton-light-pulse__bee21e2d 2s ease-in-out infinite}.skeleton__33ec588b.dark__2b79c7bc{animation:skeleton-dark-pulse__e06b7c08 2s ease-in-out infinite}@keyframes skeleton-light-pulse__bee21e2d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-11-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-11-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-11-0)}}@keyframes skeleton-dark-pulse__e06b7c08{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-11-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-11-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-11-0)}}.segmentedControlSegment__828515cd{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-0-11-0);outline:none;cursor:pointer}.segmentedControlSegment__828515cd:disabled{cursor:default}.sm__ce756220 .segmentedControlSegment__828515cd{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__eb24195b .segmentedControlSegment__828515cd{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__bae44453 .segmentedControlSegment__828515cd{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__34213087 .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd.selected__fe656112:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd.selected__fe656112:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-11-0)}.segmentedControlSegment__828515cd:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-11-0)}.content__b9a01a83{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__5c5dacbb{display:flex;gap:4px}.segmentedControl__5c5dacbb.general1__34213087{background:var(--triplex-next-SegmentedControl-General_1_Background-0-11-0)}.segmentedControl__5c5dacbb.secondary1__36036a9f{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-11-0)}.segmentedControl__5c5dacbb.general2__40ee82e9{background:var(--triplex-next-SegmentedControl-General_2_Background-0-11-0)}.segmentedControl__5c5dacbb.secondary2__a4296cf0{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-11-0)}.segmentedControl__5c5dacbb.sm__ce756220{border-radius:6px;padding:4px}.segmentedControl__5c5dacbb.md__eb24195b{border-radius:8px;padding:4px}.segmentedControl__5c5dacbb.lg__bae44453{border-radius:10px;padding:8px}.step__c666cbee{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__c666cbee.default__cb5f4341{background-color:var(--triplex-next-Step-Background_Default-0-11-0)}.step__c666cbee.default__cb5f4341>span{color:var(--triplex-next-Step-Color_Default-0-11-0)}.step__c666cbee.done__a62838aa{background-color:var(--triplex-next-Step-Background_Done-0-11-0)}.step__c666cbee.done__a62838aa>span{color:var(--triplex-next-Step-Color_Done-0-11-0)}.step__c666cbee.warning__f59ec4bb{background-color:var(--triplex-next-Step-Background_Warning-0-11-0)}.step__c666cbee.warning__f59ec4bb>span{color:var(--triplex-next-Step-Color_Warning-0-11-0)}.step__c666cbee.active__fc10a62b{background-color:var(--triplex-next-Step-Background_Active-0-11-0)}.step__c666cbee.active__fc10a62b>span{color:var(--triplex-next-Step-Color_Active-0-11-0)}.step__c666cbee.error__fff07343{background-color:var(--triplex-next-Step-Background_Error-0-11-0)}.step__c666cbee.error__fff07343>span{color:var(--triplex-next-Step-Color_Error-0-11-0)}.step__c666cbee.disabled__83f86c79{background-color:var(--triplex-next-Step-Background_Disabled-0-11-0)}.step__c666cbee.disabled__83f86c79>span{color:var(--triplex-next-Step-Color_Disabled-0-11-0)}.stepperWrapper__3e498d62{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-11-0)}.stepperStep__96ef41e2{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__96ef41e2+.stepperStep__96ef41e2{margin-left:12px}.stepperStep__96ef41e2.sm__9a0229ea:not(:last-child) .content__c3afb53b{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__96ef41e2.sm__9a0229ea:last-child .content__c3afb53b{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__96ef41e2.sm__9a0229ea:last-child .arrow__80c52cdc{display:none}.stepperStep__96ef41e2.md__2d77b7a0:not(:last-child) .content__c3afb53b{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__96ef41e2.md__2d77b7a0:last-child .content__c3afb53b{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__96ef41e2.md__2d77b7a0:last-child .arrow__80c52cdc{display:none}.stepperStep__96ef41e2.lg__d708098e:not(:last-child) .content__c3afb53b{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__96ef41e2.lg__d708098e:last-child .content__c3afb53b{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__96ef41e2.lg__d708098e:last-child .arrow__80c52cdc{display:none}.stepperStep__96ef41e2:hover:not(.active__f5fb0da6):not(.disabled__8f71e8ed) .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0)}.stepperStep__96ef41e2:hover:not(.active__f5fb0da6):not(.disabled__8f71e8ed) .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0)}.stepperStep__96ef41e2:hover:not(.active__f5fb0da6):not(.disabled__8f71e8ed) .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6{cursor:default}.stepperStep__96ef41e2.active__f5fb0da6 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.error__2a0cbb26 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.error__2a0cbb26 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.error__2a0cbb26 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.warning__8aa36bd9 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.warning__8aa36bd9 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.warning__8aa36bd9 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf :not(.error__2a0cbb26):not(.warning__8aa36bd9) .content__c3afb53b{color:var(--triplex-next-Stepper-Step_Color_Default-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf :not(.error__2a0cbb26):not(.warning__8aa36bd9):hover .content__c3afb53b{color:var(--triplex-next-Stepper-Step_Color_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.disabled__8f71e8ed{pointer-events:none}.stepperStep__96ef41e2.disabled__8f71e8ed .content__c3afb53b{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-11-0)}.stepperStep__96ef41e2.disabled__8f71e8ed .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-11-0)}.stepperStep__96ef41e2.disabled__8f71e8ed .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742 .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6 .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742 .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6 .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742:hover .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6:hover .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742:hover .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6:hover .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.content__c3afb53b{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-11-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-11-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-11-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__9a0229ea{font-size:12px;line-height:16px}.md__2d77b7a0{font-size:14px;line-height:20px}.lg__d708098e{font-size:16px;line-height:20px}.arrow__80c52cdc{transform:translate(0)}.arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-11-0)}.arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-11-0)}.icon__b8b39077{display:inline-flex;align-items:center;line-height:0}.nonempty__e4cf71b3 .icon__b8b39077{margin-right:6px}.stepperExtended__9e2b5d02{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__5a77c87d{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__5a77c87d::-webkit-scrollbar{display:none}.stepper__954c0b26.sm__9a0229ea{padding-left:28px;padding-right:28px}.stepper__954c0b26.md__2d77b7a0{padding-left:40px;padding-right:40px}.stepper__954c0b26.lg__d708098e{padding-left:56px;padding-right:56px}.stepperCarousel__a5445c6c{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__a5445c6c .buttonPrev__708b021e,.stepperCarousel__a5445c6c .buttonNext__1df8e022{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__a5445c6c .buttonPrev__708b021e.sm__9a0229ea,.stepperCarousel__a5445c6c .buttonNext__1df8e022.sm__9a0229ea{height:28px;width:28px}.stepperCarousel__a5445c6c .buttonPrev__708b021e.md__2d77b7a0,.stepperCarousel__a5445c6c .buttonNext__1df8e022.md__2d77b7a0{height:40px;width:40px}.stepperCarousel__a5445c6c .buttonPrev__708b021e.lg__d708098e,.stepperCarousel__a5445c6c .buttonNext__1df8e022.lg__d708098e{height:56px;width:56px}.stepperCarousel__a5445c6c .buttonPrev__708b021e{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-11-0)}.stepperCarousel__a5445c6c .buttonNext__1df8e022{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-11-0)}@media(max-width:767px){.stepper__954c0b26{padding-left:16px;padding-right:16px}.buttonPrev__708b021e,.buttonNext__1df8e022{display:none}}.islandAccordion__be3adc48{margin:0;padding:0}.islandAccordion__be3adc48 .island__55788819{padding:0}.islandAccordion__be3adc48 .item__36b6da9f{position:relative;list-style-type:none}.islandAccordion__be3adc48 .item__36b6da9f.disabled__ef65ecfc{cursor:default;pointer-events:none}.islandAccordion__be3adc48 .item__36b6da9f+.item__36b6da9f.sm__0b851cda,.islandAccordion__be3adc48 .item__36b6da9f+.item__36b6da9f.md__16e2bd11{margin-top:16px}.islandAccordion__be3adc48 .item__36b6da9f+.item__36b6da9f.lg__987210e1{margin-top:24px}.islandAccordion__be3adc48 .item__36b6da9f .header__55b3cd28{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__be3adc48 .item__36b6da9f :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f.type1__a3a84c24:not(.opened__3fdadbf4) .header__55b3cd28:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f.type2__f5dc3b24:not(.opened__3fdadbf4) .header__55b3cd28:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f.type3__c710a4e9:not(.opened__3fdadbf4) .header__55b3cd28:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11{text-align:right}.islandAccordion__be3adc48 .item__36b6da9f .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11{visibility:hidden}.islandAccordion__be3adc48 .item__36b6da9f.opened__3fdadbf4 .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.opened__3fdadbf4 .footer__1c446e11{visibility:visible}.islandAccordion__be3adc48 .item__36b6da9f .caretWrapper__024f9abc{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__be3adc48 .item__36b6da9f .caretIcon__850d55ae{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .header__55b3cd28{padding:16px;border-radius:16px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .step__11abad83+.titleWrapper__588cff87{margin-top:2px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .footer__1c446e11{padding:0 16px 16px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .caretWrapper__024f9abc{right:12px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .remove__6686234f{right:-36px;top:20px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .step__11abad83{margin-right:12px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .header__55b3cd28{padding:24px;border-radius:24px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .footer__1c446e11{padding:0 24px 24px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .caretWrapper__024f9abc{right:20px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .remove__6686234f{right:-40px;top:28px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .step__11abad83{margin-right:12px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .header__55b3cd28{padding:32px;border-radius:32px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .footer__1c446e11{padding:0 32px 32px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .caretWrapper__024f9abc{right:28px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .remove__6686234f{right:-40px;top:36px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .step__11abad83{margin:0 16px 0 0}.islandAccordion__be3adc48 .item__36b6da9f.opened__3fdadbf4:not(.disabled__ef65ecfc) .caretWrapper__024f9abc .caretIcon__850d55ae{transform:rotate(-180deg)}.islandAccordion__be3adc48 .item__36b6da9f .remove__6686234f{position:absolute}@media(max-width:767px){.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11>*{margin-left:0!important}}.noColumns__9e85375f{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__9e85375f>.content__78478206{width:456px;text-align:center}.filterPanel__c6ce9cbd{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__9689e334{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__9689e334>a:not(:first-child){margin-left:16px}.tabsLinePanel__06960441{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__a069744c{0%{opacity:0}to{opacity:1}}.tableBasic__2769dc4f{position:relative}.tableBasic__2769dc4f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__2769dc4f table th.alignLeft__58832996,.tableBasic__2769dc4f table td.alignLeft__58832996{text-align:left}.tableBasic__2769dc4f table th.alignRight__215191bc,.tableBasic__2769dc4f table td.alignRight__215191bc{text-align:right}.tableBasic__2769dc4f table th.alignCenter__d7986431,.tableBasic__2769dc4f table td.alignCenter__d7986431{text-align:center}.tableBasic__2769dc4f table th.verticalAlignBaseline__3d576a40,.tableBasic__2769dc4f table td.verticalAlignBaseline__3d576a40{vertical-align:baseline}.tableBasic__2769dc4f table th.verticalAlignSub__0f6bf2c5,.tableBasic__2769dc4f table td.verticalAlignSub__0f6bf2c5{vertical-align:sub}.tableBasic__2769dc4f table th.verticalAlignSuper__65edfb9b,.tableBasic__2769dc4f table td.verticalAlignSuper__65edfb9b{vertical-align:super}.tableBasic__2769dc4f table th.verticalAlignTextTop__99931e72,.tableBasic__2769dc4f table td.verticalAlignTextTop__99931e72{vertical-align:text-top}.tableBasic__2769dc4f table th.verticalAlignTextBottom__7e091a89,.tableBasic__2769dc4f table td.verticalAlignTextBottom__7e091a89{vertical-align:text-bottom}.tableBasic__2769dc4f table th.verticalAlignMiddle__7ec01574,.tableBasic__2769dc4f table td.verticalAlignMiddle__7ec01574{vertical-align:middle}.tableBasic__2769dc4f table th.verticalAlignTop__9f149a3e,.tableBasic__2769dc4f table td.verticalAlignTop__9f149a3e{vertical-align:top}.tableBasic__2769dc4f table th.verticalAlignBottom__b763bacf,.tableBasic__2769dc4f table td.verticalAlignBottom__b763bacf{vertical-align:bottom}.tableBasic__2769dc4f table>thead>tr{height:48px}.tableBasic__2769dc4f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-11-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-11-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2769dc4f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-11-0)}}.tableBasic__2769dc4f table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__2769dc4f table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__2769dc4f table>thead>tr>th.checkboxType__3e15ab95{padding:16px 12px}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e{display:inline-flex;vertical-align:top}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760{cursor:pointer}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958{display:flex;visibility:hidden;align-items:center}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958.alignLeft__58832996{margin-right:8px}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958.alignRight__215191bc{margin-left:8px}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958.sorted__8abdc088{visibility:visible}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760:hover .orderButton__abc1b958{visibility:visible}.tableBasic__2769dc4f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-11-0)}.tableBasic__2769dc4f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__2769dc4f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__2769dc4f table>tbody>tr>td.textType__17747be9{padding:12px}.tableBasic__2769dc4f table>tbody>tr>td.componentsType__15d7f25e{padding:8px 12px}.tableBasic__2769dc4f table>tbody>tr>td.checkboxType__3e15ab95{padding:10px 12px 12px}.tableBasic__2769dc4f table>tbody>tr.selected__7041921b>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-11-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2769dc4f table>tbody>tr.selected__7041921b>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-11-0)}}.tableBasic__2769dc4f table>tbody.clickable__02d5002f>tr{cursor:pointer}.tableBasic__2769dc4f table>tbody.hoverable__d3dd8f5d>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-11-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2769dc4f table>tbody.hoverable__d3dd8f5d>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-11-0)}}.tableBasic__2769dc4f .footerEmptyData__db247286{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__2769dc4f .spinnerWrapper__e67c7502{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__2769dc4f .spinnerWrapper__e67c7502 .tableLoaderScreen__1a564280{border-radius:8px 8px 0 0}.tableBasic__2769dc4f .overlayCover__08c5064a{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-11-0);animation:fadeIn__a069744c .3s}.tableBasicSettingsBody__008fd4fe{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__8ae80cfe{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-11-0)!important}.columnSettingsSortableListItemTarget__8ae80cfe:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-11-0)!important}.columnSettingsSortableListItemTarget__8ae80cfe.dragging__41dd4e99{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-11-0)!important}.columnSettingsStaticListItem__58a99bc0{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-11-0)}.tableBasicSettingsFooter__77057b43{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-11-0);padding:11px 12px 12px}.tableBasicSettingsHeader__c4907240{padding:16px 12px 12px}.tableSettingsLink__9c2d8274{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__6cd6fc56{width:320px}.tableFooterWrapper__05a577d0{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__05a577d0 .tableFooterShadow__cfb57a08{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-11-0);pointer-events:none}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-11-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b{display:flex;align-items:center}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectedCount__8d68001c,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectAllButton__7bd6866b,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummaryAmount__681222f0{display:inline-flex}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectedCount__8d68001c,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectAllButton__7bd6866b,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummaryAmount__681222f0,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummaryLabel__2d529bbf{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__05a577d0{height:112px}}.paginationPanel__d5ae4fe8{margin-top:16px}.masterTable__418b5f7a{position:relative}.currency__cfd1deca{font-size:16px;line-height:20px;color:var(--triplex-next-AmountField-Currency_Color_Default-0-11-0)}.currency__cfd1deca.disabled__8199ddb7{color:var(--triplex-next-AmountField-Currency_Color_Disabled-0-11-0)}.orderedListItem__cc142c4b{counter-increment:list-item-tx}.orderedListItem__cc142c4b:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__cc142c4b+.orderedListItem__cc142c4b{margin-top:8px}.orderedList__9788c1e5{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__a55a617d{position:relative}.suggestDropdownListItem__3ebf1856{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__ac53e894{position:relative}.suggestFieldMobileBody__d3ae1910{height:176px}.suggestFieldMobileDropdownHint__b4ff5b70{padding:16px}.lightBox__14a96284{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__14a96284 .lightBoxBackdrop__4c040b42{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-0-11-0)}.lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a,.lightBox__14a96284.lightBoxTopOverlayActive__bc9ef155{overflow-y:hidden}.lightBox__14a96284 .lightBoxContent__45a14187{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-0-11-0)}.lightBox__14a96284 .lightBoxContent__45a14187>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__14a96284 .lightBoxContent__45a14187>.global-page{padding:16px}}.lightBox__14a96284 .loadingContentOverlay__89732805{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__14a96284 .lightBoxContentResizeWrapper__46d35602{position:absolute;left:0;right:0;height:0}.lightBox__14a96284 .tempElSafariBug__cb982fb6{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__e2267623,.global-LB-less-or-equal-media-point-0 .lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__45a14187{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__45a14187{padding-left:80px;padding-right:80px}.lightBoxControls__dbcea31d{z-index:100}.withKeyboardEvent__d13fc4af{display:inline-block}.withoutKeyboardEvent__0b799dcf,.lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a .withKeyboardEvent__d13fc4af,.lightBox__14a96284.lightBoxTopOverlayActive__bc9ef155 .withKeyboardEvent__d13fc4af,.lightBox__14a96284.isLoading__b98998db .withKeyboardEvent__d13fc4af{display:none}.lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a .withoutKeyboardEvent__0b799dcf,.lightBox__14a96284.lightBoxTopOverlayActive__bc9ef155 .withoutKeyboardEvent__0b799dcf,.lightBox__14a96284.isLoading__b98998db .withoutKeyboardEvent__0b799dcf{display:inline-block}.lightBox__14a96284.isLoading__b98998db .lightBoxPrev__1627c743,.lightBox__14a96284.isLoading__b98998db .lightBoxNext__8cb20deb{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__dbcea31d{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__de709b7b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__a275ab0f{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__f031780f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1627c743,.global-LB-less-or-equal-media-point-0 .lightBoxNext__8cb20deb{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1627c743{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__6dcc9f09,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__54d560e2{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__dbcea31d{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__de709b7b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__a275ab0f{display:none}.global-LB-more-media-point-0 .lightBoxClose__f031780f{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__1627c743,.global-LB-more-media-point-0 .lightBoxNext__8cb20deb{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__1627c743{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__8cb20deb{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__5e1d7c93{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__5e1d7c93.fixed__aff4d971{position:fixed}.overlay__5e1d7c93.closing__b8b8416f,.overlay__5e1d7c93.opened__f574611e{visibility:visible;left:0;right:0}.overlayPanel__8db54126{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-11-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__8db54126.bottom__a6bb8216{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__8db54126.left__187a8352{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__8db54126.right__3ffef088{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__8db54126.top__9045e8bd{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__8db54126.left__187a8352.opened__f574611e,.overlayPanel__8db54126.right__3ffef088.opened__f574611e{transform:translate(0)}.overlayPanel__8db54126.top__9045e8bd.opened__f574611e,.overlayPanel__8db54126.bottom__a6bb8216.opened__f574611e{transform:translateY(0)}.overlayContent__83ada58a{display:flex;min-height:100%}.overlayMask__66487512{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-11-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__66487512.overlayOpened__9d79dd09{opacity:1}.lightBoxSideOverlayLoaderWrapper__c755dea2{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__4bc4621e{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__138bcf1a{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__4bc4621e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__138bcf1a{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__138bcf1a{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__4bc4621e{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__138bcf1a{display:none}.lightBoxSideOverlayMask__a749762f{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-11-0)}.lightBoxSideOverlayWrapper__edfce4ee{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__edfce4ee.overflowXHidden__8622a443{overflow-x:hidden}.lightBoxSideOverlayWrapper__edfce4ee.overflowYHidden__0ab06b09{overflow-y:hidden}.lightBoxSideOverlayWrapper__edfce4ee.closing__526d7c5d,.lightBoxSideOverlayWrapper__edfce4ee.opened__508a9578{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__edfce4ee.closing__526d7c5d{pointer-events:none}.lightBoxSideOverlayWrapper__edfce4ee .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__edfce4ee .global-page{padding:16px}}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5{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-0-11-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5.opened__508a9578{transform:none}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5.opening__61871559{transform:translateY(0)}.lightBoxSideOverlayWrapper__edfce4ee.sizeSM__25afca31 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__edfce4ee.sizeMD__84d6fa82 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__edfce4ee.sizeLG__bc33ff9f .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayBase__2fd7ea39{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__edfce4ee .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__edfce4ee .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__58d1fc99{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__58d1fc99.closing__526d7c5d,.lightBoxSideOverlay__58d1fc99.opening__61871559{overflow-x:hidden}.topOverlayMask__bd3e5a99{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-11-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__ba149361{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__ba149361.closing__a32518f1,.topOverlayWrapper__ba149361.opened__32a14cb5{bottom:0}.topOverlayWrapper__ba149361 .topOverlayPanel__01a86a0f{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__b175f74e{z-index:500}@media(max-width:767px){.topOverlayPanel__01a86a0f{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__353554a2{--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:fixed;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}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__67641052{display:none}}.lightBoxRightSidebar__c95c51e4{--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:fixed;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}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__f1df0ce9{display:none}}html.scroll-0__adeea371{--triplex-next-scroll-width: 0px}html.scroll-15__b22b272e{--triplex-next-scroll-width: 15px}html.scroll-16__02a64451{--triplex-next-scroll-width: 16px}html.scroll-17__3327b6d5{--triplex-next-scroll-width: 17px}.smsField__617edcf3{display:inline-block;position:relative;width:100%}.smsField__617edcf3 .input__ecddffca{text-align:center}.smsField__617edcf3 .input__ecddffca::placeholder{opacity:1}.smsField__617edcf3 .input__ecddffca:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-11-0)}.smsField__617edcf3 .input__ecddffca.lg__d92d587e{padding:18px 40px}.smsField__617edcf3 .input__ecddffca.md__71235c50{padding-left:26px;padding-right:26px}.smsField__617edcf3 .input__ecddffca.sm__4185a065{padding-left:20px;padding-right:20px}.smsField__617edcf3 .btnRefresh__769b0701{position:absolute;outline:none;z-index:1}.smsField__617edcf3 .btnRefresh__769b0701.lg__d92d587e{top:12px;left:12px;height:32px;width:32px}.smsField__617edcf3 .btnRefresh__769b0701.md__71235c50{top:10px;left:10px}.smsField__617edcf3 .btnRefresh__769b0701.sm__4185a065{top:4px;left:4px}.smsField__617edcf3 .btnRefresh__769b0701 .full__698040a6{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-11-0)}.smsField__617edcf3 .btnRefresh__769b0701 .empty__c2d6c5a0{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-11-0)}.smsField__617edcf3 .btnRefresh__769b0701:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972.active__62eea4e4:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972.active__62eea4e4:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972.lg__d92d587e{top:15px;right:15px;height:26px;width:26px}.smsField__617edcf3 .btnSubmit__2fd47972.md__71235c50{top:10px;right:10px}.smsField__617edcf3 .btnSubmit__2fd47972.sm__4185a065{top:4px;right:4px}.spoiler__e76d95e5{display:flex;flex-direction:column}.spoiler__e76d95e5.opened__289aa594 .caretIcon__db504d32{transform:rotate(-180deg)}.spoiler__e76d95e5 .head__358d7767 .caretIcon__db504d32{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__e76d95e5 .head__358d7767 button>span{white-space:normal;text-align:left}.spoiler__e76d95e5 .content__59ad8110.hidden__5f06d6dc{display:none}.spoiler__e76d95e5 .lg__d31da773 .content__59ad8110{margin-top:8px}.spoiler__e76d95e5 .md__67d5b73c .content__59ad8110{margin-top:0}.spoiler__e76d95e5 .sm__7480fcba .content__59ad8110{margin-top:-4px}.statusTrackerWrapper__c2a6d9f7{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-11-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-11-0);overflow:hidden;height:100%}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5.verticalAlignMiddle__6115b454{align-self:center}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5.verticalAlignBottom__6fecbb73{align-self:end}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerChild__dfc615e6{padding:8px 0}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerChild__dfc615e6:empty{padding:0}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerSum__ccb8c8c0,.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerTitle__9fb038eb{padding-bottom:4px}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerDescription__bad087b9{display:block;padding-top:8px}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerAlert__57570da6{margin-top:12px;text-align:left}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerStatus__e1c17958{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerFooterWrapper__607e9f60{display:grid}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerFooterWrapper__607e9f60 .statusTrackerDescription__bad087b9:last-child{padding-top:0}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerFooterWrapper__607e9f60 .statusTrackerButton__523d53c5{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.waiting__0481de58{background:var(--triplex-next-StatusTracker-Waiting_Color-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.warning__75593cfb{background:var(--triplex-next-StatusTracker-Warning_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.rejected__b34ddb1c{background:var(--triplex-next-StatusTracker-Rejected_Color-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.approved__71655876{background:var(--triplex-next-StatusTracker-Approved_Color-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.waiting__0481de58{background:var(--triplex-next-StatusTracker-Waiting_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.warning__75593cfb{background:var(--triplex-next-StatusTracker-Warning_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.rejected__b34ddb1c{background:var(--triplex-next-StatusTracker-Rejected_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.approved__71655876{background:var(--triplex-next-StatusTracker-Approved_Background-0-11-0)}@media(max-width:767px){.statusTrackerWrapper__c2a6d9f7{border-radius:16px}}.smallInput__a1f009c9{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-0-11-0);background:var(--triplex-next-SmallInput-Background-0-11-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-11-0)}.smallInput__a1f009c9::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-11-0);opacity:1}.smallInput__a1f009c9::-ms-clear{display:none}.documentNumberEdit__ecbc0e4b .label__d35e7688{display:inline-block;margin-right:8px}.documentNumberEdit__ecbc0e4b .inputEditWrapper__b4e83046{width:68px;display:inline-block}.sliderExtendedDot__24b6b2f3{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-11-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__24b6b2f3:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-11-0)}.sliderExtendedDot__24b6b2f3.focusedByClick__da27ebe9:focus{box-shadow:none}.sliderExtendedDot__24b6b2f3:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-11-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__24b6b2f3:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-11-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__24b6b2f3.disabled__1a96f37f{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-11-0)}.sliderExtendedDot__24b6b2f3.disabled__1a96f37f:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-11-0)}.sliderExtendedDot__24b6b2f3.disabled__1a96f37f:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-11-0)}.sliderExtendedDot__24b6b2f3:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-11-0)}.sliderExtendedDot__24b6b2f3:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-11-0)}.sliderExtendedDot__24b6b2f3.dragByMouse__af01050f{background:var(--triplex-next-Slider-Dot_Background_Select-0-11-0)}.sliderExtendedDot__24b6b2f3.dragByMouse__af01050f:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-11-0)}.sliderExtendedDot__24b6b2f3:hover .sliderExtendedTooltipOverlay__912d3e98,.sliderExtendedDot__24b6b2f3:focus .sliderExtendedTooltipOverlay__912d3e98{visibility:visible}.sliderExtendedDot__24b6b2f3.lg__07d14245{width:28px;height:28px}.sliderExtendedDot__24b6b2f3.lg__07d14245:after{width:10px;height:10px}.sliderExtendedDot__24b6b2f3.lg__07d14245:before{width:14px;height:14px}.sliderExtendedMarks__87f60d15{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__f010910a{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__f010910a .sliderExtendedMarkDot__bdc94b88{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-11-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__f010910a .sliderExtendedMarkDot__bdc94b88.inSelectedRange__4185509b{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-11-0)}.sliderExtendedMark__f010910a.lg__07d14245{top:20px}.sliderExtendedMark__f010910a.lg__07d14245 .sliderExtendedMarkDot__bdc94b88{top:-20px}.sliderExtendedMark__f010910a .sliderExtendedMarkText__8193b871{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__f010910a.disabled__1a96f37f{pointer-events:none}.sliderExtendedMark__f010910a.disabled__1a96f37f .sliderExtendedMarkText__8193b871{pointer-events:none;opacity:.35}.sliderExtendedMark__f010910a.disabled__1a96f37f .sliderExtendedMarkDot__bdc94b88{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-11-0)}.sliderExtendedMark__f010910a:first-child,.sliderExtendedMark__f010910a:last-child{transform:none}.sliderExtendedMark__f010910a:first-child.reverse__04cedf9d .sliderExtendedMarkDot__bdc94b88{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f010910a:first-child.reverse__04cedf9d .sliderExtendedMarkText__8193b871{margin-right:-4px}.sliderExtendedMark__f010910a:first-child:not(.reverse__04cedf9d) .sliderExtendedMarkDot__bdc94b88{left:0;transform:translate(-50%)}.sliderExtendedMark__f010910a:first-child .sliderExtendedMarkText__8193b871{margin-left:-4px}.sliderExtendedMark__f010910a:last-child.reverse__04cedf9d .sliderExtendedMarkDot__bdc94b88{left:0;transform:translate(-50%)}.sliderExtendedMark__f010910a:last-child.reverse__04cedf9d .sliderExtendedMarkText__8193b871{margin-left:-4px}.sliderExtendedMark__f010910a:last-child:not(.reverse__04cedf9d) .sliderExtendedMarkDot__bdc94b88{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f010910a:last-child .sliderExtendedMarkText__8193b871{margin-right:-4px}.sliderExtendedMark__f010910a.active__e8a40fb1{pointer-events:none}.sliderExtendedRail__7a19fffe{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-11-0);cursor:pointer}.sliderExtended__6b6ebe15{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__6b6ebe15.disabled__1a96f37f .sliderExtendedRail__7a19fffe{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-11-0)}.sliderExtended__6b6ebe15.lg__07d14245{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__c6cb5d26{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-11-0);z-index:10}.sliderExtendedTrack__c6cb5d26.lg__07d14245{top:12px}.sliderExtendedTrack__c6cb5d26:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-11-0)}.sliderExtendedTrack__c6cb5d26.focusedByClick__da27ebe9:focus{box-shadow:none}.sliderExtendedTrack__c6cb5d26.hoverOrDragByMouse__6ced7222{background:var(--triplex-next-Slider-Track_Background_Hover-0-11-0)}.sliderExtendedTrack__c6cb5d26.staticSlider__8c0d6766{cursor:default;pointer-events:none}.sliderExtendedTrack__c6cb5d26.disabled__1a96f37f{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-11-0)}.sliderExtendedTooltipOverlay__912d3e98{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__912d3e98.lg__07d14245{bottom:32px}.sliderExtendedTooltipOverlay__912d3e98 .tooltipBody__12d0a523{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-11-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-11-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__912d3e98 .tooltipTip__00a253ec{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-11-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__912d3e98 .tooltipTip__00a253ec{margin:-.5px}}.treeView__d3b4f17d,.treeViewGroup__4559d786{margin:0;padding:0}.treeView__d3b4f17d .treeViewNode__c03e16a5,.treeViewGroup__4559d786 .treeViewNode__c03e16a5{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__92e39b65.collapsed__bf803b97{visibility:hidden}.checkboxTreeExtended__4d6235df{margin-bottom:-12px}.checkboxTreeExtendedNode__a2166ca8 .checkboxTreeExtendedNode__a2166ca8{margin-left:24px}.checkboxTreeExtendedNodeHeader__0e8d5523{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__0e8d5523 .checkboxTreeCheckboxLabel__faa81f56{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__0e8d5523 .caretIconWrapper__556cff39{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__0e8d5523 .caretIconWrapper__556cff39:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-11-0)}.checkboxTreeExtendedNodeHeader__0e8d5523.opened__d60d0c09 .caretIconWrapper__556cff39{transform:rotate(180deg)}.chipGroup__2b7a8f85{display:flex}.chipGroup__2b7a8f85.oneLine__7db2b7eb{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__2b7a8f85.oneLine__7db2b7eb::-webkit-scrollbar{display:none}.chipGroup__2b7a8f85.multiLine__9db1c309{flex-wrap:wrap}.chipGroup__2b7a8f85.lg__5e525f94{gap:12px}.chipGroup__2b7a8f85.md__eaa7094e,.chipGroup__2b7a8f85.sm__9bc4be1a{gap:8px}.confirm__03c47103{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__03c47103.isInLightBox__597c6083{max-width:800px}.confirm__03c47103.isInSideOverlaySM__fd26f295{max-width:416px}.confirm__03c47103.isInSideOverlayMD__15e7cbea{max-width:536px}.confirm__03c47103.isInSideOverlayLG__af1b085b{max-width:736px}.confirmCloseButton__df4c07ab{position:absolute;top:24px;right:24px}.confirmContent__12639ad5{margin-bottom:24px;padding-right:56px}.confirmControls__c0fd6bc0{white-space:nowrap}.confirmContentTitle__40b9d1d9{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__df4c07ab{top:16px;right:16px}.confirmContent__12639ad5{margin-bottom:16px}}.divider__912b64ce{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-11-0);border:none}.marginTopSize-4__b3519f71{margin-top:4px}.marginBottomSize-4__241cbf0a{margin-bottom:4px}.marginTopSize-8__294c3cf8{margin-top:8px}.marginBottomSize-8__29e9b9c4{margin-bottom:8px}.marginTopSize-12__21849691{margin-top:12px}.marginBottomSize-12__7a9ff9c4{margin-bottom:12px}.marginTopSize-16__c9ef91d3{margin-top:16px}.marginBottomSize-16__48fc6aad{margin-bottom:16px}.marginTopSize-20__1f19d943{margin-top:20px}.marginBottomSize-20__6711b0a5{margin-bottom:20px}.marginTopSize-24__9818be57{margin-top:24px}.marginBottomSize-24__af12ac83{margin-bottom:24px}.marginTopSize-28__cee15196{margin-top:28px}.marginBottomSize-28__44d4d3c3{margin-bottom:28px}.marginTopSize-32__fe07d95e{margin-top:32px}.marginBottomSize-32__aa1bb3dc{margin-bottom:32px}.listMasterChipGroup__5d982276{padding:0 16px}.listMasterFooter__ec553ff2{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-11-0);color:var(--triplex-next-ListMaster-Footer_Color-0-11-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__ec553ff2.sticky__a0861c27{position:sticky;bottom:0}.listMasterFooterDescription__4f15c5b3{padding-right:16px}.listMasterFooterControls__148dfe9c{white-space:nowrap}.listMasterHeader__6b59f0dd{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-11-0);color:var(--triplex-next-ListMaster-Header_Color-0-11-0)}.listMasterHeader__6b59f0dd.sticky__a0861c27{position:sticky;top:0;z-index:1}.selectionControls__bf854d13{display:flex;justify-content:space-between;align-items:center}.uploadZoneDesktop__3b1080ef{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-11-0)}.uploadZoneDesktop__3b1080ef:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-11-0)}.uploadZoneDragArea__f6537f56{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-11-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__64167b41{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-11-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-11-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-11-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__2859a8a2{display:none}.uploadZoneMobile__e0053d29{display:flex;flex-direction:column;align-items:start;gap:8px;padding:12px 10px 12px 16px}.uploadZoneMobile__e0053d29 .uploadZoneMobileHeader__2ca1dbb2{display:flex;gap:4px}button.helpBoxButton__33705a0c{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__78c27a5f{padding-right:16px}.dateRange__7001bc22{display:flex;align-items:center}.dateRangeButton__a1568248{z-index:1}.separator__4784fbe3{width:20px;height:20px;flex-shrink:0}.tagColor__118a65cd{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__118a65cd.sm__ff1e110e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__118a65cd.md__25d1e9ed{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__118a65cd.lg__0d761c9f{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__118a65cd.default__98789301{background:var(--triplex-next-TagColor-Background_Default-0-11-0)}.tagColor__118a65cd.success__5af24f2b{background:var(--triplex-next-TagColor-Background_Success-0-11-0)}.tagColor__118a65cd.info__90890add{background:var(--triplex-next-TagColor-Background_Info-0-11-0)}.tagColor__118a65cd.warning__97a73f33{background:var(--triplex-next-TagColor-Background_Warning-0-11-0)}.tagColor__118a65cd.error__dbe01cec{background:var(--triplex-next-TagColor-Background_Error-0-11-0)}.content__46e4efbb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-11-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-13-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-13-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-13-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-13-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-13-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-13-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-13-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-13-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-13-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-13-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-0-13-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-13-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-13-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-13-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-13-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-13-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-13-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-13-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-13-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-13-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-13-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-13-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-0-13-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-0-13-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-0-13-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-0-13-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-0-13-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-0-13-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-0-13-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-0-13-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-0-13-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-0-13-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-0-13-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-0-13-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-0-13-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-0-13-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-0-13-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-0-13-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-0-13-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-0-13-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-0-13-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-0-13-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-0-13-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-0-13-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-0-13-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-0-13-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-0-13-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-0-13-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-0-13-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-0-13-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-0-13-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-0-13-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-0-13-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-0-13-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-0-13-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-0-13-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-0-13-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-0-13-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-0-13-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-0-13-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-0-13-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-0-13-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-0-13-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-0-13-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-0-13-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-0-13-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-0-13-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-0-13-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-0-13-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-0-13-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-0-13-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-0-13-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-0-13-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-0-13-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-0-13-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-0-13-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-0-13-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-0-13-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-0-13-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-0-13-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-0-13-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-0-13-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-0-13-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-0-13-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-0-13-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-0-13-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-0-13-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-0-13-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-0-13-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-0-13-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-0-13-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-0-13-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-0-13-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-0-13-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-0-13-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-0-13-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-0-13-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-0-13-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-0-13-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-0-13-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-0-13-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-0-13-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-0-13-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-0-13-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-0-13-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-0-13-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-0-13-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-0-13-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-0-13-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-0-13-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-0-13-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-0-13-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-0-13-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-0-13-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-0-13-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-0-13-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-0-13-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-0-13-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-0-13-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-0-13-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Button-General_Background_Active-0-13-0: #007777;
|
|
122
|
+
--triplex-next-Button-General_Background_Default-0-13-0: #21A19A;
|
|
123
|
+
--triplex-next-Button-General_Background_Disabled-0-13-0: #F2F4F7;
|
|
124
|
+
--triplex-next-Button-General_Background_Hover-0-13-0: #19BDB0;
|
|
125
|
+
--triplex-next-Button-General_Color_Active-0-13-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
128
|
+
--triplex-next-Button-General_Color_Hover-0-13-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Active-0-13-0: #DCDFE4;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Default-0-13-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-13-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Hover-0-13-0: #EAEDF1;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Active-0-13-0: #007777;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Default-0-13-0: #008985;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Hover-0-13-0: #21A19A;
|
|
138
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-13-0: #DFE2E7;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-13-0: #FFFFFF;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-13-0: #F2F4F7;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-13-0: #EEF0F4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-13-0: #007777;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-13-0: #008985;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-13-0: #21A19A;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Active-0-13-0: #BD002C;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Default-0-13-0: #E60037;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Disabled-0-13-0: #F2F4F7;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Hover-0-13-0: #F80C45;
|
|
152
|
+
--triplex-next-Button-Danger_Color_Active-0-13-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Hover-0-13-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
157
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169;
|
|
158
|
+
--triplex-next-Button-Link_Color_Active-0-13-0: #007777;
|
|
159
|
+
--triplex-next-Button-Link_Color_Default-0-13-0: #008985;
|
|
160
|
+
--triplex-next-Button-Link_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
161
|
+
--triplex-next-Button-Link_Color_Hover-0-13-0: #21A19A;
|
|
162
|
+
--triplex-next-Button-Link_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
163
|
+
--triplex-next-Calendar-Background_Shadow-0-13-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
164
|
+
--triplex-next-Calendar-View_Header_Color-0-13-0: rgba(31, 31, 34, .55);
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-13-0: none;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-13-0: #19BDB0;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-13-0: #21A19A;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-13-0: #007777;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-13-0: #E3FFFA;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-13-0: #A8F5E9;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-13-0: transparent;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-13-0: #FFD169;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-13-0: rgba(31, 31, 34, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-13-0: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-13-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-13-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-13-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-13-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-13-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-13-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-13-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-13-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-13-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-13-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-13-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-13-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-13-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-13-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-13-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-13-0: #E60037;
|
|
192
|
+
--triplex-next-Card-Static_General_Background-0-13-0: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Static_Secondary_Background-0-13-0: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background-0-13-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Hover-0-13-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected-0-13-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-13-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background-0-13-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-13-0: #EAEDF1;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-13-0: #E3E6EA;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-13-0: #DCDFE4;
|
|
202
|
+
--triplex-next-Card-Shadow_Default-0-13-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
203
|
+
--triplex-next-Card-Shadow_Focus-0-13-0: inset 0 0 0 1px #FFD169;
|
|
204
|
+
--triplex-next-Card-Shadow_Hover-0-13-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
205
|
+
--triplex-next-Card-Shadow_Selected-0-13-0: inset 0 0 0 1px #21A19A;
|
|
206
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-13-0: inset 0 0 0 1px #19BDB0;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-13-0: #21A19A;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-13-0: #EAEDF1;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-13-0: #007777;
|
|
210
|
+
--triplex-next-Checkbox-Background_Default-0-13-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Disabled-0-13-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Hover-0-13-0: #19BDB0;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Default-0-13-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-13-0: 0 0 0 1px #E3E6EA inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-13-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-13-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-13-0: none;
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
221
|
+
--triplex-next-Chip-Background_Active-0-13-0: #DFE2E7;
|
|
222
|
+
--triplex-next-Chip-Background_Default-0-13-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Disabled-0-13-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Hover-0-13-0: #EAEDF1;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Active-0-13-0: #4F4F52;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Default-0-13-0: #3B3B3E;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-13-0: #343437;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Hover-0-13-0: #49494C;
|
|
229
|
+
--triplex-next-Chip-Color_Active-0-13-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Default-0-13-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
232
|
+
--triplex-next-Chip-Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Active-0-13-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-13-0: rgba(255, 255, 255, .25);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Hover-0-13-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
238
|
+
--triplex-next-Divider-Background-0-13-0: #D6D9E0;
|
|
239
|
+
--triplex-next-Dropdown-Background-0-13-0: #FFFFFF;
|
|
240
|
+
--triplex-next-Dropdown-Shadow-0-13-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
241
|
+
--triplex-next-DropdownList-Background_Active-0-13-0: #EAEDF1;
|
|
242
|
+
--triplex-next-DropdownList-Background_Default-0-13-0: none;
|
|
243
|
+
--triplex-next-DropdownList-Background_Selected-0-13-0: #DCDFE4;
|
|
244
|
+
--triplex-next-DropdownList-Color-0-13-0: rgba(31, 31, 34, 1);
|
|
245
|
+
--triplex-next-DropdownMobile-Backdrop-0-13-0: rgba(31, 31, 34, .65);
|
|
246
|
+
--triplex-next-DropdownMobile-Border_Color-0-13-0: #D6D9E0;
|
|
247
|
+
--triplex-next-DropdownMobile-Content_Background-0-13-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Footer_Background-0-13-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Header_Background-0-13-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Active_Background-0-13-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-13-0: #DCDFE4;
|
|
252
|
+
--triplex-next-FooterPage-StickyShadow-0-13-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
253
|
+
--triplex-next-FormField-Background_Active-0-13-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Default-0-13-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Disabled-0-13-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Error-0-13-0: #FFF0F3;
|
|
257
|
+
--triplex-next-FormField-Background_Error_Hover-0-13-0: #FCE0E6;
|
|
258
|
+
--triplex-next-FormField-Background_Hover-0-13-0: #EAEDF1;
|
|
259
|
+
--triplex-next-FormField-Background_Warning-0-13-0: #FFF4DB;
|
|
260
|
+
--triplex-next-FormField-Background_Warning_Hover-0-13-0: #FCEAC7;
|
|
261
|
+
--triplex-next-FormField-Input_Color_Default-0-13-0: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-FormField-Input_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Default-0-13-0: rgba(31, 31, 34, 1);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Disabled-0-13-0: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
268
|
+
--triplex-next-FormField-Shadow_Active-0-13-0: 0 0 0 1px #21A19A inset;
|
|
269
|
+
--triplex-next-FormField-Shadow_Default-0-13-0: none;
|
|
270
|
+
--triplex-next-FormField-Shadow_Error_Active-0-13-0: 0 0 0 1px #E60037 inset;
|
|
271
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-13-0: 0 0 0 1px #FD6508 inset;
|
|
272
|
+
--triplex-next-FormField-Placeholder_Color-0-13-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-HeaderPage-StickyShadow-0-13-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
274
|
+
--triplex-next-Island-Type1_Background-0-13-0: #FFFFFF;
|
|
275
|
+
--triplex-next-Island-Type2_Background-0-13-0: rgba(255, 255, 255, .35);
|
|
276
|
+
--triplex-next-Island-Type3_Background-0-13-0: #F2F4F7;
|
|
277
|
+
--triplex-next-Island-Type1_Shadow-0-13-0: none;
|
|
278
|
+
--triplex-next-Island-Type2_Shadow-0-13-0: 0 0 0 1px #FFFFFF inset;
|
|
279
|
+
--triplex-next-Island-Type3_Shadow-0-13-0: none;
|
|
280
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-13-0: #DCDFE4;
|
|
281
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-13-0: rgba(31, 31, 34, .05);
|
|
282
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-13-0: #DCDFE4;
|
|
283
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-13-0: #FFFFFF;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-13-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
286
|
+
--triplex-next-LightBox-Backdrop_Background-0-13-0: rgba(31, 31, 34, .75);
|
|
287
|
+
--triplex-next-LightBox-Content_Background-0-13-0: #EAEDF1;
|
|
288
|
+
--triplex-next-Link-BorderColor_Focus-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
289
|
+
--triplex-next-Link-Text_Color_Active-0-13-0: #007777;
|
|
290
|
+
--triplex-next-Link-Text_Color_Default-0-13-0: #008985;
|
|
291
|
+
--triplex-next-Link-Text_Color_Hover-0-13-0: #21A19A;
|
|
292
|
+
--triplex-next-ListItem-Background-0-13-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Dragging-0-13-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Selected-0-13-0: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItem-Shadow-0-13-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-13-0: #DCDFE4;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-13-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-13-0: #EAEDF1;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-13-0: #007777;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-13-0: #008985;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-13-0: #21A19A;
|
|
302
|
+
--triplex-next-ListMaster-Background-0-13-0: #FFFFFF;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Background-0-13-0: #DCDFE4;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Color-0-13-0: #EAEDF1;
|
|
305
|
+
--triplex-next-ListMaster-Header_Background-0-13-0: #DCDFE4;
|
|
306
|
+
--triplex-next-ListMaster-Header_Color-0-13-0: #EAEDF1;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Brand-0-13-0: #21A19A;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Neutral-0-13-0: rgba(255, 255, 255, 1);
|
|
309
|
+
--triplex-next-Loader-Middle_Background_Default-0-13-0: #EEF0F4;
|
|
310
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-13-0: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-13-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-13-0: #EEF0F4;
|
|
313
|
+
--triplex-next-Marker-Background_Error-0-13-0: #E60037;
|
|
314
|
+
--triplex-next-Marker-Background_Success-0-13-0: #21A19A;
|
|
315
|
+
--triplex-next-Marker-Background_Waiting-0-13-0: #8291B3;
|
|
316
|
+
--triplex-next-Marker-Background_Warning-0-13-0: #FD6508;
|
|
317
|
+
--triplex-next-MarkerStatus-Description_Color-0-13-0: rgba(0, 0, 0, 0.55);
|
|
318
|
+
--triplex-next-ModalWindow-Background-0-13-0: #EAEDF1;
|
|
319
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-13-0: rgba(79, 79, 82, .5);
|
|
320
|
+
--triplex-next-MultiselectField-Divider_Color-0-13-0: #D6D9E0;
|
|
321
|
+
--triplex-next-Notification-Background-0-13-0: #FFFFFF;
|
|
322
|
+
--triplex-next-Notification-Color-0-13-0: #1F1F22;
|
|
323
|
+
--triplex-next-Notification-TimeColor-0-13-0: rgba(31, 31, 34, 0.65);
|
|
324
|
+
--triplex-next-Notification-Shadow-0-13-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
325
|
+
--triplex-next-Overlay-Background-0-13-0: rgba(255, 255, 255, .8);
|
|
326
|
+
--triplex-next-Overlay-Panel_Background-0-13-0: #FFFFFF;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-13-0: #E3E6EA;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-13-0: #F2F4F7;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-13-0: #E3E6EA;
|
|
330
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-13-0: #FFD169;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Color-0-13-0: rgba(31, 31, 34, 1);
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Default-0-13-0: #21A19A;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-13-0: #EAEDF1;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Hover-0-13-0: #007777;
|
|
335
|
+
--triplex-next-Radio-Background_Default-0-13-0: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Disabled-0-13-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Hover-0-13-0: #19BDB0;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Default-0-13-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Disabled-0-13-0: 0 0 0 1px #E3E6EA inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Focused-0-13-0: 0 0 0 1px #FFD169 inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-13-0: none;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-13-0: none;
|
|
343
|
+
--triplex-next-Radio-Dot_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-Radio-Dot_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
345
|
+
--triplex-next-SegmentedControl-General_1_Background-0-13-0: #F2F4F7;
|
|
346
|
+
--triplex-next-SegmentedControl-General_2_Background-0-13-0: #FFFFFF;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-13-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-13-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-13-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-13-0: rgba(255, 255, 255, .25);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-13-0: #F2F4F7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-13-0: #DFE2E7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-13-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-13-0: #3B3B3E;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-13-0: #49494C;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-13-0: #343437;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-13-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-13-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-13-0: rgba(255, 255, 255, .25);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-13-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-13-0: #EEF0F4;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-13-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-13-0: #3B3B3E;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-13-0: #49494C;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-13-0: #343437;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-13-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-13-0: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-13-0: #DFE2E7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-13-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-13-0: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-13-0: #DFE2E7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-13-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-13-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-13-0: #FFFFFF;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-13-0: #EEF0F4;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-13-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-13-0: #E3E6EA;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-13-0: #D6D9E0;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-13-0: #F2F4F7;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-13-0: transparent;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-13-0: #FFD169;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-13-0: #F2F4F7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-13-0: #DFE2E7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-13-0: rgba(31, 31, 34, .05);
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-13-0: rgba(31, 31, 34, .15);
|
|
403
|
+
--triplex-next-SmallInput-Background-0-13-0: #F2F4F7;
|
|
404
|
+
--triplex-next-SmallInput-Color-0-13-0: rgba(31, 31, 34, 1);
|
|
405
|
+
--triplex-next-SmallInput-PlaceholderColor-0-13-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SmallInput-Shadow-0-13-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-13-0: rgba(31, 31, 34, .35);
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-13-0: #008985;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Default-0-13-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-13-0: #19BDB0;
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Active-0-13-0: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Default-0-13-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-13-0: #F2F4F7;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Hover-0-13-0: #19BDB0;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Select-0-13-0: #007777;
|
|
417
|
+
--triplex-next-Slider-Dot_Focus-0-13-0: #FFD169;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background-0-13-0: #FFFFFF;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-13-0: #DCDFE4;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-13-0: #21A19A;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-13-0: #E7E9EE;
|
|
423
|
+
--triplex-next-Slider-Rail_Background-0-13-0: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-13-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Background-0-13-0: #1B1B1D;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Color-0-13-0: rgba(255, 255, 255, 1);
|
|
427
|
+
--triplex-next-Slider-Track_Background_Default-0-13-0: #21A19A;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Disabled-0-13-0: #E7E9EE;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Hover-0-13-0: #007777;
|
|
430
|
+
--triplex-next-StatusTracker-Draft_Background-0-13-0: rgba(255, 255, 255, .15);
|
|
431
|
+
--triplex-next-StatusTracker-Warning_Background-0-13-0: #FF7A17;
|
|
432
|
+
--triplex-next-StatusTracker-Waiting_Background-0-13-0: #BFCADF;
|
|
433
|
+
--triplex-next-StatusTracker-Rejected_Background-0-13-0: #FF5571;
|
|
434
|
+
--triplex-next-StatusTracker-Approved_Background-0-13-0: #00D67D;
|
|
435
|
+
--triplex-next-StatusTracker-Waiting_Color-0-13-0: #A9B6D0;
|
|
436
|
+
--triplex-next-StatusTracker-Rejected_Color-0-13-0: #FFB1C1;
|
|
437
|
+
--triplex-next-StatusTracker-Approved_Color-0-13-0: #00D67D;
|
|
438
|
+
--triplex-next-StatusTracker-Border_Color-0-13-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Step-Color_Active-0-13-0: #008985;
|
|
440
|
+
--triplex-next-Step-Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Step-Color_Disabled-0-13-0: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Done-0-13-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Error-0-13-0: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Color_Warning-0-13-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Background_Active-0-13-0: #E3FFFA;
|
|
446
|
+
--triplex-next-Step-Background_Default-0-13-0: rgba(31, 31, 34, .05);
|
|
447
|
+
--triplex-next-Step-Background_Disabled-0-13-0: rgba(31, 31, 34, .15);
|
|
448
|
+
--triplex-next-Step-Background_Done-0-13-0: #008985;
|
|
449
|
+
--triplex-next-Step-Background_Error-0-13-0: #D10032;
|
|
450
|
+
--triplex-next-Step-Background_Warning-0-13-0: #EF4C01;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Default-0-13-0: #F2F4F7;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Hover-0-13-0: #EAEDF1;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-13-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error-0-13-0: #FFF0F3;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0: #FCE0E6;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning-0-13-0: #FFF4DB;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0: #FCEAC7;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0: #FFD169;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-13-0: #E60037;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-13-0: #FD6508;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-13-0: #21A19A;
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-13-0: rgba(31, 31, 34, .35);
|
|
465
|
+
--triplex-next-Stepper-ButtonNext_Background-0-13-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-ButtonPrev_Background-0-13-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-Background-0-13-0: #FFFFFF;
|
|
468
|
+
--triplex-next-Stepper-Wrapper_Background-0-13-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
469
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-0-13-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
470
|
+
--triplex-next-TableBasic-Background_Hover-0-13-0: #E3E6EA;
|
|
471
|
+
--triplex-next-TableBasic-Background_Selected-0-13-0: #DCDFE4;
|
|
472
|
+
--triplex-next-TableBasic-Color-0-13-0: rgba(31, 31, 34, 1);
|
|
473
|
+
--triplex-next-TableBasic-Header_Background-0-13-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Background-0-13-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-13-0: linear-gradient(transparent, #FFFFFF);
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-13-0: #D6D9E0;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-13-0: #FFFFFF;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-13-0: #EAEDF1;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-13-0: #FFFFFF;
|
|
480
|
+
--triplex-next-Tabs-Type1_Background-0-13-0: #F2F4F7;
|
|
481
|
+
--triplex-next-Tabs-Type2_Background-0-13-0: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-13-0: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-13-0: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-13-0: #DCDFE4;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-13-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-13-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-13-0: #EEF0F4;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-0-13-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-13-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-13-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-13-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-13-0: transparent;
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-13-0: #FFD169;
|
|
496
|
+
--triplex-next-Tag-Background-0-13-0: #DFE2E7;
|
|
497
|
+
--triplex-next-TagColor-Background_Default-0-13-0: #EEF3FC;
|
|
498
|
+
--triplex-next-TagColor-Background_Success-0-13-0: #E3FFFA;
|
|
499
|
+
--triplex-next-TagColor-Background_Info-0-13-0: #E3F6FF;
|
|
500
|
+
--triplex-next-TagColor-Background_Warning-0-13-0: #FFF4DB;
|
|
501
|
+
--triplex-next-TagColor-Background_Error-0-13-0: #FFF0F3;
|
|
502
|
+
--triplex-next-TagColor-Text_Color_Default-0-13-0: rgba(31, 31, 34, .75);
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Active-0-13-0: #21A19A;
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-13-0: #19BDB0;
|
|
505
|
+
--triplex-next-TabsLine-Separator_Color-0-13-0: #D6D9E0;
|
|
506
|
+
--triplex-next-TabsLine-Shadow_Focus-0-13-0: 0 0 0 1px #FFDD64 inset;
|
|
507
|
+
--triplex-next-Tooltip-Background-0-13-0: #1B1B1D;
|
|
508
|
+
--triplex-next-Tooltip-Color-0-13-0: rgba(255, 255, 255, 1);
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-13-0: #008985;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-13-0: #19BDB0;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-13-0: #4BD9CF;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-13-0: 0 0 0 1px #FFD169;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-13-0: #007777;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-13-0: #008985;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-13-0: #21A19A;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-13-0: 0 0 0 1px #FFDD64;
|
|
517
|
+
--triplex-next-TopOverlay-Background-0-13-0: rgba(31, 31, 34, .55);
|
|
518
|
+
--triplex-next-Typography-Primary_Color-0-13-0: rgba(31, 31, 34, 1);
|
|
519
|
+
--triplex-next-Typography-Complementary_Color-0-13-0: rgba(31, 31, 34, .85);
|
|
520
|
+
--triplex-next-Typography-Secondary_Color-0-13-0: rgba(31, 31, 34, .65);
|
|
521
|
+
--triplex-next-Typography-Tertiary_Color-0-13-0: rgba(31, 31, 34, .55);
|
|
522
|
+
--triplex-next-Typography-Disabled_Color-0-13-0: rgba(31, 31, 34, .35);
|
|
523
|
+
--triplex-next-Typography-Brand_Color-0-13-0: #008985;
|
|
524
|
+
--triplex-next-Typography-Info_Color-0-13-0: #0E57CC;
|
|
525
|
+
--triplex-next-Typography-Success_Color-0-13-0: #008B5C;
|
|
526
|
+
--triplex-next-Typography-Error_Color-0-13-0: #D10032;
|
|
527
|
+
--triplex-next-Typography-Warning_Color-0-13-0: #EF4C01;
|
|
528
|
+
--triplex-next-Typography-System_Color-0-13-0: #697591;
|
|
529
|
+
--triplex-next-UploadZone-Background_Default-0-13-0: #F2F4F7;
|
|
530
|
+
--triplex-next-UploadZone-Background_Hover-0-13-0: #EAEDF1;
|
|
531
|
+
--triplex-next-UploadZone-BorderColor_Default-0-13-0: #2D2D30;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_Background-0-13-0: #F2F4F7;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-13-0: #21A19A;}
|
|
534
|
+
.underline__6367b215{text-decoration:underline}.strikethrough__db228add{text-decoration:line-through}.underlineStrikethrough__0a5655e3{text-decoration:underline line-through}.typography__f6b557ad.primary__1801b927{color:var(--triplex-next-Typography-Primary_Color-0-13-0)}.typography__f6b557ad.complementary__e3736b9d{color:var(--triplex-next-Typography-Complementary_Color-0-13-0)}.typography__f6b557ad.secondary__256ea5f5{color:var(--triplex-next-Typography-Secondary_Color-0-13-0)}.typography__f6b557ad.tertiary__8ce943b3{color:var(--triplex-next-Typography-Tertiary_Color-0-13-0)}.typography__f6b557ad.disabled__755e5f01{color:var(--triplex-next-Typography-Disabled_Color-0-13-0)}.typography__f6b557ad.brand__994b4bc1{color:var(--triplex-next-Typography-Brand_Color-0-13-0);-webkit-user-select:none;user-select:none}.typography__f6b557ad.info__c3cbcb9f{color:var(--triplex-next-Typography-Info_Color-0-13-0)}.typography__f6b557ad.success__7c9e9f60{color:var(--triplex-next-Typography-Success_Color-0-13-0)}.typography__f6b557ad.error__ae6f5806{color:var(--triplex-next-Typography-Error_Color-0-13-0)}.typography__f6b557ad.warning__724b5772{color:var(--triplex-next-Typography-Warning_Color-0-13-0)}.typography__f6b557ad.system__095e851a{color:var(--triplex-next-Typography-System_Color-0-13-0)}.typography__f6b557ad.compact__de498705{line-height:calc(16 / 14)}.title__fe664c22{outline:none}.title__fe664c22.regular__3af14457{font-family:SBSansDisplay;font-weight:400}.title__fe664c22.semibold__0c294414{font-family:SBSansDisplaySemibold;font-weight:600}.title__fe664c22.medium__9cd86546{font-family:SBSansDisplayMedium;font-weight:500}.title__fe664c22.bold__71e9f8ad{font-family:SBSansDisplayBold;font-weight:700}.h1__54b65472,.h2__45737914,.h3__e6d4da6f{margin:0}.h1__54b65472{font-size:28px;line-height:36px}.h2__45737914{font-size:24px;line-height:32px}.h3__e6d4da6f{font-size:20px;line-height:28px}.text__143d751c{outline:none}.text__143d751c.regular__3af14457{font-family:SBSansText}.text__143d751c.semibold__0c294414{font-family:SBSansTextSemibold;font-weight:600}.b1__65ee806c{font-size:18px;line-height:24px}.b2__9f1b69be{font-size:16px;line-height:20px}.b3__bd7591b6{font-size:14px;line-height:20px}.b3__bd7591b6.compact__de498705{line-height:16px}.b4__8389106d{font-size:12px;line-height:16px}.caption__5af14c4b.regular__3af14457{font-family:SBSansText}.caption__5af14c4b.semibold__0c294414{font-family:SBSansTextSemibold;font-weight:600}.c1__5eba9987{font-size:10px;line-height:12px}.c2__2f93c58f{font-size:8px;line-height:10px}.d1__c0b1337f{font-size:32px;line-height:40px}.d1__c0b1337f.regular__3af14457{font-family:SBSansDisplay}.d1__c0b1337f.semibold__0c294414{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__8e0a5b04{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-0-13-0)}.formFieldInput__8e0a5b04:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-13-0)}.formFieldInput__8e0a5b04::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-13-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__8e0a5b04:focus{outline:none}.formFieldInput__8e0a5b04:focus::placeholder{opacity:1}.formFieldInput__8e0a5b04:-webkit-autofill{animation-name:autofill-applied-hook__d63e7f0d;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__8e0a5b04:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7a066351;animation-duration:1ms}.formFieldInput__8e0a5b04.sm__ea1aee32{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__8e0a5b04.md__216ee47f{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__8e0a5b04.lg__670e6f6e{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__d63e7f0d{0%{transform:none}}@keyframes autofill-cancelled-hook__7a066351{0%{transform:none}}.formField__cd1aea1d{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__cd1aea1d.default__0cf5d866{background:var(--triplex-next-FormField-Background_Default-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-13-0)}.formField__cd1aea1d:hover{background:var(--triplex-next-FormField-Background_Hover-0-13-0)}.formField__cd1aea1d.disabled__c9760c40{background:var(--triplex-next-FormField-Background_Disabled-0-13-0)}.formField__cd1aea1d.active__ef23f2ee{background:var(--triplex-next-FormField-Background_Active-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-13-0)}.formField__cd1aea1d.active__ef23f2ee::placeholder{opacity:1}.formField__cd1aea1d.error__0b470e7e{background:var(--triplex-next-FormField-Background_Error-0-13-0)}.formField__cd1aea1d.error__0b470e7e:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-13-0)}.formField__cd1aea1d.error__0b470e7e.active__ef23f2ee{background:var(--triplex-next-FormField-Background_Error-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-13-0)}.formField__cd1aea1d.warning__c3931468{background:var(--triplex-next-FormField-Background_Warning-0-13-0)}.formField__cd1aea1d.warning__c3931468:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-13-0)}.formField__cd1aea1d.warning__c3931468.active__ef23f2ee{background:var(--triplex-next-FormField-Background_Warning-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-13-0)}.formField__cd1aea1d.sm__ea1aee32{border-radius:6px}.formField__cd1aea1d.md__216ee47f{border-radius:8px}.formField__cd1aea1d.lg__670e6f6e{border-radius:10px}.formFieldDescription__0d7be42a{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__0d7be42a.withCounter__914e82ac{display:flex;justify-content:space-between}.formFieldLabel__28377b7e{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__28377b7e.size-sm__5d8f8f38{top:6px}.formFieldLabel__28377b7e.size-md__f38e8e08{top:10px}.formFieldLabel__28377b7e.size-lg__cf3b73e3{top:18px}.formFieldLabel__28377b7e.size-lg__cf3b73e3.floating__1da9513c{top:10px}.formFieldLabelText__3ce24876{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-13-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__5d8f8f38 .formFieldLabelText__3ce24876{font-size:12px;line-height:16px}.size-md__f38e8e08 .formFieldLabelText__3ce24876{font-size:14px;line-height:20px}.size-lg__cf3b73e3 .formFieldLabelText__3ce24876{font-size:16px;line-height:20px}.floating__1da9513c .formFieldLabelText__3ce24876{font-size:12px;line-height:16px}.floating__1da9513c.size-sm__5d8f8f38 .formFieldLabelText__3ce24876,.floating__1da9513c.size-md__f38e8e08 .formFieldLabelText__3ce24876{display:none}.disabled__c9760c40 .formFieldLabelText__3ce24876{color:var(--triplex-next-FormField-Label_Color_Disabled-0-13-0)}.formFieldPostfix__68b40780{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__3d36d1d5{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__72cc8817{padding-left:4px}.formFieldMaskedInputWrapper__51e099cd{position:relative}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInputPlaceholder__1199e34d{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInputPlaceholder__1199e34d::placeholder{opacity:1}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInputPlaceholder__1199e34d:disabled{visibility:hidden}.formFieldMaskedInputWrapper__51e099cd.size-sm__5d8f8f38{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__51e099cd.size-sm__5d8f8f38 .formFieldMaskedInputPlaceholder__1199e34d{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__51e099cd.size-md__f38e8e08{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd.size-md__f38e8e08 .formFieldMaskedInputPlaceholder__1199e34d{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd.size-lg__cf3b73e3{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd.size-lg__cf3b73e3 .formFieldMaskedInputPlaceholder__1199e34d{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInput__72fdead7{display:block;position:relative;background:none!important}.dropdownDesktop__9c66389b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-13-0);background-color:var(--triplex-next-Dropdown-Background-0-13-0)}.dropdownDesktop-sm__61f87dee{border-radius:6px}.dropdownDesktop-md__6c326b4d{border-radius:8px}.dropdownDesktop-lg__c9d65bad{border-radius:10px}.dropdownDesktopOverflowHidden__41ba75e6{overflow:hidden}.dropdownMobileWrapper__e166ce67{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__6dd5cf32{background:var(--triplex-next-DropdownMobile-Backdrop-0-13-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__6dd5cf32.closing__f682288b{opacity:0}.dropdownMobileBackdrop__6dd5cf32.opening__41b111ee,.dropdownMobileBackdrop__6dd5cf32.opened__68c6ef1f{opacity:var(--triplex-DropdownMobile-Opacity-0-13-0)}.dropdownMobile__019e5244{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__019e5244.closing__f682288b{transform:translateY(100%)}.dropdownMobile__019e5244.opening__41b111ee,.dropdownMobile__019e5244.opened__68c6ef1f{transform:translateY(0)}.dropdownMobileHeader__fc204e0c{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-13-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__fc204e0c .dropdownMobileHeaderContent__f7e2cf49{margin-right:28px;min-height:20px}.dropdownMobileContent__c982dffe{background:var(--triplex-next-DropdownMobile-Content_Background-0-13-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__f57c8636{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-13-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-13-0);flex-shrink:1}.dropdownMobileListItem__909317dc{padding:16px}.dropdownMobileListItem__909317dc.selected__2e234b4d{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-13-0)}.dropdownMobileListItem__909317dc:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-13-0)}.dropdownMobileListLoader__31ab3309{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__ac9c9851{overflow:hidden}.controlButtons__03b43526{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__eeeb23ff{margin-right:8px}.notificationIcon__89fe3c3e{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__e86d6dac{padding:4px;overflow:auto}.dropdownDesktopList__e86d6dac.sm__65c35baf{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__e86d6dac.sm__65c35baf .dropdownDesktopListItem__252dfe29{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e86d6dac.sm__65c35baf .dropdownDesktopListLoader__f6d21563{margin:0 auto}.dropdownDesktopList__e86d6dac.md__dee8cae9{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__e86d6dac.md__dee8cae9 .dropdownDesktopListItem__252dfe29{padding:7px 8px;border-radius:8px}.dropdownDesktopList__e86d6dac.md__dee8cae9 .dropdownDesktopListLoader__f6d21563{margin:-2px auto}.dropdownDesktopList__e86d6dac.lg__7ce0622d{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__e86d6dac.lg__7ce0622d .dropdownDesktopListItem__252dfe29{padding:14px 8px;border-radius:10px}.dropdownDesktopList__e86d6dac.lg__7ce0622d .dropdownDesktopListLoader__f6d21563{margin:-6px auto}.dropdownDesktopListItem__252dfe29{color:var(--triplex-next-DropdownList-Color-0-13-0);background:var(--triplex-next-DropdownList-Background_Default-0-13-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__252dfe29+.dropdownDesktopListItem__252dfe29{margin-top:2px}.dropdownDesktopListItem__252dfe29.active__04829b39{background:var(--triplex-next-DropdownList-Background_Active-0-13-0);cursor:pointer}.dropdownDesktopListItem__252dfe29.selected__2e234b4d{background:var(--triplex-next-DropdownList-Background_Selected-0-13-0);cursor:default}.notificationIcon__2d16276f{position:absolute;right:4px;top:4px}.loaderSmall__66383069{display:flex;justify-content:center;align-items:center}.loaderSmall__66383069.sm__db657382{width:16px;height:16px;gap:2px}.loaderSmall__66383069.sm__db657382 .dot__7840cfac{width:4px;height:4px}.loaderSmall__66383069.md__1d1440ce{width:24px;height:24px;gap:3px}.loaderSmall__66383069.md__1d1440ce .dot__7840cfac{width:6px;height:6px}.loaderSmall__66383069.lg__47476461{width:32px;height:32px;gap:4px}.loaderSmall__66383069.lg__47476461 .dot__7840cfac{width:8px;height:8px}.loaderSmall__66383069.neutral__693b3c45 .dot__7840cfac{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-13-0)}.loaderSmall__66383069.brand__a7c27244 .dot__7840cfac{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-13-0)}.loaderSmall__66383069 .dot__7840cfac{border-radius:50%}.loaderSmall__66383069 .dot1__843a6113{animation:dotCycleSmall__6cc7c49e .9s infinite}.loaderSmall__66383069 .dot2__c3c2b299{animation:dotCycleSmall__6cc7c49e .9s infinite .15s}.loaderSmall__66383069 .dot3__24b8906d{animation:dotCycleSmall__6cc7c49e .9s infinite .3s}@keyframes dotCycleSmall__6cc7c49e{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__a7797732{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-13-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__755c5950{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__755c5950 .dot__7840cfac{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-13-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__755c5950 .dot1__843a6113{top:0;left:0;animation:dotCycleMiddle__76cd2e46 3s infinite}.loaderMiddleDots__755c5950 .dot2__c3c2b299{right:0;top:0;opacity:.7;animation:dotCycleMiddle__76cd2e46 3s infinite .74s}.loaderMiddleDots__755c5950 .dot3__24b8906d{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__76cd2e46 3s infinite 1.5s}.loaderMiddleDots__755c5950 .dot4__5c4ebd84{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__76cd2e46 3s infinite 2.25s}.loaderMiddleDots__755c5950 .line__d4301a7e{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-13-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d352b80c 3s infinite}@keyframes lineCycle__d352b80c{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__76cd2e46{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__2a026064{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__2a026064:enabled{cursor:pointer}.buttonIcon__2a026064.circle__4414d652{border-radius:50%}.buttonIcon__2a026064.squircle__210245b7{border-radius:4px}.buttonIcon__2a026064:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-13-0)}.dropdownMobileInput__c4d607eb{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-13-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__c4d607eb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-13-0);opacity:1}.dropdownMobileInput__c4d607eb::-ms-clear{display:none}.tabsLineWrapper__87d7d4da[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__87d7d4da[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__87d7d4da[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__87d7d4da[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__87d7d4da{position:relative}.tabsLineWrapper__87d7d4da.withSeparator__5fb716e8:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-13-0);bottom:0;left:0;right:0}.tabsLine__1f900988{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1f900988:has(.sm__cfde082a){height:28px}.tabsLine__1f900988:has(.md__87afab8a){height:40px}.tabsLine__1f900988:has(.lg__2ce1475f){height:56px}.tab__68e0809a{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__68e0809a.sm__cfde082a{height:28px;padding-bottom:12px}.tab__68e0809a.md__87afab8a{height:40px;padding-top:8px;padding-bottom:12px}.tab__68e0809a.lg__2ce1475f{height:56px;padding-top:16px;padding-bottom:20px}.tab__68e0809a::-moz-focus-inner{border:none;padding:0}.tab__68e0809a:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-13-0)}.tab__68e0809a.active__8f89d80a{cursor:default}.tab__68e0809a: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__68e0809a:hover:after,.tab__68e0809a:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-13-0)}.tab__68e0809a.active__8f89d80a:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-13-0)}.notificationIcon__5aa6233d{position:absolute;right:6px}.sm__cfde082a .notificationIcon__5aa6233d{top:0}.md__87afab8a .notificationIcon__5aa6233d{top:8px}.lg__2ce1475f .notificationIcon__5aa6233d{top:16px}.tabsLineDropdown__ee7e56f6{display:inline-block}.tabsLineDropdown__ee7e56f6 .dropdownTarget__8a455ab7.active__8f89d80a{cursor:pointer}.tabsLineDropdown__ee7e56f6 .dropdownTargetInner__0c921422{display:inline-flex;align-items:center}.tabsLineDropdown__ee7e56f6 .dropdownTargetCaret__8d488ecd{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__ee7e56f6 .dropdownTargetCaret__8d488ecd.opened__32bd7017{transform:rotate(-180deg)}.tabsLineDropdown__ee7e56f6 .dropdown__63a3c885{right:0;padding:4px}.tabsLineMobileWrapper__94890858{position:relative}.tabsLineMobileWrapper__94890858 .tab__68e0809a{flex-shrink:0}.tabsLineMobileWrapper__94890858 .tab__68e0809a:first-child{margin-left:16px}.tabsLineMobileWrapper__94890858 .tab__68e0809a:last-child{margin-right:16px}.tabsLineMobile__35412cfe{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__35412cfe::-webkit-scrollbar{display:none}.label__1cb9f1f1{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__1cb9f1f1.sm__453632d6{min-width:16px;min-height:16px}.label__1cb9f1f1.sm__453632d6.nonempty__f8349189{padding-left:24px}.label__1cb9f1f1.md__1f2b900a{min-height:24px;min-width:24px}.label__1cb9f1f1.md__1f2b900a.nonempty__f8349189{padding-left:32px;padding-top:2px}.label__1cb9f1f1.lg__b2aca712{min-width:28px;min-height:28px}.label__1cb9f1f1.lg__b2aca712.nonempty__f8349189{padding-left:40px;padding-top:4px}.label__1cb9f1f1.disabled__7711fe6b{cursor:default}.radio__e5de7eb8{margin:0;opacity:0}.radioIcon__ab8f78b3{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-13-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-13-0)}.radioIcon__ab8f78b3:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-13-0);border-radius:50%;transform:scale(0)}.sm__453632d6 .radioIcon__ab8f78b3:after{width:8px;height:8px;top:4px;left:4px}.md__1f2b900a .radioIcon__ab8f78b3:after{width:12px;height:12px;top:6px;left:6px}.lg__b2aca712 .radioIcon__ab8f78b3:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__ab8f78b3,.radioIcon__ab8f78b3:after{pointer-events:none}.radio__e5de7eb8,.radioIcon__ab8f78b3{position:absolute;left:0;top:0}.sm__453632d6 .radio__e5de7eb8,.sm__453632d6 .radioIcon__ab8f78b3{width:16px;height:16px;top:2px}.md__1f2b900a .radio__e5de7eb8,.md__1f2b900a .radioIcon__ab8f78b3{width:24px;height:24px}.lg__b2aca712 .radio__e5de7eb8,.lg__b2aca712 .radioIcon__ab8f78b3{width:28px;height:28px}.radio__e5de7eb8:enabled{cursor:pointer}.radio__e5de7eb8:checked+.radioIcon__ab8f78b3{background:var(--triplex-next-Radio-Background_Checked_Default-0-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-13-0)}.radio__e5de7eb8:checked+.radioIcon__ab8f78b3:after{transform:scale(1);transition:transform .2s ease-out}.radio__e5de7eb8:hover+.radioIcon__ab8f78b3{background-color:var(--triplex-next-Radio-Background_Hover-0-13-0);box-shadow:none}.radio__e5de7eb8:disabled+.radioIcon__ab8f78b3{background:var(--triplex-next-Radio-Background_Disabled-0-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-13-0)}.radio__e5de7eb8:disabled:checked+.radioIcon__ab8f78b3{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-13-0)}.radio__e5de7eb8:disabled+.radioIcon__ab8f78b3:after{background:var(--triplex-next-Radio-Dot_Disabled-0-13-0)}.radio__e5de7eb8:focus-visible+.radioIcon__ab8f78b3{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-13-0)}.radio__e5de7eb8:checked:enabled:hover+.radioIcon__ab8f78b3{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-13-0)}.radioXGroup__d476315b{display:inline-flex;flex-flow:row wrap}.radioXGroup__d476315b.indent-12__ee97d65a{margin-left:-6px;margin-right:-6px}.radioXGroup__d476315b.indent-12__ee97d65a .label__1cb9f1f1{margin-left:6px;margin-right:6px}.radioXGroup__d476315b.indent-16__a69164df{margin-left:-8px;margin-right:-8px}.radioXGroup__d476315b.indent-16__a69164df .label__1cb9f1f1{margin-left:8px;margin-right:8px}.radioXGroup__d476315b.indent-20__c411d005{margin-left:-10px;margin-right:-10px}.radioXGroup__d476315b.indent-20__c411d005 .label__1cb9f1f1{margin-left:10px;margin-right:10px}.radioXGroup__d476315b.indent-24__f202ebb7{margin-left:-12px;margin-right:-12px}.radioXGroup__d476315b.indent-24__f202ebb7 .label__1cb9f1f1{margin-left:12px;margin-right:12px}.radioXGroup__d476315b.indent-28__d72a7b9e{margin-left:-14px;margin-right:-14px}.radioXGroup__d476315b.indent-28__d72a7b9e .label__1cb9f1f1{margin-left:14px;margin-right:14px}.radioXGroup__d476315b.indent-32__ef4ebff4{margin-left:-16px;margin-right:-16px}.radioXGroup__d476315b.indent-32__ef4ebff4 .label__1cb9f1f1{margin-left:16px;margin-right:16px}.radioYGroup__866826bf{display:inline-flex;flex-flow:column wrap}.radioYGroup__866826bf .label__1cb9f1f1.sm__453632d6+.label__1cb9f1f1.sm__453632d6{margin-top:8px}.radioYGroup__866826bf .label__1cb9f1f1.md__1f2b900a+.label__1cb9f1f1.md__1f2b900a{margin-top:16px}.radioYGroup__866826bf .label__1cb9f1f1.lg__b2aca712+.label__1cb9f1f1.lg__b2aca712{margin-top:20px}.notification__c7bf3da7{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-13-0);background:var(--triplex-next-Notification-Background-0-13-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-13-0);z-index:300}.notification__c7bf3da7:first-child{margin-top:0}.notification__c7bf3da7.extraBottomPadding__37abb3b4{padding-bottom:24px}.notification__c7bf3da7 .notificationHeader__d8cb6f99{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-13-0);width:100%;margin-top:0;margin-bottom:8px}.notification__c7bf3da7 .notificationIcon__8121d5fb{line-height:0}.notification__c7bf3da7 .notificationBody__e6b524a8{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__c7bf3da7 .notificationBodyList__d0954730{margin-top:8px}.notification__c7bf3da7 .notificationBodyContent__d217e2de{width:100%;font-size:14px}.notification__c7bf3da7 .notificationClose__9f34c530{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__c7bf3da7.showCloseOnHover__56c96c60 .notificationClose__9f34c530{opacity:0}.notification__c7bf3da7.showCloseOnHover__56c96c60:hover{cursor:pointer}.notification__c7bf3da7.showCloseOnHover__56c96c60:hover .notificationClose__9f34c530{opacity:1}.notification__c7bf3da7 .notificationFooter__439070dd{display:flex;align-items:center;margin-top:16px}.notification__c7bf3da7 .notificationFooter__439070dd button+a{margin-left:16px}.notification__c7bf3da7 .notificationTime__814f6919{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-13-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__ef1880d1{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__ef1880d1:hover{cursor:pointer}.notificationGroupedWrapper__ef1880d1 .notificationGroupedFooterItem__443d5616{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-13-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-13-0)}.notificationGroupedWrapper__ef1880d1 .notificationGroupedFooterItem__443d5616.first__5fa87318{bottom:-8px;z-index:200}.notificationGroupedWrapper__ef1880d1 .notificationGroupedFooterItem__443d5616.second__9c53a1e8{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__c7bf3da7,.notificationGroupedWrapper__ef1880d1{width:100%}}.unorderedListItem__6540b1a9:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__6540b1a9+.unorderedListItem__6540b1a9{margin-top:8px}.unorderedList__3bf26174{position:relative;margin:0;padding-left:14px;list-style:none}.button__a444941c.general__f7e41f83{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-13-0);color:var(--triplex-next-Button-General_Color_Default-0-13-0)}.button__a444941c.general__f7e41f83:hover{background:var(--triplex-next-Button-General_Background_Hover-0-13-0);color:var(--triplex-next-Button-General_Color_Hover-0-13-0)}.button__a444941c.general__f7e41f83.expanded__1370813e,.button__a444941c.general__f7e41f83:active{background:var(--triplex-next-Button-General_Background_Active-0-13-0);color:var(--triplex-next-Button-General_Color_Active-0-13-0)}.button__a444941c.general__f7e41f83:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-13-0)}.button__a444941c.general__f7e41f83:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-13-0);color:var(--triplex-next-Button-General_Color_Disabled-0-13-0)}.button__a444941c.secondary__d1341017{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-13-0)}.button__a444941c.secondary__d1341017:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-13-0)}.button__a444941c.secondary__d1341017.expanded__1370813e,.button__a444941c.secondary__d1341017:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-13-0)}.button__a444941c.secondary__d1341017:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-13-0)}.button__a444941c.secondary__d1341017:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-13-0)}.button__a444941c.secondaryLight__60d6e414{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-13-0)}.button__a444941c.secondaryLight__60d6e414:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-13-0)}.button__a444941c.secondaryLight__60d6e414.expanded__1370813e,.button__a444941c.secondaryLight__60d6e414:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-13-0)}.button__a444941c.secondaryLight__60d6e414:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-13-0)}.button__a444941c.secondaryLight__60d6e414:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-13-0)}.button__a444941c.danger__cdd8cb87{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-13-0);color:var(--triplex-next-Button-Danger_Color_Default-0-13-0)}.button__a444941c.danger__cdd8cb87:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-13-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-13-0)}.button__a444941c.danger__cdd8cb87.expanded__1370813e,.button__a444941c.danger__cdd8cb87:active{background:var(--triplex-next-Button-Danger_Background_Active-0-13-0);color:var(--triplex-next-Button-Danger_Color_Active-0-13-0)}.button__a444941c.danger__cdd8cb87:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-13-0)}.button__a444941c.danger__cdd8cb87:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-13-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-13-0)}.button__a444941c.link__23396664{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-13-0);padding:0}.button__a444941c.link__23396664.sm__474532ab{height:28px;min-width:0px;padding:6px 2px}.button__a444941c.link__23396664.md__52669f28{height:40px;min-width:0px;padding:10px 2px}.button__a444941c.link__23396664.lg__d04741c0{height:56px;min-width:0px;padding:18px 2px}.button__a444941c.link__23396664:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-13-0)}.button__a444941c.link__23396664.expanded__1370813e,.button__a444941c.link__23396664:active{color:var(--triplex-next-Button-Link_Color_Active-0-13-0)}.button__a444941c.link__23396664:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-13-0)}.button__a444941c.link__23396664:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-13-0)}.button__a444941c{position:relative;margin:0;vertical-align:top;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__a444941c::-moz-focus-inner{border:none;padding:0}.button__a444941c.sm__474532ab{line-height:16px;font-size:12px}.button__a444941c.sm__474532ab.general__f7e41f83,.button__a444941c.sm__474532ab.secondary__d1341017,.button__a444941c.sm__474532ab.secondaryLight__60d6e414,.button__a444941c.sm__474532ab.danger__cdd8cb87{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__a444941c.sm__474532ab.icon__ab1b26ae{min-height:28px;min-width:28px;padding:4px}.button__a444941c.md__52669f28{line-height:20px;font-size:14px}.button__a444941c.md__52669f28.general__f7e41f83,.button__a444941c.md__52669f28.secondary__d1341017,.button__a444941c.md__52669f28.secondaryLight__60d6e414,.button__a444941c.md__52669f28.danger__cdd8cb87{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__a444941c.md__52669f28.icon__ab1b26ae{min-height:40px;min-width:40px;padding:10px}.button__a444941c.lg__d04741c0{line-height:20px;font-size:16px}.button__a444941c.lg__d04741c0.general__f7e41f83,.button__a444941c.lg__d04741c0.secondary__d1341017,.button__a444941c.lg__d04741c0.secondaryLight__60d6e414,.button__a444941c.lg__d04741c0.danger__cdd8cb87{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__a444941c.lg__d04741c0.icon__ab1b26ae{min-height:56px;min-width:56px;padding:12px}.button__a444941c:disabled{cursor:default}.button__a444941c:disabled *{pointer-events:none}.button__a444941c+.button__a444941c:not(.block__09ed7319){margin-left:12px}.button__a444941c .content__83b14fbd{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__a444941c.block__09ed7319{display:block;width:100%}.button__a444941c.loading__f4e0fd58{pointer-events:none}.button__a444941c.loading__f4e0fd58 .content__83b14fbd{visibility:hidden}.button__a444941c .loader__0f06781c{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__a444941c .loader__0f06781c.hidden__421d8a2e{visibility:hidden}.buttonDropdownExtended__f0555467{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__f0555467 .buttonDropdownExtendedBlock__c7179cab{padding:4px;margin-top:4px;right:0}.buttonDropdown__d006de1d.block__09ed7319{display:block}.buttonDropdown__d006de1d+.button__a444941c:not(.block__09ed7319),.buttonDropdown__d006de1d+.buttonDropdown__d006de1d:not(.block__09ed7319){margin-left:16px}.buttonDropdown__d006de1d .buttonDropdownTarget__ef3e12e3 .caretIcon__d2a0eb53{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__d006de1d .buttonDropdownTarget__ef3e12e3.active__fff0b5b2 .caretIcon__d2a0eb53{transform:rotate(-180deg)}.buttonDropdown__d006de1d .buttonDropdownMenuItem__144ed46c{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__25be362e{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__fbee5243{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__a77ffb46{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__7f963a98{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-0-13-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__efcc4020{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__efcc4020 .modalWindowContentWrapper__9cdf4a4a{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__25be362e .6s ease}.modalWindow__efcc4020 .modalWindowContent__375973f6{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__efcc4020 .modalWindowContent__375973f6 .modalWindowBody__787505dc{box-sizing:border-box;animation:fadeIn__bc968d91 .3s ease}@keyframes fadeIn__bc968d91{0%{opacity:0}to{opacity:1}}.modalWindow__efcc4020 .modalWindowContent__375973f6 .spinnerSm__19de2e1a{display:none}@media (max-width: 767px){.modalWindow__efcc4020 .modalWindowContent__375973f6 .spinner__a6001b44{display:none}.modalWindow__efcc4020 .modalWindowContent__375973f6 .spinnerSm__19de2e1a{display:flex}}.global-modalWindowTransition-exit .modalWindow__efcc4020 .modalWindowContentWrapper__9cdf4a4a{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__fbee5243 .3s ease}.global-modalWindowTransition-exit .modalWindow__efcc4020 .modalWindowContentWrapper__9cdf4a4a .modalWindowBody__787505dc{animation:fadeOut__3136e1b4 .3s ease}@keyframes fadeOut__3136e1b4{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__a67d54dc{position:absolute;left:0;right:0;height:0}.modalWindow__efcc4020.sm__c3c37eab .modalWindowContentWrapper__9cdf4a4a{max-width:480px}.modalWindow__efcc4020.sm__c3c37eab .modalWindowContent__375973f6 .modalWindowBody__787505dc{min-height:196px}@media (max-width: 575px){.modalWindow__efcc4020.sm__c3c37eab .modalWindowContentWrapper__9cdf4a4a{max-width:100%}}.modalWindow__efcc4020.md__bc4a1579 .modalWindowContentWrapper__9cdf4a4a{max-width:600px}.modalWindow__efcc4020.md__bc4a1579 .modalWindowContent__375973f6 .modalWindowBody__787505dc{min-height:246px}@media (max-width: 767px){.modalWindow__efcc4020.md__bc4a1579 .modalWindowContentWrapper__9cdf4a4a{max-width:100%}}.modalWindow__efcc4020.lg__b29335af .modalWindowContentWrapper__9cdf4a4a{max-width:800px}.modalWindow__efcc4020.lg__b29335af .modalWindowContent__375973f6 .modalWindowBody__787505dc{min-height:396px}@media (max-width: 991px){.modalWindow__efcc4020.lg__b29335af .modalWindowContentWrapper__9cdf4a4a{max-width:100%}}.modalWindowContentPage__9ed45161{background:var(--triplex-next-ModalWindow-Background-0-13-0);padding:8px!important}.modalWindowContentPage__9ed45161,.modalWindowLoaderScreen__3bb15cf0{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__9ed45161,.modalWindowLoaderScreen__3bb15cf0{border-radius:24px}}.islandBody__0055e16e{display:block}.islandHeader__92118852,.islandFooter__a94c39db,.island__0ad0ccc0{position:relative}.island__0ad0ccc0.type1__0b902fc3{background-color:var(--triplex-next-Island-Type1_Background-0-13-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-13-0)}.island__0ad0ccc0.type2__564ac357{background-color:var(--triplex-next-Island-Type2_Background-0-13-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-13-0)}.island__0ad0ccc0.type3__c793bf2d{background-color:var(--triplex-next-Island-Type3_Background-0-13-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-13-0)}.island__0ad0ccc0.sm__190b0948{border-radius:16px;padding:16px}.island__0ad0ccc0.sm__190b0948 .islandHeader__92118852+.islandBody__0055e16e,.island__0ad0ccc0.sm__190b0948 .islandHeader__92118852+.islandFooter__a94c39db,.island__0ad0ccc0.sm__190b0948 .islandBody__0055e16e+.islandFooter__a94c39db{margin-top:8px}.island__0ad0ccc0.md__7287aa8f{border-radius:24px;padding:24px}.island__0ad0ccc0.md__7287aa8f .islandHeader__92118852+.islandBody__0055e16e,.island__0ad0ccc0.md__7287aa8f .islandHeader__92118852+.islandFooter__a94c39db,.island__0ad0ccc0.md__7287aa8f .islandBody__0055e16e+.islandFooter__a94c39db{margin-top:12px}.island__0ad0ccc0.lg__4c302e03{border-radius:32px;padding:32px}.island__0ad0ccc0.lg__4c302e03 .islandHeader__92118852+.islandBody__0055e16e,.island__0ad0ccc0.lg__4c302e03 .islandHeader__92118852+.islandFooter__a94c39db,.island__0ad0ccc0.lg__4c302e03 .islandBody__0055e16e+.islandFooter__a94c39db{margin-top:16px}@media (max-width: 767px){.island__0ad0ccc0.sm__190b0948,.island__0ad0ccc0.md__7287aa8f{border-radius:16px;padding:16px}.island__0ad0ccc0.lg__4c302e03{border-radius:24px;padding:24px}}.modalWindowBody__787505dc{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__99a8f8e9{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__99a8f8e9{top:20px;right:20px}}.loaderScreen__2f6c98d9{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__2f6c98d9.loaderSmallBackdrop__ea26ec78{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-13-0)}.loaderScreen__2f6c98d9.loaderMiddleBackdrop__2f7befeb{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-13-0)}.body__0c73778e{position:relative;display:flex}.body__0c73778e .bodyInner__bc55463d{position:relative;flex-grow:1;width:100%}.bodyPage__292205ac{flex-grow:1}.verticalMargin24__9f5262e4{margin-top:24px;margin-bottom:24px}.verticalMargin16__619f04c2{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__9f5262e4{margin-top:16px;margin-bottom:16px}.verticalMargin16__619f04c2{margin-top:8px;margin-bottom:8px}}.headerTabs__5be05d32{display:flex;justify-content:space-between}.headerTabs__5be05d32 .headerTabsContent__bfd973a2{flex-grow:1}.headerTabs__5be05d32 .headerTabsControls__d5a6528b{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__5be05d32{flex-wrap:wrap}.headerTabs__5be05d32 .headerTabsContent__bfd973a2{width:100%}.headerTabs__5be05d32 .headerTabsControls__d5a6528b{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__5be05d32 .headerTabsControls__d5a6528b>button{margin-left:16px;margin-top:16px}}.headerTitle__454e127b{display:flex;justify-content:space-between}.headerTitle__454e127b .headerTitleControls__c22b19ff{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__1c28b67a+.headerTitle__454e127b{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__454e127b{flex-wrap:wrap}.headerTitle__454e127b .headerTitleContent__8c8e0ceb{width:100%}.headerTitle__454e127b .headerTitleControls__c22b19ff{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__454e127b .headerTitleControls__c22b19ff>button{margin-left:16px;margin-top:16px}}.headerSubheader__74ca66c6{padding:24px 0}.headerSubheader__74ca66c6.withoutPaddings__0ba1eeab{padding:0}.headerLayoutSidebar__8863cfc5{display:flex;justify-content:space-between}.headerLayoutSidebarContent__79b3fcc9{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__f61ad5f1{display:none}}.page__89625552{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__89625552{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__2639a918.sticky__f8eb880b{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__2639a918.sticky__f8eb880b[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-13-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__fc67fb13.sticky__f8eb880b{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__fc67fb13.sticky__f8eb880b[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-13-0)!important}.footerDescription__4ea5ffea{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__be3ba4ed{flex-grow:1;margin-right:auto}.footerDescriptionControls__94a00de5{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__4ea5ffea{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__be3ba4ed{width:100%}.footerDescriptionControls__94a00de5{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__94a00de5>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__be3ba4ed+.footerDescriptionControls__94a00de5{margin-top:0}.footer__92f97d0d{padding:16px 0}}.modalWindowHeader__c73e5783 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__c73e5783 .global-HeaderTitleContent{padding-right:72px}}.list__14742ff6{margin:0;padding:0;list-style:none;position:relative}.listItemControls__4ca49bc5{display:flex;padding:0 16px 0 4px}.listItemContent__f3578400{background:var(--triplex-next-ListItem-Background-0-13-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__f3578400.selected__7966a9f4{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-13-0)}.listItemControlsButton__4968ec45{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-13-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__4968ec45:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-13-0)}.listItemControlsButton__4968ec45:hover .listItemControlsButtonLabel__54c733fd{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-13-0)!important}.listItemControlsButton__4968ec45.expanded__0234408d,.listItemControlsButton__4968ec45:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-13-0)}.listItemControlsButton__4968ec45.expanded__0234408d .listItemControlsButtonLabel__54c733fd,.listItemControlsButton__4968ec45:active .listItemControlsButtonLabel__54c733fd{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-13-0)!important}.listItemControlsButton__4968ec45+.listItemControlsButton__4968ec45,.listItemControlsButton__4968ec45+.listItemControlsButtonDropdown__137dda59{margin-left:4px}.listItemControlsButtonIcon__e7d16c4b{line-height:0}.listItemControlsButton__4968ec45.withText__9b137f5b .listItemControlsButtonIcon__e7d16c4b{margin-bottom:8px}.listItemControlsButtonLabel__54c733fd{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-13-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__137dda59{display:flex}.listItemControlsButtonInner__af0af5cf{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__4968ec45.withIcon__4fe90f78.withText__9b137f5b .listItemControlsButtonInner__af0af5cf{height:44px;overflow:visible}.buttonDropdownMenuItem__27f5cd83{overflow:hidden;text-overflow:ellipsis}.listEmptyState__22d5a029{padding:64px 16px 16px;text-align:center}.listItemLoading__1708c462{height:24px;padding:12px 0;position:relative}.label__30278c57{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__30278c57.sm__aec9f73e{min-width:16px;min-height:16px}.label__30278c57.sm__aec9f73e.nonempty__5f503596{padding-left:24px}.label__30278c57.md__5e149af9{min-width:24px;min-height:24px}.label__30278c57.md__5e149af9.nonempty__5f503596{padding-left:32px;padding-top:2px}.label__30278c57.lg__b30a3c6e{min-width:28px;min-height:28px}.label__30278c57.lg__b30a3c6e.nonempty__5f503596{padding-left:40px;padding-top:4px}.label__30278c57.disabled__748735b2{cursor:default}.label__30278c57[hidden]{display:none}.checkbox__c7effc6f{margin:0;opacity:0}.checkboxIcon__e34eba1f{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-13-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-13-0)}.sm__aec9f73e .checkboxIcon__e34eba1f{border-radius:4px}.checkmarkIcon__dac1c883{transform:scale(0)}.checkmarkIcon__dac1c883 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-13-0)}.checkboxIcon__e34eba1f,.checkmarkIcon__dac1c883{pointer-events:none}.checkbox__c7effc6f,.checkboxIcon__e34eba1f,.checkmarkIcon__dac1c883{position:absolute;left:0;top:0}.sm__aec9f73e .checkbox__c7effc6f,.sm__aec9f73e .checkboxIcon__e34eba1f,.sm__aec9f73e .checkmarkIcon__dac1c883{width:16px;height:16px;top:2px}.md__5e149af9 .checkbox__c7effc6f,.md__5e149af9 .checkboxIcon__e34eba1f,.md__5e149af9 .checkmarkIcon__dac1c883{width:24px;height:24px}.lg__b30a3c6e .checkbox__c7effc6f,.lg__b30a3c6e .checkboxIcon__e34eba1f,.lg__b30a3c6e .checkmarkIcon__dac1c883{width:28px;height:28px}.checkbox__c7effc6f:enabled{cursor:pointer}.checkbox__c7effc6f:enabled:hover+.checkboxIcon__e34eba1f{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-13-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-13-0)}.checkbox__c7effc6f:checked+.checkboxIcon__e34eba1f{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-13-0)}.checkbox__c7effc6f:checked~.checkmarkIcon__dac1c883{transform:scale(1);transition:transform .2s ease-out}.checkbox__c7effc6f:disabled+.checkboxIcon__e34eba1f{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-13-0)}.checkbox__c7effc6f:disabled:checked+.checkboxIcon__e34eba1f{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-13-0)}.checkbox__c7effc6f:disabled~.checkmarkIcon__dac1c883 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-13-0)}.checkbox__c7effc6f:focus-visible+.checkboxIcon__e34eba1f{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-13-0)}.checkbox__c7effc6f:checked:enabled:hover+.checkboxIcon__e34eba1f{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-13-0)}.listItemSelectable__6c1acb40{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-13-0);border-radius:8px}.listItemSelectable__6c1acb40.selected__7966a9f4{background:var(--triplex-next-ListItem-Background_Selected-0-13-0)}.checkboxWrapper__39fef18a{padding:16px;line-height:0}.childrenWrapper__f1256b50{flex-grow:1}.checkboxLabel__f90f5aff{padding:0!important;position:relative}.checkboxLabelClickArea__6acf631a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__3ee80698{position:relative;overflow:hidden}.swipeableArea__3ee80698 .content__b885960d{position:relative;touch-action:pan-y}.swipeableArea__3ee80698 .content__b885960d.disableScroll__992edab7{touch-action:none}.swipeableArea__3ee80698 .content__b885960d.disablePointerEvents__c5d0abf9:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__3ee80698 .swipeAnimationFinish__d8cc1e3d{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__3ee80698 .leftContent__d11f6cad,.swipeableArea__3ee80698 .rightContent__3a5b5c04{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__3ee80698 .rightContent__3a5b5c04{left:auto;right:0}.listItemTail__9850f30d{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__d1d4a183{background:var(--triplex-next-ListMaster-Background-0-13-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__57f9e04e{position:absolute;top:0;left:0;right:0}.listItemTailTop__57f9e04e: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-0-13-0)}.listItemTailTop__57f9e04e: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-0-13-0)}.listItemTailBottom__9b9f0330{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__9b9f0330: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-0-13-0)}.listItemTailBottom__9b9f0330: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-0-13-0)}.listItemTailRight__3474a0c6{right:-8px}.listItemTailLeft__8f0981c3{left:-8px}.listItemTable__265f69af{margin-bottom:4px}.listItemTable__265f69af:last-child{margin-bottom:0}.listSortableItemTarget__6e01f66c{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-13-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__6e01f66c:hover{background:var(--triplex-next-ListItem-Background_Selected-0-13-0)}.listSortableItemTarget__6e01f66c.dragging__e3c4a577{background:var(--triplex-next-ListItem-Background_Dragging-0-13-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-13-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__8a043201{flex:1}.listSortableItemTargetIcon__11639f76{display:block;margin-left:24px}.listSortableItem__52f48328{position:relative}.listSortableItem__52f48328.dragging__e3c4a577{z-index:1}.listSortableItemControls__6d1726a3{display:inline-block}.islandWidgetHeader__24085204{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__24085204 .islandWidgetHeaderContent__4394d48a{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__24085204 .islandWidgetHeaderDescription__f74ad8c7{display:flex}@media (max-width: 767px){.islandWidgetHeader__24085204{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__48c6d2f8{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__76322759{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__ccddece2{margin-left:auto;white-space:nowrap}.expandAnimation__f5fd5384{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__f80c4701{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-13-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__f80c4701{border-radius:0 0 16px 16px}}.islandWidget__f2161768{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__f2161768>*{height:100%}.islandWidgetWithExtraFooter__1ba7e023: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-0-13-0)!important}.islandWidgetWrapper__73fbb79d{display:flex;flex-direction:column}.formFieldClear__71822b1e{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__71822b1e.hidden__e128112c{opacity:0;pointer-events:none}.formFieldTarget__342f000d{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-13-0);overflow:hidden;white-space:nowrap}.formFieldTarget__342f000d.placeholder__23cfe9cc{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-13-0)}.formFieldTarget__342f000d.disabled__c9760c40{color:var(--triplex-next-FormField-Target_Color_Disabled-0-13-0)}.formFieldTarget__342f000d.size-sm__5d8f8f38{font-size:12px;height:28px;line-height:16px}.formFieldTarget__342f000d.size-md__f38e8e08{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__342f000d.size-lg__cf3b73e3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__342f000d .placeholderWrapper__f17b119c{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__342f000d:focus{outline:none}.formFieldTarget__342f000d:focus .placeholderWrapper__f17b119c{opacity:1}.formFieldTextarea__e6e6194f{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-13-0);resize:none;font-family:inherit}.formFieldTextarea__e6e6194f.sm__ea1aee32{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__e6e6194f.md__216ee47f{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__e6e6194f.lg__670e6f6e{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__e6e6194f:focus{outline:none}.formFieldTextarea__e6e6194f:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-13-0)}.formFieldTextarea__e6e6194f::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-13-0)}.chipGroupItem__fdf24d63{display:inline-block}.chip__8e9a3a4e{background:var(--triplex-next-Chip-Background_Default-0-13-0);color:var(--triplex-next-Chip-Color_Default-0-13-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__8e9a3a4e.lg__4f1c96aa{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__8e9a3a4e.lg__4f1c96aa .prefix__1f5be388{padding-left:16px}.chip__8e9a3a4e.lg__4f1c96aa .postfix__93673ccc{padding-right:16px}.chip__8e9a3a4e.md__8dade484{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__8e9a3a4e.md__8dade484 .prefix__1f5be388{padding-left:12px}.chip__8e9a3a4e.md__8dade484 .postfix__93673ccc{padding-right:12px}.chip__8e9a3a4e.sm__eee5cb42{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__8e9a3a4e.sm__eee5cb42 .prefix__1f5be388{padding-left:8px}.chip__8e9a3a4e.sm__eee5cb42 .postfix__93673ccc{padding-right:8px}.chip__8e9a3a4e:hover{background:var(--triplex-next-Chip-Background_Hover-0-13-0);color:var(--triplex-next-Chip-Color_Hover-0-13-0)}.chip__8e9a3a4e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-13-0)}.chip__8e9a3a4e:active,.chip__8e9a3a4e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-13-0);color:var(--triplex-next-Chip-Color_Active-0-13-0)}.chip__8e9a3a4e.disabled__8161565b{background:var(--triplex-next-Chip-Background_Disabled-0-13-0);color:var(--triplex-next-Chip-Color_Disabled-0-13-0);cursor:default;pointer-events:none}.chip__8e9a3a4e.selected__b5a4bc7d{background:var(--triplex-next-Chip-Background_Selected_Default-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-13-0)}.chip__8e9a3a4e.selected__b5a4bc7d:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-13-0)}.chip__8e9a3a4e.selected__b5a4bc7d:active,.chip__8e9a3a4e.selected__b5a4bc7d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-13-0)}.chip__8e9a3a4e.selected__b5a4bc7d.disabled__8161565b{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-13-0)}.chip__8e9a3a4e.withPrefix__7432ee37{padding-left:0}.chip__8e9a3a4e.withPostfix__2cc39246{padding-right:0}.chip__8e9a3a4e .content__8d553126{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__8e9a3a4e .prefix__1f5be388,.chip__8e9a3a4e .postfix__93673ccc{display:flex}.calendarControls__86fc3ab4{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-0-13-0)}.calendarViewDays__0d435345{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__1e35e9a4 .calendarViewDays__0d435345{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__f4758b43,.calendarViewYears__8031a9af{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__1e35e9a4 .calendarViewMonths__f4758b43,.adaptive__1e35e9a4 .calendarViewYears__8031a9af{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__f012c65c{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-13-0)}.calendarViewDaysBody__2a638d28:before{display:block;content:"";line-height:8px}.adaptive__1e35e9a4 .calendarViewDaysBody__2a638d28:before{line-height:4px}.calendarViewItem__c4a8f24b{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__c4a8f24b:focus-visible{outline:none}.calendarViewItem__c4a8f24b.current__b5b33724{font-weight:600}.calendarViewItem__c4a8f24b.disabled__445dcf9d{pointer-events:none}.calendarViewItemLabel__9040ae59{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-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-13-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-13-0);cursor:pointer}.calendarViewItemLabel__9040ae59:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.basicMark__fc3c96d2:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.standardMark__bf76ff0d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.attentionMark__95454c41:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.criticalMark__ba0ec11c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.muted__5d862f19{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.muted__5d862f19:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.basicMark__fc3c96d2:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.standardMark__bf76ff0d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.attentionMark__95454c41:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.criticalMark__ba0ec11c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.marked__829e1c05:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__9040ae59.basicMark__fc3c96d2:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.standardMark__bf76ff0d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.attentionMark__95454c41:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.criticalMark__ba0ec11c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.muted__5d862f19{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-13-0)}.calendarViewItemLabel__9040ae59.disabled__445dcf9d{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-13-0);background:none}.calendarViewItem__c4a8f24b:focus-visible .calendarViewItemLabel__9040ae59{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-13-0)}.unitDay__6c716d23{width:36px;height:36px;border-radius:6px}.unitMonth__719a6457,.unitYear__098dcea7{width:89px;height:48px;border-radius:6px}.adaptive__1e35e9a4 .unitMonth__719a6457,.adaptive__1e35e9a4 .unitYear__098dcea7{width:104px;height:48px;border-radius:6px}.calendarFooter__ede84cfc{margin-top:12px;text-align:center}.calendar__522a20a9{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-13-0);-webkit-user-select:none;user-select:none}.calendar__522a20a9.adaptive__1e35e9a4{width:auto;padding:20px}.calendar__522a20a9+.calendar__522a20a9{margin-top:20px}.datePickerExtendedMobileDropdown__2ca02ed8{max-height:100vh}.chipDropdownArrow__7b2b6890{transition:transform .3s ease}.chipDropdownArrow__7b2b6890.rotated__a12b7b53{transform:rotate(-180deg)}.chipClearButton__fda9bc43{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__fda9bc43:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-13-0)}.dropdownMobileMaskedInput__0018d62d{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__d1ea9ad2{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__d1ea9ad2 .caretWrapper__c98f6d72{height:100%}.selectExtendedFieldTarget__d1ea9ad2 .caretIcon__5fbf228e{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__d1ea9ad2.selectOpened__f563ac3a .caretIcon__5fbf228e{transform:rotate(180deg)}.selectExtendedFieldTarget__d1ea9ad2.disabled__03bede91{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__81d79a48{position:relative}.multiselectFieldHeader__c171f798{padding:12px 12px 0}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6.sm__5dc3b5a4{height:204px}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6.md__ed3d46d5{height:245px}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6.lg__421b97bd{height:324px}.multiselectFieldFooter__0c987a8f{padding:0 12px 12px}.multiselectFieldFooter__0c987a8f:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-13-0)}.chipOptionsContent__2a2affe2{min-width:14px;text-align:center;display:block}.tooltipDesktop__6b383ffa{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__6b383ffa .tooltipBody__215f1018{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-13-0)}.tooltipDesktop__6b383ffa .tooltipXButton__f50df587{position:absolute;right:8px;top:8px}.tooltipDesktopContent__79713e97{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-13-0);border-radius:8px}.closable__755a62db .tooltipDesktopContent__79713e97{padding-right:32px}.tooltipSM__917feeb1 .tooltipDesktopContent__79713e97{width:192px;min-height:52px}.tooltipLG__7328ab75 .tooltipDesktopContent__79713e97{width:384px;min-height:52px}.tooltipOverlay__45a5ff51{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__5c9e447c{width:0;height:0}.tooltipDesktopTip__5c9e447c.down__a0c109bd{border-top:solid var(--triplex-next-Tooltip-Background-0-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__5c9e447c.up__c4b6a182{border-bottom:solid var(--triplex-next-Tooltip-Background-0-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__5c9e447c.left__f2f94bce{border-right:solid var(--triplex-next-Tooltip-Background-0-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__5c9e447c.right__aa713c1a{border-left:solid var(--triplex-next-Tooltip-Background-0-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__79e7a738 .tooltipBody__215f1018{text-align:left}.tooltipMobileContent__5bbdf2c8{padding:16px}.headerless__bb58aa8e .tooltipMobileContent__5bbdf2c8{padding-right:40px;border-radius:16px 16px 0 0}.headerless__bb58aa8e .tooltipMobileContent__5bbdf2c8 .closeButton__a0afd8ac{position:absolute;right:16px;top:16px}.tooltipLink__ed344051{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__7eee3cb3{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-13-0)}.desktop__7eee3cb3:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-13-0)}.desktop__7eee3cb3:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-13-0)}.desktop__7eee3cb3:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-13-0)}.mobile__4a69dab4{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-13-0)}.mobile__4a69dab4:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-13-0)}.mobile__4a69dab4:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-13-0)}.mobile__4a69dab4:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-13-0)}.chipSuggestInputWrapper__b42307be{margin:12px}.suggestDropdownMobileBody__747cad13{height:176px}.suggestDropdownMobileNoOptionsText__86f43534{padding:16px}.checkboxXGroup__5d36359f{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__5d36359f.indent-12__898c092c{margin-left:-6px;margin-right:-6px}.checkboxXGroup__5d36359f.indent-12__898c092c .label__30278c57{margin-left:6px;margin-right:6px}.checkboxXGroup__5d36359f.indent-16__930ff459{margin-left:-8px;margin-right:-8px}.checkboxXGroup__5d36359f.indent-16__930ff459 .label__30278c57{margin-left:8px;margin-right:8px}.checkboxXGroup__5d36359f.indent-20__851a40c4{margin-left:-10px;margin-right:-10px}.checkboxXGroup__5d36359f.indent-20__851a40c4 .label__30278c57{margin-left:10px;margin-right:10px}.checkboxXGroup__5d36359f.indent-24__89010829{margin-left:-12px;margin-right:-12px}.checkboxXGroup__5d36359f.indent-24__89010829 .label__30278c57{margin-left:12px;margin-right:12px}.checkboxXGroup__5d36359f.indent-28__a40b8105{margin-left:-14px;margin-right:-14px}.checkboxXGroup__5d36359f.indent-28__a40b8105 .label__30278c57{margin-left:14px;margin-right:14px}.checkboxXGroup__5d36359f.indent-32__ef7cf1b0{margin-left:-16px;margin-right:-16px}.checkboxXGroup__5d36359f.indent-32__ef7cf1b0 .label__30278c57{margin-left:16px;margin-right:16px}.checkboxYGroup__0eb543f2{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__0eb543f2 .label__30278c57.sm__aec9f73e+.label__30278c57.sm__aec9f73e{margin-top:8px}.checkboxYGroup__0eb543f2 .label__30278c57.lg__b30a3c6e+.label__30278c57.lg__b30a3c6e{margin-top:20px}.checkboxYGroup__0eb543f2 .label__30278c57.md__5e149af9+.label__30278c57.md__5e149af9{margin-top:16px}.card__5cd24f6f{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__5cd24f6f.roundingMD__9b4ddfb1{--radius: 16px}.card__5cd24f6f.roundingSM__3d8f1fac{--radius: 8px}.card__5cd24f6f.general__148416ca{background:var(--triplex-next-Card-Static_General_Background-0-13-0)}.card__5cd24f6f.secondary__30ffe152{background:var(--triplex-next-Card-Static_Secondary_Background-0-13-0)}.card__5cd24f6f .cardMedia__ceca1526{background-size:cover;background-repeat:no-repeat;background-position:center}.card__5cd24f6f .cardContent__1064409a{padding:var(--padding)}.card__5cd24f6f .cardContent__1064409a.paddingMD__1e33ad2c{--padding: 24px}.card__5cd24f6f .cardContent__1064409a.paddingSM__0957a0fd{--padding: 16px}.card__5cd24f6f .cardContent__1064409a .cardContentHeader__1f7fe8e7{margin-bottom:16px}.card__5cd24f6f .cardContent__1064409a .cardContentFooter__0fabe718{margin-top:16px}.action__74719242{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__74719242: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__74719242.general__148416ca{background:var(--triplex-next-Card-Action_General_Background-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-13-0)}.action__74719242.general__148416ca:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-13-0)}.action__74719242.general__148416ca.selected__9ef7d141{background:var(--triplex-next-Card-Action_General_Background_Selected-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-13-0)}.action__74719242.general__148416ca.selected__9ef7d141:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-13-0)}.action__74719242.general__148416ca:focus{outline:none}.action__74719242.general__148416ca:focus.focusVisible__ea567f7f{box-shadow:var(--triplex-next-Card-Shadow_Default-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-13-0)}.action__74719242.secondary__30ffe152{background:var(--triplex-next-Card-Action_Secondary_Background-0-13-0)}.action__74719242.secondary__30ffe152:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-13-0)}.action__74719242.secondary__30ffe152.selected__9ef7d141{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-13-0)}.action__74719242.secondary__30ffe152.selected__9ef7d141:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-13-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-13-0)}.action__74719242.secondary__30ffe152:focus{outline:none}.action__74719242.secondary__30ffe152:focus.focusVisible__ea567f7f{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-13-0)}.alertContext__df06f339{display:flex;font-size:12px;line-height:16px}.alertContext__df06f339>svg{flex-shrink:0}.alertContext__df06f339 .alertContextText__1578a5cf{margin-left:8px}.alertContext__df06f339.alertTypeError__c65f69cb .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-Error_Color-0-13-0)}.alertContext__df06f339.alertTypeInfo__904eb3e1 .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-Info_Color-0-13-0)}.alertContext__df06f339.alertTypeWarning__83647294 .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-Warning_Color-0-13-0)}.alertContext__df06f339.alertTypeSystem__afeaa60a .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-System_Color-0-13-0)}.alertProcess__4c906c91{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__4c906c91.withSpoiler__6ac65749{min-height:40px}.alertProcess__4c906c91 .themeIcon__d57662e3{box-sizing:border-box;height:20px;width:20px}.alertProcess__4c906c91.alertTypeError__c65f69cb{background:var(--triplex-next-AlertProcess-Error_Background-0-13-0)}.alertProcess__4c906c91.alertTypeInfo__904eb3e1{background:var(--triplex-next-AlertProcess-Info_Background-0-13-0)}.alertProcess__4c906c91.alertTypeWarning__83647294{background:var(--triplex-next-AlertProcess-Warning_Background-0-13-0)}.alertProcess__4c906c91.alertTypeSystem__afeaa60a{background:var(--triplex-next-AlertProcess-System_Background-0-13-0)}.alertProcess__4c906c91.alertTypeFeature__04860b1a{background:var(--triplex-next-AlertProcess-Feature_Background-0-13-0)}.alertProcess__4c906c91.alertTypeFeature__04860b1a .themeIcon__d57662e3{padding-top:0}.alertProcess__4c906c91 .alertProcessContentBlock__226a5208{flex:1;margin-left:10px}.alertProcess__4c906c91 .alertProcessContentBlock__226a5208 .expandableContent__1c7175d6{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__4c906c91 .alertProcessContentBlock__226a5208 .expandableContent__1c7175d6.expanded__90dee305{max-height:1000px;opacity:1}.alertProcess__4c906c91 .closeButton__56b82fa3{margin-left:10px}.alertProcess__4c906c91 .expandButton__f4973e0b{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__4c906c91 .expandButton__f4973e0b.expanded__90dee305{transform:rotate(180deg)}.adaptive__274826ea{font-size:10px!important;line-height:12px!important}.avatar__5b371621{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-13-0)}.avatar__5b371621.xxs__317232a4{width:28px;height:28px;border-radius:6px}.avatar__5b371621.xs__96b0ba01{width:32px;height:32px;border-radius:8px}.avatar__5b371621.sm__e4d54ab7{width:40px;height:40px;border-radius:10px}.avatar__5b371621.md__cda3ec30{width:56px;height:56px;border-radius:16px}.avatar__5b371621.lg__9361cf12{width:80px;height:80px;border-radius:20px}.avatar__5b371621.xl__9b1e067b{width:96px;height:96px;border-radius:24px}.avatar__5b371621.xxl__b356328a{width:128px;height:128px;border-radius:28px}.col-1__bb49e45f{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__493d263c{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__fe413e00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f9342a1a{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__c2faba2f{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__646beced{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__53246b58{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__f56e895a{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__cea12a62{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__596cfa9b{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__ed6c61c3{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__c7bef711{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__40a94c06{margin-left:0%}.offset-1__e70055db{margin-left:8.33333333%}.offset-2__edefdb3b{margin-left:16.66666667%}.offset-3__270a0b3a{margin-left:25%}.offset-4__906086df{margin-left:33.33333333%}.offset-5__45d335bc{margin-left:41.66666667%}.offset-6__c3af4656{margin-left:50%}.offset-7__20bcdd92{margin-left:58.33333333%}.offset-8__76f9559d{margin-left:66.66666667%}.offset-9__5f269a1b{margin-left:75%}.offset-10__6a6a304a{margin-left:83.33333333%}.offset-11__2d1a025d{margin-left:91.66666667%}.d-none__d58f40cf{display:none!important}.d-block__680f1649{display:block!important}@media (min-width: 576px){.col-sm-1__b6bd3107{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__37985a17{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__88462d1c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__454f2716{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__0c6a2146{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__d7c6044c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__97e90c80{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__e391a679{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__78787939{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__96561396{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__174c1325{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__44a396dc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__70c035ee{margin-left:0%}.offset-sm-1__0e21a185{margin-left:8.33333333%}.offset-sm-2__aac4f581{margin-left:16.66666667%}.offset-sm-3__d65da601{margin-left:25%}.offset-sm-4__a94904e3{margin-left:33.33333333%}.offset-sm-5__3442f997{margin-left:41.66666667%}.offset-sm-6__35c358e0{margin-left:50%}.offset-sm-7__68b8f2e3{margin-left:58.33333333%}.offset-sm-8__71d83780{margin-left:66.66666667%}.offset-sm-9__b20a721d{margin-left:75%}.offset-sm-10__9b3f56b1{margin-left:83.33333333%}.offset-sm-11__cec5b435{margin-left:91.66666667%}.d-none-sm__d166fbd5{display:none!important}.d-block-sm__d2cae681{display:block!important}}@media (min-width: 768px){.col-md-1__32d82a10{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__3ed54426{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__577b2671{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__20a539e9{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__ee3d958a{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__da587acc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__d7a6c10f{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__30483bb7{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__33ff35d7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__31c68f23{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__adb09335{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__430cebff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__4d339827{margin-left:0%}.offset-md-1__ee65aa4d{margin-left:8.33333333%}.offset-md-2__4b019fe5{margin-left:16.66666667%}.offset-md-3__78e0caf5{margin-left:25%}.offset-md-4__009450aa{margin-left:33.33333333%}.offset-md-5__f5d6fb30{margin-left:41.66666667%}.offset-md-6__bd979420{margin-left:50%}.offset-md-7__51cbc0c7{margin-left:58.33333333%}.offset-md-8__a13f7069{margin-left:66.66666667%}.offset-md-9__fec65b4e{margin-left:75%}.offset-md-10__609ed857{margin-left:83.33333333%}.offset-md-11__26b7a2c9{margin-left:91.66666667%}.d-none-md__e5d52b3d{display:none!important}.d-block-md__5c5aea4c{display:block!important}}@media (min-width: 992px){.col-lg-1__8b512f13{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__762708e9{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__5283eb49{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__b39e6f45{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__3612dcd2{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__de909d4a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__69e9b2ee{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__a4aa2b5f{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__3cb74b74{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__434aa6fc{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__4a199d12{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__d1fbf48e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__3330c4ba{margin-left:0%}.offset-lg-1__c3090c5f{margin-left:8.33333333%}.offset-lg-2__f406c9db{margin-left:16.66666667%}.offset-lg-3__a453d25d{margin-left:25%}.offset-lg-4__51dfeb3e{margin-left:33.33333333%}.offset-lg-5__6cf96f5c{margin-left:41.66666667%}.offset-lg-6__543676e2{margin-left:50%}.offset-lg-7__0d331e02{margin-left:58.33333333%}.offset-lg-8__5a81e183{margin-left:66.66666667%}.offset-lg-9__11949be3{margin-left:75%}.offset-lg-10__5989da68{margin-left:83.33333333%}.offset-lg-11__e6550bdb{margin-left:91.66666667%}.d-none-lg__b02e0ff0{display:none!important}.d-block-lg__2f09ce21{display:block!important}}@media (min-width: 1200px){.col-xl-1__143db8b2{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__6343b64b{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__75bd3238{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__00b32e5b{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__80816ec4{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__46ee2f86{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__00103e18{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__7f9debf9{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__11ce53a8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__1a27cfc1{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__7aec4da5{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__843027c9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__2b176e68{margin-left:0%}.offset-xl-1__566dd6a8{margin-left:8.33333333%}.offset-xl-2__32134116{margin-left:16.66666667%}.offset-xl-3__1f872f63{margin-left:25%}.offset-xl-4__6a3c55e0{margin-left:33.33333333%}.offset-xl-5__574ff152{margin-left:41.66666667%}.offset-xl-6__a5f83aea{margin-left:50%}.offset-xl-7__40b1f507{margin-left:58.33333333%}.offset-xl-8__9c36c05c{margin-left:66.66666667%}.offset-xl-9__8f35b495{margin-left:75%}.offset-xl-10__35ae7aed{margin-left:83.33333333%}.offset-xl-11__29fa8605{margin-left:91.66666667%}.d-none-xl__9e8289ed{display:none!important}.d-block-xl__c57bea12{display:block!important}}.ellipsisLineClamp__09d46502{--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__09d46502.oneLine__4c044a71{word-break:break-all}.link__3fb8851b{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-13-0)}.link__3fb8851b:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-13-0)}.link__3fb8851b:active{color:var(--triplex-next-Link-Text_Color_Active-0-13-0)}.link__3fb8851b:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-13-0)}.wordWithContent__317b0ca7{white-space:nowrap;display:inline-flex;align-items:center}.before__77bc4681 :first-child{margin-right:4px}.after__207a4806 :last-child{margin-left:4px}.marker__6a9983dd{border-radius:50%}.marker__6a9983dd.md__ea000e98{width:8px;height:8px}.marker__6a9983dd.lg__4dcba413{width:10px;height:10px}.marker__6a9983dd.success__45a1ff97{background:var(--triplex-next-Marker-Background_Success-0-13-0)}.marker__6a9983dd.error__ea2f5c38{background:var(--triplex-next-Marker-Background_Error-0-13-0)}.marker__6a9983dd.warning__360802d5{background:var(--triplex-next-Marker-Background_Warning-0-13-0)}.marker__6a9983dd.waiting__db399c44{background:var(--triplex-next-Marker-Background_Waiting-0-13-0)}.markerStatus__eb7fe6ad{line-height:0;display:flex;align-items:start}.markerStatus__eb7fe6ad .contentContainer__fff95a33{display:flex;flex-direction:column}.markerStatus__eb7fe6ad.md__ee94d125{gap:4px}.markerStatus__eb7fe6ad.md__ee94d125 .markerContainer__9c78d4b6{margin-top:4px}.markerStatus__eb7fe6ad.lg__de5c9472{gap:6px}.markerStatus__eb7fe6ad.lg__de5c9472 .contentContainer__fff95a33{gap:4px}.markerStatus__eb7fe6ad.lg__de5c9472 .markerContainer__9c78d4b6{margin-top:5px}.row__54ea9786{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__54ea9786.noPaddingBottom__f057cd35,.row__54ea9786:last-child{padding-bottom:0}.tabsExtended__adac0f90{position:relative}.tabsExtendedContent__c8e8eaff{display:inline-flex}.tabsExtendedContent__c8e8eaff.sm__6e20c2ca{border-radius:6px;padding:4px}.tabsExtendedContent__c8e8eaff.md__51d255ba{border-radius:8px;padding:4px}.tabsExtendedContent__c8e8eaff.lg__035c2d46{border-radius:10px;padding:8px}.tabsExtendedTab__07c3b6a0{display:flex}.tabsExtendedTab__07c3b6a0+.tabsExtendedTab__07c3b6a0,.tabsExtendedDropdown__ead3c057{margin-left:2px}.tabsReal__498542f7,.tabsFake__86148cdc{display:flex;box-sizing:border-box;width:100%}.tabsReal__498542f7.hidden__c6275626{visibility:hidden}.tabsReal__498542f7 .tabsExtendedTab__07c3b6a0.hidden__c6275626{display:none}.tabsFake__86148cdc{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__97de7693 .tabsExtendedContent__c8e8eaff{background-color:var(--triplex-next-Tabs-Type1_Background-0-13-0)}.type2__8e1b0f6a .tabsExtendedContent__c8e8eaff{background-color:var(--triplex-next-Tabs-Type2_Background-0-13-0)}.tabsExtendedTabButton__ef3415c0{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-13-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__ef3415c0 .tabButtonText__78b2fbbf{font-weight:400}.tabsExtendedTabButton__ef3415c0.lg__035c2d46{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__ef3415c0.lg__035c2d46 .tabButtonText__78b2fbbf{font-size:16px;line-height:20px}.tabsExtendedTabButton__ef3415c0.md__51d255ba{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__ef3415c0.md__51d255ba .tabButtonText__78b2fbbf{font-size:14px;line-height:20px}.tabsExtendedTabButton__ef3415c0.sm__6e20c2ca{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__ef3415c0.sm__6e20c2ca .tabButtonText__78b2fbbf{font-size:12px;line-height:16px}.tabsExtendedTabButton__ef3415c0::-moz-focus-inner{border:none}.tabsExtendedTabButton__ef3415c0+.tabsExtendedTabButton__ef3415c0{margin-left:2px}.tabsExtendedTabButton__ef3415c0:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693.selected__5ab05b6b{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693.selected__5ab05b6b .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693:hover .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693 .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-13-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a.selected__5ab05b6b{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a.selected__5ab05b6b .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a:hover .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-13-0)}.notificationIcon__5c7879ca{position:absolute;right:4px;top:4px}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a.sm__8d3d8197{min-width:20px;min-height:20px;height:20px}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a.md__76a0123a{min-width:32px;min-height:32px;height:32px}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a.lg__5dc4f102{min-width:40px;min-height:40px;height:40px}.tag__839505a2{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-13-0);border-radius:4px;gap:2px}.tag__839505a2.sm__24177033{height:20px;padding:2px 4px 2px 6px}.tag__839505a2.md__d130a7d8{height:28px;padding:4px 6px 4px 8px}.tag__839505a2.lg__28883b2b{height:32px;padding:6px 8px 6px 10px}.content__e6b0ed12{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__5cddcf7d{display:flex;flex-wrap:wrap}.tagGroup__5cddcf7d.sm__08cfef53{gap:4px}.tagGroup__5cddcf7d.md__c98c33db{gap:8px}.tagGroup__5cddcf7d.lg__b6142b99{gap:12px}.paginationExtended__d4dcf6f9{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__ad2434c3 .directionIconNext__e7475249{transform:rotate(180deg)}.pageEllipsis__c6b9282e{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-13-0);cursor:default}.paginationPageButton__9fa15822{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-13-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__9fa15822:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-13-0);outline:none}.paginationPageButton__9fa15822:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-13-0)}.paginationPageButton__9fa15822:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-13-0);cursor:grabbing}.paginationPageButton__9fa15822.currentPage__f8846b7f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-13-0);cursor:default}.paginationNavigationExtended__9a613e9f{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__3dfc1f39{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__3dfc1f39 .paginationSelectControl__65cf2909{margin-left:8px;min-width:72px}.skeleton__40a22916{border-radius:16px;flex-grow:1}.skeleton__40a22916.light__7627809b{animation:skeleton-light-pulse__c7424342 2s ease-in-out infinite}.skeleton__40a22916.dark__1e5f9492{animation:skeleton-dark-pulse__dc72bfd4 2s ease-in-out infinite}@keyframes skeleton-light-pulse__c7424342{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-13-0)}}@keyframes skeleton-dark-pulse__dc72bfd4{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-13-0)}}.segmentedControlSegment__665c88d4{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-0-13-0);outline:none;cursor:pointer}.segmentedControlSegment__665c88d4:disabled{cursor:default}.sm__1e71ca84 .segmentedControlSegment__665c88d4{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__693310c6 .segmentedControlSegment__665c88d4{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__29cf0f48 .segmentedControlSegment__665c88d4{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__bb632386 .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4.selected__fe2993b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4.selected__fe2993b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-13-0)}.segmentedControlSegment__665c88d4:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-13-0)}.content__db9cbe64{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__8da76f85{display:flex;gap:4px}.segmentedControl__8da76f85.general1__bb632386{background:var(--triplex-next-SegmentedControl-General_1_Background-0-13-0)}.segmentedControl__8da76f85.secondary1__fd580e94{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-13-0)}.segmentedControl__8da76f85.general2__3a6852fa{background:var(--triplex-next-SegmentedControl-General_2_Background-0-13-0)}.segmentedControl__8da76f85.secondary2__a0ee3d38{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-13-0)}.segmentedControl__8da76f85.sm__1e71ca84{border-radius:6px;padding:4px}.segmentedControl__8da76f85.md__693310c6{border-radius:8px;padding:4px}.segmentedControl__8da76f85.lg__29cf0f48{border-radius:10px;padding:8px}.step__e6361ccc{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__e6361ccc.default__fcecfff1{background-color:var(--triplex-next-Step-Background_Default-0-13-0)}.step__e6361ccc.default__fcecfff1>span{color:var(--triplex-next-Step-Color_Default-0-13-0)}.step__e6361ccc.done__b21091a2{background-color:var(--triplex-next-Step-Background_Done-0-13-0)}.step__e6361ccc.done__b21091a2>span{color:var(--triplex-next-Step-Color_Done-0-13-0)}.step__e6361ccc.warning__d2530794{background-color:var(--triplex-next-Step-Background_Warning-0-13-0)}.step__e6361ccc.warning__d2530794>span{color:var(--triplex-next-Step-Color_Warning-0-13-0)}.step__e6361ccc.active__8a22e863{background-color:var(--triplex-next-Step-Background_Active-0-13-0)}.step__e6361ccc.active__8a22e863>span{color:var(--triplex-next-Step-Color_Active-0-13-0)}.step__e6361ccc.error__8d91edad{background-color:var(--triplex-next-Step-Background_Error-0-13-0)}.step__e6361ccc.error__8d91edad>span{color:var(--triplex-next-Step-Color_Error-0-13-0)}.step__e6361ccc.disabled__7a4dc098{background-color:var(--triplex-next-Step-Background_Disabled-0-13-0)}.step__e6361ccc.disabled__7a4dc098>span{color:var(--triplex-next-Step-Color_Disabled-0-13-0)}.stepperWrapper__33f6e8c3{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-13-0)}.stepperStep__840a7703{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__840a7703+.stepperStep__840a7703{margin-left:12px}.stepperStep__840a7703.sm__de0ce867:not(:last-child) .content__9b7407ee{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__840a7703.sm__de0ce867:last-child .content__9b7407ee{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__840a7703.sm__de0ce867:last-child .arrow__e9098d0e{display:none}.stepperStep__840a7703.md__fed2742e:not(:last-child) .content__9b7407ee{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__840a7703.md__fed2742e:last-child .content__9b7407ee{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__840a7703.md__fed2742e:last-child .arrow__e9098d0e{display:none}.stepperStep__840a7703.lg__424aaf66:not(:last-child) .content__9b7407ee{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__840a7703.lg__424aaf66:last-child .content__9b7407ee{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__840a7703.lg__424aaf66:last-child .arrow__e9098d0e{display:none}.stepperStep__840a7703:hover:not(.active__378f49ac):not(.disabled__0de90cd7) .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0)}.stepperStep__840a7703:hover:not(.active__378f49ac):not(.disabled__0de90cd7) .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0)}.stepperStep__840a7703:hover:not(.active__378f49ac):not(.disabled__0de90cd7) .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0)}.stepperStep__840a7703.active__378f49ac{cursor:default}.stepperStep__840a7703.active__378f49ac .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-13-0)}.stepperStep__840a7703.active__378f49ac .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-13-0)}.stepperStep__840a7703.active__378f49ac.error__52bad6cc .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.active__378f49ac.error__52bad6cc .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.active__378f49ac.error__52bad6cc .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-13-0)}.stepperStep__840a7703.active__378f49ac.warning__b97c9a0c .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.active__378f49ac.warning__b97c9a0c .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.active__378f49ac.warning__b97c9a0c .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d :not(.error__52bad6cc):not(.warning__b97c9a0c) .content__9b7407ee{color:var(--triplex-next-Stepper-Step_Color_Default-0-13-0)}.stepperStep__840a7703.inactive__652ed37d :not(.error__52bad6cc):not(.warning__b97c9a0c):hover .content__9b7407ee{color:var(--triplex-next-Stepper-Step_Color_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.disabled__0de90cd7{pointer-events:none}.stepperStep__840a7703.disabled__0de90cd7 .content__9b7407ee{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-13-0)}.stepperStep__840a7703.disabled__0de90cd7 .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-13-0)}.stepperStep__840a7703.disabled__0de90cd7 .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e:hover .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac:hover .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e:hover .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac:hover .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.content__9b7407ee{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-13-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-13-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-13-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__de0ce867{font-size:12px;line-height:16px}.md__fed2742e{font-size:14px;line-height:20px}.lg__424aaf66{font-size:16px;line-height:20px}.arrow__e9098d0e{transform:translate(0)}.arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-13-0)}.arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-13-0)}.icon__73ea118a{display:inline-flex;align-items:center;line-height:0}.nonempty__72b37a74 .icon__73ea118a{margin-right:6px}.stepperExtended__04343a2f{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__1b4da61e{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__1b4da61e::-webkit-scrollbar{display:none}.stepper__4b7f5d7e.sm__de0ce867{padding-left:28px;padding-right:28px}.stepper__4b7f5d7e.md__fed2742e{padding-left:40px;padding-right:40px}.stepper__4b7f5d7e.lg__424aaf66{padding-left:56px;padding-right:56px}.stepperCarousel__be614b90{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__be614b90 .buttonPrev__49f854de,.stepperCarousel__be614b90 .buttonNext__d2b1ca17{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__be614b90 .buttonPrev__49f854de.sm__de0ce867,.stepperCarousel__be614b90 .buttonNext__d2b1ca17.sm__de0ce867{height:28px;width:28px}.stepperCarousel__be614b90 .buttonPrev__49f854de.md__fed2742e,.stepperCarousel__be614b90 .buttonNext__d2b1ca17.md__fed2742e{height:40px;width:40px}.stepperCarousel__be614b90 .buttonPrev__49f854de.lg__424aaf66,.stepperCarousel__be614b90 .buttonNext__d2b1ca17.lg__424aaf66{height:56px;width:56px}.stepperCarousel__be614b90 .buttonPrev__49f854de{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-13-0)}.stepperCarousel__be614b90 .buttonNext__d2b1ca17{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-13-0)}@media (max-width: 767px){.stepper__4b7f5d7e{padding-left:16px;padding-right:16px}.buttonPrev__49f854de,.buttonNext__d2b1ca17{display:none}}.islandAccordion__9e1ccb1a{margin:0;padding:0}.islandAccordion__9e1ccb1a .island__960bb5cd{padding:0}.islandAccordion__9e1ccb1a .item__9880f0ab{position:relative;list-style-type:none}.islandAccordion__9e1ccb1a .item__9880f0ab.disabled__9c566737{cursor:default;pointer-events:none}.islandAccordion__9e1ccb1a .item__9880f0ab+.item__9880f0ab.sm__1a068fb5,.islandAccordion__9e1ccb1a .item__9880f0ab+.item__9880f0ab.md__d9034b8b{margin-top:16px}.islandAccordion__9e1ccb1a .item__9880f0ab+.item__9880f0ab.lg__93f03e8a{margin-top:24px}.islandAccordion__9e1ccb1a .item__9880f0ab .header__0e3a1317{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__9e1ccb1a .item__9880f0ab :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab.type1__d764046b:not(.opened__635a78ba) .header__0e3a1317:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab.type2__e80e956c:not(.opened__635a78ba) .header__0e3a1317:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab.type3__b45bcc59:not(.opened__635a78ba) .header__0e3a1317:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e{text-align:right}.islandAccordion__9e1ccb1a .item__9880f0ab .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e{visibility:hidden}.islandAccordion__9e1ccb1a .item__9880f0ab.opened__635a78ba .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.opened__635a78ba .footer__c686ee9e{visibility:visible}.islandAccordion__9e1ccb1a .item__9880f0ab .caretWrapper__4255ec0e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__9e1ccb1a .item__9880f0ab .caretIcon__2708578d{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .header__0e3a1317{padding:16px;border-radius:16px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .step__2436d93f+.titleWrapper__b7ed2b0a{margin-top:2px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .footer__c686ee9e{padding:0 16px 16px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .caretWrapper__4255ec0e{right:12px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .remove__321c9292{right:-36px;top:20px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .step__2436d93f{margin-right:12px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .header__0e3a1317{padding:24px;border-radius:24px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .footer__c686ee9e{padding:0 24px 24px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .caretWrapper__4255ec0e{right:20px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .remove__321c9292{right:-40px;top:28px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .step__2436d93f{margin-right:12px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .header__0e3a1317{padding:32px;border-radius:32px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .footer__c686ee9e{padding:0 32px 32px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .caretWrapper__4255ec0e{right:28px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .remove__321c9292{right:-40px;top:36px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .step__2436d93f{margin:0 16px 0 0}.islandAccordion__9e1ccb1a .item__9880f0ab.opened__635a78ba:not(.disabled__9c566737) .caretWrapper__4255ec0e .caretIcon__2708578d{transform:rotate(-180deg)}.islandAccordion__9e1ccb1a .item__9880f0ab .remove__321c9292{position:absolute}@media (max-width: 767px){.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e>*{margin-left:0!important}}.noColumns__96a462b4{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__96a462b4>.content__a58f2c14{width:456px;text-align:center}.filterPanel__03882494{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__b187157a{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__b187157a>a:not(:first-child){margin-left:16px}.tabsLinePanel__c7cac347{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__d26f2f25{0%{opacity:0}to{opacity:1}}.tableBasic__d092939c{position:relative}.tableBasic__d092939c table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__d092939c table th.alignLeft__c229a1a8,.tableBasic__d092939c table td.alignLeft__c229a1a8{text-align:left}.tableBasic__d092939c table th.alignRight__e36c5ae4,.tableBasic__d092939c table td.alignRight__e36c5ae4{text-align:right}.tableBasic__d092939c table th.alignCenter__0c5bff83,.tableBasic__d092939c table td.alignCenter__0c5bff83{text-align:center}.tableBasic__d092939c table th.verticalAlignBaseline__5dd99be9,.tableBasic__d092939c table td.verticalAlignBaseline__5dd99be9{vertical-align:baseline}.tableBasic__d092939c table th.verticalAlignSub__775700a9,.tableBasic__d092939c table td.verticalAlignSub__775700a9{vertical-align:sub}.tableBasic__d092939c table th.verticalAlignSuper__90a7035b,.tableBasic__d092939c table td.verticalAlignSuper__90a7035b{vertical-align:super}.tableBasic__d092939c table th.verticalAlignTextTop__fac2e6f9,.tableBasic__d092939c table td.verticalAlignTextTop__fac2e6f9{vertical-align:text-top}.tableBasic__d092939c table th.verticalAlignTextBottom__13c6b6c0,.tableBasic__d092939c table td.verticalAlignTextBottom__13c6b6c0{vertical-align:text-bottom}.tableBasic__d092939c table th.verticalAlignMiddle__082a6ddb,.tableBasic__d092939c table td.verticalAlignMiddle__082a6ddb{vertical-align:middle}.tableBasic__d092939c table th.verticalAlignTop__670242bc,.tableBasic__d092939c table td.verticalAlignTop__670242bc{vertical-align:top}.tableBasic__d092939c table th.verticalAlignBottom__9fb4cc6e,.tableBasic__d092939c table td.verticalAlignBottom__9fb4cc6e{vertical-align:bottom}.tableBasic__d092939c table>thead>tr{height:48px}.tableBasic__d092939c table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-13-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d092939c table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-13-0)}}.tableBasic__d092939c table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__d092939c table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__d092939c table>thead>tr>th.checkboxType__767f5ac7{padding:16px 12px}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce{display:inline-flex;vertical-align:top}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529{cursor:pointer}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9{display:flex;visibility:hidden;align-items:center}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9.alignLeft__c229a1a8{margin-right:8px}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9.alignRight__e36c5ae4{margin-left:8px}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9.sorted__fa7b7678{visibility:visible}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529:hover .orderButton__f43bcdf9{visibility:visible}.tableBasic__d092939c table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-13-0)}.tableBasic__d092939c table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__d092939c table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__d092939c table>tbody>tr>td.textType__4f4cc2cb{padding:12px}.tableBasic__d092939c table>tbody>tr>td.componentsType__f492504a{padding:8px 12px}.tableBasic__d092939c table>tbody>tr>td.checkboxType__767f5ac7{padding:10px 12px 12px}.tableBasic__d092939c table>tbody>tr.selected__d1e9c1cf>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d092939c table>tbody>tr.selected__d1e9c1cf>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-13-0)}}.tableBasic__d092939c table>tbody.clickable__0fb4c4db>tr{cursor:pointer}.tableBasic__d092939c table>tbody.hoverable__61050c57>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d092939c table>tbody.hoverable__61050c57>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-13-0)}}.tableBasic__d092939c .footerEmptyData__a6cf37c4{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__d092939c .spinnerWrapper__3275c7cb{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__d092939c .spinnerWrapper__3275c7cb .tableLoaderScreen__450c9063{border-radius:8px 8px 0 0}.tableBasic__d092939c .overlayCover__acf30cbd{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-13-0);animation:fadeIn__d26f2f25 .3s}.tableBasicSettingsBody__721173ea{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__48871883{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-13-0)!important}.columnSettingsSortableListItemTarget__48871883:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-13-0)!important}.columnSettingsSortableListItemTarget__48871883.dragging__fe8b2759{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-13-0)!important}.columnSettingsStaticListItem__0198f162{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-13-0)}.tableBasicSettingsFooter__666b899c{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-13-0);padding:11px 12px 12px}.tableBasicSettingsHeader__223eb795{padding:16px 12px 12px}.tableSettingsLink__3c44ffc3{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__ad8beb0d{width:320px}.tableFooterWrapper__da80d93f{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__da80d93f .tableFooterShadow__6020fcb5{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-13-0);pointer-events:none}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-13-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456{display:flex;align-items:center}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectedCount__f33bf68a,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectAllButton__2019653e,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummaryAmount__fa895286{display:inline-flex}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectedCount__f33bf68a,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectAllButton__2019653e,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummaryAmount__fa895286,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummaryLabel__371610a6{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__da80d93f{height:112px}}.paginationPanel__ab6a7f4e{margin-top:16px}.masterTable__4da17f63{position:relative}.orderedListItem__1d3bd569{counter-increment:list-item-tx}.orderedListItem__1d3bd569:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1d3bd569+.orderedListItem__1d3bd569{margin-top:8px}.orderedList__037a964b{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__0a465d02{position:relative}.suggestDropdownListItem__204d465b{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__d491b9a1{position:relative}.suggestFieldMobileBody__a796b822{height:176px}.suggestFieldMobileDropdownHint__b9d0bc0b{padding:16px}.lightBox__f90d0958{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__f90d0958 .lightBoxBackdrop__71045cbf{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-0-13-0)}.lightBox__f90d0958.lightBoxSideOverlayActive__3b749199,.lightBox__f90d0958.lightBoxTopOverlayActive__bcf34ff3{overflow-y:hidden}.lightBox__f90d0958 .lightBoxContent__ed6897e3{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-0-13-0)}.lightBox__f90d0958 .lightBoxContent__ed6897e3>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__f90d0958 .lightBoxContent__ed6897e3>.global-page{padding:16px}}.lightBox__f90d0958 .loadingContentOverlay__45134783{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__f90d0958 .lightBoxContentResizeWrapper__8960475e{position:absolute;left:0;right:0;height:0}.lightBox__f90d0958 .tempElSafariBug__f1ba0bae{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__8d6e2961,.global-LB-less-or-equal-media-point-0 .lightBox__f90d0958.lightBoxSideOverlayActive__3b749199{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__ed6897e3{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__ed6897e3{padding-left:80px;padding-right:80px}.lightBoxControls__1e164f98{z-index:100}.withKeyboardEvent__db48a52a{display:inline-block}.withoutKeyboardEvent__4ea6198a,.lightBox__f90d0958.lightBoxSideOverlayActive__3b749199 .withKeyboardEvent__db48a52a,.lightBox__f90d0958.lightBoxTopOverlayActive__bcf34ff3 .withKeyboardEvent__db48a52a,.lightBox__f90d0958.isLoading__646af8b7 .withKeyboardEvent__db48a52a{display:none}.lightBox__f90d0958.lightBoxSideOverlayActive__3b749199 .withoutKeyboardEvent__4ea6198a,.lightBox__f90d0958.lightBoxTopOverlayActive__bcf34ff3 .withoutKeyboardEvent__4ea6198a,.lightBox__f90d0958.isLoading__646af8b7 .withoutKeyboardEvent__4ea6198a{display:inline-block}.lightBox__f90d0958.isLoading__646af8b7 .lightBoxPrev__ca4b11f3,.lightBox__f90d0958.isLoading__646af8b7 .lightBoxNext__39b3177d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__1e164f98{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__76fb5e57{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__d627a4f9{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__1321c91f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ca4b11f3,.global-LB-less-or-equal-media-point-0 .lightBoxNext__39b3177d{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ca4b11f3{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__27102f5e,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__b60ae954{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__1e164f98{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__76fb5e57{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__d627a4f9{display:none}.global-LB-more-media-point-0 .lightBoxClose__1321c91f{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__ca4b11f3,.global-LB-more-media-point-0 .lightBoxNext__39b3177d{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ca4b11f3{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__39b3177d{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__9294f980{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__9294f980.fixed__021aaa3e{position:fixed}.overlay__9294f980.closing__51ffff23,.overlay__9294f980.opened__64c3c899{visibility:visible;left:0;right:0}.overlayPanel__93066542{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-13-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__93066542.bottom__4bc01994{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__93066542.left__9f2e1504{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__93066542.right__f608795c{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__93066542.top__fc0dc885{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__93066542.left__9f2e1504.opened__64c3c899,.overlayPanel__93066542.right__f608795c.opened__64c3c899{transform:translate(0)}.overlayPanel__93066542.top__fc0dc885.opened__64c3c899,.overlayPanel__93066542.bottom__4bc01994.opened__64c3c899{transform:translateY(0)}.overlayContent__4118ae40{display:flex;min-height:100%}.overlayMask__9e887f4b{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-13-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__9e887f4b.overlayOpened__754a33a2{opacity:1}.lightBoxSideOverlayLoaderWrapper__9d9e4a72{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__92de1869{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__9cd9b4f8{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__92de1869{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9cd9b4f8{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9cd9b4f8{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__92de1869{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__9cd9b4f8{display:none}.lightBoxSideOverlayMask__24c3b27b{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-13-0)}.lightBoxSideOverlayWrapper__dc79f7f7{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__dc79f7f7.overflowXHidden__6b8bb518{overflow-x:hidden}.lightBoxSideOverlayWrapper__dc79f7f7.overflowYHidden__a448152d{overflow-y:hidden}.lightBoxSideOverlayWrapper__dc79f7f7.closing__78a52807,.lightBoxSideOverlayWrapper__dc79f7f7.opened__a3db39b1{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__dc79f7f7.closing__78a52807{pointer-events:none}.lightBoxSideOverlayWrapper__dc79f7f7 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__dc79f7f7 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb{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-0-13-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb.opened__a3db39b1{transform:none}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb.opening__e802578d{transform:translateY(0)}.lightBoxSideOverlayWrapper__dc79f7f7.sizeSM__b1fd9c0e .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__dc79f7f7.sizeMD__a75185d4 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__dc79f7f7.sizeLG__19dbd9e3 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayBase__2c3e7a54{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__dc79f7f7 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__dc79f7f7 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__9f1b09e1{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__9f1b09e1.closing__78a52807,.lightBoxSideOverlay__9f1b09e1.opening__e802578d{overflow-x:hidden}.topOverlayMask__6f94e7e2{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-13-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__2947403e{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__2947403e.closing__62726670,.topOverlayWrapper__2947403e.opened__1de39661{bottom:0}.topOverlayWrapper__2947403e .topOverlayPanel__8e93a8fe{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__797df851{z-index:500}@media (max-width: 767px){.topOverlayPanel__8e93a8fe{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__566248b1{--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__566248b1.fixed__6f293dec{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__20c6185e{display:none}}.lightBoxRightSidebar__3fb22946{--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__3fb22946.fixed__6f293dec{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__8a6d71bf{display:none}}html.scroll-0__009679db{--triplex-next-scroll-width: 0px}html.scroll-15__ddb60873{--triplex-next-scroll-width: 15px}html.scroll-16__2dc67a37{--triplex-next-scroll-width: 16px}html.scroll-17__1a9b95ad{--triplex-next-scroll-width: 17px}.smsField__f30afc89{display:inline-block;position:relative;width:100%}.smsField__f30afc89 .input__84cc6fea{text-align:center}.smsField__f30afc89 .input__84cc6fea::placeholder{opacity:1}.smsField__f30afc89 .input__84cc6fea:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-13-0)}.smsField__f30afc89 .input__84cc6fea.lg__d7a60ef0{padding:18px 40px}.smsField__f30afc89 .input__84cc6fea.md__6e68618c{padding-left:26px;padding-right:26px}.smsField__f30afc89 .input__84cc6fea.sm__f537bee4{padding-left:20px;padding-right:20px}.smsField__f30afc89 .btnRefresh__9c6aec3f{position:absolute;outline:none;z-index:1}.smsField__f30afc89 .btnRefresh__9c6aec3f.lg__d7a60ef0{top:12px;left:12px;height:32px;width:32px}.smsField__f30afc89 .btnRefresh__9c6aec3f.md__6e68618c{top:10px;left:10px}.smsField__f30afc89 .btnRefresh__9c6aec3f.sm__f537bee4{top:4px;left:4px}.smsField__f30afc89 .btnRefresh__9c6aec3f .full__d5fd1f27{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-13-0)}.smsField__f30afc89 .btnRefresh__9c6aec3f .empty__fd23badc{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-13-0)}.smsField__f30afc89 .btnRefresh__9c6aec3f:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673.active__fc358e1c:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673.active__fc358e1c:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673.lg__d7a60ef0{top:15px;right:15px;height:26px;width:26px}.smsField__f30afc89 .btnSubmit__9afed673.md__6e68618c{top:10px;right:10px}.smsField__f30afc89 .btnSubmit__9afed673.sm__f537bee4{top:4px;right:4px}.spoiler__4e283e58{display:flex;flex-direction:column}.spoiler__4e283e58.opened__5909456d .caretIcon__4117775d{transform:rotate(-180deg)}.spoiler__4e283e58 .head__4f86a302 .caretIcon__4117775d{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__4e283e58 .head__4f86a302 button>span{white-space:normal;text-align:left}.spoiler__4e283e58 .content__701334fe.hidden__13b296eb{display:none}.spoiler__4e283e58 .lg__666fefc6 .content__701334fe{margin-top:8px}.spoiler__4e283e58 .md__ab102d81 .content__701334fe{margin-top:0}.spoiler__4e283e58 .sm__4302230a .content__701334fe{margin-top:-4px}.statusTrackerWrapper__8b2a4a23{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-13-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-13-0);overflow:hidden;height:100%}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717.verticalAlignMiddle__73dcf56b{align-self:center}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717.verticalAlignBottom__d5a3e1fe{align-self:end}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerChild__0b167d0f{padding:8px 0}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerChild__0b167d0f:empty{padding:0}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerSum__da91ff3e,.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerTitle__7cb8b8c1{padding-bottom:4px}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerDescription__b923ae02{display:block;padding-top:8px}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerAlert__ffe357e5{margin-top:12px;text-align:left}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerStatus__cd3eb4a8{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerFooterWrapper__0681a913{display:grid}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerFooterWrapper__0681a913 .statusTrackerDescription__b923ae02:last-child{padding-top:0}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerFooterWrapper__0681a913 .statusTrackerButton__91de9d2a{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.waiting__024695c4{background:var(--triplex-next-StatusTracker-Waiting_Color-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.warning__f7ac82e6{background:var(--triplex-next-StatusTracker-Warning_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.rejected__caacdeb4{background:var(--triplex-next-StatusTracker-Rejected_Color-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.approved__09264890{background:var(--triplex-next-StatusTracker-Approved_Color-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.waiting__024695c4{background:var(--triplex-next-StatusTracker-Waiting_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.warning__f7ac82e6{background:var(--triplex-next-StatusTracker-Warning_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.rejected__caacdeb4{background:var(--triplex-next-StatusTracker-Rejected_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.approved__09264890{background:var(--triplex-next-StatusTracker-Approved_Background-0-13-0)}@media (max-width: 767px){.statusTrackerWrapper__8b2a4a23{border-radius:16px}}.smallInput__962eeb2a{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-0-13-0);background:var(--triplex-next-SmallInput-Background-0-13-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-13-0)}.smallInput__962eeb2a::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-13-0);opacity:1}.smallInput__962eeb2a::-ms-clear{display:none}.documentNumberEdit__04e562a8 .label__b9837190{display:inline-block;margin-right:8px}.documentNumberEdit__04e562a8 .inputEditWrapper__9fd45573{width:68px;display:inline-block}.sliderExtendedDot__03b76c25{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-13-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__03b76c25:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-13-0)}.sliderExtendedDot__03b76c25.focusedByClick__4cacd554:focus{box-shadow:none}.sliderExtendedDot__03b76c25:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__03b76c25:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__03b76c25.disabled__a22b58c3{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-13-0)}.sliderExtendedDot__03b76c25.disabled__a22b58c3:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-13-0)}.sliderExtendedDot__03b76c25.disabled__a22b58c3:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-13-0)}.sliderExtendedDot__03b76c25:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-13-0)}.sliderExtendedDot__03b76c25:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-13-0)}.sliderExtendedDot__03b76c25.dragByMouse__b4944d38{background:var(--triplex-next-Slider-Dot_Background_Select-0-13-0)}.sliderExtendedDot__03b76c25.dragByMouse__b4944d38:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-13-0)}.sliderExtendedDot__03b76c25:hover .sliderExtendedTooltipOverlay__cd5b7b56,.sliderExtendedDot__03b76c25:focus .sliderExtendedTooltipOverlay__cd5b7b56{visibility:visible}.sliderExtendedDot__03b76c25.lg__697d3b80{width:28px;height:28px}.sliderExtendedDot__03b76c25.lg__697d3b80:after{width:10px;height:10px}.sliderExtendedDot__03b76c25.lg__697d3b80:before{width:14px;height:14px}.sliderExtendedMarks__82a82237{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__a9bcc8d9{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__a9bcc8d9 .sliderExtendedMarkDot__7d789616{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-13-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__a9bcc8d9 .sliderExtendedMarkDot__7d789616.inSelectedRange__daa974e2{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-13-0)}.sliderExtendedMark__a9bcc8d9.lg__697d3b80{top:20px}.sliderExtendedMark__a9bcc8d9.lg__697d3b80 .sliderExtendedMarkDot__7d789616{top:-20px}.sliderExtendedMark__a9bcc8d9 .sliderExtendedMarkText__d961e52e{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__a9bcc8d9.disabled__a22b58c3{pointer-events:none}.sliderExtendedMark__a9bcc8d9.disabled__a22b58c3 .sliderExtendedMarkText__d961e52e{pointer-events:none;opacity:.35}.sliderExtendedMark__a9bcc8d9.disabled__a22b58c3 .sliderExtendedMarkDot__7d789616{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-13-0)}.sliderExtendedMark__a9bcc8d9:first-child,.sliderExtendedMark__a9bcc8d9:last-child{transform:none}.sliderExtendedMark__a9bcc8d9:first-child.reverse__1ebe92d3 .sliderExtendedMarkDot__7d789616{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__a9bcc8d9:first-child.reverse__1ebe92d3 .sliderExtendedMarkText__d961e52e{margin-right:-4px}.sliderExtendedMark__a9bcc8d9:first-child:not(.reverse__1ebe92d3) .sliderExtendedMarkDot__7d789616{left:0;transform:translate(-50%)}.sliderExtendedMark__a9bcc8d9:first-child .sliderExtendedMarkText__d961e52e{margin-left:-4px}.sliderExtendedMark__a9bcc8d9:last-child.reverse__1ebe92d3 .sliderExtendedMarkDot__7d789616{left:0;transform:translate(-50%)}.sliderExtendedMark__a9bcc8d9:last-child.reverse__1ebe92d3 .sliderExtendedMarkText__d961e52e{margin-left:-4px}.sliderExtendedMark__a9bcc8d9:last-child:not(.reverse__1ebe92d3) .sliderExtendedMarkDot__7d789616{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__a9bcc8d9:last-child .sliderExtendedMarkText__d961e52e{margin-right:-4px}.sliderExtendedMark__a9bcc8d9.active__e44a373f{pointer-events:none}.sliderExtendedRail__f27bd91f{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-13-0);cursor:pointer}.sliderExtended__d999676a{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__d999676a.disabled__a22b58c3 .sliderExtendedRail__f27bd91f{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-13-0)}.sliderExtended__d999676a.lg__697d3b80{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__a26fa75e{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-13-0);z-index:10}.sliderExtendedTrack__a26fa75e.lg__697d3b80{top:12px}.sliderExtendedTrack__a26fa75e:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-13-0)}.sliderExtendedTrack__a26fa75e.focusedByClick__4cacd554:focus{box-shadow:none}.sliderExtendedTrack__a26fa75e.hoverOrDragByMouse__5499bd0b{background:var(--triplex-next-Slider-Track_Background_Hover-0-13-0)}.sliderExtendedTrack__a26fa75e.staticSlider__6181066c{cursor:default;pointer-events:none}.sliderExtendedTrack__a26fa75e.disabled__a22b58c3{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-13-0)}.sliderExtendedTooltipOverlay__cd5b7b56{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__cd5b7b56.lg__697d3b80{bottom:32px}.sliderExtendedTooltipOverlay__cd5b7b56 .tooltipBody__112d8a63{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-13-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-13-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__cd5b7b56 .tooltipTip__548c7c54{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-13-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__cd5b7b56 .tooltipTip__548c7c54{margin:-.5px}}.treeView__5cd38a7a,.treeViewGroup__7bc40152{margin:0;padding:0}.treeView__5cd38a7a .treeViewNode__a46cf545,.treeViewGroup__7bc40152 .treeViewNode__a46cf545{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__2b1a40b2.collapsed__e6ed8ef7{visibility:hidden}.checkboxTreeExtended__adce9e97{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__835c51b5 .checkboxTreeExtendedNode__835c51b5{margin-left:24px}.checkboxTreeExtendedNodeHeader__95b8ecd1{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__95b8ecd1.sm__40aafaf8{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__95b8ecd1.md__f505e8fa,.checkboxTreeExtendedNodeHeader__95b8ecd1.lg__55db30b4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__95b8ecd1 .checkboxTreeCheckboxLabel__d8dcd88f{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__95b8ecd1 .caretIconWrapper__8be86838{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__95b8ecd1 .caretIconWrapper__8be86838:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-13-0)}.checkboxTreeExtendedNodeHeader__95b8ecd1.opened__44c0204f .caretIconWrapper__8be86838{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__adce9e97{padding:12px 14px}}.chipGroup__921fb50d{display:flex}.chipGroup__921fb50d.oneLine__a92042c5{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__921fb50d.oneLine__a92042c5::-webkit-scrollbar{display:none}.chipGroup__921fb50d.multiLine__5a274fc9{flex-wrap:wrap}.chipGroup__921fb50d.lg__a7fdf648{gap:12px}.chipGroup__921fb50d.md__25ecd45f,.chipGroup__921fb50d.sm__a7d27a4d{gap:8px}.confirm__4a2617a7{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__4a2617a7.isInLightBox__e31b8bb9{max-width:800px}.confirm__4a2617a7.isInSideOverlaySM__70bd67dc{max-width:416px}.confirm__4a2617a7.isInSideOverlayMD__bde56ba8{max-width:536px}.confirm__4a2617a7.isInSideOverlayLG__2d914067{max-width:736px}.confirmCloseButton__d35782ef{position:absolute;top:24px;right:24px}.confirmContent__a63a61bc{margin-bottom:24px;padding-right:56px}.confirmControls__770aba4a{white-space:nowrap}.confirmContentTitle__22e29917{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__d35782ef{top:16px;right:16px}.confirmContent__a63a61bc{margin-bottom:16px}}.divider__c7315d7d{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-13-0);border:none}.marginTopSize-4__4fdfe811{margin-top:4px}.marginBottomSize-4__62c6806d{margin-bottom:4px}.marginTopSize-8__e90165ce{margin-top:8px}.marginBottomSize-8__f19ae194{margin-bottom:8px}.marginTopSize-12__1f2db70e{margin-top:12px}.marginBottomSize-12__a128b39e{margin-bottom:12px}.marginTopSize-16__87d224f7{margin-top:16px}.marginBottomSize-16__d15d8261{margin-bottom:16px}.marginTopSize-20__681baa49{margin-top:20px}.marginBottomSize-20__587a38de{margin-bottom:20px}.marginTopSize-24__eda611bd{margin-top:24px}.marginBottomSize-24__243374e4{margin-bottom:24px}.marginTopSize-28__5cc367bb{margin-top:28px}.marginBottomSize-28__1db50ca2{margin-bottom:28px}.marginTopSize-32__83b26e42{margin-top:32px}.marginBottomSize-32__4cae67d1{margin-bottom:32px}.listMasterChipGroup__616415d7{padding:0 16px}.listMasterFooter__a7759ab4{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-13-0);color:var(--triplex-next-ListMaster-Footer_Color-0-13-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__a7759ab4.sticky__3a397fe7{position:sticky;bottom:0}.listMasterFooterDescription__6473900d{padding-right:16px}.listMasterFooterControls__aaee9253{white-space:nowrap}.listMasterHeader__0eeb7ebb{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-13-0);color:var(--triplex-next-ListMaster-Header_Color-0-13-0)}.listMasterHeader__0eeb7ebb.sticky__3a397fe7{position:sticky;top:0;z-index:1}.selectionControls__0ad1eef3{display:flex;justify-content:space-between;align-items:center}.uploadZone__b24a0bf0{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-13-0)}.uploadZone__b24a0bf0:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-13-0)}.uploadZoneDragArea__65ad69c7{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__9c01ff4c{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-13-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-13-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__193a6e7d{display:none}@media (max-width: 767px){.uploadZone__b24a0bf0,.uploadZone__b24a0bf0:hover{background:none}.uploadZoneDragArea__65ad69c7{display:none}}button.helpBoxButton__c5ba5cee{position:relative;vertical-align:text-bottom}.dateRange__42594544{display:flex;align-items:center}.dateRangeButton__e96196fe{z-index:1}.separator__793d6682{width:20px;height:20px;flex-shrink:0}.tagColor__836c2c0c{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__836c2c0c.sm__64dce75b{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__836c2c0c.md__d667949c{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__836c2c0c.lg__8c99874f{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__836c2c0c.default__a57817fb{background:var(--triplex-next-TagColor-Background_Default-0-13-0)}.tagColor__836c2c0c.success__adae0d38{background:var(--triplex-next-TagColor-Background_Success-0-13-0)}.tagColor__836c2c0c.info__bffab0ef{background:var(--triplex-next-TagColor-Background_Info-0-13-0)}.tagColor__836c2c0c.warning__aaf95a80{background:var(--triplex-next-TagColor-Background_Warning-0-13-0)}.tagColor__836c2c0c.error__58964568{background:var(--triplex-next-TagColor-Background_Error-0-13-0)}.content__abf391c6{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-13-0)}
|