@sberbusiness/triplex-next 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-SFMiAq2e.js +39 -0
- package/chunks/{CalendarViewItem-2IOAiJCi.js → CalendarViewItem-B7_R_3t_.js} +21 -21
- package/chunks/Card.module-B8eF0PyT.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +11 -0
- package/chunks/{Chip-BtHrgIed.js → Chip-BiNNkTCM.js} +13 -13
- package/chunks/Confirm.module-DtGkChdz.js +15 -0
- package/chunks/{DropdownListItem-CiE3zUVn.js → DropdownListItem-BxEqWaJ8.js} +24 -24
- package/chunks/DropdownMobile.module-hCX_8o3O.js +23 -0
- package/chunks/Footer.module-CmBv6U70.js +9 -0
- package/chunks/{FormFieldInput-DO7mZKjJ.js → FormFieldInput-B4hNuHJx.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +9 -0
- package/chunks/HeaderTabs.module-Cg4Skmf_.js +9 -0
- package/chunks/{HeaderTitle.module-Db-ProSl.js → HeaderTitle.module-DlNyNird.js} +2 -2
- package/chunks/IslandAccordion.module-CASKTyF5.js +25 -0
- package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +9 -0
- package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +9 -0
- package/chunks/{LightBoxContent-CdWfZopQ.js → LightBoxContent-DBZCrC3l.js} +9 -9
- package/chunks/LightBoxControls.module-Bd3m7ZxT.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +8 -0
- package/chunks/{ListItemControlsButton-ABcLen-s.js → ListItemControlsButton-B7xM1V5l.js} +11 -11
- package/chunks/ListItemTail.module-Cc6Q6gR8.js +12 -0
- package/chunks/ListMasterFooter.module-CPTvVSEg.js +10 -0
- package/chunks/ModalWindow.module-Cjfs_3lX.js +17 -0
- package/chunks/Notification.module-DRNzc662.js +21 -0
- package/chunks/Overlay.module-CyE4VM64.js +18 -0
- package/chunks/Page.module-CiiwZIG0.js +11 -0
- package/chunks/{RightBorderArrow-CO-Xom11.js → RightBorderArrow-qUNK7k_Z.js} +7 -7
- package/chunks/SMSField.module-Df8IlNx3.js +16 -0
- package/chunks/SliderExtendedMarks.module-C3yroPQo.js +15 -0
- package/chunks/{SliderExtendedRail-BXD0TPpN.js → SliderExtendedRail-fxB35VnJ.js} +10 -10
- package/chunks/StatusTracker.module-C3dx5TPW.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CN-2l1Nh.js → SuggestFieldMobileDropdownHint-BRLUCupu.js} +2 -2
- package/chunks/TableFooter.module-CJATQpk2.js +14 -0
- package/chunks/TabsExtended.module-mbk25DHy.js +16 -0
- package/chunks/TabsLine.module-eLr2Qyu1.js +21 -0
- package/chunks/TooltipDesktop.module-D4l2yNW-.js +19 -0
- package/chunks/TreeView.module-BZTj2oze.js +9 -0
- package/chunks/UploadZoneInput-ZvLsxymO.js +35 -0
- package/chunks/utils-CkEbPHhV.js +73 -0
- package/chunks/utils-D3BbfI4I.js +36 -0
- package/chunks/{utils-DK364Pn0.js → utils-Kc2jGbAd.js} +6 -6
- package/chunks/utils-bltVmJ1Y.js +24 -0
- package/chunks/{utils-CG0eQjCw.js → utils-pT3qplA1.js} +4 -4
- package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +6 -6
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +50 -42
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +34 -34
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +12 -12
- package/components/Checkbox/CheckboxXGroup.js +10 -10
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
- package/components/DateRange/DateRange.js +14 -14
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +90 -95
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
- package/components/DesignTokens/components/index.js +153 -156
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +3 -3
- package/components/ExpandAnimation/ExpandAnimation.js +8 -8
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +24 -24
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +10 -10
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +15 -15
- package/components/FormField/components/FormFieldMaskedInput.js +12 -12
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +2 -2
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +18 -18
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +5 -5
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +6 -6
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +20 -20
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +2 -2
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +22 -22
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +7 -7
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +11 -11
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +32 -24
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +8 -8
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +2 -2
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +12 -12
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +11 -11
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- 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 +4 -4
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +21 -21
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
- package/components/TopOverlay/TopOverlay.js +7 -7
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +19 -19
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +17 -17
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +4 -4
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +54 -50
- package/consts/DateConst.js +1 -1
- package/index.d.ts +70 -16
- package/index.js +136 -132
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-NTQfGBrX.js +0 -39
- package/chunks/Card.module-CTH4ur-u.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DKqKzsOD.js +0 -11
- package/chunks/Confirm.module-DSBC6Yw1.js +0 -15
- package/chunks/DropdownMobile.module-wrANtbau.js +0 -23
- package/chunks/Footer.module-Dcht4j1M.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bk1s4R6K.js +0 -9
- package/chunks/HeaderTabs.module-DQtcQlY-.js +0 -9
- package/chunks/IslandAccordion.module-Bzf6LSEv.js +0 -25
- package/chunks/IslandWidgetFooter.module-BAka54Z0.js +0 -9
- package/chunks/IslandWidgetHeader.module-D0IG5uT2.js +0 -9
- package/chunks/LightBoxControls.module-B_wOBHqj.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-LYfcE0NM.js +0 -8
- package/chunks/ListItemTail.module-BrfPnk8y.js +0 -12
- package/chunks/ListMasterFooter.module-BMZXwZ7J.js +0 -10
- package/chunks/ModalWindow.module-h07HG756.js +0 -17
- package/chunks/Notification.module-D0gwzw2G.js +0 -21
- package/chunks/Overlay.module-bxX7Sw1v.js +0 -18
- package/chunks/Page.module-QEvU_pYT.js +0 -11
- package/chunks/SMSField.module-BXwYRXqL.js +0 -16
- package/chunks/SliderExtendedMarks.module-B7ILUATa.js +0 -15
- package/chunks/StatusTracker.module-B9ddfVz8.js +0 -24
- package/chunks/TableFooter.module-BJXoCeSm.js +0 -14
- package/chunks/TabsExtended.module-Bz6DCd7L.js +0 -16
- package/chunks/TabsLine.module-CGVMZUpJ.js +0 -21
- package/chunks/TooltipDesktop.module-Czj3LOl5.js +0 -19
- package/chunks/TreeView.module-BNdrvQFP.js +0 -9
- package/chunks/UploadZoneInput-D41J-S68.js +0 -35
- package/chunks/utils-B705lf16.js +0 -24
- package/chunks/utils-CEIGazsY.js +0 -73
- package/chunks/utils-JjvCkK44.js +0 -36
- package/components/DesignTokens/components/AmountField.js +0 -11
package/styles/triplex-next.css
CHANGED
|
@@ -1,535 +1,533 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-
|
|
11
|
-
--triplex-next-ColorBrand-100-0-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-0-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-0-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-0-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-0-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-0-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-0-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-0-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-0-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-0-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-0-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-0-
|
|
34
|
-
--triplex-next-ColorError-0-0-
|
|
35
|
-
--triplex-next-ColorError-10-0-
|
|
36
|
-
--triplex-next-ColorError-20-0-
|
|
37
|
-
--triplex-next-ColorError-30-0-
|
|
38
|
-
--triplex-next-ColorError-40-0-
|
|
39
|
-
--triplex-next-ColorError-50-0-
|
|
40
|
-
--triplex-next-ColorError-60-0-
|
|
41
|
-
--triplex-next-ColorError-70-0-
|
|
42
|
-
--triplex-next-ColorError-80-0-
|
|
43
|
-
--triplex-next-ColorError-90-0-
|
|
44
|
-
--triplex-next-ColorError-100-0-
|
|
45
|
-
--triplex-next-ColorInfo-0-0-
|
|
46
|
-
--triplex-next-ColorInfo-10-0-
|
|
47
|
-
--triplex-next-ColorInfo-20-0-
|
|
48
|
-
--triplex-next-ColorInfo-30-0-
|
|
49
|
-
--triplex-next-ColorInfo-40-0-
|
|
50
|
-
--triplex-next-ColorInfo-50-0-
|
|
51
|
-
--triplex-next-ColorInfo-60-0-
|
|
52
|
-
--triplex-next-ColorInfo-70-0-
|
|
53
|
-
--triplex-next-ColorInfo-80-0-
|
|
54
|
-
--triplex-next-ColorInfo-90-0-
|
|
55
|
-
--triplex-next-ColorInfo-100-0-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-0-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-0-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-0-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-0-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-0-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-0-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-0-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-0-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-0-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-0-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-0-
|
|
67
|
-
--triplex-next-ColorNeutral-0-0-
|
|
68
|
-
--triplex-next-ColorNeutral-10-0-
|
|
69
|
-
--triplex-next-ColorNeutral-20-0-
|
|
70
|
-
--triplex-next-ColorNeutral-30-0-
|
|
71
|
-
--triplex-next-ColorNeutral-40-0-
|
|
72
|
-
--triplex-next-ColorNeutral-50-0-
|
|
73
|
-
--triplex-next-ColorNeutral-60-0-
|
|
74
|
-
--triplex-next-ColorNeutral-70-0-
|
|
75
|
-
--triplex-next-ColorNeutral-80-0-
|
|
76
|
-
--triplex-next-ColorNeutral-90-0-
|
|
77
|
-
--triplex-next-ColorNeutral-100-0-
|
|
78
|
-
--triplex-next-ColorSuccess-0-0-
|
|
79
|
-
--triplex-next-ColorSuccess-10-0-
|
|
80
|
-
--triplex-next-ColorSuccess-20-0-
|
|
81
|
-
--triplex-next-ColorSuccess-30-0-
|
|
82
|
-
--triplex-next-ColorSuccess-40-0-
|
|
83
|
-
--triplex-next-ColorSuccess-50-0-
|
|
84
|
-
--triplex-next-ColorSuccess-60-0-
|
|
85
|
-
--triplex-next-ColorSuccess-70-0-
|
|
86
|
-
--triplex-next-ColorSuccess-80-0-
|
|
87
|
-
--triplex-next-ColorSuccess-90-0-
|
|
88
|
-
--triplex-next-ColorSuccess-100-0-
|
|
89
|
-
--triplex-next-ColorSystem-0-0-
|
|
90
|
-
--triplex-next-ColorSystem-10-0-
|
|
91
|
-
--triplex-next-ColorSystem-20-0-
|
|
92
|
-
--triplex-next-ColorSystem-30-0-
|
|
93
|
-
--triplex-next-ColorSystem-40-0-
|
|
94
|
-
--triplex-next-ColorSystem-50-0-
|
|
95
|
-
--triplex-next-ColorSystem-60-0-
|
|
96
|
-
--triplex-next-ColorSystem-70-0-
|
|
97
|
-
--triplex-next-ColorSystem-80-0-
|
|
98
|
-
--triplex-next-ColorSystem-90-0-
|
|
99
|
-
--triplex-next-ColorSystem-100-0-
|
|
100
|
-
--triplex-next-ColorWarning-0-0-
|
|
101
|
-
--triplex-next-ColorWarning-10-0-
|
|
102
|
-
--triplex-next-ColorWarning-20-0-
|
|
103
|
-
--triplex-next-ColorWarning-30-0-
|
|
104
|
-
--triplex-next-ColorWarning-40-0-
|
|
105
|
-
--triplex-next-ColorWarning-50-0-
|
|
106
|
-
--triplex-next-ColorWarning-60-0-
|
|
107
|
-
--triplex-next-ColorWarning-70-0-
|
|
108
|
-
--triplex-next-ColorWarning-80-0-
|
|
109
|
-
--triplex-next-ColorWarning-90-0-
|
|
110
|
-
--triplex-next-ColorWarning-100-0-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-0-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-0-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-0-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-0-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-0-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-0-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-0-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-0-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-0-
|
|
120
|
-
--triplex-next-
|
|
121
|
-
--triplex-next-
|
|
122
|
-
--triplex-next-Button-
|
|
123
|
-
--triplex-next-Button-
|
|
124
|
-
--triplex-next-Button-
|
|
125
|
-
--triplex-next-Button-
|
|
126
|
-
--triplex-next-Button-
|
|
127
|
-
--triplex-next-Button-
|
|
128
|
-
--triplex-next-Button-
|
|
129
|
-
--triplex-next-Button-
|
|
130
|
-
--triplex-next-Button-
|
|
131
|
-
--triplex-next-Button-
|
|
132
|
-
--triplex-next-Button-
|
|
133
|
-
--triplex-next-Button-
|
|
134
|
-
--triplex-next-Button-
|
|
135
|
-
--triplex-next-Button-
|
|
136
|
-
--triplex-next-Button-
|
|
137
|
-
--triplex-next-Button-
|
|
138
|
-
--triplex-next-Button-
|
|
139
|
-
--triplex-next-Button-
|
|
140
|
-
--triplex-next-Button-
|
|
141
|
-
--triplex-next-Button-
|
|
142
|
-
--triplex-next-Button-
|
|
143
|
-
--triplex-next-Button-
|
|
144
|
-
--triplex-next-Button-
|
|
145
|
-
--triplex-next-Button-
|
|
146
|
-
--triplex-next-Button-
|
|
147
|
-
--triplex-next-Button-
|
|
148
|
-
--triplex-next-Button-
|
|
149
|
-
--triplex-next-Button-
|
|
150
|
-
--triplex-next-Button-
|
|
151
|
-
--triplex-next-Button-
|
|
152
|
-
--triplex-next-Button-
|
|
153
|
-
--triplex-next-Button-
|
|
154
|
-
--triplex-next-Button-
|
|
155
|
-
--triplex-next-Button-
|
|
156
|
-
--triplex-next-Button-
|
|
157
|
-
--triplex-next-Button-
|
|
158
|
-
--triplex-next-Button-
|
|
159
|
-
--triplex-next-Button-
|
|
160
|
-
--triplex-next-Button-
|
|
161
|
-
--triplex-next-Button-
|
|
162
|
-
--triplex-next-
|
|
163
|
-
--triplex-next-
|
|
164
|
-
--triplex-next-Calendar-
|
|
165
|
-
--triplex-next-Calendar-
|
|
166
|
-
--triplex-next-Calendar-
|
|
167
|
-
--triplex-next-Calendar-
|
|
168
|
-
--triplex-next-Calendar-
|
|
169
|
-
--triplex-next-Calendar-
|
|
170
|
-
--triplex-next-Calendar-
|
|
171
|
-
--triplex-next-Calendar-
|
|
172
|
-
--triplex-next-Calendar-
|
|
173
|
-
--triplex-next-Calendar-
|
|
174
|
-
--triplex-next-Calendar-
|
|
175
|
-
--triplex-next-Calendar-
|
|
176
|
-
--triplex-next-Calendar-
|
|
177
|
-
--triplex-next-Calendar-
|
|
178
|
-
--triplex-next-Calendar-
|
|
179
|
-
--triplex-next-Calendar-
|
|
180
|
-
--triplex-next-Calendar-
|
|
181
|
-
--triplex-next-Calendar-
|
|
182
|
-
--triplex-next-Calendar-
|
|
183
|
-
--triplex-next-Calendar-
|
|
184
|
-
--triplex-next-Calendar-
|
|
185
|
-
--triplex-next-Calendar-
|
|
186
|
-
--triplex-next-Calendar-
|
|
187
|
-
--triplex-next-Calendar-
|
|
188
|
-
--triplex-next-Calendar-
|
|
189
|
-
--triplex-next-Calendar-
|
|
190
|
-
--triplex-next-Calendar-
|
|
191
|
-
--triplex-next-
|
|
192
|
-
--triplex-next-
|
|
193
|
-
--triplex-next-Card-
|
|
194
|
-
--triplex-next-Card-
|
|
195
|
-
--triplex-next-Card-
|
|
196
|
-
--triplex-next-Card-
|
|
197
|
-
--triplex-next-Card-
|
|
198
|
-
--triplex-next-Card-
|
|
199
|
-
--triplex-next-Card-
|
|
200
|
-
--triplex-next-Card-
|
|
201
|
-
--triplex-next-Card-
|
|
202
|
-
--triplex-next-Card-
|
|
203
|
-
--triplex-next-Card-
|
|
204
|
-
--triplex-next-Card-
|
|
205
|
-
--triplex-next-Card-
|
|
206
|
-
--triplex-next-
|
|
207
|
-
--triplex-next-
|
|
208
|
-
--triplex-next-Checkbox-
|
|
209
|
-
--triplex-next-Checkbox-
|
|
210
|
-
--triplex-next-Checkbox-
|
|
211
|
-
--triplex-next-Checkbox-
|
|
212
|
-
--triplex-next-Checkbox-
|
|
213
|
-
--triplex-next-Checkbox-
|
|
214
|
-
--triplex-next-Checkbox-
|
|
215
|
-
--triplex-next-Checkbox-
|
|
216
|
-
--triplex-next-Checkbox-
|
|
217
|
-
--triplex-next-Checkbox-
|
|
218
|
-
--triplex-next-Checkbox-
|
|
219
|
-
--triplex-next-Checkbox-
|
|
220
|
-
--triplex-next-
|
|
221
|
-
--triplex-next-
|
|
222
|
-
--triplex-next-Chip-
|
|
223
|
-
--triplex-next-Chip-
|
|
224
|
-
--triplex-next-Chip-
|
|
225
|
-
--triplex-next-Chip-
|
|
226
|
-
--triplex-next-Chip-
|
|
227
|
-
--triplex-next-Chip-
|
|
228
|
-
--triplex-next-Chip-
|
|
229
|
-
--triplex-next-Chip-
|
|
230
|
-
--triplex-next-Chip-
|
|
231
|
-
--triplex-next-Chip-
|
|
232
|
-
--triplex-next-Chip-
|
|
233
|
-
--triplex-next-Chip-
|
|
234
|
-
--triplex-next-Chip-
|
|
235
|
-
--triplex-next-Chip-
|
|
236
|
-
--triplex-next-Chip-
|
|
237
|
-
--triplex-next-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-DropdownList-
|
|
243
|
-
--triplex-next-DropdownList-
|
|
244
|
-
--triplex-next-
|
|
245
|
-
--triplex-next-
|
|
246
|
-
--triplex-next-DropdownMobile-
|
|
247
|
-
--triplex-next-DropdownMobile-
|
|
248
|
-
--triplex-next-DropdownMobile-
|
|
249
|
-
--triplex-next-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-
|
|
254
|
-
--triplex-next-FormField-
|
|
255
|
-
--triplex-next-FormField-
|
|
256
|
-
--triplex-next-FormField-
|
|
257
|
-
--triplex-next-FormField-
|
|
258
|
-
--triplex-next-FormField-
|
|
259
|
-
--triplex-next-FormField-
|
|
260
|
-
--triplex-next-FormField-
|
|
261
|
-
--triplex-next-FormField-
|
|
262
|
-
--triplex-next-FormField-
|
|
263
|
-
--triplex-next-FormField-
|
|
264
|
-
--triplex-next-FormField-
|
|
265
|
-
--triplex-next-FormField-
|
|
266
|
-
--triplex-next-FormField-
|
|
267
|
-
--triplex-next-FormField-
|
|
268
|
-
--triplex-next-FormField-
|
|
269
|
-
--triplex-next-FormField-
|
|
270
|
-
--triplex-next-FormField-
|
|
271
|
-
--triplex-next-FormField-
|
|
272
|
-
--triplex-next-
|
|
273
|
-
--triplex-next-
|
|
274
|
-
--triplex-next-
|
|
275
|
-
--triplex-next-Island-
|
|
276
|
-
--triplex-next-Island-
|
|
277
|
-
--triplex-next-Island-
|
|
278
|
-
--triplex-next-Island-
|
|
279
|
-
--triplex-next-
|
|
280
|
-
--triplex-next-
|
|
281
|
-
--triplex-next-IslandAccordion-
|
|
282
|
-
--triplex-next-IslandAccordion-
|
|
283
|
-
--triplex-next-
|
|
284
|
-
--triplex-next-
|
|
285
|
-
--triplex-next-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-Link-
|
|
290
|
-
--triplex-next-Link-
|
|
291
|
-
--triplex-next-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-ListItem-
|
|
294
|
-
--triplex-next-ListItem-
|
|
295
|
-
--triplex-next-
|
|
296
|
-
--triplex-next-
|
|
297
|
-
--triplex-next-ListItemControlsButton-
|
|
298
|
-
--triplex-next-ListItemControlsButton-
|
|
299
|
-
--triplex-next-ListItemControlsButton-
|
|
300
|
-
--triplex-next-ListItemControlsButton-
|
|
301
|
-
--triplex-next-
|
|
302
|
-
--triplex-next-
|
|
303
|
-
--triplex-next-ListMaster-
|
|
304
|
-
--triplex-next-ListMaster-
|
|
305
|
-
--triplex-next-ListMaster-
|
|
306
|
-
--triplex-next-
|
|
307
|
-
--triplex-next-
|
|
308
|
-
--triplex-next-Loader-
|
|
309
|
-
--triplex-next-
|
|
310
|
-
--triplex-next-
|
|
311
|
-
--triplex-next-LoaderScreen-
|
|
312
|
-
--triplex-next-
|
|
313
|
-
--triplex-next-
|
|
314
|
-
--triplex-next-Marker-
|
|
315
|
-
--triplex-next-Marker-
|
|
316
|
-
--triplex-next-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-
|
|
319
|
-
--triplex-next-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-Notification-
|
|
323
|
-
--triplex-next-Notification-
|
|
324
|
-
--triplex-next-
|
|
325
|
-
--triplex-next-
|
|
326
|
-
--triplex-next-
|
|
327
|
-
--triplex-next-
|
|
328
|
-
--triplex-next-Pagination-
|
|
329
|
-
--triplex-next-Pagination-
|
|
330
|
-
--triplex-next-Pagination-
|
|
331
|
-
--triplex-next-
|
|
332
|
-
--triplex-next-
|
|
333
|
-
--triplex-next-Radio-
|
|
334
|
-
--triplex-next-Radio-
|
|
335
|
-
--triplex-next-Radio-
|
|
336
|
-
--triplex-next-Radio-
|
|
337
|
-
--triplex-next-Radio-
|
|
338
|
-
--triplex-next-Radio-
|
|
339
|
-
--triplex-next-Radio-
|
|
340
|
-
--triplex-next-Radio-
|
|
341
|
-
--triplex-next-Radio-
|
|
342
|
-
--triplex-next-Radio-
|
|
343
|
-
--triplex-next-Radio-
|
|
344
|
-
--triplex-next-
|
|
345
|
-
--triplex-next-
|
|
346
|
-
--triplex-next-SegmentedControl-
|
|
347
|
-
--triplex-next-SegmentedControl-
|
|
348
|
-
--triplex-next-
|
|
349
|
-
--triplex-next-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-
|
|
398
|
-
--triplex-next-
|
|
399
|
-
--triplex-next-
|
|
400
|
-
--triplex-next-Skeleton-
|
|
401
|
-
--triplex-next-Skeleton-
|
|
402
|
-
--triplex-next-
|
|
403
|
-
--triplex-next-
|
|
404
|
-
--triplex-next-SmallInput-
|
|
405
|
-
--triplex-next-SmallInput-
|
|
406
|
-
--triplex-next-
|
|
407
|
-
--triplex-next-
|
|
408
|
-
--triplex-next-SMSField-
|
|
409
|
-
--triplex-next-SMSField-
|
|
410
|
-
--triplex-next-SMSField-
|
|
411
|
-
--triplex-next-SMSField-
|
|
412
|
-
--triplex-next-
|
|
413
|
-
--triplex-next-
|
|
414
|
-
--triplex-next-Slider-
|
|
415
|
-
--triplex-next-Slider-
|
|
416
|
-
--triplex-next-Slider-
|
|
417
|
-
--triplex-next-Slider-
|
|
418
|
-
--triplex-next-Slider-
|
|
419
|
-
--triplex-next-Slider-
|
|
420
|
-
--triplex-next-Slider-
|
|
421
|
-
--triplex-next-Slider-
|
|
422
|
-
--triplex-next-Slider-
|
|
423
|
-
--triplex-next-Slider-
|
|
424
|
-
--triplex-next-Slider-
|
|
425
|
-
--triplex-next-Slider-
|
|
426
|
-
--triplex-next-Slider-
|
|
427
|
-
--triplex-next-Slider-
|
|
428
|
-
--triplex-next-Slider-
|
|
429
|
-
--triplex-next-
|
|
430
|
-
--triplex-next-
|
|
431
|
-
--triplex-next-StatusTracker-
|
|
432
|
-
--triplex-next-StatusTracker-
|
|
433
|
-
--triplex-next-StatusTracker-
|
|
434
|
-
--triplex-next-StatusTracker-
|
|
435
|
-
--triplex-next-StatusTracker-
|
|
436
|
-
--triplex-next-StatusTracker-
|
|
437
|
-
--triplex-next-StatusTracker-
|
|
438
|
-
--triplex-next-
|
|
439
|
-
--triplex-next-
|
|
440
|
-
--triplex-next-Step-
|
|
441
|
-
--triplex-next-Step-
|
|
442
|
-
--triplex-next-Step-
|
|
443
|
-
--triplex-next-Step-
|
|
444
|
-
--triplex-next-Step-
|
|
445
|
-
--triplex-next-Step-
|
|
446
|
-
--triplex-next-Step-
|
|
447
|
-
--triplex-next-Step-
|
|
448
|
-
--triplex-next-Step-
|
|
449
|
-
--triplex-next-Step-
|
|
450
|
-
--triplex-next-
|
|
451
|
-
--triplex-next-
|
|
452
|
-
--triplex-next-Stepper-
|
|
453
|
-
--triplex-next-Stepper-
|
|
454
|
-
--triplex-next-Stepper-
|
|
455
|
-
--triplex-next-Stepper-
|
|
456
|
-
--triplex-next-Stepper-
|
|
457
|
-
--triplex-next-Stepper-
|
|
458
|
-
--triplex-next-Stepper-
|
|
459
|
-
--triplex-next-Stepper-
|
|
460
|
-
--triplex-next-Stepper-
|
|
461
|
-
--triplex-next-Stepper-
|
|
462
|
-
--triplex-next-Stepper-
|
|
463
|
-
--triplex-next-Stepper-
|
|
464
|
-
--triplex-next-Stepper-
|
|
465
|
-
--triplex-next-Stepper-
|
|
466
|
-
--triplex-next-Stepper-
|
|
467
|
-
--triplex-next-Stepper-
|
|
468
|
-
--triplex-next-Stepper-
|
|
469
|
-
--triplex-next-
|
|
470
|
-
--triplex-next-
|
|
471
|
-
--triplex-next-TableBasic-
|
|
472
|
-
--triplex-next-TableBasic-
|
|
473
|
-
--triplex-next-TableBasic-
|
|
474
|
-
--triplex-next-TableBasic-
|
|
475
|
-
--triplex-next-TableBasic-
|
|
476
|
-
--triplex-next-TableBasic-
|
|
477
|
-
--triplex-next-TableBasic-
|
|
478
|
-
--triplex-next-TableBasic-
|
|
479
|
-
--triplex-next-
|
|
480
|
-
--triplex-next-
|
|
481
|
-
--triplex-next-Tabs-
|
|
482
|
-
--triplex-next-Tabs-
|
|
483
|
-
--triplex-next-Tabs-
|
|
484
|
-
--triplex-next-Tabs-
|
|
485
|
-
--triplex-next-Tabs-
|
|
486
|
-
--triplex-next-Tabs-
|
|
487
|
-
--triplex-next-Tabs-
|
|
488
|
-
--triplex-next-Tabs-
|
|
489
|
-
--triplex-next-Tabs-
|
|
490
|
-
--triplex-next-Tabs-
|
|
491
|
-
--triplex-next-Tabs-
|
|
492
|
-
--triplex-next-Tabs-
|
|
493
|
-
--triplex-next-Tabs-
|
|
494
|
-
--triplex-next-Tabs-
|
|
495
|
-
--triplex-next-
|
|
496
|
-
--triplex-next-
|
|
497
|
-
--triplex-next-
|
|
498
|
-
--triplex-next-TagColor-
|
|
499
|
-
--triplex-next-TagColor-
|
|
500
|
-
--triplex-next-TagColor-
|
|
501
|
-
--triplex-next-TagColor-
|
|
502
|
-
--triplex-next-
|
|
503
|
-
--triplex-next-
|
|
504
|
-
--triplex-next-TabsLine-
|
|
505
|
-
--triplex-next-TabsLine-
|
|
506
|
-
--triplex-next-
|
|
507
|
-
--triplex-next-
|
|
508
|
-
--triplex-next-Tooltip-
|
|
509
|
-
--triplex-next-Tooltip-
|
|
510
|
-
--triplex-next-Tooltip-
|
|
511
|
-
--triplex-next-Tooltip-
|
|
512
|
-
--triplex-next-Tooltip-
|
|
513
|
-
--triplex-next-Tooltip-
|
|
514
|
-
--triplex-next-Tooltip-
|
|
515
|
-
--triplex-next-Tooltip-
|
|
516
|
-
--triplex-next-
|
|
517
|
-
--triplex-next-
|
|
518
|
-
--triplex-next-
|
|
519
|
-
--triplex-next-Typography-
|
|
520
|
-
--triplex-next-Typography-
|
|
521
|
-
--triplex-next-Typography-
|
|
522
|
-
--triplex-next-Typography-
|
|
523
|
-
--triplex-next-Typography-
|
|
524
|
-
--triplex-next-Typography-
|
|
525
|
-
--triplex-next-Typography-
|
|
526
|
-
--triplex-next-Typography-
|
|
527
|
-
--triplex-next-Typography-
|
|
528
|
-
--triplex-next-
|
|
529
|
-
--triplex-next-
|
|
530
|
-
--triplex-next-UploadZone-
|
|
531
|
-
--triplex-next-UploadZone-
|
|
532
|
-
--triplex-next-UploadZone-
|
|
533
|
-
--triplex-next-UploadZone-DragArea_Background-0-11-0: #F2F4F7;
|
|
534
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-11-0: #21A19A;}
|
|
535
|
-
.underline__92eae2c8{text-decoration:underline}.strikethrough__9061ffb8{text-decoration:line-through}.underlineStrikethrough__c17e24fd{text-decoration:underline line-through}.typography__257814f8.primary__402fe158{color:var(--triplex-next-Typography-Primary_Color-0-11-0)}.typography__257814f8.complementary__6d1cc060{color:var(--triplex-next-Typography-Complementary_Color-0-11-0)}.typography__257814f8.secondary__92c1a891{color:var(--triplex-next-Typography-Secondary_Color-0-11-0)}.typography__257814f8.tertiary__900e869e{color:var(--triplex-next-Typography-Tertiary_Color-0-11-0)}.typography__257814f8.disabled__e66b62d7{color:var(--triplex-next-Typography-Disabled_Color-0-11-0)}.typography__257814f8.brand__fdcd9312{color:var(--triplex-next-Typography-Brand_Color-0-11-0);-webkit-user-select:none;user-select:none}.typography__257814f8.info__218d855e{color:var(--triplex-next-Typography-Info_Color-0-11-0)}.typography__257814f8.success__22b2b9d6{color:var(--triplex-next-Typography-Success_Color-0-11-0)}.typography__257814f8.error__941e1567{color:var(--triplex-next-Typography-Error_Color-0-11-0)}.typography__257814f8.warning__916bd59b{color:var(--triplex-next-Typography-Warning_Color-0-11-0)}.typography__257814f8.system__69946b05{color:var(--triplex-next-Typography-System_Color-0-11-0)}.typography__257814f8.compact__3af11570{line-height:calc(16 / 14)}.title__4e8a1b98{outline:none}.title__4e8a1b98.regular__b03a01fb{font-family:SBSansDisplay}.title__4e8a1b98.semibold__8ad641c6{font-family:SBSansDisplaySemibold}.title__4e8a1b98.medium__7271320a{font-family:SBSansDisplayMedium}.title__4e8a1b98.bold__095f4550{font-family:SBSansDisplayBold}.h1__2cfde0b3,.h2__a0919449,.h3__64251c36{margin:0}.h1__2cfde0b3{font-size:28px;line-height:36px}.h2__a0919449{font-size:24px;line-height:32px}.h3__64251c36{font-size:20px;line-height:28px}.text__0457096d{outline:none}.text__0457096d.regular__b03a01fb{font-family:SBSansText}.text__0457096d.semibold__8ad641c6{font-family:SBSansTextSemibold}.b1__5c50112b{font-size:18px;line-height:24px}.b2__d230598b{font-size:16px;line-height:20px}.b3__c9a2014d{font-size:14px;line-height:20px}.b3__c9a2014d.compact__3af11570{line-height:16px}.b4__52215e03{font-size:12px;line-height:16px}.caption__e891459e.regular__b03a01fb{font-family:SBSansText}.caption__e891459e.semibold__8ad641c6{font-family:SBSansTextSemibold}.c1__876e531b{font-size:10px;line-height:12px}.c2__b5a999cb{font-size:8px;line-height:10px}.d1__97fd85f0{font-size:32px;line-height:40px}.d1__97fd85f0.regular__b03a01fb{font-family:SBSansDisplay}.d1__97fd85f0.semibold__8ad641c6{font-family:SBSansDisplaySemibold}.formFieldInput__8041c3f2{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-11-0)}.formFieldInput__8041c3f2:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-11-0)}.formFieldInput__8041c3f2::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-11-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__8041c3f2:focus{outline:none}.formFieldInput__8041c3f2:focus::placeholder{opacity:1}.formFieldInput__8041c3f2:-webkit-autofill{animation-name:autofill-applied-hook__b5bf359b;animation-duration:1ms}.formFieldInput__8041c3f2:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__c0800180;animation-duration:1ms}.formFieldInput__8041c3f2.sm__77bfab83{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__8041c3f2.md__2e01d4c7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__8041c3f2.lg__53c102ea{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__b5bf359b{0%{transform:none}}@keyframes autofill-cancelled-hook__c0800180{0%{transform:none}}.formField__9ce182fd{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-11-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__9ce182fd:hover{background:var(--triplex-next-FormField-Background_Hover-0-11-0)}.formField__9ce182fd.disabled__dfab3c98{background:var(--triplex-next-FormField-Background_Disabled-0-11-0)}.formField__9ce182fd.active__ec586e89{background:var(--triplex-next-FormField-Background_Active-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-11-0)}.formField__9ce182fd.active__ec586e89::placeholder{opacity:1}.formField__9ce182fd.error__938465ef{background:var(--triplex-next-FormField-Background_Error-0-11-0)}.formField__9ce182fd.error__938465ef:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-11-0)}.formField__9ce182fd.error__938465ef.active__ec586e89{background:var(--triplex-next-FormField-Background_Error-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-11-0)}.formField__9ce182fd.warning__008462a5{background:var(--triplex-next-FormField-Background_Warning-0-11-0)}.formField__9ce182fd.warning__008462a5:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-11-0)}.formField__9ce182fd.warning__008462a5.active__ec586e89{background:var(--triplex-next-FormField-Background_Warning-0-11-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-11-0)}.formField__9ce182fd.size-sm__ae93cf9f{border-radius:6px}.formField__9ce182fd.size-md__af6262cd{border-radius:8px}.formField__9ce182fd.size-lg__1153d725{border-radius:10px}.formFieldDescription__e8841e96{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__e8841e96.withCounter__aedf73dc{display:flex;justify-content:space-between}.formFieldLabel__ce9288b1{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__ce9288b1.size-sm__ae93cf9f{top:6px}.formFieldLabel__ce9288b1.size-md__af6262cd{top:10px}.formFieldLabel__ce9288b1.size-lg__1153d725{top:18px}.formFieldLabel__ce9288b1.size-lg__1153d725.floating__f0edbeca{top:10px}.formFieldLabelText__3fcf29ef{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-11-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__ae93cf9f .formFieldLabelText__3fcf29ef{font-size:12px;line-height:16px}.size-md__af6262cd .formFieldLabelText__3fcf29ef{font-size:14px;line-height:20px}.size-lg__1153d725 .formFieldLabelText__3fcf29ef{font-size:16px;line-height:20px}.floating__f0edbeca .formFieldLabelText__3fcf29ef{font-size:12px;line-height:16px}.floating__f0edbeca.size-sm__ae93cf9f .formFieldLabelText__3fcf29ef,.floating__f0edbeca.size-md__af6262cd .formFieldLabelText__3fcf29ef{display:none}.disabled__dfab3c98 .formFieldLabelText__3fcf29ef{color:var(--triplex-next-FormField-Label_Color_Disabled-0-11-0)}.formFieldPostfix__afb115a4{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__70796d07{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__24f2eec0{padding-left:4px}.formFieldMaskedInputWrapper__a9943f6e{position:relative}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInputPlaceholder__7f6b6d5c{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInputPlaceholder__7f6b6d5c::placeholder{opacity:1}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInputPlaceholder__7f6b6d5c:disabled{visibility:hidden}.formFieldMaskedInputWrapper__a9943f6e.size-sm__ae93cf9f{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a9943f6e.size-sm__ae93cf9f .formFieldMaskedInputPlaceholder__7f6b6d5c{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a9943f6e.size-md__af6262cd{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e.size-md__af6262cd .formFieldMaskedInputPlaceholder__7f6b6d5c{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e.size-lg__1153d725{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e.size-lg__1153d725 .formFieldMaskedInputPlaceholder__7f6b6d5c{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a9943f6e .formFieldMaskedInput__d4e193c9{display:block;position:relative;background:none!important}.dropdownDesktop__2a0e7be0{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-11-0);background-color:var(--triplex-next-Dropdown-Background-0-11-0)}.dropdownDesktop-sm__a9dad960{border-radius:6px}.dropdownDesktop-md__bde7a380{border-radius:8px}.dropdownDesktop-lg__82e7101e{border-radius:10px}.dropdownDesktopOverflowHidden__9341a41f{overflow:hidden}.dropdownMobileWrapper__afa67371{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__5d762ff6{background:var(--triplex-next-DropdownMobile-Backdrop-0-11-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__5d762ff6.closing__fca23d32{opacity:0}.dropdownMobileBackdrop__5d762ff6.opening__3e3801f2,.dropdownMobileBackdrop__5d762ff6.opened__0ecd061e{opacity:var(--triplex-DropdownMobile-Opacity-0-11-0)}.dropdownMobile__7016a4de{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__7016a4de.closing__fca23d32{transform:translateY(100%)}.dropdownMobile__7016a4de.opening__3e3801f2,.dropdownMobile__7016a4de.opened__0ecd061e{transform:translateY(0)}.dropdownMobileHeader__c07891e2{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-11-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__c07891e2 .dropdownMobileHeaderContent__ec222574{margin-right:28px;min-height:20px}.dropdownMobileContent__cd46c89b{background:var(--triplex-next-DropdownMobile-Content_Background-0-11-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__d984ff16{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-11-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-11-0);flex-shrink:1}.dropdownMobileListItem__8d86c025{padding:16px}.dropdownMobileListItem__8d86c025.selected__b05f9456{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-11-0)}.dropdownMobileListItem__8d86c025:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-11-0)}.dropdownMobileListLoader__030ba484{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__3e82fe79{overflow:hidden}.controlButtons__b5b037d4{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__c609b3f5{margin-right:8px}.notificationIcon__f599be90{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__958118d1{padding:4px;overflow:auto}.dropdownDesktopList__958118d1.sm__bac1797a{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__958118d1.sm__bac1797a .dropdownDesktopListItem__4c4d6028{padding:6px 8px;border-radius:6px}.dropdownDesktopList__958118d1.sm__bac1797a .dropdownDesktopListLoader__b04d4deb{margin:0 auto}.dropdownDesktopList__958118d1.md__6ca360b9{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__958118d1.md__6ca360b9 .dropdownDesktopListItem__4c4d6028{padding:7px 8px;border-radius:8px}.dropdownDesktopList__958118d1.md__6ca360b9 .dropdownDesktopListLoader__b04d4deb{margin:-2px auto}.dropdownDesktopList__958118d1.lg__83a6c800{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__958118d1.lg__83a6c800 .dropdownDesktopListItem__4c4d6028{padding:14px 8px;border-radius:10px}.dropdownDesktopList__958118d1.lg__83a6c800 .dropdownDesktopListLoader__b04d4deb{margin:-6px auto}.dropdownDesktopListItem__4c4d6028{color:var(--triplex-next-DropdownList-Color-0-11-0);background:var(--triplex-next-DropdownList-Background_Default-0-11-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__4c4d6028+.dropdownDesktopListItem__4c4d6028{margin-top:2px}.dropdownDesktopListItem__4c4d6028.active__16bf08ab{background:var(--triplex-next-DropdownList-Background_Active-0-11-0);cursor:pointer}.dropdownDesktopListItem__4c4d6028.selected__b05f9456{background:var(--triplex-next-DropdownList-Background_Selected-0-11-0);cursor:default}.notificationIcon__426bed3a{position:absolute;right:4px;top:4px}.loaderSmall__780c2842{display:flex;justify-content:center;align-items:center}.loaderSmall__780c2842.sm__5f630948{width:16px;height:16px;gap:2px}.loaderSmall__780c2842.sm__5f630948 .dot__7f71e3cc{width:4px;height:4px}.loaderSmall__780c2842.md__7dfb58ce{width:24px;height:24px;gap:3px}.loaderSmall__780c2842.md__7dfb58ce .dot__7f71e3cc{width:6px;height:6px}.loaderSmall__780c2842.lg__3d588eab{width:32px;height:32px;gap:4px}.loaderSmall__780c2842.lg__3d588eab .dot__7f71e3cc{width:8px;height:8px}.loaderSmall__780c2842.neutral__c9b8ae2f .dot__7f71e3cc{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-11-0)}.loaderSmall__780c2842.brand__265cbced .dot__7f71e3cc{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-11-0)}.loaderSmall__780c2842 .dot__7f71e3cc{border-radius:50%}.loaderSmall__780c2842 .dot1__e53b2c8f{animation:dotCycleSmall__94cd57d9 .9s infinite}.loaderSmall__780c2842 .dot2__b0ec8a6c{animation:dotCycleSmall__94cd57d9 .9s infinite .15s}.loaderSmall__780c2842 .dot3__fddb3dc7{animation:dotCycleSmall__94cd57d9 .9s infinite .3s}@keyframes dotCycleSmall__94cd57d9{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__e7e8ab1c{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-11-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__b0549412{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__b0549412 .dot__7f71e3cc{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-11-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__b0549412 .dot1__e53b2c8f{top:0;left:0;animation:dotCycleMiddle__900ae0c8 3s infinite}.loaderMiddleDots__b0549412 .dot2__b0ec8a6c{right:0;top:0;opacity:.7;animation:dotCycleMiddle__900ae0c8 3s infinite .74s}.loaderMiddleDots__b0549412 .dot3__fddb3dc7{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__900ae0c8 3s infinite 1.5s}.loaderMiddleDots__b0549412 .dot4__5091f4d1{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__900ae0c8 3s infinite 2.25s}.loaderMiddleDots__b0549412 .line__2a7c2e91{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-11-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__54bc603e 3s infinite}@keyframes lineCycle__54bc603e{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__900ae0c8{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__5542e403{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__5542e403:enabled{cursor:pointer}.buttonIcon__5542e403.circle__edfc63b9{border-radius:50%}.buttonIcon__5542e403.squircle__66d7cf7d{border-radius:4px}.buttonIcon__5542e403:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-11-0)}.dropdownMobileInput__eb156265{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-11-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__eb156265::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-11-0);opacity:1}.dropdownMobileInput__eb156265::-ms-clear{display:none}.tabsLineWrapper__0d94ab18[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__0d94ab18[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__0d94ab18[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__0d94ab18[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__0d94ab18{position:relative}.tabsLineWrapper__0d94ab18.withSeparator__a6f823b8:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-11-0);bottom:0;left:0;right:0}.tabsLine__c0028ea9{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__c0028ea9:has(.sm__57739b5b){height:28px}.tabsLine__c0028ea9:has(.md__2f2af891){height:40px}.tabsLine__c0028ea9:has(.lg__265c714b){height:56px}.tab__8b1ff42c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__8b1ff42c.sm__57739b5b{height:28px;padding-bottom:12px}.tab__8b1ff42c.md__2f2af891{height:40px;padding-top:8px;padding-bottom:12px}.tab__8b1ff42c.lg__265c714b{height:56px;padding-top:16px;padding-bottom:20px}.tab__8b1ff42c::-moz-focus-inner{border:none;padding:0}.tab__8b1ff42c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-11-0)}.tab__8b1ff42c.active__9e49d655{cursor:default}.tab__8b1ff42c:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__8b1ff42c:hover:after,.tab__8b1ff42c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-11-0)}.tab__8b1ff42c.active__9e49d655:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-11-0)}.notificationIcon__d4fe29fd{position:absolute;right:6px}.sm__57739b5b .notificationIcon__d4fe29fd{top:0}.md__2f2af891 .notificationIcon__d4fe29fd{top:8px}.lg__265c714b .notificationIcon__d4fe29fd{top:16px}.tabsLineDropdown__b93f0c3b{display:inline-block}.tabsLineDropdown__b93f0c3b .dropdownTarget__6c2cac65.active__9e49d655{cursor:pointer}.tabsLineDropdown__b93f0c3b .dropdownTargetInner__c6a673d0{display:inline-flex;align-items:center}.tabsLineDropdown__b93f0c3b .dropdownTargetCaret__dfcc52c1{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__b93f0c3b .dropdownTargetCaret__dfcc52c1.opened__3917e6a9{transform:rotate(-180deg)}.tabsLineDropdown__b93f0c3b .dropdown__ab7e2aa7{right:0;padding:4px}.tabsLineMobileWrapper__baafc2c6{position:relative}.tabsLineMobileWrapper__baafc2c6 .tab__8b1ff42c{flex-shrink:0}.tabsLineMobileWrapper__baafc2c6 .tab__8b1ff42c:first-child{margin-left:16px}.tabsLineMobileWrapper__baafc2c6 .tab__8b1ff42c:last-child{margin-right:16px}.tabsLineMobile__74b8bf33{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__74b8bf33::-webkit-scrollbar{display:none}.label__2f3c9f05{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__2f3c9f05.sm__62bcaacc{min-width:16px;min-height:16px}.label__2f3c9f05.sm__62bcaacc.nonempty__d36f7116{padding-left:24px}.label__2f3c9f05.md__8cbee351{min-height:24px;min-width:24px}.label__2f3c9f05.md__8cbee351.nonempty__d36f7116{padding-left:32px;padding-top:2px}.label__2f3c9f05.lg__eba76a7b{min-width:28px;min-height:28px}.label__2f3c9f05.lg__eba76a7b.nonempty__d36f7116{padding-left:40px;padding-top:4px}.label__2f3c9f05.disabled__baef41fc{cursor:default}.radio__cd4d65fc{margin:0;opacity:0}.radioIcon__2d4bcd6a{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-11-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-11-0)}.radioIcon__2d4bcd6a:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-11-0);border-radius:50%;transform:scale(0)}.sm__62bcaacc .radioIcon__2d4bcd6a:after{width:8px;height:8px;top:4px;left:4px}.md__8cbee351 .radioIcon__2d4bcd6a:after{width:12px;height:12px;top:6px;left:6px}.lg__eba76a7b .radioIcon__2d4bcd6a:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__2d4bcd6a,.radioIcon__2d4bcd6a:after{pointer-events:none}.radio__cd4d65fc,.radioIcon__2d4bcd6a{position:absolute;left:0;top:0}.sm__62bcaacc .radio__cd4d65fc,.sm__62bcaacc .radioIcon__2d4bcd6a{width:16px;height:16px;top:2px}.md__8cbee351 .radio__cd4d65fc,.md__8cbee351 .radioIcon__2d4bcd6a{width:24px;height:24px}.lg__eba76a7b .radio__cd4d65fc,.lg__eba76a7b .radioIcon__2d4bcd6a{width:28px;height:28px}.radio__cd4d65fc:enabled{cursor:pointer}.radio__cd4d65fc:checked+.radioIcon__2d4bcd6a{background:var(--triplex-next-Radio-Background_Checked_Default-0-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-11-0)}.radio__cd4d65fc:checked+.radioIcon__2d4bcd6a:after{transform:scale(1);transition:transform .2s ease-out}.radio__cd4d65fc:hover+.radioIcon__2d4bcd6a{background-color:var(--triplex-next-Radio-Background_Hover-0-11-0);box-shadow:none}.radio__cd4d65fc:disabled+.radioIcon__2d4bcd6a{background:var(--triplex-next-Radio-Background_Disabled-0-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-11-0)}.radio__cd4d65fc:disabled:checked+.radioIcon__2d4bcd6a{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-11-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-11-0)}.radio__cd4d65fc:disabled+.radioIcon__2d4bcd6a:after{background:var(--triplex-next-Radio-Dot_Disabled-0-11-0)}.radio__cd4d65fc:focus-visible+.radioIcon__2d4bcd6a{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-11-0)}.radio__cd4d65fc:checked:enabled:hover+.radioIcon__2d4bcd6a{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-11-0)}.radioXGroup__12f0517a{display:inline-flex;flex-flow:row wrap}.radioXGroup__12f0517a.indent-12__ab639c02{margin-left:-6px;margin-right:-6px}.radioXGroup__12f0517a.indent-12__ab639c02 .label__2f3c9f05{margin-left:6px;margin-right:6px}.radioXGroup__12f0517a.indent-16__cb524110{margin-left:-8px;margin-right:-8px}.radioXGroup__12f0517a.indent-16__cb524110 .label__2f3c9f05{margin-left:8px;margin-right:8px}.radioXGroup__12f0517a.indent-20__e646c904{margin-left:-10px;margin-right:-10px}.radioXGroup__12f0517a.indent-20__e646c904 .label__2f3c9f05{margin-left:10px;margin-right:10px}.radioXGroup__12f0517a.indent-24__afe77b17{margin-left:-12px;margin-right:-12px}.radioXGroup__12f0517a.indent-24__afe77b17 .label__2f3c9f05{margin-left:12px;margin-right:12px}.radioXGroup__12f0517a.indent-28__b111d6f6{margin-left:-14px;margin-right:-14px}.radioXGroup__12f0517a.indent-28__b111d6f6 .label__2f3c9f05{margin-left:14px;margin-right:14px}.radioXGroup__12f0517a.indent-32__b10df817{margin-left:-16px;margin-right:-16px}.radioXGroup__12f0517a.indent-32__b10df817 .label__2f3c9f05{margin-left:16px;margin-right:16px}.radioYGroup__8785f993{display:inline-flex;flex-flow:column wrap}.radioYGroup__8785f993 .label__2f3c9f05.sm__62bcaacc+.label__2f3c9f05.sm__62bcaacc{margin-top:8px}.radioYGroup__8785f993 .label__2f3c9f05.md__8cbee351+.label__2f3c9f05.md__8cbee351{margin-top:16px}.radioYGroup__8785f993 .label__2f3c9f05.lg__eba76a7b+.label__2f3c9f05.lg__eba76a7b{margin-top:20px}.notification__7549f153{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-11-0);background:var(--triplex-next-Notification-Background-0-11-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-11-0);z-index:300}.notification__7549f153:first-child{margin-top:0}.notification__7549f153.extraBottomPadding__621b25f8{padding-bottom:24px}.notification__7549f153 .notificationHeader__4929e6ab{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-11-0);width:100%;margin-top:0;margin-bottom:8px}.notification__7549f153 .notificationIcon__36bc40e3{line-height:0}.notification__7549f153 .notificationBody__5b6e6f41{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__7549f153 .notificationBodyList__2afc239d{margin-top:8px}.notification__7549f153 .notificationBodyContent__3fbd6b11{width:100%;font-size:14px}.notification__7549f153 .notificationClose__1df589f3{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__7549f153.showCloseOnHover__e80787c1 .notificationClose__1df589f3{opacity:0}.notification__7549f153.showCloseOnHover__e80787c1:hover{cursor:pointer}.notification__7549f153.showCloseOnHover__e80787c1:hover .notificationClose__1df589f3{opacity:1}.notification__7549f153 .notificationFooter__dbbb3e86{display:flex;align-items:center;margin-top:16px}.notification__7549f153 .notificationFooter__dbbb3e86 button+a{margin-left:16px}.notification__7549f153 .notificationTime__5ec093ca{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-11-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0442ef56{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0442ef56:hover{cursor:pointer}.notificationGroupedWrapper__0442ef56 .notificationGroupedFooterItem__d52491aa{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-11-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-11-0)}.notificationGroupedWrapper__0442ef56 .notificationGroupedFooterItem__d52491aa.first__843bcdd0{bottom:-8px;z-index:200}.notificationGroupedWrapper__0442ef56 .notificationGroupedFooterItem__d52491aa.second__88b6968d{bottom:-16px;z-index:100}@media(max-width:767px){.notification__7549f153,.notificationGroupedWrapper__0442ef56{width:100%}}.unorderedListItem__e76d4c5c:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__e76d4c5c+.unorderedListItem__e76d4c5c{margin-top:8px}.unorderedList__c793e258{position:relative;margin:0;padding-left:14px;list-style:none}.button__beb01a78.general__e37ba29c{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-11-0);color:var(--triplex-next-Button-General_Color_Default-0-11-0)}.button__beb01a78.general__e37ba29c:hover{background:var(--triplex-next-Button-General_Background_Hover-0-11-0);color:var(--triplex-next-Button-General_Color_Hover-0-11-0)}.button__beb01a78.general__e37ba29c.expanded__eb4ed197,.button__beb01a78.general__e37ba29c:active{background:var(--triplex-next-Button-General_Background_Active-0-11-0);color:var(--triplex-next-Button-General_Color_Active-0-11-0)}.button__beb01a78.general__e37ba29c:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-11-0)}.button__beb01a78.general__e37ba29c:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-11-0);color:var(--triplex-next-Button-General_Color_Disabled-0-11-0)}.button__beb01a78.secondary__414e0c90{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-11-0)}.button__beb01a78.secondary__414e0c90:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-11-0)}.button__beb01a78.secondary__414e0c90.expanded__eb4ed197,.button__beb01a78.secondary__414e0c90:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-11-0)}.button__beb01a78.secondary__414e0c90:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-11-0)}.button__beb01a78.secondary__414e0c90:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-11-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-11-0)}.button__beb01a78.secondaryLight__e13b3398{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-11-0)}.button__beb01a78.secondaryLight__e13b3398:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-11-0)}.button__beb01a78.secondaryLight__e13b3398.expanded__eb4ed197,.button__beb01a78.secondaryLight__e13b3398:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-11-0)}.button__beb01a78.secondaryLight__e13b3398:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-11-0)}.button__beb01a78.secondaryLight__e13b3398:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-11-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-11-0)}.button__beb01a78.danger__f9047739{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-11-0);color:var(--triplex-next-Button-Danger_Color_Default-0-11-0)}.button__beb01a78.danger__f9047739:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-11-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-11-0)}.button__beb01a78.danger__f9047739.expanded__eb4ed197,.button__beb01a78.danger__f9047739:active{background:var(--triplex-next-Button-Danger_Background_Active-0-11-0);color:var(--triplex-next-Button-Danger_Color_Active-0-11-0)}.button__beb01a78.danger__f9047739:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-11-0)}.button__beb01a78.danger__f9047739:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-11-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-11-0)}.button__beb01a78.link__6e765d2d{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-11-0);padding:0}.button__beb01a78.link__6e765d2d.sm__189bb4f7{height:28px;min-width:0px;padding:6px 2px}.button__beb01a78.link__6e765d2d.md__06cab162{height:40px;min-width:0px;padding:10px 2px}.button__beb01a78.link__6e765d2d.lg__a7cf5453{height:56px;min-width:0px;padding:18px 2px}.button__beb01a78.link__6e765d2d:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-11-0)}.button__beb01a78.link__6e765d2d.expanded__eb4ed197,.button__beb01a78.link__6e765d2d:active{color:var(--triplex-next-Button-Link_Color_Active-0-11-0)}.button__beb01a78.link__6e765d2d:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-11-0)}.button__beb01a78.link__6e765d2d:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-11-0)}.button__beb01a78{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__beb01a78::-moz-focus-inner{border:none;padding:0}.button__beb01a78.sm__189bb4f7{line-height:16px;font-size:12px}.button__beb01a78.sm__189bb4f7.general__e37ba29c,.button__beb01a78.sm__189bb4f7.secondary__414e0c90,.button__beb01a78.sm__189bb4f7.secondaryLight__e13b3398,.button__beb01a78.sm__189bb4f7.danger__f9047739{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__beb01a78.sm__189bb4f7.icon__f1947d57{min-height:28px;min-width:28px;padding:4px}.button__beb01a78.md__06cab162{line-height:20px;font-size:14px}.button__beb01a78.md__06cab162.general__e37ba29c,.button__beb01a78.md__06cab162.secondary__414e0c90,.button__beb01a78.md__06cab162.secondaryLight__e13b3398,.button__beb01a78.md__06cab162.danger__f9047739{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__beb01a78.md__06cab162.icon__f1947d57{min-height:40px;min-width:40px;padding:10px}.button__beb01a78.lg__a7cf5453{line-height:20px;font-size:16px}.button__beb01a78.lg__a7cf5453.general__e37ba29c,.button__beb01a78.lg__a7cf5453.secondary__414e0c90,.button__beb01a78.lg__a7cf5453.secondaryLight__e13b3398,.button__beb01a78.lg__a7cf5453.danger__f9047739{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__beb01a78.lg__a7cf5453.icon__f1947d57{min-height:56px;min-width:56px;padding:12px}.button__beb01a78:disabled{cursor:default}.button__beb01a78:disabled *{pointer-events:none}.button__beb01a78+.button__beb01a78:not(.block__a7d7b2c2){margin-left:12px}.button__beb01a78 .content__cf2ae0b4{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__beb01a78.block__a7d7b2c2{display:block;width:100%}.button__beb01a78.loading__1091f2e9{pointer-events:none}.button__beb01a78.loading__1091f2e9 .content__cf2ae0b4{visibility:hidden}.button__beb01a78 .loader__d16e5b66{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__beb01a78 .loader__d16e5b66.hidden__a5d69031{visibility:hidden}.buttonDropdownExtended__8efa5b9d{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__8efa5b9d .buttonDropdownExtendedBlock__114743ab{padding:4px;margin-top:4px;right:0}.buttonDropdown__a9caba67.block__a7d7b2c2{display:block}.buttonDropdown__a9caba67+.button__beb01a78:not(.block__a7d7b2c2),.buttonDropdown__a9caba67+.buttonDropdown__a9caba67:not(.block__a7d7b2c2){margin-left:16px}.buttonDropdown__a9caba67 .buttonDropdownTarget__5c4fd2a9 .caretIcon__dbddd90b{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__a9caba67 .buttonDropdownTarget__5c4fd2a9.active__ba5f9cc8 .caretIcon__dbddd90b{transform:rotate(-180deg)}.buttonDropdown__a9caba67 .buttonDropdownMenuItem__7f69839a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__90e74f8c{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__6b0e0cd9{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__2e19e731{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__575e99b2{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-11-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__f080c125{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__f080c125 .modalWindowContentWrapper__9517c7ad{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__90e74f8c .6s ease}.modalWindow__f080c125 .modalWindowContent__def12cf1{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__f080c125 .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{box-sizing:border-box;animation:fadeIn__17cc5885 .3s ease}@keyframes fadeIn__17cc5885{0%{opacity:0}to{opacity:1}}.modalWindow__f080c125 .modalWindowContent__def12cf1 .spinnerSm__4f20acd7{display:none}@media(max-width:767px){.modalWindow__f080c125 .modalWindowContent__def12cf1 .spinner__d9e83d91{display:none}.modalWindow__f080c125 .modalWindowContent__def12cf1 .spinnerSm__4f20acd7{display:flex}}.global-modalWindowTransition-exit .modalWindow__f080c125 .modalWindowContentWrapper__9517c7ad{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__6b0e0cd9 .3s ease}.global-modalWindowTransition-exit .modalWindow__f080c125 .modalWindowContentWrapper__9517c7ad .modalWindowBody__9b6e6cb8{animation:fadeOut__be87c823 .3s ease}@keyframes fadeOut__be87c823{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__19c7902f{position:absolute;left:0;right:0;height:0}.modalWindow__f080c125.sm__0c08f44d .modalWindowContentWrapper__9517c7ad{max-width:480px}.modalWindow__f080c125.sm__0c08f44d .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{min-height:196px}@media(max-width:575px){.modalWindow__f080c125.sm__0c08f44d .modalWindowContentWrapper__9517c7ad{max-width:100%}}.modalWindow__f080c125.md__e7aa7304 .modalWindowContentWrapper__9517c7ad{max-width:600px}.modalWindow__f080c125.md__e7aa7304 .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{min-height:246px}@media(max-width:767px){.modalWindow__f080c125.md__e7aa7304 .modalWindowContentWrapper__9517c7ad{max-width:100%}}.modalWindow__f080c125.lg__28791c52 .modalWindowContentWrapper__9517c7ad{max-width:800px}.modalWindow__f080c125.lg__28791c52 .modalWindowContent__def12cf1 .modalWindowBody__9b6e6cb8{min-height:396px}@media(max-width:991px){.modalWindow__f080c125.lg__28791c52 .modalWindowContentWrapper__9517c7ad{max-width:100%}}.modalWindowContentPage__04be6c3e{background:var(--triplex-next-ModalWindow-Background-0-11-0);padding:8px!important}.modalWindowContentPage__04be6c3e,.modalWindowLoaderScreen__f97d8c44{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__04be6c3e,.modalWindowLoaderScreen__f97d8c44{border-radius:24px}}.islandBody__e8484ae9{display:block}.islandHeader__be19f110,.islandFooter__0db5f287,.island__cb873bb7{position:relative}.island__cb873bb7.type1__7e9177f0{background-color:var(--triplex-next-Island-Type1_Background-0-11-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-11-0)}.island__cb873bb7.type2__d83798f3{background-color:var(--triplex-next-Island-Type2_Background-0-11-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-11-0)}.island__cb873bb7.type3__1922d8f0{background-color:var(--triplex-next-Island-Type3_Background-0-11-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-11-0)}.island__cb873bb7.sm__726b14ea{border-radius:16px;padding:16px}.island__cb873bb7.sm__726b14ea .islandHeader__be19f110+.islandBody__e8484ae9,.island__cb873bb7.sm__726b14ea .islandHeader__be19f110+.islandFooter__0db5f287,.island__cb873bb7.sm__726b14ea .islandBody__e8484ae9+.islandFooter__0db5f287{margin-top:8px}.island__cb873bb7.md__eaa4dd09{border-radius:24px;padding:24px}.island__cb873bb7.md__eaa4dd09 .islandHeader__be19f110+.islandBody__e8484ae9,.island__cb873bb7.md__eaa4dd09 .islandHeader__be19f110+.islandFooter__0db5f287,.island__cb873bb7.md__eaa4dd09 .islandBody__e8484ae9+.islandFooter__0db5f287{margin-top:12px}.island__cb873bb7.lg__185b1dcb{border-radius:32px;padding:32px}.island__cb873bb7.lg__185b1dcb .islandHeader__be19f110+.islandBody__e8484ae9,.island__cb873bb7.lg__185b1dcb .islandHeader__be19f110+.islandFooter__0db5f287,.island__cb873bb7.lg__185b1dcb .islandBody__e8484ae9+.islandFooter__0db5f287{margin-top:16px}@media(max-width:767px){.island__cb873bb7.sm__726b14ea,.island__cb873bb7.md__eaa4dd09{border-radius:16px;padding:16px}.island__cb873bb7.lg__185b1dcb{border-radius:24px;padding:24px}}.modalWindowBody__9b6e6cb8{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__a5a7da8e{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__a5a7da8e{top:20px;right:20px}}.loaderScreen__9eafff04{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__9eafff04.loaderSmallBackdrop__07e7bd7d{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-11-0)}.loaderScreen__9eafff04.loaderMiddleBackdrop__8c24c83b{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-11-0)}.body__e22c9a38{position:relative;display:flex}.body__e22c9a38 .bodyInner__a99f4a07{position:relative;flex-grow:1;width:100%}.bodyPage__81727de3{flex-grow:1}.verticalMargin24__a05321f2{margin-top:24px;margin-bottom:24px}.verticalMargin16__abf9dfa3{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__a05321f2{margin-top:16px;margin-bottom:16px}.verticalMargin16__abf9dfa3{margin-top:8px;margin-bottom:8px}}.headerTabs__b8e7bd6c{display:flex;justify-content:space-between}.headerTabs__b8e7bd6c .headerTabsContent__51b37788{flex-grow:1}.headerTabs__b8e7bd6c .headerTabsControls__0c9c3aab{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__b8e7bd6c{flex-wrap:wrap}.headerTabs__b8e7bd6c .headerTabsContent__51b37788{width:100%}.headerTabs__b8e7bd6c .headerTabsControls__0c9c3aab{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__b8e7bd6c .headerTabsControls__0c9c3aab>button{margin-left:16px;margin-top:16px}}.headerTitle__7eb946c8{display:flex;justify-content:space-between}.headerTitle__7eb946c8 .headerTitleControls__49291cae{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__daa0c293+.headerTitle__7eb946c8{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__7eb946c8{flex-wrap:wrap}.headerTitle__7eb946c8 .headerTitleContent__7a2702b8{width:100%}.headerTitle__7eb946c8 .headerTitleControls__49291cae{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__7eb946c8 .headerTitleControls__49291cae>button{margin-left:16px;margin-top:16px}}.headerSubheader__192b961b{padding:24px 0}.headerSubheader__192b961b.withoutPaddings__d5194371{padding:0}.headerLayoutSidebar__b6f5ed85{display:flex;justify-content:space-between}.headerLayoutSidebarContent__d78d0981{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__d24bd553{display:none}}.page__6b471d87{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media(max-width:767px){.page__6b471d87{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__430603f2.sticky__a2d64df6{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__430603f2.sticky__a2d64df6[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-11-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__d81953ac.sticky__a2d64df6{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__d81953ac.sticky__a2d64df6[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-11-0)!important}.footerDescription__b5b5403f{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__1d68d4a0{flex-grow:1;margin-right:auto}.footerDescriptionControls__519ae8c1{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__b5b5403f{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__1d68d4a0{width:100%}.footerDescriptionControls__519ae8c1{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__519ae8c1>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__1d68d4a0+.footerDescriptionControls__519ae8c1{margin-top:0}.footer__438244f6{padding:16px 0}}.modalWindowHeader__81e5cf51 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__81e5cf51 .global-HeaderTitleContent{padding-right:72px}}.list__87f59a87{margin:0;padding:0;list-style:none;position:relative}.listItemControls__4f291b52{display:flex;padding:0 16px 0 4px}.listItemContent__fdd42f93{background:var(--triplex-next-ListItem-Background-0-11-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__fdd42f93.selected__2dc2c21b{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-11-0)}.listItemControlsButton__7382f159{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-11-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__7382f159:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-11-0)}.listItemControlsButton__7382f159:hover .listItemControlsButtonLabel__e88af63f{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-11-0)!important}.listItemControlsButton__7382f159.expanded__fd0e51cf,.listItemControlsButton__7382f159:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-11-0)}.listItemControlsButton__7382f159.expanded__fd0e51cf .listItemControlsButtonLabel__e88af63f,.listItemControlsButton__7382f159:active .listItemControlsButtonLabel__e88af63f{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-11-0)!important}.listItemControlsButton__7382f159+.listItemControlsButton__7382f159,.listItemControlsButton__7382f159+.listItemControlsButtonDropdown__79f49774{margin-left:4px}.listItemControlsButtonIcon__ac2f4870{line-height:0}.listItemControlsButton__7382f159.withText__68403acb .listItemControlsButtonIcon__ac2f4870{margin-bottom:8px}.listItemControlsButtonLabel__e88af63f{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-11-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__79f49774{display:flex}.listItemControlsButtonInner__b6bf23cf{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__7382f159.withIcon__0e66a591.withText__68403acb .listItemControlsButtonInner__b6bf23cf{height:44px;overflow:visible}.buttonDropdownMenuItem__1b12b292{overflow:hidden;text-overflow:ellipsis}.listEmptyState__70b34df1{padding:64px 16px 16px;text-align:center}.listItemLoading__f1a5c963{height:24px;padding:12px 0;position:relative}.label__5ec1f5ec{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5ec1f5ec.sm__6a22d0de{min-width:16px;min-height:16px}.label__5ec1f5ec.sm__6a22d0de.nonempty__db2500bd{padding-left:24px}.label__5ec1f5ec.md__21829ab8{min-width:24px;min-height:24px}.label__5ec1f5ec.md__21829ab8.nonempty__db2500bd{padding-left:32px;padding-top:2px}.label__5ec1f5ec.lg__a0b190bb{min-width:28px;min-height:28px}.label__5ec1f5ec.lg__a0b190bb.nonempty__db2500bd{padding-left:40px;padding-top:4px}.label__5ec1f5ec.disabled__a52cd539{cursor:default}.label__5ec1f5ec[hidden]{display:none}.checkbox__a25e4b31{margin:0;opacity:0}.checkboxIcon__a8186e15{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-11-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-11-0)}.sm__6a22d0de .checkboxIcon__a8186e15{border-radius:4px}.checkmarkIcon__40fac467{transform:scale(0)}.checkmarkIcon__40fac467 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-11-0)}.checkboxIcon__a8186e15,.checkmarkIcon__40fac467{pointer-events:none}.checkbox__a25e4b31,.checkboxIcon__a8186e15,.checkmarkIcon__40fac467{position:absolute;left:0;top:0}.sm__6a22d0de .checkbox__a25e4b31,.sm__6a22d0de .checkboxIcon__a8186e15,.sm__6a22d0de .checkmarkIcon__40fac467{width:16px;height:16px;top:2px}.md__21829ab8 .checkbox__a25e4b31,.md__21829ab8 .checkboxIcon__a8186e15,.md__21829ab8 .checkmarkIcon__40fac467{width:24px;height:24px}.lg__a0b190bb .checkbox__a25e4b31,.lg__a0b190bb .checkboxIcon__a8186e15,.lg__a0b190bb .checkmarkIcon__40fac467{width:28px;height:28px}.checkbox__a25e4b31:enabled{cursor:pointer}.checkbox__a25e4b31:enabled:hover+.checkboxIcon__a8186e15{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-11-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-11-0)}.checkbox__a25e4b31:checked+.checkboxIcon__a8186e15{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-11-0)}.checkbox__a25e4b31:checked~.checkmarkIcon__40fac467{transform:scale(1);transition:transform .2s ease-out}.checkbox__a25e4b31:disabled+.checkboxIcon__a8186e15{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-11-0)}.checkbox__a25e4b31:disabled:checked+.checkboxIcon__a8186e15{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-11-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-11-0)}.checkbox__a25e4b31:disabled~.checkmarkIcon__40fac467 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-11-0)}.checkbox__a25e4b31:focus-visible+.checkboxIcon__a8186e15{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-11-0)}.checkbox__a25e4b31:checked:enabled:hover+.checkboxIcon__a8186e15{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-11-0)}.listItemSelectable__91970519{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-11-0);border-radius:8px}.listItemSelectable__91970519.selected__2dc2c21b{background:var(--triplex-next-ListItem-Background_Selected-0-11-0)}.checkboxWrapper__d74683ba{padding:16px;line-height:0}.childrenWrapper__b0e4485c{flex-grow:1}.checkboxLabel__9c347275{padding:0!important;position:relative}.checkboxLabelClickArea__23b7ea82{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__05ae80e1{position:relative;overflow:hidden}.swipeableArea__05ae80e1 .content__eeab760e{position:relative;touch-action:pan-y}.swipeableArea__05ae80e1 .content__eeab760e.disableScroll__3c6335ff{touch-action:none}.swipeableArea__05ae80e1 .content__eeab760e.disablePointerEvents__d0d85883:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__05ae80e1 .swipeAnimationFinish__a273ef11{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__05ae80e1 .leftContent__b3dd791a,.swipeableArea__05ae80e1 .rightContent__c56f3cc2{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__05ae80e1 .rightContent__c56f3cc2{left:auto;right:0}.listItemTail__5fec7ac9{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__c27a5d4b{background:var(--triplex-next-ListMaster-Background-0-11-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__80c3a6b2{position:absolute;top:0;left:0;right:0}.listItemTailTop__80c3a6b2:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-11-0)}.listItemTailTop__80c3a6b2:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-11-0)}.listItemTailBottom__2ed9fab6{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__2ed9fab6:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-11-0)}.listItemTailBottom__2ed9fab6:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-0-11-0)}.listItemTailRight__57abdb47{right:-8px}.listItemTailLeft__9af0de3a{left:-8px}.listItemTable__d6840660{margin-bottom:4px}.listItemTable__d6840660:last-child{margin-bottom:0}.listSortableItemTarget__141455e2{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-11-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__141455e2:hover{background:var(--triplex-next-ListItem-Background_Selected-0-11-0)}.listSortableItemTarget__141455e2.dragging__2c471eaa{background:var(--triplex-next-ListItem-Background_Dragging-0-11-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-11-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__4a10d6d5{flex:1}.listSortableItemTargetIcon__524e654c{display:block;margin-left:24px}.listSortableItem__a8558a34{position:relative}.listSortableItem__a8558a34.dragging__2c471eaa{z-index:1}.listSortableItemControls__aeaa598d{display:inline-block}.islandWidgetHeader__ae9c1b48{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__ae9c1b48 .islandWidgetHeaderContent__eb0a6532{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__ae9c1b48 .islandWidgetHeaderDescription__9a6f43d3{display:flex}@media(max-width:767px){.islandWidgetHeader__ae9c1b48{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__8166e19a{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__62c75d6c{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__607e069c{margin-left:auto;white-space:nowrap}.expandAnimation__2d3a9cd2{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__863e784a{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-11-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__863e784a{border-radius:0 0 16px 16px}}.islandWidget__161be3d9{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__161be3d9>*{height:100%}.islandWidgetWithExtraFooter__d6ece8e9:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-11-0)!important}.islandWidgetWrapper__798978b7{display:flex;flex-direction:column}.formFieldClear__e452ac4d{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__e452ac4d.hidden__10067869{opacity:0;pointer-events:none}.formFieldTarget__aec69dbb{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-11-0)}.formFieldTarget__aec69dbb.placeholder__46f01629{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-11-0)}.formFieldTarget__aec69dbb.disabled__dfab3c98{color:var(--triplex-next-FormField-Target_Color_Disabled-0-11-0)}.formFieldTarget__aec69dbb.size-sm__ae93cf9f{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__aec69dbb.size-md__af6262cd{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__aec69dbb.size-lg__1153d725{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__aec69dbb .placeholderWrapper__4436ab74{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__aec69dbb:focus .placeholderWrapper__4436ab74{opacity:1}.formFieldTextarea__c8843168{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-11-0);resize:none;font-family:inherit}.formFieldTextarea__c8843168.sm__77bfab83{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__c8843168.md__2e01d4c7{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__c8843168.lg__53c102ea{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__c8843168:focus{outline:none}.formFieldTextarea__c8843168:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-11-0)}.formFieldTextarea__c8843168::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-11-0)}.chipGroupItem__6b144c3f{display:inline-block}.chip__4d733ccb{background:var(--triplex-next-Chip-Background_Default-0-11-0);color:var(--triplex-next-Chip-Color_Default-0-11-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__4d733ccb.lg__1dd6051d{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__4d733ccb.lg__1dd6051d .prefix__581e9875{padding-left:16px}.chip__4d733ccb.lg__1dd6051d .postfix__3fecf110{padding-right:16px}.chip__4d733ccb.md__23719da1{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__4d733ccb.md__23719da1 .prefix__581e9875{padding-left:12px}.chip__4d733ccb.md__23719da1 .postfix__3fecf110{padding-right:12px}.chip__4d733ccb.sm__98efab8a{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__4d733ccb.sm__98efab8a .prefix__581e9875{padding-left:8px}.chip__4d733ccb.sm__98efab8a .postfix__3fecf110{padding-right:8px}.chip__4d733ccb:hover{background:var(--triplex-next-Chip-Background_Hover-0-11-0);color:var(--triplex-next-Chip-Color_Hover-0-11-0)}.chip__4d733ccb:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-11-0)}.chip__4d733ccb:active,.chip__4d733ccb[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-11-0);color:var(--triplex-next-Chip-Color_Active-0-11-0)}.chip__4d733ccb.disabled__22bbe546{background:var(--triplex-next-Chip-Background_Disabled-0-11-0);color:var(--triplex-next-Chip-Color_Disabled-0-11-0);cursor:default;pointer-events:none}.chip__4d733ccb.selected__072928a0{background:var(--triplex-next-Chip-Background_Selected_Default-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-11-0)}.chip__4d733ccb.selected__072928a0:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-11-0)}.chip__4d733ccb.selected__072928a0:active,.chip__4d733ccb.selected__072928a0[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-11-0)}.chip__4d733ccb.selected__072928a0.disabled__22bbe546{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-11-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-11-0)}.chip__4d733ccb.withPrefix__88eafd2c{padding-left:0}.chip__4d733ccb.withPostfix__d621ae0d{padding-right:0}.chip__4d733ccb .content__36e54add{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__4d733ccb .prefix__581e9875,.chip__4d733ccb .postfix__3fecf110{display:flex}.calendarControls__4613eb84{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-11-0)}.calendarViewDays__01a84b1f{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__421f82c0 .calendarViewDays__01a84b1f{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__a7bb362f,.calendarViewYears__7ba24333{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__421f82c0 .calendarViewMonths__a7bb362f,.adaptive__421f82c0 .calendarViewYears__7ba24333{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__d963d582{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-11-0)}.calendarViewDaysBody__340e5383:before{display:block;content:"";line-height:8px}.adaptive__421f82c0 .calendarViewDaysBody__340e5383:before{line-height:4px}.calendarViewItem__17debcd5{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__17debcd5:focus-visible{outline:none}.calendarViewItem__17debcd5.current__de5266c9{font-weight:600}.calendarViewItem__17debcd5.disabled__4afc2199{pointer-events:none}.calendarViewItemLabel__dd03e212{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-11-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-11-0);cursor:pointer}.calendarViewItemLabel__dd03e212:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.basicMark__f749ecd0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.standardMark__c4c5d33a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.attentionMark__243ba78f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c:hover.criticalMark__87695887:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.muted__eeb16cb5{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.muted__eeb16cb5:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-11-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.basicMark__f749ecd0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.standardMark__c4c5d33a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.attentionMark__243ba78f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.selected__10d2fe7c.criticalMark__87695887:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-11-0)}.calendarViewItemLabel__dd03e212.marked__096b0ffa:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__dd03e212.basicMark__f749ecd0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.standardMark__c4c5d33a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.attentionMark__243ba78f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.criticalMark__87695887:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-11-0)}.calendarViewItemLabel__dd03e212.muted__eeb16cb5{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-11-0)}.calendarViewItemLabel__dd03e212.disabled__4afc2199{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-11-0);background:none}.calendarViewItem__17debcd5:focus-visible .calendarViewItemLabel__dd03e212{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-11-0)}.unitDay__477b668c{width:36px;height:36px;border-radius:6px}.unitMonth__47aa1143,.unitYear__ecaad2d6{width:89px;height:48px;border-radius:6px}.adaptive__421f82c0 .unitMonth__47aa1143,.adaptive__421f82c0 .unitYear__ecaad2d6{width:104px;height:48px;border-radius:6px}.calendarFooter__cee692dd{margin-top:12px;text-align:center}.calendar__e9314893{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-11-0);-webkit-user-select:none;user-select:none}.calendar__e9314893.adaptive__421f82c0{width:auto;padding:20px}.calendar__e9314893+.calendar__e9314893{margin-top:20px}.datePickerExtendedMobileDropdown__13e06a48{max-height:100vh}.chipDropdownArrow__152f2189{transition:transform .3s ease}.chipDropdownArrow__152f2189.rotated__867fee41{transform:rotate(-180deg)}.chipClearButton__89f90414{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__89f90414:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-11-0)}.dropdownMobileMaskedInput__f0f7f189{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__303af338{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__303af338 .caretIcon__9d49fbea{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__303af338.selectOpened__fefb4160 .caretIcon__9d49fbea{transform:rotate(180deg)}.selectExtendedFieldTarget__303af338.loading__fe05dc5b,.selectExtendedFieldTarget__303af338.disabled__200d6914{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__fa533c97{position:relative}.multiselectFieldHeader__47820000{padding:12px}.multiselectFieldContentWrapper__8ac0a42a{padding:0 12px}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8.sm__bd49583a{height:204px}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8.md__274101fa{height:245px}.multiselectFieldContentWrapper__8ac0a42a .multiselectFieldContent__9047cac8.lg__1a3bde0f{height:324px}.multiselectFieldFooter__df42884c{padding:0 12px 12px}.multiselectFieldFooter__df42884c:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-11-0)}.chipOptionsContent__195b507a{min-width:14px;text-align:center;display:block}.tooltipDesktop__87d5dfd8{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__87d5dfd8 .tooltipBody__f7816aeb{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-11-0)}.tooltipDesktop__87d5dfd8 .tooltipXButton__d6e68e43{position:absolute;right:8px;top:8px}.tooltipDesktopContent__52f3b0f7{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-11-0);border-radius:8px}.closable__d2384f2a .tooltipDesktopContent__52f3b0f7{padding-right:32px}.tooltipSM__46bfbcea .tooltipDesktopContent__52f3b0f7{width:192px;min-height:52px}.tooltipLG__9b30ae4f .tooltipDesktopContent__52f3b0f7{width:384px;min-height:52px}.tooltipOverlay__f3a384eb{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__547ec879{width:0;height:0}.tooltipDesktopTip__547ec879.down__e50e702a{border-top:solid var(--triplex-next-Tooltip-Background-0-11-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__547ec879.up__22e8cbae{border-bottom:solid var(--triplex-next-Tooltip-Background-0-11-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__547ec879.left__c33e0fca{border-right:solid var(--triplex-next-Tooltip-Background-0-11-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__547ec879.right__73720033{border-left:solid var(--triplex-next-Tooltip-Background-0-11-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__561a2e18 .tooltipBody__f7816aeb{text-align:left}.tooltipMobileContent__672a3a2b{padding:16px}.headerless__d54970bd .tooltipMobileContent__672a3a2b{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__c4f705a5{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__d813e6c3{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-11-0)}.desktop__d813e6c3:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-11-0)}.desktop__d813e6c3:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-11-0)}.desktop__d813e6c3:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-11-0)}.mobile__d0790db5{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-11-0)}.mobile__d0790db5:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-11-0)}.mobile__d0790db5:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-11-0)}.mobile__d0790db5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-11-0)}.chipSuggestInputWrapper__5fd1b5a6{margin:12px}.suggestDropdownMobileBody__5117cbb1{height:176px}.suggestDropdownMobileNoOptionsText__e8e59922{padding:16px}.checkboxXGroup__d31073da{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__d31073da.indent-12__e3fa51ee{margin-left:-6px;margin-right:-6px}.checkboxXGroup__d31073da.indent-12__e3fa51ee .label__5ec1f5ec{margin-left:6px;margin-right:6px}.checkboxXGroup__d31073da.indent-16__852edda7{margin-left:-8px;margin-right:-8px}.checkboxXGroup__d31073da.indent-16__852edda7 .label__5ec1f5ec{margin-left:8px;margin-right:8px}.checkboxXGroup__d31073da.indent-20__00549a20{margin-left:-10px;margin-right:-10px}.checkboxXGroup__d31073da.indent-20__00549a20 .label__5ec1f5ec{margin-left:10px;margin-right:10px}.checkboxXGroup__d31073da.indent-24__205cba1b{margin-left:-12px;margin-right:-12px}.checkboxXGroup__d31073da.indent-24__205cba1b .label__5ec1f5ec{margin-left:12px;margin-right:12px}.checkboxXGroup__d31073da.indent-28__e8fc996b{margin-left:-14px;margin-right:-14px}.checkboxXGroup__d31073da.indent-28__e8fc996b .label__5ec1f5ec{margin-left:14px;margin-right:14px}.checkboxXGroup__d31073da.indent-32__423a2f0b{margin-left:-16px;margin-right:-16px}.checkboxXGroup__d31073da.indent-32__423a2f0b .label__5ec1f5ec{margin-left:16px;margin-right:16px}.checkboxYGroup__30a1835a{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__30a1835a .label__5ec1f5ec.sm__6a22d0de+.label__5ec1f5ec.sm__6a22d0de{margin-top:8px}.checkboxYGroup__30a1835a .label__5ec1f5ec.lg__a0b190bb+.label__5ec1f5ec.lg__a0b190bb{margin-top:20px}.checkboxYGroup__30a1835a .label__5ec1f5ec.md__21829ab8+.label__5ec1f5ec.md__21829ab8{margin-top:16px}.card__a28de46a{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__a28de46a.roundingMD__5acdb557{--radius: 16px}.card__a28de46a.roundingSM__cc5963e6{--radius: 8px}.card__a28de46a.general__d5ba70a2{background:var(--triplex-next-Card-Static_General_Background-0-11-0)}.card__a28de46a.secondary__cfb521df{background:var(--triplex-next-Card-Static_Secondary_Background-0-11-0)}.card__a28de46a .cardMedia__b0ef5aee{background-size:cover;background-repeat:no-repeat;background-position:center}.card__a28de46a .cardContent__f93144d5{padding:var(--padding)}.card__a28de46a .cardContent__f93144d5.paddingMD__23446fe9{--padding: 24px}.card__a28de46a .cardContent__f93144d5.paddingSM__c84419fd{--padding: 16px}.card__a28de46a .cardContent__f93144d5 .cardContentHeader__c3e4182f{margin-bottom:16px}.card__a28de46a .cardContent__f93144d5 .cardContentFooter__39f52b5f{margin-top:16px}.action__ed0be0d5{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__ed0be0d5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__ed0be0d5.general__d5ba70a2{background:var(--triplex-next-Card-Action_General_Background-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-11-0)}.action__ed0be0d5.general__d5ba70a2:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-11-0)}.action__ed0be0d5.general__d5ba70a2.selected__ba96e304{background:var(--triplex-next-Card-Action_General_Background_Selected-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-11-0)}.action__ed0be0d5.general__d5ba70a2.selected__ba96e304:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-11-0)}.action__ed0be0d5.general__d5ba70a2:focus{outline:none}.action__ed0be0d5.general__d5ba70a2:focus.focusVisible__8d20a174{box-shadow:var(--triplex-next-Card-Shadow_Default-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-11-0)}.action__ed0be0d5.secondary__cfb521df{background:var(--triplex-next-Card-Action_Secondary_Background-0-11-0)}.action__ed0be0d5.secondary__cfb521df:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-11-0)}.action__ed0be0d5.secondary__cfb521df.selected__ba96e304{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-11-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-11-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-11-0)}.action__ed0be0d5.secondary__cfb521df.selected__ba96e304:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-11-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-11-0)}.action__ed0be0d5.secondary__cfb521df:focus{outline:none}.action__ed0be0d5.secondary__cfb521df:focus.focusVisible__8d20a174{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-11-0)}.alertContext__940101f5{display:flex;font-size:12px;line-height:16px}.alertContext__940101f5>svg{flex-shrink:0}.alertContext__940101f5 .alertContextText__e7180e1e{margin-left:8px}.alertContext__940101f5.alertTypeError__229a769f .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-Error_Color-0-11-0)}.alertContext__940101f5.alertTypeInfo__ab2b19c1 .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-Info_Color-0-11-0)}.alertContext__940101f5.alertTypeWarning__fe57216a .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-Warning_Color-0-11-0)}.alertContext__940101f5.alertTypeSystem__1888f887 .alertContextText__e7180e1e{color:var(--triplex-next-AlertContext-System_Color-0-11-0)}.alertProcess__c14b45e6{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__c14b45e6.withSpoiler__9766e447{min-height:40px}.alertProcess__c14b45e6 .themeIcon__76a46a9f{box-sizing:border-box;height:20px;width:20px}.alertProcess__c14b45e6.alertTypeError__229a769f{background:var(--triplex-next-AlertProcess-Error_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeInfo__ab2b19c1{background:var(--triplex-next-AlertProcess-Info_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeWarning__fe57216a{background:var(--triplex-next-AlertProcess-Warning_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeSystem__1888f887{background:var(--triplex-next-AlertProcess-System_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeFeature__dff4c78b{background:var(--triplex-next-AlertProcess-Feature_Background-0-11-0)}.alertProcess__c14b45e6.alertTypeFeature__dff4c78b .themeIcon__76a46a9f{padding-top:0}.alertProcess__c14b45e6 .alertProcessContentBlock__f8b417f4{flex:1;margin-left:10px}.alertProcess__c14b45e6 .alertProcessContentBlock__f8b417f4 .expandableContent__2b3e167e{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c14b45e6 .alertProcessContentBlock__f8b417f4 .expandableContent__2b3e167e.expanded__92cd719c{max-height:1000px;opacity:1}.alertProcess__c14b45e6 .closeButton__bfeb6b35{margin-left:10px}.alertProcess__c14b45e6 .expandButton__88ae4daa{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__c14b45e6 .expandButton__88ae4daa.expanded__92cd719c{transform:rotate(180deg)}.adaptive__1fc8d06f{font-size:10px!important;line-height:12px!important}.col-1__5f1c56ae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__04cf4ba4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__c6df7f25{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__581d7c20{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__bb6405cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__ec197b68{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__71e4ab2a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__f5b86904{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__0ec1eb74{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__59048a3c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__1778d932{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__aca9428c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__bfd54b80{margin-left:0%}.offset-1__12e42600{margin-left:8.33333333%}.offset-2__fad9104d{margin-left:16.66666667%}.offset-3__d8ee4fec{margin-left:25%}.offset-4__36f69500{margin-left:33.33333333%}.offset-5__4e8a60c3{margin-left:41.66666667%}.offset-6__ca53c719{margin-left:50%}.offset-7__82dd5d07{margin-left:58.33333333%}.offset-8__307cc0d4{margin-left:66.66666667%}.offset-9__bb8de210{margin-left:75%}.offset-10__1ab4ec63{margin-left:83.33333333%}.offset-11__6197c420{margin-left:91.66666667%}.d-none__c51e6cd4{display:none!important}.d-block__18bcdf6b{display:block!important}@media(min-width:576px){.col-sm-1__400babcd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__8ba45db5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__a53bb88b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__3dca2a2f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__9b29a3bd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__e0ca9002{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__b9be82ce{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__2670e898{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__69cd4045{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d57ef753{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__a2629afc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__9ea86289{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__50eaf540{margin-left:0%}.offset-sm-1__9697a63f{margin-left:8.33333333%}.offset-sm-2__c584db51{margin-left:16.66666667%}.offset-sm-3__4b60ea0b{margin-left:25%}.offset-sm-4__fff2718b{margin-left:33.33333333%}.offset-sm-5__c00bbb44{margin-left:41.66666667%}.offset-sm-6__06b236de{margin-left:50%}.offset-sm-7__89e25d89{margin-left:58.33333333%}.offset-sm-8__f9f13e45{margin-left:66.66666667%}.offset-sm-9__ed72f639{margin-left:75%}.offset-sm-10__cf3770d4{margin-left:83.33333333%}.offset-sm-11__376e99f4{margin-left:91.66666667%}.d-none-sm__e73d2f56{display:none!important}.d-block-sm__6631ae8f{display:block!important}}@media(min-width:768px){.col-md-1__34c64dc9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__8453d2d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__7d4fa15a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__5dd1dde8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__ebca50c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__0aa850db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__6a579337{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__ba707017{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__fcd5b8dd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__b2de635c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__4421310d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__dcb42d5d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__4e1929c2{margin-left:0%}.offset-md-1__d1437d90{margin-left:8.33333333%}.offset-md-2__7f8ee63f{margin-left:16.66666667%}.offset-md-3__be82346c{margin-left:25%}.offset-md-4__911c9116{margin-left:33.33333333%}.offset-md-5__d03b4e89{margin-left:41.66666667%}.offset-md-6__c202d02b{margin-left:50%}.offset-md-7__2cf97452{margin-left:58.33333333%}.offset-md-8__74af0117{margin-left:66.66666667%}.offset-md-9__082f66b2{margin-left:75%}.offset-md-10__d34f18ce{margin-left:83.33333333%}.offset-md-11__b6f430ec{margin-left:91.66666667%}.d-none-md__7c19103d{display:none!important}.d-block-md__3dacd592{display:block!important}}@media(min-width:992px){.col-lg-1__675eedcc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__dec55807{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__bd003750{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__cb882e6e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__e51708ce{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__962a8835{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__39416044{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__fcaa08be{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__8538a41d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__6adf26a2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__53f4c0df{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__719914b1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__f696ddae{margin-left:0%}.offset-lg-1__4b4af8ca{margin-left:8.33333333%}.offset-lg-2__b2cdafc7{margin-left:16.66666667%}.offset-lg-3__9a4e3ae3{margin-left:25%}.offset-lg-4__1747e195{margin-left:33.33333333%}.offset-lg-5__91c56314{margin-left:41.66666667%}.offset-lg-6__4e4f9aed{margin-left:50%}.offset-lg-7__9d77a7e0{margin-left:58.33333333%}.offset-lg-8__2eafdef6{margin-left:66.66666667%}.offset-lg-9__1a244d77{margin-left:75%}.offset-lg-10__2026ae83{margin-left:83.33333333%}.offset-lg-11__756d4ccf{margin-left:91.66666667%}.d-none-lg__91e3b7ad{display:none!important}.d-block-lg__865980ad{display:block!important}}@media(min-width:1200px){.col-xl-1__ec9e69d5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__17635afd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__8167647e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__43dad08e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__44a9b00c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__2306b311{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__3adbcdac{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__1f8782cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__34cc4a2f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__9d7bca33{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__98dc4012{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__73dcc46c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__72e5ee55{margin-left:0%}.offset-xl-1__31988dcd{margin-left:8.33333333%}.offset-xl-2__bfbc7c78{margin-left:16.66666667%}.offset-xl-3__74b17a1a{margin-left:25%}.offset-xl-4__2b2a7a98{margin-left:33.33333333%}.offset-xl-5__d2c7dffa{margin-left:41.66666667%}.offset-xl-6__89db73fd{margin-left:50%}.offset-xl-7__80a294b2{margin-left:58.33333333%}.offset-xl-8__ded7f63b{margin-left:66.66666667%}.offset-xl-9__c88149ea{margin-left:75%}.offset-xl-10__c1517728{margin-left:83.33333333%}.offset-xl-11__05bb673d{margin-left:91.66666667%}.d-none-xl__6888e363{display:none!important}.d-block-xl__d6b0a8aa{display:block!important}}.ellipsisLineClamp__e05e4e12{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__e05e4e12.oneLine__1c56480f{word-break:break-all}.link__7cf8515a{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-11-0)}.link__7cf8515a:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-11-0)}.link__7cf8515a:active{color:var(--triplex-next-Link-Text_Color_Active-0-11-0)}.link__7cf8515a:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-11-0)}.wordWithContent__ce572cfc{white-space:nowrap;display:inline-flex;align-items:center}.before__6d3252c6 :first-child{margin-right:4px}.after__a12503bb :last-child{margin-left:4px}.marker__a4b6ed65{border-radius:50%}.marker__a4b6ed65.md__aef341bb{width:8px;height:8px}.marker__a4b6ed65.lg__548b9ae2{width:10px;height:10px}.marker__a4b6ed65.success__2c528182{background:var(--triplex-next-Marker-Background_Success-0-11-0)}.marker__a4b6ed65.error__971c69ed{background:var(--triplex-next-Marker-Background_Error-0-11-0)}.marker__a4b6ed65.warning__9a3a0819{background:var(--triplex-next-Marker-Background_Warning-0-11-0)}.marker__a4b6ed65.waiting__8cceda62{background:var(--triplex-next-Marker-Background_Waiting-0-11-0)}.markerStatus__8d614b23{line-height:0;display:flex;align-items:start}.markerStatus__8d614b23 .contentContainer__0c066fec{display:flex;flex-direction:column}.markerStatus__8d614b23.md__7abafceb{gap:4px}.markerStatus__8d614b23.md__7abafceb .markerContainer__a97b59ce{margin-top:4px}.markerStatus__8d614b23.lg__ce488620{gap:6px}.markerStatus__8d614b23.lg__ce488620 .contentContainer__0c066fec{gap:4px}.markerStatus__8d614b23.lg__ce488620 .markerContainer__a97b59ce{margin-top:5px}.row__03a11a90{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__03a11a90.noPaddingBottom__af2b255b,.row__03a11a90:last-child{padding-bottom:0}.tabsExtended__75d26e99{position:relative}.tabsExtendedContent__84bcb64a{display:inline-flex}.tabsExtendedContent__84bcb64a.sm__ad8eab2e{border-radius:6px;padding:4px}.tabsExtendedContent__84bcb64a.md__9a4b3552{border-radius:8px;padding:4px}.tabsExtendedContent__84bcb64a.lg__48d9f10c{border-radius:10px;padding:8px}.tabsExtendedTab__4d4c6c96{display:flex}.tabsExtendedTab__4d4c6c96+.tabsExtendedTab__4d4c6c96,.tabsExtendedDropdown__ab272ca8{margin-left:2px}.tabsReal__6a06fc7c,.tabsFake__32f39a8c{display:flex;box-sizing:border-box;width:100%}.tabsReal__6a06fc7c.hidden__b8692a22{visibility:hidden}.tabsReal__6a06fc7c .tabsExtendedTab__4d4c6c96.hidden__b8692a22{display:none}.tabsFake__32f39a8c{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__c9ebae9c .tabsExtendedContent__84bcb64a{background-color:var(--triplex-next-Tabs-Type1_Background-0-11-0)}.type2__00a5c4ac .tabsExtendedContent__84bcb64a{background-color:var(--triplex-next-Tabs-Type2_Background-0-11-0)}.tabsExtendedTabButton__00594b06{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-11-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__00594b06 .tabButtonText__1db860f3{font-weight:400}.tabsExtendedTabButton__00594b06.lg__48d9f10c{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__00594b06.lg__48d9f10c .tabButtonText__1db860f3{font-size:16px;line-height:20px}.tabsExtendedTabButton__00594b06.md__9a4b3552{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__00594b06.md__9a4b3552 .tabButtonText__1db860f3{font-size:14px;line-height:20px}.tabsExtendedTabButton__00594b06.sm__ad8eab2e{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__00594b06.sm__ad8eab2e .tabButtonText__1db860f3{font-size:12px;line-height:16px}.tabsExtendedTabButton__00594b06::-moz-focus-inner{border:none}.tabsExtendedTabButton__00594b06+.tabsExtendedTabButton__00594b06{margin-left:2px}.tabsExtendedTabButton__00594b06:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c.selected__574a7123{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c.selected__574a7123 .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c:hover .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-11-0)}.tabsExtendedTabButton__00594b06.type1__c9ebae9c .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-11-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac.selected__574a7123{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac.selected__574a7123 .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-11-0)}.tabsExtendedTabButton__00594b06.type2__00a5c4ac:hover .tabButtonText__1db860f3{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-11-0)}.notificationIcon__d4b731d0{position:absolute;right:4px;top:4px}.tabButtonDropdown__0d3563d8{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__0d3563d8.sm__4fc76ca6{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__0d3563d8.md__4b8fe696{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__0d3563d8.lg__dbe28e6e{min-width:40px!important;min-height:40px!important}.tag__49af03b1{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-11-0);border-radius:4px;gap:2px}.tag__49af03b1.sm__7f1e9a4f{height:20px;padding:2px 4px 2px 6px}.tag__49af03b1.md__c1ef0208{height:28px;padding:4px 6px 4px 8px}.tag__49af03b1.lg__ff213f02{height:32px;padding:6px 8px 6px 10px}.content__5563396d{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__12c48494{display:flex;flex-wrap:wrap}.tagGroup__12c48494.sm__4d845b8b{gap:4px}.tagGroup__12c48494.md__983daf30{gap:8px}.tagGroup__12c48494.lg__5aba67a0{gap:12px}.paginationExtended__62ac98e0{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__5c426d61 .directionIconNext__d7d3ef88{transform:rotate(180deg)}.pageEllipsis__e9864bb9{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-11-0);cursor:default}.paginationPageButton__8f3e1e8d{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-11-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__8f3e1e8d:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-11-0);outline:none}.paginationPageButton__8f3e1e8d:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-11-0)}.paginationPageButton__8f3e1e8d:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-11-0);cursor:grabbing}.paginationPageButton__8f3e1e8d.currentPage__8c355fb2{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-11-0);cursor:default}.paginationNavigationExtended__936167a1{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__addd6486{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__addd6486 .paginationSelectControl__8565b01a{margin-left:8px}.skeleton__33ec588b{border-radius:16px;flex-grow:1}.skeleton__33ec588b.light__fd585758{animation:skeleton-light-pulse__bee21e2d 2s ease-in-out infinite}.skeleton__33ec588b.dark__2b79c7bc{animation:skeleton-dark-pulse__e06b7c08 2s ease-in-out infinite}@keyframes skeleton-light-pulse__bee21e2d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-11-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-11-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-11-0)}}@keyframes skeleton-dark-pulse__e06b7c08{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-11-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-11-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-11-0)}}.segmentedControlSegment__828515cd{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-11-0);outline:none;cursor:pointer}.segmentedControlSegment__828515cd:disabled{cursor:default}.sm__ce756220 .segmentedControlSegment__828515cd{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__eb24195b .segmentedControlSegment__828515cd{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__bae44453 .segmentedControlSegment__828515cd{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__34213087 .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd.selected__fe656112:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-11-0)}.general1__34213087 .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd.selected__fe656112:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-11-0)}.general2__40ee82e9 .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-11-0)}.secondary1__36036a9f .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd.selected__fe656112{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-11-0)}.secondary2__a4296cf0 .segmentedControlSegment__828515cd.selected__fe656112:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-11-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-11-0)}.segmentedControlSegment__828515cd:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-11-0)}.content__b9a01a83{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__5c5dacbb{display:flex;gap:4px}.segmentedControl__5c5dacbb.general1__34213087{background:var(--triplex-next-SegmentedControl-General_1_Background-0-11-0)}.segmentedControl__5c5dacbb.secondary1__36036a9f{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-11-0)}.segmentedControl__5c5dacbb.general2__40ee82e9{background:var(--triplex-next-SegmentedControl-General_2_Background-0-11-0)}.segmentedControl__5c5dacbb.secondary2__a4296cf0{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-11-0)}.segmentedControl__5c5dacbb.sm__ce756220{border-radius:6px;padding:4px}.segmentedControl__5c5dacbb.md__eb24195b{border-radius:8px;padding:4px}.segmentedControl__5c5dacbb.lg__bae44453{border-radius:10px;padding:8px}.step__c666cbee{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__c666cbee.default__cb5f4341{background-color:var(--triplex-next-Step-Background_Default-0-11-0)}.step__c666cbee.default__cb5f4341>span{color:var(--triplex-next-Step-Color_Default-0-11-0)}.step__c666cbee.done__a62838aa{background-color:var(--triplex-next-Step-Background_Done-0-11-0)}.step__c666cbee.done__a62838aa>span{color:var(--triplex-next-Step-Color_Done-0-11-0)}.step__c666cbee.warning__f59ec4bb{background-color:var(--triplex-next-Step-Background_Warning-0-11-0)}.step__c666cbee.warning__f59ec4bb>span{color:var(--triplex-next-Step-Color_Warning-0-11-0)}.step__c666cbee.active__fc10a62b{background-color:var(--triplex-next-Step-Background_Active-0-11-0)}.step__c666cbee.active__fc10a62b>span{color:var(--triplex-next-Step-Color_Active-0-11-0)}.step__c666cbee.error__fff07343{background-color:var(--triplex-next-Step-Background_Error-0-11-0)}.step__c666cbee.error__fff07343>span{color:var(--triplex-next-Step-Color_Error-0-11-0)}.step__c666cbee.disabled__83f86c79{background-color:var(--triplex-next-Step-Background_Disabled-0-11-0)}.step__c666cbee.disabled__83f86c79>span{color:var(--triplex-next-Step-Color_Disabled-0-11-0)}.stepperWrapper__3e498d62{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-11-0)}.stepperStep__96ef41e2{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__96ef41e2+.stepperStep__96ef41e2{margin-left:12px}.stepperStep__96ef41e2.sm__9a0229ea:not(:last-child) .content__c3afb53b{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__96ef41e2.sm__9a0229ea:last-child .content__c3afb53b{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__96ef41e2.sm__9a0229ea:last-child .arrow__80c52cdc{display:none}.stepperStep__96ef41e2.md__2d77b7a0:not(:last-child) .content__c3afb53b{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__96ef41e2.md__2d77b7a0:last-child .content__c3afb53b{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__96ef41e2.md__2d77b7a0:last-child .arrow__80c52cdc{display:none}.stepperStep__96ef41e2.lg__d708098e:not(:last-child) .content__c3afb53b{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__96ef41e2.lg__d708098e:last-child .content__c3afb53b{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__96ef41e2.lg__d708098e:last-child .arrow__80c52cdc{display:none}.stepperStep__96ef41e2:hover:not(.active__f5fb0da6):not(.disabled__8f71e8ed) .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0)}.stepperStep__96ef41e2:hover:not(.active__f5fb0da6):not(.disabled__8f71e8ed) .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0)}.stepperStep__96ef41e2:hover:not(.active__f5fb0da6):not(.disabled__8f71e8ed) .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6{cursor:default}.stepperStep__96ef41e2.active__f5fb0da6 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.error__2a0cbb26 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.error__2a0cbb26 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.error__2a0cbb26 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.warning__8aa36bd9 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.warning__8aa36bd9 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.active__f5fb0da6.warning__8aa36bd9 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.error__2a0cbb26:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.completed__dd0ca742.warning__8aa36bd9:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf :not(.error__2a0cbb26):not(.warning__8aa36bd9) .content__c3afb53b{color:var(--triplex-next-Stepper-Step_Color_Default-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf :not(.error__2a0cbb26):not(.warning__8aa36bd9):hover .content__c3afb53b{color:var(--triplex-next-Stepper-Step_Color_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.error__2a0cbb26:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9 .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9 .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9 .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9:hover .arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.inactive__bd2ba9cf.warning__8aa36bd9:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-11-0)}.stepperStep__96ef41e2.disabled__8f71e8ed{pointer-events:none}.stepperStep__96ef41e2.disabled__8f71e8ed .content__c3afb53b{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-11-0)}.stepperStep__96ef41e2.disabled__8f71e8ed .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-11-0)}.stepperStep__96ef41e2.disabled__8f71e8ed .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742 .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6 .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742 .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6 .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742:hover .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6:hover .content__c3afb53b,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf:hover .content__c3afb53b{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.stepperStep__96ef41e2.focusVisible__caf85164.completed__dd0ca742:hover .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.active__f5fb0da6:hover .arrow__80c52cdc path:last-child,.stepperStep__96ef41e2.focusVisible__caf85164.inactive__bd2ba9cf:hover .arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-11-0)}.content__c3afb53b{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-11-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-11-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-11-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__9a0229ea{font-size:12px;line-height:16px}.md__2d77b7a0{font-size:14px;line-height:20px}.lg__d708098e{font-size:16px;line-height:20px}.arrow__80c52cdc{transform:translate(0)}.arrow__80c52cdc path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-11-0)}.arrow__80c52cdc path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-11-0)}.icon__b8b39077{display:inline-flex;align-items:center;line-height:0}.nonempty__e4cf71b3 .icon__b8b39077{margin-right:6px}.stepperExtended__9e2b5d02{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__5a77c87d{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__5a77c87d::-webkit-scrollbar{display:none}.stepper__954c0b26.sm__9a0229ea{padding-left:28px;padding-right:28px}.stepper__954c0b26.md__2d77b7a0{padding-left:40px;padding-right:40px}.stepper__954c0b26.lg__d708098e{padding-left:56px;padding-right:56px}.stepperCarousel__a5445c6c{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__a5445c6c .buttonPrev__708b021e,.stepperCarousel__a5445c6c .buttonNext__1df8e022{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__a5445c6c .buttonPrev__708b021e.sm__9a0229ea,.stepperCarousel__a5445c6c .buttonNext__1df8e022.sm__9a0229ea{height:28px;width:28px}.stepperCarousel__a5445c6c .buttonPrev__708b021e.md__2d77b7a0,.stepperCarousel__a5445c6c .buttonNext__1df8e022.md__2d77b7a0{height:40px;width:40px}.stepperCarousel__a5445c6c .buttonPrev__708b021e.lg__d708098e,.stepperCarousel__a5445c6c .buttonNext__1df8e022.lg__d708098e{height:56px;width:56px}.stepperCarousel__a5445c6c .buttonPrev__708b021e{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-11-0)}.stepperCarousel__a5445c6c .buttonNext__1df8e022{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-11-0)}@media(max-width:767px){.stepper__954c0b26{padding-left:16px;padding-right:16px}.buttonPrev__708b021e,.buttonNext__1df8e022{display:none}}.islandAccordion__be3adc48{margin:0;padding:0}.islandAccordion__be3adc48 .island__55788819{padding:0}.islandAccordion__be3adc48 .item__36b6da9f{position:relative;list-style-type:none}.islandAccordion__be3adc48 .item__36b6da9f.disabled__ef65ecfc{cursor:default;pointer-events:none}.islandAccordion__be3adc48 .item__36b6da9f+.item__36b6da9f.sm__0b851cda,.islandAccordion__be3adc48 .item__36b6da9f+.item__36b6da9f.md__16e2bd11{margin-top:16px}.islandAccordion__be3adc48 .item__36b6da9f+.item__36b6da9f.lg__987210e1{margin-top:24px}.islandAccordion__be3adc48 .item__36b6da9f .header__55b3cd28{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__be3adc48 .item__36b6da9f :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f.type1__a3a84c24:not(.opened__3fdadbf4) .header__55b3cd28:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f.type2__f5dc3b24:not(.opened__3fdadbf4) .header__55b3cd28:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f.type3__c710a4e9:not(.opened__3fdadbf4) .header__55b3cd28:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-11-0)}.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11{text-align:right}.islandAccordion__be3adc48 .item__36b6da9f .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11{visibility:hidden}.islandAccordion__be3adc48 .item__36b6da9f.opened__3fdadbf4 .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.opened__3fdadbf4 .footer__1c446e11{visibility:visible}.islandAccordion__be3adc48 .item__36b6da9f .caretWrapper__024f9abc{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__be3adc48 .item__36b6da9f .caretIcon__850d55ae{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .header__55b3cd28{padding:16px;border-radius:16px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .step__11abad83+.titleWrapper__588cff87{margin-top:2px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .footer__1c446e11{padding:0 16px 16px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .caretWrapper__024f9abc{right:12px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .remove__6686234f{right:-36px;top:20px}.islandAccordion__be3adc48 .item__36b6da9f.sm__0b851cda .step__11abad83{margin-right:12px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .header__55b3cd28{padding:24px;border-radius:24px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .footer__1c446e11{padding:0 24px 24px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .caretWrapper__024f9abc{right:20px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .remove__6686234f{right:-40px;top:28px}.islandAccordion__be3adc48 .item__36b6da9f.md__16e2bd11 .step__11abad83{margin-right:12px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .header__55b3cd28{padding:32px;border-radius:32px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .body__ff7fa63a,.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .footer__1c446e11{padding:0 32px 32px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .caretWrapper__024f9abc{right:28px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .remove__6686234f{right:-40px;top:36px}.islandAccordion__be3adc48 .item__36b6da9f.lg__987210e1 .step__11abad83{margin:0 16px 0 0}.islandAccordion__be3adc48 .item__36b6da9f.opened__3fdadbf4:not(.disabled__ef65ecfc) .caretWrapper__024f9abc .caretIcon__850d55ae{transform:rotate(-180deg)}.islandAccordion__be3adc48 .item__36b6da9f .remove__6686234f{position:absolute}@media(max-width:767px){.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__be3adc48 .item__36b6da9f .footer__1c446e11>*{margin-left:0!important}}.noColumns__9e85375f{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__9e85375f>.content__78478206{width:456px;text-align:center}.filterPanel__c6ce9cbd{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__9689e334{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__9689e334>a:not(:first-child){margin-left:16px}.tabsLinePanel__06960441{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__a069744c{0%{opacity:0}to{opacity:1}}.tableBasic__2769dc4f{position:relative}.tableBasic__2769dc4f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__2769dc4f table th.alignLeft__58832996,.tableBasic__2769dc4f table td.alignLeft__58832996{text-align:left}.tableBasic__2769dc4f table th.alignRight__215191bc,.tableBasic__2769dc4f table td.alignRight__215191bc{text-align:right}.tableBasic__2769dc4f table th.alignCenter__d7986431,.tableBasic__2769dc4f table td.alignCenter__d7986431{text-align:center}.tableBasic__2769dc4f table th.verticalAlignBaseline__3d576a40,.tableBasic__2769dc4f table td.verticalAlignBaseline__3d576a40{vertical-align:baseline}.tableBasic__2769dc4f table th.verticalAlignSub__0f6bf2c5,.tableBasic__2769dc4f table td.verticalAlignSub__0f6bf2c5{vertical-align:sub}.tableBasic__2769dc4f table th.verticalAlignSuper__65edfb9b,.tableBasic__2769dc4f table td.verticalAlignSuper__65edfb9b{vertical-align:super}.tableBasic__2769dc4f table th.verticalAlignTextTop__99931e72,.tableBasic__2769dc4f table td.verticalAlignTextTop__99931e72{vertical-align:text-top}.tableBasic__2769dc4f table th.verticalAlignTextBottom__7e091a89,.tableBasic__2769dc4f table td.verticalAlignTextBottom__7e091a89{vertical-align:text-bottom}.tableBasic__2769dc4f table th.verticalAlignMiddle__7ec01574,.tableBasic__2769dc4f table td.verticalAlignMiddle__7ec01574{vertical-align:middle}.tableBasic__2769dc4f table th.verticalAlignTop__9f149a3e,.tableBasic__2769dc4f table td.verticalAlignTop__9f149a3e{vertical-align:top}.tableBasic__2769dc4f table th.verticalAlignBottom__b763bacf,.tableBasic__2769dc4f table td.verticalAlignBottom__b763bacf{vertical-align:bottom}.tableBasic__2769dc4f table>thead>tr{height:48px}.tableBasic__2769dc4f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-11-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-11-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2769dc4f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-11-0)}}.tableBasic__2769dc4f table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__2769dc4f table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__2769dc4f table>thead>tr>th.checkboxType__3e15ab95{padding:16px 12px}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e{display:inline-flex;vertical-align:top}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760{cursor:pointer}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958{display:flex;visibility:hidden;align-items:center}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958.alignLeft__58832996{margin-right:8px}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958.alignRight__215191bc{margin-left:8px}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760 .orderButton__abc1b958.sorted__8abdc088{visibility:visible}.tableBasic__2769dc4f table>thead>tr>th .thBlock__b2ade04e.order__a27d8760:hover .orderButton__abc1b958{visibility:visible}.tableBasic__2769dc4f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-11-0)}.tableBasic__2769dc4f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__2769dc4f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__2769dc4f table>tbody>tr>td.textType__17747be9{padding:12px}.tableBasic__2769dc4f table>tbody>tr>td.componentsType__15d7f25e{padding:8px 12px}.tableBasic__2769dc4f table>tbody>tr>td.checkboxType__3e15ab95{padding:10px 12px 12px}.tableBasic__2769dc4f table>tbody>tr.selected__7041921b>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-11-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2769dc4f table>tbody>tr.selected__7041921b>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-11-0)}}.tableBasic__2769dc4f table>tbody.clickable__02d5002f>tr{cursor:pointer}.tableBasic__2769dc4f table>tbody.hoverable__d3dd8f5d>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-11-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__2769dc4f table>tbody.hoverable__d3dd8f5d>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-11-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-11-0)}}.tableBasic__2769dc4f .footerEmptyData__db247286{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__2769dc4f .spinnerWrapper__e67c7502{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__2769dc4f .spinnerWrapper__e67c7502 .tableLoaderScreen__1a564280{border-radius:8px 8px 0 0}.tableBasic__2769dc4f .overlayCover__08c5064a{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-11-0);animation:fadeIn__a069744c .3s}.tableBasicSettingsBody__008fd4fe{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__8ae80cfe{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-11-0)!important}.columnSettingsSortableListItemTarget__8ae80cfe:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-11-0)!important}.columnSettingsSortableListItemTarget__8ae80cfe.dragging__41dd4e99{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-11-0)!important}.columnSettingsStaticListItem__58a99bc0{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-11-0)}.tableBasicSettingsFooter__77057b43{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-11-0);padding:11px 12px 12px}.tableBasicSettingsHeader__c4907240{padding:16px 12px 12px}.tableSettingsLink__9c2d8274{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__6cd6fc56{width:320px}.tableFooterWrapper__05a577d0{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__05a577d0 .tableFooterShadow__cfb57a08{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-11-0);pointer-events:none}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-11-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b{display:flex;align-items:center}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectedCount__8d68001c,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectAllButton__7bd6866b,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummaryAmount__681222f0{display:inline-flex}.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectedCount__8d68001c,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummarySelectAllButton__7bd6866b,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummaryAmount__681222f0,.tableFooterWrapper__05a577d0 .tableFooter__4176e4e4 .tableFooterSummary__5bbbeb6b .tableFooterSummaryLabel__2d529bbf{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__05a577d0{height:112px}}.paginationPanel__d5ae4fe8{margin-top:16px}.masterTable__418b5f7a{position:relative}.currency__cfd1deca{font-size:16px;line-height:20px;color:var(--triplex-next-AmountField-Currency_Color_Default-0-11-0)}.currency__cfd1deca.disabled__8199ddb7{color:var(--triplex-next-AmountField-Currency_Color_Disabled-0-11-0)}.orderedListItem__cc142c4b{counter-increment:list-item-tx}.orderedListItem__cc142c4b:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__cc142c4b+.orderedListItem__cc142c4b{margin-top:8px}.orderedList__9788c1e5{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__a55a617d{position:relative}.suggestDropdownListItem__3ebf1856{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__ac53e894{position:relative}.suggestFieldMobileBody__d3ae1910{height:176px}.suggestFieldMobileDropdownHint__b4ff5b70{padding:16px}.lightBox__14a96284{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__14a96284 .lightBoxBackdrop__4c040b42{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-11-0)}.lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a,.lightBox__14a96284.lightBoxTopOverlayActive__bc9ef155{overflow-y:hidden}.lightBox__14a96284 .lightBoxContent__45a14187{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-11-0)}.lightBox__14a96284 .lightBoxContent__45a14187>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__14a96284 .lightBoxContent__45a14187>.global-page{padding:16px}}.lightBox__14a96284 .loadingContentOverlay__89732805{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__14a96284 .lightBoxContentResizeWrapper__46d35602{position:absolute;left:0;right:0;height:0}.lightBox__14a96284 .tempElSafariBug__cb982fb6{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__e2267623,.global-LB-less-or-equal-media-point-0 .lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__45a14187{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__45a14187{padding-left:80px;padding-right:80px}.lightBoxControls__dbcea31d{z-index:100}.withKeyboardEvent__d13fc4af{display:inline-block}.withoutKeyboardEvent__0b799dcf,.lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a .withKeyboardEvent__d13fc4af,.lightBox__14a96284.lightBoxTopOverlayActive__bc9ef155 .withKeyboardEvent__d13fc4af,.lightBox__14a96284.isLoading__b98998db .withKeyboardEvent__d13fc4af{display:none}.lightBox__14a96284.lightBoxSideOverlayActive__59a5d69a .withoutKeyboardEvent__0b799dcf,.lightBox__14a96284.lightBoxTopOverlayActive__bc9ef155 .withoutKeyboardEvent__0b799dcf,.lightBox__14a96284.isLoading__b98998db .withoutKeyboardEvent__0b799dcf{display:inline-block}.lightBox__14a96284.isLoading__b98998db .lightBoxPrev__1627c743,.lightBox__14a96284.isLoading__b98998db .lightBoxNext__8cb20deb{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__dbcea31d{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__de709b7b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__a275ab0f{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__f031780f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1627c743,.global-LB-less-or-equal-media-point-0 .lightBoxNext__8cb20deb{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1627c743{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__6dcc9f09,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__54d560e2{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__dbcea31d{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__de709b7b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__a275ab0f{display:none}.global-LB-more-media-point-0 .lightBoxClose__f031780f{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__1627c743,.global-LB-more-media-point-0 .lightBoxNext__8cb20deb{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__1627c743{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__8cb20deb{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__5e1d7c93{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__5e1d7c93.fixed__aff4d971{position:fixed}.overlay__5e1d7c93.closing__b8b8416f,.overlay__5e1d7c93.opened__f574611e{visibility:visible;left:0;right:0}.overlayPanel__8db54126{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-11-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__8db54126.bottom__a6bb8216{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__8db54126.left__187a8352{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__8db54126.right__3ffef088{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__8db54126.top__9045e8bd{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__8db54126.left__187a8352.opened__f574611e,.overlayPanel__8db54126.right__3ffef088.opened__f574611e{transform:translate(0)}.overlayPanel__8db54126.top__9045e8bd.opened__f574611e,.overlayPanel__8db54126.bottom__a6bb8216.opened__f574611e{transform:translateY(0)}.overlayContent__83ada58a{display:flex;min-height:100%}.overlayMask__66487512{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-11-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__66487512.overlayOpened__9d79dd09{opacity:1}.lightBoxSideOverlayLoaderWrapper__c755dea2{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__4bc4621e{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__138bcf1a{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__4bc4621e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__138bcf1a{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__138bcf1a{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__4bc4621e{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__138bcf1a{display:none}.lightBoxSideOverlayMask__a749762f{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-11-0)}.lightBoxSideOverlayWrapper__edfce4ee{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__edfce4ee.overflowXHidden__8622a443{overflow-x:hidden}.lightBoxSideOverlayWrapper__edfce4ee.overflowYHidden__0ab06b09{overflow-y:hidden}.lightBoxSideOverlayWrapper__edfce4ee.closing__526d7c5d,.lightBoxSideOverlayWrapper__edfce4ee.opened__508a9578{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__edfce4ee.closing__526d7c5d{pointer-events:none}.lightBoxSideOverlayWrapper__edfce4ee .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__edfce4ee .global-page{padding:16px}}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-11-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5.opened__508a9578{transform:none}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5.opening__61871559{transform:translateY(0)}.lightBoxSideOverlayWrapper__edfce4ee.sizeSM__25afca31 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__edfce4ee.sizeMD__84d6fa82 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__edfce4ee.sizeLG__bc33ff9f .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayBase__2fd7ea39{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__edfce4ee .lightBoxSideOverlayContent__ae5126b5{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__edfce4ee .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__edfce4ee .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__58d1fc99{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__58d1fc99.closing__526d7c5d,.lightBoxSideOverlay__58d1fc99.opening__61871559{overflow-x:hidden}.topOverlayMask__bd3e5a99{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-11-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__ba149361{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__ba149361.closing__a32518f1,.topOverlayWrapper__ba149361.opened__32a14cb5{bottom:0}.topOverlayWrapper__ba149361 .topOverlayPanel__01a86a0f{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__b175f74e{z-index:500}@media(max-width:767px){.topOverlayPanel__01a86a0f{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__353554a2{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__67641052{display:none}}.lightBoxRightSidebar__c95c51e4{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__f1df0ce9{display:none}}html.scroll-0__adeea371{--triplex-next-scroll-width: 0px}html.scroll-15__b22b272e{--triplex-next-scroll-width: 15px}html.scroll-16__02a64451{--triplex-next-scroll-width: 16px}html.scroll-17__3327b6d5{--triplex-next-scroll-width: 17px}.smsField__617edcf3{display:inline-block;position:relative;width:100%}.smsField__617edcf3 .input__ecddffca{text-align:center}.smsField__617edcf3 .input__ecddffca::placeholder{opacity:1}.smsField__617edcf3 .input__ecddffca:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-11-0)}.smsField__617edcf3 .input__ecddffca.lg__d92d587e{padding:18px 40px}.smsField__617edcf3 .input__ecddffca.md__71235c50{padding-left:26px;padding-right:26px}.smsField__617edcf3 .input__ecddffca.sm__4185a065{padding-left:20px;padding-right:20px}.smsField__617edcf3 .btnRefresh__769b0701{position:absolute;outline:none;z-index:1}.smsField__617edcf3 .btnRefresh__769b0701.lg__d92d587e{top:12px;left:12px;height:32px;width:32px}.smsField__617edcf3 .btnRefresh__769b0701.md__71235c50{top:10px;left:10px}.smsField__617edcf3 .btnRefresh__769b0701.sm__4185a065{top:4px;left:4px}.smsField__617edcf3 .btnRefresh__769b0701 .full__698040a6{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-11-0)}.smsField__617edcf3 .btnRefresh__769b0701 .empty__c2d6c5a0{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-11-0)}.smsField__617edcf3 .btnRefresh__769b0701:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972.active__62eea4e4:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972.active__62eea4e4:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-11-0)}.smsField__617edcf3 .btnSubmit__2fd47972.lg__d92d587e{top:15px;right:15px;height:26px;width:26px}.smsField__617edcf3 .btnSubmit__2fd47972.md__71235c50{top:10px;right:10px}.smsField__617edcf3 .btnSubmit__2fd47972.sm__4185a065{top:4px;right:4px}.spoiler__e76d95e5{display:flex;flex-direction:column}.spoiler__e76d95e5.opened__289aa594 .caretIcon__db504d32{transform:rotate(-180deg)}.spoiler__e76d95e5 .head__358d7767 .caretIcon__db504d32{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__e76d95e5 .head__358d7767 button>span{white-space:normal;text-align:left}.spoiler__e76d95e5 .content__59ad8110.hidden__5f06d6dc{display:none}.spoiler__e76d95e5 .lg__d31da773 .content__59ad8110{margin-top:8px}.spoiler__e76d95e5 .md__67d5b73c .content__59ad8110{margin-top:0}.spoiler__e76d95e5 .sm__7480fcba .content__59ad8110{margin-top:-4px}.statusTrackerWrapper__c2a6d9f7{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-11-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-11-0);overflow:hidden;height:100%}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5.verticalAlignMiddle__6115b454{align-self:center}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5.verticalAlignBottom__6fecbb73{align-self:end}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerChild__dfc615e6{padding:8px 0}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerChild__dfc615e6:empty{padding:0}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerSum__ccb8c8c0,.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerTitle__9fb038eb{padding-bottom:4px}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerDescription__bad087b9{display:block;padding-top:8px}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerAlert__57570da6{margin-top:12px;text-align:left}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerStatus__e1c17958{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerFooterWrapper__607e9f60{display:grid}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerFooterWrapper__607e9f60 .statusTrackerDescription__bad087b9:last-child{padding-top:0}.statusTrackerWrapper__c2a6d9f7 .statusTracker__1a0a05b5 .statusTrackerFooterWrapper__607e9f60 .statusTrackerButton__523d53c5{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.waiting__0481de58{background:var(--triplex-next-StatusTracker-Waiting_Color-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.warning__75593cfb{background:var(--triplex-next-StatusTracker-Warning_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.rejected__b34ddb1c{background:var(--triplex-next-StatusTracker-Rejected_Color-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerColor__42f7b2c9.approved__71655876{background:var(--triplex-next-StatusTracker-Approved_Color-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.waiting__0481de58{background:var(--triplex-next-StatusTracker-Waiting_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.warning__75593cfb{background:var(--triplex-next-StatusTracker-Warning_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.rejected__b34ddb1c{background:var(--triplex-next-StatusTracker-Rejected_Background-0-11-0)}.statusTrackerWrapper__c2a6d9f7 .statusTrackerBackground__13835428.approved__71655876{background:var(--triplex-next-StatusTracker-Approved_Background-0-11-0)}@media(max-width:767px){.statusTrackerWrapper__c2a6d9f7{border-radius:16px}}.smallInput__a1f009c9{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-11-0);background:var(--triplex-next-SmallInput-Background-0-11-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-11-0)}.smallInput__a1f009c9::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-11-0);opacity:1}.smallInput__a1f009c9::-ms-clear{display:none}.documentNumberEdit__ecbc0e4b .label__d35e7688{display:inline-block;margin-right:8px}.documentNumberEdit__ecbc0e4b .inputEditWrapper__b4e83046{width:68px;display:inline-block}.sliderExtendedDot__24b6b2f3{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-11-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__24b6b2f3:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-11-0)}.sliderExtendedDot__24b6b2f3.focusedByClick__da27ebe9:focus{box-shadow:none}.sliderExtendedDot__24b6b2f3:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-11-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__24b6b2f3:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-11-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__24b6b2f3.disabled__1a96f37f{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-11-0)}.sliderExtendedDot__24b6b2f3.disabled__1a96f37f:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-11-0)}.sliderExtendedDot__24b6b2f3.disabled__1a96f37f:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-11-0)}.sliderExtendedDot__24b6b2f3:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-11-0)}.sliderExtendedDot__24b6b2f3:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-11-0)}.sliderExtendedDot__24b6b2f3.dragByMouse__af01050f{background:var(--triplex-next-Slider-Dot_Background_Select-0-11-0)}.sliderExtendedDot__24b6b2f3.dragByMouse__af01050f:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-11-0)}.sliderExtendedDot__24b6b2f3:hover .sliderExtendedTooltipOverlay__912d3e98,.sliderExtendedDot__24b6b2f3:focus .sliderExtendedTooltipOverlay__912d3e98{visibility:visible}.sliderExtendedDot__24b6b2f3.lg__07d14245{width:28px;height:28px}.sliderExtendedDot__24b6b2f3.lg__07d14245:after{width:10px;height:10px}.sliderExtendedDot__24b6b2f3.lg__07d14245:before{width:14px;height:14px}.sliderExtendedMarks__87f60d15{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__f010910a{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__f010910a .sliderExtendedMarkDot__bdc94b88{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-11-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__f010910a .sliderExtendedMarkDot__bdc94b88.inSelectedRange__4185509b{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-11-0)}.sliderExtendedMark__f010910a.lg__07d14245{top:20px}.sliderExtendedMark__f010910a.lg__07d14245 .sliderExtendedMarkDot__bdc94b88{top:-20px}.sliderExtendedMark__f010910a .sliderExtendedMarkText__8193b871{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__f010910a.disabled__1a96f37f{pointer-events:none}.sliderExtendedMark__f010910a.disabled__1a96f37f .sliderExtendedMarkText__8193b871{pointer-events:none;opacity:.35}.sliderExtendedMark__f010910a.disabled__1a96f37f .sliderExtendedMarkDot__bdc94b88{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-11-0)}.sliderExtendedMark__f010910a:first-child,.sliderExtendedMark__f010910a:last-child{transform:none}.sliderExtendedMark__f010910a:first-child.reverse__04cedf9d .sliderExtendedMarkDot__bdc94b88{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f010910a:first-child.reverse__04cedf9d .sliderExtendedMarkText__8193b871{margin-right:-4px}.sliderExtendedMark__f010910a:first-child:not(.reverse__04cedf9d) .sliderExtendedMarkDot__bdc94b88{left:0;transform:translate(-50%)}.sliderExtendedMark__f010910a:first-child .sliderExtendedMarkText__8193b871{margin-left:-4px}.sliderExtendedMark__f010910a:last-child.reverse__04cedf9d .sliderExtendedMarkDot__bdc94b88{left:0;transform:translate(-50%)}.sliderExtendedMark__f010910a:last-child.reverse__04cedf9d .sliderExtendedMarkText__8193b871{margin-left:-4px}.sliderExtendedMark__f010910a:last-child:not(.reverse__04cedf9d) .sliderExtendedMarkDot__bdc94b88{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f010910a:last-child .sliderExtendedMarkText__8193b871{margin-right:-4px}.sliderExtendedMark__f010910a.active__e8a40fb1{pointer-events:none}.sliderExtendedRail__7a19fffe{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-11-0);cursor:pointer}.sliderExtended__6b6ebe15{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__6b6ebe15.disabled__1a96f37f .sliderExtendedRail__7a19fffe{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-11-0)}.sliderExtended__6b6ebe15.lg__07d14245{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__c6cb5d26{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-11-0);z-index:10}.sliderExtendedTrack__c6cb5d26.lg__07d14245{top:12px}.sliderExtendedTrack__c6cb5d26:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-11-0)}.sliderExtendedTrack__c6cb5d26.focusedByClick__da27ebe9:focus{box-shadow:none}.sliderExtendedTrack__c6cb5d26.hoverOrDragByMouse__6ced7222{background:var(--triplex-next-Slider-Track_Background_Hover-0-11-0)}.sliderExtendedTrack__c6cb5d26.staticSlider__8c0d6766{cursor:default;pointer-events:none}.sliderExtendedTrack__c6cb5d26.disabled__1a96f37f{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-11-0)}.sliderExtendedTooltipOverlay__912d3e98{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__912d3e98.lg__07d14245{bottom:32px}.sliderExtendedTooltipOverlay__912d3e98 .tooltipBody__12d0a523{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-11-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-11-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__912d3e98 .tooltipTip__00a253ec{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-11-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__912d3e98 .tooltipTip__00a253ec{margin:-.5px}}.treeView__d3b4f17d,.treeViewGroup__4559d786{margin:0;padding:0}.treeView__d3b4f17d .treeViewNode__c03e16a5,.treeViewGroup__4559d786 .treeViewNode__c03e16a5{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__92e39b65.collapsed__bf803b97{visibility:hidden}.checkboxTreeExtended__4d6235df{margin-bottom:-12px}.checkboxTreeExtendedNode__a2166ca8 .checkboxTreeExtendedNode__a2166ca8{margin-left:24px}.checkboxTreeExtendedNodeHeader__0e8d5523{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__0e8d5523 .checkboxTreeCheckboxLabel__faa81f56{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__0e8d5523 .caretIconWrapper__556cff39{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__0e8d5523 .caretIconWrapper__556cff39:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-11-0)}.checkboxTreeExtendedNodeHeader__0e8d5523.opened__d60d0c09 .caretIconWrapper__556cff39{transform:rotate(180deg)}.chipGroup__2b7a8f85{display:flex}.chipGroup__2b7a8f85.oneLine__7db2b7eb{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__2b7a8f85.oneLine__7db2b7eb::-webkit-scrollbar{display:none}.chipGroup__2b7a8f85.multiLine__9db1c309{flex-wrap:wrap}.chipGroup__2b7a8f85.lg__5e525f94{gap:12px}.chipGroup__2b7a8f85.md__eaa7094e,.chipGroup__2b7a8f85.sm__9bc4be1a{gap:8px}.confirm__03c47103{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__03c47103.isInLightBox__597c6083{max-width:800px}.confirm__03c47103.isInSideOverlaySM__fd26f295{max-width:416px}.confirm__03c47103.isInSideOverlayMD__15e7cbea{max-width:536px}.confirm__03c47103.isInSideOverlayLG__af1b085b{max-width:736px}.confirmCloseButton__df4c07ab{position:absolute;top:24px;right:24px}.confirmContent__12639ad5{margin-bottom:24px;padding-right:56px}.confirmControls__c0fd6bc0{white-space:nowrap}.confirmContentTitle__40b9d1d9{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__df4c07ab{top:16px;right:16px}.confirmContent__12639ad5{margin-bottom:16px}}.divider__912b64ce{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-11-0);border:none}.marginTopSize-4__b3519f71{margin-top:4px}.marginBottomSize-4__241cbf0a{margin-bottom:4px}.marginTopSize-8__294c3cf8{margin-top:8px}.marginBottomSize-8__29e9b9c4{margin-bottom:8px}.marginTopSize-12__21849691{margin-top:12px}.marginBottomSize-12__7a9ff9c4{margin-bottom:12px}.marginTopSize-16__c9ef91d3{margin-top:16px}.marginBottomSize-16__48fc6aad{margin-bottom:16px}.marginTopSize-20__1f19d943{margin-top:20px}.marginBottomSize-20__6711b0a5{margin-bottom:20px}.marginTopSize-24__9818be57{margin-top:24px}.marginBottomSize-24__af12ac83{margin-bottom:24px}.marginTopSize-28__cee15196{margin-top:28px}.marginBottomSize-28__44d4d3c3{margin-bottom:28px}.marginTopSize-32__fe07d95e{margin-top:32px}.marginBottomSize-32__aa1bb3dc{margin-bottom:32px}.listMasterChipGroup__5d982276{padding:0 16px}.listMasterFooter__ec553ff2{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-11-0);color:var(--triplex-next-ListMaster-Footer_Color-0-11-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__ec553ff2.sticky__a0861c27{position:sticky;bottom:0}.listMasterFooterDescription__4f15c5b3{padding-right:16px}.listMasterFooterControls__148dfe9c{white-space:nowrap}.listMasterHeader__6b59f0dd{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-11-0);color:var(--triplex-next-ListMaster-Header_Color-0-11-0)}.listMasterHeader__6b59f0dd.sticky__a0861c27{position:sticky;top:0;z-index:1}.selectionControls__bf854d13{display:flex;justify-content:space-between;align-items:center}.uploadZoneDesktop__3b1080ef{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-11-0)}.uploadZoneDesktop__3b1080ef:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-11-0)}.uploadZoneDragArea__f6537f56{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-11-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__64167b41{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-11-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-11-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-11-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__2859a8a2{display:none}.uploadZoneMobile__e0053d29{display:flex;flex-direction:column;align-items:start;gap:8px;padding:12px 10px 12px 16px}.uploadZoneMobile__e0053d29 .uploadZoneMobileHeader__2ca1dbb2{display:flex;gap:4px}button.helpBoxButton__33705a0c{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__78c27a5f{padding-right:16px}.dateRange__7001bc22{display:flex;align-items:center}.dateRangeButton__a1568248{z-index:1}.separator__4784fbe3{width:20px;height:20px;flex-shrink:0}.tagColor__118a65cd{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__118a65cd.sm__ff1e110e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__118a65cd.md__25d1e9ed{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__118a65cd.lg__0d761c9f{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__118a65cd.default__98789301{background:var(--triplex-next-TagColor-Background_Default-0-11-0)}.tagColor__118a65cd.success__5af24f2b{background:var(--triplex-next-TagColor-Background_Success-0-11-0)}.tagColor__118a65cd.info__90890add{background:var(--triplex-next-TagColor-Background_Info-0-11-0)}.tagColor__118a65cd.warning__97a73f33{background:var(--triplex-next-TagColor-Background_Warning-0-11-0)}.tagColor__118a65cd.error__dbe01cec{background:var(--triplex-next-TagColor-Background_Error-0-11-0)}.content__46e4efbb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-11-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-12-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-12-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-12-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-12-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-12-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-12-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-12-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-12-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-12-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-12-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-0-12-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-12-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-12-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-12-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-12-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-12-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-12-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-12-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-12-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-12-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-12-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-12-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-0-12-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-0-12-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-0-12-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-0-12-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-0-12-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-0-12-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-0-12-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-0-12-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-0-12-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-0-12-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-0-12-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-0-12-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-0-12-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-0-12-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-0-12-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-0-12-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-0-12-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-0-12-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-0-12-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-0-12-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-0-12-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-0-12-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-0-12-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-0-12-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-0-12-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-0-12-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-0-12-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-0-12-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-0-12-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-0-12-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-0-12-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-0-12-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-0-12-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-0-12-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-0-12-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-0-12-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-0-12-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-0-12-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-0-12-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-0-12-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-0-12-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-0-12-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-0-12-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-0-12-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-0-12-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-0-12-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-0-12-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-0-12-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-0-12-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-0-12-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-0-12-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-0-12-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-0-12-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-0-12-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-0-12-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-0-12-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-0-12-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-0-12-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-0-12-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-0-12-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-0-12-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-0-12-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-0-12-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-0-12-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-0-12-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-0-12-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-0-12-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-0-12-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-0-12-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-0-12-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-0-12-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-0-12-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-0-12-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-0-12-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-0-12-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-0-12-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-0-12-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-0-12-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-0-12-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-0-12-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-0-12-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-0-12-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-0-12-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-0-12-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-0-12-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-0-12-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-0-12-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-0-12-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-0-12-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-0-12-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-0-12-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-0-12-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-0-12-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-0-12-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-0-12-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-0-12-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-0-12-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Button-General_Background_Active-0-12-0: #007777;
|
|
121
|
+
--triplex-next-Button-General_Background_Default-0-12-0: #21A19A;
|
|
122
|
+
--triplex-next-Button-General_Background_Disabled-0-12-0: #F2F4F7;
|
|
123
|
+
--triplex-next-Button-General_Background_Hover-0-12-0: #19BDB0;
|
|
124
|
+
--triplex-next-Button-General_Color_Active-0-12-0: rgba(255, 255, 255, 1);
|
|
125
|
+
--triplex-next-Button-General_Color_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
127
|
+
--triplex-next-Button-General_Color_Hover-0-12-0: rgba(255, 255, 255, 1);
|
|
128
|
+
--triplex-next-Button-General_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
129
|
+
--triplex-next-Button-Secondary_Background_Active-0-12-0: #DCDFE4;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Default-0-12-0: #F2F4F7;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-12-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Hover-0-12-0: #EAEDF1;
|
|
133
|
+
--triplex-next-Button-Secondary_Color_Active-0-12-0: #007777;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Default-0-12-0: #008985;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Hover-0-12-0: #21A19A;
|
|
137
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
138
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-12-0: #DFE2E7;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-12-0: #FFFFFF;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-12-0: #F2F4F7;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-12-0: #EEF0F4;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-12-0: #007777;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-12-0: #008985;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-12-0: #21A19A;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
147
|
+
--triplex-next-Button-Danger_Background_Active-0-12-0: #BD002C;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Default-0-12-0: #E60037;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Disabled-0-12-0: #F2F4F7;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Hover-0-12-0: #F80C45;
|
|
151
|
+
--triplex-next-Button-Danger_Color_Active-0-12-0: rgba(255, 255, 255, 1);
|
|
152
|
+
--triplex-next-Button-Danger_Color_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Hover-0-12-0: rgba(255, 255, 255, 1);
|
|
155
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
156
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169;
|
|
157
|
+
--triplex-next-Button-Link_Color_Active-0-12-0: #007777;
|
|
158
|
+
--triplex-next-Button-Link_Color_Default-0-12-0: #008985;
|
|
159
|
+
--triplex-next-Button-Link_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
160
|
+
--triplex-next-Button-Link_Color_Hover-0-12-0: #21A19A;
|
|
161
|
+
--triplex-next-Button-Link_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
162
|
+
--triplex-next-Calendar-Background_Shadow-0-12-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
163
|
+
--triplex-next-Calendar-View_Header_Color-0-12-0: rgba(31, 31, 34, .55);
|
|
164
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-12-0: none;
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-12-0: #19BDB0;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-12-0: #21A19A;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-12-0: #007777;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-12-0: #E3FFFA;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-12-0: #A8F5E9;
|
|
170
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-12-0: transparent;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-12-0: #FFD169;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-12-0: rgba(31, 31, 34, 1);
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-12-0: rgba(255, 255, 255, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-12-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-12-0: rgba(255, 255, 255, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-12-0: rgba(31, 31, 34, .35);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-12-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-12-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-12-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-12-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-12-0: #00C075;
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-12-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-12-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-12-0: #FD6508;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-12-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-12-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-12-0: #E60037;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-12-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-12-0: #E60037;
|
|
191
|
+
--triplex-next-Card-Static_General_Background-0-12-0: #FFFFFF;
|
|
192
|
+
--triplex-next-Card-Static_Secondary_Background-0-12-0: #F2F4F7;
|
|
193
|
+
--triplex-next-Card-Action_General_Background-0-12-0: #FFFFFF;
|
|
194
|
+
--triplex-next-Card-Action_General_Background_Hover-0-12-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Selected-0-12-0: #F2F4F7;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-12-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_Secondary_Background-0-12-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-12-0: #EAEDF1;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-12-0: #E3E6EA;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-12-0: #DCDFE4;
|
|
201
|
+
--triplex-next-Card-Shadow_Default-0-12-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
202
|
+
--triplex-next-Card-Shadow_Focus-0-12-0: inset 0 0 0 1px #FFD169;
|
|
203
|
+
--triplex-next-Card-Shadow_Hover-0-12-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
204
|
+
--triplex-next-Card-Shadow_Selected-0-12-0: inset 0 0 0 1px #21A19A;
|
|
205
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-12-0: inset 0 0 0 1px #19BDB0;
|
|
206
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-12-0: #21A19A;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-12-0: #EAEDF1;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-12-0: #007777;
|
|
209
|
+
--triplex-next-Checkbox-Background_Default-0-12-0: #F2F4F7;
|
|
210
|
+
--triplex-next-Checkbox-Background_Disabled-0-12-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Hover-0-12-0: #19BDB0;
|
|
212
|
+
--triplex-next-Checkbox-BorderColor_Default-0-12-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-12-0: 0 0 0 1px #E3E6EA inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-12-0: none;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-12-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-12-0: none;
|
|
218
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
220
|
+
--triplex-next-Chip-Background_Active-0-12-0: #DFE2E7;
|
|
221
|
+
--triplex-next-Chip-Background_Default-0-12-0: #F2F4F7;
|
|
222
|
+
--triplex-next-Chip-Background_Disabled-0-12-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Hover-0-12-0: #EAEDF1;
|
|
224
|
+
--triplex-next-Chip-Background_Selected_Active-0-12-0: #4F4F52;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Default-0-12-0: #3B3B3E;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-12-0: #343437;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Hover-0-12-0: #49494C;
|
|
228
|
+
--triplex-next-Chip-Color_Active-0-12-0: rgba(31, 31, 34, 1);
|
|
229
|
+
--triplex-next-Chip-Color_Default-0-12-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
231
|
+
--triplex-next-Chip-Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
232
|
+
--triplex-next-Chip-Color_Selected_Active-0-12-0: rgba(255, 255, 255, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-12-0: rgba(255, 255, 255, .25);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Hover-0-12-0: rgba(255, 255, 255, 1);
|
|
236
|
+
--triplex-next-Chip-Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
237
|
+
--triplex-next-Divider-Background-0-12-0: #D6D9E0;
|
|
238
|
+
--triplex-next-Dropdown-Background-0-12-0: #FFFFFF;
|
|
239
|
+
--triplex-next-Dropdown-Shadow-0-12-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
240
|
+
--triplex-next-DropdownList-Background_Active-0-12-0: #EAEDF1;
|
|
241
|
+
--triplex-next-DropdownList-Background_Default-0-12-0: none;
|
|
242
|
+
--triplex-next-DropdownList-Background_Selected-0-12-0: #DCDFE4;
|
|
243
|
+
--triplex-next-DropdownList-Color-0-12-0: rgba(31, 31, 34, 1);
|
|
244
|
+
--triplex-next-DropdownMobile-Backdrop-0-12-0: rgba(31, 31, 34, .65);
|
|
245
|
+
--triplex-next-DropdownMobile-Border_Color-0-12-0: #D6D9E0;
|
|
246
|
+
--triplex-next-DropdownMobile-Content_Background-0-12-0: #FFFFFF;
|
|
247
|
+
--triplex-next-DropdownMobile-Footer_Background-0-12-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Header_Background-0-12-0: #F2F4F7;
|
|
249
|
+
--triplex-next-DropdownMobileList-Active_Background-0-12-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-12-0: #DCDFE4;
|
|
251
|
+
--triplex-next-FooterPage-StickyShadow-0-12-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
252
|
+
--triplex-next-FormField-Background_Active-0-12-0: #F2F4F7;
|
|
253
|
+
--triplex-next-FormField-Background_Default-0-12-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Disabled-0-12-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Error-0-12-0: #FFF0F3;
|
|
256
|
+
--triplex-next-FormField-Background_Error_Hover-0-12-0: #FCE0E6;
|
|
257
|
+
--triplex-next-FormField-Background_Hover-0-12-0: #EAEDF1;
|
|
258
|
+
--triplex-next-FormField-Background_Warning-0-12-0: #FFF4DB;
|
|
259
|
+
--triplex-next-FormField-Background_Warning_Hover-0-12-0: #FCEAC7;
|
|
260
|
+
--triplex-next-FormField-Input_Color_Default-0-12-0: rgba(31, 31, 34, 1);
|
|
261
|
+
--triplex-next-FormField-Input_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
262
|
+
--triplex-next-FormField-Target_Color_Default-0-12-0: rgba(31, 31, 34, 1);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Disabled-0-12-0: rgba(31, 31, 34, .45);
|
|
264
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
265
|
+
--triplex-next-FormField-Label_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
267
|
+
--triplex-next-FormField-Shadow_Active-0-12-0: 0 0 0 1px #21A19A inset;
|
|
268
|
+
--triplex-next-FormField-Shadow_Default-0-12-0: none;
|
|
269
|
+
--triplex-next-FormField-Shadow_Error_Active-0-12-0: 0 0 0 1px #E60037 inset;
|
|
270
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-12-0: 0 0 0 1px #FD6508 inset;
|
|
271
|
+
--triplex-next-FormField-Placeholder_Color-0-12-0: rgba(31, 31, 34, .65);
|
|
272
|
+
--triplex-next-HeaderPage-StickyShadow-0-12-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
273
|
+
--triplex-next-Island-Type1_Background-0-12-0: #FFFFFF;
|
|
274
|
+
--triplex-next-Island-Type2_Background-0-12-0: rgba(255, 255, 255, .35);
|
|
275
|
+
--triplex-next-Island-Type3_Background-0-12-0: #F2F4F7;
|
|
276
|
+
--triplex-next-Island-Type1_Shadow-0-12-0: none;
|
|
277
|
+
--triplex-next-Island-Type2_Shadow-0-12-0: 0 0 0 1px #FFFFFF inset;
|
|
278
|
+
--triplex-next-Island-Type3_Shadow-0-12-0: none;
|
|
279
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-12-0: #DCDFE4;
|
|
280
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-12-0: rgba(31, 31, 34, .05);
|
|
281
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-12-0: #DCDFE4;
|
|
282
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
283
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-12-0: #FFFFFF;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-12-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
285
|
+
--triplex-next-LightBox-Backdrop_Background-0-12-0: rgba(31, 31, 34, .75);
|
|
286
|
+
--triplex-next-LightBox-Content_Background-0-12-0: #EAEDF1;
|
|
287
|
+
--triplex-next-Link-BorderColor_Focus-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
288
|
+
--triplex-next-Link-Text_Color_Active-0-12-0: #007777;
|
|
289
|
+
--triplex-next-Link-Text_Color_Default-0-12-0: #008985;
|
|
290
|
+
--triplex-next-Link-Text_Color_Hover-0-12-0: #21A19A;
|
|
291
|
+
--triplex-next-ListItem-Background-0-12-0: #FFFFFF;
|
|
292
|
+
--triplex-next-ListItem-Background_Dragging-0-12-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Selected-0-12-0: #F2F4F7;
|
|
294
|
+
--triplex-next-ListItem-Shadow-0-12-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
295
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-12-0: #DCDFE4;
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-12-0: #F2F4F7;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-12-0: #EAEDF1;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-12-0: #007777;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-12-0: #008985;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-12-0: #21A19A;
|
|
301
|
+
--triplex-next-ListMaster-Background-0-12-0: #FFFFFF;
|
|
302
|
+
--triplex-next-ListMaster-Footer_Background-0-12-0: #DCDFE4;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Color-0-12-0: #EAEDF1;
|
|
304
|
+
--triplex-next-ListMaster-Header_Background-0-12-0: #DCDFE4;
|
|
305
|
+
--triplex-next-ListMaster-Header_Color-0-12-0: #EAEDF1;
|
|
306
|
+
--triplex-next-Loader-Element_Background_Brand-0-12-0: #21A19A;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Neutral-0-12-0: rgba(255, 255, 255, 1);
|
|
308
|
+
--triplex-next-Loader-Middle_Background_Default-0-12-0: #EEF0F4;
|
|
309
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-12-0: rgba(255, 255, 255, .75);
|
|
310
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-12-0: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-12-0: #EEF0F4;
|
|
312
|
+
--triplex-next-Marker-Background_Error-0-12-0: #E60037;
|
|
313
|
+
--triplex-next-Marker-Background_Success-0-12-0: #21A19A;
|
|
314
|
+
--triplex-next-Marker-Background_Waiting-0-12-0: #8291B3;
|
|
315
|
+
--triplex-next-Marker-Background_Warning-0-12-0: #FD6508;
|
|
316
|
+
--triplex-next-MarkerStatus-Description_Color-0-12-0: rgba(0, 0, 0, 0.55);
|
|
317
|
+
--triplex-next-ModalWindow-Background-0-12-0: #EAEDF1;
|
|
318
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-12-0: rgba(79, 79, 82, .5);
|
|
319
|
+
--triplex-next-MultiselectField-Divider_Color-0-12-0: #D6D9E0;
|
|
320
|
+
--triplex-next-Notification-Background-0-12-0: #FFFFFF;
|
|
321
|
+
--triplex-next-Notification-Color-0-12-0: #1F1F22;
|
|
322
|
+
--triplex-next-Notification-TimeColor-0-12-0: rgba(31, 31, 34, 0.65);
|
|
323
|
+
--triplex-next-Notification-Shadow-0-12-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
324
|
+
--triplex-next-Overlay-Background-0-12-0: rgba(255, 255, 255, .8);
|
|
325
|
+
--triplex-next-Overlay-Panel_Background-0-12-0: #FFFFFF;
|
|
326
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-12-0: #E3E6EA;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-12-0: #F2F4F7;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-12-0: #E3E6EA;
|
|
329
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-12-0: #FFD169;
|
|
330
|
+
--triplex-next-Pagination-PageButton_Color-0-12-0: rgba(31, 31, 34, 1);
|
|
331
|
+
--triplex-next-Radio-Background_Checked_Default-0-12-0: #21A19A;
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-12-0: #EAEDF1;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Hover-0-12-0: #007777;
|
|
334
|
+
--triplex-next-Radio-Background_Default-0-12-0: #F2F4F7;
|
|
335
|
+
--triplex-next-Radio-Background_Disabled-0-12-0: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Hover-0-12-0: #19BDB0;
|
|
337
|
+
--triplex-next-Radio-BorderColor_Default-0-12-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Disabled-0-12-0: 0 0 0 1px #E3E6EA inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Focused-0-12-0: 0 0 0 1px #FFD169 inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-12-0: none;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-12-0: none;
|
|
342
|
+
--triplex-next-Radio-Dot_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
343
|
+
--triplex-next-Radio-Dot_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
344
|
+
--triplex-next-SegmentedControl-General_1_Background-0-12-0: #F2F4F7;
|
|
345
|
+
--triplex-next-SegmentedControl-General_2_Background-0-12-0: #FFFFFF;
|
|
346
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-12-0: #F2F4F7;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-12-0: #FFFFFF;
|
|
348
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-12-0: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-12-0: rgba(255, 255, 255, .25);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-12-0: #F2F4F7;
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-12-0: #DFE2E7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-12-0: #F2F4F7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-12-0: #3B3B3E;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-12-0: #49494C;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-12-0: #343437;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-12-0: rgba(255, 255, 255, 1);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-12-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-12-0: rgba(255, 255, 255, .25);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-12-0: #FFFFFF;
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-12-0: #EEF0F4;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-12-0: #FFFFFF;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-12-0: #3B3B3E;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-12-0: #49494C;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-12-0: #343437;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-12-0: rgba(31, 31, 34, 1);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-12-0: #F2F4F7;
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-12-0: #DFE2E7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-12-0: #F2F4F7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-12-0: #FFFFFF;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-12-0: #DFE2E7;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-12-0: #FFFFFF;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-12-0: rgba(31, 31, 34, 1);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-12-0: #FFFFFF;
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-12-0: #EEF0F4;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-12-0: #FFFFFF;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-12-0: #E3E6EA;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-12-0: #D6D9E0;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-12-0: #F2F4F7;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-12-0: transparent;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-12-0: #FFD169;
|
|
398
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-12-0: #F2F4F7;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-12-0: #DFE2E7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-12-0: rgba(31, 31, 34, .05);
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-12-0: rgba(31, 31, 34, .15);
|
|
402
|
+
--triplex-next-SmallInput-Background-0-12-0: #F2F4F7;
|
|
403
|
+
--triplex-next-SmallInput-Color-0-12-0: rgba(31, 31, 34, 1);
|
|
404
|
+
--triplex-next-SmallInput-PlaceholderColor-0-12-0: rgba(31, 31, 34, .65);
|
|
405
|
+
--triplex-next-SmallInput-Shadow-0-12-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
406
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-12-0: rgba(31, 31, 34, .35);
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-12-0: #008985;
|
|
408
|
+
--triplex-next-SMSField-Refresh_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
409
|
+
--triplex-next-SMSField-Submit_Background_Default-0-12-0: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-12-0: #19BDB0;
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Active-0-12-0: #21A19A;
|
|
412
|
+
--triplex-next-Slider-Dot_Background_Default-0-12-0: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-12-0: #F2F4F7;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Hover-0-12-0: #19BDB0;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Select-0-12-0: #007777;
|
|
416
|
+
--triplex-next-Slider-Dot_Focus-0-12-0: #FFD169;
|
|
417
|
+
--triplex-next-Slider-Dot_Inner_Background-0-12-0: #FFFFFF;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
419
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-12-0: #DCDFE4;
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-12-0: #21A19A;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-12-0: #E7E9EE;
|
|
422
|
+
--triplex-next-Slider-Rail_Background-0-12-0: #DCDFE4;
|
|
423
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-12-0: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Tooltip_Background-0-12-0: #1B1B1D;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Color-0-12-0: rgba(255, 255, 255, 1);
|
|
426
|
+
--triplex-next-Slider-Track_Background_Default-0-12-0: #21A19A;
|
|
427
|
+
--triplex-next-Slider-Track_Background_Disabled-0-12-0: #E7E9EE;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Hover-0-12-0: #007777;
|
|
429
|
+
--triplex-next-StatusTracker-Draft_Background-0-12-0: rgba(255, 255, 255, .15);
|
|
430
|
+
--triplex-next-StatusTracker-Warning_Background-0-12-0: #FF7A17;
|
|
431
|
+
--triplex-next-StatusTracker-Waiting_Background-0-12-0: #BFCADF;
|
|
432
|
+
--triplex-next-StatusTracker-Rejected_Background-0-12-0: #FF5571;
|
|
433
|
+
--triplex-next-StatusTracker-Approved_Background-0-12-0: #00D67D;
|
|
434
|
+
--triplex-next-StatusTracker-Waiting_Color-0-12-0: #A9B6D0;
|
|
435
|
+
--triplex-next-StatusTracker-Rejected_Color-0-12-0: #FFB1C1;
|
|
436
|
+
--triplex-next-StatusTracker-Approved_Color-0-12-0: #00D67D;
|
|
437
|
+
--triplex-next-StatusTracker-Border_Color-0-12-0: #FFFFFF;
|
|
438
|
+
--triplex-next-Step-Color_Active-0-12-0: #008985;
|
|
439
|
+
--triplex-next-Step-Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
440
|
+
--triplex-next-Step-Color_Disabled-0-12-0: #FFFFFF;
|
|
441
|
+
--triplex-next-Step-Color_Done-0-12-0: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Error-0-12-0: rgba(255, 255, 255, 1);
|
|
443
|
+
--triplex-next-Step-Color_Warning-0-12-0: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Background_Active-0-12-0: #E3FFFA;
|
|
445
|
+
--triplex-next-Step-Background_Default-0-12-0: rgba(31, 31, 34, .05);
|
|
446
|
+
--triplex-next-Step-Background_Disabled-0-12-0: rgba(31, 31, 34, .15);
|
|
447
|
+
--triplex-next-Step-Background_Done-0-12-0: #008985;
|
|
448
|
+
--triplex-next-Step-Background_Error-0-12-0: #D10032;
|
|
449
|
+
--triplex-next-Step-Background_Warning-0-12-0: #EF4C01;
|
|
450
|
+
--triplex-next-Stepper-Step_Background_Default-0-12-0: #F2F4F7;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Hover-0-12-0: #EAEDF1;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-12-0: #F2F4F7;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Error-0-12-0: #FFF0F3;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0: #FCE0E6;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Warning-0-12-0: #FFF4DB;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0: #FCEAC7;
|
|
457
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0: #FFD169;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-12-0: #E60037;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-12-0: #FD6508;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-12-0: #21A19A;
|
|
461
|
+
--triplex-next-Stepper-Step_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-12-0: rgba(31, 31, 34, .35);
|
|
464
|
+
--triplex-next-Stepper-ButtonNext_Background-0-12-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
465
|
+
--triplex-next-Stepper-ButtonPrev_Background-0-12-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-Background-0-12-0: #FFFFFF;
|
|
467
|
+
--triplex-next-Stepper-Wrapper_Background-0-12-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
468
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-0-12-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
469
|
+
--triplex-next-TableBasic-Background_Hover-0-12-0: #E3E6EA;
|
|
470
|
+
--triplex-next-TableBasic-Background_Selected-0-12-0: #DCDFE4;
|
|
471
|
+
--triplex-next-TableBasic-Color-0-12-0: rgba(31, 31, 34, 1);
|
|
472
|
+
--triplex-next-TableBasic-Header_Background-0-12-0: #E7E9EE;
|
|
473
|
+
--triplex-next-TableBasic-TableFooter_Background-0-12-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-12-0: linear-gradient(transparent, #FFFFFF);
|
|
475
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-12-0: #D6D9E0;
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-12-0: #FFFFFF;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-12-0: #EAEDF1;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-12-0: #FFFFFF;
|
|
479
|
+
--triplex-next-Tabs-Type1_Background-0-12-0: #F2F4F7;
|
|
480
|
+
--triplex-next-Tabs-Type2_Background-0-12-0: #FFFFFF;
|
|
481
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-12-0: #F2F4F7;
|
|
482
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-12-0: #FFFFFF;
|
|
483
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-12-0: #DCDFE4;
|
|
484
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-12-0: #E3E6EA;
|
|
485
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-12-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-12-0: #EEF0F4;
|
|
487
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
488
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-0-12-0: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-12-0: rgba(31, 31, 34, 1);
|
|
490
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-12-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-12-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-12-0: transparent;
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-12-0: #FFD169;
|
|
495
|
+
--triplex-next-Tag-Background-0-12-0: #DFE2E7;
|
|
496
|
+
--triplex-next-TagColor-Background_Default-0-12-0: #EEF3FC;
|
|
497
|
+
--triplex-next-TagColor-Background_Success-0-12-0: #E3FFFA;
|
|
498
|
+
--triplex-next-TagColor-Background_Info-0-12-0: #E3F6FF;
|
|
499
|
+
--triplex-next-TagColor-Background_Warning-0-12-0: #FFF4DB;
|
|
500
|
+
--triplex-next-TagColor-Background_Error-0-12-0: #FFF0F3;
|
|
501
|
+
--triplex-next-TagColor-Text_Color_Default-0-12-0: rgba(31, 31, 34, .75);
|
|
502
|
+
--triplex-next-TabsLine-BorderColor_Active-0-12-0: #21A19A;
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-12-0: #19BDB0;
|
|
504
|
+
--triplex-next-TabsLine-Separator_Color-0-12-0: #D6D9E0;
|
|
505
|
+
--triplex-next-TabsLine-Shadow_Focus-0-12-0: 0 0 0 1px #FFDD64 inset;
|
|
506
|
+
--triplex-next-Tooltip-Background-0-12-0: #1B1B1D;
|
|
507
|
+
--triplex-next-Tooltip-Color-0-12-0: rgba(255, 255, 255, 1);
|
|
508
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-12-0: #008985;
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-12-0: #19BDB0;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-12-0: #4BD9CF;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-12-0: 0 0 0 1px #FFD169;
|
|
512
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-12-0: #007777;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-12-0: #008985;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-12-0: #21A19A;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-12-0: 0 0 0 1px #FFDD64;
|
|
516
|
+
--triplex-next-TopOverlay-Background-0-12-0: rgba(31, 31, 34, .55);
|
|
517
|
+
--triplex-next-Typography-Primary_Color-0-12-0: rgba(31, 31, 34, 1);
|
|
518
|
+
--triplex-next-Typography-Complementary_Color-0-12-0: rgba(31, 31, 34, .85);
|
|
519
|
+
--triplex-next-Typography-Secondary_Color-0-12-0: rgba(31, 31, 34, .65);
|
|
520
|
+
--triplex-next-Typography-Tertiary_Color-0-12-0: rgba(31, 31, 34, .55);
|
|
521
|
+
--triplex-next-Typography-Disabled_Color-0-12-0: rgba(31, 31, 34, .35);
|
|
522
|
+
--triplex-next-Typography-Brand_Color-0-12-0: #008985;
|
|
523
|
+
--triplex-next-Typography-Info_Color-0-12-0: #0E57CC;
|
|
524
|
+
--triplex-next-Typography-Success_Color-0-12-0: #008B5C;
|
|
525
|
+
--triplex-next-Typography-Error_Color-0-12-0: #D10032;
|
|
526
|
+
--triplex-next-Typography-Warning_Color-0-12-0: #EF4C01;
|
|
527
|
+
--triplex-next-Typography-System_Color-0-12-0: #697591;
|
|
528
|
+
--triplex-next-UploadZone-Background_Default-0-12-0: #F2F4F7;
|
|
529
|
+
--triplex-next-UploadZone-Background_Hover-0-12-0: #EAEDF1;
|
|
530
|
+
--triplex-next-UploadZone-BorderColor_Default-0-12-0: #2D2D30;
|
|
531
|
+
--triplex-next-UploadZone-DragArea_Background-0-12-0: #F2F4F7;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-12-0: #21A19A;}
|
|
533
|
+
.underline__3eaa84b6{text-decoration:underline}.strikethrough__acf11a8f{text-decoration:line-through}.underlineStrikethrough__9f206fe0{text-decoration:underline line-through}.typography__d0164554.primary__f887b5bc{color:var(--triplex-next-Typography-Primary_Color-0-12-0)}.typography__d0164554.complementary__c35f5e58{color:var(--triplex-next-Typography-Complementary_Color-0-12-0)}.typography__d0164554.secondary__12243a39{color:var(--triplex-next-Typography-Secondary_Color-0-12-0)}.typography__d0164554.tertiary__bb23f9cb{color:var(--triplex-next-Typography-Tertiary_Color-0-12-0)}.typography__d0164554.disabled__44dc14a1{color:var(--triplex-next-Typography-Disabled_Color-0-12-0)}.typography__d0164554.brand__5a013bbf{color:var(--triplex-next-Typography-Brand_Color-0-12-0);-webkit-user-select:none;user-select:none}.typography__d0164554.info__fe04284e{color:var(--triplex-next-Typography-Info_Color-0-12-0)}.typography__d0164554.success__e9c36174{color:var(--triplex-next-Typography-Success_Color-0-12-0)}.typography__d0164554.error__40c724e6{color:var(--triplex-next-Typography-Error_Color-0-12-0)}.typography__d0164554.warning__2c04012f{color:var(--triplex-next-Typography-Warning_Color-0-12-0)}.typography__d0164554.system__d7697530{color:var(--triplex-next-Typography-System_Color-0-12-0)}.typography__d0164554.compact__3a2459ba{line-height:calc(16 / 14)}.title__f816cc43{outline:none}.title__f816cc43.regular__df86fbd0{font-family:SBSansDisplay}.title__f816cc43.semibold__fbfbc3cf{font-family:SBSansDisplaySemibold}.title__f816cc43.medium__1e834f01{font-family:SBSansDisplayMedium}.title__f816cc43.bold__25a940f3{font-family:SBSansDisplayBold}.h1__5a9bf744,.h2__e526283b,.h3__948c7fe8{margin:0}.h1__5a9bf744{font-size:28px;line-height:36px}.h2__e526283b{font-size:24px;line-height:32px}.h3__948c7fe8{font-size:20px;line-height:28px}.text__6051f740{outline:none}.text__6051f740.regular__df86fbd0{font-family:SBSansText}.text__6051f740.semibold__fbfbc3cf{font-family:SBSansTextSemibold}.b1__67408cae{font-size:18px;line-height:24px}.b2__7c75d976{font-size:16px;line-height:20px}.b3__17b3ce5d{font-size:14px;line-height:20px}.b3__17b3ce5d.compact__3a2459ba{line-height:16px}.b4__b07d2f40{font-size:12px;line-height:16px}.caption__94a66924.regular__df86fbd0{font-family:SBSansText}.caption__94a66924.semibold__fbfbc3cf{font-family:SBSansTextSemibold}.c1__3083bc8b{font-size:10px;line-height:12px}.c2__46046cac{font-size:8px;line-height:10px}.d1__6241c5c1{font-size:32px;line-height:40px}.d1__6241c5c1.regular__df86fbd0{font-family:SBSansDisplay}.d1__6241c5c1.semibold__fbfbc3cf{font-family:SBSansDisplaySemibold}.formFieldInput__dbafec84{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-12-0)}.formFieldInput__dbafec84:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-12-0)}.formFieldInput__dbafec84::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-12-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__dbafec84:focus{outline:none}.formFieldInput__dbafec84:focus::placeholder{opacity:1}.formFieldInput__dbafec84:-webkit-autofill{animation-name:autofill-applied-hook__28f078e4;animation-duration:1ms}.formFieldInput__dbafec84:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__1e635508;animation-duration:1ms}.formFieldInput__dbafec84.sm__24dd80b9{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__dbafec84.md__2ace59a8{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__dbafec84.lg__afb4cda7{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__28f078e4{0%{transform:none}}@keyframes autofill-cancelled-hook__1e635508{0%{transform:none}}.formField__ffa2fb5c{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-12-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__ffa2fb5c:hover{background:var(--triplex-next-FormField-Background_Hover-0-12-0)}.formField__ffa2fb5c.disabled__9d8bbe79{background:var(--triplex-next-FormField-Background_Disabled-0-12-0)}.formField__ffa2fb5c.active__7219c638{background:var(--triplex-next-FormField-Background_Active-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-12-0)}.formField__ffa2fb5c.active__7219c638::placeholder{opacity:1}.formField__ffa2fb5c.error__6f2eb46a{background:var(--triplex-next-FormField-Background_Error-0-12-0)}.formField__ffa2fb5c.error__6f2eb46a:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-12-0)}.formField__ffa2fb5c.error__6f2eb46a.active__7219c638{background:var(--triplex-next-FormField-Background_Error-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-12-0)}.formField__ffa2fb5c.warning__db655c9c{background:var(--triplex-next-FormField-Background_Warning-0-12-0)}.formField__ffa2fb5c.warning__db655c9c:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-12-0)}.formField__ffa2fb5c.warning__db655c9c.active__7219c638{background:var(--triplex-next-FormField-Background_Warning-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-12-0)}.formField__ffa2fb5c.size-sm__76001a4c{border-radius:6px}.formField__ffa2fb5c.size-md__3d3e3831{border-radius:8px}.formField__ffa2fb5c.size-lg__06136412{border-radius:10px}.formFieldDescription__61eaa999{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__61eaa999.withCounter__5549626a{display:flex;justify-content:space-between}.formFieldLabel__983e3f9d{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__983e3f9d.size-sm__76001a4c{top:6px}.formFieldLabel__983e3f9d.size-md__3d3e3831{top:10px}.formFieldLabel__983e3f9d.size-lg__06136412{top:18px}.formFieldLabel__983e3f9d.size-lg__06136412.floating__f65e9f37{top:10px}.formFieldLabelText__c94d9341{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-12-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__76001a4c .formFieldLabelText__c94d9341{font-size:12px;line-height:16px}.size-md__3d3e3831 .formFieldLabelText__c94d9341{font-size:14px;line-height:20px}.size-lg__06136412 .formFieldLabelText__c94d9341{font-size:16px;line-height:20px}.floating__f65e9f37 .formFieldLabelText__c94d9341{font-size:12px;line-height:16px}.floating__f65e9f37.size-sm__76001a4c .formFieldLabelText__c94d9341,.floating__f65e9f37.size-md__3d3e3831 .formFieldLabelText__c94d9341{display:none}.disabled__9d8bbe79 .formFieldLabelText__c94d9341{color:var(--triplex-next-FormField-Label_Color_Disabled-0-12-0)}.formFieldPostfix__d3c1837f{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__9a6ec864{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__67a4d692{padding-left:4px}.formFieldMaskedInputWrapper__4fd4b4e8{position:relative}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInputPlaceholder__1f33d2b7{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInputPlaceholder__1f33d2b7::placeholder{opacity:1}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInputPlaceholder__1f33d2b7:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4fd4b4e8.size-sm__76001a4c{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4fd4b4e8.size-sm__76001a4c .formFieldMaskedInputPlaceholder__1f33d2b7{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4fd4b4e8.size-md__3d3e3831{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8.size-md__3d3e3831 .formFieldMaskedInputPlaceholder__1f33d2b7{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8.size-lg__06136412{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8.size-lg__06136412 .formFieldMaskedInputPlaceholder__1f33d2b7{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInput__589829f2{display:block;position:relative;background:none!important}.dropdownDesktop__2f3fbffc{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-12-0);background-color:var(--triplex-next-Dropdown-Background-0-12-0)}.dropdownDesktop-sm__d819391c{border-radius:6px}.dropdownDesktop-md__634d8e1a{border-radius:8px}.dropdownDesktop-lg__a054bed2{border-radius:10px}.dropdownDesktopOverflowHidden__baedb06c{overflow:hidden}.dropdownMobileWrapper__445dbcf0{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__d8f0a848{background:var(--triplex-next-DropdownMobile-Backdrop-0-12-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__d8f0a848.closing__320dc8eb{opacity:0}.dropdownMobileBackdrop__d8f0a848.opening__32b423f4,.dropdownMobileBackdrop__d8f0a848.opened__ec0b7635{opacity:var(--triplex-DropdownMobile-Opacity-0-12-0)}.dropdownMobile__a9cd3359{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__a9cd3359.closing__320dc8eb{transform:translateY(100%)}.dropdownMobile__a9cd3359.opening__32b423f4,.dropdownMobile__a9cd3359.opened__ec0b7635{transform:translateY(0)}.dropdownMobileHeader__49ea765d{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-12-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__49ea765d .dropdownMobileHeaderContent__c0c94864{margin-right:28px;min-height:20px}.dropdownMobileContent__57dd8f8b{background:var(--triplex-next-DropdownMobile-Content_Background-0-12-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__7df66776{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-12-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-12-0);flex-shrink:1}.dropdownMobileListItem__717e0916{padding:16px}.dropdownMobileListItem__717e0916.selected__422710ef{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-12-0)}.dropdownMobileListItem__717e0916:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-12-0)}.dropdownMobileListLoader__afdaf379{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c8b97966{overflow:hidden}.controlButtons__7a9f01a2{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__e537b6a7{margin-right:8px}.notificationIcon__47daabaa{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__313fff2f{padding:4px;overflow:auto}.dropdownDesktopList__313fff2f.sm__480a1dca{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__313fff2f.sm__480a1dca .dropdownDesktopListItem__8c21cfe9{padding:6px 8px;border-radius:6px}.dropdownDesktopList__313fff2f.sm__480a1dca .dropdownDesktopListLoader__42fc37d5{margin:0 auto}.dropdownDesktopList__313fff2f.md__0387f0bb{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__313fff2f.md__0387f0bb .dropdownDesktopListItem__8c21cfe9{padding:7px 8px;border-radius:8px}.dropdownDesktopList__313fff2f.md__0387f0bb .dropdownDesktopListLoader__42fc37d5{margin:-2px auto}.dropdownDesktopList__313fff2f.lg__24ffacdd{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__313fff2f.lg__24ffacdd .dropdownDesktopListItem__8c21cfe9{padding:14px 8px;border-radius:10px}.dropdownDesktopList__313fff2f.lg__24ffacdd .dropdownDesktopListLoader__42fc37d5{margin:-6px auto}.dropdownDesktopListItem__8c21cfe9{color:var(--triplex-next-DropdownList-Color-0-12-0);background:var(--triplex-next-DropdownList-Background_Default-0-12-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__8c21cfe9+.dropdownDesktopListItem__8c21cfe9{margin-top:2px}.dropdownDesktopListItem__8c21cfe9.active__e4cfd833{background:var(--triplex-next-DropdownList-Background_Active-0-12-0);cursor:pointer}.dropdownDesktopListItem__8c21cfe9.selected__422710ef{background:var(--triplex-next-DropdownList-Background_Selected-0-12-0);cursor:default}.notificationIcon__31d4b795{position:absolute;right:4px;top:4px}.loaderSmall__540e7d5f{display:flex;justify-content:center;align-items:center}.loaderSmall__540e7d5f.sm__0994dd41{width:16px;height:16px;gap:2px}.loaderSmall__540e7d5f.sm__0994dd41 .dot__53f95f16{width:4px;height:4px}.loaderSmall__540e7d5f.md__cc5bab19{width:24px;height:24px;gap:3px}.loaderSmall__540e7d5f.md__cc5bab19 .dot__53f95f16{width:6px;height:6px}.loaderSmall__540e7d5f.lg__46f105b1{width:32px;height:32px;gap:4px}.loaderSmall__540e7d5f.lg__46f105b1 .dot__53f95f16{width:8px;height:8px}.loaderSmall__540e7d5f.neutral__2be35dec .dot__53f95f16{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-12-0)}.loaderSmall__540e7d5f.brand__3ee6bc7a .dot__53f95f16{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-12-0)}.loaderSmall__540e7d5f .dot__53f95f16{border-radius:50%}.loaderSmall__540e7d5f .dot1__3708ecff{animation:dotCycleSmall__a8c1ecd7 .9s infinite}.loaderSmall__540e7d5f .dot2__21e75b13{animation:dotCycleSmall__a8c1ecd7 .9s infinite .15s}.loaderSmall__540e7d5f .dot3__c1bff0c8{animation:dotCycleSmall__a8c1ecd7 .9s infinite .3s}@keyframes dotCycleSmall__a8c1ecd7{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__cd99aaff{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-12-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__8eaccaad{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__8eaccaad .dot__53f95f16{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-12-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__8eaccaad .dot1__3708ecff{top:0;left:0;animation:dotCycleMiddle__20dde666 3s infinite}.loaderMiddleDots__8eaccaad .dot2__21e75b13{right:0;top:0;opacity:.7;animation:dotCycleMiddle__20dde666 3s infinite .74s}.loaderMiddleDots__8eaccaad .dot3__c1bff0c8{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__20dde666 3s infinite 1.5s}.loaderMiddleDots__8eaccaad .dot4__149e6015{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__20dde666 3s infinite 2.25s}.loaderMiddleDots__8eaccaad .line__8ca49634{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-12-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__89890e30 3s infinite}@keyframes lineCycle__89890e30{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__20dde666{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__c7858dfd{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__c7858dfd:enabled{cursor:pointer}.buttonIcon__c7858dfd.circle__4d35ae56{border-radius:50%}.buttonIcon__c7858dfd.squircle__eb20aaf0{border-radius:4px}.buttonIcon__c7858dfd:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-12-0)}.dropdownMobileInput__6e59fbd7{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-12-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__6e59fbd7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-12-0);opacity:1}.dropdownMobileInput__6e59fbd7::-ms-clear{display:none}.tabsLineWrapper__ca4e713e[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__ca4e713e[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__ca4e713e[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__ca4e713e[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__ca4e713e{position:relative}.tabsLineWrapper__ca4e713e.withSeparator__ad89e90f:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-12-0);bottom:0;left:0;right:0}.tabsLine__1795f496{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1795f496:has(.sm__84659292){height:28px}.tabsLine__1795f496:has(.md__bf34ced2){height:40px}.tabsLine__1795f496:has(.lg__246dec2b){height:56px}.tab__8dfd102c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__8dfd102c.sm__84659292{height:28px;padding-bottom:12px}.tab__8dfd102c.md__bf34ced2{height:40px;padding-top:8px;padding-bottom:12px}.tab__8dfd102c.lg__246dec2b{height:56px;padding-top:16px;padding-bottom:20px}.tab__8dfd102c::-moz-focus-inner{border:none;padding:0}.tab__8dfd102c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-12-0)}.tab__8dfd102c.active__3f490886{cursor:default}.tab__8dfd102c: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__8dfd102c:hover:after,.tab__8dfd102c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-12-0)}.tab__8dfd102c.active__3f490886:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-12-0)}.notificationIcon__7cc8b999{position:absolute;right:6px}.sm__84659292 .notificationIcon__7cc8b999{top:0}.md__bf34ced2 .notificationIcon__7cc8b999{top:8px}.lg__246dec2b .notificationIcon__7cc8b999{top:16px}.tabsLineDropdown__388b2fc4{display:inline-block}.tabsLineDropdown__388b2fc4 .dropdownTarget__14712547.active__3f490886{cursor:pointer}.tabsLineDropdown__388b2fc4 .dropdownTargetInner__599afd52{display:inline-flex;align-items:center}.tabsLineDropdown__388b2fc4 .dropdownTargetCaret__2bf1f631{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__388b2fc4 .dropdownTargetCaret__2bf1f631.opened__bac1218a{transform:rotate(-180deg)}.tabsLineDropdown__388b2fc4 .dropdown__988a9d0c{right:0;padding:4px}.tabsLineMobileWrapper__a56198c1{position:relative}.tabsLineMobileWrapper__a56198c1 .tab__8dfd102c{flex-shrink:0}.tabsLineMobileWrapper__a56198c1 .tab__8dfd102c:first-child{margin-left:16px}.tabsLineMobileWrapper__a56198c1 .tab__8dfd102c:last-child{margin-right:16px}.tabsLineMobile__aaaa46ea{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__aaaa46ea::-webkit-scrollbar{display:none}.label__13858340{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__13858340.sm__467394ac{min-width:16px;min-height:16px}.label__13858340.sm__467394ac.nonempty__7f13f767{padding-left:24px}.label__13858340.md__16830728{min-height:24px;min-width:24px}.label__13858340.md__16830728.nonempty__7f13f767{padding-left:32px;padding-top:2px}.label__13858340.lg__a118f10d{min-width:28px;min-height:28px}.label__13858340.lg__a118f10d.nonempty__7f13f767{padding-left:40px;padding-top:4px}.label__13858340.disabled__276311ba{cursor:default}.radio__428ff499{margin:0;opacity:0}.radioIcon__624fbea3{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-12-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-12-0)}.radioIcon__624fbea3:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-12-0);border-radius:50%;transform:scale(0)}.sm__467394ac .radioIcon__624fbea3:after{width:8px;height:8px;top:4px;left:4px}.md__16830728 .radioIcon__624fbea3:after{width:12px;height:12px;top:6px;left:6px}.lg__a118f10d .radioIcon__624fbea3:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__624fbea3,.radioIcon__624fbea3:after{pointer-events:none}.radio__428ff499,.radioIcon__624fbea3{position:absolute;left:0;top:0}.sm__467394ac .radio__428ff499,.sm__467394ac .radioIcon__624fbea3{width:16px;height:16px;top:2px}.md__16830728 .radio__428ff499,.md__16830728 .radioIcon__624fbea3{width:24px;height:24px}.lg__a118f10d .radio__428ff499,.lg__a118f10d .radioIcon__624fbea3{width:28px;height:28px}.radio__428ff499:enabled{cursor:pointer}.radio__428ff499:checked+.radioIcon__624fbea3{background:var(--triplex-next-Radio-Background_Checked_Default-0-12-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-12-0)}.radio__428ff499:checked+.radioIcon__624fbea3:after{transform:scale(1);transition:transform .2s ease-out}.radio__428ff499:hover+.radioIcon__624fbea3{background-color:var(--triplex-next-Radio-Background_Hover-0-12-0);box-shadow:none}.radio__428ff499:disabled+.radioIcon__624fbea3{background:var(--triplex-next-Radio-Background_Disabled-0-12-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-12-0)}.radio__428ff499:disabled:checked+.radioIcon__624fbea3{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-12-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-12-0)}.radio__428ff499:disabled+.radioIcon__624fbea3:after{background:var(--triplex-next-Radio-Dot_Disabled-0-12-0)}.radio__428ff499:focus-visible+.radioIcon__624fbea3{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-12-0)}.radio__428ff499:checked:enabled:hover+.radioIcon__624fbea3{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-12-0)}.radioXGroup__eb24814b{display:inline-flex;flex-flow:row wrap}.radioXGroup__eb24814b.indent-12__26c6cfad{margin-left:-6px;margin-right:-6px}.radioXGroup__eb24814b.indent-12__26c6cfad .label__13858340{margin-left:6px;margin-right:6px}.radioXGroup__eb24814b.indent-16__7aafee66{margin-left:-8px;margin-right:-8px}.radioXGroup__eb24814b.indent-16__7aafee66 .label__13858340{margin-left:8px;margin-right:8px}.radioXGroup__eb24814b.indent-20__e09106f0{margin-left:-10px;margin-right:-10px}.radioXGroup__eb24814b.indent-20__e09106f0 .label__13858340{margin-left:10px;margin-right:10px}.radioXGroup__eb24814b.indent-24__1b152aab{margin-left:-12px;margin-right:-12px}.radioXGroup__eb24814b.indent-24__1b152aab .label__13858340{margin-left:12px;margin-right:12px}.radioXGroup__eb24814b.indent-28__8a1fe326{margin-left:-14px;margin-right:-14px}.radioXGroup__eb24814b.indent-28__8a1fe326 .label__13858340{margin-left:14px;margin-right:14px}.radioXGroup__eb24814b.indent-32__714d713f{margin-left:-16px;margin-right:-16px}.radioXGroup__eb24814b.indent-32__714d713f .label__13858340{margin-left:16px;margin-right:16px}.radioYGroup__90e839f2{display:inline-flex;flex-flow:column wrap}.radioYGroup__90e839f2 .label__13858340.sm__467394ac+.label__13858340.sm__467394ac{margin-top:8px}.radioYGroup__90e839f2 .label__13858340.md__16830728+.label__13858340.md__16830728{margin-top:16px}.radioYGroup__90e839f2 .label__13858340.lg__a118f10d+.label__13858340.lg__a118f10d{margin-top:20px}.notification__96d1e272{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-12-0);background:var(--triplex-next-Notification-Background-0-12-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-12-0);z-index:300}.notification__96d1e272:first-child{margin-top:0}.notification__96d1e272.extraBottomPadding__67e45b32{padding-bottom:24px}.notification__96d1e272 .notificationHeader__3f0417dd{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-12-0);width:100%;margin-top:0;margin-bottom:8px}.notification__96d1e272 .notificationIcon__e6cb9b1e{line-height:0}.notification__96d1e272 .notificationBody__7252ea9f{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__96d1e272 .notificationBodyList__e06df1ce{margin-top:8px}.notification__96d1e272 .notificationBodyContent__8ee8a0c0{width:100%;font-size:14px}.notification__96d1e272 .notificationClose__3c00f99c{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__96d1e272.showCloseOnHover__394b8057 .notificationClose__3c00f99c{opacity:0}.notification__96d1e272.showCloseOnHover__394b8057:hover{cursor:pointer}.notification__96d1e272.showCloseOnHover__394b8057:hover .notificationClose__3c00f99c{opacity:1}.notification__96d1e272 .notificationFooter__4100e092{display:flex;align-items:center;margin-top:16px}.notification__96d1e272 .notificationFooter__4100e092 button+a{margin-left:16px}.notification__96d1e272 .notificationTime__22ae809c{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-12-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0c0244e8{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0c0244e8:hover{cursor:pointer}.notificationGroupedWrapper__0c0244e8 .notificationGroupedFooterItem__54a947c9{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-12-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-12-0)}.notificationGroupedWrapper__0c0244e8 .notificationGroupedFooterItem__54a947c9.first__1c00b325{bottom:-8px;z-index:200}.notificationGroupedWrapper__0c0244e8 .notificationGroupedFooterItem__54a947c9.second__31520841{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__96d1e272,.notificationGroupedWrapper__0c0244e8{width:100%}}.unorderedListItem__1b8e0854:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__1b8e0854+.unorderedListItem__1b8e0854{margin-top:8px}.unorderedList__9577905c{position:relative;margin:0;padding-left:14px;list-style:none}.button__aa6c1460.general__11bca21f{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-12-0);color:var(--triplex-next-Button-General_Color_Default-0-12-0)}.button__aa6c1460.general__11bca21f:hover{background:var(--triplex-next-Button-General_Background_Hover-0-12-0);color:var(--triplex-next-Button-General_Color_Hover-0-12-0)}.button__aa6c1460.general__11bca21f.expanded__addf5b8c,.button__aa6c1460.general__11bca21f:active{background:var(--triplex-next-Button-General_Background_Active-0-12-0);color:var(--triplex-next-Button-General_Color_Active-0-12-0)}.button__aa6c1460.general__11bca21f:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-12-0)}.button__aa6c1460.general__11bca21f:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-12-0);color:var(--triplex-next-Button-General_Color_Disabled-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4.expanded__addf5b8c,.button__aa6c1460.secondary__2ff6d7c4:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-12-0)}.button__aa6c1460.secondaryLight__943cb953{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-12-0)}.button__aa6c1460.secondaryLight__943cb953:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-12-0)}.button__aa6c1460.secondaryLight__943cb953.expanded__addf5b8c,.button__aa6c1460.secondaryLight__943cb953:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-12-0)}.button__aa6c1460.secondaryLight__943cb953:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-12-0)}.button__aa6c1460.secondaryLight__943cb953:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-12-0)}.button__aa6c1460.danger__d0074b6d{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-12-0);color:var(--triplex-next-Button-Danger_Color_Default-0-12-0)}.button__aa6c1460.danger__d0074b6d:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-12-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-12-0)}.button__aa6c1460.danger__d0074b6d.expanded__addf5b8c,.button__aa6c1460.danger__d0074b6d:active{background:var(--triplex-next-Button-Danger_Background_Active-0-12-0);color:var(--triplex-next-Button-Danger_Color_Active-0-12-0)}.button__aa6c1460.danger__d0074b6d:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-12-0)}.button__aa6c1460.danger__d0074b6d:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-12-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-12-0)}.button__aa6c1460.link__5397a407{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-12-0);padding:0}.button__aa6c1460.link__5397a407.sm__143e408e{height:28px;min-width:0px;padding:6px 2px}.button__aa6c1460.link__5397a407.md__fa0de1f1{height:40px;min-width:0px;padding:10px 2px}.button__aa6c1460.link__5397a407.lg__8622a7a7{height:56px;min-width:0px;padding:18px 2px}.button__aa6c1460.link__5397a407:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-12-0)}.button__aa6c1460.link__5397a407.expanded__addf5b8c,.button__aa6c1460.link__5397a407:active{color:var(--triplex-next-Button-Link_Color_Active-0-12-0)}.button__aa6c1460.link__5397a407:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-12-0)}.button__aa6c1460.link__5397a407:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-12-0)}.button__aa6c1460{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__aa6c1460::-moz-focus-inner{border:none;padding:0}.button__aa6c1460.sm__143e408e{line-height:16px;font-size:12px}.button__aa6c1460.sm__143e408e.general__11bca21f,.button__aa6c1460.sm__143e408e.secondary__2ff6d7c4,.button__aa6c1460.sm__143e408e.secondaryLight__943cb953,.button__aa6c1460.sm__143e408e.danger__d0074b6d{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__aa6c1460.sm__143e408e.icon__b747e3e8{min-height:28px;min-width:28px;padding:4px}.button__aa6c1460.md__fa0de1f1{line-height:20px;font-size:14px}.button__aa6c1460.md__fa0de1f1.general__11bca21f,.button__aa6c1460.md__fa0de1f1.secondary__2ff6d7c4,.button__aa6c1460.md__fa0de1f1.secondaryLight__943cb953,.button__aa6c1460.md__fa0de1f1.danger__d0074b6d{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__aa6c1460.md__fa0de1f1.icon__b747e3e8{min-height:40px;min-width:40px;padding:10px}.button__aa6c1460.lg__8622a7a7{line-height:20px;font-size:16px}.button__aa6c1460.lg__8622a7a7.general__11bca21f,.button__aa6c1460.lg__8622a7a7.secondary__2ff6d7c4,.button__aa6c1460.lg__8622a7a7.secondaryLight__943cb953,.button__aa6c1460.lg__8622a7a7.danger__d0074b6d{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__aa6c1460.lg__8622a7a7.icon__b747e3e8{min-height:56px;min-width:56px;padding:12px}.button__aa6c1460:disabled{cursor:default}.button__aa6c1460:disabled *{pointer-events:none}.button__aa6c1460+.button__aa6c1460:not(.block__3ff40bb8){margin-left:12px}.button__aa6c1460 .content__38751783{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__aa6c1460.block__3ff40bb8{display:block;width:100%}.button__aa6c1460.loading__33505dcf{pointer-events:none}.button__aa6c1460.loading__33505dcf .content__38751783{visibility:hidden}.button__aa6c1460 .loader__ff54cb48{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__aa6c1460 .loader__ff54cb48.hidden__6534b654{visibility:hidden}.buttonDropdownExtended__34dacd64{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__34dacd64 .buttonDropdownExtendedBlock__38eb10d7{padding:4px;margin-top:4px;right:0}.buttonDropdown__58dd35ba.block__3ff40bb8{display:block}.buttonDropdown__58dd35ba+.button__aa6c1460:not(.block__3ff40bb8),.buttonDropdown__58dd35ba+.buttonDropdown__58dd35ba:not(.block__3ff40bb8){margin-left:16px}.buttonDropdown__58dd35ba .buttonDropdownTarget__2f112b3b .caretIcon__8e1af32e{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__58dd35ba .buttonDropdownTarget__2f112b3b.active__cd478cc6 .caretIcon__8e1af32e{transform:rotate(-180deg)}.buttonDropdown__58dd35ba .buttonDropdownMenuItem__84c1b574{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__ecbd65fe{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__51422542{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__3a70f48d{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__b997fca4{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-12-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__5432e974{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__5432e974 .modalWindowContentWrapper__cd12eb36{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__ecbd65fe .6s ease}.modalWindow__5432e974 .modalWindowContent__c2db7504{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__5432e974 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{box-sizing:border-box;animation:fadeIn__23c29525 .3s ease}@keyframes fadeIn__23c29525{0%{opacity:0}to{opacity:1}}.modalWindow__5432e974 .modalWindowContent__c2db7504 .spinnerSm__1f78a3fe{display:none}@media (max-width: 767px){.modalWindow__5432e974 .modalWindowContent__c2db7504 .spinner__7f60a772{display:none}.modalWindow__5432e974 .modalWindowContent__c2db7504 .spinnerSm__1f78a3fe{display:flex}}.global-modalWindowTransition-exit .modalWindow__5432e974 .modalWindowContentWrapper__cd12eb36{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__51422542 .3s ease}.global-modalWindowTransition-exit .modalWindow__5432e974 .modalWindowContentWrapper__cd12eb36 .modalWindowBody__ee7037b2{animation:fadeOut__9ed24118 .3s ease}@keyframes fadeOut__9ed24118{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__26a0b758{position:absolute;left:0;right:0;height:0}.modalWindow__5432e974.sm__13697575 .modalWindowContentWrapper__cd12eb36{max-width:480px}.modalWindow__5432e974.sm__13697575 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{min-height:196px}@media (max-width: 575px){.modalWindow__5432e974.sm__13697575 .modalWindowContentWrapper__cd12eb36{max-width:100%}}.modalWindow__5432e974.md__4b45b686 .modalWindowContentWrapper__cd12eb36{max-width:600px}.modalWindow__5432e974.md__4b45b686 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{min-height:246px}@media (max-width: 767px){.modalWindow__5432e974.md__4b45b686 .modalWindowContentWrapper__cd12eb36{max-width:100%}}.modalWindow__5432e974.lg__f79378d3 .modalWindowContentWrapper__cd12eb36{max-width:800px}.modalWindow__5432e974.lg__f79378d3 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{min-height:396px}@media (max-width: 991px){.modalWindow__5432e974.lg__f79378d3 .modalWindowContentWrapper__cd12eb36{max-width:100%}}.modalWindowContentPage__aff058e9{background:var(--triplex-next-ModalWindow-Background-0-12-0);padding:8px!important}.modalWindowContentPage__aff058e9,.modalWindowLoaderScreen__4d50cc0e{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__aff058e9,.modalWindowLoaderScreen__4d50cc0e{border-radius:24px}}.islandBody__f190a5d1{display:block}.islandHeader__2c4d18cf,.islandFooter__aadd7c01,.island__274b6a90{position:relative}.island__274b6a90.type1__d75f3a91{background-color:var(--triplex-next-Island-Type1_Background-0-12-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-12-0)}.island__274b6a90.type2__ec42346c{background-color:var(--triplex-next-Island-Type2_Background-0-12-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-12-0)}.island__274b6a90.type3__4c75ada3{background-color:var(--triplex-next-Island-Type3_Background-0-12-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-12-0)}.island__274b6a90.sm__155c670c{border-radius:16px;padding:16px}.island__274b6a90.sm__155c670c .islandHeader__2c4d18cf+.islandBody__f190a5d1,.island__274b6a90.sm__155c670c .islandHeader__2c4d18cf+.islandFooter__aadd7c01,.island__274b6a90.sm__155c670c .islandBody__f190a5d1+.islandFooter__aadd7c01{margin-top:8px}.island__274b6a90.md__10790acf{border-radius:24px;padding:24px}.island__274b6a90.md__10790acf .islandHeader__2c4d18cf+.islandBody__f190a5d1,.island__274b6a90.md__10790acf .islandHeader__2c4d18cf+.islandFooter__aadd7c01,.island__274b6a90.md__10790acf .islandBody__f190a5d1+.islandFooter__aadd7c01{margin-top:12px}.island__274b6a90.lg__6c7cfa80{border-radius:32px;padding:32px}.island__274b6a90.lg__6c7cfa80 .islandHeader__2c4d18cf+.islandBody__f190a5d1,.island__274b6a90.lg__6c7cfa80 .islandHeader__2c4d18cf+.islandFooter__aadd7c01,.island__274b6a90.lg__6c7cfa80 .islandBody__f190a5d1+.islandFooter__aadd7c01{margin-top:16px}@media (max-width: 767px){.island__274b6a90.sm__155c670c,.island__274b6a90.md__10790acf{border-radius:16px;padding:16px}.island__274b6a90.lg__6c7cfa80{border-radius:24px;padding:24px}}.modalWindowBody__ee7037b2{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__cf92f560{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__cf92f560{top:20px;right:20px}}.loaderScreen__b4d84d83{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__b4d84d83.loaderSmallBackdrop__8e39bfdd{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-12-0)}.loaderScreen__b4d84d83.loaderMiddleBackdrop__3173aaf0{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-12-0)}.body__a3e7288a{position:relative;display:flex}.body__a3e7288a .bodyInner__c624582b{position:relative;flex-grow:1;width:100%}.bodyPage__9c04268f{flex-grow:1}.verticalMargin24__db07b35d{margin-top:24px;margin-bottom:24px}.verticalMargin16__b5a92078{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__db07b35d{margin-top:16px;margin-bottom:16px}.verticalMargin16__b5a92078{margin-top:8px;margin-bottom:8px}}.headerTabs__58141496{display:flex;justify-content:space-between}.headerTabs__58141496 .headerTabsContent__a6a287fa{flex-grow:1}.headerTabs__58141496 .headerTabsControls__cc44fb5e{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__58141496{flex-wrap:wrap}.headerTabs__58141496 .headerTabsContent__a6a287fa{width:100%}.headerTabs__58141496 .headerTabsControls__cc44fb5e{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__58141496 .headerTabsControls__cc44fb5e>button{margin-left:16px;margin-top:16px}}.headerTitle__8406bd7a{display:flex;justify-content:space-between}.headerTitle__8406bd7a .headerTitleControls__99f8f167{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__73df78fa+.headerTitle__8406bd7a{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__8406bd7a{flex-wrap:wrap}.headerTitle__8406bd7a .headerTitleContent__2951e385{width:100%}.headerTitle__8406bd7a .headerTitleControls__99f8f167{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__8406bd7a .headerTitleControls__99f8f167>button{margin-left:16px;margin-top:16px}}.headerSubheader__6267f069{padding:24px 0}.headerSubheader__6267f069.withoutPaddings__46997173{padding:0}.headerLayoutSidebar__d03fd089{display:flex;justify-content:space-between}.headerLayoutSidebarContent__13a60c47{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__18ad3c56{display:none}}.page__3a1f6eff{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__3a1f6eff{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__e292daa1.sticky__67e9c08f{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__e292daa1.sticky__67e9c08f[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-12-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a7e013d7.sticky__67e9c08f{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__a7e013d7.sticky__67e9c08f[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-12-0)!important}.footerDescription__c308e74a{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__e39cb5b7{flex-grow:1;margin-right:auto}.footerDescriptionControls__8c8271a8{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__c308e74a{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__e39cb5b7{width:100%}.footerDescriptionControls__8c8271a8{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__8c8271a8>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__e39cb5b7+.footerDescriptionControls__8c8271a8{margin-top:0}.footer__56bf0142{padding:16px 0}}.modalWindowHeader__a8c22a36 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__a8c22a36 .global-HeaderTitleContent{padding-right:72px}}.list__6c207222{margin:0;padding:0;list-style:none;position:relative}.listItemControls__59661266{display:flex;padding:0 16px 0 4px}.listItemContent__07c5232a{background:var(--triplex-next-ListItem-Background-0-12-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__07c5232a.selected__fcd4949d{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-12-0)}.listItemControlsButton__dc50bd48{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-12-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__dc50bd48:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-12-0)}.listItemControlsButton__dc50bd48:hover .listItemControlsButtonLabel__827a8e33{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-12-0)!important}.listItemControlsButton__dc50bd48.expanded__1260488d,.listItemControlsButton__dc50bd48:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-12-0)}.listItemControlsButton__dc50bd48.expanded__1260488d .listItemControlsButtonLabel__827a8e33,.listItemControlsButton__dc50bd48:active .listItemControlsButtonLabel__827a8e33{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-12-0)!important}.listItemControlsButton__dc50bd48+.listItemControlsButton__dc50bd48,.listItemControlsButton__dc50bd48+.listItemControlsButtonDropdown__6a830fef{margin-left:4px}.listItemControlsButtonIcon__dbf452d6{line-height:0}.listItemControlsButton__dc50bd48.withText__4d433a4e .listItemControlsButtonIcon__dbf452d6{margin-bottom:8px}.listItemControlsButtonLabel__827a8e33{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-12-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__6a830fef{display:flex}.listItemControlsButtonInner__a25238e6{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__dc50bd48.withIcon__8f7832ea.withText__4d433a4e .listItemControlsButtonInner__a25238e6{height:44px;overflow:visible}.buttonDropdownMenuItem__46007ecd{overflow:hidden;text-overflow:ellipsis}.listEmptyState__b26d039a{padding:64px 16px 16px;text-align:center}.listItemLoading__7944dbc0{height:24px;padding:12px 0;position:relative}.label__a2199f60{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a2199f60.sm__0f41e760{min-width:16px;min-height:16px}.label__a2199f60.sm__0f41e760.nonempty__273ecfb1{padding-left:24px}.label__a2199f60.md__f5d8eeb4{min-width:24px;min-height:24px}.label__a2199f60.md__f5d8eeb4.nonempty__273ecfb1{padding-left:32px;padding-top:2px}.label__a2199f60.lg__fbd61e35{min-width:28px;min-height:28px}.label__a2199f60.lg__fbd61e35.nonempty__273ecfb1{padding-left:40px;padding-top:4px}.label__a2199f60.disabled__321f56a2{cursor:default}.label__a2199f60[hidden]{display:none}.checkbox__fc928cde{margin:0;opacity:0}.checkboxIcon__b37d295b{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-12-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-12-0)}.sm__0f41e760 .checkboxIcon__b37d295b{border-radius:4px}.checkmarkIcon__f6868b56{transform:scale(0)}.checkmarkIcon__f6868b56 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-12-0)}.checkboxIcon__b37d295b,.checkmarkIcon__f6868b56{pointer-events:none}.checkbox__fc928cde,.checkboxIcon__b37d295b,.checkmarkIcon__f6868b56{position:absolute;left:0;top:0}.sm__0f41e760 .checkbox__fc928cde,.sm__0f41e760 .checkboxIcon__b37d295b,.sm__0f41e760 .checkmarkIcon__f6868b56{width:16px;height:16px;top:2px}.md__f5d8eeb4 .checkbox__fc928cde,.md__f5d8eeb4 .checkboxIcon__b37d295b,.md__f5d8eeb4 .checkmarkIcon__f6868b56{width:24px;height:24px}.lg__fbd61e35 .checkbox__fc928cde,.lg__fbd61e35 .checkboxIcon__b37d295b,.lg__fbd61e35 .checkmarkIcon__f6868b56{width:28px;height:28px}.checkbox__fc928cde:enabled{cursor:pointer}.checkbox__fc928cde:enabled:hover+.checkboxIcon__b37d295b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-12-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-12-0)}.checkbox__fc928cde:checked+.checkboxIcon__b37d295b{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-12-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-12-0)}.checkbox__fc928cde:checked~.checkmarkIcon__f6868b56{transform:scale(1);transition:transform .2s ease-out}.checkbox__fc928cde:disabled+.checkboxIcon__b37d295b{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-12-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-12-0)}.checkbox__fc928cde:disabled:checked+.checkboxIcon__b37d295b{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-12-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-12-0)}.checkbox__fc928cde:disabled~.checkmarkIcon__f6868b56 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-12-0)}.checkbox__fc928cde:focus-visible+.checkboxIcon__b37d295b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-12-0)}.checkbox__fc928cde:checked:enabled:hover+.checkboxIcon__b37d295b{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-12-0)}.listItemSelectable__4ba48be4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-12-0);border-radius:8px}.listItemSelectable__4ba48be4.selected__fcd4949d{background:var(--triplex-next-ListItem-Background_Selected-0-12-0)}.checkboxWrapper__2bf52451{padding:16px;line-height:0}.childrenWrapper__bced98ca{flex-grow:1}.checkboxLabel__98585bcd{padding:0!important;position:relative}.checkboxLabelClickArea__08bdd72a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__4f893248{position:relative;overflow:hidden}.swipeableArea__4f893248 .content__4660faad{position:relative;touch-action:pan-y}.swipeableArea__4f893248 .content__4660faad.disableScroll__9deddb1f{touch-action:none}.swipeableArea__4f893248 .content__4660faad.disablePointerEvents__c6da69eb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__4f893248 .swipeAnimationFinish__e217aeb4{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__4f893248 .leftContent__6bcf4238,.swipeableArea__4f893248 .rightContent__e811d6a1{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__4f893248 .rightContent__e811d6a1{left:auto;right:0}.listItemTail__28a00b57{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__a1ffe29e{background:var(--triplex-next-ListMaster-Background-0-12-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__e0e08f51{position:absolute;top:0;left:0;right:0}.listItemTailTop__e0e08f51:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-12-0)}.listItemTailTop__e0e08f51:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-12-0)}.listItemTailBottom__ffb47fbf{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__ffb47fbf:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-12-0)}.listItemTailBottom__ffb47fbf:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-0-12-0)}.listItemTailRight__42bb9283{right:-8px}.listItemTailLeft__0ac48cee{left:-8px}.listItemTable__12728cf8{margin-bottom:4px}.listItemTable__12728cf8:last-child{margin-bottom:0}.listSortableItemTarget__eefd93d0{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-12-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__eefd93d0:hover{background:var(--triplex-next-ListItem-Background_Selected-0-12-0)}.listSortableItemTarget__eefd93d0.dragging__a9b10f26{background:var(--triplex-next-ListItem-Background_Dragging-0-12-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-12-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__69997c69{flex:1}.listSortableItemTargetIcon__f7535eda{display:block;margin-left:24px}.listSortableItem__cf0c612c{position:relative}.listSortableItem__cf0c612c.dragging__a9b10f26{z-index:1}.listSortableItemControls__377740a0{display:inline-block}.islandWidgetHeader__4b97636b{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__4b97636b .islandWidgetHeaderContent__941bb548{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__4b97636b .islandWidgetHeaderDescription__62a1116d{display:flex}@media (max-width: 767px){.islandWidgetHeader__4b97636b{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__0abbb0ce{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__570bf811{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__a1cc7a6c{margin-left:auto;white-space:nowrap}.expandAnimation__eea81045{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__f6b78d4c{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-12-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__f6b78d4c{border-radius:0 0 16px 16px}}.islandWidget__584e3e3e{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__584e3e3e>*{height:100%}.islandWidgetWithExtraFooter__501cada2:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-12-0)!important}.islandWidgetWrapper__73e9650f{display:flex;flex-direction:column}.formFieldClear__dc9abfc2{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__dc9abfc2.hidden__23eea42a{opacity:0;pointer-events:none}.formFieldTarget__327ac650{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-12-0)}.formFieldTarget__327ac650.placeholder__cb276d04{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-12-0)}.formFieldTarget__327ac650.disabled__9d8bbe79{color:var(--triplex-next-FormField-Target_Color_Disabled-0-12-0)}.formFieldTarget__327ac650.size-sm__76001a4c{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__327ac650.size-md__3d3e3831{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__327ac650.size-lg__06136412{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__327ac650 .placeholderWrapper__44cb1e6a{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__327ac650:focus .placeholderWrapper__44cb1e6a{opacity:1}.formFieldTextarea__0f32c9a5{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-12-0);resize:none;font-family:inherit}.formFieldTextarea__0f32c9a5.sm__24dd80b9{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0f32c9a5.md__2ace59a8{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0f32c9a5.lg__afb4cda7{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0f32c9a5:focus{outline:none}.formFieldTextarea__0f32c9a5:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-12-0)}.formFieldTextarea__0f32c9a5::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-12-0)}.chipGroupItem__a8bbdd60{display:inline-block}.chip__9655a85b{background:var(--triplex-next-Chip-Background_Default-0-12-0);color:var(--triplex-next-Chip-Color_Default-0-12-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__9655a85b.lg__554521e6{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__9655a85b.lg__554521e6 .prefix__a9b0dcd5{padding-left:16px}.chip__9655a85b.lg__554521e6 .postfix__0c28843a{padding-right:16px}.chip__9655a85b.md__1719bd3e{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__9655a85b.md__1719bd3e .prefix__a9b0dcd5{padding-left:12px}.chip__9655a85b.md__1719bd3e .postfix__0c28843a{padding-right:12px}.chip__9655a85b.sm__72cbc168{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__9655a85b.sm__72cbc168 .prefix__a9b0dcd5{padding-left:8px}.chip__9655a85b.sm__72cbc168 .postfix__0c28843a{padding-right:8px}.chip__9655a85b:hover{background:var(--triplex-next-Chip-Background_Hover-0-12-0);color:var(--triplex-next-Chip-Color_Hover-0-12-0)}.chip__9655a85b:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-12-0)}.chip__9655a85b:active,.chip__9655a85b[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-12-0);color:var(--triplex-next-Chip-Color_Active-0-12-0)}.chip__9655a85b.disabled__20e74490{background:var(--triplex-next-Chip-Background_Disabled-0-12-0);color:var(--triplex-next-Chip-Color_Disabled-0-12-0);cursor:default;pointer-events:none}.chip__9655a85b.selected__56192b77{background:var(--triplex-next-Chip-Background_Selected_Default-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-12-0)}.chip__9655a85b.selected__56192b77:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-12-0)}.chip__9655a85b.selected__56192b77:active,.chip__9655a85b.selected__56192b77[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-12-0)}.chip__9655a85b.selected__56192b77.disabled__20e74490{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-12-0)}.chip__9655a85b.withPrefix__d9f1ed66{padding-left:0}.chip__9655a85b.withPostfix__a0548342{padding-right:0}.chip__9655a85b .content__4d57746f{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__9655a85b .prefix__a9b0dcd5,.chip__9655a85b .postfix__0c28843a{display:flex}.calendarControls__a5d469be{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-12-0)}.calendarViewDays__f2247500{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__057215af .calendarViewDays__f2247500{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__cb04efae,.calendarViewYears__c1d922ec{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__057215af .calendarViewMonths__cb04efae,.adaptive__057215af .calendarViewYears__c1d922ec{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__2483882f{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-12-0)}.calendarViewDaysBody__aeb736e4:before{display:block;content:"";line-height:8px}.adaptive__057215af .calendarViewDaysBody__aeb736e4:before{line-height:4px}.calendarViewItem__4241fe97{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__4241fe97:focus-visible{outline:none}.calendarViewItem__4241fe97.current__fdf8bb16{font-weight:600}.calendarViewItem__4241fe97.disabled__c32fe661{pointer-events:none}.calendarViewItemLabel__f47aaf13{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-12-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-12-0);cursor:pointer}.calendarViewItemLabel__f47aaf13:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.basicMark__9f17959a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.standardMark__1c5bf10d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.attentionMark__abffbd4e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.criticalMark__fcb0b09b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.muted__4213a8da{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.muted__4213a8da:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.basicMark__9f17959a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.standardMark__1c5bf10d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.attentionMark__abffbd4e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.criticalMark__fcb0b09b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.marked__21b32c52:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__f47aaf13.basicMark__9f17959a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.standardMark__1c5bf10d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.attentionMark__abffbd4e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.criticalMark__fcb0b09b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.muted__4213a8da{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-12-0)}.calendarViewItemLabel__f47aaf13.disabled__c32fe661{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-12-0);background:none}.calendarViewItem__4241fe97:focus-visible .calendarViewItemLabel__f47aaf13{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-12-0)}.unitDay__a29f2646{width:36px;height:36px;border-radius:6px}.unitMonth__60c90f5f,.unitYear__457a36d7{width:89px;height:48px;border-radius:6px}.adaptive__057215af .unitMonth__60c90f5f,.adaptive__057215af .unitYear__457a36d7{width:104px;height:48px;border-radius:6px}.calendarFooter__f2bedea0{margin-top:12px;text-align:center}.calendar__b9c2986c{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-12-0);-webkit-user-select:none;user-select:none}.calendar__b9c2986c.adaptive__057215af{width:auto;padding:20px}.calendar__b9c2986c+.calendar__b9c2986c{margin-top:20px}.datePickerExtendedMobileDropdown__acbdec79{max-height:100vh}.chipDropdownArrow__da345e83{transition:transform .3s ease}.chipDropdownArrow__da345e83.rotated__7d9f2db0{transform:rotate(-180deg)}.chipClearButton__1dcc54cc{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__1dcc54cc:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-12-0)}.dropdownMobileMaskedInput__a7c062dd{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__dcc6ff82{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__dcc6ff82 .caretIcon__c7739e80{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__dcc6ff82.selectOpened__a78141de .caretIcon__c7739e80{transform:rotate(180deg)}.selectExtendedFieldTarget__dcc6ff82.loading__3bfa7649,.selectExtendedFieldTarget__dcc6ff82.disabled__bea589d1{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__5238f352{position:relative}.multiselectFieldHeader__c5c141fb{padding:12px}.multiselectFieldContentWrapper__7563abc2{padding:0 12px}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87.sm__585e9698{height:204px}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87.md__cea5ae0d{height:245px}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87.lg__1792e441{height:324px}.multiselectFieldFooter__cb78d234{padding:0 12px 12px}.multiselectFieldFooter__cb78d234:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-12-0)}.chipOptionsContent__2d48f5e6{min-width:14px;text-align:center;display:block}.tooltipDesktop__74aebd72{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__74aebd72 .tooltipBody__546cd36c{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-12-0)}.tooltipDesktop__74aebd72 .tooltipXButton__5f0b18b9{position:absolute;right:8px;top:8px}.tooltipDesktopContent__7df14826{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-12-0);border-radius:8px}.closable__daf90d1d .tooltipDesktopContent__7df14826{padding-right:32px}.tooltipSM__aeb365eb .tooltipDesktopContent__7df14826{width:192px;min-height:52px}.tooltipLG__fe7f8b03 .tooltipDesktopContent__7df14826{width:384px;min-height:52px}.tooltipOverlay__a773b130{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__a99cf86c{width:0;height:0}.tooltipDesktopTip__a99cf86c.down__e36a1518{border-top:solid var(--triplex-next-Tooltip-Background-0-12-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a99cf86c.up__334ba9fa{border-bottom:solid var(--triplex-next-Tooltip-Background-0-12-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a99cf86c.left__7bb198bd{border-right:solid var(--triplex-next-Tooltip-Background-0-12-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__a99cf86c.right__3234912b{border-left:solid var(--triplex-next-Tooltip-Background-0-12-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__5db99263 .tooltipBody__546cd36c{text-align:left}.tooltipMobileContent__5b7e07d7{padding:16px}.headerless__378f1afa .tooltipMobileContent__5b7e07d7{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__f282f5d8{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__8a32ec22{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-12-0)}.desktop__8a32ec22:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-12-0)}.desktop__8a32ec22:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-12-0)}.desktop__8a32ec22:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-12-0)}.mobile__cff1d021{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-12-0)}.mobile__cff1d021:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-12-0)}.mobile__cff1d021:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-12-0)}.mobile__cff1d021:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-12-0)}.chipSuggestInputWrapper__1d0f8d25{margin:12px}.suggestDropdownMobileBody__d2f5e791{height:176px}.suggestDropdownMobileNoOptionsText__cbf7719a{padding:16px}.checkboxXGroup__f23bbf1c{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__f23bbf1c.indent-12__ab2c867b{margin-left:-6px;margin-right:-6px}.checkboxXGroup__f23bbf1c.indent-12__ab2c867b .label__a2199f60{margin-left:6px;margin-right:6px}.checkboxXGroup__f23bbf1c.indent-16__a49898c7{margin-left:-8px;margin-right:-8px}.checkboxXGroup__f23bbf1c.indent-16__a49898c7 .label__a2199f60{margin-left:8px;margin-right:8px}.checkboxXGroup__f23bbf1c.indent-20__337f7672{margin-left:-10px;margin-right:-10px}.checkboxXGroup__f23bbf1c.indent-20__337f7672 .label__a2199f60{margin-left:10px;margin-right:10px}.checkboxXGroup__f23bbf1c.indent-24__dce5ceca{margin-left:-12px;margin-right:-12px}.checkboxXGroup__f23bbf1c.indent-24__dce5ceca .label__a2199f60{margin-left:12px;margin-right:12px}.checkboxXGroup__f23bbf1c.indent-28__8adad4c8{margin-left:-14px;margin-right:-14px}.checkboxXGroup__f23bbf1c.indent-28__8adad4c8 .label__a2199f60{margin-left:14px;margin-right:14px}.checkboxXGroup__f23bbf1c.indent-32__f9693f50{margin-left:-16px;margin-right:-16px}.checkboxXGroup__f23bbf1c.indent-32__f9693f50 .label__a2199f60{margin-left:16px;margin-right:16px}.checkboxYGroup__2b184b66{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__2b184b66 .label__a2199f60.sm__0f41e760+.label__a2199f60.sm__0f41e760{margin-top:8px}.checkboxYGroup__2b184b66 .label__a2199f60.lg__fbd61e35+.label__a2199f60.lg__fbd61e35{margin-top:20px}.checkboxYGroup__2b184b66 .label__a2199f60.md__f5d8eeb4+.label__a2199f60.md__f5d8eeb4{margin-top:16px}.card__d81903de{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d81903de.roundingMD__66fbadba{--radius: 16px}.card__d81903de.roundingSM__4e1949f7{--radius: 8px}.card__d81903de.general__7beecde4{background:var(--triplex-next-Card-Static_General_Background-0-12-0)}.card__d81903de.secondary__9622b9d9{background:var(--triplex-next-Card-Static_Secondary_Background-0-12-0)}.card__d81903de .cardMedia__4e61feb5{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d81903de .cardContent__d400b261{padding:var(--padding)}.card__d81903de .cardContent__d400b261.paddingMD__cdfb893f{--padding: 24px}.card__d81903de .cardContent__d400b261.paddingSM__7e6acf64{--padding: 16px}.card__d81903de .cardContent__d400b261 .cardContentHeader__c4c1f27d{margin-bottom:16px}.card__d81903de .cardContent__d400b261 .cardContentFooter__8d2acba3{margin-top:16px}.action__9ea442d7{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__9ea442d7: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__9ea442d7.general__7beecde4{background:var(--triplex-next-Card-Action_General_Background-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-12-0)}.action__9ea442d7.general__7beecde4:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-12-0)}.action__9ea442d7.general__7beecde4.selected__b6e58574{background:var(--triplex-next-Card-Action_General_Background_Selected-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-12-0)}.action__9ea442d7.general__7beecde4.selected__b6e58574:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-12-0)}.action__9ea442d7.general__7beecde4:focus{outline:none}.action__9ea442d7.general__7beecde4:focus.focusVisible__1aa088ed{box-shadow:var(--triplex-next-Card-Shadow_Default-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-12-0)}.action__9ea442d7.secondary__9622b9d9{background:var(--triplex-next-Card-Action_Secondary_Background-0-12-0)}.action__9ea442d7.secondary__9622b9d9:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-12-0)}.action__9ea442d7.secondary__9622b9d9.selected__b6e58574{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-12-0)}.action__9ea442d7.secondary__9622b9d9.selected__b6e58574:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-12-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-12-0)}.action__9ea442d7.secondary__9622b9d9:focus{outline:none}.action__9ea442d7.secondary__9622b9d9:focus.focusVisible__1aa088ed{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-12-0)}.alertContext__ff4f7169{display:flex;font-size:12px;line-height:16px}.alertContext__ff4f7169>svg{flex-shrink:0}.alertContext__ff4f7169 .alertContextText__7ecdb860{margin-left:8px}.alertContext__ff4f7169.alertTypeError__524db4d8 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-Error_Color-0-12-0)}.alertContext__ff4f7169.alertTypeInfo__8b076310 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-Info_Color-0-12-0)}.alertContext__ff4f7169.alertTypeWarning__f3889ac7 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-Warning_Color-0-12-0)}.alertContext__ff4f7169.alertTypeSystem__e48acbe0 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-System_Color-0-12-0)}.alertProcess__d73ee085{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__d73ee085.withSpoiler__17b3722f{min-height:40px}.alertProcess__d73ee085 .themeIcon__d013a6af{box-sizing:border-box;height:20px;width:20px}.alertProcess__d73ee085.alertTypeError__524db4d8{background:var(--triplex-next-AlertProcess-Error_Background-0-12-0)}.alertProcess__d73ee085.alertTypeInfo__8b076310{background:var(--triplex-next-AlertProcess-Info_Background-0-12-0)}.alertProcess__d73ee085.alertTypeWarning__f3889ac7{background:var(--triplex-next-AlertProcess-Warning_Background-0-12-0)}.alertProcess__d73ee085.alertTypeSystem__e48acbe0{background:var(--triplex-next-AlertProcess-System_Background-0-12-0)}.alertProcess__d73ee085.alertTypeFeature__114a1da9{background:var(--triplex-next-AlertProcess-Feature_Background-0-12-0)}.alertProcess__d73ee085.alertTypeFeature__114a1da9 .themeIcon__d013a6af{padding-top:0}.alertProcess__d73ee085 .alertProcessContentBlock__b6dfcedf{flex:1;margin-left:10px}.alertProcess__d73ee085 .alertProcessContentBlock__b6dfcedf .expandableContent__55ddf20f{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__d73ee085 .alertProcessContentBlock__b6dfcedf .expandableContent__55ddf20f.expanded__538d4669{max-height:1000px;opacity:1}.alertProcess__d73ee085 .closeButton__b5b052f6{margin-left:10px}.alertProcess__d73ee085 .expandButton__92d39491{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__d73ee085 .expandButton__92d39491.expanded__538d4669{transform:rotate(180deg)}.adaptive__9201c31c{font-size:10px!important;line-height:12px!important}.col-1__edd835cd{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__ae1d56e1{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__69807046{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__7d0203e7{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__b87fd94f{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__670f3e16{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__31423083{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__2adb8620{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__d1f6bebd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c1761603{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__6ecbb345{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__e6e81faa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__7b18a0c5{margin-left:0%}.offset-1__fcdb0e66{margin-left:8.33333333%}.offset-2__e01035c9{margin-left:16.66666667%}.offset-3__d2afb523{margin-left:25%}.offset-4__01ae2443{margin-left:33.33333333%}.offset-5__1cf494ff{margin-left:41.66666667%}.offset-6__ba139818{margin-left:50%}.offset-7__2b1ad2f7{margin-left:58.33333333%}.offset-8__20a39014{margin-left:66.66666667%}.offset-9__18acee58{margin-left:75%}.offset-10__0e537623{margin-left:83.33333333%}.offset-11__c3e124cc{margin-left:91.66666667%}.d-none__485ade01{display:none!important}.d-block__7893afe9{display:block!important}@media (min-width: 576px){.col-sm-1__e2468d45{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__7599b978{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__cebfd6df{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__b94d63fa{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__fcc1802a{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__9550eaaf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__c9109665{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__b8e83559{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__c2beec2b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__6f23b165{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__0e39b2d5{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__0493a65c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__edea762e{margin-left:0%}.offset-sm-1__84bcc436{margin-left:8.33333333%}.offset-sm-2__8c487d1c{margin-left:16.66666667%}.offset-sm-3__ed652cd3{margin-left:25%}.offset-sm-4__1e0d1541{margin-left:33.33333333%}.offset-sm-5__75d61934{margin-left:41.66666667%}.offset-sm-6__94ccf974{margin-left:50%}.offset-sm-7__a9e84f2f{margin-left:58.33333333%}.offset-sm-8__b35a192c{margin-left:66.66666667%}.offset-sm-9__5352a9ec{margin-left:75%}.offset-sm-10__0bc33d8d{margin-left:83.33333333%}.offset-sm-11__20abe666{margin-left:91.66666667%}.d-none-sm__0394d90d{display:none!important}.d-block-sm__8c909cfd{display:block!important}}@media (min-width: 768px){.col-md-1__deff747c{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__ca96aa52{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__7133a8b6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__9893a78d{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__b856a0b0{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__9a1e1f93{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__aa4f08f6{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__7c9077ad{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__770b5a3e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__593f01dd{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__39a04460{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__17a6d4c2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__d470ee89{margin-left:0%}.offset-md-1__590ee0b7{margin-left:8.33333333%}.offset-md-2__3659d4b2{margin-left:16.66666667%}.offset-md-3__895b5357{margin-left:25%}.offset-md-4__41891bf3{margin-left:33.33333333%}.offset-md-5__216b2754{margin-left:41.66666667%}.offset-md-6__2441aaaa{margin-left:50%}.offset-md-7__c2da5465{margin-left:58.33333333%}.offset-md-8__e570cd02{margin-left:66.66666667%}.offset-md-9__fd8ac4c6{margin-left:75%}.offset-md-10__34ae165f{margin-left:83.33333333%}.offset-md-11__eddeee60{margin-left:91.66666667%}.d-none-md__75ccb9b8{display:none!important}.d-block-md__54643e67{display:block!important}}@media (min-width: 992px){.col-lg-1__14e7df08{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__24f80616{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__34f0fbb7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__586b178a{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__19d55101{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__73354f6e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__530d3bc3{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__b00e7c23{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__f2a0a1f2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__ee54dd01{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__bba67393{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__bb7348fb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__f3ea2bd0{margin-left:0%}.offset-lg-1__370bb3de{margin-left:8.33333333%}.offset-lg-2__52648c71{margin-left:16.66666667%}.offset-lg-3__e0e42a7b{margin-left:25%}.offset-lg-4__0b054399{margin-left:33.33333333%}.offset-lg-5__18bc4ec3{margin-left:41.66666667%}.offset-lg-6__d9205776{margin-left:50%}.offset-lg-7__f7c42b77{margin-left:58.33333333%}.offset-lg-8__675d3845{margin-left:66.66666667%}.offset-lg-9__4a000214{margin-left:75%}.offset-lg-10__b552d310{margin-left:83.33333333%}.offset-lg-11__67bec9f3{margin-left:91.66666667%}.d-none-lg__5850f0ae{display:none!important}.d-block-lg__b09545c9{display:block!important}}@media (min-width: 1200px){.col-xl-1__ac0e8916{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__911b24a7{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__b00d8bd4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__cc714b82{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__9c7a1e95{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__46ce053f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__f5c939de{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__694c28e5{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__9363e0b0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__3912a747{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__36a44b18{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__fa41dfc5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__46fa7357{margin-left:0%}.offset-xl-1__c888f70f{margin-left:8.33333333%}.offset-xl-2__0695c52e{margin-left:16.66666667%}.offset-xl-3__2ad53a1c{margin-left:25%}.offset-xl-4__f8651f1c{margin-left:33.33333333%}.offset-xl-5__76578528{margin-left:41.66666667%}.offset-xl-6__279e4a30{margin-left:50%}.offset-xl-7__2dfe6f1e{margin-left:58.33333333%}.offset-xl-8__604ea130{margin-left:66.66666667%}.offset-xl-9__11bdebe1{margin-left:75%}.offset-xl-10__f98892f2{margin-left:83.33333333%}.offset-xl-11__ddcef489{margin-left:91.66666667%}.d-none-xl__1a6d779f{display:none!important}.d-block-xl__272a06c9{display:block!important}}.ellipsisLineClamp__72e85122{--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__72e85122.oneLine__a663594d{word-break:break-all}.link__9d05b6e2{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-12-0)}.link__9d05b6e2:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-12-0)}.link__9d05b6e2:active{color:var(--triplex-next-Link-Text_Color_Active-0-12-0)}.link__9d05b6e2:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-12-0)}.wordWithContent__7c717045{white-space:nowrap;display:inline-flex;align-items:center}.before__4bd99a04 :first-child{margin-right:4px}.after__381c5919 :last-child{margin-left:4px}.marker__bc2a3f48{border-radius:50%}.marker__bc2a3f48.md__1513b484{width:8px;height:8px}.marker__bc2a3f48.lg__f7d5b695{width:10px;height:10px}.marker__bc2a3f48.success__92ddeac3{background:var(--triplex-next-Marker-Background_Success-0-12-0)}.marker__bc2a3f48.error__0e68803c{background:var(--triplex-next-Marker-Background_Error-0-12-0)}.marker__bc2a3f48.warning__0b247617{background:var(--triplex-next-Marker-Background_Warning-0-12-0)}.marker__bc2a3f48.waiting__590245ec{background:var(--triplex-next-Marker-Background_Waiting-0-12-0)}.markerStatus__996ed349{line-height:0;display:flex;align-items:start}.markerStatus__996ed349 .contentContainer__5e940ad3{display:flex;flex-direction:column}.markerStatus__996ed349.md__5459073e{gap:4px}.markerStatus__996ed349.md__5459073e .markerContainer__3e0298be{margin-top:4px}.markerStatus__996ed349.lg__7c636249{gap:6px}.markerStatus__996ed349.lg__7c636249 .contentContainer__5e940ad3{gap:4px}.markerStatus__996ed349.lg__7c636249 .markerContainer__3e0298be{margin-top:5px}.row__06e22a18{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__06e22a18.noPaddingBottom__f0fca487,.row__06e22a18:last-child{padding-bottom:0}.tabsExtended__de99691d{position:relative}.tabsExtendedContent__b4a41f07{display:inline-flex}.tabsExtendedContent__b4a41f07.sm__56769bbe{border-radius:6px;padding:4px}.tabsExtendedContent__b4a41f07.md__b23f6024{border-radius:8px;padding:4px}.tabsExtendedContent__b4a41f07.lg__f5c5dcd3{border-radius:10px;padding:8px}.tabsExtendedTab__f74d59b1{display:flex}.tabsExtendedTab__f74d59b1+.tabsExtendedTab__f74d59b1,.tabsExtendedDropdown__51f8d311{margin-left:2px}.tabsReal__6642e168,.tabsFake__88329ee3{display:flex;box-sizing:border-box;width:100%}.tabsReal__6642e168.hidden__7d0f56a8{visibility:hidden}.tabsReal__6642e168 .tabsExtendedTab__f74d59b1.hidden__7d0f56a8{display:none}.tabsFake__88329ee3{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__5a481bfd .tabsExtendedContent__b4a41f07{background-color:var(--triplex-next-Tabs-Type1_Background-0-12-0)}.type2__0486c62d .tabsExtendedContent__b4a41f07{background-color:var(--triplex-next-Tabs-Type2_Background-0-12-0)}.tabsExtendedTabButton__47f4a100{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-12-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__47f4a100 .tabButtonText__17536711{font-weight:400}.tabsExtendedTabButton__47f4a100.lg__f5c5dcd3{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__47f4a100.lg__f5c5dcd3 .tabButtonText__17536711{font-size:16px;line-height:20px}.tabsExtendedTabButton__47f4a100.md__b23f6024{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__47f4a100.md__b23f6024 .tabButtonText__17536711{font-size:14px;line-height:20px}.tabsExtendedTabButton__47f4a100.sm__56769bbe{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__47f4a100.sm__56769bbe .tabButtonText__17536711{font-size:12px;line-height:16px}.tabsExtendedTabButton__47f4a100::-moz-focus-inner{border:none}.tabsExtendedTabButton__47f4a100+.tabsExtendedTabButton__47f4a100{margin-left:2px}.tabsExtendedTabButton__47f4a100:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd.selected__21e12533{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd.selected__21e12533 .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd:hover .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-12-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d.selected__21e12533{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d.selected__21e12533 .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d:hover .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-12-0)}.notificationIcon__85234677{position:absolute;right:4px;top:4px}.tabButtonDropdown__7d3aea0f{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__7d3aea0f.sm__925608b7{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__7d3aea0f.md__b7e8e13d{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__7d3aea0f.lg__932a9816{min-width:40px!important;min-height:40px!important}.tag__9143b29c{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-12-0);border-radius:4px;gap:2px}.tag__9143b29c.sm__c96ccc9f{height:20px;padding:2px 4px 2px 6px}.tag__9143b29c.md__f517a13c{height:28px;padding:4px 6px 4px 8px}.tag__9143b29c.lg__9568cb4e{height:32px;padding:6px 8px 6px 10px}.content__b6b3034f{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__32aef924{display:flex;flex-wrap:wrap}.tagGroup__32aef924.sm__6a16ba42{gap:4px}.tagGroup__32aef924.md__dc103274{gap:8px}.tagGroup__32aef924.lg__3ea9e282{gap:12px}.paginationExtended__38962985{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__1ef9fc0f .directionIconNext__e43c651a{transform:rotate(180deg)}.pageEllipsis__f3cfa8be{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-12-0);cursor:default}.paginationPageButton__5b1eea54{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-12-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__5b1eea54:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-12-0);outline:none}.paginationPageButton__5b1eea54:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-12-0)}.paginationPageButton__5b1eea54:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-12-0);cursor:grabbing}.paginationPageButton__5b1eea54.currentPage__ff24eb05{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-12-0);cursor:default}.paginationNavigationExtended__2eacd1e4{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__6f30021d{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__6f30021d .paginationSelectControl__fe327692{margin-left:8px;min-width:72px}.skeleton__9a71f79c{border-radius:16px;flex-grow:1}.skeleton__9a71f79c.light__a57f434b{animation:skeleton-light-pulse__39cd53b5 2s ease-in-out infinite}.skeleton__9a71f79c.dark__b809c095{animation:skeleton-dark-pulse__937a3e5d 2s ease-in-out infinite}@keyframes skeleton-light-pulse__39cd53b5{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-12-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-12-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-12-0)}}@keyframes skeleton-dark-pulse__937a3e5d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-12-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-12-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-12-0)}}.segmentedControlSegment__939ea017{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-12-0);outline:none;cursor:pointer}.segmentedControlSegment__939ea017:disabled{cursor:default}.sm__88b400c7 .segmentedControlSegment__939ea017{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__265bf960 .segmentedControlSegment__939ea017{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__1eecea91 .segmentedControlSegment__939ea017{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__5dbbb979 .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017.selected__4c5598e2:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017.selected__4c5598e2:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-12-0)}.segmentedControlSegment__939ea017:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-12-0)}.content__6f8e373f{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__917c1510{display:flex;gap:4px}.segmentedControl__917c1510.general1__5dbbb979{background:var(--triplex-next-SegmentedControl-General_1_Background-0-12-0)}.segmentedControl__917c1510.secondary1__abf1935e{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-12-0)}.segmentedControl__917c1510.general2__1892c266{background:var(--triplex-next-SegmentedControl-General_2_Background-0-12-0)}.segmentedControl__917c1510.secondary2__33e33987{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-12-0)}.segmentedControl__917c1510.sm__88b400c7{border-radius:6px;padding:4px}.segmentedControl__917c1510.md__265bf960{border-radius:8px;padding:4px}.segmentedControl__917c1510.lg__1eecea91{border-radius:10px;padding:8px}.step__4c9258ea{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__4c9258ea.default__8b3d0dbc{background-color:var(--triplex-next-Step-Background_Default-0-12-0)}.step__4c9258ea.default__8b3d0dbc>span{color:var(--triplex-next-Step-Color_Default-0-12-0)}.step__4c9258ea.done__55f6fd06{background-color:var(--triplex-next-Step-Background_Done-0-12-0)}.step__4c9258ea.done__55f6fd06>span{color:var(--triplex-next-Step-Color_Done-0-12-0)}.step__4c9258ea.warning__f13e34a0{background-color:var(--triplex-next-Step-Background_Warning-0-12-0)}.step__4c9258ea.warning__f13e34a0>span{color:var(--triplex-next-Step-Color_Warning-0-12-0)}.step__4c9258ea.active__af2fcda8{background-color:var(--triplex-next-Step-Background_Active-0-12-0)}.step__4c9258ea.active__af2fcda8>span{color:var(--triplex-next-Step-Color_Active-0-12-0)}.step__4c9258ea.error__8b7a9f3c{background-color:var(--triplex-next-Step-Background_Error-0-12-0)}.step__4c9258ea.error__8b7a9f3c>span{color:var(--triplex-next-Step-Color_Error-0-12-0)}.step__4c9258ea.disabled__2f4ecd62{background-color:var(--triplex-next-Step-Background_Disabled-0-12-0)}.step__4c9258ea.disabled__2f4ecd62>span{color:var(--triplex-next-Step-Color_Disabled-0-12-0)}.stepperWrapper__3bddb541{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-12-0)}.stepperStep__e3a271ef{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__e3a271ef+.stepperStep__e3a271ef{margin-left:12px}.stepperStep__e3a271ef.sm__b31ea2e3:not(:last-child) .content__70c482f2{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__e3a271ef.sm__b31ea2e3:last-child .content__70c482f2{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__e3a271ef.sm__b31ea2e3:last-child .arrow__a1d92811{display:none}.stepperStep__e3a271ef.md__4aa5df13:not(:last-child) .content__70c482f2{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e3a271ef.md__4aa5df13:last-child .content__70c482f2{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__e3a271ef.md__4aa5df13:last-child .arrow__a1d92811{display:none}.stepperStep__e3a271ef.lg__307ba5fd:not(:last-child) .content__70c482f2{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e3a271ef.lg__307ba5fd:last-child .content__70c482f2{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__e3a271ef.lg__307ba5fd:last-child .arrow__a1d92811{display:none}.stepperStep__e3a271ef:hover:not(.active__f5415349):not(.disabled__09d3eae2) .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0)}.stepperStep__e3a271ef:hover:not(.active__f5415349):not(.disabled__09d3eae2) .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0)}.stepperStep__e3a271ef:hover:not(.active__f5415349):not(.disabled__09d3eae2) .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0)}.stepperStep__e3a271ef.active__f5415349{cursor:default}.stepperStep__e3a271ef.active__f5415349 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-12-0)}.stepperStep__e3a271ef.active__f5415349 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-12-0)}.stepperStep__e3a271ef.active__f5415349.error__cc26ff88 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.active__f5415349.error__cc26ff88 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.active__f5415349.error__cc26ff88 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-12-0)}.stepperStep__e3a271ef.active__f5415349.warning__0cb0b3f9 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.active__f5415349.warning__0cb0b3f9 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.active__f5415349.warning__0cb0b3f9 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30 :not(.error__cc26ff88):not(.warning__0cb0b3f9) .content__70c482f2{color:var(--triplex-next-Stepper-Step_Color_Default-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30 :not(.error__cc26ff88):not(.warning__0cb0b3f9):hover .content__70c482f2{color:var(--triplex-next-Stepper-Step_Color_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.disabled__09d3eae2{pointer-events:none}.stepperStep__e3a271ef.disabled__09d3eae2 .content__70c482f2{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-12-0)}.stepperStep__e3a271ef.disabled__09d3eae2 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-12-0)}.stepperStep__e3a271ef.disabled__09d3eae2 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400 .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349 .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400 .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349 .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400:hover .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349:hover .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400:hover .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349:hover .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.content__70c482f2{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-12-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-12-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-12-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__b31ea2e3{font-size:12px;line-height:16px}.md__4aa5df13{font-size:14px;line-height:20px}.lg__307ba5fd{font-size:16px;line-height:20px}.arrow__a1d92811{transform:translate(0)}.arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-12-0)}.arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-12-0)}.icon__c8cb6221{display:inline-flex;align-items:center;line-height:0}.nonempty__4d3b7a39 .icon__c8cb6221{margin-right:6px}.stepperExtended__1e4e419a{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__10db3035{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__10db3035::-webkit-scrollbar{display:none}.stepper__91874b41.sm__b31ea2e3{padding-left:28px;padding-right:28px}.stepper__91874b41.md__4aa5df13{padding-left:40px;padding-right:40px}.stepper__91874b41.lg__307ba5fd{padding-left:56px;padding-right:56px}.stepperCarousel__8fab8ebf{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__8fab8ebf .buttonPrev__88b26922.sm__b31ea2e3,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c.sm__b31ea2e3{height:28px;width:28px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922.md__4aa5df13,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c.md__4aa5df13{height:40px;width:40px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922.lg__307ba5fd,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c.lg__307ba5fd{height:56px;width:56px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-12-0)}.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-12-0)}@media (max-width: 767px){.stepper__91874b41{padding-left:16px;padding-right:16px}.buttonPrev__88b26922,.buttonNext__b3cbce3c{display:none}}.islandAccordion__cc285e26{margin:0;padding:0}.islandAccordion__cc285e26 .island__f6102318{padding:0}.islandAccordion__cc285e26 .item__f441f9e8{position:relative;list-style-type:none}.islandAccordion__cc285e26 .item__f441f9e8.disabled__3b4b0695{cursor:default;pointer-events:none}.islandAccordion__cc285e26 .item__f441f9e8+.item__f441f9e8.sm__66865572,.islandAccordion__cc285e26 .item__f441f9e8+.item__f441f9e8.md__45239c73{margin-top:16px}.islandAccordion__cc285e26 .item__f441f9e8+.item__f441f9e8.lg__1bffc5ab{margin-top:24px}.islandAccordion__cc285e26 .item__f441f9e8 .header__f8c38a19{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__cc285e26 .item__f441f9e8 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8.type1__2026f3cb:not(.opened__2ae2e981) .header__f8c38a19:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8.type2__ff2b1358:not(.opened__2ae2e981) .header__f8c38a19:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8.type3__7f47ca75:not(.opened__2ae2e981) .header__f8c38a19:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a{text-align:right}.islandAccordion__cc285e26 .item__f441f9e8 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a{visibility:hidden}.islandAccordion__cc285e26 .item__f441f9e8.opened__2ae2e981 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.opened__2ae2e981 .footer__bf70e66a{visibility:visible}.islandAccordion__cc285e26 .item__f441f9e8 .caretWrapper__1078681f{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__cc285e26 .item__f441f9e8 .caretIcon__ee44b2ca{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .header__f8c38a19{padding:16px;border-radius:16px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .step__475ac407+.titleWrapper__9ec81577{margin-top:2px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .footer__bf70e66a{padding:0 16px 16px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .caretWrapper__1078681f{right:12px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .remove__94b8a535{right:-36px;top:20px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .step__475ac407{margin-right:12px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .header__f8c38a19{padding:24px;border-radius:24px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .footer__bf70e66a{padding:0 24px 24px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .caretWrapper__1078681f{right:20px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .remove__94b8a535{right:-40px;top:28px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .step__475ac407{margin-right:12px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .header__f8c38a19{padding:32px;border-radius:32px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .footer__bf70e66a{padding:0 32px 32px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .caretWrapper__1078681f{right:28px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .remove__94b8a535{right:-40px;top:36px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .step__475ac407{margin:0 16px 0 0}.islandAccordion__cc285e26 .item__f441f9e8.opened__2ae2e981:not(.disabled__3b4b0695) .caretWrapper__1078681f .caretIcon__ee44b2ca{transform:rotate(-180deg)}.islandAccordion__cc285e26 .item__f441f9e8 .remove__94b8a535{position:absolute}@media (max-width: 767px){.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a>*{margin-left:0!important}}.noColumns__20a0460b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__20a0460b>.content__76b1f6eb{width:456px;text-align:center}.filterPanel__18b0f36a{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__10544ef6{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__10544ef6>a:not(:first-child){margin-left:16px}.tabsLinePanel__07ed4cf7{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__abd4148c{0%{opacity:0}to{opacity:1}}.tableBasic__cd1fc10a{position:relative}.tableBasic__cd1fc10a table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__cd1fc10a table th.alignLeft__e9b209b2,.tableBasic__cd1fc10a table td.alignLeft__e9b209b2{text-align:left}.tableBasic__cd1fc10a table th.alignRight__0ad20c4a,.tableBasic__cd1fc10a table td.alignRight__0ad20c4a{text-align:right}.tableBasic__cd1fc10a table th.alignCenter__1671d531,.tableBasic__cd1fc10a table td.alignCenter__1671d531{text-align:center}.tableBasic__cd1fc10a table th.verticalAlignBaseline__273412d1,.tableBasic__cd1fc10a table td.verticalAlignBaseline__273412d1{vertical-align:baseline}.tableBasic__cd1fc10a table th.verticalAlignSub__00876f60,.tableBasic__cd1fc10a table td.verticalAlignSub__00876f60{vertical-align:sub}.tableBasic__cd1fc10a table th.verticalAlignSuper__4b8e9abf,.tableBasic__cd1fc10a table td.verticalAlignSuper__4b8e9abf{vertical-align:super}.tableBasic__cd1fc10a table th.verticalAlignTextTop__08fa86ea,.tableBasic__cd1fc10a table td.verticalAlignTextTop__08fa86ea{vertical-align:text-top}.tableBasic__cd1fc10a table th.verticalAlignTextBottom__eb0836cf,.tableBasic__cd1fc10a table td.verticalAlignTextBottom__eb0836cf{vertical-align:text-bottom}.tableBasic__cd1fc10a table th.verticalAlignMiddle__3229578a,.tableBasic__cd1fc10a table td.verticalAlignMiddle__3229578a{vertical-align:middle}.tableBasic__cd1fc10a table th.verticalAlignTop__bb955743,.tableBasic__cd1fc10a table td.verticalAlignTop__bb955743{vertical-align:top}.tableBasic__cd1fc10a table th.verticalAlignBottom__22b022fb,.tableBasic__cd1fc10a table td.verticalAlignBottom__22b022fb{vertical-align:bottom}.tableBasic__cd1fc10a table>thead>tr{height:48px}.tableBasic__cd1fc10a table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-12-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-12-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__cd1fc10a table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-12-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-12-0)}}.tableBasic__cd1fc10a table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__cd1fc10a table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__cd1fc10a table>thead>tr>th.checkboxType__d933f42b{padding:16px 12px}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35{display:inline-flex;vertical-align:top}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59{cursor:pointer}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763{display:flex;visibility:hidden;align-items:center}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763.alignLeft__e9b209b2{margin-right:8px}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763.alignRight__0ad20c4a{margin-left:8px}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763.sorted__bc1bb10d{visibility:visible}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59:hover .orderButton__498d2763{visibility:visible}.tableBasic__cd1fc10a table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-12-0)}.tableBasic__cd1fc10a table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__cd1fc10a table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__cd1fc10a table>tbody>tr>td.textType__db20d42a{padding:12px}.tableBasic__cd1fc10a table>tbody>tr>td.componentsType__1934fd4e{padding:8px 12px}.tableBasic__cd1fc10a table>tbody>tr>td.checkboxType__d933f42b{padding:10px 12px 12px}.tableBasic__cd1fc10a table>tbody>tr.selected__2e087e04>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-12-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__cd1fc10a table>tbody>tr.selected__2e087e04>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-12-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-12-0)}}.tableBasic__cd1fc10a table>tbody.clickable__c16a7b45>tr{cursor:pointer}.tableBasic__cd1fc10a table>tbody.hoverable__312eb723>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-12-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__cd1fc10a table>tbody.hoverable__312eb723>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-12-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-12-0)}}.tableBasic__cd1fc10a .footerEmptyData__e421af30{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__cd1fc10a .spinnerWrapper__2c050852{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__cd1fc10a .spinnerWrapper__2c050852 .tableLoaderScreen__0431e782{border-radius:8px 8px 0 0}.tableBasic__cd1fc10a .overlayCover__8fe1cf19{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-12-0);animation:fadeIn__abd4148c .3s}.tableBasicSettingsBody__5013a9d9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__4dca702a{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-12-0)!important}.columnSettingsSortableListItemTarget__4dca702a:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-12-0)!important}.columnSettingsSortableListItemTarget__4dca702a.dragging__bc2c99d1{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-12-0)!important}.columnSettingsStaticListItem__c796fe7f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-12-0)}.tableBasicSettingsFooter__9ad49929{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-12-0);padding:11px 12px 12px}.tableBasicSettingsHeader__0a97f6e1{padding:16px 12px 12px}.tableSettingsLink__06ed677e{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__40da0466{width:320px}.tableFooterWrapper__02d758a8{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__02d758a8 .tableFooterShadow__0ecc8591{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-12-0);pointer-events:none}.tableFooterWrapper__02d758a8 .tableFooter__47946be9{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-12-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b{display:flex;align-items:center}.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectedCount__215f63d7,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectAllButton__551b67e9,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummaryAmount__cc333023{display:inline-flex}.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectedCount__215f63d7,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectAllButton__551b67e9,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummaryAmount__cc333023,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummaryLabel__c3ed429e{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__02d758a8{height:112px}}.paginationPanel__0964c1b1{margin-top:16px}.masterTable__a5887057{position:relative}.orderedListItem__88160264{counter-increment:list-item-tx}.orderedListItem__88160264:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__88160264+.orderedListItem__88160264{margin-top:8px}.orderedList__5d8839fc{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__407c4ca9{position:relative}.suggestDropdownListItem__da205328{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__1385d628{position:relative}.suggestFieldMobileBody__709015a0{height:176px}.suggestFieldMobileDropdownHint__2ef4d0f3{padding:16px}.lightBox__45e52af5{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__45e52af5 .lightBoxBackdrop__102e09a4{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-12-0)}.lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d,.lightBox__45e52af5.lightBoxTopOverlayActive__a56c259e{overflow-y:hidden}.lightBox__45e52af5 .lightBoxContent__d5b252b5{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-12-0)}.lightBox__45e52af5 .lightBoxContent__d5b252b5>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__45e52af5 .lightBoxContent__d5b252b5>.global-page{padding:16px}}.lightBox__45e52af5 .loadingContentOverlay__52dcf99d{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__45e52af5 .lightBoxContentResizeWrapper__528dd79b{position:absolute;left:0;right:0;height:0}.lightBox__45e52af5 .tempElSafariBug__ccccca7f{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__b4438984,.global-LB-less-or-equal-media-point-0 .lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__d5b252b5{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__d5b252b5{padding-left:80px;padding-right:80px}.lightBoxControls__e10dc5cd{z-index:100}.withKeyboardEvent__1e38293f{display:inline-block}.withoutKeyboardEvent__16b57fd4,.lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d .withKeyboardEvent__1e38293f,.lightBox__45e52af5.lightBoxTopOverlayActive__a56c259e .withKeyboardEvent__1e38293f,.lightBox__45e52af5.isLoading__34bfd2dd .withKeyboardEvent__1e38293f{display:none}.lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d .withoutKeyboardEvent__16b57fd4,.lightBox__45e52af5.lightBoxTopOverlayActive__a56c259e .withoutKeyboardEvent__16b57fd4,.lightBox__45e52af5.isLoading__34bfd2dd .withoutKeyboardEvent__16b57fd4{display:inline-block}.lightBox__45e52af5.isLoading__34bfd2dd .lightBoxPrev__070774af,.lightBox__45e52af5.isLoading__34bfd2dd .lightBoxNext__5e0de3fa{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__e10dc5cd{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__f7b9e7d6{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__576a8aa2{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__9491219a{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__070774af,.global-LB-less-or-equal-media-point-0 .lightBoxNext__5e0de3fa{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__070774af{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__1e57dff4,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__c1694138{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__e10dc5cd{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f7b9e7d6{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__576a8aa2{display:none}.global-LB-more-media-point-0 .lightBoxClose__9491219a{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__070774af,.global-LB-more-media-point-0 .lightBoxNext__5e0de3fa{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__070774af{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__5e0de3fa{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__106524bc{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__106524bc.fixed__b7e37545{position:fixed}.overlay__106524bc.closing__5cb33cce,.overlay__106524bc.opened__d366587e{visibility:visible;left:0;right:0}.overlayPanel__210c9598{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-12-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__210c9598.bottom__e81611c8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__210c9598.left__24113e46{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__210c9598.right__76a60b84{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__210c9598.top__fba17955{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__210c9598.left__24113e46.opened__d366587e,.overlayPanel__210c9598.right__76a60b84.opened__d366587e{transform:translate(0)}.overlayPanel__210c9598.top__fba17955.opened__d366587e,.overlayPanel__210c9598.bottom__e81611c8.opened__d366587e{transform:translateY(0)}.overlayContent__0d9e7290{display:flex;min-height:100%}.overlayMask__f0e909d0{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-12-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__f0e909d0.overlayOpened__d67a564a{opacity:1}.lightBoxSideOverlayLoaderWrapper__e6bacd73{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__a85546f7{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__9d4a2a67{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__a85546f7{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9d4a2a67{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9d4a2a67{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__a85546f7{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__9d4a2a67{display:none}.lightBoxSideOverlayMask__0d7987af{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-12-0)}.lightBoxSideOverlayWrapper__80c917f8{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__80c917f8.overflowXHidden__29833c65{overflow-x:hidden}.lightBoxSideOverlayWrapper__80c917f8.overflowYHidden__bc3b7d4a{overflow-y:hidden}.lightBoxSideOverlayWrapper__80c917f8.closing__b787fdcb,.lightBoxSideOverlayWrapper__80c917f8.opened__78588312{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__80c917f8.closing__b787fdcb{pointer-events:none}.lightBoxSideOverlayWrapper__80c917f8 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__80c917f8 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-12-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a.opened__78588312{transform:none}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a.opening__a07458cc{transform:translateY(0)}.lightBoxSideOverlayWrapper__80c917f8.sizeSM__f212bfa2 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__80c917f8.sizeMD__d6f41983 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__80c917f8.sizeLG__9d6b1520 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayBase__c773e1cd{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__80c917f8 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__80c917f8 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__9e1484b8{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__9e1484b8.closing__b787fdcb,.lightBoxSideOverlay__9e1484b8.opening__a07458cc{overflow-x:hidden}.topOverlayMask__5e9c569f{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-12-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__ecfa0adb{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__ecfa0adb.closing__b3789545,.topOverlayWrapper__ecfa0adb.opened__9213201d{bottom:0}.topOverlayWrapper__ecfa0adb .topOverlayPanel__aeb9ad2a{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__9f2db16a{z-index:500}@media (max-width: 767px){.topOverlayPanel__aeb9ad2a{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__3d11e4e4{--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__8f8eda86{display:none}}.lightBoxRightSidebar__733ccc49{--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__7c840514{display:none}}html.scroll-0__bf934544{--triplex-next-scroll-width: 0px}html.scroll-15__5a5016a3{--triplex-next-scroll-width: 15px}html.scroll-16__a6a80470{--triplex-next-scroll-width: 16px}html.scroll-17__5b37ebdc{--triplex-next-scroll-width: 17px}.smsField__93f2dc01{display:inline-block;position:relative;width:100%}.smsField__93f2dc01 .input__6f07c06c{text-align:center}.smsField__93f2dc01 .input__6f07c06c::placeholder{opacity:1}.smsField__93f2dc01 .input__6f07c06c:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-12-0)}.smsField__93f2dc01 .input__6f07c06c.lg__5d270e00{padding:18px 40px}.smsField__93f2dc01 .input__6f07c06c.md__9d5dd983{padding-left:26px;padding-right:26px}.smsField__93f2dc01 .input__6f07c06c.sm__ba2050e1{padding-left:20px;padding-right:20px}.smsField__93f2dc01 .btnRefresh__cd8b381e{position:absolute;outline:none;z-index:1}.smsField__93f2dc01 .btnRefresh__cd8b381e.lg__5d270e00{top:12px;left:12px;height:32px;width:32px}.smsField__93f2dc01 .btnRefresh__cd8b381e.md__9d5dd983{top:10px;left:10px}.smsField__93f2dc01 .btnRefresh__cd8b381e.sm__ba2050e1{top:4px;left:4px}.smsField__93f2dc01 .btnRefresh__cd8b381e .full__6956452e{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-12-0)}.smsField__93f2dc01 .btnRefresh__cd8b381e .empty__833a4f52{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-12-0)}.smsField__93f2dc01 .btnRefresh__cd8b381e:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e.active__932d4295:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e.active__932d4295:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e.lg__5d270e00{top:15px;right:15px;height:26px;width:26px}.smsField__93f2dc01 .btnSubmit__b774fa7e.md__9d5dd983{top:10px;right:10px}.smsField__93f2dc01 .btnSubmit__b774fa7e.sm__ba2050e1{top:4px;right:4px}.spoiler__ceb45cc4{display:flex;flex-direction:column}.spoiler__ceb45cc4.opened__555d809d .caretIcon__e4d2838f{transform:rotate(-180deg)}.spoiler__ceb45cc4 .head__c9f3f5e1 .caretIcon__e4d2838f{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__ceb45cc4 .head__c9f3f5e1 button>span{white-space:normal;text-align:left}.spoiler__ceb45cc4 .content__5f5eb196.hidden__8aa0f596{display:none}.spoiler__ceb45cc4 .lg__821886ea .content__5f5eb196{margin-top:8px}.spoiler__ceb45cc4 .md__d85f5d72 .content__5f5eb196{margin-top:0}.spoiler__ceb45cc4 .sm__d98762c4 .content__5f5eb196{margin-top:-4px}.statusTrackerWrapper__9eed1d59{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-12-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-12-0);overflow:hidden;height:100%}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918.verticalAlignMiddle__e947999a{align-self:center}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918.verticalAlignBottom__66928a0b{align-self:end}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerChild__920d67ca{padding:8px 0}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerChild__920d67ca:empty{padding:0}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerSum__0e8de3c9,.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerTitle__2c0c4fc2{padding-bottom:4px}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerDescription__581e84aa{display:block;padding-top:8px}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerAlert__81556472{margin-top:12px;text-align:left}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerStatus__7667311d{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerFooterWrapper__e5ebd016{display:grid}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerFooterWrapper__e5ebd016 .statusTrackerDescription__581e84aa:last-child{padding-top:0}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerFooterWrapper__e5ebd016 .statusTrackerButton__a60c48a0{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.waiting__f73a46df{background:var(--triplex-next-StatusTracker-Waiting_Color-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.warning__43fc9995{background:var(--triplex-next-StatusTracker-Warning_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.rejected__d0027c80{background:var(--triplex-next-StatusTracker-Rejected_Color-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.approved__2d0f979d{background:var(--triplex-next-StatusTracker-Approved_Color-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.waiting__f73a46df{background:var(--triplex-next-StatusTracker-Waiting_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.warning__43fc9995{background:var(--triplex-next-StatusTracker-Warning_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.rejected__d0027c80{background:var(--triplex-next-StatusTracker-Rejected_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.approved__2d0f979d{background:var(--triplex-next-StatusTracker-Approved_Background-0-12-0)}@media (max-width: 767px){.statusTrackerWrapper__9eed1d59{border-radius:16px}}.smallInput__5d3588d1{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-12-0);background:var(--triplex-next-SmallInput-Background-0-12-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-12-0)}.smallInput__5d3588d1::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-12-0);opacity:1}.smallInput__5d3588d1::-ms-clear{display:none}.documentNumberEdit__6eb658c6 .label__2ede4073{display:inline-block;margin-right:8px}.documentNumberEdit__6eb658c6 .inputEditWrapper__3036d401{width:68px;display:inline-block}.sliderExtendedDot__2aa2c3b7{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-12-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__2aa2c3b7:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-12-0)}.sliderExtendedDot__2aa2c3b7.focusedByClick__6dda4825:focus{box-shadow:none}.sliderExtendedDot__2aa2c3b7:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-12-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2aa2c3b7:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-12-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2aa2c3b7.disabled__ecaf9940{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-12-0)}.sliderExtendedDot__2aa2c3b7.disabled__ecaf9940:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-12-0)}.sliderExtendedDot__2aa2c3b7.disabled__ecaf9940:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-12-0)}.sliderExtendedDot__2aa2c3b7:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-12-0)}.sliderExtendedDot__2aa2c3b7:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-12-0)}.sliderExtendedDot__2aa2c3b7.dragByMouse__f5917529{background:var(--triplex-next-Slider-Dot_Background_Select-0-12-0)}.sliderExtendedDot__2aa2c3b7.dragByMouse__f5917529:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-12-0)}.sliderExtendedDot__2aa2c3b7:hover .sliderExtendedTooltipOverlay__3e907016,.sliderExtendedDot__2aa2c3b7:focus .sliderExtendedTooltipOverlay__3e907016{visibility:visible}.sliderExtendedDot__2aa2c3b7.lg__7e80a407{width:28px;height:28px}.sliderExtendedDot__2aa2c3b7.lg__7e80a407:after{width:10px;height:10px}.sliderExtendedDot__2aa2c3b7.lg__7e80a407:before{width:14px;height:14px}.sliderExtendedMarks__5c6145eb{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__cb2536f9{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__cb2536f9 .sliderExtendedMarkDot__88f446e1{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-12-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__cb2536f9 .sliderExtendedMarkDot__88f446e1.inSelectedRange__b1698ff4{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-12-0)}.sliderExtendedMark__cb2536f9.lg__7e80a407{top:20px}.sliderExtendedMark__cb2536f9.lg__7e80a407 .sliderExtendedMarkDot__88f446e1{top:-20px}.sliderExtendedMark__cb2536f9 .sliderExtendedMarkText__f77e076b{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__cb2536f9.disabled__ecaf9940{pointer-events:none}.sliderExtendedMark__cb2536f9.disabled__ecaf9940 .sliderExtendedMarkText__f77e076b{pointer-events:none;opacity:.35}.sliderExtendedMark__cb2536f9.disabled__ecaf9940 .sliderExtendedMarkDot__88f446e1{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-12-0)}.sliderExtendedMark__cb2536f9:first-child,.sliderExtendedMark__cb2536f9:last-child{transform:none}.sliderExtendedMark__cb2536f9:first-child.reverse__8be68897 .sliderExtendedMarkDot__88f446e1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__cb2536f9:first-child.reverse__8be68897 .sliderExtendedMarkText__f77e076b{margin-right:-4px}.sliderExtendedMark__cb2536f9:first-child:not(.reverse__8be68897) .sliderExtendedMarkDot__88f446e1{left:0;transform:translate(-50%)}.sliderExtendedMark__cb2536f9:first-child .sliderExtendedMarkText__f77e076b{margin-left:-4px}.sliderExtendedMark__cb2536f9:last-child.reverse__8be68897 .sliderExtendedMarkDot__88f446e1{left:0;transform:translate(-50%)}.sliderExtendedMark__cb2536f9:last-child.reverse__8be68897 .sliderExtendedMarkText__f77e076b{margin-left:-4px}.sliderExtendedMark__cb2536f9:last-child:not(.reverse__8be68897) .sliderExtendedMarkDot__88f446e1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__cb2536f9:last-child .sliderExtendedMarkText__f77e076b{margin-right:-4px}.sliderExtendedMark__cb2536f9.active__30a07c6d{pointer-events:none}.sliderExtendedRail__0925bd96{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-12-0);cursor:pointer}.sliderExtended__91873de7{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__91873de7.disabled__ecaf9940 .sliderExtendedRail__0925bd96{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-12-0)}.sliderExtended__91873de7.lg__7e80a407{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__ad7f2783{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-12-0);z-index:10}.sliderExtendedTrack__ad7f2783.lg__7e80a407{top:12px}.sliderExtendedTrack__ad7f2783:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-12-0)}.sliderExtendedTrack__ad7f2783.focusedByClick__6dda4825:focus{box-shadow:none}.sliderExtendedTrack__ad7f2783.hoverOrDragByMouse__8d611c9c{background:var(--triplex-next-Slider-Track_Background_Hover-0-12-0)}.sliderExtendedTrack__ad7f2783.staticSlider__74cf4307{cursor:default;pointer-events:none}.sliderExtendedTrack__ad7f2783.disabled__ecaf9940{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-12-0)}.sliderExtendedTooltipOverlay__3e907016{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__3e907016.lg__7e80a407{bottom:32px}.sliderExtendedTooltipOverlay__3e907016 .tooltipBody__c0173215{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-12-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-12-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__3e907016 .tooltipTip__cb4734c2{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-12-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__3e907016 .tooltipTip__cb4734c2{margin:-.5px}}.treeView__cf19d0ae,.treeViewGroup__2ef97d4e{margin:0;padding:0}.treeView__cf19d0ae .treeViewNode__14638f09,.treeViewGroup__2ef97d4e .treeViewNode__14638f09{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__c944ea54.collapsed__09936e39{visibility:hidden}.checkboxTreeExtended__90d903f2{margin-bottom:-12px}.checkboxTreeExtendedNode__21b7d77b .checkboxTreeExtendedNode__21b7d77b{margin-left:24px}.checkboxTreeExtendedNodeHeader__81b9edd7{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__81b9edd7 .checkboxTreeCheckboxLabel__48cad6d1{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__81b9edd7 .caretIconWrapper__694615ce{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__81b9edd7 .caretIconWrapper__694615ce:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-12-0)}.checkboxTreeExtendedNodeHeader__81b9edd7.opened__bbe72d83 .caretIconWrapper__694615ce{transform:rotate(180deg)}.chipGroup__56e737f5{display:flex}.chipGroup__56e737f5.oneLine__6547dcca{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__56e737f5.oneLine__6547dcca::-webkit-scrollbar{display:none}.chipGroup__56e737f5.multiLine__d56ddc03{flex-wrap:wrap}.chipGroup__56e737f5.lg__b630fa66{gap:12px}.chipGroup__56e737f5.md__681bb86d,.chipGroup__56e737f5.sm__c192fbe3{gap:8px}.confirm__4d3ea904{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__4d3ea904.isInLightBox__0449fef0{max-width:800px}.confirm__4d3ea904.isInSideOverlaySM__62d270df{max-width:416px}.confirm__4d3ea904.isInSideOverlayMD__50bf87fc{max-width:536px}.confirm__4d3ea904.isInSideOverlayLG__ebe2473a{max-width:736px}.confirmCloseButton__fe67adfd{position:absolute;top:24px;right:24px}.confirmContent__c3a5ac88{margin-bottom:24px;padding-right:56px}.confirmControls__75374729{white-space:nowrap}.confirmContentTitle__a798a813{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__fe67adfd{top:16px;right:16px}.confirmContent__c3a5ac88{margin-bottom:16px}}.divider__e644d984{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-12-0);border:none}.marginTopSize-4__f5427cca{margin-top:4px}.marginBottomSize-4__7b846cad{margin-bottom:4px}.marginTopSize-8__cf0be67d{margin-top:8px}.marginBottomSize-8__0aeb9f25{margin-bottom:8px}.marginTopSize-12__72bf3965{margin-top:12px}.marginBottomSize-12__388d6c94{margin-bottom:12px}.marginTopSize-16__fc096de3{margin-top:16px}.marginBottomSize-16__8bc9ac1a{margin-bottom:16px}.marginTopSize-20__d7f7e8b7{margin-top:20px}.marginBottomSize-20__aa4111f3{margin-bottom:20px}.marginTopSize-24__8c3d2c15{margin-top:24px}.marginBottomSize-24__be88f262{margin-bottom:24px}.marginTopSize-28__a914ada9{margin-top:28px}.marginBottomSize-28__2ec84266{margin-bottom:28px}.marginTopSize-32__d1b607fd{margin-top:32px}.marginBottomSize-32__3afe8835{margin-bottom:32px}.listMasterChipGroup__a89f0f79{padding:0 16px}.listMasterFooter__04e91fbe{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-12-0);color:var(--triplex-next-ListMaster-Footer_Color-0-12-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__04e91fbe.sticky__de8b99c1{position:sticky;bottom:0}.listMasterFooterDescription__a5eceaa4{padding-right:16px}.listMasterFooterControls__f9114de8{white-space:nowrap}.listMasterHeader__18050e9e{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-12-0);color:var(--triplex-next-ListMaster-Header_Color-0-12-0)}.listMasterHeader__18050e9e.sticky__de8b99c1{position:sticky;top:0;z-index:1}.selectionControls__5e849f3c{display:flex;justify-content:space-between;align-items:center}.uploadZoneDesktop__3f0234b6{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-12-0)}.uploadZoneDesktop__3f0234b6:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-12-0)}.uploadZoneDragArea__c510a0b1{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-12-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7e69ccaa{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-12-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-12-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-12-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__4a539ac9{display:none}.uploadZoneMobile__8008c53a{display:flex;flex-direction:column;align-items:start;gap:8px;padding:12px 10px 12px 16px}.uploadZoneMobile__8008c53a .uploadZoneMobileHeader__353307eb{display:flex;gap:4px}button.helpBoxButton__a82f74ef{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__ddb72e54{padding-right:16px}.dateRange__f164fe25{display:flex;align-items:center}.dateRangeButton__8bb6c2d0{z-index:1}.separator__2b6371eb{width:20px;height:20px;flex-shrink:0}.tagColor__04b6d04d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__04b6d04d.sm__c6f1053a{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__04b6d04d.md__478d79da{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__04b6d04d.lg__b67a17a0{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__04b6d04d.default__0ee92b0c{background:var(--triplex-next-TagColor-Background_Default-0-12-0)}.tagColor__04b6d04d.success__eec572f6{background:var(--triplex-next-TagColor-Background_Success-0-12-0)}.tagColor__04b6d04d.info__86301ddf{background:var(--triplex-next-TagColor-Background_Info-0-12-0)}.tagColor__04b6d04d.warning__8c28168f{background:var(--triplex-next-TagColor-Background_Warning-0-12-0)}.tagColor__04b6d04d.error__8c87eb06{background:var(--triplex-next-TagColor-Background_Error-0-12-0)}.content__c4b1fba6{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-12-0)}
|