@sberbusiness/triplex-next 0.10.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/README.md +6 -0
- package/chunks/AlertProcessSpoiler-SFMiAq2e.js +39 -0
- package/chunks/{CalendarViewItem-CNP7C3l_.js → CalendarViewItem-B7_R_3t_.js} +19 -19
- package/chunks/Card.module-B8eF0PyT.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +11 -0
- package/chunks/{Chip-DaFItkIp.js → Chip-BiNNkTCM.js} +14 -14
- package/chunks/Confirm.module-DtGkChdz.js +15 -0
- package/chunks/{DropdownListItem-lbLsbKwC.js → DropdownListItem-BxEqWaJ8.js} +19 -19
- package/chunks/DropdownMobile.module-hCX_8o3O.js +23 -0
- package/chunks/Footer.module-CmBv6U70.js +9 -0
- package/chunks/{FormFieldInput-BoG8X8Sc.js → FormFieldInput-B4hNuHJx.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +9 -0
- package/chunks/HeaderTabs.module-Cg4Skmf_.js +9 -0
- package/chunks/{HeaderTitle.module-r9kVKK-W.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-3M4bOnUh.js → LightBoxContent-DBZCrC3l.js} +11 -11
- package/chunks/LightBoxControls.module-Bd3m7ZxT.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +8 -0
- package/chunks/{ListItemControlsButton-rF_5JaM-.js → ListItemControlsButton-B7xM1V5l.js} +10 -10
- 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-C1vPwzXO.js → RightBorderArrow-qUNK7k_Z.js} +12 -12
- package/chunks/SMSField.module-Df8IlNx3.js +16 -0
- package/chunks/SliderExtendedMarks.module-C3yroPQo.js +15 -0
- package/chunks/{SliderExtendedRail-Bw4p-kLW.js → SliderExtendedRail-fxB35VnJ.js} +10 -10
- package/chunks/StatusTracker.module-C3dx5TPW.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Ciw5Nm9X.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-CxR_OPBn.js → utils-D3BbfI4I.js} +8 -8
- package/chunks/{utils-Ql50x949.js → utils-Kc2jGbAd.js} +8 -8
- package/chunks/utils-bltVmJ1Y.js +24 -0
- package/chunks/{utils-DTmo2xHF.js → utils-pT3qplA1.js} +5 -5
- 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 +10 -10
- 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 +48 -40
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +9 -9
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- 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 +8 -8
- 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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- 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 +10 -10
- package/components/DateRange/DateRange.js +10 -10
- 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/Step.js +1 -1
- 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 +2 -2
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- 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 +13 -13
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- 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 +6 -7
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +92 -98
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +10 -10
- 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 +7 -7
- package/components/LightBox/LightBox.js +19 -19
- 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 +25 -25
- 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 +4 -4
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- 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 +11 -11
- 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 +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +6 -6
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- 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 +16 -16
- 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 +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +7 -7
- 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 +13 -13
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- 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 +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +13 -13
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- 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 +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +11 -11
- package/components/Stepper/StepperExtended.js +2 -2
- 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 +7 -7
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +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 +3 -3
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +4 -4
- 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 +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- 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 +2 -2
- 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 +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +12 -12
- 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 +23 -23
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +9 -9
- 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 +8 -8
- 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 +7 -7
- package/components/TopOverlay/TopOverlay.js +23 -23
- 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 +28 -28
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +110 -98
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +209 -207
- package/consts/DateConst.js +1 -1
- package/index.d.ts +73 -55
- package/index.js +269 -267
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BthiLiMe.js +0 -39
- package/chunks/Card.module-BxAU0ct3.js +0 -17
- package/chunks/CheckboxTreeExtended.module-8H0Dgq8c.js +0 -11
- package/chunks/Confirm.module-BaXVkVHJ.js +0 -15
- package/chunks/DropdownMobile.module-kHpY8q0l.js +0 -23
- package/chunks/Footer.module-BZTAlpWH.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bbxhh0aE.js +0 -9
- package/chunks/HeaderTabs.module-Bo3HPBP_.js +0 -9
- package/chunks/IslandAccordion.module-r5TKHc-1.js +0 -25
- package/chunks/IslandWidgetFooter.module-DANV-WDZ.js +0 -9
- package/chunks/IslandWidgetHeader.module-D9N9d8U0.js +0 -9
- package/chunks/LightBoxControls.module-C1sKSbiw.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-H2K8IoVH.js +0 -8
- package/chunks/ListItemTail.module-rBxpoSGQ.js +0 -12
- package/chunks/ListMasterFooter.module-CjjTF28N.js +0 -10
- package/chunks/ModalWindow.module-BJWhs2p-.js +0 -17
- package/chunks/Notification.module-CoXNIHHx.js +0 -21
- package/chunks/Overlay.module-DqeHrg4k.js +0 -18
- package/chunks/Page.module-JyadpNMJ.js +0 -11
- package/chunks/SMSField.module-BR0BSWtJ.js +0 -16
- package/chunks/SliderExtendedMarks.module-DyfiF83O.js +0 -15
- package/chunks/StatusTracker.module-BzdhWkFm.js +0 -24
- package/chunks/TableFooter.module-BRn2cKAx.js +0 -14
- package/chunks/TabsExtended.module-DW52Fxa9.js +0 -16
- package/chunks/TabsLine.module-Do3KfZpp.js +0 -21
- package/chunks/TooltipDesktop.module-B10Gb93w.js +0 -19
- package/chunks/TreeView.module-oFkxX2oe.js +0 -9
- package/chunks/UploadZoneInput-CQ9bTi-y.js +0 -33
- package/chunks/utils-BHK9pmFJ.js +0 -73
- package/chunks/utils-DbKLiLdh.js +0 -24
- package/components/DesignTokens/components/AmountField.js +0 -11
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
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-10-0: #F2F4F7;
|
|
534
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-10-0: #21A19A;}
|
|
535
|
-
.underline__ff8ec4af{text-decoration:underline}.strikethrough__99c7d921{text-decoration:line-through}.underlineStrikethrough__5237812b{text-decoration:underline line-through}.typography__c98883d3.primary__f63d0f7d{color:var(--triplex-next-Typography-Primary_Color-0-10-0)}.typography__c98883d3.complementary__b1136057{color:var(--triplex-next-Typography-Complementary_Color-0-10-0)}.typography__c98883d3.secondary__d05eea90{color:var(--triplex-next-Typography-Secondary_Color-0-10-0)}.typography__c98883d3.tertiary__e08a0fdf{color:var(--triplex-next-Typography-Tertiary_Color-0-10-0)}.typography__c98883d3.disabled__11782818{color:var(--triplex-next-Typography-Disabled_Color-0-10-0)}.typography__c98883d3.brand__ead65a40{color:var(--triplex-next-Typography-Brand_Color-0-10-0);-webkit-user-select:none;user-select:none}.typography__c98883d3.info__e90b9874{color:var(--triplex-next-Typography-Info_Color-0-10-0)}.typography__c98883d3.success__8b464736{color:var(--triplex-next-Typography-Success_Color-0-10-0)}.typography__c98883d3.error__3252a110{color:var(--triplex-next-Typography-Error_Color-0-10-0)}.typography__c98883d3.warning__f8380df5{color:var(--triplex-next-Typography-Warning_Color-0-10-0)}.typography__c98883d3.system__6a7b9be8{color:var(--triplex-next-Typography-System_Color-0-10-0)}.typography__c98883d3.compact__bd1f2985{line-height:calc(16 / 14)}.title__ebfdc8ad{outline:none}.title__ebfdc8ad.regular__9286e244{font-family:SBSansDisplay}.title__ebfdc8ad.semibold__56dcc4a0{font-family:SBSansDisplaySemibold}.title__ebfdc8ad.medium__5081fb72{font-family:SBSansDisplayMedium}.title__ebfdc8ad.bold__e85c16f8{font-family:SBSansDisplayBold}.h1__85dbed00,.h2__21aa12d8,.h3__368d395e{margin:0}.h1__85dbed00{font-size:28px;line-height:36px}.h2__21aa12d8{font-size:24px;line-height:32px}.h3__368d395e{font-size:20px;line-height:28px}.text__e8832d9c{outline:none}.text__e8832d9c.regular__9286e244{font-family:SBSansText}.text__e8832d9c.semibold__56dcc4a0{font-family:SBSansTextSemibold}.b1__7888a9da{font-size:18px;line-height:24px}.b2__3996fe0c{font-size:16px;line-height:20px}.b3__a693f7c1{font-size:14px;line-height:20px}.b3__a693f7c1.compact__bd1f2985{line-height:16px}.b4__15a1bab7{font-size:12px;line-height:16px}.caption__3f2fc78c.regular__9286e244{font-family:SBSansText}.caption__3f2fc78c.semibold__56dcc4a0{font-family:SBSansTextSemibold}.c1__88132870{font-size:10px;line-height:12px}.c2__08264646{font-size:8px;line-height:10px}.d1__9d8d0ce9{font-size:32px;line-height:40px}.d1__9d8d0ce9.regular__9286e244{font-family:SBSansDisplay}.d1__9d8d0ce9.semibold__56dcc4a0{font-family:SBSansDisplaySemibold}.formFieldInput__6371e117{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-10-0)}.formFieldInput__6371e117:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-10-0)}.formFieldInput__6371e117::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-10-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__6371e117:focus{outline:none}.formFieldInput__6371e117:focus::placeholder{opacity:1}.formFieldInput__6371e117:-webkit-autofill{animation-name:autofill-applied-hook__a5b1f80d;animation-duration:1ms}.formFieldInput__6371e117:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__36d85bfb;animation-duration:1ms}.formFieldInput__6371e117.sm__bacd116b{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__6371e117.md__b5929af6{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__6371e117.lg__5a54550f{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__a5b1f80d{0%{transform:none}}@keyframes autofill-cancelled-hook__36d85bfb{0%{transform:none}}.formField__5e9a8885{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-10-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__5e9a8885:hover{background:var(--triplex-next-FormField-Background_Hover-0-10-0)}.formField__5e9a8885.disabled__44b08295{background:var(--triplex-next-FormField-Background_Disabled-0-10-0)}.formField__5e9a8885.active__d43d990b{background:var(--triplex-next-FormField-Background_Active-0-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-10-0)}.formField__5e9a8885.active__d43d990b::placeholder{opacity:1}.formField__5e9a8885.error__9f9ee550{background:var(--triplex-next-FormField-Background_Error-0-10-0)}.formField__5e9a8885.error__9f9ee550:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-10-0)}.formField__5e9a8885.error__9f9ee550.active__d43d990b{background:var(--triplex-next-FormField-Background_Error-0-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-10-0)}.formField__5e9a8885.warning__fdbda0a3{background:var(--triplex-next-FormField-Background_Warning-0-10-0)}.formField__5e9a8885.warning__fdbda0a3:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-10-0)}.formField__5e9a8885.warning__fdbda0a3.active__d43d990b{background:var(--triplex-next-FormField-Background_Warning-0-10-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-10-0)}.formField__5e9a8885.size-sm__1d215670{border-radius:6px}.formField__5e9a8885.size-md__c30cf193{border-radius:8px}.formField__5e9a8885.size-lg__459bdf9d{border-radius:10px}.formFieldDescription__ee783318{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__ee783318.withCounter__47c006f4{display:flex;justify-content:space-between}.formFieldLabel__8bb37c5d{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__8bb37c5d.size-sm__1d215670{top:6px}.formFieldLabel__8bb37c5d.size-md__c30cf193{top:10px}.formFieldLabel__8bb37c5d.size-lg__459bdf9d{top:18px}.formFieldLabel__8bb37c5d.size-lg__459bdf9d.floating__b4548b34{top:10px}.formFieldLabelText__22bd81c8{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-10-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__1d215670 .formFieldLabelText__22bd81c8{font-size:12px;line-height:16px}.size-md__c30cf193 .formFieldLabelText__22bd81c8{font-size:14px;line-height:20px}.size-lg__459bdf9d .formFieldLabelText__22bd81c8{font-size:16px;line-height:20px}.floating__b4548b34 .formFieldLabelText__22bd81c8{font-size:12px;line-height:16px}.floating__b4548b34.size-sm__1d215670 .formFieldLabelText__22bd81c8,.floating__b4548b34.size-md__c30cf193 .formFieldLabelText__22bd81c8{display:none}.disabled__44b08295 .formFieldLabelText__22bd81c8{color:var(--triplex-next-FormField-Label_Color_Disabled-0-10-0)}.formFieldPostfix__adcdaea8{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__00ec1606{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__958c1b66{padding-left:4px}.formFieldMaskedInputWrapper__21e9318d{position:relative}.formFieldMaskedInputWrapper__21e9318d .formFieldMaskedInputPlaceholder__778d75f6{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__21e9318d .formFieldMaskedInputPlaceholder__778d75f6::placeholder{opacity:1}.formFieldMaskedInputWrapper__21e9318d .formFieldMaskedInputPlaceholder__778d75f6:disabled{visibility:hidden}.formFieldMaskedInputWrapper__21e9318d.size-sm__1d215670{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__21e9318d.size-sm__1d215670 .formFieldMaskedInputPlaceholder__778d75f6{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__21e9318d.size-md__c30cf193{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__21e9318d.size-md__c30cf193 .formFieldMaskedInputPlaceholder__778d75f6{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__21e9318d.size-lg__459bdf9d{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__21e9318d.size-lg__459bdf9d .formFieldMaskedInputPlaceholder__778d75f6{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__21e9318d .formFieldMaskedInput__26da649f{display:block;position:relative;background:none!important}.dropdownDesktop__685a8e60{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-10-0);background-color:var(--triplex-next-Dropdown-Background-0-10-0)}.dropdownDesktop-sm__2302f0c0{border-radius:6px}.dropdownDesktop-md__75856bc1{border-radius:8px}.dropdownDesktop-lg__425f5e5d{border-radius:10px}.dropdownDesktopOverflowHidden__b2f87a71{overflow:hidden}.dropdownMobileWrapper__f1ca22bf{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__78d04b3a{background:var(--triplex-next-DropdownMobile-Backdrop-0-10-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__78d04b3a.closing__137884a1{opacity:0}.dropdownMobileBackdrop__78d04b3a.opening__2448ef34,.dropdownMobileBackdrop__78d04b3a.opened__b589c8e7{opacity:var(--triplex-DropdownMobile-Opacity-0-10-0)}.dropdownMobile__c686dbd2{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__c686dbd2.closing__137884a1{transform:translateY(100%)}.dropdownMobile__c686dbd2.opening__2448ef34,.dropdownMobile__c686dbd2.opened__b589c8e7{transform:translateY(0)}.dropdownMobileHeader__a65bd0a8{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-10-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__a65bd0a8 .dropdownMobileHeaderContent__abfbf7ef{margin-right:28px;min-height:20px}.dropdownMobileContent__d9191889{background:var(--triplex-next-DropdownMobile-Content_Background-0-10-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__28aadf59{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-10-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-10-0);flex-shrink:1}.dropdownMobileListItem__df761104{padding:16px}.dropdownMobileListItem__df761104.selected__829b99ab{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-10-0)}.dropdownMobileListItem__df761104:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-10-0)}.dropdownMobileListLoader__a60cd8c9{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__ae39bd21{overflow:hidden}.controlButtons__ce736208{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__15100f73{margin-right:8px}.notificationIcon__4a5cad92{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__2b899040{padding:4px;overflow:auto}.dropdownDesktopList__2b899040.sm__e28f530e{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__2b899040.sm__e28f530e .dropdownDesktopListItem__c7458fb2{padding:6px 8px;border-radius:6px}.dropdownDesktopList__2b899040.sm__e28f530e .dropdownDesktopListLoader__10e1dabe{margin:0 auto}.dropdownDesktopList__2b899040.md__de5e800a{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__2b899040.md__de5e800a .dropdownDesktopListItem__c7458fb2{padding:7px 8px;border-radius:8px}.dropdownDesktopList__2b899040.md__de5e800a .dropdownDesktopListLoader__10e1dabe{margin:-2px auto}.dropdownDesktopList__2b899040.lg__10747f84{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__2b899040.lg__10747f84 .dropdownDesktopListItem__c7458fb2{padding:14px 8px;border-radius:10px}.dropdownDesktopList__2b899040.lg__10747f84 .dropdownDesktopListLoader__10e1dabe{margin:-6px auto}.dropdownDesktopListItem__c7458fb2{color:var(--triplex-next-DropdownList-Color-0-10-0);background:var(--triplex-next-DropdownList-Background_Default-0-10-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__c7458fb2+.dropdownDesktopListItem__c7458fb2{margin-top:2px}.dropdownDesktopListItem__c7458fb2.active__09138019{background:var(--triplex-next-DropdownList-Background_Active-0-10-0);cursor:pointer}.dropdownDesktopListItem__c7458fb2.selected__829b99ab{background:var(--triplex-next-DropdownList-Background_Selected-0-10-0);cursor:default}.notificationIcon__e3646d92{position:absolute;right:4px;top:4px}.loaderSmall__5db974fa{display:flex;justify-content:center;align-items:center}.loaderSmall__5db974fa.sm__de03a367{width:16px;height:16px;gap:2px}.loaderSmall__5db974fa.sm__de03a367 .dot__93a6febf{width:4px;height:4px}.loaderSmall__5db974fa.md__5685a0b9{width:24px;height:24px;gap:3px}.loaderSmall__5db974fa.md__5685a0b9 .dot__93a6febf{width:6px;height:6px}.loaderSmall__5db974fa.lg__543788b6{width:32px;height:32px;gap:4px}.loaderSmall__5db974fa.lg__543788b6 .dot__93a6febf{width:8px;height:8px}.loaderSmall__5db974fa.neutral__a77a2ca8 .dot__93a6febf{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-10-0)}.loaderSmall__5db974fa.brand__b5cb662a .dot__93a6febf{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-10-0)}.loaderSmall__5db974fa .dot__93a6febf{border-radius:50%}.loaderSmall__5db974fa .dot1__b63fb506{animation:dotCycleSmall__aecb7b13 .9s infinite}.loaderSmall__5db974fa .dot2__e033451c{animation:dotCycleSmall__aecb7b13 .9s infinite .15s}.loaderSmall__5db974fa .dot3__b9d372a2{animation:dotCycleSmall__aecb7b13 .9s infinite .3s}@keyframes dotCycleSmall__aecb7b13{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__c6162c00{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-10-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__e1e22eb1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__e1e22eb1 .dot__93a6febf{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-10-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__e1e22eb1 .dot1__b63fb506{top:0;left:0;animation:dotCycleMiddle__8e877cca 3s infinite}.loaderMiddleDots__e1e22eb1 .dot2__e033451c{right:0;top:0;opacity:.7;animation:dotCycleMiddle__8e877cca 3s infinite .74s}.loaderMiddleDots__e1e22eb1 .dot3__b9d372a2{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__8e877cca 3s infinite 1.5s}.loaderMiddleDots__e1e22eb1 .dot4__7e3a1e35{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__8e877cca 3s infinite 2.25s}.loaderMiddleDots__e1e22eb1 .line__1984fdcb{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-10-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__0461cb2e 3s infinite}@keyframes lineCycle__0461cb2e{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__8e877cca{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__77ca6b5a{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__77ca6b5a:enabled{cursor:pointer}.buttonIcon__77ca6b5a.circle__be2f33b4{border-radius:50%}.buttonIcon__77ca6b5a.squircle__09faa021{border-radius:4px}.buttonIcon__77ca6b5a:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-10-0)}.dropdownMobileInput__114d82ff{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-10-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__114d82ff::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-10-0);opacity:1}.dropdownMobileInput__114d82ff::-ms-clear{display:none}.tabsLineWrapper__f4b8be7c[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__f4b8be7c[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__f4b8be7c[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__f4b8be7c[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__f4b8be7c{position:relative}.tabsLineWrapper__f4b8be7c.withSeparator__9af57e79:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-10-0);bottom:0;left:0;right:0}.tabsLine__c1b94020{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__c1b94020:has(.sm__e4a9bc48){height:28px}.tabsLine__c1b94020:has(.md__7e5ce331){height:40px}.tabsLine__c1b94020:has(.lg__12257448){height:56px}.tab__03b796d6{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__03b796d6.sm__e4a9bc48{height:28px;padding-bottom:12px}.tab__03b796d6.md__7e5ce331{height:40px;padding-top:8px;padding-bottom:12px}.tab__03b796d6.lg__12257448{height:56px;padding-top:16px;padding-bottom:20px}.tab__03b796d6::-moz-focus-inner{border:none;padding:0}.tab__03b796d6:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-10-0)}.tab__03b796d6.active__1a1fd630{cursor:default}.tab__03b796d6: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__03b796d6:hover:after,.tab__03b796d6:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-10-0)}.tab__03b796d6.active__1a1fd630:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-10-0)}.notificationIcon__fb8f2a80{position:absolute;right:6px}.sm__e4a9bc48 .notificationIcon__fb8f2a80{top:0}.md__7e5ce331 .notificationIcon__fb8f2a80{top:8px}.lg__12257448 .notificationIcon__fb8f2a80{top:16px}.tabsLineDropdown__2b68f78e{display:inline-block}.tabsLineDropdown__2b68f78e .dropdownTarget__a80ed354.active__1a1fd630{cursor:pointer}.tabsLineDropdown__2b68f78e .dropdownTargetInner__8da19e0b{display:inline-flex;align-items:center}.tabsLineDropdown__2b68f78e .dropdownTargetCaret__29d5e981{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__2b68f78e .dropdownTargetCaret__29d5e981.opened__726c0677{transform:rotate(-180deg)}.tabsLineDropdown__2b68f78e .dropdown__5d5542fd{right:0;padding:4px}.tabsLineMobileWrapper__e5084cc0{position:relative}.tabsLineMobileWrapper__e5084cc0 .tab__03b796d6{flex-shrink:0}.tabsLineMobileWrapper__e5084cc0 .tab__03b796d6:first-child{margin-left:16px}.tabsLineMobileWrapper__e5084cc0 .tab__03b796d6:last-child{margin-right:16px}.tabsLineMobile__f69c3b7b{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__f69c3b7b::-webkit-scrollbar{display:none}.label__7f4d7a71{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__7f4d7a71.sm__3984da94{min-width:16px;min-height:16px}.label__7f4d7a71.sm__3984da94.nonempty__b9b245a9{padding-left:24px}.label__7f4d7a71.md__2bcecbb0{min-height:24px;min-width:24px}.label__7f4d7a71.md__2bcecbb0.nonempty__b9b245a9{padding-left:32px;padding-top:2px}.label__7f4d7a71.lg__30cf8e6b{min-width:28px;min-height:28px}.label__7f4d7a71.lg__30cf8e6b.nonempty__b9b245a9{padding-left:40px;padding-top:4px}.label__7f4d7a71.disabled__69e66d85{cursor:default}.radio__ea821124{margin:0;opacity:0}.radioIcon__4a486f4d{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-10-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-10-0)}.radioIcon__4a486f4d:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-10-0);border-radius:50%;transform:scale(0)}.sm__3984da94 .radioIcon__4a486f4d:after{width:8px;height:8px;top:4px;left:4px}.md__2bcecbb0 .radioIcon__4a486f4d:after{width:12px;height:12px;top:6px;left:6px}.lg__30cf8e6b .radioIcon__4a486f4d:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__4a486f4d,.radioIcon__4a486f4d:after{pointer-events:none}.radio__ea821124,.radioIcon__4a486f4d{position:absolute;left:0;top:0}.sm__3984da94 .radio__ea821124,.sm__3984da94 .radioIcon__4a486f4d{width:16px;height:16px;top:2px}.md__2bcecbb0 .radio__ea821124,.md__2bcecbb0 .radioIcon__4a486f4d{width:24px;height:24px}.lg__30cf8e6b .radio__ea821124,.lg__30cf8e6b .radioIcon__4a486f4d{width:28px;height:28px}.radio__ea821124:enabled{cursor:pointer}.radio__ea821124:checked+.radioIcon__4a486f4d{background:var(--triplex-next-Radio-Background_Checked_Default-0-10-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-10-0)}.radio__ea821124:checked+.radioIcon__4a486f4d:after{transform:scale(1);transition:transform .2s ease-out}.radio__ea821124:hover+.radioIcon__4a486f4d{background-color:var(--triplex-next-Radio-Background_Hover-0-10-0);box-shadow:none}.radio__ea821124:disabled+.radioIcon__4a486f4d{background:var(--triplex-next-Radio-Background_Disabled-0-10-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-10-0)}.radio__ea821124:disabled:checked+.radioIcon__4a486f4d{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-10-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-10-0)}.radio__ea821124:disabled+.radioIcon__4a486f4d:after{background:var(--triplex-next-Radio-Dot_Disabled-0-10-0)}.radio__ea821124:focus-visible+.radioIcon__4a486f4d{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-10-0)}.radio__ea821124:checked:enabled:hover+.radioIcon__4a486f4d{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-10-0)}.radioXGroup__d454cc75{display:inline-flex;flex-flow:row wrap}.radioXGroup__d454cc75.indent-12__b368c28c{margin-left:-6px;margin-right:-6px}.radioXGroup__d454cc75.indent-12__b368c28c .label__7f4d7a71{margin-left:6px;margin-right:6px}.radioXGroup__d454cc75.indent-16__b3ee0d40{margin-left:-8px;margin-right:-8px}.radioXGroup__d454cc75.indent-16__b3ee0d40 .label__7f4d7a71{margin-left:8px;margin-right:8px}.radioXGroup__d454cc75.indent-20__907f711c{margin-left:-10px;margin-right:-10px}.radioXGroup__d454cc75.indent-20__907f711c .label__7f4d7a71{margin-left:10px;margin-right:10px}.radioXGroup__d454cc75.indent-24__7f653b08{margin-left:-12px;margin-right:-12px}.radioXGroup__d454cc75.indent-24__7f653b08 .label__7f4d7a71{margin-left:12px;margin-right:12px}.radioXGroup__d454cc75.indent-28__afc4f6ae{margin-left:-14px;margin-right:-14px}.radioXGroup__d454cc75.indent-28__afc4f6ae .label__7f4d7a71{margin-left:14px;margin-right:14px}.radioXGroup__d454cc75.indent-32__c4857783{margin-left:-16px;margin-right:-16px}.radioXGroup__d454cc75.indent-32__c4857783 .label__7f4d7a71{margin-left:16px;margin-right:16px}.radioYGroup__dcb0e268{display:inline-flex;flex-flow:column wrap}.radioYGroup__dcb0e268 .label__7f4d7a71.sm__3984da94+.label__7f4d7a71.sm__3984da94{margin-top:8px}.radioYGroup__dcb0e268 .label__7f4d7a71.md__2bcecbb0+.label__7f4d7a71.md__2bcecbb0{margin-top:16px}.radioYGroup__dcb0e268 .label__7f4d7a71.lg__30cf8e6b+.label__7f4d7a71.lg__30cf8e6b{margin-top:20px}.notification__05161105{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-10-0);background:var(--triplex-next-Notification-Background-0-10-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-10-0);z-index:300}.notification__05161105:first-child{margin-top:0}.notification__05161105.extraBottomPadding__4fb1d033{padding-bottom:24px}.notification__05161105 .notificationHeader__1af685b4{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-10-0);width:100%;margin-top:0;margin-bottom:8px}.notification__05161105 .notificationIcon__b34570dc{line-height:0}.notification__05161105 .notificationBody__7dd2fcfb{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__05161105 .notificationBodyList__3cefe112{margin-top:8px}.notification__05161105 .notificationBodyContent__f052fad9{width:100%;font-size:14px}.notification__05161105 .notificationClose__54c642ef{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__05161105.showCloseOnHover__ef59b16c .notificationClose__54c642ef{opacity:0}.notification__05161105.showCloseOnHover__ef59b16c:hover{cursor:pointer}.notification__05161105.showCloseOnHover__ef59b16c:hover .notificationClose__54c642ef{opacity:1}.notification__05161105 .notificationFooter__edafbf0e{display:flex;align-items:center;margin-top:16px}.notification__05161105 .notificationFooter__edafbf0e button+a{margin-left:16px}.notification__05161105 .notificationTime__edefca7e{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-10-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__9b4a94f3{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__9b4a94f3:hover{cursor:pointer}.notificationGroupedWrapper__9b4a94f3 .notificationGroupedFooterItem__e0ddceae{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-10-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-10-0)}.notificationGroupedWrapper__9b4a94f3 .notificationGroupedFooterItem__e0ddceae.first__5029f693{bottom:-8px;z-index:200}.notificationGroupedWrapper__9b4a94f3 .notificationGroupedFooterItem__e0ddceae.second__5b9bb2f8{bottom:-16px;z-index:100}@media(max-width:767px){.notification__05161105,.notificationGroupedWrapper__9b4a94f3{width:100%}}.unorderedListItem__68678274:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__68678274+.unorderedListItem__68678274{margin-top:8px}.unorderedList__1be20674{position:relative;margin:0;padding-left:14px;list-style:none}.button__31b6d5c2.general__04e36714{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-10-0);color:var(--triplex-next-Button-General_Color_Default-0-10-0)}.button__31b6d5c2.general__04e36714:hover{background:var(--triplex-next-Button-General_Background_Hover-0-10-0);color:var(--triplex-next-Button-General_Color_Hover-0-10-0)}.button__31b6d5c2.general__04e36714.expanded__33d041bd,.button__31b6d5c2.general__04e36714:active{background:var(--triplex-next-Button-General_Background_Active-0-10-0);color:var(--triplex-next-Button-General_Color_Active-0-10-0)}.button__31b6d5c2.general__04e36714:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-10-0)}.button__31b6d5c2.general__04e36714:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-10-0);color:var(--triplex-next-Button-General_Color_Disabled-0-10-0)}.button__31b6d5c2.secondary__5b02de9e{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-10-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-10-0)}.button__31b6d5c2.secondary__5b02de9e:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-10-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-10-0)}.button__31b6d5c2.secondary__5b02de9e.expanded__33d041bd,.button__31b6d5c2.secondary__5b02de9e:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-10-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-10-0)}.button__31b6d5c2.secondary__5b02de9e:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-10-0)}.button__31b6d5c2.secondary__5b02de9e:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-10-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-10-0)}.button__31b6d5c2.secondaryLight__f1b69ef0{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-10-0)}.button__31b6d5c2.secondaryLight__f1b69ef0:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-10-0)}.button__31b6d5c2.secondaryLight__f1b69ef0.expanded__33d041bd,.button__31b6d5c2.secondaryLight__f1b69ef0:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-10-0)}.button__31b6d5c2.secondaryLight__f1b69ef0:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-10-0)}.button__31b6d5c2.secondaryLight__f1b69ef0:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-10-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-10-0)}.button__31b6d5c2.danger__57b0f414{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-10-0);color:var(--triplex-next-Button-Danger_Color_Default-0-10-0)}.button__31b6d5c2.danger__57b0f414:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-10-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-10-0)}.button__31b6d5c2.danger__57b0f414.expanded__33d041bd,.button__31b6d5c2.danger__57b0f414:active{background:var(--triplex-next-Button-Danger_Background_Active-0-10-0);color:var(--triplex-next-Button-Danger_Color_Active-0-10-0)}.button__31b6d5c2.danger__57b0f414:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-10-0)}.button__31b6d5c2.danger__57b0f414:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-10-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-10-0)}.button__31b6d5c2.link__4e1c4351{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-10-0);padding:0}.button__31b6d5c2.link__4e1c4351.sm__607f2d43{height:28px;min-width:0px;padding:6px 2px}.button__31b6d5c2.link__4e1c4351.md__c6aacabe{height:40px;min-width:0px;padding:10px 2px}.button__31b6d5c2.link__4e1c4351.lg__7cbe9c2b{height:56px;min-width:0px;padding:18px 2px}.button__31b6d5c2.link__4e1c4351:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-10-0)}.button__31b6d5c2.link__4e1c4351.expanded__33d041bd,.button__31b6d5c2.link__4e1c4351:active{color:var(--triplex-next-Button-Link_Color_Active-0-10-0)}.button__31b6d5c2.link__4e1c4351:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-10-0)}.button__31b6d5c2.link__4e1c4351:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-10-0)}.button__31b6d5c2{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__31b6d5c2::-moz-focus-inner{border:none;padding:0}.button__31b6d5c2.sm__607f2d43{line-height:16px;font-size:12px}.button__31b6d5c2.sm__607f2d43.general__04e36714,.button__31b6d5c2.sm__607f2d43.secondary__5b02de9e,.button__31b6d5c2.sm__607f2d43.secondaryLight__f1b69ef0,.button__31b6d5c2.sm__607f2d43.danger__57b0f414{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__31b6d5c2.sm__607f2d43.icon__b30e6a29{min-height:28px;min-width:28px;padding:4px}.button__31b6d5c2.md__c6aacabe{line-height:20px;font-size:14px}.button__31b6d5c2.md__c6aacabe.general__04e36714,.button__31b6d5c2.md__c6aacabe.secondary__5b02de9e,.button__31b6d5c2.md__c6aacabe.secondaryLight__f1b69ef0,.button__31b6d5c2.md__c6aacabe.danger__57b0f414{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__31b6d5c2.md__c6aacabe.icon__b30e6a29{min-height:40px;min-width:40px;padding:10px}.button__31b6d5c2.lg__7cbe9c2b{line-height:20px;font-size:16px}.button__31b6d5c2.lg__7cbe9c2b.general__04e36714,.button__31b6d5c2.lg__7cbe9c2b.secondary__5b02de9e,.button__31b6d5c2.lg__7cbe9c2b.secondaryLight__f1b69ef0,.button__31b6d5c2.lg__7cbe9c2b.danger__57b0f414{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__31b6d5c2.lg__7cbe9c2b.icon__b30e6a29{min-height:56px;min-width:56px;padding:12px}.button__31b6d5c2:disabled{cursor:default}.button__31b6d5c2:disabled *{pointer-events:none}.button__31b6d5c2+.button__31b6d5c2:not(.block__c3c2440b){margin-left:12px}.button__31b6d5c2 .content__349552da{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__31b6d5c2.block__c3c2440b{display:block;width:100%}.button__31b6d5c2.loading__126e7fa3{pointer-events:none}.button__31b6d5c2.loading__126e7fa3 .content__349552da{visibility:hidden}.button__31b6d5c2 .loader__8a25d3d8{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__31b6d5c2 .loader__8a25d3d8.hidden__f9dfef89{visibility:hidden}.buttonDropdownExtended__f37de3e0{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__f37de3e0 .buttonDropdownExtendedBlock__7dcca300{padding:4px;margin-top:4px;right:0}.buttonDropdown__ef49e98d.block__c3c2440b{display:block}.buttonDropdown__ef49e98d+.button__31b6d5c2:not(.block__c3c2440b),.buttonDropdown__ef49e98d+.buttonDropdown__ef49e98d:not(.block__c3c2440b){margin-left:16px}.buttonDropdown__ef49e98d .buttonDropdownTarget__bf3b46a8 .caretIcon__97b7bd57{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__ef49e98d .buttonDropdownTarget__bf3b46a8.active__4ed350c7 .caretIcon__97b7bd57{transform:rotate(-180deg)}.buttonDropdown__ef49e98d .buttonDropdownMenuItem__9a276b9a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__bc712bd2{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__e53ba3e0{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__88da01c7{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__ff47e0bb{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-10-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__d006ce0d{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__d006ce0d .modalWindowContentWrapper__2821e089{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__bc712bd2 .6s ease}.modalWindow__d006ce0d .modalWindowContent__56e0b267{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__d006ce0d .modalWindowContent__56e0b267 .modalWindowBody__54d09679{box-sizing:border-box;animation:fadeIn__61c55387 .3s ease}@keyframes fadeIn__61c55387{0%{opacity:0}to{opacity:1}}.modalWindow__d006ce0d .modalWindowContent__56e0b267 .spinnerSm__6b299db2{display:none}@media(max-width:767px){.modalWindow__d006ce0d .modalWindowContent__56e0b267 .spinner__3421193e{display:none}.modalWindow__d006ce0d .modalWindowContent__56e0b267 .spinnerSm__6b299db2{display:flex}}.global-modalWindowTransition-exit .modalWindow__d006ce0d .modalWindowContentWrapper__2821e089{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__e53ba3e0 .3s ease}.global-modalWindowTransition-exit .modalWindow__d006ce0d .modalWindowContentWrapper__2821e089 .modalWindowBody__54d09679{animation:fadeOut__db62fc7e .3s ease}@keyframes fadeOut__db62fc7e{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__0bfa5417{position:absolute;left:0;right:0;height:0}.modalWindow__d006ce0d.sm__cf2c8a6a .modalWindowContentWrapper__2821e089{max-width:480px}.modalWindow__d006ce0d.sm__cf2c8a6a .modalWindowContent__56e0b267 .modalWindowBody__54d09679{min-height:196px}@media(max-width:575px){.modalWindow__d006ce0d.sm__cf2c8a6a .modalWindowContentWrapper__2821e089{max-width:100%}}.modalWindow__d006ce0d.md__9c3d3313 .modalWindowContentWrapper__2821e089{max-width:600px}.modalWindow__d006ce0d.md__9c3d3313 .modalWindowContent__56e0b267 .modalWindowBody__54d09679{min-height:246px}@media(max-width:767px){.modalWindow__d006ce0d.md__9c3d3313 .modalWindowContentWrapper__2821e089{max-width:100%}}.modalWindow__d006ce0d.lg__47f6861d .modalWindowContentWrapper__2821e089{max-width:800px}.modalWindow__d006ce0d.lg__47f6861d .modalWindowContent__56e0b267 .modalWindowBody__54d09679{min-height:396px}@media(max-width:991px){.modalWindow__d006ce0d.lg__47f6861d .modalWindowContentWrapper__2821e089{max-width:100%}}.modalWindowContentPage__4a35c3bb{background:var(--triplex-next-ModalWindow-Background-0-10-0);padding:8px!important}.modalWindowContentPage__4a35c3bb,.modalWindowLoaderScreen__6c8bbd39{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__4a35c3bb,.modalWindowLoaderScreen__6c8bbd39{border-radius:24px}}.islandBody__7c68598f{display:block}.islandHeader__15c60e45,.islandFooter__ae3d4e37,.island__13e65045{position:relative}.island__13e65045.type1__5d64b056{background-color:var(--triplex-next-Island-Type1_Background-0-10-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-10-0)}.island__13e65045.type2__8cf67972{background-color:var(--triplex-next-Island-Type2_Background-0-10-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-10-0)}.island__13e65045.type3__b5c019dd{background-color:var(--triplex-next-Island-Type3_Background-0-10-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-10-0)}.island__13e65045.sm__717dc707{border-radius:16px;padding:16px}.island__13e65045.sm__717dc707 .islandHeader__15c60e45+.islandBody__7c68598f,.island__13e65045.sm__717dc707 .islandHeader__15c60e45+.islandFooter__ae3d4e37,.island__13e65045.sm__717dc707 .islandBody__7c68598f+.islandFooter__ae3d4e37{margin-top:8px}.island__13e65045.md__5db12509{border-radius:24px;padding:24px}.island__13e65045.md__5db12509 .islandHeader__15c60e45+.islandBody__7c68598f,.island__13e65045.md__5db12509 .islandHeader__15c60e45+.islandFooter__ae3d4e37,.island__13e65045.md__5db12509 .islandBody__7c68598f+.islandFooter__ae3d4e37{margin-top:12px}.island__13e65045.lg__c5bfcabd{border-radius:32px;padding:32px}.island__13e65045.lg__c5bfcabd .islandHeader__15c60e45+.islandBody__7c68598f,.island__13e65045.lg__c5bfcabd .islandHeader__15c60e45+.islandFooter__ae3d4e37,.island__13e65045.lg__c5bfcabd .islandBody__7c68598f+.islandFooter__ae3d4e37{margin-top:16px}@media(max-width:767px){.island__13e65045.sm__717dc707,.island__13e65045.md__5db12509{border-radius:16px;padding:16px}.island__13e65045.lg__c5bfcabd{border-radius:24px;padding:24px}}.modalWindowBody__54d09679{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__651a3517{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__651a3517{top:20px;right:20px}}.loaderScreen__ddc881c2{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__ddc881c2.loaderSmallBackdrop__07bbc3be{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-10-0)}.loaderScreen__ddc881c2.loaderMiddleBackdrop__0c8bb011{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-10-0)}.body__ec1c299b{position:relative;display:flex}.body__ec1c299b .bodyInner__446451ac{position:relative;flex-grow:1;width:100%}.bodyPage__0d877190{flex-grow:1}.verticalMargin24__1edaa378{margin-top:24px;margin-bottom:24px}.verticalMargin16__8c8d0851{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__1edaa378{margin-top:16px;margin-bottom:16px}.verticalMargin16__8c8d0851{margin-top:8px;margin-bottom:8px}}.headerTabs__71e6fd38{display:flex;justify-content:space-between}.headerTabs__71e6fd38 .headerTabsContent__6a0552cb{flex-grow:1}.headerTabs__71e6fd38 .headerTabsControls__77f4e084{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__71e6fd38{flex-wrap:wrap}.headerTabs__71e6fd38 .headerTabsContent__6a0552cb{width:100%}.headerTabs__71e6fd38 .headerTabsControls__77f4e084{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__71e6fd38 .headerTabsControls__77f4e084>button{margin-left:16px;margin-top:16px}}.headerTitle__ba10db7a{display:flex;justify-content:space-between}.headerTitle__ba10db7a .headerTitleControls__0812c163{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__adf4c80f+.headerTitle__ba10db7a{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__ba10db7a{flex-wrap:wrap}.headerTitle__ba10db7a .headerTitleContent__4993f27d{width:100%}.headerTitle__ba10db7a .headerTitleControls__0812c163{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__ba10db7a .headerTitleControls__0812c163>button{margin-left:16px;margin-top:16px}}.headerSubheader__0005d958{padding:24px 0}.headerSubheader__0005d958.withoutPaddings__b2d44d69{padding:0}.headerLayoutSidebar__1a9127a2{display:flex;justify-content:space-between}.headerLayoutSidebarContent__3556c9d8{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__18309875{display:none}}.page__67fd9255{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__67fd9255{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__fe508f55.sticky__7ce208d4{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__fe508f55.sticky__7ce208d4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-10-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__f3251f34.sticky__7ce208d4{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__f3251f34.sticky__7ce208d4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-10-0)!important}.footerDescription__e6ede691{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__7e1de572{flex-grow:1;margin-right:auto}.footerDescriptionControls__75e9408f{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__e6ede691{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__7e1de572{width:100%}.footerDescriptionControls__75e9408f{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__75e9408f>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__7e1de572+.footerDescriptionControls__75e9408f{margin-top:0}.footer__292d7c33{padding:16px 0}}.modalWindowHeader__b6bffb92 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__b6bffb92 .global-HeaderTitleContent{padding-right:72px}}.list__6db2faf1{margin:0;padding:0;list-style:none;position:relative}.listItemControls__960a998b{display:flex;padding:0 16px 0 4px}.listItemContent__e5354ff3{background:var(--triplex-next-ListItem-Background-0-10-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__e5354ff3.selected__6fc72ee5{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-10-0)}.listItemControlsButton__1df405b8{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-10-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__1df405b8:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-10-0)}.listItemControlsButton__1df405b8:hover .listItemControlsButtonLabel__84f6a77c{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-10-0)!important}.listItemControlsButton__1df405b8.expanded__32d83253,.listItemControlsButton__1df405b8:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-10-0)}.listItemControlsButton__1df405b8.expanded__32d83253 .listItemControlsButtonLabel__84f6a77c,.listItemControlsButton__1df405b8:active .listItemControlsButtonLabel__84f6a77c{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-10-0)!important}.listItemControlsButton__1df405b8+.listItemControlsButton__1df405b8,.listItemControlsButton__1df405b8+.listItemControlsButtonDropdown__25ce0c2d{margin-left:4px}.listItemControlsButtonIcon__e03eea89{line-height:0}.listItemControlsButton__1df405b8.withText__4123f927 .listItemControlsButtonIcon__e03eea89{margin-bottom:8px}.listItemControlsButtonLabel__84f6a77c{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-10-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__25ce0c2d{display:flex}.listItemControlsButtonInner__575cbb72{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__1df405b8.withIcon__2cf4dd27.withText__4123f927 .listItemControlsButtonInner__575cbb72{height:44px;overflow:visible}.buttonDropdownMenuItem__5300734f{overflow:hidden;text-overflow:ellipsis}.listEmptyState__8f3cae70{padding:64px 16px 16px;text-align:center}.listItemLoading__e0a81fda{height:24px;padding:12px 0;position:relative}.label__d412966d{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__d412966d.sm__24a201eb{min-width:16px;min-height:16px}.label__d412966d.sm__24a201eb.nonempty__498d9cab{padding-left:24px}.label__d412966d.md__43592d98{min-width:24px;min-height:24px}.label__d412966d.md__43592d98.nonempty__498d9cab{padding-left:32px;padding-top:2px}.label__d412966d.lg__69d39d5f{min-width:28px;min-height:28px}.label__d412966d.lg__69d39d5f.nonempty__498d9cab{padding-left:40px;padding-top:4px}.label__d412966d.disabled__3e1b88a8{cursor:default}.label__d412966d[hidden]{display:none}.checkbox__992b41b5{margin:0;opacity:0}.checkboxIcon__a4e80f8f{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-10-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-10-0)}.sm__24a201eb .checkboxIcon__a4e80f8f{border-radius:4px}.checkmarkIcon__e022aeaf{transform:scale(0)}.checkmarkIcon__e022aeaf path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-10-0)}.checkboxIcon__a4e80f8f,.checkmarkIcon__e022aeaf{pointer-events:none}.checkbox__992b41b5,.checkboxIcon__a4e80f8f,.checkmarkIcon__e022aeaf{position:absolute;left:0;top:0}.sm__24a201eb .checkbox__992b41b5,.sm__24a201eb .checkboxIcon__a4e80f8f,.sm__24a201eb .checkmarkIcon__e022aeaf{width:16px;height:16px;top:2px}.md__43592d98 .checkbox__992b41b5,.md__43592d98 .checkboxIcon__a4e80f8f,.md__43592d98 .checkmarkIcon__e022aeaf{width:24px;height:24px}.lg__69d39d5f .checkbox__992b41b5,.lg__69d39d5f .checkboxIcon__a4e80f8f,.lg__69d39d5f .checkmarkIcon__e022aeaf{width:28px;height:28px}.checkbox__992b41b5:enabled{cursor:pointer}.checkbox__992b41b5:enabled:hover+.checkboxIcon__a4e80f8f{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-10-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-10-0)}.checkbox__992b41b5:checked+.checkboxIcon__a4e80f8f{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-10-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-10-0)}.checkbox__992b41b5:checked~.checkmarkIcon__e022aeaf{transform:scale(1);transition:transform .2s ease-out}.checkbox__992b41b5:disabled+.checkboxIcon__a4e80f8f{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-10-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-10-0)}.checkbox__992b41b5:disabled:checked+.checkboxIcon__a4e80f8f{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-10-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-10-0)}.checkbox__992b41b5:disabled~.checkmarkIcon__e022aeaf path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-10-0)}.checkbox__992b41b5:focus-visible+.checkboxIcon__a4e80f8f{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-10-0)}.checkbox__992b41b5:checked:enabled:hover+.checkboxIcon__a4e80f8f{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-10-0)}.listItemSelectable__6b94c595{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-10-0);border-radius:8px}.listItemSelectable__6b94c595.selected__6fc72ee5{background:var(--triplex-next-ListItem-Background_Selected-0-10-0)}.checkboxWrapper__650cc7dc{padding:16px;line-height:0}.childrenWrapper__c0495206{flex-grow:1}.checkboxLabel__9082e3f7{padding:0!important;position:relative}.checkboxLabelClickArea__f842cd24{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__f2c21b47{position:relative;overflow:hidden}.swipeableArea__f2c21b47 .content__7d32a6e2{position:relative;touch-action:pan-y}.swipeableArea__f2c21b47 .content__7d32a6e2.disableScroll__e2e4e668{touch-action:none}.swipeableArea__f2c21b47 .content__7d32a6e2.disablePointerEvents__644e93fb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__f2c21b47 .swipeAnimationFinish__5a593f58{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__f2c21b47 .leftContent__153cc4fa,.swipeableArea__f2c21b47 .rightContent__015adead{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__f2c21b47 .rightContent__015adead{left:auto;right:0}.listItemTail__b076cec7{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__b8665479{background:var(--triplex-next-ListMaster-Background-0-10-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__a84fb0ad{position:absolute;top:0;left:0;right:0}.listItemTailTop__a84fb0ad: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-10-0)}.listItemTailTop__a84fb0ad: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-10-0)}.listItemTailBottom__9fcc9d60{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__9fcc9d60: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-10-0)}.listItemTailBottom__9fcc9d60: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-10-0)}.listItemTailRight__68609221{right:-8px}.listItemTailLeft__3e987db4{left:-8px}.listItemTable__5c395efd{margin-bottom:4px}.listItemTable__5c395efd:last-child{margin-bottom:0}.listSortableItemTarget__02117499{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-10-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__02117499:hover{background:var(--triplex-next-ListItem-Background_Selected-0-10-0)}.listSortableItemTarget__02117499.dragging__b58acace{background:var(--triplex-next-ListItem-Background_Dragging-0-10-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-10-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__f879c225{flex:1}.listSortableItemTargetIcon__04fb0830{display:block;margin-left:24px}.listSortableItem__7bdff785{position:relative}.listSortableItem__7bdff785.dragging__b58acace{z-index:1}.listSortableItemControls__6ceef16f{display:inline-block}.islandWidgetHeader__f422d2de{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__f422d2de .islandWidgetHeaderContent__47423495{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__f422d2de .islandWidgetHeaderDescription__c6413eae{display:flex}@media(max-width:767px){.islandWidgetHeader__f422d2de{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__55f812c2{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__f8121699{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__06ea9175{margin-left:auto;white-space:nowrap}.expandAnimation__fd23bbe7{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__ebe647b0{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-10-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__ebe647b0{border-radius:0 0 16px 16px}}.islandWidget__bc47d4a5{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__bc47d4a5>*{height:100%}.islandWidgetWithExtraFooter__3c1e2a5b: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-10-0)!important}.islandWidgetWrapper__7a079a3c{display:flex;flex-direction:column}.formFieldClear__19ba830b{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__19ba830b.hidden__fc4a2b4e{opacity:0;pointer-events:none}.formFieldTarget__b0acece9{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-10-0)}.formFieldTarget__b0acece9.placeholder__5c2671ed{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-10-0)}.formFieldTarget__b0acece9.disabled__44b08295{color:var(--triplex-next-FormField-Target_Color_Disabled-0-10-0)}.formFieldTarget__b0acece9.size-sm__1d215670{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__b0acece9.size-md__c30cf193{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__b0acece9.size-lg__459bdf9d{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__b0acece9 .placeholderWrapper__beb3536f{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__b0acece9:focus .placeholderWrapper__beb3536f{opacity:1}.formFieldTextarea__34869c3f{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-10-0);resize:none;font-family:inherit}.formFieldTextarea__34869c3f.sm__bacd116b{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__34869c3f.md__b5929af6{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__34869c3f.lg__5a54550f{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__34869c3f:focus{outline:none}.formFieldTextarea__34869c3f:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-10-0)}.formFieldTextarea__34869c3f::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-10-0)}.chipGroupItem__91bf7135{display:inline-block}.chip__3e0bff02{background:var(--triplex-next-Chip-Background_Default-0-10-0);color:var(--triplex-next-Chip-Color_Default-0-10-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__3e0bff02.lg__12db40e5{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__3e0bff02.lg__12db40e5 .prefix__59d920b9{padding-left:16px}.chip__3e0bff02.lg__12db40e5 .postfix__de89adcc{padding-right:16px}.chip__3e0bff02.md__0f0e7a7b{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__3e0bff02.md__0f0e7a7b .prefix__59d920b9{padding-left:12px}.chip__3e0bff02.md__0f0e7a7b .postfix__de89adcc{padding-right:12px}.chip__3e0bff02.sm__fa23c58e{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__3e0bff02.sm__fa23c58e .prefix__59d920b9{padding-left:8px}.chip__3e0bff02.sm__fa23c58e .postfix__de89adcc{padding-right:8px}.chip__3e0bff02:hover{background:var(--triplex-next-Chip-Background_Hover-0-10-0);color:var(--triplex-next-Chip-Color_Hover-0-10-0)}.chip__3e0bff02:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-10-0)}.chip__3e0bff02:active,.chip__3e0bff02[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-10-0);color:var(--triplex-next-Chip-Color_Active-0-10-0)}.chip__3e0bff02.disabled__7e17ffd4{background:var(--triplex-next-Chip-Background_Disabled-0-10-0);color:var(--triplex-next-Chip-Color_Disabled-0-10-0);cursor:default;pointer-events:none}.chip__3e0bff02.selected__7c61536e{background:var(--triplex-next-Chip-Background_Selected_Default-0-10-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-10-0)}.chip__3e0bff02.selected__7c61536e:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-10-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-10-0)}.chip__3e0bff02.selected__7c61536e:active,.chip__3e0bff02.selected__7c61536e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-10-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-10-0)}.chip__3e0bff02.selected__7c61536e.disabled__7e17ffd4{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-10-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-10-0)}.chip__3e0bff02.withPrefix__9e618f90{padding-left:0}.chip__3e0bff02.withPostfix__fcedf22e{padding-right:0}.chip__3e0bff02 .content__b5ee7aa6{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__3e0bff02 .prefix__59d920b9,.chip__3e0bff02 .postfix__de89adcc{display:flex}.calendarControls__b19a1ac3{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-10-0)}.calendarViewDays__6cd85636{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9fbb54f1 .calendarViewDays__6cd85636{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__eb07b9d0,.calendarViewYears__df70e23b{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9fbb54f1 .calendarViewMonths__eb07b9d0,.adaptive__9fbb54f1 .calendarViewYears__df70e23b{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__6665b64e{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-10-0)}.calendarViewDaysBody__37d95aa5:before{display:block;content:"";line-height:8px}.adaptive__9fbb54f1 .calendarViewDaysBody__37d95aa5:before{line-height:4px}.calendarViewItem__facec7dc{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__facec7dc:focus-visible{outline:none}.calendarViewItem__facec7dc.current__f96ab340{font-weight:600}.calendarViewItem__facec7dc.disabled__a6ef24b3{pointer-events:none}.calendarViewItemLabel__924acc05{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-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-10-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-10-0);cursor:pointer}.calendarViewItemLabel__924acc05:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9:hover.basicMark__26aefeb3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9:hover.standardMark__c4e822f8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9:hover.attentionMark__a0acc308:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9:hover.criticalMark__617f595b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9.muted__f5c107c8{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9.muted__f5c107c8:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-10-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9.basicMark__26aefeb3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9.standardMark__c4e822f8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9.attentionMark__a0acc308:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-10-0)}.calendarViewItemLabel__924acc05.selected__001627e9.criticalMark__617f595b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-10-0)}.calendarViewItemLabel__924acc05.marked__a98e8042:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__924acc05.basicMark__26aefeb3:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-10-0)}.calendarViewItemLabel__924acc05.standardMark__c4e822f8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-10-0)}.calendarViewItemLabel__924acc05.attentionMark__a0acc308:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-10-0)}.calendarViewItemLabel__924acc05.criticalMark__617f595b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-10-0)}.calendarViewItemLabel__924acc05.muted__f5c107c8{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-10-0)}.calendarViewItemLabel__924acc05.disabled__a6ef24b3{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-10-0);background:none}.calendarViewItem__facec7dc:focus-visible .calendarViewItemLabel__924acc05{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-10-0)}.unitDay__c70bd879{width:36px;height:36px;border-radius:6px}.unitMonth__537b6d41,.unitYear__a076e4df{width:89px;height:48px;border-radius:6px}.adaptive__9fbb54f1 .unitMonth__537b6d41,.adaptive__9fbb54f1 .unitYear__a076e4df{width:104px;height:48px;border-radius:6px}.calendarFooter__5b36db54{margin-top:12px;text-align:center}.calendar__0499adc8{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-10-0);-webkit-user-select:none;user-select:none}.calendar__0499adc8.adaptive__9fbb54f1{width:auto;padding:20px}.calendar__0499adc8+.calendar__0499adc8{margin-top:20px}.datePickerExtendedMobileDropdown__5a4f07ea{max-height:100vh}.chipDropdownArrow__3b2e8c3c{transition:transform .3s ease}.chipDropdownArrow__3b2e8c3c.rotated__767c5bee{transform:rotate(-180deg)}.chipClearButton__541f8b37{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__541f8b37:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-10-0)}.dropdownMobileMaskedInput__537d4555{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__f47a7867{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__f47a7867 .caretIcon__9d308835{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__f47a7867.selectOpened__ebd194a7 .caretIcon__9d308835{transform:rotate(180deg)}.selectExtendedFieldTarget__f47a7867.loading__bdbcb1a4,.selectExtendedFieldTarget__f47a7867.disabled__d9c14c1f{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__5c49f34a{position:relative}.multiselectFieldHeader__10b6b779{padding:12px}.multiselectFieldContentWrapper__aa274f66{padding:0 12px}.multiselectFieldContentWrapper__aa274f66 .multiselectFieldContent__3cc2990e{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__aa274f66 .multiselectFieldContent__3cc2990e.sm__2e6ebf39{height:204px}.multiselectFieldContentWrapper__aa274f66 .multiselectFieldContent__3cc2990e.md__c77e1160{height:245px}.multiselectFieldContentWrapper__aa274f66 .multiselectFieldContent__3cc2990e.lg__1a979caf{height:324px}.multiselectFieldFooter__24ff875b{padding:0 12px 12px}.multiselectFieldFooter__24ff875b:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-10-0)}.chipOptionsContent__b61a5345{min-width:14px;text-align:center;display:block}.tooltipDesktop__92852c7d{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__92852c7d .tooltipBody__710daf0f{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-10-0)}.tooltipDesktop__92852c7d .tooltipXButton__37f17772{position:absolute;right:8px;top:8px}.tooltipDesktopContent__0eee172c{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-10-0);border-radius:8px}.closable__78bfd9b6 .tooltipDesktopContent__0eee172c{padding-right:32px}.tooltipSM__9dbefbbb .tooltipDesktopContent__0eee172c{width:192px;min-height:52px}.tooltipLG__5eac31e0 .tooltipDesktopContent__0eee172c{width:384px;min-height:52px}.tooltipOverlay__7045fd68{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__fcecbe80{width:0;height:0}.tooltipDesktopTip__fcecbe80.down__4140e56a{border-top:solid var(--triplex-next-Tooltip-Background-0-10-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__fcecbe80.up__8b7b8d82{border-bottom:solid var(--triplex-next-Tooltip-Background-0-10-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__fcecbe80.left__309e1678{border-right:solid var(--triplex-next-Tooltip-Background-0-10-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__fcecbe80.right__cb4079c0{border-left:solid var(--triplex-next-Tooltip-Background-0-10-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__11cc8e45 .tooltipBody__710daf0f{text-align:left}.tooltipMobileContent__00dc848c{padding:16px}.headerless__eee8e955 .tooltipMobileContent__00dc848c{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__cff3dbab{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__8594cbca{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-10-0)}.desktop__8594cbca:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-10-0)}.desktop__8594cbca:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-10-0)}.desktop__8594cbca:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-10-0)}.mobile__99691f60{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-10-0)}.mobile__99691f60:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-10-0)}.mobile__99691f60:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-10-0)}.mobile__99691f60:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-10-0)}.chipSuggestInputWrapper__1fd02d8c{margin:12px}.suggestDropdownMobileBody__cfdff7fd{height:176px}.suggestDropdownMobileNoOptionsText__7db55b4b{padding:16px}.checkboxXGroup__207f5ca5{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__207f5ca5.indent-12__dc38754b{margin-left:-6px;margin-right:-6px}.checkboxXGroup__207f5ca5.indent-12__dc38754b .label__d412966d{margin-left:6px;margin-right:6px}.checkboxXGroup__207f5ca5.indent-16__082ae569{margin-left:-8px;margin-right:-8px}.checkboxXGroup__207f5ca5.indent-16__082ae569 .label__d412966d{margin-left:8px;margin-right:8px}.checkboxXGroup__207f5ca5.indent-20__03a3d381{margin-left:-10px;margin-right:-10px}.checkboxXGroup__207f5ca5.indent-20__03a3d381 .label__d412966d{margin-left:10px;margin-right:10px}.checkboxXGroup__207f5ca5.indent-24__ae8f0de6{margin-left:-12px;margin-right:-12px}.checkboxXGroup__207f5ca5.indent-24__ae8f0de6 .label__d412966d{margin-left:12px;margin-right:12px}.checkboxXGroup__207f5ca5.indent-28__21945247{margin-left:-14px;margin-right:-14px}.checkboxXGroup__207f5ca5.indent-28__21945247 .label__d412966d{margin-left:14px;margin-right:14px}.checkboxXGroup__207f5ca5.indent-32__b53f529d{margin-left:-16px;margin-right:-16px}.checkboxXGroup__207f5ca5.indent-32__b53f529d .label__d412966d{margin-left:16px;margin-right:16px}.checkboxYGroup__e3487945{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__e3487945 .label__d412966d.sm__24a201eb+.label__d412966d.sm__24a201eb{margin-top:8px}.checkboxYGroup__e3487945 .label__d412966d.lg__69d39d5f+.label__d412966d.lg__69d39d5f{margin-top:20px}.checkboxYGroup__e3487945 .label__d412966d.md__43592d98+.label__d412966d.md__43592d98{margin-top:16px}.card__f1c746ba{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__f1c746ba.roundingMD__6baabf85{--radius: 16px}.card__f1c746ba.roundingSM__6f241007{--radius: 8px}.card__f1c746ba.general__a3d6048d{background:var(--triplex-next-Card-Static_General_Background-0-10-0)}.card__f1c746ba.secondary__75d0d1bb{background:var(--triplex-next-Card-Static_Secondary_Background-0-10-0)}.card__f1c746ba .cardMedia__5df7df3b{background-size:cover;background-repeat:no-repeat;background-position:center}.card__f1c746ba .cardContent__4f854517{padding:var(--padding)}.card__f1c746ba .cardContent__4f854517.paddingMD__8c742a5a{--padding: 24px}.card__f1c746ba .cardContent__4f854517.paddingSM__8ae18e47{--padding: 16px}.card__f1c746ba .cardContent__4f854517 .cardContentHeader__23639d5a{margin-bottom:16px}.card__f1c746ba .cardContent__4f854517 .cardContentFooter__340ff10d{margin-top:16px}.action__823a5563{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__823a5563: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__823a5563.general__a3d6048d{background:var(--triplex-next-Card-Action_General_Background-0-10-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-10-0)}.action__823a5563.general__a3d6048d:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-10-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-10-0)}.action__823a5563.general__a3d6048d.selected__981bcb70{background:var(--triplex-next-Card-Action_General_Background_Selected-0-10-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-10-0)}.action__823a5563.general__a3d6048d.selected__981bcb70:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-10-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-10-0)}.action__823a5563.general__a3d6048d:focus{outline:none}.action__823a5563.general__a3d6048d:focus.focusVisible__91355044{box-shadow:var(--triplex-next-Card-Shadow_Default-0-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-10-0)}.action__823a5563.secondary__75d0d1bb{background:var(--triplex-next-Card-Action_Secondary_Background-0-10-0)}.action__823a5563.secondary__75d0d1bb:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-10-0)}.action__823a5563.secondary__75d0d1bb.selected__981bcb70{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-10-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-10-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-10-0)}.action__823a5563.secondary__75d0d1bb.selected__981bcb70:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-10-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-10-0)}.action__823a5563.secondary__75d0d1bb:focus{outline:none}.action__823a5563.secondary__75d0d1bb:focus.focusVisible__91355044{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-10-0)}.alertContext__ffa4539a{display:flex;font-size:12px;line-height:16px}.alertContext__ffa4539a>svg{flex-shrink:0}.alertContext__ffa4539a .alertContextText__05d5b899{margin-left:8px}.alertContext__ffa4539a.alertTypeError__3add4cb4 .alertContextText__05d5b899{color:var(--triplex-next-AlertContext-Error_Color-0-10-0)}.alertContext__ffa4539a.alertTypeInfo__6b856676 .alertContextText__05d5b899{color:var(--triplex-next-AlertContext-Info_Color-0-10-0)}.alertContext__ffa4539a.alertTypeWarning__8cd89020 .alertContextText__05d5b899{color:var(--triplex-next-AlertContext-Warning_Color-0-10-0)}.alertContext__ffa4539a.alertTypeSystem__12ae0b5e .alertContextText__05d5b899{color:var(--triplex-next-AlertContext-System_Color-0-10-0)}.alertProcess__e42889aa{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__e42889aa.withSpoiler__7be16e6e{min-height:40px}.alertProcess__e42889aa .themeIcon__ef8e7a78{box-sizing:border-box;height:20px;width:20px}.alertProcess__e42889aa.alertTypeError__3add4cb4{background:var(--triplex-next-AlertProcess-Error_Background-0-10-0)}.alertProcess__e42889aa.alertTypeInfo__6b856676{background:var(--triplex-next-AlertProcess-Info_Background-0-10-0)}.alertProcess__e42889aa.alertTypeWarning__8cd89020{background:var(--triplex-next-AlertProcess-Warning_Background-0-10-0)}.alertProcess__e42889aa.alertTypeSystem__12ae0b5e{background:var(--triplex-next-AlertProcess-System_Background-0-10-0)}.alertProcess__e42889aa.alertTypeFeature__280bac7e{background:var(--triplex-next-AlertProcess-Feature_Background-0-10-0)}.alertProcess__e42889aa.alertTypeFeature__280bac7e .themeIcon__ef8e7a78{padding-top:0}.alertProcess__e42889aa .alertProcessContentBlock__fb161cc5{flex:1;margin-left:10px}.alertProcess__e42889aa .alertProcessContentBlock__fb161cc5 .expandableContent__56e314d7{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__e42889aa .alertProcessContentBlock__fb161cc5 .expandableContent__56e314d7.expanded__0790181f{max-height:1000px;opacity:1}.alertProcess__e42889aa .closeButton__6cfe544d{margin-left:10px}.alertProcess__e42889aa .expandButton__81a2c6a5{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__e42889aa .expandButton__81a2c6a5.expanded__0790181f{transform:rotate(180deg)}.adaptive__808f634b{font-size:10px!important;line-height:12px!important}.col-1__15c99ddb{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__9edc2e4d{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__87f942a7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__0eebbebd{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__6e6d3cf0{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__806f7943{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__bc88b1ad{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__b3324778{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__a6422fbe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__79ea773b{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__a67300d1{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__70ba4421{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__73dd5828{margin-left:0%}.offset-1__e07ee060{margin-left:8.33333333%}.offset-2__04eadc23{margin-left:16.66666667%}.offset-3__833ad428{margin-left:25%}.offset-4__340f229a{margin-left:33.33333333%}.offset-5__2ffc39ef{margin-left:41.66666667%}.offset-6__3148bcaa{margin-left:50%}.offset-7__cb6376f5{margin-left:58.33333333%}.offset-8__cadf2c9c{margin-left:66.66666667%}.offset-9__a84e5d68{margin-left:75%}.offset-10__63d7cbb4{margin-left:83.33333333%}.offset-11__ebb23147{margin-left:91.66666667%}.d-none__57af193a{display:none!important}.d-block__6357de4b{display:block!important}@media(min-width:576px){.col-sm-1__c681d758{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__f788af57{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__059dfe0a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__92463e93{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__3f8eebf5{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__6081a338{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__0f461a96{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__0dafbafc{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__c8d64b7a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__9df252b6{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__d612551e{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__22258ab3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__91fc88ba{margin-left:0%}.offset-sm-1__79fe4df8{margin-left:8.33333333%}.offset-sm-2__a5c81253{margin-left:16.66666667%}.offset-sm-3__82fa696f{margin-left:25%}.offset-sm-4__2d6c4bb3{margin-left:33.33333333%}.offset-sm-5__48085379{margin-left:41.66666667%}.offset-sm-6__1796bb30{margin-left:50%}.offset-sm-7__2d3c57ae{margin-left:58.33333333%}.offset-sm-8__d9beec99{margin-left:66.66666667%}.offset-sm-9__a5bd1016{margin-left:75%}.offset-sm-10__8beb30e6{margin-left:83.33333333%}.offset-sm-11__bd262229{margin-left:91.66666667%}.d-none-sm__1d19ab94{display:none!important}.d-block-sm__3f7aac41{display:block!important}}@media(min-width:768px){.col-md-1__f74462d0{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__27f941e3{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__8ca476e7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__7f924969{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__e6dbfddd{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__905bc379{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__43eaa79d{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__f9e1a526{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__ab32ffbe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__7767fa4e{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__3291908d{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__fff47795{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__56d93fd4{margin-left:0%}.offset-md-1__a5c7cf4a{margin-left:8.33333333%}.offset-md-2__08157823{margin-left:16.66666667%}.offset-md-3__13e69f36{margin-left:25%}.offset-md-4__f1533115{margin-left:33.33333333%}.offset-md-5__bfbf78a0{margin-left:41.66666667%}.offset-md-6__116296c4{margin-left:50%}.offset-md-7__6c288fa0{margin-left:58.33333333%}.offset-md-8__45239b00{margin-left:66.66666667%}.offset-md-9__d02746c4{margin-left:75%}.offset-md-10__cf16c82e{margin-left:83.33333333%}.offset-md-11__8444a344{margin-left:91.66666667%}.d-none-md__f1b1ffef{display:none!important}.d-block-md__1862ec24{display:block!important}}@media(min-width:992px){.col-lg-1__b4d3b4b0{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__1bfc2370{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__68348fc0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__42b21f9e{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__fe3ecbe3{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__d1ea1cca{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__02caa521{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__efdac0b5{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__8b2f7817{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__d24ce209{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__39a6dec7{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__853a2e45{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__cf06390d{margin-left:0%}.offset-lg-1__c96c1d32{margin-left:8.33333333%}.offset-lg-2__52200b2c{margin-left:16.66666667%}.offset-lg-3__f4104637{margin-left:25%}.offset-lg-4__0f765f1e{margin-left:33.33333333%}.offset-lg-5__cce2ba50{margin-left:41.66666667%}.offset-lg-6__96ef7965{margin-left:50%}.offset-lg-7__a6eabbd9{margin-left:58.33333333%}.offset-lg-8__27f6dd76{margin-left:66.66666667%}.offset-lg-9__88149265{margin-left:75%}.offset-lg-10__e141f69f{margin-left:83.33333333%}.offset-lg-11__f5c980f9{margin-left:91.66666667%}.d-none-lg__8cdfddb5{display:none!important}.d-block-lg__5cd01c38{display:block!important}}@media(min-width:1200px){.col-xl-1__354ccbab{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__e6221eed{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__2c94a86b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__7aca9727{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__baa6dbd8{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__34d3045a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__530466dc{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__e77d2c11{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__0ea38f50{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__ebcdb9c7{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__1bf7bd9b{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__303cefe6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__ffcce495{margin-left:0%}.offset-xl-1__cbe40b94{margin-left:8.33333333%}.offset-xl-2__66023ca5{margin-left:16.66666667%}.offset-xl-3__d34ab8c9{margin-left:25%}.offset-xl-4__beb76342{margin-left:33.33333333%}.offset-xl-5__4be5a6c3{margin-left:41.66666667%}.offset-xl-6__848382c2{margin-left:50%}.offset-xl-7__495a0ca0{margin-left:58.33333333%}.offset-xl-8__f0a0f9ee{margin-left:66.66666667%}.offset-xl-9__fc04b614{margin-left:75%}.offset-xl-10__77dad437{margin-left:83.33333333%}.offset-xl-11__8f07b948{margin-left:91.66666667%}.d-none-xl__86d2cedd{display:none!important}.d-block-xl__49a3e45d{display:block!important}}.ellipsisLineClamp__7c0259dd{--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__7c0259dd.oneLine__dd3d53fd{word-break:break-all}.link__38cbdf90{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-10-0)}.link__38cbdf90:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-10-0)}.link__38cbdf90:active{color:var(--triplex-next-Link-Text_Color_Active-0-10-0)}.link__38cbdf90:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-10-0)}.wordWithContent__89e80838{white-space:nowrap;display:inline-flex;align-items:center}.before__9a61d43f :first-child{margin-right:4px}.after__822a2e9f :last-child{margin-left:4px}.marker__90834675{border-radius:50%}.marker__90834675.md__d95a211b{width:8px;height:8px}.marker__90834675.lg__42e10f87{width:10px;height:10px}.marker__90834675.success__9ee64e6c{background:var(--triplex-next-Marker-Background_Success-0-10-0)}.marker__90834675.error__e8e73c8e{background:var(--triplex-next-Marker-Background_Error-0-10-0)}.marker__90834675.warning__825f34a4{background:var(--triplex-next-Marker-Background_Warning-0-10-0)}.marker__90834675.waiting__be62987f{background:var(--triplex-next-Marker-Background_Waiting-0-10-0)}.markerStatus__aace59a4{line-height:0;display:flex;align-items:start}.markerStatus__aace59a4 .contentContainer__d89aa033{display:flex;flex-direction:column}.markerStatus__aace59a4.md__1e742c8f{gap:4px}.markerStatus__aace59a4.md__1e742c8f .markerContainer__3369ca20{margin-top:4px}.markerStatus__aace59a4.lg__3391f2ff{gap:6px}.markerStatus__aace59a4.lg__3391f2ff .contentContainer__d89aa033{gap:4px}.markerStatus__aace59a4.lg__3391f2ff .markerContainer__3369ca20{margin-top:5px}.row__78be7d97{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__78be7d97.noPaddingBottom__2c29b9d1,.row__78be7d97:last-child{padding-bottom:0}.tabsExtended__a9f83850{position:relative}.tabsExtendedContent__b600f62f{display:inline-flex}.tabsExtendedContent__b600f62f.sm__bdf131ca{border-radius:6px;padding:4px}.tabsExtendedContent__b600f62f.md__903ee2ba{border-radius:8px;padding:4px}.tabsExtendedContent__b600f62f.lg__05d6591d{border-radius:10px;padding:8px}.tabsExtendedTab__d589bec0{display:flex}.tabsExtendedTab__d589bec0+.tabsExtendedTab__d589bec0,.tabsExtendedDropdown__a8bc88be{margin-left:2px}.tabsReal__4f03f636,.tabsFake__2ccfab70{display:flex;box-sizing:border-box;width:100%}.tabsReal__4f03f636.hidden__ea174fd9{visibility:hidden}.tabsReal__4f03f636 .tabsExtendedTab__d589bec0.hidden__ea174fd9{display:none}.tabsFake__2ccfab70{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__5cd79636 .tabsExtendedContent__b600f62f{background-color:var(--triplex-next-Tabs-Type1_Background-0-10-0)}.type2__87b6d717 .tabsExtendedContent__b600f62f{background-color:var(--triplex-next-Tabs-Type2_Background-0-10-0)}.tabsExtendedTabButton__814b7e22{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-10-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__814b7e22 .tabButtonText__ccdca1b3{font-weight:400}.tabsExtendedTabButton__814b7e22.lg__05d6591d{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__814b7e22.lg__05d6591d .tabButtonText__ccdca1b3{font-size:16px;line-height:20px}.tabsExtendedTabButton__814b7e22.md__903ee2ba{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__814b7e22.md__903ee2ba .tabButtonText__ccdca1b3{font-size:14px;line-height:20px}.tabsExtendedTabButton__814b7e22.sm__bdf131ca{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__814b7e22.sm__bdf131ca .tabButtonText__ccdca1b3{font-size:12px;line-height:16px}.tabsExtendedTabButton__814b7e22::-moz-focus-inner{border:none}.tabsExtendedTabButton__814b7e22+.tabsExtendedTabButton__814b7e22{margin-left:2px}.tabsExtendedTabButton__814b7e22:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-10-0)}.tabsExtendedTabButton__814b7e22.type1__5cd79636{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-10-0)}.tabsExtendedTabButton__814b7e22.type1__5cd79636.selected__06c852b2{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-10-0)}.tabsExtendedTabButton__814b7e22.type1__5cd79636.selected__06c852b2 .tabButtonText__ccdca1b3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-10-0)}.tabsExtendedTabButton__814b7e22.type1__5cd79636:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-10-0)}.tabsExtendedTabButton__814b7e22.type1__5cd79636:hover .tabButtonText__ccdca1b3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-10-0)}.tabsExtendedTabButton__814b7e22.type1__5cd79636 .tabButtonText__ccdca1b3{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-10-0)}.tabsExtendedTabButton__814b7e22.type2__87b6d717{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-10-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-10-0)}.tabsExtendedTabButton__814b7e22.type2__87b6d717.selected__06c852b2{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-10-0)}.tabsExtendedTabButton__814b7e22.type2__87b6d717.selected__06c852b2 .tabButtonText__ccdca1b3{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-10-0)}.tabsExtendedTabButton__814b7e22.type2__87b6d717:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-10-0)}.tabsExtendedTabButton__814b7e22.type2__87b6d717:hover .tabButtonText__ccdca1b3{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-10-0)}.notificationIcon__dee76318{position:absolute;right:4px;top:4px}.tabButtonDropdown__53eae43e{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__53eae43e.sm__d9f4f329{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__53eae43e.md__0b6aadec{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__53eae43e.lg__1bc02c80{min-width:40px!important;min-height:40px!important}.tag__45964233{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-10-0);border-radius:4px;gap:2px}.tag__45964233.sm__0a2d0e66{height:20px;padding:2px 4px 2px 6px}.tag__45964233.md__79416792{height:28px;padding:4px 6px 4px 8px}.tag__45964233.lg__a2cd5ff5{height:32px;padding:6px 8px 6px 10px}.content__c4108aa4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__781a555a{display:flex;flex-wrap:wrap}.tagGroup__781a555a.sm__33003e2d{gap:4px}.tagGroup__781a555a.md__7db7e6b8{gap:8px}.tagGroup__781a555a.lg__c2453cf7{gap:12px}.paginationExtended__aa631efa{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__8c310813 .directionIconNext__0e81b80f{transform:rotate(180deg)}.pageEllipsis__7a94eb20{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-10-0);cursor:default}.paginationPageButton__834860eb{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-10-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__834860eb:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-10-0);outline:none}.paginationPageButton__834860eb:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-10-0)}.paginationPageButton__834860eb:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-10-0);cursor:grabbing}.paginationPageButton__834860eb.currentPage__f5f37501{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-10-0);cursor:default}.paginationNavigationExtended__d42d5b24{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__800adb68{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__800adb68 .paginationSelectControl__752d1245{margin-left:8px}.skeleton__bf56a04f{border-radius:16px;flex-grow:1}.skeleton__bf56a04f.light__983f7212{animation:skeleton-light-pulse__09fc9db1 2s ease-in-out infinite}.skeleton__bf56a04f.dark__f1c94dd0{animation:skeleton-dark-pulse__1275400c 2s ease-in-out infinite}@keyframes skeleton-light-pulse__09fc9db1{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-10-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-10-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-10-0)}}@keyframes skeleton-dark-pulse__1275400c{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-10-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-10-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-10-0)}}.segmentedControlSegment__62afb4ea{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-10-0);outline:none;cursor:pointer}.segmentedControlSegment__62afb4ea:disabled{cursor:default}.sm__9a59a3a7 .segmentedControlSegment__62afb4ea{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__0f458e3c .segmentedControlSegment__62afb4ea{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__6054bc28 .segmentedControlSegment__62afb4ea{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__203a02a0 .segmentedControlSegment__62afb4ea{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-10-0)}.general1__203a02a0 .segmentedControlSegment__62afb4ea:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-10-0)}.general1__203a02a0 .segmentedControlSegment__62afb4ea:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-10-0)}.general1__203a02a0 .segmentedControlSegment__62afb4ea.selected__4e677f6b{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-10-0)}.general1__203a02a0 .segmentedControlSegment__62afb4ea.selected__4e677f6b:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-10-0)}.general1__203a02a0 .segmentedControlSegment__62afb4ea.selected__4e677f6b:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-10-0)}.general2__dcd43e63 .segmentedControlSegment__62afb4ea{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-10-0)}.general2__dcd43e63 .segmentedControlSegment__62afb4ea:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-10-0)}.general2__dcd43e63 .segmentedControlSegment__62afb4ea:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-10-0)}.general2__dcd43e63 .segmentedControlSegment__62afb4ea.selected__4e677f6b{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-10-0)}.general2__dcd43e63 .segmentedControlSegment__62afb4ea.selected__4e677f6b:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-10-0)}.general2__dcd43e63 .segmentedControlSegment__62afb4ea.selected__4e677f6b:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-10-0)}.secondary1__8c94a35c .segmentedControlSegment__62afb4ea{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-10-0)}.secondary1__8c94a35c .segmentedControlSegment__62afb4ea:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-10-0)}.secondary1__8c94a35c .segmentedControlSegment__62afb4ea:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-10-0)}.secondary1__8c94a35c .segmentedControlSegment__62afb4ea.selected__4e677f6b{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-10-0)}.secondary1__8c94a35c .segmentedControlSegment__62afb4ea.selected__4e677f6b:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-10-0)}.secondary2__934ff7e9 .segmentedControlSegment__62afb4ea{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-10-0)}.secondary2__934ff7e9 .segmentedControlSegment__62afb4ea:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-10-0)}.secondary2__934ff7e9 .segmentedControlSegment__62afb4ea:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-10-0)}.secondary2__934ff7e9 .segmentedControlSegment__62afb4ea.selected__4e677f6b{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-10-0)}.secondary2__934ff7e9 .segmentedControlSegment__62afb4ea.selected__4e677f6b:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-10-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-10-0)}.segmentedControlSegment__62afb4ea:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-10-0)}.content__0c055914{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__e628ba92{display:flex;gap:4px}.segmentedControl__e628ba92.general1__203a02a0{background:var(--triplex-next-SegmentedControl-General_1_Background-0-10-0)}.segmentedControl__e628ba92.secondary1__8c94a35c{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-10-0)}.segmentedControl__e628ba92.general2__dcd43e63{background:var(--triplex-next-SegmentedControl-General_2_Background-0-10-0)}.segmentedControl__e628ba92.secondary2__934ff7e9{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-10-0)}.segmentedControl__e628ba92.sm__9a59a3a7{border-radius:6px;padding:4px}.segmentedControl__e628ba92.md__0f458e3c{border-radius:8px;padding:4px}.segmentedControl__e628ba92.lg__6054bc28{border-radius:10px;padding:8px}.step__8af0b842{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__8af0b842.default__3aeccbcd{background-color:var(--triplex-next-Step-Background_Default-0-10-0)}.step__8af0b842.default__3aeccbcd>span{color:var(--triplex-next-Step-Color_Default-0-10-0)}.step__8af0b842.done__0194577c{background-color:var(--triplex-next-Step-Background_Done-0-10-0)}.step__8af0b842.done__0194577c>span{color:var(--triplex-next-Step-Color_Done-0-10-0)}.step__8af0b842.warning__cb44d67f{background-color:var(--triplex-next-Step-Background_Warning-0-10-0)}.step__8af0b842.warning__cb44d67f>span{color:var(--triplex-next-Step-Color_Warning-0-10-0)}.step__8af0b842.active__b5ffc482{background-color:var(--triplex-next-Step-Background_Active-0-10-0)}.step__8af0b842.active__b5ffc482>span{color:var(--triplex-next-Step-Color_Active-0-10-0)}.step__8af0b842.error__7f1b8852{background-color:var(--triplex-next-Step-Background_Error-0-10-0)}.step__8af0b842.error__7f1b8852>span{color:var(--triplex-next-Step-Color_Error-0-10-0)}.step__8af0b842.disabled__fb709e3d{background-color:var(--triplex-next-Step-Background_Disabled-0-10-0)}.step__8af0b842.disabled__fb709e3d>span{color:var(--triplex-next-Step-Color_Disabled-0-10-0)}.stepperWrapper__42856924{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-10-0)}.stepperStep__8b4f1f80{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__8b4f1f80+.stepperStep__8b4f1f80{margin-left:12px}.stepperStep__8b4f1f80.sm__dfd79d21:not(:last-child) .content__e1f3cc18{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__8b4f1f80.sm__dfd79d21:last-child .content__e1f3cc18{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__8b4f1f80.sm__dfd79d21:last-child .arrow__7e7dff66{display:none}.stepperStep__8b4f1f80.md__cb79d6f4:not(:last-child) .content__e1f3cc18{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__8b4f1f80.md__cb79d6f4:last-child .content__e1f3cc18{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__8b4f1f80.md__cb79d6f4:last-child .arrow__7e7dff66{display:none}.stepperStep__8b4f1f80.lg__3e72d737:not(:last-child) .content__e1f3cc18{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__8b4f1f80.lg__3e72d737:last-child .content__e1f3cc18{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__8b4f1f80.lg__3e72d737:last-child .arrow__7e7dff66{display:none}.stepperStep__8b4f1f80:hover:not(.active__bac2b5c1):not(.disabled__6526f809) .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-10-0)}.stepperStep__8b4f1f80:hover:not(.active__bac2b5c1):not(.disabled__6526f809) .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-10-0)}.stepperStep__8b4f1f80:hover:not(.active__bac2b5c1):not(.disabled__6526f809) .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1{cursor:default}.stepperStep__8b4f1f80.active__bac2b5c1 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1.error__fad1af06 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1.error__fad1af06 .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1.error__fad1af06 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1.warning__704cf0a2 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1.warning__704cf0a2 .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.active__bac2b5c1.warning__704cf0a2 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.error__fad1af06 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.error__fad1af06 .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.error__fad1af06 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.error__fad1af06:hover .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.error__fad1af06:hover .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.error__fad1af06:hover .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.warning__704cf0a2 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.warning__704cf0a2 .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.warning__704cf0a2 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.warning__704cf0a2:hover .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.warning__704cf0a2:hover .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0)}.stepperStep__8b4f1f80.completed__bb68da78.warning__704cf0a2:hover .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f :not(.error__fad1af06):not(.warning__704cf0a2) .content__e1f3cc18{color:var(--triplex-next-Stepper-Step_Color_Default-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f :not(.error__fad1af06):not(.warning__704cf0a2):hover .content__e1f3cc18{color:var(--triplex-next-Stepper-Step_Color_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.error__fad1af06 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.error__fad1af06 .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.error__fad1af06 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.error__fad1af06:hover .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.error__fad1af06:hover .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.error__fad1af06:hover .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.warning__704cf0a2 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.warning__704cf0a2 .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.warning__704cf0a2 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.warning__704cf0a2:hover .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.warning__704cf0a2:hover .arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0)}.stepperStep__8b4f1f80.inactive__8198440f.warning__704cf0a2:hover .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-10-0)}.stepperStep__8b4f1f80.disabled__6526f809{pointer-events:none}.stepperStep__8b4f1f80.disabled__6526f809 .content__e1f3cc18{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-10-0)}.stepperStep__8b4f1f80.disabled__6526f809 .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-10-0)}.stepperStep__8b4f1f80.disabled__6526f809 .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-10-0)}.stepperStep__8b4f1f80.focusVisible__bb854e01.completed__bb68da78 .content__e1f3cc18,.stepperStep__8b4f1f80.focusVisible__bb854e01.active__bac2b5c1 .content__e1f3cc18,.stepperStep__8b4f1f80.focusVisible__bb854e01.inactive__8198440f .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-10-0)}.stepperStep__8b4f1f80.focusVisible__bb854e01.completed__bb68da78 .arrow__7e7dff66 path:last-child,.stepperStep__8b4f1f80.focusVisible__bb854e01.active__bac2b5c1 .arrow__7e7dff66 path:last-child,.stepperStep__8b4f1f80.focusVisible__bb854e01.inactive__8198440f .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-10-0)}.stepperStep__8b4f1f80.focusVisible__bb854e01.completed__bb68da78:hover .content__e1f3cc18,.stepperStep__8b4f1f80.focusVisible__bb854e01.active__bac2b5c1:hover .content__e1f3cc18,.stepperStep__8b4f1f80.focusVisible__bb854e01.inactive__8198440f:hover .content__e1f3cc18{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-10-0)}.stepperStep__8b4f1f80.focusVisible__bb854e01.completed__bb68da78:hover .arrow__7e7dff66 path:last-child,.stepperStep__8b4f1f80.focusVisible__bb854e01.active__bac2b5c1:hover .arrow__7e7dff66 path:last-child,.stepperStep__8b4f1f80.focusVisible__bb854e01.inactive__8198440f:hover .arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-10-0)}.content__e1f3cc18{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-10-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-10-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-10-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__dfd79d21{font-size:12px;line-height:16px}.md__cb79d6f4{font-size:14px;line-height:20px}.lg__3e72d737{font-size:16px;line-height:20px}.arrow__7e7dff66{transform:translate(0)}.arrow__7e7dff66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-10-0)}.arrow__7e7dff66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-10-0)}.icon__b09eb4b6{display:inline-flex;align-items:center;line-height:0}.nonempty__c367f4e0 .icon__b09eb4b6{margin-right:6px}.stepperExtended__99e17523{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__470af6a9{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__470af6a9::-webkit-scrollbar{display:none}.stepper__d92ad512.sm__dfd79d21{padding-left:28px;padding-right:28px}.stepper__d92ad512.md__cb79d6f4{padding-left:40px;padding-right:40px}.stepper__d92ad512.lg__3e72d737{padding-left:56px;padding-right:56px}.stepperCarousel__c90bc2a6{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__c90bc2a6 .buttonPrev__51cf32c1,.stepperCarousel__c90bc2a6 .buttonNext__d2a6fa21{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__c90bc2a6 .buttonPrev__51cf32c1.sm__dfd79d21,.stepperCarousel__c90bc2a6 .buttonNext__d2a6fa21.sm__dfd79d21{height:28px;width:28px}.stepperCarousel__c90bc2a6 .buttonPrev__51cf32c1.md__cb79d6f4,.stepperCarousel__c90bc2a6 .buttonNext__d2a6fa21.md__cb79d6f4{height:40px;width:40px}.stepperCarousel__c90bc2a6 .buttonPrev__51cf32c1.lg__3e72d737,.stepperCarousel__c90bc2a6 .buttonNext__d2a6fa21.lg__3e72d737{height:56px;width:56px}.stepperCarousel__c90bc2a6 .buttonPrev__51cf32c1{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-10-0)}.stepperCarousel__c90bc2a6 .buttonNext__d2a6fa21{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-10-0)}@media(max-width:767px){.stepper__d92ad512{padding-left:16px;padding-right:16px}.buttonPrev__51cf32c1,.buttonNext__d2a6fa21{display:none}}.islandAccordion__1a85b6b5{margin:0;padding:0}.islandAccordion__1a85b6b5 .island__3c4c7b37{padding:0}.islandAccordion__1a85b6b5 .item__45a3175e{position:relative;list-style-type:none}.islandAccordion__1a85b6b5 .item__45a3175e.disabled__93b20980{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__1a85b6b5 .item__45a3175e+.item__45a3175e.sm__48725048,.islandAccordion__1a85b6b5 .item__45a3175e+.item__45a3175e.md__56bad8ea{margin-top:16px}.islandAccordion__1a85b6b5 .item__45a3175e+.item__45a3175e.lg__2bcccc1e{margin-top:24px}.islandAccordion__1a85b6b5 .item__45a3175e .header__9d65bc42{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__1a85b6b5 .item__45a3175e :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-10-0)}.islandAccordion__1a85b6b5 .item__45a3175e.type1__52cc542c:not(.opened__ea525556):hover .island__3c4c7b37{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-10-0)}.islandAccordion__1a85b6b5 .item__45a3175e.type2__8f25882d:not(.opened__ea525556):hover .island__3c4c7b37{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-10-0)}.islandAccordion__1a85b6b5 .item__45a3175e.type3__e965527a:not(.opened__ea525556):hover .island__3c4c7b37{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-10-0)}.islandAccordion__1a85b6b5 .item__45a3175e .footer__b8a21c2b{text-align:right}.islandAccordion__1a85b6b5 .item__45a3175e .body__ba36fd52,.islandAccordion__1a85b6b5 .item__45a3175e .footer__b8a21c2b{visibility:hidden}.islandAccordion__1a85b6b5 .item__45a3175e.opened__ea525556 .body__ba36fd52,.islandAccordion__1a85b6b5 .item__45a3175e.opened__ea525556 .footer__b8a21c2b{visibility:visible}.islandAccordion__1a85b6b5 .item__45a3175e .caretWrapper__3994eb75{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__1a85b6b5 .item__45a3175e .caretIcon__37f9ea96{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .header__9d65bc42{padding:16px;border-radius:16px}.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .step__e0f30194+.titleWrapper__63d09a4c{margin-top:2px}.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .body__ba36fd52,.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .footer__b8a21c2b{padding:0 16px 16px}.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .caretWrapper__3994eb75{right:20px}.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .remove__49962452{right:-40px;top:20px}.islandAccordion__1a85b6b5 .item__45a3175e.sm__48725048 .step__e0f30194{margin-right:12px}.islandAccordion__1a85b6b5 .item__45a3175e.md__56bad8ea .header__9d65bc42{padding:24px;border-radius:24px}.islandAccordion__1a85b6b5 .item__45a3175e.md__56bad8ea .body__ba36fd52,.islandAccordion__1a85b6b5 .item__45a3175e.md__56bad8ea .footer__b8a21c2b{padding:0 24px 24px}.islandAccordion__1a85b6b5 .item__45a3175e.md__56bad8ea .caretWrapper__3994eb75{right:28px}.islandAccordion__1a85b6b5 .item__45a3175e.md__56bad8ea .remove__49962452{right:-40px;top:28px}.islandAccordion__1a85b6b5 .item__45a3175e.md__56bad8ea .step__e0f30194{margin-right:12px}.islandAccordion__1a85b6b5 .item__45a3175e.lg__2bcccc1e .header__9d65bc42{padding:32px;border-radius:32px}.islandAccordion__1a85b6b5 .item__45a3175e.lg__2bcccc1e .body__ba36fd52,.islandAccordion__1a85b6b5 .item__45a3175e.lg__2bcccc1e .footer__b8a21c2b{padding:0 32px 32px}.islandAccordion__1a85b6b5 .item__45a3175e.lg__2bcccc1e .caretWrapper__3994eb75{right:36px}.islandAccordion__1a85b6b5 .item__45a3175e.lg__2bcccc1e .remove__49962452{right:-48px;top:40px}.islandAccordion__1a85b6b5 .item__45a3175e.lg__2bcccc1e .step__e0f30194{margin:2px 16px 0 0}.islandAccordion__1a85b6b5 .item__45a3175e.opened__ea525556:not(.disabled__93b20980) .caretWrapper__3994eb75 .caretIcon__37f9ea96{transform:rotate(-180deg)}.islandAccordion__1a85b6b5 .item__45a3175e .remove__49962452{position:absolute}@media(max-width:767px){.islandAccordion__1a85b6b5 .item__45a3175e .footer__b8a21c2b{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__1a85b6b5 .item__45a3175e .footer__b8a21c2b>*{margin-left:0!important}}.noColumns__9791517e{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__9791517e>.content__818dabfa{width:456px;text-align:center}.filterPanel__04502135{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__250c41b3{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__250c41b3>a:not(:first-child){margin-left:16px}.tabsLinePanel__d298d0d7{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__0d811aa7{0%{opacity:0}to{opacity:1}}.tableBasic__770a91fb{position:relative}.tableBasic__770a91fb table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__770a91fb table th.alignLeft__8dcfbd9f,.tableBasic__770a91fb table td.alignLeft__8dcfbd9f{text-align:left}.tableBasic__770a91fb table th.alignRight__0e9850b6,.tableBasic__770a91fb table td.alignRight__0e9850b6{text-align:right}.tableBasic__770a91fb table th.alignCenter__cba70487,.tableBasic__770a91fb table td.alignCenter__cba70487{text-align:center}.tableBasic__770a91fb table th.verticalAlignBaseline__13002727,.tableBasic__770a91fb table td.verticalAlignBaseline__13002727{vertical-align:baseline}.tableBasic__770a91fb table th.verticalAlignSub__d0fa407f,.tableBasic__770a91fb table td.verticalAlignSub__d0fa407f{vertical-align:sub}.tableBasic__770a91fb table th.verticalAlignSuper__2ba493a4,.tableBasic__770a91fb table td.verticalAlignSuper__2ba493a4{vertical-align:super}.tableBasic__770a91fb table th.verticalAlignTextTop__bf5a7ce7,.tableBasic__770a91fb table td.verticalAlignTextTop__bf5a7ce7{vertical-align:text-top}.tableBasic__770a91fb table th.verticalAlignTextBottom__df18a4bd,.tableBasic__770a91fb table td.verticalAlignTextBottom__df18a4bd{vertical-align:text-bottom}.tableBasic__770a91fb table th.verticalAlignMiddle__1104b8d8,.tableBasic__770a91fb table td.verticalAlignMiddle__1104b8d8{vertical-align:middle}.tableBasic__770a91fb table th.verticalAlignTop__52eadd58,.tableBasic__770a91fb table td.verticalAlignTop__52eadd58{vertical-align:top}.tableBasic__770a91fb table th.verticalAlignBottom__e05a6ec2,.tableBasic__770a91fb table td.verticalAlignBottom__e05a6ec2{vertical-align:bottom}.tableBasic__770a91fb table>thead>tr{height:48px}.tableBasic__770a91fb table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-10-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-10-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__770a91fb table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-10-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-10-0)}}.tableBasic__770a91fb table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__770a91fb table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__770a91fb table>thead>tr>th.checkboxType__6c3c1f96{padding:16px 12px}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889{display:inline-flex;vertical-align:top}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889.order__98ddf946{cursor:pointer}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889.order__98ddf946 .orderButton__e77ff5d8{display:flex;visibility:hidden;align-items:center}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889.order__98ddf946 .orderButton__e77ff5d8.alignLeft__8dcfbd9f{margin-right:8px}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889.order__98ddf946 .orderButton__e77ff5d8.alignRight__0e9850b6{margin-left:8px}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889.order__98ddf946 .orderButton__e77ff5d8.sorted__c4fabb62{visibility:visible}.tableBasic__770a91fb table>thead>tr>th .thBlock__795d5889.order__98ddf946:hover .orderButton__e77ff5d8{visibility:visible}.tableBasic__770a91fb table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-10-0)}.tableBasic__770a91fb table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__770a91fb table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__770a91fb table>tbody>tr>td.textType__85d4211f{padding:12px}.tableBasic__770a91fb table>tbody>tr>td.componentsType__9bccd0e9{padding:8px 12px}.tableBasic__770a91fb table>tbody>tr>td.checkboxType__6c3c1f96{padding:10px 12px 12px}.tableBasic__770a91fb table>tbody>tr.selected__37da0649>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-10-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__770a91fb table>tbody>tr.selected__37da0649>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-10-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-10-0)}}.tableBasic__770a91fb table>tbody.clickable__f5146e06>tr{cursor:pointer}.tableBasic__770a91fb table>tbody.hoverable__480eb92a>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-10-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__770a91fb table>tbody.hoverable__480eb92a>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-10-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-10-0)}}.tableBasic__770a91fb .footerEmptyData__adb3b5d5{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__770a91fb .spinnerWrapper__a0299639{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__770a91fb .spinnerWrapper__a0299639 .tableLoaderScreen__d3ea6b5c{border-radius:8px 8px 0 0}.tableBasic__770a91fb .overlayCover__24f0aa1d{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-10-0);animation:fadeIn__0d811aa7 .3s}.tableBasicSettingsBody__144dd887{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__31f109ad{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-10-0)!important}.columnSettingsSortableListItemTarget__31f109ad:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-10-0)!important}.columnSettingsSortableListItemTarget__31f109ad.dragging__84731e0f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-10-0)!important}.columnSettingsStaticListItem__975a580c{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-10-0)}.tableBasicSettingsFooter__ae1a537c{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-10-0);padding:11px 12px 12px}.tableBasicSettingsHeader__a3229a0b{padding:16px 12px 12px}.tableSettingsLink__7736991f{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__9f647971{width:320px}.tableFooterWrapper__fc822c22{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__fc822c22 .tableFooterShadow__92011ad3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-10-0);pointer-events:none}.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-10-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d{display:flex;align-items:center}.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummarySelectedCount__797105f7,.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummarySelectAllButton__5049b23d,.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummaryAmount__2af9aacd{display:inline-flex}.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummarySelectedCount__797105f7,.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummarySelectAllButton__5049b23d,.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummaryAmount__2af9aacd,.tableFooterWrapper__fc822c22 .tableFooter__267ec0fc .tableFooterSummary__d494668d .tableFooterSummaryLabel__47aaec1c{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__fc822c22{height:112px}}.paginationPanel__408b04e5{margin-top:16px}.masterTable__273c057e{position:relative}.currency__efbed68c{font-size:16px;line-height:20px;color:var(--triplex-next-AmountField-Currency_Color_Default-0-10-0)}.currency__efbed68c.disabled__81f46b15{color:var(--triplex-next-AmountField-Currency_Color_Disabled-0-10-0)}.orderedListItem__f03dd4fb{counter-increment:list-item-tx}.orderedListItem__f03dd4fb:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__f03dd4fb+.orderedListItem__f03dd4fb{margin-top:8px}.orderedList__47a9de55{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__47b02f7e{position:relative}.suggestDropdownListItem__91a669aa{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__024e1f74{position:relative}.suggestFieldMobileBody__c425983b{height:176px}.suggestFieldMobileDropdownHint__54a592db{padding:16px}.lightBox__d1e230a4{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__d1e230a4 .lightBoxBackdrop__ce3bee5d{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-10-0)}.lightBox__d1e230a4.lightBoxSideOverlayActive__fe135ca9,.lightBox__d1e230a4.lightBoxTopOverlayActive__d695aae7{overflow-y:hidden}.lightBox__d1e230a4 .lightBoxContent__c9cde960{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-10-0)}.lightBox__d1e230a4 .lightBoxContent__c9cde960>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__d1e230a4 .lightBoxContent__c9cde960>.global-page{padding:16px}}.lightBox__d1e230a4 .loadingContentOverlay__383d023a{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__d1e230a4 .lightBoxContentResizeWrapper__114ed6f9{position:absolute;left:0;right:0;height:0}.lightBox__d1e230a4 .tempElSafariBug__503d7fad{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__4a45830f,.global-LB-less-or-equal-media-point-0 .lightBox__d1e230a4.lightBoxSideOverlayActive__fe135ca9{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__c9cde960{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__c9cde960{padding-left:80px;padding-right:80px}.lightBoxControls__c73d8174{z-index:100}.withKeyboardEvent__96c96cb3{display:inline-block}.withoutKeyboardEvent__7ad49e29,.lightBox__d1e230a4.lightBoxSideOverlayActive__fe135ca9 .withKeyboardEvent__96c96cb3,.lightBox__d1e230a4.lightBoxTopOverlayActive__d695aae7 .withKeyboardEvent__96c96cb3,.lightBox__d1e230a4.isLoading__9cbcaf09 .withKeyboardEvent__96c96cb3{display:none}.lightBox__d1e230a4.lightBoxSideOverlayActive__fe135ca9 .withoutKeyboardEvent__7ad49e29,.lightBox__d1e230a4.lightBoxTopOverlayActive__d695aae7 .withoutKeyboardEvent__7ad49e29,.lightBox__d1e230a4.isLoading__9cbcaf09 .withoutKeyboardEvent__7ad49e29{display:inline-block}.lightBox__d1e230a4.isLoading__9cbcaf09 .lightBoxPrev__ac50318f,.lightBox__d1e230a4.isLoading__9cbcaf09 .lightBoxNext__bf04a267{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__c73d8174{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__7e48f5fb{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__0b3f2a66{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__7eb9441d{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ac50318f,.global-LB-less-or-equal-media-point-0 .lightBoxNext__bf04a267{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ac50318f{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__5f0c5156,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__85290bb6{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__c73d8174{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__7e48f5fb{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__0b3f2a66{display:none}.global-LB-more-media-point-0 .lightBoxClose__7eb9441d{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__ac50318f,.global-LB-more-media-point-0 .lightBoxNext__bf04a267{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ac50318f{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__bf04a267{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__d1b87db6{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__d1b87db6.fixed__3a4c90fe{position:fixed}.overlay__d1b87db6.closing__b577bb93,.overlay__d1b87db6.opened__1cd7280d{visibility:visible;left:0;right:0}.overlayPanel__72388356{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-10-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__72388356.bottom__7b78d99a{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__72388356.left__95c7aacc{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__72388356.right__86fe33a7{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__72388356.top__c0cf66a5{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__72388356.left__95c7aacc.opened__1cd7280d,.overlayPanel__72388356.right__86fe33a7.opened__1cd7280d{transform:translate(0)}.overlayPanel__72388356.top__c0cf66a5.opened__1cd7280d,.overlayPanel__72388356.bottom__7b78d99a.opened__1cd7280d{transform:translateY(0)}.overlayContent__094f2fa7{display:flex;min-height:100%}.overlayMask__6fd042b5{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-10-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__6fd042b5.overlayOpened__010d2581{opacity:1}.lightBoxSideOverlayLoaderWrapper__d64ab589{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__ac0e5bef{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__acd42855{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__ac0e5bef{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__acd42855{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__acd42855{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__ac0e5bef{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__acd42855{display:none}.lightBoxSideOverlayMask__e9423a36{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-10-0)}.lightBoxSideOverlayWrapper__6692e8a9{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__6692e8a9.overflowXHidden__a63f310a{overflow-x:hidden}.lightBoxSideOverlayWrapper__6692e8a9.overflowYHidden__d9b381ab{overflow-y:hidden}.lightBoxSideOverlayWrapper__6692e8a9.closing__aac19ae7,.lightBoxSideOverlayWrapper__6692e8a9.opened__7e60bca4{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__6692e8a9.closing__aac19ae7{pointer-events:none}.lightBoxSideOverlayWrapper__6692e8a9 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__6692e8a9 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__6692e8a9 .lightBoxSideOverlayContent__5aaa0fae{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-10-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__6692e8a9 .lightBoxSideOverlayContent__5aaa0fae.opened__7e60bca4{transform:none}.lightBoxSideOverlayWrapper__6692e8a9 .lightBoxSideOverlayContent__5aaa0fae.opening__5c6eec4e{transform:translateY(0)}.lightBoxSideOverlayWrapper__6692e8a9.sizeSM__774d9a61 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__6692e8a9.sizeMD__40d48d58 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__6692e8a9.sizeLG__5f9bb7a9 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__6692e8a9 .lightBoxSideOverlayBase__520d62b8{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__6692e8a9 .lightBoxSideOverlayContent__5aaa0fae{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__6692e8a9 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__6692e8a9 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__e1d6ef1c{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__e1d6ef1c.closing__aac19ae7,.lightBoxSideOverlay__e1d6ef1c.opening__5c6eec4e{overflow-x:hidden}.topOverlayMask__93e9fb78{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-10-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__1b9673c3{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__1b9673c3.closing__7c83e748,.topOverlayWrapper__1b9673c3.opened__d9e1209d{bottom:0}.topOverlayWrapper__1b9673c3 .topOverlayPanel__c741e31a{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__16c238cc{z-index:500}@media(max-width:767px){.topOverlayPanel__c741e31a{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__ec3c691e{--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__4aac0393{display:none}}.lightBoxRightSidebar__c2e64378{--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__5646159d{display:none}}html.scroll-0__cc33f065{--triplex-next-scroll-width: 0px}html.scroll-15__b0ecb173{--triplex-next-scroll-width: 15px}html.scroll-16__c8bf4328{--triplex-next-scroll-width: 16px}html.scroll-17__158776ce{--triplex-next-scroll-width: 17px}.smsField__e809228d{display:inline-block;position:relative;width:100%}.smsField__e809228d .input__d24da9a0{text-align:center}.smsField__e809228d .input__d24da9a0::placeholder{opacity:1}.smsField__e809228d .input__d24da9a0:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-10-0)}.smsField__e809228d .input__d24da9a0.lg__3322088d{padding:18px 40px}.smsField__e809228d .input__d24da9a0.md__910a0c38{padding-left:26px;padding-right:26px}.smsField__e809228d .input__d24da9a0.sm__80211738{padding-left:20px;padding-right:20px}.smsField__e809228d .btnRefresh__1b683e66{position:absolute;outline:none;z-index:1}.smsField__e809228d .btnRefresh__1b683e66.lg__3322088d{top:12px;left:12px;height:32px;width:32px}.smsField__e809228d .btnRefresh__1b683e66.md__910a0c38{top:10px;left:10px}.smsField__e809228d .btnRefresh__1b683e66.sm__80211738{top:4px;left:4px}.smsField__e809228d .btnRefresh__1b683e66 .full__ebef66cd{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-10-0)}.smsField__e809228d .btnRefresh__1b683e66 .empty__8f08348f{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-10-0)}.smsField__e809228d .btnRefresh__1b683e66:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-10-0)}.smsField__e809228d .btnSubmit__c0485128{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-10-0)}.smsField__e809228d .btnSubmit__c0485128.active__2d964e66:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-10-0)}.smsField__e809228d .btnSubmit__c0485128.active__2d964e66:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-10-0)}.smsField__e809228d .btnSubmit__c0485128.lg__3322088d{top:15px;right:15px;height:26px;width:26px}.smsField__e809228d .btnSubmit__c0485128.md__910a0c38{top:10px;right:10px}.smsField__e809228d .btnSubmit__c0485128.sm__80211738{top:4px;right:4px}.spoiler__e7f5708f{display:flex;flex-direction:column}.spoiler__e7f5708f.opened__e1563b46 .caretIcon__06d125e2{transform:rotate(-180deg)}.spoiler__e7f5708f .head__4ec88f2b .caretIcon__06d125e2{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__e7f5708f .head__4ec88f2b button>span{white-space:normal;text-align:left}.spoiler__e7f5708f .content__e1911033.hidden__6c49c5f3{display:none}.spoiler__e7f5708f .lg__5dcf6c1d .content__e1911033{margin-top:8px}.spoiler__e7f5708f .md__d995fb3d .content__e1911033{margin-top:0}.spoiler__e7f5708f .sm__87e2752e .content__e1911033{margin-top:-4px}.statusTrackerWrapper__1e25f963{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-10-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-10-0);overflow:hidden;height:100%}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2.verticalAlignMiddle__a41dff4a{align-self:center}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2.verticalAlignBottom__6b7ab483{align-self:end}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerChild__1faf27f1{padding:8px 0}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerChild__1faf27f1:empty{padding:0}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerSum__a59c9051,.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerTitle__c6e5cc4a{padding-bottom:4px}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerDescription__9e5cc427{display:block;padding-top:8px}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerAlert__014ab5ad{margin-top:12px;text-align:left}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerStatus__a1e281b5{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerFooterWrapper__ca682368{display:grid}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerFooterWrapper__ca682368 .statusTrackerDescription__9e5cc427:last-child{padding-top:0}.statusTrackerWrapper__1e25f963 .statusTracker__eb7685c2 .statusTrackerFooterWrapper__ca682368 .statusTrackerButton__180ab536{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__1e25f963 .statusTrackerColor__3b417375{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__1e25f963 .statusTrackerColor__3b417375.waiting__9fb33e0d{background:var(--triplex-next-StatusTracker-Waiting_Color-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerColor__3b417375.warning__9762fb49{background:var(--triplex-next-StatusTracker-Warning_Background-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerColor__3b417375.rejected__63e9ca7b{background:var(--triplex-next-StatusTracker-Rejected_Color-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerColor__3b417375.approved__f7323790{background:var(--triplex-next-StatusTracker-Approved_Color-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerBackground__2e65b8a8{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__1e25f963 .statusTrackerBackground__2e65b8a8.waiting__9fb33e0d{background:var(--triplex-next-StatusTracker-Waiting_Background-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerBackground__2e65b8a8.warning__9762fb49{background:var(--triplex-next-StatusTracker-Warning_Background-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerBackground__2e65b8a8.rejected__63e9ca7b{background:var(--triplex-next-StatusTracker-Rejected_Background-0-10-0)}.statusTrackerWrapper__1e25f963 .statusTrackerBackground__2e65b8a8.approved__f7323790{background:var(--triplex-next-StatusTracker-Approved_Background-0-10-0)}@media(max-width:767px){.statusTrackerWrapper__1e25f963{border-radius:16px}}.smallInput__aacd9612{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-10-0);background:var(--triplex-next-SmallInput-Background-0-10-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-10-0)}.smallInput__aacd9612::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-10-0);opacity:1}.smallInput__aacd9612::-ms-clear{display:none}.documentNumberEdit__e9f28beb .label__5959c186{display:inline-block;margin-right:8px}.documentNumberEdit__e9f28beb .inputEditWrapper__0232812e{width:68px;display:inline-block}.sliderExtendedDot__dafe6334{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-10-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__dafe6334:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-10-0)}.sliderExtendedDot__dafe6334.focusedByClick__547c96db:focus{box-shadow:none}.sliderExtendedDot__dafe6334:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-10-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__dafe6334:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-10-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__dafe6334.disabled__721fd0cf{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-10-0)}.sliderExtendedDot__dafe6334.disabled__721fd0cf:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-10-0)}.sliderExtendedDot__dafe6334.disabled__721fd0cf:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-10-0)}.sliderExtendedDot__dafe6334:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-10-0)}.sliderExtendedDot__dafe6334:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-10-0)}.sliderExtendedDot__dafe6334.dragByMouse__20c04a74{background:var(--triplex-next-Slider-Dot_Background_Select-0-10-0)}.sliderExtendedDot__dafe6334.dragByMouse__20c04a74:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-10-0)}.sliderExtendedDot__dafe6334:hover .sliderExtendedTooltipOverlay__92c4af41,.sliderExtendedDot__dafe6334:focus .sliderExtendedTooltipOverlay__92c4af41{visibility:visible}.sliderExtendedDot__dafe6334.lg__13f62687{width:28px;height:28px}.sliderExtendedDot__dafe6334.lg__13f62687:after{width:10px;height:10px}.sliderExtendedDot__dafe6334.lg__13f62687:before{width:14px;height:14px}.sliderExtendedMarks__4f97d291{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__d96ecaaf{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__d96ecaaf .sliderExtendedMarkDot__95287026{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-10-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__d96ecaaf .sliderExtendedMarkDot__95287026.inSelectedRange__b4ea2213{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-10-0)}.sliderExtendedMark__d96ecaaf.lg__13f62687{top:20px}.sliderExtendedMark__d96ecaaf.lg__13f62687 .sliderExtendedMarkDot__95287026{top:-20px}.sliderExtendedMark__d96ecaaf .sliderExtendedMarkText__5e5b0a2b{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__d96ecaaf.disabled__721fd0cf{pointer-events:none}.sliderExtendedMark__d96ecaaf.disabled__721fd0cf .sliderExtendedMarkText__5e5b0a2b{pointer-events:none;opacity:.35}.sliderExtendedMark__d96ecaaf.disabled__721fd0cf .sliderExtendedMarkDot__95287026{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-10-0)}.sliderExtendedMark__d96ecaaf:first-child,.sliderExtendedMark__d96ecaaf:last-child{transform:none}.sliderExtendedMark__d96ecaaf:first-child.reverse__245402ab .sliderExtendedMarkDot__95287026{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d96ecaaf:first-child.reverse__245402ab .sliderExtendedMarkText__5e5b0a2b{margin-right:-4px}.sliderExtendedMark__d96ecaaf:first-child:not(.reverse__245402ab) .sliderExtendedMarkDot__95287026{left:0;transform:translate(-50%)}.sliderExtendedMark__d96ecaaf:first-child .sliderExtendedMarkText__5e5b0a2b{margin-left:-4px}.sliderExtendedMark__d96ecaaf:last-child.reverse__245402ab .sliderExtendedMarkDot__95287026{left:0;transform:translate(-50%)}.sliderExtendedMark__d96ecaaf:last-child.reverse__245402ab .sliderExtendedMarkText__5e5b0a2b{margin-left:-4px}.sliderExtendedMark__d96ecaaf:last-child:not(.reverse__245402ab) .sliderExtendedMarkDot__95287026{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d96ecaaf:last-child .sliderExtendedMarkText__5e5b0a2b{margin-right:-4px}.sliderExtendedMark__d96ecaaf.active__1243a212{pointer-events:none}.sliderExtendedRail__84cb8a43{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-10-0);cursor:pointer}.sliderExtended__e6f38dc2{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__e6f38dc2.disabled__721fd0cf .sliderExtendedRail__84cb8a43{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-10-0)}.sliderExtended__e6f38dc2.lg__13f62687{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__8f3afa7c{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-10-0);z-index:10}.sliderExtendedTrack__8f3afa7c.lg__13f62687{top:12px}.sliderExtendedTrack__8f3afa7c:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-10-0)}.sliderExtendedTrack__8f3afa7c.focusedByClick__547c96db:focus{box-shadow:none}.sliderExtendedTrack__8f3afa7c.hoverOrDragByMouse__22ad7ef9{background:var(--triplex-next-Slider-Track_Background_Hover-0-10-0)}.sliderExtendedTrack__8f3afa7c.staticSlider__ab1307a2{cursor:default;pointer-events:none}.sliderExtendedTrack__8f3afa7c.disabled__721fd0cf{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-10-0)}.sliderExtendedTooltipOverlay__92c4af41{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__92c4af41.lg__13f62687{bottom:32px}.sliderExtendedTooltipOverlay__92c4af41 .tooltipBody__80325950{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-10-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-10-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__92c4af41 .tooltipTip__4ee60744{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-10-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__92c4af41 .tooltipTip__4ee60744{margin:-.5px}}.treeView__e26e9f9f,.treeViewGroup__4a398437{margin:0;padding:0}.treeView__e26e9f9f .treeViewNode__554a7649,.treeViewGroup__4a398437 .treeViewNode__554a7649{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__24d99917.collapsed__8cfd6247{visibility:hidden}.checkboxTreeExtended__36ed92c2{margin-bottom:-12px}.checkboxTreeExtendedNode__976931b5 .checkboxTreeExtendedNode__976931b5{margin-left:24px}.checkboxTreeExtendedNodeHeader__38f1965b{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__38f1965b .checkboxTreeCheckboxLabel__f48c5680{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__38f1965b .caretIconWrapper__66b5fa48{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__38f1965b .caretIconWrapper__66b5fa48:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-10-0)}.checkboxTreeExtendedNodeHeader__38f1965b.opened__402636bb .caretIconWrapper__66b5fa48{transform:rotate(180deg)}.chipGroup__50ea6e97{display:flex}.chipGroup__50ea6e97.oneLine__4aea15ba{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__50ea6e97.oneLine__4aea15ba::-webkit-scrollbar{display:none}.chipGroup__50ea6e97.multiLine__486334a9{flex-wrap:wrap}.chipGroup__50ea6e97.lg__653df5a6{gap:12px}.chipGroup__50ea6e97.md__62a502da,.chipGroup__50ea6e97.sm__d67ac84a{gap:8px}.confirm__4c4b3f9e{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__4c4b3f9e.isInLightBox__d998b307{max-width:800px}.confirm__4c4b3f9e.isInSideOverlaySM__a24e6ae1{max-width:416px}.confirm__4c4b3f9e.isInSideOverlayMD__f624126f{max-width:536px}.confirm__4c4b3f9e.isInSideOverlayLG__21b03166{max-width:736px}.confirmCloseButton__ba517db4{position:absolute;top:24px;right:24px}.confirmContent__0e618286{margin-bottom:24px;padding-right:56px}.confirmControls__4ae2942d{white-space:nowrap}.confirmContentTitle__67816588{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__ba517db4{top:16px;right:16px}.confirmContent__0e618286{margin-bottom:16px}}.divider__a646daf7{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-10-0);border:none}.marginTopSize-4__ab7f751b{margin-top:4px}.marginBottomSize-4__76e3f58d{margin-bottom:4px}.marginTopSize-8__eaeb46b6{margin-top:8px}.marginBottomSize-8__785caf85{margin-bottom:8px}.marginTopSize-12__26829e28{margin-top:12px}.marginBottomSize-12__58bd7ee5{margin-bottom:12px}.marginTopSize-16__5cf409b6{margin-top:16px}.marginBottomSize-16__abb54ac0{margin-bottom:16px}.marginTopSize-20__01b7218b{margin-top:20px}.marginBottomSize-20__53b3c254{margin-bottom:20px}.marginTopSize-24__b3261d20{margin-top:24px}.marginBottomSize-24__02692f65{margin-bottom:24px}.marginTopSize-28__3b0a5f5e{margin-top:28px}.marginBottomSize-28__2dab2294{margin-bottom:28px}.marginTopSize-32__7dcf84ad{margin-top:32px}.marginBottomSize-32__636221ab{margin-bottom:32px}.listMasterChipGroup__3133c072{padding:0 16px}.listMasterFooter__744b38ea{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-10-0);color:var(--triplex-next-ListMaster-Footer_Color-0-10-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__744b38ea.sticky__25110447{position:sticky;bottom:0}.listMasterFooterDescription__753916af{padding-right:16px}.listMasterFooterControls__9262cade{white-space:nowrap}.listMasterHeader__c16d397f{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-10-0);color:var(--triplex-next-ListMaster-Header_Color-0-10-0)}.listMasterHeader__c16d397f.sticky__25110447{position:sticky;top:0;z-index:1}.selectionControls__d23f40c7{display:flex;justify-content:space-between;align-items:center}.uploadZone__4c3b7e17{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-10-0)}.uploadZone__4c3b7e17:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-10-0)}.uploadZoneDragArea__c53ea8c5{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-10-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__62d2a2eb{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-10-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-10-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-10-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__89baa80a{display:none}button.helpBoxButton__1faf78ac{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__fec78cf4{padding-right:16px}.dateRange__3472f1d6{display:flex;align-items:center}.dateRangeButton__3316b20f{z-index:1}.separator__8b170546{width:20px;height:20px;flex-shrink:0}.tagColor__4eb1d9cb{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__4eb1d9cb.sm__56c5d41d{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__4eb1d9cb.md__a2bc09a2{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__4eb1d9cb.lg__3e8e3f17{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__4eb1d9cb.default__bb504242{background:var(--triplex-next-TagColor-Background_Default-0-10-0)}.tagColor__4eb1d9cb.success__31faaa70{background:var(--triplex-next-TagColor-Background_Success-0-10-0)}.tagColor__4eb1d9cb.info__ab626d3f{background:var(--triplex-next-TagColor-Background_Info-0-10-0)}.tagColor__4eb1d9cb.warning__679e0116{background:var(--triplex-next-TagColor-Background_Warning-0-10-0)}.tagColor__4eb1d9cb.error__efecbe89{background:var(--triplex-next-TagColor-Background_Error-0-10-0)}.content__e2e4a3a0{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-10-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)}
|