@sberbusiness/triplex-next 1.11.1 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/chunks/AlertProcessSpoiler-CKP4h8-E.js +39 -0
- package/chunks/CalendarViewItem-h3bxNCuW.js +101 -0
- package/chunks/Card.module-bJptPqpj.js +17 -0
- package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +14 -0
- package/chunks/{Chip-cfCxiRgH.js → Chip-DaZ9JtW-.js} +15 -15
- package/chunks/Confirm.module-BF4VDMnq.js +15 -0
- package/chunks/{DropdownListItem-DmNoGI25.js → DropdownListItem-D52nAe3Z.js} +7 -7
- package/chunks/DropdownMobile.module-ClkvaJLd.js +23 -0
- package/chunks/Footer.module-QvomhMbc.js +9 -0
- package/chunks/{FormFieldInput-8PHiOrKp.js → FormFieldInput-GtoWWQRE.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +9 -0
- package/chunks/HeaderTabs.module-jYlPSHw3.js +9 -0
- package/chunks/{HeaderTitle.module-Br1uSnXp.js → HeaderTitle.module-Bvdyra1H.js} +2 -2
- package/chunks/IslandAccordion.module-Z_pjfKJd.js +25 -0
- package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +9 -0
- package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +9 -0
- package/chunks/{LightBoxContent-BsgLiqBK.js → LightBoxContent-BXDZ6C5k.js} +8 -8
- package/chunks/LightBoxControls.module-BkOqYjOz.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +8 -0
- package/chunks/{ListItemControlsButton-Di_xvf2z.js → ListItemControlsButton-BHqWsm74.js} +12 -12
- package/chunks/ListItemTail.module-CunfwMYT.js +12 -0
- package/chunks/ListMasterFooter.module-Dtv2xqml.js +10 -0
- package/chunks/ModalWindow.module-BHX3St6k.js +17 -0
- package/chunks/Notification.module-C4_TLm8a.js +21 -0
- package/chunks/Overlay.module-B6Jld0v6.js +18 -0
- package/chunks/Page.module-2EjEIDnt.js +11 -0
- package/chunks/{RightBorderArrow-CCP2YL7m.js → RightBorderArrow-BomPWl1J.js} +6 -6
- package/chunks/SMSField.module-BKVjFcIn.js +16 -0
- package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +15 -0
- package/chunks/SliderExtendedRail-D96vBE1q.js +40 -0
- package/chunks/StatusTracker.module-BKem67MH.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bxhju9ds.js → SuggestFieldMobileDropdownHint-CmJLz6qx.js} +2 -2
- package/chunks/TableFooter.module-BAduw_pb.js +14 -0
- package/chunks/TabsExtended.module-D_KXJPSZ.js +16 -0
- package/chunks/TabsLine.module-COfUYGXF.js +21 -0
- package/chunks/TooltipDesktop.module-CG3_T63F.js +19 -0
- package/chunks/TreeView.module-CtJTgfbr.js +9 -0
- package/chunks/UploadZoneInput-scXVyf90.js +33 -0
- package/chunks/{utils-ByxsWSQj.js → utils-B-KTHE01.js} +4 -4
- package/chunks/utils-C_xmindK.js +27 -0
- package/chunks/utils-CkGPjHGm.js +73 -0
- package/chunks/utils-esDpM0b2.js +24 -0
- package/chunks/utils-yLrEzIHN.js +36 -0
- package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- 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 +44 -36
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +20 -20
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +18 -18
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +11 -11
- 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 +7 -7
- package/components/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +4 -4
- 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 +8 -8
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +14 -14
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +3 -3
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- 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 +96 -99
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -95
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +149 -149
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +51 -45
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +9 -9
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/index.js +16 -15
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +43 -44
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +6 -6
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +17 -17
- 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 +26 -26
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -12
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +2 -2
- package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
- 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 +11 -11
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- 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 +21 -16
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- 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 +16 -16
- package/components/Radio/RadioXGroup.js +15 -15
- 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 +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- 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 +7 -7
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +16 -16
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +6 -6
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +16 -16
- 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 +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +34 -33
- 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 +1 -1
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +18 -18
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
- package/components/TopOverlay/TopOverlay.js +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 +15 -15
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +19 -19
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +69 -91
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +556 -547
- package/consts/DateConst.js +1 -1
- package/index.d.ts +123 -33
- package/index.js +598 -589
- package/package.json +10 -2
- package/styles/triplex-next.css +534 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BD_Gn-Dt.js +0 -39
- package/chunks/CalendarViewItem-D4xPCMNk.js +0 -101
- package/chunks/Card.module-Bhthde3h.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BiRkBMQF.js +0 -11
- package/chunks/Confirm.module-DFlXoQgj.js +0 -15
- package/chunks/DropdownMobile.module-GlVoDQNA.js +0 -23
- package/chunks/Footer.module-DF8KqUFe.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Dyup0YXT.js +0 -9
- package/chunks/HeaderTabs.module-BOk45fdD.js +0 -9
- package/chunks/IslandAccordion.module-DBJCDTU5.js +0 -25
- package/chunks/IslandWidgetFooter.module-Cm4qltRz.js +0 -9
- package/chunks/IslandWidgetHeader.module-DNGkgtxt.js +0 -9
- package/chunks/LightBoxControls.module-D0jwVGM3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CRGNy4wB.js +0 -8
- package/chunks/ListItemTail.module-8hOMglSb.js +0 -12
- package/chunks/ListMasterFooter.module-BqDaSIa3.js +0 -10
- package/chunks/ModalWindow.module-D64WOEok.js +0 -17
- package/chunks/Notification.module-D_VFaM4r.js +0 -21
- package/chunks/Overlay.module-CQqFoPPv.js +0 -18
- package/chunks/Page.module-7Rk0weox.js +0 -11
- package/chunks/SMSField.module-BYMY_yYk.js +0 -16
- package/chunks/SliderExtendedMarks.module-DXK4tjpP.js +0 -15
- package/chunks/SliderExtendedRail-DgAU6Her.js +0 -40
- package/chunks/StatusTracker.module-BKN8QleZ.js +0 -24
- package/chunks/TableFooter.module-BCg7kNAi.js +0 -14
- package/chunks/TabsExtended.module--zTP2nly.js +0 -16
- package/chunks/TabsLine.module-JVvza8Eg.js +0 -21
- package/chunks/TooltipDesktop.module-CKhpsiwl.js +0 -19
- package/chunks/TreeView.module-BdAF2m9x.js +0 -9
- package/chunks/UploadZoneInput-BYbkWwSb.js +0 -35
- package/chunks/utils-B8d-0n8_.js +0 -36
- package/chunks/utils-DSD_i5Q7.js +0 -73
- package/chunks/utils-DVMlFgJB.js +0 -24
- package/chunks/utils-uus5lwmy.js +0 -27
- package/components/DesignTokens/components/AmountField.js +0 -11
package/styles/triplex-next.css
CHANGED
|
@@ -1,535 +1,534 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-1-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-1-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-1-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-1-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-1-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-1-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-1-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-1-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-1-
|
|
120
|
-
--triplex-next-
|
|
121
|
-
--triplex-next-
|
|
122
|
-
--triplex-next-Button-
|
|
123
|
-
--triplex-next-Button-
|
|
124
|
-
--triplex-next-Button-
|
|
125
|
-
--triplex-next-Button-
|
|
126
|
-
--triplex-next-Button-
|
|
127
|
-
--triplex-next-Button-
|
|
128
|
-
--triplex-next-Button-
|
|
129
|
-
--triplex-next-Button-
|
|
130
|
-
--triplex-next-Button-
|
|
131
|
-
--triplex-next-Button-
|
|
132
|
-
--triplex-next-Button-
|
|
133
|
-
--triplex-next-Button-
|
|
134
|
-
--triplex-next-Button-
|
|
135
|
-
--triplex-next-Button-
|
|
136
|
-
--triplex-next-Button-
|
|
137
|
-
--triplex-next-Button-
|
|
138
|
-
--triplex-next-Button-
|
|
139
|
-
--triplex-next-Button-
|
|
140
|
-
--triplex-next-Button-
|
|
141
|
-
--triplex-next-Button-
|
|
142
|
-
--triplex-next-Button-
|
|
143
|
-
--triplex-next-Button-
|
|
144
|
-
--triplex-next-Button-
|
|
145
|
-
--triplex-next-Button-
|
|
146
|
-
--triplex-next-Button-
|
|
147
|
-
--triplex-next-Button-
|
|
148
|
-
--triplex-next-Button-
|
|
149
|
-
--triplex-next-Button-
|
|
150
|
-
--triplex-next-Button-
|
|
151
|
-
--triplex-next-Button-
|
|
152
|
-
--triplex-next-Button-
|
|
153
|
-
--triplex-next-Button-
|
|
154
|
-
--triplex-next-Button-
|
|
155
|
-
--triplex-next-Button-
|
|
156
|
-
--triplex-next-Button-
|
|
157
|
-
--triplex-next-Button-
|
|
158
|
-
--triplex-next-Button-
|
|
159
|
-
--triplex-next-Button-
|
|
160
|
-
--triplex-next-Button-
|
|
161
|
-
--triplex-next-Button-
|
|
162
|
-
--triplex-next-Button-
|
|
163
|
-
--triplex-next-
|
|
164
|
-
--triplex-next-Calendar-
|
|
165
|
-
--triplex-next-Calendar-
|
|
166
|
-
--triplex-next-Calendar-
|
|
167
|
-
--triplex-next-Calendar-
|
|
168
|
-
--triplex-next-Calendar-
|
|
169
|
-
--triplex-next-Calendar-
|
|
170
|
-
--triplex-next-Calendar-
|
|
171
|
-
--triplex-next-Calendar-
|
|
172
|
-
--triplex-next-Calendar-
|
|
173
|
-
--triplex-next-Calendar-
|
|
174
|
-
--triplex-next-Calendar-
|
|
175
|
-
--triplex-next-Calendar-
|
|
176
|
-
--triplex-next-Calendar-
|
|
177
|
-
--triplex-next-Calendar-
|
|
178
|
-
--triplex-next-Calendar-
|
|
179
|
-
--triplex-next-Calendar-
|
|
180
|
-
--triplex-next-Calendar-
|
|
181
|
-
--triplex-next-Calendar-
|
|
182
|
-
--triplex-next-Calendar-
|
|
183
|
-
--triplex-next-Calendar-
|
|
184
|
-
--triplex-next-Calendar-
|
|
185
|
-
--triplex-next-Calendar-
|
|
186
|
-
--triplex-next-Calendar-
|
|
187
|
-
--triplex-next-Calendar-
|
|
188
|
-
--triplex-next-Calendar-
|
|
189
|
-
--triplex-next-Calendar-
|
|
190
|
-
--triplex-next-Calendar-
|
|
191
|
-
--triplex-next-Calendar-
|
|
192
|
-
--triplex-next-
|
|
193
|
-
--triplex-next-Card-
|
|
194
|
-
--triplex-next-Card-
|
|
195
|
-
--triplex-next-Card-
|
|
196
|
-
--triplex-next-Card-
|
|
197
|
-
--triplex-next-Card-
|
|
198
|
-
--triplex-next-Card-
|
|
199
|
-
--triplex-next-Card-
|
|
200
|
-
--triplex-next-Card-
|
|
201
|
-
--triplex-next-Card-
|
|
202
|
-
--triplex-next-Card-
|
|
203
|
-
--triplex-next-Card-
|
|
204
|
-
--triplex-next-Card-
|
|
205
|
-
--triplex-next-Card-
|
|
206
|
-
--triplex-next-Card-
|
|
207
|
-
--triplex-next-
|
|
208
|
-
--triplex-next-Checkbox-
|
|
209
|
-
--triplex-next-Checkbox-
|
|
210
|
-
--triplex-next-Checkbox-
|
|
211
|
-
--triplex-next-Checkbox-
|
|
212
|
-
--triplex-next-Checkbox-
|
|
213
|
-
--triplex-next-Checkbox-
|
|
214
|
-
--triplex-next-Checkbox-
|
|
215
|
-
--triplex-next-Checkbox-
|
|
216
|
-
--triplex-next-Checkbox-
|
|
217
|
-
--triplex-next-Checkbox-
|
|
218
|
-
--triplex-next-Checkbox-
|
|
219
|
-
--triplex-next-Checkbox-
|
|
220
|
-
--triplex-next-Checkbox-
|
|
221
|
-
--triplex-next-
|
|
222
|
-
--triplex-next-Chip-
|
|
223
|
-
--triplex-next-Chip-
|
|
224
|
-
--triplex-next-Chip-
|
|
225
|
-
--triplex-next-Chip-
|
|
226
|
-
--triplex-next-Chip-
|
|
227
|
-
--triplex-next-Chip-
|
|
228
|
-
--triplex-next-Chip-
|
|
229
|
-
--triplex-next-Chip-
|
|
230
|
-
--triplex-next-Chip-
|
|
231
|
-
--triplex-next-Chip-
|
|
232
|
-
--triplex-next-Chip-
|
|
233
|
-
--triplex-next-Chip-
|
|
234
|
-
--triplex-next-Chip-
|
|
235
|
-
--triplex-next-Chip-
|
|
236
|
-
--triplex-next-Chip-
|
|
237
|
-
--triplex-next-Chip-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-Dropdown-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-DropdownList-
|
|
243
|
-
--triplex-next-DropdownList-
|
|
244
|
-
--triplex-next-DropdownList-
|
|
245
|
-
--triplex-next-
|
|
246
|
-
--triplex-next-DropdownMobile-
|
|
247
|
-
--triplex-next-DropdownMobile-
|
|
248
|
-
--triplex-next-DropdownMobile-
|
|
249
|
-
--triplex-next-DropdownMobile-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-DropdownMobileList-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-
|
|
254
|
-
--triplex-next-FormField-
|
|
255
|
-
--triplex-next-FormField-
|
|
256
|
-
--triplex-next-FormField-
|
|
257
|
-
--triplex-next-FormField-
|
|
258
|
-
--triplex-next-FormField-
|
|
259
|
-
--triplex-next-FormField-
|
|
260
|
-
--triplex-next-FormField-
|
|
261
|
-
--triplex-next-FormField-
|
|
262
|
-
--triplex-next-FormField-
|
|
263
|
-
--triplex-next-FormField-
|
|
264
|
-
--triplex-next-FormField-
|
|
265
|
-
--triplex-next-FormField-
|
|
266
|
-
--triplex-next-FormField-
|
|
267
|
-
--triplex-next-FormField-
|
|
268
|
-
--triplex-next-FormField-
|
|
269
|
-
--triplex-next-FormField-
|
|
270
|
-
--triplex-next-FormField-
|
|
271
|
-
--triplex-next-FormField-
|
|
272
|
-
--triplex-next-FormField-
|
|
273
|
-
--triplex-next-
|
|
274
|
-
--triplex-next-
|
|
275
|
-
--triplex-next-Island-
|
|
276
|
-
--triplex-next-Island-
|
|
277
|
-
--triplex-next-Island-
|
|
278
|
-
--triplex-next-Island-
|
|
279
|
-
--triplex-next-Island-
|
|
280
|
-
--triplex-next-
|
|
281
|
-
--triplex-next-IslandAccordion-
|
|
282
|
-
--triplex-next-IslandAccordion-
|
|
283
|
-
--triplex-next-IslandAccordion-
|
|
284
|
-
--triplex-next-
|
|
285
|
-
--triplex-next-IslandWidget-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-LightBox-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-Link-
|
|
290
|
-
--triplex-next-Link-
|
|
291
|
-
--triplex-next-Link-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-ListItem-
|
|
294
|
-
--triplex-next-ListItem-
|
|
295
|
-
--triplex-next-ListItem-
|
|
296
|
-
--triplex-next-
|
|
297
|
-
--triplex-next-ListItemControlsButton-
|
|
298
|
-
--triplex-next-ListItemControlsButton-
|
|
299
|
-
--triplex-next-ListItemControlsButton-
|
|
300
|
-
--triplex-next-ListItemControlsButton-
|
|
301
|
-
--triplex-next-ListItemControlsButton-
|
|
302
|
-
--triplex-next-
|
|
303
|
-
--triplex-next-ListMaster-
|
|
304
|
-
--triplex-next-ListMaster-
|
|
305
|
-
--triplex-next-ListMaster-
|
|
306
|
-
--triplex-next-ListMaster-
|
|
307
|
-
--triplex-next-
|
|
308
|
-
--triplex-next-Loader-
|
|
309
|
-
--triplex-next-Loader-
|
|
310
|
-
--triplex-next-
|
|
311
|
-
--triplex-next-LoaderScreen-
|
|
312
|
-
--triplex-next-LoaderScreen-
|
|
313
|
-
--triplex-next-
|
|
314
|
-
--triplex-next-Marker-
|
|
315
|
-
--triplex-next-Marker-
|
|
316
|
-
--triplex-next-Marker-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-
|
|
319
|
-
--triplex-next-ModalWindow-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-Notification-
|
|
323
|
-
--triplex-next-Notification-
|
|
324
|
-
--triplex-next-Notification-
|
|
325
|
-
--triplex-next-
|
|
326
|
-
--triplex-next-Overlay-
|
|
327
|
-
--triplex-next-
|
|
328
|
-
--triplex-next-Pagination-
|
|
329
|
-
--triplex-next-Pagination-
|
|
330
|
-
--triplex-next-Pagination-
|
|
331
|
-
--triplex-next-Pagination-
|
|
332
|
-
--triplex-next-
|
|
333
|
-
--triplex-next-Radio-
|
|
334
|
-
--triplex-next-Radio-
|
|
335
|
-
--triplex-next-Radio-
|
|
336
|
-
--triplex-next-Radio-
|
|
337
|
-
--triplex-next-Radio-
|
|
338
|
-
--triplex-next-Radio-
|
|
339
|
-
--triplex-next-Radio-
|
|
340
|
-
--triplex-next-Radio-
|
|
341
|
-
--triplex-next-Radio-
|
|
342
|
-
--triplex-next-Radio-
|
|
343
|
-
--triplex-next-Radio-
|
|
344
|
-
--triplex-next-Radio-
|
|
345
|
-
--triplex-next-
|
|
346
|
-
--triplex-next-SegmentedControl-
|
|
347
|
-
--triplex-next-SegmentedControl-
|
|
348
|
-
--triplex-next-SegmentedControl-
|
|
349
|
-
--triplex-next-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-
|
|
399
|
-
--triplex-next-
|
|
400
|
-
--triplex-next-Skeleton-
|
|
401
|
-
--triplex-next-Skeleton-
|
|
402
|
-
--triplex-next-Skeleton-
|
|
403
|
-
--triplex-next-
|
|
404
|
-
--triplex-next-SmallInput-
|
|
405
|
-
--triplex-next-SmallInput-
|
|
406
|
-
--triplex-next-SmallInput-
|
|
407
|
-
--triplex-next-
|
|
408
|
-
--triplex-next-SMSField-
|
|
409
|
-
--triplex-next-SMSField-
|
|
410
|
-
--triplex-next-SMSField-
|
|
411
|
-
--triplex-next-SMSField-
|
|
412
|
-
--triplex-next-SMSField-
|
|
413
|
-
--triplex-next-
|
|
414
|
-
--triplex-next-Slider-
|
|
415
|
-
--triplex-next-Slider-
|
|
416
|
-
--triplex-next-Slider-
|
|
417
|
-
--triplex-next-Slider-
|
|
418
|
-
--triplex-next-Slider-
|
|
419
|
-
--triplex-next-Slider-
|
|
420
|
-
--triplex-next-Slider-
|
|
421
|
-
--triplex-next-Slider-
|
|
422
|
-
--triplex-next-Slider-
|
|
423
|
-
--triplex-next-Slider-
|
|
424
|
-
--triplex-next-Slider-
|
|
425
|
-
--triplex-next-Slider-
|
|
426
|
-
--triplex-next-Slider-
|
|
427
|
-
--triplex-next-Slider-
|
|
428
|
-
--triplex-next-Slider-
|
|
429
|
-
--triplex-next-Slider-
|
|
430
|
-
--triplex-next-
|
|
431
|
-
--triplex-next-StatusTracker-
|
|
432
|
-
--triplex-next-StatusTracker-
|
|
433
|
-
--triplex-next-StatusTracker-
|
|
434
|
-
--triplex-next-StatusTracker-
|
|
435
|
-
--triplex-next-StatusTracker-
|
|
436
|
-
--triplex-next-StatusTracker-
|
|
437
|
-
--triplex-next-StatusTracker-
|
|
438
|
-
--triplex-next-StatusTracker-
|
|
439
|
-
--triplex-next-
|
|
440
|
-
--triplex-next-Step-
|
|
441
|
-
--triplex-next-Step-
|
|
442
|
-
--triplex-next-Step-
|
|
443
|
-
--triplex-next-Step-
|
|
444
|
-
--triplex-next-Step-
|
|
445
|
-
--triplex-next-Step-
|
|
446
|
-
--triplex-next-Step-
|
|
447
|
-
--triplex-next-Step-
|
|
448
|
-
--triplex-next-Step-
|
|
449
|
-
--triplex-next-Step-
|
|
450
|
-
--triplex-next-Step-
|
|
451
|
-
--triplex-next-
|
|
452
|
-
--triplex-next-Stepper-
|
|
453
|
-
--triplex-next-Stepper-
|
|
454
|
-
--triplex-next-Stepper-
|
|
455
|
-
--triplex-next-Stepper-
|
|
456
|
-
--triplex-next-Stepper-
|
|
457
|
-
--triplex-next-Stepper-
|
|
458
|
-
--triplex-next-Stepper-
|
|
459
|
-
--triplex-next-Stepper-
|
|
460
|
-
--triplex-next-Stepper-
|
|
461
|
-
--triplex-next-Stepper-
|
|
462
|
-
--triplex-next-Stepper-
|
|
463
|
-
--triplex-next-Stepper-
|
|
464
|
-
--triplex-next-Stepper-
|
|
465
|
-
--triplex-next-Stepper-
|
|
466
|
-
--triplex-next-Stepper-
|
|
467
|
-
--triplex-next-Stepper-
|
|
468
|
-
--triplex-next-Stepper-
|
|
469
|
-
--triplex-next-Stepper-
|
|
470
|
-
--triplex-next-
|
|
471
|
-
--triplex-next-TableBasic-
|
|
472
|
-
--triplex-next-TableBasic-
|
|
473
|
-
--triplex-next-TableBasic-
|
|
474
|
-
--triplex-next-TableBasic-
|
|
475
|
-
--triplex-next-TableBasic-
|
|
476
|
-
--triplex-next-TableBasic-
|
|
477
|
-
--triplex-next-TableBasic-
|
|
478
|
-
--triplex-next-TableBasic-
|
|
479
|
-
--triplex-next-TableBasic-
|
|
480
|
-
--triplex-next-
|
|
481
|
-
--triplex-next-Tabs-
|
|
482
|
-
--triplex-next-Tabs-
|
|
483
|
-
--triplex-next-Tabs-
|
|
484
|
-
--triplex-next-Tabs-
|
|
485
|
-
--triplex-next-Tabs-
|
|
486
|
-
--triplex-next-Tabs-
|
|
487
|
-
--triplex-next-Tabs-
|
|
488
|
-
--triplex-next-Tabs-
|
|
489
|
-
--triplex-next-Tabs-
|
|
490
|
-
--triplex-next-Tabs-
|
|
491
|
-
--triplex-next-Tabs-
|
|
492
|
-
--triplex-next-Tabs-
|
|
493
|
-
--triplex-next-Tabs-
|
|
494
|
-
--triplex-next-Tabs-
|
|
495
|
-
--triplex-next-Tabs-
|
|
496
|
-
--triplex-next-
|
|
497
|
-
--triplex-next-
|
|
498
|
-
--triplex-next-TagColor-
|
|
499
|
-
--triplex-next-TagColor-
|
|
500
|
-
--triplex-next-TagColor-
|
|
501
|
-
--triplex-next-TagColor-
|
|
502
|
-
--triplex-next-TagColor-
|
|
503
|
-
--triplex-next-
|
|
504
|
-
--triplex-next-TabsLine-
|
|
505
|
-
--triplex-next-TabsLine-
|
|
506
|
-
--triplex-next-TabsLine-
|
|
507
|
-
--triplex-next-
|
|
508
|
-
--triplex-next-Tooltip-
|
|
509
|
-
--triplex-next-Tooltip-
|
|
510
|
-
--triplex-next-Tooltip-
|
|
511
|
-
--triplex-next-Tooltip-
|
|
512
|
-
--triplex-next-Tooltip-
|
|
513
|
-
--triplex-next-Tooltip-
|
|
514
|
-
--triplex-next-Tooltip-
|
|
515
|
-
--triplex-next-Tooltip-
|
|
516
|
-
--triplex-next-Tooltip-
|
|
517
|
-
--triplex-next-
|
|
518
|
-
--triplex-next-
|
|
519
|
-
--triplex-next-Typography-
|
|
520
|
-
--triplex-next-Typography-
|
|
521
|
-
--triplex-next-Typography-
|
|
522
|
-
--triplex-next-Typography-
|
|
523
|
-
--triplex-next-Typography-
|
|
524
|
-
--triplex-next-Typography-
|
|
525
|
-
--triplex-next-Typography-
|
|
526
|
-
--triplex-next-Typography-
|
|
527
|
-
--triplex-next-Typography-
|
|
528
|
-
--triplex-next-Typography-
|
|
529
|
-
--triplex-next-
|
|
530
|
-
--triplex-next-UploadZone-
|
|
531
|
-
--triplex-next-UploadZone-
|
|
532
|
-
--triplex-next-UploadZone-
|
|
533
|
-
--triplex-next-UploadZone-
|
|
534
|
-
--triplex-next-UploadZone-DragArea_BorderColor-1-11-1: #21A19A;}
|
|
535
|
-
.underline__7f315e2c{text-decoration:underline}.strikethrough__ac500b7e{text-decoration:line-through}.underlineStrikethrough__10eead73{text-decoration:underline line-through}.typography__3aede36b.primary__1756c37b{color:var(--triplex-next-Typography-Primary_Color-1-11-1)}.typography__3aede36b.complementary__286edd87{color:var(--triplex-next-Typography-Complementary_Color-1-11-1)}.typography__3aede36b.secondary__ddecd612{color:var(--triplex-next-Typography-Secondary_Color-1-11-1)}.typography__3aede36b.tertiary__378740a0{color:var(--triplex-next-Typography-Tertiary_Color-1-11-1)}.typography__3aede36b.disabled__e1d572c5{color:var(--triplex-next-Typography-Disabled_Color-1-11-1)}.typography__3aede36b.brand__0cd4a715{color:var(--triplex-next-Typography-Brand_Color-1-11-1);-webkit-user-select:none;user-select:none}.typography__3aede36b.info__d97bf3f6{color:var(--triplex-next-Typography-Info_Color-1-11-1)}.typography__3aede36b.success__11c2720c{color:var(--triplex-next-Typography-Success_Color-1-11-1)}.typography__3aede36b.error__e5b70900{color:var(--triplex-next-Typography-Error_Color-1-11-1)}.typography__3aede36b.warning__ee0fb1b2{color:var(--triplex-next-Typography-Warning_Color-1-11-1)}.typography__3aede36b.system__c9981c9f{color:var(--triplex-next-Typography-System_Color-1-11-1)}.typography__3aede36b.compact__124bb0fd{line-height:calc(16 / 14)}.title__65372292{outline:none}.title__65372292.regular__fe9be43f{font-family:SBSansDisplay}.title__65372292.semibold__878f68e0{font-family:SBSansDisplaySemibold}.title__65372292.medium__342459aa{font-family:SBSansDisplayMedium}.title__65372292.bold__8ab4e055{font-family:SBSansDisplayBold}.h1__a0a50825,.h2__0f940c89,.h3__739e779d{margin:0}.h1__a0a50825{font-size:28px;line-height:36px}.h2__0f940c89{font-size:24px;line-height:32px}.h3__739e779d{font-size:20px;line-height:28px}.text__bb17faf8{outline:none}.text__bb17faf8.regular__fe9be43f{font-family:SBSansText}.text__bb17faf8.semibold__878f68e0{font-family:SBSansTextSemibold}.b1__c44609e6{font-size:18px;line-height:24px}.b2__ece367c6{font-size:16px;line-height:20px}.b3__67d06ee6{font-size:14px;line-height:20px}.b3__67d06ee6.compact__124bb0fd{line-height:16px}.b4__cfe6a255{font-size:12px;line-height:16px}.caption__292f392c.regular__fe9be43f{font-family:SBSansText}.caption__292f392c.semibold__878f68e0{font-family:SBSansTextSemibold}.c1__ac200cde{font-size:10px;line-height:12px}.c2__a0d9002d{font-size:8px;line-height:10px}.d1__f85486d5{font-size:32px;line-height:40px}.d1__f85486d5.regular__fe9be43f{font-family:SBSansDisplay}.d1__f85486d5.semibold__878f68e0{font-family:SBSansDisplaySemibold}.formFieldInput__1557de33{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-11-1)}.formFieldInput__1557de33:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-11-1)}.formFieldInput__1557de33::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-11-1);opacity:0;transition:opacity .3s ease-out}.formFieldInput__1557de33:focus{outline:none}.formFieldInput__1557de33:focus::placeholder{opacity:1}.formFieldInput__1557de33:-webkit-autofill{animation-name:autofill-applied-hook__8c34f6cd;animation-duration:1ms}.formFieldInput__1557de33:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__501fd18f;animation-duration:1ms}.formFieldInput__1557de33.sm__5a255055{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__1557de33.md__1f0ab4ff{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__1557de33.lg__1185160a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__8c34f6cd{0%{transform:none}}@keyframes autofill-cancelled-hook__501fd18f{0%{transform:none}}.formField__986f881d{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-11-1);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-11-1);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__986f881d:hover{background:var(--triplex-next-FormField-Background_Hover-1-11-1)}.formField__986f881d.disabled__e13addd9{background:var(--triplex-next-FormField-Background_Disabled-1-11-1)}.formField__986f881d.active__b4336e61{background:var(--triplex-next-FormField-Background_Active-1-11-1);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-11-1)}.formField__986f881d.active__b4336e61::placeholder{opacity:1}.formField__986f881d.error__076c75fe{background:var(--triplex-next-FormField-Background_Error-1-11-1)}.formField__986f881d.error__076c75fe:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-11-1)}.formField__986f881d.error__076c75fe.active__b4336e61{background:var(--triplex-next-FormField-Background_Error-1-11-1);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-11-1)}.formField__986f881d.warning__99282946{background:var(--triplex-next-FormField-Background_Warning-1-11-1)}.formField__986f881d.warning__99282946:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-11-1)}.formField__986f881d.warning__99282946.active__b4336e61{background:var(--triplex-next-FormField-Background_Warning-1-11-1);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-11-1)}.formField__986f881d.size-sm__91ebcf09{border-radius:6px}.formField__986f881d.size-md__ca8be5e4{border-radius:8px}.formField__986f881d.size-lg__9e5a03ad{border-radius:10px}.formFieldDescription__30222803{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__30222803.withCounter__f6679a9a{display:flex;justify-content:space-between}.formFieldLabel__bfd7b85d{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__bfd7b85d.size-sm__91ebcf09{top:6px}.formFieldLabel__bfd7b85d.size-md__ca8be5e4{top:10px}.formFieldLabel__bfd7b85d.size-lg__9e5a03ad{top:18px}.formFieldLabel__bfd7b85d.size-lg__9e5a03ad.floating__b4c7ae7a{top:10px}.formFieldLabelText__d1b4fc9d{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-11-1);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__91ebcf09 .formFieldLabelText__d1b4fc9d{font-size:12px;line-height:16px}.size-md__ca8be5e4 .formFieldLabelText__d1b4fc9d{font-size:14px;line-height:20px}.size-lg__9e5a03ad .formFieldLabelText__d1b4fc9d{font-size:16px;line-height:20px}.floating__b4c7ae7a .formFieldLabelText__d1b4fc9d{font-size:12px;line-height:16px}.floating__b4c7ae7a.size-sm__91ebcf09 .formFieldLabelText__d1b4fc9d,.floating__b4c7ae7a.size-md__ca8be5e4 .formFieldLabelText__d1b4fc9d{display:none}.disabled__e13addd9 .formFieldLabelText__d1b4fc9d{color:var(--triplex-next-FormField-Label_Color_Disabled-1-11-1)}.formFieldPostfix__d020c071{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__a9177edc{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__91c6c9dd{padding-left:4px}.formFieldMaskedInputWrapper__17bf1e66{position:relative}.formFieldMaskedInputWrapper__17bf1e66 .formFieldMaskedInputPlaceholder__858b0485{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__17bf1e66 .formFieldMaskedInputPlaceholder__858b0485::placeholder{opacity:1}.formFieldMaskedInputWrapper__17bf1e66 .formFieldMaskedInputPlaceholder__858b0485:disabled{visibility:hidden}.formFieldMaskedInputWrapper__17bf1e66.size-sm__91ebcf09{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__17bf1e66.size-sm__91ebcf09 .formFieldMaskedInputPlaceholder__858b0485{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__17bf1e66.size-md__ca8be5e4{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__17bf1e66.size-md__ca8be5e4 .formFieldMaskedInputPlaceholder__858b0485{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__17bf1e66.size-lg__9e5a03ad{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__17bf1e66.size-lg__9e5a03ad .formFieldMaskedInputPlaceholder__858b0485{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__17bf1e66 .formFieldMaskedInput__0c242891{display:block;position:relative;background:none!important}.dropdownDesktop__720c05eb{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-11-1);background-color:var(--triplex-next-Dropdown-Background-1-11-1)}.dropdownDesktop-sm__76179584{border-radius:6px}.dropdownDesktop-md__6ab39bb1{border-radius:8px}.dropdownDesktop-lg__7efd146e{border-radius:10px}.dropdownDesktopOverflowHidden__e36ab6cd{overflow:hidden}.dropdownMobileWrapper__b39929ce{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__67e7d913{background:var(--triplex-next-DropdownMobile-Backdrop-1-11-1);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__67e7d913.closing__1dd8c2d7{opacity:0}.dropdownMobileBackdrop__67e7d913.opening__f30ada40,.dropdownMobileBackdrop__67e7d913.opened__e547ebd2{opacity:var(--triplex-DropdownMobile-Opacity-1-11-1)}.dropdownMobile__fdb545ab{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__fdb545ab.closing__1dd8c2d7{transform:translateY(100%)}.dropdownMobile__fdb545ab.opening__f30ada40,.dropdownMobile__fdb545ab.opened__e547ebd2{transform:translateY(0)}.dropdownMobileHeader__c44bd8a2{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-11-1);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__c44bd8a2 .dropdownMobileHeaderContent__952059a8{margin-right:28px;min-height:20px}.dropdownMobileContent__2e1f55b3{background:var(--triplex-next-DropdownMobile-Content_Background-1-11-1);flex-grow:1;overflow:auto}.dropdownMobileFooter__9ae3fedc{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-11-1);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-11-1);flex-shrink:1}.dropdownMobileListItem__f6760416{padding:16px}.dropdownMobileListItem__f6760416.selected__8ae01024{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-11-1)}.dropdownMobileListItem__f6760416:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-11-1)}.dropdownMobileListLoader__b3313cec{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c61fb5d9{overflow:hidden}.controlButtons__98abd1dc{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__30fe3fb9{margin-right:8px}.notificationIcon__c2e563dd{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__0af009ac{padding:4px;overflow:auto}.dropdownDesktopList__0af009ac.sm__b45d6e80{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__0af009ac.sm__b45d6e80 .dropdownDesktopListItem__863287c6{padding:6px 8px;border-radius:6px}.dropdownDesktopList__0af009ac.sm__b45d6e80 .dropdownDesktopListLoader__49957d04{margin:0 auto}.dropdownDesktopList__0af009ac.md__51d7acab{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__0af009ac.md__51d7acab .dropdownDesktopListItem__863287c6{padding:7px 8px;border-radius:8px}.dropdownDesktopList__0af009ac.md__51d7acab .dropdownDesktopListLoader__49957d04{margin:-2px auto}.dropdownDesktopList__0af009ac.lg__6e8496ae{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__0af009ac.lg__6e8496ae .dropdownDesktopListItem__863287c6{padding:14px 8px;border-radius:10px}.dropdownDesktopList__0af009ac.lg__6e8496ae .dropdownDesktopListLoader__49957d04{margin:-6px auto}.dropdownDesktopListItem__863287c6{color:var(--triplex-next-DropdownList-Color-1-11-1);background:var(--triplex-next-DropdownList-Background_Default-1-11-1);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__863287c6+.dropdownDesktopListItem__863287c6{margin-top:2px}.dropdownDesktopListItem__863287c6.active__859c4a13{background:var(--triplex-next-DropdownList-Background_Active-1-11-1);cursor:pointer}.dropdownDesktopListItem__863287c6.selected__8ae01024{background:var(--triplex-next-DropdownList-Background_Selected-1-11-1);cursor:default}.notificationIcon__6e808c29{position:absolute;right:4px;top:4px}.loaderSmall__111bec1a{display:flex;justify-content:center;align-items:center}.loaderSmall__111bec1a.sm__01a5bdbb{width:16px;height:16px;gap:2px}.loaderSmall__111bec1a.sm__01a5bdbb .dot__e317afa0{width:4px;height:4px}.loaderSmall__111bec1a.md__1a651df6{width:24px;height:24px;gap:3px}.loaderSmall__111bec1a.md__1a651df6 .dot__e317afa0{width:6px;height:6px}.loaderSmall__111bec1a.lg__625cbe15{width:32px;height:32px;gap:4px}.loaderSmall__111bec1a.lg__625cbe15 .dot__e317afa0{width:8px;height:8px}.loaderSmall__111bec1a.neutral__fdce087a .dot__e317afa0{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-11-1)}.loaderSmall__111bec1a.brand__d8804418 .dot__e317afa0{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-11-1)}.loaderSmall__111bec1a .dot__e317afa0{border-radius:50%}.loaderSmall__111bec1a .dot1__53097ae7{animation:dotCycleSmall__9dc256cf .9s infinite}.loaderSmall__111bec1a .dot2__39a8d89f{animation:dotCycleSmall__9dc256cf .9s infinite .15s}.loaderSmall__111bec1a .dot3__8cf73918{animation:dotCycleSmall__9dc256cf .9s infinite .3s}@keyframes dotCycleSmall__9dc256cf{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__bfe0d558{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-11-1);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__8c75c466{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__8c75c466 .dot__e317afa0{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-11-1);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__8c75c466 .dot1__53097ae7{top:0;left:0;animation:dotCycleMiddle__80dd9699 3s infinite}.loaderMiddleDots__8c75c466 .dot2__39a8d89f{right:0;top:0;opacity:.7;animation:dotCycleMiddle__80dd9699 3s infinite .74s}.loaderMiddleDots__8c75c466 .dot3__8cf73918{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__80dd9699 3s infinite 1.5s}.loaderMiddleDots__8c75c466 .dot4__5ee76bbf{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__80dd9699 3s infinite 2.25s}.loaderMiddleDots__8c75c466 .line__30025e26{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-11-1);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__52907579 3s infinite}@keyframes lineCycle__52907579{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__80dd9699{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__5552ecf3{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__5552ecf3:enabled{cursor:pointer}.buttonIcon__5552ecf3.circle__523a4779{border-radius:50%}.buttonIcon__5552ecf3.squircle__25ed5199{border-radius:4px}.buttonIcon__5552ecf3:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-11-1)}.dropdownMobileInput__766f89a9{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-11-1);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__766f89a9::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-11-1);opacity:1}.dropdownMobileInput__766f89a9::-ms-clear{display:none}.tabsLineWrapper__60efec26[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__60efec26[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__60efec26[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__60efec26[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__60efec26{position:relative}.tabsLineWrapper__60efec26.withSeparator__6662458c:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-11-1);bottom:0;left:0;right:0}.tabsLine__b00b0454{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__b00b0454:has(.sm__35efde85){height:28px}.tabsLine__b00b0454:has(.md__e4495700){height:40px}.tabsLine__b00b0454:has(.lg__8ab76833){height:56px}.tab__256ffb48{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__256ffb48.sm__35efde85{height:28px;padding-bottom:12px}.tab__256ffb48.md__e4495700{height:40px;padding-top:8px;padding-bottom:12px}.tab__256ffb48.lg__8ab76833{height:56px;padding-top:16px;padding-bottom:20px}.tab__256ffb48::-moz-focus-inner{border:none;padding:0}.tab__256ffb48:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-11-1)}.tab__256ffb48.active__a59f43d5{cursor:default}.tab__256ffb48: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__256ffb48:hover:after,.tab__256ffb48:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-11-1)}.tab__256ffb48.active__a59f43d5:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-11-1)}.notificationIcon__8d3be920{position:absolute;right:6px}.sm__35efde85 .notificationIcon__8d3be920{top:0}.md__e4495700 .notificationIcon__8d3be920{top:8px}.lg__8ab76833 .notificationIcon__8d3be920{top:16px}.tabsLineDropdown__54a23768{display:inline-block}.tabsLineDropdown__54a23768 .dropdownTarget__df19691c.active__a59f43d5{cursor:pointer}.tabsLineDropdown__54a23768 .dropdownTargetInner__c434c522{display:inline-flex;align-items:center}.tabsLineDropdown__54a23768 .dropdownTargetCaret__e0de5d95{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__54a23768 .dropdownTargetCaret__e0de5d95.opened__8130bf80{transform:rotate(-180deg)}.tabsLineDropdown__54a23768 .dropdown__548c07ec{right:0;padding:4px}.tabsLineMobileWrapper__dd559cd0{position:relative}.tabsLineMobileWrapper__dd559cd0 .tab__256ffb48{flex-shrink:0}.tabsLineMobileWrapper__dd559cd0 .tab__256ffb48:first-child{margin-left:16px}.tabsLineMobileWrapper__dd559cd0 .tab__256ffb48:last-child{margin-right:16px}.tabsLineMobile__8883f0ed{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__8883f0ed::-webkit-scrollbar{display:none}.label__dfba24a0{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__dfba24a0.sm__a3fa96a4{min-width:16px;min-height:16px}.label__dfba24a0.sm__a3fa96a4.nonempty__d78adf89{padding-left:24px}.label__dfba24a0.md__71856e97{min-height:24px;min-width:24px}.label__dfba24a0.md__71856e97.nonempty__d78adf89{padding-left:32px;padding-top:2px}.label__dfba24a0.lg__5f10745b{min-width:28px;min-height:28px}.label__dfba24a0.lg__5f10745b.nonempty__d78adf89{padding-left:40px;padding-top:4px}.label__dfba24a0.disabled__d1566532{cursor:default}.radio__63ea0149{margin:0;opacity:0}.radioIcon__ddd8aa89{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-11-1);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-11-1)}.radioIcon__ddd8aa89:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-11-1);border-radius:50%;transform:scale(0)}.sm__a3fa96a4 .radioIcon__ddd8aa89:after{width:8px;height:8px;top:4px;left:4px}.md__71856e97 .radioIcon__ddd8aa89:after{width:12px;height:12px;top:6px;left:6px}.lg__5f10745b .radioIcon__ddd8aa89:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__ddd8aa89,.radioIcon__ddd8aa89:after{pointer-events:none}.radio__63ea0149,.radioIcon__ddd8aa89{position:absolute;left:0;top:0}.sm__a3fa96a4 .radio__63ea0149,.sm__a3fa96a4 .radioIcon__ddd8aa89{width:16px;height:16px;top:2px}.md__71856e97 .radio__63ea0149,.md__71856e97 .radioIcon__ddd8aa89{width:24px;height:24px}.lg__5f10745b .radio__63ea0149,.lg__5f10745b .radioIcon__ddd8aa89{width:28px;height:28px}.radio__63ea0149:enabled{cursor:pointer}.radio__63ea0149:checked+.radioIcon__ddd8aa89{background:var(--triplex-next-Radio-Background_Checked_Default-1-11-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-11-1)}.radio__63ea0149:checked+.radioIcon__ddd8aa89:after{transform:scale(1);transition:transform .2s ease-out}.radio__63ea0149:hover+.radioIcon__ddd8aa89{background-color:var(--triplex-next-Radio-Background_Hover-1-11-1);box-shadow:none}.radio__63ea0149:disabled+.radioIcon__ddd8aa89{background:var(--triplex-next-Radio-Background_Disabled-1-11-1);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-11-1)}.radio__63ea0149:disabled:checked+.radioIcon__ddd8aa89{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-11-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-11-1)}.radio__63ea0149:disabled+.radioIcon__ddd8aa89:after{background:var(--triplex-next-Radio-Dot_Disabled-1-11-1)}.radio__63ea0149:focus-visible+.radioIcon__ddd8aa89{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-11-1)}.radio__63ea0149:checked:enabled:hover+.radioIcon__ddd8aa89{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-11-1)}.radioXGroup__93aa6aaf{display:inline-flex;flex-flow:row wrap}.radioXGroup__93aa6aaf.indent-12__b96d022e{margin-left:-6px;margin-right:-6px}.radioXGroup__93aa6aaf.indent-12__b96d022e .label__dfba24a0{margin-left:6px;margin-right:6px}.radioXGroup__93aa6aaf.indent-16__bed50fba{margin-left:-8px;margin-right:-8px}.radioXGroup__93aa6aaf.indent-16__bed50fba .label__dfba24a0{margin-left:8px;margin-right:8px}.radioXGroup__93aa6aaf.indent-20__a6709fda{margin-left:-10px;margin-right:-10px}.radioXGroup__93aa6aaf.indent-20__a6709fda .label__dfba24a0{margin-left:10px;margin-right:10px}.radioXGroup__93aa6aaf.indent-24__7d61e6f5{margin-left:-12px;margin-right:-12px}.radioXGroup__93aa6aaf.indent-24__7d61e6f5 .label__dfba24a0{margin-left:12px;margin-right:12px}.radioXGroup__93aa6aaf.indent-28__b855544a{margin-left:-14px;margin-right:-14px}.radioXGroup__93aa6aaf.indent-28__b855544a .label__dfba24a0{margin-left:14px;margin-right:14px}.radioXGroup__93aa6aaf.indent-32__9db1ad74{margin-left:-16px;margin-right:-16px}.radioXGroup__93aa6aaf.indent-32__9db1ad74 .label__dfba24a0{margin-left:16px;margin-right:16px}.radioYGroup__ba7c54f5{display:inline-flex;flex-flow:column wrap}.radioYGroup__ba7c54f5 .label__dfba24a0.sm__a3fa96a4+.label__dfba24a0.sm__a3fa96a4{margin-top:8px}.radioYGroup__ba7c54f5 .label__dfba24a0.md__71856e97+.label__dfba24a0.md__71856e97{margin-top:16px}.radioYGroup__ba7c54f5 .label__dfba24a0.lg__5f10745b+.label__dfba24a0.lg__5f10745b{margin-top:20px}.notification__d12e7b36{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-11-1);background:var(--triplex-next-Notification-Background-1-11-1);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-11-1);z-index:300}.notification__d12e7b36:first-child{margin-top:0}.notification__d12e7b36.extraBottomPadding__0f6ca7e5{padding-bottom:24px}.notification__d12e7b36 .notificationHeader__2395c596{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-11-1);width:100%;margin-top:0;margin-bottom:8px}.notification__d12e7b36 .notificationIcon__c05e33f7{line-height:0}.notification__d12e7b36 .notificationBody__cd29edb4{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__d12e7b36 .notificationBodyList__12bf0de0{margin-top:8px}.notification__d12e7b36 .notificationBodyContent__7db516a4{width:100%;font-size:14px}.notification__d12e7b36 .notificationClose__7721f902{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__d12e7b36.showCloseOnHover__ed0c7c82 .notificationClose__7721f902{opacity:0}.notification__d12e7b36.showCloseOnHover__ed0c7c82:hover{cursor:pointer}.notification__d12e7b36.showCloseOnHover__ed0c7c82:hover .notificationClose__7721f902{opacity:1}.notification__d12e7b36 .notificationFooter__eeb13160{display:flex;align-items:center;margin-top:16px}.notification__d12e7b36 .notificationFooter__eeb13160 button+a{margin-left:16px}.notification__d12e7b36 .notificationTime__b15fbf4e{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-11-1);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__a5af6bfe{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__a5af6bfe:hover{cursor:pointer}.notificationGroupedWrapper__a5af6bfe .notificationGroupedFooterItem__65068ab0{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-11-1);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-11-1)}.notificationGroupedWrapper__a5af6bfe .notificationGroupedFooterItem__65068ab0.first__9872e06a{bottom:-8px;z-index:200}.notificationGroupedWrapper__a5af6bfe .notificationGroupedFooterItem__65068ab0.second__0bc2c2e6{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__d12e7b36,.notificationGroupedWrapper__a5af6bfe{width:100%}}.unorderedListItem__ba00d09f:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__ba00d09f+.unorderedListItem__ba00d09f{margin-top:8px}.unorderedList__17a468dc{position:relative;margin:0;padding-left:14px;list-style:none}.button__a8f751f8.general__59d3d8a7{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-11-1);color:var(--triplex-next-Button-General_Color_Default-1-11-1)}.button__a8f751f8.general__59d3d8a7:hover{background:var(--triplex-next-Button-General_Background_Hover-1-11-1);color:var(--triplex-next-Button-General_Color_Hover-1-11-1)}.button__a8f751f8.general__59d3d8a7.expanded__1fec1199,.button__a8f751f8.general__59d3d8a7:active{background:var(--triplex-next-Button-General_Background_Active-1-11-1);color:var(--triplex-next-Button-General_Color_Active-1-11-1)}.button__a8f751f8.general__59d3d8a7:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-11-1)}.button__a8f751f8.general__59d3d8a7:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-11-1);color:var(--triplex-next-Button-General_Color_Disabled-1-11-1)}.button__a8f751f8.secondary__fe7a1dd3{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-11-1);color:var(--triplex-next-Button-Secondary_Color_Default-1-11-1)}.button__a8f751f8.secondary__fe7a1dd3:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-11-1);color:var(--triplex-next-Button-Secondary_Color_Hover-1-11-1)}.button__a8f751f8.secondary__fe7a1dd3.expanded__1fec1199,.button__a8f751f8.secondary__fe7a1dd3:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-11-1);color:var(--triplex-next-Button-Secondary_Color_Active-1-11-1)}.button__a8f751f8.secondary__fe7a1dd3:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-11-1)}.button__a8f751f8.secondary__fe7a1dd3:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-11-1);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-11-1)}.button__a8f751f8.secondaryLight__45f57f71{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-11-1);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-11-1)}.button__a8f751f8.secondaryLight__45f57f71:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-11-1);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-11-1)}.button__a8f751f8.secondaryLight__45f57f71.expanded__1fec1199,.button__a8f751f8.secondaryLight__45f57f71:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-11-1);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-11-1)}.button__a8f751f8.secondaryLight__45f57f71:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-11-1)}.button__a8f751f8.secondaryLight__45f57f71:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-11-1);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-11-1)}.button__a8f751f8.danger__8f5d4b30{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-11-1);color:var(--triplex-next-Button-Danger_Color_Default-1-11-1)}.button__a8f751f8.danger__8f5d4b30:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-11-1);color:var(--triplex-next-Button-Danger_Color_Hover-1-11-1)}.button__a8f751f8.danger__8f5d4b30.expanded__1fec1199,.button__a8f751f8.danger__8f5d4b30:active{background:var(--triplex-next-Button-Danger_Background_Active-1-11-1);color:var(--triplex-next-Button-Danger_Color_Active-1-11-1)}.button__a8f751f8.danger__8f5d4b30:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-11-1)}.button__a8f751f8.danger__8f5d4b30:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-11-1);color:var(--triplex-next-Button-Danger_Color_Disabled-1-11-1)}.button__a8f751f8.link__dd1dc6d0{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-11-1);padding:0}.button__a8f751f8.link__dd1dc6d0.sm__8bcbe050{height:28px;min-width:0px;padding:6px 2px}.button__a8f751f8.link__dd1dc6d0.md__f128e5c9{height:40px;min-width:0px;padding:10px 2px}.button__a8f751f8.link__dd1dc6d0.lg__bd9d2eb0{height:56px;min-width:0px;padding:18px 2px}.button__a8f751f8.link__dd1dc6d0:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-11-1)}.button__a8f751f8.link__dd1dc6d0.expanded__1fec1199,.button__a8f751f8.link__dd1dc6d0:active{color:var(--triplex-next-Button-Link_Color_Active-1-11-1)}.button__a8f751f8.link__dd1dc6d0:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-11-1)}.button__a8f751f8.link__dd1dc6d0:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-11-1)}.button__a8f751f8{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__a8f751f8::-moz-focus-inner{border:none;padding:0}.button__a8f751f8.sm__8bcbe050{line-height:16px;font-size:12px}.button__a8f751f8.sm__8bcbe050.general__59d3d8a7,.button__a8f751f8.sm__8bcbe050.secondary__fe7a1dd3,.button__a8f751f8.sm__8bcbe050.secondaryLight__45f57f71,.button__a8f751f8.sm__8bcbe050.danger__8f5d4b30{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__a8f751f8.sm__8bcbe050.icon__4196c40b{min-height:28px;min-width:28px;padding:4px}.button__a8f751f8.md__f128e5c9{line-height:20px;font-size:14px}.button__a8f751f8.md__f128e5c9.general__59d3d8a7,.button__a8f751f8.md__f128e5c9.secondary__fe7a1dd3,.button__a8f751f8.md__f128e5c9.secondaryLight__45f57f71,.button__a8f751f8.md__f128e5c9.danger__8f5d4b30{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__a8f751f8.md__f128e5c9.icon__4196c40b{min-height:40px;min-width:40px;padding:10px}.button__a8f751f8.lg__bd9d2eb0{line-height:20px;font-size:16px}.button__a8f751f8.lg__bd9d2eb0.general__59d3d8a7,.button__a8f751f8.lg__bd9d2eb0.secondary__fe7a1dd3,.button__a8f751f8.lg__bd9d2eb0.secondaryLight__45f57f71,.button__a8f751f8.lg__bd9d2eb0.danger__8f5d4b30{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__a8f751f8.lg__bd9d2eb0.icon__4196c40b{min-height:56px;min-width:56px;padding:12px}.button__a8f751f8:disabled{cursor:default}.button__a8f751f8:disabled *{pointer-events:none}.button__a8f751f8+.button__a8f751f8:not(.block__fccba068){margin-left:12px}.button__a8f751f8 .content__4273fb4f{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__a8f751f8.block__fccba068{display:block;width:100%}.button__a8f751f8.loading__309610d3{pointer-events:none}.button__a8f751f8.loading__309610d3 .content__4273fb4f{visibility:hidden}.button__a8f751f8 .loader__a91988b6{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__a8f751f8 .loader__a91988b6.hidden__d9c76c2b{visibility:hidden}.buttonDropdownExtended__3b8b7ebe{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__3b8b7ebe .buttonDropdownExtendedBlock__144b4f21{padding:4px;margin-top:4px;right:0}.buttonDropdown__5289d125.block__fccba068{display:block}.buttonDropdown__5289d125+.button__a8f751f8:not(.block__fccba068),.buttonDropdown__5289d125+.buttonDropdown__5289d125:not(.block__fccba068){margin-left:16px}.buttonDropdown__5289d125 .buttonDropdownTarget__ff2e6c92 .caretIcon__d6f87224{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__5289d125 .buttonDropdownTarget__ff2e6c92.active__e8749619 .caretIcon__d6f87224{transform:rotate(-180deg)}.buttonDropdown__5289d125 .buttonDropdownMenuItem__f2977d45{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__d38020f7{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__a5ea438b{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__8ac27220{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__344874a8{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-11-1);width:var(--modalWindow-screen-width, 100%)}.modalWindow__d1cfae2b{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__d1cfae2b .modalWindowContentWrapper__54278c37{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__d38020f7 .6s ease}.modalWindow__d1cfae2b .modalWindowContent__84be1818{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__d1cfae2b .modalWindowContent__84be1818 .modalWindowBody__8fb5138b{box-sizing:border-box;animation:fadeIn__a89b2839 .3s ease}@keyframes fadeIn__a89b2839{0%{opacity:0}to{opacity:1}}.modalWindow__d1cfae2b .modalWindowContent__84be1818 .spinnerSm__825316f6{display:none}@media (max-width: 767px){.modalWindow__d1cfae2b .modalWindowContent__84be1818 .spinner__ab0afebd{display:none}.modalWindow__d1cfae2b .modalWindowContent__84be1818 .spinnerSm__825316f6{display:flex}}.global-modalWindowTransition-exit .modalWindow__d1cfae2b .modalWindowContentWrapper__54278c37{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__a5ea438b .3s ease}.global-modalWindowTransition-exit .modalWindow__d1cfae2b .modalWindowContentWrapper__54278c37 .modalWindowBody__8fb5138b{animation:fadeOut__eb8a92f8 .3s ease}@keyframes fadeOut__eb8a92f8{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__bfd0d716{position:absolute;left:0;right:0;height:0}.modalWindow__d1cfae2b.sm__589491df .modalWindowContentWrapper__54278c37{max-width:480px}.modalWindow__d1cfae2b.sm__589491df .modalWindowContent__84be1818 .modalWindowBody__8fb5138b{min-height:196px}@media (max-width: 575px){.modalWindow__d1cfae2b.sm__589491df .modalWindowContentWrapper__54278c37{max-width:100%}}.modalWindow__d1cfae2b.md__87d0e69a .modalWindowContentWrapper__54278c37{max-width:600px}.modalWindow__d1cfae2b.md__87d0e69a .modalWindowContent__84be1818 .modalWindowBody__8fb5138b{min-height:246px}@media (max-width: 767px){.modalWindow__d1cfae2b.md__87d0e69a .modalWindowContentWrapper__54278c37{max-width:100%}}.modalWindow__d1cfae2b.lg__19234d1e .modalWindowContentWrapper__54278c37{max-width:800px}.modalWindow__d1cfae2b.lg__19234d1e .modalWindowContent__84be1818 .modalWindowBody__8fb5138b{min-height:396px}@media (max-width: 991px){.modalWindow__d1cfae2b.lg__19234d1e .modalWindowContentWrapper__54278c37{max-width:100%}}.modalWindowContentPage__dd1f0d31{background:var(--triplex-next-ModalWindow-Background-1-11-1);padding:8px!important}.modalWindowContentPage__dd1f0d31,.modalWindowLoaderScreen__9a8491c0{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__dd1f0d31,.modalWindowLoaderScreen__9a8491c0{border-radius:24px}}.islandBody__c364d769{display:block}.islandHeader__2052915b,.islandFooter__98b7d18d,.island__70c0c084{position:relative}.island__70c0c084.type1__77542bc7{background-color:var(--triplex-next-Island-Type1_Background-1-11-1);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-11-1)}.island__70c0c084.type2__dc0b2a2b{background-color:var(--triplex-next-Island-Type2_Background-1-11-1);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-11-1)}.island__70c0c084.type3__d236968b{background-color:var(--triplex-next-Island-Type3_Background-1-11-1);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-11-1)}.island__70c0c084.sm__823fc2c1{border-radius:16px;padding:16px}.island__70c0c084.sm__823fc2c1 .islandHeader__2052915b+.islandBody__c364d769,.island__70c0c084.sm__823fc2c1 .islandHeader__2052915b+.islandFooter__98b7d18d,.island__70c0c084.sm__823fc2c1 .islandBody__c364d769+.islandFooter__98b7d18d{margin-top:8px}.island__70c0c084.md__7e51e319{border-radius:24px;padding:24px}.island__70c0c084.md__7e51e319 .islandHeader__2052915b+.islandBody__c364d769,.island__70c0c084.md__7e51e319 .islandHeader__2052915b+.islandFooter__98b7d18d,.island__70c0c084.md__7e51e319 .islandBody__c364d769+.islandFooter__98b7d18d{margin-top:12px}.island__70c0c084.lg__855c7f0b{border-radius:32px;padding:32px}.island__70c0c084.lg__855c7f0b .islandHeader__2052915b+.islandBody__c364d769,.island__70c0c084.lg__855c7f0b .islandHeader__2052915b+.islandFooter__98b7d18d,.island__70c0c084.lg__855c7f0b .islandBody__c364d769+.islandFooter__98b7d18d{margin-top:16px}@media (max-width: 767px){.island__70c0c084.sm__823fc2c1,.island__70c0c084.md__7e51e319{border-radius:16px;padding:16px}.island__70c0c084.lg__855c7f0b{border-radius:24px;padding:24px}}.modalWindowBody__8fb5138b{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__56e77579{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__56e77579{top:20px;right:20px}}.loaderScreen__2b56041d{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__2b56041d.loaderSmallBackdrop__83bb56e0{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-11-1)}.loaderScreen__2b56041d.loaderMiddleBackdrop__ac323e78{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-11-1)}.body__dd853fa5{position:relative;display:flex}.body__dd853fa5 .bodyInner__a49a0c64{position:relative;flex-grow:1;width:100%}.bodyPage__f676b5b7{flex-grow:1}.verticalMargin24__66e7ddb3{margin-top:24px;margin-bottom:24px}.verticalMargin16__e43deaf6{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__66e7ddb3{margin-top:16px;margin-bottom:16px}.verticalMargin16__e43deaf6{margin-top:8px;margin-bottom:8px}}.headerTabs__2b1c6ee9{display:flex;justify-content:space-between}.headerTabs__2b1c6ee9 .headerTabsContent__2ad02e86{flex-grow:1}.headerTabs__2b1c6ee9 .headerTabsControls__80729f3e{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__2b1c6ee9{flex-wrap:wrap}.headerTabs__2b1c6ee9 .headerTabsContent__2ad02e86{width:100%}.headerTabs__2b1c6ee9 .headerTabsControls__80729f3e{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2b1c6ee9 .headerTabsControls__80729f3e>button{margin-left:16px;margin-top:16px}}.headerTitle__cf941764{display:flex;justify-content:space-between}.headerTitle__cf941764 .headerTitleControls__c8f7484b{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__fb7368ae+.headerTitle__cf941764{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__cf941764{flex-wrap:wrap}.headerTitle__cf941764 .headerTitleContent__c77cab44{width:100%}.headerTitle__cf941764 .headerTitleControls__c8f7484b{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__cf941764 .headerTitleControls__c8f7484b>button{margin-left:16px;margin-top:16px}}.headerSubheader__b03e11db{padding:24px 0}.headerSubheader__b03e11db.withoutPaddings__cecbc7be{padding:0}.headerLayoutSidebar__ce5978fb{display:flex;justify-content:space-between}.headerLayoutSidebarContent__a63dd08d{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__095a05a1{display:none}}.page__8abfbcf5{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__8abfbcf5{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__f8cc0703.sticky__08cdfccb{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__f8cc0703.sticky__08cdfccb[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-11-1)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__61b01b05.sticky__08cdfccb{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__61b01b05.sticky__08cdfccb[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-11-1)!important}.footerDescription__4a6c4695{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__45d53c6e{flex-grow:1;margin-right:auto}.footerDescriptionControls__aa371f3a{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__4a6c4695{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__45d53c6e{width:100%}.footerDescriptionControls__aa371f3a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__aa371f3a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__45d53c6e+.footerDescriptionControls__aa371f3a{margin-top:0}.footer__1b59cf93{padding:16px 0}}.modalWindowHeader__27a2eb21 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__27a2eb21 .global-HeaderTitleContent{padding-right:72px}}.list__fd6b650a{margin:0;padding:0;list-style:none;position:relative}.listItemControls__91f6b6b2{display:flex;padding:0 16px 0 4px}.listItemContent__a4cb8dde{background:var(--triplex-next-ListItem-Background-1-11-1);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__a4cb8dde.selected__8f19625c{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-11-1)}.listItemControlsButton__0e96e414{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-11-1);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__0e96e414:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-11-1)}.listItemControlsButton__0e96e414:hover .listItemControlsButtonLabel__b4e84512{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-11-1)!important}.listItemControlsButton__0e96e414.expanded__57051afd,.listItemControlsButton__0e96e414:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-11-1)}.listItemControlsButton__0e96e414.expanded__57051afd .listItemControlsButtonLabel__b4e84512,.listItemControlsButton__0e96e414:active .listItemControlsButtonLabel__b4e84512{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-11-1)!important}.listItemControlsButton__0e96e414+.listItemControlsButton__0e96e414,.listItemControlsButton__0e96e414+.listItemControlsButtonDropdown__679c39a3{margin-left:4px}.listItemControlsButtonIcon__efb6fb67{line-height:0}.listItemControlsButton__0e96e414.withText__b9acf8fd .listItemControlsButtonIcon__efb6fb67{margin-bottom:8px}.listItemControlsButtonLabel__b4e84512{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-11-1)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__679c39a3{display:flex}.listItemControlsButtonInner__74628aaa{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__0e96e414.withIcon__a41063eb.withText__b9acf8fd .listItemControlsButtonInner__74628aaa{height:44px;overflow:visible}.buttonDropdownMenuItem__652d3761{overflow:hidden;text-overflow:ellipsis}.listEmptyState__e0be7f4b{padding:64px 16px 16px;text-align:center}.listItemLoading__821de496{height:24px;padding:12px 0;position:relative}.label__5695102b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5695102b.sm__cca847e0{min-width:16px;min-height:16px}.label__5695102b.sm__cca847e0.nonempty__c758082e{padding-left:24px}.label__5695102b.md__5d79e049{min-width:24px;min-height:24px}.label__5695102b.md__5d79e049.nonempty__c758082e{padding-left:32px;padding-top:2px}.label__5695102b.lg__50e5c45d{min-width:28px;min-height:28px}.label__5695102b.lg__50e5c45d.nonempty__c758082e{padding-left:40px;padding-top:4px}.label__5695102b.disabled__bf5a4afe{cursor:default}.label__5695102b[hidden]{display:none}.checkbox__151c7ad0{margin:0;opacity:0}.checkboxIcon__2b47239a{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-11-1);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-11-1)}.sm__cca847e0 .checkboxIcon__2b47239a{border-radius:4px}.checkmarkIcon__30cfc3b7{transform:scale(0)}.checkmarkIcon__30cfc3b7 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-11-1)}.checkboxIcon__2b47239a,.checkmarkIcon__30cfc3b7{pointer-events:none}.checkbox__151c7ad0,.checkboxIcon__2b47239a,.checkmarkIcon__30cfc3b7{position:absolute;left:0;top:0}.sm__cca847e0 .checkbox__151c7ad0,.sm__cca847e0 .checkboxIcon__2b47239a,.sm__cca847e0 .checkmarkIcon__30cfc3b7{width:16px;height:16px;top:2px}.md__5d79e049 .checkbox__151c7ad0,.md__5d79e049 .checkboxIcon__2b47239a,.md__5d79e049 .checkmarkIcon__30cfc3b7{width:24px;height:24px}.lg__50e5c45d .checkbox__151c7ad0,.lg__50e5c45d .checkboxIcon__2b47239a,.lg__50e5c45d .checkmarkIcon__30cfc3b7{width:28px;height:28px}.checkbox__151c7ad0:enabled{cursor:pointer}.checkbox__151c7ad0:enabled:hover+.checkboxIcon__2b47239a{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-11-1);background-color:var(--triplex-next-Checkbox-Background_Hover-1-11-1)}.checkbox__151c7ad0:checked+.checkboxIcon__2b47239a{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-11-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-11-1)}.checkbox__151c7ad0:checked~.checkmarkIcon__30cfc3b7{transform:scale(1);transition:transform .2s ease-out}.checkbox__151c7ad0:disabled+.checkboxIcon__2b47239a{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-11-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-11-1)}.checkbox__151c7ad0:disabled:checked+.checkboxIcon__2b47239a{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-11-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-11-1)}.checkbox__151c7ad0:disabled~.checkmarkIcon__30cfc3b7 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-11-1)}.checkbox__151c7ad0:focus-visible+.checkboxIcon__2b47239a{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-11-1)}.checkbox__151c7ad0:checked:enabled:hover+.checkboxIcon__2b47239a{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-11-1)}.listItemSelectable__11bfb8a1{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-11-1);border-radius:8px}.listItemSelectable__11bfb8a1.selected__8f19625c{background:var(--triplex-next-ListItem-Background_Selected-1-11-1)}.checkboxWrapper__4618c97f{padding:16px;line-height:0}.childrenWrapper__a5b44db8{flex-grow:1}.checkboxLabel__a16d2f68{padding:0!important;position:relative}.checkboxLabelClickArea__054c5573{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__dcbc4065{position:relative;overflow:hidden}.swipeableArea__dcbc4065 .content__2b127c9b{position:relative;touch-action:pan-y}.swipeableArea__dcbc4065 .content__2b127c9b.disableScroll__cf25ae6a{touch-action:none}.swipeableArea__dcbc4065 .content__2b127c9b.disablePointerEvents__7b526172:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__dcbc4065 .swipeAnimationFinish__061c509b{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__dcbc4065 .leftContent__49910f34,.swipeableArea__dcbc4065 .rightContent__c9ebafd3{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__dcbc4065 .rightContent__c9ebafd3{left:auto;right:0}.listItemTail__6f9ecda6{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__1af1e27c{background:var(--triplex-next-ListMaster-Background-1-11-1);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__665d679e{position:absolute;top:0;left:0;right:0}.listItemTailTop__665d679e:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-11-1)}.listItemTailTop__665d679e:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-11-1)}.listItemTailBottom__237e0ac1{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__237e0ac1:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-11-1)}.listItemTailBottom__237e0ac1:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-11-1)}.listItemTailRight__a5969593{right:-8px}.listItemTailLeft__4c904003{left:-8px}.listItemTable__ba1f209d{margin-bottom:4px}.listItemTable__ba1f209d:last-child{margin-bottom:0}.listSortableItemTarget__cb4a2a21{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-11-1);touch-action:manipulation;cursor:grab}.listSortableItemTarget__cb4a2a21:hover{background:var(--triplex-next-ListItem-Background_Selected-1-11-1)}.listSortableItemTarget__cb4a2a21.dragging__9d2ec4af{background:var(--triplex-next-ListItem-Background_Dragging-1-11-1);box-shadow:var(--triplex-next-ListItem-Shadow-1-11-1);cursor:grabbing;z-index:1}.listSortableItemTargetContent__04f1d7db{flex:1}.listSortableItemTargetIcon__175207f7{display:block;margin-left:24px}.listSortableItem__72078709{position:relative}.listSortableItem__72078709.dragging__9d2ec4af{z-index:1}.listSortableItemControls__d3c2267d{display:inline-block}.islandWidgetHeader__5f0de91d{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__5f0de91d .islandWidgetHeaderContent__0339406f{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__5f0de91d .islandWidgetHeaderDescription__af8b70be{display:flex}@media (max-width: 767px){.islandWidgetHeader__5f0de91d{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__7ed8816f{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__67854063{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__1c931324{margin-left:auto;white-space:nowrap}.expandAnimation__460fb25f{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__7f2b6476{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-11-1);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__7f2b6476{border-radius:0 0 16px 16px}}.islandWidget__0b537be6{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__0b537be6>*{height:100%}.islandWidgetWithExtraFooter__b74f2d3a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-11-1)!important}.islandWidgetWrapper__faad0b22{display:flex;flex-direction:column}.formFieldClear__077ebc0d{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__077ebc0d.hidden__86082424{opacity:0;pointer-events:none}.formFieldTarget__0f3461cb{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-11-1)}.formFieldTarget__0f3461cb.placeholder__2a24e38d{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-11-1)}.formFieldTarget__0f3461cb.disabled__e13addd9{color:var(--triplex-next-FormField-Target_Color_Disabled-1-11-1)}.formFieldTarget__0f3461cb.size-sm__91ebcf09{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__0f3461cb.size-md__ca8be5e4{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__0f3461cb.size-lg__9e5a03ad{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__0f3461cb .placeholderWrapper__0aa47e27{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__0f3461cb:focus .placeholderWrapper__0aa47e27{opacity:1}.formFieldTextarea__d3fac384{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-11-1);resize:none;font-family:inherit}.formFieldTextarea__d3fac384.sm__5a255055{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__d3fac384.md__1f0ab4ff{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__d3fac384.lg__1185160a{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__d3fac384:focus{outline:none}.formFieldTextarea__d3fac384:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-11-1)}.formFieldTextarea__d3fac384::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-11-1)}.chipGroupItem__f12e9670{display:inline-block}.chip__c1f44ba8{background:var(--triplex-next-Chip-Background_Default-1-11-1);color:var(--triplex-next-Chip-Color_Default-1-11-1);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__c1f44ba8.lg__48c25b9c{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__c1f44ba8.lg__48c25b9c .prefix__88385ad3{padding-left:16px}.chip__c1f44ba8.lg__48c25b9c .postfix__f7323680{padding-right:16px}.chip__c1f44ba8.md__e499459c{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__c1f44ba8.md__e499459c .prefix__88385ad3{padding-left:12px}.chip__c1f44ba8.md__e499459c .postfix__f7323680{padding-right:12px}.chip__c1f44ba8.sm__8d5574ce{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__c1f44ba8.sm__8d5574ce .prefix__88385ad3{padding-left:8px}.chip__c1f44ba8.sm__8d5574ce .postfix__f7323680{padding-right:8px}.chip__c1f44ba8:hover{background:var(--triplex-next-Chip-Background_Hover-1-11-1);color:var(--triplex-next-Chip-Color_Hover-1-11-1)}.chip__c1f44ba8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-11-1)}.chip__c1f44ba8:active,.chip__c1f44ba8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-11-1);color:var(--triplex-next-Chip-Color_Active-1-11-1)}.chip__c1f44ba8.disabled__1502f55c{background:var(--triplex-next-Chip-Background_Disabled-1-11-1);color:var(--triplex-next-Chip-Color_Disabled-1-11-1);cursor:default;pointer-events:none}.chip__c1f44ba8.selected__08f0acd9{background:var(--triplex-next-Chip-Background_Selected_Default-1-11-1);color:var(--triplex-next-Chip-Color_Selected_Default-1-11-1)}.chip__c1f44ba8.selected__08f0acd9:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-11-1);color:var(--triplex-next-Chip-Color_Selected_Hover-1-11-1)}.chip__c1f44ba8.selected__08f0acd9:active,.chip__c1f44ba8.selected__08f0acd9[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-11-1);color:var(--triplex-next-Chip-Color_Selected_Active-1-11-1)}.chip__c1f44ba8.selected__08f0acd9.disabled__1502f55c{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-11-1);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-11-1)}.chip__c1f44ba8.withPrefix__a7d92bb2{padding-left:0}.chip__c1f44ba8.withPostfix__e683d9c0{padding-right:0}.chip__c1f44ba8 .content__e1704115{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__c1f44ba8 .prefix__88385ad3,.chip__c1f44ba8 .postfix__f7323680{display:flex}.calendarControls__b9b787d1{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-11-1)}.calendarViewDays__b2b4de70{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__6e36f54d .calendarViewDays__b2b4de70{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__b26878f8,.calendarViewYears__843b722c{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__6e36f54d .calendarViewMonths__b26878f8,.adaptive__6e36f54d .calendarViewYears__843b722c{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__4cc2a0db{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-11-1)}.calendarViewDaysBody__20e3d909:before{display:block;content:"";line-height:8px}.adaptive__6e36f54d .calendarViewDaysBody__20e3d909:before{line-height:4px}.calendarViewItem__37594160{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__37594160:focus-visible{outline:none}.calendarViewItem__37594160.current__e31526b7{font-weight:600}.calendarViewItem__37594160.disabled__d7eda361{pointer-events:none}.calendarViewItemLabel__1b8cb42f{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-11-1);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-11-1);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-11-1);cursor:pointer}.calendarViewItemLabel__1b8cb42f:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-11-1);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-11-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094:hover.basicMark__a0379223:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094:hover.standardMark__4e1c2614:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094:hover.attentionMark__b184c3e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094:hover.criticalMark__a980d396:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094.muted__77b8da2b{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-11-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094.muted__77b8da2b:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-11-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094.basicMark__a0379223:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094.standardMark__4e1c2614:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094.attentionMark__b184c3e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.selected__ea446094.criticalMark__a980d396:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.marked__3712dcce:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__1b8cb42f.basicMark__a0379223:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.standardMark__4e1c2614:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.attentionMark__b184c3e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.criticalMark__a980d396:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-11-1)}.calendarViewItemLabel__1b8cb42f.muted__77b8da2b{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-11-1)}.calendarViewItemLabel__1b8cb42f.disabled__d7eda361{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-11-1);background:none}.calendarViewItem__37594160:focus-visible .calendarViewItemLabel__1b8cb42f{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-11-1)}.unitDay__60856b3e{width:36px;height:36px;border-radius:6px}.unitMonth__fbefbdf0,.unitYear__cfa92545{width:89px;height:48px;border-radius:6px}.adaptive__6e36f54d .unitMonth__fbefbdf0,.adaptive__6e36f54d .unitYear__cfa92545{width:104px;height:48px;border-radius:6px}.calendarFooter__3adf76c9{margin-top:12px;text-align:center}.calendar__69e43c0d{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-11-1);-webkit-user-select:none;user-select:none}.calendar__69e43c0d.adaptive__6e36f54d{width:auto;padding:20px}.calendar__69e43c0d+.calendar__69e43c0d{margin-top:20px}.datePickerExtendedMobileDropdown__8a616161{max-height:100vh}.chipDropdownArrow__5008a0c0{transition:transform .3s ease}.chipDropdownArrow__5008a0c0.rotated__798e3f77{transform:rotate(-180deg)}.chipClearButton__626c3478{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__626c3478:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-11-1)}.dropdownMobileMaskedInput__35f87499{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__c0a65bc0{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__c0a65bc0 .caretIcon__b605b555{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__c0a65bc0.selectOpened__a06595d1 .caretIcon__b605b555{transform:rotate(180deg)}.selectExtendedFieldTarget__c0a65bc0.loading__73b78251,.selectExtendedFieldTarget__c0a65bc0.disabled__fafeb613{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__630ed672{position:relative}.multiselectFieldHeader__2266aa64{padding:12px}.multiselectFieldContentWrapper__bececd5e{padding:0 12px}.multiselectFieldContentWrapper__bececd5e .multiselectFieldContent__e5081f21{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__bececd5e .multiselectFieldContent__e5081f21.sm__f9d895e2{height:204px}.multiselectFieldContentWrapper__bececd5e .multiselectFieldContent__e5081f21.md__8cf79a27{height:245px}.multiselectFieldContentWrapper__bececd5e .multiselectFieldContent__e5081f21.lg__d6460b82{height:324px}.multiselectFieldFooter__9761d328{padding:0 12px 12px}.multiselectFieldFooter__9761d328:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-11-1)}.chipOptionsContent__34c364f3{min-width:14px;text-align:center;display:block}.tooltipDesktop__15eb35e5{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__15eb35e5 .tooltipBody__75409335{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-11-1)}.tooltipDesktop__15eb35e5 .tooltipXButton__a8fe82cd{position:absolute;right:8px;top:8px}.tooltipDesktopContent__e2e470d4{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-11-1);border-radius:8px}.closable__dfc0ddd3 .tooltipDesktopContent__e2e470d4{padding-right:32px}.tooltipSM__e26b6d65 .tooltipDesktopContent__e2e470d4{width:192px;min-height:52px}.tooltipLG__ef923adb .tooltipDesktopContent__e2e470d4{width:384px;min-height:52px}.tooltipOverlay__4f2dd755{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__e4a17b50{width:0;height:0}.tooltipDesktopTip__e4a17b50.down__352648eb{border-top:solid var(--triplex-next-Tooltip-Background-1-11-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__e4a17b50.up__56ef10f9{border-bottom:solid var(--triplex-next-Tooltip-Background-1-11-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__e4a17b50.left__8c85131e{border-right:solid var(--triplex-next-Tooltip-Background-1-11-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__e4a17b50.right__541d7e7a{border-left:solid var(--triplex-next-Tooltip-Background-1-11-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__d8533254 .tooltipBody__75409335{text-align:left}.tooltipMobileContent__6a93621f{padding:16px}.headerless__d749d8d6 .tooltipMobileContent__6a93621f{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__2edbe721{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__1a12d32d{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-11-1)}.desktop__1a12d32d:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-11-1)}.desktop__1a12d32d:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-11-1)}.desktop__1a12d32d:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-11-1)}.mobile__a0c502da{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-11-1)}.mobile__a0c502da:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-11-1)}.mobile__a0c502da:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-11-1)}.mobile__a0c502da:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-11-1)}.chipSuggestInputWrapper__4c8fa46d{margin:12px}.suggestDropdownMobileBody__b3d2f4a7{height:176px}.suggestDropdownMobileNoOptionsText__c997ab3c{padding:16px}.checkboxXGroup__8e32476d{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__8e32476d.indent-12__c468e855{margin-left:-6px;margin-right:-6px}.checkboxXGroup__8e32476d.indent-12__c468e855 .label__5695102b{margin-left:6px;margin-right:6px}.checkboxXGroup__8e32476d.indent-16__05069687{margin-left:-8px;margin-right:-8px}.checkboxXGroup__8e32476d.indent-16__05069687 .label__5695102b{margin-left:8px;margin-right:8px}.checkboxXGroup__8e32476d.indent-20__5be9f297{margin-left:-10px;margin-right:-10px}.checkboxXGroup__8e32476d.indent-20__5be9f297 .label__5695102b{margin-left:10px;margin-right:10px}.checkboxXGroup__8e32476d.indent-24__42bc235d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__8e32476d.indent-24__42bc235d .label__5695102b{margin-left:12px;margin-right:12px}.checkboxXGroup__8e32476d.indent-28__b6852e56{margin-left:-14px;margin-right:-14px}.checkboxXGroup__8e32476d.indent-28__b6852e56 .label__5695102b{margin-left:14px;margin-right:14px}.checkboxXGroup__8e32476d.indent-32__9d7293ba{margin-left:-16px;margin-right:-16px}.checkboxXGroup__8e32476d.indent-32__9d7293ba .label__5695102b{margin-left:16px;margin-right:16px}.checkboxYGroup__547608b3{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__547608b3 .label__5695102b.sm__cca847e0+.label__5695102b.sm__cca847e0{margin-top:8px}.checkboxYGroup__547608b3 .label__5695102b.lg__50e5c45d+.label__5695102b.lg__50e5c45d{margin-top:20px}.checkboxYGroup__547608b3 .label__5695102b.md__5d79e049+.label__5695102b.md__5d79e049{margin-top:16px}.card__a7631d1e{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__a7631d1e.roundingMD__40b9cfcb{--radius: 16px}.card__a7631d1e.roundingSM__36c1c1eb{--radius: 8px}.card__a7631d1e.general__c088492f{background:var(--triplex-next-Card-Static_General_Background-1-11-1)}.card__a7631d1e.secondary__175cfe0a{background:var(--triplex-next-Card-Static_Secondary_Background-1-11-1)}.card__a7631d1e .cardMedia__9a9664fd{background-size:cover;background-repeat:no-repeat;background-position:center}.card__a7631d1e .cardContent__963a5928{padding:var(--padding)}.card__a7631d1e .cardContent__963a5928.paddingMD__014eda06{--padding: 24px}.card__a7631d1e .cardContent__963a5928.paddingSM__7a144fc9{--padding: 16px}.card__a7631d1e .cardContent__963a5928 .cardContentHeader__7728b3e1{margin-bottom:16px}.card__a7631d1e .cardContent__963a5928 .cardContentFooter__ea8d81a8{margin-top:16px}.action__3850b2eb{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__3850b2eb: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__3850b2eb.general__c088492f{background:var(--triplex-next-Card-Action_General_Background-1-11-1);box-shadow:var(--triplex-next-Card-Shadow_Default-1-11-1)}.action__3850b2eb.general__c088492f:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-11-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-11-1)}.action__3850b2eb.general__c088492f.selected__427ffda0{background:var(--triplex-next-Card-Action_General_Background_Selected-1-11-1);box-shadow:var(--triplex-next-Card-Shadow_Default-1-11-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-11-1)}.action__3850b2eb.general__c088492f.selected__427ffda0:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-11-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-11-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-11-1)}.action__3850b2eb.general__c088492f:focus{outline:none}.action__3850b2eb.general__c088492f:focus.focusVisible__562ce53e{box-shadow:var(--triplex-next-Card-Shadow_Default-1-11-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-11-1)}.action__3850b2eb.secondary__175cfe0a{background:var(--triplex-next-Card-Action_Secondary_Background-1-11-1)}.action__3850b2eb.secondary__175cfe0a:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-11-1)}.action__3850b2eb.secondary__175cfe0a.selected__427ffda0{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-11-1);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-11-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-11-1)}.action__3850b2eb.secondary__175cfe0a.selected__427ffda0:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-11-1);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-11-1)}.action__3850b2eb.secondary__175cfe0a:focus{outline:none}.action__3850b2eb.secondary__175cfe0a:focus.focusVisible__562ce53e{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-11-1)}.alertContext__1354bfd0{display:flex;font-size:12px;line-height:16px}.alertContext__1354bfd0>svg{flex-shrink:0}.alertContext__1354bfd0 .alertContextText__f8fc3978{margin-left:8px}.alertContext__1354bfd0.alertTypeError__e8104cb8 .alertContextText__f8fc3978{color:var(--triplex-next-AlertContext-Error_Color-1-11-1)}.alertContext__1354bfd0.alertTypeInfo__7f18d5aa .alertContextText__f8fc3978{color:var(--triplex-next-AlertContext-Info_Color-1-11-1)}.alertContext__1354bfd0.alertTypeWarning__54656f5e .alertContextText__f8fc3978{color:var(--triplex-next-AlertContext-Warning_Color-1-11-1)}.alertContext__1354bfd0.alertTypeSystem__f9c0e94b .alertContextText__f8fc3978{color:var(--triplex-next-AlertContext-System_Color-1-11-1)}.alertProcess__f16253ad{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__f16253ad.withSpoiler__b6beef0b{min-height:40px}.alertProcess__f16253ad .themeIcon__fcfedfd1{box-sizing:border-box;height:20px;width:20px}.alertProcess__f16253ad.alertTypeError__e8104cb8{background:var(--triplex-next-AlertProcess-Error_Background-1-11-1)}.alertProcess__f16253ad.alertTypeInfo__7f18d5aa{background:var(--triplex-next-AlertProcess-Info_Background-1-11-1)}.alertProcess__f16253ad.alertTypeWarning__54656f5e{background:var(--triplex-next-AlertProcess-Warning_Background-1-11-1)}.alertProcess__f16253ad.alertTypeSystem__f9c0e94b{background:var(--triplex-next-AlertProcess-System_Background-1-11-1)}.alertProcess__f16253ad.alertTypeFeature__f0e89754{background:var(--triplex-next-AlertProcess-Feature_Background-1-11-1)}.alertProcess__f16253ad.alertTypeFeature__f0e89754 .themeIcon__fcfedfd1{padding-top:0}.alertProcess__f16253ad .alertProcessContentBlock__4ec24858{flex:1;margin-left:10px}.alertProcess__f16253ad .alertProcessContentBlock__4ec24858 .expandableContent__d77de4d2{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__f16253ad .alertProcessContentBlock__4ec24858 .expandableContent__d77de4d2.expanded__046de941{max-height:1000px;opacity:1}.alertProcess__f16253ad .closeButton__72a4e729{margin-left:10px}.alertProcess__f16253ad .expandButton__67552a2f{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__f16253ad .expandButton__67552a2f.expanded__046de941{transform:rotate(180deg)}.adaptive__442abcb2{font-size:10px!important;line-height:12px!important}.col-1__60ec55a9{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__97a7f509{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__2bd05ca5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__aa711089{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__b2bd6af3{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__193e5c01{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__2a56c4cd{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__0c0db4e5{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__841e8e85{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__dcf8c60b{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__507af41d{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__1350ba89{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__75a45298{margin-left:0%}.offset-1__afeead1e{margin-left:8.33333333%}.offset-2__74845e4f{margin-left:16.66666667%}.offset-3__9a942a84{margin-left:25%}.offset-4__6c206569{margin-left:33.33333333%}.offset-5__7b184fb6{margin-left:41.66666667%}.offset-6__4e29eb4a{margin-left:50%}.offset-7__acf18da9{margin-left:58.33333333%}.offset-8__1e0f7088{margin-left:66.66666667%}.offset-9__36af8240{margin-left:75%}.offset-10__33755a67{margin-left:83.33333333%}.offset-11__d482a848{margin-left:91.66666667%}.d-none__83f5f78e{display:none!important}.d-block__361e2391{display:block!important}@media (min-width: 576px){.col-sm-1__54af102d{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__55697a26{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__2f995fa7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__a3f88acc{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__6997445e{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__b8073749{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__08a3c227{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__8d132fe7{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__a1394232{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__a317e923{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__e75775c8{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__93df819d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a154da2e{margin-left:0%}.offset-sm-1__e207da75{margin-left:8.33333333%}.offset-sm-2__3907908c{margin-left:16.66666667%}.offset-sm-3__17916f31{margin-left:25%}.offset-sm-4__90708f5f{margin-left:33.33333333%}.offset-sm-5__d7c5c3c9{margin-left:41.66666667%}.offset-sm-6__01bb23ab{margin-left:50%}.offset-sm-7__3ca3ddd5{margin-left:58.33333333%}.offset-sm-8__e1c4eb6f{margin-left:66.66666667%}.offset-sm-9__51fb9c05{margin-left:75%}.offset-sm-10__373c1878{margin-left:83.33333333%}.offset-sm-11__51b64114{margin-left:91.66666667%}.d-none-sm__296de669{display:none!important}.d-block-sm__f428222f{display:block!important}}@media (min-width: 768px){.col-md-1__f1e5f5cf{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__c83f3e96{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__e3cf8a37{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__ebe8ab72{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__ac89744d{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__ad7002b6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__5677b6ce{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__529378eb{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__394183d8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__7fd6552d{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__ae1c4d66{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__2c43b153{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__e34a5aa9{margin-left:0%}.offset-md-1__9716cc13{margin-left:8.33333333%}.offset-md-2__fbf34022{margin-left:16.66666667%}.offset-md-3__1a33ee53{margin-left:25%}.offset-md-4__41c09253{margin-left:33.33333333%}.offset-md-5__28854d42{margin-left:41.66666667%}.offset-md-6__353b1e64{margin-left:50%}.offset-md-7__18d82044{margin-left:58.33333333%}.offset-md-8__77f13d58{margin-left:66.66666667%}.offset-md-9__d68594f2{margin-left:75%}.offset-md-10__34533ffc{margin-left:83.33333333%}.offset-md-11__b8ef3aba{margin-left:91.66666667%}.d-none-md__32b5c575{display:none!important}.d-block-md__7c846e38{display:block!important}}@media (min-width: 992px){.col-lg-1__574defe5{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__cb5b678b{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__2366fa6b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__597401e7{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__45519135{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__4a02038c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__c3c1a991{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__e830d46f{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__d5a05977{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__c65f4875{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__bd56fda5{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__e2538b5b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__442fee52{margin-left:0%}.offset-lg-1__973f6948{margin-left:8.33333333%}.offset-lg-2__cacff48b{margin-left:16.66666667%}.offset-lg-3__815b92b0{margin-left:25%}.offset-lg-4__11828c47{margin-left:33.33333333%}.offset-lg-5__aca7d69b{margin-left:41.66666667%}.offset-lg-6__0b9afc18{margin-left:50%}.offset-lg-7__e79668c6{margin-left:58.33333333%}.offset-lg-8__815cef8a{margin-left:66.66666667%}.offset-lg-9__d67d59f6{margin-left:75%}.offset-lg-10__bd13e61b{margin-left:83.33333333%}.offset-lg-11__66c69d08{margin-left:91.66666667%}.d-none-lg__84df6307{display:none!important}.d-block-lg__c8d48951{display:block!important}}@media (min-width: 1200px){.col-xl-1__f881c4dc{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__f0914e07{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__7ff485e1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__330ab0c1{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__eb649b41{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__5005f83f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__6c6fde98{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__984e6296{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__9f2781a7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__6a9762a6{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__2dd38fe7{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__65041d07{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__334d6d9f{margin-left:0%}.offset-xl-1__6a050fdf{margin-left:8.33333333%}.offset-xl-2__b84ccb68{margin-left:16.66666667%}.offset-xl-3__d644043e{margin-left:25%}.offset-xl-4__621f091c{margin-left:33.33333333%}.offset-xl-5__1ca8d649{margin-left:41.66666667%}.offset-xl-6__43ba3ae6{margin-left:50%}.offset-xl-7__33d5590c{margin-left:58.33333333%}.offset-xl-8__c2a86d1e{margin-left:66.66666667%}.offset-xl-9__8bb4eea3{margin-left:75%}.offset-xl-10__b26b4f9c{margin-left:83.33333333%}.offset-xl-11__554072ad{margin-left:91.66666667%}.d-none-xl__4b623fa8{display:none!important}.d-block-xl__0215b3bc{display:block!important}}.ellipsisLineClamp__de84d000{--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__de84d000.oneLine__147370a0{word-break:break-all}.link__389962b2{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-11-1)}.link__389962b2:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-11-1)}.link__389962b2:active{color:var(--triplex-next-Link-Text_Color_Active-1-11-1)}.link__389962b2:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-11-1)}.wordWithContent__2a3590a3{white-space:nowrap;display:inline-flex;align-items:center}.before__46f835e2 :first-child{margin-right:4px}.after__c48e654c :last-child{margin-left:4px}.marker__db131138{border-radius:50%}.marker__db131138.md__3469d41f{width:8px;height:8px}.marker__db131138.lg__038d8db3{width:10px;height:10px}.marker__db131138.success__4f21ec71{background:var(--triplex-next-Marker-Background_Success-1-11-1)}.marker__db131138.error__d352d55a{background:var(--triplex-next-Marker-Background_Error-1-11-1)}.marker__db131138.warning__127129d2{background:var(--triplex-next-Marker-Background_Warning-1-11-1)}.marker__db131138.waiting__ce7b784d{background:var(--triplex-next-Marker-Background_Waiting-1-11-1)}.markerStatus__5ae2971d{line-height:0;display:flex;align-items:start}.markerStatus__5ae2971d .contentContainer__c6514ee2{display:flex;flex-direction:column}.markerStatus__5ae2971d.md__97c4b1ff{gap:4px}.markerStatus__5ae2971d.md__97c4b1ff .markerContainer__29139d88{margin-top:4px}.markerStatus__5ae2971d.lg__d303e4ba{gap:6px}.markerStatus__5ae2971d.lg__d303e4ba .contentContainer__c6514ee2{gap:4px}.markerStatus__5ae2971d.lg__d303e4ba .markerContainer__29139d88{margin-top:5px}.row__0b295efa{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__0b295efa.noPaddingBottom__8acc2c5c,.row__0b295efa:last-child{padding-bottom:0}.tabsExtended__2cb6a9ad{position:relative}.tabsExtendedContent__32ee09fd{display:inline-flex}.tabsExtendedContent__32ee09fd.sm__22f69faf{border-radius:6px;padding:4px}.tabsExtendedContent__32ee09fd.md__595f2d4f{border-radius:8px;padding:4px}.tabsExtendedContent__32ee09fd.lg__e08a9ea0{border-radius:10px;padding:8px}.tabsExtendedTab__1ef26b03{display:flex}.tabsExtendedTab__1ef26b03+.tabsExtendedTab__1ef26b03,.tabsExtendedDropdown__5b327142{margin-left:2px}.tabsReal__06ef3ce2,.tabsFake__1600ecb3{display:flex;box-sizing:border-box;width:100%}.tabsReal__06ef3ce2.hidden__9c7279c9{visibility:hidden}.tabsReal__06ef3ce2 .tabsExtendedTab__1ef26b03.hidden__9c7279c9{display:none}.tabsFake__1600ecb3{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__e12780e0 .tabsExtendedContent__32ee09fd{background-color:var(--triplex-next-Tabs-Type1_Background-1-11-1)}.type2__61fc4bff .tabsExtendedContent__32ee09fd{background-color:var(--triplex-next-Tabs-Type2_Background-1-11-1)}.tabsExtendedTabButton__8b125691{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-11-1);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8b125691 .tabButtonText__189dda38{font-weight:400}.tabsExtendedTabButton__8b125691.lg__e08a9ea0{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__8b125691.lg__e08a9ea0 .tabButtonText__189dda38{font-size:16px;line-height:20px}.tabsExtendedTabButton__8b125691.md__595f2d4f{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__8b125691.md__595f2d4f .tabButtonText__189dda38{font-size:14px;line-height:20px}.tabsExtendedTabButton__8b125691.sm__22f69faf{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__8b125691.sm__22f69faf .tabButtonText__189dda38{font-size:12px;line-height:16px}.tabsExtendedTabButton__8b125691::-moz-focus-inner{border:none}.tabsExtendedTabButton__8b125691+.tabsExtendedTabButton__8b125691{margin-left:2px}.tabsExtendedTabButton__8b125691:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-11-1)}.tabsExtendedTabButton__8b125691.type1__e12780e0{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-11-1)}.tabsExtendedTabButton__8b125691.type1__e12780e0.selected__a59c9dcd{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-11-1)}.tabsExtendedTabButton__8b125691.type1__e12780e0.selected__a59c9dcd .tabButtonText__189dda38{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-11-1)}.tabsExtendedTabButton__8b125691.type1__e12780e0:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-11-1)}.tabsExtendedTabButton__8b125691.type1__e12780e0:hover .tabButtonText__189dda38{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-11-1)}.tabsExtendedTabButton__8b125691.type1__e12780e0 .tabButtonText__189dda38{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-11-1)}.tabsExtendedTabButton__8b125691.type2__61fc4bff{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-11-1);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-11-1)}.tabsExtendedTabButton__8b125691.type2__61fc4bff.selected__a59c9dcd{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-11-1)}.tabsExtendedTabButton__8b125691.type2__61fc4bff.selected__a59c9dcd .tabButtonText__189dda38{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-11-1)}.tabsExtendedTabButton__8b125691.type2__61fc4bff:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-11-1)}.tabsExtendedTabButton__8b125691.type2__61fc4bff:hover .tabButtonText__189dda38{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-11-1)}.notificationIcon__618545ea{position:absolute;right:4px;top:4px}.tabButtonDropdown__673854b9{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__673854b9.sm__f93bd717{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__673854b9.md__05458ced{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__673854b9.lg__146ee860{min-width:40px!important;min-height:40px!important}.tag__14752463{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-11-1);border-radius:4px;gap:2px}.tag__14752463.sm__9bb11339{height:20px;padding:2px 4px 2px 6px}.tag__14752463.md__70172365{height:28px;padding:4px 6px 4px 8px}.tag__14752463.lg__8318c103{height:32px;padding:6px 8px 6px 10px}.content__34f061a8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__7c8715eb{display:flex;flex-wrap:wrap}.tagGroup__7c8715eb.sm__a1d6ee6f{gap:4px}.tagGroup__7c8715eb.md__d6de1112{gap:8px}.tagGroup__7c8715eb.lg__552eb32c{gap:12px}.paginationExtended__a9d4fa72{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__206f10c0 .directionIconNext__5afdc8ed{transform:rotate(180deg)}.pageEllipsis__a6371bff{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-11-1);cursor:default}.paginationPageButton__7b6f77ad{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-11-1);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__7b6f77ad:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-11-1);outline:none}.paginationPageButton__7b6f77ad:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-11-1)}.paginationPageButton__7b6f77ad:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-11-1);cursor:grabbing}.paginationPageButton__7b6f77ad.currentPage__812d8af2{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-11-1);cursor:default}.paginationNavigationExtended__9f167059{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__6089a4cf{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__6089a4cf .paginationSelectControl__c60d08a1{margin-left:8px}.skeleton__f06f2122{border-radius:16px;flex-grow:1}.skeleton__f06f2122.light__1e897e88{animation:skeleton-light-pulse__50ec6729 2s ease-in-out infinite}.skeleton__f06f2122.dark__865fb2ed{animation:skeleton-dark-pulse__916b1f45 2s ease-in-out infinite}@keyframes skeleton-light-pulse__50ec6729{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-11-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-11-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-11-1)}}@keyframes skeleton-dark-pulse__916b1f45{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-11-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-11-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-11-1)}}.segmentedControlSegment__294f5d18{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-11-1);outline:none;cursor:pointer}.segmentedControlSegment__294f5d18:disabled{cursor:default}.sm__22c4e293 .segmentedControlSegment__294f5d18{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__a851d0f6 .segmentedControlSegment__294f5d18{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__21fbefd8 .segmentedControlSegment__294f5d18{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__34307a51 .segmentedControlSegment__294f5d18{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-11-1)}.general1__34307a51 .segmentedControlSegment__294f5d18:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-11-1)}.general1__34307a51 .segmentedControlSegment__294f5d18:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-11-1)}.general1__34307a51 .segmentedControlSegment__294f5d18.selected__644350f4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-11-1)}.general1__34307a51 .segmentedControlSegment__294f5d18.selected__644350f4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-11-1)}.general1__34307a51 .segmentedControlSegment__294f5d18.selected__644350f4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-11-1)}.general2__b8acd5d3 .segmentedControlSegment__294f5d18{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-11-1)}.general2__b8acd5d3 .segmentedControlSegment__294f5d18:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-11-1)}.general2__b8acd5d3 .segmentedControlSegment__294f5d18:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-11-1)}.general2__b8acd5d3 .segmentedControlSegment__294f5d18.selected__644350f4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-11-1)}.general2__b8acd5d3 .segmentedControlSegment__294f5d18.selected__644350f4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-11-1)}.general2__b8acd5d3 .segmentedControlSegment__294f5d18.selected__644350f4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-11-1)}.secondary1__36fb1291 .segmentedControlSegment__294f5d18{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-11-1)}.secondary1__36fb1291 .segmentedControlSegment__294f5d18:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-11-1)}.secondary1__36fb1291 .segmentedControlSegment__294f5d18:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-11-1)}.secondary1__36fb1291 .segmentedControlSegment__294f5d18.selected__644350f4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-11-1)}.secondary1__36fb1291 .segmentedControlSegment__294f5d18.selected__644350f4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-11-1)}.secondary2__87410196 .segmentedControlSegment__294f5d18{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-11-1)}.secondary2__87410196 .segmentedControlSegment__294f5d18:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-11-1)}.secondary2__87410196 .segmentedControlSegment__294f5d18:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-11-1)}.secondary2__87410196 .segmentedControlSegment__294f5d18.selected__644350f4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-11-1)}.secondary2__87410196 .segmentedControlSegment__294f5d18.selected__644350f4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-11-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-11-1)}.segmentedControlSegment__294f5d18:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-11-1)}.content__12631e2c{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__d1ddfa78{display:flex;gap:4px}.segmentedControl__d1ddfa78.general1__34307a51{background:var(--triplex-next-SegmentedControl-General_1_Background-1-11-1)}.segmentedControl__d1ddfa78.secondary1__36fb1291{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-11-1)}.segmentedControl__d1ddfa78.general2__b8acd5d3{background:var(--triplex-next-SegmentedControl-General_2_Background-1-11-1)}.segmentedControl__d1ddfa78.secondary2__87410196{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-11-1)}.segmentedControl__d1ddfa78.sm__22c4e293{border-radius:6px;padding:4px}.segmentedControl__d1ddfa78.md__a851d0f6{border-radius:8px;padding:4px}.segmentedControl__d1ddfa78.lg__21fbefd8{border-radius:10px;padding:8px}.step__253a59fc{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__253a59fc.default__328c1471{background-color:var(--triplex-next-Step-Background_Default-1-11-1)}.step__253a59fc.default__328c1471>span{color:var(--triplex-next-Step-Color_Default-1-11-1)}.step__253a59fc.done__4b17564d{background-color:var(--triplex-next-Step-Background_Done-1-11-1)}.step__253a59fc.done__4b17564d>span{color:var(--triplex-next-Step-Color_Done-1-11-1)}.step__253a59fc.warning__35fffbad{background-color:var(--triplex-next-Step-Background_Warning-1-11-1)}.step__253a59fc.warning__35fffbad>span{color:var(--triplex-next-Step-Color_Warning-1-11-1)}.step__253a59fc.active__be8f3ecf{background-color:var(--triplex-next-Step-Background_Active-1-11-1)}.step__253a59fc.active__be8f3ecf>span{color:var(--triplex-next-Step-Color_Active-1-11-1)}.step__253a59fc.error__8aeea3fe{background-color:var(--triplex-next-Step-Background_Error-1-11-1)}.step__253a59fc.error__8aeea3fe>span{color:var(--triplex-next-Step-Color_Error-1-11-1)}.step__253a59fc.disabled__55649b2f{background-color:var(--triplex-next-Step-Background_Disabled-1-11-1)}.step__253a59fc.disabled__55649b2f>span{color:var(--triplex-next-Step-Color_Disabled-1-11-1)}.stepperWrapper__e17e5053{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-11-1)}.stepperStep__2cf62b65{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__2cf62b65+.stepperStep__2cf62b65{margin-left:12px}.stepperStep__2cf62b65.sm__54646f29:not(:last-child) .content__3eb37238{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__2cf62b65.sm__54646f29:last-child .content__3eb37238{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__2cf62b65.sm__54646f29:last-child .arrow__3a29f3ab{display:none}.stepperStep__2cf62b65.md__445dcaa8:not(:last-child) .content__3eb37238{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__2cf62b65.md__445dcaa8:last-child .content__3eb37238{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__2cf62b65.md__445dcaa8:last-child .arrow__3a29f3ab{display:none}.stepperStep__2cf62b65.lg__aec5a78d:not(:last-child) .content__3eb37238{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__2cf62b65.lg__aec5a78d:last-child .content__3eb37238{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__2cf62b65.lg__aec5a78d:last-child .arrow__3a29f3ab{display:none}.stepperStep__2cf62b65:hover:not(.active__d2446e95):not(.disabled__2f3dc98a) .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Hover-1-11-1)}.stepperStep__2cf62b65:hover:not(.active__d2446e95):not(.disabled__2f3dc98a) .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-11-1)}.stepperStep__2cf62b65:hover:not(.active__d2446e95):not(.disabled__2f3dc98a) .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-11-1)}.stepperStep__2cf62b65.active__d2446e95{cursor:default}.stepperStep__2cf62b65.active__d2446e95 .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-11-1)}.stepperStep__2cf62b65.active__d2446e95 .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-11-1)}.stepperStep__2cf62b65.active__d2446e95.error__4568cb1e .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.active__d2446e95.error__4568cb1e .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.active__d2446e95.error__4568cb1e .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-11-1)}.stepperStep__2cf62b65.active__d2446e95.warning__95b371b4 .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.active__d2446e95.warning__95b371b4 .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.active__d2446e95.warning__95b371b4 .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.error__4568cb1e .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.error__4568cb1e .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.error__4568cb1e .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.error__4568cb1e:hover .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.error__4568cb1e:hover .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.error__4568cb1e:hover .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.warning__95b371b4 .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.warning__95b371b4 .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.warning__95b371b4 .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.warning__95b371b4:hover .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.warning__95b371b4:hover .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1)}.stepperStep__2cf62b65.completed__36f1454e.warning__95b371b4:hover .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126 :not(.error__4568cb1e):not(.warning__95b371b4) .content__3eb37238{color:var(--triplex-next-Stepper-Step_Color_Default-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126 :not(.error__4568cb1e):not(.warning__95b371b4):hover .content__3eb37238{color:var(--triplex-next-Stepper-Step_Color_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.error__4568cb1e .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.error__4568cb1e .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.error__4568cb1e .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.error__4568cb1e:hover .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.error__4568cb1e:hover .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.error__4568cb1e:hover .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.warning__95b371b4 .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.warning__95b371b4 .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.warning__95b371b4 .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.warning__95b371b4:hover .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.warning__95b371b4:hover .arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1)}.stepperStep__2cf62b65.inactive__52a05126.warning__95b371b4:hover .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-11-1)}.stepperStep__2cf62b65.disabled__2f3dc98a{pointer-events:none}.stepperStep__2cf62b65.disabled__2f3dc98a .content__3eb37238{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-11-1)}.stepperStep__2cf62b65.disabled__2f3dc98a .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-11-1)}.stepperStep__2cf62b65.disabled__2f3dc98a .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-11-1)}.stepperStep__2cf62b65.focusVisible__6c3b5ef8.completed__36f1454e .content__3eb37238,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.active__d2446e95 .content__3eb37238,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.inactive__52a05126 .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-1)}.stepperStep__2cf62b65.focusVisible__6c3b5ef8.completed__36f1454e .arrow__3a29f3ab path:last-child,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.active__d2446e95 .arrow__3a29f3ab path:last-child,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.inactive__52a05126 .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-1)}.stepperStep__2cf62b65.focusVisible__6c3b5ef8.completed__36f1454e:hover .content__3eb37238,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.active__d2446e95:hover .content__3eb37238,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.inactive__52a05126:hover .content__3eb37238{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-1)}.stepperStep__2cf62b65.focusVisible__6c3b5ef8.completed__36f1454e:hover .arrow__3a29f3ab path:last-child,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.active__d2446e95:hover .arrow__3a29f3ab path:last-child,.stepperStep__2cf62b65.focusVisible__6c3b5ef8.inactive__52a05126:hover .arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-11-1)}.content__3eb37238{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-11-1);color:var(--triplex-next-Stepper-Step_Color_Hover-1-11-1);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-11-1);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__54646f29{font-size:12px;line-height:16px}.md__445dcaa8{font-size:14px;line-height:20px}.lg__aec5a78d{font-size:16px;line-height:20px}.arrow__3a29f3ab{transform:translate(0)}.arrow__3a29f3ab path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-11-1)}.arrow__3a29f3ab path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-11-1)}.icon__4d6ab280{display:inline-flex;align-items:center;line-height:0}.nonempty__c6ade5c0 .icon__4d6ab280{margin-right:6px}.stepperExtended__ff354907{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__fd18f567{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__fd18f567::-webkit-scrollbar{display:none}.stepper__919fb806.sm__54646f29{padding-left:28px;padding-right:28px}.stepper__919fb806.md__445dcaa8{padding-left:40px;padding-right:40px}.stepper__919fb806.lg__aec5a78d{padding-left:56px;padding-right:56px}.stepperCarousel__533a5149{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__533a5149 .buttonPrev__d0ad9c37,.stepperCarousel__533a5149 .buttonNext__1f9f74b2{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__533a5149 .buttonPrev__d0ad9c37.sm__54646f29,.stepperCarousel__533a5149 .buttonNext__1f9f74b2.sm__54646f29{height:28px;width:28px}.stepperCarousel__533a5149 .buttonPrev__d0ad9c37.md__445dcaa8,.stepperCarousel__533a5149 .buttonNext__1f9f74b2.md__445dcaa8{height:40px;width:40px}.stepperCarousel__533a5149 .buttonPrev__d0ad9c37.lg__aec5a78d,.stepperCarousel__533a5149 .buttonNext__1f9f74b2.lg__aec5a78d{height:56px;width:56px}.stepperCarousel__533a5149 .buttonPrev__d0ad9c37{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-11-1)}.stepperCarousel__533a5149 .buttonNext__1f9f74b2{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-11-1)}@media (max-width: 767px){.stepper__919fb806{padding-left:16px;padding-right:16px}.buttonPrev__d0ad9c37,.buttonNext__1f9f74b2{display:none}}.islandAccordion__b8b96164{margin:0;padding:0}.islandAccordion__b8b96164 .island__ecfadcee{padding:0}.islandAccordion__b8b96164 .item__100c7148{position:relative;list-style-type:none}.islandAccordion__b8b96164 .item__100c7148.disabled__63b60cc9{cursor:default;pointer-events:none}.islandAccordion__b8b96164 .item__100c7148+.item__100c7148.sm__42f94744,.islandAccordion__b8b96164 .item__100c7148+.item__100c7148.md__814ff418{margin-top:16px}.islandAccordion__b8b96164 .item__100c7148+.item__100c7148.lg__3801e1de{margin-top:24px}.islandAccordion__b8b96164 .item__100c7148 .header__3ea5feba{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__b8b96164 .item__100c7148 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-11-1)}.islandAccordion__b8b96164 .item__100c7148.type1__ddf18b2a:not(.opened__a296006a) .header__3ea5feba:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-11-1)}.islandAccordion__b8b96164 .item__100c7148.type2__edce6656:not(.opened__a296006a) .header__3ea5feba:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-11-1)}.islandAccordion__b8b96164 .item__100c7148.type3__594bdbdf:not(.opened__a296006a) .header__3ea5feba:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-11-1)}.islandAccordion__b8b96164 .item__100c7148 .footer__1b909431{text-align:right}.islandAccordion__b8b96164 .item__100c7148 .body__615de3ff,.islandAccordion__b8b96164 .item__100c7148 .footer__1b909431{visibility:hidden}.islandAccordion__b8b96164 .item__100c7148.opened__a296006a .body__615de3ff,.islandAccordion__b8b96164 .item__100c7148.opened__a296006a .footer__1b909431{visibility:visible}.islandAccordion__b8b96164 .item__100c7148 .caretWrapper__28d3119b{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__b8b96164 .item__100c7148 .caretIcon__53cf4b9e{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .header__3ea5feba{padding:16px;border-radius:16px}.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .step__78293198+.titleWrapper__ca0707c2{margin-top:2px}.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .body__615de3ff,.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .footer__1b909431{padding:0 16px 16px}.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .caretWrapper__28d3119b{right:12px}.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .remove__67818e61{right:-36px;top:20px}.islandAccordion__b8b96164 .item__100c7148.sm__42f94744 .step__78293198{margin-right:12px}.islandAccordion__b8b96164 .item__100c7148.md__814ff418 .header__3ea5feba{padding:24px;border-radius:24px}.islandAccordion__b8b96164 .item__100c7148.md__814ff418 .body__615de3ff,.islandAccordion__b8b96164 .item__100c7148.md__814ff418 .footer__1b909431{padding:0 24px 24px}.islandAccordion__b8b96164 .item__100c7148.md__814ff418 .caretWrapper__28d3119b{right:20px}.islandAccordion__b8b96164 .item__100c7148.md__814ff418 .remove__67818e61{right:-40px;top:28px}.islandAccordion__b8b96164 .item__100c7148.md__814ff418 .step__78293198{margin-right:12px}.islandAccordion__b8b96164 .item__100c7148.lg__3801e1de .header__3ea5feba{padding:32px;border-radius:32px}.islandAccordion__b8b96164 .item__100c7148.lg__3801e1de .body__615de3ff,.islandAccordion__b8b96164 .item__100c7148.lg__3801e1de .footer__1b909431{padding:0 32px 32px}.islandAccordion__b8b96164 .item__100c7148.lg__3801e1de .caretWrapper__28d3119b{right:28px}.islandAccordion__b8b96164 .item__100c7148.lg__3801e1de .remove__67818e61{right:-40px;top:36px}.islandAccordion__b8b96164 .item__100c7148.lg__3801e1de .step__78293198{margin:0 16px 0 0}.islandAccordion__b8b96164 .item__100c7148.opened__a296006a:not(.disabled__63b60cc9) .caretWrapper__28d3119b .caretIcon__53cf4b9e{transform:rotate(-180deg)}.islandAccordion__b8b96164 .item__100c7148 .remove__67818e61{position:absolute}@media (max-width: 767px){.islandAccordion__b8b96164 .item__100c7148 .footer__1b909431{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__b8b96164 .item__100c7148 .footer__1b909431>*{margin-left:0!important}}.noColumns__27a8b318{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__27a8b318>.content__8c740ab5{width:456px;text-align:center}.filterPanel__3f5cdfd5{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__e7318cc2{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__e7318cc2>a:not(:first-child){margin-left:16px}.tabsLinePanel__75eb6755{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__dfebc65c{0%{opacity:0}to{opacity:1}}.tableBasic__4f43ac6f{position:relative}.tableBasic__4f43ac6f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__4f43ac6f table th.alignLeft__88879d0e,.tableBasic__4f43ac6f table td.alignLeft__88879d0e{text-align:left}.tableBasic__4f43ac6f table th.alignRight__fe4f2bc4,.tableBasic__4f43ac6f table td.alignRight__fe4f2bc4{text-align:right}.tableBasic__4f43ac6f table th.alignCenter__1b7e3edb,.tableBasic__4f43ac6f table td.alignCenter__1b7e3edb{text-align:center}.tableBasic__4f43ac6f table th.verticalAlignBaseline__b4674b32,.tableBasic__4f43ac6f table td.verticalAlignBaseline__b4674b32{vertical-align:baseline}.tableBasic__4f43ac6f table th.verticalAlignSub__3ce62888,.tableBasic__4f43ac6f table td.verticalAlignSub__3ce62888{vertical-align:sub}.tableBasic__4f43ac6f table th.verticalAlignSuper__58ea8dc3,.tableBasic__4f43ac6f table td.verticalAlignSuper__58ea8dc3{vertical-align:super}.tableBasic__4f43ac6f table th.verticalAlignTextTop__f28fade6,.tableBasic__4f43ac6f table td.verticalAlignTextTop__f28fade6{vertical-align:text-top}.tableBasic__4f43ac6f table th.verticalAlignTextBottom__bdd2d88c,.tableBasic__4f43ac6f table td.verticalAlignTextBottom__bdd2d88c{vertical-align:text-bottom}.tableBasic__4f43ac6f table th.verticalAlignMiddle__201320d8,.tableBasic__4f43ac6f table td.verticalAlignMiddle__201320d8{vertical-align:middle}.tableBasic__4f43ac6f table th.verticalAlignTop__138de554,.tableBasic__4f43ac6f table td.verticalAlignTop__138de554{vertical-align:top}.tableBasic__4f43ac6f table th.verticalAlignBottom__2c9c1f7a,.tableBasic__4f43ac6f table td.verticalAlignBottom__2c9c1f7a{vertical-align:bottom}.tableBasic__4f43ac6f table>thead>tr{height:48px}.tableBasic__4f43ac6f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-11-1);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-11-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__4f43ac6f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-11-1),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-11-1)}}.tableBasic__4f43ac6f table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__4f43ac6f table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__4f43ac6f table>thead>tr>th.checkboxType__bb511190{padding:16px 12px}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e{display:inline-flex;vertical-align:top}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e.order__fa33b449{cursor:pointer}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e.order__fa33b449 .orderButton__973d419f{display:flex;visibility:hidden;align-items:center}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e.order__fa33b449 .orderButton__973d419f.alignLeft__88879d0e{margin-right:8px}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e.order__fa33b449 .orderButton__973d419f.alignRight__fe4f2bc4{margin-left:8px}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e.order__fa33b449 .orderButton__973d419f.sorted__77481082{visibility:visible}.tableBasic__4f43ac6f table>thead>tr>th .thBlock__80f4a99e.order__fa33b449:hover .orderButton__973d419f{visibility:visible}.tableBasic__4f43ac6f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-11-1)}.tableBasic__4f43ac6f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__4f43ac6f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__4f43ac6f table>tbody>tr>td.textType__96d804b7{padding:12px}.tableBasic__4f43ac6f table>tbody>tr>td.componentsType__ba8aed7f{padding:8px 12px}.tableBasic__4f43ac6f table>tbody>tr>td.checkboxType__bb511190{padding:10px 12px 12px}.tableBasic__4f43ac6f table>tbody>tr.selected__3c81b7fe>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-11-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__4f43ac6f table>tbody>tr.selected__3c81b7fe>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-11-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-11-1)}}.tableBasic__4f43ac6f table>tbody.clickable__baed1455>tr{cursor:pointer}.tableBasic__4f43ac6f table>tbody.hoverable__57849ea5>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-11-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__4f43ac6f table>tbody.hoverable__57849ea5>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-11-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-11-1)}}.tableBasic__4f43ac6f .footerEmptyData__7c05fb78{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__4f43ac6f .spinnerWrapper__2a71c3b9{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__4f43ac6f .spinnerWrapper__2a71c3b9 .tableLoaderScreen__d1bdfb46{border-radius:8px 8px 0 0}.tableBasic__4f43ac6f .overlayCover__dad97ae1{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-11-1);animation:fadeIn__dfebc65c .3s}.tableBasicSettingsBody__cb8a523d{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__b9104a53{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-11-1)!important}.columnSettingsSortableListItemTarget__b9104a53:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-11-1)!important}.columnSettingsSortableListItemTarget__b9104a53.dragging__4d03bf6f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-11-1)!important}.columnSettingsStaticListItem__d9ea66f3{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-11-1)}.tableBasicSettingsFooter__f4605ad2{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-11-1);padding:11px 12px 12px}.tableBasicSettingsHeader__4f511646{padding:16px 12px 12px}.tableSettingsLink__2387ebc8{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__e0079692{width:320px}.tableFooterWrapper__e6e18cd9{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__e6e18cd9 .tableFooterShadow__43fe1ff5{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-11-1);pointer-events:none}.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-11-1);padding:16px 12px;border-radius:8px}.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81{display:flex;align-items:center}.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummarySelectedCount__ac1eb94d,.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummarySelectAllButton__17331d4c,.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummaryAmount__86994502{display:inline-flex}.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummarySelectedCount__ac1eb94d,.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummarySelectAllButton__17331d4c,.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummaryAmount__86994502,.tableFooterWrapper__e6e18cd9 .tableFooter__40d4e799 .tableFooterSummary__f0fadd81 .tableFooterSummaryLabel__0dc8c1a9{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__e6e18cd9{height:112px}}.paginationPanel__95ed9461{margin-top:16px}.masterTable__e77a04af{position:relative}.currency__bf8b7618{font-size:16px;line-height:20px;color:var(--triplex-next-AmountField-Currency_Color_Default-1-11-1)}.currency__bf8b7618.disabled__0aed4a15{color:var(--triplex-next-AmountField-Currency_Color_Disabled-1-11-1)}.orderedListItem__77756460{counter-increment:list-item-tx}.orderedListItem__77756460:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__77756460+.orderedListItem__77756460{margin-top:8px}.orderedList__945f1ed3{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__d7c6a64a{position:relative}.suggestDropdownListItem__ba6c60be{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__baf5940d{position:relative}.suggestFieldMobileBody__5881ae5a{height:176px}.suggestFieldMobileDropdownHint__a9b92afe{padding:16px}.lightBox__9a0dd03e{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__9a0dd03e .lightBoxBackdrop__0e9fac75{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-11-1)}.lightBox__9a0dd03e.lightBoxSideOverlayActive__e6f9a942,.lightBox__9a0dd03e.lightBoxTopOverlayActive__f1ff050f{overflow-y:hidden}.lightBox__9a0dd03e .lightBoxContent__5ef07cd2{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-11-1)}.lightBox__9a0dd03e .lightBoxContent__5ef07cd2>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__9a0dd03e .lightBoxContent__5ef07cd2>.global-page{padding:16px}}.lightBox__9a0dd03e .loadingContentOverlay__0dcedce8{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__9a0dd03e .lightBoxContentResizeWrapper__4000bca5{position:absolute;left:0;right:0;height:0}.lightBox__9a0dd03e .tempElSafariBug__44445a7f{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__727a755e,.global-LB-less-or-equal-media-point-0 .lightBox__9a0dd03e.lightBoxSideOverlayActive__e6f9a942{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__5ef07cd2{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__5ef07cd2{padding-left:80px;padding-right:80px}.lightBoxControls__36c7cfa0{z-index:100}.withKeyboardEvent__1ae22513{display:inline-block}.withoutKeyboardEvent__80294dfd,.lightBox__9a0dd03e.lightBoxSideOverlayActive__e6f9a942 .withKeyboardEvent__1ae22513,.lightBox__9a0dd03e.lightBoxTopOverlayActive__f1ff050f .withKeyboardEvent__1ae22513,.lightBox__9a0dd03e.isLoading__b3cf4730 .withKeyboardEvent__1ae22513{display:none}.lightBox__9a0dd03e.lightBoxSideOverlayActive__e6f9a942 .withoutKeyboardEvent__80294dfd,.lightBox__9a0dd03e.lightBoxTopOverlayActive__f1ff050f .withoutKeyboardEvent__80294dfd,.lightBox__9a0dd03e.isLoading__b3cf4730 .withoutKeyboardEvent__80294dfd{display:inline-block}.lightBox__9a0dd03e.isLoading__b3cf4730 .lightBoxPrev__dd2c6f62,.lightBox__9a0dd03e.isLoading__b3cf4730 .lightBoxNext__f261b912{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__36c7cfa0{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__44ea7fb2{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__0d002dce{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__d414e2ca{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__dd2c6f62,.global-LB-less-or-equal-media-point-0 .lightBoxNext__f261b912{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__dd2c6f62{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__071ccdf2,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__8cdd63de{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__36c7cfa0{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__44ea7fb2{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__0d002dce{display:none}.global-LB-more-media-point-0 .lightBoxClose__d414e2ca{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__dd2c6f62,.global-LB-more-media-point-0 .lightBoxNext__f261b912{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__dd2c6f62{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__f261b912{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__72cd8043{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__72cd8043.fixed__e1619792{position:fixed}.overlay__72cd8043.closing__003c8b0c,.overlay__72cd8043.opened__17a1b323{visibility:visible;left:0;right:0}.overlayPanel__12efb2fd{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-11-1);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__12efb2fd.bottom__1019880f{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__12efb2fd.left__81b68f82{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__12efb2fd.right__a8d6adea{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__12efb2fd.top__93bf67e2{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__12efb2fd.left__81b68f82.opened__17a1b323,.overlayPanel__12efb2fd.right__a8d6adea.opened__17a1b323{transform:translate(0)}.overlayPanel__12efb2fd.top__93bf67e2.opened__17a1b323,.overlayPanel__12efb2fd.bottom__1019880f.opened__17a1b323{transform:translateY(0)}.overlayContent__51c84f52{display:flex;min-height:100%}.overlayMask__1f23c0e1{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-11-1);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__1f23c0e1.overlayOpened__29bb55a6{opacity:1}.lightBoxSideOverlayLoaderWrapper__fd3e147c{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__f419f64d{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__cbf178e5{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__f419f64d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__cbf178e5{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__cbf178e5{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__f419f64d{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__cbf178e5{display:none}.lightBoxSideOverlayMask__6e06b164{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-11-1)}.lightBoxSideOverlayWrapper__73a087d3{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__73a087d3.overflowXHidden__e34b01ea{overflow-x:hidden}.lightBoxSideOverlayWrapper__73a087d3.overflowYHidden__72ec35c0{overflow-y:hidden}.lightBoxSideOverlayWrapper__73a087d3.closing__6dd430c7,.lightBoxSideOverlayWrapper__73a087d3.opened__e879d37a{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__73a087d3.closing__6dd430c7{pointer-events:none}.lightBoxSideOverlayWrapper__73a087d3 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__73a087d3 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__73a087d3 .lightBoxSideOverlayContent__b7755c7e{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-11-1);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__73a087d3 .lightBoxSideOverlayContent__b7755c7e.opened__e879d37a{transform:none}.lightBoxSideOverlayWrapper__73a087d3 .lightBoxSideOverlayContent__b7755c7e.opening__c1e3d00d{transform:translateY(0)}.lightBoxSideOverlayWrapper__73a087d3.sizeSM__0af33cf7 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__73a087d3.sizeMD__1d1f5cf8 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__73a087d3.sizeLG__99f126da .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__73a087d3 .lightBoxSideOverlayBase__7fbc07f3{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__73a087d3 .lightBoxSideOverlayContent__b7755c7e{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__73a087d3 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__73a087d3 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__d344f3e2{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__d344f3e2.closing__6dd430c7,.lightBoxSideOverlay__d344f3e2.opening__c1e3d00d{overflow-x:hidden}.topOverlayMask__3ca1413c{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-11-1);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__15816e81{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__15816e81.closing__776f100c,.topOverlayWrapper__15816e81.opened__e57039f0{bottom:0}.topOverlayWrapper__15816e81 .topOverlayPanel__18625796{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__95d0397f{z-index:500}@media (max-width: 767px){.topOverlayPanel__18625796{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__56239157{--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__e915d3a2{display:none}}.lightBoxRightSidebar__5b86cb30{--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__6f1100b5{display:none}}html.scroll-0__c8f2dd3e{--triplex-next-scroll-width: 0px}html.scroll-15__9f6fc778{--triplex-next-scroll-width: 15px}html.scroll-16__c2049b4f{--triplex-next-scroll-width: 16px}html.scroll-17__14244a5a{--triplex-next-scroll-width: 17px}.smsField__59d4b4d1{display:inline-block;position:relative;width:100%}.smsField__59d4b4d1 .input__bca38c32{text-align:center}.smsField__59d4b4d1 .input__bca38c32::placeholder{opacity:1}.smsField__59d4b4d1 .input__bca38c32:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-11-1)}.smsField__59d4b4d1 .input__bca38c32.lg__4b0becb1{padding:18px 40px}.smsField__59d4b4d1 .input__bca38c32.md__b119afe0{padding-left:26px;padding-right:26px}.smsField__59d4b4d1 .input__bca38c32.sm__232811a8{padding-left:20px;padding-right:20px}.smsField__59d4b4d1 .btnRefresh__ca544608{position:absolute;outline:none;z-index:1}.smsField__59d4b4d1 .btnRefresh__ca544608.lg__4b0becb1{top:12px;left:12px;height:32px;width:32px}.smsField__59d4b4d1 .btnRefresh__ca544608.md__b119afe0{top:10px;left:10px}.smsField__59d4b4d1 .btnRefresh__ca544608.sm__232811a8{top:4px;left:4px}.smsField__59d4b4d1 .btnRefresh__ca544608 .full__e561c606{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-11-1)}.smsField__59d4b4d1 .btnRefresh__ca544608 .empty__5cd82779{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-11-1)}.smsField__59d4b4d1 .btnRefresh__ca544608:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-11-1)}.smsField__59d4b4d1 .btnSubmit__30dc9c01{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-11-1)}.smsField__59d4b4d1 .btnSubmit__30dc9c01.active__b4296db3:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-11-1)}.smsField__59d4b4d1 .btnSubmit__30dc9c01.active__b4296db3:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-11-1)}.smsField__59d4b4d1 .btnSubmit__30dc9c01.lg__4b0becb1{top:15px;right:15px;height:26px;width:26px}.smsField__59d4b4d1 .btnSubmit__30dc9c01.md__b119afe0{top:10px;right:10px}.smsField__59d4b4d1 .btnSubmit__30dc9c01.sm__232811a8{top:4px;right:4px}.spoiler__abfc09b4{display:flex;flex-direction:column}.spoiler__abfc09b4.opened__862ad330 .caretIcon__9a00a28c{transform:rotate(-180deg)}.spoiler__abfc09b4 .head__a4f157c7 .caretIcon__9a00a28c{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__abfc09b4 .head__a4f157c7 button>span{white-space:normal;text-align:left}.spoiler__abfc09b4 .content__0daa0f97.hidden__609cee9f{display:none}.spoiler__abfc09b4 .lg__db2e06e4 .content__0daa0f97{margin-top:8px}.spoiler__abfc09b4 .md__a2df8a50 .content__0daa0f97{margin-top:0}.spoiler__abfc09b4 .sm__ab0ebb41 .content__0daa0f97{margin-top:-4px}.statusTrackerWrapper__d06bc750{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-11-1);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-11-1);overflow:hidden;height:100%}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f.verticalAlignMiddle__130288e0{align-self:center}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f.verticalAlignBottom__df8dd2f8{align-self:end}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerChild__229cd20d{padding:8px 0}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerChild__229cd20d:empty{padding:0}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerSum__30fdf5c0,.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerTitle__17f72e73{padding-bottom:4px}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerDescription__7fb99d26{display:block;padding-top:8px}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerAlert__9cedfe73{margin-top:12px;text-align:left}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerStatus__d864b189{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerFooterWrapper__a7074b87{display:grid}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerFooterWrapper__a7074b87 .statusTrackerDescription__7fb99d26:last-child{padding-top:0}.statusTrackerWrapper__d06bc750 .statusTracker__78b4cd3f .statusTrackerFooterWrapper__a7074b87 .statusTrackerButton__761bc765{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__d06bc750 .statusTrackerColor__793bb383{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__d06bc750 .statusTrackerColor__793bb383.waiting__fa16f07a{background:var(--triplex-next-StatusTracker-Waiting_Color-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerColor__793bb383.warning__b93d6f83{background:var(--triplex-next-StatusTracker-Warning_Background-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerColor__793bb383.rejected__ff8cf1e5{background:var(--triplex-next-StatusTracker-Rejected_Color-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerColor__793bb383.approved__6d1e9c9a{background:var(--triplex-next-StatusTracker-Approved_Color-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerBackground__2c0242d3{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__d06bc750 .statusTrackerBackground__2c0242d3.waiting__fa16f07a{background:var(--triplex-next-StatusTracker-Waiting_Background-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerBackground__2c0242d3.warning__b93d6f83{background:var(--triplex-next-StatusTracker-Warning_Background-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerBackground__2c0242d3.rejected__ff8cf1e5{background:var(--triplex-next-StatusTracker-Rejected_Background-1-11-1)}.statusTrackerWrapper__d06bc750 .statusTrackerBackground__2c0242d3.approved__6d1e9c9a{background:var(--triplex-next-StatusTracker-Approved_Background-1-11-1)}@media (max-width: 767px){.statusTrackerWrapper__d06bc750{border-radius:16px}}.smallInput__90b0f09f{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-11-1);background:var(--triplex-next-SmallInput-Background-1-11-1);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-11-1)}.smallInput__90b0f09f::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-11-1);opacity:1}.smallInput__90b0f09f::-ms-clear{display:none}.documentNumberEdit__069e1943 .label__5e96b053{display:inline-block;margin-right:8px}.documentNumberEdit__069e1943 .inputEditWrapper__a7e9352d{width:68px;display:inline-block}.sliderExtendedDot__e3dbba6d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-11-1);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__e3dbba6d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-11-1)}.sliderExtendedDot__e3dbba6d.focusedByClick__07908552:focus{box-shadow:none}.sliderExtendedDot__e3dbba6d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-11-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__e3dbba6d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-11-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__e3dbba6d.disabled__bc19f0ec{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-11-1)}.sliderExtendedDot__e3dbba6d.disabled__bc19f0ec:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-11-1)}.sliderExtendedDot__e3dbba6d.disabled__bc19f0ec:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-11-1)}.sliderExtendedDot__e3dbba6d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-11-1)}.sliderExtendedDot__e3dbba6d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-11-1)}.sliderExtendedDot__e3dbba6d.dragByMouse__77137390{background:var(--triplex-next-Slider-Dot_Background_Select-1-11-1)}.sliderExtendedDot__e3dbba6d.dragByMouse__77137390:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-11-1)}.sliderExtendedDot__e3dbba6d:hover .sliderExtendedTooltipOverlay__9f019408,.sliderExtendedDot__e3dbba6d:focus .sliderExtendedTooltipOverlay__9f019408{visibility:visible}.sliderExtendedDot__e3dbba6d.lg__eba61ed8{width:28px;height:28px}.sliderExtendedDot__e3dbba6d.lg__eba61ed8:after{width:10px;height:10px}.sliderExtendedDot__e3dbba6d.lg__eba61ed8:before{width:14px;height:14px}.sliderExtendedMarks__c1bbe278{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__f9fd2cca{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__f9fd2cca .sliderExtendedMarkDot__be3b3be3{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-11-1);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__f9fd2cca .sliderExtendedMarkDot__be3b3be3.inSelectedRange__0dd53a1e{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-11-1)}.sliderExtendedMark__f9fd2cca.lg__eba61ed8{top:20px}.sliderExtendedMark__f9fd2cca.lg__eba61ed8 .sliderExtendedMarkDot__be3b3be3{top:-20px}.sliderExtendedMark__f9fd2cca .sliderExtendedMarkText__a7dc9a65{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__f9fd2cca.disabled__bc19f0ec{pointer-events:none}.sliderExtendedMark__f9fd2cca.disabled__bc19f0ec .sliderExtendedMarkText__a7dc9a65{pointer-events:none;opacity:.35}.sliderExtendedMark__f9fd2cca.disabled__bc19f0ec .sliderExtendedMarkDot__be3b3be3{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-11-1)}.sliderExtendedMark__f9fd2cca:first-child,.sliderExtendedMark__f9fd2cca:last-child{transform:none}.sliderExtendedMark__f9fd2cca:first-child.reverse__93518ab5 .sliderExtendedMarkDot__be3b3be3{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f9fd2cca:first-child.reverse__93518ab5 .sliderExtendedMarkText__a7dc9a65{margin-right:-4px}.sliderExtendedMark__f9fd2cca:first-child:not(.reverse__93518ab5) .sliderExtendedMarkDot__be3b3be3{left:0;transform:translate(-50%)}.sliderExtendedMark__f9fd2cca:first-child .sliderExtendedMarkText__a7dc9a65{margin-left:-4px}.sliderExtendedMark__f9fd2cca:last-child.reverse__93518ab5 .sliderExtendedMarkDot__be3b3be3{left:0;transform:translate(-50%)}.sliderExtendedMark__f9fd2cca:last-child.reverse__93518ab5 .sliderExtendedMarkText__a7dc9a65{margin-left:-4px}.sliderExtendedMark__f9fd2cca:last-child:not(.reverse__93518ab5) .sliderExtendedMarkDot__be3b3be3{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f9fd2cca:last-child .sliderExtendedMarkText__a7dc9a65{margin-right:-4px}.sliderExtendedMark__f9fd2cca.active__aaa2c24e{pointer-events:none}.sliderExtendedRail__ffd81ebc{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-11-1);cursor:pointer}.sliderExtended__842275da{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__842275da.disabled__bc19f0ec .sliderExtendedRail__ffd81ebc{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-11-1)}.sliderExtended__842275da.lg__eba61ed8{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__7c6dadca{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-11-1);z-index:10}.sliderExtendedTrack__7c6dadca.lg__eba61ed8{top:12px}.sliderExtendedTrack__7c6dadca:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-11-1)}.sliderExtendedTrack__7c6dadca.focusedByClick__07908552:focus{box-shadow:none}.sliderExtendedTrack__7c6dadca.hoverOrDragByMouse__a90bac3a{background:var(--triplex-next-Slider-Track_Background_Hover-1-11-1)}.sliderExtendedTrack__7c6dadca.staticSlider__0f1329be{cursor:default;pointer-events:none}.sliderExtendedTrack__7c6dadca.disabled__bc19f0ec{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-11-1)}.sliderExtendedTooltipOverlay__9f019408{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__9f019408.lg__eba61ed8{bottom:32px}.sliderExtendedTooltipOverlay__9f019408 .tooltipBody__c824d0f8{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-11-1);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-11-1);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__9f019408 .tooltipTip__1966ee1b{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-11-1);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__9f019408 .tooltipTip__1966ee1b{margin:-.5px}}.treeView__dcecc95a,.treeViewGroup__51ed72d4{margin:0;padding:0}.treeView__dcecc95a .treeViewNode__32e30111,.treeViewGroup__51ed72d4 .treeViewNode__32e30111{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__aa5ae186.collapsed__caf0515b{visibility:hidden}.checkboxTreeExtended__9af59e67{margin-bottom:-12px}.checkboxTreeExtendedNode__969c9b02 .checkboxTreeExtendedNode__969c9b02{margin-left:24px}.checkboxTreeExtendedNodeHeader__9d947a0a{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__9d947a0a .checkboxTreeCheckboxLabel__324a0bc4{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__9d947a0a .caretIconWrapper__e0dbf2ab{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__9d947a0a .caretIconWrapper__e0dbf2ab:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-11-1)}.checkboxTreeExtendedNodeHeader__9d947a0a.opened__c429f226 .caretIconWrapper__e0dbf2ab{transform:rotate(180deg)}.chipGroup__7d458d7f{display:flex}.chipGroup__7d458d7f.oneLine__23363afd{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__7d458d7f.oneLine__23363afd::-webkit-scrollbar{display:none}.chipGroup__7d458d7f.multiLine__52869185{flex-wrap:wrap}.chipGroup__7d458d7f.lg__9cd92ca9{gap:12px}.chipGroup__7d458d7f.md__d1d3edca,.chipGroup__7d458d7f.sm__bd60f1f8{gap:8px}.confirm__da6a9d4e{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__da6a9d4e.isInLightBox__6b532733{max-width:800px}.confirm__da6a9d4e.isInSideOverlaySM__33cb5059{max-width:416px}.confirm__da6a9d4e.isInSideOverlayMD__a4a1ae4f{max-width:536px}.confirm__da6a9d4e.isInSideOverlayLG__4140134a{max-width:736px}.confirmCloseButton__42fe21cb{position:absolute;top:24px;right:24px}.confirmContent__4f0c6403{margin-bottom:24px;padding-right:56px}.confirmControls__0675ee50{white-space:nowrap}.confirmContentTitle__a3e4bdd3{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__42fe21cb{top:16px;right:16px}.confirmContent__4f0c6403{margin-bottom:16px}}.divider__eabf59d8{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-11-1);border:none}.marginTopSize-4__92dab9bb{margin-top:4px}.marginBottomSize-4__96e52ca2{margin-bottom:4px}.marginTopSize-8__132c7c28{margin-top:8px}.marginBottomSize-8__2c95dad7{margin-bottom:8px}.marginTopSize-12__866e6603{margin-top:12px}.marginBottomSize-12__4b7e9098{margin-bottom:12px}.marginTopSize-16__d4842232{margin-top:16px}.marginBottomSize-16__e7b39180{margin-bottom:16px}.marginTopSize-20__25d09628{margin-top:20px}.marginBottomSize-20__dab5dfcb{margin-bottom:20px}.marginTopSize-24__0d07356c{margin-top:24px}.marginBottomSize-24__33ef76e7{margin-bottom:24px}.marginTopSize-28__f3bebb35{margin-top:28px}.marginBottomSize-28__c9a92e98{margin-bottom:28px}.marginTopSize-32__8f98ba3c{margin-top:32px}.marginBottomSize-32__8b27289e{margin-bottom:32px}.listMasterChipGroup__bbb14be8{padding:0 16px}.listMasterFooter__abb0ffef{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-11-1);color:var(--triplex-next-ListMaster-Footer_Color-1-11-1);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__abb0ffef.sticky__26f02508{position:sticky;bottom:0}.listMasterFooterDescription__b034bd37{padding-right:16px}.listMasterFooterControls__6f0dd9bf{white-space:nowrap}.listMasterHeader__64fc17eb{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-11-1);color:var(--triplex-next-ListMaster-Header_Color-1-11-1)}.listMasterHeader__64fc17eb.sticky__26f02508{position:sticky;top:0;z-index:1}.selectionControls__984a69b6{display:flex;justify-content:space-between;align-items:center}.uploadZoneDesktop__0f325fba{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-11-1)}.uploadZoneDesktop__0f325fba:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-11-1)}.uploadZoneDragArea__fe76cd15{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-11-1);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__07b2ce7c{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-11-1);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-11-1);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-11-1);border-radius:8px;box-sizing:border-box}.uploadZoneInput__38899230{display:none}.uploadZoneMobile__68478250{display:flex;flex-direction:column;align-items:start;gap:8px;padding:12px 10px 12px 16px}.uploadZoneMobile__68478250 .uploadZoneMobileHeader__a4eb3c49{display:flex;gap:4px}button.helpBoxButton__cae83e93{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__b7c7de48{padding-right:16px}.dateRange__eb83bbf1{display:flex;align-items:center}.dateRangeButton__508d889c{z-index:1}.separator__339658c4{width:20px;height:20px;flex-shrink:0}.tagColor__6cf462f7{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__6cf462f7.sm__1b0f56e8{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__6cf462f7.md__19191aa4{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__6cf462f7.lg__765d8bc9{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__6cf462f7.default__597dbe6c{background:var(--triplex-next-TagColor-Background_Default-1-11-1)}.tagColor__6cf462f7.success__5fb03fd8{background:var(--triplex-next-TagColor-Background_Success-1-11-1)}.tagColor__6cf462f7.info__1aa1ddfa{background:var(--triplex-next-TagColor-Background_Info-1-11-1)}.tagColor__6cf462f7.warning__0f453e6a{background:var(--triplex-next-TagColor-Background_Warning-1-11-1)}.tagColor__6cf462f7.error__c6778f51{background:var(--triplex-next-TagColor-Background_Error-1-11-1)}.content__98e047d8{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-11-1)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-13-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-13-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-13-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-13-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-13-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-13-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-13-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-13-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-13-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-13-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-13-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-13-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-13-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-13-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-13-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-13-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-13-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-13-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-13-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-13-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-13-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-13-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-13-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-13-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-13-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-13-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-13-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-13-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-13-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-13-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-13-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-13-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-13-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-13-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-13-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-13-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-13-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-13-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-13-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-13-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-13-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-13-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-13-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-13-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-13-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-13-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-13-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-13-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-13-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-13-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-13-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-13-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-13-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-13-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-13-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-13-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-13-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-13-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-13-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-13-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-13-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-13-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-13-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-13-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-13-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-13-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-13-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-13-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-13-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-13-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-13-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-13-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-13-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-13-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-13-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-13-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-13-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-13-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-13-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-13-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-13-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-13-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-13-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-13-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-13-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-13-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-13-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-13-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-13-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-13-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-13-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-13-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-13-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-13-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-13-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-13-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-13-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-13-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-13-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-13-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-13-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-13-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-13-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-13-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-13-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-13-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-13-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-13-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-13-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-13-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-13-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-13-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-13-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-13-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-13-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-13-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-13-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-13-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-13-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-1-13-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Button-General_Background_Active-1-13-0: #007777;
|
|
122
|
+
--triplex-next-Button-General_Background_Default-1-13-0: #21A19A;
|
|
123
|
+
--triplex-next-Button-General_Background_Disabled-1-13-0: #F2F4F7;
|
|
124
|
+
--triplex-next-Button-General_Background_Hover-1-13-0: #19BDB0;
|
|
125
|
+
--triplex-next-Button-General_Color_Active-1-13-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
128
|
+
--triplex-next-Button-General_Color_Hover-1-13-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Active-1-13-0: #DCDFE4;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Default-1-13-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-13-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Hover-1-13-0: #EAEDF1;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Active-1-13-0: #007777;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Default-1-13-0: #008985;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Hover-1-13-0: #21A19A;
|
|
138
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-13-0: #DFE2E7;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-13-0: #FFFFFF;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-13-0: #F2F4F7;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-13-0: #EEF0F4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-13-0: #007777;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-13-0: #008985;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-13-0: #21A19A;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Active-1-13-0: #BD002C;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Default-1-13-0: #E60037;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Disabled-1-13-0: #F2F4F7;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Hover-1-13-0: #F80C45;
|
|
152
|
+
--triplex-next-Button-Danger_Color_Active-1-13-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Hover-1-13-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
157
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169;
|
|
158
|
+
--triplex-next-Button-Link_Color_Active-1-13-0: #007777;
|
|
159
|
+
--triplex-next-Button-Link_Color_Default-1-13-0: #008985;
|
|
160
|
+
--triplex-next-Button-Link_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
161
|
+
--triplex-next-Button-Link_Color_Hover-1-13-0: #21A19A;
|
|
162
|
+
--triplex-next-Button-Link_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
163
|
+
--triplex-next-Calendar-Background_Shadow-1-13-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
164
|
+
--triplex-next-Calendar-View_Header_Color-1-13-0: rgba(31, 31, 34, .55);
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-13-0: none;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-13-0: #19BDB0;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-13-0: #21A19A;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-13-0: #007777;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-13-0: #E3FFFA;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-13-0: #A8F5E9;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-13-0: transparent;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-13-0: #FFD169;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-13-0: rgba(31, 31, 34, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-13-0: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-13-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-13-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-13-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-13-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-13-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-13-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-13-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-13-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-13-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-13-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-13-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-13-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-13-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-13-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-13-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-13-0: #E60037;
|
|
192
|
+
--triplex-next-Card-Static_General_Background-1-13-0: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Static_Secondary_Background-1-13-0: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background-1-13-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Hover-1-13-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected-1-13-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-13-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background-1-13-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-13-0: #EAEDF1;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-13-0: #E3E6EA;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-13-0: #DCDFE4;
|
|
202
|
+
--triplex-next-Card-Shadow_Default-1-13-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
203
|
+
--triplex-next-Card-Shadow_Focus-1-13-0: inset 0 0 0 1px #FFD169;
|
|
204
|
+
--triplex-next-Card-Shadow_Hover-1-13-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
205
|
+
--triplex-next-Card-Shadow_Selected-1-13-0: inset 0 0 0 1px #21A19A;
|
|
206
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-13-0: inset 0 0 0 1px #19BDB0;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-13-0: #21A19A;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-13-0: #EAEDF1;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-13-0: #007777;
|
|
210
|
+
--triplex-next-Checkbox-Background_Default-1-13-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Disabled-1-13-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Hover-1-13-0: #19BDB0;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Default-1-13-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-13-0: 0 0 0 1px #E3E6EA inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-13-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-13-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-13-0: none;
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
221
|
+
--triplex-next-Chip-Background_Active-1-13-0: #DFE2E7;
|
|
222
|
+
--triplex-next-Chip-Background_Default-1-13-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Disabled-1-13-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Hover-1-13-0: #EAEDF1;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Active-1-13-0: #4F4F52;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Default-1-13-0: #3B3B3E;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-13-0: #343437;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Hover-1-13-0: #49494C;
|
|
229
|
+
--triplex-next-Chip-Color_Active-1-13-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Default-1-13-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
232
|
+
--triplex-next-Chip-Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Active-1-13-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-13-0: rgba(255, 255, 255, .25);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Hover-1-13-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
238
|
+
--triplex-next-Divider-Background-1-13-0: #D6D9E0;
|
|
239
|
+
--triplex-next-Dropdown-Background-1-13-0: #FFFFFF;
|
|
240
|
+
--triplex-next-Dropdown-Shadow-1-13-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
241
|
+
--triplex-next-DropdownList-Background_Active-1-13-0: #EAEDF1;
|
|
242
|
+
--triplex-next-DropdownList-Background_Default-1-13-0: none;
|
|
243
|
+
--triplex-next-DropdownList-Background_Selected-1-13-0: #DCDFE4;
|
|
244
|
+
--triplex-next-DropdownList-Color-1-13-0: rgba(31, 31, 34, 1);
|
|
245
|
+
--triplex-next-DropdownMobile-Backdrop-1-13-0: rgba(31, 31, 34, .65);
|
|
246
|
+
--triplex-next-DropdownMobile-Border_Color-1-13-0: #D6D9E0;
|
|
247
|
+
--triplex-next-DropdownMobile-Content_Background-1-13-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Footer_Background-1-13-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Header_Background-1-13-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Active_Background-1-13-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-13-0: #DCDFE4;
|
|
252
|
+
--triplex-next-FooterPage-StickyShadow-1-13-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
253
|
+
--triplex-next-FormField-Background_Active-1-13-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Default-1-13-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Disabled-1-13-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Error-1-13-0: #FFF0F3;
|
|
257
|
+
--triplex-next-FormField-Background_Error_Hover-1-13-0: #FCE0E6;
|
|
258
|
+
--triplex-next-FormField-Background_Hover-1-13-0: #EAEDF1;
|
|
259
|
+
--triplex-next-FormField-Background_Warning-1-13-0: #FFF4DB;
|
|
260
|
+
--triplex-next-FormField-Background_Warning_Hover-1-13-0: #FCEAC7;
|
|
261
|
+
--triplex-next-FormField-Input_Color_Default-1-13-0: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-FormField-Input_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Default-1-13-0: rgba(31, 31, 34, 1);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Disabled-1-13-0: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
268
|
+
--triplex-next-FormField-Shadow_Active-1-13-0: 0 0 0 1px #21A19A inset;
|
|
269
|
+
--triplex-next-FormField-Shadow_Default-1-13-0: none;
|
|
270
|
+
--triplex-next-FormField-Shadow_Error_Active-1-13-0: 0 0 0 1px #E60037 inset;
|
|
271
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-13-0: 0 0 0 1px #FD6508 inset;
|
|
272
|
+
--triplex-next-FormField-Placeholder_Color-1-13-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-HeaderPage-StickyShadow-1-13-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
274
|
+
--triplex-next-Island-Type1_Background-1-13-0: #FFFFFF;
|
|
275
|
+
--triplex-next-Island-Type2_Background-1-13-0: rgba(255, 255, 255, .35);
|
|
276
|
+
--triplex-next-Island-Type3_Background-1-13-0: #F2F4F7;
|
|
277
|
+
--triplex-next-Island-Type1_Shadow-1-13-0: none;
|
|
278
|
+
--triplex-next-Island-Type2_Shadow-1-13-0: 0 0 0 1px #FFFFFF inset;
|
|
279
|
+
--triplex-next-Island-Type3_Shadow-1-13-0: none;
|
|
280
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-13-0: #DCDFE4;
|
|
281
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-13-0: rgba(31, 31, 34, .05);
|
|
282
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-13-0: #DCDFE4;
|
|
283
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-13-0: #FFFFFF;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-13-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
286
|
+
--triplex-next-LightBox-Backdrop_Background-1-13-0: rgba(31, 31, 34, .75);
|
|
287
|
+
--triplex-next-LightBox-Content_Background-1-13-0: #EAEDF1;
|
|
288
|
+
--triplex-next-Link-BorderColor_Focus-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
289
|
+
--triplex-next-Link-Text_Color_Active-1-13-0: #007777;
|
|
290
|
+
--triplex-next-Link-Text_Color_Default-1-13-0: #008985;
|
|
291
|
+
--triplex-next-Link-Text_Color_Hover-1-13-0: #21A19A;
|
|
292
|
+
--triplex-next-ListItem-Background-1-13-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Dragging-1-13-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Selected-1-13-0: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItem-Shadow-1-13-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-13-0: #DCDFE4;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-13-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-13-0: #EAEDF1;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-13-0: #007777;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-13-0: #008985;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-13-0: #21A19A;
|
|
302
|
+
--triplex-next-ListMaster-Background-1-13-0: #FFFFFF;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Background-1-13-0: #DCDFE4;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Color-1-13-0: #EAEDF1;
|
|
305
|
+
--triplex-next-ListMaster-Header_Background-1-13-0: #DCDFE4;
|
|
306
|
+
--triplex-next-ListMaster-Header_Color-1-13-0: #EAEDF1;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Brand-1-13-0: #21A19A;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Neutral-1-13-0: rgba(255, 255, 255, 1);
|
|
309
|
+
--triplex-next-Loader-Middle_Background_Default-1-13-0: #EEF0F4;
|
|
310
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-13-0: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-13-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-13-0: #EEF0F4;
|
|
313
|
+
--triplex-next-Marker-Background_Error-1-13-0: #E60037;
|
|
314
|
+
--triplex-next-Marker-Background_Success-1-13-0: #21A19A;
|
|
315
|
+
--triplex-next-Marker-Background_Waiting-1-13-0: #8291B3;
|
|
316
|
+
--triplex-next-Marker-Background_Warning-1-13-0: #FD6508;
|
|
317
|
+
--triplex-next-MarkerStatus-Description_Color-1-13-0: rgba(0, 0, 0, 0.55);
|
|
318
|
+
--triplex-next-ModalWindow-Background-1-13-0: #EAEDF1;
|
|
319
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-13-0: rgba(79, 79, 82, .5);
|
|
320
|
+
--triplex-next-MultiselectField-Divider_Color-1-13-0: #D6D9E0;
|
|
321
|
+
--triplex-next-Notification-Background-1-13-0: #FFFFFF;
|
|
322
|
+
--triplex-next-Notification-Color-1-13-0: #1F1F22;
|
|
323
|
+
--triplex-next-Notification-TimeColor-1-13-0: rgba(31, 31, 34, 0.65);
|
|
324
|
+
--triplex-next-Notification-Shadow-1-13-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
325
|
+
--triplex-next-Overlay-Background-1-13-0: rgba(255, 255, 255, .8);
|
|
326
|
+
--triplex-next-Overlay-Panel_Background-1-13-0: #FFFFFF;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-13-0: #E3E6EA;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-13-0: #F2F4F7;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-13-0: #E3E6EA;
|
|
330
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-13-0: #FFD169;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Color-1-13-0: rgba(31, 31, 34, 1);
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Default-1-13-0: #21A19A;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-13-0: #EAEDF1;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Hover-1-13-0: #007777;
|
|
335
|
+
--triplex-next-Radio-Background_Default-1-13-0: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Disabled-1-13-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Hover-1-13-0: #19BDB0;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Default-1-13-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Disabled-1-13-0: 0 0 0 1px #E3E6EA inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Focused-1-13-0: 0 0 0 1px #FFD169 inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-13-0: none;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-13-0: none;
|
|
343
|
+
--triplex-next-Radio-Dot_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-Radio-Dot_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
345
|
+
--triplex-next-SegmentedControl-General_1_Background-1-13-0: #F2F4F7;
|
|
346
|
+
--triplex-next-SegmentedControl-General_2_Background-1-13-0: #FFFFFF;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-13-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-13-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-13-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-13-0: rgba(255, 255, 255, .25);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-13-0: #F2F4F7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-13-0: #DFE2E7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-13-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-13-0: #3B3B3E;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-13-0: #49494C;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-13-0: #343437;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-13-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-13-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-13-0: rgba(255, 255, 255, .25);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-13-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-13-0: #EEF0F4;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-13-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-13-0: #3B3B3E;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-13-0: #49494C;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-13-0: #343437;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-13-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-13-0: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-13-0: #DFE2E7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-13-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-13-0: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-13-0: #DFE2E7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-13-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-13-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-13-0: #FFFFFF;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-13-0: #EEF0F4;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-13-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-13-0: #E3E6EA;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-13-0: #D6D9E0;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-13-0: #F2F4F7;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-13-0: transparent;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-13-0: #FFD169;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-13-0: #F2F4F7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-13-0: #DFE2E7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-13-0: rgba(31, 31, 34, .05);
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-13-0: rgba(31, 31, 34, .15);
|
|
403
|
+
--triplex-next-SmallInput-Background-1-13-0: #F2F4F7;
|
|
404
|
+
--triplex-next-SmallInput-Color-1-13-0: rgba(31, 31, 34, 1);
|
|
405
|
+
--triplex-next-SmallInput-PlaceholderColor-1-13-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SmallInput-Shadow-1-13-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-13-0: rgba(31, 31, 34, .35);
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-13-0: #008985;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Default-1-13-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-13-0: #19BDB0;
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Active-1-13-0: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Default-1-13-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-13-0: #F2F4F7;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Hover-1-13-0: #19BDB0;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Select-1-13-0: #007777;
|
|
417
|
+
--triplex-next-Slider-Dot_Focus-1-13-0: #FFD169;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background-1-13-0: #FFFFFF;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-13-0: #DCDFE4;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-13-0: #21A19A;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-13-0: #E7E9EE;
|
|
423
|
+
--triplex-next-Slider-Rail_Background-1-13-0: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-13-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Background-1-13-0: #1B1B1D;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Color-1-13-0: rgba(255, 255, 255, 1);
|
|
427
|
+
--triplex-next-Slider-Track_Background_Default-1-13-0: #21A19A;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Disabled-1-13-0: #E7E9EE;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Hover-1-13-0: #007777;
|
|
430
|
+
--triplex-next-StatusTracker-Draft_Background-1-13-0: rgba(255, 255, 255, .15);
|
|
431
|
+
--triplex-next-StatusTracker-Warning_Background-1-13-0: #FF7A17;
|
|
432
|
+
--triplex-next-StatusTracker-Waiting_Background-1-13-0: #BFCADF;
|
|
433
|
+
--triplex-next-StatusTracker-Rejected_Background-1-13-0: #FF5571;
|
|
434
|
+
--triplex-next-StatusTracker-Approved_Background-1-13-0: #00D67D;
|
|
435
|
+
--triplex-next-StatusTracker-Waiting_Color-1-13-0: #A9B6D0;
|
|
436
|
+
--triplex-next-StatusTracker-Rejected_Color-1-13-0: #FFB1C1;
|
|
437
|
+
--triplex-next-StatusTracker-Approved_Color-1-13-0: #00D67D;
|
|
438
|
+
--triplex-next-StatusTracker-Border_Color-1-13-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Step-Color_Active-1-13-0: #008985;
|
|
440
|
+
--triplex-next-Step-Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Step-Color_Disabled-1-13-0: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Done-1-13-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Error-1-13-0: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Color_Warning-1-13-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Background_Active-1-13-0: #E3FFFA;
|
|
446
|
+
--triplex-next-Step-Background_Default-1-13-0: rgba(31, 31, 34, .05);
|
|
447
|
+
--triplex-next-Step-Background_Disabled-1-13-0: rgba(31, 31, 34, .15);
|
|
448
|
+
--triplex-next-Step-Background_Done-1-13-0: #008985;
|
|
449
|
+
--triplex-next-Step-Background_Error-1-13-0: #D10032;
|
|
450
|
+
--triplex-next-Step-Background_Warning-1-13-0: #EF4C01;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Default-1-13-0: #F2F4F7;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Hover-1-13-0: #EAEDF1;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-13-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error-1-13-0: #FFF0F3;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0: #FCE0E6;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning-1-13-0: #FFF4DB;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0: #FCEAC7;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0: #FFD169;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-13-0: #E60037;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-13-0: #FD6508;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-13-0: #21A19A;
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-13-0: rgba(31, 31, 34, .35);
|
|
465
|
+
--triplex-next-Stepper-ButtonNext_Background-1-13-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-13-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-Background-1-13-0: #FFFFFF;
|
|
468
|
+
--triplex-next-Stepper-Wrapper_Background-1-13-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
469
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-13-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
470
|
+
--triplex-next-TableBasic-Background_Hover-1-13-0: #E3E6EA;
|
|
471
|
+
--triplex-next-TableBasic-Background_Selected-1-13-0: #DCDFE4;
|
|
472
|
+
--triplex-next-TableBasic-Color-1-13-0: rgba(31, 31, 34, 1);
|
|
473
|
+
--triplex-next-TableBasic-Header_Background-1-13-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Background-1-13-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-13-0: linear-gradient(transparent, #FFFFFF);
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-13-0: #D6D9E0;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-13-0: #FFFFFF;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-13-0: #EAEDF1;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-13-0: #FFFFFF;
|
|
480
|
+
--triplex-next-Tabs-Type1_Background-1-13-0: #F2F4F7;
|
|
481
|
+
--triplex-next-Tabs-Type2_Background-1-13-0: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-13-0: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-13-0: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-13-0: #DCDFE4;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-13-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-13-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-13-0: #EEF0F4;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-13-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-13-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-13-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-13-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-13-0: transparent;
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-13-0: #FFD169;
|
|
496
|
+
--triplex-next-Tag-Background-1-13-0: #DFE2E7;
|
|
497
|
+
--triplex-next-TagColor-Background_Default-1-13-0: #EEF3FC;
|
|
498
|
+
--triplex-next-TagColor-Background_Success-1-13-0: #E3FFFA;
|
|
499
|
+
--triplex-next-TagColor-Background_Info-1-13-0: #E3F6FF;
|
|
500
|
+
--triplex-next-TagColor-Background_Warning-1-13-0: #FFF4DB;
|
|
501
|
+
--triplex-next-TagColor-Background_Error-1-13-0: #FFF0F3;
|
|
502
|
+
--triplex-next-TagColor-Text_Color_Default-1-13-0: rgba(31, 31, 34, .75);
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Active-1-13-0: #21A19A;
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-13-0: #19BDB0;
|
|
505
|
+
--triplex-next-TabsLine-Separator_Color-1-13-0: #D6D9E0;
|
|
506
|
+
--triplex-next-TabsLine-Shadow_Focus-1-13-0: 0 0 0 1px #FFDD64 inset;
|
|
507
|
+
--triplex-next-Tooltip-Background-1-13-0: #1B1B1D;
|
|
508
|
+
--triplex-next-Tooltip-Color-1-13-0: rgba(255, 255, 255, 1);
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-13-0: #008985;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-13-0: #19BDB0;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-13-0: #4BD9CF;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-13-0: 0 0 0 1px #FFD169;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-13-0: #007777;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-13-0: #008985;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-13-0: #21A19A;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-13-0: 0 0 0 1px #FFDD64;
|
|
517
|
+
--triplex-next-TopOverlay-Background-1-13-0: rgba(31, 31, 34, .55);
|
|
518
|
+
--triplex-next-Typography-Primary_Color-1-13-0: rgba(31, 31, 34, 1);
|
|
519
|
+
--triplex-next-Typography-Complementary_Color-1-13-0: rgba(31, 31, 34, .85);
|
|
520
|
+
--triplex-next-Typography-Secondary_Color-1-13-0: rgba(31, 31, 34, .65);
|
|
521
|
+
--triplex-next-Typography-Tertiary_Color-1-13-0: rgba(31, 31, 34, .55);
|
|
522
|
+
--triplex-next-Typography-Disabled_Color-1-13-0: rgba(31, 31, 34, .35);
|
|
523
|
+
--triplex-next-Typography-Brand_Color-1-13-0: #008985;
|
|
524
|
+
--triplex-next-Typography-Info_Color-1-13-0: #0E57CC;
|
|
525
|
+
--triplex-next-Typography-Success_Color-1-13-0: #008B5C;
|
|
526
|
+
--triplex-next-Typography-Error_Color-1-13-0: #D10032;
|
|
527
|
+
--triplex-next-Typography-Warning_Color-1-13-0: #EF4C01;
|
|
528
|
+
--triplex-next-Typography-System_Color-1-13-0: #697591;
|
|
529
|
+
--triplex-next-UploadZone-Background_Default-1-13-0: #F2F4F7;
|
|
530
|
+
--triplex-next-UploadZone-Background_Hover-1-13-0: #EAEDF1;
|
|
531
|
+
--triplex-next-UploadZone-BorderColor_Default-1-13-0: #2D2D30;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_Background-1-13-0: #F2F4F7;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-13-0: #21A19A;}
|
|
534
|
+
.underline__0fd8e6de{text-decoration:underline}.strikethrough__29357a84{text-decoration:line-through}.underlineStrikethrough__6b423ca9{text-decoration:underline line-through}.typography__4909171a.primary__8e4b9619{color:var(--triplex-next-Typography-Primary_Color-1-13-0)}.typography__4909171a.complementary__121fd1bb{color:var(--triplex-next-Typography-Complementary_Color-1-13-0)}.typography__4909171a.secondary__b29e5f46{color:var(--triplex-next-Typography-Secondary_Color-1-13-0)}.typography__4909171a.tertiary__fae4a72c{color:var(--triplex-next-Typography-Tertiary_Color-1-13-0)}.typography__4909171a.disabled__12e01f3f{color:var(--triplex-next-Typography-Disabled_Color-1-13-0)}.typography__4909171a.brand__b3b7b2c2{color:var(--triplex-next-Typography-Brand_Color-1-13-0);-webkit-user-select:none;user-select:none}.typography__4909171a.info__954ebe49{color:var(--triplex-next-Typography-Info_Color-1-13-0)}.typography__4909171a.success__cda350f8{color:var(--triplex-next-Typography-Success_Color-1-13-0)}.typography__4909171a.error__b777cf51{color:var(--triplex-next-Typography-Error_Color-1-13-0)}.typography__4909171a.warning__385091b5{color:var(--triplex-next-Typography-Warning_Color-1-13-0)}.typography__4909171a.system__a8155e0f{color:var(--triplex-next-Typography-System_Color-1-13-0)}.typography__4909171a.compact__7803508d{line-height:calc(16 / 14)}.title__acba1978{outline:none}.title__acba1978.regular__bfe756be{font-family:SBSansDisplay;font-weight:400}.title__acba1978.semibold__22e045b3{font-family:SBSansDisplaySemibold;font-weight:600}.title__acba1978.medium__c9173efe{font-family:SBSansDisplayMedium;font-weight:500}.title__acba1978.bold__724b7bc2{font-family:SBSansDisplayBold;font-weight:700}.h1__d021fd1c,.h2__09592aea,.h3__0c4d4bf9{margin:0}.h1__d021fd1c{font-size:28px;line-height:36px}.h2__09592aea{font-size:24px;line-height:32px}.h3__0c4d4bf9{font-size:20px;line-height:28px}.text__af803220{outline:none}.text__af803220.regular__bfe756be{font-family:SBSansText}.text__af803220.semibold__22e045b3{font-family:SBSansTextSemibold;font-weight:600}.b1__7da7a0e5{font-size:18px;line-height:24px}.b2__a6259d15{font-size:16px;line-height:20px}.b3__95ddb367{font-size:14px;line-height:20px}.b3__95ddb367.compact__7803508d{line-height:16px}.b4__ae04078b{font-size:12px;line-height:16px}.caption__e08715c8.regular__bfe756be{font-family:SBSansText}.caption__e08715c8.semibold__22e045b3{font-family:SBSansTextSemibold;font-weight:600}.c1__49eb171c{font-size:10px;line-height:12px}.c2__a75f2537{font-size:8px;line-height:10px}.d1__89a45b98{font-size:32px;line-height:40px}.d1__89a45b98.regular__bfe756be{font-family:SBSansDisplay}.d1__89a45b98.semibold__22e045b3{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__83d26dcc{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-13-0)}.formFieldInput__83d26dcc:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-13-0)}.formFieldInput__83d26dcc::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-13-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__83d26dcc:focus{outline:none}.formFieldInput__83d26dcc:focus::placeholder{opacity:1}.formFieldInput__83d26dcc:-webkit-autofill{animation-name:autofill-applied-hook__36603f3e;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__83d26dcc:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__536c853f;animation-duration:1ms}.formFieldInput__83d26dcc.sm__088f3562{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__83d26dcc.md__b0eea983{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__83d26dcc.lg__19259457{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__36603f3e{0%{transform:none}}@keyframes autofill-cancelled-hook__536c853f{0%{transform:none}}.formField__07f1da95{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__07f1da95.default__86fae803{background:var(--triplex-next-FormField-Background_Default-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-13-0)}.formField__07f1da95:hover{background:var(--triplex-next-FormField-Background_Hover-1-13-0)}.formField__07f1da95.disabled__7812cef8{background:var(--triplex-next-FormField-Background_Disabled-1-13-0)}.formField__07f1da95.active__e071bb81{background:var(--triplex-next-FormField-Background_Active-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-13-0)}.formField__07f1da95.active__e071bb81::placeholder{opacity:1}.formField__07f1da95.error__1b08f7ca{background:var(--triplex-next-FormField-Background_Error-1-13-0)}.formField__07f1da95.error__1b08f7ca:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-13-0)}.formField__07f1da95.error__1b08f7ca.active__e071bb81{background:var(--triplex-next-FormField-Background_Error-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-13-0)}.formField__07f1da95.warning__dd576a24{background:var(--triplex-next-FormField-Background_Warning-1-13-0)}.formField__07f1da95.warning__dd576a24:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-13-0)}.formField__07f1da95.warning__dd576a24.active__e071bb81{background:var(--triplex-next-FormField-Background_Warning-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-13-0)}.formField__07f1da95.sm__088f3562{border-radius:6px}.formField__07f1da95.md__b0eea983{border-radius:8px}.formField__07f1da95.lg__19259457{border-radius:10px}.formFieldDescription__4be3f88d{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__4be3f88d.withCounter__0f14cf0c{display:flex;justify-content:space-between}.formFieldLabel__2abe5c80{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__2abe5c80.size-sm__6728b8d7{top:6px}.formFieldLabel__2abe5c80.size-md__45aff5b2{top:10px}.formFieldLabel__2abe5c80.size-lg__e9696402{top:18px}.formFieldLabel__2abe5c80.size-lg__e9696402.floating__bdf19cdf{top:10px}.formFieldLabelText__5baf2571{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-13-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__6728b8d7 .formFieldLabelText__5baf2571{font-size:12px;line-height:16px}.size-md__45aff5b2 .formFieldLabelText__5baf2571{font-size:14px;line-height:20px}.size-lg__e9696402 .formFieldLabelText__5baf2571{font-size:16px;line-height:20px}.floating__bdf19cdf .formFieldLabelText__5baf2571{font-size:12px;line-height:16px}.floating__bdf19cdf.size-sm__6728b8d7 .formFieldLabelText__5baf2571,.floating__bdf19cdf.size-md__45aff5b2 .formFieldLabelText__5baf2571{display:none}.disabled__7812cef8 .formFieldLabelText__5baf2571{color:var(--triplex-next-FormField-Label_Color_Disabled-1-13-0)}.formFieldPostfix__fe4d4878{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__d7a2507b{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__0c21dd58{padding-left:4px}.formFieldMaskedInputWrapper__23059043{position:relative}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInputPlaceholder__bd7fc6cd{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInputPlaceholder__bd7fc6cd::placeholder{opacity:1}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInputPlaceholder__bd7fc6cd:disabled{visibility:hidden}.formFieldMaskedInputWrapper__23059043.size-sm__6728b8d7{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__23059043.size-sm__6728b8d7 .formFieldMaskedInputPlaceholder__bd7fc6cd{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__23059043.size-md__45aff5b2{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__23059043.size-md__45aff5b2 .formFieldMaskedInputPlaceholder__bd7fc6cd{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__23059043.size-lg__e9696402{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__23059043.size-lg__e9696402 .formFieldMaskedInputPlaceholder__bd7fc6cd{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInput__cf116fa6{display:block;position:relative;background:none!important}.dropdownDesktop__4f614b0d{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-13-0);background-color:var(--triplex-next-Dropdown-Background-1-13-0)}.dropdownDesktop-sm__ed8e9121{border-radius:6px}.dropdownDesktop-md__246db39f{border-radius:8px}.dropdownDesktop-lg__0b05216d{border-radius:10px}.dropdownDesktopOverflowHidden__1ff67785{overflow:hidden}.dropdownMobileWrapper__56d0555b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__4de6ad35{background:var(--triplex-next-DropdownMobile-Backdrop-1-13-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__4de6ad35.closing__63c1b6c2{opacity:0}.dropdownMobileBackdrop__4de6ad35.opening__e2dfc42c,.dropdownMobileBackdrop__4de6ad35.opened__840aa9c0{opacity:var(--triplex-DropdownMobile-Opacity-1-13-0)}.dropdownMobile__93a2020c{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__93a2020c.closing__63c1b6c2{transform:translateY(100%)}.dropdownMobile__93a2020c.opening__e2dfc42c,.dropdownMobile__93a2020c.opened__840aa9c0{transform:translateY(0)}.dropdownMobileHeader__3f5b5f2c{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-13-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__3f5b5f2c .dropdownMobileHeaderContent__1a2790a2{margin-right:28px;min-height:20px}.dropdownMobileContent__c0425e79{background:var(--triplex-next-DropdownMobile-Content_Background-1-13-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__c1701aea{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-13-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-13-0);flex-shrink:1}.dropdownMobileListItem__b7997ff2{padding:16px}.dropdownMobileListItem__b7997ff2.selected__dc1d53c9{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-13-0)}.dropdownMobileListItem__b7997ff2:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-13-0)}.dropdownMobileListLoader__d41bdb88{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__a0ede3fe{overflow:hidden}.controlButtons__46d718f6{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__809ef55f{margin-right:8px}.notificationIcon__608ecd44{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__f458b0c6{padding:4px;overflow:auto}.dropdownDesktopList__f458b0c6.sm__19276635{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__f458b0c6.sm__19276635 .dropdownDesktopListItem__694186a8{padding:6px 8px;border-radius:6px}.dropdownDesktopList__f458b0c6.sm__19276635 .dropdownDesktopListLoader__53484adf{margin:0 auto}.dropdownDesktopList__f458b0c6.md__e41d66b3{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__f458b0c6.md__e41d66b3 .dropdownDesktopListItem__694186a8{padding:7px 8px;border-radius:8px}.dropdownDesktopList__f458b0c6.md__e41d66b3 .dropdownDesktopListLoader__53484adf{margin:-2px auto}.dropdownDesktopList__f458b0c6.lg__c5f56c3c{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__f458b0c6.lg__c5f56c3c .dropdownDesktopListItem__694186a8{padding:14px 8px;border-radius:10px}.dropdownDesktopList__f458b0c6.lg__c5f56c3c .dropdownDesktopListLoader__53484adf{margin:-6px auto}.dropdownDesktopListItem__694186a8{color:var(--triplex-next-DropdownList-Color-1-13-0);background:var(--triplex-next-DropdownList-Background_Default-1-13-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__694186a8+.dropdownDesktopListItem__694186a8{margin-top:2px}.dropdownDesktopListItem__694186a8.active__a75ae10f{background:var(--triplex-next-DropdownList-Background_Active-1-13-0);cursor:pointer}.dropdownDesktopListItem__694186a8.selected__dc1d53c9{background:var(--triplex-next-DropdownList-Background_Selected-1-13-0);cursor:default}.notificationIcon__437970d2{position:absolute;right:4px;top:4px}.loaderSmall__677ef55a{display:flex;justify-content:center;align-items:center}.loaderSmall__677ef55a.sm__b7630fdb{width:16px;height:16px;gap:2px}.loaderSmall__677ef55a.sm__b7630fdb .dot__db3c711d{width:4px;height:4px}.loaderSmall__677ef55a.md__d3b04acc{width:24px;height:24px;gap:3px}.loaderSmall__677ef55a.md__d3b04acc .dot__db3c711d{width:6px;height:6px}.loaderSmall__677ef55a.lg__57be71f1{width:32px;height:32px;gap:4px}.loaderSmall__677ef55a.lg__57be71f1 .dot__db3c711d{width:8px;height:8px}.loaderSmall__677ef55a.neutral__63a442ba .dot__db3c711d{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-13-0)}.loaderSmall__677ef55a.brand__c9555129 .dot__db3c711d{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-13-0)}.loaderSmall__677ef55a .dot__db3c711d{border-radius:50%}.loaderSmall__677ef55a .dot1__10ddabec{animation:dotCycleSmall__3b480158 .9s infinite}.loaderSmall__677ef55a .dot2__faabb2e3{animation:dotCycleSmall__3b480158 .9s infinite .15s}.loaderSmall__677ef55a .dot3__6d91deba{animation:dotCycleSmall__3b480158 .9s infinite .3s}@keyframes dotCycleSmall__3b480158{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__484195c4{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-13-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__b403fb7e{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__b403fb7e .dot__db3c711d{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-13-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__b403fb7e .dot1__10ddabec{top:0;left:0;animation:dotCycleMiddle__e172e713 3s infinite}.loaderMiddleDots__b403fb7e .dot2__faabb2e3{right:0;top:0;opacity:.7;animation:dotCycleMiddle__e172e713 3s infinite .74s}.loaderMiddleDots__b403fb7e .dot3__6d91deba{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__e172e713 3s infinite 1.5s}.loaderMiddleDots__b403fb7e .dot4__ee049dc5{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__e172e713 3s infinite 2.25s}.loaderMiddleDots__b403fb7e .line__09d6edaf{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-13-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__b09bcf32 3s infinite}@keyframes lineCycle__b09bcf32{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__e172e713{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__99ba859f{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__99ba859f:enabled{cursor:pointer}.buttonIcon__99ba859f.circle__b12efaa2{border-radius:50%}.buttonIcon__99ba859f.squircle__05908056{border-radius:4px}.buttonIcon__99ba859f:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-13-0)}.dropdownMobileInput__07a94d36{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-13-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__07a94d36::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-13-0);opacity:1}.dropdownMobileInput__07a94d36::-ms-clear{display:none}.tabsLineWrapper__8c84b527[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__8c84b527[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__8c84b527[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__8c84b527[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__8c84b527{position:relative}.tabsLineWrapper__8c84b527.withSeparator__dd5c914d:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-13-0);bottom:0;left:0;right:0}.tabsLine__4bea3cb4{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__4bea3cb4:has(.sm__307c2d51){height:28px}.tabsLine__4bea3cb4:has(.md__deb10a97){height:40px}.tabsLine__4bea3cb4:has(.lg__4f255304){height:56px}.tab__62bdabd5{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__62bdabd5.sm__307c2d51{height:28px;padding-bottom:12px}.tab__62bdabd5.md__deb10a97{height:40px;padding-top:8px;padding-bottom:12px}.tab__62bdabd5.lg__4f255304{height:56px;padding-top:16px;padding-bottom:20px}.tab__62bdabd5::-moz-focus-inner{border:none;padding:0}.tab__62bdabd5:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-13-0)}.tab__62bdabd5.active__e2542547{cursor:default}.tab__62bdabd5: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__62bdabd5:hover:after,.tab__62bdabd5:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-13-0)}.tab__62bdabd5.active__e2542547:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-13-0)}.notificationIcon__a8881fe3{position:absolute;right:6px}.sm__307c2d51 .notificationIcon__a8881fe3{top:0}.md__deb10a97 .notificationIcon__a8881fe3{top:8px}.lg__4f255304 .notificationIcon__a8881fe3{top:16px}.tabsLineDropdown__0a2d962b{display:inline-block}.tabsLineDropdown__0a2d962b .dropdownTarget__034966c5.active__e2542547{cursor:pointer}.tabsLineDropdown__0a2d962b .dropdownTargetInner__cb19d600{display:inline-flex;align-items:center}.tabsLineDropdown__0a2d962b .dropdownTargetCaret__b377d22b{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__0a2d962b .dropdownTargetCaret__b377d22b.opened__66208ce4{transform:rotate(-180deg)}.tabsLineDropdown__0a2d962b .dropdown__f5c1dd64{right:0;padding:4px}.tabsLineMobileWrapper__f3c66287{position:relative}.tabsLineMobileWrapper__f3c66287 .tab__62bdabd5{flex-shrink:0}.tabsLineMobileWrapper__f3c66287 .tab__62bdabd5:first-child{margin-left:16px}.tabsLineMobileWrapper__f3c66287 .tab__62bdabd5:last-child{margin-right:16px}.tabsLineMobile__dd3792e2{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__dd3792e2::-webkit-scrollbar{display:none}.label__f878e855{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__f878e855.sm__b50fc009{min-width:16px;min-height:16px}.label__f878e855.sm__b50fc009.nonempty__6b889ae6{padding-left:24px}.label__f878e855.md__bf9e2a84{min-height:24px;min-width:24px}.label__f878e855.md__bf9e2a84.nonempty__6b889ae6{padding-left:32px;padding-top:2px}.label__f878e855.lg__5102633a{min-width:28px;min-height:28px}.label__f878e855.lg__5102633a.nonempty__6b889ae6{padding-left:40px;padding-top:4px}.label__f878e855.disabled__466a8d52{cursor:default}.radio__c113b110{margin:0;opacity:0}.radioIcon__234e6e05{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-13-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-13-0)}.radioIcon__234e6e05:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-13-0);border-radius:50%;transform:scale(0)}.sm__b50fc009 .radioIcon__234e6e05:after{width:8px;height:8px;top:4px;left:4px}.md__bf9e2a84 .radioIcon__234e6e05:after{width:12px;height:12px;top:6px;left:6px}.lg__5102633a .radioIcon__234e6e05:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__234e6e05,.radioIcon__234e6e05:after{pointer-events:none}.radio__c113b110,.radioIcon__234e6e05{position:absolute;left:0;top:0}.sm__b50fc009 .radio__c113b110,.sm__b50fc009 .radioIcon__234e6e05{width:16px;height:16px;top:2px}.md__bf9e2a84 .radio__c113b110,.md__bf9e2a84 .radioIcon__234e6e05{width:24px;height:24px}.lg__5102633a .radio__c113b110,.lg__5102633a .radioIcon__234e6e05{width:28px;height:28px}.radio__c113b110:enabled{cursor:pointer}.radio__c113b110:checked+.radioIcon__234e6e05{background:var(--triplex-next-Radio-Background_Checked_Default-1-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-13-0)}.radio__c113b110:checked+.radioIcon__234e6e05:after{transform:scale(1);transition:transform .2s ease-out}.radio__c113b110:hover+.radioIcon__234e6e05{background-color:var(--triplex-next-Radio-Background_Hover-1-13-0);box-shadow:none}.radio__c113b110:disabled+.radioIcon__234e6e05{background:var(--triplex-next-Radio-Background_Disabled-1-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-13-0)}.radio__c113b110:disabled:checked+.radioIcon__234e6e05{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-13-0)}.radio__c113b110:disabled+.radioIcon__234e6e05:after{background:var(--triplex-next-Radio-Dot_Disabled-1-13-0)}.radio__c113b110:focus-visible+.radioIcon__234e6e05{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-13-0)}.radio__c113b110:checked:enabled:hover+.radioIcon__234e6e05{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-13-0)}.radioXGroup__ca93312d{display:inline-flex;flex-flow:row wrap}.radioXGroup__ca93312d.indent-12__3dc61200{margin-left:-6px;margin-right:-6px}.radioXGroup__ca93312d.indent-12__3dc61200 .label__f878e855{margin-left:6px;margin-right:6px}.radioXGroup__ca93312d.indent-16__327f694e{margin-left:-8px;margin-right:-8px}.radioXGroup__ca93312d.indent-16__327f694e .label__f878e855{margin-left:8px;margin-right:8px}.radioXGroup__ca93312d.indent-20__bed4ef3f{margin-left:-10px;margin-right:-10px}.radioXGroup__ca93312d.indent-20__bed4ef3f .label__f878e855{margin-left:10px;margin-right:10px}.radioXGroup__ca93312d.indent-24__d082900e{margin-left:-12px;margin-right:-12px}.radioXGroup__ca93312d.indent-24__d082900e .label__f878e855{margin-left:12px;margin-right:12px}.radioXGroup__ca93312d.indent-28__ff78ed1e{margin-left:-14px;margin-right:-14px}.radioXGroup__ca93312d.indent-28__ff78ed1e .label__f878e855{margin-left:14px;margin-right:14px}.radioXGroup__ca93312d.indent-32__0940ee83{margin-left:-16px;margin-right:-16px}.radioXGroup__ca93312d.indent-32__0940ee83 .label__f878e855{margin-left:16px;margin-right:16px}.radioYGroup__0aa0a65e{display:inline-flex;flex-flow:column wrap}.radioYGroup__0aa0a65e .label__f878e855.sm__b50fc009+.label__f878e855.sm__b50fc009{margin-top:8px}.radioYGroup__0aa0a65e .label__f878e855.md__bf9e2a84+.label__f878e855.md__bf9e2a84{margin-top:16px}.radioYGroup__0aa0a65e .label__f878e855.lg__5102633a+.label__f878e855.lg__5102633a{margin-top:20px}.notification__cc8f4714{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-13-0);background:var(--triplex-next-Notification-Background-1-13-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-13-0);z-index:300}.notification__cc8f4714:first-child{margin-top:0}.notification__cc8f4714.extraBottomPadding__1e334ca1{padding-bottom:24px}.notification__cc8f4714 .notificationHeader__93abc3d0{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-13-0);width:100%;margin-top:0;margin-bottom:8px}.notification__cc8f4714 .notificationIcon__c523ce8c{line-height:0}.notification__cc8f4714 .notificationBody__138607fd{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__cc8f4714 .notificationBodyList__78d38060{margin-top:8px}.notification__cc8f4714 .notificationBodyContent__80553e3c{width:100%;font-size:14px}.notification__cc8f4714 .notificationClose__922d009a{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__cc8f4714.showCloseOnHover__ad54050d .notificationClose__922d009a{opacity:0}.notification__cc8f4714.showCloseOnHover__ad54050d:hover{cursor:pointer}.notification__cc8f4714.showCloseOnHover__ad54050d:hover .notificationClose__922d009a{opacity:1}.notification__cc8f4714 .notificationFooter__571b4c52{display:flex;align-items:center;margin-top:16px}.notification__cc8f4714 .notificationFooter__571b4c52 button+a{margin-left:16px}.notification__cc8f4714 .notificationTime__d474b403{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-13-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__5e4e8316{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__5e4e8316:hover{cursor:pointer}.notificationGroupedWrapper__5e4e8316 .notificationGroupedFooterItem__8d78cd34{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-13-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-13-0)}.notificationGroupedWrapper__5e4e8316 .notificationGroupedFooterItem__8d78cd34.first__154f9f55{bottom:-8px;z-index:200}.notificationGroupedWrapper__5e4e8316 .notificationGroupedFooterItem__8d78cd34.second__a4391728{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__cc8f4714,.notificationGroupedWrapper__5e4e8316{width:100%}}.unorderedListItem__07146b75:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__07146b75+.unorderedListItem__07146b75{margin-top:8px}.unorderedList__950704a4{position:relative;margin:0;padding-left:14px;list-style:none}.button__c5bd801f.general__536f2d16{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-13-0);color:var(--triplex-next-Button-General_Color_Default-1-13-0)}.button__c5bd801f.general__536f2d16:hover{background:var(--triplex-next-Button-General_Background_Hover-1-13-0);color:var(--triplex-next-Button-General_Color_Hover-1-13-0)}.button__c5bd801f.general__536f2d16.expanded__7b348b31,.button__c5bd801f.general__536f2d16:active{background:var(--triplex-next-Button-General_Background_Active-1-13-0);color:var(--triplex-next-Button-General_Color_Active-1-13-0)}.button__c5bd801f.general__536f2d16:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-13-0)}.button__c5bd801f.general__536f2d16:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-13-0);color:var(--triplex-next-Button-General_Color_Disabled-1-13-0)}.button__c5bd801f.secondary__090d477d{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-13-0)}.button__c5bd801f.secondary__090d477d:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-13-0)}.button__c5bd801f.secondary__090d477d.expanded__7b348b31,.button__c5bd801f.secondary__090d477d:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-13-0)}.button__c5bd801f.secondary__090d477d:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-13-0)}.button__c5bd801f.secondary__090d477d:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b.expanded__7b348b31,.button__c5bd801f.secondaryLight__c64cee2b:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-13-0)}.button__c5bd801f.danger__732a24bc{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-13-0);color:var(--triplex-next-Button-Danger_Color_Default-1-13-0)}.button__c5bd801f.danger__732a24bc:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-13-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-13-0)}.button__c5bd801f.danger__732a24bc.expanded__7b348b31,.button__c5bd801f.danger__732a24bc:active{background:var(--triplex-next-Button-Danger_Background_Active-1-13-0);color:var(--triplex-next-Button-Danger_Color_Active-1-13-0)}.button__c5bd801f.danger__732a24bc:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-13-0)}.button__c5bd801f.danger__732a24bc:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-13-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-13-0)}.button__c5bd801f.link__ff2869c6{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-13-0);padding:0}.button__c5bd801f.link__ff2869c6.sm__8b4f97e1{height:28px;min-width:0px;padding:6px 2px}.button__c5bd801f.link__ff2869c6.md__6d1ffcc8{height:40px;min-width:0px;padding:10px 2px}.button__c5bd801f.link__ff2869c6.lg__0df54d3e{height:56px;min-width:0px;padding:18px 2px}.button__c5bd801f.link__ff2869c6:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-13-0)}.button__c5bd801f.link__ff2869c6.expanded__7b348b31,.button__c5bd801f.link__ff2869c6:active{color:var(--triplex-next-Button-Link_Color_Active-1-13-0)}.button__c5bd801f.link__ff2869c6:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-13-0)}.button__c5bd801f.link__ff2869c6:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-13-0)}.button__c5bd801f{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__c5bd801f::-moz-focus-inner{border:none;padding:0}.button__c5bd801f.sm__8b4f97e1{line-height:16px;font-size:12px}.button__c5bd801f.sm__8b4f97e1.general__536f2d16,.button__c5bd801f.sm__8b4f97e1.secondary__090d477d,.button__c5bd801f.sm__8b4f97e1.secondaryLight__c64cee2b,.button__c5bd801f.sm__8b4f97e1.danger__732a24bc{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__c5bd801f.sm__8b4f97e1.icon__92affad6{min-height:28px;min-width:28px;padding:4px}.button__c5bd801f.md__6d1ffcc8{line-height:20px;font-size:14px}.button__c5bd801f.md__6d1ffcc8.general__536f2d16,.button__c5bd801f.md__6d1ffcc8.secondary__090d477d,.button__c5bd801f.md__6d1ffcc8.secondaryLight__c64cee2b,.button__c5bd801f.md__6d1ffcc8.danger__732a24bc{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__c5bd801f.md__6d1ffcc8.icon__92affad6{min-height:40px;min-width:40px;padding:10px}.button__c5bd801f.lg__0df54d3e{line-height:20px;font-size:16px}.button__c5bd801f.lg__0df54d3e.general__536f2d16,.button__c5bd801f.lg__0df54d3e.secondary__090d477d,.button__c5bd801f.lg__0df54d3e.secondaryLight__c64cee2b,.button__c5bd801f.lg__0df54d3e.danger__732a24bc{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__c5bd801f.lg__0df54d3e.icon__92affad6{min-height:56px;min-width:56px;padding:12px}.button__c5bd801f:disabled{cursor:default}.button__c5bd801f:disabled *{pointer-events:none}.button__c5bd801f+.button__c5bd801f:not(.block__5ca1d64b){margin-left:12px}.button__c5bd801f .content__d3e44a8e{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__c5bd801f.block__5ca1d64b{display:block;width:100%}.button__c5bd801f.loading__0bb882da{pointer-events:none}.button__c5bd801f.loading__0bb882da .content__d3e44a8e{visibility:hidden}.button__c5bd801f .loader__01dd9455{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__c5bd801f .loader__01dd9455.hidden__6ccc2532{visibility:hidden}.buttonDropdownExtended__3cf4e7fd{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__3cf4e7fd .buttonDropdownExtendedBlock__2c0fa626{padding:4px;margin-top:4px;right:0}.buttonDropdown__20cce501.block__5ca1d64b{display:block}.buttonDropdown__20cce501+.button__c5bd801f:not(.block__5ca1d64b),.buttonDropdown__20cce501+.buttonDropdown__20cce501:not(.block__5ca1d64b){margin-left:16px}.buttonDropdown__20cce501 .buttonDropdownTarget__a72a68e3 .caretIcon__5676866b{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__20cce501 .buttonDropdownTarget__a72a68e3.active__746233ed .caretIcon__5676866b{transform:rotate(-180deg)}.buttonDropdown__20cce501 .buttonDropdownMenuItem__167776be{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__9c4be661{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__10aada15{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__eb473bc8{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__db4b1c68{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-13-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__ece683f7{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__ece683f7 .modalWindowContentWrapper__166bf95a{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__9c4be661 .6s ease}.modalWindow__ece683f7 .modalWindowContent__ceec80f8{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{box-sizing:border-box;animation:fadeIn__3548eaa6 .3s ease}@keyframes fadeIn__3548eaa6{0%{opacity:0}to{opacity:1}}.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .spinnerSm__676afc5e{display:none}@media (max-width: 767px){.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .spinner__5d36f61e{display:none}.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .spinnerSm__676afc5e{display:flex}}.global-modalWindowTransition-exit .modalWindow__ece683f7 .modalWindowContentWrapper__166bf95a{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__10aada15 .3s ease}.global-modalWindowTransition-exit .modalWindow__ece683f7 .modalWindowContentWrapper__166bf95a .modalWindowBody__8a0d99a6{animation:fadeOut__75a0b20e .3s ease}@keyframes fadeOut__75a0b20e{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__846d41bc{position:absolute;left:0;right:0;height:0}.modalWindow__ece683f7.sm__8bb82f0a .modalWindowContentWrapper__166bf95a{max-width:480px}.modalWindow__ece683f7.sm__8bb82f0a .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{min-height:196px}@media (max-width: 575px){.modalWindow__ece683f7.sm__8bb82f0a .modalWindowContentWrapper__166bf95a{max-width:100%}}.modalWindow__ece683f7.md__2c44a0ac .modalWindowContentWrapper__166bf95a{max-width:600px}.modalWindow__ece683f7.md__2c44a0ac .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{min-height:246px}@media (max-width: 767px){.modalWindow__ece683f7.md__2c44a0ac .modalWindowContentWrapper__166bf95a{max-width:100%}}.modalWindow__ece683f7.lg__9982d998 .modalWindowContentWrapper__166bf95a{max-width:800px}.modalWindow__ece683f7.lg__9982d998 .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{min-height:396px}@media (max-width: 991px){.modalWindow__ece683f7.lg__9982d998 .modalWindowContentWrapper__166bf95a{max-width:100%}}.modalWindowContentPage__6411ede1{background:var(--triplex-next-ModalWindow-Background-1-13-0);padding:8px!important}.modalWindowContentPage__6411ede1,.modalWindowLoaderScreen__32a748dd{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__6411ede1,.modalWindowLoaderScreen__32a748dd{border-radius:24px}}.islandBody__d8d72cd7{display:block}.islandHeader__4a78be9a,.islandFooter__fa0ebdcd,.island__cf9440de{position:relative}.island__cf9440de.type1__0344a59d{background-color:var(--triplex-next-Island-Type1_Background-1-13-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-13-0)}.island__cf9440de.type2__5e34c701{background-color:var(--triplex-next-Island-Type2_Background-1-13-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-13-0)}.island__cf9440de.type3__c915d6ba{background-color:var(--triplex-next-Island-Type3_Background-1-13-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-13-0)}.island__cf9440de.sm__af4e53d0{border-radius:16px;padding:16px}.island__cf9440de.sm__af4e53d0 .islandHeader__4a78be9a+.islandBody__d8d72cd7,.island__cf9440de.sm__af4e53d0 .islandHeader__4a78be9a+.islandFooter__fa0ebdcd,.island__cf9440de.sm__af4e53d0 .islandBody__d8d72cd7+.islandFooter__fa0ebdcd{margin-top:8px}.island__cf9440de.md__23a51736{border-radius:24px;padding:24px}.island__cf9440de.md__23a51736 .islandHeader__4a78be9a+.islandBody__d8d72cd7,.island__cf9440de.md__23a51736 .islandHeader__4a78be9a+.islandFooter__fa0ebdcd,.island__cf9440de.md__23a51736 .islandBody__d8d72cd7+.islandFooter__fa0ebdcd{margin-top:12px}.island__cf9440de.lg__b2ed7ea5{border-radius:32px;padding:32px}.island__cf9440de.lg__b2ed7ea5 .islandHeader__4a78be9a+.islandBody__d8d72cd7,.island__cf9440de.lg__b2ed7ea5 .islandHeader__4a78be9a+.islandFooter__fa0ebdcd,.island__cf9440de.lg__b2ed7ea5 .islandBody__d8d72cd7+.islandFooter__fa0ebdcd{margin-top:16px}@media (max-width: 767px){.island__cf9440de.sm__af4e53d0,.island__cf9440de.md__23a51736{border-radius:16px;padding:16px}.island__cf9440de.lg__b2ed7ea5{border-radius:24px;padding:24px}}.modalWindowBody__8a0d99a6{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__a02fb34f{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__a02fb34f{top:20px;right:20px}}.loaderScreen__202fa53c{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__202fa53c.loaderSmallBackdrop__bd5d1e1c{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-13-0)}.loaderScreen__202fa53c.loaderMiddleBackdrop__49ae1013{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-13-0)}.body__b56754f7{position:relative;display:flex}.body__b56754f7 .bodyInner__bf48b183{position:relative;flex-grow:1;width:100%}.bodyPage__080538b1{flex-grow:1}.verticalMargin24__a482ca03{margin-top:24px;margin-bottom:24px}.verticalMargin16__d0453ad4{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__a482ca03{margin-top:16px;margin-bottom:16px}.verticalMargin16__d0453ad4{margin-top:8px;margin-bottom:8px}}.headerTabs__2e28480c{display:flex;justify-content:space-between}.headerTabs__2e28480c .headerTabsContent__67744aa0{flex-grow:1}.headerTabs__2e28480c .headerTabsControls__88dd31b9{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__2e28480c{flex-wrap:wrap}.headerTabs__2e28480c .headerTabsContent__67744aa0{width:100%}.headerTabs__2e28480c .headerTabsControls__88dd31b9{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2e28480c .headerTabsControls__88dd31b9>button{margin-left:16px;margin-top:16px}}.headerTitle__3f055f69{display:flex;justify-content:space-between}.headerTitle__3f055f69 .headerTitleControls__d32c8479{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__e49127a6+.headerTitle__3f055f69{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__3f055f69{flex-wrap:wrap}.headerTitle__3f055f69 .headerTitleContent__282994ab{width:100%}.headerTitle__3f055f69 .headerTitleControls__d32c8479{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__3f055f69 .headerTitleControls__d32c8479>button{margin-left:16px;margin-top:16px}}.headerSubheader__b7251f3f{padding:24px 0}.headerSubheader__b7251f3f.withoutPaddings__51b5addb{padding:0}.headerLayoutSidebar__a2db42d1{display:flex;justify-content:space-between}.headerLayoutSidebarContent__32ba5e97{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__a8029eaf{display:none}}.page__818da2c3{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__818da2c3{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__4c4ab81c.sticky__718196b2{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__4c4ab81c.sticky__718196b2[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-13-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a94c06f5.sticky__718196b2{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__a94c06f5.sticky__718196b2[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-13-0)!important}.footerDescription__77b0ceaa{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__7d7914a7{flex-grow:1;margin-right:auto}.footerDescriptionControls__1b2db355{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__77b0ceaa{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__7d7914a7{width:100%}.footerDescriptionControls__1b2db355{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__1b2db355>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__7d7914a7+.footerDescriptionControls__1b2db355{margin-top:0}.footer__dd4c4fd7{padding:16px 0}}.modalWindowHeader__5c629b81 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__5c629b81 .global-HeaderTitleContent{padding-right:72px}}.list__31025644{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e3c63004{display:flex;padding:0 16px 0 4px}.listItemContent__279b0677{background:var(--triplex-next-ListItem-Background-1-13-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__279b0677.selected__4f5042e9{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-13-0)}.listItemControlsButton__8737b287{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-13-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__8737b287:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-13-0)}.listItemControlsButton__8737b287:hover .listItemControlsButtonLabel__403c9845{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-13-0)!important}.listItemControlsButton__8737b287.expanded__ac51573c,.listItemControlsButton__8737b287:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-13-0)}.listItemControlsButton__8737b287.expanded__ac51573c .listItemControlsButtonLabel__403c9845,.listItemControlsButton__8737b287:active .listItemControlsButtonLabel__403c9845{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-13-0)!important}.listItemControlsButton__8737b287+.listItemControlsButton__8737b287,.listItemControlsButton__8737b287+.listItemControlsButtonDropdown__3a656206{margin-left:4px}.listItemControlsButtonIcon__490fb237{line-height:0}.listItemControlsButton__8737b287.withText__16cf47a4 .listItemControlsButtonIcon__490fb237{margin-bottom:8px}.listItemControlsButtonLabel__403c9845{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-13-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__3a656206{display:flex}.listItemControlsButtonInner__305957b0{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__8737b287.withIcon__7ba5d8eb.withText__16cf47a4 .listItemControlsButtonInner__305957b0{height:44px;overflow:visible}.buttonDropdownMenuItem__28c88b84{overflow:hidden;text-overflow:ellipsis}.listEmptyState__5ee5d182{padding:64px 16px 16px;text-align:center}.listItemLoading__63e5cab2{height:24px;padding:12px 0;position:relative}.label__4293bb4d{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__4293bb4d.sm__0987498f{min-width:16px;min-height:16px}.label__4293bb4d.sm__0987498f.nonempty__8ff28030{padding-left:24px}.label__4293bb4d.md__b62b95ac{min-width:24px;min-height:24px}.label__4293bb4d.md__b62b95ac.nonempty__8ff28030{padding-left:32px;padding-top:2px}.label__4293bb4d.lg__4f189b7d{min-width:28px;min-height:28px}.label__4293bb4d.lg__4f189b7d.nonempty__8ff28030{padding-left:40px;padding-top:4px}.label__4293bb4d.disabled__76f63ea5{cursor:default}.label__4293bb4d[hidden]{display:none}.checkbox__ce7a3ae3{margin:0;opacity:0}.checkboxIcon__5964909e{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-13-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-13-0)}.sm__0987498f .checkboxIcon__5964909e{border-radius:4px}.checkmarkIcon__d66eed42{transform:scale(0)}.checkmarkIcon__d66eed42 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-13-0)}.checkboxIcon__5964909e,.checkmarkIcon__d66eed42{pointer-events:none}.checkbox__ce7a3ae3,.checkboxIcon__5964909e,.checkmarkIcon__d66eed42{position:absolute;left:0;top:0}.sm__0987498f .checkbox__ce7a3ae3,.sm__0987498f .checkboxIcon__5964909e,.sm__0987498f .checkmarkIcon__d66eed42{width:16px;height:16px;top:2px}.md__b62b95ac .checkbox__ce7a3ae3,.md__b62b95ac .checkboxIcon__5964909e,.md__b62b95ac .checkmarkIcon__d66eed42{width:24px;height:24px}.lg__4f189b7d .checkbox__ce7a3ae3,.lg__4f189b7d .checkboxIcon__5964909e,.lg__4f189b7d .checkmarkIcon__d66eed42{width:28px;height:28px}.checkbox__ce7a3ae3:enabled{cursor:pointer}.checkbox__ce7a3ae3:enabled:hover+.checkboxIcon__5964909e{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-13-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-13-0)}.checkbox__ce7a3ae3:checked+.checkboxIcon__5964909e{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-13-0)}.checkbox__ce7a3ae3:checked~.checkmarkIcon__d66eed42{transform:scale(1);transition:transform .2s ease-out}.checkbox__ce7a3ae3:disabled+.checkboxIcon__5964909e{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-13-0)}.checkbox__ce7a3ae3:disabled:checked+.checkboxIcon__5964909e{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-13-0)}.checkbox__ce7a3ae3:disabled~.checkmarkIcon__d66eed42 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-13-0)}.checkbox__ce7a3ae3:focus-visible+.checkboxIcon__5964909e{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-13-0)}.checkbox__ce7a3ae3:checked:enabled:hover+.checkboxIcon__5964909e{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-13-0)}.listItemSelectable__7e771769{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-13-0);border-radius:8px}.listItemSelectable__7e771769.selected__4f5042e9{background:var(--triplex-next-ListItem-Background_Selected-1-13-0)}.checkboxWrapper__8c38d8ac{padding:16px;line-height:0}.childrenWrapper__9c4f612e{flex-grow:1}.checkboxLabel__512e96c4{padding:0!important;position:relative}.checkboxLabelClickArea__e230a08a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__b0905c5e{position:relative;overflow:hidden}.swipeableArea__b0905c5e .content__a3918118{position:relative;touch-action:pan-y}.swipeableArea__b0905c5e .content__a3918118.disableScroll__860a4d56{touch-action:none}.swipeableArea__b0905c5e .content__a3918118.disablePointerEvents__75dff82f:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__b0905c5e .swipeAnimationFinish__50dc50d6{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__b0905c5e .leftContent__cecd93c4,.swipeableArea__b0905c5e .rightContent__65b30249{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__b0905c5e .rightContent__65b30249{left:auto;right:0}.listItemTail__55f670fa{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__0d9df48b{background:var(--triplex-next-ListMaster-Background-1-13-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1fabebbd{position:absolute;top:0;left:0;right:0}.listItemTailTop__1fabebbd:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-13-0)}.listItemTailTop__1fabebbd:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-13-0)}.listItemTailBottom__0202276f{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__0202276f:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-13-0)}.listItemTailBottom__0202276f:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-13-0)}.listItemTailRight__f9040d1b{right:-8px}.listItemTailLeft__84f7fc88{left:-8px}.listItemTable__9171f5ae{margin-bottom:4px}.listItemTable__9171f5ae:last-child{margin-bottom:0}.listSortableItemTarget__bfb5027f{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-13-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__bfb5027f:hover{background:var(--triplex-next-ListItem-Background_Selected-1-13-0)}.listSortableItemTarget__bfb5027f.dragging__8d100d0d{background:var(--triplex-next-ListItem-Background_Dragging-1-13-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-13-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__baaedb15{flex:1}.listSortableItemTargetIcon__00a3ccb6{display:block;margin-left:24px}.listSortableItem__16db82d0{position:relative}.listSortableItem__16db82d0.dragging__8d100d0d{z-index:1}.listSortableItemControls__f9df26a7{display:inline-block}.islandWidgetHeader__83d738e5{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__83d738e5 .islandWidgetHeaderContent__637c3013{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__83d738e5 .islandWidgetHeaderDescription__cc2da9ff{display:flex}@media (max-width: 767px){.islandWidgetHeader__83d738e5{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__e96f6e77{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__58a677b0{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__e846f262{margin-left:auto;white-space:nowrap}.expandAnimation__f0247968{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__3efe176f{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-13-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__3efe176f{border-radius:0 0 16px 16px}}.islandWidget__b3950147{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__b3950147>*{height:100%}.islandWidgetWithExtraFooter__2e6f0061:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-13-0)!important}.islandWidgetWrapper__9a572556{display:flex;flex-direction:column}.formFieldClear__7435b225{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__7435b225.hidden__340cbfe4{opacity:0;pointer-events:none}.formFieldTarget__26a6a365{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-13-0);overflow:hidden;white-space:nowrap}.formFieldTarget__26a6a365.placeholder__0c93d9f4{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-13-0)}.formFieldTarget__26a6a365.disabled__7812cef8{color:var(--triplex-next-FormField-Target_Color_Disabled-1-13-0)}.formFieldTarget__26a6a365.size-sm__6728b8d7{font-size:12px;height:28px;line-height:16px}.formFieldTarget__26a6a365.size-md__45aff5b2{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__26a6a365.size-lg__e9696402{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__26a6a365 .placeholderWrapper__e9afb788{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__26a6a365:focus{outline:none}.formFieldTarget__26a6a365:focus .placeholderWrapper__e9afb788{opacity:1}.formFieldTextarea__9fdb3ab2{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-13-0);resize:none;font-family:inherit}.formFieldTextarea__9fdb3ab2.sm__088f3562{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__9fdb3ab2.md__b0eea983{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__9fdb3ab2.lg__19259457{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__9fdb3ab2:focus{outline:none}.formFieldTextarea__9fdb3ab2:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-13-0)}.formFieldTextarea__9fdb3ab2::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-13-0)}.chipGroupItem__cd7119fd{display:inline-block}.chip__7adf984e{background:var(--triplex-next-Chip-Background_Default-1-13-0);color:var(--triplex-next-Chip-Color_Default-1-13-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__7adf984e.lg__49368d24{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__7adf984e.lg__49368d24 .prefix__b4e35e5b{padding-left:16px}.chip__7adf984e.lg__49368d24 .postfix__474d0960{padding-right:16px}.chip__7adf984e.md__13aaec29{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__7adf984e.md__13aaec29 .prefix__b4e35e5b{padding-left:12px}.chip__7adf984e.md__13aaec29 .postfix__474d0960{padding-right:12px}.chip__7adf984e.sm__5b7c71f2{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__7adf984e.sm__5b7c71f2 .prefix__b4e35e5b{padding-left:8px}.chip__7adf984e.sm__5b7c71f2 .postfix__474d0960{padding-right:8px}.chip__7adf984e:hover{background:var(--triplex-next-Chip-Background_Hover-1-13-0);color:var(--triplex-next-Chip-Color_Hover-1-13-0)}.chip__7adf984e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-13-0)}.chip__7adf984e:active,.chip__7adf984e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-13-0);color:var(--triplex-next-Chip-Color_Active-1-13-0)}.chip__7adf984e.disabled__086d71f7{background:var(--triplex-next-Chip-Background_Disabled-1-13-0);color:var(--triplex-next-Chip-Color_Disabled-1-13-0);cursor:default;pointer-events:none}.chip__7adf984e.selected__6f6db481{background:var(--triplex-next-Chip-Background_Selected_Default-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-13-0)}.chip__7adf984e.selected__6f6db481:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-13-0)}.chip__7adf984e.selected__6f6db481:active,.chip__7adf984e.selected__6f6db481[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-13-0)}.chip__7adf984e.selected__6f6db481.disabled__086d71f7{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-13-0)}.chip__7adf984e.withPrefix__4fa975bf{padding-left:0}.chip__7adf984e.withPostfix__007f2f92{padding-right:0}.chip__7adf984e .content__38a23563{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__7adf984e .prefix__b4e35e5b,.chip__7adf984e .postfix__474d0960{display:flex}.calendarControls__7c713dd5{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-13-0)}.calendarViewDays__524c9dfa{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__6c7b5062 .calendarViewDays__524c9dfa{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__60ce9124,.calendarViewYears__ca6db496{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__6c7b5062 .calendarViewMonths__60ce9124,.adaptive__6c7b5062 .calendarViewYears__ca6db496{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__5b9ee060{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-13-0)}.calendarViewDaysBody__2f699665:before{display:block;content:"";line-height:8px}.adaptive__6c7b5062 .calendarViewDaysBody__2f699665:before{line-height:4px}.calendarViewItem__04c118e1{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__04c118e1:focus-visible{outline:none}.calendarViewItem__04c118e1.current__24285602{font-weight:600}.calendarViewItem__04c118e1.disabled__561729e5{pointer-events:none}.calendarViewItemLabel__2b9e0f01{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-13-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-13-0);cursor:pointer}.calendarViewItemLabel__2b9e0f01:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.basicMark__2f8098ed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.standardMark__bc0fecd4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.attentionMark__a7937e03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.criticalMark__b6442699:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.muted__647b41d9{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.muted__647b41d9:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.basicMark__2f8098ed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.standardMark__bc0fecd4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.attentionMark__a7937e03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.criticalMark__b6442699:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.marked__1daae5f9:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__2b9e0f01.basicMark__2f8098ed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.standardMark__bc0fecd4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.attentionMark__a7937e03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.criticalMark__b6442699:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.muted__647b41d9{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-13-0)}.calendarViewItemLabel__2b9e0f01.disabled__561729e5{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-13-0);background:none}.calendarViewItem__04c118e1:focus-visible .calendarViewItemLabel__2b9e0f01{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-13-0)}.unitDay__07e4effc{width:36px;height:36px;border-radius:6px}.unitMonth__99b4afc6,.unitYear__3593846d{width:89px;height:48px;border-radius:6px}.adaptive__6c7b5062 .unitMonth__99b4afc6,.adaptive__6c7b5062 .unitYear__3593846d{width:104px;height:48px;border-radius:6px}.calendarFooter__62a34680{margin-top:12px;text-align:center}.calendar__b66e0537{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-13-0);-webkit-user-select:none;user-select:none}.calendar__b66e0537.adaptive__6c7b5062{width:auto;padding:20px}.calendar__b66e0537+.calendar__b66e0537{margin-top:20px}.datePickerExtendedMobileDropdown__ea85adcd{max-height:100vh}.chipDropdownArrow__5600cf09{transition:transform .3s ease}.chipDropdownArrow__5600cf09.rotated__c892d64f{transform:rotate(-180deg)}.chipClearButton__490ba3c6{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__490ba3c6:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-13-0)}.dropdownMobileMaskedInput__f85d1617{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__a1232078{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a1232078 .caretWrapper__60f28a8d{height:100%}.selectExtendedFieldTarget__a1232078 .caretIcon__db6bea0c{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a1232078.selectOpened__212235c8 .caretIcon__db6bea0c{transform:rotate(180deg)}.selectExtendedFieldTarget__a1232078.disabled__dc177b40{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__b7afd60b{position:relative}.multiselectFieldHeader__bded1bb0{padding:12px 12px 0}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401.sm__f5807ce2{height:204px}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401.md__1c6de9d9{height:245px}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401.lg__93cedebf{height:324px}.multiselectFieldFooter__b4b1a301{padding:0 12px 12px}.multiselectFieldFooter__b4b1a301:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-13-0)}.chipOptionsContent__0432f878{min-width:14px;text-align:center;display:block}.tooltipDesktop__8715c31c{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__8715c31c .tooltipBody__a684a5a7{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-13-0)}.tooltipDesktop__8715c31c .tooltipXButton__b428e0d7{position:absolute;right:8px;top:8px}.tooltipDesktopContent__11e41e8a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-13-0);border-radius:8px}.closable__b546cd1d .tooltipDesktopContent__11e41e8a{padding-right:32px}.tooltipSM__07a09fc6 .tooltipDesktopContent__11e41e8a{width:192px;min-height:52px}.tooltipLG__a21bb83b .tooltipDesktopContent__11e41e8a{width:384px;min-height:52px}.tooltipOverlay__513d29cf{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__2c0b8df3{width:0;height:0}.tooltipDesktopTip__2c0b8df3.down__bddeffaa{border-top:solid var(--triplex-next-Tooltip-Background-1-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__2c0b8df3.up__73b2bbff{border-bottom:solid var(--triplex-next-Tooltip-Background-1-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__2c0b8df3.left__c23d5a15{border-right:solid var(--triplex-next-Tooltip-Background-1-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__2c0b8df3.right__be907ff3{border-left:solid var(--triplex-next-Tooltip-Background-1-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__2c0f059d .tooltipBody__a684a5a7{text-align:left}.tooltipMobileContent__9f7cedbf{padding:16px}.headerless__11607407 .tooltipMobileContent__9f7cedbf{padding-right:40px;border-radius:16px 16px 0 0}.headerless__11607407 .tooltipMobileContent__9f7cedbf .closeButton__7973e394{position:absolute;right:16px;top:16px}.tooltipLink__0ec24f31{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__e2ec9d38{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-13-0)}.desktop__e2ec9d38:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-13-0)}.desktop__e2ec9d38:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-13-0)}.desktop__e2ec9d38:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-13-0)}.mobile__9518b877{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-13-0)}.mobile__9518b877:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-13-0)}.mobile__9518b877:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-13-0)}.mobile__9518b877:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-13-0)}.chipSuggestInputWrapper__69fa4f8c{margin:12px}.suggestDropdownMobileBody__08ca2005{height:176px}.suggestDropdownMobileNoOptionsText__70b2bdd0{padding:16px}.checkboxXGroup__e47fdd12{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__e47fdd12.indent-12__f19fb013{margin-left:-6px;margin-right:-6px}.checkboxXGroup__e47fdd12.indent-12__f19fb013 .label__4293bb4d{margin-left:6px;margin-right:6px}.checkboxXGroup__e47fdd12.indent-16__276dd473{margin-left:-8px;margin-right:-8px}.checkboxXGroup__e47fdd12.indent-16__276dd473 .label__4293bb4d{margin-left:8px;margin-right:8px}.checkboxXGroup__e47fdd12.indent-20__05f4adfd{margin-left:-10px;margin-right:-10px}.checkboxXGroup__e47fdd12.indent-20__05f4adfd .label__4293bb4d{margin-left:10px;margin-right:10px}.checkboxXGroup__e47fdd12.indent-24__8d606778{margin-left:-12px;margin-right:-12px}.checkboxXGroup__e47fdd12.indent-24__8d606778 .label__4293bb4d{margin-left:12px;margin-right:12px}.checkboxXGroup__e47fdd12.indent-28__abac0eb0{margin-left:-14px;margin-right:-14px}.checkboxXGroup__e47fdd12.indent-28__abac0eb0 .label__4293bb4d{margin-left:14px;margin-right:14px}.checkboxXGroup__e47fdd12.indent-32__de78715a{margin-left:-16px;margin-right:-16px}.checkboxXGroup__e47fdd12.indent-32__de78715a .label__4293bb4d{margin-left:16px;margin-right:16px}.checkboxYGroup__68922ec5{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__68922ec5 .label__4293bb4d.sm__0987498f+.label__4293bb4d.sm__0987498f{margin-top:8px}.checkboxYGroup__68922ec5 .label__4293bb4d.lg__4f189b7d+.label__4293bb4d.lg__4f189b7d{margin-top:20px}.checkboxYGroup__68922ec5 .label__4293bb4d.md__b62b95ac+.label__4293bb4d.md__b62b95ac{margin-top:16px}.card__6d63c285{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__6d63c285.roundingMD__4fb49f7a{--radius: 16px}.card__6d63c285.roundingSM__2dc51029{--radius: 8px}.card__6d63c285.general__a826b8e9{background:var(--triplex-next-Card-Static_General_Background-1-13-0)}.card__6d63c285.secondary__ce9fd5d8{background:var(--triplex-next-Card-Static_Secondary_Background-1-13-0)}.card__6d63c285 .cardMedia__96b64cce{background-size:cover;background-repeat:no-repeat;background-position:center}.card__6d63c285 .cardContent__e71e87b9{padding:var(--padding)}.card__6d63c285 .cardContent__e71e87b9.paddingMD__e7fffbd8{--padding: 24px}.card__6d63c285 .cardContent__e71e87b9.paddingSM__05a2fed7{--padding: 16px}.card__6d63c285 .cardContent__e71e87b9 .cardContentHeader__338c467c{margin-bottom:16px}.card__6d63c285 .cardContent__e71e87b9 .cardContentFooter__204d2e7b{margin-top:16px}.action__bd0f576e{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__bd0f576e: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__bd0f576e.general__a826b8e9{background:var(--triplex-next-Card-Action_General_Background-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-13-0)}.action__bd0f576e.general__a826b8e9:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-13-0)}.action__bd0f576e.general__a826b8e9.selected__d0447795{background:var(--triplex-next-Card-Action_General_Background_Selected-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-13-0)}.action__bd0f576e.general__a826b8e9.selected__d0447795:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-13-0)}.action__bd0f576e.general__a826b8e9:focus{outline:none}.action__bd0f576e.general__a826b8e9:focus.focusVisible__56d62e52{box-shadow:var(--triplex-next-Card-Shadow_Default-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8{background:var(--triplex-next-Card-Action_Secondary_Background-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8.selected__d0447795{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8.selected__d0447795:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-13-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8:focus{outline:none}.action__bd0f576e.secondary__ce9fd5d8:focus.focusVisible__56d62e52{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-13-0)}.alertContext__f6040da2{display:flex;font-size:12px;line-height:16px}.alertContext__f6040da2>svg{flex-shrink:0}.alertContext__f6040da2 .alertContextText__375bf6ac{margin-left:8px}.alertContext__f6040da2.alertTypeError__ee54db6b .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-Error_Color-1-13-0)}.alertContext__f6040da2.alertTypeInfo__a319cd54 .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-Info_Color-1-13-0)}.alertContext__f6040da2.alertTypeWarning__663a83b3 .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-Warning_Color-1-13-0)}.alertContext__f6040da2.alertTypeSystem__0b8cc56c .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-System_Color-1-13-0)}.alertProcess__c6e2225d{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__c6e2225d.withSpoiler__2ce092f9{min-height:40px}.alertProcess__c6e2225d .themeIcon__7322e810{box-sizing:border-box;height:20px;width:20px}.alertProcess__c6e2225d.alertTypeError__ee54db6b{background:var(--triplex-next-AlertProcess-Error_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeInfo__a319cd54{background:var(--triplex-next-AlertProcess-Info_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeWarning__663a83b3{background:var(--triplex-next-AlertProcess-Warning_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeSystem__0b8cc56c{background:var(--triplex-next-AlertProcess-System_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeFeature__43e6a085{background:var(--triplex-next-AlertProcess-Feature_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeFeature__43e6a085 .themeIcon__7322e810{padding-top:0}.alertProcess__c6e2225d .alertProcessContentBlock__6c9b0a3a{flex:1;margin-left:10px}.alertProcess__c6e2225d .alertProcessContentBlock__6c9b0a3a .expandableContent__a552d539{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c6e2225d .alertProcessContentBlock__6c9b0a3a .expandableContent__a552d539.expanded__618283d8{max-height:1000px;opacity:1}.alertProcess__c6e2225d .closeButton__034ed965{margin-left:10px}.alertProcess__c6e2225d .expandButton__46cf6c70{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__c6e2225d .expandButton__46cf6c70.expanded__618283d8{transform:rotate(180deg)}.adaptive__883a13a3{font-size:10px!important;line-height:12px!important}.avatar__119713ae{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-13-0)}.avatar__119713ae.xxs__0e97c311{width:28px;height:28px;border-radius:6px}.avatar__119713ae.xs__9b3d7a35{width:32px;height:32px;border-radius:8px}.avatar__119713ae.sm__2916216f{width:40px;height:40px;border-radius:10px}.avatar__119713ae.md__a9b5ccf5{width:56px;height:56px;border-radius:16px}.avatar__119713ae.lg__38f2f8ac{width:80px;height:80px;border-radius:20px}.avatar__119713ae.xl__78375b2b{width:96px;height:96px;border-radius:24px}.avatar__119713ae.xxl__fdc0f584{width:128px;height:128px;border-radius:28px}.col-1__b505b60e{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__13825d98{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__ffe489e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__d02dc6c3{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__fb4fdb67{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__8671d957{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__5dd59ac5{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__e7d2cdd5{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__9ac187d4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__db3774e6{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__29ab3bc5{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__7200d391{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__37e96b88{margin-left:0%}.offset-1__8f450178{margin-left:8.33333333%}.offset-2__6c280abb{margin-left:16.66666667%}.offset-3__9070f54b{margin-left:25%}.offset-4__2317d36e{margin-left:33.33333333%}.offset-5__3a32d57b{margin-left:41.66666667%}.offset-6__1cd88cb9{margin-left:50%}.offset-7__8058ac26{margin-left:58.33333333%}.offset-8__cbea4a78{margin-left:66.66666667%}.offset-9__96d1a64e{margin-left:75%}.offset-10__daef014b{margin-left:83.33333333%}.offset-11__d941df2c{margin-left:91.66666667%}.d-none__53f6ff05{display:none!important}.d-block__ab203f42{display:block!important}@media (min-width: 576px){.col-sm-1__58ce806d{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__b185bb02{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__4db6e81e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__79b028b0{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__5e5537e7{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__18ba01f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__e377a231{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__9b8bdd4a{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__c673bbef{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__cfd6a12f{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__ae92fdbd{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__448bc01b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a11d255f{margin-left:0%}.offset-sm-1__e7b59e49{margin-left:8.33333333%}.offset-sm-2__6650279d{margin-left:16.66666667%}.offset-sm-3__b62ec520{margin-left:25%}.offset-sm-4__18dc976a{margin-left:33.33333333%}.offset-sm-5__93095ca3{margin-left:41.66666667%}.offset-sm-6__87dbf7ed{margin-left:50%}.offset-sm-7__8f1dae4b{margin-left:58.33333333%}.offset-sm-8__965ab553{margin-left:66.66666667%}.offset-sm-9__ba4ccb47{margin-left:75%}.offset-sm-10__02092bf7{margin-left:83.33333333%}.offset-sm-11__1b199c67{margin-left:91.66666667%}.d-none-sm__88304799{display:none!important}.d-block-sm__43d7d78e{display:block!important}}@media (min-width: 768px){.col-md-1__56a43195{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__a73341ec{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__d6a9bc66{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__4f53b567{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__b549b7ee{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__7104e629{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__2ab88ab6{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__16170ec3{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__8deb75b0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__373d86de{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__69d89982{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__c1b3ef08{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__457b1858{margin-left:0%}.offset-md-1__229f23bd{margin-left:8.33333333%}.offset-md-2__8e7ae0cd{margin-left:16.66666667%}.offset-md-3__331f1362{margin-left:25%}.offset-md-4__ab13fd84{margin-left:33.33333333%}.offset-md-5__0122455a{margin-left:41.66666667%}.offset-md-6__e7815b87{margin-left:50%}.offset-md-7__c6d536c0{margin-left:58.33333333%}.offset-md-8__e36aff45{margin-left:66.66666667%}.offset-md-9__657b34fe{margin-left:75%}.offset-md-10__8be8a72c{margin-left:83.33333333%}.offset-md-11__e90154fb{margin-left:91.66666667%}.d-none-md__a002dba3{display:none!important}.d-block-md__05a58b45{display:block!important}}@media (min-width: 992px){.col-lg-1__2e13e4d5{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__5c8ada67{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__e596b5cc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__793e27b9{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__323d002a{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__0cda32a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__46f23762{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__718a4fe9{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__efd0568d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__32f97cb5{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__a644cc4c{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__52540557{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__2a5d6e30{margin-left:0%}.offset-lg-1__58a37ea6{margin-left:8.33333333%}.offset-lg-2__cdd45aaf{margin-left:16.66666667%}.offset-lg-3__a0fb7994{margin-left:25%}.offset-lg-4__bc8a9301{margin-left:33.33333333%}.offset-lg-5__799e3805{margin-left:41.66666667%}.offset-lg-6__91c7f3f4{margin-left:50%}.offset-lg-7__48071e56{margin-left:58.33333333%}.offset-lg-8__6494ea26{margin-left:66.66666667%}.offset-lg-9__189b880b{margin-left:75%}.offset-lg-10__35fd1cdc{margin-left:83.33333333%}.offset-lg-11__58c4f9c5{margin-left:91.66666667%}.d-none-lg__91f22a4d{display:none!important}.d-block-lg__1962e68a{display:block!important}}@media (min-width: 1200px){.col-xl-1__475c3ade{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__f1cb3a5f{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__11114b28{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__cbdddcce{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__d0e29077{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__f9503268{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__61604046{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__2cb637ef{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__748e9f5b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__544b621c{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__70edfae5{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__c19bfdf9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__695c7c0b{margin-left:0%}.offset-xl-1__b5f1a0a1{margin-left:8.33333333%}.offset-xl-2__7510e397{margin-left:16.66666667%}.offset-xl-3__b17eb935{margin-left:25%}.offset-xl-4__a22e74fb{margin-left:33.33333333%}.offset-xl-5__995977d6{margin-left:41.66666667%}.offset-xl-6__f7257921{margin-left:50%}.offset-xl-7__fd4fed87{margin-left:58.33333333%}.offset-xl-8__98e8d62a{margin-left:66.66666667%}.offset-xl-9__e96aad9f{margin-left:75%}.offset-xl-10__cf950440{margin-left:83.33333333%}.offset-xl-11__3a93fae1{margin-left:91.66666667%}.d-none-xl__a8184274{display:none!important}.d-block-xl__0e1b0aec{display:block!important}}.ellipsisLineClamp__bd0fc741{--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__bd0fc741.oneLine__859a2495{word-break:break-all}.link__b4b7b329{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-13-0)}.link__b4b7b329:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-13-0)}.link__b4b7b329:active{color:var(--triplex-next-Link-Text_Color_Active-1-13-0)}.link__b4b7b329:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-13-0)}.wordWithContent__272c39b1{white-space:nowrap;display:inline-flex;align-items:center}.before__137fe157 :first-child{margin-right:4px}.after__b96daac2 :last-child{margin-left:4px}.marker__f0927f70{border-radius:50%}.marker__f0927f70.md__6f71c88d{width:8px;height:8px}.marker__f0927f70.lg__3963e8a2{width:10px;height:10px}.marker__f0927f70.success__70844242{background:var(--triplex-next-Marker-Background_Success-1-13-0)}.marker__f0927f70.error__58b5319e{background:var(--triplex-next-Marker-Background_Error-1-13-0)}.marker__f0927f70.warning__03442784{background:var(--triplex-next-Marker-Background_Warning-1-13-0)}.marker__f0927f70.waiting__6d4ad9cd{background:var(--triplex-next-Marker-Background_Waiting-1-13-0)}.markerStatus__1508b8a1{line-height:0;display:flex;align-items:start}.markerStatus__1508b8a1 .contentContainer__9045529d{display:flex;flex-direction:column}.markerStatus__1508b8a1.md__f494a683{gap:4px}.markerStatus__1508b8a1.md__f494a683 .markerContainer__99991e9c{margin-top:4px}.markerStatus__1508b8a1.lg__f7e612c1{gap:6px}.markerStatus__1508b8a1.lg__f7e612c1 .contentContainer__9045529d{gap:4px}.markerStatus__1508b8a1.lg__f7e612c1 .markerContainer__99991e9c{margin-top:5px}.row__b2019ba2{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__b2019ba2.noPaddingBottom__015c0ab9,.row__b2019ba2:last-child{padding-bottom:0}.tabsExtended__4c97d89f{position:relative}.tabsExtendedContent__bb0d21b3{display:inline-flex}.tabsExtendedContent__bb0d21b3.sm__5aff5e97{border-radius:6px;padding:4px}.tabsExtendedContent__bb0d21b3.md__19ac8035{border-radius:8px;padding:4px}.tabsExtendedContent__bb0d21b3.lg__bcbdfb04{border-radius:10px;padding:8px}.tabsExtendedTab__7da8b2d1{display:flex}.tabsExtendedTab__7da8b2d1+.tabsExtendedTab__7da8b2d1,.tabsExtendedDropdown__63f25ca0{margin-left:2px}.tabsReal__e1d49cab,.tabsFake__f7e8f895{display:flex;box-sizing:border-box;width:100%}.tabsReal__e1d49cab.hidden__38d499fd{visibility:hidden}.tabsReal__e1d49cab .tabsExtendedTab__7da8b2d1.hidden__38d499fd{display:none}.tabsFake__f7e8f895{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__802b58df .tabsExtendedContent__bb0d21b3{background-color:var(--triplex-next-Tabs-Type1_Background-1-13-0)}.type2__9692d4b0 .tabsExtendedContent__bb0d21b3{background-color:var(--triplex-next-Tabs-Type2_Background-1-13-0)}.tabsExtendedTabButton__c521451c{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-13-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__c521451c .tabButtonText__9cf2f348{font-weight:400}.tabsExtendedTabButton__c521451c.lg__bcbdfb04{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__c521451c.lg__bcbdfb04 .tabButtonText__9cf2f348{font-size:16px;line-height:20px}.tabsExtendedTabButton__c521451c.md__19ac8035{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__c521451c.md__19ac8035 .tabButtonText__9cf2f348{font-size:14px;line-height:20px}.tabsExtendedTabButton__c521451c.sm__5aff5e97{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__c521451c.sm__5aff5e97 .tabButtonText__9cf2f348{font-size:12px;line-height:16px}.tabsExtendedTabButton__c521451c::-moz-focus-inner{border:none}.tabsExtendedTabButton__c521451c+.tabsExtendedTabButton__c521451c{margin-left:2px}.tabsExtendedTabButton__c521451c:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df.selected__84f9ebbb{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df.selected__84f9ebbb .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df:hover .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-13-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0.selected__84f9ebbb{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0.selected__84f9ebbb .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0:hover .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-13-0)}.notificationIcon__4cb076cf{position:absolute;right:4px;top:4px}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d.sm__f73d8a2a{min-width:20px;min-height:20px;height:20px}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d.md__952435a6{min-width:32px;min-height:32px;height:32px}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d.lg__22afe4e4{min-width:40px;min-height:40px;height:40px}.tag__a7071a86{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-13-0);border-radius:4px;gap:2px}.tag__a7071a86.sm__f94209bf{height:20px;padding:2px 4px 2px 6px}.tag__a7071a86.md__f56f0530{height:28px;padding:4px 6px 4px 8px}.tag__a7071a86.lg__5821d56d{height:32px;padding:6px 8px 6px 10px}.content__432d1f49{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__a4ad7372{display:flex;flex-wrap:wrap}.tagGroup__a4ad7372.sm__b276e79f{gap:4px}.tagGroup__a4ad7372.md__e2e86582{gap:8px}.tagGroup__a4ad7372.lg__4ba33b1b{gap:12px}.paginationExtended__51f1cde0{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a99fa978 .directionIconNext__81b70a1a{transform:rotate(180deg)}.pageEllipsis__b3007a58{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-13-0);cursor:default}.paginationPageButton__7a0689ac{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-13-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__7a0689ac:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-13-0);outline:none}.paginationPageButton__7a0689ac:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-13-0)}.paginationPageButton__7a0689ac:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-13-0);cursor:grabbing}.paginationPageButton__7a0689ac.currentPage__4308ef0d{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-13-0);cursor:default}.paginationNavigationExtended__4674a804{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__f2f8522c{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__f2f8522c .paginationSelectControl__4ac68f3d{margin-left:8px;min-width:72px}.skeleton__146b4e07{border-radius:16px;flex-grow:1}.skeleton__146b4e07.light__96afc27d{animation:skeleton-light-pulse__d4d61d46 2s ease-in-out infinite}.skeleton__146b4e07.dark__c1353bc1{animation:skeleton-dark-pulse__6ef29e7d 2s ease-in-out infinite}@keyframes skeleton-light-pulse__d4d61d46{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-13-0)}}@keyframes skeleton-dark-pulse__6ef29e7d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-13-0)}}.segmentedControlSegment__83701bed{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-13-0);outline:none;cursor:pointer}.segmentedControlSegment__83701bed:disabled{cursor:default}.sm__34099e53 .segmentedControlSegment__83701bed{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__b84b96a5 .segmentedControlSegment__83701bed{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__b79e06f1 .segmentedControlSegment__83701bed{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__54027c45 .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed.selected__c229bff9:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed.selected__c229bff9:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-13-0)}.segmentedControlSegment__83701bed:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-13-0)}.content__6e789fef{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__486cedb7{display:flex;gap:4px}.segmentedControl__486cedb7.general1__54027c45{background:var(--triplex-next-SegmentedControl-General_1_Background-1-13-0)}.segmentedControl__486cedb7.secondary1__93d0926d{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-13-0)}.segmentedControl__486cedb7.general2__cebb7dc7{background:var(--triplex-next-SegmentedControl-General_2_Background-1-13-0)}.segmentedControl__486cedb7.secondary2__ea6e8531{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-13-0)}.segmentedControl__486cedb7.sm__34099e53{border-radius:6px;padding:4px}.segmentedControl__486cedb7.md__b84b96a5{border-radius:8px;padding:4px}.segmentedControl__486cedb7.lg__b79e06f1{border-radius:10px;padding:8px}.step__1f6636c1{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__1f6636c1.default__ad20c1d0{background-color:var(--triplex-next-Step-Background_Default-1-13-0)}.step__1f6636c1.default__ad20c1d0>span{color:var(--triplex-next-Step-Color_Default-1-13-0)}.step__1f6636c1.done__65940b61{background-color:var(--triplex-next-Step-Background_Done-1-13-0)}.step__1f6636c1.done__65940b61>span{color:var(--triplex-next-Step-Color_Done-1-13-0)}.step__1f6636c1.warning__e2929f87{background-color:var(--triplex-next-Step-Background_Warning-1-13-0)}.step__1f6636c1.warning__e2929f87>span{color:var(--triplex-next-Step-Color_Warning-1-13-0)}.step__1f6636c1.active__7d0902fd{background-color:var(--triplex-next-Step-Background_Active-1-13-0)}.step__1f6636c1.active__7d0902fd>span{color:var(--triplex-next-Step-Color_Active-1-13-0)}.step__1f6636c1.error__0303c0e9{background-color:var(--triplex-next-Step-Background_Error-1-13-0)}.step__1f6636c1.error__0303c0e9>span{color:var(--triplex-next-Step-Color_Error-1-13-0)}.step__1f6636c1.disabled__8cf24549{background-color:var(--triplex-next-Step-Background_Disabled-1-13-0)}.step__1f6636c1.disabled__8cf24549>span{color:var(--triplex-next-Step-Color_Disabled-1-13-0)}.stepperWrapper__ac8e89dd{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-13-0)}.stepperStep__670f5d4e{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__670f5d4e+.stepperStep__670f5d4e{margin-left:12px}.stepperStep__670f5d4e.sm__f7a8f079:not(:last-child) .content__cff574c3{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__670f5d4e.sm__f7a8f079:last-child .content__cff574c3{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__670f5d4e.sm__f7a8f079:last-child .arrow__aec56309{display:none}.stepperStep__670f5d4e.md__efdc097a:not(:last-child) .content__cff574c3{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__670f5d4e.md__efdc097a:last-child .content__cff574c3{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__670f5d4e.md__efdc097a:last-child .arrow__aec56309{display:none}.stepperStep__670f5d4e.lg__ace36389:not(:last-child) .content__cff574c3{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__670f5d4e.lg__ace36389:last-child .content__cff574c3{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__670f5d4e.lg__ace36389:last-child .arrow__aec56309{display:none}.stepperStep__670f5d4e:hover:not(.active__d249c265):not(.disabled__b37c90a2) .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0)}.stepperStep__670f5d4e:hover:not(.active__d249c265):not(.disabled__b37c90a2) .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0)}.stepperStep__670f5d4e:hover:not(.active__d249c265):not(.disabled__b37c90a2) .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0)}.stepperStep__670f5d4e.active__d249c265{cursor:default}.stepperStep__670f5d4e.active__d249c265 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-13-0)}.stepperStep__670f5d4e.active__d249c265 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-13-0)}.stepperStep__670f5d4e.active__d249c265.error__52a04391 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.active__d249c265.error__52a04391 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.active__d249c265.error__52a04391 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-13-0)}.stepperStep__670f5d4e.active__d249c265.warning__d265c096 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.active__d249c265.warning__d265c096 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.active__d249c265.warning__d265c096 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e :not(.error__52a04391):not(.warning__d265c096) .content__cff574c3{color:var(--triplex-next-Stepper-Step_Color_Default-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e :not(.error__52a04391):not(.warning__d265c096):hover .content__cff574c3{color:var(--triplex-next-Stepper-Step_Color_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.disabled__b37c90a2{pointer-events:none}.stepperStep__670f5d4e.disabled__b37c90a2 .content__cff574c3{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-13-0)}.stepperStep__670f5d4e.disabled__b37c90a2 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-13-0)}.stepperStep__670f5d4e.disabled__b37c90a2 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0 .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265 .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0 .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265 .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0:hover .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265:hover .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0:hover .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265:hover .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.content__cff574c3{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-13-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-13-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-13-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__f7a8f079{font-size:12px;line-height:16px}.md__efdc097a{font-size:14px;line-height:20px}.lg__ace36389{font-size:16px;line-height:20px}.arrow__aec56309{transform:translate(0)}.arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-13-0)}.arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-13-0)}.icon__4eb31eab{display:inline-flex;align-items:center;line-height:0}.nonempty__96f79bc4 .icon__4eb31eab{margin-right:6px}.stepperExtended__2dab3c9c{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__61646f42{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__61646f42::-webkit-scrollbar{display:none}.stepper__9265842a.sm__f7a8f079{padding-left:28px;padding-right:28px}.stepper__9265842a.md__efdc097a{padding-left:40px;padding-right:40px}.stepper__9265842a.lg__ace36389{padding-left:56px;padding-right:56px}.stepperCarousel__5b379413{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__5b379413 .buttonPrev__312f849d,.stepperCarousel__5b379413 .buttonNext__30036fcc{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__5b379413 .buttonPrev__312f849d.sm__f7a8f079,.stepperCarousel__5b379413 .buttonNext__30036fcc.sm__f7a8f079{height:28px;width:28px}.stepperCarousel__5b379413 .buttonPrev__312f849d.md__efdc097a,.stepperCarousel__5b379413 .buttonNext__30036fcc.md__efdc097a{height:40px;width:40px}.stepperCarousel__5b379413 .buttonPrev__312f849d.lg__ace36389,.stepperCarousel__5b379413 .buttonNext__30036fcc.lg__ace36389{height:56px;width:56px}.stepperCarousel__5b379413 .buttonPrev__312f849d{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-13-0)}.stepperCarousel__5b379413 .buttonNext__30036fcc{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-13-0)}@media (max-width: 767px){.stepper__9265842a{padding-left:16px;padding-right:16px}.buttonPrev__312f849d,.buttonNext__30036fcc{display:none}}.islandAccordion__2fa14ea6{margin:0;padding:0}.islandAccordion__2fa14ea6 .island__d9447d6b{padding:0}.islandAccordion__2fa14ea6 .item__00f788ba{position:relative;list-style-type:none}.islandAccordion__2fa14ea6 .item__00f788ba.disabled__bf199025{cursor:default;pointer-events:none}.islandAccordion__2fa14ea6 .item__00f788ba+.item__00f788ba.sm__b8a15c37,.islandAccordion__2fa14ea6 .item__00f788ba+.item__00f788ba.md__6b449bb8{margin-top:16px}.islandAccordion__2fa14ea6 .item__00f788ba+.item__00f788ba.lg__71ecae3b{margin-top:24px}.islandAccordion__2fa14ea6 .item__00f788ba .header__90a99560{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__2fa14ea6 .item__00f788ba :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba.type1__36172da9:not(.opened__e7f46bce) .header__90a99560:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba.type2__fa43a699:not(.opened__e7f46bce) .header__90a99560:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba.type3__dff4a509:not(.opened__e7f46bce) .header__90a99560:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830{text-align:right}.islandAccordion__2fa14ea6 .item__00f788ba .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830{visibility:hidden}.islandAccordion__2fa14ea6 .item__00f788ba.opened__e7f46bce .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.opened__e7f46bce .footer__ed792830{visibility:visible}.islandAccordion__2fa14ea6 .item__00f788ba .caretWrapper__8cb4ef5e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2fa14ea6 .item__00f788ba .caretIcon__88475f0d{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .header__90a99560{padding:16px;border-radius:16px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .step__6ca87d44+.titleWrapper__314b4117{margin-top:2px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .footer__ed792830{padding:0 16px 16px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .caretWrapper__8cb4ef5e{right:12px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .remove__5a0d3dd2{right:-36px;top:20px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .step__6ca87d44{margin-right:12px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .header__90a99560{padding:24px;border-radius:24px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .footer__ed792830{padding:0 24px 24px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .caretWrapper__8cb4ef5e{right:20px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .remove__5a0d3dd2{right:-40px;top:28px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .step__6ca87d44{margin-right:12px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .header__90a99560{padding:32px;border-radius:32px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .footer__ed792830{padding:0 32px 32px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .caretWrapper__8cb4ef5e{right:28px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .remove__5a0d3dd2{right:-40px;top:36px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .step__6ca87d44{margin:0 16px 0 0}.islandAccordion__2fa14ea6 .item__00f788ba.opened__e7f46bce:not(.disabled__bf199025) .caretWrapper__8cb4ef5e .caretIcon__88475f0d{transform:rotate(-180deg)}.islandAccordion__2fa14ea6 .item__00f788ba .remove__5a0d3dd2{position:absolute}@media (max-width: 767px){.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830>*{margin-left:0!important}}.noColumns__c2f9a222{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c2f9a222>.content__072a1414{width:456px;text-align:center}.filterPanel__acc8e03f{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__c5b9a504{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__c5b9a504>a:not(:first-child){margin-left:16px}.tabsLinePanel__19a623b0{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__8bccd1ed{0%{opacity:0}to{opacity:1}}.tableBasic__ed99bb71{position:relative}.tableBasic__ed99bb71 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__ed99bb71 table th.alignLeft__d4071e45,.tableBasic__ed99bb71 table td.alignLeft__d4071e45{text-align:left}.tableBasic__ed99bb71 table th.alignRight__02527d2f,.tableBasic__ed99bb71 table td.alignRight__02527d2f{text-align:right}.tableBasic__ed99bb71 table th.alignCenter__a070b874,.tableBasic__ed99bb71 table td.alignCenter__a070b874{text-align:center}.tableBasic__ed99bb71 table th.verticalAlignBaseline__735d56e5,.tableBasic__ed99bb71 table td.verticalAlignBaseline__735d56e5{vertical-align:baseline}.tableBasic__ed99bb71 table th.verticalAlignSub__fc2144aa,.tableBasic__ed99bb71 table td.verticalAlignSub__fc2144aa{vertical-align:sub}.tableBasic__ed99bb71 table th.verticalAlignSuper__3211978b,.tableBasic__ed99bb71 table td.verticalAlignSuper__3211978b{vertical-align:super}.tableBasic__ed99bb71 table th.verticalAlignTextTop__997a0938,.tableBasic__ed99bb71 table td.verticalAlignTextTop__997a0938{vertical-align:text-top}.tableBasic__ed99bb71 table th.verticalAlignTextBottom__8e4ada94,.tableBasic__ed99bb71 table td.verticalAlignTextBottom__8e4ada94{vertical-align:text-bottom}.tableBasic__ed99bb71 table th.verticalAlignMiddle__93818a4e,.tableBasic__ed99bb71 table td.verticalAlignMiddle__93818a4e{vertical-align:middle}.tableBasic__ed99bb71 table th.verticalAlignTop__2a40724e,.tableBasic__ed99bb71 table td.verticalAlignTop__2a40724e{vertical-align:top}.tableBasic__ed99bb71 table th.verticalAlignBottom__11f8fec0,.tableBasic__ed99bb71 table td.verticalAlignBottom__11f8fec0{vertical-align:bottom}.tableBasic__ed99bb71 table>thead>tr{height:48px}.tableBasic__ed99bb71 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-13-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__ed99bb71 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-13-0)}}.tableBasic__ed99bb71 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__ed99bb71 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__ed99bb71 table>thead>tr>th.checkboxType__b156a824{padding:16px 12px}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12{display:inline-flex;vertical-align:top}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99{cursor:pointer}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7{display:flex;visibility:hidden;align-items:center}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7.alignLeft__d4071e45{margin-right:8px}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7.alignRight__02527d2f{margin-left:8px}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7.sorted__1f2f7a7f{visibility:visible}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99:hover .orderButton__9584a6e7{visibility:visible}.tableBasic__ed99bb71 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-13-0)}.tableBasic__ed99bb71 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__ed99bb71 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__ed99bb71 table>tbody>tr>td.textType__ab63b728{padding:12px}.tableBasic__ed99bb71 table>tbody>tr>td.componentsType__b54c62ba{padding:8px 12px}.tableBasic__ed99bb71 table>tbody>tr>td.checkboxType__b156a824{padding:10px 12px 12px}.tableBasic__ed99bb71 table>tbody>tr.selected__628794ec>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__ed99bb71 table>tbody>tr.selected__628794ec>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-13-0)}}.tableBasic__ed99bb71 table>tbody.clickable__0a7f4ebc>tr{cursor:pointer}.tableBasic__ed99bb71 table>tbody.hoverable__ed3f970d>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__ed99bb71 table>tbody.hoverable__ed3f970d>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-13-0)}}.tableBasic__ed99bb71 .footerEmptyData__3d3edbc2{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__ed99bb71 .spinnerWrapper__05d6ea70{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__ed99bb71 .spinnerWrapper__05d6ea70 .tableLoaderScreen__ca194658{border-radius:8px 8px 0 0}.tableBasic__ed99bb71 .overlayCover__c8155654{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-13-0);animation:fadeIn__8bccd1ed .3s}.tableBasicSettingsBody__a4ec5762{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__b6ffaa2b{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-13-0)!important}.columnSettingsSortableListItemTarget__b6ffaa2b:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-13-0)!important}.columnSettingsSortableListItemTarget__b6ffaa2b.dragging__89e8839e{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-13-0)!important}.columnSettingsStaticListItem__db4eef3d{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-13-0)}.tableBasicSettingsFooter__db9a7cdb{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-13-0);padding:11px 12px 12px}.tableBasicSettingsHeader__3ab4bcb5{padding:16px 12px 12px}.tableSettingsLink__839a954e{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__0a27646d{width:320px}.tableFooterWrapper__0e2121ef{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__0e2121ef .tableFooterShadow__c023e290{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-13-0);pointer-events:none}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-13-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f{display:flex;align-items:center}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectedCount__4cfcfeec,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectAllButton__dd105a3f,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummaryAmount__86f59e15{display:inline-flex}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectedCount__4cfcfeec,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectAllButton__dd105a3f,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummaryAmount__86f59e15,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummaryLabel__26b7ca44{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__0e2121ef{height:112px}}.paginationPanel__bbf435c1{margin-top:16px}.masterTable__251c5592{position:relative}.orderedListItem__1f923764{counter-increment:list-item-tx}.orderedListItem__1f923764:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1f923764+.orderedListItem__1f923764{margin-top:8px}.orderedList__a30cd5e5{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__26ef7ccc{position:relative}.suggestDropdownListItem__62cfc51a{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__9acf04fd{position:relative}.suggestFieldMobileBody__e3c69f9b{height:176px}.suggestFieldMobileDropdownHint__61b81101{padding:16px}.lightBox__0f559593{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__0f559593 .lightBoxBackdrop__5d6c9df2{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-13-0)}.lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370,.lightBox__0f559593.lightBoxTopOverlayActive__a84be8c5{overflow-y:hidden}.lightBox__0f559593 .lightBoxContent__4f4672fe{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-13-0)}.lightBox__0f559593 .lightBoxContent__4f4672fe>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__0f559593 .lightBoxContent__4f4672fe>.global-page{padding:16px}}.lightBox__0f559593 .loadingContentOverlay__d9dcf098{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__0f559593 .lightBoxContentResizeWrapper__2bc1cfd9{position:absolute;left:0;right:0;height:0}.lightBox__0f559593 .tempElSafariBug__4b74dded{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__2082b216,.global-LB-less-or-equal-media-point-0 .lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__4f4672fe{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__4f4672fe{padding-left:80px;padding-right:80px}.lightBoxControls__1e355e6b{z-index:100}.withKeyboardEvent__0646f830{display:inline-block}.withoutKeyboardEvent__02d5509f,.lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370 .withKeyboardEvent__0646f830,.lightBox__0f559593.lightBoxTopOverlayActive__a84be8c5 .withKeyboardEvent__0646f830,.lightBox__0f559593.isLoading__eeaba9e7 .withKeyboardEvent__0646f830{display:none}.lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370 .withoutKeyboardEvent__02d5509f,.lightBox__0f559593.lightBoxTopOverlayActive__a84be8c5 .withoutKeyboardEvent__02d5509f,.lightBox__0f559593.isLoading__eeaba9e7 .withoutKeyboardEvent__02d5509f{display:inline-block}.lightBox__0f559593.isLoading__eeaba9e7 .lightBoxPrev__f74cf9ae,.lightBox__0f559593.isLoading__eeaba9e7 .lightBoxNext__5d425e7c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__1e355e6b{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__b85c9a90{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__4a5cf6a1{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__172a9346{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__f74cf9ae,.global-LB-less-or-equal-media-point-0 .lightBoxNext__5d425e7c{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__f74cf9ae{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__036de213,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__024a0e51{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__1e355e6b{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__b85c9a90{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__4a5cf6a1{display:none}.global-LB-more-media-point-0 .lightBoxClose__172a9346{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__f74cf9ae,.global-LB-more-media-point-0 .lightBoxNext__5d425e7c{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__f74cf9ae{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__5d425e7c{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__5aebf035{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__5aebf035.fixed__e76e9e2c{position:fixed}.overlay__5aebf035.closing__4d5607b9,.overlay__5aebf035.opened__ef9812b3{visibility:visible;left:0;right:0}.overlayPanel__054931e8{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-13-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__054931e8.bottom__79357bb8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__054931e8.left__8b67ed82{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__054931e8.right__bb77b3e7{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__054931e8.top__6477d450{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__054931e8.left__8b67ed82.opened__ef9812b3,.overlayPanel__054931e8.right__bb77b3e7.opened__ef9812b3{transform:translate(0)}.overlayPanel__054931e8.top__6477d450.opened__ef9812b3,.overlayPanel__054931e8.bottom__79357bb8.opened__ef9812b3{transform:translateY(0)}.overlayContent__2f350763{display:flex;min-height:100%}.overlayMask__635b53b9{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-13-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__635b53b9.overlayOpened__4ce6a212{opacity:1}.lightBoxSideOverlayLoaderWrapper__585eb277{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__c803f26e{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__0c784017{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__c803f26e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__0c784017{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__0c784017{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__c803f26e{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__0c784017{display:none}.lightBoxSideOverlayMask__43f74f20{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-13-0)}.lightBoxSideOverlayWrapper__ed87470f{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__ed87470f.overflowXHidden__4263e707{overflow-x:hidden}.lightBoxSideOverlayWrapper__ed87470f.overflowYHidden__9aa7fbc8{overflow-y:hidden}.lightBoxSideOverlayWrapper__ed87470f.closing__a5479ef5,.lightBoxSideOverlayWrapper__ed87470f.opened__56aa2a1d{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__ed87470f.closing__a5479ef5{pointer-events:none}.lightBoxSideOverlayWrapper__ed87470f .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ed87470f .global-page{padding:16px}}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-13-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1.opened__56aa2a1d{transform:none}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1.opening__788b9449{transform:translateY(0)}.lightBoxSideOverlayWrapper__ed87470f.sizeSM__bdccf7fc .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__ed87470f.sizeMD__f9ba8204 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__ed87470f.sizeLG__6f9b181c .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayBase__6aaf05d5{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__ed87470f .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__ed87470f .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__4610c81b{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__4610c81b.closing__a5479ef5,.lightBoxSideOverlay__4610c81b.opening__788b9449{overflow-x:hidden}.topOverlayMask__a930014b{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-13-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__4317bb54{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__4317bb54.closing__ce6dc367,.topOverlayWrapper__4317bb54.opened__98613b63{bottom:0}.topOverlayWrapper__4317bb54 .topOverlayPanel__33870897{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__d31ad9d5{z-index:500}@media (max-width: 767px){.topOverlayPanel__33870897{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__aecf1b82{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__aecf1b82.fixed__f8f9a954{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__fd68a9f7{display:none}}.lightBoxRightSidebar__139e90f3{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__139e90f3.fixed__f8f9a954{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__b988ae77{display:none}}html.scroll-0__cb5141b4{--triplex-next-scroll-width: 0px}html.scroll-15__42c2bb86{--triplex-next-scroll-width: 15px}html.scroll-16__12b7d548{--triplex-next-scroll-width: 16px}html.scroll-17__237d018a{--triplex-next-scroll-width: 17px}.smsField__ac77f9bf{display:inline-block;position:relative;width:100%}.smsField__ac77f9bf .input__b0555328{text-align:center}.smsField__ac77f9bf .input__b0555328::placeholder{opacity:1}.smsField__ac77f9bf .input__b0555328:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-13-0)}.smsField__ac77f9bf .input__b0555328.lg__ddcf6211{padding:18px 40px}.smsField__ac77f9bf .input__b0555328.md__75fb17c6{padding-left:26px;padding-right:26px}.smsField__ac77f9bf .input__b0555328.sm__2d84a094{padding-left:20px;padding-right:20px}.smsField__ac77f9bf .btnRefresh__78c7b61a{position:absolute;outline:none;z-index:1}.smsField__ac77f9bf .btnRefresh__78c7b61a.lg__ddcf6211{top:12px;left:12px;height:32px;width:32px}.smsField__ac77f9bf .btnRefresh__78c7b61a.md__75fb17c6{top:10px;left:10px}.smsField__ac77f9bf .btnRefresh__78c7b61a.sm__2d84a094{top:4px;left:4px}.smsField__ac77f9bf .btnRefresh__78c7b61a .full__743eb0b5{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-13-0)}.smsField__ac77f9bf .btnRefresh__78c7b61a .empty__6bbde592{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-13-0)}.smsField__ac77f9bf .btnRefresh__78c7b61a:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca.active__5b84c5fe:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca.active__5b84c5fe:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca.lg__ddcf6211{top:15px;right:15px;height:26px;width:26px}.smsField__ac77f9bf .btnSubmit__92a232ca.md__75fb17c6{top:10px;right:10px}.smsField__ac77f9bf .btnSubmit__92a232ca.sm__2d84a094{top:4px;right:4px}.spoiler__3c8ca7a1{display:flex;flex-direction:column}.spoiler__3c8ca7a1.opened__114ff10d .caretIcon__ba25daff{transform:rotate(-180deg)}.spoiler__3c8ca7a1 .head__747a5e5d .caretIcon__ba25daff{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__3c8ca7a1 .head__747a5e5d button>span{white-space:normal;text-align:left}.spoiler__3c8ca7a1 .content__3da5e187.hidden__e7cde9f5{display:none}.spoiler__3c8ca7a1 .lg__f8445c61 .content__3da5e187{margin-top:8px}.spoiler__3c8ca7a1 .md__07dd251c .content__3da5e187{margin-top:0}.spoiler__3c8ca7a1 .sm__e1e718cf .content__3da5e187{margin-top:-4px}.statusTrackerWrapper__057eba6e{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-13-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-13-0);overflow:hidden;height:100%}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64.verticalAlignMiddle__e0fbdd7d{align-self:center}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64.verticalAlignBottom__b2d9bab2{align-self:end}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerChild__d2f6799a{padding:8px 0}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerChild__d2f6799a:empty{padding:0}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerSum__2cca8c61,.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerTitle__a13d44a0{padding-bottom:4px}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerDescription__be2030fc{display:block;padding-top:8px}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerAlert__1f6fc844{margin-top:12px;text-align:left}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerStatus__a0804342{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerFooterWrapper__4bf5dee9{display:grid}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerFooterWrapper__4bf5dee9 .statusTrackerDescription__be2030fc:last-child{padding-top:0}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerFooterWrapper__4bf5dee9 .statusTrackerButton__574eea63{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.waiting__cc96cb7e{background:var(--triplex-next-StatusTracker-Waiting_Color-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.warning__558d8734{background:var(--triplex-next-StatusTracker-Warning_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.rejected__7f7b50cb{background:var(--triplex-next-StatusTracker-Rejected_Color-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.approved__60dc0526{background:var(--triplex-next-StatusTracker-Approved_Color-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.waiting__cc96cb7e{background:var(--triplex-next-StatusTracker-Waiting_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.warning__558d8734{background:var(--triplex-next-StatusTracker-Warning_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.rejected__7f7b50cb{background:var(--triplex-next-StatusTracker-Rejected_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.approved__60dc0526{background:var(--triplex-next-StatusTracker-Approved_Background-1-13-0)}@media (max-width: 767px){.statusTrackerWrapper__057eba6e{border-radius:16px}}.smallInput__c689871d{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-13-0);background:var(--triplex-next-SmallInput-Background-1-13-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-13-0)}.smallInput__c689871d::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-13-0);opacity:1}.smallInput__c689871d::-ms-clear{display:none}.documentNumberEdit__80dd69a3 .label__cc5de665{display:inline-block;margin-right:8px}.documentNumberEdit__80dd69a3 .inputEditWrapper__7fe6a111{width:68px;display:inline-block}.sliderExtendedDot__4470579b{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-13-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__4470579b:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-13-0)}.sliderExtendedDot__4470579b.focusedByClick__f1476cb6:focus{box-shadow:none}.sliderExtendedDot__4470579b:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4470579b:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4470579b.disabled__72603029{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-13-0)}.sliderExtendedDot__4470579b.disabled__72603029:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-13-0)}.sliderExtendedDot__4470579b.disabled__72603029:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-13-0)}.sliderExtendedDot__4470579b:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-13-0)}.sliderExtendedDot__4470579b:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-13-0)}.sliderExtendedDot__4470579b.dragByMouse__798736e3{background:var(--triplex-next-Slider-Dot_Background_Select-1-13-0)}.sliderExtendedDot__4470579b.dragByMouse__798736e3:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-13-0)}.sliderExtendedDot__4470579b:hover .sliderExtendedTooltipOverlay__bf020a88,.sliderExtendedDot__4470579b:focus .sliderExtendedTooltipOverlay__bf020a88{visibility:visible}.sliderExtendedDot__4470579b.lg__68352028{width:28px;height:28px}.sliderExtendedDot__4470579b.lg__68352028:after{width:10px;height:10px}.sliderExtendedDot__4470579b.lg__68352028:before{width:14px;height:14px}.sliderExtendedMarks__2162bb63{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__b5be79ca{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__b5be79ca .sliderExtendedMarkDot__740e0784{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-13-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__b5be79ca .sliderExtendedMarkDot__740e0784.inSelectedRange__3ef6fd89{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-13-0)}.sliderExtendedMark__b5be79ca.lg__68352028{top:20px}.sliderExtendedMark__b5be79ca.lg__68352028 .sliderExtendedMarkDot__740e0784{top:-20px}.sliderExtendedMark__b5be79ca .sliderExtendedMarkText__dfe3001e{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__b5be79ca.disabled__72603029{pointer-events:none}.sliderExtendedMark__b5be79ca.disabled__72603029 .sliderExtendedMarkText__dfe3001e{pointer-events:none;opacity:.35}.sliderExtendedMark__b5be79ca.disabled__72603029 .sliderExtendedMarkDot__740e0784{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-13-0)}.sliderExtendedMark__b5be79ca:first-child,.sliderExtendedMark__b5be79ca:last-child{transform:none}.sliderExtendedMark__b5be79ca:first-child.reverse__c3e2216b .sliderExtendedMarkDot__740e0784{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__b5be79ca:first-child.reverse__c3e2216b .sliderExtendedMarkText__dfe3001e{margin-right:-4px}.sliderExtendedMark__b5be79ca:first-child:not(.reverse__c3e2216b) .sliderExtendedMarkDot__740e0784{left:0;transform:translate(-50%)}.sliderExtendedMark__b5be79ca:first-child .sliderExtendedMarkText__dfe3001e{margin-left:-4px}.sliderExtendedMark__b5be79ca:last-child.reverse__c3e2216b .sliderExtendedMarkDot__740e0784{left:0;transform:translate(-50%)}.sliderExtendedMark__b5be79ca:last-child.reverse__c3e2216b .sliderExtendedMarkText__dfe3001e{margin-left:-4px}.sliderExtendedMark__b5be79ca:last-child:not(.reverse__c3e2216b) .sliderExtendedMarkDot__740e0784{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__b5be79ca:last-child .sliderExtendedMarkText__dfe3001e{margin-right:-4px}.sliderExtendedMark__b5be79ca.active__611faf9c{pointer-events:none}.sliderExtendedRail__ef523dd3{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-13-0);cursor:pointer}.sliderExtended__b87ad863{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__b87ad863.disabled__72603029 .sliderExtendedRail__ef523dd3{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-13-0)}.sliderExtended__b87ad863.lg__68352028{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__87cae8b4{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-13-0);z-index:10}.sliderExtendedTrack__87cae8b4.lg__68352028{top:12px}.sliderExtendedTrack__87cae8b4:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-13-0)}.sliderExtendedTrack__87cae8b4.focusedByClick__f1476cb6:focus{box-shadow:none}.sliderExtendedTrack__87cae8b4.hoverOrDragByMouse__7903d885{background:var(--triplex-next-Slider-Track_Background_Hover-1-13-0)}.sliderExtendedTrack__87cae8b4.staticSlider__0007b112{cursor:default;pointer-events:none}.sliderExtendedTrack__87cae8b4.disabled__72603029{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-13-0)}.sliderExtendedTooltipOverlay__bf020a88{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__bf020a88.lg__68352028{bottom:32px}.sliderExtendedTooltipOverlay__bf020a88 .tooltipBody__796fa504{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-13-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-13-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__bf020a88 .tooltipTip__cda06f71{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-13-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__bf020a88 .tooltipTip__cda06f71{margin:-.5px}}.treeView__2501d4ae,.treeViewGroup__1f7895bd{margin:0;padding:0}.treeView__2501d4ae .treeViewNode__a1ffe270,.treeViewGroup__1f7895bd .treeViewNode__a1ffe270{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__4ad20fd5.collapsed__6bcde778{visibility:hidden}.checkboxTreeExtended__bca0afa4{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__c58430d3 .checkboxTreeExtendedNode__c58430d3{margin-left:24px}.checkboxTreeExtendedNodeHeader__de564302{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__de564302.sm__515452ad{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__de564302.md__ba62708d,.checkboxTreeExtendedNodeHeader__de564302.lg__2807d63e{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__de564302 .checkboxTreeCheckboxLabel__23c8fb30{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__de564302 .caretIconWrapper__6faeee78{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__de564302 .caretIconWrapper__6faeee78:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-13-0)}.checkboxTreeExtendedNodeHeader__de564302.opened__75f7041a .caretIconWrapper__6faeee78{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__bca0afa4{padding:12px 14px}}.chipGroup__a2073979{display:flex}.chipGroup__a2073979.oneLine__ea0835f2{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__a2073979.oneLine__ea0835f2::-webkit-scrollbar{display:none}.chipGroup__a2073979.multiLine__73609e44{flex-wrap:wrap}.chipGroup__a2073979.lg__18ffc08a{gap:12px}.chipGroup__a2073979.md__3d3b3ce4,.chipGroup__a2073979.sm__e037b450{gap:8px}.confirm__ea11e739{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__ea11e739.isInLightBox__40bf2be0{max-width:800px}.confirm__ea11e739.isInSideOverlaySM__9a25e717{max-width:416px}.confirm__ea11e739.isInSideOverlayMD__26ab4375{max-width:536px}.confirm__ea11e739.isInSideOverlayLG__9850737a{max-width:736px}.confirmCloseButton__f802d9f6{position:absolute;top:24px;right:24px}.confirmContent__19b1da4d{margin-bottom:24px;padding-right:56px}.confirmControls__3767b354{white-space:nowrap}.confirmContentTitle__6c25fc4c{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__f802d9f6{top:16px;right:16px}.confirmContent__19b1da4d{margin-bottom:16px}}.divider__1c734290{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-13-0);border:none}.marginTopSize-4__592e73c5{margin-top:4px}.marginBottomSize-4__8bb02001{margin-bottom:4px}.marginTopSize-8__04c6b0cc{margin-top:8px}.marginBottomSize-8__5d4a9284{margin-bottom:8px}.marginTopSize-12__f5855890{margin-top:12px}.marginBottomSize-12__d2ed000f{margin-bottom:12px}.marginTopSize-16__0f657396{margin-top:16px}.marginBottomSize-16__c136f091{margin-bottom:16px}.marginTopSize-20__5f6da225{margin-top:20px}.marginBottomSize-20__6514319c{margin-bottom:20px}.marginTopSize-24__f14d6e76{margin-top:24px}.marginBottomSize-24__76108d54{margin-bottom:24px}.marginTopSize-28__14c501ae{margin-top:28px}.marginBottomSize-28__96ff627d{margin-bottom:28px}.marginTopSize-32__4f72360a{margin-top:32px}.marginBottomSize-32__3c5a53a1{margin-bottom:32px}.listMasterChipGroup__3c6b5a8d{padding:0 16px}.listMasterFooter__09f91030{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-13-0);color:var(--triplex-next-ListMaster-Footer_Color-1-13-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__09f91030.sticky__eedc4b98{position:sticky;bottom:0}.listMasterFooterDescription__4c30868a{padding-right:16px}.listMasterFooterControls__157de2e5{white-space:nowrap}.listMasterHeader__f2fb1cd8{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-13-0);color:var(--triplex-next-ListMaster-Header_Color-1-13-0)}.listMasterHeader__f2fb1cd8.sticky__eedc4b98{position:sticky;top:0;z-index:1}.selectionControls__e9d54c2a{display:flex;justify-content:space-between;align-items:center}.uploadZone__f4504430{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-13-0)}.uploadZone__f4504430:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-13-0)}.uploadZoneDragArea__965f961d{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__f331ebe0{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-13-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-13-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__a31e63ca{display:none}@media (max-width: 767px){.uploadZone__f4504430,.uploadZone__f4504430:hover{background:none}.uploadZoneDragArea__965f961d{display:none}}button.helpBoxButton__7ebe86a2{position:relative;vertical-align:text-bottom}.dateRange__619be0e9{display:flex;align-items:center}.dateRangeButton__2f7a1cb9{z-index:1}.separator__86882f96{width:20px;height:20px;flex-shrink:0}.tagColor__98e341a4{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__98e341a4.sm__dd21b0e7{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__98e341a4.md__861aa9f6{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__98e341a4.lg__2e50df85{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__98e341a4.default__82b8e5db{background:var(--triplex-next-TagColor-Background_Default-1-13-0)}.tagColor__98e341a4.success__93564c78{background:var(--triplex-next-TagColor-Background_Success-1-13-0)}.tagColor__98e341a4.info__0b084ef2{background:var(--triplex-next-TagColor-Background_Info-1-13-0)}.tagColor__98e341a4.warning__fcc60d53{background:var(--triplex-next-TagColor-Background_Warning-1-13-0)}.tagColor__98e341a4.error__f196ecc3{background:var(--triplex-next-TagColor-Background_Error-1-13-0)}.content__7b17eb20{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-13-0)}
|