@sberbusiness/triplex-next 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-D8OxE3FA.js +39 -0
- package/chunks/CalendarViewItem-DXg4wwUA.js +101 -0
- package/chunks/Card.module-CDb8O5wa.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +11 -0
- package/chunks/{Chip-CCv72AgN.js → Chip-DXegvfGS.js} +9 -9
- package/chunks/Confirm.module-ySc3irOD.js +15 -0
- package/chunks/{DropdownListItem-BcXHt5bk.js → DropdownListItem-ToJzPBLf.js} +18 -18
- package/chunks/DropdownMobile.module-B25s43In.js +23 -0
- package/chunks/Footer.module-CzmEZNfz.js +9 -0
- package/chunks/{FormFieldInput-BnHKlreA.js → FormFieldInput-kWDtKz1V.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +9 -0
- package/chunks/HeaderTabs.module-BP4HQoDS.js +9 -0
- package/chunks/{HeaderTitle.module-0YuV_UNN.js → HeaderTitle.module-DlPGCmxi.js} +2 -2
- package/chunks/IslandAccordion.module-DDPPsI1j.js +25 -0
- package/chunks/IslandWidgetFooter.module-BGcZce5D.js +9 -0
- package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +9 -0
- package/chunks/LightBoxContent-BhFPV40j.js +56 -0
- package/chunks/LightBoxControls.module-B71hMR9E.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +8 -0
- package/chunks/{ListItemControlsButton-BB9ENDS-.js → ListItemControlsButton-BoYzfwDC.js} +9 -9
- package/chunks/ListItemTail.module-D2THwLyb.js +12 -0
- package/chunks/ListMasterFooter.module-CQmunIov.js +10 -0
- package/chunks/ModalWindow.module-BhR9VsYm.js +17 -0
- package/chunks/Notification.module-BHnUAhdM.js +21 -0
- package/chunks/Overlay.module-BHV5h0kp.js +18 -0
- package/chunks/Page.module-DcF12bw0.js +11 -0
- package/chunks/{RightBorderArrow-BsoQkq2D.js → RightBorderArrow-DmvKTu6m.js} +11 -11
- package/chunks/SMSInput.module-qYyAcTFr.js +16 -0
- package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +15 -0
- package/chunks/{SliderExtendedRail-DCMgHGfh.js → SliderExtendedRail-45DAsx7v.js} +7 -7
- package/chunks/StatusTracker.module-BA-WFHqo.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BEzPFmOF.js → SuggestFieldMobileDropdownHint-CSddz7zn.js} +4 -4
- package/chunks/TableFooter.module-D6jJ4Btm.js +14 -0
- package/chunks/TabsExtended.module-C87bijNv.js +16 -0
- package/chunks/TabsLine.module-D_ARvYGg.js +21 -0
- package/chunks/TooltipDesktop.module-CehOLtFg.js +19 -0
- package/chunks/{TooltipMobileCloseButton-D5h1S51t.js → TooltipMobileCloseButton-CJByOYY4.js} +7 -7
- package/chunks/TreeView.module-B6tUzJoC.js +9 -0
- package/chunks/{UploadZoneInput-BES4iuW5.js → UploadZoneInput-D8diOBuf.js} +2 -2
- package/chunks/{utils-D2zZhfuB.js → utils--cyZSVhM.js} +7 -7
- package/chunks/utils-3xY20XDV.js +24 -0
- package/chunks/utils-BCJ-APtm.js +20 -0
- package/chunks/{utils-Bg2EU04u.js → utils-BvGDcicX.js} +4 -4
- package/chunks/{utils-DRFlp8Cg.js → utils-tUaA-zN1.js} +11 -11
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +17 -17
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +21 -21
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +10 -10
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +24 -22
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +51 -0
- package/components/Chip/ChipSelect/ChipSelectTarget.js +44 -0
- package/components/Chip/ChipSelect/index.js +7 -0
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +69 -57
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +31 -29
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +13 -11
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +24 -22
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +20 -18
- package/components/DesignTokens/components/Calendar.js +6 -4
- package/components/DesignTokens/components/TabsLine.js +0 -9
- package/components/DesignTokens/components/TagColor.js +26 -0
- package/components/DesignTokens/components/index.js +27 -24
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +22 -22
- package/components/FormField/components/FormFieldClear.js +17 -17
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +24 -24
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +73 -81
- package/components/IslandWidget/IslandWidget.js +13 -13
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +5 -5
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/Link/Link.js +31 -31
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +12 -12
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +14 -14
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +7 -7
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
- package/components/Skeleton/Skeleton.js +6 -6
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +19 -19
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +17 -17
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +79 -55
- package/components/TabsLine/components/TabsLineItem.js +55 -23
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/TabsLine/utils.js +11 -0
- package/components/Tag/Tag.js +1 -1
- package/components/TagColor/TagColor.js +36 -0
- package/components/TagColor/enums.js +5 -0
- package/components/TagColor/index.js +5 -0
- package/components/TagColor/types.js +2 -0
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +16 -16
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +12 -12
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +6 -6
- package/components/Typography/Text.js +12 -12
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +512 -510
- package/index.d.ts +29 -3
- package/index.js +545 -543
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -528
- package/chunks/AlertProcessSpoiler-C7qEZRwB.js +0 -39
- package/chunks/CalendarViewItem-CUPkQFFY.js +0 -101
- package/chunks/Card.module-D1ZooBvB.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +0 -11
- package/chunks/Confirm.module-DCsU0G6f.js +0 -15
- package/chunks/DropdownMobile.module-B-UZ3LiZ.js +0 -23
- package/chunks/Footer.module-lZvJ02_q.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +0 -9
- package/chunks/HeaderTabs.module-C-ZA_mn1.js +0 -9
- package/chunks/IslandAccordion.module-h_O6zE1D.js +0 -26
- package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +0 -9
- package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +0 -9
- package/chunks/LightBoxContent-CzLiq8KE.js +0 -56
- package/chunks/LightBoxControls.module-BRiJRrAF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +0 -8
- package/chunks/ListItemTail.module-BNCbqffO.js +0 -12
- package/chunks/ListMasterFooter.module-TZgSWuoA.js +0 -10
- package/chunks/ModalWindow.module-Bf1JWUeo.js +0 -17
- package/chunks/Notification.module-BRB3HPvc.js +0 -21
- package/chunks/Overlay.module-BPWZrFj3.js +0 -18
- package/chunks/Page.module-qLhls7XX.js +0 -11
- package/chunks/SMSInput.module-C87wEVmB.js +0 -16
- package/chunks/SliderExtendedMarks.module-DwPWr28H.js +0 -15
- package/chunks/StatusTracker.module-8ARjpbBi.js +0 -24
- package/chunks/TableFooter.module-DgtjRZYk.js +0 -14
- package/chunks/TabsExtended.module-B0_ktbZ6.js +0 -16
- package/chunks/TabsLine.module-DGic2tTZ.js +0 -21
- package/chunks/TooltipDesktop.module-krYzO0tT.js +0 -19
- package/chunks/TreeView.module-7xjkN1j1.js +0 -9
- package/chunks/utils-CIob06mu.js +0 -20
- package/chunks/utils-TKCSmJUI.js +0 -24
- package/components/Chip/ChipSelect.js +0 -55
package/styles/triplex-next.css
CHANGED
|
@@ -1,528 +1,533 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-1-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-1-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-1-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-1-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-1-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-1-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-1-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-1-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-1-
|
|
120
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
121
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
122
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
123
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
124
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
125
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
126
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
127
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
128
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
129
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
130
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
138
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
139
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
147
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
148
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
151
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
152
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
155
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
156
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
157
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
158
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
159
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
160
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
161
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
162
|
-
--triplex-next-Calendar-Background_Shadow-1-
|
|
163
|
-
--triplex-next-Calendar-View_Header_Color-1-
|
|
164
|
-
--triplex-next-Calendar-View_Item_Background_Default-1-
|
|
165
|
-
--triplex-next-Calendar-View_Item_Background_Hover-1-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-
|
|
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-
|
|
190
|
-
--triplex-next-
|
|
191
|
-
--triplex-next-Card-
|
|
192
|
-
--triplex-next-Card-
|
|
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-
|
|
205
|
-
--triplex-next-
|
|
206
|
-
--triplex-next-Checkbox-
|
|
207
|
-
--triplex-next-Checkbox-
|
|
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-
|
|
219
|
-
--triplex-next-
|
|
220
|
-
--triplex-next-Chip-
|
|
221
|
-
--triplex-next-Chip-
|
|
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-
|
|
236
|
-
--triplex-next-
|
|
237
|
-
--triplex-next-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-DropdownList-
|
|
241
|
-
--triplex-next-DropdownList-
|
|
242
|
-
--triplex-next-
|
|
243
|
-
--triplex-next-
|
|
244
|
-
--triplex-next-DropdownMobile-
|
|
245
|
-
--triplex-next-DropdownMobile-
|
|
246
|
-
--triplex-next-DropdownMobile-
|
|
247
|
-
--triplex-next-
|
|
248
|
-
--triplex-next-
|
|
249
|
-
--triplex-next-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-FormField-
|
|
253
|
-
--triplex-next-FormField-
|
|
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-
|
|
271
|
-
--triplex-next-
|
|
272
|
-
--triplex-next-
|
|
273
|
-
--triplex-next-Island-
|
|
274
|
-
--triplex-next-Island-
|
|
275
|
-
--triplex-next-Island-
|
|
276
|
-
--triplex-next-Island-
|
|
277
|
-
--triplex-next-
|
|
278
|
-
--triplex-next-
|
|
279
|
-
--triplex-next-IslandAccordion-
|
|
280
|
-
--triplex-next-IslandAccordion-
|
|
281
|
-
--triplex-next-
|
|
282
|
-
--triplex-next-
|
|
283
|
-
--triplex-next-
|
|
284
|
-
--triplex-next-
|
|
285
|
-
--triplex-next-Link-
|
|
286
|
-
--triplex-next-Link-
|
|
287
|
-
--triplex-next-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-ListItem-
|
|
290
|
-
--triplex-next-ListItem-
|
|
291
|
-
--triplex-next-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-ListItemControlsButton-
|
|
294
|
-
--triplex-next-ListItemControlsButton-
|
|
295
|
-
--triplex-next-ListItemControlsButton-
|
|
296
|
-
--triplex-next-ListItemControlsButton-
|
|
297
|
-
--triplex-next-
|
|
298
|
-
--triplex-next-
|
|
299
|
-
--triplex-next-ListMaster-
|
|
300
|
-
--triplex-next-ListMaster-
|
|
301
|
-
--triplex-next-ListMaster-
|
|
302
|
-
--triplex-next-
|
|
303
|
-
--triplex-next-
|
|
304
|
-
--triplex-next-Loader-
|
|
305
|
-
--triplex-next-
|
|
306
|
-
--triplex-next-
|
|
307
|
-
--triplex-next-LoaderScreen-
|
|
308
|
-
--triplex-next-
|
|
309
|
-
--triplex-next-
|
|
310
|
-
--triplex-next-Marker-
|
|
311
|
-
--triplex-next-Marker-
|
|
312
|
-
--triplex-next-
|
|
313
|
-
--triplex-next-
|
|
314
|
-
--triplex-next-
|
|
315
|
-
--triplex-next-
|
|
316
|
-
--triplex-next-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-Pagination-
|
|
319
|
-
--triplex-next-Pagination-
|
|
320
|
-
--triplex-next-Pagination-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-
|
|
323
|
-
--triplex-next-Radio-
|
|
324
|
-
--triplex-next-Radio-
|
|
325
|
-
--triplex-next-Radio-
|
|
326
|
-
--triplex-next-Radio-
|
|
327
|
-
--triplex-next-Radio-
|
|
328
|
-
--triplex-next-Radio-
|
|
329
|
-
--triplex-next-Radio-
|
|
330
|
-
--triplex-next-Radio-
|
|
331
|
-
--triplex-next-Radio-
|
|
332
|
-
--triplex-next-Radio-
|
|
333
|
-
--triplex-next-Radio-
|
|
334
|
-
--triplex-next-
|
|
335
|
-
--triplex-next-
|
|
336
|
-
--triplex-next-SegmentedControl-
|
|
337
|
-
--triplex-next-SegmentedControl-
|
|
338
|
-
--triplex-next-
|
|
339
|
-
--triplex-next-
|
|
340
|
-
--triplex-next-SegmentedControlSegment-
|
|
341
|
-
--triplex-next-SegmentedControlSegment-
|
|
342
|
-
--triplex-next-SegmentedControlSegment-
|
|
343
|
-
--triplex-next-SegmentedControlSegment-
|
|
344
|
-
--triplex-next-SegmentedControlSegment-
|
|
345
|
-
--triplex-next-SegmentedControlSegment-
|
|
346
|
-
--triplex-next-SegmentedControlSegment-
|
|
347
|
-
--triplex-next-SegmentedControlSegment-
|
|
348
|
-
--triplex-next-SegmentedControlSegment-
|
|
349
|
-
--triplex-next-SegmentedControlSegment-
|
|
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-
|
|
389
|
-
--triplex-next-
|
|
390
|
-
--triplex-next-Skeleton-
|
|
391
|
-
--triplex-next-Skeleton-
|
|
392
|
-
--triplex-next-
|
|
393
|
-
--triplex-next-
|
|
394
|
-
--triplex-next-SMSInput-
|
|
395
|
-
--triplex-next-SMSInput-
|
|
396
|
-
--triplex-next-SMSInput-
|
|
397
|
-
--triplex-next-SMSInput-
|
|
398
|
-
--triplex-next-
|
|
399
|
-
--triplex-next-
|
|
400
|
-
--triplex-next-Slider-
|
|
401
|
-
--triplex-next-Slider-
|
|
402
|
-
--triplex-next-Slider-
|
|
403
|
-
--triplex-next-Slider-
|
|
404
|
-
--triplex-next-Slider-
|
|
405
|
-
--triplex-next-Slider-
|
|
406
|
-
--triplex-next-Slider-
|
|
407
|
-
--triplex-next-Slider-
|
|
408
|
-
--triplex-next-Slider-
|
|
409
|
-
--triplex-next-Slider-
|
|
410
|
-
--triplex-next-Slider-
|
|
411
|
-
--triplex-next-Slider-
|
|
412
|
-
--triplex-next-Slider-
|
|
413
|
-
--triplex-next-Slider-
|
|
414
|
-
--triplex-next-Slider-
|
|
415
|
-
--triplex-next-
|
|
416
|
-
--triplex-next-
|
|
417
|
-
--triplex-next-Step-
|
|
418
|
-
--triplex-next-Step-
|
|
419
|
-
--triplex-next-Step-
|
|
420
|
-
--triplex-next-Step-
|
|
421
|
-
--triplex-next-Step-
|
|
422
|
-
--triplex-next-Step-
|
|
423
|
-
--triplex-next-Step-
|
|
424
|
-
--triplex-next-Step-
|
|
425
|
-
--triplex-next-Step-
|
|
426
|
-
--triplex-next-Step-
|
|
427
|
-
--triplex-next-
|
|
428
|
-
--triplex-next-
|
|
429
|
-
--triplex-next-Stepper-
|
|
430
|
-
--triplex-next-Stepper-
|
|
431
|
-
--triplex-next-Stepper-
|
|
432
|
-
--triplex-next-Stepper-
|
|
433
|
-
--triplex-next-Stepper-
|
|
434
|
-
--triplex-next-Stepper-
|
|
435
|
-
--triplex-next-Stepper-
|
|
436
|
-
--triplex-next-Stepper-
|
|
437
|
-
--triplex-next-Stepper-
|
|
438
|
-
--triplex-next-Stepper-
|
|
439
|
-
--triplex-next-Stepper-
|
|
440
|
-
--triplex-next-Stepper-
|
|
441
|
-
--triplex-next-Stepper-
|
|
442
|
-
--triplex-next-Stepper-
|
|
443
|
-
--triplex-next-Stepper-
|
|
444
|
-
--triplex-next-Stepper-
|
|
445
|
-
--triplex-next-Stepper-
|
|
446
|
-
--triplex-next-
|
|
447
|
-
--triplex-next-
|
|
448
|
-
--triplex-next-TableBasic-
|
|
449
|
-
--triplex-next-TableBasic-
|
|
450
|
-
--triplex-next-TableBasic-
|
|
451
|
-
--triplex-next-TableBasic-
|
|
452
|
-
--triplex-next-TableBasic-
|
|
453
|
-
--triplex-next-TableBasic-
|
|
454
|
-
--triplex-next-TableBasic-
|
|
455
|
-
--triplex-next-TableBasic-
|
|
456
|
-
--triplex-next-
|
|
457
|
-
--triplex-next-
|
|
458
|
-
--triplex-next-Tabs-
|
|
459
|
-
--triplex-next-Tabs-
|
|
460
|
-
--triplex-next-Tabs-
|
|
461
|
-
--triplex-next-Tabs-
|
|
462
|
-
--triplex-next-Tabs-
|
|
463
|
-
--triplex-next-Tabs-
|
|
464
|
-
--triplex-next-Tabs-
|
|
465
|
-
--triplex-next-Tabs-
|
|
466
|
-
--triplex-next-Tabs-
|
|
467
|
-
--triplex-next-Tabs-
|
|
468
|
-
--triplex-next-Tabs-
|
|
469
|
-
--triplex-next-Tabs-
|
|
470
|
-
--triplex-next-Tabs-
|
|
471
|
-
--triplex-next-Tabs-
|
|
472
|
-
--triplex-next-
|
|
473
|
-
--triplex-next-
|
|
474
|
-
--triplex-next-
|
|
475
|
-
--triplex-next-
|
|
476
|
-
--triplex-next-
|
|
477
|
-
--triplex-next-
|
|
478
|
-
--triplex-next-
|
|
479
|
-
--triplex-next-
|
|
480
|
-
--triplex-next-
|
|
481
|
-
--triplex-next-
|
|
482
|
-
--triplex-next-
|
|
483
|
-
--triplex-next-
|
|
484
|
-
--triplex-next-
|
|
485
|
-
--triplex-next-Tooltip-
|
|
486
|
-
--triplex-next-Tooltip-
|
|
487
|
-
--triplex-next-Tooltip-
|
|
488
|
-
--triplex-next-Tooltip-
|
|
489
|
-
--triplex-next-Tooltip-
|
|
490
|
-
--triplex-next-
|
|
491
|
-
--triplex-next-
|
|
492
|
-
--triplex-next-
|
|
493
|
-
--triplex-next-
|
|
494
|
-
--triplex-next-
|
|
495
|
-
--triplex-next-Typography-
|
|
496
|
-
--triplex-next-Typography-
|
|
497
|
-
--triplex-next-Typography-
|
|
498
|
-
--triplex-next-Typography-
|
|
499
|
-
--triplex-next-Typography-
|
|
500
|
-
--triplex-next-Typography-
|
|
501
|
-
--triplex-next-
|
|
502
|
-
--triplex-next-
|
|
503
|
-
--triplex-next-
|
|
504
|
-
--triplex-next-
|
|
505
|
-
--triplex-next-
|
|
506
|
-
--triplex-next-
|
|
507
|
-
--triplex-next-
|
|
508
|
-
--triplex-next-
|
|
509
|
-
--triplex-next-
|
|
510
|
-
--triplex-next-
|
|
511
|
-
--triplex-next-
|
|
512
|
-
--triplex-next-
|
|
513
|
-
--triplex-next-
|
|
514
|
-
--triplex-next-
|
|
515
|
-
--triplex-next-
|
|
516
|
-
--triplex-next-
|
|
517
|
-
--triplex-next-StatusTracker-
|
|
518
|
-
--triplex-next-StatusTracker-
|
|
519
|
-
--triplex-next-StatusTracker-
|
|
520
|
-
--triplex-next-StatusTracker-
|
|
521
|
-
--triplex-next-
|
|
522
|
-
--triplex-next-
|
|
523
|
-
--triplex-next-
|
|
524
|
-
--triplex-next-
|
|
525
|
-
--triplex-next-
|
|
526
|
-
--triplex-next-
|
|
527
|
-
--triplex-next-
|
|
528
|
-
.underline__9376e7ea{text-decoration:underline}.strikethrough__611dd1e2{text-decoration:line-through}.underlineStrikethrough__e46a3dc4{text-decoration:underline line-through}.typography__0b788621.primary__13e51ed3{color:var(--triplex-next-Typography-Primary_Color-1-8-0)}.typography__0b788621.complementary__d6418604{color:var(--triplex-next-Typography-Complementary_Color-1-8-0)}.typography__0b788621.secondary__c14e4bf9{color:var(--triplex-next-Typography-Secondary_Color-1-8-0)}.typography__0b788621.tertiary__c6dd2f20{color:var(--triplex-next-Typography-Tertiary_Color-1-8-0)}.typography__0b788621.disabled__57b77502{color:var(--triplex-next-Typography-Disabled_Color-1-8-0)}.typography__0b788621.brand__3bf0080d{color:var(--triplex-next-Typography-Brand_Color-1-8-0);-webkit-user-select:none;user-select:none}.typography__0b788621.info__00075eb4{color:var(--triplex-next-Typography-Info_Color-1-8-0)}.typography__0b788621.success__e9304072{color:var(--triplex-next-Typography-Success_Color-1-8-0)}.typography__0b788621.error__eb9853a1{color:var(--triplex-next-Typography-Error_Color-1-8-0)}.typography__0b788621.warning__4c2fb3b4{color:var(--triplex-next-Typography-Warning_Color-1-8-0)}.typography__0b788621.system__51ff83e4{color:var(--triplex-next-Typography-System_Color-1-8-0)}.typography__0b788621.compact__3991a14a{line-height:calc(16 / 14)}.title__6f6860b6{outline:none}.title__6f6860b6.regular__14042282{font-family:SBSansDisplay}.title__6f6860b6.semibold__b99e67cc{font-family:SBSansDisplaySemibold}.title__6f6860b6.medium__5045dd1a{font-family:SBSansDisplayMedium}.title__6f6860b6.bold__0309dc4a{font-family:SBSansDisplayBold}.h1__13fae2fc,.h2__96974839,.h3__e49eab90{margin:0}.h1__13fae2fc{font-size:28px;line-height:36px}.h2__96974839{font-size:24px;line-height:32px}.h3__e49eab90{font-size:20px;line-height:28px}.text__b7041112{outline:none}.text__b7041112.regular__14042282{font-family:SBSansText}.text__b7041112.semibold__b99e67cc{font-family:SBSansTextSemibold}.b1__fc01d703{font-size:18px;line-height:24px}.b2__2f844e12{font-size:16px;line-height:20px}.b3__eed4c7b7{font-size:14px;line-height:20px}.b3__eed4c7b7.compact__3991a14a{line-height:16px}.b4__5c9f226a{font-size:12px;line-height:16px}.caption__e4dcf583.regular__14042282{font-family:SBSansText}.caption__e4dcf583.semibold__b99e67cc{font-family:SBSansTextSemibold}.c1__3ce87d85{font-size:10px;line-height:12px}.c2__34125536{font-size:8px;line-height:10px}.d1__5bfdbf24{font-size:32px;line-height:40px}.d1__5bfdbf24.regular__14042282{font-family:SBSansDisplay}.d1__5bfdbf24.semibold__b99e67cc{font-family:SBSansDisplaySemibold}.formFieldInput__b080fdce{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-8-0)}.formFieldInput__b080fdce:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-8-0)}.formFieldInput__b080fdce::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-8-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__b080fdce:focus{outline:none}.formFieldInput__b080fdce:focus::placeholder{opacity:1}.formFieldInput__b080fdce:-webkit-autofill{animation-name:autofill-applied-hook__fa903db6;animation-duration:1ms}.formFieldInput__b080fdce:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__48ea03f5;animation-duration:1ms}.formFieldInput__b080fdce.sm__f4cc48a7{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__b080fdce.md__ac376d32{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__b080fdce.lg__f9ce8970{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__fa903db6{0%{transform:none}}@keyframes autofill-cancelled-hook__48ea03f5{0%{transform:none}}.formField__a1eec5c6{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-8-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-8-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__a1eec5c6:hover{background:var(--triplex-next-FormField-Background_Hover-1-8-0)}.formField__a1eec5c6.disabled__cc8a7576{background:var(--triplex-next-FormField-Background_Disabled-1-8-0)}.formField__a1eec5c6.active__ba17d902{background:var(--triplex-next-FormField-Background_Active-1-8-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-8-0)}.formField__a1eec5c6.active__ba17d902::placeholder{opacity:1}.formField__a1eec5c6.error__373ae242{background:var(--triplex-next-FormField-Background_Error-1-8-0)}.formField__a1eec5c6.error__373ae242:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-8-0)}.formField__a1eec5c6.error__373ae242.active__ba17d902{background:var(--triplex-next-FormField-Background_Error-1-8-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-8-0)}.formField__a1eec5c6.warning__93d298f5{background:var(--triplex-next-FormField-Background_Warning-1-8-0)}.formField__a1eec5c6.warning__93d298f5:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-8-0)}.formField__a1eec5c6.warning__93d298f5.active__ba17d902{background:var(--triplex-next-FormField-Background_Warning-1-8-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-8-0)}.formField__a1eec5c6.size-sm__64096a46{border-radius:6px}.formField__a1eec5c6.size-md__42b375fe{border-radius:8px}.formField__a1eec5c6.size-lg__69a66b15{border-radius:10px}.formFieldDescription__eec78d8c{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__eec78d8c.withCounter__c6ddfc1a{display:flex;justify-content:space-between}.formFieldLabel__3709ef0d{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__3709ef0d.size-sm__64096a46{top:6px}.formFieldLabel__3709ef0d.size-md__42b375fe{top:10px}.formFieldLabel__3709ef0d.size-lg__69a66b15{top:18px}.formFieldLabel__3709ef0d.size-lg__69a66b15.floating__03eca9d1{top:10px}.formFieldLabelText__b5e752a4{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-8-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__64096a46 .formFieldLabelText__b5e752a4{font-size:12px;line-height:16px}.size-md__42b375fe .formFieldLabelText__b5e752a4{font-size:14px;line-height:20px}.size-lg__69a66b15 .formFieldLabelText__b5e752a4{font-size:16px;line-height:20px}.floating__03eca9d1 .formFieldLabelText__b5e752a4{font-size:12px;line-height:16px}.floating__03eca9d1.size-sm__64096a46 .formFieldLabelText__b5e752a4,.floating__03eca9d1.size-md__42b375fe .formFieldLabelText__b5e752a4{display:none}.disabled__cc8a7576 .formFieldLabelText__b5e752a4{color:var(--triplex-next-FormField-Label_Color_Disabled-1-8-0)}.formFieldPostfix__84530a3f{padding:0 12px 0 4px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__9aae2333{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__c618f274{padding-left:4px}.formFieldMaskedInputWrapper__0c0a1bde{position:relative}.formFieldMaskedInputWrapper__0c0a1bde .formFieldMaskedInputPlaceholder__c665f4a0{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__0c0a1bde .formFieldMaskedInputPlaceholder__c665f4a0::placeholder{opacity:1}.formFieldMaskedInputWrapper__0c0a1bde.size-sm__64096a46{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__0c0a1bde.size-sm__64096a46 .formFieldMaskedInputPlaceholder__c665f4a0{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__0c0a1bde.size-md__42b375fe{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__0c0a1bde.size-md__42b375fe .formFieldMaskedInputPlaceholder__c665f4a0{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__0c0a1bde.size-lg__69a66b15{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__0c0a1bde.size-lg__69a66b15 .formFieldMaskedInputPlaceholder__c665f4a0{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__0c0a1bde .formFieldMaskedInput__b93345e5{display:block;position:relative;background:none!important}.dropdownDesktop__fdbb2312{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-8-0);background-color:var(--triplex-next-Dropdown-Background-1-8-0)}.dropdownDesktop-sm__91feadbf{border-radius:6px}.dropdownDesktop-md__6299a66e{border-radius:8px}.dropdownDesktop-lg__e2aeca9b{border-radius:10px}.dropdownDesktopOverflowHidden__4a142748{overflow:hidden}.dropdownMobileWrapper__d3247e28{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__ba54f8ae{background:var(--triplex-next-DropdownMobile-Backdrop-1-8-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__ba54f8ae.closing__33da5902{opacity:0}.dropdownMobileBackdrop__ba54f8ae.opening__1116f807,.dropdownMobileBackdrop__ba54f8ae.opened__4b72dd34{opacity:var(--triplex-DropdownMobile-Opacity-1-8-0)}.dropdownMobile__73dfca5e{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__73dfca5e.closing__33da5902{transform:translateY(100%)}.dropdownMobile__73dfca5e.opening__1116f807,.dropdownMobile__73dfca5e.opened__4b72dd34{transform:translateY(0)}.dropdownMobileHeader__55902a4f{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-8-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__55902a4f .dropdownMobileHeaderContent__f583ba3c{margin-right:28px;min-height:20px}.dropdownMobileContent__51f3656b{background:var(--triplex-next-DropdownMobile-Content_Background-1-8-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__89c7594f{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-8-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-8-0);flex-shrink:1}.dropdownMobileListItem__31bd5c4a{padding:16px}.dropdownMobileListItem__31bd5c4a.selected__d7d83a02{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-8-0)}.dropdownMobileListItem__31bd5c4a:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-8-0)}.dropdownMobileListLoader__2d95e131{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__00e94f7c{overflow:hidden}.controlButtons__5a2d2d0c{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__e8ef74e8{margin-right:8px}.notificationIcon__3f9c9c7c{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__e1417a43{padding:4px;overflow:auto}.dropdownDesktopList__e1417a43.sm__a6564e05{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__e1417a43.sm__a6564e05 .dropdownDesktopListItem__1634ac93{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e1417a43.sm__a6564e05 .dropdownDesktopListLoader__d71d621b{margin:0 auto}.dropdownDesktopList__e1417a43.md__57503108{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__e1417a43.md__57503108 .dropdownDesktopListItem__1634ac93{padding:7px 8px;border-radius:8px}.dropdownDesktopList__e1417a43.md__57503108 .dropdownDesktopListLoader__d71d621b{margin:-2px auto}.dropdownDesktopList__e1417a43.lg__c89150ce{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__e1417a43.lg__c89150ce .dropdownDesktopListItem__1634ac93{padding:14px 8px;border-radius:10px}.dropdownDesktopList__e1417a43.lg__c89150ce .dropdownDesktopListLoader__d71d621b{margin:-6px auto}.dropdownDesktopListItem__1634ac93{color:var(--triplex-next-DropdownList-Color-1-8-0);background:var(--triplex-next-DropdownList-Background_Default-1-8-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__1634ac93+.dropdownDesktopListItem__1634ac93{margin-top:2px}.dropdownDesktopListItem__1634ac93.active__8da551f0{background:var(--triplex-next-DropdownList-Background_Active-1-8-0);cursor:pointer}.dropdownDesktopListItem__1634ac93.selected__d7d83a02{background:var(--triplex-next-DropdownList-Background_Selected-1-8-0);cursor:default}.notificationIcon__9e170eed{position:absolute;right:4px;top:4px}.loaderSmall__d8c4b999{display:flex;justify-content:center;align-items:center}.loaderSmall__d8c4b999.sm__81c99e71{width:16px;height:16px;gap:2px}.loaderSmall__d8c4b999.sm__81c99e71 .dot__f6bcf6ed{width:4px;height:4px}.loaderSmall__d8c4b999.md__0ed88d41{width:24px;height:24px;gap:3px}.loaderSmall__d8c4b999.md__0ed88d41 .dot__f6bcf6ed{width:6px;height:6px}.loaderSmall__d8c4b999.lg__e1de5f9f{width:32px;height:32px;gap:4px}.loaderSmall__d8c4b999.lg__e1de5f9f .dot__f6bcf6ed{width:8px;height:8px}.loaderSmall__d8c4b999.neutral__9c7fb284 .dot__f6bcf6ed{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-8-0)}.loaderSmall__d8c4b999.brand__c94ebbc6 .dot__f6bcf6ed{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-8-0)}.loaderSmall__d8c4b999 .dot__f6bcf6ed{border-radius:50%}.loaderSmall__d8c4b999 .dot1__bfbe9b05{animation:dotCycleSmall__5ea63d19 .9s infinite}.loaderSmall__d8c4b999 .dot2__22c14b76{animation:dotCycleSmall__5ea63d19 .9s infinite .15s}.loaderSmall__d8c4b999 .dot3__c6fb4ace{animation:dotCycleSmall__5ea63d19 .9s infinite .3s}@keyframes dotCycleSmall__5ea63d19{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__844bd037{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-8-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__0644648a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__0644648a .dot__f6bcf6ed{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-8-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__0644648a .dot1__bfbe9b05{top:0;left:0;animation:dotCycleMiddle__ae2c21c8 3s infinite}.loaderMiddleDots__0644648a .dot2__22c14b76{right:0;top:0;opacity:.7;animation:dotCycleMiddle__ae2c21c8 3s infinite .74s}.loaderMiddleDots__0644648a .dot3__c6fb4ace{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__ae2c21c8 3s infinite 1.5s}.loaderMiddleDots__0644648a .dot4__de8f14af{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__ae2c21c8 3s infinite 2.25s}.loaderMiddleDots__0644648a .line__ecba33eb{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-8-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__be335dab 3s infinite}@keyframes lineCycle__be335dab{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__ae2c21c8{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__dc8b4f11{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__dc8b4f11:enabled{cursor:pointer}.buttonIcon__dc8b4f11.circle__32aedc46{border-radius:50%}.buttonIcon__dc8b4f11.squircle__eaadef65{border-radius:4px}.buttonIcon__dc8b4f11:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-8-0)}.dropdownMobileInput__9c0bfafb{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-8-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__9c0bfafb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-8-0);opacity:1}.dropdownMobileInput__9c0bfafb::-ms-clear{display:none}.tabsLineWrapper__245edbf8[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__245edbf8[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__245edbf8[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__245edbf8[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__245edbf8{position:relative}.tabsLineWrapper__245edbf8.withSeparator__88ad28af:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-8-0);bottom:0;left:0;right:0}.tabsLine__1eac6bff{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1eac6bff:has(.sm__35adbe56){height:28px}.tabsLine__1eac6bff:has(.md__ecf3ed7b){height:40px}.tabsLine__1eac6bff:has(.lg__3d7daefb){height:56px}.tab__8038e010{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer;color:var(--triplex-next-TabsLine-Color_Default-1-8-0);font-weight:400}.tab__8038e010.sm__35adbe56{font-size:12px;line-height:16px;height:28px;padding-bottom:12px}.tab__8038e010.md__ecf3ed7b{font-size:14px;line-height:20px;height:40px;padding-top:8px;padding-bottom:12px}.tab__8038e010.lg__3d7daefb{font-size:16px;line-height:20px;height:56px;padding-top:16px;padding-bottom:20px}.tab__8038e010::-moz-focus-inner{border:none;padding:0}.tab__8038e010:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-8-0)}.tab__8038e010.active__c6c9c4b0{cursor:default;color:var(--triplex-next-TabsLine-Color_Active-1-8-0)}.tab__8038e010:hover{color:var(--triplex-next-TabsLine-Color_Hover-1-8-0)}.tab__8038e010: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__8038e010:hover:after,.tab__8038e010:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-8-0)}.tab__8038e010.active__c6c9c4b0:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-8-0)}.notificationIcon__7df832a7{position:absolute;right:6px}.sm__35adbe56 .notificationIcon__7df832a7{top:0}.md__ecf3ed7b .notificationIcon__7df832a7{top:8px}.lg__3d7daefb .notificationIcon__7df832a7{top:16px}.tabsLineDropdown__80cc7af9{display:inline-block}.tabsLineDropdown__80cc7af9 .dropdownTarget__42e403a6.active__c6c9c4b0{cursor:pointer}.tabsLineDropdown__80cc7af9 .dropdownTargetInner__bde82325{display:inline-flex;align-items:center}.tabsLineDropdown__80cc7af9 .dropdownTargetCaret__53fa9942{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__80cc7af9 .dropdownTargetCaret__53fa9942.opened__d741ba66{transform:rotate(-180deg)}.tabsLineDropdown__80cc7af9 .dropdown__3b539f34{right:0;padding:4px}.tabsLineMobileWrapper__71dd5b87{position:relative}.tabsLineMobileWrapper__71dd5b87 .tab__8038e010{flex-shrink:0}.tabsLineMobileWrapper__71dd5b87 .tab__8038e010:first-child{margin-left:16px}.tabsLineMobileWrapper__71dd5b87 .tab__8038e010:last-child{margin-right:16px}.tabsLineMobile__01cecb18{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__01cecb18::-webkit-scrollbar{display:none}.label__8ba0ff26{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__8ba0ff26.md__bdf34fb3{min-height:24px;min-width:24px}.label__8ba0ff26.md__bdf34fb3.nonempty__215d60e4{padding-left:32px;padding-top:2px}.label__8ba0ff26.lg__62d9015f{min-width:28px;min-height:28px}.label__8ba0ff26.lg__62d9015f.nonempty__215d60e4{padding-left:40px;padding-top:4px}.label__8ba0ff26.disabled__084f5d2f{cursor:default}.radio__958b0fec{margin:0;opacity:0}.radioIcon__6af288e9{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-8-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-8-0)}.radioIcon__6af288e9:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-8-0);border-radius:50%;transform:scale(0)}.md__bdf34fb3 .radioIcon__6af288e9:after{width:12px;height:12px;top:6px;left:6px}.lg__62d9015f .radioIcon__6af288e9:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__6af288e9,.radioIcon__6af288e9:after{pointer-events:none}.radio__958b0fec,.radioIcon__6af288e9{position:absolute;left:0;top:0}.md__bdf34fb3 .radio__958b0fec,.md__bdf34fb3 .radioIcon__6af288e9{width:24px;height:24px}.lg__62d9015f .radio__958b0fec,.lg__62d9015f .radioIcon__6af288e9{width:28px;height:28px}.radio__958b0fec:enabled{cursor:pointer}.radio__958b0fec:checked+.radioIcon__6af288e9{background:var(--triplex-next-Radio-Background_Checked_Default-1-8-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-8-0)}.radio__958b0fec:checked+.radioIcon__6af288e9:after{transform:scale(1);transition:transform .2s ease-out}.radio__958b0fec:hover+.radioIcon__6af288e9{background-color:var(--triplex-next-Radio-Background_Hover-1-8-0);box-shadow:none}.radio__958b0fec:disabled+.radioIcon__6af288e9{background:var(--triplex-next-Radio-Background_Disabled-1-8-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-8-0)}.radio__958b0fec:disabled:checked+.radioIcon__6af288e9{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-8-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-8-0)}.radio__958b0fec:disabled+.radioIcon__6af288e9:after{background:var(--triplex-next-Radio-Dot_Disabled-1-8-0)}.radio__958b0fec:focus-visible+.radioIcon__6af288e9{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-8-0)}.radio__958b0fec:checked:enabled:hover+.radioIcon__6af288e9{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-8-0)}.radioXGroup__a0eee9d5{display:inline-flex;flex-flow:row wrap}.radioXGroup__a0eee9d5.indent-12__884a20e1{margin-left:-6px;margin-right:-6px}.radioXGroup__a0eee9d5.indent-12__884a20e1 .label__8ba0ff26{margin-left:6px;margin-right:6px}.radioXGroup__a0eee9d5.indent-16__fca2c8c2{margin-left:-8px;margin-right:-8px}.radioXGroup__a0eee9d5.indent-16__fca2c8c2 .label__8ba0ff26{margin-left:8px;margin-right:8px}.radioXGroup__a0eee9d5.indent-20__9b2671e6{margin-left:-10px;margin-right:-10px}.radioXGroup__a0eee9d5.indent-20__9b2671e6 .label__8ba0ff26{margin-left:10px;margin-right:10px}.radioXGroup__a0eee9d5.indent-24__733c0802{margin-left:-12px;margin-right:-12px}.radioXGroup__a0eee9d5.indent-24__733c0802 .label__8ba0ff26{margin-left:12px;margin-right:12px}.radioXGroup__a0eee9d5.indent-28__1383ba41{margin-left:-14px;margin-right:-14px}.radioXGroup__a0eee9d5.indent-28__1383ba41 .label__8ba0ff26{margin-left:14px;margin-right:14px}.radioXGroup__a0eee9d5.indent-32__a0d91406{margin-left:-16px;margin-right:-16px}.radioXGroup__a0eee9d5.indent-32__a0d91406 .label__8ba0ff26{margin-left:16px;margin-right:16px}.radioYGroup__52e0a710{display:inline-flex;flex-flow:column wrap}.radioYGroup__52e0a710 .label__8ba0ff26.md__bdf34fb3+.label__8ba0ff26.md__bdf34fb3{margin-top:16px}.radioYGroup__52e0a710 .label__8ba0ff26.lg__62d9015f+.label__8ba0ff26.lg__62d9015f{margin-top:20px}.notification__987a19e9{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-8-0);background:var(--triplex-next-Notification-Background-1-8-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-8-0);z-index:300}.notification__987a19e9:first-child{margin-top:0}.notification__987a19e9.extraBottomPadding__fa54f965{padding-bottom:24px}.notification__987a19e9 .notificationHeader__e69a8126{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-8-0);width:100%;margin-top:0;margin-bottom:8px}.notification__987a19e9 .notificationIcon__9c97c8ba{line-height:0}.notification__987a19e9 .notificationBody__23250da6{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__987a19e9 .notificationBodyList__1c812089{margin-top:8px}.notification__987a19e9 .notificationBodyContent__ab8504fc{width:100%;font-size:14px}.notification__987a19e9 .notificationClose__6af90b3a{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__987a19e9.showCloseOnHover__3dea075c .notificationClose__6af90b3a{opacity:0}.notification__987a19e9.showCloseOnHover__3dea075c:hover{cursor:pointer}.notification__987a19e9.showCloseOnHover__3dea075c:hover .notificationClose__6af90b3a{opacity:1}.notification__987a19e9 .notificationFooter__966973e7{display:flex;align-items:center;margin-top:16px}.notification__987a19e9 .notificationFooter__966973e7 button+a{margin-left:16px}.notification__987a19e9 .notificationTime__2634d93f{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-8-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__a14facfd{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__a14facfd:hover{cursor:pointer}.notificationGroupedWrapper__a14facfd .notificationGroupedFooterItem__89c2bab4{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-8-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-8-0)}.notificationGroupedWrapper__a14facfd .notificationGroupedFooterItem__89c2bab4.first__edbbf047{bottom:-8px;z-index:200}.notificationGroupedWrapper__a14facfd .notificationGroupedFooterItem__89c2bab4.second__fc4f6e19{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__987a19e9,.notificationGroupedWrapper__a14facfd{width:100%}}.unorderedListItem__2819b00f:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__2819b00f+.unorderedListItem__2819b00f{margin-top:8px}.unorderedList__96ed64e3{position:relative;margin:0;padding-left:14px;list-style:none}.button__5a2acef9.general__9dcee38d{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-8-0);color:var(--triplex-next-Button-General_Color_Default-1-8-0)}.button__5a2acef9.general__9dcee38d:hover{background:var(--triplex-next-Button-General_Background_Hover-1-8-0);color:var(--triplex-next-Button-General_Color_Hover-1-8-0)}.button__5a2acef9.general__9dcee38d.expanded__f52bfa9e,.button__5a2acef9.general__9dcee38d:active{background:var(--triplex-next-Button-General_Background_Active-1-8-0);color:var(--triplex-next-Button-General_Color_Active-1-8-0)}.button__5a2acef9.general__9dcee38d:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-8-0)}.button__5a2acef9.general__9dcee38d:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-8-0);color:var(--triplex-next-Button-General_Color_Disabled-1-8-0)}.button__5a2acef9.secondary__db01c908{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-8-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-8-0)}.button__5a2acef9.secondary__db01c908:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-8-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-8-0)}.button__5a2acef9.secondary__db01c908.expanded__f52bfa9e,.button__5a2acef9.secondary__db01c908:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-8-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-8-0)}.button__5a2acef9.secondary__db01c908:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-8-0)}.button__5a2acef9.secondary__db01c908:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-8-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-8-0)}.button__5a2acef9.secondaryLight__c5238ada{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-8-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-8-0)}.button__5a2acef9.secondaryLight__c5238ada:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-8-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-8-0)}.button__5a2acef9.secondaryLight__c5238ada.expanded__f52bfa9e,.button__5a2acef9.secondaryLight__c5238ada:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-8-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-8-0)}.button__5a2acef9.secondaryLight__c5238ada:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-8-0)}.button__5a2acef9.secondaryLight__c5238ada:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-8-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-8-0)}.button__5a2acef9.danger__6744dbda{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-8-0);color:var(--triplex-next-Button-Danger_Color_Default-1-8-0)}.button__5a2acef9.danger__6744dbda:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-8-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-8-0)}.button__5a2acef9.danger__6744dbda.expanded__f52bfa9e,.button__5a2acef9.danger__6744dbda:active{background:var(--triplex-next-Button-Danger_Background_Active-1-8-0);color:var(--triplex-next-Button-Danger_Color_Active-1-8-0)}.button__5a2acef9.danger__6744dbda:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-8-0)}.button__5a2acef9.danger__6744dbda:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-8-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-8-0)}.button__5a2acef9.link__3f15ac6e{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-8-0);padding:0}.button__5a2acef9.link__3f15ac6e.sm__c68af6e4{height:28px;min-width:0px;padding:6px 2px}.button__5a2acef9.link__3f15ac6e.md__42ff057c{height:40px;min-width:0px;padding:10px 2px}.button__5a2acef9.link__3f15ac6e.lg__c1195be8{height:56px;min-width:0px;padding:18px 2px}.button__5a2acef9.link__3f15ac6e:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-8-0)}.button__5a2acef9.link__3f15ac6e.expanded__f52bfa9e,.button__5a2acef9.link__3f15ac6e:active{color:var(--triplex-next-Button-Link_Color_Active-1-8-0)}.button__5a2acef9.link__3f15ac6e:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-8-0)}.button__5a2acef9.link__3f15ac6e:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-8-0)}.button__5a2acef9{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__5a2acef9::-moz-focus-inner{border:none;padding:0}.button__5a2acef9.sm__c68af6e4{line-height:16px;font-size:12px}.button__5a2acef9.sm__c68af6e4.general__9dcee38d,.button__5a2acef9.sm__c68af6e4.secondary__db01c908,.button__5a2acef9.sm__c68af6e4.secondaryLight__c5238ada,.button__5a2acef9.sm__c68af6e4.danger__6744dbda{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__5a2acef9.sm__c68af6e4.icon__bca39b2d{min-height:28px;min-width:28px;padding:4px}.button__5a2acef9.md__42ff057c{line-height:20px;font-size:14px}.button__5a2acef9.md__42ff057c.general__9dcee38d,.button__5a2acef9.md__42ff057c.secondary__db01c908,.button__5a2acef9.md__42ff057c.secondaryLight__c5238ada,.button__5a2acef9.md__42ff057c.danger__6744dbda{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__5a2acef9.md__42ff057c.icon__bca39b2d{min-height:40px;min-width:40px;padding:10px}.button__5a2acef9.lg__c1195be8{line-height:20px;font-size:16px}.button__5a2acef9.lg__c1195be8.general__9dcee38d,.button__5a2acef9.lg__c1195be8.secondary__db01c908,.button__5a2acef9.lg__c1195be8.secondaryLight__c5238ada,.button__5a2acef9.lg__c1195be8.danger__6744dbda{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__5a2acef9.lg__c1195be8.icon__bca39b2d{min-height:56px;min-width:56px;padding:12px}.button__5a2acef9:disabled{cursor:default}.button__5a2acef9:disabled *{pointer-events:none}.button__5a2acef9+.button__5a2acef9:not(.block__a09f3250){margin-left:12px}.button__5a2acef9 .content__ae9c5ab0{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__5a2acef9.block__a09f3250{display:block;width:100%}.button__5a2acef9.loading__aa52b888{pointer-events:none}.button__5a2acef9.loading__aa52b888 .content__ae9c5ab0{visibility:hidden}.button__5a2acef9 .loader__710c5f57{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__5a2acef9 .loader__710c5f57.hidden__58b12c54{visibility:hidden}.buttonDropdownExtended__486e19ef{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__486e19ef .buttonDropdownExtendedBlock__7b63e073{padding:4px;margin-top:4px;right:0}.buttonDropdown__e5b3340f.block__a09f3250{display:block}.buttonDropdown__e5b3340f+.button__5a2acef9:not(.block__a09f3250),.buttonDropdown__e5b3340f+.buttonDropdown__e5b3340f:not(.block__a09f3250){margin-left:16px}.buttonDropdown__e5b3340f .buttonDropdownTarget__f761387b .caretIcon__5ff5c2ba{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__e5b3340f .buttonDropdownTarget__f761387b.active__19aa2877 .caretIcon__5ff5c2ba{transform:rotate(-180deg)}.buttonDropdown__e5b3340f .buttonDropdownMenuItem__05794d0f{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__faf169c5{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__415139b0{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__800f6adc{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__fff9f652{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-8-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__febf2cef{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__febf2cef .modalWindowContentWrapper__d9ea1c11{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__faf169c5 .6s ease}.modalWindow__febf2cef .modalWindowContent__e2a96f34{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__febf2cef .modalWindowContent__e2a96f34 .modalWindowBody__c12d5531{box-sizing:border-box;animation:fadeIn__75b1de9d .3s ease}@keyframes fadeIn__75b1de9d{0%{opacity:0}to{opacity:1}}.modalWindow__febf2cef .modalWindowContent__e2a96f34 .spinnerSm__b3d9edb8{display:none}@media (max-width: 767px){.modalWindow__febf2cef .modalWindowContent__e2a96f34 .spinner__c1e27079{display:none}.modalWindow__febf2cef .modalWindowContent__e2a96f34 .spinnerSm__b3d9edb8{display:flex}}.global-modalWindowTransition-exit .modalWindow__febf2cef .modalWindowContentWrapper__d9ea1c11{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__415139b0 .3s ease}.global-modalWindowTransition-exit .modalWindow__febf2cef .modalWindowContentWrapper__d9ea1c11 .modalWindowBody__c12d5531{animation:fadeOut__97a5d711 .3s ease}@keyframes fadeOut__97a5d711{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__7a6efb8c{position:absolute;left:0;right:0;height:0}.modalWindow__febf2cef.sm__a4693c02 .modalWindowContentWrapper__d9ea1c11{max-width:480px}.modalWindow__febf2cef.sm__a4693c02 .modalWindowContent__e2a96f34 .modalWindowBody__c12d5531{min-height:196px}@media (max-width: 575px){.modalWindow__febf2cef.sm__a4693c02 .modalWindowContentWrapper__d9ea1c11{max-width:100%}}.modalWindow__febf2cef.md__ea24cb7d .modalWindowContentWrapper__d9ea1c11{max-width:600px}.modalWindow__febf2cef.md__ea24cb7d .modalWindowContent__e2a96f34 .modalWindowBody__c12d5531{min-height:246px}@media (max-width: 767px){.modalWindow__febf2cef.md__ea24cb7d .modalWindowContentWrapper__d9ea1c11{max-width:100%}}.modalWindow__febf2cef.lg__b2d2bd82 .modalWindowContentWrapper__d9ea1c11{max-width:800px}.modalWindow__febf2cef.lg__b2d2bd82 .modalWindowContent__e2a96f34 .modalWindowBody__c12d5531{min-height:396px}@media (max-width: 991px){.modalWindow__febf2cef.lg__b2d2bd82 .modalWindowContentWrapper__d9ea1c11{max-width:100%}}.modalWindowContentPage__2ff91214{background:var(--triplex-next-ModalWindow-Background-1-8-0);padding:8px!important}.modalWindowContentPage__2ff91214,.modalWindowLoaderScreen__581921a0{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__2ff91214,.modalWindowLoaderScreen__581921a0{border-radius:24px}}.islandBody__3a9c7b32{display:block}.islandHeader__ea335832,.islandFooter__562d8299,.island__527ec64a{position:relative}.island__527ec64a.type1__03e0f2f0{background-color:var(--triplex-next-Island-Type1_Background-1-8-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-8-0)}.island__527ec64a.type2__b128cfc1{background-color:var(--triplex-next-Island-Type2_Background-1-8-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-8-0)}.island__527ec64a.type3__0013aeb7{background-color:var(--triplex-next-Island-Type3_Background-1-8-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-8-0)}.island__527ec64a.sm__1ad15816{border-radius:16px;padding:16px}.island__527ec64a.sm__1ad15816 .islandHeader__ea335832+.islandBody__3a9c7b32,.island__527ec64a.sm__1ad15816 .islandHeader__ea335832+.islandFooter__562d8299,.island__527ec64a.sm__1ad15816 .islandBody__3a9c7b32+.islandFooter__562d8299{margin-top:8px}.island__527ec64a.md__ccddbaa9{border-radius:24px;padding:24px}.island__527ec64a.md__ccddbaa9 .islandHeader__ea335832+.islandBody__3a9c7b32,.island__527ec64a.md__ccddbaa9 .islandHeader__ea335832+.islandFooter__562d8299,.island__527ec64a.md__ccddbaa9 .islandBody__3a9c7b32+.islandFooter__562d8299{margin-top:12px}.island__527ec64a.lg__1db6cec9{border-radius:32px;padding:32px}.island__527ec64a.lg__1db6cec9 .islandHeader__ea335832+.islandBody__3a9c7b32,.island__527ec64a.lg__1db6cec9 .islandHeader__ea335832+.islandFooter__562d8299,.island__527ec64a.lg__1db6cec9 .islandBody__3a9c7b32+.islandFooter__562d8299{margin-top:16px}@media (max-width: 767px){.island__527ec64a.sm__1ad15816,.island__527ec64a.md__ccddbaa9{border-radius:16px;padding:16px}.island__527ec64a.lg__1db6cec9{border-radius:24px;padding:24px}}.modalWindowBody__c12d5531{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__1a3c51d6{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__1a3c51d6{top:20px;right:20px}}.loaderScreen__4b4e7be5{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__4b4e7be5.loaderSmallBackdrop__3f38187b{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-8-0)}.loaderScreen__4b4e7be5.loaderMiddleBackdrop__e6fd1790{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-8-0)}.body__2717e553{position:relative;display:flex}.body__2717e553 .bodyInner__973130d6{position:relative;flex-grow:1;width:100%}.bodyPage__b0cffe5d{flex-grow:1}.verticalMargin24__60468f0e{margin-top:24px;margin-bottom:24px}.verticalMargin16__b954be94{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__60468f0e{margin-top:16px;margin-bottom:16px}.verticalMargin16__b954be94{margin-top:8px;margin-bottom:8px}}.headerTabs__1bc0166c{display:flex;justify-content:space-between}.headerTabs__1bc0166c .headerTabsContent__2812083f{flex-grow:1}.headerTabs__1bc0166c .headerTabsControls__8cd3636c{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__1bc0166c{flex-wrap:wrap}.headerTabs__1bc0166c .headerTabsContent__2812083f{width:100%}.headerTabs__1bc0166c .headerTabsControls__8cd3636c{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__1bc0166c .headerTabsControls__8cd3636c>button{margin-left:16px;margin-top:16px}}.headerTitle__e56bca22{display:flex;justify-content:space-between}.headerTitle__e56bca22 .headerTitleControls__cf4e3444{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__950b630a+.headerTitle__e56bca22{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__e56bca22{flex-wrap:wrap}.headerTitle__e56bca22 .headerTitleContent__0351cf2f{width:100%}.headerTitle__e56bca22 .headerTitleControls__cf4e3444{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__e56bca22 .headerTitleControls__cf4e3444>button{margin-left:16px;margin-top:16px}}.headerSubheader__189ee5c3{padding:24px 0}.headerSubheader__189ee5c3.withoutPaddings__4178c258{padding:0}.headerLayoutSidebar__9c9d5554{display:flex;justify-content:space-between}.headerLayoutSidebarContent__84e86020{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__f4b3b335{display:none}}.page__98f122f8{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__98f122f8{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__7ee084a0.sticky__31e0e08f{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__7ee084a0.sticky__31e0e08f[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-8-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__d4e4f5c7.sticky__31e0e08f{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__d4e4f5c7.sticky__31e0e08f[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-8-0)!important}.footerDescription__45f2a429{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__3a39d248{flex-grow:1;margin-right:auto}.footerDescriptionControls__80ed5dd7{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__45f2a429{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__3a39d248{width:100%}.footerDescriptionControls__80ed5dd7{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__80ed5dd7>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__3a39d248+.footerDescriptionControls__80ed5dd7{margin-top:0}.footer__422d52f2{padding:16px 0}}.modalWindowHeader__9e98c5ed .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__9e98c5ed .global-HeaderTitleContent{padding-right:72px}}.list__f3148030{margin:0;padding:0;list-style:none;position:relative}.listItemControls__fdabddee{display:flex;padding:0 16px 0 4px}.listItemContent__c2583efa{background:var(--triplex-next-ListItem-Background-1-8-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__c2583efa.selected__ee334b31{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-8-0)}.listItemControlsButton__e6a8fe0c{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-8-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__e6a8fe0c:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-8-0)}.listItemControlsButton__e6a8fe0c:hover .listItemControlsButtonLabel__db56e036{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-8-0)!important}.listItemControlsButton__e6a8fe0c.expanded__17830413,.listItemControlsButton__e6a8fe0c:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-8-0)}.listItemControlsButton__e6a8fe0c.expanded__17830413 .listItemControlsButtonLabel__db56e036,.listItemControlsButton__e6a8fe0c:active .listItemControlsButtonLabel__db56e036{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-8-0)!important}.listItemControlsButton__e6a8fe0c+.listItemControlsButton__e6a8fe0c,.listItemControlsButton__e6a8fe0c+.listItemControlsButtonDropdown__89c0da29{margin-left:4px}.listItemControlsButtonIcon__938a6120{line-height:0}.listItemControlsButton__e6a8fe0c.withText__c6f31cc0 .listItemControlsButtonIcon__938a6120{margin-bottom:8px}.listItemControlsButtonLabel__db56e036{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-8-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__89c0da29{display:flex}.listItemControlsButtonInner__e3ea137a{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e6a8fe0c.withIcon__f7b6f337.withText__c6f31cc0 .listItemControlsButtonInner__e3ea137a{height:44px;overflow:visible}.buttonDropdownMenuItem__913ed9f1{overflow:hidden;text-overflow:ellipsis}.listEmptyState__0ac3be8d{padding:64px 16px 16px;text-align:center}.listItemLoading__fe67011e{height:24px;padding:12px 0;position:relative}.label__5c27d1d7{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5c27d1d7.md__4d553d1c{min-width:24px;min-height:24px}.label__5c27d1d7.md__4d553d1c.nonempty__d3ac2172{padding-left:32px;padding-top:2px}.label__5c27d1d7.lg__1f7de810{min-width:28px;min-height:28px}.label__5c27d1d7.lg__1f7de810.nonempty__d3ac2172{padding-left:40px;padding-top:4px}.label__5c27d1d7.disabled__a045fa18{cursor:default}.label__5c27d1d7[hidden]{display:none}.checkbox__fae65368{margin:0;opacity:0}.checkboxIcon__3476acfc{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-8-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-8-0)}.checkmarkIcon__0b04fe73{transform:scale(0)}.checkmarkIcon__0b04fe73 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-8-0)}.checkboxIcon__3476acfc,.checkmarkIcon__0b04fe73{pointer-events:none}.checkbox__fae65368,.checkboxIcon__3476acfc,.checkmarkIcon__0b04fe73{position:absolute;left:0;top:0}.md__4d553d1c .checkbox__fae65368,.md__4d553d1c .checkboxIcon__3476acfc,.md__4d553d1c .checkmarkIcon__0b04fe73{width:24px;height:24px}.lg__1f7de810 .checkbox__fae65368,.lg__1f7de810 .checkboxIcon__3476acfc,.lg__1f7de810 .checkmarkIcon__0b04fe73{width:28px;height:28px}.checkbox__fae65368:enabled{cursor:pointer}.checkbox__fae65368:enabled:hover+.checkboxIcon__3476acfc{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-8-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-8-0)}.checkbox__fae65368:checked+.checkboxIcon__3476acfc{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-8-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-8-0)}.checkbox__fae65368:checked~.checkmarkIcon__0b04fe73{transform:scale(1);transition:transform .2s ease-out}.checkbox__fae65368:disabled+.checkboxIcon__3476acfc{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-8-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-8-0)}.checkbox__fae65368:disabled:checked+.checkboxIcon__3476acfc{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-8-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-8-0)}.checkbox__fae65368:disabled~.checkmarkIcon__0b04fe73 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-8-0)}.checkbox__fae65368:focus-visible+.checkboxIcon__3476acfc{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-8-0)}.checkbox__fae65368:checked:enabled:hover+.checkboxIcon__3476acfc{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-8-0)}.listItemSelectable__e0a213c4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-8-0);border-radius:8px}.listItemSelectable__e0a213c4.selected__ee334b31{background:var(--triplex-next-ListItem-Background_Selected-1-8-0)}.checkboxWrapper__54599942{padding:16px;line-height:0}.childrenWrapper__dfc879ed{flex-grow:1}.checkboxLabel__f0fef976{padding:0!important;position:relative}.checkboxLabelClickArea__d806ebed{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__3dd876c7{position:relative;overflow:hidden}.swipeableArea__3dd876c7 .content__70fb5e2c{position:relative;touch-action:pan-y}.swipeableArea__3dd876c7 .content__70fb5e2c.disableScroll__9160f23f{touch-action:none}.swipeableArea__3dd876c7 .content__70fb5e2c.disablePointerEvents__8c5d25b0:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__3dd876c7 .swipeAnimationFinish__099bb0d9{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__3dd876c7 .leftContent__76da1896,.swipeableArea__3dd876c7 .rightContent__17706437{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__3dd876c7 .rightContent__17706437{left:auto;right:0}.listItemTail__91a6ee2d{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__108893a7{background:var(--triplex-next-ListMaster-Background-1-8-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__d1964d1f{position:absolute;top:0;left:0;right:0}.listItemTailTop__d1964d1f:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-8-0)}.listItemTailTop__d1964d1f:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-8-0)}.listItemTailBottom__8d8009ae{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__8d8009ae:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-8-0)}.listItemTailBottom__8d8009ae:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-8-0)}.listItemTailRight__2995ba60{right:-8px}.listItemTailLeft__b11ab663{left:-8px}.listItemTable__11908bd7{margin-bottom:4px}.listItemTable__11908bd7:last-child{margin-bottom:0}.listSortableItemTarget__10a79ee5{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-8-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__10a79ee5:hover{background:var(--triplex-next-ListItem-Background_Selected-1-8-0)}.listSortableItemTarget__10a79ee5.dragging__63a6e2a9{background:var(--triplex-next-ListItem-Background_Dragging-1-8-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-8-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__659c4432{flex:1}.listSortableItemTargetIcon__ff985d50{display:block;margin-left:24px}.listSortableItem__f0187b9e{position:relative}.listSortableItem__f0187b9e.dragging__63a6e2a9{z-index:1}.listSortableItemControls__5757fb61{display:inline-block}.islandWidgetHeader__f4e6a5ed{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__f4e6a5ed .islandWidgetHeaderContent__94d084a2{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__f4e6a5ed .islandWidgetHeaderDescription__5f803b37{display:flex}@media (max-width: 767px){.islandWidgetHeader__f4e6a5ed{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__e7ad0047{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__520db26f{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__ae412bf7{margin-left:auto;white-space:nowrap}.expandAnimation__e20dacbf{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__edeced1c{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-8-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__edeced1c{border-radius:0 0 16px 16px}}.islandWidget__fe33e222{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__fe33e222>*{height:100%}.islandWidgetWithExtraFooter__2152621d:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-8-0)!important}.islandWidgetWrapper__640b241c{display:flex;flex-direction:column}.formFieldClear__c474a8ca{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__c474a8ca.hidden__7b6427fc{opacity:0;pointer-events:none}.formFieldTarget__880127ce{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-8-0)}.formFieldTarget__880127ce.placeholder__6b65dca1{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-8-0)}.formFieldTarget__880127ce.disabled__cc8a7576{color:var(--triplex-next-FormField-Target_Color_Disabled-1-8-0)}.formFieldTarget__880127ce.size-sm__64096a46{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__880127ce.size-md__42b375fe{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__880127ce.size-lg__69a66b15{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__880127ce .placeholderWrapper__91ab2cbe{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__880127ce:focus .placeholderWrapper__91ab2cbe{opacity:1}.formFieldTextarea__7778e945{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-8-0);resize:none;font-family:inherit}.formFieldTextarea__7778e945.sm__f4cc48a7{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__7778e945.md__ac376d32{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__7778e945.lg__f9ce8970{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__7778e945:focus{outline:none}.formFieldTextarea__7778e945:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-8-0)}.formFieldTextarea__7778e945::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-8-0)}.chipGroupItem__15fdbb4d{display:inline-block}.chip__56f2dbae{background:var(--triplex-next-Chip-Background_Default-1-8-0);color:var(--triplex-next-Chip-Color_Default-1-8-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__56f2dbae.lg__201b244d{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__56f2dbae.lg__201b244d .prefix__2074107c{padding-left:16px}.chip__56f2dbae.lg__201b244d .postfix__ec45574a{padding-right:16px}.chip__56f2dbae.md__e6a760f2{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__56f2dbae.md__e6a760f2 .prefix__2074107c{padding-left:12px}.chip__56f2dbae.md__e6a760f2 .postfix__ec45574a{padding-right:12px}.chip__56f2dbae.sm__11f55eea{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__56f2dbae.sm__11f55eea .prefix__2074107c{padding-left:8px}.chip__56f2dbae.sm__11f55eea .postfix__ec45574a{padding-right:8px}.chip__56f2dbae:hover{background:var(--triplex-next-Chip-Background_Hover-1-8-0);color:var(--triplex-next-Chip-Color_Hover-1-8-0)}.chip__56f2dbae:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-8-0)}.chip__56f2dbae:active,.chip__56f2dbae[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-8-0);color:var(--triplex-next-Chip-Color_Active-1-8-0)}.chip__56f2dbae.disabled__5bd9ebb3{background:var(--triplex-next-Chip-Background_Disabled-1-8-0);color:var(--triplex-next-Chip-Color_Disabled-1-8-0);cursor:default;pointer-events:none}.chip__56f2dbae.selected__b19ca289{background:var(--triplex-next-Chip-Background_Selected_Default-1-8-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-8-0)}.chip__56f2dbae.selected__b19ca289:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-8-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-8-0)}.chip__56f2dbae.selected__b19ca289:active,.chip__56f2dbae.selected__b19ca289[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-8-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-8-0)}.chip__56f2dbae.selected__b19ca289.disabled__5bd9ebb3{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-8-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-8-0)}.chip__56f2dbae.withPrefix__7b408904{padding-left:0}.chip__56f2dbae.withPostfix__d103af99{padding-right:0}.chip__56f2dbae .content__8dce1760{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__56f2dbae .prefix__2074107c,.chip__56f2dbae .postfix__ec45574a{display:flex}.chipClearButton__3e6ac9b5{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__3e6ac9b5:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-8-0)}.chipDropdownArrow__a2415588{transition:transform .3s ease}.chipDropdownArrow__a2415588.rotated__ca81f52c{transform:rotate(-180deg)}.selectExtendedFieldTarget__8e5aa274{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__8e5aa274 .caretIcon__15c6f135{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__8e5aa274.selectOpened__8efe80bf .caretIcon__15c6f135{transform:rotate(180deg)}.selectExtendedFieldTarget__8e5aa274.loading__045dc2c9,.selectExtendedFieldTarget__8e5aa274.disabled__45599f5c{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__cdd0eb42{position:relative}.multiselectFieldHeader__66edcf21{padding:12px}.multiselectFieldContentWrapper__fdda599f{padding:0 12px}.multiselectFieldContentWrapper__fdda599f .multiselectFieldContent__9279782c{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__fdda599f .multiselectFieldContent__9279782c.sm__7e328862{height:204px}.multiselectFieldContentWrapper__fdda599f .multiselectFieldContent__9279782c.md__e63154fc{height:245px}.multiselectFieldContentWrapper__fdda599f .multiselectFieldContent__9279782c.lg__75a61759{height:324px}.multiselectFieldFooter__25fe992a{padding:0 12px 12px}.multiselectFieldFooter__25fe992a:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-8-0)}.chipOptionsContent__c2b245a7{min-width:14px;text-align:center;display:block}.tooltipDesktop__87af57d2{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__87af57d2 .tooltipBody__b48ba1be{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-8-0)}.tooltipDesktop__87af57d2 .tooltipXButton__a4d8a0cf{position:absolute;right:8px;top:8px}.tooltipDesktopContent__efdbe785{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-8-0);border-radius:8px}.closable__0a4d1b56 .tooltipDesktopContent__efdbe785{padding-right:32px}.tooltipSM__b3eac1e3 .tooltipDesktopContent__efdbe785{width:192px;min-height:52px}.tooltipLG__5430e794 .tooltipDesktopContent__efdbe785{width:384px;min-height:52px}.tooltipOverlay__dafe3507{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__e32b73f4{width:0;height:0}.tooltipDesktopTip__e32b73f4.down__08655972{border-top:solid var(--triplex-next-Tooltip-Background-1-8-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__e32b73f4.up__ab5d3a16{border-bottom:solid var(--triplex-next-Tooltip-Background-1-8-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__e32b73f4.left__08d42d94{border-right:solid var(--triplex-next-Tooltip-Background-1-8-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__e32b73f4.right__4ba5c3a2{border-left:solid var(--triplex-next-Tooltip-Background-1-8-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f0c3e666 .tooltipBody__b48ba1be{text-align:left}.tooltipMobile__f0c3e666 .tooltipXButton__a4d8a0cf{position:absolute;right:16px;top:16px}.tooltipMobileContent__373072e4{padding:16px}.headerless__a4aadc5d .tooltipMobileContent__373072e4{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__0f1f826f{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__af90942e{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-8-0)}.desktop__af90942e:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-8-0)}.desktop__af90942e:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-8-0)}.desktop__af90942e:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-8-0)}.mobile__9f820388{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-8-0)}.mobile__9f820388:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-8-0)}.mobile__9f820388:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-8-0)}.mobile__9f820388:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-8-0)}.chipSuggestInputWrapper__9514246a{margin:12px}.suggestDropdownMobileBody__ede2130c{height:176px}.suggestDropdownMobileNoOptionsText__1e97d7c5{padding:16px}.checkboxXGroup__b709780a{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__b709780a.indent-12__61ab3738{margin-left:-6px;margin-right:-6px}.checkboxXGroup__b709780a.indent-12__61ab3738 .label__5c27d1d7{margin-left:6px;margin-right:6px}.checkboxXGroup__b709780a.indent-16__df86b9be{margin-left:-8px;margin-right:-8px}.checkboxXGroup__b709780a.indent-16__df86b9be .label__5c27d1d7{margin-left:8px;margin-right:8px}.checkboxXGroup__b709780a.indent-20__25e1dbb4{margin-left:-10px;margin-right:-10px}.checkboxXGroup__b709780a.indent-20__25e1dbb4 .label__5c27d1d7{margin-left:10px;margin-right:10px}.checkboxXGroup__b709780a.indent-24__02c3a6d1{margin-left:-12px;margin-right:-12px}.checkboxXGroup__b709780a.indent-24__02c3a6d1 .label__5c27d1d7{margin-left:12px;margin-right:12px}.checkboxXGroup__b709780a.indent-28__2017ab20{margin-left:-14px;margin-right:-14px}.checkboxXGroup__b709780a.indent-28__2017ab20 .label__5c27d1d7{margin-left:14px;margin-right:14px}.checkboxXGroup__b709780a.indent-32__fff3e106{margin-left:-16px;margin-right:-16px}.checkboxXGroup__b709780a.indent-32__fff3e106 .label__5c27d1d7{margin-left:16px;margin-right:16px}.checkboxYGroup__5630ace5{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__5630ace5 .label__5c27d1d7.lg__1f7de810+.label__5c27d1d7.lg__1f7de810{margin-top:20px}.checkboxYGroup__5630ace5 .label__5c27d1d7.md__4d553d1c+.label__5c27d1d7.md__4d553d1c{margin-top:16px}.card__af9afa83{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__af9afa83.roundingMD__263ba7a4{--radius: 16px}.card__af9afa83.roundingSM__094752a8{--radius: 8px}.card__af9afa83.general__d2b24f0d{background:var(--triplex-next-Card-Static_General_Background-1-8-0)}.card__af9afa83.secondary__d371aee8{background:var(--triplex-next-Card-Static_Secondary_Background-1-8-0)}.card__af9afa83 .cardMedia__b3041358{background-size:cover;background-repeat:no-repeat;background-position:center}.card__af9afa83 .cardContent__0e4494fd{padding:var(--padding)}.card__af9afa83 .cardContent__0e4494fd.paddingMD__bfc63a6f{--padding: 24px}.card__af9afa83 .cardContent__0e4494fd.paddingSM__6f1d57bf{--padding: 16px}.card__af9afa83 .cardContent__0e4494fd .cardContentHeader__909d5f94{margin-bottom:16px}.card__af9afa83 .cardContent__0e4494fd .cardContentFooter__37fd8d50{margin-top:16px}.action__05bd64cb{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__05bd64cb: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__05bd64cb.general__d2b24f0d{background:var(--triplex-next-Card-Action_General_Background-1-8-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-8-0)}.action__05bd64cb.general__d2b24f0d:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-8-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-8-0)}.action__05bd64cb.general__d2b24f0d.selected__c0b887d7{background:var(--triplex-next-Card-Action_General_Background_Selected-1-8-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-8-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-8-0)}.action__05bd64cb.general__d2b24f0d.selected__c0b887d7:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-8-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-8-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-8-0)}.action__05bd64cb.general__d2b24f0d:focus{outline:none}.action__05bd64cb.general__d2b24f0d:focus.focusVisible__a0389173{box-shadow:var(--triplex-next-Card-Shadow_Default-1-8-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-8-0)}.action__05bd64cb.secondary__d371aee8{background:var(--triplex-next-Card-Action_Secondary_Background-1-8-0)}.action__05bd64cb.secondary__d371aee8:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-8-0)}.action__05bd64cb.secondary__d371aee8.selected__c0b887d7{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-8-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-8-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-8-0)}.action__05bd64cb.secondary__d371aee8.selected__c0b887d7:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-8-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-8-0)}.action__05bd64cb.secondary__d371aee8:focus{outline:none}.action__05bd64cb.secondary__d371aee8:focus.focusVisible__a0389173{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-8-0)}.alertContext__79c6821b{display:flex;font-size:12px;line-height:16px}.alertContext__79c6821b>svg{flex-shrink:0}.alertContext__79c6821b .alertContextText__7c14812e{margin-left:8px}.alertContext__79c6821b.alertTypeError__5bee36ed .alertContextText__7c14812e{color:var(--triplex-next-AlertContext-Error_Color-1-8-0)}.alertContext__79c6821b.alertTypeInfo__3e8d1c03 .alertContextText__7c14812e{color:var(--triplex-next-AlertContext-Info_Color-1-8-0)}.alertContext__79c6821b.alertTypeWarning__9a913058 .alertContextText__7c14812e{color:var(--triplex-next-AlertContext-Warning_Color-1-8-0)}.alertContext__79c6821b.alertTypeSystem__a4fec24c .alertContextText__7c14812e{color:var(--triplex-next-AlertContext-System_Color-1-8-0)}.alertProcess__4bd446db{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__4bd446db.withSpoiler__fb81c598{min-height:40px}.alertProcess__4bd446db .themeIcon__f95f520b{box-sizing:border-box;height:20px;width:20px}.alertProcess__4bd446db.alertTypeError__5bee36ed{background:var(--triplex-next-AlertProcess-Error_Background-1-8-0)}.alertProcess__4bd446db.alertTypeInfo__3e8d1c03{background:var(--triplex-next-AlertProcess-Info_Background-1-8-0)}.alertProcess__4bd446db.alertTypeWarning__9a913058{background:var(--triplex-next-AlertProcess-Warning_Background-1-8-0)}.alertProcess__4bd446db.alertTypeSystem__a4fec24c{background:var(--triplex-next-AlertProcess-System_Background-1-8-0)}.alertProcess__4bd446db.alertTypeFeature__8dbdba59{background:var(--triplex-next-AlertProcess-Feature_Background-1-8-0)}.alertProcess__4bd446db.alertTypeFeature__8dbdba59 .themeIcon__f95f520b{padding-top:0}.alertProcess__4bd446db .alertProcessContentBlock__731ac2db{flex:1;margin-left:10px}.alertProcess__4bd446db .alertProcessContentBlock__731ac2db:not(:has(+.closeButton__a3a468b9)){padding-right:26px}.alertProcess__4bd446db .alertProcessContentBlock__731ac2db .expandableContent__13c3c96f{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__4bd446db .alertProcessContentBlock__731ac2db .expandableContent__13c3c96f.expanded__cb5593f6{max-height:1000px;opacity:1}.alertProcess__4bd446db .closeButton__a3a468b9{margin-left:10px}.alertProcess__4bd446db .expandButton__6f826a0b{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__4bd446db .expandButton__6f826a0b.expanded__cb5593f6{transform:rotate(180deg)}.adaptive__10a77c96{font-size:10px!important;line-height:12px!important}.calendarControls__d335b471{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-8-0)}.calendarViewDays__957ba322{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__b001b945 .calendarViewDays__957ba322{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__de7c8b40,.calendarViewYears__5eb86f45{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__b001b945 .calendarViewMonths__de7c8b40,.adaptive__b001b945 .calendarViewYears__5eb86f45{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__b234a2f1{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-8-0)}.calendarViewDaysBody__f7221374:before{display:block;content:"";line-height:8px}.adaptive__b001b945 .calendarViewDaysBody__f7221374:before{line-height:4px}.calendarViewItem__1459fe0b{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__1459fe0b:focus-visible{outline:none}.calendarViewItem__1459fe0b.current__f9d8a2d0{font-weight:600}.calendarViewItem__1459fe0b.disabled__a064d286{pointer-events:none}.calendarViewItemLabel__98b8415a{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-8-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-8-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-8-0);cursor:pointer}.calendarViewItemLabel__98b8415a:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-8-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-8-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d:hover.basicMark__63274d3d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d:hover.standardMark__739e4aed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d:hover.attentionMark__c624d928:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d:hover.criticalMark__7dad816c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d.muted__ccc776a2{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-8-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d.muted__ccc776a2:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-8-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d.basicMark__63274d3d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d.standardMark__739e4aed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d.attentionMark__c624d928:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-8-0)}.calendarViewItemLabel__98b8415a.selected__9cef0e4d.criticalMark__7dad816c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-8-0)}.calendarViewItemLabel__98b8415a.marked__affdf635:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__98b8415a.basicMark__63274d3d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-8-0)}.calendarViewItemLabel__98b8415a.standardMark__739e4aed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-8-0)}.calendarViewItemLabel__98b8415a.attentionMark__c624d928:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-8-0)}.calendarViewItemLabel__98b8415a.criticalMark__7dad816c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-8-0)}.calendarViewItemLabel__98b8415a.muted__ccc776a2{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-8-0)}.calendarViewItemLabel__98b8415a.disabled__a064d286{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-8-0);background:none}.calendarViewItem__1459fe0b:focus-visible .calendarViewItemLabel__98b8415a{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-8-0)}.unitDay__b94858f7{width:36px;height:36px;border-radius:6px}.unitMonth__e0ee2cf7,.unitYear__294eb76b{width:89px;height:48px;border-radius:6px}.adaptive__b001b945 .unitMonth__e0ee2cf7,.adaptive__b001b945 .unitYear__294eb76b{width:104px;height:48px;border-radius:6px}.calendarFooter__a514feba{margin-top:12px;text-align:center}.calendar__6a6f8a19{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-8-0);-webkit-user-select:none;user-select:none}.calendar__6a6f8a19.adaptive__b001b945{width:auto;padding:20px}.calendar__6a6f8a19+.calendar__6a6f8a19{margin-top:20px}.col-1__74045d39{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__aff2a27a{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__c2b601a3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__c036a61a{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__068ff11a{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__af75b8c1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__1fb126f9{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__6756226d{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__1488039c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__4adaaf35{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__34666fd4{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__e1d75878{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__2c2691b1{margin-left:0%}.offset-1__2247d710{margin-left:8.33333333%}.offset-2__194a4598{margin-left:16.66666667%}.offset-3__6b3b9516{margin-left:25%}.offset-4__d03e5ff2{margin-left:33.33333333%}.offset-5__2d36bfdd{margin-left:41.66666667%}.offset-6__28db411d{margin-left:50%}.offset-7__2ded1f73{margin-left:58.33333333%}.offset-8__2860ab3f{margin-left:66.66666667%}.offset-9__d927a81c{margin-left:75%}.offset-10__ec033519{margin-left:83.33333333%}.offset-11__827a8101{margin-left:91.66666667%}.d-none__ad0c6458{display:none!important}.d-block__739ebfb8{display:block!important}@media (min-width: 576px){.col-sm-1__4f6840eb{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__e037debb{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__ad2d91b2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__34b209f6{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__c0aead1e{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__c3fa426c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__e41affef{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__fb27caa7{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__465c8cd9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__76465dbe{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__7c423dd5{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__22f28b14{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__f38112be{margin-left:0%}.offset-sm-1__723de540{margin-left:8.33333333%}.offset-sm-2__0864d25c{margin-left:16.66666667%}.offset-sm-3__613ed6b7{margin-left:25%}.offset-sm-4__0069d531{margin-left:33.33333333%}.offset-sm-5__c8e43a08{margin-left:41.66666667%}.offset-sm-6__ba19af44{margin-left:50%}.offset-sm-7__e7aa1108{margin-left:58.33333333%}.offset-sm-8__ac44c2a7{margin-left:66.66666667%}.offset-sm-9__3a846a7e{margin-left:75%}.offset-sm-10__8c67172b{margin-left:83.33333333%}.offset-sm-11__2e9c5309{margin-left:91.66666667%}.d-none-sm__90aabb11{display:none!important}.d-block-sm__ef4a8553{display:block!important}}@media (min-width: 768px){.col-md-1__0c867ea2{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__93fc773d{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__6cecbf2c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__45065d6c{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__921e9b8a{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__7ca5ec25{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__e397741a{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__77830ed8{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__6ebd73b4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__b6986d81{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__4521016d{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__bb0f9a4a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__983dd88d{margin-left:0%}.offset-md-1__d90c9976{margin-left:8.33333333%}.offset-md-2__19dd45e4{margin-left:16.66666667%}.offset-md-3__242c6242{margin-left:25%}.offset-md-4__00bb34b9{margin-left:33.33333333%}.offset-md-5__cbe71629{margin-left:41.66666667%}.offset-md-6__5735c5c8{margin-left:50%}.offset-md-7__0cea1df5{margin-left:58.33333333%}.offset-md-8__74dd5b70{margin-left:66.66666667%}.offset-md-9__592c11cf{margin-left:75%}.offset-md-10__9da1f954{margin-left:83.33333333%}.offset-md-11__9d343bb3{margin-left:91.66666667%}.d-none-md__b63b6973{display:none!important}.d-block-md__f89e0705{display:block!important}}@media (min-width: 992px){.col-lg-1__05e5e8dd{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__ceebafa7{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__7ea289d6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__4e874173{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__97daa6f3{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__cc50855e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__fe04f3e9{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__b0717c42{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__5f5dd071{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__c2611ccd{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__7d1dddae{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__a2b28905{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__45f525d2{margin-left:0%}.offset-lg-1__78ab747b{margin-left:8.33333333%}.offset-lg-2__a492e1a2{margin-left:16.66666667%}.offset-lg-3__f025b718{margin-left:25%}.offset-lg-4__205ccade{margin-left:33.33333333%}.offset-lg-5__4ba95e00{margin-left:41.66666667%}.offset-lg-6__070b0d08{margin-left:50%}.offset-lg-7__aa8bd93c{margin-left:58.33333333%}.offset-lg-8__d37622b8{margin-left:66.66666667%}.offset-lg-9__fdccf7b7{margin-left:75%}.offset-lg-10__2b45414c{margin-left:83.33333333%}.offset-lg-11__6bcb3123{margin-left:91.66666667%}.d-none-lg__ebe4a62c{display:none!important}.d-block-lg__9e5fa444{display:block!important}}@media (min-width: 1200px){.col-xl-1__9f00c80c{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__58d4c4ba{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__d7fa9a3e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__8c283be3{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__c7502075{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__9940e4ad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__54498311{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__d8281d37{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__12d8c52d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__62a0cb84{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__154ae8e6{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__f6b202bb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__24cca1e8{margin-left:0%}.offset-xl-1__3fc078ab{margin-left:8.33333333%}.offset-xl-2__7f1b451d{margin-left:16.66666667%}.offset-xl-3__f8bd9c3f{margin-left:25%}.offset-xl-4__61233d7a{margin-left:33.33333333%}.offset-xl-5__f04992b5{margin-left:41.66666667%}.offset-xl-6__cedee0f6{margin-left:50%}.offset-xl-7__818eb9fa{margin-left:58.33333333%}.offset-xl-8__5f9c8e5d{margin-left:66.66666667%}.offset-xl-9__08d84373{margin-left:75%}.offset-xl-10__d85f0fd8{margin-left:83.33333333%}.offset-xl-11__1183d114{margin-left:91.66666667%}.d-none-xl__c7b8bdbc{display:none!important}.d-block-xl__392713ff{display:block!important}}.datePickerExtendedMobileDropdown__d2dcac84{max-height:100vh}.dropdownMobileMaskedInput__edbb73ee{height:20px;padding:0;background:transparent;border:none;border-radius:0}.ellipsisLineClamp__aeb55520{--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__aeb55520.oneLine__f433d7c1{word-break:break-all}.link__c8f1303c{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-8-0)}.link__c8f1303c:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-8-0)}.link__c8f1303c:active{color:var(--triplex-next-Link-Text_Color_Active-1-8-0)}.link__c8f1303c:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-8-0)}.wordWithContent__52e15d78{white-space:nowrap;display:inline-flex;align-items:center}.before__013d60ee :first-child{margin-right:4px}.after__abd3bcdb :last-child{margin-left:4px}.marker__1267d165{border-radius:50%}.marker__1267d165.md__f8acccdd{width:8px;height:8px}.marker__1267d165.lg__1f3a0e9d{width:10px;height:10px}.marker__1267d165.success__77211ded{background:var(--triplex-next-Marker-Background_Success-1-8-0)}.marker__1267d165.error__042e44f6{background:var(--triplex-next-Marker-Background_Error-1-8-0)}.marker__1267d165.warning__48bd1ecf{background:var(--triplex-next-Marker-Background_Warning-1-8-0)}.marker__1267d165.waiting__2c1d4d53{background:var(--triplex-next-Marker-Background_Waiting-1-8-0)}.markerStatus__a2fff942{line-height:0;display:flex;align-items:start}.markerStatus__a2fff942 .contentContainer__6bbe0e5b{display:flex;flex-direction:column}.markerStatus__a2fff942.md__8decb83f{gap:4px}.markerStatus__a2fff942.md__8decb83f .markerContainer__0ea2936b{margin-top:4px}.markerStatus__a2fff942.lg__fdfc5e99{gap:6px}.markerStatus__a2fff942.lg__fdfc5e99 .contentContainer__6bbe0e5b{gap:4px}.markerStatus__a2fff942.lg__fdfc5e99 .markerContainer__0ea2936b{margin-top:5px}.row__16aae7c6{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__16aae7c6.noPaddingBottom__3301a5a6,.row__16aae7c6:last-child{padding-bottom:0}.tabsExtended__d708f4db{position:relative}.tabsExtendedContent__ee597f0c{display:inline-flex}.tabsExtendedContent__ee597f0c.sm__796888dc{border-radius:6px;padding:4px}.tabsExtendedContent__ee597f0c.md__b30a6c02{border-radius:8px;padding:4px}.tabsExtendedContent__ee597f0c.lg__995c619f{border-radius:10px;padding:8px}.tabsExtendedTab__13d62850{display:flex}.tabsExtendedTab__13d62850+.tabsExtendedTab__13d62850,.tabsExtendedDropdown__fb31d3e9{margin-left:2px}.tabsReal__e7665e8b,.tabsFake__09417095{display:flex;box-sizing:border-box;width:100%}.tabsReal__e7665e8b.hidden__09ec758b{visibility:hidden}.tabsReal__e7665e8b .tabsExtendedTab__13d62850.hidden__09ec758b{display:none}.tabsFake__09417095{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__8273112e .tabsExtendedContent__ee597f0c{background-color:var(--triplex-next-Tabs-Type1_Background-1-8-0)}.type2__60ba6d9f .tabsExtendedContent__ee597f0c{background-color:var(--triplex-next-Tabs-Type2_Background-1-8-0)}.tabsExtendedTabButton__298420a5{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-8-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__298420a5 .tabButtonText__c1749798{font-weight:400}.tabsExtendedTabButton__298420a5.lg__995c619f{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__298420a5.lg__995c619f .tabButtonText__c1749798{font-size:16px;line-height:20px}.tabsExtendedTabButton__298420a5.md__b30a6c02{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__298420a5.md__b30a6c02 .tabButtonText__c1749798{font-size:14px;line-height:20px}.tabsExtendedTabButton__298420a5.sm__796888dc{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__298420a5.sm__796888dc .tabButtonText__c1749798{font-size:12px;line-height:16px}.tabsExtendedTabButton__298420a5::-moz-focus-inner{border:none}.tabsExtendedTabButton__298420a5+.tabsExtendedTabButton__298420a5{margin-left:2px}.tabsExtendedTabButton__298420a5:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-8-0)}.tabsExtendedTabButton__298420a5.type1__8273112e{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-8-0)}.tabsExtendedTabButton__298420a5.type1__8273112e.selected__e1ac2b3d{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-8-0)}.tabsExtendedTabButton__298420a5.type1__8273112e.selected__e1ac2b3d .tabButtonText__c1749798{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-8-0)}.tabsExtendedTabButton__298420a5.type1__8273112e:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-8-0)}.tabsExtendedTabButton__298420a5.type1__8273112e:hover .tabButtonText__c1749798{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-8-0)}.tabsExtendedTabButton__298420a5.type1__8273112e .tabButtonText__c1749798{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-8-0)}.tabsExtendedTabButton__298420a5.type2__60ba6d9f{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-8-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-8-0)}.tabsExtendedTabButton__298420a5.type2__60ba6d9f.selected__e1ac2b3d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-8-0)}.tabsExtendedTabButton__298420a5.type2__60ba6d9f.selected__e1ac2b3d .tabButtonText__c1749798{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-8-0)}.tabsExtendedTabButton__298420a5.type2__60ba6d9f:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-8-0)}.tabsExtendedTabButton__298420a5.type2__60ba6d9f:hover .tabButtonText__c1749798{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-8-0)}.notificationIcon__e2c0daa8{position:absolute;right:4px;top:4px}.tabButtonDropdown__9451fd55{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__9451fd55.sm__b0cebe40{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__9451fd55.md__09819526{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__9451fd55.lg__1ae90ebc{min-width:40px!important;min-height:40px!important}.tag__721cc946{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-8-0);border-radius:4px;gap:2px}.tag__721cc946.sm__baf206f5{height:20px;padding:2px 4px 2px 6px}.tag__721cc946.md__05e5af2e{height:28px;padding:4px 6px 4px 8px}.tag__721cc946.lg__2c2eed4a{height:32px;padding:6px 8px 6px 10px}.content__b441d8df{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__de0b32a1{display:flex;flex-wrap:wrap}.tagGroup__de0b32a1.sm__eed52c29{gap:4px}.tagGroup__de0b32a1.md__93b1e2d8{gap:8px}.tagGroup__de0b32a1.lg__90cc40c3{gap:12px}.paginationExtended__9f162de2{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__d0b9d101 .directionIconNext__b524a90c{transform:rotate(180deg)}.pageEllipsis__e2e25ebc{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-8-0);cursor:default}.paginationPageButton__708c6370{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-8-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__708c6370:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-8-0);outline:none}.paginationPageButton__708c6370:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-8-0)}.paginationPageButton__708c6370:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-8-0);cursor:grabbing}.paginationPageButton__708c6370.currentPage__f6a55b4d{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-8-0);cursor:default}.paginationNavigationExtended__15f45239{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__ee937e31{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__ee937e31 .paginationSelectControl__c5885cce{margin-left:8px}.skeleton__9ca5a9d2{border-radius:16px;flex-grow:1}.skeleton__9ca5a9d2.light__bfa8eeef{animation:skeleton-light-pulse__782e9f39 2s ease-in-out infinite}.skeleton__9ca5a9d2.dark__da501f4f{animation:skeleton-dark-pulse__855da314 2s ease-in-out infinite}@keyframes skeleton-light-pulse__782e9f39{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-8-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-8-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-8-0)}}@keyframes skeleton-dark-pulse__855da314{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-8-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-8-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-8-0)}}.segmentedControlSegment__69645152{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-8-0);outline:none;cursor:pointer}.segmentedControlSegment__69645152:disabled{cursor:default}.sm__55b801ef .segmentedControlSegment__69645152{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__ee652d50 .segmentedControlSegment__69645152{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__14510937 .segmentedControlSegment__69645152{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__7de44e9c .segmentedControlSegment__69645152{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-8-0)}.general1__7de44e9c .segmentedControlSegment__69645152:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-8-0)}.general1__7de44e9c .segmentedControlSegment__69645152:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-8-0)}.general1__7de44e9c .segmentedControlSegment__69645152.selected__53482712{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-8-0)}.general1__7de44e9c .segmentedControlSegment__69645152.selected__53482712:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-8-0)}.general1__7de44e9c .segmentedControlSegment__69645152.selected__53482712:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-8-0)}.general2__ba5639fe .segmentedControlSegment__69645152{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-8-0)}.general2__ba5639fe .segmentedControlSegment__69645152:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-8-0)}.general2__ba5639fe .segmentedControlSegment__69645152:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-8-0)}.general2__ba5639fe .segmentedControlSegment__69645152.selected__53482712{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-8-0)}.general2__ba5639fe .segmentedControlSegment__69645152.selected__53482712:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-8-0)}.general2__ba5639fe .segmentedControlSegment__69645152.selected__53482712:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-8-0)}.secondary1__5b4113a4 .segmentedControlSegment__69645152{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-8-0)}.secondary1__5b4113a4 .segmentedControlSegment__69645152:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-8-0)}.secondary1__5b4113a4 .segmentedControlSegment__69645152:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-8-0)}.secondary1__5b4113a4 .segmentedControlSegment__69645152.selected__53482712{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-8-0)}.secondary1__5b4113a4 .segmentedControlSegment__69645152.selected__53482712:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-8-0)}.secondary2__4cb954af .segmentedControlSegment__69645152{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-8-0)}.secondary2__4cb954af .segmentedControlSegment__69645152:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-8-0)}.secondary2__4cb954af .segmentedControlSegment__69645152:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-8-0)}.secondary2__4cb954af .segmentedControlSegment__69645152.selected__53482712{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-8-0)}.secondary2__4cb954af .segmentedControlSegment__69645152.selected__53482712:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-8-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-8-0)}.segmentedControlSegment__69645152:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-8-0)}.content__3a1bc61d{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__45dafb01{display:flex;gap:4px}.segmentedControl__45dafb01.general1__7de44e9c{background:var(--triplex-next-SegmentedControl-General_1_Background-1-8-0)}.segmentedControl__45dafb01.secondary1__5b4113a4{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-8-0)}.segmentedControl__45dafb01.general2__ba5639fe{background:var(--triplex-next-SegmentedControl-General_2_Background-1-8-0)}.segmentedControl__45dafb01.secondary2__4cb954af{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-8-0)}.segmentedControl__45dafb01.sm__55b801ef{border-radius:6px;padding:4px}.segmentedControl__45dafb01.md__ee652d50{border-radius:8px;padding:6px}.segmentedControl__45dafb01.lg__14510937{border-radius:10px;padding:8px}.step__b0d56126{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__b0d56126.default__90d1882a{background-color:var(--triplex-next-Step-Background_Default-1-8-0)}.step__b0d56126.default__90d1882a>span{color:var(--triplex-next-Step-Color_Default-1-8-0)}.step__b0d56126.done__be120d99{background-color:var(--triplex-next-Step-Background_Done-1-8-0)}.step__b0d56126.done__be120d99>span{color:var(--triplex-next-Step-Color_Done-1-8-0)}.step__b0d56126.warning__eccb93bd{background-color:var(--triplex-next-Step-Background_Warning-1-8-0)}.step__b0d56126.warning__eccb93bd>span{color:var(--triplex-next-Step-Color_Warning-1-8-0)}.step__b0d56126.active__61cae471{background-color:var(--triplex-next-Step-Background_Active-1-8-0)}.step__b0d56126.active__61cae471>span{color:var(--triplex-next-Step-Color_Active-1-8-0)}.step__b0d56126.error__c919d448{background-color:var(--triplex-next-Step-Background_Error-1-8-0)}.step__b0d56126.error__c919d448>span{color:var(--triplex-next-Step-Color_Error-1-8-0)}.step__b0d56126.disabled__599166be{background-color:var(--triplex-next-Step-Background_Disabled-1-8-0)}.step__b0d56126.disabled__599166be>span{color:var(--triplex-next-Step-Color_Disabled-1-8-0)}.stepperWrapper__7e417b75{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-8-0)}.stepperStep__a0bfffaf{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__a0bfffaf+.stepperStep__a0bfffaf{margin-left:12px}.stepperStep__a0bfffaf.sm__c539d524:not(:last-child) .content__6df4eb3d{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__a0bfffaf.sm__c539d524:last-child .content__6df4eb3d{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__a0bfffaf.sm__c539d524:last-child .arrow__8f22878b{display:none}.stepperStep__a0bfffaf.md__3b40a16f:not(:last-child) .content__6df4eb3d{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__a0bfffaf.md__3b40a16f:last-child .content__6df4eb3d{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__a0bfffaf.md__3b40a16f:last-child .arrow__8f22878b{display:none}.stepperStep__a0bfffaf.lg__a9912fc3:not(:last-child) .content__6df4eb3d{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__a0bfffaf.lg__a9912fc3:last-child .content__6df4eb3d{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__a0bfffaf.lg__a9912fc3:last-child .arrow__8f22878b{display:none}.stepperStep__a0bfffaf:hover:not(.active__2bda9816):not(.disabled__b0a05678) .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-8-0)}.stepperStep__a0bfffaf:hover:not(.active__2bda9816):not(.disabled__b0a05678) .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-8-0)}.stepperStep__a0bfffaf:hover:not(.active__2bda9816):not(.disabled__b0a05678) .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816{cursor:default}.stepperStep__a0bfffaf.active__2bda9816 .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816 .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816.error__c21b5a16 .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816.error__c21b5a16 .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816.error__c21b5a16 .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816.warning__896af00e .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816.warning__896af00e .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.active__2bda9816.warning__896af00e .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.error__c21b5a16 .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.error__c21b5a16 .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.error__c21b5a16 .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.error__c21b5a16:hover .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.error__c21b5a16:hover .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.error__c21b5a16:hover .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.warning__896af00e .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.warning__896af00e .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.warning__896af00e .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.warning__896af00e:hover .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.warning__896af00e:hover .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0)}.stepperStep__a0bfffaf.completed__d6dff838.warning__896af00e:hover .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5 :not(.error__c21b5a16):not(.warning__896af00e) .content__6df4eb3d{color:var(--triplex-next-Stepper-Step_Color_Default-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5 :not(.error__c21b5a16):not(.warning__896af00e):hover .content__6df4eb3d{color:var(--triplex-next-Stepper-Step_Color_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.error__c21b5a16 .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.error__c21b5a16 .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.error__c21b5a16 .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.error__c21b5a16:hover .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.error__c21b5a16:hover .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.error__c21b5a16:hover .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.warning__896af00e .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.warning__896af00e .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.warning__896af00e .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.warning__896af00e:hover .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.warning__896af00e:hover .arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0)}.stepperStep__a0bfffaf.inactive__3ae575f5.warning__896af00e:hover .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-8-0)}.stepperStep__a0bfffaf.disabled__b0a05678{pointer-events:none}.stepperStep__a0bfffaf.disabled__b0a05678 .content__6df4eb3d{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-8-0)}.stepperStep__a0bfffaf.disabled__b0a05678 .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-8-0)}.stepperStep__a0bfffaf.disabled__b0a05678 .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-8-0)}.stepperStep__a0bfffaf.focusVisible__9756ac15.completed__d6dff838 .content__6df4eb3d,.stepperStep__a0bfffaf.focusVisible__9756ac15.active__2bda9816 .content__6df4eb3d,.stepperStep__a0bfffaf.focusVisible__9756ac15.inactive__3ae575f5 .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-8-0)}.stepperStep__a0bfffaf.focusVisible__9756ac15.completed__d6dff838 .arrow__8f22878b path:last-child,.stepperStep__a0bfffaf.focusVisible__9756ac15.active__2bda9816 .arrow__8f22878b path:last-child,.stepperStep__a0bfffaf.focusVisible__9756ac15.inactive__3ae575f5 .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-8-0)}.stepperStep__a0bfffaf.focusVisible__9756ac15.completed__d6dff838:hover .content__6df4eb3d,.stepperStep__a0bfffaf.focusVisible__9756ac15.active__2bda9816:hover .content__6df4eb3d,.stepperStep__a0bfffaf.focusVisible__9756ac15.inactive__3ae575f5:hover .content__6df4eb3d{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-8-0)}.stepperStep__a0bfffaf.focusVisible__9756ac15.completed__d6dff838:hover .arrow__8f22878b path:last-child,.stepperStep__a0bfffaf.focusVisible__9756ac15.active__2bda9816:hover .arrow__8f22878b path:last-child,.stepperStep__a0bfffaf.focusVisible__9756ac15.inactive__3ae575f5:hover .arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-8-0)}.content__6df4eb3d{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-8-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-8-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-8-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__c539d524{font-size:12px;line-height:16px}.md__3b40a16f{font-size:14px;line-height:20px}.lg__a9912fc3{font-size:16px;line-height:20px}.arrow__8f22878b{transform:translate(0)}.arrow__8f22878b path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-8-0)}.arrow__8f22878b path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-8-0)}.icon__5c5cd23d{display:inline-flex;align-items:center;line-height:0}.nonempty__77e42142 .icon__5c5cd23d{margin-right:6px}.stepperExtended__9dfb025d{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__06625e63{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__06625e63::-webkit-scrollbar{display:none}.stepper__db7ae7ee.sm__c539d524{padding-left:28px;padding-right:28px}.stepper__db7ae7ee.md__3b40a16f{padding-left:40px;padding-right:40px}.stepper__db7ae7ee.lg__a9912fc3{padding-left:56px;padding-right:56px}.stepperCarousel__4e4da501{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__4e4da501 .buttonPrev__46ad1d93,.stepperCarousel__4e4da501 .buttonNext__d5aad45a{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__4e4da501 .buttonPrev__46ad1d93.sm__c539d524,.stepperCarousel__4e4da501 .buttonNext__d5aad45a.sm__c539d524{height:28px;width:28px}.stepperCarousel__4e4da501 .buttonPrev__46ad1d93.md__3b40a16f,.stepperCarousel__4e4da501 .buttonNext__d5aad45a.md__3b40a16f{height:40px;width:40px}.stepperCarousel__4e4da501 .buttonPrev__46ad1d93.lg__a9912fc3,.stepperCarousel__4e4da501 .buttonNext__d5aad45a.lg__a9912fc3{height:56px;width:56px}.stepperCarousel__4e4da501 .buttonPrev__46ad1d93{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-8-0)}.stepperCarousel__4e4da501 .buttonNext__d5aad45a{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-8-0)}@media (max-width: 767px){.stepper__db7ae7ee{padding-left:16px;padding-right:16px}.buttonPrev__46ad1d93,.buttonNext__d5aad45a{display:none}}.islandAccordion__31637a55{margin:0;padding:0}.islandAccordion__31637a55 .island__e4fa5108{padding:0}.islandAccordion__31637a55 .item__2c5a3ef9{position:relative;list-style-type:none}.islandAccordion__31637a55 .item__2c5a3ef9.disabled__6ac9e070{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__31637a55 .item__2c5a3ef9+.item__2c5a3ef9.sm__29c81ed9,.islandAccordion__31637a55 .item__2c5a3ef9+.item__2c5a3ef9.md__e86a5666{margin-top:16px}.islandAccordion__31637a55 .item__2c5a3ef9+.item__2c5a3ef9.lg__c7d5c83a{margin-top:24px}.islandAccordion__31637a55 .item__2c5a3ef9 .header__822a0235{display:flex;width:100%;margin:0;outline:none;border:1px solid transparent;text-align:left;cursor:pointer;background:none}.islandAccordion__31637a55 .item__2c5a3ef9 .focused__80efdbcb{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-8-0)}.islandAccordion__31637a55 .item__2c5a3ef9.type1__7fb8c3db:not(.opened__adc8e29d):hover .island__e4fa5108{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-8-0)}.islandAccordion__31637a55 .item__2c5a3ef9.type2__1ff80f3b:not(.opened__adc8e29d):hover .island__e4fa5108{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-8-0)}.islandAccordion__31637a55 .item__2c5a3ef9.type3__b517037a:not(.opened__adc8e29d):hover .island__e4fa5108{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-8-0)}.islandAccordion__31637a55 .item__2c5a3ef9 .footer__d52c3275{text-align:right}.islandAccordion__31637a55 .item__2c5a3ef9 .body__afba814b,.islandAccordion__31637a55 .item__2c5a3ef9 .footer__d52c3275{visibility:hidden}.islandAccordion__31637a55 .item__2c5a3ef9.opened__adc8e29d .body__afba814b,.islandAccordion__31637a55 .item__2c5a3ef9.opened__adc8e29d .footer__d52c3275{visibility:visible}.islandAccordion__31637a55 .item__2c5a3ef9 .caretWrapper__462fc387{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__31637a55 .item__2c5a3ef9 .caretIcon__1018daf3{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .header__822a0235{padding:16px;border-radius:16px}.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .step__0ce2dbaa+.titleWrapper__351243c3{margin-top:2px}.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .body__afba814b,.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .footer__d52c3275{padding:0 16px 16px}.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .caretWrapper__462fc387{right:20px}.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .remove__42b33cb4{right:-40px;top:20px}.islandAccordion__31637a55 .item__2c5a3ef9.sm__29c81ed9 .step__0ce2dbaa{margin-right:12px}.islandAccordion__31637a55 .item__2c5a3ef9.md__e86a5666 .header__822a0235{padding:24px;border-radius:24px}.islandAccordion__31637a55 .item__2c5a3ef9.md__e86a5666 .body__afba814b,.islandAccordion__31637a55 .item__2c5a3ef9.md__e86a5666 .footer__d52c3275{padding:0 24px 24px}.islandAccordion__31637a55 .item__2c5a3ef9.md__e86a5666 .caretWrapper__462fc387{right:28px}.islandAccordion__31637a55 .item__2c5a3ef9.md__e86a5666 .remove__42b33cb4{right:-40px;top:28px}.islandAccordion__31637a55 .item__2c5a3ef9.md__e86a5666 .step__0ce2dbaa{margin-right:12px}.islandAccordion__31637a55 .item__2c5a3ef9.lg__c7d5c83a .header__822a0235{padding:32px;border-radius:32px}.islandAccordion__31637a55 .item__2c5a3ef9.lg__c7d5c83a .body__afba814b,.islandAccordion__31637a55 .item__2c5a3ef9.lg__c7d5c83a .footer__d52c3275{padding:0 32px 32px}.islandAccordion__31637a55 .item__2c5a3ef9.lg__c7d5c83a .caretWrapper__462fc387{right:36px}.islandAccordion__31637a55 .item__2c5a3ef9.lg__c7d5c83a .remove__42b33cb4{right:-48px;top:40px}.islandAccordion__31637a55 .item__2c5a3ef9.lg__c7d5c83a .step__0ce2dbaa{margin:2px 16px 0 0}.islandAccordion__31637a55 .item__2c5a3ef9.opened__adc8e29d:not(.disabled__6ac9e070) .caretWrapper__462fc387 .caretIcon__1018daf3{transform:rotate(-180deg)}.islandAccordion__31637a55 .item__2c5a3ef9 .remove__42b33cb4{position:absolute}.noColumns__12b6ea45{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__12b6ea45>.content__ba4da19f{width:456px;text-align:center}.filterPanel__18622c03{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__18ac0fff{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__18ac0fff>a:not(:first-child){margin-left:16px}.tabsLinePanel__09c61888{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__bfbcee6b{0%{opacity:0}to{opacity:1}}.tableBasic__fa2321c0{position:relative}.tableBasic__fa2321c0 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__fa2321c0 table th.alignLeft__ba640ded,.tableBasic__fa2321c0 table td.alignLeft__ba640ded{text-align:left}.tableBasic__fa2321c0 table th.alignRight__0ac9d861,.tableBasic__fa2321c0 table td.alignRight__0ac9d861{text-align:right}.tableBasic__fa2321c0 table th.alignCenter__f6093807,.tableBasic__fa2321c0 table td.alignCenter__f6093807{text-align:center}.tableBasic__fa2321c0 table th.verticalAlignBaseline__8ea48036,.tableBasic__fa2321c0 table td.verticalAlignBaseline__8ea48036{vertical-align:baseline}.tableBasic__fa2321c0 table th.verticalAlignSub__dc421e6e,.tableBasic__fa2321c0 table td.verticalAlignSub__dc421e6e{vertical-align:sub}.tableBasic__fa2321c0 table th.verticalAlignSuper__6656f892,.tableBasic__fa2321c0 table td.verticalAlignSuper__6656f892{vertical-align:super}.tableBasic__fa2321c0 table th.verticalAlignTextTop__5b68f4c5,.tableBasic__fa2321c0 table td.verticalAlignTextTop__5b68f4c5{vertical-align:text-top}.tableBasic__fa2321c0 table th.verticalAlignTextBottom__bfffa0df,.tableBasic__fa2321c0 table td.verticalAlignTextBottom__bfffa0df{vertical-align:text-bottom}.tableBasic__fa2321c0 table th.verticalAlignMiddle__34dd9e7b,.tableBasic__fa2321c0 table td.verticalAlignMiddle__34dd9e7b{vertical-align:middle}.tableBasic__fa2321c0 table th.verticalAlignTop__c54cc98e,.tableBasic__fa2321c0 table td.verticalAlignTop__c54cc98e{vertical-align:top}.tableBasic__fa2321c0 table th.verticalAlignBottom__cdf68d81,.tableBasic__fa2321c0 table td.verticalAlignBottom__cdf68d81{vertical-align:bottom}.tableBasic__fa2321c0 table>thead>tr{height:48px}.tableBasic__fa2321c0 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-8-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-8-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__fa2321c0 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-8-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-8-0)}}.tableBasic__fa2321c0 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__fa2321c0 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__fa2321c0 table>thead>tr>th.checkboxType__59e16b46{padding:16px 12px}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de{display:inline-flex;vertical-align:top}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de.order__0629a44f{cursor:pointer}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de.order__0629a44f .orderButton__2ede3f7d{display:flex;visibility:hidden;align-items:center}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de.order__0629a44f .orderButton__2ede3f7d.alignLeft__ba640ded{margin-right:8px}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de.order__0629a44f .orderButton__2ede3f7d.alignRight__0ac9d861{margin-left:8px}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de.order__0629a44f .orderButton__2ede3f7d.sorted__ab06b7f4{visibility:visible}.tableBasic__fa2321c0 table>thead>tr>th .thBlock__bef987de.order__0629a44f:hover .orderButton__2ede3f7d{visibility:visible}.tableBasic__fa2321c0 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-8-0)}.tableBasic__fa2321c0 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__fa2321c0 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__fa2321c0 table>tbody>tr>td.textType__c3ae3002{padding:12px}.tableBasic__fa2321c0 table>tbody>tr>td.componentsType__c2b6eec6{padding:8px 12px}.tableBasic__fa2321c0 table>tbody>tr>td.checkboxType__59e16b46{padding:10px 12px 12px}.tableBasic__fa2321c0 table>tbody>tr.selected__5902ed01>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-8-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__fa2321c0 table>tbody>tr.selected__5902ed01>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-8-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-8-0)}}.tableBasic__fa2321c0 table>tbody.clickable__f987f27e>tr{cursor:pointer}.tableBasic__fa2321c0 table>tbody.hoverable__1a134e29>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-8-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__fa2321c0 table>tbody.hoverable__1a134e29>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-8-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-8-0)}}.tableBasic__fa2321c0 .footerEmptyData__6c4c87ab{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__fa2321c0 .spinnerWrapper__ed7b6f11{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__fa2321c0 .spinnerWrapper__ed7b6f11 .tableLoaderScreen__c83a456e{border-radius:8px 8px 0 0}.tableBasic__fa2321c0 .overlayCover__a063e22e{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-8-0);animation:fadeIn__bfbcee6b .3s}.tableBasicSettingsBody__3c274d75{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__e268f0b9{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-8-0)!important}.columnSettingsSortableListItemTarget__e268f0b9:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-8-0)!important}.columnSettingsSortableListItemTarget__e268f0b9.dragging__2280672b{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-8-0)!important}.columnSettingsStaticListItem__7baaa522{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-8-0)}.tableBasicSettingsFooter__e1fd5828{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-8-0);padding:11px 12px 12px}.tableBasicSettingsHeader__711162e1{padding:16px 12px 12px}.tableSettingsLink__18ebd74a{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__3eea5984{width:320px}.tableFooterWrapper__56035428{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__56035428 .tableFooterShadow__1d057181{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-8-0);pointer-events:none}.tableFooterWrapper__56035428 .tableFooter__21dd889c{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-8-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec{display:flex;align-items:center}.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummarySelectedCount__b5e421fd,.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummarySelectAllButton__9eb06bb0,.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummaryAmount__05dfea6d{display:inline-flex}.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummarySelectedCount__b5e421fd,.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummarySelectAllButton__9eb06bb0,.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummaryAmount__05dfea6d,.tableFooterWrapper__56035428 .tableFooter__21dd889c .tableFooterSummary__52a20cec .tableFooterSummaryLabel__15b715a6{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__56035428{height:112px}}.paginationPanel__59d89c15{margin-top:16px}.masterTable__89ad7f32{position:relative}.currency__ff3f1b1c{font-size:16px;line-height:20px;color:var(--triplex-next-ColorDarkNeutralAlpha-90-1-8-0)}.orderedListItem__3ce4d819{counter-increment:list-item-tx}.orderedListItem__3ce4d819:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__3ce4d819+.orderedListItem__3ce4d819{margin-top:8px}.orderedList__61f897ed{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__4c09baa0{position:relative}.suggestDropdownListItem__cc40e405{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__64f51c4b{position:relative}.suggestFieldMobileBody__318d30d0{height:176px}.suggestFieldMobileDropdownHint__d2544221{padding:16px}.lightBox__5e0b7d1b{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__5e0b7d1b .lightBoxBackdrop__cf95f802{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-8-0)}.lightBox__5e0b7d1b.lightBoxSideOverlayActive__d657f378,.lightBox__5e0b7d1b.lightBoxTopOverlayActive__d4884674{overflow-y:hidden}.lightBox__5e0b7d1b .lightBoxContent__e1b70f9b{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-8-0)}.lightBox__5e0b7d1b .lightBoxContent__e1b70f9b>.global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__5e0b7d1b .lightBoxContent__e1b70f9b>.global-page{padding:16px}}.lightBox__5e0b7d1b .loadingContentOverlay__81b67f46{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__5e0b7d1b .lightBoxContentResizeWrapper__c6a7cbe5{position:absolute;left:0;right:0;height:0}.lightBox__5e0b7d1b .tempElSafariBug__df4ce3ba{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__e25c304b,.global-LB-less-or-equal-media-point-0 .lightBox__5e0b7d1b.lightBoxSideOverlayActive__d657f378{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__e1b70f9b{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__e1b70f9b{padding-left:80px;padding-right:80px}.lightBoxControls__c698ef4f{z-index:100}.withKeyboardEvent__e8ccd3e0{display:inline-block}.withoutKeyboardEvent__f7da0d88,.lightBox__5e0b7d1b.lightBoxSideOverlayActive__d657f378 .withKeyboardEvent__e8ccd3e0,.lightBox__5e0b7d1b.lightBoxTopOverlayActive__d4884674 .withKeyboardEvent__e8ccd3e0,.lightBox__5e0b7d1b.isLoading__7dbf8601 .withKeyboardEvent__e8ccd3e0{display:none}.lightBox__5e0b7d1b.lightBoxSideOverlayActive__d657f378 .withoutKeyboardEvent__f7da0d88,.lightBox__5e0b7d1b.lightBoxTopOverlayActive__d4884674 .withoutKeyboardEvent__f7da0d88,.lightBox__5e0b7d1b.isLoading__7dbf8601 .withoutKeyboardEvent__f7da0d88{display:inline-block}.lightBox__5e0b7d1b.isLoading__7dbf8601 .lightBoxPrev__92443aaa,.lightBox__5e0b7d1b.isLoading__7dbf8601 .lightBoxNext__9675f65d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__c698ef4f{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__1de1bd02{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__30b3c835{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__fa6e96ae{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__92443aaa,.global-LB-less-or-equal-media-point-0 .lightBoxNext__9675f65d{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__92443aaa{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__f002101a,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__28b8c193{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__c698ef4f{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__1de1bd02{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__30b3c835{display:none}.global-LB-more-media-point-0 .lightBoxClose__fa6e96ae{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__92443aaa,.global-LB-more-media-point-0 .lightBoxNext__9675f65d{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__92443aaa{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__9675f65d{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__28e6a8cf{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__28e6a8cf.fixed__0ce3ec5f{position:fixed}.overlay__28e6a8cf.closing__9ebe3b7e,.overlay__28e6a8cf.opened__a5a513df{visibility:visible;left:0;right:0}.overlayPanel__fe152171{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-8-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__fe152171.bottom__30da0661{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__fe152171.left__eeb3af61{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__fe152171.right__f6790a97{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__fe152171.top__3d78b3ca{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__fe152171.left__eeb3af61.opened__a5a513df,.overlayPanel__fe152171.right__f6790a97.opened__a5a513df{transform:translate(0)}.overlayPanel__fe152171.top__3d78b3ca.opened__a5a513df,.overlayPanel__fe152171.bottom__30da0661.opened__a5a513df{transform:translateY(0)}.overlayContent__f45c690f{display:flex;min-height:100%}.overlayMask__ba1c34dd{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-8-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__ba1c34dd.overlayOpened__9d5aa791{opacity:1}.lightBoxSideOverlayLoaderWrapper__951774e9{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__ae3b6ef2{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__99596ce3{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__ae3b6ef2{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__99596ce3{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__99596ce3{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__ae3b6ef2{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__99596ce3{display:none}.lightBoxSideOverlayMask__3e2c26a6{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-8-0)}.lightBoxSideOverlayWrapper__f109067e{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__f109067e.overflowXHidden__9b9f672c{overflow-x:hidden}.lightBoxSideOverlayWrapper__f109067e.overflowYHidden__149e59b3{overflow-y:hidden}.lightBoxSideOverlayWrapper__f109067e.closing__13e0e7fc,.lightBoxSideOverlayWrapper__f109067e.opened__9cf52cc2{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__f109067e.closing__13e0e7fc{pointer-events:none}.lightBoxSideOverlayWrapper__f109067e .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__f109067e .global-page{padding:16px}}.lightBoxSideOverlayWrapper__f109067e .lightBoxSideOverlayContent__6139db6c{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-8-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__f109067e .lightBoxSideOverlayContent__6139db6c.opened__9cf52cc2{transform:none}.lightBoxSideOverlayWrapper__f109067e .lightBoxSideOverlayContent__6139db6c.opening__8181cf95{transform:translateY(0)}.lightBoxSideOverlayWrapper__f109067e.sizeSM__0061c894 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__f109067e.sizeMD__7ab370b7 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__f109067e.sizeLG__07a0f407 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__f109067e .lightBoxSideOverlayBase__239299d9{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__f109067e .lightBoxSideOverlayContent__6139db6c{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__f109067e .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__f109067e .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__57615f26{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__57615f26.closing__13e0e7fc,.lightBoxSideOverlay__57615f26.opening__8181cf95{overflow-x:hidden}.topOverlayMask__c4a21b0f{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-8-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__409f5736{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__409f5736.closing__5a3d5a31,.topOverlayWrapper__409f5736.opened__7e6ca180{bottom:0}.topOverlayWrapper__409f5736 .topOverlayPanel__05d818b5{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__ee8394a6{z-index:500}@media (max-width: 767px){.topOverlayPanel__05d818b5{margin-left:16px;margin-right:16px;margin-bottom:16px}}html.scroll-0__4d3449c6{--triplex-next-scroll-width: 0px}html.scroll-15__f3bfbac3{--triplex-next-scroll-width: 15px}html.scroll-16__57f17847{--triplex-next-scroll-width: 16px}html.scroll-17__ada6811d{--triplex-next-scroll-width: 17px}.smsInput__bef403ad{display:inline-block;position:relative;width:100%}.smsInput__bef403ad .input__121fa841{text-align:center}.smsInput__bef403ad .input__121fa841::placeholder{opacity:1}.smsInput__bef403ad .input__121fa841:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-8-0)}.smsInput__bef403ad .input__121fa841.lg__341629af{padding:18px 40px}.smsInput__bef403ad .input__121fa841.md__52f81fb8{padding-left:26px;padding-right:26px}.smsInput__bef403ad .input__121fa841.sm__734c839d{padding-left:20px;padding-right:20px}.smsInput__bef403ad .btnRefresh__f287be38{position:absolute;outline:none;z-index:1}.smsInput__bef403ad .btnRefresh__f287be38.lg__341629af{top:12px;left:12px;height:32px;width:32px}.smsInput__bef403ad .btnRefresh__f287be38.md__52f81fb8{top:10px;left:10px}.smsInput__bef403ad .btnRefresh__f287be38.sm__734c839d{top:4px;left:4px}.smsInput__bef403ad .btnRefresh__f287be38 .full__3aa3ca14{fill:var(--triplex-next-SMSInput-Refresh_Fill_Full-1-8-0)}.smsInput__bef403ad .btnRefresh__f287be38 .empty__5ddc899c{fill:var(--triplex-next-SMSInput-Refresh_Fill_Empty-1-8-0)}.smsInput__bef403ad .btnRefresh__f287be38:disabled{cursor:default;fill:var(--triplex-next-SMSInput-Refresh_Disabled-1-8-0)}.smsInput__bef403ad .btnSubmit__b138147b{position:absolute;fill:var(--triplex-next-SMSInput-Submit_Background_Default-1-8-0)}.smsInput__bef403ad .btnSubmit__b138147b.active__b205a057:not(:disabled){fill:var(--triplex-next-SMSInput-Submit_Background_Active-1-8-0)}.smsInput__bef403ad .btnSubmit__b138147b.active__b205a057:not(:disabled):hover{fill:var(--triplex-next-SMSInput-Submit_Background_Hover-1-8-0)}.smsInput__bef403ad .btnSubmit__b138147b.lg__341629af{top:15px;right:15px;height:26px;width:26px}.smsInput__bef403ad .btnSubmit__b138147b.md__52f81fb8{top:10px;right:10px}.smsInput__bef403ad .btnSubmit__b138147b.sm__734c839d{top:4px;right:4px}.spoiler__ea2279d8{display:flex;flex-direction:column}.spoiler__ea2279d8.opened__bcf61799 .caretIcon__5a1f1eb0{transform:rotate(-180deg)}.spoiler__ea2279d8 .head__426fdec5 .caretIcon__5a1f1eb0{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__ea2279d8 .head__426fdec5 button>span{white-space:normal;text-align:left}.spoiler__ea2279d8 .content__9b3bd652.hidden__0e3af2b8{display:none}.spoiler__ea2279d8 .lg__90a55ed1 .content__9b3bd652{margin-top:8px}.spoiler__ea2279d8 .md__22afe9b0 .content__9b3bd652{margin-top:0}.spoiler__ea2279d8 .sm__3c38f288 .content__9b3bd652{margin-top:-4px}.statusTrackerWrapper__adb4f187{display:flex;justify-content:center;min-height:360px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-8-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-8-0);overflow:hidden;height:100%}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b.verticalAlignMiddle__d15c4a11{align-self:center}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b.verticalAlignBottom__67d33aa1{align-self:end}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerChild__2a381d52{padding:8px 0}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerChild__2a381d52:empty{padding:0}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerSum__6f9be80b,.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerTitle__e98e95ac{padding-bottom:4px}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerDescription__1f1e71a0{display:block;padding-top:8px}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerAlert__241dc6c9{margin-top:12px;text-align:left}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerStatus__080ca5a9{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerFooterWrapper__909a74cf{display:grid}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerFooterWrapper__909a74cf .statusTrackerDescription__1f1e71a0:last-child{padding-top:0}.statusTrackerWrapper__adb4f187 .statusTracker__8840403b .statusTrackerFooterWrapper__909a74cf .statusTrackerButton__f201453d{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__adb4f187 .statusTrackerColor__b077ea53{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__adb4f187 .statusTrackerColor__b077ea53.waiting__819ddc83{background:var(--triplex-next-StatusTracker-Waiting_Color-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerColor__b077ea53.warning__9eacea8c{background:var(--triplex-next-StatusTracker-Warning_Background-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerColor__b077ea53.rejected__03f9bfd9{background:var(--triplex-next-StatusTracker-Rejected_Color-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerColor__b077ea53.approved__7f6501f8{background:var(--triplex-next-StatusTracker-Approved_Color-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerBackground__3326e57b{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__adb4f187 .statusTrackerBackground__3326e57b.waiting__819ddc83{background:var(--triplex-next-StatusTracker-Waiting_Background-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerBackground__3326e57b.warning__9eacea8c{background:var(--triplex-next-StatusTracker-Warning_Background-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerBackground__3326e57b.rejected__03f9bfd9{background:var(--triplex-next-StatusTracker-Rejected_Background-1-8-0)}.statusTrackerWrapper__adb4f187 .statusTrackerBackground__3326e57b.approved__7f6501f8{background:var(--triplex-next-StatusTracker-Approved_Background-1-8-0)}@media (max-width: 767px){.statusTrackerWrapper__adb4f187{border-radius:16px}}.smallInput__861b5591{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-8-0);background:var(--triplex-next-SmallInput-Background-1-8-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-8-0)}.smallInput__861b5591::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-8-0);opacity:1}.smallInput__861b5591::-ms-clear{display:none}.documentNumberEdit__49b8c479 .label__57e9ba71{display:inline-block;margin-right:8px}.documentNumberEdit__49b8c479 .inputEditWrapper__14c5d539{width:68px;display:inline-block}.sliderExtendedDot__505edd49{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-8-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__505edd49:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-8-0)}.sliderExtendedDot__505edd49.focusedByClick__79c300dd:focus{box-shadow:none}.sliderExtendedDot__505edd49:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-8-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__505edd49:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-8-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__505edd49.disabled__1dce7f7e{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-8-0)}.sliderExtendedDot__505edd49.disabled__1dce7f7e:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-8-0)}.sliderExtendedDot__505edd49.disabled__1dce7f7e:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-8-0)}.sliderExtendedDot__505edd49:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-8-0)}.sliderExtendedDot__505edd49:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-8-0)}.sliderExtendedDot__505edd49.dragByMouse__3d7e12b1{background:var(--triplex-next-Slider-Dot_Background_Select-1-8-0)}.sliderExtendedDot__505edd49.dragByMouse__3d7e12b1:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-8-0)}.sliderExtendedDot__505edd49:hover .sliderExtendedTooltipOverlay__66a78ae6,.sliderExtendedDot__505edd49:focus .sliderExtendedTooltipOverlay__66a78ae6{visibility:visible}.sliderExtendedDot__505edd49.lg__5c759d7d{width:28px;height:28px}.sliderExtendedDot__505edd49.lg__5c759d7d:after{width:10px;height:10px}.sliderExtendedDot__505edd49.lg__5c759d7d:before{width:14px;height:14px}.sliderExtendedMarks__8b7a03ed{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__c8e57998{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__c8e57998 .sliderExtendedMarkDot__4d14203f{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-8-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__c8e57998 .sliderExtendedMarkDot__4d14203f.inSelectedRange__79d1c9bd{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-8-0)}.sliderExtendedMark__c8e57998.lg__5c759d7d{top:20px}.sliderExtendedMark__c8e57998.lg__5c759d7d .sliderExtendedMarkDot__4d14203f{top:-20px}.sliderExtendedMark__c8e57998 .sliderExtendedMarkText__862fc088{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__c8e57998.disabled__1dce7f7e{pointer-events:none}.sliderExtendedMark__c8e57998.disabled__1dce7f7e .sliderExtendedMarkText__862fc088{pointer-events:none;opacity:.35}.sliderExtendedMark__c8e57998.disabled__1dce7f7e .sliderExtendedMarkDot__4d14203f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-8-0)}.sliderExtendedMark__c8e57998:first-child,.sliderExtendedMark__c8e57998:last-child{transform:none}.sliderExtendedMark__c8e57998:first-child.reverse__507824b9 .sliderExtendedMarkDot__4d14203f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__c8e57998:first-child.reverse__507824b9 .sliderExtendedMarkText__862fc088{margin-right:-4px}.sliderExtendedMark__c8e57998:first-child:not(.reverse__507824b9) .sliderExtendedMarkDot__4d14203f{left:0;transform:translate(-50%)}.sliderExtendedMark__c8e57998:first-child .sliderExtendedMarkText__862fc088{margin-left:-4px}.sliderExtendedMark__c8e57998:last-child.reverse__507824b9 .sliderExtendedMarkDot__4d14203f{left:0;transform:translate(-50%)}.sliderExtendedMark__c8e57998:last-child.reverse__507824b9 .sliderExtendedMarkText__862fc088{margin-left:-4px}.sliderExtendedMark__c8e57998:last-child:not(.reverse__507824b9) .sliderExtendedMarkDot__4d14203f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__c8e57998:last-child .sliderExtendedMarkText__862fc088{margin-right:-4px}.sliderExtendedMark__c8e57998.active__039b35c1{pointer-events:none}.sliderExtendedRail__48f5d997{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-8-0);cursor:pointer}.sliderExtended__bfd7b1fd{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__bfd7b1fd.disabled__1dce7f7e .sliderExtendedRail__48f5d997{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-8-0)}.sliderExtended__bfd7b1fd.lg__5c759d7d{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__82dc2082{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-8-0);z-index:10}.sliderExtendedTrack__82dc2082.lg__5c759d7d{top:12px}.sliderExtendedTrack__82dc2082:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-8-0)}.sliderExtendedTrack__82dc2082.focusedByClick__79c300dd:focus{box-shadow:none}.sliderExtendedTrack__82dc2082.hoverOrDragByMouse__971c97a0{background:var(--triplex-next-Slider-Track_Background_Hover-1-8-0)}.sliderExtendedTrack__82dc2082.staticSlider__5cfa81e8{cursor:default;pointer-events:none}.sliderExtendedTrack__82dc2082.disabled__1dce7f7e{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-8-0)}.sliderExtendedTooltipOverlay__66a78ae6{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__66a78ae6.lg__5c759d7d{bottom:32px}.sliderExtendedTooltipOverlay__66a78ae6 .tooltipBody__2c4a85ca{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-8-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-8-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__66a78ae6 .tooltipTip__a639cacb{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-8-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__66a78ae6 .tooltipTip__a639cacb{margin:-.5px}}.treeView__3e8f8591,.treeViewGroup__a84a3ef7{margin:0;padding:0}.treeView__3e8f8591 .treeViewNode__0a4fe4e6,.treeViewGroup__a84a3ef7 .treeViewNode__0a4fe4e6{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__cb8db775.collapsed__9fcd953e{visibility:hidden}.checkboxTreeExtended__c515fa52{margin-bottom:-12px}.checkboxTreeExtendedNode__5ceaac23 .checkboxTreeExtendedNode__5ceaac23{margin-left:24px}.checkboxTreeExtendedNodeHeader__a5238a88{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__a5238a88 .checkboxTreeCheckboxLabel__cfa83c19{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__a5238a88 .caretIconWrapper__8602347b{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__a5238a88 .caretIconWrapper__8602347b:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-8-0)}.checkboxTreeExtendedNodeHeader__a5238a88.opened__c2a72a01 .caretIconWrapper__8602347b{transform:rotate(180deg)}.chipGroup__af0b16c7{display:flex}.chipGroup__af0b16c7.oneLine__0098eec5{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__af0b16c7.oneLine__0098eec5::-webkit-scrollbar{display:none}.chipGroup__af0b16c7.multiLine__1b1f4e75{flex-wrap:wrap}.chipGroup__af0b16c7.lg__73dcff9c{gap:12px}.chipGroup__af0b16c7.md__766608ee,.chipGroup__af0b16c7.sm__0331eada{gap:8px}.confirm__bb33bea0{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__bb33bea0.isInLightBox__d2944f71{max-width:800px}.confirm__bb33bea0.isInSideOverlaySM__bd8f87ea{max-width:416px}.confirm__bb33bea0.isInSideOverlayMD__011ae350{max-width:536px}.confirm__bb33bea0.isInSideOverlayLG__d9403449{max-width:736px}.confirmCloseButton__d9a6fd3c{position:absolute;top:24px;right:24px}.confirmContent__3ad98e27{margin-bottom:24px;padding-right:56px}.confirmControls__20f0627f{white-space:nowrap}.confirmContentTitle__07c59737{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__d9a6fd3c{top:16px;right:16px}.confirmContent__3ad98e27{margin-bottom:16px}}.divider__1e6f28e4{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-8-0);border:none}.marginTopSize-4__72362121{margin-top:4px}.marginBottomSize-4__2b4f82a5{margin-bottom:4px}.marginTopSize-8__b61b2bad{margin-top:8px}.marginBottomSize-8__5b37da04{margin-bottom:8px}.marginTopSize-12__3da76fdf{margin-top:12px}.marginBottomSize-12__e1e47887{margin-bottom:12px}.marginTopSize-16__26e4fefd{margin-top:16px}.marginBottomSize-16__8292cd90{margin-bottom:16px}.marginTopSize-20__dcb274fe{margin-top:20px}.marginBottomSize-20__fd3f1a46{margin-bottom:20px}.marginTopSize-24__e611229b{margin-top:24px}.marginBottomSize-24__9cadc65b{margin-bottom:24px}.marginTopSize-28__3b1bd44b{margin-top:28px}.marginBottomSize-28__4fe7c265{margin-bottom:28px}.marginTopSize-32__037a2051{margin-top:32px}.marginBottomSize-32__04a66e0e{margin-bottom:32px}.listMasterChipGroup__fdb2b87c{padding:0 16px}.listMasterFooter__448eb905{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-8-0);color:var(--triplex-next-ListMaster-Footer_Color-1-8-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__448eb905.sticky__542664bb{position:sticky;bottom:0}.listMasterFooterDescription__15607214{padding-right:16px}.listMasterFooterControls__e8259227{white-space:nowrap}.listMasterHeader__1a893164{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-8-0);color:var(--triplex-next-ListMaster-Header_Color-1-8-0)}.listMasterHeader__1a893164.sticky__542664bb{position:sticky;top:0;z-index:1}.selectionControls__3d03d81e{display:flex;justify-content:space-between;align-items:center}.uploadZone__d757ef63{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-8-0)}.uploadZone__d757ef63:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-8-0)}.uploadZoneDragArea__e82bfc86{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-8-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__433bab57{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-8-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-8-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-8-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__409a422e{display:none}button.helpBoxButton__8ab2d617{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__31129ea6{padding-right:16px}.dateRange__42b10f55{display:flex;align-items:center}.dateRangeButton__0efd6b49{z-index:1}.separator__37454164{width:20px;height:20px;flex-shrink:0}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-9-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-9-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-9-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-9-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-9-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-9-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-9-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-9-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-9-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-9-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-9-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-9-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-9-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-9-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-9-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-9-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-9-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-9-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-9-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-9-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-9-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-9-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-9-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-9-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-9-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-9-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-9-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-9-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-9-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-9-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-9-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-9-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-9-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-9-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-9-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-9-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-9-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-9-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-9-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-9-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-9-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-9-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-9-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-9-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-9-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-9-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-9-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-9-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-9-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-9-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-9-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-9-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-9-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-9-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-9-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-9-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-9-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-9-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-9-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-9-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-9-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-9-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-9-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-9-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-9-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-9-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-9-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-9-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-9-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-9-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-9-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-9-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-9-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-9-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-9-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-9-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-9-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-9-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-9-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-9-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-9-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-9-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-9-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-9-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-9-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-9-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-9-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-9-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-9-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-9-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-9-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-9-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-9-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-9-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-9-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-9-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-9-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-9-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-9-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-9-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-9-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-9-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-9-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-9-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-9-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-9-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-9-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-9-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-9-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-9-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-9-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-9-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-9-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-9-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-9-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-9-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-9-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-9-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-9-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Button-General_Background_Active-1-9-0: #007777;
|
|
121
|
+
--triplex-next-Button-General_Background_Default-1-9-0: #21A19A;
|
|
122
|
+
--triplex-next-Button-General_Background_Disabled-1-9-0: #F2F4F7;
|
|
123
|
+
--triplex-next-Button-General_Background_Hover-1-9-0: #19BDB0;
|
|
124
|
+
--triplex-next-Button-General_Color_Active-1-9-0: rgba(255, 255, 255, 1);
|
|
125
|
+
--triplex-next-Button-General_Color_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
127
|
+
--triplex-next-Button-General_Color_Hover-1-9-0: rgba(255, 255, 255, 1);
|
|
128
|
+
--triplex-next-Button-General_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
129
|
+
--triplex-next-Button-Secondary_Background_Active-1-9-0: #DCDFE4;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Default-1-9-0: #F2F4F7;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-9-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Hover-1-9-0: #EAEDF1;
|
|
133
|
+
--triplex-next-Button-Secondary_Color_Active-1-9-0: #007777;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Default-1-9-0: #008985;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Hover-1-9-0: #21A19A;
|
|
137
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
138
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-9-0: #DFE2E7;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-9-0: #FFFFFF;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-9-0: #F2F4F7;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-9-0: #EEF0F4;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-9-0: #007777;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-9-0: #008985;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-9-0: #21A19A;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
147
|
+
--triplex-next-Button-Danger_Background_Active-1-9-0: #BD002C;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Default-1-9-0: #E60037;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Disabled-1-9-0: #F2F4F7;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Hover-1-9-0: #F80C45;
|
|
151
|
+
--triplex-next-Button-Danger_Color_Active-1-9-0: rgba(255, 255, 255, 1);
|
|
152
|
+
--triplex-next-Button-Danger_Color_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Hover-1-9-0: rgba(255, 255, 255, 1);
|
|
155
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
156
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169;
|
|
157
|
+
--triplex-next-Button-Link_Color_Active-1-9-0: #007777;
|
|
158
|
+
--triplex-next-Button-Link_Color_Default-1-9-0: #008985;
|
|
159
|
+
--triplex-next-Button-Link_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
160
|
+
--triplex-next-Button-Link_Color_Hover-1-9-0: #21A19A;
|
|
161
|
+
--triplex-next-Button-Link_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
162
|
+
--triplex-next-Calendar-Background_Shadow-1-9-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
163
|
+
--triplex-next-Calendar-View_Header_Color-1-9-0: rgba(31, 31, 34, .55);
|
|
164
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-9-0: none;
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-9-0: #19BDB0;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-9-0: #21A19A;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-9-0: #007777;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-9-0: #E3FFFA;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-9-0: #A8F5E9;
|
|
170
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-9-0: transparent;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-9-0: #FFD169;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-9-0: rgba(31, 31, 34, 1);
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-9-0: rgba(255, 255, 255, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-9-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-9-0: rgba(255, 255, 255, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-9-0: rgba(31, 31, 34, .35);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-9-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-9-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-9-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-9-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-9-0: #00C075;
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-9-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-9-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-9-0: #FD6508;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-9-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-9-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-9-0: #E60037;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-9-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-9-0: #E60037;
|
|
191
|
+
--triplex-next-Card-Static_General_Background-1-9-0: #FFFFFF;
|
|
192
|
+
--triplex-next-Card-Static_Secondary_Background-1-9-0: #F2F4F7;
|
|
193
|
+
--triplex-next-Card-Action_General_Background-1-9-0: #FFFFFF;
|
|
194
|
+
--triplex-next-Card-Action_General_Background_Hover-1-9-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Selected-1-9-0: #F2F4F7;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-9-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_Secondary_Background-1-9-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-9-0: #EAEDF1;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-9-0: #E3E6EA;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-9-0: #DCDFE4;
|
|
201
|
+
--triplex-next-Card-Shadow_Default-1-9-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
202
|
+
--triplex-next-Card-Shadow_Focus-1-9-0: inset 0 0 0 1px #FFD169;
|
|
203
|
+
--triplex-next-Card-Shadow_Hover-1-9-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
204
|
+
--triplex-next-Card-Shadow_Selected-1-9-0: inset 0 0 0 1px #21A19A;
|
|
205
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-9-0: inset 0 0 0 1px #19BDB0;
|
|
206
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-9-0: #21A19A;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-9-0: #EAEDF1;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-9-0: #007777;
|
|
209
|
+
--triplex-next-Checkbox-Background_Default-1-9-0: #F2F4F7;
|
|
210
|
+
--triplex-next-Checkbox-Background_Disabled-1-9-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Hover-1-9-0: #19BDB0;
|
|
212
|
+
--triplex-next-Checkbox-BorderColor_Default-1-9-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-9-0: 0 0 0 1px #E3E6EA inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-9-0: none;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-9-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-9-0: none;
|
|
218
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
220
|
+
--triplex-next-Chip-Background_Active-1-9-0: #DFE2E7;
|
|
221
|
+
--triplex-next-Chip-Background_Default-1-9-0: #F2F4F7;
|
|
222
|
+
--triplex-next-Chip-Background_Disabled-1-9-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Hover-1-9-0: #EAEDF1;
|
|
224
|
+
--triplex-next-Chip-Background_Selected_Active-1-9-0: #4F4F52;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Default-1-9-0: #3B3B3E;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-9-0: #343437;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Hover-1-9-0: #49494C;
|
|
228
|
+
--triplex-next-Chip-Color_Active-1-9-0: rgba(31, 31, 34, 1);
|
|
229
|
+
--triplex-next-Chip-Color_Default-1-9-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
231
|
+
--triplex-next-Chip-Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
232
|
+
--triplex-next-Chip-Color_Selected_Active-1-9-0: rgba(255, 255, 255, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-9-0: rgba(255, 255, 255, .25);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Hover-1-9-0: rgba(255, 255, 255, 1);
|
|
236
|
+
--triplex-next-Chip-Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
237
|
+
--triplex-next-Divider-Background-1-9-0: #D6D9E0;
|
|
238
|
+
--triplex-next-Dropdown-Background-1-9-0: #FFFFFF;
|
|
239
|
+
--triplex-next-Dropdown-Shadow-1-9-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
240
|
+
--triplex-next-DropdownList-Background_Active-1-9-0: #EAEDF1;
|
|
241
|
+
--triplex-next-DropdownList-Background_Default-1-9-0: none;
|
|
242
|
+
--triplex-next-DropdownList-Background_Selected-1-9-0: #DCDFE4;
|
|
243
|
+
--triplex-next-DropdownList-Color-1-9-0: rgba(31, 31, 34, 1);
|
|
244
|
+
--triplex-next-DropdownMobile-Backdrop-1-9-0: rgba(31, 31, 34, .65);
|
|
245
|
+
--triplex-next-DropdownMobile-Border_Color-1-9-0: #D6D9E0;
|
|
246
|
+
--triplex-next-DropdownMobile-Content_Background-1-9-0: #FFFFFF;
|
|
247
|
+
--triplex-next-DropdownMobile-Footer_Background-1-9-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Header_Background-1-9-0: #F2F4F7;
|
|
249
|
+
--triplex-next-DropdownMobileList-Active_Background-1-9-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-9-0: #DCDFE4;
|
|
251
|
+
--triplex-next-FooterPage-StickyShadow-1-9-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
252
|
+
--triplex-next-FormField-Background_Active-1-9-0: #F2F4F7;
|
|
253
|
+
--triplex-next-FormField-Background_Default-1-9-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Disabled-1-9-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Error-1-9-0: #FFF0F3;
|
|
256
|
+
--triplex-next-FormField-Background_Error_Hover-1-9-0: #FCE0E6;
|
|
257
|
+
--triplex-next-FormField-Background_Hover-1-9-0: #EAEDF1;
|
|
258
|
+
--triplex-next-FormField-Background_Warning-1-9-0: #FFF4DB;
|
|
259
|
+
--triplex-next-FormField-Background_Warning_Hover-1-9-0: #FCEAC7;
|
|
260
|
+
--triplex-next-FormField-Input_Color_Default-1-9-0: rgba(31, 31, 34, 1);
|
|
261
|
+
--triplex-next-FormField-Input_Color_Disabled-1-9-0: rgba(31, 31, 34, .45);
|
|
262
|
+
--triplex-next-FormField-Target_Color_Default-1-9-0: rgba(31, 31, 34, 1);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Disabled-1-9-0: rgba(31, 31, 34, .45);
|
|
264
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
265
|
+
--triplex-next-FormField-Label_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Disabled-1-9-0: rgba(31, 31, 34, .45);
|
|
267
|
+
--triplex-next-FormField-Shadow_Active-1-9-0: 0 0 0 1px #21A19A inset;
|
|
268
|
+
--triplex-next-FormField-Shadow_Default-1-9-0: none;
|
|
269
|
+
--triplex-next-FormField-Shadow_Error_Active-1-9-0: 0 0 0 1px #E60037 inset;
|
|
270
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-9-0: 0 0 0 1px #FD6508 inset;
|
|
271
|
+
--triplex-next-FormField-Placeholder_Color-1-9-0: rgba(31, 31, 34, .65);
|
|
272
|
+
--triplex-next-HeaderPage-StickyShadow-1-9-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
273
|
+
--triplex-next-Island-Type1_Background-1-9-0: #FFFFFF;
|
|
274
|
+
--triplex-next-Island-Type2_Background-1-9-0: rgba(255, 255, 255, .35);
|
|
275
|
+
--triplex-next-Island-Type3_Background-1-9-0: #F2F4F7;
|
|
276
|
+
--triplex-next-Island-Type1_Shadow-1-9-0: none;
|
|
277
|
+
--triplex-next-Island-Type2_Shadow-1-9-0: 0 0 0 1px #FFFFFF inset;
|
|
278
|
+
--triplex-next-Island-Type3_Shadow-1-9-0: none;
|
|
279
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-9-0: #DCDFE4;
|
|
280
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-9-0: rgba(31, 31, 34, .05);
|
|
281
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-9-0: #DCDFE4;
|
|
282
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
283
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-9-0: #FFFFFF;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-9-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
285
|
+
--triplex-next-Link-BorderColor_Focus-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
286
|
+
--triplex-next-Link-Text_Color_Active-1-9-0: #007777;
|
|
287
|
+
--triplex-next-Link-Text_Color_Default-1-9-0: #008985;
|
|
288
|
+
--triplex-next-Link-Text_Color_Hover-1-9-0: #21A19A;
|
|
289
|
+
--triplex-next-ListItem-Background-1-9-0: #FFFFFF;
|
|
290
|
+
--triplex-next-ListItem-Background_Dragging-1-9-0: #FFFFFF;
|
|
291
|
+
--triplex-next-ListItem-Background_Selected-1-9-0: #F2F4F7;
|
|
292
|
+
--triplex-next-ListItem-Shadow-1-9-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
293
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-9-0: #DCDFE4;
|
|
294
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-9-0: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-9-0: #EAEDF1;
|
|
296
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-9-0: #007777;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-9-0: #008985;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-9-0: #21A19A;
|
|
299
|
+
--triplex-next-ListMaster-Background-1-9-0: #FFFFFF;
|
|
300
|
+
--triplex-next-ListMaster-Footer_Background-1-9-0: #DCDFE4;
|
|
301
|
+
--triplex-next-ListMaster-Footer_Color-1-9-0: #EAEDF1;
|
|
302
|
+
--triplex-next-ListMaster-Header_Background-1-9-0: #DCDFE4;
|
|
303
|
+
--triplex-next-ListMaster-Header_Color-1-9-0: #EAEDF1;
|
|
304
|
+
--triplex-next-Loader-Element_Background_Brand-1-9-0: #21A19A;
|
|
305
|
+
--triplex-next-Loader-Element_Background_Neutral-1-9-0: rgba(255, 255, 255, 1);
|
|
306
|
+
--triplex-next-Loader-Middle_Background_Default-1-9-0: #EEF0F4;
|
|
307
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-9-0: rgba(255, 255, 255, .75);
|
|
308
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-9-0: rgba(255, 255, 255, .75);
|
|
309
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-9-0: #EEF0F4;
|
|
310
|
+
--triplex-next-Marker-Background_Error-1-9-0: #E60037;
|
|
311
|
+
--triplex-next-Marker-Background_Success-1-9-0: #21A19A;
|
|
312
|
+
--triplex-next-Marker-Background_Waiting-1-9-0: #8291B3;
|
|
313
|
+
--triplex-next-Marker-Background_Warning-1-9-0: #FD6508;
|
|
314
|
+
--triplex-next-MarkerStatus-Description_Color-1-9-0: rgba(0, 0, 0, 0.55);
|
|
315
|
+
--triplex-next-MultiselectField-Divider_Color-1-9-0: #D6D9E0;
|
|
316
|
+
--triplex-next-Overlay-Background-1-9-0: rgba(255, 255, 255, .8);
|
|
317
|
+
--triplex-next-Overlay-Panel_Background-1-9-0: #FFFFFF;
|
|
318
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-9-0: #E3E6EA;
|
|
319
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-9-0: #F2F4F7;
|
|
320
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-9-0: #E3E6EA;
|
|
321
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-9-0: #FFD169;
|
|
322
|
+
--triplex-next-Pagination-PageButton_Color-1-9-0: rgba(31, 31, 34, 1);
|
|
323
|
+
--triplex-next-Radio-Background_Checked_Default-1-9-0: #21A19A;
|
|
324
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-9-0: #EAEDF1;
|
|
325
|
+
--triplex-next-Radio-Background_Checked_Hover-1-9-0: #007777;
|
|
326
|
+
--triplex-next-Radio-Background_Default-1-9-0: #F2F4F7;
|
|
327
|
+
--triplex-next-Radio-Background_Disabled-1-9-0: #F2F4F7;
|
|
328
|
+
--triplex-next-Radio-Background_Hover-1-9-0: #19BDB0;
|
|
329
|
+
--triplex-next-Radio-BorderColor_Default-1-9-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
330
|
+
--triplex-next-Radio-BorderColor_Disabled-1-9-0: 0 0 0 1px #E3E6EA inset;
|
|
331
|
+
--triplex-next-Radio-BorderColor_Focused-1-9-0: 0 0 0 1px #FFD169 inset;
|
|
332
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-9-0: none;
|
|
333
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-9-0: none;
|
|
334
|
+
--triplex-next-Radio-Dot_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
335
|
+
--triplex-next-Radio-Dot_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
336
|
+
--triplex-next-SegmentedControl-General_1_Background-1-9-0: #F2F4F7;
|
|
337
|
+
--triplex-next-SegmentedControl-General_2_Background-1-9-0: #FFFFFF;
|
|
338
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-9-0: #F2F4F7;
|
|
339
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-9-0: #FFFFFF;
|
|
340
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
341
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
342
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
343
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-9-0: rgba(255, 255, 255, 1);
|
|
345
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-9-0: rgba(255, 255, 255, .25);
|
|
346
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-9-0: #F2F4F7;
|
|
347
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-9-0: #DFE2E7;
|
|
348
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-9-0: #F2F4F7;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-9-0: #3B3B3E;
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-9-0: #49494C;
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-9-0: #343437;
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-9-0: rgba(255, 255, 255, 1);
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-9-0: rgba(255, 255, 255, 1);
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-9-0: rgba(255, 255, 255, .25);
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-9-0: #FFFFFF;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-9-0: #EEF0F4;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-9-0: #FFFFFF;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-9-0: #3B3B3E;
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-9-0: #49494C;
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-9-0: #343437;
|
|
364
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-9-0: rgba(31, 31, 34, 1);
|
|
368
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
369
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
370
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-9-0: #F2F4F7;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-9-0: #DFE2E7;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-9-0: #F2F4F7;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-9-0: #FFFFFF;
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-9-0: #DFE2E7;
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-9-0: #FFFFFF;
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-9-0: rgba(31, 31, 34, 1);
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-9-0: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-9-0: #EEF0F4;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-9-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-9-0: #E3E6EA;
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-9-0: #D6D9E0;
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-9-0: #F2F4F7;
|
|
388
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-9-0: transparent;
|
|
389
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-9-0: #FFD169;
|
|
390
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-9-0: #F2F4F7;
|
|
391
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-9-0: #DFE2E7;
|
|
392
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-9-0: rgba(31, 31, 34, .05);
|
|
393
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-9-0: rgba(31, 31, 34, .15);
|
|
394
|
+
--triplex-next-SMSInput-Refresh_Fill_Empty-1-9-0: rgba(31, 31, 34, .35);
|
|
395
|
+
--triplex-next-SMSInput-Refresh_Fill_Full-1-9-0: #008985;
|
|
396
|
+
--triplex-next-SMSInput-Refresh_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
397
|
+
--triplex-next-SMSInput-Submit_Background_Default-1-9-0: rgba(31, 31, 34, .15);
|
|
398
|
+
--triplex-next-SMSInput-Submit_Background_Hover-1-9-0: #19BDB0;
|
|
399
|
+
--triplex-next-SMSInput-Submit_Background_Active-1-9-0: #21A19A;
|
|
400
|
+
--triplex-next-Slider-Dot_Background_Default-1-9-0: #21A19A;
|
|
401
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-9-0: #F2F4F7;
|
|
402
|
+
--triplex-next-Slider-Dot_Background_Hover-1-9-0: #19BDB0;
|
|
403
|
+
--triplex-next-Slider-Dot_Background_Select-1-9-0: #007777;
|
|
404
|
+
--triplex-next-Slider-Dot_Focus-1-9-0: #FFD169;
|
|
405
|
+
--triplex-next-Slider-Dot_Inner_Background-1-9-0: #FFFFFF;
|
|
406
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
407
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-9-0: #DCDFE4;
|
|
408
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-9-0: #21A19A;
|
|
409
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-9-0: #E7E9EE;
|
|
410
|
+
--triplex-next-Slider-Rail_Background-1-9-0: #DCDFE4;
|
|
411
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-9-0: #DCDFE4;
|
|
412
|
+
--triplex-next-Slider-Tooltip_Background-1-9-0: #1B1B1D;
|
|
413
|
+
--triplex-next-Slider-Tooltip_Color-1-9-0: rgba(255, 255, 255, 1);
|
|
414
|
+
--triplex-next-Slider-Track_Background_Default-1-9-0: #21A19A;
|
|
415
|
+
--triplex-next-Slider-Track_Background_Disabled-1-9-0: #E7E9EE;
|
|
416
|
+
--triplex-next-Slider-Track_Background_Hover-1-9-0: #007777;
|
|
417
|
+
--triplex-next-Step-Color_Active-1-9-0: #008985;
|
|
418
|
+
--triplex-next-Step-Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
419
|
+
--triplex-next-Step-Color_Disabled-1-9-0: #FFFFFF;
|
|
420
|
+
--triplex-next-Step-Color_Done-1-9-0: #FFFFFF;
|
|
421
|
+
--triplex-next-Step-Color_Error-1-9-0: rgba(255, 255, 255, 1);
|
|
422
|
+
--triplex-next-Step-Color_Warning-1-9-0: rgba(255, 255, 255, 1);
|
|
423
|
+
--triplex-next-Step-Background_Active-1-9-0: #E3FFFA;
|
|
424
|
+
--triplex-next-Step-Background_Default-1-9-0: #F2F4F7;
|
|
425
|
+
--triplex-next-Step-Background_Disabled-1-9-0: rgba(31, 31, 34, .15);
|
|
426
|
+
--triplex-next-Step-Background_Done-1-9-0: #008985;
|
|
427
|
+
--triplex-next-Step-Background_Error-1-9-0: #D10032;
|
|
428
|
+
--triplex-next-Step-Background_Warning-1-9-0: #EF4C01;
|
|
429
|
+
--triplex-next-Stepper-Step_Background_Default-1-9-0: #F2F4F7;
|
|
430
|
+
--triplex-next-Stepper-Step_Background_Hover-1-9-0: #EAEDF1;
|
|
431
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-9-0: #F2F4F7;
|
|
432
|
+
--triplex-next-Stepper-Step_Background_Error-1-9-0: #FFF0F3;
|
|
433
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0: #FCE0E6;
|
|
434
|
+
--triplex-next-Stepper-Step_Background_Warning-1-9-0: #FFF4DB;
|
|
435
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0: #FCEAC7;
|
|
436
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-9-0: #FFD169;
|
|
437
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-9-0: #E60037;
|
|
438
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-9-0: #FD6508;
|
|
439
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-9-0: #21A19A;
|
|
440
|
+
--triplex-next-Stepper-Step_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Stepper-Step_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
442
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-9-0: rgba(31, 31, 34, .35);
|
|
443
|
+
--triplex-next-Stepper-ButtonNext_Background-1-9-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
444
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-9-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
445
|
+
--triplex-next-Stepper-Background-1-9-0: #FFFFFF;
|
|
446
|
+
--triplex-next-Stepper-Wrapper_Background-1-9-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
447
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-9-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
448
|
+
--triplex-next-TableBasic-Background_Hover-1-9-0: #E3E6EA;
|
|
449
|
+
--triplex-next-TableBasic-Background_Selected-1-9-0: #DCDFE4;
|
|
450
|
+
--triplex-next-TableBasic-Color-1-9-0: rgba(31, 31, 34, 1);
|
|
451
|
+
--triplex-next-TableBasic-Header_Background-1-9-0: #E7E9EE;
|
|
452
|
+
--triplex-next-TableBasic-TableFooter_Background-1-9-0: #E7E9EE;
|
|
453
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-9-0: linear-gradient(transparent, #FFFFFF);
|
|
454
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-9-0: #D6D9E0;
|
|
455
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-9-0: #FFFFFF;
|
|
456
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-9-0: #EAEDF1;
|
|
457
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-9-0: #FFFFFF;
|
|
458
|
+
--triplex-next-Tabs-Type1_Background-1-9-0: #F2F4F7;
|
|
459
|
+
--triplex-next-Tabs-Type2_Background-1-9-0: #FFFFFF;
|
|
460
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-9-0: #F2F4F7;
|
|
461
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-9-0: #FFFFFF;
|
|
462
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-9-0: #DCDFE4;
|
|
463
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-9-0: #E3E6EA;
|
|
464
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-9-0: #E3E6EA;
|
|
465
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-9-0: #EEF0F4;
|
|
466
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
467
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-9-0: rgba(31, 31, 34, .65);
|
|
468
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-9-0: rgba(31, 31, 34, 1);
|
|
469
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-9-0: rgba(31, 31, 34, 1);
|
|
470
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
471
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-9-0: rgba(31, 31, 34, 1);
|
|
472
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-9-0: transparent;
|
|
473
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-9-0: #FFD169;
|
|
474
|
+
--triplex-next-Tag-Background-1-9-0: #DFE2E7;
|
|
475
|
+
--triplex-next-TagColor-Background_Default-1-9-0: #EEF3FC;
|
|
476
|
+
--triplex-next-TagColor-Background_Success-1-9-0: #E3FFFA;
|
|
477
|
+
--triplex-next-TagColor-Background_Info-1-9-0: #E3F6FF;
|
|
478
|
+
--triplex-next-TagColor-Background_Warning-1-9-0: #FFF4DB;
|
|
479
|
+
--triplex-next-TagColor-Background_Error-1-9-0: #FFF0F3;
|
|
480
|
+
--triplex-next-TagColor-Text_Color_Default-1-9-0: rgba(31, 31, 34, .75);
|
|
481
|
+
--triplex-next-TabsLine-BorderColor_Active-1-9-0: #21A19A;
|
|
482
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-9-0: #19BDB0;
|
|
483
|
+
--triplex-next-TabsLine-Separator_Color-1-9-0: #D6D9E0;
|
|
484
|
+
--triplex-next-TabsLine-Shadow_Focus-1-9-0: 0 0 0 1px #FFDD64 inset;
|
|
485
|
+
--triplex-next-Tooltip-Background-1-9-0: #1B1B1D;
|
|
486
|
+
--triplex-next-Tooltip-Color-1-9-0: rgba(255, 255, 255, 1);
|
|
487
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-9-0: #008985;
|
|
488
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-9-0: #19BDB0;
|
|
489
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-9-0: #4BD9CF;
|
|
490
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-9-0: 0 0 0 1px #FFD169;
|
|
491
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-9-0: #007777;
|
|
492
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-9-0: #008985;
|
|
493
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-9-0: #21A19A;
|
|
494
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-9-0: 0 0 0 1px #FFDD64;
|
|
495
|
+
--triplex-next-Typography-Primary_Color-1-9-0: rgba(31, 31, 34, 1);
|
|
496
|
+
--triplex-next-Typography-Complementary_Color-1-9-0: rgba(31, 31, 34, .85);
|
|
497
|
+
--triplex-next-Typography-Secondary_Color-1-9-0: rgba(31, 31, 34, .65);
|
|
498
|
+
--triplex-next-Typography-Tertiary_Color-1-9-0: rgba(31, 31, 34, .55);
|
|
499
|
+
--triplex-next-Typography-Disabled_Color-1-9-0: rgba(31, 31, 34, .35);
|
|
500
|
+
--triplex-next-Typography-Brand_Color-1-9-0: #008985;
|
|
501
|
+
--triplex-next-Typography-Info_Color-1-9-0: #0E57CC;
|
|
502
|
+
--triplex-next-Typography-Success_Color-1-9-0: #008B5C;
|
|
503
|
+
--triplex-next-Typography-Error_Color-1-9-0: #D10032;
|
|
504
|
+
--triplex-next-Typography-Warning_Color-1-9-0: #EF4C01;
|
|
505
|
+
--triplex-next-Typography-System_Color-1-9-0: #697591;
|
|
506
|
+
--triplex-next-UploadZone-Background_Default-1-9-0: #F2F4F7;
|
|
507
|
+
--triplex-next-UploadZone-Background_Hover-1-9-0: #EAEDF1;
|
|
508
|
+
--triplex-next-UploadZone-BorderColor_Default-1-9-0: #2D2D30;
|
|
509
|
+
--triplex-next-UploadZone-DragArea_Background-1-9-0: #F2F4F7;
|
|
510
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-9-0: #21A19A;
|
|
511
|
+
--triplex-next-LightBox-Backdrop_Background-1-9-0: rgba(31, 31, 34, .75);
|
|
512
|
+
--triplex-next-LightBox-Content_Background-1-9-0: #EAEDF1;
|
|
513
|
+
--triplex-next-Notification-Background-1-9-0: #FFFFFF;
|
|
514
|
+
--triplex-next-Notification-Color-1-9-0: #1F1F22;
|
|
515
|
+
--triplex-next-Notification-TimeColor-1-9-0: rgba(31, 31, 34, 0.65);
|
|
516
|
+
--triplex-next-Notification-Shadow-1-9-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
517
|
+
--triplex-next-StatusTracker-Draft_Background-1-9-0: rgba(255, 255, 255, .15);
|
|
518
|
+
--triplex-next-StatusTracker-Warning_Background-1-9-0: #FF7A17;
|
|
519
|
+
--triplex-next-StatusTracker-Waiting_Background-1-9-0: #BFCADF;
|
|
520
|
+
--triplex-next-StatusTracker-Rejected_Background-1-9-0: #FF5571;
|
|
521
|
+
--triplex-next-StatusTracker-Approved_Background-1-9-0: #00D67D;
|
|
522
|
+
--triplex-next-StatusTracker-Waiting_Color-1-9-0: #A9B6D0;
|
|
523
|
+
--triplex-next-StatusTracker-Rejected_Color-1-9-0: #FFB1C1;
|
|
524
|
+
--triplex-next-StatusTracker-Approved_Color-1-9-0: #00D67D;
|
|
525
|
+
--triplex-next-StatusTracker-Border_Color-1-9-0: #FFFFFF;
|
|
526
|
+
--triplex-next-ModalWindow-Background-1-9-0: #EAEDF1;
|
|
527
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-9-0: rgba(79, 79, 82, .5);
|
|
528
|
+
--triplex-next-TopOverlay-Background-1-9-0: rgba(31, 31, 34, .55);
|
|
529
|
+
--triplex-next-SmallInput-Background-1-9-0: #F2F4F7;
|
|
530
|
+
--triplex-next-SmallInput-Color-1-9-0: rgba(31, 31, 34, 1);
|
|
531
|
+
--triplex-next-SmallInput-PlaceholderColor-1-9-0: rgba(31, 31, 34, .65);
|
|
532
|
+
--triplex-next-SmallInput-Shadow-1-9-0: 0 0 0 1px rgba(33, 161, 154) inset;}
|
|
533
|
+
.underline__8747ea78{text-decoration:underline}.strikethrough__0038c81b{text-decoration:line-through}.underlineStrikethrough__cabc346c{text-decoration:underline line-through}.typography__28d29565.primary__e88bf8ce{color:var(--triplex-next-Typography-Primary_Color-1-9-0)}.typography__28d29565.complementary__848f0899{color:var(--triplex-next-Typography-Complementary_Color-1-9-0)}.typography__28d29565.secondary__670b231b{color:var(--triplex-next-Typography-Secondary_Color-1-9-0)}.typography__28d29565.tertiary__e34626e9{color:var(--triplex-next-Typography-Tertiary_Color-1-9-0)}.typography__28d29565.disabled__98335a3b{color:var(--triplex-next-Typography-Disabled_Color-1-9-0)}.typography__28d29565.brand__6daaa49e{color:var(--triplex-next-Typography-Brand_Color-1-9-0);-webkit-user-select:none;user-select:none}.typography__28d29565.info__19b9ab67{color:var(--triplex-next-Typography-Info_Color-1-9-0)}.typography__28d29565.success__32824b3f{color:var(--triplex-next-Typography-Success_Color-1-9-0)}.typography__28d29565.error__f87730ec{color:var(--triplex-next-Typography-Error_Color-1-9-0)}.typography__28d29565.warning__f1b806c4{color:var(--triplex-next-Typography-Warning_Color-1-9-0)}.typography__28d29565.system__f526e0f6{color:var(--triplex-next-Typography-System_Color-1-9-0)}.typography__28d29565.compact__b597851b{line-height:calc(16 / 14)}.title__5dd7f46a{outline:none}.title__5dd7f46a.regular__56c52550{font-family:SBSansDisplay}.title__5dd7f46a.semibold__f508e844{font-family:SBSansDisplaySemibold}.title__5dd7f46a.medium__7c4aee3e{font-family:SBSansDisplayMedium}.title__5dd7f46a.bold__113ec4d6{font-family:SBSansDisplayBold}.h1__6bac83f8,.h2__6c5288f1,.h3__ecf97d89{margin:0}.h1__6bac83f8{font-size:28px;line-height:36px}.h2__6c5288f1{font-size:24px;line-height:32px}.h3__ecf97d89{font-size:20px;line-height:28px}.text__a89e077e{outline:none}.text__a89e077e.regular__56c52550{font-family:SBSansText}.text__a89e077e.semibold__f508e844{font-family:SBSansTextSemibold}.b1__278cf6e2{font-size:18px;line-height:24px}.b2__ee516a63{font-size:16px;line-height:20px}.b3__bc912bd6{font-size:14px;line-height:20px}.b3__bc912bd6.compact__b597851b{line-height:16px}.b4__018f2fd6{font-size:12px;line-height:16px}.caption__bd0189e3.regular__56c52550{font-family:SBSansText}.caption__bd0189e3.semibold__f508e844{font-family:SBSansTextSemibold}.c1__752bfa33{font-size:10px;line-height:12px}.c2__a131b765{font-size:8px;line-height:10px}.d1__1d4570a5{font-size:32px;line-height:40px}.d1__1d4570a5.regular__56c52550{font-family:SBSansDisplay}.d1__1d4570a5.semibold__f508e844{font-family:SBSansDisplaySemibold}.formFieldInput__ea734fbf{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-9-0)}.formFieldInput__ea734fbf:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-9-0)}.formFieldInput__ea734fbf::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-9-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__ea734fbf:focus{outline:none}.formFieldInput__ea734fbf:focus::placeholder{opacity:1}.formFieldInput__ea734fbf:-webkit-autofill{animation-name:autofill-applied-hook__934f5483;animation-duration:1ms}.formFieldInput__ea734fbf:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__1ea0bc73;animation-duration:1ms}.formFieldInput__ea734fbf.sm__30a74f13{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__ea734fbf.md__a911a75e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__ea734fbf.lg__8d22d5ef{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__934f5483{0%{transform:none}}@keyframes autofill-cancelled-hook__1ea0bc73{0%{transform:none}}.formField__52ee7910{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-9-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-9-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__52ee7910:hover{background:var(--triplex-next-FormField-Background_Hover-1-9-0)}.formField__52ee7910.disabled__321ded10{background:var(--triplex-next-FormField-Background_Disabled-1-9-0)}.formField__52ee7910.active__3465609c{background:var(--triplex-next-FormField-Background_Active-1-9-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-9-0)}.formField__52ee7910.active__3465609c::placeholder{opacity:1}.formField__52ee7910.error__53a67f1d{background:var(--triplex-next-FormField-Background_Error-1-9-0)}.formField__52ee7910.error__53a67f1d:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-9-0)}.formField__52ee7910.error__53a67f1d.active__3465609c{background:var(--triplex-next-FormField-Background_Error-1-9-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-9-0)}.formField__52ee7910.warning__e390c0af{background:var(--triplex-next-FormField-Background_Warning-1-9-0)}.formField__52ee7910.warning__e390c0af:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-9-0)}.formField__52ee7910.warning__e390c0af.active__3465609c{background:var(--triplex-next-FormField-Background_Warning-1-9-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-9-0)}.formField__52ee7910.size-sm__0342c804{border-radius:6px}.formField__52ee7910.size-md__44c0c360{border-radius:8px}.formField__52ee7910.size-lg__0645dd02{border-radius:10px}.formFieldDescription__ef70d3ab{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__ef70d3ab.withCounter__b7c72eaa{display:flex;justify-content:space-between}.formFieldLabel__f1bccb55{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__f1bccb55.size-sm__0342c804{top:6px}.formFieldLabel__f1bccb55.size-md__44c0c360{top:10px}.formFieldLabel__f1bccb55.size-lg__0645dd02{top:18px}.formFieldLabel__f1bccb55.size-lg__0645dd02.floating__2352efcb{top:10px}.formFieldLabelText__a93e7099{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-9-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__0342c804 .formFieldLabelText__a93e7099{font-size:12px;line-height:16px}.size-md__44c0c360 .formFieldLabelText__a93e7099{font-size:14px;line-height:20px}.size-lg__0645dd02 .formFieldLabelText__a93e7099{font-size:16px;line-height:20px}.floating__2352efcb .formFieldLabelText__a93e7099{font-size:12px;line-height:16px}.floating__2352efcb.size-sm__0342c804 .formFieldLabelText__a93e7099,.floating__2352efcb.size-md__44c0c360 .formFieldLabelText__a93e7099{display:none}.disabled__321ded10 .formFieldLabelText__a93e7099{color:var(--triplex-next-FormField-Label_Color_Disabled-1-9-0)}.formFieldPostfix__ba6fe82e{padding:0 12px 0 4px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__22a28b82{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__d18ada98{padding-left:4px}.formFieldMaskedInputWrapper__74773618{position:relative}.formFieldMaskedInputWrapper__74773618 .formFieldMaskedInputPlaceholder__fe648cfe{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__74773618 .formFieldMaskedInputPlaceholder__fe648cfe::placeholder{opacity:1}.formFieldMaskedInputWrapper__74773618.size-sm__0342c804{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__74773618.size-sm__0342c804 .formFieldMaskedInputPlaceholder__fe648cfe{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__74773618.size-md__44c0c360{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__74773618.size-md__44c0c360 .formFieldMaskedInputPlaceholder__fe648cfe{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__74773618.size-lg__0645dd02{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__74773618.size-lg__0645dd02 .formFieldMaskedInputPlaceholder__fe648cfe{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__74773618 .formFieldMaskedInput__f86d3a21{display:block;position:relative;background:none!important}.dropdownDesktop__467ca54e{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-9-0);background-color:var(--triplex-next-Dropdown-Background-1-9-0)}.dropdownDesktop-sm__918cdb71{border-radius:6px}.dropdownDesktop-md__501e3626{border-radius:8px}.dropdownDesktop-lg__74fcdd3f{border-radius:10px}.dropdownDesktopOverflowHidden__9bee9395{overflow:hidden}.dropdownMobileWrapper__3de66d77{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__21f4e2a9{background:var(--triplex-next-DropdownMobile-Backdrop-1-9-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__21f4e2a9.closing__2f75de1c{opacity:0}.dropdownMobileBackdrop__21f4e2a9.opening__473f52ee,.dropdownMobileBackdrop__21f4e2a9.opened__8118a720{opacity:var(--triplex-DropdownMobile-Opacity-1-9-0)}.dropdownMobile__f7d5f699{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__f7d5f699.closing__2f75de1c{transform:translateY(100%)}.dropdownMobile__f7d5f699.opening__473f52ee,.dropdownMobile__f7d5f699.opened__8118a720{transform:translateY(0)}.dropdownMobileHeader__de790c52{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-9-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__de790c52 .dropdownMobileHeaderContent__8f179b56{margin-right:28px;min-height:20px}.dropdownMobileContent__17510774{background:var(--triplex-next-DropdownMobile-Content_Background-1-9-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__c29b71cf{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-9-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-9-0);flex-shrink:1}.dropdownMobileListItem__98a77cb2{padding:16px}.dropdownMobileListItem__98a77cb2.selected__c8cc18fd{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-9-0)}.dropdownMobileListItem__98a77cb2:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-9-0)}.dropdownMobileListLoader__f1c2cea1{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__e6dbf4e9{overflow:hidden}.controlButtons__ddf59d03{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__5cfbe3ee{margin-right:8px}.notificationIcon__84847e9c{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__289212c8{padding:4px;overflow:auto}.dropdownDesktopList__289212c8.sm__3f5d5692{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__289212c8.sm__3f5d5692 .dropdownDesktopListItem__12b20afa{padding:6px 8px;border-radius:6px}.dropdownDesktopList__289212c8.sm__3f5d5692 .dropdownDesktopListLoader__3b2836da{margin:0 auto}.dropdownDesktopList__289212c8.md__1bbcd5aa{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__289212c8.md__1bbcd5aa .dropdownDesktopListItem__12b20afa{padding:7px 8px;border-radius:8px}.dropdownDesktopList__289212c8.md__1bbcd5aa .dropdownDesktopListLoader__3b2836da{margin:-2px auto}.dropdownDesktopList__289212c8.lg__4af3bf7c{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__289212c8.lg__4af3bf7c .dropdownDesktopListItem__12b20afa{padding:14px 8px;border-radius:10px}.dropdownDesktopList__289212c8.lg__4af3bf7c .dropdownDesktopListLoader__3b2836da{margin:-6px auto}.dropdownDesktopListItem__12b20afa{color:var(--triplex-next-DropdownList-Color-1-9-0);background:var(--triplex-next-DropdownList-Background_Default-1-9-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__12b20afa+.dropdownDesktopListItem__12b20afa{margin-top:2px}.dropdownDesktopListItem__12b20afa.active__696f8d37{background:var(--triplex-next-DropdownList-Background_Active-1-9-0);cursor:pointer}.dropdownDesktopListItem__12b20afa.selected__c8cc18fd{background:var(--triplex-next-DropdownList-Background_Selected-1-9-0);cursor:default}.notificationIcon__62ffc4d3{position:absolute;right:4px;top:4px}.loaderSmall__cf06a548{display:flex;justify-content:center;align-items:center}.loaderSmall__cf06a548.sm__9b8e768c{width:16px;height:16px;gap:2px}.loaderSmall__cf06a548.sm__9b8e768c .dot__0266bc01{width:4px;height:4px}.loaderSmall__cf06a548.md__30c7b7a0{width:24px;height:24px;gap:3px}.loaderSmall__cf06a548.md__30c7b7a0 .dot__0266bc01{width:6px;height:6px}.loaderSmall__cf06a548.lg__684c7329{width:32px;height:32px;gap:4px}.loaderSmall__cf06a548.lg__684c7329 .dot__0266bc01{width:8px;height:8px}.loaderSmall__cf06a548.neutral__7e498a75 .dot__0266bc01{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-9-0)}.loaderSmall__cf06a548.brand__3ff559be .dot__0266bc01{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-9-0)}.loaderSmall__cf06a548 .dot__0266bc01{border-radius:50%}.loaderSmall__cf06a548 .dot1__35603660{animation:dotCycleSmall__76e0bc86 .9s infinite}.loaderSmall__cf06a548 .dot2__4f855127{animation:dotCycleSmall__76e0bc86 .9s infinite .15s}.loaderSmall__cf06a548 .dot3__e017b2ff{animation:dotCycleSmall__76e0bc86 .9s infinite .3s}@keyframes dotCycleSmall__76e0bc86{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__460b2f5a{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-9-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__75e3db17{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__75e3db17 .dot__0266bc01{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-9-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__75e3db17 .dot1__35603660{top:0;left:0;animation:dotCycleMiddle__0855733a 3s infinite}.loaderMiddleDots__75e3db17 .dot2__4f855127{right:0;top:0;opacity:.7;animation:dotCycleMiddle__0855733a 3s infinite .74s}.loaderMiddleDots__75e3db17 .dot3__e017b2ff{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__0855733a 3s infinite 1.5s}.loaderMiddleDots__75e3db17 .dot4__a17ae7db{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__0855733a 3s infinite 2.25s}.loaderMiddleDots__75e3db17 .line__b2d04c3c{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-9-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__a2d63067 3s infinite}@keyframes lineCycle__a2d63067{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__0855733a{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__d16a67a6{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__d16a67a6:enabled{cursor:pointer}.buttonIcon__d16a67a6.circle__6dc89a71{border-radius:50%}.buttonIcon__d16a67a6.squircle__013e0617{border-radius:4px}.buttonIcon__d16a67a6:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-9-0)}.dropdownMobileInput__5e92c473{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-9-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__5e92c473::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-9-0);opacity:1}.dropdownMobileInput__5e92c473::-ms-clear{display:none}.tabsLineWrapper__d6bf3deb[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__d6bf3deb[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__d6bf3deb[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__d6bf3deb[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__d6bf3deb{position:relative}.tabsLineWrapper__d6bf3deb.withSeparator__28da93e3:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-9-0);bottom:0;left:0;right:0}.tabsLine__97b1f78d{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__97b1f78d:has(.sm__b3b46b34){height:28px}.tabsLine__97b1f78d:has(.md__ba5168dd){height:40px}.tabsLine__97b1f78d:has(.lg__2b4b5a55){height:56px}.tab__1982d231{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__1982d231.sm__b3b46b34{height:28px;padding-bottom:12px}.tab__1982d231.md__ba5168dd{height:40px;padding-top:8px;padding-bottom:12px}.tab__1982d231.lg__2b4b5a55{height:56px;padding-top:16px;padding-bottom:20px}.tab__1982d231::-moz-focus-inner{border:none;padding:0}.tab__1982d231:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-9-0)}.tab__1982d231.active__82f6ea15{cursor:default}.tab__1982d231: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__1982d231:hover:after,.tab__1982d231:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-9-0)}.tab__1982d231.active__82f6ea15:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-9-0)}.notificationIcon__7282bbe0{position:absolute;right:6px}.sm__b3b46b34 .notificationIcon__7282bbe0{top:0}.md__ba5168dd .notificationIcon__7282bbe0{top:8px}.lg__2b4b5a55 .notificationIcon__7282bbe0{top:16px}.tabsLineDropdown__fc43b757{display:inline-block}.tabsLineDropdown__fc43b757 .dropdownTarget__b37519e9.active__82f6ea15{cursor:pointer}.tabsLineDropdown__fc43b757 .dropdownTargetInner__854450bc{display:inline-flex;align-items:center}.tabsLineDropdown__fc43b757 .dropdownTargetCaret__545fce3a{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__fc43b757 .dropdownTargetCaret__545fce3a.opened__26aa366f{transform:rotate(-180deg)}.tabsLineDropdown__fc43b757 .dropdown__80dac389{right:0;padding:4px}.tabsLineMobileWrapper__fc93b522{position:relative}.tabsLineMobileWrapper__fc93b522 .tab__1982d231{flex-shrink:0}.tabsLineMobileWrapper__fc93b522 .tab__1982d231:first-child{margin-left:16px}.tabsLineMobileWrapper__fc93b522 .tab__1982d231:last-child{margin-right:16px}.tabsLineMobile__404f0565{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__404f0565::-webkit-scrollbar{display:none}.label__ab8d5c22{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__ab8d5c22.md__fdf9a2de{min-height:24px;min-width:24px}.label__ab8d5c22.md__fdf9a2de.nonempty__23d20671{padding-left:32px;padding-top:2px}.label__ab8d5c22.lg__6b7a59b6{min-width:28px;min-height:28px}.label__ab8d5c22.lg__6b7a59b6.nonempty__23d20671{padding-left:40px;padding-top:4px}.label__ab8d5c22.disabled__d1ec4f12{cursor:default}.radio__6d2c5f73{margin:0;opacity:0}.radioIcon__44b6cffc{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-9-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-9-0)}.radioIcon__44b6cffc:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-9-0);border-radius:50%;transform:scale(0)}.md__fdf9a2de .radioIcon__44b6cffc:after{width:12px;height:12px;top:6px;left:6px}.lg__6b7a59b6 .radioIcon__44b6cffc:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__44b6cffc,.radioIcon__44b6cffc:after{pointer-events:none}.radio__6d2c5f73,.radioIcon__44b6cffc{position:absolute;left:0;top:0}.md__fdf9a2de .radio__6d2c5f73,.md__fdf9a2de .radioIcon__44b6cffc{width:24px;height:24px}.lg__6b7a59b6 .radio__6d2c5f73,.lg__6b7a59b6 .radioIcon__44b6cffc{width:28px;height:28px}.radio__6d2c5f73:enabled{cursor:pointer}.radio__6d2c5f73:checked+.radioIcon__44b6cffc{background:var(--triplex-next-Radio-Background_Checked_Default-1-9-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-9-0)}.radio__6d2c5f73:checked+.radioIcon__44b6cffc:after{transform:scale(1);transition:transform .2s ease-out}.radio__6d2c5f73:hover+.radioIcon__44b6cffc{background-color:var(--triplex-next-Radio-Background_Hover-1-9-0);box-shadow:none}.radio__6d2c5f73:disabled+.radioIcon__44b6cffc{background:var(--triplex-next-Radio-Background_Disabled-1-9-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-9-0)}.radio__6d2c5f73:disabled:checked+.radioIcon__44b6cffc{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-9-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-9-0)}.radio__6d2c5f73:disabled+.radioIcon__44b6cffc:after{background:var(--triplex-next-Radio-Dot_Disabled-1-9-0)}.radio__6d2c5f73:focus-visible+.radioIcon__44b6cffc{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-9-0)}.radio__6d2c5f73:checked:enabled:hover+.radioIcon__44b6cffc{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-9-0)}.radioXGroup__20fc7ff2{display:inline-flex;flex-flow:row wrap}.radioXGroup__20fc7ff2.indent-12__5f3f58e7{margin-left:-6px;margin-right:-6px}.radioXGroup__20fc7ff2.indent-12__5f3f58e7 .label__ab8d5c22{margin-left:6px;margin-right:6px}.radioXGroup__20fc7ff2.indent-16__f95a3760{margin-left:-8px;margin-right:-8px}.radioXGroup__20fc7ff2.indent-16__f95a3760 .label__ab8d5c22{margin-left:8px;margin-right:8px}.radioXGroup__20fc7ff2.indent-20__c36a079d{margin-left:-10px;margin-right:-10px}.radioXGroup__20fc7ff2.indent-20__c36a079d .label__ab8d5c22{margin-left:10px;margin-right:10px}.radioXGroup__20fc7ff2.indent-24__14b10c9d{margin-left:-12px;margin-right:-12px}.radioXGroup__20fc7ff2.indent-24__14b10c9d .label__ab8d5c22{margin-left:12px;margin-right:12px}.radioXGroup__20fc7ff2.indent-28__35c8ff8f{margin-left:-14px;margin-right:-14px}.radioXGroup__20fc7ff2.indent-28__35c8ff8f .label__ab8d5c22{margin-left:14px;margin-right:14px}.radioXGroup__20fc7ff2.indent-32__975bcae2{margin-left:-16px;margin-right:-16px}.radioXGroup__20fc7ff2.indent-32__975bcae2 .label__ab8d5c22{margin-left:16px;margin-right:16px}.radioYGroup__71a88a48{display:inline-flex;flex-flow:column wrap}.radioYGroup__71a88a48 .label__ab8d5c22.md__fdf9a2de+.label__ab8d5c22.md__fdf9a2de{margin-top:16px}.radioYGroup__71a88a48 .label__ab8d5c22.lg__6b7a59b6+.label__ab8d5c22.lg__6b7a59b6{margin-top:20px}.notification__cc3f1920{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-9-0);background:var(--triplex-next-Notification-Background-1-9-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-9-0);z-index:300}.notification__cc3f1920:first-child{margin-top:0}.notification__cc3f1920.extraBottomPadding__ea8b1bed{padding-bottom:24px}.notification__cc3f1920 .notificationHeader__1a05e3fd{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-9-0);width:100%;margin-top:0;margin-bottom:8px}.notification__cc3f1920 .notificationIcon__267c8b4a{line-height:0}.notification__cc3f1920 .notificationBody__f5ec05a6{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__cc3f1920 .notificationBodyList__d792e035{margin-top:8px}.notification__cc3f1920 .notificationBodyContent__8dd81e8b{width:100%;font-size:14px}.notification__cc3f1920 .notificationClose__6fb144f5{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__cc3f1920.showCloseOnHover__a96d5cb5 .notificationClose__6fb144f5{opacity:0}.notification__cc3f1920.showCloseOnHover__a96d5cb5:hover{cursor:pointer}.notification__cc3f1920.showCloseOnHover__a96d5cb5:hover .notificationClose__6fb144f5{opacity:1}.notification__cc3f1920 .notificationFooter__8133a731{display:flex;align-items:center;margin-top:16px}.notification__cc3f1920 .notificationFooter__8133a731 button+a{margin-left:16px}.notification__cc3f1920 .notificationTime__1ab63dbd{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-9-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__66eb15ec{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__66eb15ec:hover{cursor:pointer}.notificationGroupedWrapper__66eb15ec .notificationGroupedFooterItem__d3557db0{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-9-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-9-0)}.notificationGroupedWrapper__66eb15ec .notificationGroupedFooterItem__d3557db0.first__bfb6c221{bottom:-8px;z-index:200}.notificationGroupedWrapper__66eb15ec .notificationGroupedFooterItem__d3557db0.second__58766c8e{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__cc3f1920,.notificationGroupedWrapper__66eb15ec{width:100%}}.unorderedListItem__e692aa19:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__e692aa19+.unorderedListItem__e692aa19{margin-top:8px}.unorderedList__78664f19{position:relative;margin:0;padding-left:14px;list-style:none}.button__1ed8a1f5.general__ed11e048{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-9-0);color:var(--triplex-next-Button-General_Color_Default-1-9-0)}.button__1ed8a1f5.general__ed11e048:hover{background:var(--triplex-next-Button-General_Background_Hover-1-9-0);color:var(--triplex-next-Button-General_Color_Hover-1-9-0)}.button__1ed8a1f5.general__ed11e048.expanded__9d644bc8,.button__1ed8a1f5.general__ed11e048:active{background:var(--triplex-next-Button-General_Background_Active-1-9-0);color:var(--triplex-next-Button-General_Color_Active-1-9-0)}.button__1ed8a1f5.general__ed11e048:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-9-0)}.button__1ed8a1f5.general__ed11e048:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-9-0);color:var(--triplex-next-Button-General_Color_Disabled-1-9-0)}.button__1ed8a1f5.secondary__831a87d2{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-9-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-9-0)}.button__1ed8a1f5.secondary__831a87d2:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-9-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-9-0)}.button__1ed8a1f5.secondary__831a87d2.expanded__9d644bc8,.button__1ed8a1f5.secondary__831a87d2:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-9-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-9-0)}.button__1ed8a1f5.secondary__831a87d2:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-9-0)}.button__1ed8a1f5.secondary__831a87d2:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-9-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-9-0)}.button__1ed8a1f5.secondaryLight__3b458f98{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-9-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-9-0)}.button__1ed8a1f5.secondaryLight__3b458f98:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-9-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-9-0)}.button__1ed8a1f5.secondaryLight__3b458f98.expanded__9d644bc8,.button__1ed8a1f5.secondaryLight__3b458f98:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-9-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-9-0)}.button__1ed8a1f5.secondaryLight__3b458f98:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-9-0)}.button__1ed8a1f5.secondaryLight__3b458f98:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-9-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-9-0)}.button__1ed8a1f5.danger__80bdd930{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-9-0);color:var(--triplex-next-Button-Danger_Color_Default-1-9-0)}.button__1ed8a1f5.danger__80bdd930:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-9-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-9-0)}.button__1ed8a1f5.danger__80bdd930.expanded__9d644bc8,.button__1ed8a1f5.danger__80bdd930:active{background:var(--triplex-next-Button-Danger_Background_Active-1-9-0);color:var(--triplex-next-Button-Danger_Color_Active-1-9-0)}.button__1ed8a1f5.danger__80bdd930:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-9-0)}.button__1ed8a1f5.danger__80bdd930:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-9-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-9-0)}.button__1ed8a1f5.link__847afb50{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-9-0);padding:0}.button__1ed8a1f5.link__847afb50.sm__c38bb2f2{height:28px;min-width:0px;padding:6px 2px}.button__1ed8a1f5.link__847afb50.md__a9166609{height:40px;min-width:0px;padding:10px 2px}.button__1ed8a1f5.link__847afb50.lg__21df9902{height:56px;min-width:0px;padding:18px 2px}.button__1ed8a1f5.link__847afb50:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-9-0)}.button__1ed8a1f5.link__847afb50.expanded__9d644bc8,.button__1ed8a1f5.link__847afb50:active{color:var(--triplex-next-Button-Link_Color_Active-1-9-0)}.button__1ed8a1f5.link__847afb50:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-9-0)}.button__1ed8a1f5.link__847afb50:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-9-0)}.button__1ed8a1f5{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__1ed8a1f5::-moz-focus-inner{border:none;padding:0}.button__1ed8a1f5.sm__c38bb2f2{line-height:16px;font-size:12px}.button__1ed8a1f5.sm__c38bb2f2.general__ed11e048,.button__1ed8a1f5.sm__c38bb2f2.secondary__831a87d2,.button__1ed8a1f5.sm__c38bb2f2.secondaryLight__3b458f98,.button__1ed8a1f5.sm__c38bb2f2.danger__80bdd930{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__1ed8a1f5.sm__c38bb2f2.icon__a5f79d8e{min-height:28px;min-width:28px;padding:4px}.button__1ed8a1f5.md__a9166609{line-height:20px;font-size:14px}.button__1ed8a1f5.md__a9166609.general__ed11e048,.button__1ed8a1f5.md__a9166609.secondary__831a87d2,.button__1ed8a1f5.md__a9166609.secondaryLight__3b458f98,.button__1ed8a1f5.md__a9166609.danger__80bdd930{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__1ed8a1f5.md__a9166609.icon__a5f79d8e{min-height:40px;min-width:40px;padding:10px}.button__1ed8a1f5.lg__21df9902{line-height:20px;font-size:16px}.button__1ed8a1f5.lg__21df9902.general__ed11e048,.button__1ed8a1f5.lg__21df9902.secondary__831a87d2,.button__1ed8a1f5.lg__21df9902.secondaryLight__3b458f98,.button__1ed8a1f5.lg__21df9902.danger__80bdd930{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__1ed8a1f5.lg__21df9902.icon__a5f79d8e{min-height:56px;min-width:56px;padding:12px}.button__1ed8a1f5:disabled{cursor:default}.button__1ed8a1f5:disabled *{pointer-events:none}.button__1ed8a1f5+.button__1ed8a1f5:not(.block__3b97a234){margin-left:12px}.button__1ed8a1f5 .content__c9cbdebc{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__1ed8a1f5.block__3b97a234{display:block;width:100%}.button__1ed8a1f5.loading__6f00487b{pointer-events:none}.button__1ed8a1f5.loading__6f00487b .content__c9cbdebc{visibility:hidden}.button__1ed8a1f5 .loader__4d6e10a2{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__1ed8a1f5 .loader__4d6e10a2.hidden__512f21f9{visibility:hidden}.buttonDropdownExtended__b95ea993{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__b95ea993 .buttonDropdownExtendedBlock__d9d838b1{padding:4px;margin-top:4px;right:0}.buttonDropdown__4c19165a.block__3b97a234{display:block}.buttonDropdown__4c19165a+.button__1ed8a1f5:not(.block__3b97a234),.buttonDropdown__4c19165a+.buttonDropdown__4c19165a:not(.block__3b97a234){margin-left:16px}.buttonDropdown__4c19165a .buttonDropdownTarget__5fd4da61 .caretIcon__1799f96b{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__4c19165a .buttonDropdownTarget__5fd4da61.active__125fef73 .caretIcon__1799f96b{transform:rotate(-180deg)}.buttonDropdown__4c19165a .buttonDropdownMenuItem__d2c781f4{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__aa89deca{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__194ef031{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__0a76032f{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__4f44d3e2{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-9-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__6198b969{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__6198b969 .modalWindowContentWrapper__4b86913a{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__aa89deca .6s ease}.modalWindow__6198b969 .modalWindowContent__7db0260b{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__6198b969 .modalWindowContent__7db0260b .modalWindowBody__11dd505c{box-sizing:border-box;animation:fadeIn__45a75740 .3s ease}@keyframes fadeIn__45a75740{0%{opacity:0}to{opacity:1}}.modalWindow__6198b969 .modalWindowContent__7db0260b .spinnerSm__3a74d5ce{display:none}@media (max-width: 767px){.modalWindow__6198b969 .modalWindowContent__7db0260b .spinner__c1c1d185{display:none}.modalWindow__6198b969 .modalWindowContent__7db0260b .spinnerSm__3a74d5ce{display:flex}}.global-modalWindowTransition-exit .modalWindow__6198b969 .modalWindowContentWrapper__4b86913a{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__194ef031 .3s ease}.global-modalWindowTransition-exit .modalWindow__6198b969 .modalWindowContentWrapper__4b86913a .modalWindowBody__11dd505c{animation:fadeOut__506e821e .3s ease}@keyframes fadeOut__506e821e{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__b89c3dfe{position:absolute;left:0;right:0;height:0}.modalWindow__6198b969.sm__d1d1a373 .modalWindowContentWrapper__4b86913a{max-width:480px}.modalWindow__6198b969.sm__d1d1a373 .modalWindowContent__7db0260b .modalWindowBody__11dd505c{min-height:196px}@media (max-width: 575px){.modalWindow__6198b969.sm__d1d1a373 .modalWindowContentWrapper__4b86913a{max-width:100%}}.modalWindow__6198b969.md__c804f68b .modalWindowContentWrapper__4b86913a{max-width:600px}.modalWindow__6198b969.md__c804f68b .modalWindowContent__7db0260b .modalWindowBody__11dd505c{min-height:246px}@media (max-width: 767px){.modalWindow__6198b969.md__c804f68b .modalWindowContentWrapper__4b86913a{max-width:100%}}.modalWindow__6198b969.lg__16e34902 .modalWindowContentWrapper__4b86913a{max-width:800px}.modalWindow__6198b969.lg__16e34902 .modalWindowContent__7db0260b .modalWindowBody__11dd505c{min-height:396px}@media (max-width: 991px){.modalWindow__6198b969.lg__16e34902 .modalWindowContentWrapper__4b86913a{max-width:100%}}.modalWindowContentPage__c775aedb{background:var(--triplex-next-ModalWindow-Background-1-9-0);padding:8px!important}.modalWindowContentPage__c775aedb,.modalWindowLoaderScreen__664f39fd{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__c775aedb,.modalWindowLoaderScreen__664f39fd{border-radius:24px}}.islandBody__77bb257c{display:block}.islandHeader__f4cfbcaa,.islandFooter__44b2f756,.island__30a90558{position:relative}.island__30a90558.type1__092cc0eb{background-color:var(--triplex-next-Island-Type1_Background-1-9-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-9-0)}.island__30a90558.type2__55f20d8b{background-color:var(--triplex-next-Island-Type2_Background-1-9-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-9-0)}.island__30a90558.type3__9367e584{background-color:var(--triplex-next-Island-Type3_Background-1-9-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-9-0)}.island__30a90558.sm__a6586d6a{border-radius:16px;padding:16px}.island__30a90558.sm__a6586d6a .islandHeader__f4cfbcaa+.islandBody__77bb257c,.island__30a90558.sm__a6586d6a .islandHeader__f4cfbcaa+.islandFooter__44b2f756,.island__30a90558.sm__a6586d6a .islandBody__77bb257c+.islandFooter__44b2f756{margin-top:8px}.island__30a90558.md__96a66f04{border-radius:24px;padding:24px}.island__30a90558.md__96a66f04 .islandHeader__f4cfbcaa+.islandBody__77bb257c,.island__30a90558.md__96a66f04 .islandHeader__f4cfbcaa+.islandFooter__44b2f756,.island__30a90558.md__96a66f04 .islandBody__77bb257c+.islandFooter__44b2f756{margin-top:12px}.island__30a90558.lg__7ee0934e{border-radius:32px;padding:32px}.island__30a90558.lg__7ee0934e .islandHeader__f4cfbcaa+.islandBody__77bb257c,.island__30a90558.lg__7ee0934e .islandHeader__f4cfbcaa+.islandFooter__44b2f756,.island__30a90558.lg__7ee0934e .islandBody__77bb257c+.islandFooter__44b2f756{margin-top:16px}@media (max-width: 767px){.island__30a90558.sm__a6586d6a,.island__30a90558.md__96a66f04{border-radius:16px;padding:16px}.island__30a90558.lg__7ee0934e{border-radius:24px;padding:24px}}.modalWindowBody__11dd505c{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__4410aa39{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__4410aa39{top:20px;right:20px}}.loaderScreen__0e1130de{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__0e1130de.loaderSmallBackdrop__f830a956{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-9-0)}.loaderScreen__0e1130de.loaderMiddleBackdrop__161232ec{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-9-0)}.body__ee74424a{position:relative;display:flex}.body__ee74424a .bodyInner__07e74e9b{position:relative;flex-grow:1;width:100%}.bodyPage__78b2c8b5{flex-grow:1}.verticalMargin24__3b42f159{margin-top:24px;margin-bottom:24px}.verticalMargin16__97b144cb{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__3b42f159{margin-top:16px;margin-bottom:16px}.verticalMargin16__97b144cb{margin-top:8px;margin-bottom:8px}}.headerTabs__8243e5cc{display:flex;justify-content:space-between}.headerTabs__8243e5cc .headerTabsContent__75973947{flex-grow:1}.headerTabs__8243e5cc .headerTabsControls__71f6772c{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__8243e5cc{flex-wrap:wrap}.headerTabs__8243e5cc .headerTabsContent__75973947{width:100%}.headerTabs__8243e5cc .headerTabsControls__71f6772c{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__8243e5cc .headerTabsControls__71f6772c>button{margin-left:16px;margin-top:16px}}.headerTitle__0531810f{display:flex;justify-content:space-between}.headerTitle__0531810f .headerTitleControls__51d036d1{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__bf96b74c+.headerTitle__0531810f{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__0531810f{flex-wrap:wrap}.headerTitle__0531810f .headerTitleContent__250ffe15{width:100%}.headerTitle__0531810f .headerTitleControls__51d036d1{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__0531810f .headerTitleControls__51d036d1>button{margin-left:16px;margin-top:16px}}.headerSubheader__aafe6146{padding:24px 0}.headerSubheader__aafe6146.withoutPaddings__6d0149a0{padding:0}.headerLayoutSidebar__9bfea788{display:flex;justify-content:space-between}.headerLayoutSidebarContent__3f24ba24{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__6ba59854{display:none}}.page__b6c8db2f{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__b6c8db2f{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__3bdd3c33.sticky__34405852{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__3bdd3c33.sticky__34405852[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-9-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__ae5d7475.sticky__34405852{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__ae5d7475.sticky__34405852[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-9-0)!important}.footerDescription__b4b7f011{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__5c1ace58{flex-grow:1;margin-right:auto}.footerDescriptionControls__71591f5b{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__b4b7f011{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__5c1ace58{width:100%}.footerDescriptionControls__71591f5b{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__71591f5b>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__5c1ace58+.footerDescriptionControls__71591f5b{margin-top:0}.footer__2a2600f5{padding:16px 0}}.modalWindowHeader__4b3a897a .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__4b3a897a .global-HeaderTitleContent{padding-right:72px}}.list__ce2c30cf{margin:0;padding:0;list-style:none;position:relative}.listItemControls__b1144426{display:flex;padding:0 16px 0 4px}.listItemContent__6bbcb012{background:var(--triplex-next-ListItem-Background-1-9-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__6bbcb012.selected__4146a03a{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-9-0)}.listItemControlsButton__a9841f79{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-9-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__a9841f79:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-9-0)}.listItemControlsButton__a9841f79:hover .listItemControlsButtonLabel__e458e35a{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-9-0)!important}.listItemControlsButton__a9841f79.expanded__8621e720,.listItemControlsButton__a9841f79:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-9-0)}.listItemControlsButton__a9841f79.expanded__8621e720 .listItemControlsButtonLabel__e458e35a,.listItemControlsButton__a9841f79:active .listItemControlsButtonLabel__e458e35a{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-9-0)!important}.listItemControlsButton__a9841f79+.listItemControlsButton__a9841f79,.listItemControlsButton__a9841f79+.listItemControlsButtonDropdown__f3aa3a6c{margin-left:4px}.listItemControlsButtonIcon__af00624a{line-height:0}.listItemControlsButton__a9841f79.withText__5609fae8 .listItemControlsButtonIcon__af00624a{margin-bottom:8px}.listItemControlsButtonLabel__e458e35a{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-9-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__f3aa3a6c{display:flex}.listItemControlsButtonInner__ee00f40f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__a9841f79.withIcon__bdae166c.withText__5609fae8 .listItemControlsButtonInner__ee00f40f{height:44px;overflow:visible}.buttonDropdownMenuItem__2e47814e{overflow:hidden;text-overflow:ellipsis}.listEmptyState__a3f8d511{padding:64px 16px 16px;text-align:center}.listItemLoading__d351873f{height:24px;padding:12px 0;position:relative}.label__92b5453e{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__92b5453e.md__3f88274b{min-width:24px;min-height:24px}.label__92b5453e.md__3f88274b.nonempty__6c0a029a{padding-left:32px;padding-top:2px}.label__92b5453e.lg__0905ba84{min-width:28px;min-height:28px}.label__92b5453e.lg__0905ba84.nonempty__6c0a029a{padding-left:40px;padding-top:4px}.label__92b5453e.disabled__2236a617{cursor:default}.label__92b5453e[hidden]{display:none}.checkbox__54e86381{margin:0;opacity:0}.checkboxIcon__e460307b{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-9-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-9-0)}.checkmarkIcon__fef1c782{transform:scale(0)}.checkmarkIcon__fef1c782 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-9-0)}.checkboxIcon__e460307b,.checkmarkIcon__fef1c782{pointer-events:none}.checkbox__54e86381,.checkboxIcon__e460307b,.checkmarkIcon__fef1c782{position:absolute;left:0;top:0}.md__3f88274b .checkbox__54e86381,.md__3f88274b .checkboxIcon__e460307b,.md__3f88274b .checkmarkIcon__fef1c782{width:24px;height:24px}.lg__0905ba84 .checkbox__54e86381,.lg__0905ba84 .checkboxIcon__e460307b,.lg__0905ba84 .checkmarkIcon__fef1c782{width:28px;height:28px}.checkbox__54e86381:enabled{cursor:pointer}.checkbox__54e86381:enabled:hover+.checkboxIcon__e460307b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-9-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-9-0)}.checkbox__54e86381:checked+.checkboxIcon__e460307b{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-9-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-9-0)}.checkbox__54e86381:checked~.checkmarkIcon__fef1c782{transform:scale(1);transition:transform .2s ease-out}.checkbox__54e86381:disabled+.checkboxIcon__e460307b{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-9-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-9-0)}.checkbox__54e86381:disabled:checked+.checkboxIcon__e460307b{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-9-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-9-0)}.checkbox__54e86381:disabled~.checkmarkIcon__fef1c782 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-9-0)}.checkbox__54e86381:focus-visible+.checkboxIcon__e460307b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-9-0)}.checkbox__54e86381:checked:enabled:hover+.checkboxIcon__e460307b{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-9-0)}.listItemSelectable__60b68002{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-9-0);border-radius:8px}.listItemSelectable__60b68002.selected__4146a03a{background:var(--triplex-next-ListItem-Background_Selected-1-9-0)}.checkboxWrapper__1a28d233{padding:16px;line-height:0}.childrenWrapper__864043a3{flex-grow:1}.checkboxLabel__9b5ad534{padding:0!important;position:relative}.checkboxLabelClickArea__6dbac7ad{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__94da54d2{position:relative;overflow:hidden}.swipeableArea__94da54d2 .content__753c4c4b{position:relative;touch-action:pan-y}.swipeableArea__94da54d2 .content__753c4c4b.disableScroll__2712207e{touch-action:none}.swipeableArea__94da54d2 .content__753c4c4b.disablePointerEvents__b0d5fac6:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__94da54d2 .swipeAnimationFinish__2751c63a{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__94da54d2 .leftContent__3f82f179,.swipeableArea__94da54d2 .rightContent__519b21f7{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__94da54d2 .rightContent__519b21f7{left:auto;right:0}.listItemTail__96e7673b{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__51b44095{background:var(--triplex-next-ListMaster-Background-1-9-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__5bc5ad66{position:absolute;top:0;left:0;right:0}.listItemTailTop__5bc5ad66:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-9-0)}.listItemTailTop__5bc5ad66:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-9-0)}.listItemTailBottom__a4899848{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__a4899848:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-9-0)}.listItemTailBottom__a4899848:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-9-0)}.listItemTailRight__28e4ea28{right:-8px}.listItemTailLeft__928179c6{left:-8px}.listItemTable__433811d1{margin-bottom:4px}.listItemTable__433811d1:last-child{margin-bottom:0}.listSortableItemTarget__9000b030{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-9-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__9000b030:hover{background:var(--triplex-next-ListItem-Background_Selected-1-9-0)}.listSortableItemTarget__9000b030.dragging__6bbade8a{background:var(--triplex-next-ListItem-Background_Dragging-1-9-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-9-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__cada9335{flex:1}.listSortableItemTargetIcon__f81dfaf2{display:block;margin-left:24px}.listSortableItem__4301c1fa{position:relative}.listSortableItem__4301c1fa.dragging__6bbade8a{z-index:1}.listSortableItemControls__62bc32c4{display:inline-block}.islandWidgetHeader__73f6c3ae{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__73f6c3ae .islandWidgetHeaderContent__a833b885{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__73f6c3ae .islandWidgetHeaderDescription__fd4998a6{display:flex}@media (max-width: 767px){.islandWidgetHeader__73f6c3ae{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__8eee2d21{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__d7154c1f{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__483cc12e{margin-left:auto;white-space:nowrap}.expandAnimation__f30d2f23{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__663cf4a2{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-9-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__663cf4a2{border-radius:0 0 16px 16px}}.islandWidget__0543cbf8{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__0543cbf8>*{height:100%}.islandWidgetWithExtraFooter__f04b5ceb:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-9-0)!important}.islandWidgetWrapper__204a377d{display:flex;flex-direction:column}.formFieldClear__138e6e87{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__138e6e87.hidden__d95b6515{opacity:0;pointer-events:none}.formFieldTarget__93f21aa9{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-9-0)}.formFieldTarget__93f21aa9.placeholder__513edcd8{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-9-0)}.formFieldTarget__93f21aa9.disabled__321ded10{color:var(--triplex-next-FormField-Target_Color_Disabled-1-9-0)}.formFieldTarget__93f21aa9.size-sm__0342c804{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__93f21aa9.size-md__44c0c360{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__93f21aa9.size-lg__0645dd02{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__93f21aa9 .placeholderWrapper__dd4daecf{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__93f21aa9:focus .placeholderWrapper__dd4daecf{opacity:1}.formFieldTextarea__93c39873{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-9-0);resize:none;font-family:inherit}.formFieldTextarea__93c39873.sm__30a74f13{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__93c39873.md__a911a75e{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__93c39873.lg__8d22d5ef{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__93c39873:focus{outline:none}.formFieldTextarea__93c39873:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-9-0)}.formFieldTextarea__93c39873::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-9-0)}.chipGroupItem__175c9eb0{display:inline-block}.chip__83ddf80f{background:var(--triplex-next-Chip-Background_Default-1-9-0);color:var(--triplex-next-Chip-Color_Default-1-9-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__83ddf80f.lg__21c38189{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__83ddf80f.lg__21c38189 .prefix__803f084e{padding-left:16px}.chip__83ddf80f.lg__21c38189 .postfix__875d0104{padding-right:16px}.chip__83ddf80f.md__3ba605d9{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__83ddf80f.md__3ba605d9 .prefix__803f084e{padding-left:12px}.chip__83ddf80f.md__3ba605d9 .postfix__875d0104{padding-right:12px}.chip__83ddf80f.sm__2dd26a1d{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__83ddf80f.sm__2dd26a1d .prefix__803f084e{padding-left:8px}.chip__83ddf80f.sm__2dd26a1d .postfix__875d0104{padding-right:8px}.chip__83ddf80f:hover{background:var(--triplex-next-Chip-Background_Hover-1-9-0);color:var(--triplex-next-Chip-Color_Hover-1-9-0)}.chip__83ddf80f:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-9-0)}.chip__83ddf80f:active,.chip__83ddf80f[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-9-0);color:var(--triplex-next-Chip-Color_Active-1-9-0)}.chip__83ddf80f.disabled__6d9b2e20{background:var(--triplex-next-Chip-Background_Disabled-1-9-0);color:var(--triplex-next-Chip-Color_Disabled-1-9-0);cursor:default;pointer-events:none}.chip__83ddf80f.selected__06fb69a8{background:var(--triplex-next-Chip-Background_Selected_Default-1-9-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-9-0)}.chip__83ddf80f.selected__06fb69a8:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-9-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-9-0)}.chip__83ddf80f.selected__06fb69a8:active,.chip__83ddf80f.selected__06fb69a8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-9-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-9-0)}.chip__83ddf80f.selected__06fb69a8.disabled__6d9b2e20{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-9-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-9-0)}.chip__83ddf80f.withPrefix__de930ca1{padding-left:0}.chip__83ddf80f.withPostfix__1567d8e4{padding-right:0}.chip__83ddf80f .content__136d97b9{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__83ddf80f .prefix__803f084e,.chip__83ddf80f .postfix__875d0104{display:flex}.chipClearButton__d5b99791{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__d5b99791:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-9-0)}.chipDropdownArrow__8afef160{transition:transform .3s ease}.chipDropdownArrow__8afef160.rotated__e01cc0a5{transform:rotate(-180deg)}.selectExtendedFieldTarget__cc82d396{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__cc82d396 .caretIcon__e656c8f7{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__cc82d396.selectOpened__a0928ea8 .caretIcon__e656c8f7{transform:rotate(180deg)}.selectExtendedFieldTarget__cc82d396.loading__80265935,.selectExtendedFieldTarget__cc82d396.disabled__00c48124{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__4fbd4046{position:relative}.multiselectFieldHeader__124b079f{padding:12px}.multiselectFieldContentWrapper__cb0cf44e{padding:0 12px}.multiselectFieldContentWrapper__cb0cf44e .multiselectFieldContent__f24ac551{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__cb0cf44e .multiselectFieldContent__f24ac551.sm__63db7133{height:204px}.multiselectFieldContentWrapper__cb0cf44e .multiselectFieldContent__f24ac551.md__3d72cea7{height:245px}.multiselectFieldContentWrapper__cb0cf44e .multiselectFieldContent__f24ac551.lg__5d1b5bf5{height:324px}.multiselectFieldFooter__825363d1{padding:0 12px 12px}.multiselectFieldFooter__825363d1:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-9-0)}.chipOptionsContent__255dab8b{min-width:14px;text-align:center;display:block}.tooltipDesktop__e74be52e{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__e74be52e .tooltipBody__566310b1{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-9-0)}.tooltipDesktop__e74be52e .tooltipXButton__26b81c3c{position:absolute;right:8px;top:8px}.tooltipDesktopContent__10cd3719{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-9-0);border-radius:8px}.closable__5ef19e8c .tooltipDesktopContent__10cd3719{padding-right:32px}.tooltipSM__63e1c1ca .tooltipDesktopContent__10cd3719{width:192px;min-height:52px}.tooltipLG__e70483b5 .tooltipDesktopContent__10cd3719{width:384px;min-height:52px}.tooltipOverlay__4c43488c{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__9e063ac1{width:0;height:0}.tooltipDesktopTip__9e063ac1.down__23ba2b14{border-top:solid var(--triplex-next-Tooltip-Background-1-9-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__9e063ac1.up__f202e134{border-bottom:solid var(--triplex-next-Tooltip-Background-1-9-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__9e063ac1.left__1a82a8b2{border-right:solid var(--triplex-next-Tooltip-Background-1-9-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__9e063ac1.right__d292f4e8{border-left:solid var(--triplex-next-Tooltip-Background-1-9-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__23f1bc66 .tooltipBody__566310b1{text-align:left}.tooltipMobile__23f1bc66 .tooltipXButton__26b81c3c{position:absolute;right:16px;top:16px}.tooltipMobileContent__ee4b4a57{padding:16px}.headerless__4c3ac3b7 .tooltipMobileContent__ee4b4a57{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__5d83ea9a{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__486a2b16{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-9-0)}.desktop__486a2b16:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-9-0)}.desktop__486a2b16:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-9-0)}.desktop__486a2b16:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-9-0)}.mobile__9a4b18e6{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-9-0)}.mobile__9a4b18e6:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-9-0)}.mobile__9a4b18e6:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-9-0)}.mobile__9a4b18e6:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-9-0)}.chipSuggestInputWrapper__0300a35a{margin:12px}.suggestDropdownMobileBody__72f875a8{height:176px}.suggestDropdownMobileNoOptionsText__f90ad4a0{padding:16px}.checkboxXGroup__3968271d{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__3968271d.indent-12__eac26b1b{margin-left:-6px;margin-right:-6px}.checkboxXGroup__3968271d.indent-12__eac26b1b .label__92b5453e{margin-left:6px;margin-right:6px}.checkboxXGroup__3968271d.indent-16__64abd57f{margin-left:-8px;margin-right:-8px}.checkboxXGroup__3968271d.indent-16__64abd57f .label__92b5453e{margin-left:8px;margin-right:8px}.checkboxXGroup__3968271d.indent-20__76356a78{margin-left:-10px;margin-right:-10px}.checkboxXGroup__3968271d.indent-20__76356a78 .label__92b5453e{margin-left:10px;margin-right:10px}.checkboxXGroup__3968271d.indent-24__4c621e17{margin-left:-12px;margin-right:-12px}.checkboxXGroup__3968271d.indent-24__4c621e17 .label__92b5453e{margin-left:12px;margin-right:12px}.checkboxXGroup__3968271d.indent-28__da215e45{margin-left:-14px;margin-right:-14px}.checkboxXGroup__3968271d.indent-28__da215e45 .label__92b5453e{margin-left:14px;margin-right:14px}.checkboxXGroup__3968271d.indent-32__dd4f54f4{margin-left:-16px;margin-right:-16px}.checkboxXGroup__3968271d.indent-32__dd4f54f4 .label__92b5453e{margin-left:16px;margin-right:16px}.checkboxYGroup__561e9513{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__561e9513 .label__92b5453e.lg__0905ba84+.label__92b5453e.lg__0905ba84{margin-top:20px}.checkboxYGroup__561e9513 .label__92b5453e.md__3f88274b+.label__92b5453e.md__3f88274b{margin-top:16px}.card__40400bc5{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__40400bc5.roundingMD__388466be{--radius: 16px}.card__40400bc5.roundingSM__d5d9b0ea{--radius: 8px}.card__40400bc5.general__93b3c57b{background:var(--triplex-next-Card-Static_General_Background-1-9-0)}.card__40400bc5.secondary__daad5bdb{background:var(--triplex-next-Card-Static_Secondary_Background-1-9-0)}.card__40400bc5 .cardMedia__6cb512d8{background-size:cover;background-repeat:no-repeat;background-position:center}.card__40400bc5 .cardContent__3239b3bc{padding:var(--padding)}.card__40400bc5 .cardContent__3239b3bc.paddingMD__046ea3a6{--padding: 24px}.card__40400bc5 .cardContent__3239b3bc.paddingSM__2f6ee017{--padding: 16px}.card__40400bc5 .cardContent__3239b3bc .cardContentHeader__188f23c8{margin-bottom:16px}.card__40400bc5 .cardContent__3239b3bc .cardContentFooter__e3d858d2{margin-top:16px}.action__a80c06ec{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__a80c06ec: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__a80c06ec.general__93b3c57b{background:var(--triplex-next-Card-Action_General_Background-1-9-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-9-0)}.action__a80c06ec.general__93b3c57b:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-9-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-9-0)}.action__a80c06ec.general__93b3c57b.selected__96f618ac{background:var(--triplex-next-Card-Action_General_Background_Selected-1-9-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-9-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-9-0)}.action__a80c06ec.general__93b3c57b.selected__96f618ac:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-9-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-9-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-9-0)}.action__a80c06ec.general__93b3c57b:focus{outline:none}.action__a80c06ec.general__93b3c57b:focus.focusVisible__6ae1a133{box-shadow:var(--triplex-next-Card-Shadow_Default-1-9-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-9-0)}.action__a80c06ec.secondary__daad5bdb{background:var(--triplex-next-Card-Action_Secondary_Background-1-9-0)}.action__a80c06ec.secondary__daad5bdb:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-9-0)}.action__a80c06ec.secondary__daad5bdb.selected__96f618ac{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-9-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-9-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-9-0)}.action__a80c06ec.secondary__daad5bdb.selected__96f618ac:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-9-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-9-0)}.action__a80c06ec.secondary__daad5bdb:focus{outline:none}.action__a80c06ec.secondary__daad5bdb:focus.focusVisible__6ae1a133{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-9-0)}.alertContext__e7c811ba{display:flex;font-size:12px;line-height:16px}.alertContext__e7c811ba>svg{flex-shrink:0}.alertContext__e7c811ba .alertContextText__c5ce8c2b{margin-left:8px}.alertContext__e7c811ba.alertTypeError__1a5820f6 .alertContextText__c5ce8c2b{color:var(--triplex-next-AlertContext-Error_Color-1-9-0)}.alertContext__e7c811ba.alertTypeInfo__fa54cc86 .alertContextText__c5ce8c2b{color:var(--triplex-next-AlertContext-Info_Color-1-9-0)}.alertContext__e7c811ba.alertTypeWarning__b53dd686 .alertContextText__c5ce8c2b{color:var(--triplex-next-AlertContext-Warning_Color-1-9-0)}.alertContext__e7c811ba.alertTypeSystem__5d790867 .alertContextText__c5ce8c2b{color:var(--triplex-next-AlertContext-System_Color-1-9-0)}.alertProcess__d6f0d448{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__d6f0d448.withSpoiler__3e00aae5{min-height:40px}.alertProcess__d6f0d448 .themeIcon__8d2bbcc5{box-sizing:border-box;height:20px;width:20px}.alertProcess__d6f0d448.alertTypeError__1a5820f6{background:var(--triplex-next-AlertProcess-Error_Background-1-9-0)}.alertProcess__d6f0d448.alertTypeInfo__fa54cc86{background:var(--triplex-next-AlertProcess-Info_Background-1-9-0)}.alertProcess__d6f0d448.alertTypeWarning__b53dd686{background:var(--triplex-next-AlertProcess-Warning_Background-1-9-0)}.alertProcess__d6f0d448.alertTypeSystem__5d790867{background:var(--triplex-next-AlertProcess-System_Background-1-9-0)}.alertProcess__d6f0d448.alertTypeFeature__ec89a11a{background:var(--triplex-next-AlertProcess-Feature_Background-1-9-0)}.alertProcess__d6f0d448.alertTypeFeature__ec89a11a .themeIcon__8d2bbcc5{padding-top:0}.alertProcess__d6f0d448 .alertProcessContentBlock__7b91603d{flex:1;margin-left:10px}.alertProcess__d6f0d448 .alertProcessContentBlock__7b91603d:not(:has(+.closeButton__8e87d2a4)){padding-right:26px}.alertProcess__d6f0d448 .alertProcessContentBlock__7b91603d .expandableContent__5c13ff69{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__d6f0d448 .alertProcessContentBlock__7b91603d .expandableContent__5c13ff69.expanded__6ff10db9{max-height:1000px;opacity:1}.alertProcess__d6f0d448 .closeButton__8e87d2a4{margin-left:10px}.alertProcess__d6f0d448 .expandButton__02d8621b{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__d6f0d448 .expandButton__02d8621b.expanded__6ff10db9{transform:rotate(180deg)}.adaptive__a513b80e{font-size:10px!important;line-height:12px!important}.calendarControls__a7d0e907{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-9-0)}.calendarViewDays__5a4cfc86{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9f96593b .calendarViewDays__5a4cfc86{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__fce40eaa,.calendarViewYears__dbc4d4b3{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9f96593b .calendarViewMonths__fce40eaa,.adaptive__9f96593b .calendarViewYears__dbc4d4b3{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__4f455329{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-9-0)}.calendarViewDaysBody__753e3788:before{display:block;content:"";line-height:8px}.adaptive__9f96593b .calendarViewDaysBody__753e3788:before{line-height:4px}.calendarViewItem__1ba04bc7{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__1ba04bc7:focus-visible{outline:none}.calendarViewItem__1ba04bc7.current__e908f7a1{font-weight:600}.calendarViewItem__1ba04bc7.disabled__2637c754{pointer-events:none}.calendarViewItemLabel__3445d38b{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-9-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-9-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-9-0);cursor:pointer}.calendarViewItemLabel__3445d38b:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-9-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-9-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17:hover.basicMark__7c5eaf91:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17:hover.standardMark__1898202d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17:hover.attentionMark__03ce41ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17:hover.criticalMark__7cbcc5dc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17.muted__4031400a{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-9-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17.muted__4031400a:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-9-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17.basicMark__7c5eaf91:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17.standardMark__1898202d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17.attentionMark__03ce41ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-9-0)}.calendarViewItemLabel__3445d38b.selected__4a1e4d17.criticalMark__7cbcc5dc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-9-0)}.calendarViewItemLabel__3445d38b.marked__9ec23a22:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__3445d38b.basicMark__7c5eaf91:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-9-0)}.calendarViewItemLabel__3445d38b.standardMark__1898202d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-9-0)}.calendarViewItemLabel__3445d38b.attentionMark__03ce41ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-9-0)}.calendarViewItemLabel__3445d38b.criticalMark__7cbcc5dc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-9-0)}.calendarViewItemLabel__3445d38b.muted__4031400a{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-9-0)}.calendarViewItemLabel__3445d38b.disabled__2637c754{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-9-0);background:none}.calendarViewItem__1ba04bc7:focus-visible .calendarViewItemLabel__3445d38b{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-9-0)}.unitDay__edac7be8{width:36px;height:36px;border-radius:6px}.unitMonth__ad6dcf0c,.unitYear__45dab859{width:89px;height:48px;border-radius:6px}.adaptive__9f96593b .unitMonth__ad6dcf0c,.adaptive__9f96593b .unitYear__45dab859{width:104px;height:48px;border-radius:6px}.calendarFooter__25acfce7{margin-top:12px;text-align:center}.calendar__106092e2{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-9-0);-webkit-user-select:none;user-select:none}.calendar__106092e2.adaptive__9f96593b{width:auto;padding:20px}.calendar__106092e2+.calendar__106092e2{margin-top:20px}.col-1__f6a6fcba{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__26e02a35{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__4d289660{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__9c772b37{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__cfa16596{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__3d5a8f29{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__d07af0c8{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__0591dcf8{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__56c0595b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__5cafffb3{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__0af839d0{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__886afb06{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__2595c709{margin-left:0%}.offset-1__4e28cadb{margin-left:8.33333333%}.offset-2__64509974{margin-left:16.66666667%}.offset-3__65f61198{margin-left:25%}.offset-4__339dcb12{margin-left:33.33333333%}.offset-5__cc1c0e2e{margin-left:41.66666667%}.offset-6__fa8ebf9e{margin-left:50%}.offset-7__e25150f1{margin-left:58.33333333%}.offset-8__a9ab74dc{margin-left:66.66666667%}.offset-9__0d328fb6{margin-left:75%}.offset-10__cd78858d{margin-left:83.33333333%}.offset-11__c5b7c504{margin-left:91.66666667%}.d-none__ec0e88d2{display:none!important}.d-block__842e1982{display:block!important}@media (min-width: 576px){.col-sm-1__7f22a3c5{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__8528d04c{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__633b2429{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__430eb74c{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__6741588d{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__61523a8f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__b3e356c3{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__61839052{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__ab3f70c1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__e4b42d1d{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__96b08bd3{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__ef2015f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__501e7675{margin-left:0%}.offset-sm-1__1c30b6c1{margin-left:8.33333333%}.offset-sm-2__1da85fcb{margin-left:16.66666667%}.offset-sm-3__5db732bf{margin-left:25%}.offset-sm-4__10306fee{margin-left:33.33333333%}.offset-sm-5__1dacbfe6{margin-left:41.66666667%}.offset-sm-6__36e9b019{margin-left:50%}.offset-sm-7__da9afa4d{margin-left:58.33333333%}.offset-sm-8__c40e72a9{margin-left:66.66666667%}.offset-sm-9__26043fd7{margin-left:75%}.offset-sm-10__5726b849{margin-left:83.33333333%}.offset-sm-11__68dc4131{margin-left:91.66666667%}.d-none-sm__bbf7745d{display:none!important}.d-block-sm__a80ca2d0{display:block!important}}@media (min-width: 768px){.col-md-1__8033ffc2{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__f6511143{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__8eca0948{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__252a14c3{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__b6bc7583{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__7e77be79{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__4b523b2c{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__5e850487{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__31c4e3b7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__be41b539{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__a2f534ec{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__01abba98{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__b816b349{margin-left:0%}.offset-md-1__f6125bc5{margin-left:8.33333333%}.offset-md-2__a3b6e85c{margin-left:16.66666667%}.offset-md-3__267c1827{margin-left:25%}.offset-md-4__b7078243{margin-left:33.33333333%}.offset-md-5__567711d3{margin-left:41.66666667%}.offset-md-6__3a53daab{margin-left:50%}.offset-md-7__00d04919{margin-left:58.33333333%}.offset-md-8__4856c0a0{margin-left:66.66666667%}.offset-md-9__3b10e3d5{margin-left:75%}.offset-md-10__1ed91942{margin-left:83.33333333%}.offset-md-11__f87e321e{margin-left:91.66666667%}.d-none-md__8e9d214b{display:none!important}.d-block-md__78ea5aef{display:block!important}}@media (min-width: 992px){.col-lg-1__2fc141c8{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__cfd332dc{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__11e30d48{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__26d88771{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__90abc947{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__7bb59455{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__81886040{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__0a78e74b{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__66bfa0e8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__afa6fd79{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__ed0485b2{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__422646ca{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__017b35c0{margin-left:0%}.offset-lg-1__3c02f33c{margin-left:8.33333333%}.offset-lg-2__3d27093f{margin-left:16.66666667%}.offset-lg-3__617c6faf{margin-left:25%}.offset-lg-4__93d904a8{margin-left:33.33333333%}.offset-lg-5__c63d714a{margin-left:41.66666667%}.offset-lg-6__05449360{margin-left:50%}.offset-lg-7__9fe1dfdb{margin-left:58.33333333%}.offset-lg-8__67aef858{margin-left:66.66666667%}.offset-lg-9__e7bc2a78{margin-left:75%}.offset-lg-10__69435bf2{margin-left:83.33333333%}.offset-lg-11__b372988c{margin-left:91.66666667%}.d-none-lg__fa2e3c8c{display:none!important}.d-block-lg__c20c3f9a{display:block!important}}@media (min-width: 1200px){.col-xl-1__3d6ad393{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__4573b2b9{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__d2dad8bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__ed259f35{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__24b3dc6b{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__d16a0052{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__a8af6adb{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__0731fe40{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__09f730cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d7a7df9e{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__4ed5a4fc{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__7cda502d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__78b0e064{margin-left:0%}.offset-xl-1__05aed181{margin-left:8.33333333%}.offset-xl-2__5b711ed5{margin-left:16.66666667%}.offset-xl-3__8c3fa620{margin-left:25%}.offset-xl-4__687e0021{margin-left:33.33333333%}.offset-xl-5__56e870ca{margin-left:41.66666667%}.offset-xl-6__be2bef72{margin-left:50%}.offset-xl-7__896b6e1e{margin-left:58.33333333%}.offset-xl-8__d902403b{margin-left:66.66666667%}.offset-xl-9__0a7553ea{margin-left:75%}.offset-xl-10__8ffce7f9{margin-left:83.33333333%}.offset-xl-11__930de407{margin-left:91.66666667%}.d-none-xl__050756c3{display:none!important}.d-block-xl__9355fbd7{display:block!important}}.datePickerExtendedMobileDropdown__d6953ffb{max-height:100vh}.dropdownMobileMaskedInput__6fc81c12{height:20px;padding:0;background:transparent;border:none;border-radius:0}.ellipsisLineClamp__59e616ed{--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__59e616ed.oneLine__cc430a16{word-break:break-all}.link__a4ffd7bd{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-9-0)}.link__a4ffd7bd:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-9-0)}.link__a4ffd7bd:active{color:var(--triplex-next-Link-Text_Color_Active-1-9-0)}.link__a4ffd7bd:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-9-0)}.wordWithContent__a474a5b8{white-space:nowrap;display:inline-flex;align-items:center}.before__eaffa4d7 :first-child{margin-right:4px}.after__a976bb67 :last-child{margin-left:4px}.marker__f4e2aef9{border-radius:50%}.marker__f4e2aef9.md__be82c477{width:8px;height:8px}.marker__f4e2aef9.lg__a38ac896{width:10px;height:10px}.marker__f4e2aef9.success__8a83ac36{background:var(--triplex-next-Marker-Background_Success-1-9-0)}.marker__f4e2aef9.error__f8fcb103{background:var(--triplex-next-Marker-Background_Error-1-9-0)}.marker__f4e2aef9.warning__3ead1461{background:var(--triplex-next-Marker-Background_Warning-1-9-0)}.marker__f4e2aef9.waiting__2f24ecaf{background:var(--triplex-next-Marker-Background_Waiting-1-9-0)}.markerStatus__3afe814c{line-height:0;display:flex;align-items:start}.markerStatus__3afe814c .contentContainer__a33793d9{display:flex;flex-direction:column}.markerStatus__3afe814c.md__066ff245{gap:4px}.markerStatus__3afe814c.md__066ff245 .markerContainer__80093186{margin-top:4px}.markerStatus__3afe814c.lg__3b97ad0a{gap:6px}.markerStatus__3afe814c.lg__3b97ad0a .contentContainer__a33793d9{gap:4px}.markerStatus__3afe814c.lg__3b97ad0a .markerContainer__80093186{margin-top:5px}.row__d6a32cd1{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__d6a32cd1.noPaddingBottom__bac3aa5c,.row__d6a32cd1:last-child{padding-bottom:0}.tabsExtended__dbfcaf2d{position:relative}.tabsExtendedContent__631c269e{display:inline-flex}.tabsExtendedContent__631c269e.sm__f789c4fb{border-radius:6px;padding:4px}.tabsExtendedContent__631c269e.md__eda9195e{border-radius:8px;padding:4px}.tabsExtendedContent__631c269e.lg__09b05c67{border-radius:10px;padding:8px}.tabsExtendedTab__ffd2ff85{display:flex}.tabsExtendedTab__ffd2ff85+.tabsExtendedTab__ffd2ff85,.tabsExtendedDropdown__b96e030f{margin-left:2px}.tabsReal__84e4c8b6,.tabsFake__73341af0{display:flex;box-sizing:border-box;width:100%}.tabsReal__84e4c8b6.hidden__b669178a{visibility:hidden}.tabsReal__84e4c8b6 .tabsExtendedTab__ffd2ff85.hidden__b669178a{display:none}.tabsFake__73341af0{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__14eab2ab .tabsExtendedContent__631c269e{background-color:var(--triplex-next-Tabs-Type1_Background-1-9-0)}.type2__325b4145 .tabsExtendedContent__631c269e{background-color:var(--triplex-next-Tabs-Type2_Background-1-9-0)}.tabsExtendedTabButton__d36d15a0{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-9-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__d36d15a0 .tabButtonText__2f229e0e{font-weight:400}.tabsExtendedTabButton__d36d15a0.lg__09b05c67{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__d36d15a0.lg__09b05c67 .tabButtonText__2f229e0e{font-size:16px;line-height:20px}.tabsExtendedTabButton__d36d15a0.md__eda9195e{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__d36d15a0.md__eda9195e .tabButtonText__2f229e0e{font-size:14px;line-height:20px}.tabsExtendedTabButton__d36d15a0.sm__f789c4fb{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__d36d15a0.sm__f789c4fb .tabButtonText__2f229e0e{font-size:12px;line-height:16px}.tabsExtendedTabButton__d36d15a0::-moz-focus-inner{border:none}.tabsExtendedTabButton__d36d15a0+.tabsExtendedTabButton__d36d15a0{margin-left:2px}.tabsExtendedTabButton__d36d15a0:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-9-0)}.tabsExtendedTabButton__d36d15a0.type1__14eab2ab{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-9-0)}.tabsExtendedTabButton__d36d15a0.type1__14eab2ab.selected__11caa775{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-9-0)}.tabsExtendedTabButton__d36d15a0.type1__14eab2ab.selected__11caa775 .tabButtonText__2f229e0e{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-9-0)}.tabsExtendedTabButton__d36d15a0.type1__14eab2ab:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-9-0)}.tabsExtendedTabButton__d36d15a0.type1__14eab2ab:hover .tabButtonText__2f229e0e{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-9-0)}.tabsExtendedTabButton__d36d15a0.type1__14eab2ab .tabButtonText__2f229e0e{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-9-0)}.tabsExtendedTabButton__d36d15a0.type2__325b4145{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-9-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-9-0)}.tabsExtendedTabButton__d36d15a0.type2__325b4145.selected__11caa775{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-9-0)}.tabsExtendedTabButton__d36d15a0.type2__325b4145.selected__11caa775 .tabButtonText__2f229e0e{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-9-0)}.tabsExtendedTabButton__d36d15a0.type2__325b4145:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-9-0)}.tabsExtendedTabButton__d36d15a0.type2__325b4145:hover .tabButtonText__2f229e0e{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-9-0)}.notificationIcon__c05b6c0f{position:absolute;right:4px;top:4px}.tabButtonDropdown__66d912f9{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__66d912f9.sm__104431e4{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__66d912f9.md__a6df0fa3{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__66d912f9.lg__7617c335{min-width:40px!important;min-height:40px!important}.tag__6d56cf19{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-9-0);border-radius:4px;gap:2px}.tag__6d56cf19.sm__4d15026d{height:20px;padding:2px 4px 2px 6px}.tag__6d56cf19.md__1fe69af2{height:28px;padding:4px 6px 4px 8px}.tag__6d56cf19.lg__1acfa8d1{height:32px;padding:6px 8px 6px 10px}.content__76902eb1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__7c3e1ebe{display:flex;flex-wrap:wrap}.tagGroup__7c3e1ebe.sm__899c25a1{gap:4px}.tagGroup__7c3e1ebe.md__6af19452{gap:8px}.tagGroup__7c3e1ebe.lg__a203b462{gap:12px}.paginationExtended__8b136f82{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__d7dc8994 .directionIconNext__4cfb8074{transform:rotate(180deg)}.pageEllipsis__741609ad{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-9-0);cursor:default}.paginationPageButton__78372ca8{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-9-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__78372ca8:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-9-0);outline:none}.paginationPageButton__78372ca8:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-9-0)}.paginationPageButton__78372ca8:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-9-0);cursor:grabbing}.paginationPageButton__78372ca8.currentPage__7c18c292{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-9-0);cursor:default}.paginationNavigationExtended__962559ab{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__64464b75{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__64464b75 .paginationSelectControl__1c9a2fdc{margin-left:8px}.skeleton__45ee1cea{border-radius:16px;flex-grow:1}.skeleton__45ee1cea.light__f207d5a8{animation:skeleton-light-pulse__f011bb59 2s ease-in-out infinite}.skeleton__45ee1cea.dark__b6926b37{animation:skeleton-dark-pulse__a0d091c7 2s ease-in-out infinite}@keyframes skeleton-light-pulse__f011bb59{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-9-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-9-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-9-0)}}@keyframes skeleton-dark-pulse__a0d091c7{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-9-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-9-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-9-0)}}.segmentedControlSegment__14750eb8{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-9-0);outline:none;cursor:pointer}.segmentedControlSegment__14750eb8:disabled{cursor:default}.sm__1259668c .segmentedControlSegment__14750eb8{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__8da9021a .segmentedControlSegment__14750eb8{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__b5789400 .segmentedControlSegment__14750eb8{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__789d6ebc .segmentedControlSegment__14750eb8{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-9-0)}.general1__789d6ebc .segmentedControlSegment__14750eb8:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-9-0)}.general1__789d6ebc .segmentedControlSegment__14750eb8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-9-0)}.general1__789d6ebc .segmentedControlSegment__14750eb8.selected__cd4068bf{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-9-0)}.general1__789d6ebc .segmentedControlSegment__14750eb8.selected__cd4068bf:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-9-0)}.general1__789d6ebc .segmentedControlSegment__14750eb8.selected__cd4068bf:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-9-0)}.general2__deb2682b .segmentedControlSegment__14750eb8{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-9-0)}.general2__deb2682b .segmentedControlSegment__14750eb8:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-9-0)}.general2__deb2682b .segmentedControlSegment__14750eb8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-9-0)}.general2__deb2682b .segmentedControlSegment__14750eb8.selected__cd4068bf{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-9-0)}.general2__deb2682b .segmentedControlSegment__14750eb8.selected__cd4068bf:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-9-0)}.general2__deb2682b .segmentedControlSegment__14750eb8.selected__cd4068bf:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-9-0)}.secondary1__2528b8ce .segmentedControlSegment__14750eb8{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-9-0)}.secondary1__2528b8ce .segmentedControlSegment__14750eb8:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-9-0)}.secondary1__2528b8ce .segmentedControlSegment__14750eb8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-9-0)}.secondary1__2528b8ce .segmentedControlSegment__14750eb8.selected__cd4068bf{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-9-0)}.secondary1__2528b8ce .segmentedControlSegment__14750eb8.selected__cd4068bf:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-9-0)}.secondary2__02811b19 .segmentedControlSegment__14750eb8{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-9-0)}.secondary2__02811b19 .segmentedControlSegment__14750eb8:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-9-0)}.secondary2__02811b19 .segmentedControlSegment__14750eb8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-9-0)}.secondary2__02811b19 .segmentedControlSegment__14750eb8.selected__cd4068bf{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-9-0)}.secondary2__02811b19 .segmentedControlSegment__14750eb8.selected__cd4068bf:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-9-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-9-0)}.segmentedControlSegment__14750eb8:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-9-0)}.content__b2528ebd{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__d5f3bf8f{display:flex;gap:4px}.segmentedControl__d5f3bf8f.general1__789d6ebc{background:var(--triplex-next-SegmentedControl-General_1_Background-1-9-0)}.segmentedControl__d5f3bf8f.secondary1__2528b8ce{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-9-0)}.segmentedControl__d5f3bf8f.general2__deb2682b{background:var(--triplex-next-SegmentedControl-General_2_Background-1-9-0)}.segmentedControl__d5f3bf8f.secondary2__02811b19{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-9-0)}.segmentedControl__d5f3bf8f.sm__1259668c{border-radius:6px;padding:4px}.segmentedControl__d5f3bf8f.md__8da9021a{border-radius:8px;padding:6px}.segmentedControl__d5f3bf8f.lg__b5789400{border-radius:10px;padding:8px}.step__fad91270{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__fad91270.default__5110391f{background-color:var(--triplex-next-Step-Background_Default-1-9-0)}.step__fad91270.default__5110391f>span{color:var(--triplex-next-Step-Color_Default-1-9-0)}.step__fad91270.done__1708d835{background-color:var(--triplex-next-Step-Background_Done-1-9-0)}.step__fad91270.done__1708d835>span{color:var(--triplex-next-Step-Color_Done-1-9-0)}.step__fad91270.warning__f436cffe{background-color:var(--triplex-next-Step-Background_Warning-1-9-0)}.step__fad91270.warning__f436cffe>span{color:var(--triplex-next-Step-Color_Warning-1-9-0)}.step__fad91270.active__4abf69db{background-color:var(--triplex-next-Step-Background_Active-1-9-0)}.step__fad91270.active__4abf69db>span{color:var(--triplex-next-Step-Color_Active-1-9-0)}.step__fad91270.error__195ce381{background-color:var(--triplex-next-Step-Background_Error-1-9-0)}.step__fad91270.error__195ce381>span{color:var(--triplex-next-Step-Color_Error-1-9-0)}.step__fad91270.disabled__7b2d0f4a{background-color:var(--triplex-next-Step-Background_Disabled-1-9-0)}.step__fad91270.disabled__7b2d0f4a>span{color:var(--triplex-next-Step-Color_Disabled-1-9-0)}.stepperWrapper__36a55c91{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-9-0)}.stepperStep__38cacb14{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__38cacb14+.stepperStep__38cacb14{margin-left:12px}.stepperStep__38cacb14.sm__d6c224c6:not(:last-child) .content__819c35ec{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__38cacb14.sm__d6c224c6:last-child .content__819c35ec{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__38cacb14.sm__d6c224c6:last-child .arrow__aae2a193{display:none}.stepperStep__38cacb14.md__4919069c:not(:last-child) .content__819c35ec{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__38cacb14.md__4919069c:last-child .content__819c35ec{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__38cacb14.md__4919069c:last-child .arrow__aae2a193{display:none}.stepperStep__38cacb14.lg__37e38af1:not(:last-child) .content__819c35ec{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__38cacb14.lg__37e38af1:last-child .content__819c35ec{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__38cacb14.lg__37e38af1:last-child .arrow__aae2a193{display:none}.stepperStep__38cacb14:hover:not(.active__801d3297):not(.disabled__698b56ba) .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-9-0)}.stepperStep__38cacb14:hover:not(.active__801d3297):not(.disabled__698b56ba) .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-9-0)}.stepperStep__38cacb14:hover:not(.active__801d3297):not(.disabled__698b56ba) .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-9-0)}.stepperStep__38cacb14.active__801d3297{cursor:default}.stepperStep__38cacb14.active__801d3297 .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-9-0)}.stepperStep__38cacb14.active__801d3297 .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-9-0)}.stepperStep__38cacb14.active__801d3297.error__4ca59ea7 .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.active__801d3297.error__4ca59ea7 .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.active__801d3297.error__4ca59ea7 .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-9-0)}.stepperStep__38cacb14.active__801d3297.warning__91a4d16d .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.active__801d3297.warning__91a4d16d .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.active__801d3297.warning__91a4d16d .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.error__4ca59ea7 .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.error__4ca59ea7 .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.error__4ca59ea7 .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.error__4ca59ea7:hover .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.error__4ca59ea7:hover .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.error__4ca59ea7:hover .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.warning__91a4d16d .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.warning__91a4d16d .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.warning__91a4d16d .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.warning__91a4d16d:hover .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.warning__91a4d16d:hover .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0)}.stepperStep__38cacb14.completed__2ec175b2.warning__91a4d16d:hover .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474 :not(.error__4ca59ea7):not(.warning__91a4d16d) .content__819c35ec{color:var(--triplex-next-Stepper-Step_Color_Default-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474 :not(.error__4ca59ea7):not(.warning__91a4d16d):hover .content__819c35ec{color:var(--triplex-next-Stepper-Step_Color_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.error__4ca59ea7 .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.error__4ca59ea7 .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.error__4ca59ea7 .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.error__4ca59ea7:hover .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.error__4ca59ea7:hover .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.error__4ca59ea7:hover .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.warning__91a4d16d .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.warning__91a4d16d .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.warning__91a4d16d .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.warning__91a4d16d:hover .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.warning__91a4d16d:hover .arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0)}.stepperStep__38cacb14.inactive__52ff5474.warning__91a4d16d:hover .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-9-0)}.stepperStep__38cacb14.disabled__698b56ba{pointer-events:none}.stepperStep__38cacb14.disabled__698b56ba .content__819c35ec{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-9-0)}.stepperStep__38cacb14.disabled__698b56ba .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-9-0)}.stepperStep__38cacb14.disabled__698b56ba .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-9-0)}.stepperStep__38cacb14.focusVisible__d3f59c21.completed__2ec175b2 .content__819c35ec,.stepperStep__38cacb14.focusVisible__d3f59c21.active__801d3297 .content__819c35ec,.stepperStep__38cacb14.focusVisible__d3f59c21.inactive__52ff5474 .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-9-0)}.stepperStep__38cacb14.focusVisible__d3f59c21.completed__2ec175b2 .arrow__aae2a193 path:last-child,.stepperStep__38cacb14.focusVisible__d3f59c21.active__801d3297 .arrow__aae2a193 path:last-child,.stepperStep__38cacb14.focusVisible__d3f59c21.inactive__52ff5474 .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-9-0)}.stepperStep__38cacb14.focusVisible__d3f59c21.completed__2ec175b2:hover .content__819c35ec,.stepperStep__38cacb14.focusVisible__d3f59c21.active__801d3297:hover .content__819c35ec,.stepperStep__38cacb14.focusVisible__d3f59c21.inactive__52ff5474:hover .content__819c35ec{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-9-0)}.stepperStep__38cacb14.focusVisible__d3f59c21.completed__2ec175b2:hover .arrow__aae2a193 path:last-child,.stepperStep__38cacb14.focusVisible__d3f59c21.active__801d3297:hover .arrow__aae2a193 path:last-child,.stepperStep__38cacb14.focusVisible__d3f59c21.inactive__52ff5474:hover .arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-9-0)}.content__819c35ec{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-9-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-9-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-9-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__d6c224c6{font-size:12px;line-height:16px}.md__4919069c{font-size:14px;line-height:20px}.lg__37e38af1{font-size:16px;line-height:20px}.arrow__aae2a193{transform:translate(0)}.arrow__aae2a193 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-9-0)}.arrow__aae2a193 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-9-0)}.icon__85e9fb22{display:inline-flex;align-items:center;line-height:0}.nonempty__717143ba .icon__85e9fb22{margin-right:6px}.stepperExtended__7d8b28f3{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__7bf80903{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__7bf80903::-webkit-scrollbar{display:none}.stepper__c6069374.sm__d6c224c6{padding-left:28px;padding-right:28px}.stepper__c6069374.md__4919069c{padding-left:40px;padding-right:40px}.stepper__c6069374.lg__37e38af1{padding-left:56px;padding-right:56px}.stepperCarousel__1dd25487{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__1dd25487 .buttonPrev__5945d472,.stepperCarousel__1dd25487 .buttonNext__05979449{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__1dd25487 .buttonPrev__5945d472.sm__d6c224c6,.stepperCarousel__1dd25487 .buttonNext__05979449.sm__d6c224c6{height:28px;width:28px}.stepperCarousel__1dd25487 .buttonPrev__5945d472.md__4919069c,.stepperCarousel__1dd25487 .buttonNext__05979449.md__4919069c{height:40px;width:40px}.stepperCarousel__1dd25487 .buttonPrev__5945d472.lg__37e38af1,.stepperCarousel__1dd25487 .buttonNext__05979449.lg__37e38af1{height:56px;width:56px}.stepperCarousel__1dd25487 .buttonPrev__5945d472{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-9-0)}.stepperCarousel__1dd25487 .buttonNext__05979449{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-9-0)}@media (max-width: 767px){.stepper__c6069374{padding-left:16px;padding-right:16px}.buttonPrev__5945d472,.buttonNext__05979449{display:none}}.islandAccordion__57a57858{margin:0;padding:0}.islandAccordion__57a57858 .island__278d7dbc{padding:0}.islandAccordion__57a57858 .item__5c13acdd{position:relative;list-style-type:none}.islandAccordion__57a57858 .item__5c13acdd.disabled__c600324c{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__57a57858 .item__5c13acdd+.item__5c13acdd.sm__1d3e7eae,.islandAccordion__57a57858 .item__5c13acdd+.item__5c13acdd.md__fdb7e558{margin-top:16px}.islandAccordion__57a57858 .item__5c13acdd+.item__5c13acdd.lg__766d94c2{margin-top:24px}.islandAccordion__57a57858 .item__5c13acdd .header__60e85218{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__57a57858 .item__5c13acdd :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-9-0)}.islandAccordion__57a57858 .item__5c13acdd.type1__6d194e1a:not(.opened__6b0b7d8b):hover .island__278d7dbc{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-9-0)}.islandAccordion__57a57858 .item__5c13acdd.type2__ccc6fa51:not(.opened__6b0b7d8b):hover .island__278d7dbc{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-9-0)}.islandAccordion__57a57858 .item__5c13acdd.type3__167bae9e:not(.opened__6b0b7d8b):hover .island__278d7dbc{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-9-0)}.islandAccordion__57a57858 .item__5c13acdd .footer__fb32fb16{text-align:right}.islandAccordion__57a57858 .item__5c13acdd .body__bdcf1bdb,.islandAccordion__57a57858 .item__5c13acdd .footer__fb32fb16{visibility:hidden}.islandAccordion__57a57858 .item__5c13acdd.opened__6b0b7d8b .body__bdcf1bdb,.islandAccordion__57a57858 .item__5c13acdd.opened__6b0b7d8b .footer__fb32fb16{visibility:visible}.islandAccordion__57a57858 .item__5c13acdd .caretWrapper__3776f369{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__57a57858 .item__5c13acdd .caretIcon__53d4d8eb{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .header__60e85218{padding:16px;border-radius:16px}.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .step__f4d3f162+.titleWrapper__afa3067f{margin-top:2px}.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .body__bdcf1bdb,.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .footer__fb32fb16{padding:0 16px 16px}.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .caretWrapper__3776f369{right:20px}.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .remove__ac081ee7{right:-40px;top:20px}.islandAccordion__57a57858 .item__5c13acdd.sm__1d3e7eae .step__f4d3f162{margin-right:12px}.islandAccordion__57a57858 .item__5c13acdd.md__fdb7e558 .header__60e85218{padding:24px;border-radius:24px}.islandAccordion__57a57858 .item__5c13acdd.md__fdb7e558 .body__bdcf1bdb,.islandAccordion__57a57858 .item__5c13acdd.md__fdb7e558 .footer__fb32fb16{padding:0 24px 24px}.islandAccordion__57a57858 .item__5c13acdd.md__fdb7e558 .caretWrapper__3776f369{right:28px}.islandAccordion__57a57858 .item__5c13acdd.md__fdb7e558 .remove__ac081ee7{right:-40px;top:28px}.islandAccordion__57a57858 .item__5c13acdd.md__fdb7e558 .step__f4d3f162{margin-right:12px}.islandAccordion__57a57858 .item__5c13acdd.lg__766d94c2 .header__60e85218{padding:32px;border-radius:32px}.islandAccordion__57a57858 .item__5c13acdd.lg__766d94c2 .body__bdcf1bdb,.islandAccordion__57a57858 .item__5c13acdd.lg__766d94c2 .footer__fb32fb16{padding:0 32px 32px}.islandAccordion__57a57858 .item__5c13acdd.lg__766d94c2 .caretWrapper__3776f369{right:36px}.islandAccordion__57a57858 .item__5c13acdd.lg__766d94c2 .remove__ac081ee7{right:-48px;top:40px}.islandAccordion__57a57858 .item__5c13acdd.lg__766d94c2 .step__f4d3f162{margin:2px 16px 0 0}.islandAccordion__57a57858 .item__5c13acdd.opened__6b0b7d8b:not(.disabled__c600324c) .caretWrapper__3776f369 .caretIcon__53d4d8eb{transform:rotate(-180deg)}.islandAccordion__57a57858 .item__5c13acdd .remove__ac081ee7{position:absolute}@media (max-width: 767px){.islandAccordion__57a57858 .item__5c13acdd .footer__fb32fb16{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__57a57858 .item__5c13acdd .footer__fb32fb16>*{margin-left:0!important}}.noColumns__d14f7933{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__d14f7933>.content__ac62eefd{width:456px;text-align:center}.filterPanel__e09500ae{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__9ca2fd86{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__9ca2fd86>a:not(:first-child){margin-left:16px}.tabsLinePanel__bf12603a{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__bbad00ca{0%{opacity:0}to{opacity:1}}.tableBasic__d47df6e7{position:relative}.tableBasic__d47df6e7 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__d47df6e7 table th.alignLeft__534d151f,.tableBasic__d47df6e7 table td.alignLeft__534d151f{text-align:left}.tableBasic__d47df6e7 table th.alignRight__906ff8d8,.tableBasic__d47df6e7 table td.alignRight__906ff8d8{text-align:right}.tableBasic__d47df6e7 table th.alignCenter__bac591e3,.tableBasic__d47df6e7 table td.alignCenter__bac591e3{text-align:center}.tableBasic__d47df6e7 table th.verticalAlignBaseline__cbd1c535,.tableBasic__d47df6e7 table td.verticalAlignBaseline__cbd1c535{vertical-align:baseline}.tableBasic__d47df6e7 table th.verticalAlignSub__bccb64ed,.tableBasic__d47df6e7 table td.verticalAlignSub__bccb64ed{vertical-align:sub}.tableBasic__d47df6e7 table th.verticalAlignSuper__6bddeff2,.tableBasic__d47df6e7 table td.verticalAlignSuper__6bddeff2{vertical-align:super}.tableBasic__d47df6e7 table th.verticalAlignTextTop__a0073fd0,.tableBasic__d47df6e7 table td.verticalAlignTextTop__a0073fd0{vertical-align:text-top}.tableBasic__d47df6e7 table th.verticalAlignTextBottom__05fb8a9b,.tableBasic__d47df6e7 table td.verticalAlignTextBottom__05fb8a9b{vertical-align:text-bottom}.tableBasic__d47df6e7 table th.verticalAlignMiddle__e7811527,.tableBasic__d47df6e7 table td.verticalAlignMiddle__e7811527{vertical-align:middle}.tableBasic__d47df6e7 table th.verticalAlignTop__ec56af4b,.tableBasic__d47df6e7 table td.verticalAlignTop__ec56af4b{vertical-align:top}.tableBasic__d47df6e7 table th.verticalAlignBottom__2cfd003c,.tableBasic__d47df6e7 table td.verticalAlignBottom__2cfd003c{vertical-align:bottom}.tableBasic__d47df6e7 table>thead>tr{height:48px}.tableBasic__d47df6e7 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-9-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-9-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d47df6e7 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-9-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-9-0)}}.tableBasic__d47df6e7 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__d47df6e7 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__d47df6e7 table>thead>tr>th.checkboxType__6b44221a{padding:16px 12px}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90{display:inline-flex;vertical-align:top}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90.order__021057e4{cursor:pointer}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90.order__021057e4 .orderButton__98403506{display:flex;visibility:hidden;align-items:center}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90.order__021057e4 .orderButton__98403506.alignLeft__534d151f{margin-right:8px}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90.order__021057e4 .orderButton__98403506.alignRight__906ff8d8{margin-left:8px}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90.order__021057e4 .orderButton__98403506.sorted__d07e2829{visibility:visible}.tableBasic__d47df6e7 table>thead>tr>th .thBlock__b2cfcf90.order__021057e4:hover .orderButton__98403506{visibility:visible}.tableBasic__d47df6e7 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-9-0)}.tableBasic__d47df6e7 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__d47df6e7 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__d47df6e7 table>tbody>tr>td.textType__a8cffdd4{padding:12px}.tableBasic__d47df6e7 table>tbody>tr>td.componentsType__da35630c{padding:8px 12px}.tableBasic__d47df6e7 table>tbody>tr>td.checkboxType__6b44221a{padding:10px 12px 12px}.tableBasic__d47df6e7 table>tbody>tr.selected__a47b2445>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-9-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d47df6e7 table>tbody>tr.selected__a47b2445>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-9-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-9-0)}}.tableBasic__d47df6e7 table>tbody.clickable__645d513e>tr{cursor:pointer}.tableBasic__d47df6e7 table>tbody.hoverable__0b5b95b4>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-9-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d47df6e7 table>tbody.hoverable__0b5b95b4>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-9-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-9-0)}}.tableBasic__d47df6e7 .footerEmptyData__6d5f2afc{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__d47df6e7 .spinnerWrapper__43459ee4{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__d47df6e7 .spinnerWrapper__43459ee4 .tableLoaderScreen__708c2da5{border-radius:8px 8px 0 0}.tableBasic__d47df6e7 .overlayCover__693ea4d8{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-9-0);animation:fadeIn__bbad00ca .3s}.tableBasicSettingsBody__efc683f4{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__f37de179{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-9-0)!important}.columnSettingsSortableListItemTarget__f37de179:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-9-0)!important}.columnSettingsSortableListItemTarget__f37de179.dragging__c0bdb48c{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-9-0)!important}.columnSettingsStaticListItem__e5e41d84{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-9-0)}.tableBasicSettingsFooter__dd7c432b{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-9-0);padding:11px 12px 12px}.tableBasicSettingsHeader__9dd11a9e{padding:16px 12px 12px}.tableSettingsLink__f8c2bd27{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__ce0d7fd6{width:320px}.tableFooterWrapper__90833c28{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__90833c28 .tableFooterShadow__4386432b{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-9-0);pointer-events:none}.tableFooterWrapper__90833c28 .tableFooter__590c1dcb{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-9-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758{display:flex;align-items:center}.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummarySelectedCount__06b9c4ff,.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummarySelectAllButton__75173dfb,.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummaryAmount__e6d13a9f{display:inline-flex}.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummarySelectedCount__06b9c4ff,.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummarySelectAllButton__75173dfb,.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummaryAmount__e6d13a9f,.tableFooterWrapper__90833c28 .tableFooter__590c1dcb .tableFooterSummary__ac6e6758 .tableFooterSummaryLabel__a9d1c488{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__90833c28{height:112px}}.paginationPanel__5454bdb0{margin-top:16px}.masterTable__dd242648{position:relative}.currency__5896f11a{font-size:16px;line-height:20px;color:var(--triplex-next-ColorDarkNeutralAlpha-90-1-9-0)}.orderedListItem__54dc5828{counter-increment:list-item-tx}.orderedListItem__54dc5828:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__54dc5828+.orderedListItem__54dc5828{margin-top:8px}.orderedList__25c1c713{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__d807101d{position:relative}.suggestDropdownListItem__ea275a34{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__83b8e5f3{position:relative}.suggestFieldMobileBody__f5e99736{height:176px}.suggestFieldMobileDropdownHint__2660dcdb{padding:16px}.lightBox__d6b508ea{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__d6b508ea .lightBoxBackdrop__6744dd78{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-9-0)}.lightBox__d6b508ea.lightBoxSideOverlayActive__2aca4d9f,.lightBox__d6b508ea.lightBoxTopOverlayActive__c26ee57e{overflow-y:hidden}.lightBox__d6b508ea .lightBoxContent__6b5a3109{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-9-0)}.lightBox__d6b508ea .lightBoxContent__6b5a3109>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__d6b508ea .lightBoxContent__6b5a3109>.global-page{padding:16px}}.lightBox__d6b508ea .loadingContentOverlay__0ee12848{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__d6b508ea .lightBoxContentResizeWrapper__f927508f{position:absolute;left:0;right:0;height:0}.lightBox__d6b508ea .tempElSafariBug__60a67d60{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__17cf25dd,.global-LB-less-or-equal-media-point-0 .lightBox__d6b508ea.lightBoxSideOverlayActive__2aca4d9f{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__6b5a3109{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__6b5a3109{padding-left:80px;padding-right:80px}.lightBoxControls__09199656{z-index:100}.withKeyboardEvent__30806fc8{display:inline-block}.withoutKeyboardEvent__4b3192eb,.lightBox__d6b508ea.lightBoxSideOverlayActive__2aca4d9f .withKeyboardEvent__30806fc8,.lightBox__d6b508ea.lightBoxTopOverlayActive__c26ee57e .withKeyboardEvent__30806fc8,.lightBox__d6b508ea.isLoading__61c68459 .withKeyboardEvent__30806fc8{display:none}.lightBox__d6b508ea.lightBoxSideOverlayActive__2aca4d9f .withoutKeyboardEvent__4b3192eb,.lightBox__d6b508ea.lightBoxTopOverlayActive__c26ee57e .withoutKeyboardEvent__4b3192eb,.lightBox__d6b508ea.isLoading__61c68459 .withoutKeyboardEvent__4b3192eb{display:inline-block}.lightBox__d6b508ea.isLoading__61c68459 .lightBoxPrev__44ca2d56,.lightBox__d6b508ea.isLoading__61c68459 .lightBoxNext__84faf099{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__09199656{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__2840b7b7{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__f8a5d66e{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__37a79438{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__44ca2d56,.global-LB-less-or-equal-media-point-0 .lightBoxNext__84faf099{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__44ca2d56{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__75c030c9,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__a70f1e5a{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__09199656{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__2840b7b7{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__f8a5d66e{display:none}.global-LB-more-media-point-0 .lightBoxClose__37a79438{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__44ca2d56,.global-LB-more-media-point-0 .lightBoxNext__84faf099{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__44ca2d56{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__84faf099{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__b1f8f81f{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__b1f8f81f.fixed__1b7dc8fd{position:fixed}.overlay__b1f8f81f.closing__15245927,.overlay__b1f8f81f.opened__b88463c4{visibility:visible;left:0;right:0}.overlayPanel__0889d4df{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-9-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__0889d4df.bottom__1fd52033{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__0889d4df.left__abcca1cd{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__0889d4df.right__4ddd2618{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__0889d4df.top__f00d6ebb{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__0889d4df.left__abcca1cd.opened__b88463c4,.overlayPanel__0889d4df.right__4ddd2618.opened__b88463c4{transform:translate(0)}.overlayPanel__0889d4df.top__f00d6ebb.opened__b88463c4,.overlayPanel__0889d4df.bottom__1fd52033.opened__b88463c4{transform:translateY(0)}.overlayContent__b01d8107{display:flex;min-height:100%}.overlayMask__f2fe8f47{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-9-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__f2fe8f47.overlayOpened__bdf2a52a{opacity:1}.lightBoxSideOverlayLoaderWrapper__9528f15c{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__34ca89af{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__04cec8eb{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__34ca89af{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__04cec8eb{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__04cec8eb{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__34ca89af{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__04cec8eb{display:none}.lightBoxSideOverlayMask__46bedb8a{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-9-0)}.lightBoxSideOverlayWrapper__d178e6e7{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__d178e6e7.overflowXHidden__565322fb{overflow-x:hidden}.lightBoxSideOverlayWrapper__d178e6e7.overflowYHidden__fa626993{overflow-y:hidden}.lightBoxSideOverlayWrapper__d178e6e7.closing__5a0bce04,.lightBoxSideOverlayWrapper__d178e6e7.opened__f6dacf24{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__d178e6e7.closing__5a0bce04{pointer-events:none}.lightBoxSideOverlayWrapper__d178e6e7 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__d178e6e7 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__d178e6e7 .lightBoxSideOverlayContent__1e1a6082{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-9-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__d178e6e7 .lightBoxSideOverlayContent__1e1a6082.opened__f6dacf24{transform:none}.lightBoxSideOverlayWrapper__d178e6e7 .lightBoxSideOverlayContent__1e1a6082.opening__01569906{transform:translateY(0)}.lightBoxSideOverlayWrapper__d178e6e7.sizeSM__d47929bd .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__d178e6e7.sizeMD__5ca5fc1e .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__d178e6e7.sizeLG__63c1c9f6 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__d178e6e7 .lightBoxSideOverlayBase__cd7884a1{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__d178e6e7 .lightBoxSideOverlayContent__1e1a6082{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__d178e6e7 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__d178e6e7 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__cc4cdf71{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__cc4cdf71.closing__5a0bce04,.lightBoxSideOverlay__cc4cdf71.opening__01569906{overflow-x:hidden}.topOverlayMask__49957c6f{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-9-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__a70705b7{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__a70705b7.closing__7bcd8499,.topOverlayWrapper__a70705b7.opened__403d69ce{bottom:0}.topOverlayWrapper__a70705b7 .topOverlayPanel__0cb84ee0{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__c4c5cf68{z-index:500}@media (max-width: 767px){.topOverlayPanel__0cb84ee0{margin-left:16px;margin-right:16px;margin-bottom:16px}}html.scroll-0__f52df53b{--triplex-next-scroll-width: 0px}html.scroll-15__b02484cb{--triplex-next-scroll-width: 15px}html.scroll-16__2d0fc5e8{--triplex-next-scroll-width: 16px}html.scroll-17__fb4be9f3{--triplex-next-scroll-width: 17px}.smsInput__9cae7495{display:inline-block;position:relative;width:100%}.smsInput__9cae7495 .input__c0ed5d79{text-align:center}.smsInput__9cae7495 .input__c0ed5d79::placeholder{opacity:1}.smsInput__9cae7495 .input__c0ed5d79:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-9-0)}.smsInput__9cae7495 .input__c0ed5d79.lg__71f47766{padding:18px 40px}.smsInput__9cae7495 .input__c0ed5d79.md__e0350ba1{padding-left:26px;padding-right:26px}.smsInput__9cae7495 .input__c0ed5d79.sm__ea372565{padding-left:20px;padding-right:20px}.smsInput__9cae7495 .btnRefresh__ac125b73{position:absolute;outline:none;z-index:1}.smsInput__9cae7495 .btnRefresh__ac125b73.lg__71f47766{top:12px;left:12px;height:32px;width:32px}.smsInput__9cae7495 .btnRefresh__ac125b73.md__e0350ba1{top:10px;left:10px}.smsInput__9cae7495 .btnRefresh__ac125b73.sm__ea372565{top:4px;left:4px}.smsInput__9cae7495 .btnRefresh__ac125b73 .full__81085b78{fill:var(--triplex-next-SMSInput-Refresh_Fill_Full-1-9-0)}.smsInput__9cae7495 .btnRefresh__ac125b73 .empty__23a479ac{fill:var(--triplex-next-SMSInput-Refresh_Fill_Empty-1-9-0)}.smsInput__9cae7495 .btnRefresh__ac125b73:disabled{cursor:default;fill:var(--triplex-next-SMSInput-Refresh_Disabled-1-9-0)}.smsInput__9cae7495 .btnSubmit__a34dc889{position:absolute;fill:var(--triplex-next-SMSInput-Submit_Background_Default-1-9-0)}.smsInput__9cae7495 .btnSubmit__a34dc889.active__5357d84b:not(:disabled){fill:var(--triplex-next-SMSInput-Submit_Background_Active-1-9-0)}.smsInput__9cae7495 .btnSubmit__a34dc889.active__5357d84b:not(:disabled):hover{fill:var(--triplex-next-SMSInput-Submit_Background_Hover-1-9-0)}.smsInput__9cae7495 .btnSubmit__a34dc889.lg__71f47766{top:15px;right:15px;height:26px;width:26px}.smsInput__9cae7495 .btnSubmit__a34dc889.md__e0350ba1{top:10px;right:10px}.smsInput__9cae7495 .btnSubmit__a34dc889.sm__ea372565{top:4px;right:4px}.spoiler__362a5f8a{display:flex;flex-direction:column}.spoiler__362a5f8a.opened__a76ee27f .caretIcon__539c8b89{transform:rotate(-180deg)}.spoiler__362a5f8a .head__97e24af9 .caretIcon__539c8b89{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__362a5f8a .head__97e24af9 button>span{white-space:normal;text-align:left}.spoiler__362a5f8a .content__0291f3fe.hidden__ec3a2836{display:none}.spoiler__362a5f8a .lg__eb1b7393 .content__0291f3fe{margin-top:8px}.spoiler__362a5f8a .md__5bbffefc .content__0291f3fe{margin-top:0}.spoiler__362a5f8a .sm__f64b58ed .content__0291f3fe{margin-top:-4px}.statusTrackerWrapper__3b3890c7{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-9-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-9-0);overflow:hidden;height:100%}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57.verticalAlignMiddle__c419df51{align-self:center}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57.verticalAlignBottom__71d5919b{align-self:end}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerChild__996e6b7c{padding:8px 0}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerChild__996e6b7c:empty{padding:0}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerSum__1fc41989,.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerTitle__88cc1c0b{padding-bottom:4px}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerDescription__7ed7a366{display:block;padding-top:8px}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerAlert__454d0ded{margin-top:12px;text-align:left}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerStatus__05b61778{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerFooterWrapper__881aa6b8{display:grid}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerFooterWrapper__881aa6b8 .statusTrackerDescription__7ed7a366:last-child{padding-top:0}.statusTrackerWrapper__3b3890c7 .statusTracker__345b0e57 .statusTrackerFooterWrapper__881aa6b8 .statusTrackerButton__de01cc2b{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__3b3890c7 .statusTrackerColor__8bf13db2{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__3b3890c7 .statusTrackerColor__8bf13db2.waiting__b9bf9256{background:var(--triplex-next-StatusTracker-Waiting_Color-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerColor__8bf13db2.warning__04c09620{background:var(--triplex-next-StatusTracker-Warning_Background-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerColor__8bf13db2.rejected__790efb7b{background:var(--triplex-next-StatusTracker-Rejected_Color-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerColor__8bf13db2.approved__6bdc41ad{background:var(--triplex-next-StatusTracker-Approved_Color-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerBackground__23c88adb{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__3b3890c7 .statusTrackerBackground__23c88adb.waiting__b9bf9256{background:var(--triplex-next-StatusTracker-Waiting_Background-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerBackground__23c88adb.warning__04c09620{background:var(--triplex-next-StatusTracker-Warning_Background-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerBackground__23c88adb.rejected__790efb7b{background:var(--triplex-next-StatusTracker-Rejected_Background-1-9-0)}.statusTrackerWrapper__3b3890c7 .statusTrackerBackground__23c88adb.approved__6bdc41ad{background:var(--triplex-next-StatusTracker-Approved_Background-1-9-0)}@media (max-width: 767px){.statusTrackerWrapper__3b3890c7{border-radius:16px}}.smallInput__e556b7ad{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-9-0);background:var(--triplex-next-SmallInput-Background-1-9-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-9-0)}.smallInput__e556b7ad::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-9-0);opacity:1}.smallInput__e556b7ad::-ms-clear{display:none}.documentNumberEdit__93716235 .label__81a29cf7{display:inline-block;margin-right:8px}.documentNumberEdit__93716235 .inputEditWrapper__ede3034c{width:68px;display:inline-block}.sliderExtendedDot__59571d8d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-9-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__59571d8d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-9-0)}.sliderExtendedDot__59571d8d.focusedByClick__5d81d9ed:focus{box-shadow:none}.sliderExtendedDot__59571d8d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-9-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__59571d8d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-9-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__59571d8d.disabled__19a67d1a{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-9-0)}.sliderExtendedDot__59571d8d.disabled__19a67d1a:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-9-0)}.sliderExtendedDot__59571d8d.disabled__19a67d1a:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-9-0)}.sliderExtendedDot__59571d8d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-9-0)}.sliderExtendedDot__59571d8d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-9-0)}.sliderExtendedDot__59571d8d.dragByMouse__95eeab86{background:var(--triplex-next-Slider-Dot_Background_Select-1-9-0)}.sliderExtendedDot__59571d8d.dragByMouse__95eeab86:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-9-0)}.sliderExtendedDot__59571d8d:hover .sliderExtendedTooltipOverlay__da4fc616,.sliderExtendedDot__59571d8d:focus .sliderExtendedTooltipOverlay__da4fc616{visibility:visible}.sliderExtendedDot__59571d8d.lg__f644970e{width:28px;height:28px}.sliderExtendedDot__59571d8d.lg__f644970e:after{width:10px;height:10px}.sliderExtendedDot__59571d8d.lg__f644970e:before{width:14px;height:14px}.sliderExtendedMarks__009d0b5c{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__45fce115{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__45fce115 .sliderExtendedMarkDot__19f697b1{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-9-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__45fce115 .sliderExtendedMarkDot__19f697b1.inSelectedRange__7092f92b{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-9-0)}.sliderExtendedMark__45fce115.lg__f644970e{top:20px}.sliderExtendedMark__45fce115.lg__f644970e .sliderExtendedMarkDot__19f697b1{top:-20px}.sliderExtendedMark__45fce115 .sliderExtendedMarkText__512d65b2{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__45fce115.disabled__19a67d1a{pointer-events:none}.sliderExtendedMark__45fce115.disabled__19a67d1a .sliderExtendedMarkText__512d65b2{pointer-events:none;opacity:.35}.sliderExtendedMark__45fce115.disabled__19a67d1a .sliderExtendedMarkDot__19f697b1{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-9-0)}.sliderExtendedMark__45fce115:first-child,.sliderExtendedMark__45fce115:last-child{transform:none}.sliderExtendedMark__45fce115:first-child.reverse__e7e1ea0f .sliderExtendedMarkDot__19f697b1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__45fce115:first-child.reverse__e7e1ea0f .sliderExtendedMarkText__512d65b2{margin-right:-4px}.sliderExtendedMark__45fce115:first-child:not(.reverse__e7e1ea0f) .sliderExtendedMarkDot__19f697b1{left:0;transform:translate(-50%)}.sliderExtendedMark__45fce115:first-child .sliderExtendedMarkText__512d65b2{margin-left:-4px}.sliderExtendedMark__45fce115:last-child.reverse__e7e1ea0f .sliderExtendedMarkDot__19f697b1{left:0;transform:translate(-50%)}.sliderExtendedMark__45fce115:last-child.reverse__e7e1ea0f .sliderExtendedMarkText__512d65b2{margin-left:-4px}.sliderExtendedMark__45fce115:last-child:not(.reverse__e7e1ea0f) .sliderExtendedMarkDot__19f697b1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__45fce115:last-child .sliderExtendedMarkText__512d65b2{margin-right:-4px}.sliderExtendedMark__45fce115.active__e16e3d8e{pointer-events:none}.sliderExtendedRail__55270ef4{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-9-0);cursor:pointer}.sliderExtended__58a9ce36{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__58a9ce36.disabled__19a67d1a .sliderExtendedRail__55270ef4{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-9-0)}.sliderExtended__58a9ce36.lg__f644970e{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__40202f99{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-9-0);z-index:10}.sliderExtendedTrack__40202f99.lg__f644970e{top:12px}.sliderExtendedTrack__40202f99:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-9-0)}.sliderExtendedTrack__40202f99.focusedByClick__5d81d9ed:focus{box-shadow:none}.sliderExtendedTrack__40202f99.hoverOrDragByMouse__0afa900e{background:var(--triplex-next-Slider-Track_Background_Hover-1-9-0)}.sliderExtendedTrack__40202f99.staticSlider__661cd9c8{cursor:default;pointer-events:none}.sliderExtendedTrack__40202f99.disabled__19a67d1a{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-9-0)}.sliderExtendedTooltipOverlay__da4fc616{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__da4fc616.lg__f644970e{bottom:32px}.sliderExtendedTooltipOverlay__da4fc616 .tooltipBody__61a735c1{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-9-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-9-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__da4fc616 .tooltipTip__31cfcdb1{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-9-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__da4fc616 .tooltipTip__31cfcdb1{margin:-.5px}}.treeView__85ac4b66,.treeViewGroup__954e0702{margin:0;padding:0}.treeView__85ac4b66 .treeViewNode__873e61e0,.treeViewGroup__954e0702 .treeViewNode__873e61e0{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__986f6042.collapsed__ebbb6cc7{visibility:hidden}.checkboxTreeExtended__57b28ca3{margin-bottom:-12px}.checkboxTreeExtendedNode__8f211e34 .checkboxTreeExtendedNode__8f211e34{margin-left:24px}.checkboxTreeExtendedNodeHeader__8c576c64{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__8c576c64 .checkboxTreeCheckboxLabel__8ca47bee{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__8c576c64 .caretIconWrapper__c460018b{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__8c576c64 .caretIconWrapper__c460018b:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-9-0)}.checkboxTreeExtendedNodeHeader__8c576c64.opened__e8686d6b .caretIconWrapper__c460018b{transform:rotate(180deg)}.chipGroup__16978f61{display:flex}.chipGroup__16978f61.oneLine__7e3f297d{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__16978f61.oneLine__7e3f297d::-webkit-scrollbar{display:none}.chipGroup__16978f61.multiLine__ab9ff3a3{flex-wrap:wrap}.chipGroup__16978f61.lg__06488349{gap:12px}.chipGroup__16978f61.md__61904f7e,.chipGroup__16978f61.sm__fa979f73{gap:8px}.confirm__0db9089e{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__0db9089e.isInLightBox__cd98c4ea{max-width:800px}.confirm__0db9089e.isInSideOverlaySM__ac7005ae{max-width:416px}.confirm__0db9089e.isInSideOverlayMD__e3529ee3{max-width:536px}.confirm__0db9089e.isInSideOverlayLG__4f64702e{max-width:736px}.confirmCloseButton__0c5fecae{position:absolute;top:24px;right:24px}.confirmContent__6d359f32{margin-bottom:24px;padding-right:56px}.confirmControls__20d4fca3{white-space:nowrap}.confirmContentTitle__e10158d9{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__0c5fecae{top:16px;right:16px}.confirmContent__6d359f32{margin-bottom:16px}}.divider__c3f620e9{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-9-0);border:none}.marginTopSize-4__81ae27bb{margin-top:4px}.marginBottomSize-4__12d3cde0{margin-bottom:4px}.marginTopSize-8__15f9c29a{margin-top:8px}.marginBottomSize-8__d43fce98{margin-bottom:8px}.marginTopSize-12__374072c8{margin-top:12px}.marginBottomSize-12__4c2291ab{margin-bottom:12px}.marginTopSize-16__52908d76{margin-top:16px}.marginBottomSize-16__847e47e8{margin-bottom:16px}.marginTopSize-20__d890e4ab{margin-top:20px}.marginBottomSize-20__2b9815e5{margin-bottom:20px}.marginTopSize-24__a825a675{margin-top:24px}.marginBottomSize-24__1b09aea3{margin-bottom:24px}.marginTopSize-28__efed8db1{margin-top:28px}.marginBottomSize-28__3a5c5b21{margin-bottom:28px}.marginTopSize-32__716c3afd{margin-top:32px}.marginBottomSize-32__c82cafac{margin-bottom:32px}.listMasterChipGroup__7908c0c3{padding:0 16px}.listMasterFooter__484f82f7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-9-0);color:var(--triplex-next-ListMaster-Footer_Color-1-9-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__484f82f7.sticky__ff9e5605{position:sticky;bottom:0}.listMasterFooterDescription__c15b51f2{padding-right:16px}.listMasterFooterControls__23cde022{white-space:nowrap}.listMasterHeader__e495ec9e{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-9-0);color:var(--triplex-next-ListMaster-Header_Color-1-9-0)}.listMasterHeader__e495ec9e.sticky__ff9e5605{position:sticky;top:0;z-index:1}.selectionControls__0779312d{display:flex;justify-content:space-between;align-items:center}.uploadZone__ebcb9d9b{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-9-0)}.uploadZone__ebcb9d9b:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-9-0)}.uploadZoneDragArea__0c697db4{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-9-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__99e0f581{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-9-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-9-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-9-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__a3029d8a{display:none}button.helpBoxButton__eb772bb6{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__0f6a1532{padding-right:16px}.dateRange__85bb7811{display:flex;align-items:center}.dateRangeButton__dbe77ed3{z-index:1}.separator__d4768a29{width:20px;height:20px;flex-shrink:0}.tagColor__93167d9a{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__93167d9a.sm__a9e29a92{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__93167d9a.md__4ce64ed7{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__93167d9a.lg__a02a390c{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__93167d9a.default__8b67d345{background:var(--triplex-next-TagColor-Background_Default-1-9-0)}.tagColor__93167d9a.success__7e1f3de6{background:var(--triplex-next-TagColor-Background_Success-1-9-0)}.tagColor__93167d9a.info__38abbec3{background:var(--triplex-next-TagColor-Background_Info-1-9-0)}.tagColor__93167d9a.warning__1db81ef3{background:var(--triplex-next-TagColor-Background_Warning-1-9-0)}.tagColor__93167d9a.error__e52f4909{background:var(--triplex-next-TagColor-Background_Error-1-9-0)}.content__ec45be84{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-9-0)}
|