@sberbusiness/triplex-next 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/chunks/{AlertProcessSpoiler-C4HDxCMJ.js → AlertProcessSpoiler-BGQ1uQrz.js} +2 -2
- package/chunks/{CalendarViewItem-Y3UQ6liF.js → CalendarViewItem-GZv99LrE.js} +10 -10
- package/chunks/Card.module-Bb-0eR7p.js +17 -0
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
- package/chunks/{Chip-21qt-Ukl.js → Chip-L25luM9A.js} +16 -16
- package/chunks/Confirm.module-B2F1vU1t.js +15 -0
- package/chunks/{DropdownListItem-DXBppGoi.js → DropdownListItem-QBxfm941.js} +17 -17
- package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
- package/chunks/Footer.module-CTz6ITIP.js +9 -0
- package/chunks/{FormFieldInput-hUwbIuBd.js → FormFieldInput-ZCQQZs7b.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
- package/chunks/{HeaderTitle.module-B_2yQmEh.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
- package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
- package/chunks/{LightBoxContent-DDRusGqo.js → LightBoxContent-D0toheNV.js} +14 -14
- package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
- package/chunks/{ListItemControlsButton-3APG17-A.js → ListItemControlsButton-B0Qs0eEN.js} +5 -5
- package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
- package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
- package/chunks/Notification.module-HwYJsw5w.js +21 -0
- package/chunks/Overlay.module-BdT_EdJd.js +18 -0
- package/chunks/Page.module-CQz9ZvqA.js +11 -0
- package/chunks/{RightBorderArrow-Bo5_O5lj.js → RightBorderArrow-B3TaRXow.js} +14 -14
- package/chunks/SMSField.module-B2vNyUh9.js +16 -0
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
- package/chunks/{SliderExtendedRail-C7TQHv-j.js → SliderExtendedRail-DP6nRRY0.js} +10 -10
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BJiMEG2_.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +4 -4
- package/chunks/TableFooter.module-DNpkWevf.js +14 -0
- package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
- package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
- package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
- package/chunks/TreeView.module-CDWFlOAV.js +9 -0
- package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
- package/chunks/utils-BWjaO0EE.js +73 -0
- package/chunks/utils-BsNeWWRx.js +20 -0
- package/chunks/{utils-mlGAF1hQ.js → utils-CDPE3P4X.js} +8 -8
- package/chunks/utils-DKyrkqb2.js +36 -0
- package/chunks/{utils-HEAUA6LV.js → utils-P0A0WEsB.js} +7 -7
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +9 -9
- package/components/AmountField/AmountField.js +8 -8
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +14 -14
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +19 -19
- 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 +11 -11
- package/components/Checkbox/Checkbox.js +7 -7
- 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/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- 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 +1 -1
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
- 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 +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +10 -10
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +10 -10
- 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 +1 -1
- 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 +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +1 -1
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- 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 +4 -4
- package/components/LightBox/LightBox.js +11 -11
- 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 +18 -18
- 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/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
- package/components/Link/Link.js +17 -17
- 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 +12 -12
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- 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 +7 -7
- 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 +10 -10
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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 +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- 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 +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +17 -17
- package/components/SelectExtendedField/SelectExtendedField.js +7 -7
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +18 -18
- package/components/Skeleton/Skeleton.js +12 -12
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +23 -23
- 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 +6 -6
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +6 -6
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- 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 +14 -14
- 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 +12 -12
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +1 -1
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
- 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 +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +9 -9
- 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 +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +33 -33
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +1 -1
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +17 -17
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
- package/components/TopOverlay/TopOverlay.js +18 -18
- 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 +16 -16
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +19 -19
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +9 -9
- package/components/UploadZone/UploadZone.js +109 -97
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +172 -174
- package/index.d.ts +3 -39
- package/index.js +216 -218
- package/package.json +1 -1
- package/styles/triplex-next.css +535 -535
- package/chunks/Card.module-t9A1wsgP.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +0 -11
- package/chunks/Confirm.module-CrTyGEYv.js +0 -15
- package/chunks/DropdownMobile.module-CdquuBgl.js +0 -23
- package/chunks/Footer.module-9PrdQ3S7.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +0 -9
- package/chunks/HeaderTabs.module-a_JyDpFt.js +0 -9
- package/chunks/IslandAccordion.module-BCHg71CD.js +0 -25
- package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +0 -9
- package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +0 -9
- package/chunks/LightBoxControls.module-CHrL_gpj.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +0 -8
- package/chunks/ListItemTail.module-BW9qp-XX.js +0 -12
- package/chunks/ListMasterFooter.module-B3kLf2M1.js +0 -10
- package/chunks/ModalWindow.module-BFTuZtt7.js +0 -17
- package/chunks/Notification.module-DU0GLki1.js +0 -21
- package/chunks/Overlay.module-CQY18PV-.js +0 -18
- package/chunks/Page.module-BO9rnNjD.js +0 -11
- package/chunks/SMSField.module-ibOZLVgV.js +0 -16
- package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +0 -15
- package/chunks/StatusTracker.module-C66hhTIO.js +0 -24
- package/chunks/TableFooter.module-cSix4Lyk.js +0 -14
- package/chunks/TabsExtended.module-D7fs9FsL.js +0 -16
- package/chunks/TabsLine.module-CEQyfehM.js +0 -21
- package/chunks/TooltipDesktop.module-DD9WosV6.js +0 -19
- package/chunks/TreeView.module-Dxrir5YQ.js +0 -9
- package/chunks/UploadZoneInput-C2_0grVp.js +0 -33
- package/chunks/utils-BhoCc4rI.js +0 -36
- package/chunks/utils-BsOip28-.js +0 -73
- package/chunks/utils-D8Gj0oC8.js +0 -20
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
package/styles/triplex-next.css
CHANGED
|
@@ -1,535 +1,535 @@
|
|
|
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-AmountField-Currency_Color_Default-1-
|
|
121
|
-
--triplex-next-AmountField-Currency_Color_Disabled-1-
|
|
122
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
123
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
124
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
125
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
126
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
127
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
128
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
129
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
130
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
138
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
139
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
148
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
152
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
156
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
157
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
158
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
159
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
160
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
161
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
162
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
163
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
164
|
-
--triplex-next-Calendar-Background_Shadow-1-
|
|
165
|
-
--triplex-next-Calendar-View_Header_Color-1-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Default-1-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Hover-1-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-
|
|
171
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-
|
|
172
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-1-
|
|
173
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-
|
|
174
|
-
--triplex-next-Calendar-View_Item_Color_Default-1-
|
|
175
|
-
--triplex-next-Calendar-View_Item_Color_Hover-1-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-1-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Muted-1-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Selected-1-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-
|
|
192
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-
|
|
193
|
-
--triplex-next-Card-Static_General_Background-1-
|
|
194
|
-
--triplex-next-Card-Static_Secondary_Background-1-
|
|
195
|
-
--triplex-next-Card-Action_General_Background-1-
|
|
196
|
-
--triplex-next-Card-Action_General_Background_Hover-1-
|
|
197
|
-
--triplex-next-Card-Action_General_Background_Selected-1-
|
|
198
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-1-
|
|
199
|
-
--triplex-next-Card-Action_Secondary_Background-1-
|
|
200
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-1-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-1-
|
|
202
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-
|
|
203
|
-
--triplex-next-Card-Shadow_Default-1-
|
|
204
|
-
--triplex-next-Card-Shadow_Focus-1-
|
|
205
|
-
--triplex-next-Card-Shadow_Hover-1-
|
|
206
|
-
--triplex-next-Card-Shadow_Selected-1-
|
|
207
|
-
--triplex-next-Card-Shadow_Selected_Hover-1-
|
|
208
|
-
--triplex-next-Checkbox-Background_Checked_Default-1-
|
|
209
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-1-
|
|
210
|
-
--triplex-next-Checkbox-Background_Checked_Hover-1-
|
|
211
|
-
--triplex-next-Checkbox-Background_Default-1-
|
|
212
|
-
--triplex-next-Checkbox-Background_Disabled-1-
|
|
213
|
-
--triplex-next-Checkbox-Background_Hover-1-
|
|
214
|
-
--triplex-next-Checkbox-BorderColor_Default-1-
|
|
215
|
-
--triplex-next-Checkbox-BorderColor_Disabled-1-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Focus-1-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Hover-1-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-1-
|
|
219
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-
|
|
220
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-1-
|
|
221
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-
|
|
222
|
-
--triplex-next-Chip-Background_Active-1-
|
|
223
|
-
--triplex-next-Chip-Background_Default-1-
|
|
224
|
-
--triplex-next-Chip-Background_Disabled-1-
|
|
225
|
-
--triplex-next-Chip-Background_Hover-1-
|
|
226
|
-
--triplex-next-Chip-Background_Selected_Active-1-
|
|
227
|
-
--triplex-next-Chip-Background_Selected_Default-1-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Disabled-1-
|
|
229
|
-
--triplex-next-Chip-Background_Selected_Hover-1-
|
|
230
|
-
--triplex-next-Chip-Color_Active-1-
|
|
231
|
-
--triplex-next-Chip-Color_Default-1-
|
|
232
|
-
--triplex-next-Chip-Color_Disabled-1-
|
|
233
|
-
--triplex-next-Chip-Color_Hover-1-
|
|
234
|
-
--triplex-next-Chip-Color_Selected_Active-1-
|
|
235
|
-
--triplex-next-Chip-Color_Selected_Default-1-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Disabled-1-
|
|
237
|
-
--triplex-next-Chip-Color_Selected_Hover-1-
|
|
238
|
-
--triplex-next-Chip-Shadow_Focus-1-
|
|
239
|
-
--triplex-next-Divider-Background-1-
|
|
240
|
-
--triplex-next-Dropdown-Background-1-
|
|
241
|
-
--triplex-next-Dropdown-Shadow-1-
|
|
242
|
-
--triplex-next-DropdownList-Background_Active-1-
|
|
243
|
-
--triplex-next-DropdownList-Background_Default-1-
|
|
244
|
-
--triplex-next-DropdownList-Background_Selected-1-
|
|
245
|
-
--triplex-next-DropdownList-Color-1-
|
|
246
|
-
--triplex-next-DropdownMobile-Backdrop-1-
|
|
247
|
-
--triplex-next-DropdownMobile-Border_Color-1-
|
|
248
|
-
--triplex-next-DropdownMobile-Content_Background-1-
|
|
249
|
-
--triplex-next-DropdownMobile-Footer_Background-1-
|
|
250
|
-
--triplex-next-DropdownMobile-Header_Background-1-
|
|
251
|
-
--triplex-next-DropdownMobileList-Active_Background-1-
|
|
252
|
-
--triplex-next-DropdownMobileList-Selected_Background-1-
|
|
253
|
-
--triplex-next-FooterPage-StickyShadow-1-
|
|
254
|
-
--triplex-next-FormField-Background_Active-1-
|
|
255
|
-
--triplex-next-FormField-Background_Default-1-
|
|
256
|
-
--triplex-next-FormField-Background_Disabled-1-
|
|
257
|
-
--triplex-next-FormField-Background_Error-1-
|
|
258
|
-
--triplex-next-FormField-Background_Error_Hover-1-
|
|
259
|
-
--triplex-next-FormField-Background_Hover-1-
|
|
260
|
-
--triplex-next-FormField-Background_Warning-1-
|
|
261
|
-
--triplex-next-FormField-Background_Warning_Hover-1-
|
|
262
|
-
--triplex-next-FormField-Input_Color_Default-1-
|
|
263
|
-
--triplex-next-FormField-Input_Color_Disabled-1-
|
|
264
|
-
--triplex-next-FormField-Target_Color_Default-1-
|
|
265
|
-
--triplex-next-FormField-Target_Color_Disabled-1-
|
|
266
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-1-
|
|
267
|
-
--triplex-next-FormField-Label_Color_Default-1-
|
|
268
|
-
--triplex-next-FormField-Label_Color_Disabled-1-
|
|
269
|
-
--triplex-next-FormField-Shadow_Active-1-
|
|
270
|
-
--triplex-next-FormField-Shadow_Default-1-
|
|
271
|
-
--triplex-next-FormField-Shadow_Error_Active-1-
|
|
272
|
-
--triplex-next-FormField-Shadow_Warning_Active-1-
|
|
273
|
-
--triplex-next-FormField-Placeholder_Color-1-
|
|
274
|
-
--triplex-next-HeaderPage-StickyShadow-1-
|
|
275
|
-
--triplex-next-Island-Type1_Background-1-
|
|
276
|
-
--triplex-next-Island-Type2_Background-1-
|
|
277
|
-
--triplex-next-Island-Type3_Background-1-
|
|
278
|
-
--triplex-next-Island-Type1_Shadow-1-
|
|
279
|
-
--triplex-next-Island-Type2_Shadow-1-
|
|
280
|
-
--triplex-next-Island-Type3_Shadow-1-
|
|
281
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-
|
|
282
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-
|
|
283
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-
|
|
284
|
-
--triplex-next-IslandAccordion-Shadow_Focus-1-
|
|
285
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-1-
|
|
286
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-
|
|
287
|
-
--triplex-next-LightBox-Backdrop_Background-1-
|
|
288
|
-
--triplex-next-LightBox-Content_Background-1-
|
|
289
|
-
--triplex-next-Link-BorderColor_Focus-1-
|
|
290
|
-
--triplex-next-Link-Text_Color_Active-1-
|
|
291
|
-
--triplex-next-Link-Text_Color_Default-1-
|
|
292
|
-
--triplex-next-Link-Text_Color_Hover-1-
|
|
293
|
-
--triplex-next-ListItem-Background-1-
|
|
294
|
-
--triplex-next-ListItem-Background_Dragging-1-
|
|
295
|
-
--triplex-next-ListItem-Background_Selected-1-
|
|
296
|
-
--triplex-next-ListItem-Shadow-1-
|
|
297
|
-
--triplex-next-ListItemControlsButton-Background_Active-1-
|
|
298
|
-
--triplex-next-ListItemControlsButton-Background_Default-1-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Background_Hover-1-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Color_Active-1-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Color_Default-1-
|
|
302
|
-
--triplex-next-ListItemControlsButton-Color_Hover-1-
|
|
303
|
-
--triplex-next-ListMaster-Background-1-
|
|
304
|
-
--triplex-next-ListMaster-Footer_Background-1-
|
|
305
|
-
--triplex-next-ListMaster-Footer_Color-1-
|
|
306
|
-
--triplex-next-ListMaster-Header_Background-1-
|
|
307
|
-
--triplex-next-ListMaster-Header_Color-1-
|
|
308
|
-
--triplex-next-Loader-Element_Background_Brand-1-
|
|
309
|
-
--triplex-next-Loader-Element_Background_Neutral-1-
|
|
310
|
-
--triplex-next-Loader-Middle_Background_Default-1-
|
|
311
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-
|
|
312
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-
|
|
313
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-1-
|
|
314
|
-
--triplex-next-Marker-Background_Error-1-
|
|
315
|
-
--triplex-next-Marker-Background_Success-1-
|
|
316
|
-
--triplex-next-Marker-Background_Waiting-1-
|
|
317
|
-
--triplex-next-Marker-Background_Warning-1-
|
|
318
|
-
--triplex-next-MarkerStatus-Description_Color-1-
|
|
319
|
-
--triplex-next-ModalWindow-Background-1-
|
|
320
|
-
--triplex-next-ModalWindow-Backdrop_Background-1-
|
|
321
|
-
--triplex-next-MultiselectField-Divider_Color-1-
|
|
322
|
-
--triplex-next-Notification-Background-1-
|
|
323
|
-
--triplex-next-Notification-Color-1-
|
|
324
|
-
--triplex-next-Notification-TimeColor-1-
|
|
325
|
-
--triplex-next-Notification-Shadow-1-
|
|
326
|
-
--triplex-next-Overlay-Background-1-
|
|
327
|
-
--triplex-next-Overlay-Panel_Background-1-
|
|
328
|
-
--triplex-next-Pagination-PageButton_Background_Active-1-
|
|
329
|
-
--triplex-next-Pagination-PageButton_Background_Hover-1-
|
|
330
|
-
--triplex-next-Pagination-PageButton_Background_Selected-1-
|
|
331
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-
|
|
332
|
-
--triplex-next-Pagination-PageButton_Color-1-
|
|
333
|
-
--triplex-next-Radio-Background_Checked_Default-1-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Disabled-1-
|
|
335
|
-
--triplex-next-Radio-Background_Checked_Hover-1-
|
|
336
|
-
--triplex-next-Radio-Background_Default-1-
|
|
337
|
-
--triplex-next-Radio-Background_Disabled-1-
|
|
338
|
-
--triplex-next-Radio-Background_Hover-1-
|
|
339
|
-
--triplex-next-Radio-BorderColor_Default-1-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Disabled-1-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Focused-1-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Checked_Default-1-
|
|
343
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-1-
|
|
344
|
-
--triplex-next-Radio-Dot_Default-1-
|
|
345
|
-
--triplex-next-Radio-Dot_Disabled-1-
|
|
346
|
-
--triplex-next-SegmentedControl-General_1_Background-1-
|
|
347
|
-
--triplex-next-SegmentedControl-General_2_Background-1-
|
|
348
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-1-
|
|
349
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-1-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-
|
|
400
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-1-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-
|
|
403
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-
|
|
404
|
-
--triplex-next-SmallInput-Background-1-
|
|
405
|
-
--triplex-next-SmallInput-Color-1-
|
|
406
|
-
--triplex-next-SmallInput-PlaceholderColor-1-
|
|
407
|
-
--triplex-next-SmallInput-Shadow-1-
|
|
408
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-1-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Fill_Full-1-
|
|
410
|
-
--triplex-next-SMSField-Refresh_Disabled-1-
|
|
411
|
-
--triplex-next-SMSField-Submit_Background_Default-1-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Hover-1-
|
|
413
|
-
--triplex-next-SMSField-Submit_Background_Active-1-
|
|
414
|
-
--triplex-next-Slider-Dot_Background_Default-1-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Disabled-1-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Hover-1-
|
|
417
|
-
--triplex-next-Slider-Dot_Background_Select-1-
|
|
418
|
-
--triplex-next-Slider-Dot_Focus-1-
|
|
419
|
-
--triplex-next-Slider-Dot_Inner_Background-1-
|
|
420
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-
|
|
421
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-1-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-1-
|
|
423
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-
|
|
424
|
-
--triplex-next-Slider-Rail_Background-1-
|
|
425
|
-
--triplex-next-Slider-Rail_Background_Disabled-1-
|
|
426
|
-
--triplex-next-Slider-Tooltip_Background-1-
|
|
427
|
-
--triplex-next-Slider-Tooltip_Color-1-
|
|
428
|
-
--triplex-next-Slider-Track_Background_Default-1-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Disabled-1-
|
|
430
|
-
--triplex-next-Slider-Track_Background_Hover-1-
|
|
431
|
-
--triplex-next-StatusTracker-Draft_Background-1-
|
|
432
|
-
--triplex-next-StatusTracker-Warning_Background-1-
|
|
433
|
-
--triplex-next-StatusTracker-Waiting_Background-1-
|
|
434
|
-
--triplex-next-StatusTracker-Rejected_Background-1-
|
|
435
|
-
--triplex-next-StatusTracker-Approved_Background-1-
|
|
436
|
-
--triplex-next-StatusTracker-Waiting_Color-1-
|
|
437
|
-
--triplex-next-StatusTracker-Rejected_Color-1-
|
|
438
|
-
--triplex-next-StatusTracker-Approved_Color-1-
|
|
439
|
-
--triplex-next-StatusTracker-Border_Color-1-
|
|
440
|
-
--triplex-next-Step-Color_Active-1-
|
|
441
|
-
--triplex-next-Step-Color_Default-1-
|
|
442
|
-
--triplex-next-Step-Color_Disabled-1-
|
|
443
|
-
--triplex-next-Step-Color_Done-1-
|
|
444
|
-
--triplex-next-Step-Color_Error-1-
|
|
445
|
-
--triplex-next-Step-Color_Warning-1-
|
|
446
|
-
--triplex-next-Step-Background_Active-1-
|
|
447
|
-
--triplex-next-Step-Background_Default-1-
|
|
448
|
-
--triplex-next-Step-Background_Disabled-1-
|
|
449
|
-
--triplex-next-Step-Background_Done-1-
|
|
450
|
-
--triplex-next-Step-Background_Error-1-
|
|
451
|
-
--triplex-next-Step-Background_Warning-1-
|
|
452
|
-
--triplex-next-Stepper-Step_Background_Default-1-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Hover-1-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Disabled-1-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Error-1-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-1-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Warning-1-
|
|
458
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-1-
|
|
459
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-1-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Error-1-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-1-
|
|
462
|
-
--triplex-next-Stepper-Step_BorderColor_Success-1-
|
|
463
|
-
--triplex-next-Stepper-Step_Color_Default-1-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Hover-1-
|
|
465
|
-
--triplex-next-Stepper-Step_Color_Disabled-1-
|
|
466
|
-
--triplex-next-Stepper-ButtonNext_Background-1-
|
|
467
|
-
--triplex-next-Stepper-ButtonPrev_Background-1-
|
|
468
|
-
--triplex-next-Stepper-Background-1-
|
|
469
|
-
--triplex-next-Stepper-Wrapper_Background-1-
|
|
470
|
-
--triplex-next-Stepper-Wrapper_BoxShadow-1-
|
|
471
|
-
--triplex-next-TableBasic-Background_Hover-1-
|
|
472
|
-
--triplex-next-TableBasic-Background_Selected-1-
|
|
473
|
-
--triplex-next-TableBasic-Color-1-
|
|
474
|
-
--triplex-next-TableBasic-Header_Background-1-
|
|
475
|
-
--triplex-next-TableBasic-TableFooter_Background-1-
|
|
476
|
-
--triplex-next-TableBasic-TableFooter_Highlight-1-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-
|
|
479
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-
|
|
480
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-
|
|
481
|
-
--triplex-next-Tabs-Type1_Background-1-
|
|
482
|
-
--triplex-next-Tabs-Type2_Background-1-
|
|
483
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-1-
|
|
484
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-1-
|
|
485
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-
|
|
486
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-
|
|
487
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-
|
|
488
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-
|
|
489
|
-
--triplex-next-Tabs-Type1_Tab_Color_Default-1-
|
|
490
|
-
--triplex-next-Tabs-Type2_Tab_Color_Default-1-
|
|
491
|
-
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-
|
|
492
|
-
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-
|
|
493
|
-
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-
|
|
494
|
-
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-
|
|
495
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-1-
|
|
496
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-1-
|
|
497
|
-
--triplex-next-Tag-Background-1-
|
|
498
|
-
--triplex-next-TagColor-Background_Default-1-
|
|
499
|
-
--triplex-next-TagColor-Background_Success-1-
|
|
500
|
-
--triplex-next-TagColor-Background_Info-1-
|
|
501
|
-
--triplex-next-TagColor-Background_Warning-1-
|
|
502
|
-
--triplex-next-TagColor-Background_Error-1-
|
|
503
|
-
--triplex-next-TagColor-Text_Color_Default-1-
|
|
504
|
-
--triplex-next-TabsLine-BorderColor_Active-1-
|
|
505
|
-
--triplex-next-TabsLine-BorderColor_Hover-1-
|
|
506
|
-
--triplex-next-TabsLine-Separator_Color-1-
|
|
507
|
-
--triplex-next-TabsLine-Shadow_Focus-1-
|
|
508
|
-
--triplex-next-Tooltip-Background-1-
|
|
509
|
-
--triplex-next-Tooltip-Color-1-
|
|
510
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-
|
|
511
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-
|
|
512
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-
|
|
513
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-
|
|
514
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-
|
|
515
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-
|
|
516
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-
|
|
517
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-
|
|
518
|
-
--triplex-next-TopOverlay-Background-1-
|
|
519
|
-
--triplex-next-Typography-Primary_Color-1-
|
|
520
|
-
--triplex-next-Typography-Complementary_Color-1-
|
|
521
|
-
--triplex-next-Typography-Secondary_Color-1-
|
|
522
|
-
--triplex-next-Typography-Tertiary_Color-1-
|
|
523
|
-
--triplex-next-Typography-Disabled_Color-1-
|
|
524
|
-
--triplex-next-Typography-Brand_Color-1-
|
|
525
|
-
--triplex-next-Typography-Info_Color-1-
|
|
526
|
-
--triplex-next-Typography-Success_Color-1-
|
|
527
|
-
--triplex-next-Typography-Error_Color-1-
|
|
528
|
-
--triplex-next-Typography-Warning_Color-1-
|
|
529
|
-
--triplex-next-Typography-System_Color-1-
|
|
530
|
-
--triplex-next-UploadZone-Background_Default-1-
|
|
531
|
-
--triplex-next-UploadZone-Background_Hover-1-
|
|
532
|
-
--triplex-next-UploadZone-BorderColor_Default-1-
|
|
533
|
-
--triplex-next-UploadZone-DragArea_Background-1-
|
|
534
|
-
--triplex-next-UploadZone-DragArea_BorderColor-1-
|
|
535
|
-
.underline__c45e3087{text-decoration:underline}.strikethrough__e3d917a7{text-decoration:line-through}.underlineStrikethrough__0bbf1c54{text-decoration:underline line-through}.typography__e969fd0a.primary__6175d69e{color:var(--triplex-next-Typography-Primary_Color-1-10-0)}.typography__e969fd0a.complementary__f779e52c{color:var(--triplex-next-Typography-Complementary_Color-1-10-0)}.typography__e969fd0a.secondary__fd8b1dcf{color:var(--triplex-next-Typography-Secondary_Color-1-10-0)}.typography__e969fd0a.tertiary__36f92247{color:var(--triplex-next-Typography-Tertiary_Color-1-10-0)}.typography__e969fd0a.disabled__9ce7de83{color:var(--triplex-next-Typography-Disabled_Color-1-10-0)}.typography__e969fd0a.brand__1851fd94{color:var(--triplex-next-Typography-Brand_Color-1-10-0);-webkit-user-select:none;user-select:none}.typography__e969fd0a.info__268902bb{color:var(--triplex-next-Typography-Info_Color-1-10-0)}.typography__e969fd0a.success__1cde7493{color:var(--triplex-next-Typography-Success_Color-1-10-0)}.typography__e969fd0a.error__79b8b6ef{color:var(--triplex-next-Typography-Error_Color-1-10-0)}.typography__e969fd0a.warning__95bae9a3{color:var(--triplex-next-Typography-Warning_Color-1-10-0)}.typography__e969fd0a.system__5d825bd7{color:var(--triplex-next-Typography-System_Color-1-10-0)}.typography__e969fd0a.compact__0830a1d4{line-height:calc(16 / 14)}.title__43af3bbc{outline:none}.title__43af3bbc.regular__a1868521{font-family:SBSansDisplay}.title__43af3bbc.semibold__40191a67{font-family:SBSansDisplaySemibold}.title__43af3bbc.medium__7ec82560{font-family:SBSansDisplayMedium}.title__43af3bbc.bold__3295ce98{font-family:SBSansDisplayBold}.h1__016096bc,.h2__e6b8d29a,.h3__bbb9635f{margin:0}.h1__016096bc{font-size:28px;line-height:36px}.h2__e6b8d29a{font-size:24px;line-height:32px}.h3__bbb9635f{font-size:20px;line-height:28px}.text__fd33fbbf{outline:none}.text__fd33fbbf.regular__a1868521{font-family:SBSansText}.text__fd33fbbf.semibold__40191a67{font-family:SBSansTextSemibold}.b1__e2ecbab8{font-size:18px;line-height:24px}.b2__cdd090bd{font-size:16px;line-height:20px}.b3__96b10991{font-size:14px;line-height:20px}.b3__96b10991.compact__0830a1d4{line-height:16px}.b4__1bbc933c{font-size:12px;line-height:16px}.caption__a2c839b7.regular__a1868521{font-family:SBSansText}.caption__a2c839b7.semibold__40191a67{font-family:SBSansTextSemibold}.c1__0b89613a{font-size:10px;line-height:12px}.c2__5af34e25{font-size:8px;line-height:10px}.d1__977f75a2{font-size:32px;line-height:40px}.d1__977f75a2.regular__a1868521{font-family:SBSansDisplay}.d1__977f75a2.semibold__40191a67{font-family:SBSansDisplaySemibold}.formFieldInput__4642f19c{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-10-0)}.formFieldInput__4642f19c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-10-0)}.formFieldInput__4642f19c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-10-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__4642f19c:focus{outline:none}.formFieldInput__4642f19c:focus::placeholder{opacity:1}.formFieldInput__4642f19c:-webkit-autofill{animation-name:autofill-applied-hook__364282c6;animation-duration:1ms}.formFieldInput__4642f19c:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__5775fd38;animation-duration:1ms}.formFieldInput__4642f19c.sm__cf7ff5b5{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__4642f19c.md__6db22c4a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__4642f19c.lg__3f1cca1c{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__364282c6{0%{transform:none}}@keyframes autofill-cancelled-hook__5775fd38{0%{transform:none}}.formField__56345500{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-10-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__56345500:hover{background:var(--triplex-next-FormField-Background_Hover-1-10-0)}.formField__56345500.disabled__47510fe4{background:var(--triplex-next-FormField-Background_Disabled-1-10-0)}.formField__56345500.active__9366a2b4{background:var(--triplex-next-FormField-Background_Active-1-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-10-0)}.formField__56345500.active__9366a2b4::placeholder{opacity:1}.formField__56345500.error__9491abd7{background:var(--triplex-next-FormField-Background_Error-1-10-0)}.formField__56345500.error__9491abd7:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-10-0)}.formField__56345500.error__9491abd7.active__9366a2b4{background:var(--triplex-next-FormField-Background_Error-1-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-10-0)}.formField__56345500.warning__1bfc51fc{background:var(--triplex-next-FormField-Background_Warning-1-10-0)}.formField__56345500.warning__1bfc51fc:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-10-0)}.formField__56345500.warning__1bfc51fc.active__9366a2b4{background:var(--triplex-next-FormField-Background_Warning-1-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-10-0)}.formField__56345500.size-sm__f1d12fc4{border-radius:6px}.formField__56345500.size-md__a78b0eb0{border-radius:8px}.formField__56345500.size-lg__58b4c4c1{border-radius:10px}.formFieldDescription__1c37c58d{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__1c37c58d.withCounter__956732d0{display:flex;justify-content:space-between}.formFieldLabel__522a1a75{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__522a1a75.size-sm__f1d12fc4{top:6px}.formFieldLabel__522a1a75.size-md__a78b0eb0{top:10px}.formFieldLabel__522a1a75.size-lg__58b4c4c1{top:18px}.formFieldLabel__522a1a75.size-lg__58b4c4c1.floating__9f2b45d4{top:10px}.formFieldLabelText__ff550327{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-10-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__f1d12fc4 .formFieldLabelText__ff550327{font-size:12px;line-height:16px}.size-md__a78b0eb0 .formFieldLabelText__ff550327{font-size:14px;line-height:20px}.size-lg__58b4c4c1 .formFieldLabelText__ff550327{font-size:16px;line-height:20px}.floating__9f2b45d4 .formFieldLabelText__ff550327{font-size:12px;line-height:16px}.floating__9f2b45d4.size-sm__f1d12fc4 .formFieldLabelText__ff550327,.floating__9f2b45d4.size-md__a78b0eb0 .formFieldLabelText__ff550327{display:none}.disabled__47510fe4 .formFieldLabelText__ff550327{color:var(--triplex-next-FormField-Label_Color_Disabled-1-10-0)}.formFieldPostfix__6d173e57{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__f99e9dc0{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__c53266b1{padding-left:4px}.formFieldMaskedInputWrapper__b1b02d95{position:relative}.formFieldMaskedInputWrapper__b1b02d95 .formFieldMaskedInputPlaceholder__e2e5dc7a{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__b1b02d95 .formFieldMaskedInputPlaceholder__e2e5dc7a::placeholder{opacity:1}.formFieldMaskedInputWrapper__b1b02d95 .formFieldMaskedInputPlaceholder__e2e5dc7a:disabled{visibility:hidden}.formFieldMaskedInputWrapper__b1b02d95.size-sm__f1d12fc4{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__b1b02d95.size-sm__f1d12fc4 .formFieldMaskedInputPlaceholder__e2e5dc7a{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__b1b02d95.size-md__a78b0eb0{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__b1b02d95.size-md__a78b0eb0 .formFieldMaskedInputPlaceholder__e2e5dc7a{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__b1b02d95.size-lg__58b4c4c1{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__b1b02d95.size-lg__58b4c4c1 .formFieldMaskedInputPlaceholder__e2e5dc7a{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__b1b02d95 .formFieldMaskedInput__785358b5{display:block;position:relative;background:none!important}.dropdownDesktop__b501b636{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-10-0);background-color:var(--triplex-next-Dropdown-Background-1-10-0)}.dropdownDesktop-sm__a76ca40e{border-radius:6px}.dropdownDesktop-md__9c00032d{border-radius:8px}.dropdownDesktop-lg__23551d86{border-radius:10px}.dropdownDesktopOverflowHidden__9beec9a1{overflow:hidden}.dropdownMobileWrapper__5368f62a{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__347e23b4{background:var(--triplex-next-DropdownMobile-Backdrop-1-10-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__347e23b4.closing__6ef09ad4{opacity:0}.dropdownMobileBackdrop__347e23b4.opening__111c7ddc,.dropdownMobileBackdrop__347e23b4.opened__31deaee5{opacity:var(--triplex-DropdownMobile-Opacity-1-10-0)}.dropdownMobile__a0976755{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__a0976755.closing__6ef09ad4{transform:translateY(100%)}.dropdownMobile__a0976755.opening__111c7ddc,.dropdownMobile__a0976755.opened__31deaee5{transform:translateY(0)}.dropdownMobileHeader__a7506a14{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-10-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__a7506a14 .dropdownMobileHeaderContent__b2424cc4{margin-right:28px;min-height:20px}.dropdownMobileContent__504cfefd{background:var(--triplex-next-DropdownMobile-Content_Background-1-10-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__f05de6c9{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-10-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-10-0);flex-shrink:1}.dropdownMobileListItem__33ad6c5d{padding:16px}.dropdownMobileListItem__33ad6c5d.selected__81d21962{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-10-0)}.dropdownMobileListItem__33ad6c5d:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-10-0)}.dropdownMobileListLoader__7c88966e{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__5690f1be{overflow:hidden}.controlButtons__0c51f99b{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__d4359664{margin-right:8px}.notificationIcon__2481642f{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__9428e080{padding:4px;overflow:auto}.dropdownDesktopList__9428e080.sm__e5e6cd77{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__9428e080.sm__e5e6cd77 .dropdownDesktopListItem__cd5b847d{padding:6px 8px;border-radius:6px}.dropdownDesktopList__9428e080.sm__e5e6cd77 .dropdownDesktopListLoader__d163a567{margin:0 auto}.dropdownDesktopList__9428e080.md__db9777c7{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__9428e080.md__db9777c7 .dropdownDesktopListItem__cd5b847d{padding:7px 8px;border-radius:8px}.dropdownDesktopList__9428e080.md__db9777c7 .dropdownDesktopListLoader__d163a567{margin:-2px auto}.dropdownDesktopList__9428e080.lg__04c64252{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__9428e080.lg__04c64252 .dropdownDesktopListItem__cd5b847d{padding:14px 8px;border-radius:10px}.dropdownDesktopList__9428e080.lg__04c64252 .dropdownDesktopListLoader__d163a567{margin:-6px auto}.dropdownDesktopListItem__cd5b847d{color:var(--triplex-next-DropdownList-Color-1-10-0);background:var(--triplex-next-DropdownList-Background_Default-1-10-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__cd5b847d+.dropdownDesktopListItem__cd5b847d{margin-top:2px}.dropdownDesktopListItem__cd5b847d.active__b70d1173{background:var(--triplex-next-DropdownList-Background_Active-1-10-0);cursor:pointer}.dropdownDesktopListItem__cd5b847d.selected__81d21962{background:var(--triplex-next-DropdownList-Background_Selected-1-10-0);cursor:default}.notificationIcon__2c01e144{position:absolute;right:4px;top:4px}.loaderSmall__6a76d922{display:flex;justify-content:center;align-items:center}.loaderSmall__6a76d922.sm__b665e5c8{width:16px;height:16px;gap:2px}.loaderSmall__6a76d922.sm__b665e5c8 .dot__f35996e2{width:4px;height:4px}.loaderSmall__6a76d922.md__57f600fe{width:24px;height:24px;gap:3px}.loaderSmall__6a76d922.md__57f600fe .dot__f35996e2{width:6px;height:6px}.loaderSmall__6a76d922.lg__ca06efe7{width:32px;height:32px;gap:4px}.loaderSmall__6a76d922.lg__ca06efe7 .dot__f35996e2{width:8px;height:8px}.loaderSmall__6a76d922.neutral__a0c94cf9 .dot__f35996e2{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-10-0)}.loaderSmall__6a76d922.brand__399312ec .dot__f35996e2{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-10-0)}.loaderSmall__6a76d922 .dot__f35996e2{border-radius:50%}.loaderSmall__6a76d922 .dot1__80b75a31{animation:dotCycleSmall__7aa020ab .9s infinite}.loaderSmall__6a76d922 .dot2__d8360287{animation:dotCycleSmall__7aa020ab .9s infinite .15s}.loaderSmall__6a76d922 .dot3__cb40b979{animation:dotCycleSmall__7aa020ab .9s infinite .3s}@keyframes dotCycleSmall__7aa020ab{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__f2717f27{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-10-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__7d65875d{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__7d65875d .dot__f35996e2{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-10-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__7d65875d .dot1__80b75a31{top:0;left:0;animation:dotCycleMiddle__e9df93bd 3s infinite}.loaderMiddleDots__7d65875d .dot2__d8360287{right:0;top:0;opacity:.7;animation:dotCycleMiddle__e9df93bd 3s infinite .74s}.loaderMiddleDots__7d65875d .dot3__cb40b979{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__e9df93bd 3s infinite 1.5s}.loaderMiddleDots__7d65875d .dot4__776857a8{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__e9df93bd 3s infinite 2.25s}.loaderMiddleDots__7d65875d .line__87a77dd6{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-10-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__9870af71 3s infinite}@keyframes lineCycle__9870af71{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__e9df93bd{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__d8771a4a{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__d8771a4a:enabled{cursor:pointer}.buttonIcon__d8771a4a.circle__6a61e573{border-radius:50%}.buttonIcon__d8771a4a.squircle__e465f45f{border-radius:4px}.buttonIcon__d8771a4a:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-10-0)}.dropdownMobileInput__6169e535{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-10-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__6169e535::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-10-0);opacity:1}.dropdownMobileInput__6169e535::-ms-clear{display:none}.tabsLineWrapper__b8b49425[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__b8b49425[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__b8b49425[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__b8b49425[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__b8b49425{position:relative}.tabsLineWrapper__b8b49425.withSeparator__16ac7a7f:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-10-0);bottom:0;left:0;right:0}.tabsLine__393c7baf{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__393c7baf:has(.sm__0e944066){height:28px}.tabsLine__393c7baf:has(.md__c0e9ee10){height:40px}.tabsLine__393c7baf:has(.lg__118c3894){height:56px}.tab__091d469c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__091d469c.sm__0e944066{height:28px;padding-bottom:12px}.tab__091d469c.md__c0e9ee10{height:40px;padding-top:8px;padding-bottom:12px}.tab__091d469c.lg__118c3894{height:56px;padding-top:16px;padding-bottom:20px}.tab__091d469c::-moz-focus-inner{border:none;padding:0}.tab__091d469c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-10-0)}.tab__091d469c.active__ab886d38{cursor:default}.tab__091d469c: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__091d469c:hover:after,.tab__091d469c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-10-0)}.tab__091d469c.active__ab886d38:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-10-0)}.notificationIcon__858d2bf9{position:absolute;right:6px}.sm__0e944066 .notificationIcon__858d2bf9{top:0}.md__c0e9ee10 .notificationIcon__858d2bf9{top:8px}.lg__118c3894 .notificationIcon__858d2bf9{top:16px}.tabsLineDropdown__f589342a{display:inline-block}.tabsLineDropdown__f589342a .dropdownTarget__e6f15bf4.active__ab886d38{cursor:pointer}.tabsLineDropdown__f589342a .dropdownTargetInner__4423ddba{display:inline-flex;align-items:center}.tabsLineDropdown__f589342a .dropdownTargetCaret__89a9e806{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__f589342a .dropdownTargetCaret__89a9e806.opened__6591f172{transform:rotate(-180deg)}.tabsLineDropdown__f589342a .dropdown__11165538{right:0;padding:4px}.tabsLineMobileWrapper__ab85105f{position:relative}.tabsLineMobileWrapper__ab85105f .tab__091d469c{flex-shrink:0}.tabsLineMobileWrapper__ab85105f .tab__091d469c:first-child{margin-left:16px}.tabsLineMobileWrapper__ab85105f .tab__091d469c:last-child{margin-right:16px}.tabsLineMobile__bba0aa5f{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__bba0aa5f::-webkit-scrollbar{display:none}.label__b99ebba7{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b99ebba7.sm__19b358dd{min-width:16px;min-height:16px}.label__b99ebba7.sm__19b358dd.nonempty__e40a081e{padding-left:24px}.label__b99ebba7.md__01c6f49f{min-height:24px;min-width:24px}.label__b99ebba7.md__01c6f49f.nonempty__e40a081e{padding-left:32px;padding-top:2px}.label__b99ebba7.lg__1bad1b1b{min-width:28px;min-height:28px}.label__b99ebba7.lg__1bad1b1b.nonempty__e40a081e{padding-left:40px;padding-top:4px}.label__b99ebba7.disabled__b6d77d39{cursor:default}.radio__ddb85fe8{margin:0;opacity:0}.radioIcon__1d3ce0f8{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-10-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-10-0)}.radioIcon__1d3ce0f8:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-10-0);border-radius:50%;transform:scale(0)}.sm__19b358dd .radioIcon__1d3ce0f8:after{width:8px;height:8px;top:4px;left:4px}.md__01c6f49f .radioIcon__1d3ce0f8:after{width:12px;height:12px;top:6px;left:6px}.lg__1bad1b1b .radioIcon__1d3ce0f8:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__1d3ce0f8,.radioIcon__1d3ce0f8:after{pointer-events:none}.radio__ddb85fe8,.radioIcon__1d3ce0f8{position:absolute;left:0;top:0}.sm__19b358dd .radio__ddb85fe8,.sm__19b358dd .radioIcon__1d3ce0f8{width:16px;height:16px;top:2px}.md__01c6f49f .radio__ddb85fe8,.md__01c6f49f .radioIcon__1d3ce0f8{width:24px;height:24px}.lg__1bad1b1b .radio__ddb85fe8,.lg__1bad1b1b .radioIcon__1d3ce0f8{width:28px;height:28px}.radio__ddb85fe8:enabled{cursor:pointer}.radio__ddb85fe8:checked+.radioIcon__1d3ce0f8{background:var(--triplex-next-Radio-Background_Checked_Default-1-10-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-10-0)}.radio__ddb85fe8:checked+.radioIcon__1d3ce0f8:after{transform:scale(1);transition:transform .2s ease-out}.radio__ddb85fe8:hover+.radioIcon__1d3ce0f8{background-color:var(--triplex-next-Radio-Background_Hover-1-10-0);box-shadow:none}.radio__ddb85fe8:disabled+.radioIcon__1d3ce0f8{background:var(--triplex-next-Radio-Background_Disabled-1-10-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-10-0)}.radio__ddb85fe8:disabled:checked+.radioIcon__1d3ce0f8{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-10-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-10-0)}.radio__ddb85fe8:disabled+.radioIcon__1d3ce0f8:after{background:var(--triplex-next-Radio-Dot_Disabled-1-10-0)}.radio__ddb85fe8:focus-visible+.radioIcon__1d3ce0f8{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-10-0)}.radio__ddb85fe8:checked:enabled:hover+.radioIcon__1d3ce0f8{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-10-0)}.radioXGroup__93b0b917{display:inline-flex;flex-flow:row wrap}.radioXGroup__93b0b917.indent-12__1813bb4e{margin-left:-6px;margin-right:-6px}.radioXGroup__93b0b917.indent-12__1813bb4e .label__b99ebba7{margin-left:6px;margin-right:6px}.radioXGroup__93b0b917.indent-16__7fda13ba{margin-left:-8px;margin-right:-8px}.radioXGroup__93b0b917.indent-16__7fda13ba .label__b99ebba7{margin-left:8px;margin-right:8px}.radioXGroup__93b0b917.indent-20__73780f1d{margin-left:-10px;margin-right:-10px}.radioXGroup__93b0b917.indent-20__73780f1d .label__b99ebba7{margin-left:10px;margin-right:10px}.radioXGroup__93b0b917.indent-24__bcfb3872{margin-left:-12px;margin-right:-12px}.radioXGroup__93b0b917.indent-24__bcfb3872 .label__b99ebba7{margin-left:12px;margin-right:12px}.radioXGroup__93b0b917.indent-28__48fcb576{margin-left:-14px;margin-right:-14px}.radioXGroup__93b0b917.indent-28__48fcb576 .label__b99ebba7{margin-left:14px;margin-right:14px}.radioXGroup__93b0b917.indent-32__ef9c0a24{margin-left:-16px;margin-right:-16px}.radioXGroup__93b0b917.indent-32__ef9c0a24 .label__b99ebba7{margin-left:16px;margin-right:16px}.radioYGroup__903f6a46{display:inline-flex;flex-flow:column wrap}.radioYGroup__903f6a46 .label__b99ebba7.sm__19b358dd+.label__b99ebba7.sm__19b358dd{margin-top:8px}.radioYGroup__903f6a46 .label__b99ebba7.md__01c6f49f+.label__b99ebba7.md__01c6f49f{margin-top:16px}.radioYGroup__903f6a46 .label__b99ebba7.lg__1bad1b1b+.label__b99ebba7.lg__1bad1b1b{margin-top:20px}.notification__1bdb068d{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-10-0);background:var(--triplex-next-Notification-Background-1-10-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-10-0);z-index:300}.notification__1bdb068d:first-child{margin-top:0}.notification__1bdb068d.extraBottomPadding__fd0701cd{padding-bottom:24px}.notification__1bdb068d .notificationHeader__9ede99fb{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-10-0);width:100%;margin-top:0;margin-bottom:8px}.notification__1bdb068d .notificationIcon__64af8a3c{line-height:0}.notification__1bdb068d .notificationBody__79210f2c{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__1bdb068d .notificationBodyList__8de8610d{margin-top:8px}.notification__1bdb068d .notificationBodyContent__3d868ea1{width:100%;font-size:14px}.notification__1bdb068d .notificationClose__eb33e4b1{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__1bdb068d.showCloseOnHover__0627b301 .notificationClose__eb33e4b1{opacity:0}.notification__1bdb068d.showCloseOnHover__0627b301:hover{cursor:pointer}.notification__1bdb068d.showCloseOnHover__0627b301:hover .notificationClose__eb33e4b1{opacity:1}.notification__1bdb068d .notificationFooter__4fe48e7e{display:flex;align-items:center;margin-top:16px}.notification__1bdb068d .notificationFooter__4fe48e7e button+a{margin-left:16px}.notification__1bdb068d .notificationTime__7c45d643{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-10-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__6add1624{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__6add1624:hover{cursor:pointer}.notificationGroupedWrapper__6add1624 .notificationGroupedFooterItem__dc4876ec{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-10-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-10-0)}.notificationGroupedWrapper__6add1624 .notificationGroupedFooterItem__dc4876ec.first__088c9a3a{bottom:-8px;z-index:200}.notificationGroupedWrapper__6add1624 .notificationGroupedFooterItem__dc4876ec.second__ab9937e9{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__1bdb068d,.notificationGroupedWrapper__6add1624{width:100%}}.unorderedListItem__a6ccd6df:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__a6ccd6df+.unorderedListItem__a6ccd6df{margin-top:8px}.unorderedList__b87d7628{position:relative;margin:0;padding-left:14px;list-style:none}.button__b2b67d3c.general__3bcd45e1{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-10-0);color:var(--triplex-next-Button-General_Color_Default-1-10-0)}.button__b2b67d3c.general__3bcd45e1:hover{background:var(--triplex-next-Button-General_Background_Hover-1-10-0);color:var(--triplex-next-Button-General_Color_Hover-1-10-0)}.button__b2b67d3c.general__3bcd45e1.expanded__046b9c29,.button__b2b67d3c.general__3bcd45e1:active{background:var(--triplex-next-Button-General_Background_Active-1-10-0);color:var(--triplex-next-Button-General_Color_Active-1-10-0)}.button__b2b67d3c.general__3bcd45e1:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-10-0)}.button__b2b67d3c.general__3bcd45e1:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-10-0);color:var(--triplex-next-Button-General_Color_Disabled-1-10-0)}.button__b2b67d3c.secondary__14a76418{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-10-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-10-0)}.button__b2b67d3c.secondary__14a76418:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-10-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-10-0)}.button__b2b67d3c.secondary__14a76418.expanded__046b9c29,.button__b2b67d3c.secondary__14a76418:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-10-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-10-0)}.button__b2b67d3c.secondary__14a76418:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-10-0)}.button__b2b67d3c.secondary__14a76418:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-10-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-10-0)}.button__b2b67d3c.secondaryLight__d3086601{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-10-0)}.button__b2b67d3c.secondaryLight__d3086601:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-10-0)}.button__b2b67d3c.secondaryLight__d3086601.expanded__046b9c29,.button__b2b67d3c.secondaryLight__d3086601:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-10-0)}.button__b2b67d3c.secondaryLight__d3086601:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-10-0)}.button__b2b67d3c.secondaryLight__d3086601:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-10-0)}.button__b2b67d3c.danger__c67973cd{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-10-0);color:var(--triplex-next-Button-Danger_Color_Default-1-10-0)}.button__b2b67d3c.danger__c67973cd:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-10-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-10-0)}.button__b2b67d3c.danger__c67973cd.expanded__046b9c29,.button__b2b67d3c.danger__c67973cd:active{background:var(--triplex-next-Button-Danger_Background_Active-1-10-0);color:var(--triplex-next-Button-Danger_Color_Active-1-10-0)}.button__b2b67d3c.danger__c67973cd:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-10-0)}.button__b2b67d3c.danger__c67973cd:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-10-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-10-0)}.button__b2b67d3c.link__cc533c1e{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-10-0);padding:0}.button__b2b67d3c.link__cc533c1e.sm__43644e05{height:28px;min-width:0px;padding:6px 2px}.button__b2b67d3c.link__cc533c1e.md__75c5824d{height:40px;min-width:0px;padding:10px 2px}.button__b2b67d3c.link__cc533c1e.lg__0c33a72b{height:56px;min-width:0px;padding:18px 2px}.button__b2b67d3c.link__cc533c1e:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-10-0)}.button__b2b67d3c.link__cc533c1e.expanded__046b9c29,.button__b2b67d3c.link__cc533c1e:active{color:var(--triplex-next-Button-Link_Color_Active-1-10-0)}.button__b2b67d3c.link__cc533c1e:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-10-0)}.button__b2b67d3c.link__cc533c1e:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-10-0)}.button__b2b67d3c{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__b2b67d3c::-moz-focus-inner{border:none;padding:0}.button__b2b67d3c.sm__43644e05{line-height:16px;font-size:12px}.button__b2b67d3c.sm__43644e05.general__3bcd45e1,.button__b2b67d3c.sm__43644e05.secondary__14a76418,.button__b2b67d3c.sm__43644e05.secondaryLight__d3086601,.button__b2b67d3c.sm__43644e05.danger__c67973cd{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__b2b67d3c.sm__43644e05.icon__b8c4e534{min-height:28px;min-width:28px;padding:4px}.button__b2b67d3c.md__75c5824d{line-height:20px;font-size:14px}.button__b2b67d3c.md__75c5824d.general__3bcd45e1,.button__b2b67d3c.md__75c5824d.secondary__14a76418,.button__b2b67d3c.md__75c5824d.secondaryLight__d3086601,.button__b2b67d3c.md__75c5824d.danger__c67973cd{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__b2b67d3c.md__75c5824d.icon__b8c4e534{min-height:40px;min-width:40px;padding:10px}.button__b2b67d3c.lg__0c33a72b{line-height:20px;font-size:16px}.button__b2b67d3c.lg__0c33a72b.general__3bcd45e1,.button__b2b67d3c.lg__0c33a72b.secondary__14a76418,.button__b2b67d3c.lg__0c33a72b.secondaryLight__d3086601,.button__b2b67d3c.lg__0c33a72b.danger__c67973cd{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__b2b67d3c.lg__0c33a72b.icon__b8c4e534{min-height:56px;min-width:56px;padding:12px}.button__b2b67d3c:disabled{cursor:default}.button__b2b67d3c:disabled *{pointer-events:none}.button__b2b67d3c+.button__b2b67d3c:not(.block__f22447d4){margin-left:12px}.button__b2b67d3c .content__245cb97f{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__b2b67d3c.block__f22447d4{display:block;width:100%}.button__b2b67d3c.loading__678524d5{pointer-events:none}.button__b2b67d3c.loading__678524d5 .content__245cb97f{visibility:hidden}.button__b2b67d3c .loader__ab1ee188{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__b2b67d3c .loader__ab1ee188.hidden__f3e10267{visibility:hidden}.buttonDropdownExtended__53f04a46{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__53f04a46 .buttonDropdownExtendedBlock__07cd24b0{padding:4px;margin-top:4px;right:0}.buttonDropdown__4b4b0b01.block__f22447d4{display:block}.buttonDropdown__4b4b0b01+.button__b2b67d3c:not(.block__f22447d4),.buttonDropdown__4b4b0b01+.buttonDropdown__4b4b0b01:not(.block__f22447d4){margin-left:16px}.buttonDropdown__4b4b0b01 .buttonDropdownTarget__b7a1949d .caretIcon__b7498468{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__4b4b0b01 .buttonDropdownTarget__b7a1949d.active__c6a6a515 .caretIcon__b7498468{transform:rotate(-180deg)}.buttonDropdown__4b4b0b01 .buttonDropdownMenuItem__788e97be{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__8399d06a{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__731a7828{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__1b04848d{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__0b0f4d3c{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-10-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__9cf27076{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__9cf27076 .modalWindowContentWrapper__c9ab095c{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__8399d06a .6s ease}.modalWindow__9cf27076 .modalWindowContent__a334bec3{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__9cf27076 .modalWindowContent__a334bec3 .modalWindowBody__ef0f3213{box-sizing:border-box;animation:fadeIn__d16963dc .3s ease}@keyframes fadeIn__d16963dc{0%{opacity:0}to{opacity:1}}.modalWindow__9cf27076 .modalWindowContent__a334bec3 .spinnerSm__99f7a93b{display:none}@media (max-width: 767px){.modalWindow__9cf27076 .modalWindowContent__a334bec3 .spinner__2e57fd3b{display:none}.modalWindow__9cf27076 .modalWindowContent__a334bec3 .spinnerSm__99f7a93b{display:flex}}.global-modalWindowTransition-exit .modalWindow__9cf27076 .modalWindowContentWrapper__c9ab095c{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__731a7828 .3s ease}.global-modalWindowTransition-exit .modalWindow__9cf27076 .modalWindowContentWrapper__c9ab095c .modalWindowBody__ef0f3213{animation:fadeOut__1e061b0f .3s ease}@keyframes fadeOut__1e061b0f{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__0966fdbe{position:absolute;left:0;right:0;height:0}.modalWindow__9cf27076.sm__84590775 .modalWindowContentWrapper__c9ab095c{max-width:480px}.modalWindow__9cf27076.sm__84590775 .modalWindowContent__a334bec3 .modalWindowBody__ef0f3213{min-height:196px}@media (max-width: 575px){.modalWindow__9cf27076.sm__84590775 .modalWindowContentWrapper__c9ab095c{max-width:100%}}.modalWindow__9cf27076.md__ed23f83a .modalWindowContentWrapper__c9ab095c{max-width:600px}.modalWindow__9cf27076.md__ed23f83a .modalWindowContent__a334bec3 .modalWindowBody__ef0f3213{min-height:246px}@media (max-width: 767px){.modalWindow__9cf27076.md__ed23f83a .modalWindowContentWrapper__c9ab095c{max-width:100%}}.modalWindow__9cf27076.lg__f7601fd9 .modalWindowContentWrapper__c9ab095c{max-width:800px}.modalWindow__9cf27076.lg__f7601fd9 .modalWindowContent__a334bec3 .modalWindowBody__ef0f3213{min-height:396px}@media (max-width: 991px){.modalWindow__9cf27076.lg__f7601fd9 .modalWindowContentWrapper__c9ab095c{max-width:100%}}.modalWindowContentPage__3d48eaa3{background:var(--triplex-next-ModalWindow-Background-1-10-0);padding:8px!important}.modalWindowContentPage__3d48eaa3,.modalWindowLoaderScreen__2c2bf2a3{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__3d48eaa3,.modalWindowLoaderScreen__2c2bf2a3{border-radius:24px}}.islandBody__90856691{display:block}.islandHeader__6afe562f,.islandFooter__60644ac9,.island__88a10f9a{position:relative}.island__88a10f9a.type1__df3f3590{background-color:var(--triplex-next-Island-Type1_Background-1-10-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-10-0)}.island__88a10f9a.type2__2f508164{background-color:var(--triplex-next-Island-Type2_Background-1-10-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-10-0)}.island__88a10f9a.type3__82fe310c{background-color:var(--triplex-next-Island-Type3_Background-1-10-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-10-0)}.island__88a10f9a.sm__3fce7b03{border-radius:16px;padding:16px}.island__88a10f9a.sm__3fce7b03 .islandHeader__6afe562f+.islandBody__90856691,.island__88a10f9a.sm__3fce7b03 .islandHeader__6afe562f+.islandFooter__60644ac9,.island__88a10f9a.sm__3fce7b03 .islandBody__90856691+.islandFooter__60644ac9{margin-top:8px}.island__88a10f9a.md__84793332{border-radius:24px;padding:24px}.island__88a10f9a.md__84793332 .islandHeader__6afe562f+.islandBody__90856691,.island__88a10f9a.md__84793332 .islandHeader__6afe562f+.islandFooter__60644ac9,.island__88a10f9a.md__84793332 .islandBody__90856691+.islandFooter__60644ac9{margin-top:12px}.island__88a10f9a.lg__7c084d9e{border-radius:32px;padding:32px}.island__88a10f9a.lg__7c084d9e .islandHeader__6afe562f+.islandBody__90856691,.island__88a10f9a.lg__7c084d9e .islandHeader__6afe562f+.islandFooter__60644ac9,.island__88a10f9a.lg__7c084d9e .islandBody__90856691+.islandFooter__60644ac9{margin-top:16px}@media (max-width: 767px){.island__88a10f9a.sm__3fce7b03,.island__88a10f9a.md__84793332{border-radius:16px;padding:16px}.island__88a10f9a.lg__7c084d9e{border-radius:24px;padding:24px}}.modalWindowBody__ef0f3213{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__92f65e0b{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__92f65e0b{top:20px;right:20px}}.loaderScreen__e25eeb2a{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__e25eeb2a.loaderSmallBackdrop__74b8a024{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-10-0)}.loaderScreen__e25eeb2a.loaderMiddleBackdrop__352e3b05{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-10-0)}.body__e62b0a1c{position:relative;display:flex}.body__e62b0a1c .bodyInner__7fdeca65{position:relative;flex-grow:1;width:100%}.bodyPage__fb81a033{flex-grow:1}.verticalMargin24__c1e48bfa{margin-top:24px;margin-bottom:24px}.verticalMargin16__dcca62a3{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__c1e48bfa{margin-top:16px;margin-bottom:16px}.verticalMargin16__dcca62a3{margin-top:8px;margin-bottom:8px}}.headerTabs__ca38f21e{display:flex;justify-content:space-between}.headerTabs__ca38f21e .headerTabsContent__bd98fefa{flex-grow:1}.headerTabs__ca38f21e .headerTabsControls__8d54434e{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__ca38f21e{flex-wrap:wrap}.headerTabs__ca38f21e .headerTabsContent__bd98fefa{width:100%}.headerTabs__ca38f21e .headerTabsControls__8d54434e{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__ca38f21e .headerTabsControls__8d54434e>button{margin-left:16px;margin-top:16px}}.headerTitle__e9103881{display:flex;justify-content:space-between}.headerTitle__e9103881 .headerTitleControls__447be022{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__1f4cf66d+.headerTitle__e9103881{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__e9103881{flex-wrap:wrap}.headerTitle__e9103881 .headerTitleContent__d00c19ae{width:100%}.headerTitle__e9103881 .headerTitleControls__447be022{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__e9103881 .headerTitleControls__447be022>button{margin-left:16px;margin-top:16px}}.headerSubheader__d5827457{padding:24px 0}.headerSubheader__d5827457.withoutPaddings__251c3c86{padding:0}.headerLayoutSidebar__5c070da1{display:flex;justify-content:space-between}.headerLayoutSidebarContent__f350e99d{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__4ae2dda2{display:none}}.page__ae6836ac{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__ae6836ac{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__2c319ae3.sticky__7b923463{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__2c319ae3.sticky__7b923463[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-10-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__3927ca14.sticky__7b923463{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__3927ca14.sticky__7b923463[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-10-0)!important}.footerDescription__df0efc71{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__b7eb045f{flex-grow:1;margin-right:auto}.footerDescriptionControls__202828a9{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__df0efc71{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__b7eb045f{width:100%}.footerDescriptionControls__202828a9{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__202828a9>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__b7eb045f+.footerDescriptionControls__202828a9{margin-top:0}.footer__e4d17e79{padding:16px 0}}.modalWindowHeader__6a08e9db .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__6a08e9db .global-HeaderTitleContent{padding-right:72px}}.list__d8369c66{margin:0;padding:0;list-style:none;position:relative}.listItemControls__a23b9d88{display:flex;padding:0 16px 0 4px}.listItemContent__8bc4c1ee{background:var(--triplex-next-ListItem-Background-1-10-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__8bc4c1ee.selected__c0da3851{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-10-0)}.listItemControlsButton__e29acc7a{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-10-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__e29acc7a:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-10-0)}.listItemControlsButton__e29acc7a:hover .listItemControlsButtonLabel__db12c38c{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-10-0)!important}.listItemControlsButton__e29acc7a.expanded__99878b2e,.listItemControlsButton__e29acc7a:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-10-0)}.listItemControlsButton__e29acc7a.expanded__99878b2e .listItemControlsButtonLabel__db12c38c,.listItemControlsButton__e29acc7a:active .listItemControlsButtonLabel__db12c38c{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-10-0)!important}.listItemControlsButton__e29acc7a+.listItemControlsButton__e29acc7a,.listItemControlsButton__e29acc7a+.listItemControlsButtonDropdown__5feca477{margin-left:4px}.listItemControlsButtonIcon__2161415c{line-height:0}.listItemControlsButton__e29acc7a.withText__fdaac68d .listItemControlsButtonIcon__2161415c{margin-bottom:8px}.listItemControlsButtonLabel__db12c38c{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-10-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__5feca477{display:flex}.listItemControlsButtonInner__10767c8d{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e29acc7a.withIcon__60c2aef0.withText__fdaac68d .listItemControlsButtonInner__10767c8d{height:44px;overflow:visible}.buttonDropdownMenuItem__929bc20e{overflow:hidden;text-overflow:ellipsis}.listEmptyState__38352a73{padding:64px 16px 16px;text-align:center}.listItemLoading__f8689b52{height:24px;padding:12px 0;position:relative}.label__f135e45b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__f135e45b.sm__110230a1{min-width:16px;min-height:16px}.label__f135e45b.sm__110230a1.nonempty__b07002c9{padding-left:24px}.label__f135e45b.md__c11cc076{min-width:24px;min-height:24px}.label__f135e45b.md__c11cc076.nonempty__b07002c9{padding-left:32px;padding-top:2px}.label__f135e45b.lg__571cb873{min-width:28px;min-height:28px}.label__f135e45b.lg__571cb873.nonempty__b07002c9{padding-left:40px;padding-top:4px}.label__f135e45b.disabled__1ccc3c8d{cursor:default}.label__f135e45b[hidden]{display:none}.checkbox__78382fde{margin:0;opacity:0}.checkboxIcon__9fbc1a2e{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-10-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-10-0)}.sm__110230a1 .checkboxIcon__9fbc1a2e{border-radius:4px}.checkmarkIcon__4503834d{transform:scale(0)}.checkmarkIcon__4503834d path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-10-0)}.checkboxIcon__9fbc1a2e,.checkmarkIcon__4503834d{pointer-events:none}.checkbox__78382fde,.checkboxIcon__9fbc1a2e,.checkmarkIcon__4503834d{position:absolute;left:0;top:0}.sm__110230a1 .checkbox__78382fde,.sm__110230a1 .checkboxIcon__9fbc1a2e,.sm__110230a1 .checkmarkIcon__4503834d{width:16px;height:16px;top:2px}.md__c11cc076 .checkbox__78382fde,.md__c11cc076 .checkboxIcon__9fbc1a2e,.md__c11cc076 .checkmarkIcon__4503834d{width:24px;height:24px}.lg__571cb873 .checkbox__78382fde,.lg__571cb873 .checkboxIcon__9fbc1a2e,.lg__571cb873 .checkmarkIcon__4503834d{width:28px;height:28px}.checkbox__78382fde:enabled{cursor:pointer}.checkbox__78382fde:enabled:hover+.checkboxIcon__9fbc1a2e{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-10-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-10-0)}.checkbox__78382fde:checked+.checkboxIcon__9fbc1a2e{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-10-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-10-0)}.checkbox__78382fde:checked~.checkmarkIcon__4503834d{transform:scale(1);transition:transform .2s ease-out}.checkbox__78382fde:disabled+.checkboxIcon__9fbc1a2e{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-10-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-10-0)}.checkbox__78382fde:disabled:checked+.checkboxIcon__9fbc1a2e{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-10-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-10-0)}.checkbox__78382fde:disabled~.checkmarkIcon__4503834d path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-10-0)}.checkbox__78382fde:focus-visible+.checkboxIcon__9fbc1a2e{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-10-0)}.checkbox__78382fde:checked:enabled:hover+.checkboxIcon__9fbc1a2e{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-10-0)}.listItemSelectable__588d2229{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-10-0);border-radius:8px}.listItemSelectable__588d2229.selected__c0da3851{background:var(--triplex-next-ListItem-Background_Selected-1-10-0)}.checkboxWrapper__5a422e08{padding:16px;line-height:0}.childrenWrapper__9383a003{flex-grow:1}.checkboxLabel__c62cfd1b{padding:0!important;position:relative}.checkboxLabelClickArea__cb3fc1fd{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__3ac8bd71{position:relative;overflow:hidden}.swipeableArea__3ac8bd71 .content__50ab5a5a{position:relative;touch-action:pan-y}.swipeableArea__3ac8bd71 .content__50ab5a5a.disableScroll__4338b37f{touch-action:none}.swipeableArea__3ac8bd71 .content__50ab5a5a.disablePointerEvents__abf09ded:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__3ac8bd71 .swipeAnimationFinish__a81ae13a{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__3ac8bd71 .leftContent__e1bea0aa,.swipeableArea__3ac8bd71 .rightContent__ed8154ee{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__3ac8bd71 .rightContent__ed8154ee{left:auto;right:0}.listItemTail__66e1976b{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__59cc7f53{background:var(--triplex-next-ListMaster-Background-1-10-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__ccc266a2{position:absolute;top:0;left:0;right:0}.listItemTailTop__ccc266a2: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-10-0)}.listItemTailTop__ccc266a2: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-10-0)}.listItemTailBottom__4574822c{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__4574822c: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-10-0)}.listItemTailBottom__4574822c: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-10-0)}.listItemTailRight__f03f9594{right:-8px}.listItemTailLeft__4d4f9420{left:-8px}.listItemTable__654ceca7{margin-bottom:4px}.listItemTable__654ceca7:last-child{margin-bottom:0}.listSortableItemTarget__abbd4e0e{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-10-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__abbd4e0e:hover{background:var(--triplex-next-ListItem-Background_Selected-1-10-0)}.listSortableItemTarget__abbd4e0e.dragging__43b33459{background:var(--triplex-next-ListItem-Background_Dragging-1-10-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-10-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__827f06f9{flex:1}.listSortableItemTargetIcon__3a452e31{display:block;margin-left:24px}.listSortableItem__d84c09a7{position:relative}.listSortableItem__d84c09a7.dragging__43b33459{z-index:1}.listSortableItemControls__8e8174f8{display:inline-block}.islandWidgetHeader__4b0e0939{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__4b0e0939 .islandWidgetHeaderContent__91859597{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__4b0e0939 .islandWidgetHeaderDescription__c8849548{display:flex}@media (max-width: 767px){.islandWidgetHeader__4b0e0939{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__00424a07{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__722678e5{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__ee8d7933{margin-left:auto;white-space:nowrap}.expandAnimation__e20538cc{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__5b2d7a07{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-10-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__5b2d7a07{border-radius:0 0 16px 16px}}.islandWidget__6db45c92{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__6db45c92>*{height:100%}.islandWidgetWithExtraFooter__1e14a9fd: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-10-0)!important}.islandWidgetWrapper__944e841b{display:flex;flex-direction:column}.formFieldClear__14bd11d8{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__14bd11d8.hidden__f60ba98b{opacity:0;pointer-events:none}.formFieldTarget__00520050{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-10-0)}.formFieldTarget__00520050.placeholder__35fcbcb6{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-10-0)}.formFieldTarget__00520050.disabled__47510fe4{color:var(--triplex-next-FormField-Target_Color_Disabled-1-10-0)}.formFieldTarget__00520050.size-sm__f1d12fc4{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__00520050.size-md__a78b0eb0{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__00520050.size-lg__58b4c4c1{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__00520050 .placeholderWrapper__7172bc65{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__00520050:focus .placeholderWrapper__7172bc65{opacity:1}.formFieldTextarea__5e84e116{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-10-0);resize:none;font-family:inherit}.formFieldTextarea__5e84e116.sm__cf7ff5b5{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__5e84e116.md__6db22c4a{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__5e84e116.lg__3f1cca1c{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__5e84e116:focus{outline:none}.formFieldTextarea__5e84e116:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-10-0)}.formFieldTextarea__5e84e116::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-10-0)}.chipGroupItem__61a4e55b{display:inline-block}.chip__64d404a8{background:var(--triplex-next-Chip-Background_Default-1-10-0);color:var(--triplex-next-Chip-Color_Default-1-10-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__64d404a8.lg__78bfc94d{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__64d404a8.lg__78bfc94d .prefix__af6493d4{padding-left:16px}.chip__64d404a8.lg__78bfc94d .postfix__1fd612bc{padding-right:16px}.chip__64d404a8.md__5ef68959{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__64d404a8.md__5ef68959 .prefix__af6493d4{padding-left:12px}.chip__64d404a8.md__5ef68959 .postfix__1fd612bc{padding-right:12px}.chip__64d404a8.sm__aa627e4e{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__64d404a8.sm__aa627e4e .prefix__af6493d4{padding-left:8px}.chip__64d404a8.sm__aa627e4e .postfix__1fd612bc{padding-right:8px}.chip__64d404a8:hover{background:var(--triplex-next-Chip-Background_Hover-1-10-0);color:var(--triplex-next-Chip-Color_Hover-1-10-0)}.chip__64d404a8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-10-0)}.chip__64d404a8:active,.chip__64d404a8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-10-0);color:var(--triplex-next-Chip-Color_Active-1-10-0)}.chip__64d404a8.disabled__542728a4{background:var(--triplex-next-Chip-Background_Disabled-1-10-0);color:var(--triplex-next-Chip-Color_Disabled-1-10-0);cursor:default;pointer-events:none}.chip__64d404a8.selected__922ba01d{background:var(--triplex-next-Chip-Background_Selected_Default-1-10-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-10-0)}.chip__64d404a8.selected__922ba01d:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-10-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-10-0)}.chip__64d404a8.selected__922ba01d:active,.chip__64d404a8.selected__922ba01d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-10-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-10-0)}.chip__64d404a8.selected__922ba01d.disabled__542728a4{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-10-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-10-0)}.chip__64d404a8.withPrefix__b4b1ae9c{padding-left:0}.chip__64d404a8.withPostfix__aeb7e5eb{padding-right:0}.chip__64d404a8 .content__d43fb0b8{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__64d404a8 .prefix__af6493d4,.chip__64d404a8 .postfix__1fd612bc{display:flex}.calendarControls__1715c753{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-10-0)}.calendarViewDays__83ba0e63{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9f55cdff .calendarViewDays__83ba0e63{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__6e46428e,.calendarViewYears__e20f6b80{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9f55cdff .calendarViewMonths__6e46428e,.adaptive__9f55cdff .calendarViewYears__e20f6b80{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__b6d71bbe{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-10-0)}.calendarViewDaysBody__b47e5bbf:before{display:block;content:"";line-height:8px}.adaptive__9f55cdff .calendarViewDaysBody__b47e5bbf:before{line-height:4px}.calendarViewItem__0c0a146c{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__0c0a146c:focus-visible{outline:none}.calendarViewItem__0c0a146c.current__e6d5c3aa{font-weight:600}.calendarViewItem__0c0a146c.disabled__47a81265{pointer-events:none}.calendarViewItemLabel__a79e0de7{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-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-10-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-10-0);cursor:pointer}.calendarViewItemLabel__a79e0de7:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b:hover.basicMark__8623771f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b:hover.standardMark__73551117:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b:hover.attentionMark__6a86472d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b:hover.criticalMark__8a27bfc9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b.muted__f4c0b1c3{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b.muted__f4c0b1c3:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b.basicMark__8623771f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b.standardMark__73551117:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b.attentionMark__6a86472d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.selected__85a29a7b.criticalMark__8a27bfc9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.marked__5bf8c0fe:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__a79e0de7.basicMark__8623771f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.standardMark__73551117:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.attentionMark__6a86472d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.criticalMark__8a27bfc9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-10-0)}.calendarViewItemLabel__a79e0de7.muted__f4c0b1c3{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-10-0)}.calendarViewItemLabel__a79e0de7.disabled__47a81265{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-10-0);background:none}.calendarViewItem__0c0a146c:focus-visible .calendarViewItemLabel__a79e0de7{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-10-0)}.unitDay__b8ffd699{width:36px;height:36px;border-radius:6px}.unitMonth__9d46ee20,.unitYear__3ca5f611{width:89px;height:48px;border-radius:6px}.adaptive__9f55cdff .unitMonth__9d46ee20,.adaptive__9f55cdff .unitYear__3ca5f611{width:104px;height:48px;border-radius:6px}.calendarFooter__14b24987{margin-top:12px;text-align:center}.calendar__1f7b113d{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-10-0);-webkit-user-select:none;user-select:none}.calendar__1f7b113d.adaptive__9f55cdff{width:auto;padding:20px}.calendar__1f7b113d+.calendar__1f7b113d{margin-top:20px}.datePickerExtendedMobileDropdown__58ee2e53{max-height:100vh}.chipDropdownArrow__4ba0f4ae{transition:transform .3s ease}.chipDropdownArrow__4ba0f4ae.rotated__3b23d430{transform:rotate(-180deg)}.chipClearButton__6fc6d74d{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__6fc6d74d:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-10-0)}.dropdownMobileMaskedInput__ede92f33{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__b3d74656{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__b3d74656 .caretIcon__7473c99a{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__b3d74656.selectOpened__37ae6402 .caretIcon__7473c99a{transform:rotate(180deg)}.selectExtendedFieldTarget__b3d74656.loading__02963651,.selectExtendedFieldTarget__b3d74656.disabled__29f7712a{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__7a302128{position:relative}.multiselectFieldHeader__c3b08a31{padding:12px}.multiselectFieldContentWrapper__099ca922{padding:0 12px}.multiselectFieldContentWrapper__099ca922 .multiselectFieldContent__214c538c{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__099ca922 .multiselectFieldContent__214c538c.sm__c3c409e7{height:204px}.multiselectFieldContentWrapper__099ca922 .multiselectFieldContent__214c538c.md__e81a3efc{height:245px}.multiselectFieldContentWrapper__099ca922 .multiselectFieldContent__214c538c.lg__d3b99e6b{height:324px}.multiselectFieldFooter__d8038455{padding:0 12px 12px}.multiselectFieldFooter__d8038455:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-10-0)}.chipOptionsContent__8e77bfa1{min-width:14px;text-align:center;display:block}.tooltipDesktop__42d0fe97{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__42d0fe97 .tooltipBody__9928ed72{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-10-0)}.tooltipDesktop__42d0fe97 .tooltipXButton__d391b7e3{position:absolute;right:8px;top:8px}.tooltipDesktopContent__d1e7a7db{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-10-0);border-radius:8px}.closable__19507821 .tooltipDesktopContent__d1e7a7db{padding-right:32px}.tooltipSM__6d56ef3d .tooltipDesktopContent__d1e7a7db{width:192px;min-height:52px}.tooltipLG__99411d12 .tooltipDesktopContent__d1e7a7db{width:384px;min-height:52px}.tooltipOverlay__6e8ff1f7{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__2ba417ea{width:0;height:0}.tooltipDesktopTip__2ba417ea.down__4aca4c22{border-top:solid var(--triplex-next-Tooltip-Background-1-10-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__2ba417ea.up__7c965c1a{border-bottom:solid var(--triplex-next-Tooltip-Background-1-10-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__2ba417ea.left__40c96c4e{border-right:solid var(--triplex-next-Tooltip-Background-1-10-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__2ba417ea.right__2c3a3408{border-left:solid var(--triplex-next-Tooltip-Background-1-10-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__b3354a69 .tooltipBody__9928ed72{text-align:left}.tooltipMobileContent__5e515546{padding:16px}.headerless__01ad8f6a .tooltipMobileContent__5e515546{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__9f278274{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__a2a27c39{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-10-0)}.desktop__a2a27c39:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-10-0)}.desktop__a2a27c39:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-10-0)}.desktop__a2a27c39:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-10-0)}.mobile__a5d027cf{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-10-0)}.mobile__a5d027cf:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-10-0)}.mobile__a5d027cf:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-10-0)}.mobile__a5d027cf:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-10-0)}.chipSuggestInputWrapper__2d6c8e15{margin:12px}.suggestDropdownMobileBody__967591b0{height:176px}.suggestDropdownMobileNoOptionsText__b54e6cbe{padding:16px}.checkboxXGroup__2df11a06{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__2df11a06.indent-12__45812708{margin-left:-6px;margin-right:-6px}.checkboxXGroup__2df11a06.indent-12__45812708 .label__f135e45b{margin-left:6px;margin-right:6px}.checkboxXGroup__2df11a06.indent-16__ac3c623e{margin-left:-8px;margin-right:-8px}.checkboxXGroup__2df11a06.indent-16__ac3c623e .label__f135e45b{margin-left:8px;margin-right:8px}.checkboxXGroup__2df11a06.indent-20__aa992956{margin-left:-10px;margin-right:-10px}.checkboxXGroup__2df11a06.indent-20__aa992956 .label__f135e45b{margin-left:10px;margin-right:10px}.checkboxXGroup__2df11a06.indent-24__a3b32b9d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__2df11a06.indent-24__a3b32b9d .label__f135e45b{margin-left:12px;margin-right:12px}.checkboxXGroup__2df11a06.indent-28__49137fe7{margin-left:-14px;margin-right:-14px}.checkboxXGroup__2df11a06.indent-28__49137fe7 .label__f135e45b{margin-left:14px;margin-right:14px}.checkboxXGroup__2df11a06.indent-32__1eae4bca{margin-left:-16px;margin-right:-16px}.checkboxXGroup__2df11a06.indent-32__1eae4bca .label__f135e45b{margin-left:16px;margin-right:16px}.checkboxYGroup__6955805c{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__6955805c .label__f135e45b.sm__110230a1+.label__f135e45b.sm__110230a1{margin-top:8px}.checkboxYGroup__6955805c .label__f135e45b.lg__571cb873+.label__f135e45b.lg__571cb873{margin-top:20px}.checkboxYGroup__6955805c .label__f135e45b.md__c11cc076+.label__f135e45b.md__c11cc076{margin-top:16px}.card__9b4d72e7{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__9b4d72e7.roundingMD__b3f7ad1d{--radius: 16px}.card__9b4d72e7.roundingSM__4936b022{--radius: 8px}.card__9b4d72e7.general__737554f6{background:var(--triplex-next-Card-Static_General_Background-1-10-0)}.card__9b4d72e7.secondary__348bbb24{background:var(--triplex-next-Card-Static_Secondary_Background-1-10-0)}.card__9b4d72e7 .cardMedia__5db6c57d{background-size:cover;background-repeat:no-repeat;background-position:center}.card__9b4d72e7 .cardContent__1e94cc07{padding:var(--padding)}.card__9b4d72e7 .cardContent__1e94cc07.paddingMD__c2437257{--padding: 24px}.card__9b4d72e7 .cardContent__1e94cc07.paddingSM__98abe7ba{--padding: 16px}.card__9b4d72e7 .cardContent__1e94cc07 .cardContentHeader__e241afad{margin-bottom:16px}.card__9b4d72e7 .cardContent__1e94cc07 .cardContentFooter__fd0c04dd{margin-top:16px}.action__e3fc8fc2{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__e3fc8fc2: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__e3fc8fc2.general__737554f6{background:var(--triplex-next-Card-Action_General_Background-1-10-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-10-0)}.action__e3fc8fc2.general__737554f6:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-10-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-10-0)}.action__e3fc8fc2.general__737554f6.selected__0ecd4dc2{background:var(--triplex-next-Card-Action_General_Background_Selected-1-10-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-10-0)}.action__e3fc8fc2.general__737554f6.selected__0ecd4dc2:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-10-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-10-0)}.action__e3fc8fc2.general__737554f6:focus{outline:none}.action__e3fc8fc2.general__737554f6:focus.focusVisible__8860dca9{box-shadow:var(--triplex-next-Card-Shadow_Default-1-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-10-0)}.action__e3fc8fc2.secondary__348bbb24{background:var(--triplex-next-Card-Action_Secondary_Background-1-10-0)}.action__e3fc8fc2.secondary__348bbb24:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-10-0)}.action__e3fc8fc2.secondary__348bbb24.selected__0ecd4dc2{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-10-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-10-0)}.action__e3fc8fc2.secondary__348bbb24.selected__0ecd4dc2:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-10-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-10-0)}.action__e3fc8fc2.secondary__348bbb24:focus{outline:none}.action__e3fc8fc2.secondary__348bbb24:focus.focusVisible__8860dca9{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-10-0)}.alertContext__b55005d0{display:flex;font-size:12px;line-height:16px}.alertContext__b55005d0>svg{flex-shrink:0}.alertContext__b55005d0 .alertContextText__e0ddf27c{margin-left:8px}.alertContext__b55005d0.alertTypeError__58ca04f7 .alertContextText__e0ddf27c{color:var(--triplex-next-AlertContext-Error_Color-1-10-0)}.alertContext__b55005d0.alertTypeInfo__960ae6e7 .alertContextText__e0ddf27c{color:var(--triplex-next-AlertContext-Info_Color-1-10-0)}.alertContext__b55005d0.alertTypeWarning__5f3231cc .alertContextText__e0ddf27c{color:var(--triplex-next-AlertContext-Warning_Color-1-10-0)}.alertContext__b55005d0.alertTypeSystem__b0b2b71d .alertContextText__e0ddf27c{color:var(--triplex-next-AlertContext-System_Color-1-10-0)}.alertProcess__922f552f{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__922f552f.withSpoiler__a9621d18{min-height:40px}.alertProcess__922f552f .themeIcon__c87a7b1d{box-sizing:border-box;height:20px;width:20px}.alertProcess__922f552f.alertTypeError__58ca04f7{background:var(--triplex-next-AlertProcess-Error_Background-1-10-0)}.alertProcess__922f552f.alertTypeInfo__960ae6e7{background:var(--triplex-next-AlertProcess-Info_Background-1-10-0)}.alertProcess__922f552f.alertTypeWarning__5f3231cc{background:var(--triplex-next-AlertProcess-Warning_Background-1-10-0)}.alertProcess__922f552f.alertTypeSystem__b0b2b71d{background:var(--triplex-next-AlertProcess-System_Background-1-10-0)}.alertProcess__922f552f.alertTypeFeature__92fca1b0{background:var(--triplex-next-AlertProcess-Feature_Background-1-10-0)}.alertProcess__922f552f.alertTypeFeature__92fca1b0 .themeIcon__c87a7b1d{padding-top:0}.alertProcess__922f552f .alertProcessContentBlock__6dfa6242{flex:1;margin-left:10px}.alertProcess__922f552f .alertProcessContentBlock__6dfa6242 .expandableContent__4b507ba4{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__922f552f .alertProcessContentBlock__6dfa6242 .expandableContent__4b507ba4.expanded__faeab456{max-height:1000px;opacity:1}.alertProcess__922f552f .closeButton__45276eba{margin-left:10px}.alertProcess__922f552f .expandButton__31ed97e9{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__922f552f .expandButton__31ed97e9.expanded__faeab456{transform:rotate(180deg)}.adaptive__e4de01f9{font-size:10px!important;line-height:12px!important}.col-1__6cd9c290{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__f22d0347{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__5a34bfca{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__916f6ef9{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__e3373fe8{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__d9c3ddab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__acdd5dd7{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__1f2feb28{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__bd8a43d5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__91d6c0ed{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__27e4c612{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__d03b9b83{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__7a515851{margin-left:0%}.offset-1__335767ec{margin-left:8.33333333%}.offset-2__4c18d3ed{margin-left:16.66666667%}.offset-3__21da33d7{margin-left:25%}.offset-4__b78fe572{margin-left:33.33333333%}.offset-5__fd74748d{margin-left:41.66666667%}.offset-6__fd53d698{margin-left:50%}.offset-7__a388930b{margin-left:58.33333333%}.offset-8__f80778ae{margin-left:66.66666667%}.offset-9__5e1ecad4{margin-left:75%}.offset-10__66b1c07a{margin-left:83.33333333%}.offset-11__9300a15f{margin-left:91.66666667%}.d-none__a6ade71c{display:none!important}.d-block__96e52e56{display:block!important}@media (min-width: 576px){.col-sm-1__fb917937{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__851518a5{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__b380aebb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__2c3b310c{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__72488fe7{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__2032cbd2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__5bfa6cbb{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__80770a35{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__4d04d5e9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__8cfd4cf0{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__3a5ca95c{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__cbce077d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__1a3b341d{margin-left:0%}.offset-sm-1__ba608525{margin-left:8.33333333%}.offset-sm-2__3e82b7b4{margin-left:16.66666667%}.offset-sm-3__1f52e59b{margin-left:25%}.offset-sm-4__5718e212{margin-left:33.33333333%}.offset-sm-5__9d1aa3dc{margin-left:41.66666667%}.offset-sm-6__229ee9e1{margin-left:50%}.offset-sm-7__e1032554{margin-left:58.33333333%}.offset-sm-8__c4ab5232{margin-left:66.66666667%}.offset-sm-9__e3c8bd7a{margin-left:75%}.offset-sm-10__cb655a8d{margin-left:83.33333333%}.offset-sm-11__ed51fbc8{margin-left:91.66666667%}.d-none-sm__7055ba07{display:none!important}.d-block-sm__050ffa61{display:block!important}}@media (min-width: 768px){.col-md-1__e1fa1a79{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__bbb32cc6{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__4c6e653b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__a5f4f6aa{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__e6b011cd{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__834d8cbd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__dc578a0e{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__d72accc0{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__53465123{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__172288de{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__77bebfdb{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__53332008{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__eca2a198{margin-left:0%}.offset-md-1__a9623733{margin-left:8.33333333%}.offset-md-2__1572b59d{margin-left:16.66666667%}.offset-md-3__1c5280ff{margin-left:25%}.offset-md-4__f5671d22{margin-left:33.33333333%}.offset-md-5__fa3e07dc{margin-left:41.66666667%}.offset-md-6__89106949{margin-left:50%}.offset-md-7__acd49856{margin-left:58.33333333%}.offset-md-8__64a4d067{margin-left:66.66666667%}.offset-md-9__edef3890{margin-left:75%}.offset-md-10__192ea3ab{margin-left:83.33333333%}.offset-md-11__9ceac902{margin-left:91.66666667%}.d-none-md__efa80eab{display:none!important}.d-block-md__46513073{display:block!important}}@media (min-width: 992px){.col-lg-1__938e6c2c{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__324bae71{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__416743f1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__73db739a{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__1f30ccf2{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__6bdfa3b7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__5798255c{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__b61d039f{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__29faf571{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__7a3ceded{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__9cbff4ae{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__d48ac704{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__c0377f28{margin-left:0%}.offset-lg-1__3f5f568b{margin-left:8.33333333%}.offset-lg-2__9e3cc7a7{margin-left:16.66666667%}.offset-lg-3__10680315{margin-left:25%}.offset-lg-4__4cdf2018{margin-left:33.33333333%}.offset-lg-5__820bf1d0{margin-left:41.66666667%}.offset-lg-6__da2e8aea{margin-left:50%}.offset-lg-7__f3091405{margin-left:58.33333333%}.offset-lg-8__f6e7f76e{margin-left:66.66666667%}.offset-lg-9__da833fee{margin-left:75%}.offset-lg-10__14bbd017{margin-left:83.33333333%}.offset-lg-11__46017846{margin-left:91.66666667%}.d-none-lg__e891bc5b{display:none!important}.d-block-lg__24984a1d{display:block!important}}@media (min-width: 1200px){.col-xl-1__36bbf521{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__5fb7030c{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__afbed34c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__6eb03e41{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__f6bf5964{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__81a2eb61{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__6e8bd951{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__1a9fe10d{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__fcda7d04{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__508f87d5{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__dd3650f7{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__54574dff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__c984083c{margin-left:0%}.offset-xl-1__ddbc7f14{margin-left:8.33333333%}.offset-xl-2__544f9326{margin-left:16.66666667%}.offset-xl-3__36e9e134{margin-left:25%}.offset-xl-4__7973bfea{margin-left:33.33333333%}.offset-xl-5__e42aefac{margin-left:41.66666667%}.offset-xl-6__0964a05f{margin-left:50%}.offset-xl-7__7f4b4189{margin-left:58.33333333%}.offset-xl-8__10442044{margin-left:66.66666667%}.offset-xl-9__fa1c3e56{margin-left:75%}.offset-xl-10__918da5aa{margin-left:83.33333333%}.offset-xl-11__de246ee2{margin-left:91.66666667%}.d-none-xl__e45c168c{display:none!important}.d-block-xl__a55c1e91{display:block!important}}.ellipsisLineClamp__4e5a3aae{--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__4e5a3aae.oneLine__1888d735{word-break:break-all}.link__6830cfc7{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-10-0)}.link__6830cfc7:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-10-0)}.link__6830cfc7:active{color:var(--triplex-next-Link-Text_Color_Active-1-10-0)}.link__6830cfc7:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-10-0)}.wordWithContent__465fa65a{white-space:nowrap;display:inline-flex;align-items:center}.before__a0573a8d :first-child{margin-right:4px}.after__c3ecf5da :last-child{margin-left:4px}.marker__a5d558d2{border-radius:50%}.marker__a5d558d2.md__871725f1{width:8px;height:8px}.marker__a5d558d2.lg__962ca68f{width:10px;height:10px}.marker__a5d558d2.success__b2b0efc1{background:var(--triplex-next-Marker-Background_Success-1-10-0)}.marker__a5d558d2.error__7d446403{background:var(--triplex-next-Marker-Background_Error-1-10-0)}.marker__a5d558d2.warning__191fb863{background:var(--triplex-next-Marker-Background_Warning-1-10-0)}.marker__a5d558d2.waiting__3b4762c0{background:var(--triplex-next-Marker-Background_Waiting-1-10-0)}.markerStatus__58b271c3{line-height:0;display:flex;align-items:start}.markerStatus__58b271c3 .contentContainer__faf4ea83{display:flex;flex-direction:column}.markerStatus__58b271c3.md__4734e918{gap:4px}.markerStatus__58b271c3.md__4734e918 .markerContainer__ea5041cf{margin-top:4px}.markerStatus__58b271c3.lg__1637c8f7{gap:6px}.markerStatus__58b271c3.lg__1637c8f7 .contentContainer__faf4ea83{gap:4px}.markerStatus__58b271c3.lg__1637c8f7 .markerContainer__ea5041cf{margin-top:5px}.row__d2c85e59{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__d2c85e59.noPaddingBottom__0319f4c3,.row__d2c85e59:last-child{padding-bottom:0}.tabsExtended__dc83273d{position:relative}.tabsExtendedContent__194925df{display:inline-flex}.tabsExtendedContent__194925df.sm__609647f2{border-radius:6px;padding:4px}.tabsExtendedContent__194925df.md__25e53a8c{border-radius:8px;padding:4px}.tabsExtendedContent__194925df.lg__52ebf437{border-radius:10px;padding:8px}.tabsExtendedTab__9c23cf6e{display:flex}.tabsExtendedTab__9c23cf6e+.tabsExtendedTab__9c23cf6e,.tabsExtendedDropdown__efa777d3{margin-left:2px}.tabsReal__d8a2df9a,.tabsFake__c22ef9cf{display:flex;box-sizing:border-box;width:100%}.tabsReal__d8a2df9a.hidden__344ae625{visibility:hidden}.tabsReal__d8a2df9a .tabsExtendedTab__9c23cf6e.hidden__344ae625{display:none}.tabsFake__c22ef9cf{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__29791258 .tabsExtendedContent__194925df{background-color:var(--triplex-next-Tabs-Type1_Background-1-10-0)}.type2__1c58305d .tabsExtendedContent__194925df{background-color:var(--triplex-next-Tabs-Type2_Background-1-10-0)}.tabsExtendedTabButton__5d0e0c52{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-10-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__5d0e0c52 .tabButtonText__167708e9{font-weight:400}.tabsExtendedTabButton__5d0e0c52.lg__52ebf437{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__5d0e0c52.lg__52ebf437 .tabButtonText__167708e9{font-size:16px;line-height:20px}.tabsExtendedTabButton__5d0e0c52.md__25e53a8c{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__5d0e0c52.md__25e53a8c .tabButtonText__167708e9{font-size:14px;line-height:20px}.tabsExtendedTabButton__5d0e0c52.sm__609647f2{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__5d0e0c52.sm__609647f2 .tabButtonText__167708e9{font-size:12px;line-height:16px}.tabsExtendedTabButton__5d0e0c52::-moz-focus-inner{border:none}.tabsExtendedTabButton__5d0e0c52+.tabsExtendedTabButton__5d0e0c52{margin-left:2px}.tabsExtendedTabButton__5d0e0c52:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type1__29791258{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type1__29791258.selected__19ffbd17{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type1__29791258.selected__19ffbd17 .tabButtonText__167708e9{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type1__29791258:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type1__29791258:hover .tabButtonText__167708e9{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type1__29791258 .tabButtonText__167708e9{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type2__1c58305d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-10-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type2__1c58305d.selected__19ffbd17{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type2__1c58305d.selected__19ffbd17 .tabButtonText__167708e9{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type2__1c58305d:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-10-0)}.tabsExtendedTabButton__5d0e0c52.type2__1c58305d:hover .tabButtonText__167708e9{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-10-0)}.notificationIcon__22cc2110{position:absolute;right:4px;top:4px}.tabButtonDropdown__2686fb65{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__2686fb65.sm__18024cfd{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__2686fb65.md__5f502703{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__2686fb65.lg__30d04edb{min-width:40px!important;min-height:40px!important}.tag__b312fb99{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-10-0);border-radius:4px;gap:2px}.tag__b312fb99.sm__ec909727{height:20px;padding:2px 4px 2px 6px}.tag__b312fb99.md__cc16dbb2{height:28px;padding:4px 6px 4px 8px}.tag__b312fb99.lg__324a8f48{height:32px;padding:6px 8px 6px 10px}.content__3b06389b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__e3e9db44{display:flex;flex-wrap:wrap}.tagGroup__e3e9db44.sm__bd45aeb1{gap:4px}.tagGroup__e3e9db44.md__36df37a3{gap:8px}.tagGroup__e3e9db44.lg__cb1d24ac{gap:12px}.paginationExtended__f2e11bb4{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__45284f0e .directionIconNext__ff1d0df7{transform:rotate(180deg)}.pageEllipsis__bf8f6263{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-10-0);cursor:default}.paginationPageButton__b38002c2{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-10-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__b38002c2:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-10-0);outline:none}.paginationPageButton__b38002c2:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-10-0)}.paginationPageButton__b38002c2:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-10-0);cursor:grabbing}.paginationPageButton__b38002c2.currentPage__30ad7ec2{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-10-0);cursor:default}.paginationNavigationExtended__273b3d6b{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__e91a084d{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__e91a084d .paginationSelectControl__0d853393{margin-left:8px}.skeleton__1d3e1ee3{border-radius:16px;flex-grow:1}.skeleton__1d3e1ee3.light__0ec6e16e{animation:skeleton-light-pulse__9d6789c8 2s ease-in-out infinite}.skeleton__1d3e1ee3.dark__a5cb4b0f{animation:skeleton-dark-pulse__1ceb8d70 2s ease-in-out infinite}@keyframes skeleton-light-pulse__9d6789c8{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-10-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-10-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-10-0)}}@keyframes skeleton-dark-pulse__1ceb8d70{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-10-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-10-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-10-0)}}.segmentedControlSegment__d372a317{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-10-0);outline:none;cursor:pointer}.segmentedControlSegment__d372a317:disabled{cursor:default}.sm__7fecf14c .segmentedControlSegment__d372a317{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__f8dfb4c9 .segmentedControlSegment__d372a317{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__19e53c50 .segmentedControlSegment__d372a317{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__e4394bc6 .segmentedControlSegment__d372a317{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-10-0)}.general1__e4394bc6 .segmentedControlSegment__d372a317:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-10-0)}.general1__e4394bc6 .segmentedControlSegment__d372a317:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-10-0)}.general1__e4394bc6 .segmentedControlSegment__d372a317.selected__aab224ca{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-10-0)}.general1__e4394bc6 .segmentedControlSegment__d372a317.selected__aab224ca:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-10-0)}.general1__e4394bc6 .segmentedControlSegment__d372a317.selected__aab224ca:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-10-0)}.general2__cbad1a74 .segmentedControlSegment__d372a317{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-10-0)}.general2__cbad1a74 .segmentedControlSegment__d372a317:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-10-0)}.general2__cbad1a74 .segmentedControlSegment__d372a317:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-10-0)}.general2__cbad1a74 .segmentedControlSegment__d372a317.selected__aab224ca{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-10-0)}.general2__cbad1a74 .segmentedControlSegment__d372a317.selected__aab224ca:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-10-0)}.general2__cbad1a74 .segmentedControlSegment__d372a317.selected__aab224ca:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-10-0)}.secondary1__00905f3f .segmentedControlSegment__d372a317{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-10-0)}.secondary1__00905f3f .segmentedControlSegment__d372a317:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-10-0)}.secondary1__00905f3f .segmentedControlSegment__d372a317:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-10-0)}.secondary1__00905f3f .segmentedControlSegment__d372a317.selected__aab224ca{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-10-0)}.secondary1__00905f3f .segmentedControlSegment__d372a317.selected__aab224ca:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-10-0)}.secondary2__84ba2751 .segmentedControlSegment__d372a317{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-10-0)}.secondary2__84ba2751 .segmentedControlSegment__d372a317:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-10-0)}.secondary2__84ba2751 .segmentedControlSegment__d372a317:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-10-0)}.secondary2__84ba2751 .segmentedControlSegment__d372a317.selected__aab224ca{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-10-0)}.secondary2__84ba2751 .segmentedControlSegment__d372a317.selected__aab224ca:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-10-0)}.segmentedControlSegment__d372a317:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-10-0)}.content__6ad4fc70{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__469541ac{display:flex;gap:4px}.segmentedControl__469541ac.general1__e4394bc6{background:var(--triplex-next-SegmentedControl-General_1_Background-1-10-0)}.segmentedControl__469541ac.secondary1__00905f3f{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-10-0)}.segmentedControl__469541ac.general2__cbad1a74{background:var(--triplex-next-SegmentedControl-General_2_Background-1-10-0)}.segmentedControl__469541ac.secondary2__84ba2751{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-10-0)}.segmentedControl__469541ac.sm__7fecf14c{border-radius:6px;padding:4px}.segmentedControl__469541ac.md__f8dfb4c9{border-radius:8px;padding:4px}.segmentedControl__469541ac.lg__19e53c50{border-radius:10px;padding:8px}.step__83532084{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__83532084.default__c589277c{background-color:var(--triplex-next-Step-Background_Default-1-10-0)}.step__83532084.default__c589277c>span{color:var(--triplex-next-Step-Color_Default-1-10-0)}.step__83532084.done__9c00a612{background-color:var(--triplex-next-Step-Background_Done-1-10-0)}.step__83532084.done__9c00a612>span{color:var(--triplex-next-Step-Color_Done-1-10-0)}.step__83532084.warning__743be839{background-color:var(--triplex-next-Step-Background_Warning-1-10-0)}.step__83532084.warning__743be839>span{color:var(--triplex-next-Step-Color_Warning-1-10-0)}.step__83532084.active__35ec23f6{background-color:var(--triplex-next-Step-Background_Active-1-10-0)}.step__83532084.active__35ec23f6>span{color:var(--triplex-next-Step-Color_Active-1-10-0)}.step__83532084.error__bd306d9b{background-color:var(--triplex-next-Step-Background_Error-1-10-0)}.step__83532084.error__bd306d9b>span{color:var(--triplex-next-Step-Color_Error-1-10-0)}.step__83532084.disabled__f96e371f{background-color:var(--triplex-next-Step-Background_Disabled-1-10-0)}.step__83532084.disabled__f96e371f>span{color:var(--triplex-next-Step-Color_Disabled-1-10-0)}.stepperWrapper__b2c43346{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-10-0)}.stepperStep__750a67a2{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__750a67a2+.stepperStep__750a67a2{margin-left:12px}.stepperStep__750a67a2.sm__8820cc15:not(:last-child) .content__03d890f6{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__750a67a2.sm__8820cc15:last-child .content__03d890f6{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__750a67a2.sm__8820cc15:last-child .arrow__1bf532d8{display:none}.stepperStep__750a67a2.md__0d75c2b8:not(:last-child) .content__03d890f6{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__750a67a2.md__0d75c2b8:last-child .content__03d890f6{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__750a67a2.md__0d75c2b8:last-child .arrow__1bf532d8{display:none}.stepperStep__750a67a2.lg__4a074688:not(:last-child) .content__03d890f6{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__750a67a2.lg__4a074688:last-child .content__03d890f6{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__750a67a2.lg__4a074688:last-child .arrow__1bf532d8{display:none}.stepperStep__750a67a2:hover:not(.active__197836d5):not(.disabled__9ffc70ef) .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-10-0)}.stepperStep__750a67a2:hover:not(.active__197836d5):not(.disabled__9ffc70ef) .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-10-0)}.stepperStep__750a67a2:hover:not(.active__197836d5):not(.disabled__9ffc70ef) .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-10-0)}.stepperStep__750a67a2.active__197836d5{cursor:default}.stepperStep__750a67a2.active__197836d5 .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-10-0)}.stepperStep__750a67a2.active__197836d5 .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-10-0)}.stepperStep__750a67a2.active__197836d5.error__49739bff .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.active__197836d5.error__49739bff .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.active__197836d5.error__49739bff .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-10-0)}.stepperStep__750a67a2.active__197836d5.warning__2084ddd2 .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.active__197836d5.warning__2084ddd2 .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.active__197836d5.warning__2084ddd2 .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.error__49739bff .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.error__49739bff .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.error__49739bff .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.error__49739bff:hover .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.error__49739bff:hover .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.error__49739bff:hover .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.warning__2084ddd2 .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.warning__2084ddd2 .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.warning__2084ddd2 .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.warning__2084ddd2:hover .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.warning__2084ddd2:hover .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0)}.stepperStep__750a67a2.completed__6ad59893.warning__2084ddd2:hover .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185 :not(.error__49739bff):not(.warning__2084ddd2) .content__03d890f6{color:var(--triplex-next-Stepper-Step_Color_Default-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185 :not(.error__49739bff):not(.warning__2084ddd2):hover .content__03d890f6{color:var(--triplex-next-Stepper-Step_Color_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.error__49739bff .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.error__49739bff .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.error__49739bff .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.error__49739bff:hover .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.error__49739bff:hover .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.error__49739bff:hover .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.warning__2084ddd2 .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.warning__2084ddd2 .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.warning__2084ddd2 .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.warning__2084ddd2:hover .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.warning__2084ddd2:hover .arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0)}.stepperStep__750a67a2.inactive__1bb4c185.warning__2084ddd2:hover .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-10-0)}.stepperStep__750a67a2.disabled__9ffc70ef{pointer-events:none}.stepperStep__750a67a2.disabled__9ffc70ef .content__03d890f6{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-10-0)}.stepperStep__750a67a2.disabled__9ffc70ef .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-10-0)}.stepperStep__750a67a2.disabled__9ffc70ef .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-10-0)}.stepperStep__750a67a2.focusVisible__cbffb187.completed__6ad59893 .content__03d890f6,.stepperStep__750a67a2.focusVisible__cbffb187.active__197836d5 .content__03d890f6,.stepperStep__750a67a2.focusVisible__cbffb187.inactive__1bb4c185 .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-10-0)}.stepperStep__750a67a2.focusVisible__cbffb187.completed__6ad59893 .arrow__1bf532d8 path:last-child,.stepperStep__750a67a2.focusVisible__cbffb187.active__197836d5 .arrow__1bf532d8 path:last-child,.stepperStep__750a67a2.focusVisible__cbffb187.inactive__1bb4c185 .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-10-0)}.stepperStep__750a67a2.focusVisible__cbffb187.completed__6ad59893:hover .content__03d890f6,.stepperStep__750a67a2.focusVisible__cbffb187.active__197836d5:hover .content__03d890f6,.stepperStep__750a67a2.focusVisible__cbffb187.inactive__1bb4c185:hover .content__03d890f6{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-10-0)}.stepperStep__750a67a2.focusVisible__cbffb187.completed__6ad59893:hover .arrow__1bf532d8 path:last-child,.stepperStep__750a67a2.focusVisible__cbffb187.active__197836d5:hover .arrow__1bf532d8 path:last-child,.stepperStep__750a67a2.focusVisible__cbffb187.inactive__1bb4c185:hover .arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-10-0)}.content__03d890f6{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-10-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-10-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-10-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__8820cc15{font-size:12px;line-height:16px}.md__0d75c2b8{font-size:14px;line-height:20px}.lg__4a074688{font-size:16px;line-height:20px}.arrow__1bf532d8{transform:translate(0)}.arrow__1bf532d8 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-10-0)}.arrow__1bf532d8 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-10-0)}.icon__deb8a4bf{display:inline-flex;align-items:center;line-height:0}.nonempty__863e4a5c .icon__deb8a4bf{margin-right:6px}.stepperExtended__1190ae78{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__7d39b743{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__7d39b743::-webkit-scrollbar{display:none}.stepper__d59b6b20.sm__8820cc15{padding-left:28px;padding-right:28px}.stepper__d59b6b20.md__0d75c2b8{padding-left:40px;padding-right:40px}.stepper__d59b6b20.lg__4a074688{padding-left:56px;padding-right:56px}.stepperCarousel__5e8374c4{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__5e8374c4 .buttonPrev__40420526,.stepperCarousel__5e8374c4 .buttonNext__26d8ffc3{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__5e8374c4 .buttonPrev__40420526.sm__8820cc15,.stepperCarousel__5e8374c4 .buttonNext__26d8ffc3.sm__8820cc15{height:28px;width:28px}.stepperCarousel__5e8374c4 .buttonPrev__40420526.md__0d75c2b8,.stepperCarousel__5e8374c4 .buttonNext__26d8ffc3.md__0d75c2b8{height:40px;width:40px}.stepperCarousel__5e8374c4 .buttonPrev__40420526.lg__4a074688,.stepperCarousel__5e8374c4 .buttonNext__26d8ffc3.lg__4a074688{height:56px;width:56px}.stepperCarousel__5e8374c4 .buttonPrev__40420526{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-10-0)}.stepperCarousel__5e8374c4 .buttonNext__26d8ffc3{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-10-0)}@media (max-width: 767px){.stepper__d59b6b20{padding-left:16px;padding-right:16px}.buttonPrev__40420526,.buttonNext__26d8ffc3{display:none}}.islandAccordion__b1979849{margin:0;padding:0}.islandAccordion__b1979849 .island__fad216d2{padding:0}.islandAccordion__b1979849 .item__0217ed15{position:relative;list-style-type:none}.islandAccordion__b1979849 .item__0217ed15.disabled__91e24d6d{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__b1979849 .item__0217ed15+.item__0217ed15.sm__33e6e46a,.islandAccordion__b1979849 .item__0217ed15+.item__0217ed15.md__03d1817d{margin-top:16px}.islandAccordion__b1979849 .item__0217ed15+.item__0217ed15.lg__f2dfd85a{margin-top:24px}.islandAccordion__b1979849 .item__0217ed15 .header__07c2a084{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__b1979849 .item__0217ed15 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-10-0)}.islandAccordion__b1979849 .item__0217ed15.type1__476714f3:not(.opened__6ddfdb74):hover .island__fad216d2{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-10-0)}.islandAccordion__b1979849 .item__0217ed15.type2__c5c9f975:not(.opened__6ddfdb74):hover .island__fad216d2{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-10-0)}.islandAccordion__b1979849 .item__0217ed15.type3__2017c800:not(.opened__6ddfdb74):hover .island__fad216d2{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-10-0)}.islandAccordion__b1979849 .item__0217ed15 .footer__a6a2a1b3{text-align:right}.islandAccordion__b1979849 .item__0217ed15 .body__9974510e,.islandAccordion__b1979849 .item__0217ed15 .footer__a6a2a1b3{visibility:hidden}.islandAccordion__b1979849 .item__0217ed15.opened__6ddfdb74 .body__9974510e,.islandAccordion__b1979849 .item__0217ed15.opened__6ddfdb74 .footer__a6a2a1b3{visibility:visible}.islandAccordion__b1979849 .item__0217ed15 .caretWrapper__dfde23b6{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__b1979849 .item__0217ed15 .caretIcon__cc4357dc{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .header__07c2a084{padding:16px;border-radius:16px}.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .step__178f9b8d+.titleWrapper__ef6d30d0{margin-top:2px}.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .body__9974510e,.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .footer__a6a2a1b3{padding:0 16px 16px}.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .caretWrapper__dfde23b6{right:20px}.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .remove__1f363d42{right:-40px;top:20px}.islandAccordion__b1979849 .item__0217ed15.sm__33e6e46a .step__178f9b8d{margin-right:12px}.islandAccordion__b1979849 .item__0217ed15.md__03d1817d .header__07c2a084{padding:24px;border-radius:24px}.islandAccordion__b1979849 .item__0217ed15.md__03d1817d .body__9974510e,.islandAccordion__b1979849 .item__0217ed15.md__03d1817d .footer__a6a2a1b3{padding:0 24px 24px}.islandAccordion__b1979849 .item__0217ed15.md__03d1817d .caretWrapper__dfde23b6{right:28px}.islandAccordion__b1979849 .item__0217ed15.md__03d1817d .remove__1f363d42{right:-40px;top:28px}.islandAccordion__b1979849 .item__0217ed15.md__03d1817d .step__178f9b8d{margin-right:12px}.islandAccordion__b1979849 .item__0217ed15.lg__f2dfd85a .header__07c2a084{padding:32px;border-radius:32px}.islandAccordion__b1979849 .item__0217ed15.lg__f2dfd85a .body__9974510e,.islandAccordion__b1979849 .item__0217ed15.lg__f2dfd85a .footer__a6a2a1b3{padding:0 32px 32px}.islandAccordion__b1979849 .item__0217ed15.lg__f2dfd85a .caretWrapper__dfde23b6{right:36px}.islandAccordion__b1979849 .item__0217ed15.lg__f2dfd85a .remove__1f363d42{right:-48px;top:40px}.islandAccordion__b1979849 .item__0217ed15.lg__f2dfd85a .step__178f9b8d{margin:2px 16px 0 0}.islandAccordion__b1979849 .item__0217ed15.opened__6ddfdb74:not(.disabled__91e24d6d) .caretWrapper__dfde23b6 .caretIcon__cc4357dc{transform:rotate(-180deg)}.islandAccordion__b1979849 .item__0217ed15 .remove__1f363d42{position:absolute}@media (max-width: 767px){.islandAccordion__b1979849 .item__0217ed15 .footer__a6a2a1b3{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__b1979849 .item__0217ed15 .footer__a6a2a1b3>*{margin-left:0!important}}.noColumns__d5fa0170{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__d5fa0170>.content__07337019{width:456px;text-align:center}.filterPanel__48f1d686{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__f34c2b42{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__f34c2b42>a:not(:first-child){margin-left:16px}.tabsLinePanel__0374880c{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__af2bdd5e{0%{opacity:0}to{opacity:1}}.tableBasic__59108b1f{position:relative}.tableBasic__59108b1f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__59108b1f table th.alignLeft__271724f3,.tableBasic__59108b1f table td.alignLeft__271724f3{text-align:left}.tableBasic__59108b1f table th.alignRight__652db622,.tableBasic__59108b1f table td.alignRight__652db622{text-align:right}.tableBasic__59108b1f table th.alignCenter__bf2dd2de,.tableBasic__59108b1f table td.alignCenter__bf2dd2de{text-align:center}.tableBasic__59108b1f table th.verticalAlignBaseline__9867bd29,.tableBasic__59108b1f table td.verticalAlignBaseline__9867bd29{vertical-align:baseline}.tableBasic__59108b1f table th.verticalAlignSub__3036b61e,.tableBasic__59108b1f table td.verticalAlignSub__3036b61e{vertical-align:sub}.tableBasic__59108b1f table th.verticalAlignSuper__bcce33b9,.tableBasic__59108b1f table td.verticalAlignSuper__bcce33b9{vertical-align:super}.tableBasic__59108b1f table th.verticalAlignTextTop__0371f531,.tableBasic__59108b1f table td.verticalAlignTextTop__0371f531{vertical-align:text-top}.tableBasic__59108b1f table th.verticalAlignTextBottom__96519198,.tableBasic__59108b1f table td.verticalAlignTextBottom__96519198{vertical-align:text-bottom}.tableBasic__59108b1f table th.verticalAlignMiddle__442e6bcf,.tableBasic__59108b1f table td.verticalAlignMiddle__442e6bcf{vertical-align:middle}.tableBasic__59108b1f table th.verticalAlignTop__833bda31,.tableBasic__59108b1f table td.verticalAlignTop__833bda31{vertical-align:top}.tableBasic__59108b1f table th.verticalAlignBottom__872a6a44,.tableBasic__59108b1f table td.verticalAlignBottom__872a6a44{vertical-align:bottom}.tableBasic__59108b1f table>thead>tr{height:48px}.tableBasic__59108b1f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-10-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-10-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__59108b1f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-10-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-10-0)}}.tableBasic__59108b1f table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__59108b1f table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__59108b1f table>thead>tr>th.checkboxType__08094037{padding:16px 12px}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d{display:inline-flex;vertical-align:top}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d.order__66b10c64{cursor:pointer}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d.order__66b10c64 .orderButton__8e786fd8{display:flex;visibility:hidden;align-items:center}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d.order__66b10c64 .orderButton__8e786fd8.alignLeft__271724f3{margin-right:8px}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d.order__66b10c64 .orderButton__8e786fd8.alignRight__652db622{margin-left:8px}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d.order__66b10c64 .orderButton__8e786fd8.sorted__c9bc62f6{visibility:visible}.tableBasic__59108b1f table>thead>tr>th .thBlock__7d5eb98d.order__66b10c64:hover .orderButton__8e786fd8{visibility:visible}.tableBasic__59108b1f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-10-0)}.tableBasic__59108b1f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__59108b1f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__59108b1f table>tbody>tr>td.textType__8d80ff26{padding:12px}.tableBasic__59108b1f table>tbody>tr>td.componentsType__d38d9ceb{padding:8px 12px}.tableBasic__59108b1f table>tbody>tr>td.checkboxType__08094037{padding:10px 12px 12px}.tableBasic__59108b1f table>tbody>tr.selected__a1b7c4a3>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-10-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__59108b1f table>tbody>tr.selected__a1b7c4a3>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-10-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-10-0)}}.tableBasic__59108b1f table>tbody.clickable__c175b0f2>tr{cursor:pointer}.tableBasic__59108b1f table>tbody.hoverable__816ddcf0>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-10-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__59108b1f table>tbody.hoverable__816ddcf0>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-10-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-10-0)}}.tableBasic__59108b1f .footerEmptyData__9ef61cec{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__59108b1f .spinnerWrapper__efdc7533{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__59108b1f .spinnerWrapper__efdc7533 .tableLoaderScreen__72e69a63{border-radius:8px 8px 0 0}.tableBasic__59108b1f .overlayCover__4cf0f90d{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-10-0);animation:fadeIn__af2bdd5e .3s}.tableBasicSettingsBody__47f99d5e{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__dfa74885{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-10-0)!important}.columnSettingsSortableListItemTarget__dfa74885:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-10-0)!important}.columnSettingsSortableListItemTarget__dfa74885.dragging__dbeeff45{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-10-0)!important}.columnSettingsStaticListItem__8cba1ad6{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-10-0)}.tableBasicSettingsFooter__8d1de058{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-10-0);padding:11px 12px 12px}.tableBasicSettingsHeader__d4ee7f34{padding:16px 12px 12px}.tableSettingsLink__63a9dc03{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__53eb0326{width:320px}.tableFooterWrapper__b20b51b9{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__b20b51b9 .tableFooterShadow__9c1791a0{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-10-0);pointer-events:none}.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-10-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1{display:flex;align-items:center}.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummarySelectedCount__0f14f847,.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummarySelectAllButton__5977e920,.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummaryAmount__ed9c35a6{display:inline-flex}.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummarySelectedCount__0f14f847,.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummarySelectAllButton__5977e920,.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummaryAmount__ed9c35a6,.tableFooterWrapper__b20b51b9 .tableFooter__c0d867c7 .tableFooterSummary__11a776f1 .tableFooterSummaryLabel__ae6875db{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__b20b51b9{height:112px}}.paginationPanel__9ea0822d{margin-top:16px}.masterTable__b8ee249c{position:relative}.currency__1b73c933{font-size:16px;line-height:20px;color:var(--triplex-next-AmountField-Currency_Color_Default-1-10-0)}.currency__1b73c933.disabled__7e82f152{color:var(--triplex-next-AmountField-Currency_Color_Disabled-1-10-0)}.orderedListItem__a8f27db4{counter-increment:list-item-tx}.orderedListItem__a8f27db4:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__a8f27db4+.orderedListItem__a8f27db4{margin-top:8px}.orderedList__35107680{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__f754397d{position:relative}.suggestDropdownListItem__b1825edf{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__d4f47344{position:relative}.suggestFieldMobileBody__81e97240{height:176px}.suggestFieldMobileDropdownHint__80a139dd{padding:16px}.lightBox__eba0c401{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__eba0c401 .lightBoxBackdrop__dec87da8{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-10-0)}.lightBox__eba0c401.lightBoxSideOverlayActive__ec130cfd,.lightBox__eba0c401.lightBoxTopOverlayActive__dd60e546{overflow-y:hidden}.lightBox__eba0c401 .lightBoxContent__670646e9{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-10-0)}.lightBox__eba0c401 .lightBoxContent__670646e9>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__eba0c401 .lightBoxContent__670646e9>.global-page{padding:16px}}.lightBox__eba0c401 .loadingContentOverlay__7eaf4435{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__eba0c401 .lightBoxContentResizeWrapper__1f660408{position:absolute;left:0;right:0;height:0}.lightBox__eba0c401 .tempElSafariBug__c365bcdb{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__fa73c0f8,.global-LB-less-or-equal-media-point-0 .lightBox__eba0c401.lightBoxSideOverlayActive__ec130cfd{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__670646e9{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__670646e9{padding-left:80px;padding-right:80px}.lightBoxControls__2e8cf330{z-index:100}.withKeyboardEvent__eedbacae{display:inline-block}.withoutKeyboardEvent__f7faf71b,.lightBox__eba0c401.lightBoxSideOverlayActive__ec130cfd .withKeyboardEvent__eedbacae,.lightBox__eba0c401.lightBoxTopOverlayActive__dd60e546 .withKeyboardEvent__eedbacae,.lightBox__eba0c401.isLoading__4be6e903 .withKeyboardEvent__eedbacae{display:none}.lightBox__eba0c401.lightBoxSideOverlayActive__ec130cfd .withoutKeyboardEvent__f7faf71b,.lightBox__eba0c401.lightBoxTopOverlayActive__dd60e546 .withoutKeyboardEvent__f7faf71b,.lightBox__eba0c401.isLoading__4be6e903 .withoutKeyboardEvent__f7faf71b{display:inline-block}.lightBox__eba0c401.isLoading__4be6e903 .lightBoxPrev__5ffdff88,.lightBox__eba0c401.isLoading__4be6e903 .lightBoxNext__6870ce1b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__2e8cf330{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__569d7ba0{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__1f8decc2{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__63a3ff20{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__5ffdff88,.global-LB-less-or-equal-media-point-0 .lightBoxNext__6870ce1b{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__5ffdff88{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__bc037f81,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__d83fcd1b{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__2e8cf330{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__569d7ba0{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__1f8decc2{display:none}.global-LB-more-media-point-0 .lightBoxClose__63a3ff20{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__5ffdff88,.global-LB-more-media-point-0 .lightBoxNext__6870ce1b{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__5ffdff88{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__6870ce1b{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__1c41ee62{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__1c41ee62.fixed__2938384b{position:fixed}.overlay__1c41ee62.closing__7359e224,.overlay__1c41ee62.opened__506148a2{visibility:visible;left:0;right:0}.overlayPanel__c6c74348{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-10-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__c6c74348.bottom__e47ca6eb{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__c6c74348.left__799de759{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__c6c74348.right__ee94b03b{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__c6c74348.top__23ea9312{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__c6c74348.left__799de759.opened__506148a2,.overlayPanel__c6c74348.right__ee94b03b.opened__506148a2{transform:translate(0)}.overlayPanel__c6c74348.top__23ea9312.opened__506148a2,.overlayPanel__c6c74348.bottom__e47ca6eb.opened__506148a2{transform:translateY(0)}.overlayContent__74b11a31{display:flex;min-height:100%}.overlayMask__ea87be39{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-10-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__ea87be39.overlayOpened__f0708daa{opacity:1}.lightBoxSideOverlayLoaderWrapper__73a086dd{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__1cc1bc28{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__cb1687d2{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__1cc1bc28{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__cb1687d2{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__cb1687d2{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__1cc1bc28{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__cb1687d2{display:none}.lightBoxSideOverlayMask__3af94f29{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-10-0)}.lightBoxSideOverlayWrapper__86ab4c8a{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__86ab4c8a.overflowXHidden__a26f8b67{overflow-x:hidden}.lightBoxSideOverlayWrapper__86ab4c8a.overflowYHidden__1de1e016{overflow-y:hidden}.lightBoxSideOverlayWrapper__86ab4c8a.closing__f05cb612,.lightBoxSideOverlayWrapper__86ab4c8a.opened__52195157{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__86ab4c8a.closing__f05cb612{pointer-events:none}.lightBoxSideOverlayWrapper__86ab4c8a .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__86ab4c8a .global-page{padding:16px}}.lightBoxSideOverlayWrapper__86ab4c8a .lightBoxSideOverlayContent__97bbc901{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-10-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__86ab4c8a .lightBoxSideOverlayContent__97bbc901.opened__52195157{transform:none}.lightBoxSideOverlayWrapper__86ab4c8a .lightBoxSideOverlayContent__97bbc901.opening__4abf9867{transform:translateY(0)}.lightBoxSideOverlayWrapper__86ab4c8a.sizeSM__1fc74ef4 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__86ab4c8a.sizeMD__d7b1e68a .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__86ab4c8a.sizeLG__0fc7056d .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__86ab4c8a .lightBoxSideOverlayBase__39bf5059{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__86ab4c8a .lightBoxSideOverlayContent__97bbc901{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__86ab4c8a .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__86ab4c8a .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__ca7e9f68{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__ca7e9f68.closing__f05cb612,.lightBoxSideOverlay__ca7e9f68.opening__4abf9867{overflow-x:hidden}.topOverlayMask__77cc7fd9{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-10-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__92a81405{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__92a81405.closing__3535983c,.topOverlayWrapper__92a81405.opened__fa28da74{bottom:0}.topOverlayWrapper__92a81405 .topOverlayPanel__82ab71be{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__8e4f79b7{z-index:500}@media (max-width: 767px){.topOverlayPanel__82ab71be{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__a716dc8f{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__1e87e899{display:none}}.lightBoxRightSidebar__3bee621a{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__895f0b91{display:none}}html.scroll-0__f3116a48{--triplex-next-scroll-width: 0px}html.scroll-15__f9cdce04{--triplex-next-scroll-width: 15px}html.scroll-16__c5a38366{--triplex-next-scroll-width: 16px}html.scroll-17__14e2a2b2{--triplex-next-scroll-width: 17px}.smsField__65c6aec6{display:inline-block;position:relative;width:100%}.smsField__65c6aec6 .input__51c1234f{text-align:center}.smsField__65c6aec6 .input__51c1234f::placeholder{opacity:1}.smsField__65c6aec6 .input__51c1234f:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-10-0)}.smsField__65c6aec6 .input__51c1234f.lg__1fc96633{padding:18px 40px}.smsField__65c6aec6 .input__51c1234f.md__00e5222e{padding-left:26px;padding-right:26px}.smsField__65c6aec6 .input__51c1234f.sm__db74e607{padding-left:20px;padding-right:20px}.smsField__65c6aec6 .btnRefresh__7a4d5efe{position:absolute;outline:none;z-index:1}.smsField__65c6aec6 .btnRefresh__7a4d5efe.lg__1fc96633{top:12px;left:12px;height:32px;width:32px}.smsField__65c6aec6 .btnRefresh__7a4d5efe.md__00e5222e{top:10px;left:10px}.smsField__65c6aec6 .btnRefresh__7a4d5efe.sm__db74e607{top:4px;left:4px}.smsField__65c6aec6 .btnRefresh__7a4d5efe .full__3bdafa1b{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-10-0)}.smsField__65c6aec6 .btnRefresh__7a4d5efe .empty__5cb86561{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-10-0)}.smsField__65c6aec6 .btnRefresh__7a4d5efe:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-10-0)}.smsField__65c6aec6 .btnSubmit__d0ae4d23{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-10-0)}.smsField__65c6aec6 .btnSubmit__d0ae4d23.active__3b3c0d9e:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-10-0)}.smsField__65c6aec6 .btnSubmit__d0ae4d23.active__3b3c0d9e:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-10-0)}.smsField__65c6aec6 .btnSubmit__d0ae4d23.lg__1fc96633{top:15px;right:15px;height:26px;width:26px}.smsField__65c6aec6 .btnSubmit__d0ae4d23.md__00e5222e{top:10px;right:10px}.smsField__65c6aec6 .btnSubmit__d0ae4d23.sm__db74e607{top:4px;right:4px}.spoiler__47392716{display:flex;flex-direction:column}.spoiler__47392716.opened__aab498b6 .caretIcon__6e9b850b{transform:rotate(-180deg)}.spoiler__47392716 .head__6cc018fb .caretIcon__6e9b850b{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__47392716 .head__6cc018fb button>span{white-space:normal;text-align:left}.spoiler__47392716 .content__0c80be2b.hidden__cda2b267{display:none}.spoiler__47392716 .lg__adeb3b10 .content__0c80be2b{margin-top:8px}.spoiler__47392716 .md__60eaf33a .content__0c80be2b{margin-top:0}.spoiler__47392716 .sm__df9cc91d .content__0c80be2b{margin-top:-4px}.statusTrackerWrapper__524ec579{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-10-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-10-0);overflow:hidden;height:100%}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe.verticalAlignMiddle__d9435b97{align-self:center}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe.verticalAlignBottom__131329dc{align-self:end}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerChild__65c3c930{padding:8px 0}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerChild__65c3c930:empty{padding:0}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerSum__549bb069,.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerTitle__91cc8e44{padding-bottom:4px}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerDescription__e436f268{display:block;padding-top:8px}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerAlert__6411a6d9{margin-top:12px;text-align:left}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerStatus__51d80af0{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerFooterWrapper__9700794f{display:grid}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerFooterWrapper__9700794f .statusTrackerDescription__e436f268:last-child{padding-top:0}.statusTrackerWrapper__524ec579 .statusTracker__94adb1fe .statusTrackerFooterWrapper__9700794f .statusTrackerButton__0d94d7d1{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__524ec579 .statusTrackerColor__b152334a{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__524ec579 .statusTrackerColor__b152334a.waiting__96656f63{background:var(--triplex-next-StatusTracker-Waiting_Color-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerColor__b152334a.warning__5cbf867b{background:var(--triplex-next-StatusTracker-Warning_Background-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerColor__b152334a.rejected__0b271491{background:var(--triplex-next-StatusTracker-Rejected_Color-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerColor__b152334a.approved__5143e1c5{background:var(--triplex-next-StatusTracker-Approved_Color-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerBackground__ed746ba9{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__524ec579 .statusTrackerBackground__ed746ba9.waiting__96656f63{background:var(--triplex-next-StatusTracker-Waiting_Background-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerBackground__ed746ba9.warning__5cbf867b{background:var(--triplex-next-StatusTracker-Warning_Background-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerBackground__ed746ba9.rejected__0b271491{background:var(--triplex-next-StatusTracker-Rejected_Background-1-10-0)}.statusTrackerWrapper__524ec579 .statusTrackerBackground__ed746ba9.approved__5143e1c5{background:var(--triplex-next-StatusTracker-Approved_Background-1-10-0)}@media (max-width: 767px){.statusTrackerWrapper__524ec579{border-radius:16px}}.smallInput__cc1a0e69{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-10-0);background:var(--triplex-next-SmallInput-Background-1-10-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-10-0)}.smallInput__cc1a0e69::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-10-0);opacity:1}.smallInput__cc1a0e69::-ms-clear{display:none}.documentNumberEdit__0b6c468b .label__25339db8{display:inline-block;margin-right:8px}.documentNumberEdit__0b6c468b .inputEditWrapper__8eb80cef{width:68px;display:inline-block}.sliderExtendedDot__a06f371d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-10-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__a06f371d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-10-0)}.sliderExtendedDot__a06f371d.focusedByClick__f4c355db:focus{box-shadow:none}.sliderExtendedDot__a06f371d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-10-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__a06f371d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-10-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__a06f371d.disabled__d3c0762b{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-10-0)}.sliderExtendedDot__a06f371d.disabled__d3c0762b:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-10-0)}.sliderExtendedDot__a06f371d.disabled__d3c0762b:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-10-0)}.sliderExtendedDot__a06f371d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-10-0)}.sliderExtendedDot__a06f371d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-10-0)}.sliderExtendedDot__a06f371d.dragByMouse__0c3b8a69{background:var(--triplex-next-Slider-Dot_Background_Select-1-10-0)}.sliderExtendedDot__a06f371d.dragByMouse__0c3b8a69:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-10-0)}.sliderExtendedDot__a06f371d:hover .sliderExtendedTooltipOverlay__00b2e2b6,.sliderExtendedDot__a06f371d:focus .sliderExtendedTooltipOverlay__00b2e2b6{visibility:visible}.sliderExtendedDot__a06f371d.lg__396a3bfc{width:28px;height:28px}.sliderExtendedDot__a06f371d.lg__396a3bfc:after{width:10px;height:10px}.sliderExtendedDot__a06f371d.lg__396a3bfc:before{width:14px;height:14px}.sliderExtendedMarks__14e408b1{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__b6462bf1{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__b6462bf1 .sliderExtendedMarkDot__69041c06{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-10-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__b6462bf1 .sliderExtendedMarkDot__69041c06.inSelectedRange__5e8cb334{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-10-0)}.sliderExtendedMark__b6462bf1.lg__396a3bfc{top:20px}.sliderExtendedMark__b6462bf1.lg__396a3bfc .sliderExtendedMarkDot__69041c06{top:-20px}.sliderExtendedMark__b6462bf1 .sliderExtendedMarkText__515e80fb{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__b6462bf1.disabled__d3c0762b{pointer-events:none}.sliderExtendedMark__b6462bf1.disabled__d3c0762b .sliderExtendedMarkText__515e80fb{pointer-events:none;opacity:.35}.sliderExtendedMark__b6462bf1.disabled__d3c0762b .sliderExtendedMarkDot__69041c06{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-10-0)}.sliderExtendedMark__b6462bf1:first-child,.sliderExtendedMark__b6462bf1:last-child{transform:none}.sliderExtendedMark__b6462bf1:first-child.reverse__311a11c8 .sliderExtendedMarkDot__69041c06{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__b6462bf1:first-child.reverse__311a11c8 .sliderExtendedMarkText__515e80fb{margin-right:-4px}.sliderExtendedMark__b6462bf1:first-child:not(.reverse__311a11c8) .sliderExtendedMarkDot__69041c06{left:0;transform:translate(-50%)}.sliderExtendedMark__b6462bf1:first-child .sliderExtendedMarkText__515e80fb{margin-left:-4px}.sliderExtendedMark__b6462bf1:last-child.reverse__311a11c8 .sliderExtendedMarkDot__69041c06{left:0;transform:translate(-50%)}.sliderExtendedMark__b6462bf1:last-child.reverse__311a11c8 .sliderExtendedMarkText__515e80fb{margin-left:-4px}.sliderExtendedMark__b6462bf1:last-child:not(.reverse__311a11c8) .sliderExtendedMarkDot__69041c06{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__b6462bf1:last-child .sliderExtendedMarkText__515e80fb{margin-right:-4px}.sliderExtendedMark__b6462bf1.active__d5cb0e33{pointer-events:none}.sliderExtendedRail__28d95a46{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-10-0);cursor:pointer}.sliderExtended__e4e404fb{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__e4e404fb.disabled__d3c0762b .sliderExtendedRail__28d95a46{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-10-0)}.sliderExtended__e4e404fb.lg__396a3bfc{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__96c5c8a6{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-10-0);z-index:10}.sliderExtendedTrack__96c5c8a6.lg__396a3bfc{top:12px}.sliderExtendedTrack__96c5c8a6:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-10-0)}.sliderExtendedTrack__96c5c8a6.focusedByClick__f4c355db:focus{box-shadow:none}.sliderExtendedTrack__96c5c8a6.hoverOrDragByMouse__d971f860{background:var(--triplex-next-Slider-Track_Background_Hover-1-10-0)}.sliderExtendedTrack__96c5c8a6.staticSlider__3b43b9ca{cursor:default;pointer-events:none}.sliderExtendedTrack__96c5c8a6.disabled__d3c0762b{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-10-0)}.sliderExtendedTooltipOverlay__00b2e2b6{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__00b2e2b6.lg__396a3bfc{bottom:32px}.sliderExtendedTooltipOverlay__00b2e2b6 .tooltipBody__075fa3d5{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-10-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-10-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__00b2e2b6 .tooltipTip__6d42b6c1{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-10-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__00b2e2b6 .tooltipTip__6d42b6c1{margin:-.5px}}.treeView__cd1e1f9b,.treeViewGroup__0e354f3e{margin:0;padding:0}.treeView__cd1e1f9b .treeViewNode__954ef296,.treeViewGroup__0e354f3e .treeViewNode__954ef296{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__23465baf.collapsed__912180d4{visibility:hidden}.checkboxTreeExtended__6397d963{margin-bottom:-12px}.checkboxTreeExtendedNode__4ad70d78 .checkboxTreeExtendedNode__4ad70d78{margin-left:24px}.checkboxTreeExtendedNodeHeader__4e335bd7{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__4e335bd7 .checkboxTreeCheckboxLabel__a9175dd8{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__4e335bd7 .caretIconWrapper__a1712f8d{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__4e335bd7 .caretIconWrapper__a1712f8d:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-10-0)}.checkboxTreeExtendedNodeHeader__4e335bd7.opened__b4f8626a .caretIconWrapper__a1712f8d{transform:rotate(180deg)}.chipGroup__ef553ac7{display:flex}.chipGroup__ef553ac7.oneLine__95ad972b{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__ef553ac7.oneLine__95ad972b::-webkit-scrollbar{display:none}.chipGroup__ef553ac7.multiLine__cd06d0aa{flex-wrap:wrap}.chipGroup__ef553ac7.lg__9994524f{gap:12px}.chipGroup__ef553ac7.md__ab90ac8a,.chipGroup__ef553ac7.sm__fb3c246e{gap:8px}.confirm__bedd169c{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__bedd169c.isInLightBox__cc9b5c10{max-width:800px}.confirm__bedd169c.isInSideOverlaySM__3efcc292{max-width:416px}.confirm__bedd169c.isInSideOverlayMD__979c6b76{max-width:536px}.confirm__bedd169c.isInSideOverlayLG__37162577{max-width:736px}.confirmCloseButton__a242ca0c{position:absolute;top:24px;right:24px}.confirmContent__ea66ed1e{margin-bottom:24px;padding-right:56px}.confirmControls__d1bd6638{white-space:nowrap}.confirmContentTitle__9775999d{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__a242ca0c{top:16px;right:16px}.confirmContent__ea66ed1e{margin-bottom:16px}}.divider__d686ba3a{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-10-0);border:none}.marginTopSize-4__5a437238{margin-top:4px}.marginBottomSize-4__0631bb36{margin-bottom:4px}.marginTopSize-8__8e42f94c{margin-top:8px}.marginBottomSize-8__d8cf8781{margin-bottom:8px}.marginTopSize-12__a675ad53{margin-top:12px}.marginBottomSize-12__34684e52{margin-bottom:12px}.marginTopSize-16__e36bed33{margin-top:16px}.marginBottomSize-16__11e3d24d{margin-bottom:16px}.marginTopSize-20__b4616650{margin-top:20px}.marginBottomSize-20__d527403c{margin-bottom:20px}.marginTopSize-24__a65affaf{margin-top:24px}.marginBottomSize-24__d9ee4cd4{margin-bottom:24px}.marginTopSize-28__89c350f6{margin-top:28px}.marginBottomSize-28__d07e7cab{margin-bottom:28px}.marginTopSize-32__15c44a2d{margin-top:32px}.marginBottomSize-32__42246cd5{margin-bottom:32px}.listMasterChipGroup__ed2b172e{padding:0 16px}.listMasterFooter__5efdcd4b{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-10-0);color:var(--triplex-next-ListMaster-Footer_Color-1-10-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__5efdcd4b.sticky__e53be27f{position:sticky;bottom:0}.listMasterFooterDescription__4bb5b091{padding-right:16px}.listMasterFooterControls__f8c33619{white-space:nowrap}.listMasterHeader__be1554ec{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-10-0);color:var(--triplex-next-ListMaster-Header_Color-1-10-0)}.listMasterHeader__be1554ec.sticky__e53be27f{position:sticky;top:0;z-index:1}.selectionControls__4826f3fe{display:flex;justify-content:space-between;align-items:center}.uploadZone__bee40bca{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-10-0)}.uploadZone__bee40bca:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-10-0)}.uploadZoneDragArea__edc77540{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-10-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__95629b96{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-10-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-10-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-10-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__eae5bd2d{display:none}button.helpBoxButton__786dfb2b{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__d7ab1a8b{padding-right:16px}.dateRange__0296bbcc{display:flex;align-items:center}.dateRangeButton__eba843ac{z-index:1}.separator__a8797b2f{width:20px;height:20px;flex-shrink:0}.tagColor__70857cd0{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__70857cd0.sm__bc064cad{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__70857cd0.md__08de4fc5{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__70857cd0.lg__da14622d{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__70857cd0.default__d274f893{background:var(--triplex-next-TagColor-Background_Default-1-10-0)}.tagColor__70857cd0.success__719833c0{background:var(--triplex-next-TagColor-Background_Success-1-10-0)}.tagColor__70857cd0.info__b5da57a6{background:var(--triplex-next-TagColor-Background_Info-1-10-0)}.tagColor__70857cd0.warning__ef21aaa7{background:var(--triplex-next-TagColor-Background_Warning-1-10-0)}.tagColor__70857cd0.error__a413003d{background:var(--triplex-next-TagColor-Background_Error-1-10-0)}.content__6746e190{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-10-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-11-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-11-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-11-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-11-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-11-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-11-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-11-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-11-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-11-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-11-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-11-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-11-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-11-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-11-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-11-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-11-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-11-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-11-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-11-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-11-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-11-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-11-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-11-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-11-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-11-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-11-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-11-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-11-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-11-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-11-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-11-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-11-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-11-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-11-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-11-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-11-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-11-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-11-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-11-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-11-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-11-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-11-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-11-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-11-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-11-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-11-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-11-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-11-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-11-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-11-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-11-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-11-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-11-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-11-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-11-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-11-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-11-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-11-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-11-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-11-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-11-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-11-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-11-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-11-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-11-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-11-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-11-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-11-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-11-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-11-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-11-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-11-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-11-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-11-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-11-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-11-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-11-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-11-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-11-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-11-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-11-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-11-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-11-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-11-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-11-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-11-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-11-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-11-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-11-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-11-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-11-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-11-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-11-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-11-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-11-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-11-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-11-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-11-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-11-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-11-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-11-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-11-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-11-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-11-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-11-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-11-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-11-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-11-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-11-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-11-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-11-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-11-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-11-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-11-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-11-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-11-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-11-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-11-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-11-0: #E3FFFA;
|
|
120
|
+
--triplex-next-AmountField-Currency_Color_Default-1-11-0: rgba(31, 31, 34, .45);
|
|
121
|
+
--triplex-next-AmountField-Currency_Color_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
122
|
+
--triplex-next-Button-General_Background_Active-1-11-0: #007777;
|
|
123
|
+
--triplex-next-Button-General_Background_Default-1-11-0: #21A19A;
|
|
124
|
+
--triplex-next-Button-General_Background_Disabled-1-11-0: #F2F4F7;
|
|
125
|
+
--triplex-next-Button-General_Background_Hover-1-11-0: #19BDB0;
|
|
126
|
+
--triplex-next-Button-General_Color_Active-1-11-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
128
|
+
--triplex-next-Button-General_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
129
|
+
--triplex-next-Button-General_Color_Hover-1-11-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Active-1-11-0: #DCDFE4;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Default-1-11-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-11-0: #F2F4F7;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Hover-1-11-0: #EAEDF1;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Active-1-11-0: #007777;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Default-1-11-0: #008985;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Hover-1-11-0: #21A19A;
|
|
139
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-11-0: #DFE2E7;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-11-0: #FFFFFF;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-11-0: #F2F4F7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-11-0: #EEF0F4;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-11-0: #007777;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-11-0: #008985;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-11-0: #21A19A;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Active-1-11-0: #BD002C;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Default-1-11-0: #E60037;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Disabled-1-11-0: #F2F4F7;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Hover-1-11-0: #F80C45;
|
|
153
|
+
--triplex-next-Button-Danger_Color_Active-1-11-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Hover-1-11-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
158
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169;
|
|
159
|
+
--triplex-next-Button-Link_Color_Active-1-11-0: #007777;
|
|
160
|
+
--triplex-next-Button-Link_Color_Default-1-11-0: #008985;
|
|
161
|
+
--triplex-next-Button-Link_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
162
|
+
--triplex-next-Button-Link_Color_Hover-1-11-0: #21A19A;
|
|
163
|
+
--triplex-next-Button-Link_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
164
|
+
--triplex-next-Calendar-Background_Shadow-1-11-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
165
|
+
--triplex-next-Calendar-View_Header_Color-1-11-0: rgba(31, 31, 34, .55);
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-11-0: none;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-11-0: #19BDB0;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-11-0: #21A19A;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-11-0: #007777;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-11-0: #E3FFFA;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-11-0: #A8F5E9;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-11-0: transparent;
|
|
173
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-11-0: #FFD169;
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-11-0: rgba(31, 31, 34, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-11-0: rgba(255, 255, 255, 1);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-11-0: rgba(31, 31, 34, .35);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-11-0: rgba(255, 255, 255, 1);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-11-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-11-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-11-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-11-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-11-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-11-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-11-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-11-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-11-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-11-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-11-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-11-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-11-0: #E60037;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-11-0: #E60037;
|
|
193
|
+
--triplex-next-Card-Static_General_Background-1-11-0: #FFFFFF;
|
|
194
|
+
--triplex-next-Card-Static_Secondary_Background-1-11-0: #F2F4F7;
|
|
195
|
+
--triplex-next-Card-Action_General_Background-1-11-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Hover-1-11-0: #FFFFFF;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected-1-11-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-11-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background-1-11-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-11-0: #EAEDF1;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-11-0: #E3E6EA;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-11-0: #DCDFE4;
|
|
203
|
+
--triplex-next-Card-Shadow_Default-1-11-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
204
|
+
--triplex-next-Card-Shadow_Focus-1-11-0: inset 0 0 0 1px #FFD169;
|
|
205
|
+
--triplex-next-Card-Shadow_Hover-1-11-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
206
|
+
--triplex-next-Card-Shadow_Selected-1-11-0: inset 0 0 0 1px #21A19A;
|
|
207
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-11-0: inset 0 0 0 1px #19BDB0;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-11-0: #21A19A;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-11-0: #EAEDF1;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-11-0: #007777;
|
|
211
|
+
--triplex-next-Checkbox-Background_Default-1-11-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Disabled-1-11-0: #F2F4F7;
|
|
213
|
+
--triplex-next-Checkbox-Background_Hover-1-11-0: #19BDB0;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Default-1-11-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-11-0: 0 0 0 1px #E3E6EA inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-11-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-11-0: none;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-11-0: none;
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
221
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
222
|
+
--triplex-next-Chip-Background_Active-1-11-0: #DFE2E7;
|
|
223
|
+
--triplex-next-Chip-Background_Default-1-11-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Disabled-1-11-0: #F2F4F7;
|
|
225
|
+
--triplex-next-Chip-Background_Hover-1-11-0: #EAEDF1;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Active-1-11-0: #4F4F52;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Default-1-11-0: #3B3B3E;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-11-0: #343437;
|
|
229
|
+
--triplex-next-Chip-Background_Selected_Hover-1-11-0: #49494C;
|
|
230
|
+
--triplex-next-Chip-Color_Active-1-11-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Default-1-11-0: rgba(31, 31, 34, 1);
|
|
232
|
+
--triplex-next-Chip-Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
233
|
+
--triplex-next-Chip-Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Active-1-11-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-11-0: rgba(255, 255, 255, .25);
|
|
237
|
+
--triplex-next-Chip-Color_Selected_Hover-1-11-0: rgba(255, 255, 255, 1);
|
|
238
|
+
--triplex-next-Chip-Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
239
|
+
--triplex-next-Divider-Background-1-11-0: #D6D9E0;
|
|
240
|
+
--triplex-next-Dropdown-Background-1-11-0: #FFFFFF;
|
|
241
|
+
--triplex-next-Dropdown-Shadow-1-11-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
242
|
+
--triplex-next-DropdownList-Background_Active-1-11-0: #EAEDF1;
|
|
243
|
+
--triplex-next-DropdownList-Background_Default-1-11-0: none;
|
|
244
|
+
--triplex-next-DropdownList-Background_Selected-1-11-0: #DCDFE4;
|
|
245
|
+
--triplex-next-DropdownList-Color-1-11-0: rgba(31, 31, 34, 1);
|
|
246
|
+
--triplex-next-DropdownMobile-Backdrop-1-11-0: rgba(31, 31, 34, .65);
|
|
247
|
+
--triplex-next-DropdownMobile-Border_Color-1-11-0: #D6D9E0;
|
|
248
|
+
--triplex-next-DropdownMobile-Content_Background-1-11-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Footer_Background-1-11-0: #FFFFFF;
|
|
250
|
+
--triplex-next-DropdownMobile-Header_Background-1-11-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Active_Background-1-11-0: #F2F4F7;
|
|
252
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-11-0: #DCDFE4;
|
|
253
|
+
--triplex-next-FooterPage-StickyShadow-1-11-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
254
|
+
--triplex-next-FormField-Background_Active-1-11-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Default-1-11-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Disabled-1-11-0: #F2F4F7;
|
|
257
|
+
--triplex-next-FormField-Background_Error-1-11-0: #FFF0F3;
|
|
258
|
+
--triplex-next-FormField-Background_Error_Hover-1-11-0: #FCE0E6;
|
|
259
|
+
--triplex-next-FormField-Background_Hover-1-11-0: #EAEDF1;
|
|
260
|
+
--triplex-next-FormField-Background_Warning-1-11-0: #FFF4DB;
|
|
261
|
+
--triplex-next-FormField-Background_Warning_Hover-1-11-0: #FCEAC7;
|
|
262
|
+
--triplex-next-FormField-Input_Color_Default-1-11-0: rgba(31, 31, 34, 1);
|
|
263
|
+
--triplex-next-FormField-Input_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Default-1-11-0: rgba(31, 31, 34, 1);
|
|
265
|
+
--triplex-next-FormField-Target_Color_Disabled-1-11-0: rgba(31, 31, 34, .45);
|
|
266
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
268
|
+
--triplex-next-FormField-Label_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
269
|
+
--triplex-next-FormField-Shadow_Active-1-11-0: 0 0 0 1px #21A19A inset;
|
|
270
|
+
--triplex-next-FormField-Shadow_Default-1-11-0: none;
|
|
271
|
+
--triplex-next-FormField-Shadow_Error_Active-1-11-0: 0 0 0 1px #E60037 inset;
|
|
272
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-11-0: 0 0 0 1px #FD6508 inset;
|
|
273
|
+
--triplex-next-FormField-Placeholder_Color-1-11-0: rgba(31, 31, 34, .65);
|
|
274
|
+
--triplex-next-HeaderPage-StickyShadow-1-11-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
275
|
+
--triplex-next-Island-Type1_Background-1-11-0: #FFFFFF;
|
|
276
|
+
--triplex-next-Island-Type2_Background-1-11-0: rgba(255, 255, 255, .35);
|
|
277
|
+
--triplex-next-Island-Type3_Background-1-11-0: #F2F4F7;
|
|
278
|
+
--triplex-next-Island-Type1_Shadow-1-11-0: none;
|
|
279
|
+
--triplex-next-Island-Type2_Shadow-1-11-0: 0 0 0 1px #FFFFFF inset;
|
|
280
|
+
--triplex-next-Island-Type3_Shadow-1-11-0: none;
|
|
281
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-11-0: #DCDFE4;
|
|
282
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-11-0: rgba(31, 31, 34, .05);
|
|
283
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-11-0: #DCDFE4;
|
|
284
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-11-0: #FFFFFF;
|
|
286
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-11-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
287
|
+
--triplex-next-LightBox-Backdrop_Background-1-11-0: rgba(31, 31, 34, .75);
|
|
288
|
+
--triplex-next-LightBox-Content_Background-1-11-0: #EAEDF1;
|
|
289
|
+
--triplex-next-Link-BorderColor_Focus-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
290
|
+
--triplex-next-Link-Text_Color_Active-1-11-0: #007777;
|
|
291
|
+
--triplex-next-Link-Text_Color_Default-1-11-0: #008985;
|
|
292
|
+
--triplex-next-Link-Text_Color_Hover-1-11-0: #21A19A;
|
|
293
|
+
--triplex-next-ListItem-Background-1-11-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Dragging-1-11-0: #FFFFFF;
|
|
295
|
+
--triplex-next-ListItem-Background_Selected-1-11-0: #F2F4F7;
|
|
296
|
+
--triplex-next-ListItem-Shadow-1-11-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-11-0: #DCDFE4;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-11-0: #F2F4F7;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-11-0: #EAEDF1;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-11-0: #007777;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-11-0: #008985;
|
|
302
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-11-0: #21A19A;
|
|
303
|
+
--triplex-next-ListMaster-Background-1-11-0: #FFFFFF;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Background-1-11-0: #DCDFE4;
|
|
305
|
+
--triplex-next-ListMaster-Footer_Color-1-11-0: #EAEDF1;
|
|
306
|
+
--triplex-next-ListMaster-Header_Background-1-11-0: #DCDFE4;
|
|
307
|
+
--triplex-next-ListMaster-Header_Color-1-11-0: #EAEDF1;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Brand-1-11-0: #21A19A;
|
|
309
|
+
--triplex-next-Loader-Element_Background_Neutral-1-11-0: rgba(255, 255, 255, 1);
|
|
310
|
+
--triplex-next-Loader-Middle_Background_Default-1-11-0: #EEF0F4;
|
|
311
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-11-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-11-0: rgba(255, 255, 255, .75);
|
|
313
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-11-0: #EEF0F4;
|
|
314
|
+
--triplex-next-Marker-Background_Error-1-11-0: #E60037;
|
|
315
|
+
--triplex-next-Marker-Background_Success-1-11-0: #21A19A;
|
|
316
|
+
--triplex-next-Marker-Background_Waiting-1-11-0: #8291B3;
|
|
317
|
+
--triplex-next-Marker-Background_Warning-1-11-0: #FD6508;
|
|
318
|
+
--triplex-next-MarkerStatus-Description_Color-1-11-0: rgba(0, 0, 0, 0.55);
|
|
319
|
+
--triplex-next-ModalWindow-Background-1-11-0: #EAEDF1;
|
|
320
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-11-0: rgba(79, 79, 82, .5);
|
|
321
|
+
--triplex-next-MultiselectField-Divider_Color-1-11-0: #D6D9E0;
|
|
322
|
+
--triplex-next-Notification-Background-1-11-0: #FFFFFF;
|
|
323
|
+
--triplex-next-Notification-Color-1-11-0: #1F1F22;
|
|
324
|
+
--triplex-next-Notification-TimeColor-1-11-0: rgba(31, 31, 34, 0.65);
|
|
325
|
+
--triplex-next-Notification-Shadow-1-11-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
326
|
+
--triplex-next-Overlay-Background-1-11-0: rgba(255, 255, 255, .8);
|
|
327
|
+
--triplex-next-Overlay-Panel_Background-1-11-0: #FFFFFF;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-11-0: #E3E6EA;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-11-0: #F2F4F7;
|
|
330
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-11-0: #E3E6EA;
|
|
331
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-11-0: #FFD169;
|
|
332
|
+
--triplex-next-Pagination-PageButton_Color-1-11-0: rgba(31, 31, 34, 1);
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Default-1-11-0: #21A19A;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-11-0: #EAEDF1;
|
|
335
|
+
--triplex-next-Radio-Background_Checked_Hover-1-11-0: #007777;
|
|
336
|
+
--triplex-next-Radio-Background_Default-1-11-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Disabled-1-11-0: #F2F4F7;
|
|
338
|
+
--triplex-next-Radio-Background_Hover-1-11-0: #19BDB0;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Default-1-11-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Disabled-1-11-0: 0 0 0 1px #E3E6EA inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Focused-1-11-0: 0 0 0 1px #FFD169 inset;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-11-0: none;
|
|
343
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-11-0: none;
|
|
344
|
+
--triplex-next-Radio-Dot_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
345
|
+
--triplex-next-Radio-Dot_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
346
|
+
--triplex-next-SegmentedControl-General_1_Background-1-11-0: #F2F4F7;
|
|
347
|
+
--triplex-next-SegmentedControl-General_2_Background-1-11-0: #FFFFFF;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-11-0: #F2F4F7;
|
|
349
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-11-0: #FFFFFF;
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-11-0: rgba(255, 255, 255, 1);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-11-0: rgba(255, 255, 255, .25);
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-11-0: #F2F4F7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-11-0: #DFE2E7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-11-0: #F2F4F7;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-11-0: #3B3B3E;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-11-0: #49494C;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-11-0: #343437;
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-11-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-11-0: rgba(255, 255, 255, 1);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-11-0: rgba(255, 255, 255, .25);
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-11-0: #FFFFFF;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-11-0: #EEF0F4;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-11-0: #FFFFFF;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-11-0: #3B3B3E;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-11-0: #49494C;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-11-0: #343437;
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-11-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-11-0: #F2F4F7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-11-0: #DFE2E7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-11-0: #F2F4F7;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-11-0: #FFFFFF;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-11-0: #DFE2E7;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-11-0: #FFFFFF;
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-11-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-11-0: #FFFFFF;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-11-0: #EEF0F4;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-11-0: #FFFFFF;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-11-0: #E3E6EA;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-11-0: #D6D9E0;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-11-0: #F2F4F7;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-11-0: transparent;
|
|
399
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-11-0: #FFD169;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-11-0: #F2F4F7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-11-0: #DFE2E7;
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-11-0: rgba(31, 31, 34, .05);
|
|
403
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-11-0: rgba(31, 31, 34, .15);
|
|
404
|
+
--triplex-next-SmallInput-Background-1-11-0: #F2F4F7;
|
|
405
|
+
--triplex-next-SmallInput-Color-1-11-0: rgba(31, 31, 34, 1);
|
|
406
|
+
--triplex-next-SmallInput-PlaceholderColor-1-11-0: rgba(31, 31, 34, .65);
|
|
407
|
+
--triplex-next-SmallInput-Shadow-1-11-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-11-0: rgba(31, 31, 34, .35);
|
|
409
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-11-0: #008985;
|
|
410
|
+
--triplex-next-SMSField-Refresh_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Default-1-11-0: rgba(31, 31, 34, .15);
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-11-0: #19BDB0;
|
|
413
|
+
--triplex-next-SMSField-Submit_Background_Active-1-11-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Default-1-11-0: #21A19A;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-11-0: #F2F4F7;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Hover-1-11-0: #19BDB0;
|
|
417
|
+
--triplex-next-Slider-Dot_Background_Select-1-11-0: #007777;
|
|
418
|
+
--triplex-next-Slider-Dot_Focus-1-11-0: #FFD169;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background-1-11-0: #FFFFFF;
|
|
420
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-11-0: #DCDFE4;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-11-0: #21A19A;
|
|
423
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-11-0: #E7E9EE;
|
|
424
|
+
--triplex-next-Slider-Rail_Background-1-11-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-11-0: #DCDFE4;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Background-1-11-0: #1B1B1D;
|
|
427
|
+
--triplex-next-Slider-Tooltip_Color-1-11-0: rgba(255, 255, 255, 1);
|
|
428
|
+
--triplex-next-Slider-Track_Background_Default-1-11-0: #21A19A;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Disabled-1-11-0: #E7E9EE;
|
|
430
|
+
--triplex-next-Slider-Track_Background_Hover-1-11-0: #007777;
|
|
431
|
+
--triplex-next-StatusTracker-Draft_Background-1-11-0: rgba(255, 255, 255, .15);
|
|
432
|
+
--triplex-next-StatusTracker-Warning_Background-1-11-0: #FF7A17;
|
|
433
|
+
--triplex-next-StatusTracker-Waiting_Background-1-11-0: #BFCADF;
|
|
434
|
+
--triplex-next-StatusTracker-Rejected_Background-1-11-0: #FF5571;
|
|
435
|
+
--triplex-next-StatusTracker-Approved_Background-1-11-0: #00D67D;
|
|
436
|
+
--triplex-next-StatusTracker-Waiting_Color-1-11-0: #A9B6D0;
|
|
437
|
+
--triplex-next-StatusTracker-Rejected_Color-1-11-0: #FFB1C1;
|
|
438
|
+
--triplex-next-StatusTracker-Approved_Color-1-11-0: #00D67D;
|
|
439
|
+
--triplex-next-StatusTracker-Border_Color-1-11-0: #FFFFFF;
|
|
440
|
+
--triplex-next-Step-Color_Active-1-11-0: #008985;
|
|
441
|
+
--triplex-next-Step-Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
442
|
+
--triplex-next-Step-Color_Disabled-1-11-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Done-1-11-0: #FFFFFF;
|
|
444
|
+
--triplex-next-Step-Color_Error-1-11-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Color_Warning-1-11-0: rgba(255, 255, 255, 1);
|
|
446
|
+
--triplex-next-Step-Background_Active-1-11-0: #E3FFFA;
|
|
447
|
+
--triplex-next-Step-Background_Default-1-11-0: rgba(31, 31, 34, .05);
|
|
448
|
+
--triplex-next-Step-Background_Disabled-1-11-0: rgba(31, 31, 34, .15);
|
|
449
|
+
--triplex-next-Step-Background_Done-1-11-0: #008985;
|
|
450
|
+
--triplex-next-Step-Background_Error-1-11-0: #D10032;
|
|
451
|
+
--triplex-next-Step-Background_Warning-1-11-0: #EF4C01;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Default-1-11-0: #F2F4F7;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Hover-1-11-0: #EAEDF1;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-11-0: #F2F4F7;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error-1-11-0: #FFF0F3;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0: #FCE0E6;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning-1-11-0: #FFF4DB;
|
|
458
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0: #FCEAC7;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-11-0: #FFD169;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-11-0: #E60037;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-11-0: #FD6508;
|
|
462
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-11-0: #21A19A;
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
465
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-11-0: rgba(31, 31, 34, .35);
|
|
466
|
+
--triplex-next-Stepper-ButtonNext_Background-1-11-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-11-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
468
|
+
--triplex-next-Stepper-Background-1-11-0: #FFFFFF;
|
|
469
|
+
--triplex-next-Stepper-Wrapper_Background-1-11-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
470
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-11-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
471
|
+
--triplex-next-TableBasic-Background_Hover-1-11-0: #E3E6EA;
|
|
472
|
+
--triplex-next-TableBasic-Background_Selected-1-11-0: #DCDFE4;
|
|
473
|
+
--triplex-next-TableBasic-Color-1-11-0: rgba(31, 31, 34, 1);
|
|
474
|
+
--triplex-next-TableBasic-Header_Background-1-11-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Background-1-11-0: #E7E9EE;
|
|
476
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-11-0: linear-gradient(transparent, #FFFFFF);
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-11-0: #D6D9E0;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-11-0: #FFFFFF;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-11-0: #EAEDF1;
|
|
480
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-11-0: #FFFFFF;
|
|
481
|
+
--triplex-next-Tabs-Type1_Background-1-11-0: #F2F4F7;
|
|
482
|
+
--triplex-next-Tabs-Type2_Background-1-11-0: #FFFFFF;
|
|
483
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-11-0: #F2F4F7;
|
|
484
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-11-0: #FFFFFF;
|
|
485
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-11-0: #DCDFE4;
|
|
486
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-11-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-11-0: #E3E6EA;
|
|
488
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-11-0: #EEF0F4;
|
|
489
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-11-0: rgba(31, 31, 34, .65);
|
|
491
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-11-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-11-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-11-0: rgba(31, 31, 34, 1);
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-11-0: transparent;
|
|
496
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-11-0: #FFD169;
|
|
497
|
+
--triplex-next-Tag-Background-1-11-0: #DFE2E7;
|
|
498
|
+
--triplex-next-TagColor-Background_Default-1-11-0: #EEF3FC;
|
|
499
|
+
--triplex-next-TagColor-Background_Success-1-11-0: #E3FFFA;
|
|
500
|
+
--triplex-next-TagColor-Background_Info-1-11-0: #E3F6FF;
|
|
501
|
+
--triplex-next-TagColor-Background_Warning-1-11-0: #FFF4DB;
|
|
502
|
+
--triplex-next-TagColor-Background_Error-1-11-0: #FFF0F3;
|
|
503
|
+
--triplex-next-TagColor-Text_Color_Default-1-11-0: rgba(31, 31, 34, .75);
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Active-1-11-0: #21A19A;
|
|
505
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-11-0: #19BDB0;
|
|
506
|
+
--triplex-next-TabsLine-Separator_Color-1-11-0: #D6D9E0;
|
|
507
|
+
--triplex-next-TabsLine-Shadow_Focus-1-11-0: 0 0 0 1px #FFDD64 inset;
|
|
508
|
+
--triplex-next-Tooltip-Background-1-11-0: #1B1B1D;
|
|
509
|
+
--triplex-next-Tooltip-Color-1-11-0: rgba(255, 255, 255, 1);
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-11-0: #008985;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-11-0: #19BDB0;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-11-0: #4BD9CF;
|
|
513
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-11-0: 0 0 0 1px #FFD169;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-11-0: #007777;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-11-0: #008985;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-11-0: #21A19A;
|
|
517
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-11-0: 0 0 0 1px #FFDD64;
|
|
518
|
+
--triplex-next-TopOverlay-Background-1-11-0: rgba(31, 31, 34, .55);
|
|
519
|
+
--triplex-next-Typography-Primary_Color-1-11-0: rgba(31, 31, 34, 1);
|
|
520
|
+
--triplex-next-Typography-Complementary_Color-1-11-0: rgba(31, 31, 34, .85);
|
|
521
|
+
--triplex-next-Typography-Secondary_Color-1-11-0: rgba(31, 31, 34, .65);
|
|
522
|
+
--triplex-next-Typography-Tertiary_Color-1-11-0: rgba(31, 31, 34, .55);
|
|
523
|
+
--triplex-next-Typography-Disabled_Color-1-11-0: rgba(31, 31, 34, .35);
|
|
524
|
+
--triplex-next-Typography-Brand_Color-1-11-0: #008985;
|
|
525
|
+
--triplex-next-Typography-Info_Color-1-11-0: #0E57CC;
|
|
526
|
+
--triplex-next-Typography-Success_Color-1-11-0: #008B5C;
|
|
527
|
+
--triplex-next-Typography-Error_Color-1-11-0: #D10032;
|
|
528
|
+
--triplex-next-Typography-Warning_Color-1-11-0: #EF4C01;
|
|
529
|
+
--triplex-next-Typography-System_Color-1-11-0: #697591;
|
|
530
|
+
--triplex-next-UploadZone-Background_Default-1-11-0: #F2F4F7;
|
|
531
|
+
--triplex-next-UploadZone-Background_Hover-1-11-0: #EAEDF1;
|
|
532
|
+
--triplex-next-UploadZone-BorderColor_Default-1-11-0: #2D2D30;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_Background-1-11-0: #F2F4F7;
|
|
534
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-11-0: #21A19A;}
|
|
535
|
+
.underline__778884b3{text-decoration:underline}.strikethrough__d0950664{text-decoration:line-through}.underlineStrikethrough__6ac9391a{text-decoration:underline line-through}.typography__e56fd0bb.primary__a87a20fd{color:var(--triplex-next-Typography-Primary_Color-1-11-0)}.typography__e56fd0bb.complementary__b426a390{color:var(--triplex-next-Typography-Complementary_Color-1-11-0)}.typography__e56fd0bb.secondary__8e43d3ea{color:var(--triplex-next-Typography-Secondary_Color-1-11-0)}.typography__e56fd0bb.tertiary__c3694a3a{color:var(--triplex-next-Typography-Tertiary_Color-1-11-0)}.typography__e56fd0bb.disabled__9bdd8701{color:var(--triplex-next-Typography-Disabled_Color-1-11-0)}.typography__e56fd0bb.brand__5624fe73{color:var(--triplex-next-Typography-Brand_Color-1-11-0);-webkit-user-select:none;user-select:none}.typography__e56fd0bb.info__64ce825b{color:var(--triplex-next-Typography-Info_Color-1-11-0)}.typography__e56fd0bb.success__87f4caa3{color:var(--triplex-next-Typography-Success_Color-1-11-0)}.typography__e56fd0bb.error__4d91cecb{color:var(--triplex-next-Typography-Error_Color-1-11-0)}.typography__e56fd0bb.warning__c0f78f71{color:var(--triplex-next-Typography-Warning_Color-1-11-0)}.typography__e56fd0bb.system__ef6f3f21{color:var(--triplex-next-Typography-System_Color-1-11-0)}.typography__e56fd0bb.compact__451ef82a{line-height:calc(16 / 14)}.title__d2c45ed1{outline:none}.title__d2c45ed1.regular__1b3aa33d{font-family:SBSansDisplay}.title__d2c45ed1.semibold__fab7a2e3{font-family:SBSansDisplaySemibold}.title__d2c45ed1.medium__6d07ea4b{font-family:SBSansDisplayMedium}.title__d2c45ed1.bold__9b32141a{font-family:SBSansDisplayBold}.h1__16e154cd,.h2__daf50835,.h3__7776bf0f{margin:0}.h1__16e154cd{font-size:28px;line-height:36px}.h2__daf50835{font-size:24px;line-height:32px}.h3__7776bf0f{font-size:20px;line-height:28px}.text__e5fa7eee{outline:none}.text__e5fa7eee.regular__1b3aa33d{font-family:SBSansText}.text__e5fa7eee.semibold__fab7a2e3{font-family:SBSansTextSemibold}.b1__265c3165{font-size:18px;line-height:24px}.b2__cf6a0ded{font-size:16px;line-height:20px}.b3__894280c7{font-size:14px;line-height:20px}.b3__894280c7.compact__451ef82a{line-height:16px}.b4__6fd1918f{font-size:12px;line-height:16px}.caption__2bd49642.regular__1b3aa33d{font-family:SBSansText}.caption__2bd49642.semibold__fab7a2e3{font-family:SBSansTextSemibold}.c1__ae96443d{font-size:10px;line-height:12px}.c2__1f511bdc{font-size:8px;line-height:10px}.d1__5f8e57d0{font-size:32px;line-height:40px}.d1__5f8e57d0.regular__1b3aa33d{font-family:SBSansDisplay}.d1__5f8e57d0.semibold__fab7a2e3{font-family:SBSansDisplaySemibold}.formFieldInput__1c2495f8{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-11-0)}.formFieldInput__1c2495f8:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-11-0)}.formFieldInput__1c2495f8::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-11-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__1c2495f8:focus{outline:none}.formFieldInput__1c2495f8:focus::placeholder{opacity:1}.formFieldInput__1c2495f8:-webkit-autofill{animation-name:autofill-applied-hook__28c2d128;animation-duration:1ms}.formFieldInput__1c2495f8:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__9cd06fb8;animation-duration:1ms}.formFieldInput__1c2495f8.sm__42c421ea{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__1c2495f8.md__3b63f96d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__1c2495f8.lg__5cc889c6{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__28c2d128{0%{transform:none}}@keyframes autofill-cancelled-hook__9cd06fb8{0%{transform:none}}.formField__cb0c8096{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-11-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__cb0c8096:hover{background:var(--triplex-next-FormField-Background_Hover-1-11-0)}.formField__cb0c8096.disabled__bb9b3cf4{background:var(--triplex-next-FormField-Background_Disabled-1-11-0)}.formField__cb0c8096.active__1a4e23ff{background:var(--triplex-next-FormField-Background_Active-1-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-11-0)}.formField__cb0c8096.active__1a4e23ff::placeholder{opacity:1}.formField__cb0c8096.error__dc8f882e{background:var(--triplex-next-FormField-Background_Error-1-11-0)}.formField__cb0c8096.error__dc8f882e:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-11-0)}.formField__cb0c8096.error__dc8f882e.active__1a4e23ff{background:var(--triplex-next-FormField-Background_Error-1-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-11-0)}.formField__cb0c8096.warning__6299ea24{background:var(--triplex-next-FormField-Background_Warning-1-11-0)}.formField__cb0c8096.warning__6299ea24:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-11-0)}.formField__cb0c8096.warning__6299ea24.active__1a4e23ff{background:var(--triplex-next-FormField-Background_Warning-1-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-11-0)}.formField__cb0c8096.size-sm__51c775b5{border-radius:6px}.formField__cb0c8096.size-md__5a3f3de4{border-radius:8px}.formField__cb0c8096.size-lg__287ddc7a{border-radius:10px}.formFieldDescription__5adfd3ba{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__5adfd3ba.withCounter__45cc4ad1{display:flex;justify-content:space-between}.formFieldLabel__8d4ae002{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__8d4ae002.size-sm__51c775b5{top:6px}.formFieldLabel__8d4ae002.size-md__5a3f3de4{top:10px}.formFieldLabel__8d4ae002.size-lg__287ddc7a{top:18px}.formFieldLabel__8d4ae002.size-lg__287ddc7a.floating__b152f723{top:10px}.formFieldLabelText__0072b375{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-11-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__51c775b5 .formFieldLabelText__0072b375{font-size:12px;line-height:16px}.size-md__5a3f3de4 .formFieldLabelText__0072b375{font-size:14px;line-height:20px}.size-lg__287ddc7a .formFieldLabelText__0072b375{font-size:16px;line-height:20px}.floating__b152f723 .formFieldLabelText__0072b375{font-size:12px;line-height:16px}.floating__b152f723.size-sm__51c775b5 .formFieldLabelText__0072b375,.floating__b152f723.size-md__5a3f3de4 .formFieldLabelText__0072b375{display:none}.disabled__bb9b3cf4 .formFieldLabelText__0072b375{color:var(--triplex-next-FormField-Label_Color_Disabled-1-11-0)}.formFieldPostfix__8681ff12{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__508016a1{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__2a195ccc{padding-left:4px}.formFieldMaskedInputWrapper__4f6588ad{position:relative}.formFieldMaskedInputWrapper__4f6588ad .formFieldMaskedInputPlaceholder__cc926df9{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4f6588ad .formFieldMaskedInputPlaceholder__cc926df9::placeholder{opacity:1}.formFieldMaskedInputWrapper__4f6588ad .formFieldMaskedInputPlaceholder__cc926df9:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4f6588ad.size-sm__51c775b5{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4f6588ad.size-sm__51c775b5 .formFieldMaskedInputPlaceholder__cc926df9{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4f6588ad.size-md__5a3f3de4{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4f6588ad.size-md__5a3f3de4 .formFieldMaskedInputPlaceholder__cc926df9{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4f6588ad.size-lg__287ddc7a{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4f6588ad.size-lg__287ddc7a .formFieldMaskedInputPlaceholder__cc926df9{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4f6588ad .formFieldMaskedInput__d71d80f1{display:block;position:relative;background:none!important}.dropdownDesktop__f4649e92{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-11-0);background-color:var(--triplex-next-Dropdown-Background-1-11-0)}.dropdownDesktop-sm__51273a84{border-radius:6px}.dropdownDesktop-md__12f6721f{border-radius:8px}.dropdownDesktop-lg__9f620271{border-radius:10px}.dropdownDesktopOverflowHidden__0decb88c{overflow:hidden}.dropdownMobileWrapper__d3341248{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__2e9b0e9c{background:var(--triplex-next-DropdownMobile-Backdrop-1-11-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__2e9b0e9c.closing__30025616{opacity:0}.dropdownMobileBackdrop__2e9b0e9c.opening__dae97745,.dropdownMobileBackdrop__2e9b0e9c.opened__97040e9a{opacity:var(--triplex-DropdownMobile-Opacity-1-11-0)}.dropdownMobile__05def8db{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__05def8db.closing__30025616{transform:translateY(100%)}.dropdownMobile__05def8db.opening__dae97745,.dropdownMobile__05def8db.opened__97040e9a{transform:translateY(0)}.dropdownMobileHeader__c6425ba9{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-11-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__c6425ba9 .dropdownMobileHeaderContent__7136b724{margin-right:28px;min-height:20px}.dropdownMobileContent__1aff3c2a{background:var(--triplex-next-DropdownMobile-Content_Background-1-11-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__4c8a9e12{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-11-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-11-0);flex-shrink:1}.dropdownMobileListItem__5df92366{padding:16px}.dropdownMobileListItem__5df92366.selected__8aee9a61{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-11-0)}.dropdownMobileListItem__5df92366:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-11-0)}.dropdownMobileListLoader__d09a2309{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__631baee6{overflow:hidden}.controlButtons__4d126c92{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__67056392{margin-right:8px}.notificationIcon__00892db7{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__5d1da937{padding:4px;overflow:auto}.dropdownDesktopList__5d1da937.sm__2e1ffd85{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__5d1da937.sm__2e1ffd85 .dropdownDesktopListItem__2c3dc76a{padding:6px 8px;border-radius:6px}.dropdownDesktopList__5d1da937.sm__2e1ffd85 .dropdownDesktopListLoader__9f2d1a15{margin:0 auto}.dropdownDesktopList__5d1da937.md__8d3b4590{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__5d1da937.md__8d3b4590 .dropdownDesktopListItem__2c3dc76a{padding:7px 8px;border-radius:8px}.dropdownDesktopList__5d1da937.md__8d3b4590 .dropdownDesktopListLoader__9f2d1a15{margin:-2px auto}.dropdownDesktopList__5d1da937.lg__5b5429da{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__5d1da937.lg__5b5429da .dropdownDesktopListItem__2c3dc76a{padding:14px 8px;border-radius:10px}.dropdownDesktopList__5d1da937.lg__5b5429da .dropdownDesktopListLoader__9f2d1a15{margin:-6px auto}.dropdownDesktopListItem__2c3dc76a{color:var(--triplex-next-DropdownList-Color-1-11-0);background:var(--triplex-next-DropdownList-Background_Default-1-11-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__2c3dc76a+.dropdownDesktopListItem__2c3dc76a{margin-top:2px}.dropdownDesktopListItem__2c3dc76a.active__0ce4fa1c{background:var(--triplex-next-DropdownList-Background_Active-1-11-0);cursor:pointer}.dropdownDesktopListItem__2c3dc76a.selected__8aee9a61{background:var(--triplex-next-DropdownList-Background_Selected-1-11-0);cursor:default}.notificationIcon__96fe1073{position:absolute;right:4px;top:4px}.loaderSmall__5c3831ab{display:flex;justify-content:center;align-items:center}.loaderSmall__5c3831ab.sm__b751bdbd{width:16px;height:16px;gap:2px}.loaderSmall__5c3831ab.sm__b751bdbd .dot__ef681009{width:4px;height:4px}.loaderSmall__5c3831ab.md__6c23415d{width:24px;height:24px;gap:3px}.loaderSmall__5c3831ab.md__6c23415d .dot__ef681009{width:6px;height:6px}.loaderSmall__5c3831ab.lg__0df63862{width:32px;height:32px;gap:4px}.loaderSmall__5c3831ab.lg__0df63862 .dot__ef681009{width:8px;height:8px}.loaderSmall__5c3831ab.neutral__99b9e349 .dot__ef681009{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-11-0)}.loaderSmall__5c3831ab.brand__5bfa7f2c .dot__ef681009{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-11-0)}.loaderSmall__5c3831ab .dot__ef681009{border-radius:50%}.loaderSmall__5c3831ab .dot1__d8574f6d{animation:dotCycleSmall__784ffd3e .9s infinite}.loaderSmall__5c3831ab .dot2__11dd2861{animation:dotCycleSmall__784ffd3e .9s infinite .15s}.loaderSmall__5c3831ab .dot3__8e671497{animation:dotCycleSmall__784ffd3e .9s infinite .3s}@keyframes dotCycleSmall__784ffd3e{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__23d4135c{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-11-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__af7f57d6{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__af7f57d6 .dot__ef681009{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-11-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__af7f57d6 .dot1__d8574f6d{top:0;left:0;animation:dotCycleMiddle__c22d0506 3s infinite}.loaderMiddleDots__af7f57d6 .dot2__11dd2861{right:0;top:0;opacity:.7;animation:dotCycleMiddle__c22d0506 3s infinite .74s}.loaderMiddleDots__af7f57d6 .dot3__8e671497{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__c22d0506 3s infinite 1.5s}.loaderMiddleDots__af7f57d6 .dot4__e60a3e3a{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__c22d0506 3s infinite 2.25s}.loaderMiddleDots__af7f57d6 .line__54bb59f0{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-11-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__41bccde1 3s infinite}@keyframes lineCycle__41bccde1{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__c22d0506{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__98d229a7{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__98d229a7:enabled{cursor:pointer}.buttonIcon__98d229a7.circle__111e82ed{border-radius:50%}.buttonIcon__98d229a7.squircle__d95c97dc{border-radius:4px}.buttonIcon__98d229a7:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-11-0)}.dropdownMobileInput__148cd7a8{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-11-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__148cd7a8::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-11-0);opacity:1}.dropdownMobileInput__148cd7a8::-ms-clear{display:none}.tabsLineWrapper__f913a1c2[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__f913a1c2[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__f913a1c2[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__f913a1c2[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__f913a1c2{position:relative}.tabsLineWrapper__f913a1c2.withSeparator__aa97878a:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-11-0);bottom:0;left:0;right:0}.tabsLine__cd0f96c1{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__cd0f96c1:has(.sm__817bd3f4){height:28px}.tabsLine__cd0f96c1:has(.md__5c56184a){height:40px}.tabsLine__cd0f96c1:has(.lg__990225b8){height:56px}.tab__6e5ab7b2{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__6e5ab7b2.sm__817bd3f4{height:28px;padding-bottom:12px}.tab__6e5ab7b2.md__5c56184a{height:40px;padding-top:8px;padding-bottom:12px}.tab__6e5ab7b2.lg__990225b8{height:56px;padding-top:16px;padding-bottom:20px}.tab__6e5ab7b2::-moz-focus-inner{border:none;padding:0}.tab__6e5ab7b2:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-11-0)}.tab__6e5ab7b2.active__b06663cb{cursor:default}.tab__6e5ab7b2: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__6e5ab7b2:hover:after,.tab__6e5ab7b2:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-11-0)}.tab__6e5ab7b2.active__b06663cb:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-11-0)}.notificationIcon__4b4b14fe{position:absolute;right:6px}.sm__817bd3f4 .notificationIcon__4b4b14fe{top:0}.md__5c56184a .notificationIcon__4b4b14fe{top:8px}.lg__990225b8 .notificationIcon__4b4b14fe{top:16px}.tabsLineDropdown__13f822ff{display:inline-block}.tabsLineDropdown__13f822ff .dropdownTarget__e1a1a5cf.active__b06663cb{cursor:pointer}.tabsLineDropdown__13f822ff .dropdownTargetInner__4d5973fa{display:inline-flex;align-items:center}.tabsLineDropdown__13f822ff .dropdownTargetCaret__3826dcc1{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__13f822ff .dropdownTargetCaret__3826dcc1.opened__ce327594{transform:rotate(-180deg)}.tabsLineDropdown__13f822ff .dropdown__28c1ecd8{right:0;padding:4px}.tabsLineMobileWrapper__b5f631f6{position:relative}.tabsLineMobileWrapper__b5f631f6 .tab__6e5ab7b2{flex-shrink:0}.tabsLineMobileWrapper__b5f631f6 .tab__6e5ab7b2:first-child{margin-left:16px}.tabsLineMobileWrapper__b5f631f6 .tab__6e5ab7b2:last-child{margin-right:16px}.tabsLineMobile__07aa33a0{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__07aa33a0::-webkit-scrollbar{display:none}.label__c52c2b6c{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c52c2b6c.sm__ba4baba4{min-width:16px;min-height:16px}.label__c52c2b6c.sm__ba4baba4.nonempty__2b61725b{padding-left:24px}.label__c52c2b6c.md__a50593a4{min-height:24px;min-width:24px}.label__c52c2b6c.md__a50593a4.nonempty__2b61725b{padding-left:32px;padding-top:2px}.label__c52c2b6c.lg__b1a7f633{min-width:28px;min-height:28px}.label__c52c2b6c.lg__b1a7f633.nonempty__2b61725b{padding-left:40px;padding-top:4px}.label__c52c2b6c.disabled__fbcc074e{cursor:default}.radio__e4587b43{margin:0;opacity:0}.radioIcon__22979c6d{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-11-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-11-0)}.radioIcon__22979c6d:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-11-0);border-radius:50%;transform:scale(0)}.sm__ba4baba4 .radioIcon__22979c6d:after{width:8px;height:8px;top:4px;left:4px}.md__a50593a4 .radioIcon__22979c6d:after{width:12px;height:12px;top:6px;left:6px}.lg__b1a7f633 .radioIcon__22979c6d:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__22979c6d,.radioIcon__22979c6d:after{pointer-events:none}.radio__e4587b43,.radioIcon__22979c6d{position:absolute;left:0;top:0}.sm__ba4baba4 .radio__e4587b43,.sm__ba4baba4 .radioIcon__22979c6d{width:16px;height:16px;top:2px}.md__a50593a4 .radio__e4587b43,.md__a50593a4 .radioIcon__22979c6d{width:24px;height:24px}.lg__b1a7f633 .radio__e4587b43,.lg__b1a7f633 .radioIcon__22979c6d{width:28px;height:28px}.radio__e4587b43:enabled{cursor:pointer}.radio__e4587b43:checked+.radioIcon__22979c6d{background:var(--triplex-next-Radio-Background_Checked_Default-1-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-11-0)}.radio__e4587b43:checked+.radioIcon__22979c6d:after{transform:scale(1);transition:transform .2s ease-out}.radio__e4587b43:hover+.radioIcon__22979c6d{background-color:var(--triplex-next-Radio-Background_Hover-1-11-0);box-shadow:none}.radio__e4587b43:disabled+.radioIcon__22979c6d{background:var(--triplex-next-Radio-Background_Disabled-1-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-11-0)}.radio__e4587b43:disabled:checked+.radioIcon__22979c6d{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-11-0)}.radio__e4587b43:disabled+.radioIcon__22979c6d:after{background:var(--triplex-next-Radio-Dot_Disabled-1-11-0)}.radio__e4587b43:focus-visible+.radioIcon__22979c6d{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-11-0)}.radio__e4587b43:checked:enabled:hover+.radioIcon__22979c6d{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-11-0)}.radioXGroup__508f8bb1{display:inline-flex;flex-flow:row wrap}.radioXGroup__508f8bb1.indent-12__6578af3e{margin-left:-6px;margin-right:-6px}.radioXGroup__508f8bb1.indent-12__6578af3e .label__c52c2b6c{margin-left:6px;margin-right:6px}.radioXGroup__508f8bb1.indent-16__a25062dc{margin-left:-8px;margin-right:-8px}.radioXGroup__508f8bb1.indent-16__a25062dc .label__c52c2b6c{margin-left:8px;margin-right:8px}.radioXGroup__508f8bb1.indent-20__76dfa232{margin-left:-10px;margin-right:-10px}.radioXGroup__508f8bb1.indent-20__76dfa232 .label__c52c2b6c{margin-left:10px;margin-right:10px}.radioXGroup__508f8bb1.indent-24__f5381c5c{margin-left:-12px;margin-right:-12px}.radioXGroup__508f8bb1.indent-24__f5381c5c .label__c52c2b6c{margin-left:12px;margin-right:12px}.radioXGroup__508f8bb1.indent-28__42a9658f{margin-left:-14px;margin-right:-14px}.radioXGroup__508f8bb1.indent-28__42a9658f .label__c52c2b6c{margin-left:14px;margin-right:14px}.radioXGroup__508f8bb1.indent-32__02389463{margin-left:-16px;margin-right:-16px}.radioXGroup__508f8bb1.indent-32__02389463 .label__c52c2b6c{margin-left:16px;margin-right:16px}.radioYGroup__dbac85e0{display:inline-flex;flex-flow:column wrap}.radioYGroup__dbac85e0 .label__c52c2b6c.sm__ba4baba4+.label__c52c2b6c.sm__ba4baba4{margin-top:8px}.radioYGroup__dbac85e0 .label__c52c2b6c.md__a50593a4+.label__c52c2b6c.md__a50593a4{margin-top:16px}.radioYGroup__dbac85e0 .label__c52c2b6c.lg__b1a7f633+.label__c52c2b6c.lg__b1a7f633{margin-top:20px}.notification__2548940e{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-11-0);background:var(--triplex-next-Notification-Background-1-11-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-11-0);z-index:300}.notification__2548940e:first-child{margin-top:0}.notification__2548940e.extraBottomPadding__48f19429{padding-bottom:24px}.notification__2548940e .notificationHeader__e111d138{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-11-0);width:100%;margin-top:0;margin-bottom:8px}.notification__2548940e .notificationIcon__5c8899d8{line-height:0}.notification__2548940e .notificationBody__8a7742eb{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__2548940e .notificationBodyList__0715ff98{margin-top:8px}.notification__2548940e .notificationBodyContent__042d4239{width:100%;font-size:14px}.notification__2548940e .notificationClose__26540eb5{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__2548940e.showCloseOnHover__f77c3023 .notificationClose__26540eb5{opacity:0}.notification__2548940e.showCloseOnHover__f77c3023:hover{cursor:pointer}.notification__2548940e.showCloseOnHover__f77c3023:hover .notificationClose__26540eb5{opacity:1}.notification__2548940e .notificationFooter__8bea86b9{display:flex;align-items:center;margin-top:16px}.notification__2548940e .notificationFooter__8bea86b9 button+a{margin-left:16px}.notification__2548940e .notificationTime__371c0a83{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-11-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0aa20f29{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0aa20f29:hover{cursor:pointer}.notificationGroupedWrapper__0aa20f29 .notificationGroupedFooterItem__c7be949e{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-11-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-11-0)}.notificationGroupedWrapper__0aa20f29 .notificationGroupedFooterItem__c7be949e.first__086230cd{bottom:-8px;z-index:200}.notificationGroupedWrapper__0aa20f29 .notificationGroupedFooterItem__c7be949e.second__100af5c1{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__2548940e,.notificationGroupedWrapper__0aa20f29{width:100%}}.unorderedListItem__a25d4b66:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__a25d4b66+.unorderedListItem__a25d4b66{margin-top:8px}.unorderedList__93f16a10{position:relative;margin:0;padding-left:14px;list-style:none}.button__2bbad542.general__af3eddcc{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-11-0);color:var(--triplex-next-Button-General_Color_Default-1-11-0)}.button__2bbad542.general__af3eddcc:hover{background:var(--triplex-next-Button-General_Background_Hover-1-11-0);color:var(--triplex-next-Button-General_Color_Hover-1-11-0)}.button__2bbad542.general__af3eddcc.expanded__3ee75f8b,.button__2bbad542.general__af3eddcc:active{background:var(--triplex-next-Button-General_Background_Active-1-11-0);color:var(--triplex-next-Button-General_Color_Active-1-11-0)}.button__2bbad542.general__af3eddcc:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-11-0)}.button__2bbad542.general__af3eddcc:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-11-0);color:var(--triplex-next-Button-General_Color_Disabled-1-11-0)}.button__2bbad542.secondary__acb6bc9f{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-11-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-11-0)}.button__2bbad542.secondary__acb6bc9f:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-11-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-11-0)}.button__2bbad542.secondary__acb6bc9f.expanded__3ee75f8b,.button__2bbad542.secondary__acb6bc9f:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-11-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-11-0)}.button__2bbad542.secondary__acb6bc9f:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-11-0)}.button__2bbad542.secondary__acb6bc9f:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-11-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-11-0)}.button__2bbad542.secondaryLight__98f11fff{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-11-0)}.button__2bbad542.secondaryLight__98f11fff:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-11-0)}.button__2bbad542.secondaryLight__98f11fff.expanded__3ee75f8b,.button__2bbad542.secondaryLight__98f11fff:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-11-0)}.button__2bbad542.secondaryLight__98f11fff:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-11-0)}.button__2bbad542.secondaryLight__98f11fff:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-11-0)}.button__2bbad542.danger__bb12a078{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-11-0);color:var(--triplex-next-Button-Danger_Color_Default-1-11-0)}.button__2bbad542.danger__bb12a078:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-11-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-11-0)}.button__2bbad542.danger__bb12a078.expanded__3ee75f8b,.button__2bbad542.danger__bb12a078:active{background:var(--triplex-next-Button-Danger_Background_Active-1-11-0);color:var(--triplex-next-Button-Danger_Color_Active-1-11-0)}.button__2bbad542.danger__bb12a078:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-11-0)}.button__2bbad542.danger__bb12a078:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-11-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-11-0)}.button__2bbad542.link__ad19198c{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-11-0);padding:0}.button__2bbad542.link__ad19198c.sm__60df78cc{height:28px;min-width:0px;padding:6px 2px}.button__2bbad542.link__ad19198c.md__41bd5f65{height:40px;min-width:0px;padding:10px 2px}.button__2bbad542.link__ad19198c.lg__2868effd{height:56px;min-width:0px;padding:18px 2px}.button__2bbad542.link__ad19198c:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-11-0)}.button__2bbad542.link__ad19198c.expanded__3ee75f8b,.button__2bbad542.link__ad19198c:active{color:var(--triplex-next-Button-Link_Color_Active-1-11-0)}.button__2bbad542.link__ad19198c:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-11-0)}.button__2bbad542.link__ad19198c:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-11-0)}.button__2bbad542{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__2bbad542::-moz-focus-inner{border:none;padding:0}.button__2bbad542.sm__60df78cc{line-height:16px;font-size:12px}.button__2bbad542.sm__60df78cc.general__af3eddcc,.button__2bbad542.sm__60df78cc.secondary__acb6bc9f,.button__2bbad542.sm__60df78cc.secondaryLight__98f11fff,.button__2bbad542.sm__60df78cc.danger__bb12a078{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__2bbad542.sm__60df78cc.icon__2ba21a66{min-height:28px;min-width:28px;padding:4px}.button__2bbad542.md__41bd5f65{line-height:20px;font-size:14px}.button__2bbad542.md__41bd5f65.general__af3eddcc,.button__2bbad542.md__41bd5f65.secondary__acb6bc9f,.button__2bbad542.md__41bd5f65.secondaryLight__98f11fff,.button__2bbad542.md__41bd5f65.danger__bb12a078{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__2bbad542.md__41bd5f65.icon__2ba21a66{min-height:40px;min-width:40px;padding:10px}.button__2bbad542.lg__2868effd{line-height:20px;font-size:16px}.button__2bbad542.lg__2868effd.general__af3eddcc,.button__2bbad542.lg__2868effd.secondary__acb6bc9f,.button__2bbad542.lg__2868effd.secondaryLight__98f11fff,.button__2bbad542.lg__2868effd.danger__bb12a078{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__2bbad542.lg__2868effd.icon__2ba21a66{min-height:56px;min-width:56px;padding:12px}.button__2bbad542:disabled{cursor:default}.button__2bbad542:disabled *{pointer-events:none}.button__2bbad542+.button__2bbad542:not(.block__f943d922){margin-left:12px}.button__2bbad542 .content__026597e8{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__2bbad542.block__f943d922{display:block;width:100%}.button__2bbad542.loading__838797ec{pointer-events:none}.button__2bbad542.loading__838797ec .content__026597e8{visibility:hidden}.button__2bbad542 .loader__9276df3b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__2bbad542 .loader__9276df3b.hidden__6bcabef0{visibility:hidden}.buttonDropdownExtended__d907f989{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__d907f989 .buttonDropdownExtendedBlock__45b22b0d{padding:4px;margin-top:4px;right:0}.buttonDropdown__e7b7f2c8.block__f943d922{display:block}.buttonDropdown__e7b7f2c8+.button__2bbad542:not(.block__f943d922),.buttonDropdown__e7b7f2c8+.buttonDropdown__e7b7f2c8:not(.block__f943d922){margin-left:16px}.buttonDropdown__e7b7f2c8 .buttonDropdownTarget__58b44ad6 .caretIcon__ecd190c9{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__e7b7f2c8 .buttonDropdownTarget__58b44ad6.active__b3810b5c .caretIcon__ecd190c9{transform:rotate(-180deg)}.buttonDropdown__e7b7f2c8 .buttonDropdownMenuItem__a4a3f2a9{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__147aeae7{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__83c80750{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__a2ef4048{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__e8a25065{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-11-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__dd02b0cd{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__dd02b0cd .modalWindowContentWrapper__0beb67e3{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__147aeae7 .6s ease}.modalWindow__dd02b0cd .modalWindowContent__f530c425{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__dd02b0cd .modalWindowContent__f530c425 .modalWindowBody__eb69f4fe{box-sizing:border-box;animation:fadeIn__99d1b78b .3s ease}@keyframes fadeIn__99d1b78b{0%{opacity:0}to{opacity:1}}.modalWindow__dd02b0cd .modalWindowContent__f530c425 .spinnerSm__3da44213{display:none}@media (max-width: 767px){.modalWindow__dd02b0cd .modalWindowContent__f530c425 .spinner__8b4e3b2b{display:none}.modalWindow__dd02b0cd .modalWindowContent__f530c425 .spinnerSm__3da44213{display:flex}}.global-modalWindowTransition-exit .modalWindow__dd02b0cd .modalWindowContentWrapper__0beb67e3{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__83c80750 .3s ease}.global-modalWindowTransition-exit .modalWindow__dd02b0cd .modalWindowContentWrapper__0beb67e3 .modalWindowBody__eb69f4fe{animation:fadeOut__21971fdc .3s ease}@keyframes fadeOut__21971fdc{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__847b1cab{position:absolute;left:0;right:0;height:0}.modalWindow__dd02b0cd.sm__5468ce2a .modalWindowContentWrapper__0beb67e3{max-width:480px}.modalWindow__dd02b0cd.sm__5468ce2a .modalWindowContent__f530c425 .modalWindowBody__eb69f4fe{min-height:196px}@media (max-width: 575px){.modalWindow__dd02b0cd.sm__5468ce2a .modalWindowContentWrapper__0beb67e3{max-width:100%}}.modalWindow__dd02b0cd.md__990f0d1e .modalWindowContentWrapper__0beb67e3{max-width:600px}.modalWindow__dd02b0cd.md__990f0d1e .modalWindowContent__f530c425 .modalWindowBody__eb69f4fe{min-height:246px}@media (max-width: 767px){.modalWindow__dd02b0cd.md__990f0d1e .modalWindowContentWrapper__0beb67e3{max-width:100%}}.modalWindow__dd02b0cd.lg__e91498b3 .modalWindowContentWrapper__0beb67e3{max-width:800px}.modalWindow__dd02b0cd.lg__e91498b3 .modalWindowContent__f530c425 .modalWindowBody__eb69f4fe{min-height:396px}@media (max-width: 991px){.modalWindow__dd02b0cd.lg__e91498b3 .modalWindowContentWrapper__0beb67e3{max-width:100%}}.modalWindowContentPage__94b4571b{background:var(--triplex-next-ModalWindow-Background-1-11-0);padding:8px!important}.modalWindowContentPage__94b4571b,.modalWindowLoaderScreen__eb79e8be{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__94b4571b,.modalWindowLoaderScreen__eb79e8be{border-radius:24px}}.islandBody__767d5318{display:block}.islandHeader__81699e0b,.islandFooter__344244a2,.island__1af18505{position:relative}.island__1af18505.type1__00d30c97{background-color:var(--triplex-next-Island-Type1_Background-1-11-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-11-0)}.island__1af18505.type2__09d7484f{background-color:var(--triplex-next-Island-Type2_Background-1-11-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-11-0)}.island__1af18505.type3__90778a9a{background-color:var(--triplex-next-Island-Type3_Background-1-11-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-11-0)}.island__1af18505.sm__0f535eec{border-radius:16px;padding:16px}.island__1af18505.sm__0f535eec .islandHeader__81699e0b+.islandBody__767d5318,.island__1af18505.sm__0f535eec .islandHeader__81699e0b+.islandFooter__344244a2,.island__1af18505.sm__0f535eec .islandBody__767d5318+.islandFooter__344244a2{margin-top:8px}.island__1af18505.md__314c4b63{border-radius:24px;padding:24px}.island__1af18505.md__314c4b63 .islandHeader__81699e0b+.islandBody__767d5318,.island__1af18505.md__314c4b63 .islandHeader__81699e0b+.islandFooter__344244a2,.island__1af18505.md__314c4b63 .islandBody__767d5318+.islandFooter__344244a2{margin-top:12px}.island__1af18505.lg__66c84e11{border-radius:32px;padding:32px}.island__1af18505.lg__66c84e11 .islandHeader__81699e0b+.islandBody__767d5318,.island__1af18505.lg__66c84e11 .islandHeader__81699e0b+.islandFooter__344244a2,.island__1af18505.lg__66c84e11 .islandBody__767d5318+.islandFooter__344244a2{margin-top:16px}@media (max-width: 767px){.island__1af18505.sm__0f535eec,.island__1af18505.md__314c4b63{border-radius:16px;padding:16px}.island__1af18505.lg__66c84e11{border-radius:24px;padding:24px}}.modalWindowBody__eb69f4fe{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__12769962{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__12769962{top:20px;right:20px}}.loaderScreen__e111ec3c{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__e111ec3c.loaderSmallBackdrop__59a70472{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-11-0)}.loaderScreen__e111ec3c.loaderMiddleBackdrop__b302d77c{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-11-0)}.body__9d55f747{position:relative;display:flex}.body__9d55f747 .bodyInner__ce67c696{position:relative;flex-grow:1;width:100%}.bodyPage__b918a05b{flex-grow:1}.verticalMargin24__df281919{margin-top:24px;margin-bottom:24px}.verticalMargin16__20521edb{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__df281919{margin-top:16px;margin-bottom:16px}.verticalMargin16__20521edb{margin-top:8px;margin-bottom:8px}}.headerTabs__4a161a05{display:flex;justify-content:space-between}.headerTabs__4a161a05 .headerTabsContent__a1b304ef{flex-grow:1}.headerTabs__4a161a05 .headerTabsControls__7280792c{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__4a161a05{flex-wrap:wrap}.headerTabs__4a161a05 .headerTabsContent__a1b304ef{width:100%}.headerTabs__4a161a05 .headerTabsControls__7280792c{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__4a161a05 .headerTabsControls__7280792c>button{margin-left:16px;margin-top:16px}}.headerTitle__0578eaab{display:flex;justify-content:space-between}.headerTitle__0578eaab .headerTitleControls__d4bdd16e{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__b3278c09+.headerTitle__0578eaab{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__0578eaab{flex-wrap:wrap}.headerTitle__0578eaab .headerTitleContent__7fd04b6d{width:100%}.headerTitle__0578eaab .headerTitleControls__d4bdd16e{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__0578eaab .headerTitleControls__d4bdd16e>button{margin-left:16px;margin-top:16px}}.headerSubheader__92143bf3{padding:24px 0}.headerSubheader__92143bf3.withoutPaddings__0ca644a4{padding:0}.headerLayoutSidebar__94eff2f3{display:flex;justify-content:space-between}.headerLayoutSidebarContent__dbc977d6{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__cf124aeb{display:none}}.page__4597c960{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__4597c960{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__14c06825.sticky__861a98c9{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__14c06825.sticky__861a98c9[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-11-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__7ce16451.sticky__861a98c9{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__7ce16451.sticky__861a98c9[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-11-0)!important}.footerDescription__e23f43ce{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__a1f7c6f1{flex-grow:1;margin-right:auto}.footerDescriptionControls__763d2c03{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__e23f43ce{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__a1f7c6f1{width:100%}.footerDescriptionControls__763d2c03{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__763d2c03>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__a1f7c6f1+.footerDescriptionControls__763d2c03{margin-top:0}.footer__42f9d05b{padding:16px 0}}.modalWindowHeader__b6611ed5 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__b6611ed5 .global-HeaderTitleContent{padding-right:72px}}.list__f9ebb7b2{margin:0;padding:0;list-style:none;position:relative}.listItemControls__2d31f7a7{display:flex;padding:0 16px 0 4px}.listItemContent__5428b28b{background:var(--triplex-next-ListItem-Background-1-11-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__5428b28b.selected__291d6eff{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-11-0)}.listItemControlsButton__8418d094{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-11-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__8418d094:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-11-0)}.listItemControlsButton__8418d094:hover .listItemControlsButtonLabel__60fd451f{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-11-0)!important}.listItemControlsButton__8418d094.expanded__a4c22b7e,.listItemControlsButton__8418d094:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-11-0)}.listItemControlsButton__8418d094.expanded__a4c22b7e .listItemControlsButtonLabel__60fd451f,.listItemControlsButton__8418d094:active .listItemControlsButtonLabel__60fd451f{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-11-0)!important}.listItemControlsButton__8418d094+.listItemControlsButton__8418d094,.listItemControlsButton__8418d094+.listItemControlsButtonDropdown__8780bf78{margin-left:4px}.listItemControlsButtonIcon__8d545355{line-height:0}.listItemControlsButton__8418d094.withText__32894569 .listItemControlsButtonIcon__8d545355{margin-bottom:8px}.listItemControlsButtonLabel__60fd451f{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-11-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__8780bf78{display:flex}.listItemControlsButtonInner__48cb516c{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__8418d094.withIcon__415deca0.withText__32894569 .listItemControlsButtonInner__48cb516c{height:44px;overflow:visible}.buttonDropdownMenuItem__410a00cd{overflow:hidden;text-overflow:ellipsis}.listEmptyState__679d301c{padding:64px 16px 16px;text-align:center}.listItemLoading__1004e9e4{height:24px;padding:12px 0;position:relative}.label__c4d002da{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c4d002da.sm__425094f9{min-width:16px;min-height:16px}.label__c4d002da.sm__425094f9.nonempty__031e078a{padding-left:24px}.label__c4d002da.md__c6d857f2{min-width:24px;min-height:24px}.label__c4d002da.md__c6d857f2.nonempty__031e078a{padding-left:32px;padding-top:2px}.label__c4d002da.lg__1e7d39c5{min-width:28px;min-height:28px}.label__c4d002da.lg__1e7d39c5.nonempty__031e078a{padding-left:40px;padding-top:4px}.label__c4d002da.disabled__59928ce7{cursor:default}.label__c4d002da[hidden]{display:none}.checkbox__c565201d{margin:0;opacity:0}.checkboxIcon__d3cafe26{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-11-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-11-0)}.sm__425094f9 .checkboxIcon__d3cafe26{border-radius:4px}.checkmarkIcon__a02cf1a3{transform:scale(0)}.checkmarkIcon__a02cf1a3 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-11-0)}.checkboxIcon__d3cafe26,.checkmarkIcon__a02cf1a3{pointer-events:none}.checkbox__c565201d,.checkboxIcon__d3cafe26,.checkmarkIcon__a02cf1a3{position:absolute;left:0;top:0}.sm__425094f9 .checkbox__c565201d,.sm__425094f9 .checkboxIcon__d3cafe26,.sm__425094f9 .checkmarkIcon__a02cf1a3{width:16px;height:16px;top:2px}.md__c6d857f2 .checkbox__c565201d,.md__c6d857f2 .checkboxIcon__d3cafe26,.md__c6d857f2 .checkmarkIcon__a02cf1a3{width:24px;height:24px}.lg__1e7d39c5 .checkbox__c565201d,.lg__1e7d39c5 .checkboxIcon__d3cafe26,.lg__1e7d39c5 .checkmarkIcon__a02cf1a3{width:28px;height:28px}.checkbox__c565201d:enabled{cursor:pointer}.checkbox__c565201d:enabled:hover+.checkboxIcon__d3cafe26{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-11-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-11-0)}.checkbox__c565201d:checked+.checkboxIcon__d3cafe26{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-11-0)}.checkbox__c565201d:checked~.checkmarkIcon__a02cf1a3{transform:scale(1);transition:transform .2s ease-out}.checkbox__c565201d:disabled+.checkboxIcon__d3cafe26{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-11-0)}.checkbox__c565201d:disabled:checked+.checkboxIcon__d3cafe26{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-11-0)}.checkbox__c565201d:disabled~.checkmarkIcon__a02cf1a3 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-11-0)}.checkbox__c565201d:focus-visible+.checkboxIcon__d3cafe26{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-11-0)}.checkbox__c565201d:checked:enabled:hover+.checkboxIcon__d3cafe26{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-11-0)}.listItemSelectable__26d44a2c{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-11-0);border-radius:8px}.listItemSelectable__26d44a2c.selected__291d6eff{background:var(--triplex-next-ListItem-Background_Selected-1-11-0)}.checkboxWrapper__7149f2e5{padding:16px;line-height:0}.childrenWrapper__08d63a0c{flex-grow:1}.checkboxLabel__dbd052ee{padding:0!important;position:relative}.checkboxLabelClickArea__38e2413c{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__68f00d96{position:relative;overflow:hidden}.swipeableArea__68f00d96 .content__5df8b1c1{position:relative;touch-action:pan-y}.swipeableArea__68f00d96 .content__5df8b1c1.disableScroll__82cf1eb7{touch-action:none}.swipeableArea__68f00d96 .content__5df8b1c1.disablePointerEvents__54be9472:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__68f00d96 .swipeAnimationFinish__86639222{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__68f00d96 .leftContent__d2e56239,.swipeableArea__68f00d96 .rightContent__8c6dad49{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__68f00d96 .rightContent__8c6dad49{left:auto;right:0}.listItemTail__c46904d7{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__bf6063bf{background:var(--triplex-next-ListMaster-Background-1-11-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__2bdd9faa{position:absolute;top:0;left:0;right:0}.listItemTailTop__2bdd9faa: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-11-0)}.listItemTailTop__2bdd9faa: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-11-0)}.listItemTailBottom__27f459d9{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__27f459d9: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-11-0)}.listItemTailBottom__27f459d9: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-11-0)}.listItemTailRight__0fe3d584{right:-8px}.listItemTailLeft__e014ea74{left:-8px}.listItemTable__c1fa5882{margin-bottom:4px}.listItemTable__c1fa5882:last-child{margin-bottom:0}.listSortableItemTarget__e43a27a3{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-11-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__e43a27a3:hover{background:var(--triplex-next-ListItem-Background_Selected-1-11-0)}.listSortableItemTarget__e43a27a3.dragging__9bab7cec{background:var(--triplex-next-ListItem-Background_Dragging-1-11-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-11-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__841b9128{flex:1}.listSortableItemTargetIcon__5a88b2ec{display:block;margin-left:24px}.listSortableItem__af27e8ad{position:relative}.listSortableItem__af27e8ad.dragging__9bab7cec{z-index:1}.listSortableItemControls__75952a22{display:inline-block}.islandWidgetHeader__62fc4c1b{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__62fc4c1b .islandWidgetHeaderContent__13f87f94{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__62fc4c1b .islandWidgetHeaderDescription__b39e5a1d{display:flex}@media (max-width: 767px){.islandWidgetHeader__62fc4c1b{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__f4a619a9{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__cf13a4b7{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__47436129{margin-left:auto;white-space:nowrap}.expandAnimation__15b2c31f{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__d7d99f65{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-11-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__d7d99f65{border-radius:0 0 16px 16px}}.islandWidget__48e05356{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__48e05356>*{height:100%}.islandWidgetWithExtraFooter__29941aab: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-11-0)!important}.islandWidgetWrapper__73d47332{display:flex;flex-direction:column}.formFieldClear__5f061f95{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__5f061f95.hidden__03b6c851{opacity:0;pointer-events:none}.formFieldTarget__bcb16c1b{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-11-0)}.formFieldTarget__bcb16c1b.placeholder__be2186ab{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-11-0)}.formFieldTarget__bcb16c1b.disabled__bb9b3cf4{color:var(--triplex-next-FormField-Target_Color_Disabled-1-11-0)}.formFieldTarget__bcb16c1b.size-sm__51c775b5{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__bcb16c1b.size-md__5a3f3de4{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__bcb16c1b.size-lg__287ddc7a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__bcb16c1b .placeholderWrapper__738696c5{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__bcb16c1b:focus .placeholderWrapper__738696c5{opacity:1}.formFieldTextarea__e97aed70{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-11-0);resize:none;font-family:inherit}.formFieldTextarea__e97aed70.sm__42c421ea{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__e97aed70.md__3b63f96d{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__e97aed70.lg__5cc889c6{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__e97aed70:focus{outline:none}.formFieldTextarea__e97aed70:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-11-0)}.formFieldTextarea__e97aed70::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-11-0)}.chipGroupItem__54d1372f{display:inline-block}.chip__ef917b32{background:var(--triplex-next-Chip-Background_Default-1-11-0);color:var(--triplex-next-Chip-Color_Default-1-11-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__ef917b32.lg__d39e0bae{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__ef917b32.lg__d39e0bae .prefix__880a697c{padding-left:16px}.chip__ef917b32.lg__d39e0bae .postfix__dfb02add{padding-right:16px}.chip__ef917b32.md__1533c175{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__ef917b32.md__1533c175 .prefix__880a697c{padding-left:12px}.chip__ef917b32.md__1533c175 .postfix__dfb02add{padding-right:12px}.chip__ef917b32.sm__3736e13d{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__ef917b32.sm__3736e13d .prefix__880a697c{padding-left:8px}.chip__ef917b32.sm__3736e13d .postfix__dfb02add{padding-right:8px}.chip__ef917b32:hover{background:var(--triplex-next-Chip-Background_Hover-1-11-0);color:var(--triplex-next-Chip-Color_Hover-1-11-0)}.chip__ef917b32:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-11-0)}.chip__ef917b32:active,.chip__ef917b32[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-11-0);color:var(--triplex-next-Chip-Color_Active-1-11-0)}.chip__ef917b32.disabled__37b06e71{background:var(--triplex-next-Chip-Background_Disabled-1-11-0);color:var(--triplex-next-Chip-Color_Disabled-1-11-0);cursor:default;pointer-events:none}.chip__ef917b32.selected__75b2046a{background:var(--triplex-next-Chip-Background_Selected_Default-1-11-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-11-0)}.chip__ef917b32.selected__75b2046a:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-11-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-11-0)}.chip__ef917b32.selected__75b2046a:active,.chip__ef917b32.selected__75b2046a[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-11-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-11-0)}.chip__ef917b32.selected__75b2046a.disabled__37b06e71{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-11-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-11-0)}.chip__ef917b32.withPrefix__3059de27{padding-left:0}.chip__ef917b32.withPostfix__5cb5ddc0{padding-right:0}.chip__ef917b32 .content__f9674303{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__ef917b32 .prefix__880a697c,.chip__ef917b32 .postfix__dfb02add{display:flex}.calendarControls__eae4342f{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-11-0)}.calendarViewDays__32103392{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__8293ddf4 .calendarViewDays__32103392{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__41747522,.calendarViewYears__1c921a9d{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__8293ddf4 .calendarViewMonths__41747522,.adaptive__8293ddf4 .calendarViewYears__1c921a9d{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__0405ff66{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-11-0)}.calendarViewDaysBody__a8231e99:before{display:block;content:"";line-height:8px}.adaptive__8293ddf4 .calendarViewDaysBody__a8231e99:before{line-height:4px}.calendarViewItem__b176ff08{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__b176ff08:focus-visible{outline:none}.calendarViewItem__b176ff08.current__8bdc24af{font-weight:600}.calendarViewItem__b176ff08.disabled__517a3a4e{pointer-events:none}.calendarViewItemLabel__6923be55{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-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-11-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-11-0);cursor:pointer}.calendarViewItemLabel__6923be55:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f:hover.basicMark__e657cbcd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f:hover.standardMark__3e1a0259:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f:hover.attentionMark__dba4fea1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f:hover.criticalMark__8bd78915:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f.muted__ddeaac17{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f.muted__ddeaac17:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f.basicMark__e657cbcd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f.standardMark__3e1a0259:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f.attentionMark__dba4fea1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-11-0)}.calendarViewItemLabel__6923be55.selected__d45c1b5f.criticalMark__8bd78915:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-11-0)}.calendarViewItemLabel__6923be55.marked__a988f9fa:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__6923be55.basicMark__e657cbcd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-11-0)}.calendarViewItemLabel__6923be55.standardMark__3e1a0259:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-11-0)}.calendarViewItemLabel__6923be55.attentionMark__dba4fea1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-11-0)}.calendarViewItemLabel__6923be55.criticalMark__8bd78915:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-11-0)}.calendarViewItemLabel__6923be55.muted__ddeaac17{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-11-0)}.calendarViewItemLabel__6923be55.disabled__517a3a4e{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-11-0);background:none}.calendarViewItem__b176ff08:focus-visible .calendarViewItemLabel__6923be55{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-11-0)}.unitDay__b17cc305{width:36px;height:36px;border-radius:6px}.unitMonth__80eef193,.unitYear__63944e70{width:89px;height:48px;border-radius:6px}.adaptive__8293ddf4 .unitMonth__80eef193,.adaptive__8293ddf4 .unitYear__63944e70{width:104px;height:48px;border-radius:6px}.calendarFooter__8f6bea5b{margin-top:12px;text-align:center}.calendar__99a85439{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-11-0);-webkit-user-select:none;user-select:none}.calendar__99a85439.adaptive__8293ddf4{width:auto;padding:20px}.calendar__99a85439+.calendar__99a85439{margin-top:20px}.datePickerExtendedMobileDropdown__059b307e{max-height:100vh}.chipDropdownArrow__c0f17b31{transition:transform .3s ease}.chipDropdownArrow__c0f17b31.rotated__507c9f3c{transform:rotate(-180deg)}.chipClearButton__76fe54f0{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__76fe54f0:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-11-0)}.dropdownMobileMaskedInput__7cf4f94b{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__420ed6d8{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__420ed6d8 .caretIcon__10624949{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__420ed6d8.selectOpened__8d49d437 .caretIcon__10624949{transform:rotate(180deg)}.selectExtendedFieldTarget__420ed6d8.loading__753d3093,.selectExtendedFieldTarget__420ed6d8.disabled__71066239{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__67edb95a{position:relative}.multiselectFieldHeader__33422a35{padding:12px}.multiselectFieldContentWrapper__e305986d{padding:0 12px}.multiselectFieldContentWrapper__e305986d .multiselectFieldContent__e125fc94{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__e305986d .multiselectFieldContent__e125fc94.sm__e9b56261{height:204px}.multiselectFieldContentWrapper__e305986d .multiselectFieldContent__e125fc94.md__eaf4d809{height:245px}.multiselectFieldContentWrapper__e305986d .multiselectFieldContent__e125fc94.lg__a718a0b9{height:324px}.multiselectFieldFooter__e6a9117e{padding:0 12px 12px}.multiselectFieldFooter__e6a9117e:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-11-0)}.chipOptionsContent__b744cc87{min-width:14px;text-align:center;display:block}.tooltipDesktop__eaab78bd{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__eaab78bd .tooltipBody__eeb1ce6c{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-11-0)}.tooltipDesktop__eaab78bd .tooltipXButton__903fc96e{position:absolute;right:8px;top:8px}.tooltipDesktopContent__e84cbfe9{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-11-0);border-radius:8px}.closable__bd842121 .tooltipDesktopContent__e84cbfe9{padding-right:32px}.tooltipSM__10faebb8 .tooltipDesktopContent__e84cbfe9{width:192px;min-height:52px}.tooltipLG__5a2663a7 .tooltipDesktopContent__e84cbfe9{width:384px;min-height:52px}.tooltipOverlay__2762bd91{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__0b67818d{width:0;height:0}.tooltipDesktopTip__0b67818d.down__f1f724fc{border-top:solid var(--triplex-next-Tooltip-Background-1-11-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__0b67818d.up__1446699e{border-bottom:solid var(--triplex-next-Tooltip-Background-1-11-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__0b67818d.left__cd923372{border-right:solid var(--triplex-next-Tooltip-Background-1-11-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__0b67818d.right__63448eb0{border-left:solid var(--triplex-next-Tooltip-Background-1-11-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f2ea08d5 .tooltipBody__eeb1ce6c{text-align:left}.tooltipMobileContent__fa269bc5{padding:16px}.headerless__797da8d8 .tooltipMobileContent__fa269bc5{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__8a51374b{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__846ffedd{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-11-0)}.desktop__846ffedd:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-11-0)}.desktop__846ffedd:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-11-0)}.desktop__846ffedd:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-11-0)}.mobile__b10cc02c{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-11-0)}.mobile__b10cc02c:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-11-0)}.mobile__b10cc02c:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-11-0)}.mobile__b10cc02c:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-11-0)}.chipSuggestInputWrapper__2dd03cc9{margin:12px}.suggestDropdownMobileBody__e6e9fce2{height:176px}.suggestDropdownMobileNoOptionsText__92813e97{padding:16px}.checkboxXGroup__e3033937{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__e3033937.indent-12__77ad87b5{margin-left:-6px;margin-right:-6px}.checkboxXGroup__e3033937.indent-12__77ad87b5 .label__c4d002da{margin-left:6px;margin-right:6px}.checkboxXGroup__e3033937.indent-16__e41477b8{margin-left:-8px;margin-right:-8px}.checkboxXGroup__e3033937.indent-16__e41477b8 .label__c4d002da{margin-left:8px;margin-right:8px}.checkboxXGroup__e3033937.indent-20__3c0616a2{margin-left:-10px;margin-right:-10px}.checkboxXGroup__e3033937.indent-20__3c0616a2 .label__c4d002da{margin-left:10px;margin-right:10px}.checkboxXGroup__e3033937.indent-24__6996c9c6{margin-left:-12px;margin-right:-12px}.checkboxXGroup__e3033937.indent-24__6996c9c6 .label__c4d002da{margin-left:12px;margin-right:12px}.checkboxXGroup__e3033937.indent-28__826d097f{margin-left:-14px;margin-right:-14px}.checkboxXGroup__e3033937.indent-28__826d097f .label__c4d002da{margin-left:14px;margin-right:14px}.checkboxXGroup__e3033937.indent-32__b2ade0a9{margin-left:-16px;margin-right:-16px}.checkboxXGroup__e3033937.indent-32__b2ade0a9 .label__c4d002da{margin-left:16px;margin-right:16px}.checkboxYGroup__0159da69{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__0159da69 .label__c4d002da.sm__425094f9+.label__c4d002da.sm__425094f9{margin-top:8px}.checkboxYGroup__0159da69 .label__c4d002da.lg__1e7d39c5+.label__c4d002da.lg__1e7d39c5{margin-top:20px}.checkboxYGroup__0159da69 .label__c4d002da.md__c6d857f2+.label__c4d002da.md__c6d857f2{margin-top:16px}.card__9e78503c{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__9e78503c.roundingMD__8782d808{--radius: 16px}.card__9e78503c.roundingSM__088e7d8c{--radius: 8px}.card__9e78503c.general__bc1acb4e{background:var(--triplex-next-Card-Static_General_Background-1-11-0)}.card__9e78503c.secondary__705f1cc1{background:var(--triplex-next-Card-Static_Secondary_Background-1-11-0)}.card__9e78503c .cardMedia__435672e7{background-size:cover;background-repeat:no-repeat;background-position:center}.card__9e78503c .cardContent__083f682d{padding:var(--padding)}.card__9e78503c .cardContent__083f682d.paddingMD__7e43a1ff{--padding: 24px}.card__9e78503c .cardContent__083f682d.paddingSM__f9f96c18{--padding: 16px}.card__9e78503c .cardContent__083f682d .cardContentHeader__5c32d8b0{margin-bottom:16px}.card__9e78503c .cardContent__083f682d .cardContentFooter__24420e9d{margin-top:16px}.action__5900b4b2{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__5900b4b2: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__5900b4b2.general__bc1acb4e{background:var(--triplex-next-Card-Action_General_Background-1-11-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-11-0)}.action__5900b4b2.general__bc1acb4e:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-11-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-11-0)}.action__5900b4b2.general__bc1acb4e.selected__2b65fcc3{background:var(--triplex-next-Card-Action_General_Background_Selected-1-11-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-11-0)}.action__5900b4b2.general__bc1acb4e.selected__2b65fcc3:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-11-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-11-0)}.action__5900b4b2.general__bc1acb4e:focus{outline:none}.action__5900b4b2.general__bc1acb4e:focus.focusVisible__ce981ddb{box-shadow:var(--triplex-next-Card-Shadow_Default-1-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-11-0)}.action__5900b4b2.secondary__705f1cc1{background:var(--triplex-next-Card-Action_Secondary_Background-1-11-0)}.action__5900b4b2.secondary__705f1cc1:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-11-0)}.action__5900b4b2.secondary__705f1cc1.selected__2b65fcc3{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-11-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-11-0)}.action__5900b4b2.secondary__705f1cc1.selected__2b65fcc3:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-11-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-11-0)}.action__5900b4b2.secondary__705f1cc1:focus{outline:none}.action__5900b4b2.secondary__705f1cc1:focus.focusVisible__ce981ddb{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-11-0)}.alertContext__4915b6b5{display:flex;font-size:12px;line-height:16px}.alertContext__4915b6b5>svg{flex-shrink:0}.alertContext__4915b6b5 .alertContextText__b6d54bdf{margin-left:8px}.alertContext__4915b6b5.alertTypeError__26ba48dd .alertContextText__b6d54bdf{color:var(--triplex-next-AlertContext-Error_Color-1-11-0)}.alertContext__4915b6b5.alertTypeInfo__077b39be .alertContextText__b6d54bdf{color:var(--triplex-next-AlertContext-Info_Color-1-11-0)}.alertContext__4915b6b5.alertTypeWarning__2b06f64c .alertContextText__b6d54bdf{color:var(--triplex-next-AlertContext-Warning_Color-1-11-0)}.alertContext__4915b6b5.alertTypeSystem__00fda939 .alertContextText__b6d54bdf{color:var(--triplex-next-AlertContext-System_Color-1-11-0)}.alertProcess__7dca9a88{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__7dca9a88.withSpoiler__12fec447{min-height:40px}.alertProcess__7dca9a88 .themeIcon__9775623a{box-sizing:border-box;height:20px;width:20px}.alertProcess__7dca9a88.alertTypeError__26ba48dd{background:var(--triplex-next-AlertProcess-Error_Background-1-11-0)}.alertProcess__7dca9a88.alertTypeInfo__077b39be{background:var(--triplex-next-AlertProcess-Info_Background-1-11-0)}.alertProcess__7dca9a88.alertTypeWarning__2b06f64c{background:var(--triplex-next-AlertProcess-Warning_Background-1-11-0)}.alertProcess__7dca9a88.alertTypeSystem__00fda939{background:var(--triplex-next-AlertProcess-System_Background-1-11-0)}.alertProcess__7dca9a88.alertTypeFeature__bc4aa959{background:var(--triplex-next-AlertProcess-Feature_Background-1-11-0)}.alertProcess__7dca9a88.alertTypeFeature__bc4aa959 .themeIcon__9775623a{padding-top:0}.alertProcess__7dca9a88 .alertProcessContentBlock__7c4a433e{flex:1;margin-left:10px}.alertProcess__7dca9a88 .alertProcessContentBlock__7c4a433e .expandableContent__44b2e6b4{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__7dca9a88 .alertProcessContentBlock__7c4a433e .expandableContent__44b2e6b4.expanded__c5dc5665{max-height:1000px;opacity:1}.alertProcess__7dca9a88 .closeButton__44667a99{margin-left:10px}.alertProcess__7dca9a88 .expandButton__9031f252{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__7dca9a88 .expandButton__9031f252.expanded__c5dc5665{transform:rotate(180deg)}.adaptive__aad9d618{font-size:10px!important;line-height:12px!important}.col-1__679db587{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__0af58388{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__062c1aab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__0715a132{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__9e8358e2{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__9b8e5e65{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__ff073098{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__e0c33cdb{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__53f35559{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__a0480872{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__022d9b43{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__613b2ad8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__fab5d0cf{margin-left:0%}.offset-1__75c77368{margin-left:8.33333333%}.offset-2__35067911{margin-left:16.66666667%}.offset-3__1f13f4e7{margin-left:25%}.offset-4__16f2c2a8{margin-left:33.33333333%}.offset-5__f934b85a{margin-left:41.66666667%}.offset-6__8b243d71{margin-left:50%}.offset-7__002aab7a{margin-left:58.33333333%}.offset-8__5f44e2cd{margin-left:66.66666667%}.offset-9__edd05999{margin-left:75%}.offset-10__0eee182f{margin-left:83.33333333%}.offset-11__a274eb7e{margin-left:91.66666667%}.d-none__22559991{display:none!important}.d-block__2177022a{display:block!important}@media (min-width: 576px){.col-sm-1__14c6fe62{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__f190084d{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__914a3db7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__374d24e1{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__915f28cb{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__1025dc34{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__7c3877a7{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__2238c5a1{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__f6f8293c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__62e0e19e{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__cb021ccc{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__7c506b2d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__b05e466b{margin-left:0%}.offset-sm-1__62bf9b13{margin-left:8.33333333%}.offset-sm-2__2163bd06{margin-left:16.66666667%}.offset-sm-3__431e30e0{margin-left:25%}.offset-sm-4__b50bb01c{margin-left:33.33333333%}.offset-sm-5__7081e187{margin-left:41.66666667%}.offset-sm-6__9ea55ff2{margin-left:50%}.offset-sm-7__8e4a62d2{margin-left:58.33333333%}.offset-sm-8__c09e427d{margin-left:66.66666667%}.offset-sm-9__60395cca{margin-left:75%}.offset-sm-10__da295abd{margin-left:83.33333333%}.offset-sm-11__ea9c090b{margin-left:91.66666667%}.d-none-sm__23f8c712{display:none!important}.d-block-sm__da0f2541{display:block!important}}@media (min-width: 768px){.col-md-1__6ebcc40b{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__8434261b{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__7adebc98{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__6a20edc3{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__82c321b8{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__0f50071f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__02d4eee6{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__59a48c73{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__f4f7081f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__4e6d29f6{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__3707a9a8{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__9684b1bc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__36c81aae{margin-left:0%}.offset-md-1__fbcf4d71{margin-left:8.33333333%}.offset-md-2__8bd7c06f{margin-left:16.66666667%}.offset-md-3__b3d2be73{margin-left:25%}.offset-md-4__0ff9429c{margin-left:33.33333333%}.offset-md-5__78cfe78c{margin-left:41.66666667%}.offset-md-6__aaf05616{margin-left:50%}.offset-md-7__2bd4cc80{margin-left:58.33333333%}.offset-md-8__8f1a34da{margin-left:66.66666667%}.offset-md-9__935f3eef{margin-left:75%}.offset-md-10__120a55d7{margin-left:83.33333333%}.offset-md-11__42474b50{margin-left:91.66666667%}.d-none-md__40e75de8{display:none!important}.d-block-md__d1569710{display:block!important}}@media (min-width: 992px){.col-lg-1__1b360010{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__309b20ec{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__ac68b839{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e8530c7d{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__2bf0bcfd{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__96b5ceec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__c504b2a8{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__7216d67d{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__c92fe4fc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__0eaeed0e{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__1c35354d{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__814909f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__c9781131{margin-left:0%}.offset-lg-1__708c2abc{margin-left:8.33333333%}.offset-lg-2__120b16fa{margin-left:16.66666667%}.offset-lg-3__d29f1ad1{margin-left:25%}.offset-lg-4__f02b8493{margin-left:33.33333333%}.offset-lg-5__ad2ad1f7{margin-left:41.66666667%}.offset-lg-6__1f7a0341{margin-left:50%}.offset-lg-7__df31d033{margin-left:58.33333333%}.offset-lg-8__44fa41c0{margin-left:66.66666667%}.offset-lg-9__99dd0847{margin-left:75%}.offset-lg-10__0b591c1f{margin-left:83.33333333%}.offset-lg-11__09a0efa0{margin-left:91.66666667%}.d-none-lg__5d65b13b{display:none!important}.d-block-lg__b7dfe41b{display:block!important}}@media (min-width: 1200px){.col-xl-1__c910ceeb{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__6cb49f7f{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__891b34ea{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__aaf95d07{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__b94dc90a{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__df3c7f8b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__033c2a7c{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__8d78e607{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__1af08139{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__314cf489{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__c526c54b{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__352cea57{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__fc71d382{margin-left:0%}.offset-xl-1__a892c332{margin-left:8.33333333%}.offset-xl-2__56e3252d{margin-left:16.66666667%}.offset-xl-3__3ccbeaff{margin-left:25%}.offset-xl-4__f3540c0e{margin-left:33.33333333%}.offset-xl-5__c2bcd97d{margin-left:41.66666667%}.offset-xl-6__b5e6e3d0{margin-left:50%}.offset-xl-7__9b73991c{margin-left:58.33333333%}.offset-xl-8__8403db74{margin-left:66.66666667%}.offset-xl-9__67b77409{margin-left:75%}.offset-xl-10__96ba5701{margin-left:83.33333333%}.offset-xl-11__3daf5663{margin-left:91.66666667%}.d-none-xl__3943c476{display:none!important}.d-block-xl__c1148c4f{display:block!important}}.ellipsisLineClamp__12e1c7cb{--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__12e1c7cb.oneLine__7e42cdce{word-break:break-all}.link__4dd372e6{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-11-0)}.link__4dd372e6:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-11-0)}.link__4dd372e6:active{color:var(--triplex-next-Link-Text_Color_Active-1-11-0)}.link__4dd372e6:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-11-0)}.wordWithContent__d81f0200{white-space:nowrap;display:inline-flex;align-items:center}.before__437677f4 :first-child{margin-right:4px}.after__4a2d0ce5 :last-child{margin-left:4px}.marker__719cf3a7{border-radius:50%}.marker__719cf3a7.md__bb2f7795{width:8px;height:8px}.marker__719cf3a7.lg__3a5a4dbb{width:10px;height:10px}.marker__719cf3a7.success__c91c1874{background:var(--triplex-next-Marker-Background_Success-1-11-0)}.marker__719cf3a7.error__14c508a6{background:var(--triplex-next-Marker-Background_Error-1-11-0)}.marker__719cf3a7.warning__c524e19e{background:var(--triplex-next-Marker-Background_Warning-1-11-0)}.marker__719cf3a7.waiting__caf189b1{background:var(--triplex-next-Marker-Background_Waiting-1-11-0)}.markerStatus__70721b7f{line-height:0;display:flex;align-items:start}.markerStatus__70721b7f .contentContainer__09103d8e{display:flex;flex-direction:column}.markerStatus__70721b7f.md__4efaadc5{gap:4px}.markerStatus__70721b7f.md__4efaadc5 .markerContainer__a9114fd0{margin-top:4px}.markerStatus__70721b7f.lg__573140ed{gap:6px}.markerStatus__70721b7f.lg__573140ed .contentContainer__09103d8e{gap:4px}.markerStatus__70721b7f.lg__573140ed .markerContainer__a9114fd0{margin-top:5px}.row__e27573de{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__e27573de.noPaddingBottom__fe275496,.row__e27573de:last-child{padding-bottom:0}.tabsExtended__57e816cf{position:relative}.tabsExtendedContent__2cc9f2da{display:inline-flex}.tabsExtendedContent__2cc9f2da.sm__ab17d689{border-radius:6px;padding:4px}.tabsExtendedContent__2cc9f2da.md__e3ae19d6{border-radius:8px;padding:4px}.tabsExtendedContent__2cc9f2da.lg__b16e406c{border-radius:10px;padding:8px}.tabsExtendedTab__d74c97f8{display:flex}.tabsExtendedTab__d74c97f8+.tabsExtendedTab__d74c97f8,.tabsExtendedDropdown__d1422e72{margin-left:2px}.tabsReal__00ab6441,.tabsFake__3baaf511{display:flex;box-sizing:border-box;width:100%}.tabsReal__00ab6441.hidden__2ea37bb0{visibility:hidden}.tabsReal__00ab6441 .tabsExtendedTab__d74c97f8.hidden__2ea37bb0{display:none}.tabsFake__3baaf511{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__d0fd8476 .tabsExtendedContent__2cc9f2da{background-color:var(--triplex-next-Tabs-Type1_Background-1-11-0)}.type2__821b165d .tabsExtendedContent__2cc9f2da{background-color:var(--triplex-next-Tabs-Type2_Background-1-11-0)}.tabsExtendedTabButton__f87094aa{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-11-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__f87094aa .tabButtonText__4c5bb906{font-weight:400}.tabsExtendedTabButton__f87094aa.lg__b16e406c{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__f87094aa.lg__b16e406c .tabButtonText__4c5bb906{font-size:16px;line-height:20px}.tabsExtendedTabButton__f87094aa.md__e3ae19d6{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__f87094aa.md__e3ae19d6 .tabButtonText__4c5bb906{font-size:14px;line-height:20px}.tabsExtendedTabButton__f87094aa.sm__ab17d689{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__f87094aa.sm__ab17d689 .tabButtonText__4c5bb906{font-size:12px;line-height:16px}.tabsExtendedTabButton__f87094aa::-moz-focus-inner{border:none}.tabsExtendedTabButton__f87094aa+.tabsExtendedTabButton__f87094aa{margin-left:2px}.tabsExtendedTabButton__f87094aa:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-11-0)}.tabsExtendedTabButton__f87094aa.type1__d0fd8476{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-11-0)}.tabsExtendedTabButton__f87094aa.type1__d0fd8476.selected__47ec2d8f{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-11-0)}.tabsExtendedTabButton__f87094aa.type1__d0fd8476.selected__47ec2d8f .tabButtonText__4c5bb906{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-11-0)}.tabsExtendedTabButton__f87094aa.type1__d0fd8476:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-11-0)}.tabsExtendedTabButton__f87094aa.type1__d0fd8476:hover .tabButtonText__4c5bb906{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-11-0)}.tabsExtendedTabButton__f87094aa.type1__d0fd8476 .tabButtonText__4c5bb906{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-11-0)}.tabsExtendedTabButton__f87094aa.type2__821b165d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-11-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-11-0)}.tabsExtendedTabButton__f87094aa.type2__821b165d.selected__47ec2d8f{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-11-0)}.tabsExtendedTabButton__f87094aa.type2__821b165d.selected__47ec2d8f .tabButtonText__4c5bb906{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-11-0)}.tabsExtendedTabButton__f87094aa.type2__821b165d:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-11-0)}.tabsExtendedTabButton__f87094aa.type2__821b165d:hover .tabButtonText__4c5bb906{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-11-0)}.notificationIcon__9046e6e1{position:absolute;right:4px;top:4px}.tabButtonDropdown__45533e17{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__45533e17.sm__7383b5b4{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__45533e17.md__142279b7{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__45533e17.lg__f04e409a{min-width:40px!important;min-height:40px!important}.tag__68d78efd{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-11-0);border-radius:4px;gap:2px}.tag__68d78efd.sm__7a0a2348{height:20px;padding:2px 4px 2px 6px}.tag__68d78efd.md__708711cc{height:28px;padding:4px 6px 4px 8px}.tag__68d78efd.lg__804c5e3f{height:32px;padding:6px 8px 6px 10px}.content__a1c26f88{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__579db1bb{display:flex;flex-wrap:wrap}.tagGroup__579db1bb.sm__d9dba024{gap:4px}.tagGroup__579db1bb.md__e027cf98{gap:8px}.tagGroup__579db1bb.lg__dbda8070{gap:12px}.paginationExtended__9610a809{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__99c50729 .directionIconNext__541257b7{transform:rotate(180deg)}.pageEllipsis__533bb4dc{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-11-0);cursor:default}.paginationPageButton__ac59ebcb{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-11-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__ac59ebcb:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-11-0);outline:none}.paginationPageButton__ac59ebcb:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-11-0)}.paginationPageButton__ac59ebcb:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-11-0);cursor:grabbing}.paginationPageButton__ac59ebcb.currentPage__e2eac6be{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-11-0);cursor:default}.paginationNavigationExtended__f336b6c5{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__49ab2e8a{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__49ab2e8a .paginationSelectControl__0a483acc{margin-left:8px}.skeleton__77a35324{border-radius:16px;flex-grow:1}.skeleton__77a35324.light__90819218{animation:skeleton-light-pulse__d95ea605 2s ease-in-out infinite}.skeleton__77a35324.dark__90c03a0a{animation:skeleton-dark-pulse__29ee2283 2s ease-in-out infinite}@keyframes skeleton-light-pulse__d95ea605{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-11-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-11-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-11-0)}}@keyframes skeleton-dark-pulse__29ee2283{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-11-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-11-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-11-0)}}.segmentedControlSegment__67f7bcd8{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-11-0);outline:none;cursor:pointer}.segmentedControlSegment__67f7bcd8:disabled{cursor:default}.sm__56b2275a .segmentedControlSegment__67f7bcd8{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__8058eafd .segmentedControlSegment__67f7bcd8{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__21aa50ab .segmentedControlSegment__67f7bcd8{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__267b8efe .segmentedControlSegment__67f7bcd8{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-11-0)}.general1__267b8efe .segmentedControlSegment__67f7bcd8:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-11-0)}.general1__267b8efe .segmentedControlSegment__67f7bcd8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-11-0)}.general1__267b8efe .segmentedControlSegment__67f7bcd8.selected__699b3496{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-11-0)}.general1__267b8efe .segmentedControlSegment__67f7bcd8.selected__699b3496:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-11-0)}.general1__267b8efe .segmentedControlSegment__67f7bcd8.selected__699b3496:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-11-0)}.general2__a824f79f .segmentedControlSegment__67f7bcd8{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-11-0)}.general2__a824f79f .segmentedControlSegment__67f7bcd8:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-11-0)}.general2__a824f79f .segmentedControlSegment__67f7bcd8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-11-0)}.general2__a824f79f .segmentedControlSegment__67f7bcd8.selected__699b3496{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-11-0)}.general2__a824f79f .segmentedControlSegment__67f7bcd8.selected__699b3496:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-11-0)}.general2__a824f79f .segmentedControlSegment__67f7bcd8.selected__699b3496:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-11-0)}.secondary1__a142b965 .segmentedControlSegment__67f7bcd8{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-11-0)}.secondary1__a142b965 .segmentedControlSegment__67f7bcd8:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-11-0)}.secondary1__a142b965 .segmentedControlSegment__67f7bcd8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-11-0)}.secondary1__a142b965 .segmentedControlSegment__67f7bcd8.selected__699b3496{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-11-0)}.secondary1__a142b965 .segmentedControlSegment__67f7bcd8.selected__699b3496:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-11-0)}.secondary2__32222d85 .segmentedControlSegment__67f7bcd8{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-11-0)}.secondary2__32222d85 .segmentedControlSegment__67f7bcd8:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-11-0)}.secondary2__32222d85 .segmentedControlSegment__67f7bcd8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-11-0)}.secondary2__32222d85 .segmentedControlSegment__67f7bcd8.selected__699b3496{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-11-0)}.secondary2__32222d85 .segmentedControlSegment__67f7bcd8.selected__699b3496:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-11-0)}.segmentedControlSegment__67f7bcd8:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-11-0)}.content__2f6f7fbc{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__f62a9ed0{display:flex;gap:4px}.segmentedControl__f62a9ed0.general1__267b8efe{background:var(--triplex-next-SegmentedControl-General_1_Background-1-11-0)}.segmentedControl__f62a9ed0.secondary1__a142b965{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-11-0)}.segmentedControl__f62a9ed0.general2__a824f79f{background:var(--triplex-next-SegmentedControl-General_2_Background-1-11-0)}.segmentedControl__f62a9ed0.secondary2__32222d85{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-11-0)}.segmentedControl__f62a9ed0.sm__56b2275a{border-radius:6px;padding:4px}.segmentedControl__f62a9ed0.md__8058eafd{border-radius:8px;padding:4px}.segmentedControl__f62a9ed0.lg__21aa50ab{border-radius:10px;padding:8px}.step__f1ac3c9d{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__f1ac3c9d.default__425ddacb{background-color:var(--triplex-next-Step-Background_Default-1-11-0)}.step__f1ac3c9d.default__425ddacb>span{color:var(--triplex-next-Step-Color_Default-1-11-0)}.step__f1ac3c9d.done__ccb016c3{background-color:var(--triplex-next-Step-Background_Done-1-11-0)}.step__f1ac3c9d.done__ccb016c3>span{color:var(--triplex-next-Step-Color_Done-1-11-0)}.step__f1ac3c9d.warning__d0023991{background-color:var(--triplex-next-Step-Background_Warning-1-11-0)}.step__f1ac3c9d.warning__d0023991>span{color:var(--triplex-next-Step-Color_Warning-1-11-0)}.step__f1ac3c9d.active__94e56ba5{background-color:var(--triplex-next-Step-Background_Active-1-11-0)}.step__f1ac3c9d.active__94e56ba5>span{color:var(--triplex-next-Step-Color_Active-1-11-0)}.step__f1ac3c9d.error__57fae9a7{background-color:var(--triplex-next-Step-Background_Error-1-11-0)}.step__f1ac3c9d.error__57fae9a7>span{color:var(--triplex-next-Step-Color_Error-1-11-0)}.step__f1ac3c9d.disabled__2c7a72f9{background-color:var(--triplex-next-Step-Background_Disabled-1-11-0)}.step__f1ac3c9d.disabled__2c7a72f9>span{color:var(--triplex-next-Step-Color_Disabled-1-11-0)}.stepperWrapper__9f661087{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-11-0)}.stepperStep__565f51ab{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__565f51ab+.stepperStep__565f51ab{margin-left:12px}.stepperStep__565f51ab.sm__625044a3:not(:last-child) .content__1da7e974{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__565f51ab.sm__625044a3:last-child .content__1da7e974{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__565f51ab.sm__625044a3:last-child .arrow__9caa1a17{display:none}.stepperStep__565f51ab.md__ab07068d:not(:last-child) .content__1da7e974{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__565f51ab.md__ab07068d:last-child .content__1da7e974{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__565f51ab.md__ab07068d:last-child .arrow__9caa1a17{display:none}.stepperStep__565f51ab.lg__b41a8ea9:not(:last-child) .content__1da7e974{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__565f51ab.lg__b41a8ea9:last-child .content__1da7e974{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__565f51ab.lg__b41a8ea9:last-child .arrow__9caa1a17{display:none}.stepperStep__565f51ab:hover:not(.active__639a6f41):not(.disabled__b466a1cb) .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-11-0)}.stepperStep__565f51ab:hover:not(.active__639a6f41):not(.disabled__b466a1cb) .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-11-0)}.stepperStep__565f51ab:hover:not(.active__639a6f41):not(.disabled__b466a1cb) .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-11-0)}.stepperStep__565f51ab.active__639a6f41{cursor:default}.stepperStep__565f51ab.active__639a6f41 .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-11-0)}.stepperStep__565f51ab.active__639a6f41 .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-11-0)}.stepperStep__565f51ab.active__639a6f41.error__e51407df .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.active__639a6f41.error__e51407df .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.active__639a6f41.error__e51407df .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-11-0)}.stepperStep__565f51ab.active__639a6f41.warning__18444c95 .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.active__639a6f41.warning__18444c95 .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.active__639a6f41.warning__18444c95 .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.error__e51407df .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.error__e51407df .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.error__e51407df .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.error__e51407df:hover .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.error__e51407df:hover .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.error__e51407df:hover .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.warning__18444c95 .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.warning__18444c95 .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.warning__18444c95 .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.warning__18444c95:hover .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.warning__18444c95:hover .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0)}.stepperStep__565f51ab.completed__3c55771e.warning__18444c95:hover .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c :not(.error__e51407df):not(.warning__18444c95) .content__1da7e974{color:var(--triplex-next-Stepper-Step_Color_Default-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c :not(.error__e51407df):not(.warning__18444c95):hover .content__1da7e974{color:var(--triplex-next-Stepper-Step_Color_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.error__e51407df .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.error__e51407df .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.error__e51407df .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.error__e51407df:hover .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.error__e51407df:hover .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.error__e51407df:hover .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.warning__18444c95 .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.warning__18444c95 .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.warning__18444c95 .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.warning__18444c95:hover .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.warning__18444c95:hover .arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0)}.stepperStep__565f51ab.inactive__587d1d1c.warning__18444c95:hover .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-0)}.stepperStep__565f51ab.disabled__b466a1cb{pointer-events:none}.stepperStep__565f51ab.disabled__b466a1cb .content__1da7e974{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-11-0)}.stepperStep__565f51ab.disabled__b466a1cb .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-11-0)}.stepperStep__565f51ab.disabled__b466a1cb .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-11-0)}.stepperStep__565f51ab.focusVisible__fe377cb1.completed__3c55771e .content__1da7e974,.stepperStep__565f51ab.focusVisible__fe377cb1.active__639a6f41 .content__1da7e974,.stepperStep__565f51ab.focusVisible__fe377cb1.inactive__587d1d1c .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-0)}.stepperStep__565f51ab.focusVisible__fe377cb1.completed__3c55771e .arrow__9caa1a17 path:last-child,.stepperStep__565f51ab.focusVisible__fe377cb1.active__639a6f41 .arrow__9caa1a17 path:last-child,.stepperStep__565f51ab.focusVisible__fe377cb1.inactive__587d1d1c .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-0)}.stepperStep__565f51ab.focusVisible__fe377cb1.completed__3c55771e:hover .content__1da7e974,.stepperStep__565f51ab.focusVisible__fe377cb1.active__639a6f41:hover .content__1da7e974,.stepperStep__565f51ab.focusVisible__fe377cb1.inactive__587d1d1c:hover .content__1da7e974{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-0)}.stepperStep__565f51ab.focusVisible__fe377cb1.completed__3c55771e:hover .arrow__9caa1a17 path:last-child,.stepperStep__565f51ab.focusVisible__fe377cb1.active__639a6f41:hover .arrow__9caa1a17 path:last-child,.stepperStep__565f51ab.focusVisible__fe377cb1.inactive__587d1d1c:hover .arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-0)}.content__1da7e974{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-11-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-11-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-11-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__625044a3{font-size:12px;line-height:16px}.md__ab07068d{font-size:14px;line-height:20px}.lg__b41a8ea9{font-size:16px;line-height:20px}.arrow__9caa1a17{transform:translate(0)}.arrow__9caa1a17 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-11-0)}.arrow__9caa1a17 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-11-0)}.icon__a13332db{display:inline-flex;align-items:center;line-height:0}.nonempty__5fc5e3b3 .icon__a13332db{margin-right:6px}.stepperExtended__c74a628f{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__81aeb74a{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__81aeb74a::-webkit-scrollbar{display:none}.stepper__ba5d82fc.sm__625044a3{padding-left:28px;padding-right:28px}.stepper__ba5d82fc.md__ab07068d{padding-left:40px;padding-right:40px}.stepper__ba5d82fc.lg__b41a8ea9{padding-left:56px;padding-right:56px}.stepperCarousel__73d25a31{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__73d25a31 .buttonPrev__f4bac1c5,.stepperCarousel__73d25a31 .buttonNext__8dc1b164{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__73d25a31 .buttonPrev__f4bac1c5.sm__625044a3,.stepperCarousel__73d25a31 .buttonNext__8dc1b164.sm__625044a3{height:28px;width:28px}.stepperCarousel__73d25a31 .buttonPrev__f4bac1c5.md__ab07068d,.stepperCarousel__73d25a31 .buttonNext__8dc1b164.md__ab07068d{height:40px;width:40px}.stepperCarousel__73d25a31 .buttonPrev__f4bac1c5.lg__b41a8ea9,.stepperCarousel__73d25a31 .buttonNext__8dc1b164.lg__b41a8ea9{height:56px;width:56px}.stepperCarousel__73d25a31 .buttonPrev__f4bac1c5{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-11-0)}.stepperCarousel__73d25a31 .buttonNext__8dc1b164{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-11-0)}@media (max-width: 767px){.stepper__ba5d82fc{padding-left:16px;padding-right:16px}.buttonPrev__f4bac1c5,.buttonNext__8dc1b164{display:none}}.islandAccordion__187c6c49{margin:0;padding:0}.islandAccordion__187c6c49 .island__c7fc9db4{padding:0}.islandAccordion__187c6c49 .item__9e384122{position:relative;list-style-type:none}.islandAccordion__187c6c49 .item__9e384122.disabled__a2c73261{cursor:default;pointer-events:none}.islandAccordion__187c6c49 .item__9e384122+.item__9e384122.sm__045c8bd0,.islandAccordion__187c6c49 .item__9e384122+.item__9e384122.md__e743f650{margin-top:16px}.islandAccordion__187c6c49 .item__9e384122+.item__9e384122.lg__b3efab6a{margin-top:24px}.islandAccordion__187c6c49 .item__9e384122 .header__a68bc597{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__187c6c49 .item__9e384122 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-11-0)}.islandAccordion__187c6c49 .item__9e384122.type1__1b8c2282:not(.opened__15cefd0e) .header__a68bc597:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-11-0)}.islandAccordion__187c6c49 .item__9e384122.type2__ec43ffa1:not(.opened__15cefd0e) .header__a68bc597:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-11-0)}.islandAccordion__187c6c49 .item__9e384122.type3__ca4ea4e3:not(.opened__15cefd0e) .header__a68bc597:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-11-0)}.islandAccordion__187c6c49 .item__9e384122 .footer__4920c51d{text-align:right}.islandAccordion__187c6c49 .item__9e384122 .body__e5f452f9,.islandAccordion__187c6c49 .item__9e384122 .footer__4920c51d{visibility:hidden}.islandAccordion__187c6c49 .item__9e384122.opened__15cefd0e .body__e5f452f9,.islandAccordion__187c6c49 .item__9e384122.opened__15cefd0e .footer__4920c51d{visibility:visible}.islandAccordion__187c6c49 .item__9e384122 .caretWrapper__6b0a06a5{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__187c6c49 .item__9e384122 .caretIcon__9a9c08e3{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .header__a68bc597{padding:16px;border-radius:16px}.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .step__d9f2835a+.titleWrapper__7647f744{margin-top:2px}.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .body__e5f452f9,.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .footer__4920c51d{padding:0 16px 16px}.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .caretWrapper__6b0a06a5{right:12px}.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .remove__d65410d9{right:-36px;top:20px}.islandAccordion__187c6c49 .item__9e384122.sm__045c8bd0 .step__d9f2835a{margin-right:12px}.islandAccordion__187c6c49 .item__9e384122.md__e743f650 .header__a68bc597{padding:24px;border-radius:24px}.islandAccordion__187c6c49 .item__9e384122.md__e743f650 .body__e5f452f9,.islandAccordion__187c6c49 .item__9e384122.md__e743f650 .footer__4920c51d{padding:0 24px 24px}.islandAccordion__187c6c49 .item__9e384122.md__e743f650 .caretWrapper__6b0a06a5{right:20px}.islandAccordion__187c6c49 .item__9e384122.md__e743f650 .remove__d65410d9{right:-40px;top:28px}.islandAccordion__187c6c49 .item__9e384122.md__e743f650 .step__d9f2835a{margin-right:12px}.islandAccordion__187c6c49 .item__9e384122.lg__b3efab6a .header__a68bc597{padding:32px;border-radius:32px}.islandAccordion__187c6c49 .item__9e384122.lg__b3efab6a .body__e5f452f9,.islandAccordion__187c6c49 .item__9e384122.lg__b3efab6a .footer__4920c51d{padding:0 32px 32px}.islandAccordion__187c6c49 .item__9e384122.lg__b3efab6a .caretWrapper__6b0a06a5{right:28px}.islandAccordion__187c6c49 .item__9e384122.lg__b3efab6a .remove__d65410d9{right:-40px;top:36px}.islandAccordion__187c6c49 .item__9e384122.lg__b3efab6a .step__d9f2835a{margin:0 16px 0 0}.islandAccordion__187c6c49 .item__9e384122.opened__15cefd0e:not(.disabled__a2c73261) .caretWrapper__6b0a06a5 .caretIcon__9a9c08e3{transform:rotate(-180deg)}.islandAccordion__187c6c49 .item__9e384122 .remove__d65410d9{position:absolute}@media (max-width: 767px){.islandAccordion__187c6c49 .item__9e384122 .footer__4920c51d{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__187c6c49 .item__9e384122 .footer__4920c51d>*{margin-left:0!important}}.noColumns__19df636d{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__19df636d>.content__83a53337{width:456px;text-align:center}.filterPanel__753afb94{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__7fb9f63d{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__7fb9f63d>a:not(:first-child){margin-left:16px}.tabsLinePanel__4bab0314{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__7afa8ff9{0%{opacity:0}to{opacity:1}}.tableBasic__32740cd3{position:relative}.tableBasic__32740cd3 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__32740cd3 table th.alignLeft__40e0815e,.tableBasic__32740cd3 table td.alignLeft__40e0815e{text-align:left}.tableBasic__32740cd3 table th.alignRight__3309e21a,.tableBasic__32740cd3 table td.alignRight__3309e21a{text-align:right}.tableBasic__32740cd3 table th.alignCenter__26ab3625,.tableBasic__32740cd3 table td.alignCenter__26ab3625{text-align:center}.tableBasic__32740cd3 table th.verticalAlignBaseline__f5a3ca6c,.tableBasic__32740cd3 table td.verticalAlignBaseline__f5a3ca6c{vertical-align:baseline}.tableBasic__32740cd3 table th.verticalAlignSub__7ff99fc3,.tableBasic__32740cd3 table td.verticalAlignSub__7ff99fc3{vertical-align:sub}.tableBasic__32740cd3 table th.verticalAlignSuper__17938a3b,.tableBasic__32740cd3 table td.verticalAlignSuper__17938a3b{vertical-align:super}.tableBasic__32740cd3 table th.verticalAlignTextTop__2c2a8861,.tableBasic__32740cd3 table td.verticalAlignTextTop__2c2a8861{vertical-align:text-top}.tableBasic__32740cd3 table th.verticalAlignTextBottom__2ef722cb,.tableBasic__32740cd3 table td.verticalAlignTextBottom__2ef722cb{vertical-align:text-bottom}.tableBasic__32740cd3 table th.verticalAlignMiddle__70c55a71,.tableBasic__32740cd3 table td.verticalAlignMiddle__70c55a71{vertical-align:middle}.tableBasic__32740cd3 table th.verticalAlignTop__fbce0065,.tableBasic__32740cd3 table td.verticalAlignTop__fbce0065{vertical-align:top}.tableBasic__32740cd3 table th.verticalAlignBottom__25aac8d0,.tableBasic__32740cd3 table td.verticalAlignBottom__25aac8d0{vertical-align:bottom}.tableBasic__32740cd3 table>thead>tr{height:48px}.tableBasic__32740cd3 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-11-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-11-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__32740cd3 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-11-0)}}.tableBasic__32740cd3 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__32740cd3 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__32740cd3 table>thead>tr>th.checkboxType__7467c62b{padding:16px 12px}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814{display:inline-flex;vertical-align:top}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814.order__70fc4a79{cursor:pointer}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814.order__70fc4a79 .orderButton__f0a1f098{display:flex;visibility:hidden;align-items:center}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814.order__70fc4a79 .orderButton__f0a1f098.alignLeft__40e0815e{margin-right:8px}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814.order__70fc4a79 .orderButton__f0a1f098.alignRight__3309e21a{margin-left:8px}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814.order__70fc4a79 .orderButton__f0a1f098.sorted__944d86b7{visibility:visible}.tableBasic__32740cd3 table>thead>tr>th .thBlock__3be96814.order__70fc4a79:hover .orderButton__f0a1f098{visibility:visible}.tableBasic__32740cd3 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-11-0)}.tableBasic__32740cd3 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__32740cd3 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__32740cd3 table>tbody>tr>td.textType__613d3950{padding:12px}.tableBasic__32740cd3 table>tbody>tr>td.componentsType__77e22330{padding:8px 12px}.tableBasic__32740cd3 table>tbody>tr>td.checkboxType__7467c62b{padding:10px 12px 12px}.tableBasic__32740cd3 table>tbody>tr.selected__3138d5bc>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-11-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__32740cd3 table>tbody>tr.selected__3138d5bc>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-11-0)}}.tableBasic__32740cd3 table>tbody.clickable__5d474d17>tr{cursor:pointer}.tableBasic__32740cd3 table>tbody.hoverable__8b991408>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-11-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__32740cd3 table>tbody.hoverable__8b991408>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-11-0)}}.tableBasic__32740cd3 .footerEmptyData__2fa35a66{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__32740cd3 .spinnerWrapper__d1afc6ef{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__32740cd3 .spinnerWrapper__d1afc6ef .tableLoaderScreen__ef004685{border-radius:8px 8px 0 0}.tableBasic__32740cd3 .overlayCover__febe97d5{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-11-0);animation:fadeIn__7afa8ff9 .3s}.tableBasicSettingsBody__64166268{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__a54b3b02{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-11-0)!important}.columnSettingsSortableListItemTarget__a54b3b02:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-11-0)!important}.columnSettingsSortableListItemTarget__a54b3b02.dragging__3bc38996{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-11-0)!important}.columnSettingsStaticListItem__c203fdd1{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-11-0)}.tableBasicSettingsFooter__28f6a88b{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-11-0);padding:11px 12px 12px}.tableBasicSettingsHeader__64dfe870{padding:16px 12px 12px}.tableSettingsLink__9fe66032{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__d6573886{width:320px}.tableFooterWrapper__ecf7f927{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__ecf7f927 .tableFooterShadow__680abc0e{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-11-0);pointer-events:none}.tableFooterWrapper__ecf7f927 .tableFooter__af504941{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-11-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841{display:flex;align-items:center}.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummarySelectedCount__167e9c58,.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummarySelectAllButton__ecd15271,.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummaryAmount__f8c8af17{display:inline-flex}.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummarySelectedCount__167e9c58,.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummarySelectAllButton__ecd15271,.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummaryAmount__f8c8af17,.tableFooterWrapper__ecf7f927 .tableFooter__af504941 .tableFooterSummary__ce4ea841 .tableFooterSummaryLabel__4d5bbdc4{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__ecf7f927{height:112px}}.paginationPanel__ec7da57a{margin-top:16px}.masterTable__679d4809{position:relative}.currency__002e59d2{font-size:16px;line-height:20px;color:var(--triplex-next-AmountField-Currency_Color_Default-1-11-0)}.currency__002e59d2.disabled__ae8395d2{color:var(--triplex-next-AmountField-Currency_Color_Disabled-1-11-0)}.orderedListItem__17d4ebc8{counter-increment:list-item-tx}.orderedListItem__17d4ebc8:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__17d4ebc8+.orderedListItem__17d4ebc8{margin-top:8px}.orderedList__4765731a{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__adc08c93{position:relative}.suggestDropdownListItem__d383c963{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__f92dae6b{position:relative}.suggestFieldMobileBody__6a85c165{height:176px}.suggestFieldMobileDropdownHint__9ee438f0{padding:16px}.lightBox__e3db2e0c{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__e3db2e0c .lightBoxBackdrop__8dfb5dfc{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-11-0)}.lightBox__e3db2e0c.lightBoxSideOverlayActive__a6af1314,.lightBox__e3db2e0c.lightBoxTopOverlayActive__c343af5d{overflow-y:hidden}.lightBox__e3db2e0c .lightBoxContent__83451b5e{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-11-0)}.lightBox__e3db2e0c .lightBoxContent__83451b5e>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__e3db2e0c .lightBoxContent__83451b5e>.global-page{padding:16px}}.lightBox__e3db2e0c .loadingContentOverlay__65abb6c0{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__e3db2e0c .lightBoxContentResizeWrapper__dd00ff18{position:absolute;left:0;right:0;height:0}.lightBox__e3db2e0c .tempElSafariBug__63c92630{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__801b53e5,.global-LB-less-or-equal-media-point-0 .lightBox__e3db2e0c.lightBoxSideOverlayActive__a6af1314{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__83451b5e{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__83451b5e{padding-left:80px;padding-right:80px}.lightBoxControls__5981345d{z-index:100}.withKeyboardEvent__21fbb4d2{display:inline-block}.withoutKeyboardEvent__8114109f,.lightBox__e3db2e0c.lightBoxSideOverlayActive__a6af1314 .withKeyboardEvent__21fbb4d2,.lightBox__e3db2e0c.lightBoxTopOverlayActive__c343af5d .withKeyboardEvent__21fbb4d2,.lightBox__e3db2e0c.isLoading__de28fd9a .withKeyboardEvent__21fbb4d2{display:none}.lightBox__e3db2e0c.lightBoxSideOverlayActive__a6af1314 .withoutKeyboardEvent__8114109f,.lightBox__e3db2e0c.lightBoxTopOverlayActive__c343af5d .withoutKeyboardEvent__8114109f,.lightBox__e3db2e0c.isLoading__de28fd9a .withoutKeyboardEvent__8114109f{display:inline-block}.lightBox__e3db2e0c.isLoading__de28fd9a .lightBoxPrev__b3f1f5eb,.lightBox__e3db2e0c.isLoading__de28fd9a .lightBoxNext__73a29021{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__5981345d{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__f69c0a7a{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__0d5f70b7{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__3ae6c769{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b3f1f5eb,.global-LB-less-or-equal-media-point-0 .lightBoxNext__73a29021{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b3f1f5eb{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__a0249cae,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__676c6a2a{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__5981345d{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f69c0a7a{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__0d5f70b7{display:none}.global-LB-more-media-point-0 .lightBoxClose__3ae6c769{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__b3f1f5eb,.global-LB-more-media-point-0 .lightBoxNext__73a29021{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__b3f1f5eb{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__73a29021{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__2238ca06{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__2238ca06.fixed__a810dd46{position:fixed}.overlay__2238ca06.closing__2deae73a,.overlay__2238ca06.opened__a73bfb4d{visibility:visible;left:0;right:0}.overlayPanel__8968987e{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-11-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__8968987e.bottom__cece26c8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__8968987e.left__ee291562{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__8968987e.right__b49b9bb2{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__8968987e.top__3c285e60{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__8968987e.left__ee291562.opened__a73bfb4d,.overlayPanel__8968987e.right__b49b9bb2.opened__a73bfb4d{transform:translate(0)}.overlayPanel__8968987e.top__3c285e60.opened__a73bfb4d,.overlayPanel__8968987e.bottom__cece26c8.opened__a73bfb4d{transform:translateY(0)}.overlayContent__c3fef1eb{display:flex;min-height:100%}.overlayMask__1951c06e{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-11-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__1951c06e.overlayOpened__62ac949e{opacity:1}.lightBoxSideOverlayLoaderWrapper__0e00ddf4{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__3da4dc23{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__42c03e77{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__3da4dc23{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__42c03e77{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__42c03e77{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__3da4dc23{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__42c03e77{display:none}.lightBoxSideOverlayMask__e8a4e735{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-11-0)}.lightBoxSideOverlayWrapper__b5194a7c{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__b5194a7c.overflowXHidden__80cbf401{overflow-x:hidden}.lightBoxSideOverlayWrapper__b5194a7c.overflowYHidden__553ce50b{overflow-y:hidden}.lightBoxSideOverlayWrapper__b5194a7c.closing__ebbb50ff,.lightBoxSideOverlayWrapper__b5194a7c.opened__903a276d{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__b5194a7c.closing__ebbb50ff{pointer-events:none}.lightBoxSideOverlayWrapper__b5194a7c .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__b5194a7c .global-page{padding:16px}}.lightBoxSideOverlayWrapper__b5194a7c .lightBoxSideOverlayContent__8b670b5d{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-11-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__b5194a7c .lightBoxSideOverlayContent__8b670b5d.opened__903a276d{transform:none}.lightBoxSideOverlayWrapper__b5194a7c .lightBoxSideOverlayContent__8b670b5d.opening__99f4d99d{transform:translateY(0)}.lightBoxSideOverlayWrapper__b5194a7c.sizeSM__fed72468 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__b5194a7c.sizeMD__4cc15bd5 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__b5194a7c.sizeLG__bffec3ec .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__b5194a7c .lightBoxSideOverlayBase__5c139621{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__b5194a7c .lightBoxSideOverlayContent__8b670b5d{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__b5194a7c .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__b5194a7c .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__1d4429fc{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__1d4429fc.closing__ebbb50ff,.lightBoxSideOverlay__1d4429fc.opening__99f4d99d{overflow-x:hidden}.topOverlayMask__530324c2{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-11-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__6405f4fc{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__6405f4fc.closing__1ccc2de9,.topOverlayWrapper__6405f4fc.opened__8ea30637{bottom:0}.topOverlayWrapper__6405f4fc .topOverlayPanel__70743c07{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__bc47e585{z-index:500}@media (max-width: 767px){.topOverlayPanel__70743c07{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__d83b53f9{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__90cb2b5a{display:none}}.lightBoxRightSidebar__7d0e2cfa{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__795b11ba{display:none}}html.scroll-0__05c236fc{--triplex-next-scroll-width: 0px}html.scroll-15__e303c00d{--triplex-next-scroll-width: 15px}html.scroll-16__ceab07f0{--triplex-next-scroll-width: 16px}html.scroll-17__25b062d4{--triplex-next-scroll-width: 17px}.smsField__3f28ea00{display:inline-block;position:relative;width:100%}.smsField__3f28ea00 .input__ca529497{text-align:center}.smsField__3f28ea00 .input__ca529497::placeholder{opacity:1}.smsField__3f28ea00 .input__ca529497:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-11-0)}.smsField__3f28ea00 .input__ca529497.lg__403a6397{padding:18px 40px}.smsField__3f28ea00 .input__ca529497.md__f09d7626{padding-left:26px;padding-right:26px}.smsField__3f28ea00 .input__ca529497.sm__5720ad6a{padding-left:20px;padding-right:20px}.smsField__3f28ea00 .btnRefresh__22a1930a{position:absolute;outline:none;z-index:1}.smsField__3f28ea00 .btnRefresh__22a1930a.lg__403a6397{top:12px;left:12px;height:32px;width:32px}.smsField__3f28ea00 .btnRefresh__22a1930a.md__f09d7626{top:10px;left:10px}.smsField__3f28ea00 .btnRefresh__22a1930a.sm__5720ad6a{top:4px;left:4px}.smsField__3f28ea00 .btnRefresh__22a1930a .full__a0eae7cf{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-11-0)}.smsField__3f28ea00 .btnRefresh__22a1930a .empty__16d41c26{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-11-0)}.smsField__3f28ea00 .btnRefresh__22a1930a:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-11-0)}.smsField__3f28ea00 .btnSubmit__c5d846e6{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-11-0)}.smsField__3f28ea00 .btnSubmit__c5d846e6.active__482706e1:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-11-0)}.smsField__3f28ea00 .btnSubmit__c5d846e6.active__482706e1:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-11-0)}.smsField__3f28ea00 .btnSubmit__c5d846e6.lg__403a6397{top:15px;right:15px;height:26px;width:26px}.smsField__3f28ea00 .btnSubmit__c5d846e6.md__f09d7626{top:10px;right:10px}.smsField__3f28ea00 .btnSubmit__c5d846e6.sm__5720ad6a{top:4px;right:4px}.spoiler__d48e6393{display:flex;flex-direction:column}.spoiler__d48e6393.opened__5acdce96 .caretIcon__5c34f3b5{transform:rotate(-180deg)}.spoiler__d48e6393 .head__2355791f .caretIcon__5c34f3b5{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__d48e6393 .head__2355791f button>span{white-space:normal;text-align:left}.spoiler__d48e6393 .content__258564d2.hidden__d8661006{display:none}.spoiler__d48e6393 .lg__8e1d7efb .content__258564d2{margin-top:8px}.spoiler__d48e6393 .md__64d16e8d .content__258564d2{margin-top:0}.spoiler__d48e6393 .sm__eac65922 .content__258564d2{margin-top:-4px}.statusTrackerWrapper__a9ad846f{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-11-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-11-0);overflow:hidden;height:100%}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0.verticalAlignMiddle__35b11a13{align-self:center}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0.verticalAlignBottom__070acfd0{align-self:end}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerChild__360e27c1{padding:8px 0}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerChild__360e27c1:empty{padding:0}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerSum__dbbce1d3,.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerTitle__ee326066{padding-bottom:4px}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerDescription__6ea8d6e9{display:block;padding-top:8px}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerAlert__c03d76ef{margin-top:12px;text-align:left}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerStatus__24454016{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerFooterWrapper__58ea63f5{display:grid}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerFooterWrapper__58ea63f5 .statusTrackerDescription__6ea8d6e9:last-child{padding-top:0}.statusTrackerWrapper__a9ad846f .statusTracker__942be4f0 .statusTrackerFooterWrapper__58ea63f5 .statusTrackerButton__1650ce11{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__a9ad846f .statusTrackerColor__a3f46dc3{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__a9ad846f .statusTrackerColor__a3f46dc3.waiting__ec242cc0{background:var(--triplex-next-StatusTracker-Waiting_Color-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerColor__a3f46dc3.warning__5f0a65c7{background:var(--triplex-next-StatusTracker-Warning_Background-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerColor__a3f46dc3.rejected__e00dda94{background:var(--triplex-next-StatusTracker-Rejected_Color-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerColor__a3f46dc3.approved__33775d60{background:var(--triplex-next-StatusTracker-Approved_Color-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerBackground__eeb8e704{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__a9ad846f .statusTrackerBackground__eeb8e704.waiting__ec242cc0{background:var(--triplex-next-StatusTracker-Waiting_Background-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerBackground__eeb8e704.warning__5f0a65c7{background:var(--triplex-next-StatusTracker-Warning_Background-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerBackground__eeb8e704.rejected__e00dda94{background:var(--triplex-next-StatusTracker-Rejected_Background-1-11-0)}.statusTrackerWrapper__a9ad846f .statusTrackerBackground__eeb8e704.approved__33775d60{background:var(--triplex-next-StatusTracker-Approved_Background-1-11-0)}@media (max-width: 767px){.statusTrackerWrapper__a9ad846f{border-radius:16px}}.smallInput__2260f3c6{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-11-0);background:var(--triplex-next-SmallInput-Background-1-11-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-11-0)}.smallInput__2260f3c6::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-11-0);opacity:1}.smallInput__2260f3c6::-ms-clear{display:none}.documentNumberEdit__af3a5ccf .label__df3e2448{display:inline-block;margin-right:8px}.documentNumberEdit__af3a5ccf .inputEditWrapper__205e5b1b{width:68px;display:inline-block}.sliderExtendedDot__16c904dd{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-11-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__16c904dd:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-11-0)}.sliderExtendedDot__16c904dd.focusedByClick__4e34856b:focus{box-shadow:none}.sliderExtendedDot__16c904dd:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-11-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__16c904dd:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-11-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__16c904dd.disabled__99caf029{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-11-0)}.sliderExtendedDot__16c904dd.disabled__99caf029:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-11-0)}.sliderExtendedDot__16c904dd.disabled__99caf029:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-11-0)}.sliderExtendedDot__16c904dd:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-11-0)}.sliderExtendedDot__16c904dd:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-11-0)}.sliderExtendedDot__16c904dd.dragByMouse__27fa7883{background:var(--triplex-next-Slider-Dot_Background_Select-1-11-0)}.sliderExtendedDot__16c904dd.dragByMouse__27fa7883:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-11-0)}.sliderExtendedDot__16c904dd:hover .sliderExtendedTooltipOverlay__3a58bf0f,.sliderExtendedDot__16c904dd:focus .sliderExtendedTooltipOverlay__3a58bf0f{visibility:visible}.sliderExtendedDot__16c904dd.lg__22d9e9a4{width:28px;height:28px}.sliderExtendedDot__16c904dd.lg__22d9e9a4:after{width:10px;height:10px}.sliderExtendedDot__16c904dd.lg__22d9e9a4:before{width:14px;height:14px}.sliderExtendedMarks__60dc3c5e{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__99038b22{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__99038b22 .sliderExtendedMarkDot__d11d09a2{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-11-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__99038b22 .sliderExtendedMarkDot__d11d09a2.inSelectedRange__751597c3{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-11-0)}.sliderExtendedMark__99038b22.lg__22d9e9a4{top:20px}.sliderExtendedMark__99038b22.lg__22d9e9a4 .sliderExtendedMarkDot__d11d09a2{top:-20px}.sliderExtendedMark__99038b22 .sliderExtendedMarkText__3a4c1a85{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__99038b22.disabled__99caf029{pointer-events:none}.sliderExtendedMark__99038b22.disabled__99caf029 .sliderExtendedMarkText__3a4c1a85{pointer-events:none;opacity:.35}.sliderExtendedMark__99038b22.disabled__99caf029 .sliderExtendedMarkDot__d11d09a2{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-11-0)}.sliderExtendedMark__99038b22:first-child,.sliderExtendedMark__99038b22:last-child{transform:none}.sliderExtendedMark__99038b22:first-child.reverse__7f41405a .sliderExtendedMarkDot__d11d09a2{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__99038b22:first-child.reverse__7f41405a .sliderExtendedMarkText__3a4c1a85{margin-right:-4px}.sliderExtendedMark__99038b22:first-child:not(.reverse__7f41405a) .sliderExtendedMarkDot__d11d09a2{left:0;transform:translate(-50%)}.sliderExtendedMark__99038b22:first-child .sliderExtendedMarkText__3a4c1a85{margin-left:-4px}.sliderExtendedMark__99038b22:last-child.reverse__7f41405a .sliderExtendedMarkDot__d11d09a2{left:0;transform:translate(-50%)}.sliderExtendedMark__99038b22:last-child.reverse__7f41405a .sliderExtendedMarkText__3a4c1a85{margin-left:-4px}.sliderExtendedMark__99038b22:last-child:not(.reverse__7f41405a) .sliderExtendedMarkDot__d11d09a2{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__99038b22:last-child .sliderExtendedMarkText__3a4c1a85{margin-right:-4px}.sliderExtendedMark__99038b22.active__696bb4f4{pointer-events:none}.sliderExtendedRail__3ecbe388{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-11-0);cursor:pointer}.sliderExtended__d75d0c90{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__d75d0c90.disabled__99caf029 .sliderExtendedRail__3ecbe388{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-11-0)}.sliderExtended__d75d0c90.lg__22d9e9a4{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__9b62c83e{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-11-0);z-index:10}.sliderExtendedTrack__9b62c83e.lg__22d9e9a4{top:12px}.sliderExtendedTrack__9b62c83e:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-11-0)}.sliderExtendedTrack__9b62c83e.focusedByClick__4e34856b:focus{box-shadow:none}.sliderExtendedTrack__9b62c83e.hoverOrDragByMouse__aa628cef{background:var(--triplex-next-Slider-Track_Background_Hover-1-11-0)}.sliderExtendedTrack__9b62c83e.staticSlider__6a30f594{cursor:default;pointer-events:none}.sliderExtendedTrack__9b62c83e.disabled__99caf029{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-11-0)}.sliderExtendedTooltipOverlay__3a58bf0f{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__3a58bf0f.lg__22d9e9a4{bottom:32px}.sliderExtendedTooltipOverlay__3a58bf0f .tooltipBody__b9602578{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-11-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-11-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__3a58bf0f .tooltipTip__3cd04e2a{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-11-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__3a58bf0f .tooltipTip__3cd04e2a{margin:-.5px}}.treeView__a33ac5f8,.treeViewGroup__e619b448{margin:0;padding:0}.treeView__a33ac5f8 .treeViewNode__b4fec9d3,.treeViewGroup__e619b448 .treeViewNode__b4fec9d3{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__32e56465.collapsed__75d88a79{visibility:hidden}.checkboxTreeExtended__89985335{margin-bottom:-12px}.checkboxTreeExtendedNode__09b87a70 .checkboxTreeExtendedNode__09b87a70{margin-left:24px}.checkboxTreeExtendedNodeHeader__93aaf865{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__93aaf865 .checkboxTreeCheckboxLabel__438b2166{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__93aaf865 .caretIconWrapper__504dd46e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__93aaf865 .caretIconWrapper__504dd46e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-11-0)}.checkboxTreeExtendedNodeHeader__93aaf865.opened__c8948615 .caretIconWrapper__504dd46e{transform:rotate(180deg)}.chipGroup__ada741f3{display:flex}.chipGroup__ada741f3.oneLine__87b40486{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__ada741f3.oneLine__87b40486::-webkit-scrollbar{display:none}.chipGroup__ada741f3.multiLine__46b52816{flex-wrap:wrap}.chipGroup__ada741f3.lg__3d04124f{gap:12px}.chipGroup__ada741f3.md__2165deeb,.chipGroup__ada741f3.sm__2fd4a828{gap:8px}.confirm__72c71727{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__72c71727.isInLightBox__0c28f4b8{max-width:800px}.confirm__72c71727.isInSideOverlaySM__0d58277c{max-width:416px}.confirm__72c71727.isInSideOverlayMD__2f9858ef{max-width:536px}.confirm__72c71727.isInSideOverlayLG__bcba1b21{max-width:736px}.confirmCloseButton__b1014855{position:absolute;top:24px;right:24px}.confirmContent__79de4d32{margin-bottom:24px;padding-right:56px}.confirmControls__c65488b1{white-space:nowrap}.confirmContentTitle__b8978383{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__b1014855{top:16px;right:16px}.confirmContent__79de4d32{margin-bottom:16px}}.divider__204fe36a{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-11-0);border:none}.marginTopSize-4__8e75ee13{margin-top:4px}.marginBottomSize-4__97abd3f9{margin-bottom:4px}.marginTopSize-8__fa0f2609{margin-top:8px}.marginBottomSize-8__b0b9a114{margin-bottom:8px}.marginTopSize-12__9adb251d{margin-top:12px}.marginBottomSize-12__b3bd2b62{margin-bottom:12px}.marginTopSize-16__fbedc271{margin-top:16px}.marginBottomSize-16__8d8a888c{margin-bottom:16px}.marginTopSize-20__135dad57{margin-top:20px}.marginBottomSize-20__716ba516{margin-bottom:20px}.marginTopSize-24__34c7d0d1{margin-top:24px}.marginBottomSize-24__608d80be{margin-bottom:24px}.marginTopSize-28__2df5d72d{margin-top:28px}.marginBottomSize-28__b4f1f79e{margin-bottom:28px}.marginTopSize-32__3c700c64{margin-top:32px}.marginBottomSize-32__946d0f33{margin-bottom:32px}.listMasterChipGroup__64774eaa{padding:0 16px}.listMasterFooter__9c9f9023{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-11-0);color:var(--triplex-next-ListMaster-Footer_Color-1-11-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__9c9f9023.sticky__3eb94b3c{position:sticky;bottom:0}.listMasterFooterDescription__ebbff39d{padding-right:16px}.listMasterFooterControls__e5809e54{white-space:nowrap}.listMasterHeader__3c395219{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-11-0);color:var(--triplex-next-ListMaster-Header_Color-1-11-0)}.listMasterHeader__3c395219.sticky__3eb94b3c{position:sticky;top:0;z-index:1}.selectionControls__8b6c37e8{display:flex;justify-content:space-between;align-items:center}.uploadZoneDesktop__675e84a2{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-11-0)}.uploadZoneDesktop__675e84a2:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-11-0)}.uploadZoneDragArea__6270c904{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-11-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__e390895b{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-11-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-11-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-11-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__e0fd782d{display:none}.uploadZoneMobile__89105336{display:flex;flex-direction:column;align-items:start;gap:8px;padding:12px 10px 12px 16px}.uploadZoneMobile__89105336 .uploadZoneMobileHeader__d39c2e9a{display:flex;gap:4px}button.helpBoxButton__34c4e3f4{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__d598cabd{padding-right:16px}.dateRange__97abeda5{display:flex;align-items:center}.dateRangeButton__57da092d{z-index:1}.separator__5274045e{width:20px;height:20px;flex-shrink:0}.tagColor__59cd630d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__59cd630d.sm__fc8b3f7b{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__59cd630d.md__118aae86{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__59cd630d.lg__189988fa{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__59cd630d.default__8d8cc0e4{background:var(--triplex-next-TagColor-Background_Default-1-11-0)}.tagColor__59cd630d.success__1de710f9{background:var(--triplex-next-TagColor-Background_Success-1-11-0)}.tagColor__59cd630d.info__bbd02551{background:var(--triplex-next-TagColor-Background_Info-1-11-0)}.tagColor__59cd630d.warning__55b4ad21{background:var(--triplex-next-TagColor-Background_Warning-1-11-0)}.tagColor__59cd630d.error__3d378f1c{background:var(--triplex-next-TagColor-Background_Error-1-11-0)}.content__2023113f{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-11-0)}
|