@sberbusiness/triplex-next 0.12.0 → 0.14.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-Clc5Pcoq.js +39 -0
- package/chunks/{CalendarViewItem-B7_R_3t_.js → CalendarViewItem-BXB-l14w.js} +30 -30
- package/chunks/Card.module-Cu7AW6wF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +14 -0
- package/chunks/{Chip-BiNNkTCM.js → Chip-CY6jm0GS.js} +7 -7
- package/chunks/Confirm.module-OZDQwZ76.js +15 -0
- package/chunks/{DropdownListItem-BxEqWaJ8.js → DropdownListItem-BsD2UckS.js} +22 -22
- package/chunks/DropdownMobile.module-DyAN0fdk.js +23 -0
- package/chunks/Footer.module-CNLRKuaO.js +9 -0
- package/chunks/FormFieldInput-fdQkON04.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +9 -0
- package/chunks/HeaderTabs.module-bgwZzpN5.js +9 -0
- package/chunks/{HeaderTitle.module-DlNyNird.js → HeaderTitle.module-DcwCxesK.js} +2 -2
- package/chunks/IslandAccordion.module-CkwZRvz0.js +25 -0
- package/chunks/IslandWidgetFooter.module-CRDSENKS.js +9 -0
- package/chunks/IslandWidgetHeader.module-CplPMePk.js +9 -0
- package/chunks/{LightBoxContent-DBZCrC3l.js → LightBoxContent-3oHJFM6-.js} +11 -11
- package/chunks/LightBoxControls.module-BiErhmuy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +8 -0
- package/chunks/{ListItemControlsButton-B7xM1V5l.js → ListItemControlsButton-DQyZxkWl.js} +12 -12
- package/chunks/ListItemTail.module-BcXdd7Tg.js +12 -0
- package/chunks/ListMasterFooter.module-IIuFg261.js +10 -0
- package/chunks/ModalWindow.module-BxpQ7u7J.js +17 -0
- package/chunks/Notification.module-Dd05nJZX.js +21 -0
- package/chunks/Overlay.module-nyoFWXgt.js +18 -0
- package/chunks/Page.module-COesJT7Q.js +11 -0
- package/chunks/{RightBorderArrow-qUNK7k_Z.js → RightBorderArrow-NMZgNz0e.js} +11 -11
- package/chunks/SMSField.module-CyHqtrvG.js +16 -0
- package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +15 -0
- package/chunks/{SliderExtendedRail-fxB35VnJ.js → SliderExtendedRail-w5E8mOCQ.js} +8 -8
- package/chunks/StatusTracker.module-4qTM1xYQ.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BRLUCupu.js → SuggestFieldMobileDropdownHint-Bu9hDMWX.js} +2 -2
- package/chunks/TableFooter.module-w1swDJka.js +14 -0
- package/chunks/TabsExtended.module-tx9R1r2s.js +16 -0
- package/chunks/TabsLine.module-DySAqOh5.js +21 -0
- package/chunks/TooltipDesktop.module-CVyAe5HN.js +19 -0
- package/chunks/TreeView.module-4qMoe0gI.js +9 -0
- package/chunks/UploadZoneInput-DxpDQJSy.js +33 -0
- package/chunks/{utils-pT3qplA1.js → utils-BqO-7PCm.js} +5 -5
- package/chunks/{utils-Kc2jGbAd.js → utils-CXsSOP27.js} +6 -6
- package/chunks/utils-Clzm2Vel.js +73 -0
- package/chunks/utils-Dtu8f6BX.js +24 -0
- package/chunks/{utils-D3BbfI4I.js → utils-H2e9tc3r.js} +6 -6
- package/chunks/vendor-CalMVkfj.js +12482 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +7 -7
- 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 +6 -6
- package/components/Button/Button.js +13 -13
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +18 -18
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +11 -11
- package/components/Calendar/Calendar.js +36 -35
- package/components/Calendar/CalendarContext.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +21 -20
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +21 -21
- package/components/Calendar/components/CalendarViewYears.js +15 -15
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +4 -4
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +21 -21
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +135 -135
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +9 -9
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +31 -30
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +106 -104
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- 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 +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +18 -18
- 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 +18 -18
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +22 -22
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +32 -35
- 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 +41 -42
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- 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 +14 -14
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- 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 +6 -6
- package/components/LightBox/LightBox.js +12 -12
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +20 -20
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -12
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +12 -12
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +7 -7
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +10 -10
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +13 -13
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +10 -10
- 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 +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -82
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +9 -9
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +12 -12
- 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 +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +16 -16
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
- 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 +31 -31
- 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 +11 -11
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +31 -30
- 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 +11 -11
- package/components/Tag/Tag.js +29 -29
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +13 -13
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +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 +2 -2
- 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 +24 -24
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- 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 +554 -549
- package/consts/DateConst.js +6 -6
- package/index.d.ts +59 -23
- package/index.js +598 -593
- package/package.json +7 -3
- package/styles/triplex-next.css +534 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-SFMiAq2e.js +0 -39
- package/chunks/Card.module-B8eF0PyT.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +0 -11
- package/chunks/Confirm.module-DtGkChdz.js +0 -15
- package/chunks/DropdownMobile.module-hCX_8o3O.js +0 -23
- package/chunks/Footer.module-CmBv6U70.js +0 -9
- package/chunks/FormFieldInput-B4hNuHJx.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +0 -9
- package/chunks/HeaderTabs.module-Cg4Skmf_.js +0 -9
- package/chunks/IslandAccordion.module-CASKTyF5.js +0 -25
- package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +0 -9
- package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +0 -9
- package/chunks/LightBoxControls.module-Bd3m7ZxT.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +0 -8
- package/chunks/ListItemTail.module-Cc6Q6gR8.js +0 -12
- package/chunks/ListMasterFooter.module-CPTvVSEg.js +0 -10
- package/chunks/ModalWindow.module-Cjfs_3lX.js +0 -17
- package/chunks/Notification.module-DRNzc662.js +0 -21
- package/chunks/Overlay.module-CyE4VM64.js +0 -18
- package/chunks/Page.module-CiiwZIG0.js +0 -11
- package/chunks/SMSField.module-Df8IlNx3.js +0 -16
- package/chunks/SliderExtendedMarks.module-C3yroPQo.js +0 -15
- package/chunks/StatusTracker.module-C3dx5TPW.js +0 -24
- package/chunks/TableFooter.module-CJATQpk2.js +0 -14
- package/chunks/TabsExtended.module-mbk25DHy.js +0 -16
- package/chunks/TabsLine.module-eLr2Qyu1.js +0 -21
- package/chunks/TooltipDesktop.module-D4l2yNW-.js +0 -19
- package/chunks/TreeView.module-BZTj2oze.js +0 -9
- package/chunks/UploadZoneInput-ZvLsxymO.js +0 -35
- package/chunks/utils-CkEbPHhV.js +0 -73
- package/chunks/utils-bltVmJ1Y.js +0 -24
- package/chunks/vendor-BARd5eYq.js +0 -15069
package/styles/triplex-next.css
CHANGED
|
@@ -1,533 +1,534 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-
|
|
11
|
-
--triplex-next-ColorBrand-100-0-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-0-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-0-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-0-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-0-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-0-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-0-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-0-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-0-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-0-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-0-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-0-
|
|
34
|
-
--triplex-next-ColorError-0-0-
|
|
35
|
-
--triplex-next-ColorError-10-0-
|
|
36
|
-
--triplex-next-ColorError-20-0-
|
|
37
|
-
--triplex-next-ColorError-30-0-
|
|
38
|
-
--triplex-next-ColorError-40-0-
|
|
39
|
-
--triplex-next-ColorError-50-0-
|
|
40
|
-
--triplex-next-ColorError-60-0-
|
|
41
|
-
--triplex-next-ColorError-70-0-
|
|
42
|
-
--triplex-next-ColorError-80-0-
|
|
43
|
-
--triplex-next-ColorError-90-0-
|
|
44
|
-
--triplex-next-ColorError-100-0-
|
|
45
|
-
--triplex-next-ColorInfo-0-0-
|
|
46
|
-
--triplex-next-ColorInfo-10-0-
|
|
47
|
-
--triplex-next-ColorInfo-20-0-
|
|
48
|
-
--triplex-next-ColorInfo-30-0-
|
|
49
|
-
--triplex-next-ColorInfo-40-0-
|
|
50
|
-
--triplex-next-ColorInfo-50-0-
|
|
51
|
-
--triplex-next-ColorInfo-60-0-
|
|
52
|
-
--triplex-next-ColorInfo-70-0-
|
|
53
|
-
--triplex-next-ColorInfo-80-0-
|
|
54
|
-
--triplex-next-ColorInfo-90-0-
|
|
55
|
-
--triplex-next-ColorInfo-100-0-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-0-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-0-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-0-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-0-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-0-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-0-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-0-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-0-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-0-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-0-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-0-
|
|
67
|
-
--triplex-next-ColorNeutral-0-0-
|
|
68
|
-
--triplex-next-ColorNeutral-10-0-
|
|
69
|
-
--triplex-next-ColorNeutral-20-0-
|
|
70
|
-
--triplex-next-ColorNeutral-30-0-
|
|
71
|
-
--triplex-next-ColorNeutral-40-0-
|
|
72
|
-
--triplex-next-ColorNeutral-50-0-
|
|
73
|
-
--triplex-next-ColorNeutral-60-0-
|
|
74
|
-
--triplex-next-ColorNeutral-70-0-
|
|
75
|
-
--triplex-next-ColorNeutral-80-0-
|
|
76
|
-
--triplex-next-ColorNeutral-90-0-
|
|
77
|
-
--triplex-next-ColorNeutral-100-0-
|
|
78
|
-
--triplex-next-ColorSuccess-0-0-
|
|
79
|
-
--triplex-next-ColorSuccess-10-0-
|
|
80
|
-
--triplex-next-ColorSuccess-20-0-
|
|
81
|
-
--triplex-next-ColorSuccess-30-0-
|
|
82
|
-
--triplex-next-ColorSuccess-40-0-
|
|
83
|
-
--triplex-next-ColorSuccess-50-0-
|
|
84
|
-
--triplex-next-ColorSuccess-60-0-
|
|
85
|
-
--triplex-next-ColorSuccess-70-0-
|
|
86
|
-
--triplex-next-ColorSuccess-80-0-
|
|
87
|
-
--triplex-next-ColorSuccess-90-0-
|
|
88
|
-
--triplex-next-ColorSuccess-100-0-
|
|
89
|
-
--triplex-next-ColorSystem-0-0-
|
|
90
|
-
--triplex-next-ColorSystem-10-0-
|
|
91
|
-
--triplex-next-ColorSystem-20-0-
|
|
92
|
-
--triplex-next-ColorSystem-30-0-
|
|
93
|
-
--triplex-next-ColorSystem-40-0-
|
|
94
|
-
--triplex-next-ColorSystem-50-0-
|
|
95
|
-
--triplex-next-ColorSystem-60-0-
|
|
96
|
-
--triplex-next-ColorSystem-70-0-
|
|
97
|
-
--triplex-next-ColorSystem-80-0-
|
|
98
|
-
--triplex-next-ColorSystem-90-0-
|
|
99
|
-
--triplex-next-ColorSystem-100-0-
|
|
100
|
-
--triplex-next-ColorWarning-0-0-
|
|
101
|
-
--triplex-next-ColorWarning-10-0-
|
|
102
|
-
--triplex-next-ColorWarning-20-0-
|
|
103
|
-
--triplex-next-ColorWarning-30-0-
|
|
104
|
-
--triplex-next-ColorWarning-40-0-
|
|
105
|
-
--triplex-next-ColorWarning-50-0-
|
|
106
|
-
--triplex-next-ColorWarning-60-0-
|
|
107
|
-
--triplex-next-ColorWarning-70-0-
|
|
108
|
-
--triplex-next-ColorWarning-80-0-
|
|
109
|
-
--triplex-next-ColorWarning-90-0-
|
|
110
|
-
--triplex-next-ColorWarning-100-0-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-0-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-0-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-0-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-0-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-0-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-0-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-0-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-0-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-0-
|
|
120
|
-
--triplex-next-
|
|
121
|
-
--triplex-next-Button-
|
|
122
|
-
--triplex-next-Button-
|
|
123
|
-
--triplex-next-Button-
|
|
124
|
-
--triplex-next-Button-
|
|
125
|
-
--triplex-next-Button-
|
|
126
|
-
--triplex-next-Button-
|
|
127
|
-
--triplex-next-Button-
|
|
128
|
-
--triplex-next-Button-
|
|
129
|
-
--triplex-next-Button-
|
|
130
|
-
--triplex-next-Button-
|
|
131
|
-
--triplex-next-Button-
|
|
132
|
-
--triplex-next-Button-
|
|
133
|
-
--triplex-next-Button-
|
|
134
|
-
--triplex-next-Button-
|
|
135
|
-
--triplex-next-Button-
|
|
136
|
-
--triplex-next-Button-
|
|
137
|
-
--triplex-next-Button-
|
|
138
|
-
--triplex-next-Button-
|
|
139
|
-
--triplex-next-Button-
|
|
140
|
-
--triplex-next-Button-
|
|
141
|
-
--triplex-next-Button-
|
|
142
|
-
--triplex-next-Button-
|
|
143
|
-
--triplex-next-Button-
|
|
144
|
-
--triplex-next-Button-
|
|
145
|
-
--triplex-next-Button-
|
|
146
|
-
--triplex-next-Button-
|
|
147
|
-
--triplex-next-Button-
|
|
148
|
-
--triplex-next-Button-
|
|
149
|
-
--triplex-next-Button-
|
|
150
|
-
--triplex-next-Button-
|
|
151
|
-
--triplex-next-Button-
|
|
152
|
-
--triplex-next-Button-
|
|
153
|
-
--triplex-next-Button-
|
|
154
|
-
--triplex-next-Button-
|
|
155
|
-
--triplex-next-Button-
|
|
156
|
-
--triplex-next-Button-
|
|
157
|
-
--triplex-next-Button-
|
|
158
|
-
--triplex-next-Button-
|
|
159
|
-
--triplex-next-Button-
|
|
160
|
-
--triplex-next-Button-
|
|
161
|
-
--triplex-next-Button-
|
|
162
|
-
--triplex-next-
|
|
163
|
-
--triplex-next-Calendar-
|
|
164
|
-
--triplex-next-Calendar-
|
|
165
|
-
--triplex-next-Calendar-
|
|
166
|
-
--triplex-next-Calendar-
|
|
167
|
-
--triplex-next-Calendar-
|
|
168
|
-
--triplex-next-Calendar-
|
|
169
|
-
--triplex-next-Calendar-
|
|
170
|
-
--triplex-next-Calendar-
|
|
171
|
-
--triplex-next-Calendar-
|
|
172
|
-
--triplex-next-Calendar-
|
|
173
|
-
--triplex-next-Calendar-
|
|
174
|
-
--triplex-next-Calendar-
|
|
175
|
-
--triplex-next-Calendar-
|
|
176
|
-
--triplex-next-Calendar-
|
|
177
|
-
--triplex-next-Calendar-
|
|
178
|
-
--triplex-next-Calendar-
|
|
179
|
-
--triplex-next-Calendar-
|
|
180
|
-
--triplex-next-Calendar-
|
|
181
|
-
--triplex-next-Calendar-
|
|
182
|
-
--triplex-next-Calendar-
|
|
183
|
-
--triplex-next-Calendar-
|
|
184
|
-
--triplex-next-Calendar-
|
|
185
|
-
--triplex-next-Calendar-
|
|
186
|
-
--triplex-next-Calendar-
|
|
187
|
-
--triplex-next-Calendar-
|
|
188
|
-
--triplex-next-Calendar-
|
|
189
|
-
--triplex-next-Calendar-
|
|
190
|
-
--triplex-next-Calendar-
|
|
191
|
-
--triplex-next-
|
|
192
|
-
--triplex-next-Card-
|
|
193
|
-
--triplex-next-Card-
|
|
194
|
-
--triplex-next-Card-
|
|
195
|
-
--triplex-next-Card-
|
|
196
|
-
--triplex-next-Card-
|
|
197
|
-
--triplex-next-Card-
|
|
198
|
-
--triplex-next-Card-
|
|
199
|
-
--triplex-next-Card-
|
|
200
|
-
--triplex-next-Card-
|
|
201
|
-
--triplex-next-Card-
|
|
202
|
-
--triplex-next-Card-
|
|
203
|
-
--triplex-next-Card-
|
|
204
|
-
--triplex-next-Card-
|
|
205
|
-
--triplex-next-Card-
|
|
206
|
-
--triplex-next-
|
|
207
|
-
--triplex-next-Checkbox-
|
|
208
|
-
--triplex-next-Checkbox-
|
|
209
|
-
--triplex-next-Checkbox-
|
|
210
|
-
--triplex-next-Checkbox-
|
|
211
|
-
--triplex-next-Checkbox-
|
|
212
|
-
--triplex-next-Checkbox-
|
|
213
|
-
--triplex-next-Checkbox-
|
|
214
|
-
--triplex-next-Checkbox-
|
|
215
|
-
--triplex-next-Checkbox-
|
|
216
|
-
--triplex-next-Checkbox-
|
|
217
|
-
--triplex-next-Checkbox-
|
|
218
|
-
--triplex-next-Checkbox-
|
|
219
|
-
--triplex-next-Checkbox-
|
|
220
|
-
--triplex-next-
|
|
221
|
-
--triplex-next-Chip-
|
|
222
|
-
--triplex-next-Chip-
|
|
223
|
-
--triplex-next-Chip-
|
|
224
|
-
--triplex-next-Chip-
|
|
225
|
-
--triplex-next-Chip-
|
|
226
|
-
--triplex-next-Chip-
|
|
227
|
-
--triplex-next-Chip-
|
|
228
|
-
--triplex-next-Chip-
|
|
229
|
-
--triplex-next-Chip-
|
|
230
|
-
--triplex-next-Chip-
|
|
231
|
-
--triplex-next-Chip-
|
|
232
|
-
--triplex-next-Chip-
|
|
233
|
-
--triplex-next-Chip-
|
|
234
|
-
--triplex-next-Chip-
|
|
235
|
-
--triplex-next-Chip-
|
|
236
|
-
--triplex-next-Chip-
|
|
237
|
-
--triplex-next-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-Dropdown-
|
|
240
|
-
--triplex-next-
|
|
241
|
-
--triplex-next-DropdownList-
|
|
242
|
-
--triplex-next-DropdownList-
|
|
243
|
-
--triplex-next-DropdownList-
|
|
244
|
-
--triplex-next-
|
|
245
|
-
--triplex-next-DropdownMobile-
|
|
246
|
-
--triplex-next-DropdownMobile-
|
|
247
|
-
--triplex-next-DropdownMobile-
|
|
248
|
-
--triplex-next-DropdownMobile-
|
|
249
|
-
--triplex-next-
|
|
250
|
-
--triplex-next-DropdownMobileList-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-FormField-
|
|
254
|
-
--triplex-next-FormField-
|
|
255
|
-
--triplex-next-FormField-
|
|
256
|
-
--triplex-next-FormField-
|
|
257
|
-
--triplex-next-FormField-
|
|
258
|
-
--triplex-next-FormField-
|
|
259
|
-
--triplex-next-FormField-
|
|
260
|
-
--triplex-next-FormField-
|
|
261
|
-
--triplex-next-FormField-
|
|
262
|
-
--triplex-next-FormField-
|
|
263
|
-
--triplex-next-FormField-
|
|
264
|
-
--triplex-next-FormField-
|
|
265
|
-
--triplex-next-FormField-
|
|
266
|
-
--triplex-next-FormField-
|
|
267
|
-
--triplex-next-FormField-
|
|
268
|
-
--triplex-next-FormField-
|
|
269
|
-
--triplex-next-FormField-
|
|
270
|
-
--triplex-next-FormField-
|
|
271
|
-
--triplex-next-FormField-
|
|
272
|
-
--triplex-next-
|
|
273
|
-
--triplex-next-
|
|
274
|
-
--triplex-next-Island-
|
|
275
|
-
--triplex-next-Island-
|
|
276
|
-
--triplex-next-Island-
|
|
277
|
-
--triplex-next-Island-
|
|
278
|
-
--triplex-next-Island-
|
|
279
|
-
--triplex-next-
|
|
280
|
-
--triplex-next-IslandAccordion-
|
|
281
|
-
--triplex-next-IslandAccordion-
|
|
282
|
-
--triplex-next-IslandAccordion-
|
|
283
|
-
--triplex-next-
|
|
284
|
-
--triplex-next-IslandWidget-
|
|
285
|
-
--triplex-next-
|
|
286
|
-
--triplex-next-LightBox-
|
|
287
|
-
--triplex-next-
|
|
288
|
-
--triplex-next-Link-
|
|
289
|
-
--triplex-next-Link-
|
|
290
|
-
--triplex-next-Link-
|
|
291
|
-
--triplex-next-
|
|
292
|
-
--triplex-next-ListItem-
|
|
293
|
-
--triplex-next-ListItem-
|
|
294
|
-
--triplex-next-ListItem-
|
|
295
|
-
--triplex-next-
|
|
296
|
-
--triplex-next-ListItemControlsButton-
|
|
297
|
-
--triplex-next-ListItemControlsButton-
|
|
298
|
-
--triplex-next-ListItemControlsButton-
|
|
299
|
-
--triplex-next-ListItemControlsButton-
|
|
300
|
-
--triplex-next-ListItemControlsButton-
|
|
301
|
-
--triplex-next-
|
|
302
|
-
--triplex-next-ListMaster-
|
|
303
|
-
--triplex-next-ListMaster-
|
|
304
|
-
--triplex-next-ListMaster-
|
|
305
|
-
--triplex-next-ListMaster-
|
|
306
|
-
--triplex-next-
|
|
307
|
-
--triplex-next-Loader-
|
|
308
|
-
--triplex-next-Loader-
|
|
309
|
-
--triplex-next-
|
|
310
|
-
--triplex-next-LoaderScreen-
|
|
311
|
-
--triplex-next-LoaderScreen-
|
|
312
|
-
--triplex-next-
|
|
313
|
-
--triplex-next-Marker-
|
|
314
|
-
--triplex-next-Marker-
|
|
315
|
-
--triplex-next-Marker-
|
|
316
|
-
--triplex-next-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-ModalWindow-
|
|
319
|
-
--triplex-next-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-Notification-
|
|
322
|
-
--triplex-next-Notification-
|
|
323
|
-
--triplex-next-Notification-
|
|
324
|
-
--triplex-next-
|
|
325
|
-
--triplex-next-Overlay-
|
|
326
|
-
--triplex-next-
|
|
327
|
-
--triplex-next-Pagination-
|
|
328
|
-
--triplex-next-Pagination-
|
|
329
|
-
--triplex-next-Pagination-
|
|
330
|
-
--triplex-next-Pagination-
|
|
331
|
-
--triplex-next-
|
|
332
|
-
--triplex-next-Radio-
|
|
333
|
-
--triplex-next-Radio-
|
|
334
|
-
--triplex-next-Radio-
|
|
335
|
-
--triplex-next-Radio-
|
|
336
|
-
--triplex-next-Radio-
|
|
337
|
-
--triplex-next-Radio-
|
|
338
|
-
--triplex-next-Radio-
|
|
339
|
-
--triplex-next-Radio-
|
|
340
|
-
--triplex-next-Radio-
|
|
341
|
-
--triplex-next-Radio-
|
|
342
|
-
--triplex-next-Radio-
|
|
343
|
-
--triplex-next-Radio-
|
|
344
|
-
--triplex-next-
|
|
345
|
-
--triplex-next-SegmentedControl-
|
|
346
|
-
--triplex-next-SegmentedControl-
|
|
347
|
-
--triplex-next-SegmentedControl-
|
|
348
|
-
--triplex-next-
|
|
349
|
-
--triplex-next-SegmentedControlSegment-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-
|
|
398
|
-
--triplex-next-
|
|
399
|
-
--triplex-next-Skeleton-
|
|
400
|
-
--triplex-next-Skeleton-
|
|
401
|
-
--triplex-next-Skeleton-
|
|
402
|
-
--triplex-next-
|
|
403
|
-
--triplex-next-SmallInput-
|
|
404
|
-
--triplex-next-SmallInput-
|
|
405
|
-
--triplex-next-SmallInput-
|
|
406
|
-
--triplex-next-
|
|
407
|
-
--triplex-next-SMSField-
|
|
408
|
-
--triplex-next-SMSField-
|
|
409
|
-
--triplex-next-SMSField-
|
|
410
|
-
--triplex-next-SMSField-
|
|
411
|
-
--triplex-next-SMSField-
|
|
412
|
-
--triplex-next-
|
|
413
|
-
--triplex-next-Slider-
|
|
414
|
-
--triplex-next-Slider-
|
|
415
|
-
--triplex-next-Slider-
|
|
416
|
-
--triplex-next-Slider-
|
|
417
|
-
--triplex-next-Slider-
|
|
418
|
-
--triplex-next-Slider-
|
|
419
|
-
--triplex-next-Slider-
|
|
420
|
-
--triplex-next-Slider-
|
|
421
|
-
--triplex-next-Slider-
|
|
422
|
-
--triplex-next-Slider-
|
|
423
|
-
--triplex-next-Slider-
|
|
424
|
-
--triplex-next-Slider-
|
|
425
|
-
--triplex-next-Slider-
|
|
426
|
-
--triplex-next-Slider-
|
|
427
|
-
--triplex-next-Slider-
|
|
428
|
-
--triplex-next-Slider-
|
|
429
|
-
--triplex-next-
|
|
430
|
-
--triplex-next-StatusTracker-
|
|
431
|
-
--triplex-next-StatusTracker-
|
|
432
|
-
--triplex-next-StatusTracker-
|
|
433
|
-
--triplex-next-StatusTracker-
|
|
434
|
-
--triplex-next-StatusTracker-
|
|
435
|
-
--triplex-next-StatusTracker-
|
|
436
|
-
--triplex-next-StatusTracker-
|
|
437
|
-
--triplex-next-StatusTracker-
|
|
438
|
-
--triplex-next-
|
|
439
|
-
--triplex-next-Step-
|
|
440
|
-
--triplex-next-Step-
|
|
441
|
-
--triplex-next-Step-
|
|
442
|
-
--triplex-next-Step-
|
|
443
|
-
--triplex-next-Step-
|
|
444
|
-
--triplex-next-Step-
|
|
445
|
-
--triplex-next-Step-
|
|
446
|
-
--triplex-next-Step-
|
|
447
|
-
--triplex-next-Step-
|
|
448
|
-
--triplex-next-Step-
|
|
449
|
-
--triplex-next-Step-
|
|
450
|
-
--triplex-next-
|
|
451
|
-
--triplex-next-Stepper-
|
|
452
|
-
--triplex-next-Stepper-
|
|
453
|
-
--triplex-next-Stepper-
|
|
454
|
-
--triplex-next-Stepper-
|
|
455
|
-
--triplex-next-Stepper-
|
|
456
|
-
--triplex-next-Stepper-
|
|
457
|
-
--triplex-next-Stepper-
|
|
458
|
-
--triplex-next-Stepper-
|
|
459
|
-
--triplex-next-Stepper-
|
|
460
|
-
--triplex-next-Stepper-
|
|
461
|
-
--triplex-next-Stepper-
|
|
462
|
-
--triplex-next-Stepper-
|
|
463
|
-
--triplex-next-Stepper-
|
|
464
|
-
--triplex-next-Stepper-
|
|
465
|
-
--triplex-next-Stepper-
|
|
466
|
-
--triplex-next-Stepper-
|
|
467
|
-
--triplex-next-Stepper-
|
|
468
|
-
--triplex-next-Stepper-
|
|
469
|
-
--triplex-next-
|
|
470
|
-
--triplex-next-TableBasic-
|
|
471
|
-
--triplex-next-TableBasic-
|
|
472
|
-
--triplex-next-TableBasic-
|
|
473
|
-
--triplex-next-TableBasic-
|
|
474
|
-
--triplex-next-TableBasic-
|
|
475
|
-
--triplex-next-TableBasic-
|
|
476
|
-
--triplex-next-TableBasic-
|
|
477
|
-
--triplex-next-TableBasic-
|
|
478
|
-
--triplex-next-TableBasic-
|
|
479
|
-
--triplex-next-
|
|
480
|
-
--triplex-next-Tabs-
|
|
481
|
-
--triplex-next-Tabs-
|
|
482
|
-
--triplex-next-Tabs-
|
|
483
|
-
--triplex-next-Tabs-
|
|
484
|
-
--triplex-next-Tabs-
|
|
485
|
-
--triplex-next-Tabs-
|
|
486
|
-
--triplex-next-Tabs-
|
|
487
|
-
--triplex-next-Tabs-
|
|
488
|
-
--triplex-next-Tabs-
|
|
489
|
-
--triplex-next-Tabs-
|
|
490
|
-
--triplex-next-Tabs-
|
|
491
|
-
--triplex-next-Tabs-
|
|
492
|
-
--triplex-next-Tabs-
|
|
493
|
-
--triplex-next-Tabs-
|
|
494
|
-
--triplex-next-Tabs-
|
|
495
|
-
--triplex-next-
|
|
496
|
-
--triplex-next-
|
|
497
|
-
--triplex-next-TagColor-
|
|
498
|
-
--triplex-next-TagColor-
|
|
499
|
-
--triplex-next-TagColor-
|
|
500
|
-
--triplex-next-TagColor-
|
|
501
|
-
--triplex-next-TagColor-
|
|
502
|
-
--triplex-next-
|
|
503
|
-
--triplex-next-TabsLine-
|
|
504
|
-
--triplex-next-TabsLine-
|
|
505
|
-
--triplex-next-TabsLine-
|
|
506
|
-
--triplex-next-
|
|
507
|
-
--triplex-next-Tooltip-
|
|
508
|
-
--triplex-next-Tooltip-
|
|
509
|
-
--triplex-next-Tooltip-
|
|
510
|
-
--triplex-next-Tooltip-
|
|
511
|
-
--triplex-next-Tooltip-
|
|
512
|
-
--triplex-next-Tooltip-
|
|
513
|
-
--triplex-next-Tooltip-
|
|
514
|
-
--triplex-next-Tooltip-
|
|
515
|
-
--triplex-next-Tooltip-
|
|
516
|
-
--triplex-next-
|
|
517
|
-
--triplex-next-
|
|
518
|
-
--triplex-next-Typography-
|
|
519
|
-
--triplex-next-Typography-
|
|
520
|
-
--triplex-next-Typography-
|
|
521
|
-
--triplex-next-Typography-
|
|
522
|
-
--triplex-next-Typography-
|
|
523
|
-
--triplex-next-Typography-
|
|
524
|
-
--triplex-next-Typography-
|
|
525
|
-
--triplex-next-Typography-
|
|
526
|
-
--triplex-next-Typography-
|
|
527
|
-
--triplex-next-Typography-
|
|
528
|
-
--triplex-next-
|
|
529
|
-
--triplex-next-UploadZone-
|
|
530
|
-
--triplex-next-UploadZone-
|
|
531
|
-
--triplex-next-UploadZone-
|
|
532
|
-
--triplex-next-UploadZone-
|
|
533
|
-
.underline__3eaa84b6{text-decoration:underline}.strikethrough__acf11a8f{text-decoration:line-through}.underlineStrikethrough__9f206fe0{text-decoration:underline line-through}.typography__d0164554.primary__f887b5bc{color:var(--triplex-next-Typography-Primary_Color-0-12-0)}.typography__d0164554.complementary__c35f5e58{color:var(--triplex-next-Typography-Complementary_Color-0-12-0)}.typography__d0164554.secondary__12243a39{color:var(--triplex-next-Typography-Secondary_Color-0-12-0)}.typography__d0164554.tertiary__bb23f9cb{color:var(--triplex-next-Typography-Tertiary_Color-0-12-0)}.typography__d0164554.disabled__44dc14a1{color:var(--triplex-next-Typography-Disabled_Color-0-12-0)}.typography__d0164554.brand__5a013bbf{color:var(--triplex-next-Typography-Brand_Color-0-12-0);-webkit-user-select:none;user-select:none}.typography__d0164554.info__fe04284e{color:var(--triplex-next-Typography-Info_Color-0-12-0)}.typography__d0164554.success__e9c36174{color:var(--triplex-next-Typography-Success_Color-0-12-0)}.typography__d0164554.error__40c724e6{color:var(--triplex-next-Typography-Error_Color-0-12-0)}.typography__d0164554.warning__2c04012f{color:var(--triplex-next-Typography-Warning_Color-0-12-0)}.typography__d0164554.system__d7697530{color:var(--triplex-next-Typography-System_Color-0-12-0)}.typography__d0164554.compact__3a2459ba{line-height:calc(16 / 14)}.title__f816cc43{outline:none}.title__f816cc43.regular__df86fbd0{font-family:SBSansDisplay}.title__f816cc43.semibold__fbfbc3cf{font-family:SBSansDisplaySemibold}.title__f816cc43.medium__1e834f01{font-family:SBSansDisplayMedium}.title__f816cc43.bold__25a940f3{font-family:SBSansDisplayBold}.h1__5a9bf744,.h2__e526283b,.h3__948c7fe8{margin:0}.h1__5a9bf744{font-size:28px;line-height:36px}.h2__e526283b{font-size:24px;line-height:32px}.h3__948c7fe8{font-size:20px;line-height:28px}.text__6051f740{outline:none}.text__6051f740.regular__df86fbd0{font-family:SBSansText}.text__6051f740.semibold__fbfbc3cf{font-family:SBSansTextSemibold}.b1__67408cae{font-size:18px;line-height:24px}.b2__7c75d976{font-size:16px;line-height:20px}.b3__17b3ce5d{font-size:14px;line-height:20px}.b3__17b3ce5d.compact__3a2459ba{line-height:16px}.b4__b07d2f40{font-size:12px;line-height:16px}.caption__94a66924.regular__df86fbd0{font-family:SBSansText}.caption__94a66924.semibold__fbfbc3cf{font-family:SBSansTextSemibold}.c1__3083bc8b{font-size:10px;line-height:12px}.c2__46046cac{font-size:8px;line-height:10px}.d1__6241c5c1{font-size:32px;line-height:40px}.d1__6241c5c1.regular__df86fbd0{font-family:SBSansDisplay}.d1__6241c5c1.semibold__fbfbc3cf{font-family:SBSansDisplaySemibold}.formFieldInput__dbafec84{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-12-0)}.formFieldInput__dbafec84:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-12-0)}.formFieldInput__dbafec84::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-12-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__dbafec84:focus{outline:none}.formFieldInput__dbafec84:focus::placeholder{opacity:1}.formFieldInput__dbafec84:-webkit-autofill{animation-name:autofill-applied-hook__28f078e4;animation-duration:1ms}.formFieldInput__dbafec84:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__1e635508;animation-duration:1ms}.formFieldInput__dbafec84.sm__24dd80b9{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__dbafec84.md__2ace59a8{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__dbafec84.lg__afb4cda7{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__28f078e4{0%{transform:none}}@keyframes autofill-cancelled-hook__1e635508{0%{transform:none}}.formField__ffa2fb5c{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-12-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__ffa2fb5c:hover{background:var(--triplex-next-FormField-Background_Hover-0-12-0)}.formField__ffa2fb5c.disabled__9d8bbe79{background:var(--triplex-next-FormField-Background_Disabled-0-12-0)}.formField__ffa2fb5c.active__7219c638{background:var(--triplex-next-FormField-Background_Active-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-12-0)}.formField__ffa2fb5c.active__7219c638::placeholder{opacity:1}.formField__ffa2fb5c.error__6f2eb46a{background:var(--triplex-next-FormField-Background_Error-0-12-0)}.formField__ffa2fb5c.error__6f2eb46a:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-12-0)}.formField__ffa2fb5c.error__6f2eb46a.active__7219c638{background:var(--triplex-next-FormField-Background_Error-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-12-0)}.formField__ffa2fb5c.warning__db655c9c{background:var(--triplex-next-FormField-Background_Warning-0-12-0)}.formField__ffa2fb5c.warning__db655c9c:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-12-0)}.formField__ffa2fb5c.warning__db655c9c.active__7219c638{background:var(--triplex-next-FormField-Background_Warning-0-12-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-12-0)}.formField__ffa2fb5c.size-sm__76001a4c{border-radius:6px}.formField__ffa2fb5c.size-md__3d3e3831{border-radius:8px}.formField__ffa2fb5c.size-lg__06136412{border-radius:10px}.formFieldDescription__61eaa999{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__61eaa999.withCounter__5549626a{display:flex;justify-content:space-between}.formFieldLabel__983e3f9d{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__983e3f9d.size-sm__76001a4c{top:6px}.formFieldLabel__983e3f9d.size-md__3d3e3831{top:10px}.formFieldLabel__983e3f9d.size-lg__06136412{top:18px}.formFieldLabel__983e3f9d.size-lg__06136412.floating__f65e9f37{top:10px}.formFieldLabelText__c94d9341{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-12-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__76001a4c .formFieldLabelText__c94d9341{font-size:12px;line-height:16px}.size-md__3d3e3831 .formFieldLabelText__c94d9341{font-size:14px;line-height:20px}.size-lg__06136412 .formFieldLabelText__c94d9341{font-size:16px;line-height:20px}.floating__f65e9f37 .formFieldLabelText__c94d9341{font-size:12px;line-height:16px}.floating__f65e9f37.size-sm__76001a4c .formFieldLabelText__c94d9341,.floating__f65e9f37.size-md__3d3e3831 .formFieldLabelText__c94d9341{display:none}.disabled__9d8bbe79 .formFieldLabelText__c94d9341{color:var(--triplex-next-FormField-Label_Color_Disabled-0-12-0)}.formFieldPostfix__d3c1837f{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__9a6ec864{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__67a4d692{padding-left:4px}.formFieldMaskedInputWrapper__4fd4b4e8{position:relative}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInputPlaceholder__1f33d2b7{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInputPlaceholder__1f33d2b7::placeholder{opacity:1}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInputPlaceholder__1f33d2b7:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4fd4b4e8.size-sm__76001a4c{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4fd4b4e8.size-sm__76001a4c .formFieldMaskedInputPlaceholder__1f33d2b7{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4fd4b4e8.size-md__3d3e3831{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8.size-md__3d3e3831 .formFieldMaskedInputPlaceholder__1f33d2b7{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8.size-lg__06136412{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8.size-lg__06136412 .formFieldMaskedInputPlaceholder__1f33d2b7{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4fd4b4e8 .formFieldMaskedInput__589829f2{display:block;position:relative;background:none!important}.dropdownDesktop__2f3fbffc{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-12-0);background-color:var(--triplex-next-Dropdown-Background-0-12-0)}.dropdownDesktop-sm__d819391c{border-radius:6px}.dropdownDesktop-md__634d8e1a{border-radius:8px}.dropdownDesktop-lg__a054bed2{border-radius:10px}.dropdownDesktopOverflowHidden__baedb06c{overflow:hidden}.dropdownMobileWrapper__445dbcf0{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__d8f0a848{background:var(--triplex-next-DropdownMobile-Backdrop-0-12-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__d8f0a848.closing__320dc8eb{opacity:0}.dropdownMobileBackdrop__d8f0a848.opening__32b423f4,.dropdownMobileBackdrop__d8f0a848.opened__ec0b7635{opacity:var(--triplex-DropdownMobile-Opacity-0-12-0)}.dropdownMobile__a9cd3359{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__a9cd3359.closing__320dc8eb{transform:translateY(100%)}.dropdownMobile__a9cd3359.opening__32b423f4,.dropdownMobile__a9cd3359.opened__ec0b7635{transform:translateY(0)}.dropdownMobileHeader__49ea765d{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-12-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__49ea765d .dropdownMobileHeaderContent__c0c94864{margin-right:28px;min-height:20px}.dropdownMobileContent__57dd8f8b{background:var(--triplex-next-DropdownMobile-Content_Background-0-12-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__7df66776{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-12-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-12-0);flex-shrink:1}.dropdownMobileListItem__717e0916{padding:16px}.dropdownMobileListItem__717e0916.selected__422710ef{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-12-0)}.dropdownMobileListItem__717e0916:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-12-0)}.dropdownMobileListLoader__afdaf379{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c8b97966{overflow:hidden}.controlButtons__7a9f01a2{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__e537b6a7{margin-right:8px}.notificationIcon__47daabaa{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__313fff2f{padding:4px;overflow:auto}.dropdownDesktopList__313fff2f.sm__480a1dca{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__313fff2f.sm__480a1dca .dropdownDesktopListItem__8c21cfe9{padding:6px 8px;border-radius:6px}.dropdownDesktopList__313fff2f.sm__480a1dca .dropdownDesktopListLoader__42fc37d5{margin:0 auto}.dropdownDesktopList__313fff2f.md__0387f0bb{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__313fff2f.md__0387f0bb .dropdownDesktopListItem__8c21cfe9{padding:7px 8px;border-radius:8px}.dropdownDesktopList__313fff2f.md__0387f0bb .dropdownDesktopListLoader__42fc37d5{margin:-2px auto}.dropdownDesktopList__313fff2f.lg__24ffacdd{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__313fff2f.lg__24ffacdd .dropdownDesktopListItem__8c21cfe9{padding:14px 8px;border-radius:10px}.dropdownDesktopList__313fff2f.lg__24ffacdd .dropdownDesktopListLoader__42fc37d5{margin:-6px auto}.dropdownDesktopListItem__8c21cfe9{color:var(--triplex-next-DropdownList-Color-0-12-0);background:var(--triplex-next-DropdownList-Background_Default-0-12-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__8c21cfe9+.dropdownDesktopListItem__8c21cfe9{margin-top:2px}.dropdownDesktopListItem__8c21cfe9.active__e4cfd833{background:var(--triplex-next-DropdownList-Background_Active-0-12-0);cursor:pointer}.dropdownDesktopListItem__8c21cfe9.selected__422710ef{background:var(--triplex-next-DropdownList-Background_Selected-0-12-0);cursor:default}.notificationIcon__31d4b795{position:absolute;right:4px;top:4px}.loaderSmall__540e7d5f{display:flex;justify-content:center;align-items:center}.loaderSmall__540e7d5f.sm__0994dd41{width:16px;height:16px;gap:2px}.loaderSmall__540e7d5f.sm__0994dd41 .dot__53f95f16{width:4px;height:4px}.loaderSmall__540e7d5f.md__cc5bab19{width:24px;height:24px;gap:3px}.loaderSmall__540e7d5f.md__cc5bab19 .dot__53f95f16{width:6px;height:6px}.loaderSmall__540e7d5f.lg__46f105b1{width:32px;height:32px;gap:4px}.loaderSmall__540e7d5f.lg__46f105b1 .dot__53f95f16{width:8px;height:8px}.loaderSmall__540e7d5f.neutral__2be35dec .dot__53f95f16{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-12-0)}.loaderSmall__540e7d5f.brand__3ee6bc7a .dot__53f95f16{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-12-0)}.loaderSmall__540e7d5f .dot__53f95f16{border-radius:50%}.loaderSmall__540e7d5f .dot1__3708ecff{animation:dotCycleSmall__a8c1ecd7 .9s infinite}.loaderSmall__540e7d5f .dot2__21e75b13{animation:dotCycleSmall__a8c1ecd7 .9s infinite .15s}.loaderSmall__540e7d5f .dot3__c1bff0c8{animation:dotCycleSmall__a8c1ecd7 .9s infinite .3s}@keyframes dotCycleSmall__a8c1ecd7{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__cd99aaff{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-12-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__8eaccaad{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__8eaccaad .dot__53f95f16{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-12-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__8eaccaad .dot1__3708ecff{top:0;left:0;animation:dotCycleMiddle__20dde666 3s infinite}.loaderMiddleDots__8eaccaad .dot2__21e75b13{right:0;top:0;opacity:.7;animation:dotCycleMiddle__20dde666 3s infinite .74s}.loaderMiddleDots__8eaccaad .dot3__c1bff0c8{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__20dde666 3s infinite 1.5s}.loaderMiddleDots__8eaccaad .dot4__149e6015{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__20dde666 3s infinite 2.25s}.loaderMiddleDots__8eaccaad .line__8ca49634{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-12-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__89890e30 3s infinite}@keyframes lineCycle__89890e30{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__20dde666{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__c7858dfd{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__c7858dfd:enabled{cursor:pointer}.buttonIcon__c7858dfd.circle__4d35ae56{border-radius:50%}.buttonIcon__c7858dfd.squircle__eb20aaf0{border-radius:4px}.buttonIcon__c7858dfd:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-12-0)}.dropdownMobileInput__6e59fbd7{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-12-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__6e59fbd7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-12-0);opacity:1}.dropdownMobileInput__6e59fbd7::-ms-clear{display:none}.tabsLineWrapper__ca4e713e[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__ca4e713e[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__ca4e713e[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__ca4e713e[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__ca4e713e{position:relative}.tabsLineWrapper__ca4e713e.withSeparator__ad89e90f:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-12-0);bottom:0;left:0;right:0}.tabsLine__1795f496{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1795f496:has(.sm__84659292){height:28px}.tabsLine__1795f496:has(.md__bf34ced2){height:40px}.tabsLine__1795f496:has(.lg__246dec2b){height:56px}.tab__8dfd102c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__8dfd102c.sm__84659292{height:28px;padding-bottom:12px}.tab__8dfd102c.md__bf34ced2{height:40px;padding-top:8px;padding-bottom:12px}.tab__8dfd102c.lg__246dec2b{height:56px;padding-top:16px;padding-bottom:20px}.tab__8dfd102c::-moz-focus-inner{border:none;padding:0}.tab__8dfd102c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-12-0)}.tab__8dfd102c.active__3f490886{cursor:default}.tab__8dfd102c:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__8dfd102c:hover:after,.tab__8dfd102c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-12-0)}.tab__8dfd102c.active__3f490886:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-12-0)}.notificationIcon__7cc8b999{position:absolute;right:6px}.sm__84659292 .notificationIcon__7cc8b999{top:0}.md__bf34ced2 .notificationIcon__7cc8b999{top:8px}.lg__246dec2b .notificationIcon__7cc8b999{top:16px}.tabsLineDropdown__388b2fc4{display:inline-block}.tabsLineDropdown__388b2fc4 .dropdownTarget__14712547.active__3f490886{cursor:pointer}.tabsLineDropdown__388b2fc4 .dropdownTargetInner__599afd52{display:inline-flex;align-items:center}.tabsLineDropdown__388b2fc4 .dropdownTargetCaret__2bf1f631{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__388b2fc4 .dropdownTargetCaret__2bf1f631.opened__bac1218a{transform:rotate(-180deg)}.tabsLineDropdown__388b2fc4 .dropdown__988a9d0c{right:0;padding:4px}.tabsLineMobileWrapper__a56198c1{position:relative}.tabsLineMobileWrapper__a56198c1 .tab__8dfd102c{flex-shrink:0}.tabsLineMobileWrapper__a56198c1 .tab__8dfd102c:first-child{margin-left:16px}.tabsLineMobileWrapper__a56198c1 .tab__8dfd102c:last-child{margin-right:16px}.tabsLineMobile__aaaa46ea{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__aaaa46ea::-webkit-scrollbar{display:none}.label__13858340{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__13858340.sm__467394ac{min-width:16px;min-height:16px}.label__13858340.sm__467394ac.nonempty__7f13f767{padding-left:24px}.label__13858340.md__16830728{min-height:24px;min-width:24px}.label__13858340.md__16830728.nonempty__7f13f767{padding-left:32px;padding-top:2px}.label__13858340.lg__a118f10d{min-width:28px;min-height:28px}.label__13858340.lg__a118f10d.nonempty__7f13f767{padding-left:40px;padding-top:4px}.label__13858340.disabled__276311ba{cursor:default}.radio__428ff499{margin:0;opacity:0}.radioIcon__624fbea3{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-12-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-12-0)}.radioIcon__624fbea3:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-12-0);border-radius:50%;transform:scale(0)}.sm__467394ac .radioIcon__624fbea3:after{width:8px;height:8px;top:4px;left:4px}.md__16830728 .radioIcon__624fbea3:after{width:12px;height:12px;top:6px;left:6px}.lg__a118f10d .radioIcon__624fbea3:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__624fbea3,.radioIcon__624fbea3:after{pointer-events:none}.radio__428ff499,.radioIcon__624fbea3{position:absolute;left:0;top:0}.sm__467394ac .radio__428ff499,.sm__467394ac .radioIcon__624fbea3{width:16px;height:16px;top:2px}.md__16830728 .radio__428ff499,.md__16830728 .radioIcon__624fbea3{width:24px;height:24px}.lg__a118f10d .radio__428ff499,.lg__a118f10d .radioIcon__624fbea3{width:28px;height:28px}.radio__428ff499:enabled{cursor:pointer}.radio__428ff499:checked+.radioIcon__624fbea3{background:var(--triplex-next-Radio-Background_Checked_Default-0-12-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-12-0)}.radio__428ff499:checked+.radioIcon__624fbea3:after{transform:scale(1);transition:transform .2s ease-out}.radio__428ff499:hover+.radioIcon__624fbea3{background-color:var(--triplex-next-Radio-Background_Hover-0-12-0);box-shadow:none}.radio__428ff499:disabled+.radioIcon__624fbea3{background:var(--triplex-next-Radio-Background_Disabled-0-12-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-12-0)}.radio__428ff499:disabled:checked+.radioIcon__624fbea3{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-12-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-12-0)}.radio__428ff499:disabled+.radioIcon__624fbea3:after{background:var(--triplex-next-Radio-Dot_Disabled-0-12-0)}.radio__428ff499:focus-visible+.radioIcon__624fbea3{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-12-0)}.radio__428ff499:checked:enabled:hover+.radioIcon__624fbea3{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-12-0)}.radioXGroup__eb24814b{display:inline-flex;flex-flow:row wrap}.radioXGroup__eb24814b.indent-12__26c6cfad{margin-left:-6px;margin-right:-6px}.radioXGroup__eb24814b.indent-12__26c6cfad .label__13858340{margin-left:6px;margin-right:6px}.radioXGroup__eb24814b.indent-16__7aafee66{margin-left:-8px;margin-right:-8px}.radioXGroup__eb24814b.indent-16__7aafee66 .label__13858340{margin-left:8px;margin-right:8px}.radioXGroup__eb24814b.indent-20__e09106f0{margin-left:-10px;margin-right:-10px}.radioXGroup__eb24814b.indent-20__e09106f0 .label__13858340{margin-left:10px;margin-right:10px}.radioXGroup__eb24814b.indent-24__1b152aab{margin-left:-12px;margin-right:-12px}.radioXGroup__eb24814b.indent-24__1b152aab .label__13858340{margin-left:12px;margin-right:12px}.radioXGroup__eb24814b.indent-28__8a1fe326{margin-left:-14px;margin-right:-14px}.radioXGroup__eb24814b.indent-28__8a1fe326 .label__13858340{margin-left:14px;margin-right:14px}.radioXGroup__eb24814b.indent-32__714d713f{margin-left:-16px;margin-right:-16px}.radioXGroup__eb24814b.indent-32__714d713f .label__13858340{margin-left:16px;margin-right:16px}.radioYGroup__90e839f2{display:inline-flex;flex-flow:column wrap}.radioYGroup__90e839f2 .label__13858340.sm__467394ac+.label__13858340.sm__467394ac{margin-top:8px}.radioYGroup__90e839f2 .label__13858340.md__16830728+.label__13858340.md__16830728{margin-top:16px}.radioYGroup__90e839f2 .label__13858340.lg__a118f10d+.label__13858340.lg__a118f10d{margin-top:20px}.notification__96d1e272{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-12-0);background:var(--triplex-next-Notification-Background-0-12-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-12-0);z-index:300}.notification__96d1e272:first-child{margin-top:0}.notification__96d1e272.extraBottomPadding__67e45b32{padding-bottom:24px}.notification__96d1e272 .notificationHeader__3f0417dd{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-12-0);width:100%;margin-top:0;margin-bottom:8px}.notification__96d1e272 .notificationIcon__e6cb9b1e{line-height:0}.notification__96d1e272 .notificationBody__7252ea9f{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__96d1e272 .notificationBodyList__e06df1ce{margin-top:8px}.notification__96d1e272 .notificationBodyContent__8ee8a0c0{width:100%;font-size:14px}.notification__96d1e272 .notificationClose__3c00f99c{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__96d1e272.showCloseOnHover__394b8057 .notificationClose__3c00f99c{opacity:0}.notification__96d1e272.showCloseOnHover__394b8057:hover{cursor:pointer}.notification__96d1e272.showCloseOnHover__394b8057:hover .notificationClose__3c00f99c{opacity:1}.notification__96d1e272 .notificationFooter__4100e092{display:flex;align-items:center;margin-top:16px}.notification__96d1e272 .notificationFooter__4100e092 button+a{margin-left:16px}.notification__96d1e272 .notificationTime__22ae809c{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-12-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0c0244e8{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0c0244e8:hover{cursor:pointer}.notificationGroupedWrapper__0c0244e8 .notificationGroupedFooterItem__54a947c9{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-12-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-12-0)}.notificationGroupedWrapper__0c0244e8 .notificationGroupedFooterItem__54a947c9.first__1c00b325{bottom:-8px;z-index:200}.notificationGroupedWrapper__0c0244e8 .notificationGroupedFooterItem__54a947c9.second__31520841{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__96d1e272,.notificationGroupedWrapper__0c0244e8{width:100%}}.unorderedListItem__1b8e0854:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__1b8e0854+.unorderedListItem__1b8e0854{margin-top:8px}.unorderedList__9577905c{position:relative;margin:0;padding-left:14px;list-style:none}.button__aa6c1460.general__11bca21f{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-12-0);color:var(--triplex-next-Button-General_Color_Default-0-12-0)}.button__aa6c1460.general__11bca21f:hover{background:var(--triplex-next-Button-General_Background_Hover-0-12-0);color:var(--triplex-next-Button-General_Color_Hover-0-12-0)}.button__aa6c1460.general__11bca21f.expanded__addf5b8c,.button__aa6c1460.general__11bca21f:active{background:var(--triplex-next-Button-General_Background_Active-0-12-0);color:var(--triplex-next-Button-General_Color_Active-0-12-0)}.button__aa6c1460.general__11bca21f:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-12-0)}.button__aa6c1460.general__11bca21f:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-12-0);color:var(--triplex-next-Button-General_Color_Disabled-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4.expanded__addf5b8c,.button__aa6c1460.secondary__2ff6d7c4:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-12-0)}.button__aa6c1460.secondary__2ff6d7c4:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-12-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-12-0)}.button__aa6c1460.secondaryLight__943cb953{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-12-0)}.button__aa6c1460.secondaryLight__943cb953:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-12-0)}.button__aa6c1460.secondaryLight__943cb953.expanded__addf5b8c,.button__aa6c1460.secondaryLight__943cb953:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-12-0)}.button__aa6c1460.secondaryLight__943cb953:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-12-0)}.button__aa6c1460.secondaryLight__943cb953:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-12-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-12-0)}.button__aa6c1460.danger__d0074b6d{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-12-0);color:var(--triplex-next-Button-Danger_Color_Default-0-12-0)}.button__aa6c1460.danger__d0074b6d:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-12-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-12-0)}.button__aa6c1460.danger__d0074b6d.expanded__addf5b8c,.button__aa6c1460.danger__d0074b6d:active{background:var(--triplex-next-Button-Danger_Background_Active-0-12-0);color:var(--triplex-next-Button-Danger_Color_Active-0-12-0)}.button__aa6c1460.danger__d0074b6d:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-12-0)}.button__aa6c1460.danger__d0074b6d:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-12-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-12-0)}.button__aa6c1460.link__5397a407{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-12-0);padding:0}.button__aa6c1460.link__5397a407.sm__143e408e{height:28px;min-width:0px;padding:6px 2px}.button__aa6c1460.link__5397a407.md__fa0de1f1{height:40px;min-width:0px;padding:10px 2px}.button__aa6c1460.link__5397a407.lg__8622a7a7{height:56px;min-width:0px;padding:18px 2px}.button__aa6c1460.link__5397a407:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-12-0)}.button__aa6c1460.link__5397a407.expanded__addf5b8c,.button__aa6c1460.link__5397a407:active{color:var(--triplex-next-Button-Link_Color_Active-0-12-0)}.button__aa6c1460.link__5397a407:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-12-0)}.button__aa6c1460.link__5397a407:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-12-0)}.button__aa6c1460{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__aa6c1460::-moz-focus-inner{border:none;padding:0}.button__aa6c1460.sm__143e408e{line-height:16px;font-size:12px}.button__aa6c1460.sm__143e408e.general__11bca21f,.button__aa6c1460.sm__143e408e.secondary__2ff6d7c4,.button__aa6c1460.sm__143e408e.secondaryLight__943cb953,.button__aa6c1460.sm__143e408e.danger__d0074b6d{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__aa6c1460.sm__143e408e.icon__b747e3e8{min-height:28px;min-width:28px;padding:4px}.button__aa6c1460.md__fa0de1f1{line-height:20px;font-size:14px}.button__aa6c1460.md__fa0de1f1.general__11bca21f,.button__aa6c1460.md__fa0de1f1.secondary__2ff6d7c4,.button__aa6c1460.md__fa0de1f1.secondaryLight__943cb953,.button__aa6c1460.md__fa0de1f1.danger__d0074b6d{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__aa6c1460.md__fa0de1f1.icon__b747e3e8{min-height:40px;min-width:40px;padding:10px}.button__aa6c1460.lg__8622a7a7{line-height:20px;font-size:16px}.button__aa6c1460.lg__8622a7a7.general__11bca21f,.button__aa6c1460.lg__8622a7a7.secondary__2ff6d7c4,.button__aa6c1460.lg__8622a7a7.secondaryLight__943cb953,.button__aa6c1460.lg__8622a7a7.danger__d0074b6d{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__aa6c1460.lg__8622a7a7.icon__b747e3e8{min-height:56px;min-width:56px;padding:12px}.button__aa6c1460:disabled{cursor:default}.button__aa6c1460:disabled *{pointer-events:none}.button__aa6c1460+.button__aa6c1460:not(.block__3ff40bb8){margin-left:12px}.button__aa6c1460 .content__38751783{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__aa6c1460.block__3ff40bb8{display:block;width:100%}.button__aa6c1460.loading__33505dcf{pointer-events:none}.button__aa6c1460.loading__33505dcf .content__38751783{visibility:hidden}.button__aa6c1460 .loader__ff54cb48{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__aa6c1460 .loader__ff54cb48.hidden__6534b654{visibility:hidden}.buttonDropdownExtended__34dacd64{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__34dacd64 .buttonDropdownExtendedBlock__38eb10d7{padding:4px;margin-top:4px;right:0}.buttonDropdown__58dd35ba.block__3ff40bb8{display:block}.buttonDropdown__58dd35ba+.button__aa6c1460:not(.block__3ff40bb8),.buttonDropdown__58dd35ba+.buttonDropdown__58dd35ba:not(.block__3ff40bb8){margin-left:16px}.buttonDropdown__58dd35ba .buttonDropdownTarget__2f112b3b .caretIcon__8e1af32e{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__58dd35ba .buttonDropdownTarget__2f112b3b.active__cd478cc6 .caretIcon__8e1af32e{transform:rotate(-180deg)}.buttonDropdown__58dd35ba .buttonDropdownMenuItem__84c1b574{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__ecbd65fe{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__51422542{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__3a70f48d{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__b997fca4{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-12-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__5432e974{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__5432e974 .modalWindowContentWrapper__cd12eb36{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__ecbd65fe .6s ease}.modalWindow__5432e974 .modalWindowContent__c2db7504{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__5432e974 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{box-sizing:border-box;animation:fadeIn__23c29525 .3s ease}@keyframes fadeIn__23c29525{0%{opacity:0}to{opacity:1}}.modalWindow__5432e974 .modalWindowContent__c2db7504 .spinnerSm__1f78a3fe{display:none}@media (max-width: 767px){.modalWindow__5432e974 .modalWindowContent__c2db7504 .spinner__7f60a772{display:none}.modalWindow__5432e974 .modalWindowContent__c2db7504 .spinnerSm__1f78a3fe{display:flex}}.global-modalWindowTransition-exit .modalWindow__5432e974 .modalWindowContentWrapper__cd12eb36{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__51422542 .3s ease}.global-modalWindowTransition-exit .modalWindow__5432e974 .modalWindowContentWrapper__cd12eb36 .modalWindowBody__ee7037b2{animation:fadeOut__9ed24118 .3s ease}@keyframes fadeOut__9ed24118{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__26a0b758{position:absolute;left:0;right:0;height:0}.modalWindow__5432e974.sm__13697575 .modalWindowContentWrapper__cd12eb36{max-width:480px}.modalWindow__5432e974.sm__13697575 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{min-height:196px}@media (max-width: 575px){.modalWindow__5432e974.sm__13697575 .modalWindowContentWrapper__cd12eb36{max-width:100%}}.modalWindow__5432e974.md__4b45b686 .modalWindowContentWrapper__cd12eb36{max-width:600px}.modalWindow__5432e974.md__4b45b686 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{min-height:246px}@media (max-width: 767px){.modalWindow__5432e974.md__4b45b686 .modalWindowContentWrapper__cd12eb36{max-width:100%}}.modalWindow__5432e974.lg__f79378d3 .modalWindowContentWrapper__cd12eb36{max-width:800px}.modalWindow__5432e974.lg__f79378d3 .modalWindowContent__c2db7504 .modalWindowBody__ee7037b2{min-height:396px}@media (max-width: 991px){.modalWindow__5432e974.lg__f79378d3 .modalWindowContentWrapper__cd12eb36{max-width:100%}}.modalWindowContentPage__aff058e9{background:var(--triplex-next-ModalWindow-Background-0-12-0);padding:8px!important}.modalWindowContentPage__aff058e9,.modalWindowLoaderScreen__4d50cc0e{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__aff058e9,.modalWindowLoaderScreen__4d50cc0e{border-radius:24px}}.islandBody__f190a5d1{display:block}.islandHeader__2c4d18cf,.islandFooter__aadd7c01,.island__274b6a90{position:relative}.island__274b6a90.type1__d75f3a91{background-color:var(--triplex-next-Island-Type1_Background-0-12-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-12-0)}.island__274b6a90.type2__ec42346c{background-color:var(--triplex-next-Island-Type2_Background-0-12-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-12-0)}.island__274b6a90.type3__4c75ada3{background-color:var(--triplex-next-Island-Type3_Background-0-12-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-12-0)}.island__274b6a90.sm__155c670c{border-radius:16px;padding:16px}.island__274b6a90.sm__155c670c .islandHeader__2c4d18cf+.islandBody__f190a5d1,.island__274b6a90.sm__155c670c .islandHeader__2c4d18cf+.islandFooter__aadd7c01,.island__274b6a90.sm__155c670c .islandBody__f190a5d1+.islandFooter__aadd7c01{margin-top:8px}.island__274b6a90.md__10790acf{border-radius:24px;padding:24px}.island__274b6a90.md__10790acf .islandHeader__2c4d18cf+.islandBody__f190a5d1,.island__274b6a90.md__10790acf .islandHeader__2c4d18cf+.islandFooter__aadd7c01,.island__274b6a90.md__10790acf .islandBody__f190a5d1+.islandFooter__aadd7c01{margin-top:12px}.island__274b6a90.lg__6c7cfa80{border-radius:32px;padding:32px}.island__274b6a90.lg__6c7cfa80 .islandHeader__2c4d18cf+.islandBody__f190a5d1,.island__274b6a90.lg__6c7cfa80 .islandHeader__2c4d18cf+.islandFooter__aadd7c01,.island__274b6a90.lg__6c7cfa80 .islandBody__f190a5d1+.islandFooter__aadd7c01{margin-top:16px}@media (max-width: 767px){.island__274b6a90.sm__155c670c,.island__274b6a90.md__10790acf{border-radius:16px;padding:16px}.island__274b6a90.lg__6c7cfa80{border-radius:24px;padding:24px}}.modalWindowBody__ee7037b2{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__cf92f560{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__cf92f560{top:20px;right:20px}}.loaderScreen__b4d84d83{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__b4d84d83.loaderSmallBackdrop__8e39bfdd{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-12-0)}.loaderScreen__b4d84d83.loaderMiddleBackdrop__3173aaf0{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-12-0)}.body__a3e7288a{position:relative;display:flex}.body__a3e7288a .bodyInner__c624582b{position:relative;flex-grow:1;width:100%}.bodyPage__9c04268f{flex-grow:1}.verticalMargin24__db07b35d{margin-top:24px;margin-bottom:24px}.verticalMargin16__b5a92078{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__db07b35d{margin-top:16px;margin-bottom:16px}.verticalMargin16__b5a92078{margin-top:8px;margin-bottom:8px}}.headerTabs__58141496{display:flex;justify-content:space-between}.headerTabs__58141496 .headerTabsContent__a6a287fa{flex-grow:1}.headerTabs__58141496 .headerTabsControls__cc44fb5e{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__58141496{flex-wrap:wrap}.headerTabs__58141496 .headerTabsContent__a6a287fa{width:100%}.headerTabs__58141496 .headerTabsControls__cc44fb5e{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__58141496 .headerTabsControls__cc44fb5e>button{margin-left:16px;margin-top:16px}}.headerTitle__8406bd7a{display:flex;justify-content:space-between}.headerTitle__8406bd7a .headerTitleControls__99f8f167{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__73df78fa+.headerTitle__8406bd7a{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__8406bd7a{flex-wrap:wrap}.headerTitle__8406bd7a .headerTitleContent__2951e385{width:100%}.headerTitle__8406bd7a .headerTitleControls__99f8f167{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__8406bd7a .headerTitleControls__99f8f167>button{margin-left:16px;margin-top:16px}}.headerSubheader__6267f069{padding:24px 0}.headerSubheader__6267f069.withoutPaddings__46997173{padding:0}.headerLayoutSidebar__d03fd089{display:flex;justify-content:space-between}.headerLayoutSidebarContent__13a60c47{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__18ad3c56{display:none}}.page__3a1f6eff{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__3a1f6eff{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__e292daa1.sticky__67e9c08f{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__e292daa1.sticky__67e9c08f[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-12-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a7e013d7.sticky__67e9c08f{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a7e013d7.sticky__67e9c08f[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-12-0)!important}.footerDescription__c308e74a{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__e39cb5b7{flex-grow:1;margin-right:auto}.footerDescriptionControls__8c8271a8{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__c308e74a{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__e39cb5b7{width:100%}.footerDescriptionControls__8c8271a8{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__8c8271a8>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__e39cb5b7+.footerDescriptionControls__8c8271a8{margin-top:0}.footer__56bf0142{padding:16px 0}}.modalWindowHeader__a8c22a36 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__a8c22a36 .global-HeaderTitleContent{padding-right:72px}}.list__6c207222{margin:0;padding:0;list-style:none;position:relative}.listItemControls__59661266{display:flex;padding:0 16px 0 4px}.listItemContent__07c5232a{background:var(--triplex-next-ListItem-Background-0-12-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__07c5232a.selected__fcd4949d{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-12-0)}.listItemControlsButton__dc50bd48{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-12-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__dc50bd48:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-12-0)}.listItemControlsButton__dc50bd48:hover .listItemControlsButtonLabel__827a8e33{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-12-0)!important}.listItemControlsButton__dc50bd48.expanded__1260488d,.listItemControlsButton__dc50bd48:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-12-0)}.listItemControlsButton__dc50bd48.expanded__1260488d .listItemControlsButtonLabel__827a8e33,.listItemControlsButton__dc50bd48:active .listItemControlsButtonLabel__827a8e33{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-12-0)!important}.listItemControlsButton__dc50bd48+.listItemControlsButton__dc50bd48,.listItemControlsButton__dc50bd48+.listItemControlsButtonDropdown__6a830fef{margin-left:4px}.listItemControlsButtonIcon__dbf452d6{line-height:0}.listItemControlsButton__dc50bd48.withText__4d433a4e .listItemControlsButtonIcon__dbf452d6{margin-bottom:8px}.listItemControlsButtonLabel__827a8e33{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-12-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__6a830fef{display:flex}.listItemControlsButtonInner__a25238e6{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__dc50bd48.withIcon__8f7832ea.withText__4d433a4e .listItemControlsButtonInner__a25238e6{height:44px;overflow:visible}.buttonDropdownMenuItem__46007ecd{overflow:hidden;text-overflow:ellipsis}.listEmptyState__b26d039a{padding:64px 16px 16px;text-align:center}.listItemLoading__7944dbc0{height:24px;padding:12px 0;position:relative}.label__a2199f60{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a2199f60.sm__0f41e760{min-width:16px;min-height:16px}.label__a2199f60.sm__0f41e760.nonempty__273ecfb1{padding-left:24px}.label__a2199f60.md__f5d8eeb4{min-width:24px;min-height:24px}.label__a2199f60.md__f5d8eeb4.nonempty__273ecfb1{padding-left:32px;padding-top:2px}.label__a2199f60.lg__fbd61e35{min-width:28px;min-height:28px}.label__a2199f60.lg__fbd61e35.nonempty__273ecfb1{padding-left:40px;padding-top:4px}.label__a2199f60.disabled__321f56a2{cursor:default}.label__a2199f60[hidden]{display:none}.checkbox__fc928cde{margin:0;opacity:0}.checkboxIcon__b37d295b{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-12-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-12-0)}.sm__0f41e760 .checkboxIcon__b37d295b{border-radius:4px}.checkmarkIcon__f6868b56{transform:scale(0)}.checkmarkIcon__f6868b56 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-12-0)}.checkboxIcon__b37d295b,.checkmarkIcon__f6868b56{pointer-events:none}.checkbox__fc928cde,.checkboxIcon__b37d295b,.checkmarkIcon__f6868b56{position:absolute;left:0;top:0}.sm__0f41e760 .checkbox__fc928cde,.sm__0f41e760 .checkboxIcon__b37d295b,.sm__0f41e760 .checkmarkIcon__f6868b56{width:16px;height:16px;top:2px}.md__f5d8eeb4 .checkbox__fc928cde,.md__f5d8eeb4 .checkboxIcon__b37d295b,.md__f5d8eeb4 .checkmarkIcon__f6868b56{width:24px;height:24px}.lg__fbd61e35 .checkbox__fc928cde,.lg__fbd61e35 .checkboxIcon__b37d295b,.lg__fbd61e35 .checkmarkIcon__f6868b56{width:28px;height:28px}.checkbox__fc928cde:enabled{cursor:pointer}.checkbox__fc928cde:enabled:hover+.checkboxIcon__b37d295b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-12-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-12-0)}.checkbox__fc928cde:checked+.checkboxIcon__b37d295b{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-12-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-12-0)}.checkbox__fc928cde:checked~.checkmarkIcon__f6868b56{transform:scale(1);transition:transform .2s ease-out}.checkbox__fc928cde:disabled+.checkboxIcon__b37d295b{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-12-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-12-0)}.checkbox__fc928cde:disabled:checked+.checkboxIcon__b37d295b{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-12-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-12-0)}.checkbox__fc928cde:disabled~.checkmarkIcon__f6868b56 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-12-0)}.checkbox__fc928cde:focus-visible+.checkboxIcon__b37d295b{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-12-0)}.checkbox__fc928cde:checked:enabled:hover+.checkboxIcon__b37d295b{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-12-0)}.listItemSelectable__4ba48be4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-12-0);border-radius:8px}.listItemSelectable__4ba48be4.selected__fcd4949d{background:var(--triplex-next-ListItem-Background_Selected-0-12-0)}.checkboxWrapper__2bf52451{padding:16px;line-height:0}.childrenWrapper__bced98ca{flex-grow:1}.checkboxLabel__98585bcd{padding:0!important;position:relative}.checkboxLabelClickArea__08bdd72a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__4f893248{position:relative;overflow:hidden}.swipeableArea__4f893248 .content__4660faad{position:relative;touch-action:pan-y}.swipeableArea__4f893248 .content__4660faad.disableScroll__9deddb1f{touch-action:none}.swipeableArea__4f893248 .content__4660faad.disablePointerEvents__c6da69eb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__4f893248 .swipeAnimationFinish__e217aeb4{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__4f893248 .leftContent__6bcf4238,.swipeableArea__4f893248 .rightContent__e811d6a1{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__4f893248 .rightContent__e811d6a1{left:auto;right:0}.listItemTail__28a00b57{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__a1ffe29e{background:var(--triplex-next-ListMaster-Background-0-12-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__e0e08f51{position:absolute;top:0;left:0;right:0}.listItemTailTop__e0e08f51:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-12-0)}.listItemTailTop__e0e08f51:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-12-0)}.listItemTailBottom__ffb47fbf{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__ffb47fbf:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-12-0)}.listItemTailBottom__ffb47fbf:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-0-12-0)}.listItemTailRight__42bb9283{right:-8px}.listItemTailLeft__0ac48cee{left:-8px}.listItemTable__12728cf8{margin-bottom:4px}.listItemTable__12728cf8:last-child{margin-bottom:0}.listSortableItemTarget__eefd93d0{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-12-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__eefd93d0:hover{background:var(--triplex-next-ListItem-Background_Selected-0-12-0)}.listSortableItemTarget__eefd93d0.dragging__a9b10f26{background:var(--triplex-next-ListItem-Background_Dragging-0-12-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-12-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__69997c69{flex:1}.listSortableItemTargetIcon__f7535eda{display:block;margin-left:24px}.listSortableItem__cf0c612c{position:relative}.listSortableItem__cf0c612c.dragging__a9b10f26{z-index:1}.listSortableItemControls__377740a0{display:inline-block}.islandWidgetHeader__4b97636b{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__4b97636b .islandWidgetHeaderContent__941bb548{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__4b97636b .islandWidgetHeaderDescription__62a1116d{display:flex}@media (max-width: 767px){.islandWidgetHeader__4b97636b{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__0abbb0ce{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__570bf811{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__a1cc7a6c{margin-left:auto;white-space:nowrap}.expandAnimation__eea81045{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__f6b78d4c{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-12-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__f6b78d4c{border-radius:0 0 16px 16px}}.islandWidget__584e3e3e{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__584e3e3e>*{height:100%}.islandWidgetWithExtraFooter__501cada2:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-12-0)!important}.islandWidgetWrapper__73e9650f{display:flex;flex-direction:column}.formFieldClear__dc9abfc2{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__dc9abfc2.hidden__23eea42a{opacity:0;pointer-events:none}.formFieldTarget__327ac650{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-12-0)}.formFieldTarget__327ac650.placeholder__cb276d04{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-12-0)}.formFieldTarget__327ac650.disabled__9d8bbe79{color:var(--triplex-next-FormField-Target_Color_Disabled-0-12-0)}.formFieldTarget__327ac650.size-sm__76001a4c{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__327ac650.size-md__3d3e3831{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__327ac650.size-lg__06136412{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__327ac650 .placeholderWrapper__44cb1e6a{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__327ac650:focus .placeholderWrapper__44cb1e6a{opacity:1}.formFieldTextarea__0f32c9a5{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-12-0);resize:none;font-family:inherit}.formFieldTextarea__0f32c9a5.sm__24dd80b9{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0f32c9a5.md__2ace59a8{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0f32c9a5.lg__afb4cda7{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0f32c9a5:focus{outline:none}.formFieldTextarea__0f32c9a5:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-12-0)}.formFieldTextarea__0f32c9a5::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-12-0)}.chipGroupItem__a8bbdd60{display:inline-block}.chip__9655a85b{background:var(--triplex-next-Chip-Background_Default-0-12-0);color:var(--triplex-next-Chip-Color_Default-0-12-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__9655a85b.lg__554521e6{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__9655a85b.lg__554521e6 .prefix__a9b0dcd5{padding-left:16px}.chip__9655a85b.lg__554521e6 .postfix__0c28843a{padding-right:16px}.chip__9655a85b.md__1719bd3e{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__9655a85b.md__1719bd3e .prefix__a9b0dcd5{padding-left:12px}.chip__9655a85b.md__1719bd3e .postfix__0c28843a{padding-right:12px}.chip__9655a85b.sm__72cbc168{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__9655a85b.sm__72cbc168 .prefix__a9b0dcd5{padding-left:8px}.chip__9655a85b.sm__72cbc168 .postfix__0c28843a{padding-right:8px}.chip__9655a85b:hover{background:var(--triplex-next-Chip-Background_Hover-0-12-0);color:var(--triplex-next-Chip-Color_Hover-0-12-0)}.chip__9655a85b:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-12-0)}.chip__9655a85b:active,.chip__9655a85b[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-12-0);color:var(--triplex-next-Chip-Color_Active-0-12-0)}.chip__9655a85b.disabled__20e74490{background:var(--triplex-next-Chip-Background_Disabled-0-12-0);color:var(--triplex-next-Chip-Color_Disabled-0-12-0);cursor:default;pointer-events:none}.chip__9655a85b.selected__56192b77{background:var(--triplex-next-Chip-Background_Selected_Default-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-12-0)}.chip__9655a85b.selected__56192b77:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-12-0)}.chip__9655a85b.selected__56192b77:active,.chip__9655a85b.selected__56192b77[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-12-0)}.chip__9655a85b.selected__56192b77.disabled__20e74490{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-12-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-12-0)}.chip__9655a85b.withPrefix__d9f1ed66{padding-left:0}.chip__9655a85b.withPostfix__a0548342{padding-right:0}.chip__9655a85b .content__4d57746f{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__9655a85b .prefix__a9b0dcd5,.chip__9655a85b .postfix__0c28843a{display:flex}.calendarControls__a5d469be{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-12-0)}.calendarViewDays__f2247500{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__057215af .calendarViewDays__f2247500{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__cb04efae,.calendarViewYears__c1d922ec{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__057215af .calendarViewMonths__cb04efae,.adaptive__057215af .calendarViewYears__c1d922ec{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__2483882f{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-12-0)}.calendarViewDaysBody__aeb736e4:before{display:block;content:"";line-height:8px}.adaptive__057215af .calendarViewDaysBody__aeb736e4:before{line-height:4px}.calendarViewItem__4241fe97{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__4241fe97:focus-visible{outline:none}.calendarViewItem__4241fe97.current__fdf8bb16{font-weight:600}.calendarViewItem__4241fe97.disabled__c32fe661{pointer-events:none}.calendarViewItemLabel__f47aaf13{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-12-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-12-0);cursor:pointer}.calendarViewItemLabel__f47aaf13:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.basicMark__9f17959a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.standardMark__1c5bf10d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.attentionMark__abffbd4e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36:hover.criticalMark__fcb0b09b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.muted__4213a8da{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.muted__4213a8da:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-12-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.basicMark__9f17959a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.standardMark__1c5bf10d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.attentionMark__abffbd4e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.selected__f3d4eb36.criticalMark__fcb0b09b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.marked__21b32c52:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__f47aaf13.basicMark__9f17959a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.standardMark__1c5bf10d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.attentionMark__abffbd4e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.criticalMark__fcb0b09b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-12-0)}.calendarViewItemLabel__f47aaf13.muted__4213a8da{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-12-0)}.calendarViewItemLabel__f47aaf13.disabled__c32fe661{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-12-0);background:none}.calendarViewItem__4241fe97:focus-visible .calendarViewItemLabel__f47aaf13{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-12-0)}.unitDay__a29f2646{width:36px;height:36px;border-radius:6px}.unitMonth__60c90f5f,.unitYear__457a36d7{width:89px;height:48px;border-radius:6px}.adaptive__057215af .unitMonth__60c90f5f,.adaptive__057215af .unitYear__457a36d7{width:104px;height:48px;border-radius:6px}.calendarFooter__f2bedea0{margin-top:12px;text-align:center}.calendar__b9c2986c{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-12-0);-webkit-user-select:none;user-select:none}.calendar__b9c2986c.adaptive__057215af{width:auto;padding:20px}.calendar__b9c2986c+.calendar__b9c2986c{margin-top:20px}.datePickerExtendedMobileDropdown__acbdec79{max-height:100vh}.chipDropdownArrow__da345e83{transition:transform .3s ease}.chipDropdownArrow__da345e83.rotated__7d9f2db0{transform:rotate(-180deg)}.chipClearButton__1dcc54cc{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__1dcc54cc:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-12-0)}.dropdownMobileMaskedInput__a7c062dd{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__dcc6ff82{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__dcc6ff82 .caretIcon__c7739e80{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__dcc6ff82.selectOpened__a78141de .caretIcon__c7739e80{transform:rotate(180deg)}.selectExtendedFieldTarget__dcc6ff82.loading__3bfa7649,.selectExtendedFieldTarget__dcc6ff82.disabled__bea589d1{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__5238f352{position:relative}.multiselectFieldHeader__c5c141fb{padding:12px}.multiselectFieldContentWrapper__7563abc2{padding:0 12px}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87.sm__585e9698{height:204px}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87.md__cea5ae0d{height:245px}.multiselectFieldContentWrapper__7563abc2 .multiselectFieldContent__e3083d87.lg__1792e441{height:324px}.multiselectFieldFooter__cb78d234{padding:0 12px 12px}.multiselectFieldFooter__cb78d234:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-12-0)}.chipOptionsContent__2d48f5e6{min-width:14px;text-align:center;display:block}.tooltipDesktop__74aebd72{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__74aebd72 .tooltipBody__546cd36c{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-12-0)}.tooltipDesktop__74aebd72 .tooltipXButton__5f0b18b9{position:absolute;right:8px;top:8px}.tooltipDesktopContent__7df14826{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-12-0);border-radius:8px}.closable__daf90d1d .tooltipDesktopContent__7df14826{padding-right:32px}.tooltipSM__aeb365eb .tooltipDesktopContent__7df14826{width:192px;min-height:52px}.tooltipLG__fe7f8b03 .tooltipDesktopContent__7df14826{width:384px;min-height:52px}.tooltipOverlay__a773b130{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__a99cf86c{width:0;height:0}.tooltipDesktopTip__a99cf86c.down__e36a1518{border-top:solid var(--triplex-next-Tooltip-Background-0-12-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a99cf86c.up__334ba9fa{border-bottom:solid var(--triplex-next-Tooltip-Background-0-12-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a99cf86c.left__7bb198bd{border-right:solid var(--triplex-next-Tooltip-Background-0-12-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__a99cf86c.right__3234912b{border-left:solid var(--triplex-next-Tooltip-Background-0-12-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__5db99263 .tooltipBody__546cd36c{text-align:left}.tooltipMobileContent__5b7e07d7{padding:16px}.headerless__378f1afa .tooltipMobileContent__5b7e07d7{padding-right:40px;border-radius:16px 16px 0 0}.tooltipLink__f282f5d8{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__8a32ec22{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-12-0)}.desktop__8a32ec22:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-12-0)}.desktop__8a32ec22:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-12-0)}.desktop__8a32ec22:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-12-0)}.mobile__cff1d021{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-12-0)}.mobile__cff1d021:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-12-0)}.mobile__cff1d021:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-12-0)}.mobile__cff1d021:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-12-0)}.chipSuggestInputWrapper__1d0f8d25{margin:12px}.suggestDropdownMobileBody__d2f5e791{height:176px}.suggestDropdownMobileNoOptionsText__cbf7719a{padding:16px}.checkboxXGroup__f23bbf1c{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__f23bbf1c.indent-12__ab2c867b{margin-left:-6px;margin-right:-6px}.checkboxXGroup__f23bbf1c.indent-12__ab2c867b .label__a2199f60{margin-left:6px;margin-right:6px}.checkboxXGroup__f23bbf1c.indent-16__a49898c7{margin-left:-8px;margin-right:-8px}.checkboxXGroup__f23bbf1c.indent-16__a49898c7 .label__a2199f60{margin-left:8px;margin-right:8px}.checkboxXGroup__f23bbf1c.indent-20__337f7672{margin-left:-10px;margin-right:-10px}.checkboxXGroup__f23bbf1c.indent-20__337f7672 .label__a2199f60{margin-left:10px;margin-right:10px}.checkboxXGroup__f23bbf1c.indent-24__dce5ceca{margin-left:-12px;margin-right:-12px}.checkboxXGroup__f23bbf1c.indent-24__dce5ceca .label__a2199f60{margin-left:12px;margin-right:12px}.checkboxXGroup__f23bbf1c.indent-28__8adad4c8{margin-left:-14px;margin-right:-14px}.checkboxXGroup__f23bbf1c.indent-28__8adad4c8 .label__a2199f60{margin-left:14px;margin-right:14px}.checkboxXGroup__f23bbf1c.indent-32__f9693f50{margin-left:-16px;margin-right:-16px}.checkboxXGroup__f23bbf1c.indent-32__f9693f50 .label__a2199f60{margin-left:16px;margin-right:16px}.checkboxYGroup__2b184b66{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__2b184b66 .label__a2199f60.sm__0f41e760+.label__a2199f60.sm__0f41e760{margin-top:8px}.checkboxYGroup__2b184b66 .label__a2199f60.lg__fbd61e35+.label__a2199f60.lg__fbd61e35{margin-top:20px}.checkboxYGroup__2b184b66 .label__a2199f60.md__f5d8eeb4+.label__a2199f60.md__f5d8eeb4{margin-top:16px}.card__d81903de{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d81903de.roundingMD__66fbadba{--radius: 16px}.card__d81903de.roundingSM__4e1949f7{--radius: 8px}.card__d81903de.general__7beecde4{background:var(--triplex-next-Card-Static_General_Background-0-12-0)}.card__d81903de.secondary__9622b9d9{background:var(--triplex-next-Card-Static_Secondary_Background-0-12-0)}.card__d81903de .cardMedia__4e61feb5{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d81903de .cardContent__d400b261{padding:var(--padding)}.card__d81903de .cardContent__d400b261.paddingMD__cdfb893f{--padding: 24px}.card__d81903de .cardContent__d400b261.paddingSM__7e6acf64{--padding: 16px}.card__d81903de .cardContent__d400b261 .cardContentHeader__c4c1f27d{margin-bottom:16px}.card__d81903de .cardContent__d400b261 .cardContentFooter__8d2acba3{margin-top:16px}.action__9ea442d7{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__9ea442d7:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__9ea442d7.general__7beecde4{background:var(--triplex-next-Card-Action_General_Background-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-12-0)}.action__9ea442d7.general__7beecde4:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-12-0)}.action__9ea442d7.general__7beecde4.selected__b6e58574{background:var(--triplex-next-Card-Action_General_Background_Selected-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-12-0)}.action__9ea442d7.general__7beecde4.selected__b6e58574:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-12-0)}.action__9ea442d7.general__7beecde4:focus{outline:none}.action__9ea442d7.general__7beecde4:focus.focusVisible__1aa088ed{box-shadow:var(--triplex-next-Card-Shadow_Default-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-12-0)}.action__9ea442d7.secondary__9622b9d9{background:var(--triplex-next-Card-Action_Secondary_Background-0-12-0)}.action__9ea442d7.secondary__9622b9d9:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-12-0)}.action__9ea442d7.secondary__9622b9d9.selected__b6e58574{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-12-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-12-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-12-0)}.action__9ea442d7.secondary__9622b9d9.selected__b6e58574:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-12-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-12-0)}.action__9ea442d7.secondary__9622b9d9:focus{outline:none}.action__9ea442d7.secondary__9622b9d9:focus.focusVisible__1aa088ed{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-12-0)}.alertContext__ff4f7169{display:flex;font-size:12px;line-height:16px}.alertContext__ff4f7169>svg{flex-shrink:0}.alertContext__ff4f7169 .alertContextText__7ecdb860{margin-left:8px}.alertContext__ff4f7169.alertTypeError__524db4d8 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-Error_Color-0-12-0)}.alertContext__ff4f7169.alertTypeInfo__8b076310 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-Info_Color-0-12-0)}.alertContext__ff4f7169.alertTypeWarning__f3889ac7 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-Warning_Color-0-12-0)}.alertContext__ff4f7169.alertTypeSystem__e48acbe0 .alertContextText__7ecdb860{color:var(--triplex-next-AlertContext-System_Color-0-12-0)}.alertProcess__d73ee085{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__d73ee085.withSpoiler__17b3722f{min-height:40px}.alertProcess__d73ee085 .themeIcon__d013a6af{box-sizing:border-box;height:20px;width:20px}.alertProcess__d73ee085.alertTypeError__524db4d8{background:var(--triplex-next-AlertProcess-Error_Background-0-12-0)}.alertProcess__d73ee085.alertTypeInfo__8b076310{background:var(--triplex-next-AlertProcess-Info_Background-0-12-0)}.alertProcess__d73ee085.alertTypeWarning__f3889ac7{background:var(--triplex-next-AlertProcess-Warning_Background-0-12-0)}.alertProcess__d73ee085.alertTypeSystem__e48acbe0{background:var(--triplex-next-AlertProcess-System_Background-0-12-0)}.alertProcess__d73ee085.alertTypeFeature__114a1da9{background:var(--triplex-next-AlertProcess-Feature_Background-0-12-0)}.alertProcess__d73ee085.alertTypeFeature__114a1da9 .themeIcon__d013a6af{padding-top:0}.alertProcess__d73ee085 .alertProcessContentBlock__b6dfcedf{flex:1;margin-left:10px}.alertProcess__d73ee085 .alertProcessContentBlock__b6dfcedf .expandableContent__55ddf20f{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__d73ee085 .alertProcessContentBlock__b6dfcedf .expandableContent__55ddf20f.expanded__538d4669{max-height:1000px;opacity:1}.alertProcess__d73ee085 .closeButton__b5b052f6{margin-left:10px}.alertProcess__d73ee085 .expandButton__92d39491{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__d73ee085 .expandButton__92d39491.expanded__538d4669{transform:rotate(180deg)}.adaptive__9201c31c{font-size:10px!important;line-height:12px!important}.col-1__edd835cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__ae1d56e1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__69807046{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__7d0203e7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__b87fd94f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__670f3e16{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__31423083{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__2adb8620{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__d1f6bebd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c1761603{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__6ecbb345{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__e6e81faa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__7b18a0c5{margin-left:0%}.offset-1__fcdb0e66{margin-left:8.33333333%}.offset-2__e01035c9{margin-left:16.66666667%}.offset-3__d2afb523{margin-left:25%}.offset-4__01ae2443{margin-left:33.33333333%}.offset-5__1cf494ff{margin-left:41.66666667%}.offset-6__ba139818{margin-left:50%}.offset-7__2b1ad2f7{margin-left:58.33333333%}.offset-8__20a39014{margin-left:66.66666667%}.offset-9__18acee58{margin-left:75%}.offset-10__0e537623{margin-left:83.33333333%}.offset-11__c3e124cc{margin-left:91.66666667%}.d-none__485ade01{display:none!important}.d-block__7893afe9{display:block!important}@media (min-width: 576px){.col-sm-1__e2468d45{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__7599b978{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__cebfd6df{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__b94d63fa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__fcc1802a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__9550eaaf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__c9109665{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__b8e83559{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__c2beec2b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__6f23b165{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__0e39b2d5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__0493a65c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__edea762e{margin-left:0%}.offset-sm-1__84bcc436{margin-left:8.33333333%}.offset-sm-2__8c487d1c{margin-left:16.66666667%}.offset-sm-3__ed652cd3{margin-left:25%}.offset-sm-4__1e0d1541{margin-left:33.33333333%}.offset-sm-5__75d61934{margin-left:41.66666667%}.offset-sm-6__94ccf974{margin-left:50%}.offset-sm-7__a9e84f2f{margin-left:58.33333333%}.offset-sm-8__b35a192c{margin-left:66.66666667%}.offset-sm-9__5352a9ec{margin-left:75%}.offset-sm-10__0bc33d8d{margin-left:83.33333333%}.offset-sm-11__20abe666{margin-left:91.66666667%}.d-none-sm__0394d90d{display:none!important}.d-block-sm__8c909cfd{display:block!important}}@media (min-width: 768px){.col-md-1__deff747c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__ca96aa52{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__7133a8b6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__9893a78d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__b856a0b0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__9a1e1f93{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__aa4f08f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__7c9077ad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__770b5a3e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__593f01dd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__39a04460{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__17a6d4c2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__d470ee89{margin-left:0%}.offset-md-1__590ee0b7{margin-left:8.33333333%}.offset-md-2__3659d4b2{margin-left:16.66666667%}.offset-md-3__895b5357{margin-left:25%}.offset-md-4__41891bf3{margin-left:33.33333333%}.offset-md-5__216b2754{margin-left:41.66666667%}.offset-md-6__2441aaaa{margin-left:50%}.offset-md-7__c2da5465{margin-left:58.33333333%}.offset-md-8__e570cd02{margin-left:66.66666667%}.offset-md-9__fd8ac4c6{margin-left:75%}.offset-md-10__34ae165f{margin-left:83.33333333%}.offset-md-11__eddeee60{margin-left:91.66666667%}.d-none-md__75ccb9b8{display:none!important}.d-block-md__54643e67{display:block!important}}@media (min-width: 992px){.col-lg-1__14e7df08{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__24f80616{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__34f0fbb7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__586b178a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__19d55101{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__73354f6e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__530d3bc3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__b00e7c23{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__f2a0a1f2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__ee54dd01{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__bba67393{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__bb7348fb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__f3ea2bd0{margin-left:0%}.offset-lg-1__370bb3de{margin-left:8.33333333%}.offset-lg-2__52648c71{margin-left:16.66666667%}.offset-lg-3__e0e42a7b{margin-left:25%}.offset-lg-4__0b054399{margin-left:33.33333333%}.offset-lg-5__18bc4ec3{margin-left:41.66666667%}.offset-lg-6__d9205776{margin-left:50%}.offset-lg-7__f7c42b77{margin-left:58.33333333%}.offset-lg-8__675d3845{margin-left:66.66666667%}.offset-lg-9__4a000214{margin-left:75%}.offset-lg-10__b552d310{margin-left:83.33333333%}.offset-lg-11__67bec9f3{margin-left:91.66666667%}.d-none-lg__5850f0ae{display:none!important}.d-block-lg__b09545c9{display:block!important}}@media (min-width: 1200px){.col-xl-1__ac0e8916{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__911b24a7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__b00d8bd4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__cc714b82{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__9c7a1e95{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__46ce053f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__f5c939de{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__694c28e5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__9363e0b0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__3912a747{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__36a44b18{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__fa41dfc5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__46fa7357{margin-left:0%}.offset-xl-1__c888f70f{margin-left:8.33333333%}.offset-xl-2__0695c52e{margin-left:16.66666667%}.offset-xl-3__2ad53a1c{margin-left:25%}.offset-xl-4__f8651f1c{margin-left:33.33333333%}.offset-xl-5__76578528{margin-left:41.66666667%}.offset-xl-6__279e4a30{margin-left:50%}.offset-xl-7__2dfe6f1e{margin-left:58.33333333%}.offset-xl-8__604ea130{margin-left:66.66666667%}.offset-xl-9__11bdebe1{margin-left:75%}.offset-xl-10__f98892f2{margin-left:83.33333333%}.offset-xl-11__ddcef489{margin-left:91.66666667%}.d-none-xl__1a6d779f{display:none!important}.d-block-xl__272a06c9{display:block!important}}.ellipsisLineClamp__72e85122{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__72e85122.oneLine__a663594d{word-break:break-all}.link__9d05b6e2{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-12-0)}.link__9d05b6e2:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-12-0)}.link__9d05b6e2:active{color:var(--triplex-next-Link-Text_Color_Active-0-12-0)}.link__9d05b6e2:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-12-0)}.wordWithContent__7c717045{white-space:nowrap;display:inline-flex;align-items:center}.before__4bd99a04 :first-child{margin-right:4px}.after__381c5919 :last-child{margin-left:4px}.marker__bc2a3f48{border-radius:50%}.marker__bc2a3f48.md__1513b484{width:8px;height:8px}.marker__bc2a3f48.lg__f7d5b695{width:10px;height:10px}.marker__bc2a3f48.success__92ddeac3{background:var(--triplex-next-Marker-Background_Success-0-12-0)}.marker__bc2a3f48.error__0e68803c{background:var(--triplex-next-Marker-Background_Error-0-12-0)}.marker__bc2a3f48.warning__0b247617{background:var(--triplex-next-Marker-Background_Warning-0-12-0)}.marker__bc2a3f48.waiting__590245ec{background:var(--triplex-next-Marker-Background_Waiting-0-12-0)}.markerStatus__996ed349{line-height:0;display:flex;align-items:start}.markerStatus__996ed349 .contentContainer__5e940ad3{display:flex;flex-direction:column}.markerStatus__996ed349.md__5459073e{gap:4px}.markerStatus__996ed349.md__5459073e .markerContainer__3e0298be{margin-top:4px}.markerStatus__996ed349.lg__7c636249{gap:6px}.markerStatus__996ed349.lg__7c636249 .contentContainer__5e940ad3{gap:4px}.markerStatus__996ed349.lg__7c636249 .markerContainer__3e0298be{margin-top:5px}.row__06e22a18{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__06e22a18.noPaddingBottom__f0fca487,.row__06e22a18:last-child{padding-bottom:0}.tabsExtended__de99691d{position:relative}.tabsExtendedContent__b4a41f07{display:inline-flex}.tabsExtendedContent__b4a41f07.sm__56769bbe{border-radius:6px;padding:4px}.tabsExtendedContent__b4a41f07.md__b23f6024{border-radius:8px;padding:4px}.tabsExtendedContent__b4a41f07.lg__f5c5dcd3{border-radius:10px;padding:8px}.tabsExtendedTab__f74d59b1{display:flex}.tabsExtendedTab__f74d59b1+.tabsExtendedTab__f74d59b1,.tabsExtendedDropdown__51f8d311{margin-left:2px}.tabsReal__6642e168,.tabsFake__88329ee3{display:flex;box-sizing:border-box;width:100%}.tabsReal__6642e168.hidden__7d0f56a8{visibility:hidden}.tabsReal__6642e168 .tabsExtendedTab__f74d59b1.hidden__7d0f56a8{display:none}.tabsFake__88329ee3{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__5a481bfd .tabsExtendedContent__b4a41f07{background-color:var(--triplex-next-Tabs-Type1_Background-0-12-0)}.type2__0486c62d .tabsExtendedContent__b4a41f07{background-color:var(--triplex-next-Tabs-Type2_Background-0-12-0)}.tabsExtendedTabButton__47f4a100{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-12-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__47f4a100 .tabButtonText__17536711{font-weight:400}.tabsExtendedTabButton__47f4a100.lg__f5c5dcd3{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__47f4a100.lg__f5c5dcd3 .tabButtonText__17536711{font-size:16px;line-height:20px}.tabsExtendedTabButton__47f4a100.md__b23f6024{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__47f4a100.md__b23f6024 .tabButtonText__17536711{font-size:14px;line-height:20px}.tabsExtendedTabButton__47f4a100.sm__56769bbe{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__47f4a100.sm__56769bbe .tabButtonText__17536711{font-size:12px;line-height:16px}.tabsExtendedTabButton__47f4a100::-moz-focus-inner{border:none}.tabsExtendedTabButton__47f4a100+.tabsExtendedTabButton__47f4a100{margin-left:2px}.tabsExtendedTabButton__47f4a100:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd.selected__21e12533{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd.selected__21e12533 .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd:hover .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-12-0)}.tabsExtendedTabButton__47f4a100.type1__5a481bfd .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-12-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d.selected__21e12533{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d.selected__21e12533 .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-12-0)}.tabsExtendedTabButton__47f4a100.type2__0486c62d:hover .tabButtonText__17536711{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-12-0)}.notificationIcon__85234677{position:absolute;right:4px;top:4px}.tabButtonDropdown__7d3aea0f{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__7d3aea0f.sm__925608b7{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__7d3aea0f.md__b7e8e13d{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__7d3aea0f.lg__932a9816{min-width:40px!important;min-height:40px!important}.tag__9143b29c{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-12-0);border-radius:4px;gap:2px}.tag__9143b29c.sm__c96ccc9f{height:20px;padding:2px 4px 2px 6px}.tag__9143b29c.md__f517a13c{height:28px;padding:4px 6px 4px 8px}.tag__9143b29c.lg__9568cb4e{height:32px;padding:6px 8px 6px 10px}.content__b6b3034f{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__32aef924{display:flex;flex-wrap:wrap}.tagGroup__32aef924.sm__6a16ba42{gap:4px}.tagGroup__32aef924.md__dc103274{gap:8px}.tagGroup__32aef924.lg__3ea9e282{gap:12px}.paginationExtended__38962985{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__1ef9fc0f .directionIconNext__e43c651a{transform:rotate(180deg)}.pageEllipsis__f3cfa8be{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-12-0);cursor:default}.paginationPageButton__5b1eea54{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-12-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__5b1eea54:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-12-0);outline:none}.paginationPageButton__5b1eea54:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-12-0)}.paginationPageButton__5b1eea54:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-12-0);cursor:grabbing}.paginationPageButton__5b1eea54.currentPage__ff24eb05{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-12-0);cursor:default}.paginationNavigationExtended__2eacd1e4{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__6f30021d{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__6f30021d .paginationSelectControl__fe327692{margin-left:8px;min-width:72px}.skeleton__9a71f79c{border-radius:16px;flex-grow:1}.skeleton__9a71f79c.light__a57f434b{animation:skeleton-light-pulse__39cd53b5 2s ease-in-out infinite}.skeleton__9a71f79c.dark__b809c095{animation:skeleton-dark-pulse__937a3e5d 2s ease-in-out infinite}@keyframes skeleton-light-pulse__39cd53b5{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-12-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-12-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-12-0)}}@keyframes skeleton-dark-pulse__937a3e5d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-12-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-12-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-12-0)}}.segmentedControlSegment__939ea017{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-12-0);outline:none;cursor:pointer}.segmentedControlSegment__939ea017:disabled{cursor:default}.sm__88b400c7 .segmentedControlSegment__939ea017{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__265bf960 .segmentedControlSegment__939ea017{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__1eecea91 .segmentedControlSegment__939ea017{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__5dbbb979 .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017.selected__4c5598e2:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-12-0)}.general1__5dbbb979 .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017.selected__4c5598e2:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-12-0)}.general2__1892c266 .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-12-0)}.secondary1__abf1935e .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017.selected__4c5598e2{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-12-0)}.secondary2__33e33987 .segmentedControlSegment__939ea017.selected__4c5598e2:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-12-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-12-0)}.segmentedControlSegment__939ea017:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-12-0)}.content__6f8e373f{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__917c1510{display:flex;gap:4px}.segmentedControl__917c1510.general1__5dbbb979{background:var(--triplex-next-SegmentedControl-General_1_Background-0-12-0)}.segmentedControl__917c1510.secondary1__abf1935e{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-12-0)}.segmentedControl__917c1510.general2__1892c266{background:var(--triplex-next-SegmentedControl-General_2_Background-0-12-0)}.segmentedControl__917c1510.secondary2__33e33987{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-12-0)}.segmentedControl__917c1510.sm__88b400c7{border-radius:6px;padding:4px}.segmentedControl__917c1510.md__265bf960{border-radius:8px;padding:4px}.segmentedControl__917c1510.lg__1eecea91{border-radius:10px;padding:8px}.step__4c9258ea{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__4c9258ea.default__8b3d0dbc{background-color:var(--triplex-next-Step-Background_Default-0-12-0)}.step__4c9258ea.default__8b3d0dbc>span{color:var(--triplex-next-Step-Color_Default-0-12-0)}.step__4c9258ea.done__55f6fd06{background-color:var(--triplex-next-Step-Background_Done-0-12-0)}.step__4c9258ea.done__55f6fd06>span{color:var(--triplex-next-Step-Color_Done-0-12-0)}.step__4c9258ea.warning__f13e34a0{background-color:var(--triplex-next-Step-Background_Warning-0-12-0)}.step__4c9258ea.warning__f13e34a0>span{color:var(--triplex-next-Step-Color_Warning-0-12-0)}.step__4c9258ea.active__af2fcda8{background-color:var(--triplex-next-Step-Background_Active-0-12-0)}.step__4c9258ea.active__af2fcda8>span{color:var(--triplex-next-Step-Color_Active-0-12-0)}.step__4c9258ea.error__8b7a9f3c{background-color:var(--triplex-next-Step-Background_Error-0-12-0)}.step__4c9258ea.error__8b7a9f3c>span{color:var(--triplex-next-Step-Color_Error-0-12-0)}.step__4c9258ea.disabled__2f4ecd62{background-color:var(--triplex-next-Step-Background_Disabled-0-12-0)}.step__4c9258ea.disabled__2f4ecd62>span{color:var(--triplex-next-Step-Color_Disabled-0-12-0)}.stepperWrapper__3bddb541{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-12-0)}.stepperStep__e3a271ef{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__e3a271ef+.stepperStep__e3a271ef{margin-left:12px}.stepperStep__e3a271ef.sm__b31ea2e3:not(:last-child) .content__70c482f2{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__e3a271ef.sm__b31ea2e3:last-child .content__70c482f2{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__e3a271ef.sm__b31ea2e3:last-child .arrow__a1d92811{display:none}.stepperStep__e3a271ef.md__4aa5df13:not(:last-child) .content__70c482f2{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e3a271ef.md__4aa5df13:last-child .content__70c482f2{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__e3a271ef.md__4aa5df13:last-child .arrow__a1d92811{display:none}.stepperStep__e3a271ef.lg__307ba5fd:not(:last-child) .content__70c482f2{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e3a271ef.lg__307ba5fd:last-child .content__70c482f2{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__e3a271ef.lg__307ba5fd:last-child .arrow__a1d92811{display:none}.stepperStep__e3a271ef:hover:not(.active__f5415349):not(.disabled__09d3eae2) .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0)}.stepperStep__e3a271ef:hover:not(.active__f5415349):not(.disabled__09d3eae2) .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0)}.stepperStep__e3a271ef:hover:not(.active__f5415349):not(.disabled__09d3eae2) .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-12-0)}.stepperStep__e3a271ef.active__f5415349{cursor:default}.stepperStep__e3a271ef.active__f5415349 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-12-0)}.stepperStep__e3a271ef.active__f5415349 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-12-0)}.stepperStep__e3a271ef.active__f5415349.error__cc26ff88 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.active__f5415349.error__cc26ff88 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.active__f5415349.error__cc26ff88 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-12-0)}.stepperStep__e3a271ef.active__f5415349.warning__0cb0b3f9 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.active__f5415349.warning__0cb0b3f9 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.active__f5415349.warning__0cb0b3f9 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.error__cc26ff88:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.completed__56638400.warning__0cb0b3f9:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30 :not(.error__cc26ff88):not(.warning__0cb0b3f9) .content__70c482f2{color:var(--triplex-next-Stepper-Step_Color_Default-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30 :not(.error__cc26ff88):not(.warning__0cb0b3f9):hover .content__70c482f2{color:var(--triplex-next-Stepper-Step_Color_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.error__cc26ff88:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9 .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9:hover .arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.inactive__e096ae30.warning__0cb0b3f9:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-12-0)}.stepperStep__e3a271ef.disabled__09d3eae2{pointer-events:none}.stepperStep__e3a271ef.disabled__09d3eae2 .content__70c482f2{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-12-0)}.stepperStep__e3a271ef.disabled__09d3eae2 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-12-0)}.stepperStep__e3a271ef.disabled__09d3eae2 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400 .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349 .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30 .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400 .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349 .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30 .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400:hover .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349:hover .content__70c482f2,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30:hover .content__70c482f2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.stepperStep__e3a271ef.focusVisible__cc328fe6.completed__56638400:hover .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.active__f5415349:hover .arrow__a1d92811 path:last-child,.stepperStep__e3a271ef.focusVisible__cc328fe6.inactive__e096ae30:hover .arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-12-0)}.content__70c482f2{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-12-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-12-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-12-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__b31ea2e3{font-size:12px;line-height:16px}.md__4aa5df13{font-size:14px;line-height:20px}.lg__307ba5fd{font-size:16px;line-height:20px}.arrow__a1d92811{transform:translate(0)}.arrow__a1d92811 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-12-0)}.arrow__a1d92811 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-12-0)}.icon__c8cb6221{display:inline-flex;align-items:center;line-height:0}.nonempty__4d3b7a39 .icon__c8cb6221{margin-right:6px}.stepperExtended__1e4e419a{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__10db3035{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__10db3035::-webkit-scrollbar{display:none}.stepper__91874b41.sm__b31ea2e3{padding-left:28px;padding-right:28px}.stepper__91874b41.md__4aa5df13{padding-left:40px;padding-right:40px}.stepper__91874b41.lg__307ba5fd{padding-left:56px;padding-right:56px}.stepperCarousel__8fab8ebf{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__8fab8ebf .buttonPrev__88b26922.sm__b31ea2e3,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c.sm__b31ea2e3{height:28px;width:28px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922.md__4aa5df13,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c.md__4aa5df13{height:40px;width:40px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922.lg__307ba5fd,.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c.lg__307ba5fd{height:56px;width:56px}.stepperCarousel__8fab8ebf .buttonPrev__88b26922{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-12-0)}.stepperCarousel__8fab8ebf .buttonNext__b3cbce3c{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-12-0)}@media (max-width: 767px){.stepper__91874b41{padding-left:16px;padding-right:16px}.buttonPrev__88b26922,.buttonNext__b3cbce3c{display:none}}.islandAccordion__cc285e26{margin:0;padding:0}.islandAccordion__cc285e26 .island__f6102318{padding:0}.islandAccordion__cc285e26 .item__f441f9e8{position:relative;list-style-type:none}.islandAccordion__cc285e26 .item__f441f9e8.disabled__3b4b0695{cursor:default;pointer-events:none}.islandAccordion__cc285e26 .item__f441f9e8+.item__f441f9e8.sm__66865572,.islandAccordion__cc285e26 .item__f441f9e8+.item__f441f9e8.md__45239c73{margin-top:16px}.islandAccordion__cc285e26 .item__f441f9e8+.item__f441f9e8.lg__1bffc5ab{margin-top:24px}.islandAccordion__cc285e26 .item__f441f9e8 .header__f8c38a19{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__cc285e26 .item__f441f9e8 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8.type1__2026f3cb:not(.opened__2ae2e981) .header__f8c38a19:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8.type2__ff2b1358:not(.opened__2ae2e981) .header__f8c38a19:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8.type3__7f47ca75:not(.opened__2ae2e981) .header__f8c38a19:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-12-0)}.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a{text-align:right}.islandAccordion__cc285e26 .item__f441f9e8 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a{visibility:hidden}.islandAccordion__cc285e26 .item__f441f9e8.opened__2ae2e981 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.opened__2ae2e981 .footer__bf70e66a{visibility:visible}.islandAccordion__cc285e26 .item__f441f9e8 .caretWrapper__1078681f{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__cc285e26 .item__f441f9e8 .caretIcon__ee44b2ca{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .header__f8c38a19{padding:16px;border-radius:16px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .step__475ac407+.titleWrapper__9ec81577{margin-top:2px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .footer__bf70e66a{padding:0 16px 16px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .caretWrapper__1078681f{right:12px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .remove__94b8a535{right:-36px;top:20px}.islandAccordion__cc285e26 .item__f441f9e8.sm__66865572 .step__475ac407{margin-right:12px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .header__f8c38a19{padding:24px;border-radius:24px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .footer__bf70e66a{padding:0 24px 24px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .caretWrapper__1078681f{right:20px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .remove__94b8a535{right:-40px;top:28px}.islandAccordion__cc285e26 .item__f441f9e8.md__45239c73 .step__475ac407{margin-right:12px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .header__f8c38a19{padding:32px;border-radius:32px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .body__f971064b,.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .footer__bf70e66a{padding:0 32px 32px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .caretWrapper__1078681f{right:28px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .remove__94b8a535{right:-40px;top:36px}.islandAccordion__cc285e26 .item__f441f9e8.lg__1bffc5ab .step__475ac407{margin:0 16px 0 0}.islandAccordion__cc285e26 .item__f441f9e8.opened__2ae2e981:not(.disabled__3b4b0695) .caretWrapper__1078681f .caretIcon__ee44b2ca{transform:rotate(-180deg)}.islandAccordion__cc285e26 .item__f441f9e8 .remove__94b8a535{position:absolute}@media (max-width: 767px){.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__cc285e26 .item__f441f9e8 .footer__bf70e66a>*{margin-left:0!important}}.noColumns__20a0460b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__20a0460b>.content__76b1f6eb{width:456px;text-align:center}.filterPanel__18b0f36a{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__10544ef6{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__10544ef6>a:not(:first-child){margin-left:16px}.tabsLinePanel__07ed4cf7{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__abd4148c{0%{opacity:0}to{opacity:1}}.tableBasic__cd1fc10a{position:relative}.tableBasic__cd1fc10a table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__cd1fc10a table th.alignLeft__e9b209b2,.tableBasic__cd1fc10a table td.alignLeft__e9b209b2{text-align:left}.tableBasic__cd1fc10a table th.alignRight__0ad20c4a,.tableBasic__cd1fc10a table td.alignRight__0ad20c4a{text-align:right}.tableBasic__cd1fc10a table th.alignCenter__1671d531,.tableBasic__cd1fc10a table td.alignCenter__1671d531{text-align:center}.tableBasic__cd1fc10a table th.verticalAlignBaseline__273412d1,.tableBasic__cd1fc10a table td.verticalAlignBaseline__273412d1{vertical-align:baseline}.tableBasic__cd1fc10a table th.verticalAlignSub__00876f60,.tableBasic__cd1fc10a table td.verticalAlignSub__00876f60{vertical-align:sub}.tableBasic__cd1fc10a table th.verticalAlignSuper__4b8e9abf,.tableBasic__cd1fc10a table td.verticalAlignSuper__4b8e9abf{vertical-align:super}.tableBasic__cd1fc10a table th.verticalAlignTextTop__08fa86ea,.tableBasic__cd1fc10a table td.verticalAlignTextTop__08fa86ea{vertical-align:text-top}.tableBasic__cd1fc10a table th.verticalAlignTextBottom__eb0836cf,.tableBasic__cd1fc10a table td.verticalAlignTextBottom__eb0836cf{vertical-align:text-bottom}.tableBasic__cd1fc10a table th.verticalAlignMiddle__3229578a,.tableBasic__cd1fc10a table td.verticalAlignMiddle__3229578a{vertical-align:middle}.tableBasic__cd1fc10a table th.verticalAlignTop__bb955743,.tableBasic__cd1fc10a table td.verticalAlignTop__bb955743{vertical-align:top}.tableBasic__cd1fc10a table th.verticalAlignBottom__22b022fb,.tableBasic__cd1fc10a table td.verticalAlignBottom__22b022fb{vertical-align:bottom}.tableBasic__cd1fc10a table>thead>tr{height:48px}.tableBasic__cd1fc10a table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-12-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-12-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__cd1fc10a table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-12-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-12-0)}}.tableBasic__cd1fc10a table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__cd1fc10a table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__cd1fc10a table>thead>tr>th.checkboxType__d933f42b{padding:16px 12px}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35{display:inline-flex;vertical-align:top}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59{cursor:pointer}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763{display:flex;visibility:hidden;align-items:center}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763.alignLeft__e9b209b2{margin-right:8px}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763.alignRight__0ad20c4a{margin-left:8px}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59 .orderButton__498d2763.sorted__bc1bb10d{visibility:visible}.tableBasic__cd1fc10a table>thead>tr>th .thBlock__fca54d35.order__83bdba59:hover .orderButton__498d2763{visibility:visible}.tableBasic__cd1fc10a table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-12-0)}.tableBasic__cd1fc10a table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__cd1fc10a table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__cd1fc10a table>tbody>tr>td.textType__db20d42a{padding:12px}.tableBasic__cd1fc10a table>tbody>tr>td.componentsType__1934fd4e{padding:8px 12px}.tableBasic__cd1fc10a table>tbody>tr>td.checkboxType__d933f42b{padding:10px 12px 12px}.tableBasic__cd1fc10a table>tbody>tr.selected__2e087e04>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-12-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__cd1fc10a table>tbody>tr.selected__2e087e04>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-12-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-12-0)}}.tableBasic__cd1fc10a table>tbody.clickable__c16a7b45>tr{cursor:pointer}.tableBasic__cd1fc10a table>tbody.hoverable__312eb723>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-12-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__cd1fc10a table>tbody.hoverable__312eb723>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-12-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-12-0)}}.tableBasic__cd1fc10a .footerEmptyData__e421af30{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__cd1fc10a .spinnerWrapper__2c050852{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__cd1fc10a .spinnerWrapper__2c050852 .tableLoaderScreen__0431e782{border-radius:8px 8px 0 0}.tableBasic__cd1fc10a .overlayCover__8fe1cf19{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-12-0);animation:fadeIn__abd4148c .3s}.tableBasicSettingsBody__5013a9d9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__4dca702a{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-12-0)!important}.columnSettingsSortableListItemTarget__4dca702a:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-12-0)!important}.columnSettingsSortableListItemTarget__4dca702a.dragging__bc2c99d1{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-12-0)!important}.columnSettingsStaticListItem__c796fe7f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-12-0)}.tableBasicSettingsFooter__9ad49929{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-12-0);padding:11px 12px 12px}.tableBasicSettingsHeader__0a97f6e1{padding:16px 12px 12px}.tableSettingsLink__06ed677e{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__40da0466{width:320px}.tableFooterWrapper__02d758a8{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__02d758a8 .tableFooterShadow__0ecc8591{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-12-0);pointer-events:none}.tableFooterWrapper__02d758a8 .tableFooter__47946be9{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-12-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b{display:flex;align-items:center}.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectedCount__215f63d7,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectAllButton__551b67e9,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummaryAmount__cc333023{display:inline-flex}.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectedCount__215f63d7,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummarySelectAllButton__551b67e9,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummaryAmount__cc333023,.tableFooterWrapper__02d758a8 .tableFooter__47946be9 .tableFooterSummary__429d123b .tableFooterSummaryLabel__c3ed429e{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__02d758a8{height:112px}}.paginationPanel__0964c1b1{margin-top:16px}.masterTable__a5887057{position:relative}.orderedListItem__88160264{counter-increment:list-item-tx}.orderedListItem__88160264:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__88160264+.orderedListItem__88160264{margin-top:8px}.orderedList__5d8839fc{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__407c4ca9{position:relative}.suggestDropdownListItem__da205328{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__1385d628{position:relative}.suggestFieldMobileBody__709015a0{height:176px}.suggestFieldMobileDropdownHint__2ef4d0f3{padding:16px}.lightBox__45e52af5{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__45e52af5 .lightBoxBackdrop__102e09a4{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-12-0)}.lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d,.lightBox__45e52af5.lightBoxTopOverlayActive__a56c259e{overflow-y:hidden}.lightBox__45e52af5 .lightBoxContent__d5b252b5{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-12-0)}.lightBox__45e52af5 .lightBoxContent__d5b252b5>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__45e52af5 .lightBoxContent__d5b252b5>.global-page{padding:16px}}.lightBox__45e52af5 .loadingContentOverlay__52dcf99d{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__45e52af5 .lightBoxContentResizeWrapper__528dd79b{position:absolute;left:0;right:0;height:0}.lightBox__45e52af5 .tempElSafariBug__ccccca7f{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__b4438984,.global-LB-less-or-equal-media-point-0 .lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__d5b252b5{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__d5b252b5{padding-left:80px;padding-right:80px}.lightBoxControls__e10dc5cd{z-index:100}.withKeyboardEvent__1e38293f{display:inline-block}.withoutKeyboardEvent__16b57fd4,.lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d .withKeyboardEvent__1e38293f,.lightBox__45e52af5.lightBoxTopOverlayActive__a56c259e .withKeyboardEvent__1e38293f,.lightBox__45e52af5.isLoading__34bfd2dd .withKeyboardEvent__1e38293f{display:none}.lightBox__45e52af5.lightBoxSideOverlayActive__b9a7019d .withoutKeyboardEvent__16b57fd4,.lightBox__45e52af5.lightBoxTopOverlayActive__a56c259e .withoutKeyboardEvent__16b57fd4,.lightBox__45e52af5.isLoading__34bfd2dd .withoutKeyboardEvent__16b57fd4{display:inline-block}.lightBox__45e52af5.isLoading__34bfd2dd .lightBoxPrev__070774af,.lightBox__45e52af5.isLoading__34bfd2dd .lightBoxNext__5e0de3fa{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__e10dc5cd{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__f7b9e7d6{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__576a8aa2{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__9491219a{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__070774af,.global-LB-less-or-equal-media-point-0 .lightBoxNext__5e0de3fa{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__070774af{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__1e57dff4,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__c1694138{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__e10dc5cd{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f7b9e7d6{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__576a8aa2{display:none}.global-LB-more-media-point-0 .lightBoxClose__9491219a{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__070774af,.global-LB-more-media-point-0 .lightBoxNext__5e0de3fa{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__070774af{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__5e0de3fa{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__106524bc{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__106524bc.fixed__b7e37545{position:fixed}.overlay__106524bc.closing__5cb33cce,.overlay__106524bc.opened__d366587e{visibility:visible;left:0;right:0}.overlayPanel__210c9598{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-12-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__210c9598.bottom__e81611c8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__210c9598.left__24113e46{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__210c9598.right__76a60b84{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__210c9598.top__fba17955{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__210c9598.left__24113e46.opened__d366587e,.overlayPanel__210c9598.right__76a60b84.opened__d366587e{transform:translate(0)}.overlayPanel__210c9598.top__fba17955.opened__d366587e,.overlayPanel__210c9598.bottom__e81611c8.opened__d366587e{transform:translateY(0)}.overlayContent__0d9e7290{display:flex;min-height:100%}.overlayMask__f0e909d0{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-12-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__f0e909d0.overlayOpened__d67a564a{opacity:1}.lightBoxSideOverlayLoaderWrapper__e6bacd73{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__a85546f7{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__9d4a2a67{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__a85546f7{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9d4a2a67{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9d4a2a67{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__a85546f7{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__9d4a2a67{display:none}.lightBoxSideOverlayMask__0d7987af{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-12-0)}.lightBoxSideOverlayWrapper__80c917f8{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__80c917f8.overflowXHidden__29833c65{overflow-x:hidden}.lightBoxSideOverlayWrapper__80c917f8.overflowYHidden__bc3b7d4a{overflow-y:hidden}.lightBoxSideOverlayWrapper__80c917f8.closing__b787fdcb,.lightBoxSideOverlayWrapper__80c917f8.opened__78588312{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__80c917f8.closing__b787fdcb{pointer-events:none}.lightBoxSideOverlayWrapper__80c917f8 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__80c917f8 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-12-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a.opened__78588312{transform:none}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a.opening__a07458cc{transform:translateY(0)}.lightBoxSideOverlayWrapper__80c917f8.sizeSM__f212bfa2 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__80c917f8.sizeMD__d6f41983 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__80c917f8.sizeLG__9d6b1520 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayBase__c773e1cd{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__80c917f8 .lightBoxSideOverlayContent__192ccc0a{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__80c917f8 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__80c917f8 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__9e1484b8{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__9e1484b8.closing__b787fdcb,.lightBoxSideOverlay__9e1484b8.opening__a07458cc{overflow-x:hidden}.topOverlayMask__5e9c569f{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-12-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__ecfa0adb{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__ecfa0adb.closing__b3789545,.topOverlayWrapper__ecfa0adb.opened__9213201d{bottom:0}.topOverlayWrapper__ecfa0adb .topOverlayPanel__aeb9ad2a{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__9f2db16a{z-index:500}@media (max-width: 767px){.topOverlayPanel__aeb9ad2a{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__3d11e4e4{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__8f8eda86{display:none}}.lightBoxRightSidebar__733ccc49{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:fixed;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__7c840514{display:none}}html.scroll-0__bf934544{--triplex-next-scroll-width: 0px}html.scroll-15__5a5016a3{--triplex-next-scroll-width: 15px}html.scroll-16__a6a80470{--triplex-next-scroll-width: 16px}html.scroll-17__5b37ebdc{--triplex-next-scroll-width: 17px}.smsField__93f2dc01{display:inline-block;position:relative;width:100%}.smsField__93f2dc01 .input__6f07c06c{text-align:center}.smsField__93f2dc01 .input__6f07c06c::placeholder{opacity:1}.smsField__93f2dc01 .input__6f07c06c:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-12-0)}.smsField__93f2dc01 .input__6f07c06c.lg__5d270e00{padding:18px 40px}.smsField__93f2dc01 .input__6f07c06c.md__9d5dd983{padding-left:26px;padding-right:26px}.smsField__93f2dc01 .input__6f07c06c.sm__ba2050e1{padding-left:20px;padding-right:20px}.smsField__93f2dc01 .btnRefresh__cd8b381e{position:absolute;outline:none;z-index:1}.smsField__93f2dc01 .btnRefresh__cd8b381e.lg__5d270e00{top:12px;left:12px;height:32px;width:32px}.smsField__93f2dc01 .btnRefresh__cd8b381e.md__9d5dd983{top:10px;left:10px}.smsField__93f2dc01 .btnRefresh__cd8b381e.sm__ba2050e1{top:4px;left:4px}.smsField__93f2dc01 .btnRefresh__cd8b381e .full__6956452e{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-12-0)}.smsField__93f2dc01 .btnRefresh__cd8b381e .empty__833a4f52{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-12-0)}.smsField__93f2dc01 .btnRefresh__cd8b381e:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e.active__932d4295:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e.active__932d4295:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-12-0)}.smsField__93f2dc01 .btnSubmit__b774fa7e.lg__5d270e00{top:15px;right:15px;height:26px;width:26px}.smsField__93f2dc01 .btnSubmit__b774fa7e.md__9d5dd983{top:10px;right:10px}.smsField__93f2dc01 .btnSubmit__b774fa7e.sm__ba2050e1{top:4px;right:4px}.spoiler__ceb45cc4{display:flex;flex-direction:column}.spoiler__ceb45cc4.opened__555d809d .caretIcon__e4d2838f{transform:rotate(-180deg)}.spoiler__ceb45cc4 .head__c9f3f5e1 .caretIcon__e4d2838f{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__ceb45cc4 .head__c9f3f5e1 button>span{white-space:normal;text-align:left}.spoiler__ceb45cc4 .content__5f5eb196.hidden__8aa0f596{display:none}.spoiler__ceb45cc4 .lg__821886ea .content__5f5eb196{margin-top:8px}.spoiler__ceb45cc4 .md__d85f5d72 .content__5f5eb196{margin-top:0}.spoiler__ceb45cc4 .sm__d98762c4 .content__5f5eb196{margin-top:-4px}.statusTrackerWrapper__9eed1d59{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-12-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-12-0);overflow:hidden;height:100%}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918.verticalAlignMiddle__e947999a{align-self:center}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918.verticalAlignBottom__66928a0b{align-self:end}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerChild__920d67ca{padding:8px 0}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerChild__920d67ca:empty{padding:0}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerSum__0e8de3c9,.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerTitle__2c0c4fc2{padding-bottom:4px}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerDescription__581e84aa{display:block;padding-top:8px}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerAlert__81556472{margin-top:12px;text-align:left}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerStatus__7667311d{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerFooterWrapper__e5ebd016{display:grid}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerFooterWrapper__e5ebd016 .statusTrackerDescription__581e84aa:last-child{padding-top:0}.statusTrackerWrapper__9eed1d59 .statusTracker__be8e4918 .statusTrackerFooterWrapper__e5ebd016 .statusTrackerButton__a60c48a0{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.waiting__f73a46df{background:var(--triplex-next-StatusTracker-Waiting_Color-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.warning__43fc9995{background:var(--triplex-next-StatusTracker-Warning_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.rejected__d0027c80{background:var(--triplex-next-StatusTracker-Rejected_Color-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerColor__e462b532.approved__2d0f979d{background:var(--triplex-next-StatusTracker-Approved_Color-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.waiting__f73a46df{background:var(--triplex-next-StatusTracker-Waiting_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.warning__43fc9995{background:var(--triplex-next-StatusTracker-Warning_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.rejected__d0027c80{background:var(--triplex-next-StatusTracker-Rejected_Background-0-12-0)}.statusTrackerWrapper__9eed1d59 .statusTrackerBackground__50129ae9.approved__2d0f979d{background:var(--triplex-next-StatusTracker-Approved_Background-0-12-0)}@media (max-width: 767px){.statusTrackerWrapper__9eed1d59{border-radius:16px}}.smallInput__5d3588d1{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-12-0);background:var(--triplex-next-SmallInput-Background-0-12-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-12-0)}.smallInput__5d3588d1::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-12-0);opacity:1}.smallInput__5d3588d1::-ms-clear{display:none}.documentNumberEdit__6eb658c6 .label__2ede4073{display:inline-block;margin-right:8px}.documentNumberEdit__6eb658c6 .inputEditWrapper__3036d401{width:68px;display:inline-block}.sliderExtendedDot__2aa2c3b7{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-12-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__2aa2c3b7:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-12-0)}.sliderExtendedDot__2aa2c3b7.focusedByClick__6dda4825:focus{box-shadow:none}.sliderExtendedDot__2aa2c3b7:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-12-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2aa2c3b7:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-12-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__2aa2c3b7.disabled__ecaf9940{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-12-0)}.sliderExtendedDot__2aa2c3b7.disabled__ecaf9940:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-12-0)}.sliderExtendedDot__2aa2c3b7.disabled__ecaf9940:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-12-0)}.sliderExtendedDot__2aa2c3b7:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-12-0)}.sliderExtendedDot__2aa2c3b7:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-12-0)}.sliderExtendedDot__2aa2c3b7.dragByMouse__f5917529{background:var(--triplex-next-Slider-Dot_Background_Select-0-12-0)}.sliderExtendedDot__2aa2c3b7.dragByMouse__f5917529:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-12-0)}.sliderExtendedDot__2aa2c3b7:hover .sliderExtendedTooltipOverlay__3e907016,.sliderExtendedDot__2aa2c3b7:focus .sliderExtendedTooltipOverlay__3e907016{visibility:visible}.sliderExtendedDot__2aa2c3b7.lg__7e80a407{width:28px;height:28px}.sliderExtendedDot__2aa2c3b7.lg__7e80a407:after{width:10px;height:10px}.sliderExtendedDot__2aa2c3b7.lg__7e80a407:before{width:14px;height:14px}.sliderExtendedMarks__5c6145eb{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__cb2536f9{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__cb2536f9 .sliderExtendedMarkDot__88f446e1{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-12-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__cb2536f9 .sliderExtendedMarkDot__88f446e1.inSelectedRange__b1698ff4{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-12-0)}.sliderExtendedMark__cb2536f9.lg__7e80a407{top:20px}.sliderExtendedMark__cb2536f9.lg__7e80a407 .sliderExtendedMarkDot__88f446e1{top:-20px}.sliderExtendedMark__cb2536f9 .sliderExtendedMarkText__f77e076b{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__cb2536f9.disabled__ecaf9940{pointer-events:none}.sliderExtendedMark__cb2536f9.disabled__ecaf9940 .sliderExtendedMarkText__f77e076b{pointer-events:none;opacity:.35}.sliderExtendedMark__cb2536f9.disabled__ecaf9940 .sliderExtendedMarkDot__88f446e1{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-12-0)}.sliderExtendedMark__cb2536f9:first-child,.sliderExtendedMark__cb2536f9:last-child{transform:none}.sliderExtendedMark__cb2536f9:first-child.reverse__8be68897 .sliderExtendedMarkDot__88f446e1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__cb2536f9:first-child.reverse__8be68897 .sliderExtendedMarkText__f77e076b{margin-right:-4px}.sliderExtendedMark__cb2536f9:first-child:not(.reverse__8be68897) .sliderExtendedMarkDot__88f446e1{left:0;transform:translate(-50%)}.sliderExtendedMark__cb2536f9:first-child .sliderExtendedMarkText__f77e076b{margin-left:-4px}.sliderExtendedMark__cb2536f9:last-child.reverse__8be68897 .sliderExtendedMarkDot__88f446e1{left:0;transform:translate(-50%)}.sliderExtendedMark__cb2536f9:last-child.reverse__8be68897 .sliderExtendedMarkText__f77e076b{margin-left:-4px}.sliderExtendedMark__cb2536f9:last-child:not(.reverse__8be68897) .sliderExtendedMarkDot__88f446e1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__cb2536f9:last-child .sliderExtendedMarkText__f77e076b{margin-right:-4px}.sliderExtendedMark__cb2536f9.active__30a07c6d{pointer-events:none}.sliderExtendedRail__0925bd96{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-12-0);cursor:pointer}.sliderExtended__91873de7{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__91873de7.disabled__ecaf9940 .sliderExtendedRail__0925bd96{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-12-0)}.sliderExtended__91873de7.lg__7e80a407{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__ad7f2783{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-12-0);z-index:10}.sliderExtendedTrack__ad7f2783.lg__7e80a407{top:12px}.sliderExtendedTrack__ad7f2783:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-12-0)}.sliderExtendedTrack__ad7f2783.focusedByClick__6dda4825:focus{box-shadow:none}.sliderExtendedTrack__ad7f2783.hoverOrDragByMouse__8d611c9c{background:var(--triplex-next-Slider-Track_Background_Hover-0-12-0)}.sliderExtendedTrack__ad7f2783.staticSlider__74cf4307{cursor:default;pointer-events:none}.sliderExtendedTrack__ad7f2783.disabled__ecaf9940{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-12-0)}.sliderExtendedTooltipOverlay__3e907016{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__3e907016.lg__7e80a407{bottom:32px}.sliderExtendedTooltipOverlay__3e907016 .tooltipBody__c0173215{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-12-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-12-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__3e907016 .tooltipTip__cb4734c2{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-12-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__3e907016 .tooltipTip__cb4734c2{margin:-.5px}}.treeView__cf19d0ae,.treeViewGroup__2ef97d4e{margin:0;padding:0}.treeView__cf19d0ae .treeViewNode__14638f09,.treeViewGroup__2ef97d4e .treeViewNode__14638f09{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__c944ea54.collapsed__09936e39{visibility:hidden}.checkboxTreeExtended__90d903f2{margin-bottom:-12px}.checkboxTreeExtendedNode__21b7d77b .checkboxTreeExtendedNode__21b7d77b{margin-left:24px}.checkboxTreeExtendedNodeHeader__81b9edd7{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__81b9edd7 .checkboxTreeCheckboxLabel__48cad6d1{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__81b9edd7 .caretIconWrapper__694615ce{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__81b9edd7 .caretIconWrapper__694615ce:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-12-0)}.checkboxTreeExtendedNodeHeader__81b9edd7.opened__bbe72d83 .caretIconWrapper__694615ce{transform:rotate(180deg)}.chipGroup__56e737f5{display:flex}.chipGroup__56e737f5.oneLine__6547dcca{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__56e737f5.oneLine__6547dcca::-webkit-scrollbar{display:none}.chipGroup__56e737f5.multiLine__d56ddc03{flex-wrap:wrap}.chipGroup__56e737f5.lg__b630fa66{gap:12px}.chipGroup__56e737f5.md__681bb86d,.chipGroup__56e737f5.sm__c192fbe3{gap:8px}.confirm__4d3ea904{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__4d3ea904.isInLightBox__0449fef0{max-width:800px}.confirm__4d3ea904.isInSideOverlaySM__62d270df{max-width:416px}.confirm__4d3ea904.isInSideOverlayMD__50bf87fc{max-width:536px}.confirm__4d3ea904.isInSideOverlayLG__ebe2473a{max-width:736px}.confirmCloseButton__fe67adfd{position:absolute;top:24px;right:24px}.confirmContent__c3a5ac88{margin-bottom:24px;padding-right:56px}.confirmControls__75374729{white-space:nowrap}.confirmContentTitle__a798a813{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__fe67adfd{top:16px;right:16px}.confirmContent__c3a5ac88{margin-bottom:16px}}.divider__e644d984{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-12-0);border:none}.marginTopSize-4__f5427cca{margin-top:4px}.marginBottomSize-4__7b846cad{margin-bottom:4px}.marginTopSize-8__cf0be67d{margin-top:8px}.marginBottomSize-8__0aeb9f25{margin-bottom:8px}.marginTopSize-12__72bf3965{margin-top:12px}.marginBottomSize-12__388d6c94{margin-bottom:12px}.marginTopSize-16__fc096de3{margin-top:16px}.marginBottomSize-16__8bc9ac1a{margin-bottom:16px}.marginTopSize-20__d7f7e8b7{margin-top:20px}.marginBottomSize-20__aa4111f3{margin-bottom:20px}.marginTopSize-24__8c3d2c15{margin-top:24px}.marginBottomSize-24__be88f262{margin-bottom:24px}.marginTopSize-28__a914ada9{margin-top:28px}.marginBottomSize-28__2ec84266{margin-bottom:28px}.marginTopSize-32__d1b607fd{margin-top:32px}.marginBottomSize-32__3afe8835{margin-bottom:32px}.listMasterChipGroup__a89f0f79{padding:0 16px}.listMasterFooter__04e91fbe{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-12-0);color:var(--triplex-next-ListMaster-Footer_Color-0-12-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__04e91fbe.sticky__de8b99c1{position:sticky;bottom:0}.listMasterFooterDescription__a5eceaa4{padding-right:16px}.listMasterFooterControls__f9114de8{white-space:nowrap}.listMasterHeader__18050e9e{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-12-0);color:var(--triplex-next-ListMaster-Header_Color-0-12-0)}.listMasterHeader__18050e9e.sticky__de8b99c1{position:sticky;top:0;z-index:1}.selectionControls__5e849f3c{display:flex;justify-content:space-between;align-items:center}.uploadZoneDesktop__3f0234b6{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-12-0)}.uploadZoneDesktop__3f0234b6:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-12-0)}.uploadZoneDragArea__c510a0b1{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-12-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7e69ccaa{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-12-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-12-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-12-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__4a539ac9{display:none}.uploadZoneMobile__8008c53a{display:flex;flex-direction:column;align-items:start;gap:8px;padding:12px 10px 12px 16px}.uploadZoneMobile__8008c53a .uploadZoneMobileHeader__353307eb{display:flex;gap:4px}button.helpBoxButton__a82f74ef{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__ddb72e54{padding-right:16px}.dateRange__f164fe25{display:flex;align-items:center}.dateRangeButton__8bb6c2d0{z-index:1}.separator__2b6371eb{width:20px;height:20px;flex-shrink:0}.tagColor__04b6d04d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__04b6d04d.sm__c6f1053a{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__04b6d04d.md__478d79da{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__04b6d04d.lg__b67a17a0{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__04b6d04d.default__0ee92b0c{background:var(--triplex-next-TagColor-Background_Default-0-12-0)}.tagColor__04b6d04d.success__eec572f6{background:var(--triplex-next-TagColor-Background_Success-0-12-0)}.tagColor__04b6d04d.info__86301ddf{background:var(--triplex-next-TagColor-Background_Info-0-12-0)}.tagColor__04b6d04d.warning__8c28168f{background:var(--triplex-next-TagColor-Background_Warning-0-12-0)}.tagColor__04b6d04d.error__8c87eb06{background:var(--triplex-next-TagColor-Background_Error-0-12-0)}.content__c4b1fba6{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-12-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-14-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-14-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-14-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-14-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-14-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-14-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-14-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-14-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-14-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-14-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-0-14-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-14-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-14-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-14-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-14-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-14-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-14-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-14-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-14-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-14-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-14-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-14-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-0-14-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-0-14-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-0-14-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-0-14-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-0-14-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-0-14-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-0-14-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-0-14-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-0-14-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-0-14-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-0-14-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-0-14-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-0-14-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-0-14-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-0-14-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-0-14-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-0-14-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-0-14-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-0-14-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-0-14-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-0-14-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-0-14-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-0-14-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-0-14-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-0-14-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-0-14-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-0-14-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-0-14-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-0-14-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-0-14-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-0-14-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-0-14-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-0-14-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-0-14-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-0-14-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-0-14-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-0-14-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-0-14-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-0-14-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-0-14-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-0-14-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-0-14-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-0-14-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-0-14-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-0-14-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-0-14-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-0-14-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-0-14-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-0-14-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-0-14-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-0-14-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-0-14-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-0-14-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-0-14-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-0-14-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-0-14-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-0-14-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-0-14-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-0-14-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-0-14-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-0-14-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-0-14-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-0-14-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-0-14-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-0-14-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-0-14-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-0-14-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-0-14-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-0-14-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-0-14-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-0-14-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-0-14-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-0-14-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-0-14-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-0-14-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-0-14-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-0-14-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-0-14-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-0-14-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-0-14-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-0-14-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-0-14-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-0-14-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-0-14-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-0-14-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-0-14-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-0-14-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-0-14-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-0-14-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-0-14-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-0-14-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-0-14-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-0-14-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-0-14-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-0-14-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Button-General_Background_Active-0-14-0: #007777;
|
|
122
|
+
--triplex-next-Button-General_Background_Default-0-14-0: #21A19A;
|
|
123
|
+
--triplex-next-Button-General_Background_Disabled-0-14-0: #F2F4F7;
|
|
124
|
+
--triplex-next-Button-General_Background_Hover-0-14-0: #19BDB0;
|
|
125
|
+
--triplex-next-Button-General_Color_Active-0-14-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
128
|
+
--triplex-next-Button-General_Color_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Active-0-14-0: #DCDFE4;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Default-0-14-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-14-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Hover-0-14-0: #EAEDF1;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Active-0-14-0: #007777;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Default-0-14-0: #008985;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Hover-0-14-0: #21A19A;
|
|
138
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-14-0: #DFE2E7;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-14-0: #FFFFFF;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-0: #F2F4F7;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-14-0: #EEF0F4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-14-0: #007777;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-14-0: #008985;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-14-0: #21A19A;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Active-0-14-0: #BD002C;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Default-0-14-0: #E60037;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Disabled-0-14-0: #F2F4F7;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Hover-0-14-0: #F80C45;
|
|
152
|
+
--triplex-next-Button-Danger_Color_Active-0-14-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
157
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169;
|
|
158
|
+
--triplex-next-Button-Link_Color_Active-0-14-0: #007777;
|
|
159
|
+
--triplex-next-Button-Link_Color_Default-0-14-0: #008985;
|
|
160
|
+
--triplex-next-Button-Link_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
161
|
+
--triplex-next-Button-Link_Color_Hover-0-14-0: #21A19A;
|
|
162
|
+
--triplex-next-Button-Link_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
163
|
+
--triplex-next-Calendar-Background_Shadow-0-14-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
164
|
+
--triplex-next-Calendar-View_Header_Color-0-14-0: rgba(31, 31, 34, .55);
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-14-0: none;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-14-0: #19BDB0;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-0: #21A19A;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-0: #007777;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-0: #E3FFFA;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-0: #A8F5E9;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-0: transparent;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-0: #FFD169;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-14-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-14-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-0: #E60037;
|
|
192
|
+
--triplex-next-Card-Static_General_Background-0-14-0: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Static_Secondary_Background-0-14-0: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background-0-14-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Hover-0-14-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected-0-14-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background-0-14-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-14-0: #EAEDF1;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-14-0: #E3E6EA;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-0: #DCDFE4;
|
|
202
|
+
--triplex-next-Card-Shadow_Default-0-14-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
203
|
+
--triplex-next-Card-Shadow_Focus-0-14-0: inset 0 0 0 1px #FFD169;
|
|
204
|
+
--triplex-next-Card-Shadow_Hover-0-14-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
205
|
+
--triplex-next-Card-Shadow_Selected-0-14-0: inset 0 0 0 1px #21A19A;
|
|
206
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-14-0: inset 0 0 0 1px #19BDB0;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-14-0: #21A19A;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-14-0: #EAEDF1;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-14-0: #007777;
|
|
210
|
+
--triplex-next-Checkbox-Background_Default-0-14-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Disabled-0-14-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Hover-0-14-0: #19BDB0;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Default-0-14-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-14-0: 0 0 0 1px #E3E6EA inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-14-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-0: none;
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
221
|
+
--triplex-next-Chip-Background_Active-0-14-0: #DFE2E7;
|
|
222
|
+
--triplex-next-Chip-Background_Default-0-14-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Disabled-0-14-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Hover-0-14-0: #EAEDF1;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Active-0-14-0: #4F4F52;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Default-0-14-0: #3B3B3E;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-14-0: #343437;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Hover-0-14-0: #49494C;
|
|
229
|
+
--triplex-next-Chip-Color_Active-0-14-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
232
|
+
--triplex-next-Chip-Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Active-0-14-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-14-0: rgba(255, 255, 255, .25);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
238
|
+
--triplex-next-Divider-Background-0-14-0: #D6D9E0;
|
|
239
|
+
--triplex-next-Dropdown-Background-0-14-0: #FFFFFF;
|
|
240
|
+
--triplex-next-Dropdown-Shadow-0-14-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
241
|
+
--triplex-next-DropdownList-Background_Active-0-14-0: #EAEDF1;
|
|
242
|
+
--triplex-next-DropdownList-Background_Default-0-14-0: none;
|
|
243
|
+
--triplex-next-DropdownList-Background_Selected-0-14-0: #DCDFE4;
|
|
244
|
+
--triplex-next-DropdownList-Color-0-14-0: rgba(31, 31, 34, 1);
|
|
245
|
+
--triplex-next-DropdownMobile-Backdrop-0-14-0: rgba(31, 31, 34, .65);
|
|
246
|
+
--triplex-next-DropdownMobile-Border_Color-0-14-0: #D6D9E0;
|
|
247
|
+
--triplex-next-DropdownMobile-Content_Background-0-14-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Footer_Background-0-14-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Header_Background-0-14-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Active_Background-0-14-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-14-0: #DCDFE4;
|
|
252
|
+
--triplex-next-FooterPage-StickyShadow-0-14-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
253
|
+
--triplex-next-FormField-Background_Active-0-14-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Default-0-14-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Disabled-0-14-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Error-0-14-0: #FFF0F3;
|
|
257
|
+
--triplex-next-FormField-Background_Error_Hover-0-14-0: #FCE0E6;
|
|
258
|
+
--triplex-next-FormField-Background_Hover-0-14-0: #EAEDF1;
|
|
259
|
+
--triplex-next-FormField-Background_Warning-0-14-0: #FFF4DB;
|
|
260
|
+
--triplex-next-FormField-Background_Warning_Hover-0-14-0: #FCEAC7;
|
|
261
|
+
--triplex-next-FormField-Input_Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-FormField-Input_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Disabled-0-14-0: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
268
|
+
--triplex-next-FormField-Shadow_Active-0-14-0: 0 0 0 1px #21A19A inset;
|
|
269
|
+
--triplex-next-FormField-Shadow_Default-0-14-0: none;
|
|
270
|
+
--triplex-next-FormField-Shadow_Error_Active-0-14-0: 0 0 0 1px #E60037 inset;
|
|
271
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-14-0: 0 0 0 1px #FD6508 inset;
|
|
272
|
+
--triplex-next-FormField-Placeholder_Color-0-14-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-HeaderPage-StickyShadow-0-14-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
274
|
+
--triplex-next-Island-Type1_Background-0-14-0: #FFFFFF;
|
|
275
|
+
--triplex-next-Island-Type2_Background-0-14-0: rgba(255, 255, 255, .35);
|
|
276
|
+
--triplex-next-Island-Type3_Background-0-14-0: #F2F4F7;
|
|
277
|
+
--triplex-next-Island-Type1_Shadow-0-14-0: none;
|
|
278
|
+
--triplex-next-Island-Type2_Shadow-0-14-0: 0 0 0 1px #FFFFFF inset;
|
|
279
|
+
--triplex-next-Island-Type3_Shadow-0-14-0: none;
|
|
280
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-0: #DCDFE4;
|
|
281
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-0: rgba(31, 31, 34, .05);
|
|
282
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-0: #DCDFE4;
|
|
283
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-14-0: #FFFFFF;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
286
|
+
--triplex-next-LightBox-Backdrop_Background-0-14-0: rgba(31, 31, 34, .75);
|
|
287
|
+
--triplex-next-LightBox-Content_Background-0-14-0: #EAEDF1;
|
|
288
|
+
--triplex-next-Link-BorderColor_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
289
|
+
--triplex-next-Link-Text_Color_Active-0-14-0: #007777;
|
|
290
|
+
--triplex-next-Link-Text_Color_Default-0-14-0: #008985;
|
|
291
|
+
--triplex-next-Link-Text_Color_Hover-0-14-0: #21A19A;
|
|
292
|
+
--triplex-next-ListItem-Background-0-14-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Dragging-0-14-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Selected-0-14-0: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItem-Shadow-0-14-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-14-0: #DCDFE4;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-14-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-14-0: #EAEDF1;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-14-0: #007777;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-14-0: #008985;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-14-0: #21A19A;
|
|
302
|
+
--triplex-next-ListMaster-Background-0-14-0: #FFFFFF;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Background-0-14-0: #DCDFE4;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Color-0-14-0: #EAEDF1;
|
|
305
|
+
--triplex-next-ListMaster-Header_Background-0-14-0: #DCDFE4;
|
|
306
|
+
--triplex-next-ListMaster-Header_Color-0-14-0: #EAEDF1;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Brand-0-14-0: #21A19A;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Neutral-0-14-0: rgba(255, 255, 255, 1);
|
|
309
|
+
--triplex-next-Loader-Middle_Background_Default-0-14-0: #EEF0F4;
|
|
310
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-0: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-14-0: #EEF0F4;
|
|
313
|
+
--triplex-next-Marker-Background_Error-0-14-0: #E60037;
|
|
314
|
+
--triplex-next-Marker-Background_Success-0-14-0: #21A19A;
|
|
315
|
+
--triplex-next-Marker-Background_Waiting-0-14-0: #8291B3;
|
|
316
|
+
--triplex-next-Marker-Background_Warning-0-14-0: #FD6508;
|
|
317
|
+
--triplex-next-MarkerStatus-Description_Color-0-14-0: rgba(0, 0, 0, 0.55);
|
|
318
|
+
--triplex-next-ModalWindow-Background-0-14-0: #EAEDF1;
|
|
319
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-14-0: rgba(79, 79, 82, .5);
|
|
320
|
+
--triplex-next-MultiselectField-Divider_Color-0-14-0: #D6D9E0;
|
|
321
|
+
--triplex-next-Notification-Background-0-14-0: #FFFFFF;
|
|
322
|
+
--triplex-next-Notification-Color-0-14-0: #1F1F22;
|
|
323
|
+
--triplex-next-Notification-TimeColor-0-14-0: rgba(31, 31, 34, 0.65);
|
|
324
|
+
--triplex-next-Notification-Shadow-0-14-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
325
|
+
--triplex-next-Overlay-Background-0-14-0: rgba(255, 255, 255, .8);
|
|
326
|
+
--triplex-next-Overlay-Panel_Background-0-14-0: #FFFFFF;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-14-0: #E3E6EA;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-14-0: #F2F4F7;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-14-0: #E3E6EA;
|
|
330
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-0: #FFD169;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Default-0-14-0: #21A19A;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-14-0: #EAEDF1;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Hover-0-14-0: #007777;
|
|
335
|
+
--triplex-next-Radio-Background_Default-0-14-0: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Disabled-0-14-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Hover-0-14-0: #19BDB0;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Default-0-14-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Disabled-0-14-0: 0 0 0 1px #E3E6EA inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Focused-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-14-0: none;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-0: none;
|
|
343
|
+
--triplex-next-Radio-Dot_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-Radio-Dot_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
345
|
+
--triplex-next-SegmentedControl-General_1_Background-0-14-0: #F2F4F7;
|
|
346
|
+
--triplex-next-SegmentedControl-General_2_Background-0-14-0: #FFFFFF;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-14-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-14-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-0: rgba(255, 255, 255, .25);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-0: #F2F4F7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-0: #DFE2E7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-0: #3B3B3E;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-0: #49494C;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-0: #343437;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-0: rgba(255, 255, 255, .25);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-0: #EEF0F4;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-0: #3B3B3E;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-0: #49494C;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-0: #343437;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-0: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-0: #DFE2E7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-0: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-14-0: #DFE2E7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-0: #FFFFFF;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-0: #EEF0F4;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-0: #E3E6EA;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-14-0: #D6D9E0;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-0: #F2F4F7;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-0: transparent;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-0: #FFD169;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0: #F2F4F7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-0: #DFE2E7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0: rgba(31, 31, 34, .05);
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-0: rgba(31, 31, 34, .15);
|
|
403
|
+
--triplex-next-SmallInput-Background-0-14-0: #F2F4F7;
|
|
404
|
+
--triplex-next-SmallInput-Color-0-14-0: rgba(31, 31, 34, 1);
|
|
405
|
+
--triplex-next-SmallInput-PlaceholderColor-0-14-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SmallInput-Shadow-0-14-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-14-0: rgba(31, 31, 34, .35);
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-14-0: #008985;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Default-0-14-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-14-0: #19BDB0;
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Active-0-14-0: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Default-0-14-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-14-0: #F2F4F7;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Hover-0-14-0: #19BDB0;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Select-0-14-0: #007777;
|
|
417
|
+
--triplex-next-Slider-Dot_Focus-0-14-0: #FFD169;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background-0-14-0: #FFFFFF;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-14-0: #DCDFE4;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-0: #21A19A;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-0: #E7E9EE;
|
|
423
|
+
--triplex-next-Slider-Rail_Background-0-14-0: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-14-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Background-0-14-0: #1B1B1D;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Color-0-14-0: rgba(255, 255, 255, 1);
|
|
427
|
+
--triplex-next-Slider-Track_Background_Default-0-14-0: #21A19A;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Disabled-0-14-0: #E7E9EE;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Hover-0-14-0: #007777;
|
|
430
|
+
--triplex-next-StatusTracker-Draft_Background-0-14-0: rgba(255, 255, 255, .15);
|
|
431
|
+
--triplex-next-StatusTracker-Warning_Background-0-14-0: #FF7A17;
|
|
432
|
+
--triplex-next-StatusTracker-Waiting_Background-0-14-0: #BFCADF;
|
|
433
|
+
--triplex-next-StatusTracker-Rejected_Background-0-14-0: #FF5571;
|
|
434
|
+
--triplex-next-StatusTracker-Approved_Background-0-14-0: #00D67D;
|
|
435
|
+
--triplex-next-StatusTracker-Waiting_Color-0-14-0: #A9B6D0;
|
|
436
|
+
--triplex-next-StatusTracker-Rejected_Color-0-14-0: #FFB1C1;
|
|
437
|
+
--triplex-next-StatusTracker-Approved_Color-0-14-0: #00D67D;
|
|
438
|
+
--triplex-next-StatusTracker-Border_Color-0-14-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Step-Color_Active-0-14-0: #008985;
|
|
440
|
+
--triplex-next-Step-Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Step-Color_Disabled-0-14-0: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Done-0-14-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Error-0-14-0: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Color_Warning-0-14-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Background_Active-0-14-0: #E3FFFA;
|
|
446
|
+
--triplex-next-Step-Background_Default-0-14-0: rgba(31, 31, 34, .05);
|
|
447
|
+
--triplex-next-Step-Background_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
448
|
+
--triplex-next-Step-Background_Done-0-14-0: #008985;
|
|
449
|
+
--triplex-next-Step-Background_Error-0-14-0: #D10032;
|
|
450
|
+
--triplex-next-Step-Background_Warning-0-14-0: #EF4C01;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Default-0-14-0: #F2F4F7;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Hover-0-14-0: #EAEDF1;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-14-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error-0-14-0: #FFF0F3;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0: #FCE0E6;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning-0-14-0: #FFF4DB;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0: #FCEAC7;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0: #FFD169;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-14-0: #E60037;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0: #FD6508;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-14-0: #21A19A;
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
465
|
+
--triplex-next-Stepper-ButtonNext_Background-0-14-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-ButtonPrev_Background-0-14-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-Background-0-14-0: #FFFFFF;
|
|
468
|
+
--triplex-next-Stepper-Wrapper_Background-0-14-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
469
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-0-14-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
470
|
+
--triplex-next-TableBasic-Background_Hover-0-14-0: #E3E6EA;
|
|
471
|
+
--triplex-next-TableBasic-Background_Selected-0-14-0: #DCDFE4;
|
|
472
|
+
--triplex-next-TableBasic-Color-0-14-0: rgba(31, 31, 34, 1);
|
|
473
|
+
--triplex-next-TableBasic-Header_Background-0-14-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Background-0-14-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-14-0: linear-gradient(transparent, #FFFFFF);
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-0: #D6D9E0;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0: #FFFFFF;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-0: #EAEDF1;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-0: #FFFFFF;
|
|
480
|
+
--triplex-next-Tabs-Type1_Background-0-14-0: #F2F4F7;
|
|
481
|
+
--triplex-next-Tabs-Type2_Background-0-14-0: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-0: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-0: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-0: #DCDFE4;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-0: #EEF0F4;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-14-0: transparent;
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-0: #FFD169;
|
|
496
|
+
--triplex-next-Tag-Background-0-14-0: #DFE2E7;
|
|
497
|
+
--triplex-next-TagColor-Background_Default-0-14-0: #EEF3FC;
|
|
498
|
+
--triplex-next-TagColor-Background_Success-0-14-0: #E3FFFA;
|
|
499
|
+
--triplex-next-TagColor-Background_Info-0-14-0: #E3F6FF;
|
|
500
|
+
--triplex-next-TagColor-Background_Warning-0-14-0: #FFF4DB;
|
|
501
|
+
--triplex-next-TagColor-Background_Error-0-14-0: #FFF0F3;
|
|
502
|
+
--triplex-next-TagColor-Text_Color_Default-0-14-0: rgba(31, 31, 34, .75);
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Active-0-14-0: #21A19A;
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-14-0: #19BDB0;
|
|
505
|
+
--triplex-next-TabsLine-Separator_Color-0-14-0: #D6D9E0;
|
|
506
|
+
--triplex-next-TabsLine-Shadow_Focus-0-14-0: 0 0 0 1px #FFDD64 inset;
|
|
507
|
+
--triplex-next-Tooltip-Background-0-14-0: #1B1B1D;
|
|
508
|
+
--triplex-next-Tooltip-Color-0-14-0: rgba(255, 255, 255, 1);
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-0: #008985;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-0: #19BDB0;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-0: #4BD9CF;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-0: #007777;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-0: #008985;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-0: #21A19A;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-0: 0 0 0 1px #FFDD64;
|
|
517
|
+
--triplex-next-TopOverlay-Background-0-14-0: rgba(31, 31, 34, .55);
|
|
518
|
+
--triplex-next-Typography-Primary_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
519
|
+
--triplex-next-Typography-Complementary_Color-0-14-0: rgba(31, 31, 34, .85);
|
|
520
|
+
--triplex-next-Typography-Secondary_Color-0-14-0: rgba(31, 31, 34, .65);
|
|
521
|
+
--triplex-next-Typography-Tertiary_Color-0-14-0: rgba(31, 31, 34, .55);
|
|
522
|
+
--triplex-next-Typography-Disabled_Color-0-14-0: rgba(31, 31, 34, .35);
|
|
523
|
+
--triplex-next-Typography-Brand_Color-0-14-0: #008985;
|
|
524
|
+
--triplex-next-Typography-Info_Color-0-14-0: #0E57CC;
|
|
525
|
+
--triplex-next-Typography-Success_Color-0-14-0: #008B5C;
|
|
526
|
+
--triplex-next-Typography-Error_Color-0-14-0: #D10032;
|
|
527
|
+
--triplex-next-Typography-Warning_Color-0-14-0: #EF4C01;
|
|
528
|
+
--triplex-next-Typography-System_Color-0-14-0: #697591;
|
|
529
|
+
--triplex-next-UploadZone-Background_Default-0-14-0: #F2F4F7;
|
|
530
|
+
--triplex-next-UploadZone-Background_Hover-0-14-0: #EAEDF1;
|
|
531
|
+
--triplex-next-UploadZone-BorderColor_Default-0-14-0: #2D2D30;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_Background-0-14-0: #F2F4F7;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-14-0: #21A19A;}
|
|
534
|
+
.underline__2592f4b0{text-decoration:underline}.strikethrough__35298714{text-decoration:line-through}.underlineStrikethrough__13be9287{text-decoration:underline line-through}.typography__4a71116e.primary__0cf41eca{color:var(--triplex-next-Typography-Primary_Color-0-14-0)}.typography__4a71116e.complementary__1f01321b{color:var(--triplex-next-Typography-Complementary_Color-0-14-0)}.typography__4a71116e.secondary__83830336{color:var(--triplex-next-Typography-Secondary_Color-0-14-0)}.typography__4a71116e.tertiary__e4a60ec8{color:var(--triplex-next-Typography-Tertiary_Color-0-14-0)}.typography__4a71116e.disabled__e7852367{color:var(--triplex-next-Typography-Disabled_Color-0-14-0)}.typography__4a71116e.brand__fb1e70d9{color:var(--triplex-next-Typography-Brand_Color-0-14-0);-webkit-user-select:none;user-select:none}.typography__4a71116e.info__9c6e3b36{color:var(--triplex-next-Typography-Info_Color-0-14-0)}.typography__4a71116e.success__ff91310c{color:var(--triplex-next-Typography-Success_Color-0-14-0)}.typography__4a71116e.error__eada841c{color:var(--triplex-next-Typography-Error_Color-0-14-0)}.typography__4a71116e.warning__ebb99894{color:var(--triplex-next-Typography-Warning_Color-0-14-0)}.typography__4a71116e.system__6142ef39{color:var(--triplex-next-Typography-System_Color-0-14-0)}.typography__4a71116e.compact__fa38bb6e{line-height:calc(16 / 14)}.title__d46e8913{outline:none}.title__d46e8913.regular__686c0bdf{font-family:SBSansDisplay;font-weight:400}.title__d46e8913.semibold__8b595a46{font-family:SBSansDisplaySemibold;font-weight:600}.title__d46e8913.medium__c60ba6d1{font-family:SBSansDisplayMedium;font-weight:500}.title__d46e8913.bold__c5595b21{font-family:SBSansDisplayBold;font-weight:700}.h1__75c9a79b,.h2__f9d4956b,.h3__840084e2{margin:0}.h1__75c9a79b{font-size:28px;line-height:36px}.h2__f9d4956b{font-size:24px;line-height:32px}.h3__840084e2{font-size:20px;line-height:28px}.text__dea829d9{outline:none}.text__dea829d9.regular__686c0bdf{font-family:SBSansText}.text__dea829d9.semibold__8b595a46{font-family:SBSansTextSemibold;font-weight:600}.b1__a03ca72d{font-size:18px;line-height:24px}.b2__d8897e41{font-size:16px;line-height:20px}.b3__3a360c6a{font-size:14px;line-height:20px}.b3__3a360c6a.compact__fa38bb6e{line-height:16px}.b4__455bbd97{font-size:12px;line-height:16px}.caption__17c25437.regular__686c0bdf{font-family:SBSansText}.caption__17c25437.semibold__8b595a46{font-family:SBSansTextSemibold;font-weight:600}.c1__9ef39a46{font-size:10px;line-height:12px}.c2__0553e69d{font-size:8px;line-height:10px}.d1__6c7c0a14{font-size:32px;line-height:40px}.d1__6c7c0a14.regular__686c0bdf{font-family:SBSansDisplay}.d1__6c7c0a14.semibold__8b595a46{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__4f2ed957{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-0)}.formFieldInput__4f2ed957:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.formFieldInput__4f2ed957::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__4f2ed957:focus{outline:none}.formFieldInput__4f2ed957:focus::placeholder{opacity:1}.formFieldInput__4f2ed957:-webkit-autofill{animation-name:autofill-applied-hook__37b55846;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__4f2ed957:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7f36d435;animation-duration:1ms}.formFieldInput__4f2ed957.sm__37a81005{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__4f2ed957.md__331a4505{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__4f2ed957.lg__3d1f879a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__37b55846{0%{transform:none}}@keyframes autofill-cancelled-hook__7f36d435{0%{transform:none}}.formField__c5bf9feb{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__c5bf9feb.default__980587f0{background:var(--triplex-next-FormField-Background_Default-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-14-0)}.formField__c5bf9feb:hover{background:var(--triplex-next-FormField-Background_Hover-0-14-0)}.formField__c5bf9feb.disabled__df7314e9{background:var(--triplex-next-FormField-Background_Disabled-0-14-0)}.formField__c5bf9feb.active__e011ab0c{background:var(--triplex-next-FormField-Background_Active-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-14-0)}.formField__c5bf9feb.active__e011ab0c::placeholder{opacity:1}.formField__c5bf9feb.error__23bcfc5d{background:var(--triplex-next-FormField-Background_Error-0-14-0)}.formField__c5bf9feb.error__23bcfc5d:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-14-0)}.formField__c5bf9feb.error__23bcfc5d.active__e011ab0c{background:var(--triplex-next-FormField-Background_Error-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7{background:var(--triplex-next-FormField-Background_Warning-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7.active__e011ab0c{background:var(--triplex-next-FormField-Background_Warning-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-14-0)}.formField__c5bf9feb.sm__37a81005{border-radius:6px}.formField__c5bf9feb.md__331a4505{border-radius:8px}.formField__c5bf9feb.lg__3d1f879a{border-radius:10px}.formFieldDescription__cfabe3d6{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__cfabe3d6.withCounter__5b6bf7c2{display:flex;justify-content:space-between}.formFieldLabel__77e3646c{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__77e3646c.size-sm__8c382fc9{top:6px}.formFieldLabel__77e3646c.size-md__1dbbe534{top:10px}.formFieldLabel__77e3646c.size-lg__9b6a7ff1{top:18px}.formFieldLabel__77e3646c.size-lg__9b6a7ff1.floating__5a1ed3f0{top:10px}.formFieldLabelText__edba1299{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-14-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__8c382fc9 .formFieldLabelText__edba1299{font-size:12px;line-height:16px}.size-md__1dbbe534 .formFieldLabelText__edba1299{font-size:14px;line-height:20px}.size-lg__9b6a7ff1 .formFieldLabelText__edba1299{font-size:16px;line-height:20px}.floating__5a1ed3f0 .formFieldLabelText__edba1299{font-size:12px;line-height:16px}.floating__5a1ed3f0.size-sm__8c382fc9 .formFieldLabelText__edba1299,.floating__5a1ed3f0.size-md__1dbbe534 .formFieldLabelText__edba1299{display:none}.disabled__df7314e9 .formFieldLabelText__edba1299{color:var(--triplex-next-FormField-Label_Color_Disabled-0-14-0)}.formFieldPostfix__b52358d5{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__62fef420{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__6701a878{padding-left:4px}.formFieldMaskedInputWrapper__71087e30{position:relative}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c::placeholder{opacity:1}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c:disabled{visibility:hidden}.formFieldMaskedInputWrapper__71087e30.size-sm__8c382fc9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__71087e30.size-sm__8c382fc9 .formFieldMaskedInputPlaceholder__b1baa69c{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__71087e30.size-md__1dbbe534{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-md__1dbbe534 .formFieldMaskedInputPlaceholder__b1baa69c{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-lg__9b6a7ff1{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-lg__9b6a7ff1 .formFieldMaskedInputPlaceholder__b1baa69c{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInput__70a5836d{display:block;position:relative;background:none!important}.dropdownDesktop__5c96610c{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-14-0);background-color:var(--triplex-next-Dropdown-Background-0-14-0)}.dropdownDesktop-sm__b19cb5e3{border-radius:6px}.dropdownDesktop-md__58a3f130{border-radius:8px}.dropdownDesktop-lg__d2f8e223{border-radius:10px}.dropdownDesktopOverflowHidden__284ebc58{overflow:hidden}.dropdownMobileWrapper__5b9d4ad5{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__dfc9592e{background:var(--triplex-next-DropdownMobile-Backdrop-0-14-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__dfc9592e.closing__a07688a9{opacity:0}.dropdownMobileBackdrop__dfc9592e.opening__bb828852,.dropdownMobileBackdrop__dfc9592e.opened__cc1ed01f{opacity:var(--triplex-DropdownMobile-Opacity-0-14-0)}.dropdownMobile__2628d320{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__2628d320.closing__a07688a9{transform:translateY(100%)}.dropdownMobile__2628d320.opening__bb828852,.dropdownMobile__2628d320.opened__cc1ed01f{transform:translateY(0)}.dropdownMobileHeader__42dff315{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-14-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__42dff315 .dropdownMobileHeaderContent__541bf7ef{margin-right:28px;min-height:20px}.dropdownMobileContent__76b44d43{background:var(--triplex-next-DropdownMobile-Content_Background-0-14-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__9ff1acde{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-14-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-14-0);flex-shrink:1}.dropdownMobileListItem__442cf855{padding:16px}.dropdownMobileListItem__442cf855.selected__d6a8f5d6{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-14-0)}.dropdownMobileListItem__442cf855:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-14-0)}.dropdownMobileListLoader__6dfa4913{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c08e5982{overflow:hidden}.controlButtons__bb7301a3{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__edd8418e{margin-right:8px}.notificationIcon__6eb8b15f{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__f93c6574{padding:4px;overflow:auto}.dropdownDesktopList__f93c6574.sm__4050a3c7{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__f93c6574.sm__4050a3c7 .dropdownDesktopListItem__d51d1f29{padding:6px 8px;border-radius:6px}.dropdownDesktopList__f93c6574.sm__4050a3c7 .dropdownDesktopListLoader__7dbd03d9{margin:0 auto}.dropdownDesktopList__f93c6574.md__35188ac7{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__f93c6574.md__35188ac7 .dropdownDesktopListItem__d51d1f29{padding:7px 8px;border-radius:8px}.dropdownDesktopList__f93c6574.md__35188ac7 .dropdownDesktopListLoader__7dbd03d9{margin:-2px auto}.dropdownDesktopList__f93c6574.lg__d603de93{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__f93c6574.lg__d603de93 .dropdownDesktopListItem__d51d1f29{padding:14px 8px;border-radius:10px}.dropdownDesktopList__f93c6574.lg__d603de93 .dropdownDesktopListLoader__7dbd03d9{margin:-6px auto}.dropdownDesktopListItem__d51d1f29{color:var(--triplex-next-DropdownList-Color-0-14-0);background:var(--triplex-next-DropdownList-Background_Default-0-14-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__d51d1f29+.dropdownDesktopListItem__d51d1f29{margin-top:2px}.dropdownDesktopListItem__d51d1f29.active__adcb5e21{background:var(--triplex-next-DropdownList-Background_Active-0-14-0);cursor:pointer}.dropdownDesktopListItem__d51d1f29.selected__d6a8f5d6{background:var(--triplex-next-DropdownList-Background_Selected-0-14-0);cursor:default}.notificationIcon__167f6a6d{position:absolute;right:4px;top:4px}.loaderSmall__92e56c17{display:flex;justify-content:center;align-items:center}.loaderSmall__92e56c17.sm__0ddff7c2{width:16px;height:16px;gap:2px}.loaderSmall__92e56c17.sm__0ddff7c2 .dot__61288457{width:4px;height:4px}.loaderSmall__92e56c17.md__cda6533c{width:24px;height:24px;gap:3px}.loaderSmall__92e56c17.md__cda6533c .dot__61288457{width:6px;height:6px}.loaderSmall__92e56c17.lg__ffb29973{width:32px;height:32px;gap:4px}.loaderSmall__92e56c17.lg__ffb29973 .dot__61288457{width:8px;height:8px}.loaderSmall__92e56c17.neutral__e60d2e60 .dot__61288457{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-14-0)}.loaderSmall__92e56c17.brand__a9e023b0 .dot__61288457{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0)}.loaderSmall__92e56c17 .dot__61288457{border-radius:50%}.loaderSmall__92e56c17 .dot1__271c225b{animation:dotCycleSmall__7153675e .9s infinite}.loaderSmall__92e56c17 .dot2__fbed243b{animation:dotCycleSmall__7153675e .9s infinite .15s}.loaderSmall__92e56c17 .dot3__7118ebad{animation:dotCycleSmall__7153675e .9s infinite .3s}@keyframes dotCycleSmall__7153675e{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__2392eaf9{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-14-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__363ed8b3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__363ed8b3 .dot__61288457{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__363ed8b3 .dot1__271c225b{top:0;left:0;animation:dotCycleMiddle__84ac209c 3s infinite}.loaderMiddleDots__363ed8b3 .dot2__fbed243b{right:0;top:0;opacity:.7;animation:dotCycleMiddle__84ac209c 3s infinite .74s}.loaderMiddleDots__363ed8b3 .dot3__7118ebad{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__84ac209c 3s infinite 1.5s}.loaderMiddleDots__363ed8b3 .dot4__b8ad2322{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__84ac209c 3s infinite 2.25s}.loaderMiddleDots__363ed8b3 .line__a8960f7d{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__3ef9ca3b 3s infinite}@keyframes lineCycle__3ef9ca3b{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__84ac209c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__ef528c30{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__ef528c30:enabled{cursor:pointer}.buttonIcon__ef528c30.circle__bba0e1c2{border-radius:50%}.buttonIcon__ef528c30.squircle__a452efb7{border-radius:4px}.buttonIcon__ef528c30:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-14-0)}.dropdownMobileInput__3ebbc47b{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-14-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__3ebbc47b::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:1}.dropdownMobileInput__3ebbc47b::-ms-clear{display:none}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__7f9dcb9c{position:relative}.tabsLineWrapper__7f9dcb9c.withSeparator__d4010506:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-14-0);bottom:0;left:0;right:0}.tabsLine__96b315ad{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__96b315ad:has(.sm__e2e6c2f2){height:28px}.tabsLine__96b315ad:has(.md__60913876){height:40px}.tabsLine__96b315ad:has(.lg__79dde16e){height:56px}.tab__41e4f586{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__41e4f586.sm__e2e6c2f2{height:28px;padding-bottom:12px}.tab__41e4f586.md__60913876{height:40px;padding-top:8px;padding-bottom:12px}.tab__41e4f586.lg__79dde16e{height:56px;padding-top:16px;padding-bottom:20px}.tab__41e4f586::-moz-focus-inner{border:none;padding:0}.tab__41e4f586:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-14-0)}.tab__41e4f586.active__783c27bc{cursor:default}.tab__41e4f586: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__41e4f586:hover:after,.tab__41e4f586:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-14-0)}.tab__41e4f586.active__783c27bc:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-14-0)}.notificationIcon__61d1f270{position:absolute;right:6px}.sm__e2e6c2f2 .notificationIcon__61d1f270{top:0}.md__60913876 .notificationIcon__61d1f270{top:8px}.lg__79dde16e .notificationIcon__61d1f270{top:16px}.tabsLineDropdown__5d9bcae9{display:inline-block}.tabsLineDropdown__5d9bcae9 .dropdownTarget__a4e60e55.active__783c27bc{cursor:pointer}.tabsLineDropdown__5d9bcae9 .dropdownTargetInner__023d8466{display:inline-flex;align-items:center}.tabsLineDropdown__5d9bcae9 .dropdownTargetCaret__0654696e{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__5d9bcae9 .dropdownTargetCaret__0654696e.opened__59d99a8d{transform:rotate(-180deg)}.tabsLineDropdown__5d9bcae9 .dropdown__7f8f6a89{right:0;padding:4px}.tabsLineMobileWrapper__730ab83b{position:relative}.tabsLineMobileWrapper__730ab83b .tab__41e4f586{flex-shrink:0}.tabsLineMobileWrapper__730ab83b .tab__41e4f586:first-child{margin-left:16px}.tabsLineMobileWrapper__730ab83b .tab__41e4f586:last-child{margin-right:16px}.tabsLineMobile__d3440d5a{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d3440d5a::-webkit-scrollbar{display:none}.label__a59b604b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a59b604b.sm__ece69c65{min-width:16px;min-height:16px}.label__a59b604b.sm__ece69c65.nonempty__f533c48e{padding:2px 0 2px 24px}.label__a59b604b.md__4bdab3dc{min-height:24px;min-width:24px}.label__a59b604b.md__4bdab3dc.nonempty__f533c48e{padding-left:32px;padding-top:2px}.label__a59b604b.lg__3b9574d6{min-width:28px;min-height:28px}.label__a59b604b.lg__3b9574d6.nonempty__f533c48e{padding-left:40px;padding-top:4px}.label__a59b604b.disabled__67065b5e{cursor:default}.radio__846972d8{margin:0;opacity:0}.radioIcon__27895869{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-14-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-14-0)}.radioIcon__27895869:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-14-0);border-radius:50%;transform:scale(0)}.sm__ece69c65 .radioIcon__27895869:after{width:8px;height:8px;top:4px;left:4px}.md__4bdab3dc .radioIcon__27895869:after{width:12px;height:12px;top:6px;left:6px}.lg__3b9574d6 .radioIcon__27895869:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__27895869,.radioIcon__27895869:after{pointer-events:none}.radio__846972d8,.radioIcon__27895869{position:absolute;left:0;top:0}.sm__ece69c65 .radio__846972d8,.sm__ece69c65 .radioIcon__27895869{width:16px;height:16px;top:2px}.md__4bdab3dc .radio__846972d8,.md__4bdab3dc .radioIcon__27895869{width:24px;height:24px}.lg__3b9574d6 .radio__846972d8,.lg__3b9574d6 .radioIcon__27895869{width:28px;height:28px}.radio__846972d8:enabled{cursor:pointer}.radio__846972d8:checked+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Checked_Default-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-14-0)}.radio__846972d8:checked+.radioIcon__27895869:after{transform:scale(1);transition:transform .2s ease-out}.radio__846972d8:hover+.radioIcon__27895869{background-color:var(--triplex-next-Radio-Background_Hover-0-14-0);box-shadow:none}.radio__846972d8:disabled+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Disabled-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-14-0)}.radio__846972d8:disabled:checked+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-0)}.radio__846972d8:disabled+.radioIcon__27895869:after{background:var(--triplex-next-Radio-Dot_Disabled-0-14-0)}.radio__846972d8:focus-visible+.radioIcon__27895869{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-14-0)}.radio__846972d8:checked:enabled:hover+.radioIcon__27895869{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-14-0)}.radioXGroup__438792aa{display:inline-flex;flex-flow:row wrap}.radioXGroup__438792aa.indent-12__64395add{margin-left:-6px;margin-right:-6px}.radioXGroup__438792aa.indent-12__64395add .label__a59b604b{margin-left:6px;margin-right:6px}.radioXGroup__438792aa.indent-16__1eb80d6c{margin-left:-8px;margin-right:-8px}.radioXGroup__438792aa.indent-16__1eb80d6c .label__a59b604b{margin-left:8px;margin-right:8px}.radioXGroup__438792aa.indent-20__9ca42893{margin-left:-10px;margin-right:-10px}.radioXGroup__438792aa.indent-20__9ca42893 .label__a59b604b{margin-left:10px;margin-right:10px}.radioXGroup__438792aa.indent-24__c834182d{margin-left:-12px;margin-right:-12px}.radioXGroup__438792aa.indent-24__c834182d .label__a59b604b{margin-left:12px;margin-right:12px}.radioXGroup__438792aa.indent-28__5c999aa7{margin-left:-14px;margin-right:-14px}.radioXGroup__438792aa.indent-28__5c999aa7 .label__a59b604b{margin-left:14px;margin-right:14px}.radioXGroup__438792aa.indent-32__899b41fd{margin-left:-16px;margin-right:-16px}.radioXGroup__438792aa.indent-32__899b41fd .label__a59b604b{margin-left:16px;margin-right:16px}.radioYGroup__15abb454{display:inline-flex;flex-flow:column wrap}.radioYGroup__15abb454 .label__a59b604b.sm__ece69c65+.label__a59b604b.sm__ece69c65{margin-top:8px}.radioYGroup__15abb454 .label__a59b604b.md__4bdab3dc+.label__a59b604b.md__4bdab3dc{margin-top:16px}.radioYGroup__15abb454 .label__a59b604b.lg__3b9574d6+.label__a59b604b.lg__3b9574d6{margin-top:20px}.notification__4541cbeb{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-0);background:var(--triplex-next-Notification-Background-0-14-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-14-0);z-index:300}.notification__4541cbeb:first-child{margin-top:0}.notification__4541cbeb.extraBottomPadding__34b4ff26{padding-bottom:24px}.notification__4541cbeb .notificationHeader__17c0a103{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-14-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4541cbeb .notificationIcon__72bb7e57{line-height:0}.notification__4541cbeb .notificationBody__efbb5320{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4541cbeb .notificationBodyList__ccd213b2{margin-top:8px}.notification__4541cbeb .notificationBodyContent__fa91db6f{width:100%;font-size:14px}.notification__4541cbeb .notificationClose__8504eff6{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__4541cbeb.showCloseOnHover__09fa004a .notificationClose__8504eff6{opacity:0}.notification__4541cbeb.showCloseOnHover__09fa004a:hover{cursor:pointer}.notification__4541cbeb.showCloseOnHover__09fa004a:hover .notificationClose__8504eff6{opacity:1}.notification__4541cbeb .notificationFooter__fea8c1cd{display:flex;align-items:center;margin-top:16px}.notification__4541cbeb .notificationFooter__fea8c1cd button+a{margin-left:16px}.notification__4541cbeb .notificationTime__0446a390{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-14-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__d5e1f656{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__d5e1f656:hover{cursor:pointer}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-14-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-0)}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28.first__f9cd3969{bottom:-8px;z-index:200}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28.second__9481625d{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__4541cbeb,.notificationGroupedWrapper__d5e1f656{width:100%}}.unorderedListItem__e6163ed5:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__e6163ed5+.unorderedListItem__e6163ed5{margin-top:8px}.unorderedList__e64dea23{position:relative;margin:0;padding-left:14px;list-style:none}.button__55abaee1.general__b428aae2{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-14-0);color:var(--triplex-next-Button-General_Color_Default-0-14-0)}.button__55abaee1.general__b428aae2:hover{background:var(--triplex-next-Button-General_Background_Hover-0-14-0);color:var(--triplex-next-Button-General_Color_Hover-0-14-0)}.button__55abaee1.general__b428aae2.expanded__1b6d2526,.button__55abaee1.general__b428aae2:active{background:var(--triplex-next-Button-General_Background_Active-0-14-0);color:var(--triplex-next-Button-General_Color_Active-0-14-0)}.button__55abaee1.general__b428aae2:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-14-0)}.button__55abaee1.general__b428aae2:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-14-0);color:var(--triplex-next-Button-General_Color_Disabled-0-14-0)}.button__55abaee1.secondary__bf0ccc74{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-14-0)}.button__55abaee1.secondary__bf0ccc74:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-14-0)}.button__55abaee1.secondary__bf0ccc74.expanded__1b6d2526,.button__55abaee1.secondary__bf0ccc74:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-14-0)}.button__55abaee1.secondary__bf0ccc74:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-14-0)}.button__55abaee1.secondary__bf0ccc74:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-14-0)}.button__55abaee1.secondaryLight__a046be1a{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-14-0)}.button__55abaee1.secondaryLight__a046be1a.expanded__1b6d2526,.button__55abaee1.secondaryLight__a046be1a:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-0)}.button__55abaee1.danger__d8813860{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-14-0);color:var(--triplex-next-Button-Danger_Color_Default-0-14-0)}.button__55abaee1.danger__d8813860:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-14-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-14-0)}.button__55abaee1.danger__d8813860.expanded__1b6d2526,.button__55abaee1.danger__d8813860:active{background:var(--triplex-next-Button-Danger_Background_Active-0-14-0);color:var(--triplex-next-Button-Danger_Color_Active-0-14-0)}.button__55abaee1.danger__d8813860:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-14-0)}.button__55abaee1.danger__d8813860:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-14-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-14-0)}.button__55abaee1.link__bf1e1eef{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-14-0);padding:0}.button__55abaee1.link__bf1e1eef.sm__4c687326{height:28px;min-width:0px;padding:6px 2px}.button__55abaee1.link__bf1e1eef.md__7ca0c12e{height:40px;min-width:0px;padding:10px 2px}.button__55abaee1.link__bf1e1eef.lg__50c25add{height:56px;min-width:0px;padding:18px 2px}.button__55abaee1.link__bf1e1eef:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-14-0)}.button__55abaee1.link__bf1e1eef.expanded__1b6d2526,.button__55abaee1.link__bf1e1eef:active{color:var(--triplex-next-Button-Link_Color_Active-0-14-0)}.button__55abaee1.link__bf1e1eef:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-14-0)}.button__55abaee1.link__bf1e1eef:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-14-0)}.button__55abaee1{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__55abaee1::-moz-focus-inner{border:none;padding:0}.button__55abaee1.sm__4c687326{line-height:16px;font-size:12px}.button__55abaee1.sm__4c687326.general__b428aae2,.button__55abaee1.sm__4c687326.secondary__bf0ccc74,.button__55abaee1.sm__4c687326.secondaryLight__a046be1a,.button__55abaee1.sm__4c687326.danger__d8813860{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__55abaee1.sm__4c687326.icon__dd278f16{min-height:28px;min-width:28px;padding:4px}.button__55abaee1.md__7ca0c12e{line-height:20px;font-size:14px}.button__55abaee1.md__7ca0c12e.general__b428aae2,.button__55abaee1.md__7ca0c12e.secondary__bf0ccc74,.button__55abaee1.md__7ca0c12e.secondaryLight__a046be1a,.button__55abaee1.md__7ca0c12e.danger__d8813860{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__55abaee1.md__7ca0c12e.icon__dd278f16{min-height:40px;min-width:40px;padding:10px}.button__55abaee1.lg__50c25add{line-height:20px;font-size:16px}.button__55abaee1.lg__50c25add.general__b428aae2,.button__55abaee1.lg__50c25add.secondary__bf0ccc74,.button__55abaee1.lg__50c25add.secondaryLight__a046be1a,.button__55abaee1.lg__50c25add.danger__d8813860{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__55abaee1.lg__50c25add.icon__dd278f16{min-height:56px;min-width:56px;padding:12px}.button__55abaee1:disabled{cursor:default}.button__55abaee1:disabled *{pointer-events:none}.button__55abaee1+.button__55abaee1:not(.block__9e87407d){margin-left:12px}.button__55abaee1 .content__dbc8bd10{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__55abaee1.block__9e87407d{display:block;width:100%}.button__55abaee1.loading__69f27e6a{pointer-events:none}.button__55abaee1.loading__69f27e6a .content__dbc8bd10{visibility:hidden}.button__55abaee1 .loader__a65ce44b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__55abaee1 .loader__a65ce44b.hidden__9fd80fac{visibility:hidden}.buttonDropdownExtended__0cd4d31c{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__0cd4d31c .buttonDropdownExtendedBlock__56cc9d9d{padding:4px;margin-top:4px;right:0}.buttonDropdown__62993966.block__9e87407d{display:block}.buttonDropdown__62993966+.button__55abaee1:not(.block__9e87407d),.buttonDropdown__62993966+.buttonDropdown__62993966:not(.block__9e87407d){margin-left:16px}.buttonDropdown__62993966 .buttonDropdownTarget__e9f78bb2 .caretIcon__da09d343{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__62993966 .buttonDropdownTarget__e9f78bb2.active__736f1c8c .caretIcon__da09d343{transform:rotate(-180deg)}.buttonDropdown__62993966 .buttonDropdownMenuItem__12471fc1{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__f8d6aef4{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__cbea609c{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__63abd1e6{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__e6359a63{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-14-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__0d510a43{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__f8d6aef4 .6s ease}.modalWindow__0d510a43 .modalWindowContent__d5c91815{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{box-sizing:border-box;animation:fadeIn__43016986 .3s ease}@keyframes fadeIn__43016986{0%{opacity:0}to{opacity:1}}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinnerSm__4dc739cd{display:none}@media (max-width: 767px){.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinner__4d0f9e32{display:none}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinnerSm__4dc739cd{display:flex}}.global-modalWindowTransition-exit .modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__cbea609c .3s ease}.global-modalWindowTransition-exit .modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6 .modalWindowBody__c69288b7{animation:fadeOut__87322dcb .3s ease}@keyframes fadeOut__87322dcb{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__f7b44769{position:absolute;left:0;right:0;height:0}.modalWindow__0d510a43.sm__ef678431 .modalWindowContentWrapper__15ea0bf6{max-width:480px}.modalWindow__0d510a43.sm__ef678431 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:196px}@media (max-width: 575px){.modalWindow__0d510a43.sm__ef678431 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindow__0d510a43.md__c724c1e1 .modalWindowContentWrapper__15ea0bf6{max-width:600px}.modalWindow__0d510a43.md__c724c1e1 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:246px}@media (max-width: 767px){.modalWindow__0d510a43.md__c724c1e1 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindow__0d510a43.lg__6840f547 .modalWindowContentWrapper__15ea0bf6{max-width:800px}.modalWindow__0d510a43.lg__6840f547 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:396px}@media (max-width: 991px){.modalWindow__0d510a43.lg__6840f547 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindowContentPage__00718b4a{background:var(--triplex-next-ModalWindow-Background-0-14-0);padding:8px!important}.modalWindowContentPage__00718b4a,.modalWindowLoaderScreen__95eb8c0b{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__00718b4a,.modalWindowLoaderScreen__95eb8c0b{border-radius:24px}}.islandBody__1811bc9f{display:block}.islandHeader__99ec48cd,.islandFooter__b8079ca5,.island__14e0ef8a{position:relative}.island__14e0ef8a.type1__caeb3869{background-color:var(--triplex-next-Island-Type1_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-14-0)}.island__14e0ef8a.type2__bf116d42{background-color:var(--triplex-next-Island-Type2_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-14-0)}.island__14e0ef8a.type3__9ee99aa8{background-color:var(--triplex-next-Island-Type3_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-14-0)}.island__14e0ef8a.sm__bf3fcfc2{border-radius:16px;padding:16px}.island__14e0ef8a.sm__bf3fcfc2 .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.sm__bf3fcfc2 .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.sm__bf3fcfc2 .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:8px}.island__14e0ef8a.md__b82e3f2d{border-radius:24px;padding:24px}.island__14e0ef8a.md__b82e3f2d .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.md__b82e3f2d .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.md__b82e3f2d .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:12px}.island__14e0ef8a.lg__669b5555{border-radius:32px;padding:32px}.island__14e0ef8a.lg__669b5555 .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.lg__669b5555 .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.lg__669b5555 .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:16px}@media (max-width: 767px){.island__14e0ef8a.sm__bf3fcfc2,.island__14e0ef8a.md__b82e3f2d{border-radius:16px;padding:16px}.island__14e0ef8a.lg__669b5555{border-radius:24px;padding:24px}}.modalWindowBody__c69288b7{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__dc65d07d{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__dc65d07d{top:20px;right:20px}}.loaderScreen__f5140db9{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__f5140db9.loaderSmallBackdrop__30f549f0{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-0)}.loaderScreen__f5140db9.loaderMiddleBackdrop__f3d5f18c{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-0)}.body__c0d0c86a{position:relative;display:flex}.body__c0d0c86a .bodyInner__424e204b{position:relative;flex-grow:1;width:100%}.bodyPage__fe1d44aa{flex-grow:1}.verticalMargin24__54ed9b32{margin-top:24px;margin-bottom:24px}.verticalMargin16__4c4fe3b7{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__54ed9b32{margin-top:16px;margin-bottom:16px}.verticalMargin16__4c4fe3b7{margin-top:8px;margin-bottom:8px}}.headerTabs__a3e061c1{display:flex;justify-content:space-between}.headerTabs__a3e061c1 .headerTabsContent__18bb2988{flex-grow:1}.headerTabs__a3e061c1 .headerTabsControls__75dd0410{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__a3e061c1{flex-wrap:wrap}.headerTabs__a3e061c1 .headerTabsContent__18bb2988{width:100%}.headerTabs__a3e061c1 .headerTabsControls__75dd0410{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__a3e061c1 .headerTabsControls__75dd0410>button{margin-left:16px;margin-top:16px}}.headerTitle__fd8ccaa2{display:flex;justify-content:space-between}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__4afb7b3e+.headerTitle__fd8ccaa2{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__fd8ccaa2{flex-wrap:wrap}.headerTitle__fd8ccaa2 .headerTitleContent__a75bfa22{width:100%}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf>button{margin-left:16px;margin-top:16px}}.headerSubheader__8c143be5{padding:24px 0}.headerSubheader__8c143be5.withoutPaddings__c7278a89{padding:0}.headerLayoutSidebar__ebb3b1fc{display:flex;justify-content:space-between}.headerLayoutSidebarContent__ba29ad02{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__0360f73d{display:none}}.page__7cafdddc{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__7cafdddc{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__40270f6d.sticky__139bea98{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__40270f6d.sticky__139bea98[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8defb897.sticky__139bea98{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__8defb897.sticky__139bea98[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-0)!important}.footerDescription__2ad299e5{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__d69e3f63{flex-grow:1;margin-right:auto}.footerDescriptionControls__3b2f6550{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__2ad299e5{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__d69e3f63{width:100%}.footerDescriptionControls__3b2f6550{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__3b2f6550>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__d69e3f63+.footerDescriptionControls__3b2f6550{margin-top:0}.footer__77a9ebe2{padding:16px 0}}.modalWindowHeader__5883a6a2 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__5883a6a2 .global-HeaderTitleContent{padding-right:72px}}.list__dd03729d{margin:0;padding:0;list-style:none;position:relative}.listItemControls__814d88eb{display:flex;padding:0 16px 0 4px}.listItemContent__643af3c6{background:var(--triplex-next-ListItem-Background-0-14-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__643af3c6.selected__d1080e62{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.listItemControlsButton__0750e2dc{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-14-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__0750e2dc:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-14-0)}.listItemControlsButton__0750e2dc:hover .listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-14-0)!important}.listItemControlsButton__0750e2dc.expanded__28e4c104,.listItemControlsButton__0750e2dc:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-14-0)}.listItemControlsButton__0750e2dc.expanded__28e4c104 .listItemControlsButtonLabel__8f84727d,.listItemControlsButton__0750e2dc:active .listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-14-0)!important}.listItemControlsButton__0750e2dc+.listItemControlsButton__0750e2dc,.listItemControlsButton__0750e2dc+.listItemControlsButtonDropdown__7aacb5b6{margin-left:4px}.listItemControlsButtonIcon__b4e2d6fb{line-height:0}.listItemControlsButton__0750e2dc.withText__90f5e7f8 .listItemControlsButtonIcon__b4e2d6fb{margin-bottom:8px}.listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-14-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__7aacb5b6{display:flex}.listItemControlsButtonInner__28c9e091{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__0750e2dc.withIcon__de6f3fc4.withText__90f5e7f8 .listItemControlsButtonInner__28c9e091{height:44px;overflow:visible}.buttonDropdownMenuItem__eb1d050d{overflow:hidden;text-overflow:ellipsis}.listEmptyState__5977941a{padding:64px 16px 16px;text-align:center}.listItemLoading__0709fe7d{height:24px;padding:12px 0;position:relative}.label__5c81a752{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5c81a752.sm__de359a39{min-width:16px;min-height:16px}.label__5c81a752.sm__de359a39.nonempty__5df6ed52{padding:2px 0 2px 24px}.label__5c81a752.md__fcffd43c{min-width:24px;min-height:24px}.label__5c81a752.md__fcffd43c.nonempty__5df6ed52{padding-left:32px;padding-top:2px}.label__5c81a752.lg__508d6c72{min-width:28px;min-height:28px}.label__5c81a752.lg__508d6c72.nonempty__5df6ed52{padding-left:40px;padding-top:4px}.label__5c81a752.disabled__e9dab38c{cursor:default}.label__5c81a752[hidden]{display:none}.checkbox__e37b748f{margin:0;opacity:0}.checkboxIcon__152834a3{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-14-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-14-0)}.sm__de359a39 .checkboxIcon__152834a3{border-radius:4px}.checkmarkIcon__a33f5b6b{transform:scale(0)}.checkmarkIcon__a33f5b6b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-0)}.checkboxIcon__152834a3,.checkmarkIcon__a33f5b6b{pointer-events:none}.checkbox__e37b748f,.checkboxIcon__152834a3,.checkmarkIcon__a33f5b6b{position:absolute;left:0;top:0}.sm__de359a39 .checkbox__e37b748f,.sm__de359a39 .checkboxIcon__152834a3,.sm__de359a39 .checkmarkIcon__a33f5b6b{width:16px;height:16px;top:2px}.md__fcffd43c .checkbox__e37b748f,.md__fcffd43c .checkboxIcon__152834a3,.md__fcffd43c .checkmarkIcon__a33f5b6b{width:24px;height:24px}.lg__508d6c72 .checkbox__e37b748f,.lg__508d6c72 .checkboxIcon__152834a3,.lg__508d6c72 .checkmarkIcon__a33f5b6b{width:28px;height:28px}.checkbox__e37b748f:enabled{cursor:pointer}.checkbox__e37b748f:enabled:hover+.checkboxIcon__152834a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-14-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-14-0)}.checkbox__e37b748f:checked+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-0)}.checkbox__e37b748f:checked~.checkmarkIcon__a33f5b6b{transform:scale(1);transition:transform .2s ease-out}.checkbox__e37b748f:disabled+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-14-0)}.checkbox__e37b748f:disabled:checked+.checkboxIcon__152834a3{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-0)}.checkbox__e37b748f:disabled~.checkmarkIcon__a33f5b6b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-0)}.checkbox__e37b748f:focus-visible+.checkboxIcon__152834a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-14-0)}.checkbox__e37b748f:checked:enabled:hover+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-14-0)}.listItemSelectable__0b396545{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-14-0);border-radius:8px}.listItemSelectable__0b396545.selected__d1080e62{background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.checkboxWrapper__5d4b2d6c{padding:16px;line-height:0}.childrenWrapper__9d79eb05{flex-grow:1}.checkboxLabel__b6e192f0{padding:0!important;position:relative}.checkboxLabelClickArea__a47052bb{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__7a17ae8c{position:relative;overflow:hidden}.swipeableArea__7a17ae8c .content__821f4a84{position:relative;touch-action:pan-y}.swipeableArea__7a17ae8c .content__821f4a84.disableScroll__34734b4f{touch-action:none}.swipeableArea__7a17ae8c .content__821f4a84.disablePointerEvents__1e79b98b:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__7a17ae8c .swipeAnimationFinish__fc8cde81{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__7a17ae8c .leftContent__9d1b4aac,.swipeableArea__7a17ae8c .rightContent__da3eb4fd{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__7a17ae8c .rightContent__da3eb4fd{left:auto;right:0}.listItemTail__a1d0ee51{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__d3081746{background:var(--triplex-next-ListMaster-Background-0-14-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1745d7c0{position:absolute;top:0;left:0;right:0}.listItemTailTop__1745d7c0:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailTop__1745d7c0:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailBottom__cba4e863{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__cba4e863:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailBottom__cba4e863:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-0-14-0)}.listItemTailRight__b72c6356{right:-8px}.listItemTailLeft__39481ca5{left:-8px}.listItemTable__f5a09e7e{margin-bottom:4px}.listItemTable__f5a09e7e:last-child{margin-bottom:0}.listSortableItemTarget__e4aba832{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-14-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__e4aba832:hover{background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.listSortableItemTarget__e4aba832.dragging__2a2725ba{background:var(--triplex-next-ListItem-Background_Dragging-0-14-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-14-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__9794baa1{flex:1}.listSortableItemTargetIcon__4e32e92e{display:block;margin-left:24px}.listSortableItem__3813e603{position:relative}.listSortableItem__3813e603.dragging__2a2725ba{z-index:1}.listSortableItemControls__7809585c{display:inline-block}.islandWidgetHeader__e3fcdfb8{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__e3fcdfb8 .islandWidgetHeaderContent__09f5b6ac{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__e3fcdfb8 .islandWidgetHeaderDescription__5dff066a{display:flex}@media (max-width: 767px){.islandWidgetHeader__e3fcdfb8{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__1999ecea{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__a15e3aa4{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__585c3ebe{margin-left:auto;white-space:nowrap}.expandAnimation__dde651aa{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__7752dcf6{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-14-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__7752dcf6{border-radius:0 0 16px 16px}}.islandWidget__4afdb679{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__4afdb679>*{height:100%}.islandWidgetWithExtraFooter__1bf04ff6:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-0)!important}.islandWidgetWrapper__85b5c6b8{display:flex;flex-direction:column}.formFieldClear__c6d3fc23{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__c6d3fc23.hidden__fff7c1f3{opacity:0;pointer-events:none}.formFieldTarget__1a9d08d6{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-14-0);overflow:hidden;white-space:nowrap}.formFieldTarget__1a9d08d6.placeholder__bdfb2160{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-0)}.formFieldTarget__1a9d08d6.disabled__df7314e9{color:var(--triplex-next-FormField-Target_Color_Disabled-0-14-0)}.formFieldTarget__1a9d08d6.size-sm__8c382fc9{font-size:12px;height:28px;line-height:16px}.formFieldTarget__1a9d08d6.size-md__1dbbe534{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__1a9d08d6.size-lg__9b6a7ff1{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__1a9d08d6 .placeholderWrapper__4df9bbec{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__1a9d08d6:focus{outline:none}.formFieldTarget__1a9d08d6:focus .placeholderWrapper__4df9bbec{opacity:1}.formFieldTextarea__28b605fc{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-0);vertical-align:top;font-family:inherit}.formFieldTextarea__28b605fc.sm__37a81005{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__28b605fc.md__331a4505{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__28b605fc.lg__3d1f879a{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__28b605fc::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__28b605fc:focus{outline:none}.formFieldTextarea__28b605fc:focus::placeholder{opacity:1}.formFieldTextarea__28b605fc:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.chipGroupItem__506e5b71{display:inline-block}.chip__7b89fe00{background:var(--triplex-next-Chip-Background_Default-0-14-0);color:var(--triplex-next-Chip-Color_Default-0-14-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__7b89fe00.lg__9dfb73cd{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__7b89fe00.lg__9dfb73cd .prefix__1128d513{padding-left:16px}.chip__7b89fe00.lg__9dfb73cd .postfix__8f083fe9{padding-right:16px}.chip__7b89fe00.md__e70654d3{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__7b89fe00.md__e70654d3 .prefix__1128d513{padding-left:12px}.chip__7b89fe00.md__e70654d3 .postfix__8f083fe9{padding-right:12px}.chip__7b89fe00.sm__be878bf3{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__7b89fe00.sm__be878bf3 .prefix__1128d513{padding-left:8px}.chip__7b89fe00.sm__be878bf3 .postfix__8f083fe9{padding-right:8px}.chip__7b89fe00:hover{background:var(--triplex-next-Chip-Background_Hover-0-14-0);color:var(--triplex-next-Chip-Color_Hover-0-14-0)}.chip__7b89fe00:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-0)}.chip__7b89fe00:active,.chip__7b89fe00[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-14-0);color:var(--triplex-next-Chip-Color_Active-0-14-0)}.chip__7b89fe00.disabled__b1f3a319{background:var(--triplex-next-Chip-Background_Disabled-0-14-0);color:var(--triplex-next-Chip-Color_Disabled-0-14-0);cursor:default;pointer-events:none}.chip__7b89fe00.selected__191e5443{background:var(--triplex-next-Chip-Background_Selected_Default-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-14-0)}.chip__7b89fe00.selected__191e5443:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-14-0)}.chip__7b89fe00.selected__191e5443:active,.chip__7b89fe00.selected__191e5443[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-14-0)}.chip__7b89fe00.selected__191e5443.disabled__b1f3a319{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-14-0)}.chip__7b89fe00.withPrefix__fce2397e{padding-left:0}.chip__7b89fe00.withPostfix__62c82e99{padding-right:0}.chip__7b89fe00 .content__f9750f81{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__7b89fe00 .prefix__1128d513,.chip__7b89fe00 .postfix__8f083fe9{display:flex}.calendarControls__35b3eaaa{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-0)}.calendarViewDays__d85dc986{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9cf3b173 .calendarViewDays__d85dc986{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__e77494a4,.calendarViewYears__f7d7613a{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9cf3b173 .calendarViewMonths__e77494a4,.adaptive__9cf3b173 .calendarViewYears__f7d7613a{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__54784873{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-14-0)}.calendarViewDaysBody__92b47f97:before{display:block;content:"";line-height:8px}.adaptive__9cf3b173 .calendarViewDaysBody__92b47f97:before{line-height:4px}.calendarViewItem__56efa70a{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__56efa70a:focus-visible{outline:none}.calendarViewItem__56efa70a.current__6e433052{font-weight:600}.calendarViewItem__56efa70a.disabled__f356517b{pointer-events:none}.calendarViewItemLabel__373997a8{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-14-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-0);cursor:pointer}.calendarViewItemLabel__373997a8:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.muted__d68f8c97{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.muted__d68f8c97:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.marked__961a37f3:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__373997a8.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.muted__d68f8c97{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-14-0)}.calendarViewItemLabel__373997a8.disabled__f356517b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-14-0);background:none}.calendarViewItem__56efa70a:focus-visible .calendarViewItemLabel__373997a8{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-0)}.unitDay__142f86ff{width:36px;height:36px;border-radius:6px}.unitMonth__7fa44750,.unitYear__b0a9e448{width:89px;height:48px;border-radius:6px}.adaptive__9cf3b173 .unitMonth__7fa44750,.adaptive__9cf3b173 .unitYear__b0a9e448{width:104px;height:48px;border-radius:6px}.calendarFooter__96265b1c{margin-top:12px;text-align:center}.calendar__874a22ca{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-14-0);-webkit-user-select:none;user-select:none}.calendar__874a22ca.adaptive__9cf3b173{width:auto;padding:20px}.calendar__874a22ca+.calendar__874a22ca{margin-top:20px}.datePickerExtendedMobileDropdown__b6738879{max-height:100vh}.chipDropdownArrow__38378cb8{transition:transform .3s ease}.chipDropdownArrow__38378cb8.rotated__1ca1efbd{transform:rotate(-180deg)}.chipClearButton__31be100c{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__31be100c:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-0)}.dropdownMobileMaskedInput__aadf27e5{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__8e38a5ab{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__8e38a5ab .caretWrapper__2d9fd4db{height:100%}.selectExtendedFieldTarget__8e38a5ab .caretIcon__163a8898{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__8e38a5ab.selectOpened__e9b7df37 .caretIcon__163a8898{transform:rotate(180deg)}.selectExtendedFieldTarget__8e38a5ab.disabled__e3bdcaf5{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__316eaf01{position:relative}.multiselectFieldHeader__8573f73f{padding:12px 12px 0}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.sm__c173980b{height:204px}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.md__bb9941ae{height:245px}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.lg__808440b9{height:324px}.multiselectFieldFooter__74f89375{padding:0 12px 12px}.multiselectFieldFooter__74f89375:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-14-0)}.chipOptionsContent__2f8fe96c{min-width:14px;text-align:center;display:block}.tooltipDesktop__a52ef147{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__a52ef147 .tooltipBody__5ff76d95{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-14-0)}.tooltipDesktop__a52ef147 .tooltipXButton__efe918cd{position:absolute;right:8px;top:8px}.tooltipDesktopContent__0a5fb958{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-14-0);border-radius:8px}.closable__ad6526ce .tooltipDesktopContent__0a5fb958{padding-right:32px}.tooltipSM__7dd1c25c .tooltipDesktopContent__0a5fb958{width:192px;min-height:52px}.tooltipLG__dd47d8bf .tooltipDesktopContent__0a5fb958{width:384px;min-height:52px}.tooltipOverlay__bb663b86{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__7f46afc8{width:0;height:0}.tooltipDesktopTip__7f46afc8.down__2179f0ca{border-top:solid var(--triplex-next-Tooltip-Background-0-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7f46afc8.up__d009acb4{border-bottom:solid var(--triplex-next-Tooltip-Background-0-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7f46afc8.left__3d34f732{border-right:solid var(--triplex-next-Tooltip-Background-0-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__7f46afc8.right__5cb7bf29{border-left:solid var(--triplex-next-Tooltip-Background-0-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f8fda304 .tooltipBody__5ff76d95{text-align:left}.tooltipMobileContent__63966c25{padding:16px}.headerless__f6f95dd5 .tooltipMobileContent__63966c25{padding-right:40px;border-radius:16px 16px 0 0}.headerless__f6f95dd5 .tooltipMobileContent__63966c25 .closeButton__918776ae{position:absolute;right:16px;top:16px}.tooltipLink__aefb6e86{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__2f19f321{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-0)}.desktop__2f19f321:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-0)}.desktop__2f19f321:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-0)}.desktop__2f19f321:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-0)}.mobile__03cafbbc{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-0)}.mobile__03cafbbc:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-0)}.mobile__03cafbbc:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-0)}.mobile__03cafbbc:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-0)}.chipSuggestInputWrapper__262a71de{margin:12px}.suggestDropdownMobileBody__326d5607{height:176px}.suggestDropdownMobileNoOptionsText__a54b7aff{padding:16px}.checkboxXGroup__6fea4faf{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__6fea4faf.indent-12__e7a96882{margin-left:-6px;margin-right:-6px}.checkboxXGroup__6fea4faf.indent-12__e7a96882 .label__5c81a752{margin-left:6px;margin-right:6px}.checkboxXGroup__6fea4faf.indent-16__5e31ce87{margin-left:-8px;margin-right:-8px}.checkboxXGroup__6fea4faf.indent-16__5e31ce87 .label__5c81a752{margin-left:8px;margin-right:8px}.checkboxXGroup__6fea4faf.indent-20__bcae5acf{margin-left:-10px;margin-right:-10px}.checkboxXGroup__6fea4faf.indent-20__bcae5acf .label__5c81a752{margin-left:10px;margin-right:10px}.checkboxXGroup__6fea4faf.indent-24__84d8570d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__6fea4faf.indent-24__84d8570d .label__5c81a752{margin-left:12px;margin-right:12px}.checkboxXGroup__6fea4faf.indent-28__09c7c2a1{margin-left:-14px;margin-right:-14px}.checkboxXGroup__6fea4faf.indent-28__09c7c2a1 .label__5c81a752{margin-left:14px;margin-right:14px}.checkboxXGroup__6fea4faf.indent-32__bc882ce1{margin-left:-16px;margin-right:-16px}.checkboxXGroup__6fea4faf.indent-32__bc882ce1 .label__5c81a752{margin-left:16px;margin-right:16px}.checkboxYGroup__8298b1b3{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__8298b1b3 .label__5c81a752.sm__de359a39+.label__5c81a752.sm__de359a39{margin-top:8px}.checkboxYGroup__8298b1b3 .label__5c81a752.lg__508d6c72+.label__5c81a752.lg__508d6c72{margin-top:20px}.checkboxYGroup__8298b1b3 .label__5c81a752.md__fcffd43c+.label__5c81a752.md__fcffd43c{margin-top:16px}.card__d9f6929f{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d9f6929f.roundingMD__c91008fd{--radius: 16px}.card__d9f6929f.roundingSM__1c3fb8f2{--radius: 8px}.card__d9f6929f.general__a6b79627{background:var(--triplex-next-Card-Static_General_Background-0-14-0)}.card__d9f6929f.secondary__de142cea{background:var(--triplex-next-Card-Static_Secondary_Background-0-14-0)}.card__d9f6929f .cardMedia__1f542dd5{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d9f6929f .cardContent__ca735f23{padding:var(--padding)}.card__d9f6929f .cardContent__ca735f23.paddingMD__6bf1ba23{--padding: 24px}.card__d9f6929f .cardContent__ca735f23.paddingSM__856364e0{--padding: 16px}.card__d9f6929f .cardContent__ca735f23 .cardContentHeader__2295f4f1{margin-bottom:16px}.card__d9f6929f .cardContent__ca735f23 .cardContentFooter__37abbee9{margin-top:16px}.action__c1daf592{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__c1daf592: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__c1daf592.general__a6b79627{background:var(--triplex-next-Card-Action_General_Background-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0)}.action__c1daf592.general__a6b79627:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-0)}.action__c1daf592.general__a6b79627.selected__34535dd6{background:var(--triplex-next-Card-Action_General_Background_Selected-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-0)}.action__c1daf592.general__a6b79627.selected__34535dd6:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-0)}.action__c1daf592.general__a6b79627:focus{outline:none}.action__c1daf592.general__a6b79627:focus.focusVisible__6410ae2b{box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-0)}.action__c1daf592.secondary__de142cea{background:var(--triplex-next-Card-Action_Secondary_Background-0-14-0)}.action__c1daf592.secondary__de142cea:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-14-0)}.action__c1daf592.secondary__de142cea.selected__34535dd6{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-0)}.action__c1daf592.secondary__de142cea.selected__34535dd6:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-0)}.action__c1daf592.secondary__de142cea:focus{outline:none}.action__c1daf592.secondary__de142cea:focus.focusVisible__6410ae2b{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-0)}.alertContext__72cca15a{display:flex;font-size:12px;line-height:16px}.alertContext__72cca15a>svg{flex-shrink:0}.alertContext__72cca15a .alertContextText__6bd5d723{margin-left:8px}.alertContext__72cca15a.alertTypeError__959916b9 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Error_Color-0-14-0)}.alertContext__72cca15a.alertTypeInfo__5033d577 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Info_Color-0-14-0)}.alertContext__72cca15a.alertTypeWarning__9fe0eb93 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Warning_Color-0-14-0)}.alertContext__72cca15a.alertTypeSystem__ded94022 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-System_Color-0-14-0)}.alertProcess__8a05c99a{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__8a05c99a.withSpoiler__cc71b57b{min-height:40px}.alertProcess__8a05c99a .themeIcon__724a17b4{box-sizing:border-box;height:20px;width:20px}.alertProcess__8a05c99a.alertTypeError__959916b9{background:var(--triplex-next-AlertProcess-Error_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeInfo__5033d577{background:var(--triplex-next-AlertProcess-Info_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeWarning__9fe0eb93{background:var(--triplex-next-AlertProcess-Warning_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeSystem__ded94022{background:var(--triplex-next-AlertProcess-System_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeFeature__20cac178{background:var(--triplex-next-AlertProcess-Feature_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeFeature__20cac178 .themeIcon__724a17b4{padding-top:0}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3{flex:1;margin-left:10px}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3 .expandableContent__41295b64{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3 .expandableContent__41295b64.expanded__52ce531a{max-height:1000px;opacity:1}.alertProcess__8a05c99a .closeButton__b5f3a9ab{margin-left:10px}.alertProcess__8a05c99a .expandButton__c587f597{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__8a05c99a .expandButton__c587f597.expanded__52ce531a{transform:rotate(180deg)}.adaptive__816cbbcc{font-size:10px!important;line-height:12px!important}.avatar__d7a95df5{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-14-0)}.avatar__d7a95df5.xxs__eef7d014{width:28px;height:28px;border-radius:6px}.avatar__d7a95df5.xs__832f050e{width:32px;height:32px;border-radius:8px}.avatar__d7a95df5.sm__96731d9b{width:40px;height:40px;border-radius:10px}.avatar__d7a95df5.md__f22088e6{width:56px;height:56px;border-radius:16px}.avatar__d7a95df5.lg__019896f9{width:80px;height:80px;border-radius:20px}.avatar__d7a95df5.xl__bec36abb{width:96px;height:96px;border-radius:24px}.avatar__d7a95df5.xxl__fad967e6{width:128px;height:128px;border-radius:28px}.col-1__53f99637{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__2c1b223c{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__29bda3a3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__94121d3a{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__1bdb6662{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__38373ef3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__6e75c408{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__771bb9e3{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__ffbce2cf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c3ff65da{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__367f29bf{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__0f19bb9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__267e7d2f{margin-left:0%}.offset-1__99274812{margin-left:8.33333333%}.offset-2__66d23125{margin-left:16.66666667%}.offset-3__7ed766d6{margin-left:25%}.offset-4__555dfca0{margin-left:33.33333333%}.offset-5__4963db65{margin-left:41.66666667%}.offset-6__b6f16b02{margin-left:50%}.offset-7__9099cf71{margin-left:58.33333333%}.offset-8__a63cdce5{margin-left:66.66666667%}.offset-9__b7f463e5{margin-left:75%}.offset-10__671a7917{margin-left:83.33333333%}.offset-11__5e66fdaf{margin-left:91.66666667%}.d-none__3d2b1bce{display:none!important}.d-block__777d8645{display:block!important}@media (min-width: 576px){.col-sm-1__0a07aff6{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__fd1ddbf8{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__3a408e93{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__1dd136ff{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__74ada877{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__8d981424{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__1c78b05e{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__1f0c7a47{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__58929bec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__22b6b504{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__a11a7877{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__cf4b19f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a125d47f{margin-left:0%}.offset-sm-1__e6161a85{margin-left:8.33333333%}.offset-sm-2__1296b8c1{margin-left:16.66666667%}.offset-sm-3__a5b80b40{margin-left:25%}.offset-sm-4__4df32499{margin-left:33.33333333%}.offset-sm-5__42da24cb{margin-left:41.66666667%}.offset-sm-6__b8ed6f71{margin-left:50%}.offset-sm-7__239016ee{margin-left:58.33333333%}.offset-sm-8__36903a9e{margin-left:66.66666667%}.offset-sm-9__35ddc9f9{margin-left:75%}.offset-sm-10__b1220595{margin-left:83.33333333%}.offset-sm-11__cd6f1ad0{margin-left:91.66666667%}.d-none-sm__e672d8cf{display:none!important}.d-block-sm__6acdefd8{display:block!important}}@media (min-width: 768px){.col-md-1__89a6d1d0{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__9a56b868{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__c3426da3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__43f6c0a6{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__3d9af767{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__06e50b04{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__7e72b55e{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__75f3ab40{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__806ff5f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__ed179b0b{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__ebb37f0f{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__3a562b3d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__9452acea{margin-left:0%}.offset-md-1__d2032530{margin-left:8.33333333%}.offset-md-2__09f60f10{margin-left:16.66666667%}.offset-md-3__c6c5d259{margin-left:25%}.offset-md-4__14c9e624{margin-left:33.33333333%}.offset-md-5__93596e8c{margin-left:41.66666667%}.offset-md-6__67582e8c{margin-left:50%}.offset-md-7__581afc8b{margin-left:58.33333333%}.offset-md-8__2548f559{margin-left:66.66666667%}.offset-md-9__6cbf0da7{margin-left:75%}.offset-md-10__9238af79{margin-left:83.33333333%}.offset-md-11__d65f359c{margin-left:91.66666667%}.d-none-md__99102583{display:none!important}.d-block-md__bad71b61{display:block!important}}@media (min-width: 992px){.col-lg-1__719db2a5{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__160343e3{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__177ab103{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e25a3fdf{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__9a713519{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__fb607a22{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__5e25d602{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__b07ed800{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__92a76b7c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__ebbcbbd5{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__2769c997{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__4acb7c49{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__dd85c20e{margin-left:0%}.offset-lg-1__1277b1fa{margin-left:8.33333333%}.offset-lg-2__3c6448ef{margin-left:16.66666667%}.offset-lg-3__4cecbcfd{margin-left:25%}.offset-lg-4__1d62a53b{margin-left:33.33333333%}.offset-lg-5__49464d99{margin-left:41.66666667%}.offset-lg-6__d0c8648e{margin-left:50%}.offset-lg-7__c488b2a5{margin-left:58.33333333%}.offset-lg-8__afdf22a2{margin-left:66.66666667%}.offset-lg-9__eee4ab98{margin-left:75%}.offset-lg-10__f45f3a79{margin-left:83.33333333%}.offset-lg-11__de3812cb{margin-left:91.66666667%}.d-none-lg__4f615feb{display:none!important}.d-block-lg__d3854094{display:block!important}}@media (min-width: 1200px){.col-xl-1__d51a3746{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__ab6628cd{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__fc63b59c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__d400dad3{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__b9ca49ec{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__6e2a397a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__25686c72{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__dedbc70c{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__56d3eba8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__91e31588{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__08049733{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__dc910f2b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__8c2b5f0d{margin-left:0%}.offset-xl-1__ffb1609a{margin-left:8.33333333%}.offset-xl-2__020420e3{margin-left:16.66666667%}.offset-xl-3__51f203a9{margin-left:25%}.offset-xl-4__ddf2daeb{margin-left:33.33333333%}.offset-xl-5__77c58ae6{margin-left:41.66666667%}.offset-xl-6__e998d94c{margin-left:50%}.offset-xl-7__5a28908e{margin-left:58.33333333%}.offset-xl-8__98375417{margin-left:66.66666667%}.offset-xl-9__01076eb4{margin-left:75%}.offset-xl-10__98d1b6ba{margin-left:83.33333333%}.offset-xl-11__4c5f723f{margin-left:91.66666667%}.d-none-xl__94c4a7fc{display:none!important}.d-block-xl__01ba380a{display:block!important}}.ellipsisLineClamp__0dfe7cf4{--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__0dfe7cf4.oneLine__5de48a39{word-break:break-all}.link__23b05c82{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-14-0)}.link__23b05c82:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-14-0)}.link__23b05c82:active{color:var(--triplex-next-Link-Text_Color_Active-0-14-0)}.link__23b05c82:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-14-0)}.wordWithContent__63cc6b53{white-space:nowrap;display:inline-flex;align-items:center}.before__e0baf431 :first-child{margin-right:2px}.after__3e1667f1 :last-child{margin-left:2px}.marker__e5e228f7{border-radius:50%}.marker__e5e228f7.md__ace0b9bc{width:8px;height:8px}.marker__e5e228f7.lg__c95223e7{width:10px;height:10px}.marker__e5e228f7.success__eaf66988{background:var(--triplex-next-Marker-Background_Success-0-14-0)}.marker__e5e228f7.error__d3fd2ceb{background:var(--triplex-next-Marker-Background_Error-0-14-0)}.marker__e5e228f7.warning__f007a7c6{background:var(--triplex-next-Marker-Background_Warning-0-14-0)}.marker__e5e228f7.waiting__ea5f3a84{background:var(--triplex-next-Marker-Background_Waiting-0-14-0)}.markerStatus__a3855e1f{line-height:0;display:flex;align-items:start}.markerStatus__a3855e1f .contentContainer__239fd70e{display:flex;flex-direction:column}.markerStatus__a3855e1f.md__894f8f1b{gap:4px}.markerStatus__a3855e1f.md__894f8f1b .markerContainer__1420e9ab{margin-top:4px}.markerStatus__a3855e1f.lg__d6d96acf{gap:6px}.markerStatus__a3855e1f.lg__d6d96acf .contentContainer__239fd70e{gap:4px}.markerStatus__a3855e1f.lg__d6d96acf .markerContainer__1420e9ab{margin-top:5px}.row__ed441538{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__ed441538.noPaddingBottom__7bd65118,.row__ed441538:last-child{padding-bottom:0}.tabsExtended__0ee6486c{position:relative}.tabsExtendedContent__603c7e0e{display:inline-flex}.tabsExtendedContent__603c7e0e.sm__8419bdb1{border-radius:6px;padding:4px}.tabsExtendedContent__603c7e0e.md__579a9a43{border-radius:8px;padding:4px}.tabsExtendedContent__603c7e0e.lg__7715d358{border-radius:10px;padding:8px}.tabsExtendedTab__c55746ed{display:flex}.tabsExtendedTab__c55746ed+.tabsExtendedTab__c55746ed,.tabsExtendedDropdown__21e2105e{margin-left:2px}.tabsReal__df13e948,.tabsFake__33ef9666{display:flex;box-sizing:border-box;width:100%}.tabsReal__df13e948.hidden__35fb9a6c{visibility:hidden}.tabsReal__df13e948 .tabsExtendedTab__c55746ed.hidden__35fb9a6c{display:none}.tabsFake__33ef9666{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__0769c9c4 .tabsExtendedContent__603c7e0e{background-color:var(--triplex-next-Tabs-Type1_Background-0-14-0)}.type2__975d257c .tabsExtendedContent__603c7e0e{background-color:var(--triplex-next-Tabs-Type2_Background-0-14-0)}.tabsExtendedTabButton__8a584516{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-14-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8a584516 .tabButtonText__bcdaa620{font-weight:400}.tabsExtendedTabButton__8a584516.lg__7715d358{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__8a584516.lg__7715d358 .tabButtonText__bcdaa620{font-size:16px;line-height:20px}.tabsExtendedTabButton__8a584516.md__579a9a43{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__8a584516.md__579a9a43 .tabButtonText__bcdaa620{font-size:14px;line-height:20px}.tabsExtendedTabButton__8a584516.sm__8419bdb1{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__8a584516.sm__8419bdb1 .tabButtonText__bcdaa620{font-size:12px;line-height:16px}.tabsExtendedTabButton__8a584516::-moz-focus-inner{border:none}.tabsExtendedTabButton__8a584516+.tabsExtendedTabButton__8a584516{margin-left:2px}.tabsExtendedTabButton__8a584516:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4.selected__f10531ec{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4.selected__f10531ec .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4:hover .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4 .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c.selected__f10531ec{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c.selected__f10531ec .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c:hover .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-0)}.notificationIcon__f2a38ae4{position:absolute;right:4px;top:4px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.sm__e2c9b4fe{min-width:20px;min-height:20px;height:20px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.md__9c171e0b{min-width:32px;min-height:32px;height:32px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.lg__bfbdfe89{min-width:40px;min-height:40px;height:40px}.tag__72ebb920{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-14-0);border-radius:4px;gap:2px}.tag__72ebb920.sm__995465e4{height:20px;padding:2px 4px 2px 6px}.tag__72ebb920.md__f8aae8fb{height:28px;padding:4px 6px 4px 8px}.tag__72ebb920.lg__2c0c03d0{height:32px;padding:6px 8px 6px 10px}.content__2c5b9b83{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__80309da6{display:flex;flex-wrap:wrap}.tagGroup__80309da6.sm__9bf56fd4{gap:4px}.tagGroup__80309da6.md__dcdf7380{gap:8px}.tagGroup__80309da6.lg__f1980c94{gap:12px}.paginationExtended__55219901{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__b76d52aa .directionIconNext__fb4f15a3{transform:rotate(180deg)}.pageEllipsis__db623083{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-14-0);cursor:default}.paginationPageButton__3501a63b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-14-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__3501a63b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-0);outline:none}.paginationPageButton__3501a63b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-14-0)}.paginationPageButton__3501a63b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-14-0);cursor:grabbing}.paginationPageButton__3501a63b.currentPage__11b8c934{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-14-0);cursor:default}.paginationNavigationExtended__1ddf5329{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__acf58f78{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__acf58f78 .paginationSelectControl__cdeff3d9{margin-left:8px;min-width:72px}.skeleton__7e464204{border-radius:16px;flex-grow:1}.skeleton__7e464204.light__34280bd5{animation:skeleton-light-pulse__c33ace26 2s ease-in-out infinite}.skeleton__7e464204.dark__0eb88df8{animation:skeleton-dark-pulse__2e114bbd 2s ease-in-out infinite}@keyframes skeleton-light-pulse__c33ace26{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0)}}@keyframes skeleton-dark-pulse__2e114bbd{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0)}}.segmentedControlSegment__2ba71791{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-0);outline:none;cursor:pointer}.segmentedControlSegment__2ba71791:disabled{cursor:default}.sm__2246a2f8 .segmentedControlSegment__2ba71791{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__f1eb9fec .segmentedControlSegment__2ba71791{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__f02ce122 .segmentedControlSegment__2ba71791{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__b9cdafe4 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-0)}.segmentedControlSegment__2ba71791:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-0)}.content__f01b9c17{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__86b95b27{display:flex;gap:4px}.segmentedControl__86b95b27.general1__b9cdafe4{background:var(--triplex-next-SegmentedControl-General_1_Background-0-14-0)}.segmentedControl__86b95b27.secondary1__e8f55ca8{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-14-0)}.segmentedControl__86b95b27.general2__581356bc{background:var(--triplex-next-SegmentedControl-General_2_Background-0-14-0)}.segmentedControl__86b95b27.secondary2__d67eda88{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-14-0)}.segmentedControl__86b95b27.sm__2246a2f8{border-radius:6px;padding:4px}.segmentedControl__86b95b27.md__f1eb9fec{border-radius:8px;padding:4px}.segmentedControl__86b95b27.lg__f02ce122{border-radius:10px;padding:8px}.step__4e64020f{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__4e64020f.default__5ab12c61{background-color:var(--triplex-next-Step-Background_Default-0-14-0)}.step__4e64020f.default__5ab12c61>span{color:var(--triplex-next-Step-Color_Default-0-14-0)}.step__4e64020f.done__bb6dfec0{background-color:var(--triplex-next-Step-Background_Done-0-14-0)}.step__4e64020f.done__bb6dfec0>span{color:var(--triplex-next-Step-Color_Done-0-14-0)}.step__4e64020f.warning__e625ee24{background-color:var(--triplex-next-Step-Background_Warning-0-14-0)}.step__4e64020f.warning__e625ee24>span{color:var(--triplex-next-Step-Color_Warning-0-14-0)}.step__4e64020f.active__8f1207b5{background-color:var(--triplex-next-Step-Background_Active-0-14-0)}.step__4e64020f.active__8f1207b5>span{color:var(--triplex-next-Step-Color_Active-0-14-0)}.step__4e64020f.error__aac3f5ed{background-color:var(--triplex-next-Step-Background_Error-0-14-0)}.step__4e64020f.error__aac3f5ed>span{color:var(--triplex-next-Step-Color_Error-0-14-0)}.step__4e64020f.disabled__e052cb3b{background-color:var(--triplex-next-Step-Background_Disabled-0-14-0)}.step__4e64020f.disabled__e052cb3b>span{color:var(--triplex-next-Step-Color_Disabled-0-14-0)}.stepperWrapper__2b47fef9{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-14-0)}.stepperStep__d8b5e498{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__d8b5e498+.stepperStep__d8b5e498{margin-left:12px}.stepperStep__d8b5e498.sm__721776ff:not(:last-child) .content__9bdeb9c4{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__d8b5e498.sm__721776ff:last-child .content__9bdeb9c4{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__d8b5e498.sm__721776ff:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498.md__f4f3df54:not(:last-child) .content__9bdeb9c4{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d8b5e498.md__f4f3df54:last-child .content__9bdeb9c4{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__d8b5e498.md__f4f3df54:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498.lg__3de3dd1a:not(:last-child) .content__9bdeb9c4{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d8b5e498.lg__3de3dd1a:last-child .content__9bdeb9c4{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__d8b5e498.lg__3de3dd1a:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2{cursor:default}.stepperStep__d8b5e498.active__ce0ea3d2 .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2 .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf :not(.error__72c6d4ea):not(.warning__53b65cce) .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Default-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf :not(.error__72c6d4ea):not(.warning__53b65cce):hover .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504{pointer-events:none}.stepperStep__d8b5e498.disabled__5ba24504 .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504 .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504 .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35 .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2 .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35 .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2 .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35:hover .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2:hover .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35:hover .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2:hover .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.content__9bdeb9c4{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-14-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-14-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__721776ff{font-size:12px;line-height:16px}.md__f4f3df54{font-size:14px;line-height:20px}.lg__3de3dd1a{font-size:16px;line-height:20px}.arrow__c09c3a66{transform:translate(0)}.arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-0)}.arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-0)}.icon__ba486a23{display:inline-flex;align-items:center;line-height:0}.nonempty__809b9f78 .icon__ba486a23{margin-right:6px}.stepperExtended__2e299f9d{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__d50532bb{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__d50532bb::-webkit-scrollbar{display:none}.stepper__8c750dd6.sm__721776ff{padding-left:28px;padding-right:28px}.stepper__8c750dd6.md__f4f3df54{padding-left:40px;padding-right:40px}.stepper__8c750dd6.lg__3de3dd1a{padding-left:56px;padding-right:56px}.stepperCarousel__dafe34aa{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f,.stepperCarousel__dafe34aa .buttonNext__590dffdd{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.sm__721776ff,.stepperCarousel__dafe34aa .buttonNext__590dffdd.sm__721776ff{height:28px;width:28px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.md__f4f3df54,.stepperCarousel__dafe34aa .buttonNext__590dffdd.md__f4f3df54{height:40px;width:40px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.lg__3de3dd1a,.stepperCarousel__dafe34aa .buttonNext__590dffdd.lg__3de3dd1a{height:56px;width:56px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-14-0)}.stepperCarousel__dafe34aa .buttonNext__590dffdd{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-14-0)}@media (max-width: 767px){.stepper__8c750dd6{padding-left:16px;padding-right:16px}.buttonPrev__cba8ab6f,.buttonNext__590dffdd{display:none}}.islandAccordion__2a6d1f1d{margin:0;padding:0}.islandAccordion__2a6d1f1d .island__bfe95344{padding:0}.islandAccordion__2a6d1f1d .item__297ef8f7{position:relative;list-style-type:none}.islandAccordion__2a6d1f1d .item__297ef8f7.disabled__7e87c214{cursor:default;pointer-events:none}.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.sm__0e6461a7,.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.md__4e268c81{margin-top:16px}.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.lg__3d99d4db{margin-top:24px}.islandAccordion__2a6d1f1d .item__297ef8f7 .header__c65c3b70{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__2a6d1f1d .item__297ef8f7 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type1__696341b6:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type2__e433a773:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type3__d81da04c:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{text-align:right}.islandAccordion__2a6d1f1d .item__297ef8f7 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{visibility:hidden}.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc .footer__3784f74b{visibility:visible}.islandAccordion__2a6d1f1d .item__297ef8f7 .caretWrapper__8552024e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2a6d1f1d .item__297ef8f7 .caretIcon__aa5dcdc3{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .header__c65c3b70{padding:16px;border-radius:16px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .step__03e26c37+.titleWrapper__808254d0{margin-top:2px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .footer__3784f74b{padding:0 16px 16px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .caretWrapper__8552024e{right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .remove__e4e8dee8{right:-36px;top:20px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .step__03e26c37{margin-right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .header__c65c3b70{padding:24px;border-radius:24px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .footer__3784f74b{padding:0 24px 24px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .caretWrapper__8552024e{right:20px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .remove__e4e8dee8{right:-40px;top:28px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .step__03e26c37{margin-right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .header__c65c3b70{padding:32px;border-radius:32px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .footer__3784f74b{padding:0 32px 32px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .caretWrapper__8552024e{right:28px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .remove__e4e8dee8{right:-40px;top:36px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .step__03e26c37{margin:0 16px 0 0}.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc:not(.disabled__7e87c214) .caretWrapper__8552024e .caretIcon__aa5dcdc3{transform:rotate(-180deg)}.islandAccordion__2a6d1f1d .item__297ef8f7 .remove__e4e8dee8{position:absolute}@media (max-width: 767px){.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b>*{margin-left:0!important}}.noColumns__c7fb8b3f{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c7fb8b3f>.content__377e0e72{width:456px;text-align:center}.filterPanel__20f0d20d{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__fdcaa196{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__fdcaa196>a:not(:first-child){margin-left:16px}.tabsLinePanel__20792e1f{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__4ba411b0{0%{opacity:0}to{opacity:1}}.tableBasic__712d1b13{position:relative}.tableBasic__712d1b13 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__712d1b13 table th.alignLeft__04af0e69,.tableBasic__712d1b13 table td.alignLeft__04af0e69{text-align:left}.tableBasic__712d1b13 table th.alignRight__0723eda9,.tableBasic__712d1b13 table td.alignRight__0723eda9{text-align:right}.tableBasic__712d1b13 table th.alignCenter__6147f599,.tableBasic__712d1b13 table td.alignCenter__6147f599{text-align:center}.tableBasic__712d1b13 table th.verticalAlignBaseline__d9dfda1b,.tableBasic__712d1b13 table td.verticalAlignBaseline__d9dfda1b{vertical-align:baseline}.tableBasic__712d1b13 table th.verticalAlignSub__4ad26e2f,.tableBasic__712d1b13 table td.verticalAlignSub__4ad26e2f{vertical-align:sub}.tableBasic__712d1b13 table th.verticalAlignSuper__64af1a1f,.tableBasic__712d1b13 table td.verticalAlignSuper__64af1a1f{vertical-align:super}.tableBasic__712d1b13 table th.verticalAlignTextTop__3785df2d,.tableBasic__712d1b13 table td.verticalAlignTextTop__3785df2d{vertical-align:text-top}.tableBasic__712d1b13 table th.verticalAlignTextBottom__b82beee9,.tableBasic__712d1b13 table td.verticalAlignTextBottom__b82beee9{vertical-align:text-bottom}.tableBasic__712d1b13 table th.verticalAlignMiddle__d1685d9f,.tableBasic__712d1b13 table td.verticalAlignMiddle__d1685d9f{vertical-align:middle}.tableBasic__712d1b13 table th.verticalAlignTop__dc0eeebc,.tableBasic__712d1b13 table td.verticalAlignTop__dc0eeebc{vertical-align:top}.tableBasic__712d1b13 table th.verticalAlignBottom__20438e59,.tableBasic__712d1b13 table td.verticalAlignBottom__20438e59{vertical-align:bottom}.tableBasic__712d1b13 table>thead>tr{height:48px}.tableBasic__712d1b13 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-14-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-0)}}.tableBasic__712d1b13 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__712d1b13 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__712d1b13 table>thead>tr>th.checkboxType__7e1f15b7{padding:16px 12px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f{display:inline-flex;vertical-align:top}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4{cursor:pointer}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63{display:flex;visibility:hidden;align-items:center}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.alignLeft__04af0e69{margin-right:8px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.alignRight__0723eda9{margin-left:8px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.sorted__082a1317{visibility:visible}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4:hover .orderButton__2ba44c63{visibility:visible}.tableBasic__712d1b13 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-0)}.tableBasic__712d1b13 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__712d1b13 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__712d1b13 table>tbody>tr>td.textType__66a47f35{padding:12px}.tableBasic__712d1b13 table>tbody>tr>td.componentsType__b5f02449{padding:8px 12px}.tableBasic__712d1b13 table>tbody>tr>td.checkboxType__7e1f15b7{padding:10px 12px 12px}.tableBasic__712d1b13 table>tbody>tr.selected__f134b453>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>tbody>tr.selected__f134b453>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-0)}}.tableBasic__712d1b13 table>tbody.clickable__19500544>tr{cursor:pointer}.tableBasic__712d1b13 table>tbody.hoverable__909dbc12>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>tbody.hoverable__909dbc12>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-0)}}.tableBasic__712d1b13 .footerEmptyData__b8a206b5{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__712d1b13 .spinnerWrapper__f7dd2d8d{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__712d1b13 .spinnerWrapper__f7dd2d8d .tableLoaderScreen__0b3ef57f{border-radius:8px 8px 0 0}.tableBasic__712d1b13 .overlayCover__eef1408e{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-14-0);animation:fadeIn__4ba411b0 .3s}.tableBasicSettingsBody__e02120e9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__01f5b7cf{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0)!important}.columnSettingsSortableListItemTarget__01f5b7cf:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-0)!important}.columnSettingsSortableListItemTarget__01f5b7cf.dragging__1642e83f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-0)!important}.columnSettingsStaticListItem__01652a2f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0)}.tableBasicSettingsFooter__9932c63d{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-0);padding:11px 12px 12px}.tableBasicSettingsHeader__9a66bb78{padding:16px 12px 12px}.tableSettingsLink__7e41ad34{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__72c97d98{width:320px}.tableFooterWrapper__a6d9a403{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__a6d9a403 .tableFooterShadow__ce21b1e3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-14-0);pointer-events:none}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-14-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f{display:flex;align-items:center}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectedCount__4d42a3c1,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectAllButton__fcbf929b,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryAmount__49c0540f{display:inline-flex}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectedCount__4d42a3c1,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectAllButton__fcbf929b,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryAmount__49c0540f,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryLabel__617e4c5c{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__a6d9a403{height:112px}}.paginationPanel__c6d4bcdc{margin-top:16px}.masterTable__a3f72581{position:relative}.orderedListItem__d0a3725f{counter-increment:list-item-tx}.orderedListItem__d0a3725f:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__d0a3725f+.orderedListItem__d0a3725f{margin-top:8px}.orderedList__07f077b1{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__df3a5997{position:relative}.suggestDropdownListItem__a718b1ae{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__97976292{position:relative}.suggestFieldMobileBody__1f285723{height:176px}.suggestFieldMobileDropdownHint__be74f58f{padding:16px}.lightBox__b323f180{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__b323f180 .lightBoxBackdrop__38f22bd0{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-0)}.lightBox__b323f180.lightBoxSideOverlayActive__529334fb,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f{overflow-y:hidden}.lightBox__b323f180 .lightBoxContent__e109bc88{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-0)}.lightBox__b323f180 .lightBoxContent__e109bc88>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__b323f180 .lightBoxContent__e109bc88>.global-page{padding:16px}}.lightBox__b323f180 .loadingContentOverlay__7a1129f5{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b323f180 .lightBoxContentResizeWrapper__1688c511{position:absolute;left:0;right:0;height:0}.lightBox__b323f180 .tempElSafariBug__5e42d480{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__fa18c0a7,.global-LB-less-or-equal-media-point-0 .lightBox__b323f180.lightBoxSideOverlayActive__529334fb{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__e109bc88{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__e109bc88{padding-left:80px;padding-right:80px}.lightBoxControls__ec76cd82{z-index:100}.withKeyboardEvent__2f1d84bf{display:inline-block}.withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.lightBoxSideOverlayActive__529334fb .withKeyboardEvent__2f1d84bf,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f .withKeyboardEvent__2f1d84bf,.lightBox__b323f180.isLoading__1751b48e .withKeyboardEvent__2f1d84bf{display:none}.lightBox__b323f180.lightBoxSideOverlayActive__529334fb .withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f .withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.isLoading__1751b48e .withoutKeyboardEvent__bfdf2f4a{display:inline-block}.lightBox__b323f180.isLoading__1751b48e .lightBoxPrev__74cb36d4,.lightBox__b323f180.isLoading__1751b48e .lightBoxNext__ad4154a8{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__ec76cd82{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__f692a94d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__4308e8ae{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__594f4883{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__74cb36d4,.global-LB-less-or-equal-media-point-0 .lightBoxNext__ad4154a8{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__74cb36d4{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__ba465d37,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__4ef8f613{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__ec76cd82{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f692a94d{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__4308e8ae{display:none}.global-LB-more-media-point-0 .lightBoxClose__594f4883{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__74cb36d4,.global-LB-more-media-point-0 .lightBoxNext__ad4154a8{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__74cb36d4{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__ad4154a8{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__0fdbfd06{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__0fdbfd06.fixed__cf7e79ac{position:fixed}.overlay__0fdbfd06.closing__071b931e,.overlay__0fdbfd06.opened__a18ebe72{visibility:visible;left:0;right:0}.overlayPanel__5975a508{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-14-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__5975a508.bottom__e63f7079{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__5975a508.left__66e0cfa3{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__5975a508.right__f889ae1f{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__5975a508.top__90e051ea{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__5975a508.left__66e0cfa3.opened__a18ebe72,.overlayPanel__5975a508.right__f889ae1f.opened__a18ebe72{transform:translate(0)}.overlayPanel__5975a508.top__90e051ea.opened__a18ebe72,.overlayPanel__5975a508.bottom__e63f7079.opened__a18ebe72{transform:translateY(0)}.overlayContent__48cf89d3{display:flex;min-height:100%}.overlayMask__de383fda{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-14-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__de383fda.overlayOpened__62a799ae{opacity:1}.lightBoxSideOverlayLoaderWrapper__98288a24{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__6e5fd207{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__de286945{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__6e5fd207{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__6e5fd207{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{display:none}.lightBoxSideOverlayMask__3583ab6a{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-0)}.lightBoxSideOverlayWrapper__bc596e27{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__bc596e27.overflowXHidden__73e8d417{overflow-x:hidden}.lightBoxSideOverlayWrapper__bc596e27.overflowYHidden__167e30cf{overflow-y:hidden}.lightBoxSideOverlayWrapper__bc596e27.closing__9820c030,.lightBoxSideOverlayWrapper__bc596e27.opened__44504a8a{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__bc596e27.closing__9820c030{pointer-events:none}.lightBoxSideOverlayWrapper__bc596e27 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__bc596e27 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3.opened__44504a8a{transform:none}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3.opening__f477660a{transform:translateY(0)}.lightBoxSideOverlayWrapper__bc596e27.sizeSM__ddaa65e7 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27.sizeMD__15dd2630 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27.sizeLG__7b5a9490 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayBase__ba19ec5d{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__bc596e27 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__bc596e27 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b29edf97{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b29edf97.closing__9820c030,.lightBoxSideOverlay__b29edf97.opening__f477660a{overflow-x:hidden}.topOverlayMask__a787b5b6{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-14-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__b50668d1{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__b50668d1.closing__b35788fe,.topOverlayWrapper__b50668d1.opened__eeda3fd0{bottom:0}.topOverlayWrapper__b50668d1 .topOverlayPanel__ed5da810{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__5ca24d22{z-index:500}@media (max-width: 767px){.topOverlayPanel__ed5da810{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__40d7e9fd{--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__40d7e9fd.fixed__cec169a0{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__a744bb1d{display:none}}.lightBoxRightSidebar__40c32798{--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__40c32798.fixed__cec169a0{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__79694699{display:none}}html.scroll-0__b0d4e4cb{--triplex-next-scroll-width: 0px}html.scroll-15__7ab77077{--triplex-next-scroll-width: 15px}html.scroll-16__da2c1b14{--triplex-next-scroll-width: 16px}html.scroll-17__bc3ee76d{--triplex-next-scroll-width: 17px}.smsField__6321ae13{display:inline-block;position:relative;width:100%}.smsField__6321ae13 .input__0e41eb4f{text-align:center}.smsField__6321ae13 .input__0e41eb4f::placeholder{opacity:1}.smsField__6321ae13 .input__0e41eb4f:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.smsField__6321ae13 .input__0e41eb4f.lg__94c08ba3{padding:18px 40px}.smsField__6321ae13 .input__0e41eb4f.md__1958c94a{padding-left:26px;padding-right:26px}.smsField__6321ae13 .input__0e41eb4f.sm__27179710{padding-left:20px;padding-right:20px}.smsField__6321ae13 .btnRefresh__bfa0e30a{position:absolute;outline:none;z-index:1}.smsField__6321ae13 .btnRefresh__bfa0e30a.lg__94c08ba3{top:12px;left:12px;height:32px;width:32px}.smsField__6321ae13 .btnRefresh__bfa0e30a.md__1958c94a{top:10px;left:10px}.smsField__6321ae13 .btnRefresh__bfa0e30a.sm__27179710{top:4px;left:4px}.smsField__6321ae13 .btnRefresh__bfa0e30a .full__78d36da0{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-14-0)}.smsField__6321ae13 .btnRefresh__bfa0e30a .empty__5e895903{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-14-0)}.smsField__6321ae13 .btnRefresh__bfa0e30a:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.active__a9625f16:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.active__a9625f16:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.lg__94c08ba3{top:15px;right:15px;height:26px;width:26px}.smsField__6321ae13 .btnSubmit__4e31851a.md__1958c94a{top:10px;right:10px}.smsField__6321ae13 .btnSubmit__4e31851a.sm__27179710{top:4px;right:4px}.spoiler__08602386{display:flex;flex-direction:column}.spoiler__08602386.opened__f8f84209 .caretIcon__433e71b8{transform:rotate(-180deg)}.spoiler__08602386 .head__f606efac .caretIcon__433e71b8{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__08602386 .head__f606efac button>span{white-space:normal;text-align:left}.spoiler__08602386 .content__e876be70.hidden__8b085ddb{display:none}.spoiler__08602386 .lg__7aeb0ab3 .content__e876be70{margin-top:8px}.spoiler__08602386 .md__00670ea4 .content__e876be70{margin-top:0}.spoiler__08602386 .sm__7b8f07c7 .content__e876be70{margin-top:-4px}.statusTrackerWrapper__fc8a3340{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-14-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-14-0);overflow:hidden;height:100%}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b.verticalAlignMiddle__d52566b0{align-self:center}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b.verticalAlignBottom__212a4ad5{align-self:end}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerChild__8ba98eb9{padding:8px 0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerChild__8ba98eb9:empty{padding:0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerSum__5c5e9220,.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerTitle__10ab66f3{padding-bottom:4px}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerDescription__39fc5cc3{display:block;padding-top:8px}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerAlert__e727dbff{margin-top:12px;text-align:left}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerStatus__ebdcd4fb{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec{display:grid}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec .statusTrackerDescription__39fc5cc3:last-child{padding-top:0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec .statusTrackerButton__24a02372{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.waiting__996cb1fb{background:var(--triplex-next-StatusTracker-Waiting_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.warning__6f1268e7{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.rejected__d4edd860{background:var(--triplex-next-StatusTracker-Rejected_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.approved__0abc56a6{background:var(--triplex-next-StatusTracker-Approved_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.waiting__996cb1fb{background:var(--triplex-next-StatusTracker-Waiting_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.warning__6f1268e7{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.rejected__d4edd860{background:var(--triplex-next-StatusTracker-Rejected_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.approved__0abc56a6{background:var(--triplex-next-StatusTracker-Approved_Background-0-14-0)}@media (max-width: 767px){.statusTrackerWrapper__fc8a3340{border-radius:16px}}.smallInput__84dd36a7{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-14-0);background:var(--triplex-next-SmallInput-Background-0-14-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-14-0)}.smallInput__84dd36a7::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-14-0);opacity:1}.smallInput__84dd36a7::-ms-clear{display:none}.documentNumberEdit__6126cd87 .label__cabae12f{display:inline-block;margin-right:8px}.documentNumberEdit__6126cd87 .inputEditWrapper__3cfec4d3{width:68px;display:inline-block}.sliderExtendedDot__76d0417d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__76d0417d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-0)}.sliderExtendedDot__76d0417d.focusedByClick__4b5927ee:focus{box-shadow:none}.sliderExtendedDot__76d0417d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__76d0417d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__76d0417d.disabled__a8b0fd29{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d.disabled__a8b0fd29:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d.disabled__a8b0fd29:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-14-0)}.sliderExtendedDot__76d0417d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0)}.sliderExtendedDot__76d0417d.dragByMouse__d6d26ee2{background:var(--triplex-next-Slider-Dot_Background_Select-0-14-0)}.sliderExtendedDot__76d0417d.dragByMouse__d6d26ee2:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0)}.sliderExtendedDot__76d0417d:hover .sliderExtendedTooltipOverlay__7eb2d8f1,.sliderExtendedDot__76d0417d:focus .sliderExtendedTooltipOverlay__7eb2d8f1{visibility:visible}.sliderExtendedDot__76d0417d.lg__364d6c20{width:28px;height:28px}.sliderExtendedDot__76d0417d.lg__364d6c20:after{width:10px;height:10px}.sliderExtendedDot__76d0417d.lg__364d6c20:before{width:14px;height:14px}.sliderExtendedMarks__43933229{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__4a36557e{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__4a36557e .sliderExtendedMarkDot__4e961dde{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-14-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__4a36557e .sliderExtendedMarkDot__4e961dde.inSelectedRange__4c93ddfd{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-0)}.sliderExtendedMark__4a36557e.lg__364d6c20{top:20px}.sliderExtendedMark__4a36557e.lg__364d6c20 .sliderExtendedMarkDot__4e961dde{top:-20px}.sliderExtendedMark__4a36557e .sliderExtendedMarkText__9c426bc0{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__4a36557e.disabled__a8b0fd29{pointer-events:none}.sliderExtendedMark__4a36557e.disabled__a8b0fd29 .sliderExtendedMarkText__9c426bc0{pointer-events:none;opacity:.35}.sliderExtendedMark__4a36557e.disabled__a8b0fd29 .sliderExtendedMarkDot__4e961dde{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-0)}.sliderExtendedMark__4a36557e:first-child,.sliderExtendedMark__4a36557e:last-child{transform:none}.sliderExtendedMark__4a36557e:first-child.reverse__d41edbc8 .sliderExtendedMarkDot__4e961dde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__4a36557e:first-child.reverse__d41edbc8 .sliderExtendedMarkText__9c426bc0{margin-right:-4px}.sliderExtendedMark__4a36557e:first-child:not(.reverse__d41edbc8) .sliderExtendedMarkDot__4e961dde{left:0;transform:translate(-50%)}.sliderExtendedMark__4a36557e:first-child .sliderExtendedMarkText__9c426bc0{margin-left:-4px}.sliderExtendedMark__4a36557e:last-child.reverse__d41edbc8 .sliderExtendedMarkDot__4e961dde{left:0;transform:translate(-50%)}.sliderExtendedMark__4a36557e:last-child.reverse__d41edbc8 .sliderExtendedMarkText__9c426bc0{margin-left:-4px}.sliderExtendedMark__4a36557e:last-child:not(.reverse__d41edbc8) .sliderExtendedMarkDot__4e961dde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__4a36557e:last-child .sliderExtendedMarkText__9c426bc0{margin-right:-4px}.sliderExtendedMark__4a36557e.active__8e9abcad{pointer-events:none}.sliderExtendedRail__24f1de2a{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-14-0);cursor:pointer}.sliderExtended__24809e54{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__24809e54.disabled__a8b0fd29 .sliderExtendedRail__24f1de2a{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-14-0)}.sliderExtended__24809e54.lg__364d6c20{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__e7f15991{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-14-0);z-index:10}.sliderExtendedTrack__e7f15991.lg__364d6c20{top:12px}.sliderExtendedTrack__e7f15991:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-0)}.sliderExtendedTrack__e7f15991.focusedByClick__4b5927ee:focus{box-shadow:none}.sliderExtendedTrack__e7f15991.hoverOrDragByMouse__a1053109{background:var(--triplex-next-Slider-Track_Background_Hover-0-14-0)}.sliderExtendedTrack__e7f15991.staticSlider__63de7858{cursor:default;pointer-events:none}.sliderExtendedTrack__e7f15991.disabled__a8b0fd29{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-14-0)}.sliderExtendedTooltipOverlay__7eb2d8f1{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__7eb2d8f1.lg__364d6c20{bottom:32px}.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipBody__e8adfab9{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-14-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-14-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipTip__16aee6f3{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-14-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipTip__16aee6f3{margin:-.5px}}.treeView__8580caf6,.treeViewGroup__307fcfa3{margin:0;padding:0}.treeView__8580caf6 .treeViewNode__3df1fc42,.treeViewGroup__307fcfa3 .treeViewNode__3df1fc42{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__27de8992.collapsed__741d5ec3{visibility:hidden}.checkboxTreeExtended__9f7ec7b1{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__cb4dbe6f .checkboxTreeExtendedNode__cb4dbe6f{margin-left:24px}.checkboxTreeExtendedNodeHeader__d0fbe336{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__d0fbe336.sm__62359e33{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__d0fbe336.md__47c7f60f,.checkboxTreeExtendedNodeHeader__d0fbe336.lg__c766bee4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__d0fbe336 .checkboxTreeCheckboxLabel__18ef291d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__d0fbe336 .caretIconWrapper__f3fcbf4e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__d0fbe336 .caretIconWrapper__f3fcbf4e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-14-0)}.checkboxTreeExtendedNodeHeader__d0fbe336.opened__da913a21 .caretIconWrapper__f3fcbf4e{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__9f7ec7b1{padding:12px 14px}}.chipGroup__e70ac86c{display:flex}.chipGroup__e70ac86c.oneLine__e0d65c5c{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__e70ac86c.oneLine__e0d65c5c::-webkit-scrollbar{display:none}.chipGroup__e70ac86c.multiLine__1b797c24{flex-wrap:wrap}.chipGroup__e70ac86c.lg__769deaf7{gap:12px}.chipGroup__e70ac86c.md__29b42eeb,.chipGroup__e70ac86c.sm__4357aa58{gap:8px}.confirm__f4ac078f{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__f4ac078f.isInLightBox__5900fed7{max-width:800px}.confirm__f4ac078f.isInSideOverlaySM__34e5335e{max-width:416px}.confirm__f4ac078f.isInSideOverlayMD__93df4195{max-width:536px}.confirm__f4ac078f.isInSideOverlayLG__759d2b37{max-width:736px}.confirmCloseButton__0e425de0{position:absolute;top:24px;right:24px}.confirmContent__ecc42f22{margin-bottom:24px;padding-right:56px}.confirmControls__95a1f57f{white-space:nowrap}.confirmContentTitle__c34791c2{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__0e425de0{top:16px;right:16px}.confirmContent__ecc42f22{margin-bottom:16px}}.divider__44058757{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-14-0);border:none}.marginTopSize-4__37128aac{margin-top:4px}.marginBottomSize-4__8c1585ba{margin-bottom:4px}.marginTopSize-8__5a779cba{margin-top:8px}.marginBottomSize-8__5d188255{margin-bottom:8px}.marginTopSize-12__9d2dea17{margin-top:12px}.marginBottomSize-12__c52e2a25{margin-bottom:12px}.marginTopSize-16__dedac44c{margin-top:16px}.marginBottomSize-16__d21039ec{margin-bottom:16px}.marginTopSize-20__39490fa6{margin-top:20px}.marginBottomSize-20__2dcd33a8{margin-bottom:20px}.marginTopSize-24__aeb651b5{margin-top:24px}.marginBottomSize-24__187d3a60{margin-bottom:24px}.marginTopSize-28__a698ce68{margin-top:28px}.marginBottomSize-28__67163233{margin-bottom:28px}.marginTopSize-32__337677ec{margin-top:32px}.marginBottomSize-32__db3a1f6b{margin-bottom:32px}.listMasterChipGroup__2d3fc645{padding:0 16px}.listMasterFooter__ac4e38de{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-14-0);color:var(--triplex-next-ListMaster-Footer_Color-0-14-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__ac4e38de.sticky__ec27d2f4{position:sticky;bottom:0}.listMasterFooterDescription__3967fabc{padding-right:16px}.listMasterFooterControls__7a3381ff{white-space:nowrap}.listMasterHeader__bdafd2ac{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-14-0);color:var(--triplex-next-ListMaster-Header_Color-0-14-0)}.listMasterHeader__bdafd2ac.sticky__ec27d2f4{position:sticky;top:0;z-index:1}.selectionControls__ded29cca{display:flex;justify-content:space-between;align-items:center}.uploadZone__81275f5b{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-14-0)}.uploadZone__81275f5b:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-14-0)}.uploadZoneDragArea__903938e0{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__318a2525{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-14-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__21bcdbdd{display:none}@media (max-width: 767px){.uploadZone__81275f5b,.uploadZone__81275f5b:hover{background:none}.uploadZoneDragArea__903938e0{display:none}}button.helpBoxButton__058cd83b{position:relative;vertical-align:text-bottom}.dateRange__97bb19e9{display:flex;align-items:center}.dateRangeButton__a92e68dd{z-index:1}.separator__6e3ba876{width:20px;height:20px;flex-shrink:0}.tagColor__ba2eaa2d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__ba2eaa2d.sm__1f0c992e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__ba2eaa2d.md__f18e64c0{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__ba2eaa2d.lg__6672eb69{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__ba2eaa2d.default__b424d7db{background:var(--triplex-next-TagColor-Background_Default-0-14-0)}.tagColor__ba2eaa2d.success__971f460c{background:var(--triplex-next-TagColor-Background_Success-0-14-0)}.tagColor__ba2eaa2d.info__e4c2c551{background:var(--triplex-next-TagColor-Background_Info-0-14-0)}.tagColor__ba2eaa2d.warning__0f1cae3b{background:var(--triplex-next-TagColor-Background_Warning-0-14-0)}.tagColor__ba2eaa2d.error__91bd1fb1{background:var(--triplex-next-TagColor-Background_Error-0-14-0)}.content__2517b1d3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-14-0)}
|