@sberbusiness/triplex-next 0.26.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-vonjWRtY.js +41 -0
- package/chunks/{CalendarViewItem-BdyVWg8a.js → CalendarViewItem-DysxnR-B.js} +13 -13
- package/chunks/Card.module-DLzMeKEe.js +17 -0
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
- package/chunks/Chip-C8WEqATD.js +77 -0
- package/chunks/Confirm.module-C9UyoM6r.js +15 -0
- package/chunks/{DropdownListItem-CRdOVwlq.js → DropdownListItem-DEMHVloq.js} +17 -17
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-CyAOOwnJ.js → FormFieldInput-Cb-NqZOL.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-BDZQCHuH.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
- package/chunks/{LightBoxContent-Bp6XRgdB.js → LightBoxContent-CpxzDBba.js} +8 -8
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-PANaJdYf.js → ListItemControlsButton-BcWg1BjZ.js} +19 -19
- package/chunks/ListItemTail.module-lle264d5.js +12 -0
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
- package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
- package/chunks/Notification.module-Cdt0qyac.js +20 -0
- package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
- package/chunks/Page.module-DfXEH6KZ.js +11 -0
- package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
- package/chunks/{SliderExtendedRail-B33WytbG.js → SliderExtendedRail-D-T2vfBA.js} +2 -2
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-9OXwuqOn.js → StepperStepArrowBorder-DoCkMkMz.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-dcZDUPZa.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +4 -4
- package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
- package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
- package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
- package/chunks/TreeView.module-BYYaw1fa.js +9 -0
- package/chunks/{UploadZoneInput-BsJhqlie.js → UploadZoneInput-DBUlHhad.js} +2 -2
- package/chunks/{constants-KINy2OSZ.js → constants-3hOLYskn.js} +9 -9
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-CWqa2skI.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/utils-C3N8DE_4.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +6 -6
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +23 -23
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +13 -13
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +10 -10
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +53 -51
- package/components/DateField/DateFieldTarget.js +38 -37
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +20 -20
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +13 -13
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +70 -64
- package/components/IslandWidget/IslandWidget.js +49 -41
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +17 -17
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +75 -68
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +43 -42
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +22 -21
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +11 -11
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +22 -15
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +16 -17
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/MonthYearField/MonthYearField.js +28 -26
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +4 -4
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +31 -25
- package/components/Stepper/Stepper.js +13 -13
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +14 -14
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +11 -11
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +14 -14
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +5 -5
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +18 -18
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +96 -28
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +0 -41
- package/chunks/Card.module-gPkzcCGo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +0 -15
- package/chunks/Chip-CuoqjaG4.js +0 -77
- package/chunks/Confirm.module-bXfHpEZY.js +0 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +0 -23
- package/chunks/Footer.module-Dhevv5cy.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +0 -9
- package/chunks/HeaderTabs.module-BQHI-7dx.js +0 -9
- package/chunks/IslandAccordion.module-ElAylnXP.js +0 -25
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +0 -12
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +0 -9
- package/chunks/ListItemTail.module-BKP1QEpv.js +0 -12
- package/chunks/ListMasterFooter.module-D1BeGub8.js +0 -10
- package/chunks/ModalWindow.module-PJk-BOT5.js +0 -17
- package/chunks/Notification.module-7THtDpDh.js +0 -20
- package/chunks/Overlay.module-B0Fayqn2.js +0 -18
- package/chunks/Page.module-oxsZ2i2v.js +0 -11
- package/chunks/SMSField.module-DQoHDr5D.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +0 -15
- package/chunks/StatusTracker.module-CwUmaWht.js +0 -24
- package/chunks/TableFooter.module-DaFBiojx.js +0 -14
- package/chunks/TabsExtended.module-D4GCJESe.js +0 -16
- package/chunks/TabsLine.module-BEA3Lssg.js +0 -21
- package/chunks/TooltipDesktop.module-hff_h0-q.js +0 -19
- package/chunks/TreeView.module-C-XaQJbB.js +0 -9
- package/chunks/utils-BVhTB5hC.js +0 -73
- package/chunks/utils-DFHOghtD.js +0 -28
- package/chunks/utils-TZKbWcP7.js +0 -24
package/styles/triplex-next.css
CHANGED
|
@@ -1,538 +1,538 @@
|
|
|
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-95-0-
|
|
12
|
-
--triplex-next-ColorBrand-100-0-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-
|
|
23
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-0-0-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-10-0-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-20-0-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-30-0-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-40-0-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-50-0-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-60-0-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-70-0-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-80-0-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-90-0-
|
|
34
|
-
--triplex-next-ColorDarkNeutral-100-0-
|
|
35
|
-
--triplex-next-ColorError-0-0-
|
|
36
|
-
--triplex-next-ColorError-10-0-
|
|
37
|
-
--triplex-next-ColorError-20-0-
|
|
38
|
-
--triplex-next-ColorError-30-0-
|
|
39
|
-
--triplex-next-ColorError-40-0-
|
|
40
|
-
--triplex-next-ColorError-50-0-
|
|
41
|
-
--triplex-next-ColorError-60-0-
|
|
42
|
-
--triplex-next-ColorError-70-0-
|
|
43
|
-
--triplex-next-ColorError-80-0-
|
|
44
|
-
--triplex-next-ColorError-90-0-
|
|
45
|
-
--triplex-next-ColorError-100-0-
|
|
46
|
-
--triplex-next-ColorInfo-0-0-
|
|
47
|
-
--triplex-next-ColorInfo-10-0-
|
|
48
|
-
--triplex-next-ColorInfo-20-0-
|
|
49
|
-
--triplex-next-ColorInfo-30-0-
|
|
50
|
-
--triplex-next-ColorInfo-40-0-
|
|
51
|
-
--triplex-next-ColorInfo-50-0-
|
|
52
|
-
--triplex-next-ColorInfo-60-0-
|
|
53
|
-
--triplex-next-ColorInfo-70-0-
|
|
54
|
-
--triplex-next-ColorInfo-80-0-
|
|
55
|
-
--triplex-next-ColorInfo-90-0-
|
|
56
|
-
--triplex-next-ColorInfo-100-0-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-0-0-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-10-0-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-20-0-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-30-0-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-40-0-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-50-0-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-60-0-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-70-0-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-80-0-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-90-0-
|
|
67
|
-
--triplex-next-ColorNeutralAlpha-100-0-
|
|
68
|
-
--triplex-next-ColorNeutral-0-0-
|
|
69
|
-
--triplex-next-ColorNeutral-10-0-
|
|
70
|
-
--triplex-next-ColorNeutral-20-0-
|
|
71
|
-
--triplex-next-ColorNeutral-30-0-
|
|
72
|
-
--triplex-next-ColorNeutral-40-0-
|
|
73
|
-
--triplex-next-ColorNeutral-50-0-
|
|
74
|
-
--triplex-next-ColorNeutral-60-0-
|
|
75
|
-
--triplex-next-ColorNeutral-70-0-
|
|
76
|
-
--triplex-next-ColorNeutral-80-0-
|
|
77
|
-
--triplex-next-ColorNeutral-90-0-
|
|
78
|
-
--triplex-next-ColorNeutral-100-0-
|
|
79
|
-
--triplex-next-ColorSuccess-0-0-
|
|
80
|
-
--triplex-next-ColorSuccess-10-0-
|
|
81
|
-
--triplex-next-ColorSuccess-20-0-
|
|
82
|
-
--triplex-next-ColorSuccess-30-0-
|
|
83
|
-
--triplex-next-ColorSuccess-40-0-
|
|
84
|
-
--triplex-next-ColorSuccess-50-0-
|
|
85
|
-
--triplex-next-ColorSuccess-60-0-
|
|
86
|
-
--triplex-next-ColorSuccess-70-0-
|
|
87
|
-
--triplex-next-ColorSuccess-80-0-
|
|
88
|
-
--triplex-next-ColorSuccess-90-0-
|
|
89
|
-
--triplex-next-ColorSuccess-100-0-
|
|
90
|
-
--triplex-next-ColorSystem-0-0-
|
|
91
|
-
--triplex-next-ColorSystem-10-0-
|
|
92
|
-
--triplex-next-ColorSystem-20-0-
|
|
93
|
-
--triplex-next-ColorSystem-30-0-
|
|
94
|
-
--triplex-next-ColorSystem-40-0-
|
|
95
|
-
--triplex-next-ColorSystem-50-0-
|
|
96
|
-
--triplex-next-ColorSystem-60-0-
|
|
97
|
-
--triplex-next-ColorSystem-70-0-
|
|
98
|
-
--triplex-next-ColorSystem-80-0-
|
|
99
|
-
--triplex-next-ColorSystem-90-0-
|
|
100
|
-
--triplex-next-ColorSystem-95-0-
|
|
101
|
-
--triplex-next-ColorSystem-100-0-
|
|
102
|
-
--triplex-next-ColorWarning-0-0-
|
|
103
|
-
--triplex-next-ColorWarning-10-0-
|
|
104
|
-
--triplex-next-ColorWarning-20-0-
|
|
105
|
-
--triplex-next-ColorWarning-30-0-
|
|
106
|
-
--triplex-next-ColorWarning-40-0-
|
|
107
|
-
--triplex-next-ColorWarning-50-0-
|
|
108
|
-
--triplex-next-ColorWarning-60-0-
|
|
109
|
-
--triplex-next-ColorWarning-70-0-
|
|
110
|
-
--triplex-next-ColorWarning-80-0-
|
|
111
|
-
--triplex-next-ColorWarning-90-0-
|
|
112
|
-
--triplex-next-ColorWarning-100-0-
|
|
113
|
-
--triplex-next-AlertContext-Error_Color-0-
|
|
114
|
-
--triplex-next-AlertContext-Info_Color-0-
|
|
115
|
-
--triplex-next-AlertContext-System_Color-0-
|
|
116
|
-
--triplex-next-AlertContext-Warning_Color-0-
|
|
117
|
-
--triplex-next-AlertProcess-Info_Background-0-
|
|
118
|
-
--triplex-next-AlertProcess-Warning_Background-0-
|
|
119
|
-
--triplex-next-AlertProcess-Error_Background-0-
|
|
120
|
-
--triplex-next-AlertProcess-System_Background-0-
|
|
121
|
-
--triplex-next-AlertProcess-Feature_Background-0-
|
|
122
|
-
--triplex-next-Avatar-Background-0-
|
|
123
|
-
--triplex-next-Badge-Background-0-
|
|
124
|
-
--triplex-next-Button-General_Background_Active-0-
|
|
125
|
-
--triplex-next-Button-General_Background_Default-0-
|
|
126
|
-
--triplex-next-Button-General_Background_Disabled-0-
|
|
127
|
-
--triplex-next-Button-General_Background_Hover-0-
|
|
128
|
-
--triplex-next-Button-General_Color_Active-0-
|
|
129
|
-
--triplex-next-Button-General_Color_Default-0-
|
|
130
|
-
--triplex-next-Button-General_Color_Disabled-0-
|
|
131
|
-
--triplex-next-Button-General_Color_Hover-0-
|
|
132
|
-
--triplex-next-Button-General_Shadow_Focus-0-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Active-0-
|
|
134
|
-
--triplex-next-Button-Secondary_Background_Default-0-
|
|
135
|
-
--triplex-next-Button-Secondary_Background_Disabled-0-
|
|
136
|
-
--triplex-next-Button-Secondary_Background_Hover-0-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Active-0-
|
|
138
|
-
--triplex-next-Button-Secondary_Color_Default-0-
|
|
139
|
-
--triplex-next-Button-Secondary_Color_Disabled-0-
|
|
140
|
-
--triplex-next-Button-Secondary_Color_Hover-0-
|
|
141
|
-
--triplex-next-Button-Secondary_Shadow_Focus-0-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Active-0-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Background_Default-0-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-0-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-0-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Active-0-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Color_Default-0-
|
|
148
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-0-
|
|
149
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-0-
|
|
150
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Active-0-
|
|
152
|
-
--triplex-next-Button-Danger_Background_Default-0-
|
|
153
|
-
--triplex-next-Button-Danger_Background_Disabled-0-
|
|
154
|
-
--triplex-next-Button-Danger_Background_Hover-0-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Active-0-
|
|
156
|
-
--triplex-next-Button-Danger_Color_Default-0-
|
|
157
|
-
--triplex-next-Button-Danger_Color_Disabled-0-
|
|
158
|
-
--triplex-next-Button-Danger_Color_Hover-0-
|
|
159
|
-
--triplex-next-Button-Danger_Shadow_Focus-0-
|
|
160
|
-
--triplex-next-Button-Icon_Shadow_Focus-0-
|
|
161
|
-
--triplex-next-Button-Link_Color_Active-0-
|
|
162
|
-
--triplex-next-Button-Link_Color_Default-0-
|
|
163
|
-
--triplex-next-Button-Link_Color_Disabled-0-
|
|
164
|
-
--triplex-next-Button-Link_Color_Hover-0-
|
|
165
|
-
--triplex-next-Button-Link_Shadow_Focus-0-
|
|
166
|
-
--triplex-next-Calendar-Background_Shadow-0-
|
|
167
|
-
--triplex-next-Calendar-View_Header_Color-0-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Default-0-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Hover-0-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-
|
|
171
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-
|
|
172
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-
|
|
173
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-
|
|
174
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-0-
|
|
175
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Default-0-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Hover-0-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-0-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Muted-0-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Color_Selected-0-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-
|
|
192
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-
|
|
193
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-
|
|
194
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-
|
|
195
|
-
--triplex-next-Card-Static_General_Background-0-
|
|
196
|
-
--triplex-next-Card-Static_Secondary_Background-0-
|
|
197
|
-
--triplex-next-Card-Action_General_Background-0-
|
|
198
|
-
--triplex-next-Card-Action_General_Background_Hover-0-
|
|
199
|
-
--triplex-next-Card-Action_General_Background_Selected-0-
|
|
200
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-0-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background-0-
|
|
202
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-0-
|
|
203
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-0-
|
|
204
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-
|
|
205
|
-
--triplex-next-Card-Shadow_Default-0-
|
|
206
|
-
--triplex-next-Card-Shadow_Focus-0-
|
|
207
|
-
--triplex-next-Card-Shadow_Hover-0-
|
|
208
|
-
--triplex-next-Card-Shadow_Selected-0-
|
|
209
|
-
--triplex-next-Card-Shadow_Selected_Hover-0-
|
|
210
|
-
--triplex-next-Checkbox-Background_Checked_Default-0-
|
|
211
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-0-
|
|
212
|
-
--triplex-next-Checkbox-Background_Checked_Hover-0-
|
|
213
|
-
--triplex-next-Checkbox-Background_Default-0-
|
|
214
|
-
--triplex-next-Checkbox-Background_Disabled-0-
|
|
215
|
-
--triplex-next-Checkbox-Background_Hover-0-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Default-0-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Disabled-0-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Focus-0-
|
|
219
|
-
--triplex-next-Checkbox-BorderColor_Hover-0-
|
|
220
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-0-
|
|
221
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-
|
|
222
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-0-
|
|
223
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-
|
|
224
|
-
--triplex-next-Chip-Background_Active-0-
|
|
225
|
-
--triplex-next-Chip-Background_Default-0-
|
|
226
|
-
--triplex-next-Chip-Background_Disabled-0-
|
|
227
|
-
--triplex-next-Chip-Background_Hover-0-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Active-0-
|
|
229
|
-
--triplex-next-Chip-Background_Selected_Default-0-
|
|
230
|
-
--triplex-next-Chip-Background_Selected_Disabled-0-
|
|
231
|
-
--triplex-next-Chip-Background_Selected_Hover-0-
|
|
232
|
-
--triplex-next-Chip-Color_Active-0-
|
|
233
|
-
--triplex-next-Chip-Color_Default-0-
|
|
234
|
-
--triplex-next-Chip-Color_Disabled-0-
|
|
235
|
-
--triplex-next-Chip-Color_Hover-0-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Active-0-
|
|
237
|
-
--triplex-next-Chip-Color_Selected_Default-0-
|
|
238
|
-
--triplex-next-Chip-Color_Selected_Disabled-0-
|
|
239
|
-
--triplex-next-Chip-Color_Selected_Hover-0-
|
|
240
|
-
--triplex-next-Chip-Shadow_Focus-0-
|
|
241
|
-
--triplex-next-Divider-Background-0-
|
|
242
|
-
--triplex-next-Dropdown-Background-0-
|
|
243
|
-
--triplex-next-Dropdown-Shadow-0-
|
|
244
|
-
--triplex-next-DropdownList-Background_Active-0-
|
|
245
|
-
--triplex-next-DropdownList-Background_Default-0-
|
|
246
|
-
--triplex-next-DropdownList-Background_Selected-0-
|
|
247
|
-
--triplex-next-DropdownList-Color-0-
|
|
248
|
-
--triplex-next-DropdownMobile-Backdrop-0-
|
|
249
|
-
--triplex-next-DropdownMobile-Border_Color-0-
|
|
250
|
-
--triplex-next-DropdownMobile-Content_Background-0-
|
|
251
|
-
--triplex-next-DropdownMobile-Footer_Background-0-
|
|
252
|
-
--triplex-next-DropdownMobile-Header_Background-0-
|
|
253
|
-
--triplex-next-DropdownMobileList-Active_Background-0-
|
|
254
|
-
--triplex-next-DropdownMobileList-Selected_Background-0-
|
|
255
|
-
--triplex-next-FooterPage-StickyShadow-0-
|
|
256
|
-
--triplex-next-FormField-Background_Active-0-
|
|
257
|
-
--triplex-next-FormField-Background_Default-0-
|
|
258
|
-
--triplex-next-FormField-Background_Disabled-0-
|
|
259
|
-
--triplex-next-FormField-Background_Error-0-
|
|
260
|
-
--triplex-next-FormField-Background_Error_Hover-0-
|
|
261
|
-
--triplex-next-FormField-Background_Hover-0-
|
|
262
|
-
--triplex-next-FormField-Background_Warning-0-
|
|
263
|
-
--triplex-next-FormField-Background_Warning_Hover-0-
|
|
264
|
-
--triplex-next-FormField-Input_Color_Default-0-
|
|
265
|
-
--triplex-next-FormField-Input_Color_Disabled-0-
|
|
266
|
-
--triplex-next-FormField-Target_Color_Default-0-
|
|
267
|
-
--triplex-next-FormField-Target_Color_Disabled-0-
|
|
268
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-0-
|
|
269
|
-
--triplex-next-FormField-Label_Color_Default-0-
|
|
270
|
-
--triplex-next-FormField-Label_Color_Disabled-0-
|
|
271
|
-
--triplex-next-FormField-Shadow_Active-0-
|
|
272
|
-
--triplex-next-FormField-Shadow_Default-0-
|
|
273
|
-
--triplex-next-FormField-Shadow_Error_Active-0-
|
|
274
|
-
--triplex-next-FormField-Shadow_Warning_Active-0-
|
|
275
|
-
--triplex-next-FormField-Placeholder_Color-0-
|
|
276
|
-
--triplex-next-HeaderPage-StickyShadow-0-
|
|
277
|
-
--triplex-next-Island-Type1_Background-0-
|
|
278
|
-
--triplex-next-Island-Type2_Background-0-
|
|
279
|
-
--triplex-next-Island-Type3_Background-0-
|
|
280
|
-
--triplex-next-Island-Type1_Shadow-0-
|
|
281
|
-
--triplex-next-Island-Type2_Shadow-0-
|
|
282
|
-
--triplex-next-Island-Type3_Shadow-0-
|
|
283
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-
|
|
284
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-
|
|
285
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-
|
|
286
|
-
--triplex-next-IslandAccordion-Shadow_Focus-0-
|
|
287
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-0-
|
|
288
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-
|
|
289
|
-
--triplex-next-LightBox-Backdrop_Background-0-
|
|
290
|
-
--triplex-next-LightBox-Content_Background-0-
|
|
291
|
-
--triplex-next-Link-BorderColor_Focus-0-
|
|
292
|
-
--triplex-next-Link-Text_Color_Active-0-
|
|
293
|
-
--triplex-next-Link-Text_Color_Default-0-
|
|
294
|
-
--triplex-next-Link-Text_Color_Hover-0-
|
|
295
|
-
--triplex-next-ListItem-Background-0-
|
|
296
|
-
--triplex-next-ListItem-Background_Dragging-0-
|
|
297
|
-
--triplex-next-ListItem-Background_Selected-0-
|
|
298
|
-
--triplex-next-ListItem-Shadow_Dragging-0-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Background_Active-0-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Background_Default-0-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Background_Hover-0-
|
|
302
|
-
--triplex-next-ListItemControlsButton-Color_Active-0-
|
|
303
|
-
--triplex-next-ListItemControlsButton-Color_Default-0-
|
|
304
|
-
--triplex-next-ListItemControlsButton-Color_Hover-0-
|
|
305
|
-
--triplex-next-ListMaster-Background-0-
|
|
306
|
-
--triplex-next-ListMaster-Footer_Background-0-
|
|
307
|
-
--triplex-next-ListMaster-Footer_Shadow-0-
|
|
308
|
-
--triplex-next-ListMaster-Header_Background-0-
|
|
309
|
-
--triplex-next-ListMaster-Header_Shadow-0-
|
|
310
|
-
--triplex-next-Loader-Element_Background_Brand-0-
|
|
311
|
-
--triplex-next-Loader-Element_Background_Neutral-0-
|
|
312
|
-
--triplex-next-Loader-Middle_Background_Default-0-
|
|
313
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-
|
|
314
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-
|
|
315
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-0-
|
|
316
|
-
--triplex-next-Marker-Background_Error-0-
|
|
317
|
-
--triplex-next-Marker-Background_Success-0-
|
|
318
|
-
--triplex-next-Marker-Background_Waiting-0-
|
|
319
|
-
--triplex-next-Marker-Background_Warning-0-
|
|
320
|
-
--triplex-next-MarkerStatus-Description_Color-0-
|
|
321
|
-
--triplex-next-ModalWindow-Background-0-
|
|
322
|
-
--triplex-next-ModalWindow-Backdrop_Background-0-
|
|
323
|
-
--triplex-next-MultiselectField-Divider_Color-0-
|
|
324
|
-
--triplex-next-Notification-Background-0-
|
|
325
|
-
--triplex-next-Notification-Color-0-
|
|
326
|
-
--triplex-next-Notification-TimeColor-0-
|
|
327
|
-
--triplex-next-Notification-Shadow-0-
|
|
328
|
-
--triplex-next-Overlay-Background-0-
|
|
329
|
-
--triplex-next-Overlay-Panel_Background-0-
|
|
330
|
-
--triplex-next-Pagination-PageButton_Background_Active-0-
|
|
331
|
-
--triplex-next-Pagination-PageButton_Background_Hover-0-
|
|
332
|
-
--triplex-next-Pagination-PageButton_Background_Selected-0-
|
|
333
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Default-0-
|
|
335
|
-
--triplex-next-Radio-Background_Checked_Disabled-0-
|
|
336
|
-
--triplex-next-Radio-Background_Checked_Hover-0-
|
|
337
|
-
--triplex-next-Radio-Background_Default-0-
|
|
338
|
-
--triplex-next-Radio-Background_Disabled-0-
|
|
339
|
-
--triplex-next-Radio-Background_Hover-0-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Default-0-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Disabled-0-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Focused-0-
|
|
343
|
-
--triplex-next-Radio-BorderColor_Checked_Default-0-
|
|
344
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-0-
|
|
345
|
-
--triplex-next-Radio-Dot_Default-0-
|
|
346
|
-
--triplex-next-Radio-Dot_Disabled-0-
|
|
347
|
-
--triplex-next-SegmentedControl-General_1_Background-0-
|
|
348
|
-
--triplex-next-SegmentedControl-General_2_Background-0-
|
|
349
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-0-
|
|
350
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-0-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-
|
|
400
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-0-
|
|
403
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-
|
|
404
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-
|
|
405
|
-
--triplex-next-SmallInput-Background-0-
|
|
406
|
-
--triplex-next-SmallInput-Color-0-
|
|
407
|
-
--triplex-next-SmallInput-PlaceholderColor-0-
|
|
408
|
-
--triplex-next-SmallInput-Shadow-0-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-0-
|
|
410
|
-
--triplex-next-SMSField-Refresh_Fill_Full-0-
|
|
411
|
-
--triplex-next-SMSField-Refresh_Disabled-0-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Default-0-
|
|
413
|
-
--triplex-next-SMSField-Submit_Background_Hover-0-
|
|
414
|
-
--triplex-next-SMSField-Submit_Background_Active-0-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Default-0-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Disabled-0-
|
|
417
|
-
--triplex-next-Slider-Dot_Background_Hover-0-
|
|
418
|
-
--triplex-next-Slider-Dot_Background_Select-0-
|
|
419
|
-
--triplex-next-Slider-Dot_Focus-0-
|
|
420
|
-
--triplex-next-Slider-Dot_Inner_Background-0-
|
|
421
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-0-
|
|
423
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-0-
|
|
424
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-
|
|
425
|
-
--triplex-next-Slider-Rail_Background-0-
|
|
426
|
-
--triplex-next-Slider-Rail_Background_Disabled-0-
|
|
427
|
-
--triplex-next-Slider-Tooltip_Background-0-
|
|
428
|
-
--triplex-next-Slider-Tooltip_Color-0-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Default-0-
|
|
430
|
-
--triplex-next-Slider-Track_Background_Disabled-0-
|
|
431
|
-
--triplex-next-Slider-Track_Background_Hover-0-
|
|
432
|
-
--triplex-next-StatusTracker-Draft_Background-0-
|
|
433
|
-
--triplex-next-StatusTracker-Warning_Background-0-
|
|
434
|
-
--triplex-next-StatusTracker-Waiting_Background-0-
|
|
435
|
-
--triplex-next-StatusTracker-Rejected_Background-0-
|
|
436
|
-
--triplex-next-StatusTracker-Approved_Background-0-
|
|
437
|
-
--triplex-next-StatusTracker-Waiting_Color-0-
|
|
438
|
-
--triplex-next-StatusTracker-Rejected_Color-0-
|
|
439
|
-
--triplex-next-StatusTracker-Approved_Color-0-
|
|
440
|
-
--triplex-next-StatusTracker-Border_Color-0-
|
|
441
|
-
--triplex-next-Step-Color_Active-0-
|
|
442
|
-
--triplex-next-Step-Color_Default-0-
|
|
443
|
-
--triplex-next-Step-Color_Disabled-0-
|
|
444
|
-
--triplex-next-Step-Color_Done-0-
|
|
445
|
-
--triplex-next-Step-Color_Error-0-
|
|
446
|
-
--triplex-next-Step-Color_Warning-0-
|
|
447
|
-
--triplex-next-Step-Background_Active-0-
|
|
448
|
-
--triplex-next-Step-Background_Default-0-
|
|
449
|
-
--triplex-next-Step-Background_Disabled-0-
|
|
450
|
-
--triplex-next-Step-Background_Done-0-
|
|
451
|
-
--triplex-next-Step-Background_Error-0-
|
|
452
|
-
--triplex-next-Step-Background_Warning-0-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Default-0-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Hover-0-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Disabled-0-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Error-0-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-0-
|
|
458
|
-
--triplex-next-Stepper-Step_Background_Warning-0-
|
|
459
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-0-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-0-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Error-0-
|
|
462
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-0-
|
|
463
|
-
--triplex-next-Stepper-Step_BorderColor_Success-0-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Default-0-
|
|
465
|
-
--triplex-next-Stepper-Step_Color_Hover-0-
|
|
466
|
-
--triplex-next-Stepper-Step_Color_Disabled-0-
|
|
467
|
-
--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-
|
|
468
|
-
--triplex-next-Stepper-ButtonWrapper_Background_Next-0-
|
|
469
|
-
--triplex-next-TableBasic-Background_Hover-0-
|
|
470
|
-
--triplex-next-TableBasic-Background_Selected-0-
|
|
471
|
-
--triplex-next-TableBasic-Color-0-
|
|
472
|
-
--triplex-next-TableBasic-Header_Background-0-
|
|
473
|
-
--triplex-next-TableBasic-TableFooter_Background-0-
|
|
474
|
-
--triplex-next-TableBasic-TableFooter_Highlight-0-
|
|
475
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-
|
|
476
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-
|
|
479
|
-
--triplex-next-Tabs-Type1_Background-0-
|
|
480
|
-
--triplex-next-Tabs-Type2_Background-0-
|
|
481
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-0-
|
|
482
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-0-
|
|
483
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-
|
|
484
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-
|
|
485
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-
|
|
486
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-
|
|
487
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-0-
|
|
488
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-0-
|
|
489
|
-
--triplex-next-Tag-Background-0-
|
|
490
|
-
--triplex-next-TagColor-Background_Default-0-
|
|
491
|
-
--triplex-next-TagColor-Background_Success-0-
|
|
492
|
-
--triplex-next-TagColor-Background_Info-0-
|
|
493
|
-
--triplex-next-TagColor-Background_Warning-0-
|
|
494
|
-
--triplex-next-TagColor-Background_Error-0-
|
|
495
|
-
--triplex-next-TagColor-Text_Color_Default-0-
|
|
496
|
-
--triplex-next-TabsLine-BorderColor_Active-0-
|
|
497
|
-
--triplex-next-TabsLine-BorderColor_Hover-0-
|
|
498
|
-
--triplex-next-TabsLine-Separator_Color-0-
|
|
499
|
-
--triplex-next-TabsLine-Shadow_Focus-0-
|
|
500
|
-
--triplex-next-Tooltip-Background-0-
|
|
501
|
-
--triplex-next-Tooltip-Color-0-
|
|
502
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-
|
|
503
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-
|
|
504
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-
|
|
505
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-
|
|
506
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-
|
|
507
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-
|
|
508
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-
|
|
509
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-
|
|
510
|
-
--triplex-next-TopOverlay-Background-0-
|
|
511
|
-
--triplex-next-Typography-Primary_Color-0-
|
|
512
|
-
--triplex-next-Typography-Complementary_Color-0-
|
|
513
|
-
--triplex-next-Typography-Secondary_Color-0-
|
|
514
|
-
--triplex-next-Typography-Tertiary_Color-0-
|
|
515
|
-
--triplex-next-Typography-Disabled_Color-0-
|
|
516
|
-
--triplex-next-Typography-Brand_Color-0-
|
|
517
|
-
--triplex-next-Typography-Info_Color-0-
|
|
518
|
-
--triplex-next-Typography-Success_Color-0-
|
|
519
|
-
--triplex-next-Typography-Error_Color-0-
|
|
520
|
-
--triplex-next-Typography-Warning_Color-0-
|
|
521
|
-
--triplex-next-Typography-System_Color-0-
|
|
522
|
-
--triplex-next-Typography-PrimaryInvert_Color-0-
|
|
523
|
-
--triplex-next-Typography-ComplementaryInvert_Color-0-
|
|
524
|
-
--triplex-next-Typography-SecondaryInvert_Color-0-
|
|
525
|
-
--triplex-next-Typography-TertiaryInvert_Color-0-
|
|
526
|
-
--triplex-next-Typography-DisabledInvert_Color-0-
|
|
527
|
-
--triplex-next-Typography-BrandInvert_Color-0-
|
|
528
|
-
--triplex-next-Typography-InfoInvert_Color-0-
|
|
529
|
-
--triplex-next-Typography-SuccessInvert_Color-0-
|
|
530
|
-
--triplex-next-Typography-ErrorInvert_Color-0-
|
|
531
|
-
--triplex-next-Typography-WarningInvert_Color-0-
|
|
532
|
-
--triplex-next-Typography-SystemInvert_Color-0-
|
|
533
|
-
--triplex-next-UploadZone-Background_Default-0-
|
|
534
|
-
--triplex-next-UploadZone-Background_Hover-0-
|
|
535
|
-
--triplex-next-UploadZone-BorderColor_Default-0-
|
|
536
|
-
--triplex-next-UploadZone-DragArea_Background-0-
|
|
537
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-
|
|
538
|
-
.underline__a58856cb{text-decoration:underline}.strikethrough__96b2aef2{text-decoration:line-through}.underlineStrikethrough__374459c2{text-decoration:underline line-through}.typography__2bfe03fa.primary__b2ebb832{color:var(--triplex-next-Typography-Primary_Color-0-26-0)}.typography__2bfe03fa.primaryInvert__f626e421{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-26-0)}.typography__2bfe03fa.complementary__b4a1f4f6{color:var(--triplex-next-Typography-Complementary_Color-0-26-0)}.typography__2bfe03fa.complementaryInvert__abde0ddf{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-26-0)}.typography__2bfe03fa.secondary__ea65ded7{color:var(--triplex-next-Typography-Secondary_Color-0-26-0)}.typography__2bfe03fa.secondaryInvert__d7ad3a4e{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-26-0)}.typography__2bfe03fa.tertiary__a75635e1{color:var(--triplex-next-Typography-Tertiary_Color-0-26-0)}.typography__2bfe03fa.tertiaryInvert__b683edda{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-26-0)}.typography__2bfe03fa.disabled__c6512406{color:var(--triplex-next-Typography-Disabled_Color-0-26-0)}.typography__2bfe03fa.disabledInvert__079bf4b3{color:var(--triplex-next-Typography-DisabledInvert_Color-0-26-0)}.typography__2bfe03fa.brand__72290592{color:var(--triplex-next-Typography-Brand_Color-0-26-0);-webkit-user-select:none;user-select:none}.typography__2bfe03fa.brandInvert__85b33a0d{color:var(--triplex-next-Typography-BrandInvert_Color-0-26-0)}.typography__2bfe03fa.info__a977e6bf{color:var(--triplex-next-Typography-Info_Color-0-26-0)}.typography__2bfe03fa.infoInvert__5274d5fe{color:var(--triplex-next-Typography-InfoInvert_Color-0-26-0)}.typography__2bfe03fa.success__9057d4de{color:var(--triplex-next-Typography-Success_Color-0-26-0)}.typography__2bfe03fa.successInvert__42f25332{color:var(--triplex-next-Typography-SuccessInvert_Color-0-26-0)}.typography__2bfe03fa.error__6f8bf96c{color:var(--triplex-next-Typography-Error_Color-0-26-0)}.typography__2bfe03fa.errorInvert__d1495e39{color:var(--triplex-next-Typography-ErrorInvert_Color-0-26-0)}.typography__2bfe03fa.warning__fc322681{color:var(--triplex-next-Typography-Warning_Color-0-26-0)}.typography__2bfe03fa.warningInvert__a9e86f05{color:var(--triplex-next-Typography-WarningInvert_Color-0-26-0)}.typography__2bfe03fa.system__1042b52f{color:var(--triplex-next-Typography-System_Color-0-26-0)}.typography__2bfe03fa.systemInvert__81401629{color:var(--triplex-next-Typography-SystemInvert_Color-0-26-0)}.typography__2bfe03fa.compact__704d1f8f{line-height:calc(16 / 14)}.caption__d0059699.regular__6439103d{font-family:SBSansText,Arial,sans-serif}.caption__d0059699.semibold__1af32576{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__f3eafefd{font-size:10px;line-height:12px}.c2__844c6702{font-size:8px;line-height:10px}.d1__b3b663d3{font-size:32px;line-height:40px}.d1__b3b663d3.regular__6439103d{font-family:SBSansDisplay,Arial,sans-serif}.d1__b3b663d3.semibold__1af32576{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__16bc2413{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__65b59974{outline:none}.text__65b59974.regular__6439103d{font-family:SBSansText,Arial,sans-serif}.text__65b59974.semibold__1af32576{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__bb68a72e{font-size:18px;line-height:24px}.b2__074aa560{font-size:16px;line-height:20px}.b3__d96739ab{font-size:14px;line-height:20px}.b3__d96739ab.compact__704d1f8f{line-height:16px}.b4__9e674072{font-size:12px;line-height:16px}.title__ea74e711{outline:none}.title__ea74e711.regular__6439103d{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__ea74e711.semibold__1af32576{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__ea74e711.medium__73550547{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__ea74e711.bold__7fa95f91{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__62845876,.h2__5c267655,.h3__fa33b926{margin:0}.h1__62845876{font-size:28px;line-height:36px}.h2__5c267655{font-size:24px;line-height:32px}.h3__fa33b926{font-size:20px;line-height:28px}.formFieldInput__abc78081{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-26-0)}.formFieldInput__abc78081.sm__6e609f2e{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__abc78081.md__1a38b96d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__abc78081.lg__c94c35cf{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__abc78081:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-26-0)}.formFieldInput__abc78081::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-26-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__abc78081:focus{outline:none}.formFieldInput__abc78081:focus::placeholder{opacity:1}.formFieldInput__abc78081:-webkit-autofill{animation-name:autofill-applied-hook__6d00153a;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__abc78081:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__6d38ce1c;animation-duration:1ms}.formField__a9b5fca7{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__a9b5fca7.sm__6e609f2e{border-radius:6px}.formField__a9b5fca7.md__1a38b96d{border-radius:8px}.formField__a9b5fca7.lg__c94c35cf{border-radius:10px}.formField__a9b5fca7.default__30cf205a{background:var(--triplex-next-FormField-Background_Default-0-26-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-26-0)}.formField__a9b5fca7:hover{background:var(--triplex-next-FormField-Background_Hover-0-26-0)}.formField__a9b5fca7.active__8cfa5afd{background:var(--triplex-next-FormField-Background_Active-0-26-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-26-0)}.formField__a9b5fca7.active__8cfa5afd .formFieldInput__abc78081::placeholder,.formField__a9b5fca7.active__8cfa5afd .formFieldTextarea__83dc4e37::placeholder{opacity:1}.formField__a9b5fca7.disabled__4608a05e{background:var(--triplex-next-FormField-Background_Disabled-0-26-0)}.formField__a9b5fca7.error__0e9d534c{background:var(--triplex-next-FormField-Background_Error-0-26-0)}.formField__a9b5fca7.error__0e9d534c:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-26-0)}.formField__a9b5fca7.error__0e9d534c.active__8cfa5afd{background:var(--triplex-next-FormField-Background_Error-0-26-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-26-0)}.formField__a9b5fca7.warning__a9560742{background:var(--triplex-next-FormField-Background_Warning-0-26-0)}.formField__a9b5fca7.warning__a9560742:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-26-0)}.formField__a9b5fca7.warning__a9560742.active__8cfa5afd{background:var(--triplex-next-FormField-Background_Warning-0-26-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-26-0)}.formField__a9b5fca7.filled__587442d2:not(.disabled__4608a05e):hover .formFieldClear__16315f40,.formField__a9b5fca7.filled__587442d2:not(.disabled__4608a05e).active__8cfa5afd .formFieldClear__16315f40{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__f6649c24{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__f6649c24.withCounter__33e54853{display:flex}.formFieldLabel__8decafcf{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__8decafcf.sm__6e609f2e{top:6px}.formFieldLabel__8decafcf.md__1a38b96d{top:10px}.formFieldLabel__8decafcf.lg__c94c35cf{top:18px}.formFieldLabel__8decafcf.lg__c94c35cf.floating__0edae5df{top:10px}.formFieldLabelText__4cad5dcc{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-26-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__6e609f2e .formFieldLabelText__4cad5dcc{font-size:12px;line-height:16px}.md__1a38b96d .formFieldLabelText__4cad5dcc{font-size:14px;line-height:20px}.lg__c94c35cf .formFieldLabelText__4cad5dcc{font-size:16px;line-height:20px}.floating__0edae5df .formFieldLabelText__4cad5dcc{font-size:12px;line-height:16px}.floating__0edae5df.sm__6e609f2e .formFieldLabelText__4cad5dcc,.floating__0edae5df.md__1a38b96d .formFieldLabelText__4cad5dcc{display:none}.disabled__4608a05e .formFieldLabelText__4cad5dcc{color:var(--triplex-next-FormField-Label_Color_Disabled-0-26-0)}.formFieldPostfix__22163281{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__4d00871e{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__c6f33ca0{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__70ac35d8{position:relative}.formFieldMaskedInputWrapper__70ac35d8 .formFieldMaskedInputPlaceholder__225a38d3{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__70ac35d8 .formFieldMaskedInputPlaceholder__225a38d3::placeholder{opacity:1}.formFieldMaskedInputWrapper__70ac35d8 .formFieldMaskedInputPlaceholder__225a38d3:disabled{visibility:hidden}.formFieldMaskedInputWrapper__70ac35d8.size-sm__0c49665e{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__70ac35d8.size-sm__0c49665e .formFieldMaskedInputPlaceholder__225a38d3{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__70ac35d8.size-md__e370d779{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__70ac35d8.size-md__e370d779 .formFieldMaskedInputPlaceholder__225a38d3{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__70ac35d8.size-lg__c4ba89e8{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__70ac35d8.size-lg__c4ba89e8 .formFieldMaskedInputPlaceholder__225a38d3{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__70ac35d8 .formFieldMaskedInput__2fcddc5f{display:block;position:relative;background:none!important}.dropdownDesktop__3ae3f157{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-26-0);background-color:var(--triplex-next-Dropdown-Background-0-26-0)}.dropdownDesktop__3ae3f157.sm__ab2e1fef{border-radius:6px}.dropdownDesktop__3ae3f157.md__42338f01{border-radius:8px}.dropdownDesktop__3ae3f157.lg__171492a5{border-radius:10px}.dropdownDesktopOverflowHidden__6eb8c693{overflow:hidden}.badgeDot__df1bd2b4{display:inline-block;background:var(--triplex-next-Badge-Background-0-26-0);border-radius:50%}.badgeDot__df1bd2b4.sm__226f3df0{width:6px;height:6px}.badgeDot__df1bd2b4.md__31ebf2a5{width:8px;height:8px}.badgeDot__df1bd2b4.lg__7b824578{width:10px;height:10px}.badgeContent__6bd2958a{display:flex}.badgeContent__6bd2958a.sm__226f3df0{padding-left:4px;padding-right:4px}.badgeContent__6bd2958a.md__31ebf2a5{padding-left:6px;padding-right:6px}.badgeContent__6bd2958a.lg__7b824578{padding-left:8px;padding-right:8px}.badgeContent__6bd2958a.noPaddingLeft__09c1ba7e{padding-left:0}.badgeContent__6bd2958a.noPaddingRight__29a2a5ed{padding-right:0}.badgePrefix__1555545c,.badgePostfix__781c1083{display:contents}.badge__6532641a{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-26-0)}.badge__6532641a.sm__226f3df0{height:16px;border-radius:4px}.badge__6532641a.md__31ebf2a5{height:20px;border-radius:6px}.badge__6532641a.lg__7b824578{height:24px;border-radius:8px}.dropdownDesktopList__5ad264d7{margin:4px;overflow:auto}.dropdownDesktopList__5ad264d7 .notificationIcon__9525ec73{position:absolute}.dropdownDesktopList__5ad264d7.sm__ab2e1fef{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__5ad264d7.sm__ab2e1fef .dropdownDesktopListItem__6420d1b8{padding:6px 8px;border-radius:6px}.dropdownDesktopList__5ad264d7.sm__ab2e1fef .dropdownDesktopListLoader__42fef879{margin:0 auto}.dropdownDesktopList__5ad264d7.sm__ab2e1fef .notificationIcon__9525ec73{right:3px;top:3px}.dropdownDesktopList__5ad264d7.md__42338f01{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__5ad264d7.md__42338f01 .dropdownDesktopListItem__6420d1b8{padding:7px 8px;border-radius:8px}.dropdownDesktopList__5ad264d7.md__42338f01 .dropdownDesktopListLoader__42fef879{margin:-2px auto}.dropdownDesktopList__5ad264d7.md__42338f01 .notificationIcon__9525ec73{right:4px;top:4px}.dropdownDesktopList__5ad264d7.lg__171492a5{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__5ad264d7.lg__171492a5 .dropdownDesktopListItem__6420d1b8{padding:14px 8px;border-radius:10px}.dropdownDesktopList__5ad264d7.lg__171492a5 .dropdownDesktopListLoader__42fef879{margin:-6px auto}.dropdownDesktopList__5ad264d7.lg__171492a5 .notificationIcon__9525ec73{right:4px;top:6px}.dropdownDesktopListItem__6420d1b8{color:var(--triplex-next-DropdownList-Color-0-26-0);background:var(--triplex-next-DropdownList-Background_Default-0-26-0);position:relative;outline:none}.dropdownDesktopListItem__6420d1b8+.dropdownDesktopListItem__6420d1b8{margin-top:2px}.dropdownDesktopListItem__6420d1b8.active__58a60f08{background:var(--triplex-next-DropdownList-Background_Active-0-26-0);cursor:pointer}.dropdownDesktopListItem__6420d1b8.selected__a5d3a191{background:var(--triplex-next-DropdownList-Background_Selected-0-26-0);cursor:default}.loaderSmall__1345cf33{display:flex;justify-content:center;align-items:center}.loaderSmall__1345cf33.sm__3f1bb779{width:16px;height:16px;gap:2px}.loaderSmall__1345cf33.sm__3f1bb779 .dot__4f1c96d2{width:4px;height:4px}.loaderSmall__1345cf33.md__249b868a{width:24px;height:24px;gap:3px}.loaderSmall__1345cf33.md__249b868a .dot__4f1c96d2{width:6px;height:6px}.loaderSmall__1345cf33.lg__5a891e66{width:32px;height:32px;gap:4px}.loaderSmall__1345cf33.lg__5a891e66 .dot__4f1c96d2{width:8px;height:8px}.loaderSmall__1345cf33.neutral__47ef7cd1 .dot__4f1c96d2{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-26-0)}.loaderSmall__1345cf33.brand__39c9e3e8 .dot__4f1c96d2{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-26-0)}.loaderSmall__1345cf33 .dot__4f1c96d2{border-radius:50%}.loaderSmall__1345cf33 .dot1__ea3a63a5{animation:dotCycleSmall__5a43e4b4 .9s infinite}.loaderSmall__1345cf33 .dot2__786646a0{animation:dotCycleSmall__5a43e4b4 .9s infinite .15s}.loaderSmall__1345cf33 .dot3__1b56d29c{animation:dotCycleSmall__5a43e4b4 .9s infinite .3s}@keyframes dotCycleSmall__5a43e4b4{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__45f1d40f{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-26-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__44a223d3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__44a223d3 .dot__4f1c96d2{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-26-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__44a223d3 .dot1__ea3a63a5{top:0;left:0;animation:dotCycleMiddle__737ef791 3s infinite}.loaderMiddleDots__44a223d3 .dot2__786646a0{right:0;top:0;opacity:.7;animation:dotCycleMiddle__737ef791 3s infinite .74s}.loaderMiddleDots__44a223d3 .dot3__1b56d29c{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__737ef791 3s infinite 1.5s}.loaderMiddleDots__44a223d3 .dot4__68d53af4{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__737ef791 3s infinite 2.25s}.loaderMiddleDots__44a223d3 .line__3fdf1e3c{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-26-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__8ff36ffd 3s infinite}@keyframes lineCycle__8ff36ffd{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__737ef791{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__ba6b85aa{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__345ca4e0{background:var(--triplex-next-DropdownMobile-Backdrop-0-26-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__345ca4e0.closing__b8f9c061{opacity:0}.dropdownMobileBackdrop__345ca4e0.opening__e4524e70,.dropdownMobileBackdrop__345ca4e0.opened__2a5bb081{opacity:var(--triplex-DropdownMobile-Opacity-0-26-0)}.dropdownMobile__cb3055a4{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__cb3055a4.closing__b8f9c061{transform:translateY(100%)}.dropdownMobile__cb3055a4.opening__e4524e70,.dropdownMobile__cb3055a4.opened__2a5bb081{transform:translateY(0)}.dropdownMobileHeader__863d6066{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-26-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__863d6066 .dropdownMobileHeaderContent__6e5f3abb{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__5ecd8fdb{background:var(--triplex-next-DropdownMobile-Content_Background-0-26-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__78590533{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-26-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-26-0);flex-shrink:1}.dropdownMobileListItem__7a94f002{position:relative;padding:16px}.dropdownMobileListItem__7a94f002.selected__a5d3a191{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-26-0)}.dropdownMobileListItem__7a94f002:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-26-0)}.dropdownMobileBodyOverflow__13e82ff9{overflow:hidden}.controlButtons__6fe075f5{display:flex}.dropdownMobileLoader__7dccfc0c{margin-right:8px}.dropdownMobileListLoader__d6c36ed3{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__9525ec73{position:absolute;right:6px;top:6px}.disableInteraction__22d18db8{pointer-events:none}.displayContents__9529f8e1{display:contents}.buttonIcon__7a419946{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__7a419946:enabled{cursor:pointer}.buttonIcon__7a419946.circle__d8dcfa69{border-radius:50%}.buttonIcon__7a419946.squircle__4b2e4080{border-radius:4px}.buttonIcon__7a419946:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-26-0)}.dropdownMobileInput__00479efa{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-26-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__00479efa::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-26-0);opacity:1}.dropdownMobileInput__00479efa::-ms-clear{display:none}.tabsLineWrapper__21bdcf57[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__21bdcf57[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__21bdcf57[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__21bdcf57[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__21bdcf57{position:relative}.tabsLineWrapper__21bdcf57.withSeparator__81948162:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-26-0);bottom:0;left:0;right:0}.tabsLine__0f7b1235{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__0f7b1235:has(.sm__e7a9fa65){height:28px}.tabsLine__0f7b1235:has(.md__e2f92456){height:40px}.tabsLine__0f7b1235:has(.lg__38eeef80){height:56px}.tab__8fd4d35c{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__8fd4d35c.sm__e7a9fa65{height:28px;padding-bottom:12px}.tab__8fd4d35c.md__e2f92456{height:40px;padding-top:8px;padding-bottom:12px}.tab__8fd4d35c.lg__38eeef80{height:56px;padding-top:16px;padding-bottom:20px}.tab__8fd4d35c::-moz-focus-inner{border:none;padding:0}.tab__8fd4d35c:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-26-0)}.tab__8fd4d35c.active__0ae7c619{cursor:default}.tab__8fd4d35c: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__8fd4d35c:hover:after,.tab__8fd4d35c:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-26-0)}.tab__8fd4d35c.active__0ae7c619:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-26-0)}.notificationIcon__99cad441{position:absolute;right:6px}.sm__e7a9fa65 .notificationIcon__99cad441{top:0}.md__e2f92456 .notificationIcon__99cad441{top:8px}.lg__38eeef80 .notificationIcon__99cad441{top:16px}.tabsLineDropdown__e62276bd{display:inline-block}.tabsLineDropdown__e62276bd .dropdownTarget__8a21c90c.active__0ae7c619{cursor:pointer}.tabsLineDropdown__e62276bd .dropdownTargetInner__4c7b8a73{display:inline-flex;align-items:center}.tabsLineDropdown__e62276bd .dropdownTargetCaret__ca1e0878{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__e62276bd .dropdownTargetCaret__ca1e0878.opened__f7dd887b{transform:rotate(-180deg)}.tabsLineDropdown__e62276bd .dropdown__e874aaa3{right:0;padding:4px}.tabsLineMobileWrapper__a5c54ef1{position:relative}.tabsLineMobileWrapper__a5c54ef1 .tab__8fd4d35c{flex-shrink:0}.tabsLineMobileWrapper__a5c54ef1 .tab__8fd4d35c:first-child{margin-left:16px}.tabsLineMobileWrapper__a5c54ef1 .tab__8fd4d35c:last-child{margin-right:16px}.tabsLineMobile__a3b95d89{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__a3b95d89::-webkit-scrollbar{display:none}.label__e7e7f7d6{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__e7e7f7d6.sm__243c6562{min-width:16px;min-height:16px}.label__e7e7f7d6.sm__243c6562.nonempty__500de7c2{padding:2px 0 2px 24px}.label__e7e7f7d6.md__94c5f1e4{min-height:24px;min-width:24px}.label__e7e7f7d6.md__94c5f1e4.nonempty__500de7c2{padding-left:32px;padding-top:2px}.label__e7e7f7d6.lg__fe5c83b2{min-width:28px;min-height:28px}.label__e7e7f7d6.lg__fe5c83b2.nonempty__500de7c2{padding-left:40px;padding-top:4px}.label__e7e7f7d6.disabled__32b0d3de{cursor:default}.radio__1fe41fce{margin:0;opacity:0}.radioIcon__98f39cbe{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-26-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-26-0)}.radioIcon__98f39cbe:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-26-0);border-radius:50%;transform:scale(0)}.sm__243c6562 .radioIcon__98f39cbe:after{width:8px;height:8px;top:4px;left:4px}.md__94c5f1e4 .radioIcon__98f39cbe:after{width:12px;height:12px;top:6px;left:6px}.lg__fe5c83b2 .radioIcon__98f39cbe:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__98f39cbe,.radioIcon__98f39cbe:after{pointer-events:none}.radio__1fe41fce,.radioIcon__98f39cbe{position:absolute;left:0;top:0}.sm__243c6562 .radio__1fe41fce,.sm__243c6562 .radioIcon__98f39cbe{width:16px;height:16px;top:2px}.md__94c5f1e4 .radio__1fe41fce,.md__94c5f1e4 .radioIcon__98f39cbe{width:24px;height:24px}.lg__fe5c83b2 .radio__1fe41fce,.lg__fe5c83b2 .radioIcon__98f39cbe{width:28px;height:28px}.radio__1fe41fce:enabled{cursor:pointer}.radio__1fe41fce:checked+.radioIcon__98f39cbe{background:var(--triplex-next-Radio-Background_Checked_Default-0-26-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-26-0)}.radio__1fe41fce:checked+.radioIcon__98f39cbe:after{transform:scale(1);transition:transform .2s ease-out}.radio__1fe41fce:hover+.radioIcon__98f39cbe{background-color:var(--triplex-next-Radio-Background_Hover-0-26-0);box-shadow:none}.radio__1fe41fce:disabled+.radioIcon__98f39cbe{background:var(--triplex-next-Radio-Background_Disabled-0-26-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-26-0)}.radio__1fe41fce:disabled:checked+.radioIcon__98f39cbe{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-26-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-26-0)}.radio__1fe41fce:disabled+.radioIcon__98f39cbe:after{background:var(--triplex-next-Radio-Dot_Disabled-0-26-0)}.radio__1fe41fce:focus-visible+.radioIcon__98f39cbe{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-26-0)}.radio__1fe41fce:checked:enabled:hover+.radioIcon__98f39cbe{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-26-0)}.radioXGroup__05781c43{display:inline-flex;flex-flow:row wrap}.radioXGroup__05781c43.indent-12__3432702b{margin-left:-6px;margin-right:-6px}.radioXGroup__05781c43.indent-12__3432702b .label__e7e7f7d6{margin-left:6px;margin-right:6px}.radioXGroup__05781c43.indent-16__ccc50ef8{margin-left:-8px;margin-right:-8px}.radioXGroup__05781c43.indent-16__ccc50ef8 .label__e7e7f7d6{margin-left:8px;margin-right:8px}.radioXGroup__05781c43.indent-20__7066f0cf{margin-left:-10px;margin-right:-10px}.radioXGroup__05781c43.indent-20__7066f0cf .label__e7e7f7d6{margin-left:10px;margin-right:10px}.radioXGroup__05781c43.indent-24__2b9492f7{margin-left:-12px;margin-right:-12px}.radioXGroup__05781c43.indent-24__2b9492f7 .label__e7e7f7d6{margin-left:12px;margin-right:12px}.radioXGroup__05781c43.indent-28__dfffcad7{margin-left:-14px;margin-right:-14px}.radioXGroup__05781c43.indent-28__dfffcad7 .label__e7e7f7d6{margin-left:14px;margin-right:14px}.radioXGroup__05781c43.indent-32__70d1cbcb{margin-left:-16px;margin-right:-16px}.radioXGroup__05781c43.indent-32__70d1cbcb .label__e7e7f7d6{margin-left:16px;margin-right:16px}.radioYGroup__67561d94{display:inline-flex;flex-flow:column wrap}.radioYGroup__67561d94 .label__e7e7f7d6.sm__243c6562+.label__e7e7f7d6.sm__243c6562{margin-top:8px}.radioYGroup__67561d94 .label__e7e7f7d6.md__94c5f1e4+.label__e7e7f7d6.md__94c5f1e4{margin-top:16px}.radioYGroup__67561d94 .label__e7e7f7d6.lg__fe5c83b2+.label__e7e7f7d6.lg__fe5c83b2{margin-top:20px}.notification__bfc8d3b7{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-26-0);background:var(--triplex-next-Notification-Background-0-26-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-26-0);z-index:300}.notification__bfc8d3b7:first-child{margin-top:0}.notification__bfc8d3b7.extraBottomPadding__7cec1fdf{padding-bottom:24px}.notification__bfc8d3b7 .notificationHeader__c33ce603{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-26-0);width:100%;margin-top:0;margin-bottom:8px}.notification__bfc8d3b7 .notificationIcon__fd7bad10{line-height:0}.notification__bfc8d3b7 .notificationBody__d2a8f392{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__bfc8d3b7 .notificationBodyList__c0f7faba{margin-top:8px}.notification__bfc8d3b7 .notificationClose__5a4ab056{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__bfc8d3b7.showCloseOnHover__682f6837 .notificationClose__5a4ab056{opacity:0}.notification__bfc8d3b7.showCloseOnHover__682f6837:hover{cursor:pointer}.notification__bfc8d3b7.showCloseOnHover__682f6837:hover .notificationClose__5a4ab056{opacity:1}.notification__bfc8d3b7 .notificationFooter__da919817{display:flex;align-items:center;margin-top:16px}.notification__bfc8d3b7 .notificationFooter__da919817 button+a{margin-left:16px}.notification__bfc8d3b7 .notificationTime__e558f167{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-26-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__9a03cf3c{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__9a03cf3c:hover{cursor:pointer}.notificationGroupedWrapper__9a03cf3c .notificationGroupedFooterItem__dece020f{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-26-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-26-0)}.notificationGroupedWrapper__9a03cf3c .notificationGroupedFooterItem__dece020f.first__01ca0707{bottom:-8px;z-index:200}.notificationGroupedWrapper__9a03cf3c .notificationGroupedFooterItem__dece020f.second__4783cee2{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__bfc8d3b7,.notificationGroupedWrapper__9a03cf3c{width:100%}}.unorderedListItem__861ec172:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__861ec172+.unorderedListItem__861ec172{margin-top:8px}.unorderedList__18d79d74{position:relative;margin:0;padding-left:14px;list-style:none}.button__610f7db4.general__16acea7f{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-26-0);color:var(--triplex-next-Button-General_Color_Default-0-26-0)}.button__610f7db4.general__16acea7f:hover{background:var(--triplex-next-Button-General_Background_Hover-0-26-0);color:var(--triplex-next-Button-General_Color_Hover-0-26-0)}.button__610f7db4.general__16acea7f.expanded__bcbbee85,.button__610f7db4.general__16acea7f:active{background:var(--triplex-next-Button-General_Background_Active-0-26-0);color:var(--triplex-next-Button-General_Color_Active-0-26-0)}.button__610f7db4.general__16acea7f:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-26-0)}.button__610f7db4.general__16acea7f:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-26-0);color:var(--triplex-next-Button-General_Color_Disabled-0-26-0)}.button__610f7db4.secondary__7a66024e{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-26-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-26-0)}.button__610f7db4.secondary__7a66024e:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-26-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-26-0)}.button__610f7db4.secondary__7a66024e.expanded__bcbbee85,.button__610f7db4.secondary__7a66024e:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-26-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-26-0)}.button__610f7db4.secondary__7a66024e:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-26-0)}.button__610f7db4.secondary__7a66024e:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-26-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-26-0)}.button__610f7db4.secondaryLight__834a5c82{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-26-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-26-0)}.button__610f7db4.secondaryLight__834a5c82:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-26-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-26-0)}.button__610f7db4.secondaryLight__834a5c82.expanded__bcbbee85,.button__610f7db4.secondaryLight__834a5c82:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-26-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-26-0)}.button__610f7db4.secondaryLight__834a5c82:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-26-0)}.button__610f7db4.secondaryLight__834a5c82:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-26-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-26-0)}.button__610f7db4.danger__cda6c76d{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-26-0);color:var(--triplex-next-Button-Danger_Color_Default-0-26-0)}.button__610f7db4.danger__cda6c76d:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-26-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-26-0)}.button__610f7db4.danger__cda6c76d.expanded__bcbbee85,.button__610f7db4.danger__cda6c76d:active{background:var(--triplex-next-Button-Danger_Background_Active-0-26-0);color:var(--triplex-next-Button-Danger_Color_Active-0-26-0)}.button__610f7db4.danger__cda6c76d:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-26-0)}.button__610f7db4.danger__cda6c76d:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-26-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-26-0)}.button__610f7db4.link__383820cc{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-26-0);padding:0}.button__610f7db4.link__383820cc.sm__1c4555f8{height:28px;min-width:0px;padding:6px 2px}.button__610f7db4.link__383820cc.md__74ee81b8{height:40px;min-width:0px;padding:10px 2px}.button__610f7db4.link__383820cc.lg__d05c56cf{height:56px;min-width:0px;padding:18px 2px}.button__610f7db4.link__383820cc:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-26-0)}.button__610f7db4.link__383820cc.expanded__bcbbee85,.button__610f7db4.link__383820cc:active{color:var(--triplex-next-Button-Link_Color_Active-0-26-0)}.button__610f7db4.link__383820cc:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-26-0)}.button__610f7db4.link__383820cc:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-26-0)}.button__610f7db4{display:inline-flex;align-items:center;position:relative;margin:0;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__610f7db4::-moz-focus-inner{border:none;padding:0}.button__610f7db4.sm__1c4555f8{line-height:16px;font-size:12px}.button__610f7db4.sm__1c4555f8.general__16acea7f,.button__610f7db4.sm__1c4555f8.secondary__7a66024e,.button__610f7db4.sm__1c4555f8.secondaryLight__834a5c82,.button__610f7db4.sm__1c4555f8.danger__cda6c76d{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__610f7db4.sm__1c4555f8.icon__72c26387{min-height:28px;min-width:28px;padding:0 4px}.button__610f7db4.md__74ee81b8{line-height:20px;font-size:14px}.button__610f7db4.md__74ee81b8.general__16acea7f,.button__610f7db4.md__74ee81b8.secondary__7a66024e,.button__610f7db4.md__74ee81b8.secondaryLight__834a5c82,.button__610f7db4.md__74ee81b8.danger__cda6c76d{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__610f7db4.md__74ee81b8.icon__72c26387{min-height:40px;min-width:40px;padding:0 10px}.button__610f7db4.lg__d05c56cf{line-height:20px;font-size:16px}.button__610f7db4.lg__d05c56cf.general__16acea7f,.button__610f7db4.lg__d05c56cf.secondary__7a66024e,.button__610f7db4.lg__d05c56cf.secondaryLight__834a5c82,.button__610f7db4.lg__d05c56cf.danger__cda6c76d{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__610f7db4.lg__d05c56cf.icon__72c26387{min-height:56px;min-width:56px;padding:0 12px}.button__610f7db4:disabled{cursor:default}.button__610f7db4:disabled *{pointer-events:none}.button__610f7db4+.button__610f7db4:not(.block__1f5d5b43){margin-left:12px}.button__610f7db4 .content__d5470648{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__610f7db4.block__1f5d5b43{display:block;width:100%}.button__610f7db4.loading__315db6b9{pointer-events:none}.button__610f7db4.loading__315db6b9 .content__d5470648{visibility:hidden}.button__610f7db4 .loader__24fc96d1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__610f7db4 .loader__24fc96d1.hidden__d64e7bf0{visibility:hidden}.buttonDropdownExtended__a3b47c90{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__a3b47c90 .buttonDropdownExtendedBlock__f465132d{padding:4px;margin-top:4px;right:0}.buttonDropdown__29f10125.block__1f5d5b43{display:block}.buttonDropdown__29f10125+.button__610f7db4:not(.block__1f5d5b43),.buttonDropdown__29f10125+.buttonDropdown__29f10125:not(.block__1f5d5b43){margin-left:16px}.buttonDropdown__29f10125 .buttonDropdownTarget__767c736b .caretIcon__a6712ac7{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__29f10125 .buttonDropdownTarget__767c736b.active__932736ae .caretIcon__a6712ac7{transform:rotate(-180deg)}.buttonDropdown__29f10125 .buttonDropdownMenuItem__7bcb9c6a{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__6d381014{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__62441d69{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__6eba3ea1{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__62ee4eca{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-26-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__342d09e6{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__342d09e6 .modalWindowContentWrapper__0078b749{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__6d381014 .6s ease}.modalWindow__342d09e6 .modalWindowContent__30c26f8f{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__342d09e6 .modalWindowContent__30c26f8f .modalWindowBody__964d364f{box-sizing:border-box;animation:fadeIn__54dfaf3a .3s ease}@keyframes fadeIn__54dfaf3a{0%{opacity:0}to{opacity:1}}.modalWindow__342d09e6 .modalWindowContent__30c26f8f .spinnerSm__ffa15723{display:none}@media (max-width: 767px){.modalWindow__342d09e6 .modalWindowContent__30c26f8f .spinner__55da2fbc{display:none}.modalWindow__342d09e6 .modalWindowContent__30c26f8f .spinnerSm__ffa15723{display:flex}}.global-modalWindowTransition-exit .modalWindow__342d09e6 .modalWindowContentWrapper__0078b749{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__62441d69 .3s ease}.global-modalWindowTransition-exit .modalWindow__342d09e6 .modalWindowContentWrapper__0078b749 .modalWindowBody__964d364f{animation:fadeOut__fdf21a2a .3s ease}@keyframes fadeOut__fdf21a2a{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__e5a714b3{position:absolute;left:0;right:0;height:0}.modalWindow__342d09e6.sm__cf28b640 .modalWindowContentWrapper__0078b749{max-width:480px}.modalWindow__342d09e6.sm__cf28b640 .modalWindowContent__30c26f8f .modalWindowBody__964d364f{min-height:196px}@media (max-width: 575px){.modalWindow__342d09e6.sm__cf28b640 .modalWindowContentWrapper__0078b749{max-width:100%}}.modalWindow__342d09e6.md__1e80cb28 .modalWindowContentWrapper__0078b749{max-width:600px}.modalWindow__342d09e6.md__1e80cb28 .modalWindowContent__30c26f8f .modalWindowBody__964d364f{min-height:246px}@media (max-width: 767px){.modalWindow__342d09e6.md__1e80cb28 .modalWindowContentWrapper__0078b749{max-width:100%}}.modalWindow__342d09e6.lg__13dc7655 .modalWindowContentWrapper__0078b749{max-width:800px}.modalWindow__342d09e6.lg__13dc7655 .modalWindowContent__30c26f8f .modalWindowBody__964d364f{min-height:396px}@media (max-width: 991px){.modalWindow__342d09e6.lg__13dc7655 .modalWindowContentWrapper__0078b749{max-width:100%}}.modalWindowContentPage__8c79fefe{background:var(--triplex-next-ModalWindow-Background-0-26-0);padding:8px!important}.modalWindowContentPage__8c79fefe,.modalWindowLoaderScreen__608f473e{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__8c79fefe,.modalWindowLoaderScreen__608f473e{border-radius:24px}}.islandBody__7119e6d0{display:block}.islandHeader__24c43408,.islandFooter__6a7c7ac6,.island__7e3bf3b9{position:relative}.island__7e3bf3b9.type1__96d46ffd{background-color:var(--triplex-next-Island-Type1_Background-0-26-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-26-0)}.island__7e3bf3b9.type2__4319099b{background-color:var(--triplex-next-Island-Type2_Background-0-26-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-26-0)}.island__7e3bf3b9.type3__f83bdb55{background-color:var(--triplex-next-Island-Type3_Background-0-26-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-26-0)}.island__7e3bf3b9.sm__a4b5a764{border-radius:16px;padding:16px}.island__7e3bf3b9.sm__a4b5a764 .islandHeader__24c43408+.islandBody__7119e6d0,.island__7e3bf3b9.sm__a4b5a764 .islandHeader__24c43408+.islandFooter__6a7c7ac6,.island__7e3bf3b9.sm__a4b5a764 .islandBody__7119e6d0+.islandFooter__6a7c7ac6{margin-top:8px}.island__7e3bf3b9.md__d8ee40df{border-radius:24px;padding:24px}.island__7e3bf3b9.md__d8ee40df .islandHeader__24c43408+.islandBody__7119e6d0,.island__7e3bf3b9.md__d8ee40df .islandHeader__24c43408+.islandFooter__6a7c7ac6,.island__7e3bf3b9.md__d8ee40df .islandBody__7119e6d0+.islandFooter__6a7c7ac6{margin-top:12px}.island__7e3bf3b9.lg__53ea2b67{border-radius:32px;padding:32px}.island__7e3bf3b9.lg__53ea2b67 .islandHeader__24c43408+.islandBody__7119e6d0,.island__7e3bf3b9.lg__53ea2b67 .islandHeader__24c43408+.islandFooter__6a7c7ac6,.island__7e3bf3b9.lg__53ea2b67 .islandBody__7119e6d0+.islandFooter__6a7c7ac6{margin-top:16px}@media (max-width: 767px){.island__7e3bf3b9.sm__a4b5a764,.island__7e3bf3b9.md__d8ee40df{border-radius:16px;padding:16px}.island__7e3bf3b9.lg__53ea2b67{border-radius:24px;padding:24px}}.modalWindowBody__964d364f{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__9201b47b{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__9201b47b{top:20px;right:20px}}.loaderScreen__4c26fdfd{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__4c26fdfd.loaderSmallBackdrop__102096d3{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-26-0)}.loaderScreen__4c26fdfd.loaderMiddleBackdrop__1c7791c6{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-26-0)}.body__d4b2a423{position:relative;display:flex}.body__d4b2a423 .bodyInner__ac6ea9e8{position:relative;flex-grow:1;width:100%}.bodyPage__ddc531f7{flex-grow:1}.verticalMargin24__016b5be6{margin-top:24px;margin-bottom:24px}.verticalMargin16__aa3e32ae{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__016b5be6{margin-top:16px;margin-bottom:16px}.verticalMargin16__aa3e32ae{margin-top:8px;margin-bottom:8px}}.headerTabs__48aad423{display:flex;justify-content:space-between}.headerTabs__48aad423 .headerTabsContent__8c309dce{flex-grow:1;min-width:1px}.headerTabs__48aad423 .headerTabsControls__5949bf23{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__48aad423{flex-wrap:wrap}.headerTabs__48aad423 .headerTabsContent__8c309dce{width:100%}.headerTabs__48aad423 .headerTabsControls__5949bf23{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__48aad423 .headerTabsControls__5949bf23>button{margin-left:16px;margin-top:16px}}.headerTitle__e5381718{display:flex;justify-content:space-between}.headerTitle__e5381718 .headerTitleControls__3d052b9d{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__2ce66faa+.headerTitle__e5381718{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__e5381718{flex-wrap:wrap}.headerTitle__e5381718 .headerTitleContent__11d04d80{width:100%}.headerTitle__e5381718 .headerTitleControls__3d052b9d{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__e5381718 .headerTitleControls__3d052b9d>button,.headerTitle__e5381718 .headerTitleControls__3d052b9d>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__32f95696{padding:24px 0}.headerSubheader__32f95696.withoutPaddings__d34bdf42{padding:0}.headerLayoutSidebar__2fecd3cc{display:flex;justify-content:space-between}.headerLayoutSidebarContent__dd8b9604{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__e266c4b2{display:none}}.page__767d612b{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__767d612b{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__8702a829.sticky__7f0d41cd{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__8702a829.sticky__7f0d41cd[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-26-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__312ad6ca.sticky__7f0d41cd{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__312ad6ca.sticky__7f0d41cd[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-26-0)!important}.footerDescription__185d836c{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__abc40831{flex-grow:1;margin-right:auto}.footerDescriptionControls__1888c7df{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__185d836c{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__abc40831{width:100%}.footerDescriptionControls__1888c7df{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__1888c7df>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__abc40831+.footerDescriptionControls__1888c7df{margin-top:0}.footer__f209ebcf{padding:16px 0}}.modalWindowHeader__5e4bedd7 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__5e4bedd7 .global-HeaderTitleContent{padding-right:72px}}.list__fb3d95d6{margin:0;padding:0;list-style:none;position:relative}.listItemControls__a6ffcb88{display:flex;padding:0 16px 0 4px}.listItemContent__6de3f19d{background:var(--triplex-next-ListItem-Background-0-26-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__6de3f19d.selected__b9221468{background:var(--triplex-next-ListItem-Background_Selected-0-26-0)}.listItemControlsButton__e7a4dddc{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-26-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__e7a4dddc:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-26-0)}.listItemControlsButton__e7a4dddc:hover .listItemControlsButtonLabel__4a46bb49{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-26-0)!important}.listItemControlsButton__e7a4dddc.expanded__a83c4963,.listItemControlsButton__e7a4dddc:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-26-0)}.listItemControlsButton__e7a4dddc.expanded__a83c4963 .listItemControlsButtonLabel__4a46bb49,.listItemControlsButton__e7a4dddc:active .listItemControlsButtonLabel__4a46bb49{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-26-0)!important}.listItemControlsButton__e7a4dddc+.listItemControlsButton__e7a4dddc,.listItemControlsButton__e7a4dddc+.listItemControlsButtonDropdown__79315b82{margin-left:4px}.listItemControlsButtonIcon__d8f84ebc{line-height:0}.listItemControlsButton__e7a4dddc.withText__1abab296 .listItemControlsButtonIcon__d8f84ebc{margin-bottom:8px}.listItemControlsButtonLabel__4a46bb49{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-26-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__79315b82{display:flex}.listItemControlsButtonInner__76d5733b{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e7a4dddc.withIcon__7bf935bc.withText__1abab296 .listItemControlsButtonInner__76d5733b{height:44px;overflow:visible}.buttonDropdownMenuItem__0f6e07f1{overflow:hidden;text-overflow:ellipsis}.listEmptyState__647edea5{padding:64px 16px 16px;text-align:center}.listItemLoading__cd98b643{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-26-0)}.label__4a89d467{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__4a89d467.sm__6e4fe4b7{min-width:16px;min-height:16px}.label__4a89d467.sm__6e4fe4b7.nonempty__bf78020c{padding:2px 0 2px 24px}.label__4a89d467.md__9e7bd5bc{min-width:24px;min-height:24px}.label__4a89d467.md__9e7bd5bc.nonempty__bf78020c{padding-left:32px;padding-top:2px}.label__4a89d467.lg__c92ee354{min-width:28px;min-height:28px}.label__4a89d467.lg__c92ee354.nonempty__bf78020c{padding-left:40px;padding-top:4px}.label__4a89d467.disabled__6cce7749{cursor:default}.label__4a89d467[hidden]{display:none}.checkbox__d3ffb09c{margin:0;opacity:0}.checkboxIcon__bdb40d14{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-26-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-26-0)}.sm__6e4fe4b7 .checkboxIcon__bdb40d14{border-radius:4px}.checkmarkIcon__a9c30eb2{transform:scale(0)}.checkmarkIcon__a9c30eb2 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-26-0)}.checkboxIcon__bdb40d14,.checkmarkIcon__a9c30eb2{pointer-events:none}.checkbox__d3ffb09c,.checkboxIcon__bdb40d14,.checkmarkIcon__a9c30eb2{position:absolute;left:0;top:0}.sm__6e4fe4b7 .checkbox__d3ffb09c,.sm__6e4fe4b7 .checkboxIcon__bdb40d14,.sm__6e4fe4b7 .checkmarkIcon__a9c30eb2{width:16px;height:16px;top:2px}.md__9e7bd5bc .checkbox__d3ffb09c,.md__9e7bd5bc .checkboxIcon__bdb40d14,.md__9e7bd5bc .checkmarkIcon__a9c30eb2{width:24px;height:24px}.lg__c92ee354 .checkbox__d3ffb09c,.lg__c92ee354 .checkboxIcon__bdb40d14,.lg__c92ee354 .checkmarkIcon__a9c30eb2{width:28px;height:28px}.checkbox__d3ffb09c:enabled{cursor:pointer}.checkbox__d3ffb09c:enabled:hover+.checkboxIcon__bdb40d14{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-26-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-26-0)}.checkbox__d3ffb09c:checked+.checkboxIcon__bdb40d14{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-26-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-26-0)}.checkbox__d3ffb09c:checked~.checkmarkIcon__a9c30eb2{transform:scale(1);transition:transform .2s ease-out}.checkbox__d3ffb09c:disabled+.checkboxIcon__bdb40d14{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-26-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-26-0)}.checkbox__d3ffb09c:disabled:checked+.checkboxIcon__bdb40d14{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-26-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-26-0)}.checkbox__d3ffb09c:disabled~.checkmarkIcon__a9c30eb2 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-26-0)}.checkbox__d3ffb09c:focus-visible+.checkboxIcon__bdb40d14{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-26-0)}.checkbox__d3ffb09c:checked:enabled:hover+.checkboxIcon__bdb40d14{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-26-0)}.listItemSelectable__da2a01fc{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-26-0);border-radius:8px}.listItemSelectable__da2a01fc.selected__b9221468{background:var(--triplex-next-ListItem-Background_Selected-0-26-0)}.checkboxWrapper__93ba3b7b{padding:16px;line-height:0}.childrenWrapper__ab606378{flex-grow:1}.checkboxLabel__8f710290{padding:0!important;position:relative}.checkboxLabelClickArea__ad2e8768{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__786e91bb{position:relative;overflow:hidden}.swipeableArea__786e91bb .content__db81750a{position:relative;touch-action:pan-y}.swipeableArea__786e91bb .content__db81750a.disableScroll__e5399478{touch-action:none}.swipeableArea__786e91bb .content__db81750a.disablePointerEvents__c15cdbd5:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__786e91bb .swipeAnimationFinish__f67e2896{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__786e91bb .leftContent__63d9ebdb,.swipeableArea__786e91bb .rightContent__89d2c700{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__786e91bb .rightContent__89d2c700{left:auto;right:0}.listItemTail__a03717ae{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__9d423f87{background:var(--triplex-next-ListMaster-Background-0-26-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__14fd1e03{left:-8px}.listItemTailRight__082497a9{right:-10px}.listItemTailTop__4887e1c9{position:absolute;top:0;left:0;right:0}.listItemTailTop__4887e1c9: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-26-0)}.listItemTailTop__4887e1c9: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-26-0)}.listItemTailBottom__4ff2929e{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__4ff2929e: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-26-0)}.listItemTailBottom__4ff2929e: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-ListMaster-Background-0-26-0)}.listItemTable__97c61c5f{margin-bottom:4px}.listItemTable__97c61c5f:last-child{margin-bottom:0}.listItemTable__97c61c5f .swipeableArea__d87eb7b5{border-radius:8px}.listSortableItemTarget__39f5b404{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-26-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__39f5b404:hover{background:var(--triplex-next-ListItem-Background_Selected-0-26-0)}.listSortableItemTarget__39f5b404.dragging__4d02b375{background:var(--triplex-next-ListItem-Background_Dragging-0-26-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-26-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__3870bb10{flex:1}.listSortableItemTargetIcon__c05090b7{display:block}.listSortableItem__3472bebe{position:relative}.listSortableItem__3472bebe.dragging__4d02b375{z-index:1}.listSortableItemControls__f4864c2b{display:inline-block}.islandWidgetHeader__27328781{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__27328781 .islandWidgetHeaderContent__c488480b{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__27328781 .islandWidgetHeaderDescription__f5558c0c{display:flex}.islandWidgetHeader__27328781 .caretWrapper__db7451c3{position:absolute;top:20px;right:16px}.islandWidgetHeader__27328781 .caretIcon__1edf2c9a{transition:transform .3s ease-in-out}.islandWidgetHeader__27328781.open__8e68bb5f .caretWrapper__db7451c3 .caretIcon__1edf2c9a{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__27328781{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__17615ca2{padding-top:16px}.islandWidgetFooter__8a3f2d6f{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__459cfb00{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__064b9d79{margin-left:auto;white-space:nowrap}.expandAnimation__a682797a{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__55d180ad{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-26-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__55d180ad{border-radius:0 0 16px 16px}}.islandWidget__c28d278b{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__c28d278b>*{height:100%}.islandWidgetWithExtraFooter__20037862: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-26-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__af852559{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__7b83d918{display:flex;flex-direction:column}.formFieldClear__16315f40{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__16315f40:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__8fdcc6ef{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-26-0);overflow:hidden;white-space:nowrap}.formFieldTarget__8fdcc6ef.sm__6e609f2e{font-size:12px;height:28px;line-height:16px}.formFieldTarget__8fdcc6ef.md__1a38b96d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__8fdcc6ef.lg__c94c35cf{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__8fdcc6ef.placeholder__ae1faae3{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-26-0)}.formFieldTarget__8fdcc6ef.disabled__4608a05e{color:var(--triplex-next-FormField-Target_Color_Disabled-0-26-0)}.formFieldTarget__8fdcc6ef .placeholderWrapper__7660c569{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__8fdcc6ef:focus{outline:none}.formFieldTarget__8fdcc6ef:focus .placeholderWrapper__7660c569,.formFieldTarget__8fdcc6ef.active__8cfa5afd .placeholderWrapper__7660c569{opacity:1}.formFieldTextarea__83dc4e37{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-26-0);vertical-align:top;font-family:inherit}.formFieldTextarea__83dc4e37.sm__6e609f2e{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__83dc4e37.md__1a38b96d{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__83dc4e37.lg__c94c35cf{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__83dc4e37::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-26-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__83dc4e37:focus{outline:none}.formFieldTextarea__83dc4e37:focus::placeholder{opacity:1}.formFieldTextarea__83dc4e37:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-26-0)}.formFieldTextarea__83dc4e37:-webkit-autofill{animation-name:autofill-applied-hook__6d00153a;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__83dc4e37:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__6d38ce1c;animation-duration:1ms}@keyframes autofill-applied-hook__6d00153a{0%{transform:none}}@keyframes autofill-cancelled-hook__6d38ce1c{0%{transform:none}}.chipGroupItem__84da0477{display:inline-block}.chip__5fe31e9c{background:var(--triplex-next-Chip-Background_Default-0-26-0);color:var(--triplex-next-Chip-Color_Default-0-26-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;position:relative;vertical-align:middle}.chip__5fe31e9c.lg__a2e9dfff{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__5fe31e9c.lg__a2e9dfff .prefix__547452e1{padding-left:16px}.chip__5fe31e9c.lg__a2e9dfff .postfix__53176a37{padding-right:12px}.chip__5fe31e9c.lg__a2e9dfff .notificationIcon__7de7f4d1{right:6px;top:6px}.chip__5fe31e9c.md__817af8ae{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__5fe31e9c.md__817af8ae .prefix__547452e1{padding-left:12px}.chip__5fe31e9c.md__817af8ae .postfix__53176a37{padding-right:8px}.chip__5fe31e9c.md__817af8ae .notificationIcon__7de7f4d1{right:4px;top:4px}.chip__5fe31e9c.sm__452e8d56{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__5fe31e9c.sm__452e8d56 .prefix__547452e1{padding-left:8px}.chip__5fe31e9c.sm__452e8d56 .postfix__53176a37{padding-right:8px}.chip__5fe31e9c.sm__452e8d56 .notificationIcon__7de7f4d1{right:3px;top:3px}.chip__5fe31e9c:hover{background:var(--triplex-next-Chip-Background_Hover-0-26-0);color:var(--triplex-next-Chip-Color_Hover-0-26-0)}.chip__5fe31e9c:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-26-0)}.chip__5fe31e9c:active,.chip__5fe31e9c[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-26-0);color:var(--triplex-next-Chip-Color_Active-0-26-0)}.chip__5fe31e9c.disabled__fff73246{background:var(--triplex-next-Chip-Background_Disabled-0-26-0);color:var(--triplex-next-Chip-Color_Disabled-0-26-0);cursor:default;pointer-events:none}.chip__5fe31e9c.selected__b1b32a7d{background:var(--triplex-next-Chip-Background_Selected_Default-0-26-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-26-0)}.chip__5fe31e9c.selected__b1b32a7d:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-26-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-26-0)}.chip__5fe31e9c.selected__b1b32a7d:active,.chip__5fe31e9c.selected__b1b32a7d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-26-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-26-0)}.chip__5fe31e9c.selected__b1b32a7d.disabled__fff73246{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-26-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-26-0)}.chip__5fe31e9c.withPrefix__e5773123{padding-left:0}.chip__5fe31e9c.withPostfix__109697af{padding-right:0}.chip__5fe31e9c .content__892aac7c{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__5fe31e9c .prefix__547452e1,.chip__5fe31e9c .postfix__53176a37{display:flex}.chip__5fe31e9c .notificationIcon__7de7f4d1{position:absolute}.calendarControls__854ffb15{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-26-0)}.calendarViewDays__36c71b72{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__82177a94 .calendarViewDays__36c71b72{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__2c651d1b,.calendarViewYears__a4ef82de{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__82177a94 .calendarViewMonths__2c651d1b,.adaptive__82177a94 .calendarViewYears__a4ef82de{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__26b28939{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-26-0)}.calendarViewDaysBody__b0aaf78d:before{display:block;content:"";line-height:8px}.adaptive__82177a94 .calendarViewDaysBody__b0aaf78d:before{line-height:4px}.calendarViewItem__feeb147f{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__feeb147f:focus-visible{outline:none}.calendarViewItem__feeb147f.current__16318ac9{font-weight:600}.calendarViewItem__feeb147f.disabled__e938c37b{pointer-events:none}.calendarViewItemLabel__ffa3ac80{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-26-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-26-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-26-0);cursor:pointer}.calendarViewItemLabel__ffa3ac80:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-26-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-26-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad:hover.basicMark__c831befc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad:hover.standardMark__79a2c296:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad:hover.attentionMark__8e95dfe7:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad:hover.criticalMark__16d155dc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad.muted__edc9c2ba{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-26-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad.muted__edc9c2ba:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-26-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad.basicMark__c831befc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad.standardMark__79a2c296:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad.attentionMark__8e95dfe7:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.selected__2ca620ad.criticalMark__16d155dc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.marked__2beb58fa:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__ffa3ac80.basicMark__c831befc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.standardMark__79a2c296:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.attentionMark__8e95dfe7:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.criticalMark__16d155dc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-26-0)}.calendarViewItemLabel__ffa3ac80.muted__edc9c2ba{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-26-0)}.calendarViewItemLabel__ffa3ac80.disabled__e938c37b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-26-0);background:none}.calendarViewItem__feeb147f:focus-visible .calendarViewItemLabel__ffa3ac80{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-26-0)}.unitDay__21cbd793{width:36px;height:36px;border-radius:6px}.unitMonth__e21fd5fc,.unitYear__f51803e3{width:89px;height:48px;border-radius:6px}.adaptive__82177a94 .unitMonth__e21fd5fc,.adaptive__82177a94 .unitYear__f51803e3{width:104px;height:48px;border-radius:6px}.calendarFooter__4d5633b1{margin-top:12px;text-align:center}.calendar__44043b68{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-26-0);-webkit-user-select:none;user-select:none}.calendar__44043b68.adaptive__82177a94{width:auto;padding:20px}.calendar__44043b68+.calendar__44043b68{margin-top:20px}.datePickerExtendedMobileDropdown__6c830cfb{max-height:100vh}.chipDropdownArrow__0c28a686{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__0c28a686.rotated__7edbed74{transform:rotate(-180deg)}.chipClearButton__ae009f1d{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__ae009f1d:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-26-0)}.dropdownMobileMaskedInput__93b67d8b{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__93b67d8b:first-child{top:0}.selectExtendedFieldTarget__de7e1805{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__de7e1805 .caretWrapper__da03e605{height:100%}.selectExtendedFieldTarget__de7e1805 .caretIcon__5f4816d9{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__de7e1805.selectOpened__1a58fd79 .caretIcon__5f4816d9{transform:rotate(180deg)}.selectExtendedFieldTarget__de7e1805.disabled__82ae332b{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__de7e1805.disabled__82ae332b .target__b593fee6,.selectExtendedFieldTarget__de7e1805.disabled__82ae332b .caretWrapper__da03e605{pointer-events:none}.selectExtendedField__2cdc6b50{position:relative}.multiselectFieldHeader__cd364b38{padding:12px}.multiselectFieldContent__33b09e7f{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__33b09e7f:first-child{padding-top:12px}.multiselectFieldContent__33b09e7f:has(.loaderScreen__6691a6d7){overflow:hidden}.multiselectFieldContent__33b09e7f.sm__fcebad9b{max-height:208px}.multiselectFieldContent__33b09e7f.md__1a332434{max-height:266px}.multiselectFieldContent__33b09e7f.lg__a97cf582{max-height:296px}.multiselectFieldFooter__d34945fc{padding:0 12px 12px}.multiselectFieldFooter__d34945fc:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-26-0)}.chipOptionsContent__fa4f596b{min-width:14px;text-align:center;display:block}.tooltipDesktop__78bde449{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__78bde449 .tooltipBody__7ea687f4{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-26-0)}.tooltipDesktop__78bde449 .tooltipXButton__60ce76df{position:absolute;right:8px;top:8px}.tooltipDesktopContent__00e6c73d{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-26-0);border-radius:8px}.closable__1c18a3cd .tooltipDesktopContent__00e6c73d{padding-right:32px}.tooltipSM__e1e4bef4 .tooltipDesktopContent__00e6c73d{width:192px;min-height:52px}.tooltipLG__a7ee6aea .tooltipDesktopContent__00e6c73d{width:384px;min-height:52px}.tooltipOverlay__7d4937ca{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__5720be88{width:0;height:0}.tooltipDesktopTip__5720be88.down__504cbb99{border-top:solid var(--triplex-next-Tooltip-Background-0-26-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__5720be88.up__1daa7425{border-bottom:solid var(--triplex-next-Tooltip-Background-0-26-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__5720be88.left__93ddd61b{border-right:solid var(--triplex-next-Tooltip-Background-0-26-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__5720be88.right__96c64ba5{border-left:solid var(--triplex-next-Tooltip-Background-0-26-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__a349c088 .tooltipBody__7ea687f4{text-align:left}.tooltipMobileContent__f4b635a3{padding:16px}.headerless__dcf3561f .tooltipMobileContent__f4b635a3{padding-right:40px;border-radius:16px 16px 0 0}.headerless__dcf3561f .tooltipMobileContent__f4b635a3 .closeButton__7273adaa{position:absolute;right:16px;top:16px}.tooltipLink__40bfe0a6{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__d3a40ac3{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-26-0)}.desktop__d3a40ac3:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-26-0)}.desktop__d3a40ac3:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-26-0)}.desktop__d3a40ac3:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-26-0)}.mobile__214a105e{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-26-0)}.mobile__214a105e:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-26-0)}.mobile__214a105e:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-26-0)}.mobile__214a105e:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-26-0)}.chipSuggestInputWrapper__f6da68e6{margin:12px}.suggestDropdownMobileBody__33b26dc6{height:176px}.suggestDropdownMobileNoOptionsText__ac49a70c{padding:16px}.checkboxXGroup__85b96de9{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__85b96de9.indent-12__7f22465a{margin-left:-6px;margin-right:-6px}.checkboxXGroup__85b96de9.indent-12__7f22465a .label__4a89d467{margin-left:6px;margin-right:6px}.checkboxXGroup__85b96de9.indent-16__50354a4d{margin-left:-8px;margin-right:-8px}.checkboxXGroup__85b96de9.indent-16__50354a4d .label__4a89d467{margin-left:8px;margin-right:8px}.checkboxXGroup__85b96de9.indent-20__7a0493c5{margin-left:-10px;margin-right:-10px}.checkboxXGroup__85b96de9.indent-20__7a0493c5 .label__4a89d467{margin-left:10px;margin-right:10px}.checkboxXGroup__85b96de9.indent-24__6baca141{margin-left:-12px;margin-right:-12px}.checkboxXGroup__85b96de9.indent-24__6baca141 .label__4a89d467{margin-left:12px;margin-right:12px}.checkboxXGroup__85b96de9.indent-28__fbf14938{margin-left:-14px;margin-right:-14px}.checkboxXGroup__85b96de9.indent-28__fbf14938 .label__4a89d467{margin-left:14px;margin-right:14px}.checkboxXGroup__85b96de9.indent-32__59f4ef2a{margin-left:-16px;margin-right:-16px}.checkboxXGroup__85b96de9.indent-32__59f4ef2a .label__4a89d467{margin-left:16px;margin-right:16px}.checkboxYGroup__08e34b24{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__08e34b24 .label__4a89d467.sm__6e4fe4b7+.label__4a89d467.sm__6e4fe4b7{margin-top:8px}.checkboxYGroup__08e34b24 .label__4a89d467.lg__c92ee354+.label__4a89d467.lg__c92ee354{margin-top:20px}.checkboxYGroup__08e34b24 .label__4a89d467.md__9e7bd5bc+.label__4a89d467.md__9e7bd5bc{margin-top:16px}@media (max-width: 767px){.checkboxYGroup__08e34b24{margin:14px 16px}.checkboxYGroup__08e34b24 .label__4a89d467.sm__6e4fe4b7+.label__4a89d467.sm__6e4fe4b7,.checkboxYGroup__08e34b24 .label__4a89d467.md__9e7bd5bc+.label__4a89d467.md__9e7bd5bc,.checkboxYGroup__08e34b24 .label__4a89d467.lg__c92ee354+.label__4a89d467.lg__c92ee354{margin-top:28px}}.card__22fef4e8{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__22fef4e8.roundingMD__db0df465{--radius: 16px}.card__22fef4e8.roundingSM__9f307d24{--radius: 8px}.card__22fef4e8.general__ec9ca876{background:var(--triplex-next-Card-Static_General_Background-0-26-0)}.card__22fef4e8.secondary__358628de{background:var(--triplex-next-Card-Static_Secondary_Background-0-26-0)}.card__22fef4e8 .cardMedia__1b751533{background-size:cover;background-repeat:no-repeat;background-position:center}.card__22fef4e8 .cardContent__19c573b8{padding:var(--padding)}.card__22fef4e8 .cardContent__19c573b8.paddingMD__ab888f16{--padding: 24px}.card__22fef4e8 .cardContent__19c573b8.paddingSM__09f7c575{--padding: 16px}.card__22fef4e8 .cardContent__19c573b8 .cardContentHeader__87fb6168{margin-bottom:16px}.card__22fef4e8 .cardContent__19c573b8 .cardContentFooter__22962b14{margin-top:16px}.action__a35ebb16{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__a35ebb16: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__a35ebb16.general__ec9ca876{background:var(--triplex-next-Card-Action_General_Background-0-26-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-26-0)}.action__a35ebb16.general__ec9ca876:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-26-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-26-0)}.action__a35ebb16.general__ec9ca876.selected__1c8726a3{background:var(--triplex-next-Card-Action_General_Background_Selected-0-26-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-26-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-26-0)}.action__a35ebb16.general__ec9ca876.selected__1c8726a3:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-26-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-26-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-26-0)}.action__a35ebb16.general__ec9ca876:focus{outline:none}.action__a35ebb16.general__ec9ca876:focus.focusVisible__ee557c10{box-shadow:var(--triplex-next-Card-Shadow_Default-0-26-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-26-0)}.action__a35ebb16.secondary__358628de{background:var(--triplex-next-Card-Action_Secondary_Background-0-26-0)}.action__a35ebb16.secondary__358628de:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-26-0)}.action__a35ebb16.secondary__358628de.selected__1c8726a3{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-26-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-26-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-26-0)}.action__a35ebb16.secondary__358628de.selected__1c8726a3:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-26-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-26-0)}.action__a35ebb16.secondary__358628de:focus{outline:none}.action__a35ebb16.secondary__358628de:focus.focusVisible__ee557c10{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-26-0)}.alertContext__3ed9809a{display:flex;font-size:12px;line-height:16px}.alertContext__3ed9809a>svg{flex-shrink:0}.alertContext__3ed9809a .alertContextText__0bbc1e83{margin-left:8px}.alertContext__3ed9809a.alertTypeError__9dec1949 .alertContextText__0bbc1e83{color:var(--triplex-next-AlertContext-Error_Color-0-26-0)}.alertContext__3ed9809a.alertTypeInfo__b78cc949 .alertContextText__0bbc1e83{color:var(--triplex-next-AlertContext-Info_Color-0-26-0)}.alertContext__3ed9809a.alertTypeWarning__9d9cf9c7 .alertContextText__0bbc1e83{color:var(--triplex-next-AlertContext-Warning_Color-0-26-0)}.alertContext__3ed9809a.alertTypeSystem__1c45e7d3 .alertContextText__0bbc1e83{color:var(--triplex-next-AlertContext-System_Color-0-26-0)}.alertProcess__49a015ce{display:flex;padding:16px;position:relative}.alertProcess__49a015ce.md__de237caa{border-radius:12px}.alertProcess__49a015ce.lg__38664b76{border-radius:24px}.alertProcess__49a015ce.withSpoiler__b290a012{min-height:40px}.alertProcess__49a015ce .themeIcon__dd92a008{box-sizing:border-box;height:20px;width:20px}.alertProcess__49a015ce.alertTypeError__9dec1949{background:var(--triplex-next-AlertProcess-Error_Background-0-26-0)}.alertProcess__49a015ce.alertTypeInfo__b78cc949{background:var(--triplex-next-AlertProcess-Info_Background-0-26-0)}.alertProcess__49a015ce.alertTypeWarning__9d9cf9c7{background:var(--triplex-next-AlertProcess-Warning_Background-0-26-0)}.alertProcess__49a015ce.alertTypeSystem__1c45e7d3{background:var(--triplex-next-AlertProcess-System_Background-0-26-0)}.alertProcess__49a015ce.alertTypeFeature__255da143{background:var(--triplex-next-AlertProcess-Feature_Background-0-26-0)}.alertProcess__49a015ce.alertTypeFeature__255da143 .themeIcon__dd92a008{padding-top:0}.alertProcess__49a015ce .alertProcessContentBlock__4569c416{flex:1;margin-left:10px}.alertProcess__49a015ce .alertProcessContentBlock__4569c416 .expandableContent__b260edfa{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__49a015ce .alertProcessContentBlock__4569c416 .expandableContent__b260edfa.expanded__ae0bf561{max-height:1000px;opacity:1}.alertProcess__49a015ce .closeButton__8b6c5f8c{margin-left:10px}.alertProcess__49a015ce .expandButton__82a4dbb3{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__49a015ce .expandButton__82a4dbb3.expanded__ae0bf561{transform:rotate(180deg)}.adaptive__ff104013{font-size:10px!important;line-height:12px!important}.avatar__d5a7cb2c{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-26-0)}.avatar__d5a7cb2c.xxs__6945e2b2{width:28px;height:28px;border-radius:6px}.avatar__d5a7cb2c.xs__10f71e7e{width:32px;height:32px;border-radius:8px}.avatar__d5a7cb2c.sm__e332889e{width:40px;height:40px;border-radius:10px}.avatar__d5a7cb2c.md__97819389{width:56px;height:56px;border-radius:16px}.avatar__d5a7cb2c.lg__4bc8b12a{width:80px;height:80px;border-radius:20px}.avatar__d5a7cb2c.xl__fec921af{width:96px;height:96px;border-radius:24px}.avatar__d5a7cb2c.xxl__d54b6d50{width:128px;height:128px;border-radius:28px}.carouselExtended__021fd759{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__021fd759::-webkit-scrollbar{display:none}.treeView__02b5fa7e,.treeViewGroup__1c23ebde{margin:0;padding:0}.treeView__02b5fa7e .treeViewNode__455f37ea,.treeViewGroup__1c23ebde .treeViewNode__455f37ea{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__d98c859c.collapsed__b26d4973{visibility:hidden}.checkboxTreeExtended__72a62b12{margin-bottom:-12px}.checkboxTreeExtendedNode__1287c330 .checkboxTreeExtendedNode__1287c330:has(.sm__564d6c17){margin-left:16px}.checkboxTreeExtendedNode__1287c330 .checkboxTreeExtendedNode__1287c330:has(.md__abf1d9e2),.checkboxTreeExtendedNode__1287c330 .checkboxTreeExtendedNode__1287c330:has(.lg__24fc6008){margin-left:24px}.checkboxTreeExtendedNodeHeader__b29fc0cd{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__b29fc0cd.sm__564d6c17{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__b29fc0cd.md__abf1d9e2,.checkboxTreeExtendedNodeHeader__b29fc0cd.lg__24fc6008{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__b29fc0cd .checkboxTreeCheckboxLabel__72d58b5d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__b29fc0cd .caretIconWrapper__87637c63{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__b29fc0cd .caretIconWrapper__87637c63:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-26-0)}.checkboxTreeExtendedNodeHeader__b29fc0cd.opened__afc87def .caretIconWrapper__87637c63{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__72a62b12{padding:0 16px}.checkboxTreeExtended__72a62b12 .checkboxTreeExtendedNodeHeader__b29fc0cd{margin-bottom:0}.checkboxTreeExtended__72a62b12 .checkboxTreeExtendedNodeHeader__b29fc0cd .checkboxTreeCheckboxLabel__72d58b5d{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__72a62b12 .checkboxTreeExtendedNodeHeader__b29fc0cd .checkboxTreeCheckboxLabel__72d58b5d>span,.checkboxTreeExtended__72a62b12 .checkboxTreeExtendedNodeHeader__b29fc0cd .checkboxTreeCheckboxLabel__72d58b5d>svg,.checkboxTreeExtended__72a62b12 .checkboxTreeExtendedNodeHeader__b29fc0cd .checkboxTreeCheckboxLabel__72d58b5d .checkboxTreeCheckbox__7cbfe0fd{top:14px}}.chipGroup__a4afa3c3{display:flex}.chipGroup__a4afa3c3.oneLine__23565d67{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__a4afa3c3.oneLine__23565d67::-webkit-scrollbar{display:none}.chipGroup__a4afa3c3.multiLine__4bd0b1a0{flex-wrap:wrap}.chipGroup__a4afa3c3.lg__26c1110c{gap:12px}.chipGroup__a4afa3c3.md__bfc1aff0,.chipGroup__a4afa3c3.sm__59571704{gap:8px}.col-1__bb817117{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__7bafd85c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__0d06dd7d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__0534329b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__9e030f1d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__cf1ea37d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__ed3349a1{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__01bac1f8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__7957d3b0{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__7a847f60{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__61b04152{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__54f4a399{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__e5bb633b{margin-left:0%}.offset-1__52c47123{margin-left:8.33333333%}.offset-2__97d439c7{margin-left:16.66666667%}.offset-3__857b2a16{margin-left:25%}.offset-4__0fef8025{margin-left:33.33333333%}.offset-5__bb0cbcef{margin-left:41.66666667%}.offset-6__5c3f0ae9{margin-left:50%}.offset-7__d87c0611{margin-left:58.33333333%}.offset-8__465ebe76{margin-left:66.66666667%}.offset-9__b44115ec{margin-left:75%}.offset-10__2adb9351{margin-left:83.33333333%}.offset-11__4b2f2c05{margin-left:91.66666667%}.d-none__9fed1384{display:none!important}.d-block__3d83a703{display:block!important}@media (min-width: 576px){.col-sm-1__ec78d775{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__d2f251c6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__f5d882bc{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__4778b291{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__78e06aaf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__48181e7d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__8b0e8b46{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__f5da2ed7{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__5f878f78{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__5ca69063{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__65ca0b4e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__3d78cc4c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__ee794d77{margin-left:0%}.offset-sm-1__005ed7b7{margin-left:8.33333333%}.offset-sm-2__7b3b37b7{margin-left:16.66666667%}.offset-sm-3__f5cc1ea5{margin-left:25%}.offset-sm-4__1e39b9fb{margin-left:33.33333333%}.offset-sm-5__e3f101ce{margin-left:41.66666667%}.offset-sm-6__5fcd847d{margin-left:50%}.offset-sm-7__a961d5df{margin-left:58.33333333%}.offset-sm-8__786d4111{margin-left:66.66666667%}.offset-sm-9__438b2465{margin-left:75%}.offset-sm-10__7ed4a7ce{margin-left:83.33333333%}.offset-sm-11__7af237f9{margin-left:91.66666667%}.d-none-sm__2197fc47{display:none!important}.d-block-sm__84ea2e88{display:block!important}}@media (min-width: 768px){.col-md-1__864040fd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__74caff79{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__f1263414{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__d34dff38{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__b97e6438{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__635d51a9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__4b7942dc{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__35a46f4e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__d4365af1{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__d5fa25fd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__4d8a900f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__7b0ef6a9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__1f9ca60a{margin-left:0%}.offset-md-1__00dc2887{margin-left:8.33333333%}.offset-md-2__3ab77685{margin-left:16.66666667%}.offset-md-3__0ff45c8a{margin-left:25%}.offset-md-4__bfae54cb{margin-left:33.33333333%}.offset-md-5__e59fdcdd{margin-left:41.66666667%}.offset-md-6__1ba76be3{margin-left:50%}.offset-md-7__c055ab52{margin-left:58.33333333%}.offset-md-8__e395747a{margin-left:66.66666667%}.offset-md-9__a0a15a91{margin-left:75%}.offset-md-10__a5752fff{margin-left:83.33333333%}.offset-md-11__8c14a24f{margin-left:91.66666667%}.d-none-md__bd2caa32{display:none!important}.d-block-md__4e55c31a{display:block!important}}@media (min-width: 992px){.col-lg-1__bc5358c4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__f91bb4e4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__459b9846{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__41db9c5d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__6fdc8d56{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__fe9f8fe9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__3d44e31d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__c094d89e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__f8ae5d12{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__1208337f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__e3a51f8a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__98215555{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__45982751{margin-left:0%}.offset-lg-1__2b959abf{margin-left:8.33333333%}.offset-lg-2__03ac7367{margin-left:16.66666667%}.offset-lg-3__7323e702{margin-left:25%}.offset-lg-4__30937c24{margin-left:33.33333333%}.offset-lg-5__ce834153{margin-left:41.66666667%}.offset-lg-6__9f12a314{margin-left:50%}.offset-lg-7__f314236c{margin-left:58.33333333%}.offset-lg-8__56e6f6bf{margin-left:66.66666667%}.offset-lg-9__50364321{margin-left:75%}.offset-lg-10__1d91b657{margin-left:83.33333333%}.offset-lg-11__4669bd3a{margin-left:91.66666667%}.d-none-lg__063574f3{display:none!important}.d-block-lg__572a35af{display:block!important}}@media (min-width: 1200px){.col-xl-1__f6eea5ec{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__6a394563{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__2b1ad7b1{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__1f6b1058{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__d797504b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__d9d1d615{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__5393a104{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__e067f43c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__3f5b85ff{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__c322861e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__77884fe8{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__8a49d86a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__5994f74f{margin-left:0%}.offset-xl-1__473fac4e{margin-left:8.33333333%}.offset-xl-2__6ff5d1fc{margin-left:16.66666667%}.offset-xl-3__ddf85791{margin-left:25%}.offset-xl-4__dbe491e8{margin-left:33.33333333%}.offset-xl-5__fb90b241{margin-left:41.66666667%}.offset-xl-6__a1550bad{margin-left:50%}.offset-xl-7__16637d32{margin-left:58.33333333%}.offset-xl-8__ff68a2cf{margin-left:66.66666667%}.offset-xl-9__94751e7d{margin-left:75%}.offset-xl-10__5e5d317a{margin-left:83.33333333%}.offset-xl-11__7295dff0{margin-left:91.66666667%}.d-none-xl__9f5ef275{display:none!important}.d-block-xl__7d49d133{display:block!important}}.confirm__b84d1eb0{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__b84d1eb0.isInLightBox__6a2e5e0a{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__b84d1eb0.isInSideOverlaySM__4b21b40a{max-width:520px}.confirm__b84d1eb0.isInSideOverlayMD__18765325{max-width:680px}.confirm__b84d1eb0.isInSideOverlayLG__3faf76ea{max-width:800px}.confirmCloseButton__cc54a7ad{position:absolute;top:24px;right:24px}.confirmContent__a1e2ce14{margin-bottom:24px;padding-right:56px}.confirmControls__1a580c39{white-space:nowrap}.confirmContentTitle__3acd3054{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__cc54a7ad{top:16px;right:16px}.confirmContent__a1e2ce14{margin-bottom:16px}}.dateRange__792a05c0{display:flex;align-items:center}.dateRangeButton__a649326e{z-index:1}.separator__f02a6535{width:20px;height:20px;flex-shrink:0}.divider__e4922242{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-26-0);border:none}.marginTopSize-4__b96d33b1{margin-top:4px}.marginBottomSize-4__4c2e1021{margin-bottom:4px}.marginTopSize-8__8b36b433{margin-top:8px}.marginBottomSize-8__e8d4aeb7{margin-bottom:8px}.marginTopSize-12__1a0b6310{margin-top:12px}.marginBottomSize-12__1b8eae69{margin-bottom:12px}.marginTopSize-16__4475b330{margin-top:16px}.marginBottomSize-16__c538605f{margin-bottom:16px}.marginTopSize-20__4abb3910{margin-top:20px}.marginBottomSize-20__35b8ae2a{margin-bottom:20px}.marginTopSize-24__0b1eeacd{margin-top:24px}.marginBottomSize-24__08f20da4{margin-bottom:24px}.marginTopSize-28__0fe4f41c{margin-top:28px}.marginBottomSize-28__e02244af{margin-bottom:28px}.marginTopSize-32__1dca32ea{margin-top:32px}.marginBottomSize-32__2f8ad7d2{margin-bottom:32px}.smallInput__d391c403{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-26-0);background:var(--triplex-next-SmallInput-Background-0-26-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-26-0)}.smallInput__d391c403::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-26-0);opacity:1}.smallInput__d391c403::-ms-clear{display:none}.link__830a0a1b{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-26-0)}.link__830a0a1b:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-26-0)}.link__830a0a1b:active{color:var(--triplex-next-Link-Text_Color_Active-0-26-0)}.link__830a0a1b:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-26-0)}.wordWithContent__531a92da{white-space:nowrap;display:inline-flex;align-items:center}.before__ac66e1a8 :first-child{margin-right:2px}.after__614487d1 :last-child{margin-left:2px}.documentNumberEdit__e3bba00f .label__45d220d4{display:inline-block;margin-right:8px}.documentNumberEdit__e3bba00f .inputEditWrapper__0846aae7{width:68px;display:inline-block}.ellipsisLineClamp__c228b088{--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__c228b088.oneLine__58b02c8d{word-break:break-all}.emptyView__f62d4f2d,.container__f0634d4a{display:flex;flex-direction:column;align-items:center;width:100%}.icon__e0e7f3c2{flex-shrink:0}.textBlock__5a7b7bc5{text-align:center}button.helpBoxButton__3a759ba6{position:relative;vertical-align:text-bottom}.islandAccordion__7a849bcc{margin:0;padding:0}.islandAccordion__7a849bcc .island__a94200cd{padding:0}.islandAccordion__7a849bcc .item__b6c99c21{position:relative;list-style-type:none}.islandAccordion__7a849bcc .item__b6c99c21.disabled__0f65c254{cursor:default;pointer-events:none}.islandAccordion__7a849bcc .item__b6c99c21+.item__b6c99c21.sm__cf8ad79d,.islandAccordion__7a849bcc .item__b6c99c21+.item__b6c99c21.md__ce4db107{margin-top:16px}.islandAccordion__7a849bcc .item__b6c99c21+.item__b6c99c21.lg__5468ecd5{margin-top:24px}.islandAccordion__7a849bcc .item__b6c99c21 .header__23765c9f{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__7a849bcc .item__b6c99c21 .header__23765c9f:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-26-0)}.islandAccordion__7a849bcc .item__b6c99c21.type1__3d4bc2d4:not(.opened__620cb36d) .header__23765c9f:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-26-0)}.islandAccordion__7a849bcc .item__b6c99c21.type2__025c2c15:not(.opened__620cb36d) .header__23765c9f:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-26-0)}.islandAccordion__7a849bcc .item__b6c99c21.type3__70f85c6a:not(.opened__620cb36d) .header__23765c9f:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-26-0)}.islandAccordion__7a849bcc .item__b6c99c21 .footer__eedf891c{text-align:right}.islandAccordion__7a849bcc .item__b6c99c21 .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21 .footer__eedf891c{visibility:hidden}.islandAccordion__7a849bcc .item__b6c99c21.opened__620cb36d .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21.opened__620cb36d .footer__eedf891c{visibility:visible}.islandAccordion__7a849bcc .item__b6c99c21 .caretWrapper__e53a07ab{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__7a849bcc .item__b6c99c21 .caretIcon__b5cb2dbf{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__7a849bcc .item__b6c99c21 .title__7ad65dfe{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .header__23765c9f{padding:16px;border-radius:16px}.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .step__96aecbeb+.title__7ad65dfe{margin-top:2px}.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .footer__eedf891c{padding:0 16px 16px}.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .caretWrapper__e53a07ab{right:10px}.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .remove__d43c7a29{right:-36px;top:20px}.islandAccordion__7a849bcc .item__b6c99c21.sm__cf8ad79d .step__96aecbeb{margin-right:12px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .header__23765c9f{padding:24px;border-radius:24px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .footer__eedf891c{padding:0 24px 24px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .caretWrapper__e53a07ab{right:18px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .remove__d43c7a29{right:-40px;top:28px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .step__96aecbeb{margin-right:12px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .header__23765c9f{padding:32px;border-radius:32px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .footer__eedf891c{padding:0 32px 32px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .caretWrapper__e53a07ab{right:24px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .remove__d43c7a29{right:-40px;top:36px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .step__96aecbeb{margin:0 16px 0 0}.islandAccordion__7a849bcc .item__b6c99c21.opened__620cb36d:not(.disabled__0f65c254) .caretWrapper__e53a07ab .caretIcon__b5cb2dbf{transform:rotate(-180deg)}.islandAccordion__7a849bcc .item__b6c99c21 .remove__d43c7a29{position:absolute}@media (max-width: 767px){.islandAccordion__7a849bcc .item__b6c99c21 .footer__eedf891c{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__7a849bcc .item__b6c99c21 .footer__eedf891c>*{margin-left:0!important}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .header__23765c9f{padding:16px;border-radius:16px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .footer__eedf891c{padding:0 16px 16px}.islandAccordion__7a849bcc .item__b6c99c21.md__ce4db107 .caretWrapper__e53a07ab{right:10px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .header__23765c9f{padding:24px;border-radius:24px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .body__9ddd97ab,.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .footer__eedf891c{padding:0 24px 24px}.islandAccordion__7a849bcc .item__b6c99c21.lg__5468ecd5 .caretWrapper__e53a07ab{right:18px}}.step__53e25ba1{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__53e25ba1.default__4eaac9bc{background-color:var(--triplex-next-Step-Background_Default-0-26-0)}.step__53e25ba1.default__4eaac9bc>span{color:var(--triplex-next-Step-Color_Default-0-26-0)}.step__53e25ba1.done__78ff5b42{background-color:var(--triplex-next-Step-Background_Done-0-26-0)}.step__53e25ba1.done__78ff5b42>span{color:var(--triplex-next-Step-Color_Done-0-26-0)}.step__53e25ba1.warning__378d7f68{background-color:var(--triplex-next-Step-Background_Warning-0-26-0)}.step__53e25ba1.warning__378d7f68>span{color:var(--triplex-next-Step-Color_Warning-0-26-0)}.step__53e25ba1.active__cd685664{background-color:var(--triplex-next-Step-Background_Active-0-26-0)}.step__53e25ba1.active__cd685664>span{color:var(--triplex-next-Step-Color_Active-0-26-0)}.step__53e25ba1.error__cddcf01e{background-color:var(--triplex-next-Step-Background_Error-0-26-0)}.step__53e25ba1.error__cddcf01e>span{color:var(--triplex-next-Step-Color_Error-0-26-0)}.step__53e25ba1.disabled__f545c181{background-color:var(--triplex-next-Step-Background_Disabled-0-26-0)}.step__53e25ba1.disabled__f545c181>span{color:var(--triplex-next-Step-Color_Disabled-0-26-0)}.lightBox__76ba5817{--lightBox-content-max-width: 864px;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__76ba5817.sm__0b6c0c1c{--lightBox-content-max-width: 664px}.lightBox__76ba5817.md__d64db38d{--lightBox-content-max-width: 864px}.lightBox__76ba5817.lg__509bf6c9{--lightBox-content-max-width: 1064px}.lightBox__76ba5817.xl__2eb54672{--lightBox-content-max-width: 1264px}.lightBox__76ba5817 .lightBoxBackdrop__90724367{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-26-0)}.lightBox__76ba5817.lightBoxSideOverlayActive__1a9777fe,.lightBox__76ba5817.lightBoxTopOverlayActive__cf234df3{overflow-y:hidden}.lightBox__76ba5817 .lightBoxContent__474a62d4{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-26-0)}.lightBox__76ba5817 .lightBoxContent__474a62d4>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__76ba5817 .lightBoxContent__474a62d4>.global-page{padding:16px}}.lightBox__76ba5817 .loadingContentOverlay__a9a41248{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__76ba5817 .lightBoxContentResizeWrapper__a28c8c3a{position:absolute;left:0;right:0;height:0}.lightBox__76ba5817 .tempElSafariBug__610968ad{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__2ea87f1d,.global-LB-less-or-equal-media-point-0 .lightBox__76ba5817.lightBoxSideOverlayActive__1a9777fe{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__474a62d4{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__474a62d4{padding-left:80px;padding-right:80px}.lightBoxControls__5dc4a452{z-index:100}.withKeyboardEvent__e30f67a2{display:inline-block}.withoutKeyboardEvent__963b0a45,.lightBox__76ba5817.lightBoxSideOverlayActive__1a9777fe .withKeyboardEvent__e30f67a2,.lightBox__76ba5817.lightBoxTopOverlayActive__cf234df3 .withKeyboardEvent__e30f67a2,.lightBox__76ba5817.isLoading__7ce64bbd .withKeyboardEvent__e30f67a2{display:none}.lightBox__76ba5817.lightBoxSideOverlayActive__1a9777fe .withoutKeyboardEvent__963b0a45,.lightBox__76ba5817.lightBoxTopOverlayActive__cf234df3 .withoutKeyboardEvent__963b0a45,.lightBox__76ba5817.isLoading__7ce64bbd .withoutKeyboardEvent__963b0a45{display:inline-block}.lightBox__76ba5817.isLoading__7ce64bbd .lightBoxPrev__c32035f9,.lightBox__76ba5817.isLoading__7ce64bbd .lightBoxNext__0d85cc5b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__5dc4a452{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__58858157{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__7ab70564{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__331e9f2b{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__c32035f9,.global-LB-less-or-equal-media-point-0 .lightBoxNext__0d85cc5b{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__c32035f9{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__52e830fd,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__9daaa8d6{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__5dc4a452{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__58858157{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__7ab70564{display:none}.global-LB-more-media-point-0 .lightBoxClose__331e9f2b{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__c32035f9,.global-LB-more-media-point-0 .lightBoxNext__0d85cc5b{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__c32035f9{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__0d85cc5b{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__b294930a{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__b294930a.fixed__221e15a6{position:fixed}.overlay__b294930a.closing__4a5f3a10,.overlay__b294930a.opened__54904b97{visibility:visible;left:0;right:0}.overlayPanel__4167b9df{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-26-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__4167b9df.bottom__bbadcb6c{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__4167b9df.left__9503fd94{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__4167b9df.right__e0351b95{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__4167b9df.top__58119c45{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__4167b9df.left__9503fd94.opened__54904b97,.overlayPanel__4167b9df.right__e0351b95.opened__54904b97{transform:translate(0)}.overlayPanel__4167b9df.top__58119c45.opened__54904b97,.overlayPanel__4167b9df.bottom__bbadcb6c.opened__54904b97{transform:translateY(0)}.overlayContent__d07639c1{display:flex;min-height:100%}.overlayMask__59ce48ef{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-26-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__59ce48ef.overlayOpened__dce58d2f{opacity:1}.lightBoxSideOverlayLoaderWrapper__1f2af0f0{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}.lightBoxSideOverlayCloseDesktopContainer__b789bb4c{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__4f5cf11a{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__33627918{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__b789bb4c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__33627918{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__33627918{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__b789bb4c{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__33627918{display:none}.lightBoxSideOverlayMask__7d3b156f{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-26-0)}.lightBoxSideOverlayWrapper__264e3bb2{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__264e3bb2.overflowXHidden__5a216c99{overflow-x:hidden}.lightBoxSideOverlayWrapper__264e3bb2.overflowYHidden__9c3cb5c1{overflow-y:hidden}.lightBoxSideOverlayWrapper__264e3bb2.closing__d14395c9,.lightBoxSideOverlayWrapper__264e3bb2.opened__8f131307{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__264e3bb2.closing__d14395c9{pointer-events:none}.lightBoxSideOverlayWrapper__264e3bb2 .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__264e3bb2 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__264e3bb2 .lightBoxSideOverlayContent__caee0882{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-26-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__264e3bb2 .lightBoxSideOverlayContent__caee0882.opened__8f131307{transform:none}.lightBoxSideOverlayWrapper__264e3bb2 .lightBoxSideOverlayContent__caee0882.opening__317aa8a4{transform:translateY(0)}.lightBoxSideOverlayWrapper__264e3bb2.sm__0b6c0c1c .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__264e3bb2.md__d64db38d .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__264e3bb2.lg__509bf6c9 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__264e3bb2 .lightBoxSideOverlayBase__81322829{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__264e3bb2 .lightBoxSideOverlayContent__caee0882{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__264e3bb2 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__264e3bb2 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__4fb6f999{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__4fb6f999.closing__d14395c9,.lightBoxSideOverlay__4fb6f999.opening__317aa8a4{overflow-x:hidden}.topOverlayMask__803db744{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-26-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__c727476d{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__c727476d.closing__55dfb1ce,.topOverlayWrapper__c727476d.opened__34daee73{bottom:0}.topOverlayWrapper__c727476d .topOverlayPanel__00d5697c{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__bf3c7d1e{z-index:500}@media (max-width: 767px){.topOverlayPanel__00d5697c{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__fd8d6339{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxLeftSidebar__fd8d6339.fixed__229e075d{position:fixed}.lightBoxRightSidebar__4387f3a4{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxRightSidebar__4387f3a4.fixed__229e075d{position:fixed}.hidden__68f282b9{display:none}html.scroll-0__d09b6f59{--triplex-next-scroll-width: 0px}html.scroll-15__6d0f44f9{--triplex-next-scroll-width: 15px}html.scroll-16__c282022a{--triplex-next-scroll-width: 16px}html.scroll-17__f92faa20{--triplex-next-scroll-width: 17px}.listMasterChipGroup__5aec2fa2{padding:0 16px}.listMasterFooter__8a4910f0{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-26-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-26-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__8a4910f0.sticky__24c2a82e{position:sticky;bottom:0}.listMasterFooterDescription__6fb4797b{padding-right:16px}.listMasterFooterControls__cce51267{white-space:nowrap}.listMasterHeader__3f331e7a{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-26-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-26-0)}.listMasterHeader__3f331e7a.sticky__24c2a82e{position:sticky;top:0;z-index:1}.selectionControls__76f3a5fd{display:flex;justify-content:space-between;align-items:center}.marker__a0a0a963.success__5917486e{background:var(--triplex-next-Marker-Background_Success-0-26-0)}.marker__a0a0a963.error__395c866b{background:var(--triplex-next-Marker-Background_Error-0-26-0)}.marker__a0a0a963.warning__1962e7d6{background:var(--triplex-next-Marker-Background_Warning-0-26-0)}.marker__a0a0a963.waiting__28f9b5c1{background:var(--triplex-next-Marker-Background_Waiting-0-26-0)}.markerStatus__b9eb84f9{line-height:0;display:flex;align-items:start}.markerStatus__b9eb84f9 .contentContainer__a2757b7b{display:flex;flex-direction:column}.markerStatus__b9eb84f9.md__f7e74fe8{gap:4px}.markerStatus__b9eb84f9.md__f7e74fe8 .markerContainer__dfb46710{margin-top:4px}.markerStatus__b9eb84f9.lg__6595c3af{gap:6px}.markerStatus__b9eb84f9.lg__6595c3af .contentContainer__a2757b7b{gap:4px}.markerStatus__b9eb84f9.lg__6595c3af .markerContainer__dfb46710{margin-top:5px}.monthYearRange__bdd8d49d{display:flex;align-items:center}.monthYearRangeButton__d1c70021{z-index:1}.separator__a87d785f{width:16px;height:16px;flex-shrink:0}.orderedListItem__72f8d15b{counter-increment:list-item-tx}.orderedListItem__72f8d15b:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__72f8d15b+.orderedListItem__72f8d15b{margin-top:8px}.orderedList__c86ac961{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__c0ace0f3{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a018bda5 .directionIconNext__bef17af2{transform:rotate(180deg)}.paginationPageEllipsis__b30db2ab{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__f06d9b72{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__f06d9b72:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-26-0);outline:none}.paginationPageButton__f06d9b72:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-26-0)}.paginationPageButton__f06d9b72:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-26-0);cursor:grabbing}.paginationPageButton__f06d9b72.currentPage__8492ca59{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-26-0);cursor:default}.paginationNavigationExtended__d6ce3372{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__6a57c49a{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__6a57c49a .paginationSelectControl__03327cde{margin-left:8px;min-width:72px}.row__a3d65833{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__a3d65833.noPaddingBottom__2a9a40e9,.row__a3d65833:last-child{padding-bottom:0}.segmentedControlSegment__70d63888{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-26-0);outline:none;cursor:pointer}.segmentedControlSegment__70d63888:disabled{cursor:default}.sm__d9791cbd .segmentedControlSegment__70d63888{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__f18ad5c3 .segmentedControlSegment__70d63888{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__10016daa .segmentedControlSegment__70d63888{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__f66d154a .segmentedControlSegment__70d63888{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-26-0)}.general1__f66d154a .segmentedControlSegment__70d63888:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-26-0)}.general1__f66d154a .segmentedControlSegment__70d63888:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-26-0)}.general1__f66d154a .segmentedControlSegment__70d63888.selected__0d07c310{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-26-0)}.general1__f66d154a .segmentedControlSegment__70d63888.selected__0d07c310:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-26-0)}.general1__f66d154a .segmentedControlSegment__70d63888.selected__0d07c310:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-26-0)}.general2__ab43a989 .segmentedControlSegment__70d63888{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-26-0)}.general2__ab43a989 .segmentedControlSegment__70d63888:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-26-0)}.general2__ab43a989 .segmentedControlSegment__70d63888:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-26-0)}.general2__ab43a989 .segmentedControlSegment__70d63888.selected__0d07c310{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-26-0)}.general2__ab43a989 .segmentedControlSegment__70d63888.selected__0d07c310:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-26-0)}.general2__ab43a989 .segmentedControlSegment__70d63888.selected__0d07c310:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-26-0)}.secondary1__c0ff9d3a .segmentedControlSegment__70d63888{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-26-0)}.secondary1__c0ff9d3a .segmentedControlSegment__70d63888:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-26-0)}.secondary1__c0ff9d3a .segmentedControlSegment__70d63888:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-26-0)}.secondary1__c0ff9d3a .segmentedControlSegment__70d63888.selected__0d07c310{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-26-0)}.secondary1__c0ff9d3a .segmentedControlSegment__70d63888.selected__0d07c310:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-26-0)}.secondary2__32395b2e .segmentedControlSegment__70d63888{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-26-0)}.secondary2__32395b2e .segmentedControlSegment__70d63888:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-26-0)}.secondary2__32395b2e .segmentedControlSegment__70d63888:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-26-0)}.secondary2__32395b2e .segmentedControlSegment__70d63888.selected__0d07c310{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-26-0)}.secondary2__32395b2e .segmentedControlSegment__70d63888.selected__0d07c310:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-26-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-26-0)}.segmentedControlSegment__70d63888:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-26-0)}.content__beb0180a{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__54058794{display:flex;gap:4px}.segmentedControl__54058794.general1__f66d154a{background:var(--triplex-next-SegmentedControl-General_1_Background-0-26-0)}.segmentedControl__54058794.secondary1__c0ff9d3a{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-26-0)}.segmentedControl__54058794.general2__ab43a989{background:var(--triplex-next-SegmentedControl-General_2_Background-0-26-0)}.segmentedControl__54058794.secondary2__32395b2e{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-26-0)}.segmentedControl__54058794.sm__d9791cbd{border-radius:6px;padding:4px}.segmentedControl__54058794.md__f18ad5c3{border-radius:8px;padding:4px}.segmentedControl__54058794.lg__10016daa{border-radius:10px;padding:8px}.skeleton__dd1ecd4a{border-radius:16px;flex-grow:1}.skeleton__dd1ecd4a.light__1afa9caf{animation:skeleton-light-pulse__5db2efed 2s ease-in-out infinite}.skeleton__dd1ecd4a.dark__f33188e0{animation:skeleton-dark-pulse__1ae3b714 2s ease-in-out infinite}@keyframes skeleton-light-pulse__5db2efed{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-26-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-26-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-26-0)}}@keyframes skeleton-dark-pulse__1ae3b714{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-26-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-26-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-26-0)}}.sliderExtendedDot__1cd2c247{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-26-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__1cd2c247:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-26-0)}.sliderExtendedDot__1cd2c247.focusedByClick__6502e6e0:focus{box-shadow:none}.sliderExtendedDot__1cd2c247:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-26-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__1cd2c247:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-26-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__1cd2c247.disabled__31e8f4bc{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-26-0)}.sliderExtendedDot__1cd2c247.disabled__31e8f4bc:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-26-0)}.sliderExtendedDot__1cd2c247.disabled__31e8f4bc:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-26-0)}.sliderExtendedDot__1cd2c247:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-26-0)}.sliderExtendedDot__1cd2c247:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-26-0)}.sliderExtendedDot__1cd2c247.dragByMouse__7aa6cd89{background:var(--triplex-next-Slider-Dot_Background_Select-0-26-0)}.sliderExtendedDot__1cd2c247.dragByMouse__7aa6cd89:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-26-0)}.sliderExtendedDot__1cd2c247:hover .sliderExtendedTooltipOverlay__4f2ca204,.sliderExtendedDot__1cd2c247:focus .sliderExtendedTooltipOverlay__4f2ca204{visibility:visible}.sliderExtendedDot__1cd2c247.lg__1747a965{width:28px;height:28px}.sliderExtendedDot__1cd2c247.lg__1747a965:after{width:10px;height:10px}.sliderExtendedDot__1cd2c247.lg__1747a965:before{width:14px;height:14px}.sliderExtendedMarks__8c83e61e{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__133ef620{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__133ef620 .sliderExtendedMarkDot__6489acb5{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-26-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__133ef620 .sliderExtendedMarkDot__6489acb5.inSelectedRange__c28a9718{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-26-0)}.sliderExtendedMark__133ef620.lg__1747a965{top:20px}.sliderExtendedMark__133ef620.lg__1747a965 .sliderExtendedMarkDot__6489acb5{top:-20px}.sliderExtendedMark__133ef620 .sliderExtendedMarkText__38904dfe{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__133ef620.disabled__31e8f4bc{pointer-events:none}.sliderExtendedMark__133ef620.disabled__31e8f4bc .sliderExtendedMarkText__38904dfe{pointer-events:none;opacity:.35}.sliderExtendedMark__133ef620.disabled__31e8f4bc .sliderExtendedMarkDot__6489acb5{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-26-0)}.sliderExtendedMark__133ef620:first-child,.sliderExtendedMark__133ef620:last-child{transform:none}.sliderExtendedMark__133ef620:first-child.reverse__cd916635 .sliderExtendedMarkDot__6489acb5{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__133ef620:first-child.reverse__cd916635 .sliderExtendedMarkText__38904dfe{margin-right:-4px}.sliderExtendedMark__133ef620:first-child:not(.reverse__cd916635) .sliderExtendedMarkDot__6489acb5{left:0;transform:translate(-50%)}.sliderExtendedMark__133ef620:first-child .sliderExtendedMarkText__38904dfe{margin-left:-4px}.sliderExtendedMark__133ef620:last-child.reverse__cd916635 .sliderExtendedMarkDot__6489acb5{left:0;transform:translate(-50%)}.sliderExtendedMark__133ef620:last-child.reverse__cd916635 .sliderExtendedMarkText__38904dfe{margin-left:-4px}.sliderExtendedMark__133ef620:last-child:not(.reverse__cd916635) .sliderExtendedMarkDot__6489acb5{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__133ef620:last-child .sliderExtendedMarkText__38904dfe{margin-right:-4px}.sliderExtendedMark__133ef620.active__c40abdb3{pointer-events:none}.sliderExtendedRail__cb7a5673{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-26-0);cursor:pointer}.sliderExtended__fc2e1215{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__fc2e1215.disabled__31e8f4bc .sliderExtendedRail__cb7a5673{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-26-0)}.sliderExtended__fc2e1215.lg__1747a965{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__292f5733{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-26-0);z-index:10}.sliderExtendedTrack__292f5733.lg__1747a965{top:12px}.sliderExtendedTrack__292f5733:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-26-0)}.sliderExtendedTrack__292f5733.focusedByClick__6502e6e0:focus{box-shadow:none}.sliderExtendedTrack__292f5733.hoverOrDragByMouse__288f8fb9{background:var(--triplex-next-Slider-Track_Background_Hover-0-26-0)}.sliderExtendedTrack__292f5733.staticSlider__263847c1{cursor:default;pointer-events:none}.sliderExtendedTrack__292f5733.disabled__31e8f4bc{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-26-0)}.sliderExtendedTooltipOverlay__4f2ca204{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__4f2ca204.lg__1747a965{bottom:32px}.sliderExtendedTooltipOverlay__4f2ca204 .tooltipBody__ee9a667c{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-26-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-26-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__4f2ca204 .tooltipTip__7c9f3aa0{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-26-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__4f2ca204 .tooltipTip__7c9f3aa0{margin:-.5px}}.smsField__2fcf4da8{display:inline-block;position:relative;width:100%}.smsField__2fcf4da8 .input__8c0421e9{text-align:center}.smsField__2fcf4da8 .input__8c0421e9::placeholder{opacity:1}.smsField__2fcf4da8 .input__8c0421e9:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-26-0)}.smsField__2fcf4da8 .input__8c0421e9.lg__67cedfe9{padding:18px 40px}.smsField__2fcf4da8 .input__8c0421e9.md__d35313ad{padding-left:26px;padding-right:26px}.smsField__2fcf4da8 .input__8c0421e9.sm__5a2f1d53{padding-left:20px;padding-right:20px}.smsField__2fcf4da8 .btnRefresh__e2a57530{position:absolute;outline:none;z-index:1}.smsField__2fcf4da8 .btnRefresh__e2a57530.lg__67cedfe9{top:12px;left:12px;height:32px;width:32px}.smsField__2fcf4da8 .btnRefresh__e2a57530.md__d35313ad{top:10px;left:10px}.smsField__2fcf4da8 .btnRefresh__e2a57530.sm__5a2f1d53{top:4px;left:4px}.smsField__2fcf4da8 .btnRefresh__e2a57530 .full__7b4173c2{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-26-0)}.smsField__2fcf4da8 .btnRefresh__e2a57530 .empty__c066f09a{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-26-0)}.smsField__2fcf4da8 .btnRefresh__e2a57530:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-26-0)}.smsField__2fcf4da8 .btnSubmit__2f532265{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-26-0)}.smsField__2fcf4da8 .btnSubmit__2f532265.active__0b85731e:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-26-0)}.smsField__2fcf4da8 .btnSubmit__2f532265.active__0b85731e:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-26-0)}.smsField__2fcf4da8 .btnSubmit__2f532265.lg__67cedfe9{top:15px;right:15px;height:26px;width:26px}.smsField__2fcf4da8 .btnSubmit__2f532265.md__d35313ad{top:10px;right:10px}.smsField__2fcf4da8 .btnSubmit__2f532265.sm__5a2f1d53{top:4px;right:4px}.spoiler__0140d3c4{display:flex;flex-direction:column}.spoiler__0140d3c4.opened__82117739 .caretIcon__551a44d0{transform:rotate(-180deg)}.spoiler__0140d3c4 .head__0922c4f3 .caretIcon__551a44d0{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__0140d3c4 .head__0922c4f3 button>span{white-space:normal;text-align:left}.spoiler__0140d3c4 .content__7cc4da6b.hidden__e8c33007{display:none}.spoiler__0140d3c4 .lg__a4a4177c .content__7cc4da6b{margin-top:8px}.spoiler__0140d3c4 .md__382c5ff3 .content__7cc4da6b{margin-top:0}.spoiler__0140d3c4 .sm__fa4d9d90 .content__7cc4da6b{margin-top:-4px}.statusTrackerWrapper__95d08d0c{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-26-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-26-0);overflow:hidden;height:100%}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852.verticalAlignMiddle__bf65e3c1{align-self:center}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852.verticalAlignBottom__e2c499b8{align-self:end}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerChild__87712cb5{padding:8px 0}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerChild__87712cb5:empty{padding:0}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerSum__3a155f62,.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerTitle__bb3e09ca{padding-bottom:4px}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerDescription__f7d7c08e{display:block;padding-top:8px}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerAlert__014449b9{margin-top:12px;text-align:left}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerStatus__1edb1466{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerFooterWrapper__ba62095f{display:grid}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerFooterWrapper__ba62095f .statusTrackerDescription__f7d7c08e:last-child{padding-top:0}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerFooterWrapper__ba62095f .statusTrackerButton__5493efb0{margin-bottom:12px}.statusTrackerWrapper__95d08d0c .statusTracker__4694f852 .statusTrackerFooterWrapper__ba62095f .statusTrackerButton__5493efb0:last-child{margin-bottom:0}.statusTrackerWrapper__95d08d0c .statusTrackerColor__fc3323ef{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__95d08d0c .statusTrackerColor__fc3323ef.waiting__54e6b1ab{background:var(--triplex-next-StatusTracker-Waiting_Color-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerColor__fc3323ef.warning__da1d2207{background:var(--triplex-next-StatusTracker-Warning_Background-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerColor__fc3323ef.rejected__f2316762{background:var(--triplex-next-StatusTracker-Rejected_Color-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerColor__fc3323ef.approved__cca67b67{background:var(--triplex-next-StatusTracker-Approved_Color-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerBackground__c4d9b7d4{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__95d08d0c .statusTrackerBackground__c4d9b7d4.waiting__54e6b1ab{background:var(--triplex-next-StatusTracker-Waiting_Background-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerBackground__c4d9b7d4.warning__da1d2207{background:var(--triplex-next-StatusTracker-Warning_Background-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerBackground__c4d9b7d4.rejected__f2316762{background:var(--triplex-next-StatusTracker-Rejected_Background-0-26-0)}.statusTrackerWrapper__95d08d0c .statusTrackerBackground__c4d9b7d4.approved__cca67b67{background:var(--triplex-next-StatusTracker-Approved_Background-0-26-0)}@media (max-width: 767px){.statusTrackerWrapper__95d08d0c{border-radius:16px}}.stepperStep__e8fec02d{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__e8fec02d+.stepperStep__e8fec02d{margin-left:12px}.stepperStep__e8fec02d.sm__ab4f2b90{font-size:12px;line-height:16px}.stepperStep__e8fec02d.sm__ab4f2b90:not(:last-child) .content__d0e1b732{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__e8fec02d.sm__ab4f2b90:last-child .content__d0e1b732{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__e8fec02d.sm__ab4f2b90:last-child .arrow__71c2e84d{display:none}.stepperStep__e8fec02d.md__44a9f41d{font-size:14px;line-height:20px}.stepperStep__e8fec02d.md__44a9f41d:not(:last-child) .content__d0e1b732{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e8fec02d.md__44a9f41d:last-child .content__d0e1b732{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__e8fec02d.md__44a9f41d:last-child .arrow__71c2e84d{display:none}.stepperStep__e8fec02d.lg__5c1b81b3{font-size:16px;line-height:20px}.stepperStep__e8fec02d.lg__5c1b81b3:not(:last-child) .content__d0e1b732{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e8fec02d.lg__5c1b81b3:last-child .content__d0e1b732{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__e8fec02d.lg__5c1b81b3:last-child .arrow__71c2e84d{display:none}.stepperStep__e8fec02d:hover:not(.active__98c00c99):not(.disabled__829776d5) .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-26-0)}.stepperStep__e8fec02d:hover:not(.active__98c00c99):not(.disabled__829776d5) .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-26-0)}.stepperStep__e8fec02d:hover:not(.active__98c00c99):not(.disabled__829776d5) .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-26-0)}.stepperStep__e8fec02d.active__98c00c99{cursor:default}.stepperStep__e8fec02d.active__98c00c99 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-26-0)}.stepperStep__e8fec02d.active__98c00c99 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-26-0)}.stepperStep__e8fec02d.active__98c00c99.error__1fb8f174 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.active__98c00c99.error__1fb8f174 .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.active__98c00c99.error__1fb8f174 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-26-0)}.stepperStep__e8fec02d.active__98c00c99.warning__27976269 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.active__98c00c99.warning__27976269 .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.active__98c00c99.warning__27976269 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.error__1fb8f174 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.error__1fb8f174 .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.error__1fb8f174 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.error__1fb8f174:hover .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.error__1fb8f174:hover .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.error__1fb8f174:hover .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.warning__27976269 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.warning__27976269 .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.warning__27976269 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.warning__27976269:hover .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.warning__27976269:hover .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0)}.stepperStep__e8fec02d.completed__d21ceedb.warning__27976269:hover .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c :not(.error__1fb8f174):not(.warning__27976269) .content__d0e1b732{color:var(--triplex-next-Stepper-Step_Color_Default-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c :not(.error__1fb8f174):not(.warning__27976269):hover .content__d0e1b732{color:var(--triplex-next-Stepper-Step_Color_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.error__1fb8f174 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.error__1fb8f174 .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.error__1fb8f174 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.error__1fb8f174:hover .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.error__1fb8f174:hover .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.error__1fb8f174:hover .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.warning__27976269 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.warning__27976269 .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.warning__27976269 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.warning__27976269:hover .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.warning__27976269:hover .arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0)}.stepperStep__e8fec02d.inactive__8887181c.warning__27976269:hover .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-26-0)}.stepperStep__e8fec02d.disabled__829776d5{pointer-events:none}.stepperStep__e8fec02d.disabled__829776d5 .content__d0e1b732{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-26-0)}.stepperStep__e8fec02d.disabled__829776d5 .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-26-0)}.stepperStep__e8fec02d.disabled__829776d5 .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-26-0)}.stepperStep__e8fec02d.focusVisible__61c63c4f.completed__d21ceedb .content__d0e1b732,.stepperStep__e8fec02d.focusVisible__61c63c4f.active__98c00c99 .content__d0e1b732,.stepperStep__e8fec02d.focusVisible__61c63c4f.inactive__8887181c .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-26-0)}.stepperStep__e8fec02d.focusVisible__61c63c4f.completed__d21ceedb .arrow__71c2e84d path:last-child,.stepperStep__e8fec02d.focusVisible__61c63c4f.active__98c00c99 .arrow__71c2e84d path:last-child,.stepperStep__e8fec02d.focusVisible__61c63c4f.inactive__8887181c .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-26-0)}.stepperStep__e8fec02d.focusVisible__61c63c4f.completed__d21ceedb:hover .content__d0e1b732,.stepperStep__e8fec02d.focusVisible__61c63c4f.active__98c00c99:hover .content__d0e1b732,.stepperStep__e8fec02d.focusVisible__61c63c4f.inactive__8887181c:hover .content__d0e1b732{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-26-0)}.stepperStep__e8fec02d.focusVisible__61c63c4f.completed__d21ceedb:hover .arrow__71c2e84d path:last-child,.stepperStep__e8fec02d.focusVisible__61c63c4f.active__98c00c99:hover .arrow__71c2e84d path:last-child,.stepperStep__e8fec02d.focusVisible__61c63c4f.inactive__8887181c:hover .arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-26-0)}.content__d0e1b732{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-26-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-26-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-26-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__71c2e84d{transform:translate(0)}.arrow__71c2e84d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-26-0)}.arrow__71c2e84d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-26-0)}.icon__c0cef043{display:inline-flex;align-items:center;line-height:0}.nonempty__29bf407a .icon__c0cef043{margin-right:6px}.stepperExtended__bd635652{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__648bd8a8{position:relative}.stepperCarousel__648bd8a8:hover .stepperButtonWrapper__ec47b674{opacity:1;pointer-events:auto}.stepperButtonWrapper__ec47b674{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__ec47b674.prev__bc9c96fd{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-26-0)}.stepperButtonWrapper__ec47b674.next__887436bc{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-26-0)}.stepperButton__88a9e2ce.sm__ab4f2b90{height:28px;width:28px}.stepperButton__88a9e2ce.md__44a9f41d{height:40px;width:40px}.stepperButton__88a9e2ce.lg__5c1b81b3{height:56px;width:56px}@media (max-width: 767px){.stepperButtonWrapper__ec47b674{display:none}}.suggestFieldMobileBody__0be275d7{height:176px}.suggestFieldMobileDropdownHint__2abeb306{padding:16px}.noColumns__f25346b4{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__f25346b4>.content__e533fa37{width:456px;text-align:center}.filterPanel__93dde949{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__2afc9839{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__2afc9839>a:not(:first-child){margin-left:16px}.tabsLinePanel__7b5cbcd5{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__a18c3b77{0%{opacity:0}to{opacity:1}}.tableBasic__7c1ce4a7{position:relative}.tableBasic__7c1ce4a7 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__7c1ce4a7 table th.alignLeft__612a5144,.tableBasic__7c1ce4a7 table td.alignLeft__612a5144{text-align:left}.tableBasic__7c1ce4a7 table th.alignRight__d78ceef1,.tableBasic__7c1ce4a7 table td.alignRight__d78ceef1{text-align:right}.tableBasic__7c1ce4a7 table th.alignCenter__7114bd82,.tableBasic__7c1ce4a7 table td.alignCenter__7114bd82{text-align:center}.tableBasic__7c1ce4a7 table th.verticalAlignBaseline__2242b731,.tableBasic__7c1ce4a7 table td.verticalAlignBaseline__2242b731{vertical-align:baseline}.tableBasic__7c1ce4a7 table th.verticalAlignSub__c4baed65,.tableBasic__7c1ce4a7 table td.verticalAlignSub__c4baed65{vertical-align:sub}.tableBasic__7c1ce4a7 table th.verticalAlignSuper__6a35071a,.tableBasic__7c1ce4a7 table td.verticalAlignSuper__6a35071a{vertical-align:super}.tableBasic__7c1ce4a7 table th.verticalAlignTextTop__e79ef373,.tableBasic__7c1ce4a7 table td.verticalAlignTextTop__e79ef373{vertical-align:text-top}.tableBasic__7c1ce4a7 table th.verticalAlignTextBottom__11283204,.tableBasic__7c1ce4a7 table td.verticalAlignTextBottom__11283204{vertical-align:text-bottom}.tableBasic__7c1ce4a7 table th.verticalAlignMiddle__6183f4e2,.tableBasic__7c1ce4a7 table td.verticalAlignMiddle__6183f4e2{vertical-align:middle}.tableBasic__7c1ce4a7 table th.verticalAlignTop__aaa91f99,.tableBasic__7c1ce4a7 table td.verticalAlignTop__aaa91f99{vertical-align:top}.tableBasic__7c1ce4a7 table th.verticalAlignBottom__0792606f,.tableBasic__7c1ce4a7 table td.verticalAlignBottom__0792606f{vertical-align:bottom}.tableBasic__7c1ce4a7 table>thead>tr{height:48px}.tableBasic__7c1ce4a7 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-26-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-26-0)}.tableBasic__7c1ce4a7 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__7c1ce4a7 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__7c1ce4a7 table>thead>tr>th.checkboxType__d951afc5{padding:16px 12px}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe.order__3875be07{cursor:pointer}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe.order__3875be07 .orderButton__7edf5bdc{display:flex;visibility:hidden;align-items:center}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe.order__3875be07 .orderButton__7edf5bdc.alignLeft__612a5144{margin-right:8px}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe.order__3875be07 .orderButton__7edf5bdc.alignRight__d78ceef1{margin-left:8px}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe.order__3875be07 .orderButton__7edf5bdc.sorted__0355d2d4{visibility:visible}.tableBasic__7c1ce4a7 table>thead>tr>th .thBlock__6c8530fe.order__3875be07:hover .orderButton__7edf5bdc{visibility:visible}.tableBasic__7c1ce4a7 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-26-0)}.tableBasic__7c1ce4a7 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__7c1ce4a7 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__7c1ce4a7 table>tbody>tr>td.textType__8962c0b5{padding:12px}.tableBasic__7c1ce4a7 table>tbody>tr>td.componentsType__c0b96b89{padding:8px 12px}.tableBasic__7c1ce4a7 table>tbody>tr>td.checkboxType__d951afc5{padding:10px 12px 12px}.tableBasic__7c1ce4a7 table>tbody>tr.selected__82154cb5>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-26-0)}.tableBasic__7c1ce4a7 table>tbody.clickable__d2782961>tr{cursor:pointer}.tableBasic__7c1ce4a7 table>tbody.hoverable__e181a7bf>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-26-0)}.tableBasic__7c1ce4a7 .footerEmptyData__81654676{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__7c1ce4a7 .spinnerWrapper__95d995ad{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__7c1ce4a7 .spinnerWrapper__95d995ad .tableLoaderScreen__2350851c{border-radius:8px 8px 0 0}.tableBasic__7c1ce4a7 .overlayCover__212b544e{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-26-0);animation:fadeIn__a18c3b77 .3s}.tableBasicSettingsBody__cc060aef{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__bfb3b669{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-26-0)!important}.columnSettingsSortableListItemTarget__bfb3b669:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-26-0)!important}.columnSettingsSortableListItemTarget__bfb3b669.dragging__bbe81e28{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-26-0)!important}.columnSettingsStaticListItem__a9423f53{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-26-0)}.tableBasicSettingsFooter__f7262844{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-26-0);padding:11px 12px 12px}.tableBasicSettingsHeader__9d283429{padding:16px 12px 12px}.tableSettingsLink__241c1b78{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__b8686827{width:320px}.tableFooterWrapper__93c67bad{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__93c67bad .tableFooterShadow__62ee012c{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-26-0);pointer-events:none}.tableFooterWrapper__93c67bad .tableFooter__970ab20f{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-26-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0{display:flex;align-items:center}.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummarySelectedCount__b7b1104e,.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummarySelectAllButton__9937e9a1,.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummaryAmount__752c81ed{display:inline-flex}.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummarySelectedCount__b7b1104e,.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummarySelectAllButton__9937e9a1,.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummaryAmount__752c81ed,.tableFooterWrapper__93c67bad .tableFooter__970ab20f .tableFooterSummary__778c93e0 .tableFooterSummaryLabel__9f3acb63{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__93c67bad{height:112px}}.paginationPanel__3e70d232{margin-top:16px}.masterTable__f00d9505,.tabsExtended__89657d3c{position:relative}.tabsExtendedContent__f7c209c9{display:inline-flex}.tabsExtendedContent__f7c209c9.sm__3b9b3f92{border-radius:6px;padding:4px}.tabsExtendedContent__f7c209c9.md__adbfb9da{border-radius:8px;padding:4px}.tabsExtendedContent__f7c209c9.lg__e3d17d78{border-radius:10px;padding:8px}.tabsExtendedTab__0295d91e{display:flex}.tabsExtendedTab__0295d91e+.tabsExtendedTab__0295d91e,.tabsExtendedDropdown__6ad86fe0{margin-left:4px}.tabsReal__cad0aa35,.tabsFake__c4e6006a{display:flex;box-sizing:border-box;width:100%}.tabsReal__cad0aa35.hidden__55b01c70{visibility:hidden}.tabsReal__cad0aa35 .tabsExtendedTab__0295d91e.hidden__55b01c70{display:none}.tabsFake__c4e6006a{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__66a8d71f .tabsExtendedContent__f7c209c9{background-color:var(--triplex-next-Tabs-Type1_Background-0-26-0)}.type2__c9bde14e .tabsExtendedContent__f7c209c9{background-color:var(--triplex-next-Tabs-Type2_Background-0-26-0)}.tabsExtendedTabButton__5714d3ab{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-26-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__5714d3ab .notificationIcon__3619bca0{position:absolute}.tabsExtendedTabButton__5714d3ab.lg__e3d17d78{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__5714d3ab.lg__e3d17d78 .notificationIcon__3619bca0{right:6px;top:6px}.tabsExtendedTabButton__5714d3ab.md__adbfb9da{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__5714d3ab.md__adbfb9da .notificationIcon__3619bca0{right:4px;top:4px}.tabsExtendedTabButton__5714d3ab.sm__3b9b3f92{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__5714d3ab.sm__3b9b3f92 .notificationIcon__3619bca0{right:3px;top:3px}.tabsExtendedTabButton__5714d3ab .tabsExtendedTabButtonTextDefault__f3a75e24{display:block}.tabsExtendedTabButton__5714d3ab .tabsExtendedTabButtonTextHover__2d2b07d6,.tabsExtendedTabButton__5714d3ab:hover .tabsExtendedTabButtonTextDefault__f3a75e24,.tabsExtendedTabButton__5714d3ab.selected__19b2a69c .tabsExtendedTabButtonTextDefault__f3a75e24{display:none}.tabsExtendedTabButton__5714d3ab:hover .tabsExtendedTabButtonTextHover__2d2b07d6,.tabsExtendedTabButton__5714d3ab.selected__19b2a69c .tabsExtendedTabButtonTextHover__2d2b07d6{display:block}.tabsExtendedTabButton__5714d3ab::-moz-focus-inner{border:none}.tabsExtendedTabButton__5714d3ab+.tabsExtendedTabButton__5714d3ab{margin-left:2px}.tabsExtendedTabButton__5714d3ab:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-26-0)}.tabsExtendedTabButton__5714d3ab.type1__66a8d71f{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-26-0)}.tabsExtendedTabButton__5714d3ab.type1__66a8d71f.selected__19b2a69c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-26-0)}.tabsExtendedTabButton__5714d3ab.type1__66a8d71f:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-26-0)}.tabsExtendedTabButton__5714d3ab.type2__c9bde14e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-26-0)}.tabsExtendedTabButton__5714d3ab.type2__c9bde14e.selected__19b2a69c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-26-0)}.tabsExtendedTabButton__5714d3ab.type2__c9bde14e:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-26-0)}.tabsContent__691058b4 .tabButtonDropdown__f4e76ba2{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__691058b4 .tabButtonDropdown__f4e76ba2.sm__78c85d72{min-width:20px;min-height:20px;height:20px}.tabsContent__691058b4 .tabButtonDropdown__f4e76ba2.md__88186a73{min-width:32px;min-height:32px;height:32px}.tabsContent__691058b4 .tabButtonDropdown__f4e76ba2.lg__c10596f2{min-width:40px;min-height:40px;height:40px}.tag__6d82a31a{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-26-0);border-radius:4px;gap:2px}.tag__6d82a31a.sm__f7754786{height:20px;padding:2px 4px 2px 6px}.tag__6d82a31a.md__7dbfa628{height:28px;padding:4px 6px 4px 8px}.tag__6d82a31a.lg__caabdd5a{height:32px;padding:6px 8px 6px 10px}.content__a8a368f2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__445a0040{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__445a0040.sm__3dbde2f1{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__445a0040.md__d4b79913{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__445a0040.lg__e03d1d41{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__445a0040.default__4ea7951a{background:var(--triplex-next-TagColor-Background_Default-0-26-0)}.tagColor__445a0040.success__20cc8af6{background:var(--triplex-next-TagColor-Background_Success-0-26-0)}.tagColor__445a0040.info__d86caac8{background:var(--triplex-next-TagColor-Background_Info-0-26-0)}.tagColor__445a0040.warning__49d4ccf8{background:var(--triplex-next-TagColor-Background_Warning-0-26-0)}.tagColor__445a0040.error__bb47b8aa{background:var(--triplex-next-TagColor-Background_Error-0-26-0)}.content__6fde4384{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-26-0)}.tagGroup__d86058e9.sm__f6de8486{margin:-2px}.tagGroup__d86058e9.sm__f6de8486>*{margin:2px}.tagGroup__d86058e9.md__47d96fdf{margin:-4px}.tagGroup__d86058e9.md__47d96fdf>*{margin:4px}.tagGroup__d86058e9.lg__5060fbfc{margin:-6px}.tagGroup__d86058e9.lg__5060fbfc>*{margin:6px}.uploadZone__ba88996f{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-26-0)}.uploadZone__ba88996f:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-26-0)}.uploadZoneDragArea__7bc127d1{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-26-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__b9015d9a{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-26-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-26-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-26-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__a7a8f605{display:none}@media (max-width: 767px){.uploadZone__ba88996f,.uploadZone__ba88996f:hover{background:none}.uploadZoneDragArea__7bc127d1{display:none}}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-28-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-28-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-28-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-28-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-28-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-28-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-28-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-28-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-28-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-28-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-95-0-28-0: #C5FAF1;
|
|
12
|
+
--triplex-next-ColorBrand-100-0-28-0: #E3FFFA;
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-28-0: rgba(31, 31, 34, 1);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-28-0: rgba(31, 31, 34, .95);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-28-0: rgba(31, 31, 34, .85);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-28-0: rgba(31, 31, 34, .75);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-28-0: rgba(31, 31, 34, .65);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-28-0: rgba(31, 31, 34, .55);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-28-0: rgba(31, 31, 34, .45);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-28-0: rgba(31, 31, 34, .35);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-28-0: rgba(31, 31, 34, .25);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-28-0: rgba(31, 31, 34, .15);
|
|
23
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-28-0: rgba(31, 31, 34, .05);
|
|
24
|
+
--triplex-next-ColorDarkNeutral-0-0-28-0: #000000;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-10-0-28-0: #171719;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-20-0-28-0: #1B1B1D;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-30-0-28-0: #1F1F22;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-40-0-28-0: #262629;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-50-0-28-0: #2D2D30;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-60-0-28-0: #343437;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-70-0-28-0: #3B3B3E;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-80-0-28-0: #424245;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-90-0-28-0: #49494C;
|
|
34
|
+
--triplex-next-ColorDarkNeutral-100-0-28-0: #4F4F52;
|
|
35
|
+
--triplex-next-ColorError-0-0-28-0: #443139;
|
|
36
|
+
--triplex-next-ColorError-10-0-28-0: #4E3741;
|
|
37
|
+
--triplex-next-ColorError-20-0-28-0: #A90024;
|
|
38
|
+
--triplex-next-ColorError-30-0-28-0: #BD002C;
|
|
39
|
+
--triplex-next-ColorError-40-0-28-0: #D10032;
|
|
40
|
+
--triplex-next-ColorError-50-0-28-0: #E60037;
|
|
41
|
+
--triplex-next-ColorError-60-0-28-0: #F80C45;
|
|
42
|
+
--triplex-next-ColorError-70-0-28-0: #FF5571;
|
|
43
|
+
--triplex-next-ColorError-80-0-28-0: #FFB1C1;
|
|
44
|
+
--triplex-next-ColorError-90-0-28-0: #FCE0E6;
|
|
45
|
+
--triplex-next-ColorError-100-0-28-0: #FFF0F3;
|
|
46
|
+
--triplex-next-ColorInfo-0-0-28-0: #313749;
|
|
47
|
+
--triplex-next-ColorInfo-10-0-28-0: #2E3A52;
|
|
48
|
+
--triplex-next-ColorInfo-20-0-28-0: #0A43B0;
|
|
49
|
+
--triplex-next-ColorInfo-30-0-28-0: #124FC2;
|
|
50
|
+
--triplex-next-ColorInfo-40-0-28-0: #0E57CC;
|
|
51
|
+
--triplex-next-ColorInfo-50-0-28-0: #1371E4;
|
|
52
|
+
--triplex-next-ColorInfo-60-0-28-0: #1297FE;
|
|
53
|
+
--triplex-next-ColorInfo-70-0-28-0: #66BEFF;
|
|
54
|
+
--triplex-next-ColorInfo-80-0-28-0: #8DD2FF;
|
|
55
|
+
--triplex-next-ColorInfo-90-0-28-0: #B8E6FF;
|
|
56
|
+
--triplex-next-ColorInfo-100-0-28-0: #E3F6FF;
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-0-0-28-0: rgba(255, 255, 255, 1);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-10-0-28-0: rgba(255, 255, 255, .95);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-20-0-28-0: rgba(255, 255, 255, .85);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-30-0-28-0: rgba(255, 255, 255, .75);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-40-0-28-0: rgba(255, 255, 255, .65);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-50-0-28-0: rgba(255, 255, 255, .55);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-60-0-28-0: rgba(255, 255, 255, .45);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-70-0-28-0: rgba(255, 255, 255, .35);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-80-0-28-0: rgba(255, 255, 255, .25);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-90-0-28-0: rgba(255, 255, 255, .15);
|
|
67
|
+
--triplex-next-ColorNeutralAlpha-100-0-28-0: rgba(255, 255, 255, .05);
|
|
68
|
+
--triplex-next-ColorNeutral-0-0-28-0: #CBCFD7;
|
|
69
|
+
--triplex-next-ColorNeutral-10-0-28-0: #D1D4DC;
|
|
70
|
+
--triplex-next-ColorNeutral-20-0-28-0: #D6D9E0;
|
|
71
|
+
--triplex-next-ColorNeutral-30-0-28-0: #DCDFE4;
|
|
72
|
+
--triplex-next-ColorNeutral-40-0-28-0: #DFE2E7;
|
|
73
|
+
--triplex-next-ColorNeutral-50-0-28-0: #E3E6EA;
|
|
74
|
+
--triplex-next-ColorNeutral-60-0-28-0: #E7E9EE;
|
|
75
|
+
--triplex-next-ColorNeutral-70-0-28-0: #EAEDF1;
|
|
76
|
+
--triplex-next-ColorNeutral-80-0-28-0: #EEF0F4;
|
|
77
|
+
--triplex-next-ColorNeutral-90-0-28-0: #F2F4F7;
|
|
78
|
+
--triplex-next-ColorNeutral-100-0-28-0: #FFFFFF;
|
|
79
|
+
--triplex-next-ColorSuccess-0-0-28-0: #28433E;
|
|
80
|
+
--triplex-next-ColorSuccess-10-0-28-0: #2A4C45;
|
|
81
|
+
--triplex-next-ColorSuccess-20-0-28-0: #00624C;
|
|
82
|
+
--triplex-next-ColorSuccess-30-0-28-0: #007353;
|
|
83
|
+
--triplex-next-ColorSuccess-40-0-28-0: #008B5C;
|
|
84
|
+
--triplex-next-ColorSuccess-50-0-28-0: #00C075;
|
|
85
|
+
--triplex-next-ColorSuccess-60-0-28-0: #00D67D;
|
|
86
|
+
--triplex-next-ColorSuccess-70-0-28-0: #3AF299;
|
|
87
|
+
--triplex-next-ColorSuccess-80-0-28-0: #8AFFB8;
|
|
88
|
+
--triplex-next-ColorSuccess-90-0-28-0: #B8FFD4;
|
|
89
|
+
--triplex-next-ColorSuccess-100-0-28-0: #E1FFEB;
|
|
90
|
+
--triplex-next-ColorSystem-0-0-28-0: #373C49;
|
|
91
|
+
--triplex-next-ColorSystem-10-0-28-0: #384156;
|
|
92
|
+
--triplex-next-ColorSystem-20-0-28-0: #47526D;
|
|
93
|
+
--triplex-next-ColorSystem-30-0-28-0: #57637F;
|
|
94
|
+
--triplex-next-ColorSystem-40-0-28-0: #697591;
|
|
95
|
+
--triplex-next-ColorSystem-50-0-28-0: #8291B3;
|
|
96
|
+
--triplex-next-ColorSystem-60-0-28-0: #95A3C1;
|
|
97
|
+
--triplex-next-ColorSystem-70-0-28-0: #A9B6D0;
|
|
98
|
+
--triplex-next-ColorSystem-80-0-28-0: #BFCADF;
|
|
99
|
+
--triplex-next-ColorSystem-90-0-28-0: #D6DEED;
|
|
100
|
+
--triplex-next-ColorSystem-95-0-28-0: #E0E8F4;
|
|
101
|
+
--triplex-next-ColorSystem-100-0-28-0: #EEF3FC;
|
|
102
|
+
--triplex-next-ColorWarning-0-0-28-0: #463734;
|
|
103
|
+
--triplex-next-ColorWarning-10-0-28-0: #4F3E3B;
|
|
104
|
+
--triplex-next-ColorWarning-20-0-28-0: #E03400;
|
|
105
|
+
--triplex-next-ColorWarning-30-0-28-0: #E63D00;
|
|
106
|
+
--triplex-next-ColorWarning-40-0-28-0: #EF4C01;
|
|
107
|
+
--triplex-next-ColorWarning-50-0-28-0: #FD6508;
|
|
108
|
+
--triplex-next-ColorWarning-60-0-28-0: #FF7A17;
|
|
109
|
+
--triplex-next-ColorWarning-70-0-28-0: #FFB13B;
|
|
110
|
+
--triplex-next-ColorWarning-80-0-28-0: #FFD169;
|
|
111
|
+
--triplex-next-ColorWarning-90-0-28-0: #FCEAC7;
|
|
112
|
+
--triplex-next-ColorWarning-100-0-28-0: #FFF4DB;
|
|
113
|
+
--triplex-next-AlertContext-Error_Color-0-28-0: #D10032;
|
|
114
|
+
--triplex-next-AlertContext-Info_Color-0-28-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertContext-System_Color-0-28-0: rgba(31, 31, 34, 1);
|
|
116
|
+
--triplex-next-AlertContext-Warning_Color-0-28-0: rgba(31, 31, 34, 1);
|
|
117
|
+
--triplex-next-AlertProcess-Info_Background-0-28-0: #E3F6FF;
|
|
118
|
+
--triplex-next-AlertProcess-Warning_Background-0-28-0: #FFF4DB;
|
|
119
|
+
--triplex-next-AlertProcess-Error_Background-0-28-0: #FFF0F3;
|
|
120
|
+
--triplex-next-AlertProcess-System_Background-0-28-0: #E0E8F4;
|
|
121
|
+
--triplex-next-AlertProcess-Feature_Background-0-28-0: #E3FFFA;
|
|
122
|
+
--triplex-next-Avatar-Background-0-28-0: #E3E6EA;
|
|
123
|
+
--triplex-next-Badge-Background-0-28-0: #FFB13B;
|
|
124
|
+
--triplex-next-Button-General_Background_Active-0-28-0: #007777;
|
|
125
|
+
--triplex-next-Button-General_Background_Default-0-28-0: #21A19A;
|
|
126
|
+
--triplex-next-Button-General_Background_Disabled-0-28-0: #F2F4F7;
|
|
127
|
+
--triplex-next-Button-General_Background_Hover-0-28-0: #19BDB0;
|
|
128
|
+
--triplex-next-Button-General_Color_Active-0-28-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Color_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
131
|
+
--triplex-next-Button-General_Color_Hover-0-28-0: rgba(255, 255, 255, 1);
|
|
132
|
+
--triplex-next-Button-General_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Active-0-28-0: #DCDFE4;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Default-0-28-0: #F2F4F7;
|
|
135
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-28-0: #F2F4F7;
|
|
136
|
+
--triplex-next-Button-Secondary_Background_Hover-0-28-0: #EAEDF1;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Active-0-28-0: #007777;
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Default-0-28-0: #008985;
|
|
139
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
140
|
+
--triplex-next-Button-Secondary_Color_Hover-0-28-0: #21A19A;
|
|
141
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-28-0: #DFE2E7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-28-0: #FFFFFF;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-28-0: #F2F4F7;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-28-0: #EEF0F4;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-28-0: #007777;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-28-0: #008985;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
149
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-28-0: #21A19A;
|
|
150
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Active-0-28-0: #BD002C;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Default-0-28-0: #E60037;
|
|
153
|
+
--triplex-next-Button-Danger_Background_Disabled-0-28-0: #F2F4F7;
|
|
154
|
+
--triplex-next-Button-Danger_Background_Hover-0-28-0: #F80C45;
|
|
155
|
+
--triplex-next-Button-Danger_Color_Active-0-28-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
158
|
+
--triplex-next-Button-Danger_Color_Hover-0-28-0: rgba(255, 255, 255, 1);
|
|
159
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
160
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169;
|
|
161
|
+
--triplex-next-Button-Link_Color_Active-0-28-0: #007777;
|
|
162
|
+
--triplex-next-Button-Link_Color_Default-0-28-0: #008985;
|
|
163
|
+
--triplex-next-Button-Link_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
164
|
+
--triplex-next-Button-Link_Color_Hover-0-28-0: #21A19A;
|
|
165
|
+
--triplex-next-Button-Link_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
166
|
+
--triplex-next-Calendar-Background_Shadow-0-28-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
167
|
+
--triplex-next-Calendar-View_Header_Color-0-28-0: rgba(31, 31, 34, .55);
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-28-0: none;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-28-0: #19BDB0;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-28-0: #21A19A;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-28-0: #007777;
|
|
172
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-28-0: #E3FFFA;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-28-0: #A8F5E9;
|
|
174
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-28-0: transparent;
|
|
175
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-28-0: #FFD169;
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-28-0: rgba(31, 31, 34, 1);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-28-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-28-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-28-0: rgba(255, 255, 255, 1);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-28-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-28-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-28-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-28-0: rgba(31, 31, 34, .35);
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-28-0: rgba(31, 31, 34, .35);
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-28-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-28-0: #00C075;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-28-0: #00C075;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-28-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-28-0: #FD6508;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-28-0: #FD6508;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-28-0: #E60037;
|
|
193
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-28-0: #E60037;
|
|
194
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-28-0: #E60037;
|
|
195
|
+
--triplex-next-Card-Static_General_Background-0-28-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Static_Secondary_Background-0-28-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background-0-28-0: #FFFFFF;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Hover-0-28-0: #FFFFFF;
|
|
199
|
+
--triplex-next-Card-Action_General_Background_Selected-0-28-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-28-0: #F2F4F7;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background-0-28-0: #F2F4F7;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-28-0: #EAEDF1;
|
|
203
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-28-0: #E3E6EA;
|
|
204
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-28-0: #DCDFE4;
|
|
205
|
+
--triplex-next-Card-Shadow_Default-0-28-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
206
|
+
--triplex-next-Card-Shadow_Focus-0-28-0: inset 0 0 0 1px #FFD169;
|
|
207
|
+
--triplex-next-Card-Shadow_Hover-0-28-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
208
|
+
--triplex-next-Card-Shadow_Selected-0-28-0: inset 0 0 0 1px #21A19A;
|
|
209
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-28-0: inset 0 0 0 1px #19BDB0;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-28-0: #21A19A;
|
|
211
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-28-0: #EAEDF1;
|
|
212
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-28-0: #007777;
|
|
213
|
+
--triplex-next-Checkbox-Background_Default-0-28-0: #F2F4F7;
|
|
214
|
+
--triplex-next-Checkbox-Background_Disabled-0-28-0: #F2F4F7;
|
|
215
|
+
--triplex-next-Checkbox-Background_Hover-0-28-0: #19BDB0;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Default-0-28-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-28-0: 0 0 0 1px #E3E6EA inset;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-28-0: none;
|
|
220
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-28-0: none;
|
|
221
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-28-0: none;
|
|
222
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
223
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
224
|
+
--triplex-next-Chip-Background_Active-0-28-0: #DFE2E7;
|
|
225
|
+
--triplex-next-Chip-Background_Default-0-28-0: #F2F4F7;
|
|
226
|
+
--triplex-next-Chip-Background_Disabled-0-28-0: #F2F4F7;
|
|
227
|
+
--triplex-next-Chip-Background_Hover-0-28-0: #EAEDF1;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Active-0-28-0: #4F4F52;
|
|
229
|
+
--triplex-next-Chip-Background_Selected_Default-0-28-0: #3B3B3E;
|
|
230
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-28-0: #343437;
|
|
231
|
+
--triplex-next-Chip-Background_Selected_Hover-0-28-0: #49494C;
|
|
232
|
+
--triplex-next-Chip-Color_Active-0-28-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Default-0-28-0: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
235
|
+
--triplex-next-Chip-Color_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Active-0-28-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Color_Selected_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
238
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-28-0: rgba(255, 255, 255, .25);
|
|
239
|
+
--triplex-next-Chip-Color_Selected_Hover-0-28-0: rgba(255, 255, 255, 1);
|
|
240
|
+
--triplex-next-Chip-Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
241
|
+
--triplex-next-Divider-Background-0-28-0: #D6D9E0;
|
|
242
|
+
--triplex-next-Dropdown-Background-0-28-0: #FFFFFF;
|
|
243
|
+
--triplex-next-Dropdown-Shadow-0-28-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
244
|
+
--triplex-next-DropdownList-Background_Active-0-28-0: #EAEDF1;
|
|
245
|
+
--triplex-next-DropdownList-Background_Default-0-28-0: none;
|
|
246
|
+
--triplex-next-DropdownList-Background_Selected-0-28-0: #DCDFE4;
|
|
247
|
+
--triplex-next-DropdownList-Color-0-28-0: rgba(31, 31, 34, 1);
|
|
248
|
+
--triplex-next-DropdownMobile-Backdrop-0-28-0: rgba(31, 31, 34, .65);
|
|
249
|
+
--triplex-next-DropdownMobile-Border_Color-0-28-0: #D6D9E0;
|
|
250
|
+
--triplex-next-DropdownMobile-Content_Background-0-28-0: #FFFFFF;
|
|
251
|
+
--triplex-next-DropdownMobile-Footer_Background-0-28-0: #FFFFFF;
|
|
252
|
+
--triplex-next-DropdownMobile-Header_Background-0-28-0: #F2F4F7;
|
|
253
|
+
--triplex-next-DropdownMobileList-Active_Background-0-28-0: #EAEDF1;
|
|
254
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-28-0: #DCDFE4;
|
|
255
|
+
--triplex-next-FooterPage-StickyShadow-0-28-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
256
|
+
--triplex-next-FormField-Background_Active-0-28-0: #F2F4F7;
|
|
257
|
+
--triplex-next-FormField-Background_Default-0-28-0: #F2F4F7;
|
|
258
|
+
--triplex-next-FormField-Background_Disabled-0-28-0: #F2F4F7;
|
|
259
|
+
--triplex-next-FormField-Background_Error-0-28-0: #FFF0F3;
|
|
260
|
+
--triplex-next-FormField-Background_Error_Hover-0-28-0: #FCE0E6;
|
|
261
|
+
--triplex-next-FormField-Background_Hover-0-28-0: #EAEDF1;
|
|
262
|
+
--triplex-next-FormField-Background_Warning-0-28-0: #FFF4DB;
|
|
263
|
+
--triplex-next-FormField-Background_Warning_Hover-0-28-0: #FCEAC7;
|
|
264
|
+
--triplex-next-FormField-Input_Color_Default-0-28-0: rgba(31, 31, 34, 1);
|
|
265
|
+
--triplex-next-FormField-Input_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
266
|
+
--triplex-next-FormField-Target_Color_Default-0-28-0: rgba(31, 31, 34, 1);
|
|
267
|
+
--triplex-next-FormField-Target_Color_Disabled-0-28-0: rgba(31, 31, 34, .45);
|
|
268
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
269
|
+
--triplex-next-FormField-Label_Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
270
|
+
--triplex-next-FormField-Label_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
271
|
+
--triplex-next-FormField-Shadow_Active-0-28-0: 0 0 0 1px #21A19A inset;
|
|
272
|
+
--triplex-next-FormField-Shadow_Default-0-28-0: none;
|
|
273
|
+
--triplex-next-FormField-Shadow_Error_Active-0-28-0: 0 0 0 1px #E60037 inset;
|
|
274
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-28-0: 0 0 0 1px #FD6508 inset;
|
|
275
|
+
--triplex-next-FormField-Placeholder_Color-0-28-0: rgba(31, 31, 34, .65);
|
|
276
|
+
--triplex-next-HeaderPage-StickyShadow-0-28-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
277
|
+
--triplex-next-Island-Type1_Background-0-28-0: #FFFFFF;
|
|
278
|
+
--triplex-next-Island-Type2_Background-0-28-0: rgba(255, 255, 255, .35);
|
|
279
|
+
--triplex-next-Island-Type3_Background-0-28-0: #F2F4F7;
|
|
280
|
+
--triplex-next-Island-Type1_Shadow-0-28-0: none;
|
|
281
|
+
--triplex-next-Island-Type2_Shadow-0-28-0: 0 0 0 1px #FFFFFF inset;
|
|
282
|
+
--triplex-next-Island-Type3_Shadow-0-28-0: none;
|
|
283
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-28-0: #DCDFE4;
|
|
284
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-28-0: rgba(31, 31, 34, .05);
|
|
285
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-28-0: #DCDFE4;
|
|
286
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
287
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-28-0: #FFFFFF;
|
|
288
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-28-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
289
|
+
--triplex-next-LightBox-Backdrop_Background-0-28-0: rgba(31, 31, 34, .75);
|
|
290
|
+
--triplex-next-LightBox-Content_Background-0-28-0: #EAEDF1;
|
|
291
|
+
--triplex-next-Link-BorderColor_Focus-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
292
|
+
--triplex-next-Link-Text_Color_Active-0-28-0: #007777;
|
|
293
|
+
--triplex-next-Link-Text_Color_Default-0-28-0: #008985;
|
|
294
|
+
--triplex-next-Link-Text_Color_Hover-0-28-0: #21A19A;
|
|
295
|
+
--triplex-next-ListItem-Background-0-28-0: #FFFFFF;
|
|
296
|
+
--triplex-next-ListItem-Background_Dragging-0-28-0: #FFFFFF;
|
|
297
|
+
--triplex-next-ListItem-Background_Selected-0-28-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItem-Shadow_Dragging-0-28-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
299
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-28-0: #DCDFE4;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-28-0: #F2F4F7;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-28-0: #EAEDF1;
|
|
302
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-28-0: #007777;
|
|
303
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-28-0: #008985;
|
|
304
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-28-0: #21A19A;
|
|
305
|
+
--triplex-next-ListMaster-Background-0-28-0: #FFFFFF;
|
|
306
|
+
--triplex-next-ListMaster-Footer_Background-0-28-0: #FFFFFF;
|
|
307
|
+
--triplex-next-ListMaster-Footer_Shadow-0-28-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
308
|
+
--triplex-next-ListMaster-Header_Background-0-28-0: #FFFFFF;
|
|
309
|
+
--triplex-next-ListMaster-Header_Shadow-0-28-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
310
|
+
--triplex-next-Loader-Element_Background_Brand-0-28-0: #21A19A;
|
|
311
|
+
--triplex-next-Loader-Element_Background_Neutral-0-28-0: rgba(255, 255, 255, 1);
|
|
312
|
+
--triplex-next-Loader-Middle_Background_Default-0-28-0: #EEF0F4;
|
|
313
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-28-0: rgba(255, 255, 255, .75);
|
|
314
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-28-0: rgba(255, 255, 255, .75);
|
|
315
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-28-0: #EEF0F4;
|
|
316
|
+
--triplex-next-Marker-Background_Error-0-28-0: #E60037;
|
|
317
|
+
--triplex-next-Marker-Background_Success-0-28-0: #21A19A;
|
|
318
|
+
--triplex-next-Marker-Background_Waiting-0-28-0: #8291B3;
|
|
319
|
+
--triplex-next-Marker-Background_Warning-0-28-0: #FD6508;
|
|
320
|
+
--triplex-next-MarkerStatus-Description_Color-0-28-0: rgba(0, 0, 0, 0.55);
|
|
321
|
+
--triplex-next-ModalWindow-Background-0-28-0: #EAEDF1;
|
|
322
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-28-0: rgba(79, 79, 82, .5);
|
|
323
|
+
--triplex-next-MultiselectField-Divider_Color-0-28-0: #D6D9E0;
|
|
324
|
+
--triplex-next-Notification-Background-0-28-0: #FFFFFF;
|
|
325
|
+
--triplex-next-Notification-Color-0-28-0: #1F1F22;
|
|
326
|
+
--triplex-next-Notification-TimeColor-0-28-0: rgba(31, 31, 34, 0.65);
|
|
327
|
+
--triplex-next-Notification-Shadow-0-28-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
328
|
+
--triplex-next-Overlay-Background-0-28-0: rgba(255, 255, 255, .8);
|
|
329
|
+
--triplex-next-Overlay-Panel_Background-0-28-0: #FFFFFF;
|
|
330
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-28-0: #E3E6EA;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-28-0: #F2F4F7;
|
|
332
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-28-0: #E3E6EA;
|
|
333
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-28-0: #FFD169;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Default-0-28-0: #21A19A;
|
|
335
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-28-0: #EAEDF1;
|
|
336
|
+
--triplex-next-Radio-Background_Checked_Hover-0-28-0: #007777;
|
|
337
|
+
--triplex-next-Radio-Background_Default-0-28-0: #F2F4F7;
|
|
338
|
+
--triplex-next-Radio-Background_Disabled-0-28-0: #F2F4F7;
|
|
339
|
+
--triplex-next-Radio-Background_Hover-0-28-0: #19BDB0;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Default-0-28-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Disabled-0-28-0: 0 0 0 1px #E3E6EA inset;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Focused-0-28-0: 0 0 0 1px #FFD169 inset;
|
|
343
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-28-0: none;
|
|
344
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-28-0: none;
|
|
345
|
+
--triplex-next-Radio-Dot_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
346
|
+
--triplex-next-Radio-Dot_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
347
|
+
--triplex-next-SegmentedControl-General_1_Background-0-28-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-General_2_Background-0-28-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-28-0: #F2F4F7;
|
|
350
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-28-0: #FFFFFF;
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-28-0: rgba(255, 255, 255, 1);
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-28-0: rgba(255, 255, 255, .25);
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-28-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-28-0: #DFE2E7;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-28-0: #F2F4F7;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-28-0: #3B3B3E;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-28-0: #49494C;
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-28-0: #343437;
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-28-0: rgba(255, 255, 255, 1);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-28-0: rgba(255, 255, 255, 1);
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-28-0: rgba(255, 255, 255, .25);
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-28-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-28-0: #EEF0F4;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-28-0: #FFFFFF;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-28-0: #3B3B3E;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-28-0: #49494C;
|
|
374
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-28-0: #343437;
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-28-0: rgba(31, 31, 34, 1);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-28-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-28-0: #DFE2E7;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-28-0: #F2F4F7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-28-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-28-0: #DFE2E7;
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-28-0: #FFFFFF;
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-28-0: rgba(31, 31, 34, 1);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-28-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-28-0: #EEF0F4;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-28-0: #FFFFFF;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-28-0: #E3E6EA;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-28-0: #D6D9E0;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-28-0: #F2F4F7;
|
|
399
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-28-0: transparent;
|
|
400
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-28-0: #FFD169;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-28-0: #F2F4F7;
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-28-0: #DFE2E7;
|
|
403
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-28-0: rgba(31, 31, 34, .05);
|
|
404
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-28-0: rgba(31, 31, 34, .15);
|
|
405
|
+
--triplex-next-SmallInput-Background-0-28-0: #F2F4F7;
|
|
406
|
+
--triplex-next-SmallInput-Color-0-28-0: rgba(31, 31, 34, 1);
|
|
407
|
+
--triplex-next-SmallInput-PlaceholderColor-0-28-0: rgba(31, 31, 34, .65);
|
|
408
|
+
--triplex-next-SmallInput-Shadow-0-28-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-28-0: rgba(31, 31, 34, .35);
|
|
410
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-28-0: #008985;
|
|
411
|
+
--triplex-next-SMSField-Refresh_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Default-0-28-0: rgba(31, 31, 34, .15);
|
|
413
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-28-0: #19BDB0;
|
|
414
|
+
--triplex-next-SMSField-Submit_Background_Active-0-28-0: #21A19A;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Default-0-28-0: #21A19A;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-28-0: #F2F4F7;
|
|
417
|
+
--triplex-next-Slider-Dot_Background_Hover-0-28-0: #19BDB0;
|
|
418
|
+
--triplex-next-Slider-Dot_Background_Select-0-28-0: #007777;
|
|
419
|
+
--triplex-next-Slider-Dot_Focus-0-28-0: #FFD169;
|
|
420
|
+
--triplex-next-Slider-Dot_Inner_Background-0-28-0: #FFFFFF;
|
|
421
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-28-0: #DCDFE4;
|
|
423
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-28-0: #21A19A;
|
|
424
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-28-0: #E7E9EE;
|
|
425
|
+
--triplex-next-Slider-Rail_Background-0-28-0: #DCDFE4;
|
|
426
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-28-0: #DCDFE4;
|
|
427
|
+
--triplex-next-Slider-Tooltip_Background-0-28-0: #1B1B1D;
|
|
428
|
+
--triplex-next-Slider-Tooltip_Color-0-28-0: rgba(255, 255, 255, 1);
|
|
429
|
+
--triplex-next-Slider-Track_Background_Default-0-28-0: #21A19A;
|
|
430
|
+
--triplex-next-Slider-Track_Background_Disabled-0-28-0: #E7E9EE;
|
|
431
|
+
--triplex-next-Slider-Track_Background_Hover-0-28-0: #007777;
|
|
432
|
+
--triplex-next-StatusTracker-Draft_Background-0-28-0: rgba(255, 255, 255, .15);
|
|
433
|
+
--triplex-next-StatusTracker-Warning_Background-0-28-0: #FF7A17;
|
|
434
|
+
--triplex-next-StatusTracker-Waiting_Background-0-28-0: #BFCADF;
|
|
435
|
+
--triplex-next-StatusTracker-Rejected_Background-0-28-0: #FF5571;
|
|
436
|
+
--triplex-next-StatusTracker-Approved_Background-0-28-0: #00D67D;
|
|
437
|
+
--triplex-next-StatusTracker-Waiting_Color-0-28-0: #A9B6D0;
|
|
438
|
+
--triplex-next-StatusTracker-Rejected_Color-0-28-0: #FFB1C1;
|
|
439
|
+
--triplex-next-StatusTracker-Approved_Color-0-28-0: #00D67D;
|
|
440
|
+
--triplex-next-StatusTracker-Border_Color-0-28-0: #FFFFFF;
|
|
441
|
+
--triplex-next-Step-Color_Active-0-28-0: #008985;
|
|
442
|
+
--triplex-next-Step-Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
443
|
+
--triplex-next-Step-Color_Disabled-0-28-0: #FFFFFF;
|
|
444
|
+
--triplex-next-Step-Color_Done-0-28-0: #FFFFFF;
|
|
445
|
+
--triplex-next-Step-Color_Error-0-28-0: rgba(255, 255, 255, 1);
|
|
446
|
+
--triplex-next-Step-Color_Warning-0-28-0: rgba(255, 255, 255, 1);
|
|
447
|
+
--triplex-next-Step-Background_Active-0-28-0: #E3FFFA;
|
|
448
|
+
--triplex-next-Step-Background_Default-0-28-0: rgba(31, 31, 34, .05);
|
|
449
|
+
--triplex-next-Step-Background_Disabled-0-28-0: rgba(31, 31, 34, .15);
|
|
450
|
+
--triplex-next-Step-Background_Done-0-28-0: #008985;
|
|
451
|
+
--triplex-next-Step-Background_Error-0-28-0: #D10032;
|
|
452
|
+
--triplex-next-Step-Background_Warning-0-28-0: #EF4C01;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Default-0-28-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Hover-0-28-0: #EAEDF1;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-28-0: #F2F4F7;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Error-0-28-0: #FFF0F3;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0: #FCE0E6;
|
|
458
|
+
--triplex-next-Stepper-Step_Background_Warning-0-28-0: #FFF4DB;
|
|
459
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0: #FCEAC7;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-28-0: #FFD169;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-28-0: #E60037;
|
|
462
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-28-0: #FD6508;
|
|
463
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-28-0: #21A19A;
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Default-0-28-0: rgba(31, 31, 34, .65);
|
|
465
|
+
--triplex-next-Stepper-Step_Color_Hover-0-28-0: rgba(31, 31, 34, 1);
|
|
466
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-28-0: rgba(31, 31, 34, .35);
|
|
467
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-28-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
468
|
+
--triplex-next-Stepper-ButtonWrapper_Background_Next-0-28-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
|
|
469
|
+
--triplex-next-TableBasic-Background_Hover-0-28-0: #E3E6EA;
|
|
470
|
+
--triplex-next-TableBasic-Background_Selected-0-28-0: #DCDFE4;
|
|
471
|
+
--triplex-next-TableBasic-Color-0-28-0: rgba(31, 31, 34, 1);
|
|
472
|
+
--triplex-next-TableBasic-Header_Background-0-28-0: #E7E9EE;
|
|
473
|
+
--triplex-next-TableBasic-TableFooter_Background-0-28-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-28-0: linear-gradient(transparent, #FFFFFF);
|
|
475
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-28-0: #D6D9E0;
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-28-0: #FFFFFF;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-28-0: #EAEDF1;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-28-0: #FFFFFF;
|
|
479
|
+
--triplex-next-Tabs-Type1_Background-0-28-0: #F2F4F7;
|
|
480
|
+
--triplex-next-Tabs-Type2_Background-0-28-0: #FFFFFF;
|
|
481
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-28-0: #F2F4F7;
|
|
482
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-28-0: #FFFFFF;
|
|
483
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-28-0: #DCDFE4;
|
|
484
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-28-0: #E3E6EA;
|
|
485
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-28-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-28-0: #EEF0F4;
|
|
487
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-28-0: transparent;
|
|
488
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-28-0: #FFD169;
|
|
489
|
+
--triplex-next-Tag-Background-0-28-0: #DFE2E7;
|
|
490
|
+
--triplex-next-TagColor-Background_Default-0-28-0: #EEF3FC;
|
|
491
|
+
--triplex-next-TagColor-Background_Success-0-28-0: #E3FFFA;
|
|
492
|
+
--triplex-next-TagColor-Background_Info-0-28-0: #E3F6FF;
|
|
493
|
+
--triplex-next-TagColor-Background_Warning-0-28-0: #FFF4DB;
|
|
494
|
+
--triplex-next-TagColor-Background_Error-0-28-0: #FFF0F3;
|
|
495
|
+
--triplex-next-TagColor-Text_Color_Default-0-28-0: rgba(31, 31, 34, .75);
|
|
496
|
+
--triplex-next-TabsLine-BorderColor_Active-0-28-0: #21A19A;
|
|
497
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-28-0: #19BDB0;
|
|
498
|
+
--triplex-next-TabsLine-Separator_Color-0-28-0: #D6D9E0;
|
|
499
|
+
--triplex-next-TabsLine-Shadow_Focus-0-28-0: 0 0 0 1px #FFDD64 inset;
|
|
500
|
+
--triplex-next-Tooltip-Background-0-28-0: #1B1B1D;
|
|
501
|
+
--triplex-next-Tooltip-Color-0-28-0: rgba(255, 255, 255, 1);
|
|
502
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-28-0: #008985;
|
|
503
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-28-0: #19BDB0;
|
|
504
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-28-0: #4BD9CF;
|
|
505
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-28-0: 0 0 0 1px #FFD169;
|
|
506
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-28-0: #007777;
|
|
507
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-28-0: #008985;
|
|
508
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-28-0: #21A19A;
|
|
509
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-28-0: 0 0 0 1px #FFDD64;
|
|
510
|
+
--triplex-next-TopOverlay-Background-0-28-0: rgba(31, 31, 34, .55);
|
|
511
|
+
--triplex-next-Typography-Primary_Color-0-28-0: rgba(31, 31, 34, 1);
|
|
512
|
+
--triplex-next-Typography-Complementary_Color-0-28-0: rgba(31, 31, 34, .85);
|
|
513
|
+
--triplex-next-Typography-Secondary_Color-0-28-0: rgba(31, 31, 34, .65);
|
|
514
|
+
--triplex-next-Typography-Tertiary_Color-0-28-0: rgba(31, 31, 34, .55);
|
|
515
|
+
--triplex-next-Typography-Disabled_Color-0-28-0: rgba(31, 31, 34, .35);
|
|
516
|
+
--triplex-next-Typography-Brand_Color-0-28-0: #008985;
|
|
517
|
+
--triplex-next-Typography-Info_Color-0-28-0: #0E57CC;
|
|
518
|
+
--triplex-next-Typography-Success_Color-0-28-0: #008B5C;
|
|
519
|
+
--triplex-next-Typography-Error_Color-0-28-0: #D10032;
|
|
520
|
+
--triplex-next-Typography-Warning_Color-0-28-0: #EF4C01;
|
|
521
|
+
--triplex-next-Typography-System_Color-0-28-0: #697591;
|
|
522
|
+
--triplex-next-Typography-PrimaryInvert_Color-0-28-0: rgba(255, 255, 255, 1);
|
|
523
|
+
--triplex-next-Typography-ComplementaryInvert_Color-0-28-0: rgba(255, 255, 255, .75);
|
|
524
|
+
--triplex-next-Typography-SecondaryInvert_Color-0-28-0: rgba(255, 255, 255, .55);
|
|
525
|
+
--triplex-next-Typography-TertiaryInvert_Color-0-28-0: rgba(255, 255, 255, .45);
|
|
526
|
+
--triplex-next-Typography-DisabledInvert_Color-0-28-0: rgba(255, 255, 255, .25);
|
|
527
|
+
--triplex-next-Typography-BrandInvert_Color-0-28-0: #19BDB0;
|
|
528
|
+
--triplex-next-Typography-InfoInvert_Color-0-28-0: #1297FE;
|
|
529
|
+
--triplex-next-Typography-SuccessInvert_Color-0-28-0: #00D67D;
|
|
530
|
+
--triplex-next-Typography-ErrorInvert_Color-0-28-0: #F80C45;
|
|
531
|
+
--triplex-next-Typography-WarningInvert_Color-0-28-0: #FF7A17;
|
|
532
|
+
--triplex-next-Typography-SystemInvert_Color-0-28-0: #95A3C1;
|
|
533
|
+
--triplex-next-UploadZone-Background_Default-0-28-0: #F2F4F7;
|
|
534
|
+
--triplex-next-UploadZone-Background_Hover-0-28-0: #EAEDF1;
|
|
535
|
+
--triplex-next-UploadZone-BorderColor_Default-0-28-0: #2D2D30;
|
|
536
|
+
--triplex-next-UploadZone-DragArea_Background-0-28-0: #F2F4F7;
|
|
537
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-28-0: #21A19A;}
|
|
538
|
+
.underline__3cf90dd7{text-decoration:underline}.strikethrough__9e9c6f67{text-decoration:line-through}.underlineStrikethrough__72077031{text-decoration:underline line-through}.typography__d6ef5620.primary__027a61ea{color:var(--triplex-next-Typography-Primary_Color-0-28-0)}.typography__d6ef5620.primaryInvert__a9e6abb6{color:var(--triplex-next-Typography-PrimaryInvert_Color-0-28-0)}.typography__d6ef5620.complementary__0297766a{color:var(--triplex-next-Typography-Complementary_Color-0-28-0)}.typography__d6ef5620.complementaryInvert__4a21ba03{color:var(--triplex-next-Typography-ComplementaryInvert_Color-0-28-0)}.typography__d6ef5620.secondary__d2e45c11{color:var(--triplex-next-Typography-Secondary_Color-0-28-0)}.typography__d6ef5620.secondaryInvert__38100f61{color:var(--triplex-next-Typography-SecondaryInvert_Color-0-28-0)}.typography__d6ef5620.tertiary__7f71cd9c{color:var(--triplex-next-Typography-Tertiary_Color-0-28-0)}.typography__d6ef5620.tertiaryInvert__caeb0c4e{color:var(--triplex-next-Typography-TertiaryInvert_Color-0-28-0)}.typography__d6ef5620.disabled__570b6893{color:var(--triplex-next-Typography-Disabled_Color-0-28-0)}.typography__d6ef5620.disabledInvert__734bf641{color:var(--triplex-next-Typography-DisabledInvert_Color-0-28-0)}.typography__d6ef5620.brand__14adf752{color:var(--triplex-next-Typography-Brand_Color-0-28-0);-webkit-user-select:none;user-select:none}.typography__d6ef5620.brandInvert__eddd6c5b{color:var(--triplex-next-Typography-BrandInvert_Color-0-28-0)}.typography__d6ef5620.info__c8e324fc{color:var(--triplex-next-Typography-Info_Color-0-28-0)}.typography__d6ef5620.infoInvert__15c5f551{color:var(--triplex-next-Typography-InfoInvert_Color-0-28-0)}.typography__d6ef5620.success__c4d454b7{color:var(--triplex-next-Typography-Success_Color-0-28-0)}.typography__d6ef5620.successInvert__9315d746{color:var(--triplex-next-Typography-SuccessInvert_Color-0-28-0)}.typography__d6ef5620.error__abd0f2b9{color:var(--triplex-next-Typography-Error_Color-0-28-0)}.typography__d6ef5620.errorInvert__e91b0f75{color:var(--triplex-next-Typography-ErrorInvert_Color-0-28-0)}.typography__d6ef5620.warning__3609bab2{color:var(--triplex-next-Typography-Warning_Color-0-28-0)}.typography__d6ef5620.warningInvert__80ace54e{color:var(--triplex-next-Typography-WarningInvert_Color-0-28-0)}.typography__d6ef5620.system__c00fd357{color:var(--triplex-next-Typography-System_Color-0-28-0)}.typography__d6ef5620.systemInvert__2b07059d{color:var(--triplex-next-Typography-SystemInvert_Color-0-28-0)}.typography__d6ef5620.compact__3fc4749a{line-height:calc(16 / 14)}.caption__2d74a08b.regular__19ce75b0{font-family:SBSansText,Arial,sans-serif}.caption__2d74a08b.semibold__1f2dd614{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__e18293f3{font-size:10px;line-height:12px}.c2__4508e142{font-size:8px;line-height:10px}.d1__fe67acad{font-size:32px;line-height:40px}.d1__fe67acad.regular__19ce75b0{font-family:SBSansDisplay,Arial,sans-serif}.d1__fe67acad.semibold__1f2dd614{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__f187b6e4{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__cb679496{outline:none}.text__cb679496.regular__19ce75b0{font-family:SBSansText,Arial,sans-serif}.text__cb679496.semibold__1f2dd614{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__c1560f93{font-size:18px;line-height:24px}.b2__771b1f66{font-size:16px;line-height:20px}.b3__b78f349d{font-size:14px;line-height:20px}.b3__b78f349d.compact__3fc4749a{line-height:16px}.b4__7145ee95{font-size:12px;line-height:16px}.title__d1e4a7e0{outline:none}.title__d1e4a7e0.regular__19ce75b0{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__d1e4a7e0.semibold__1f2dd614{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__d1e4a7e0.medium__237ff7ec{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__d1e4a7e0.bold__77415ea0{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__46da1a62,.h2__415b1053,.h3__6864fcf3{margin:0}.h1__46da1a62{font-size:28px;line-height:36px}.h2__415b1053{font-size:24px;line-height:32px}.h3__6864fcf3{font-size:20px;line-height:28px}.formFieldInput__34963da7{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-28-0)}.formFieldInput__34963da7.sm__03b1ce1c{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__34963da7.md__35be776a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__34963da7.lg__eb185181{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__34963da7:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-28-0)}.formFieldInput__34963da7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-28-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__34963da7:focus{outline:none}.formFieldInput__34963da7:focus::placeholder{opacity:1}.formFieldInput__34963da7:-webkit-autofill{animation-name:autofill-applied-hook__2b158bf1;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__34963da7:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__659b7562;animation-duration:1ms}.formField__c92ca6eb{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__c92ca6eb.sm__03b1ce1c{border-radius:6px}.formField__c92ca6eb.md__35be776a{border-radius:8px}.formField__c92ca6eb.lg__eb185181{border-radius:10px}.formField__c92ca6eb.default__bc516dfb{background:var(--triplex-next-FormField-Background_Default-0-28-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-28-0)}.formField__c92ca6eb:hover{background:var(--triplex-next-FormField-Background_Hover-0-28-0)}.formField__c92ca6eb.active__e3b267de{background:var(--triplex-next-FormField-Background_Active-0-28-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-28-0)}.formField__c92ca6eb.active__e3b267de .formFieldInput__34963da7::placeholder,.formField__c92ca6eb.active__e3b267de .formFieldTextarea__bb8a94d8::placeholder{opacity:1}.formField__c92ca6eb.disabled__d0a25adf{background:var(--triplex-next-FormField-Background_Disabled-0-28-0)}.formField__c92ca6eb.error__5290897f{background:var(--triplex-next-FormField-Background_Error-0-28-0)}.formField__c92ca6eb.error__5290897f:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-28-0)}.formField__c92ca6eb.error__5290897f.active__e3b267de{background:var(--triplex-next-FormField-Background_Error-0-28-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-28-0)}.formField__c92ca6eb.warning__c71f73ae{background:var(--triplex-next-FormField-Background_Warning-0-28-0)}.formField__c92ca6eb.warning__c71f73ae:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-28-0)}.formField__c92ca6eb.warning__c71f73ae.active__e3b267de{background:var(--triplex-next-FormField-Background_Warning-0-28-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-28-0)}.formField__c92ca6eb.filled__8bfdd2b3:not(.disabled__d0a25adf):hover .formFieldClear__6c426e3f,.formField__c92ca6eb.filled__8bfdd2b3:not(.disabled__d0a25adf).active__e3b267de .formFieldClear__6c426e3f{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__5d2f0f8a{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__5d2f0f8a.withCounter__6389aa35{display:flex}.formFieldLabel__1d0f4050{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__1d0f4050.sm__03b1ce1c{top:6px}.formFieldLabel__1d0f4050.md__35be776a{top:10px}.formFieldLabel__1d0f4050.lg__eb185181{top:18px}.formFieldLabel__1d0f4050.lg__eb185181.floating__b9da323d{top:10px}.formFieldLabelText__769396e8{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-28-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__03b1ce1c .formFieldLabelText__769396e8{font-size:12px;line-height:16px}.md__35be776a .formFieldLabelText__769396e8{font-size:14px;line-height:20px}.lg__eb185181 .formFieldLabelText__769396e8{font-size:16px;line-height:20px}.floating__b9da323d .formFieldLabelText__769396e8{font-size:12px;line-height:16px}.floating__b9da323d.sm__03b1ce1c .formFieldLabelText__769396e8,.floating__b9da323d.md__35be776a .formFieldLabelText__769396e8{display:none}.disabled__d0a25adf .formFieldLabelText__769396e8{color:var(--triplex-next-FormField-Label_Color_Disabled-0-28-0)}.formFieldPostfix__15f8e776{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__aa0000e2{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__7fd8a618{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__15bfb001{position:relative}.formFieldMaskedInputWrapper__15bfb001 .formFieldMaskedInputPlaceholder__21943f64{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__15bfb001 .formFieldMaskedInputPlaceholder__21943f64::placeholder{opacity:1}.formFieldMaskedInputWrapper__15bfb001 .formFieldMaskedInputPlaceholder__21943f64:disabled{visibility:hidden}.formFieldMaskedInputWrapper__15bfb001.size-sm__a271d4e4{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__15bfb001.size-sm__a271d4e4 .formFieldMaskedInputPlaceholder__21943f64{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__15bfb001.size-md__fb131dc3{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__15bfb001.size-md__fb131dc3 .formFieldMaskedInputPlaceholder__21943f64{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__15bfb001.size-lg__12f08886{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__15bfb001.size-lg__12f08886 .formFieldMaskedInputPlaceholder__21943f64{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__15bfb001 .formFieldMaskedInput__eed220d3{display:block;position:relative;background:none!important}.dropdownDesktop__fec92d37{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-28-0);background-color:var(--triplex-next-Dropdown-Background-0-28-0)}.dropdownDesktop__fec92d37.sm__29a1800a{border-radius:6px}.dropdownDesktop__fec92d37.md__d38e1f53{border-radius:8px}.dropdownDesktop__fec92d37.lg__e9a0ddfd{border-radius:10px}.dropdownDesktopOverflowHidden__fc26e988{overflow:hidden}.badgeDot__bf7eba4c{display:inline-block;background:var(--triplex-next-Badge-Background-0-28-0);border-radius:50%}.badgeDot__bf7eba4c.sm__86ff8d38{width:6px;height:6px}.badgeDot__bf7eba4c.md__93e81934{width:8px;height:8px}.badgeDot__bf7eba4c.lg__8910395b{width:10px;height:10px}.badgeContent__bdbaed15{display:flex}.badgeContent__bdbaed15.sm__86ff8d38{padding-left:4px;padding-right:4px}.badgeContent__bdbaed15.md__93e81934{padding-left:6px;padding-right:6px}.badgeContent__bdbaed15.lg__8910395b{padding-left:8px;padding-right:8px}.badgeContent__bdbaed15.noPaddingLeft__8f821b37{padding-left:0}.badgeContent__bdbaed15.noPaddingRight__0079ba30{padding-right:0}.badgePrefix__f42a6c0d,.badgePostfix__3522736f{display:contents}.badge__b1272265{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-0-28-0)}.badge__b1272265.sm__86ff8d38{height:16px;border-radius:4px}.badge__b1272265.md__93e81934{height:20px;border-radius:6px}.badge__b1272265.lg__8910395b{height:24px;border-radius:8px}.dropdownDesktopList__af956a7b{margin:4px;overflow:auto}.dropdownDesktopList__af956a7b .notificationIcon__4d4ada13{position:absolute}.dropdownDesktopList__af956a7b.sm__29a1800a{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__af956a7b.sm__29a1800a .dropdownDesktopListItem__425ae985{padding:6px 8px;border-radius:6px}.dropdownDesktopList__af956a7b.sm__29a1800a .dropdownDesktopListLoader__a9fe44bb{margin:0 auto}.dropdownDesktopList__af956a7b.sm__29a1800a .notificationIcon__4d4ada13{right:3px;top:3px}.dropdownDesktopList__af956a7b.md__d38e1f53{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__af956a7b.md__d38e1f53 .dropdownDesktopListItem__425ae985{padding:7px 8px;border-radius:8px}.dropdownDesktopList__af956a7b.md__d38e1f53 .dropdownDesktopListLoader__a9fe44bb{margin:-2px auto}.dropdownDesktopList__af956a7b.md__d38e1f53 .notificationIcon__4d4ada13{right:4px;top:4px}.dropdownDesktopList__af956a7b.lg__e9a0ddfd{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__af956a7b.lg__e9a0ddfd .dropdownDesktopListItem__425ae985{padding:14px 8px;border-radius:10px}.dropdownDesktopList__af956a7b.lg__e9a0ddfd .dropdownDesktopListLoader__a9fe44bb{margin:-6px auto}.dropdownDesktopList__af956a7b.lg__e9a0ddfd .notificationIcon__4d4ada13{right:4px;top:6px}.dropdownDesktopListItem__425ae985{color:var(--triplex-next-DropdownList-Color-0-28-0);background:var(--triplex-next-DropdownList-Background_Default-0-28-0);position:relative;outline:none}.dropdownDesktopListItem__425ae985+.dropdownDesktopListItem__425ae985{margin-top:2px}.dropdownDesktopListItem__425ae985.active__b941d5f0{background:var(--triplex-next-DropdownList-Background_Active-0-28-0);cursor:pointer}.dropdownDesktopListItem__425ae985.selected__22847a57{background:var(--triplex-next-DropdownList-Background_Selected-0-28-0);cursor:default}.loaderSmall__fd51a66a{display:flex;justify-content:center;align-items:center}.loaderSmall__fd51a66a.sm__a814dc4d{width:16px;height:16px;gap:2px}.loaderSmall__fd51a66a.sm__a814dc4d .dot__d92b7f52{width:4px;height:4px}.loaderSmall__fd51a66a.md__c140af4d{width:24px;height:24px;gap:3px}.loaderSmall__fd51a66a.md__c140af4d .dot__d92b7f52{width:6px;height:6px}.loaderSmall__fd51a66a.lg__8ce4fd05{width:32px;height:32px;gap:4px}.loaderSmall__fd51a66a.lg__8ce4fd05 .dot__d92b7f52{width:8px;height:8px}.loaderSmall__fd51a66a.neutral__f777096f .dot__d92b7f52{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-28-0)}.loaderSmall__fd51a66a.brand__190ca34e .dot__d92b7f52{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-28-0)}.loaderSmall__fd51a66a .dot__d92b7f52{border-radius:50%}.loaderSmall__fd51a66a .dot1__9c771f75{animation:dotCycleSmall__a1448369 .9s infinite}.loaderSmall__fd51a66a .dot2__f1f4c9d7{animation:dotCycleSmall__a1448369 .9s infinite .15s}.loaderSmall__fd51a66a .dot3__1dd9e08d{animation:dotCycleSmall__a1448369 .9s infinite .3s}@keyframes dotCycleSmall__a1448369{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__c01c1b5d{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-28-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__0c1e56cb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__0c1e56cb .dot__d92b7f52{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-28-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__0c1e56cb .dot1__9c771f75{top:0;left:0;animation:dotCycleMiddle__d8353ec7 3s infinite}.loaderMiddleDots__0c1e56cb .dot2__f1f4c9d7{right:0;top:0;opacity:.7;animation:dotCycleMiddle__d8353ec7 3s infinite .74s}.loaderMiddleDots__0c1e56cb .dot3__1dd9e08d{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__d8353ec7 3s infinite 1.5s}.loaderMiddleDots__0c1e56cb .dot4__1980f2e6{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__d8353ec7 3s infinite 2.25s}.loaderMiddleDots__0c1e56cb .line__e68da452{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-28-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d578f235 3s infinite}@keyframes lineCycle__d578f235{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__d8353ec7{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__a5729c4e{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__12deb4e4{background:var(--triplex-next-DropdownMobile-Backdrop-0-28-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__12deb4e4.closing__195b8cfe{opacity:0}.dropdownMobileBackdrop__12deb4e4.opening__e876d62b,.dropdownMobileBackdrop__12deb4e4.opened__3ddf7a13{opacity:var(--triplex-DropdownMobile-Opacity-0-28-0)}.dropdownMobile__a277ec52{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__a277ec52.closing__195b8cfe{transform:translateY(100%)}.dropdownMobile__a277ec52.opening__e876d62b,.dropdownMobile__a277ec52.opened__3ddf7a13{transform:translateY(0)}.dropdownMobileHeader__1de32d6f{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-28-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__1de32d6f .dropdownMobileHeaderContent__6ff90e2b{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__46cdfc58{background:var(--triplex-next-DropdownMobile-Content_Background-0-28-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__fb6c0cca{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-28-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-28-0);flex-shrink:1}.dropdownMobileListItem__6cd5e39d{position:relative;padding:16px}.dropdownMobileListItem__6cd5e39d.selected__22847a57{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-28-0)}.dropdownMobileListItem__6cd5e39d:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-28-0)}.dropdownMobileBodyOverflow__79195b35{overflow:hidden}.controlButtons__fd0c5bd3{display:flex}.dropdownMobileLoader__ff136db1{margin-right:8px}.dropdownMobileListLoader__0583fd40{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__4d4ada13{position:absolute;right:6px;top:6px}.disableInteraction__c9419b71{pointer-events:none}.displayContents__8e34361a{display:contents}.buttonIcon__da89c806{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__da89c806:enabled{cursor:pointer}.buttonIcon__da89c806.circle__894e20f7{border-radius:50%}.buttonIcon__da89c806.squircle__37291e91{border-radius:4px}.buttonIcon__da89c806:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-28-0)}.dropdownMobileInput__2e2d5d8a{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-0-28-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__2e2d5d8a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-28-0);opacity:1}.dropdownMobileInput__2e2d5d8a::-ms-clear{display:none}.tabsLineWrapper__0da318af[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__0da318af[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__0da318af[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__0da318af[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__0da318af{position:relative}.tabsLineWrapper__0da318af.withSeparator__c8899628:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-28-0);bottom:0;left:0;right:0}.tabsLine__e118a641{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__e118a641:has(.sm__ff40308c){height:28px}.tabsLine__e118a641:has(.md__bafc8d63){height:40px}.tabsLine__e118a641:has(.lg__f4d5260d){height:56px}.tab__ae1acaea{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__ae1acaea.sm__ff40308c{height:28px;padding-bottom:12px}.tab__ae1acaea.md__bafc8d63{height:40px;padding-top:8px;padding-bottom:12px}.tab__ae1acaea.lg__f4d5260d{height:56px;padding-top:16px;padding-bottom:20px}.tab__ae1acaea::-moz-focus-inner{border:none;padding:0}.tab__ae1acaea:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-28-0)}.tab__ae1acaea.active__5d2fd6ea{cursor:default}.tab__ae1acaea: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__ae1acaea:hover:after,.tab__ae1acaea:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-28-0)}.tab__ae1acaea.active__5d2fd6ea:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-28-0)}.notificationIcon__247c9824{position:absolute;right:6px}.sm__ff40308c .notificationIcon__247c9824{top:0}.md__bafc8d63 .notificationIcon__247c9824{top:8px}.lg__f4d5260d .notificationIcon__247c9824{top:16px}.tabsLineDropdown__577531a7{display:inline-block}.tabsLineDropdown__577531a7 .dropdownTarget__82d43508.active__5d2fd6ea{cursor:pointer}.tabsLineDropdown__577531a7 .dropdownTargetInner__85534c56{display:inline-flex;align-items:center}.tabsLineDropdown__577531a7 .dropdownTargetCaret__d22e7895{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__577531a7 .dropdownTargetCaret__d22e7895.opened__1ef8d5d6{transform:rotate(-180deg)}.tabsLineDropdown__577531a7 .dropdown__1e4a687c{right:0;padding:4px}.tabsLineMobileWrapper__33e576a9{position:relative}.tabsLineMobileWrapper__33e576a9 .tab__ae1acaea{flex-shrink:0}.tabsLineMobileWrapper__33e576a9 .tab__ae1acaea:first-child{margin-left:16px}.tabsLineMobileWrapper__33e576a9 .tab__ae1acaea:last-child{margin-right:16px}.tabsLineMobile__2b0b90bf{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__2b0b90bf::-webkit-scrollbar{display:none}.label__eed546e7{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__eed546e7.sm__b235e339{min-width:16px;min-height:16px}.label__eed546e7.sm__b235e339.nonempty__3f002e03{padding:2px 0 2px 24px}.label__eed546e7.md__30e3073d{min-height:24px;min-width:24px}.label__eed546e7.md__30e3073d.nonempty__3f002e03{padding-left:32px;padding-top:2px}.label__eed546e7.lg__a7fb9fca{min-width:28px;min-height:28px}.label__eed546e7.lg__a7fb9fca.nonempty__3f002e03{padding-left:40px;padding-top:4px}.label__eed546e7.disabled__6ba75213{cursor:default}.radio__9d08fe38{margin:0;opacity:0}.radioIcon__9df6091e{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-28-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-28-0)}.radioIcon__9df6091e:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-28-0);border-radius:50%;transform:scale(0)}.sm__b235e339 .radioIcon__9df6091e:after{width:8px;height:8px;top:4px;left:4px}.md__30e3073d .radioIcon__9df6091e:after{width:12px;height:12px;top:6px;left:6px}.lg__a7fb9fca .radioIcon__9df6091e:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__9df6091e,.radioIcon__9df6091e:after{pointer-events:none}.radio__9d08fe38,.radioIcon__9df6091e{position:absolute;left:0;top:0}.sm__b235e339 .radio__9d08fe38,.sm__b235e339 .radioIcon__9df6091e{width:16px;height:16px;top:2px}.md__30e3073d .radio__9d08fe38,.md__30e3073d .radioIcon__9df6091e{width:24px;height:24px}.lg__a7fb9fca .radio__9d08fe38,.lg__a7fb9fca .radioIcon__9df6091e{width:28px;height:28px}.radio__9d08fe38:enabled{cursor:pointer}.radio__9d08fe38:checked+.radioIcon__9df6091e{background:var(--triplex-next-Radio-Background_Checked_Default-0-28-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-28-0)}.radio__9d08fe38:checked+.radioIcon__9df6091e:after{transform:scale(1);transition:transform .2s ease-out}.radio__9d08fe38:hover+.radioIcon__9df6091e{background-color:var(--triplex-next-Radio-Background_Hover-0-28-0);box-shadow:none}.radio__9d08fe38:disabled+.radioIcon__9df6091e{background:var(--triplex-next-Radio-Background_Disabled-0-28-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-28-0)}.radio__9d08fe38:disabled:checked+.radioIcon__9df6091e{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-28-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-28-0)}.radio__9d08fe38:disabled+.radioIcon__9df6091e:after{background:var(--triplex-next-Radio-Dot_Disabled-0-28-0)}.radio__9d08fe38:focus-visible+.radioIcon__9df6091e{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-28-0)}.radio__9d08fe38:checked:enabled:hover+.radioIcon__9df6091e{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-28-0)}.radioXGroup__1a1fbd60{display:inline-flex;flex-flow:row wrap}.radioXGroup__1a1fbd60.indent-12__d121ba09{margin-left:-6px;margin-right:-6px}.radioXGroup__1a1fbd60.indent-12__d121ba09 .label__eed546e7{margin-left:6px;margin-right:6px}.radioXGroup__1a1fbd60.indent-16__1d1b05d8{margin-left:-8px;margin-right:-8px}.radioXGroup__1a1fbd60.indent-16__1d1b05d8 .label__eed546e7{margin-left:8px;margin-right:8px}.radioXGroup__1a1fbd60.indent-20__667c6701{margin-left:-10px;margin-right:-10px}.radioXGroup__1a1fbd60.indent-20__667c6701 .label__eed546e7{margin-left:10px;margin-right:10px}.radioXGroup__1a1fbd60.indent-24__04487f9f{margin-left:-12px;margin-right:-12px}.radioXGroup__1a1fbd60.indent-24__04487f9f .label__eed546e7{margin-left:12px;margin-right:12px}.radioXGroup__1a1fbd60.indent-28__fc31d89d{margin-left:-14px;margin-right:-14px}.radioXGroup__1a1fbd60.indent-28__fc31d89d .label__eed546e7{margin-left:14px;margin-right:14px}.radioXGroup__1a1fbd60.indent-32__cd2ab9f6{margin-left:-16px;margin-right:-16px}.radioXGroup__1a1fbd60.indent-32__cd2ab9f6 .label__eed546e7{margin-left:16px;margin-right:16px}.radioYGroup__e0603149{display:inline-flex;flex-flow:column wrap}.radioYGroup__e0603149 .label__eed546e7.sm__b235e339+.label__eed546e7.sm__b235e339{margin-top:8px}.radioYGroup__e0603149 .label__eed546e7.md__30e3073d+.label__eed546e7.md__30e3073d{margin-top:16px}.radioYGroup__e0603149 .label__eed546e7.lg__a7fb9fca+.label__eed546e7.lg__a7fb9fca{margin-top:20px}.notification__5f228ae2{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-28-0);background:var(--triplex-next-Notification-Background-0-28-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-28-0);z-index:300}.notification__5f228ae2:first-child{margin-top:0}.notification__5f228ae2.extraBottomPadding__079f51e3{padding-bottom:24px}.notification__5f228ae2 .notificationHeader__144e8737{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-28-0);width:100%;margin-top:0;margin-bottom:8px}.notification__5f228ae2 .notificationIcon__6de4b069{line-height:0}.notification__5f228ae2 .notificationBody__df87b733{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__5f228ae2 .notificationBodyList__c35852ac{margin-top:8px}.notification__5f228ae2 .notificationClose__6681daec{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__5f228ae2.showCloseOnHover__391cb41c .notificationClose__6681daec{opacity:0}.notification__5f228ae2.showCloseOnHover__391cb41c:hover{cursor:pointer}.notification__5f228ae2.showCloseOnHover__391cb41c:hover .notificationClose__6681daec{opacity:1}.notification__5f228ae2 .notificationFooter__1cdc0e9f{display:flex;align-items:center;margin-top:16px}.notification__5f228ae2 .notificationFooter__1cdc0e9f button+a{margin-left:16px}.notification__5f228ae2 .notificationTime__4fbfc4d9{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-28-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__c61da9e3{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__c61da9e3:hover{cursor:pointer}.notificationGroupedWrapper__c61da9e3 .notificationGroupedFooterItem__b628c0b7{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-28-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-28-0)}.notificationGroupedWrapper__c61da9e3 .notificationGroupedFooterItem__b628c0b7.first__f459eda0{bottom:-8px;z-index:200}.notificationGroupedWrapper__c61da9e3 .notificationGroupedFooterItem__b628c0b7.second__6659d4a1{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__5f228ae2,.notificationGroupedWrapper__c61da9e3{width:100%}}.unorderedListItem__8e59ded4:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__8e59ded4+.unorderedListItem__8e59ded4{margin-top:8px}.unorderedList__cc062ed3{position:relative;margin:0;padding-left:14px;list-style:none}.button__dd69042b.general__65f52a4e{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-28-0);color:var(--triplex-next-Button-General_Color_Default-0-28-0)}.button__dd69042b.general__65f52a4e:hover{background:var(--triplex-next-Button-General_Background_Hover-0-28-0);color:var(--triplex-next-Button-General_Color_Hover-0-28-0)}.button__dd69042b.general__65f52a4e.expanded__9e172802,.button__dd69042b.general__65f52a4e:active{background:var(--triplex-next-Button-General_Background_Active-0-28-0);color:var(--triplex-next-Button-General_Color_Active-0-28-0)}.button__dd69042b.general__65f52a4e:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-28-0)}.button__dd69042b.general__65f52a4e:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-28-0);color:var(--triplex-next-Button-General_Color_Disabled-0-28-0)}.button__dd69042b.secondary__e1fb28e6{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-28-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-28-0)}.button__dd69042b.secondary__e1fb28e6:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-28-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-28-0)}.button__dd69042b.secondary__e1fb28e6.expanded__9e172802,.button__dd69042b.secondary__e1fb28e6:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-28-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-28-0)}.button__dd69042b.secondary__e1fb28e6:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-28-0)}.button__dd69042b.secondary__e1fb28e6:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-28-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-28-0)}.button__dd69042b.secondaryLight__cda60709{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-28-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-28-0)}.button__dd69042b.secondaryLight__cda60709:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-28-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-28-0)}.button__dd69042b.secondaryLight__cda60709.expanded__9e172802,.button__dd69042b.secondaryLight__cda60709:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-28-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-28-0)}.button__dd69042b.secondaryLight__cda60709:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-28-0)}.button__dd69042b.secondaryLight__cda60709:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-28-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-28-0)}.button__dd69042b.danger__fbd1046c{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-28-0);color:var(--triplex-next-Button-Danger_Color_Default-0-28-0)}.button__dd69042b.danger__fbd1046c:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-28-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-28-0)}.button__dd69042b.danger__fbd1046c.expanded__9e172802,.button__dd69042b.danger__fbd1046c:active{background:var(--triplex-next-Button-Danger_Background_Active-0-28-0);color:var(--triplex-next-Button-Danger_Color_Active-0-28-0)}.button__dd69042b.danger__fbd1046c:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-28-0)}.button__dd69042b.danger__fbd1046c:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-28-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-28-0)}.button__dd69042b.link__529c36f6{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-28-0);padding:0}.button__dd69042b.link__529c36f6.sm__b12181c0{height:28px;min-width:0px;padding:6px 2px}.button__dd69042b.link__529c36f6.md__e649c650{height:40px;min-width:0px;padding:10px 2px}.button__dd69042b.link__529c36f6.lg__6124b547{height:56px;min-width:0px;padding:18px 2px}.button__dd69042b.link__529c36f6:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-28-0)}.button__dd69042b.link__529c36f6.expanded__9e172802,.button__dd69042b.link__529c36f6:active{color:var(--triplex-next-Button-Link_Color_Active-0-28-0)}.button__dd69042b.link__529c36f6:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-28-0)}.button__dd69042b.link__529c36f6:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-28-0)}.button__dd69042b{display:inline-flex;align-items:center;position:relative;margin:0;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__dd69042b::-moz-focus-inner{border:none;padding:0}.button__dd69042b.sm__b12181c0{line-height:16px;font-size:12px}.button__dd69042b.sm__b12181c0.general__65f52a4e,.button__dd69042b.sm__b12181c0.secondary__e1fb28e6,.button__dd69042b.sm__b12181c0.secondaryLight__cda60709,.button__dd69042b.sm__b12181c0.danger__fbd1046c{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__dd69042b.sm__b12181c0.icon__576e6616{min-height:28px;min-width:28px;padding:0 4px}.button__dd69042b.md__e649c650{line-height:20px;font-size:14px}.button__dd69042b.md__e649c650.general__65f52a4e,.button__dd69042b.md__e649c650.secondary__e1fb28e6,.button__dd69042b.md__e649c650.secondaryLight__cda60709,.button__dd69042b.md__e649c650.danger__fbd1046c{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__dd69042b.md__e649c650.icon__576e6616{min-height:40px;min-width:40px;padding:0 10px}.button__dd69042b.lg__6124b547{line-height:20px;font-size:16px}.button__dd69042b.lg__6124b547.general__65f52a4e,.button__dd69042b.lg__6124b547.secondary__e1fb28e6,.button__dd69042b.lg__6124b547.secondaryLight__cda60709,.button__dd69042b.lg__6124b547.danger__fbd1046c{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__dd69042b.lg__6124b547.icon__576e6616{min-height:56px;min-width:56px;padding:0 12px}.button__dd69042b:disabled{cursor:default}.button__dd69042b:disabled *{pointer-events:none}.button__dd69042b+.button__dd69042b:not(.block__76a2e7ef){margin-left:12px}.button__dd69042b .content__b9a90136{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__dd69042b.block__76a2e7ef{display:block;width:100%}.button__dd69042b.loading__e18279ff{pointer-events:none}.button__dd69042b.loading__e18279ff .content__b9a90136{visibility:hidden}.button__dd69042b .loader__fa0fffb7{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__dd69042b .loader__fa0fffb7.hidden__5662893a{visibility:hidden}.buttonDropdownExtended__c1fea580{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__c1fea580 .buttonDropdownExtendedBlock__92c672dc{padding:4px;margin-top:4px;right:0}.buttonDropdown__ea35ca85.block__76a2e7ef{display:block}.buttonDropdown__ea35ca85+.button__dd69042b:not(.block__76a2e7ef),.buttonDropdown__ea35ca85+.buttonDropdown__ea35ca85:not(.block__76a2e7ef){margin-left:16px}.buttonDropdown__ea35ca85 .buttonDropdownTarget__6214a4c8 .caretIcon__af540424{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__ea35ca85 .buttonDropdownTarget__6214a4c8.active__4259b876 .caretIcon__af540424{transform:rotate(-180deg)}.buttonDropdown__ea35ca85 .buttonDropdownMenuItem__53c252ce{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__dce57536{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__5dfb4a24{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__d49fe222{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__9cf14422{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-28-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__8cf79993{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__8cf79993 .modalWindowContentWrapper__9acfcbf4{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__dce57536 .6s ease}.modalWindow__8cf79993 .modalWindowContent__db0f767d{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__8cf79993 .modalWindowContent__db0f767d .modalWindowBody__4bf5d99e{box-sizing:border-box;animation:fadeIn__70cfff89 .3s ease}@keyframes fadeIn__70cfff89{0%{opacity:0}to{opacity:1}}.modalWindow__8cf79993 .modalWindowContent__db0f767d .spinnerSm__8f33fa1a{display:none}@media (max-width: 767px){.modalWindow__8cf79993 .modalWindowContent__db0f767d .spinner__3974678c{display:none}.modalWindow__8cf79993 .modalWindowContent__db0f767d .spinnerSm__8f33fa1a{display:flex}}.global-modalWindowTransition-exit .modalWindow__8cf79993 .modalWindowContentWrapper__9acfcbf4{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__5dfb4a24 .3s ease}.global-modalWindowTransition-exit .modalWindow__8cf79993 .modalWindowContentWrapper__9acfcbf4 .modalWindowBody__4bf5d99e{animation:fadeOut__3864945c .3s ease}@keyframes fadeOut__3864945c{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__0b7a6ed1{position:absolute;left:0;right:0;height:0}.modalWindow__8cf79993.sm__649a4270 .modalWindowContentWrapper__9acfcbf4{max-width:480px}.modalWindow__8cf79993.sm__649a4270 .modalWindowContent__db0f767d .modalWindowBody__4bf5d99e{min-height:196px}@media (max-width: 575px){.modalWindow__8cf79993.sm__649a4270 .modalWindowContentWrapper__9acfcbf4{max-width:100%}}.modalWindow__8cf79993.md__d272b79a .modalWindowContentWrapper__9acfcbf4{max-width:600px}.modalWindow__8cf79993.md__d272b79a .modalWindowContent__db0f767d .modalWindowBody__4bf5d99e{min-height:246px}@media (max-width: 767px){.modalWindow__8cf79993.md__d272b79a .modalWindowContentWrapper__9acfcbf4{max-width:100%}}.modalWindow__8cf79993.lg__5906d54a .modalWindowContentWrapper__9acfcbf4{max-width:800px}.modalWindow__8cf79993.lg__5906d54a .modalWindowContent__db0f767d .modalWindowBody__4bf5d99e{min-height:396px}@media (max-width: 991px){.modalWindow__8cf79993.lg__5906d54a .modalWindowContentWrapper__9acfcbf4{max-width:100%}}.modalWindowContentPage__96dd00f5{background:var(--triplex-next-ModalWindow-Background-0-28-0);padding:8px!important}.modalWindowContentPage__96dd00f5,.modalWindowLoaderScreen__d41c82e1{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__96dd00f5,.modalWindowLoaderScreen__d41c82e1{border-radius:24px}}.islandBody__271ffb1b{display:block}.islandHeader__e9180594,.islandFooter__d3cdc788,.island__f8ed3d46{position:relative}.island__f8ed3d46.type1__38db8969{background-color:var(--triplex-next-Island-Type1_Background-0-28-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-28-0)}.island__f8ed3d46.type2__4db7889f{background-color:var(--triplex-next-Island-Type2_Background-0-28-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-28-0)}.island__f8ed3d46.type3__f21dff50{background-color:var(--triplex-next-Island-Type3_Background-0-28-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-28-0)}.island__f8ed3d46.sm__04779b06{border-radius:16px;padding:16px}.island__f8ed3d46.sm__04779b06 .islandHeader__e9180594+.islandBody__271ffb1b,.island__f8ed3d46.sm__04779b06 .islandHeader__e9180594+.islandFooter__d3cdc788,.island__f8ed3d46.sm__04779b06 .islandBody__271ffb1b+.islandFooter__d3cdc788{margin-top:8px}.island__f8ed3d46.md__d6ab0051{border-radius:24px;padding:24px}.island__f8ed3d46.md__d6ab0051 .islandHeader__e9180594+.islandBody__271ffb1b,.island__f8ed3d46.md__d6ab0051 .islandHeader__e9180594+.islandFooter__d3cdc788,.island__f8ed3d46.md__d6ab0051 .islandBody__271ffb1b+.islandFooter__d3cdc788{margin-top:12px}.island__f8ed3d46.lg__51d86642{border-radius:32px;padding:32px}.island__f8ed3d46.lg__51d86642 .islandHeader__e9180594+.islandBody__271ffb1b,.island__f8ed3d46.lg__51d86642 .islandHeader__e9180594+.islandFooter__d3cdc788,.island__f8ed3d46.lg__51d86642 .islandBody__271ffb1b+.islandFooter__d3cdc788{margin-top:16px}@media (max-width: 767px){.island__f8ed3d46.sm__04779b06,.island__f8ed3d46.md__d6ab0051{border-radius:16px;padding:16px}.island__f8ed3d46.lg__51d86642{border-radius:24px;padding:24px}}.modalWindowBody__4bf5d99e{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__c3f53273{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__c3f53273{top:20px;right:20px}}.loaderScreen__c6276852{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__c6276852.loaderSmallBackdrop__aa21c9c2{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-28-0)}.loaderScreen__c6276852.loaderMiddleBackdrop__7efdf7c4{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-28-0)}.body__8a5990b6{position:relative;display:flex}.body__8a5990b6 .bodyInner__c9191728{position:relative;flex-grow:1;width:100%}.bodyPage__e3b689f4{flex-grow:1}.verticalMargin24__9fa4bfe7{margin-top:24px;margin-bottom:24px}.verticalMargin16__266bbb7a{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__9fa4bfe7{margin-top:16px;margin-bottom:16px}.verticalMargin16__266bbb7a{margin-top:8px;margin-bottom:8px}}.headerTabs__f74c75e3{display:flex;justify-content:space-between}.headerTabs__f74c75e3 .headerTabsContent__07411b37{flex-grow:1;min-width:1px}.headerTabs__f74c75e3 .headerTabsControls__1d90df53{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__f74c75e3{flex-wrap:wrap}.headerTabs__f74c75e3 .headerTabsContent__07411b37{width:100%}.headerTabs__f74c75e3 .headerTabsControls__1d90df53{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__f74c75e3 .headerTabsControls__1d90df53>button{margin-left:16px;margin-top:16px}}.headerTitle__6466a06c{display:flex;justify-content:space-between}.headerTitle__6466a06c .headerTitleControls__8056aa48{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__414e7d2a+.headerTitle__6466a06c{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__6466a06c{flex-wrap:wrap}.headerTitle__6466a06c .headerTitleContent__749fe2e7{width:100%}.headerTitle__6466a06c .headerTitleControls__8056aa48{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__6466a06c .headerTitleControls__8056aa48>button,.headerTitle__6466a06c .headerTitleControls__8056aa48>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__d1e7a88a{padding:24px 0}.headerSubheader__d1e7a88a.withoutPaddings__9948fd53{padding:0}.headerLayoutSidebar__efc03908{display:flex;justify-content:space-between}.headerLayoutSidebarContent__e236866c{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__e32f8048{display:none}}.page__4dc10ae8{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__4dc10ae8{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__079ade4f.sticky__1047ebff{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__079ade4f.sticky__1047ebff[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-28-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8b66aa46.sticky__1047ebff{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__8b66aa46.sticky__1047ebff[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-0-28-0)!important}.footerDescription__c901626e{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__24030c33{flex-grow:1;margin-right:auto}.footerDescriptionControls__b0b7984b{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__c901626e{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__24030c33{width:100%}.footerDescriptionControls__b0b7984b{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__b0b7984b>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__24030c33+.footerDescriptionControls__b0b7984b{margin-top:0}.footer__2b53b82c{padding:16px 0}}.modalWindowHeader__0a69d793 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__0a69d793 .global-HeaderTitleContent{padding-right:72px}}.list__e8786ac1{margin:0;padding:0;list-style:none;position:relative}.listItemControls__6fc06c7e{display:flex;padding:0 16px 0 4px}.listItemContent__cd3f7f12{background:var(--triplex-next-ListItem-Background-0-28-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__cd3f7f12.selected__678c05bb{background:var(--triplex-next-ListItem-Background_Selected-0-28-0)}.listItemControlsButton__dd18db6c{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-28-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__dd18db6c:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-28-0)}.listItemControlsButton__dd18db6c:hover .listItemControlsButtonLabel__9b278e6c{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-28-0)!important}.listItemControlsButton__dd18db6c:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-28-0)}.listItemControlsButton__dd18db6c:active .listItemControlsButtonLabel__9b278e6c{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-28-0)!important}.listItemControlsButton__dd18db6c+.listItemControlsButton__dd18db6c,.listItemControlsButton__dd18db6c+.listItemControlsButtonDropdown__b3c8e754{margin-left:4px}.listItemControlsButtonIcon__1c696b25{line-height:0}.listItemControlsButton__dd18db6c.withText__5e5ab8eb .listItemControlsButtonIcon__1c696b25{margin-bottom:8px}.listItemControlsButtonLabel__9b278e6c{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-28-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__b3c8e754{display:flex}.listItemControlsButtonInner__e80d0760{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__dd18db6c.withIcon__22e03ea1.withText__5e5ab8eb .listItemControlsButtonInner__e80d0760{height:44px;overflow:visible}.buttonDropdownMenuItem__892a3f83{overflow:hidden;text-overflow:ellipsis}.listEmptyState__eb532318{padding:64px 16px 16px;text-align:center}.listItemLoading__7b465352{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-0-28-0)}.label__3810f12a{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__3810f12a.sm__47a3daca{min-width:16px;min-height:16px}.label__3810f12a.sm__47a3daca.nonempty__cb8424c0{padding:2px 0 2px 24px}.label__3810f12a.md__ef057442{min-width:24px;min-height:24px}.label__3810f12a.md__ef057442.nonempty__cb8424c0{padding-left:32px;padding-top:2px}.label__3810f12a.lg__971a62cc{min-width:28px;min-height:28px}.label__3810f12a.lg__971a62cc.nonempty__cb8424c0{padding-left:40px;padding-top:4px}.label__3810f12a.disabled__217f4bfa{cursor:default}.label__3810f12a[hidden]{display:none}.checkbox__b04b1766{margin:0;opacity:0}.checkboxIcon__bd47ea82{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-28-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-28-0)}.sm__47a3daca .checkboxIcon__bd47ea82{border-radius:4px}.checkmarkIcon__9c563105{transform:scale(0)}.checkmarkIcon__9c563105 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-28-0)}.checkboxIcon__bd47ea82,.checkmarkIcon__9c563105{pointer-events:none}.checkbox__b04b1766,.checkboxIcon__bd47ea82,.checkmarkIcon__9c563105{position:absolute;left:0;top:0}.sm__47a3daca .checkbox__b04b1766,.sm__47a3daca .checkboxIcon__bd47ea82,.sm__47a3daca .checkmarkIcon__9c563105{width:16px;height:16px;top:2px}.md__ef057442 .checkbox__b04b1766,.md__ef057442 .checkboxIcon__bd47ea82,.md__ef057442 .checkmarkIcon__9c563105{width:24px;height:24px}.lg__971a62cc .checkbox__b04b1766,.lg__971a62cc .checkboxIcon__bd47ea82,.lg__971a62cc .checkmarkIcon__9c563105{width:28px;height:28px}.checkbox__b04b1766:enabled{cursor:pointer}.checkbox__b04b1766:enabled:hover+.checkboxIcon__bd47ea82{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-28-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-28-0)}.checkbox__b04b1766:checked+.checkboxIcon__bd47ea82{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-28-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-28-0)}.checkbox__b04b1766:checked~.checkmarkIcon__9c563105{transform:scale(1);transition:transform .2s ease-out}.checkbox__b04b1766:disabled+.checkboxIcon__bd47ea82{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-28-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-28-0)}.checkbox__b04b1766:disabled:checked+.checkboxIcon__bd47ea82{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-28-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-28-0)}.checkbox__b04b1766:disabled~.checkmarkIcon__9c563105 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-28-0)}.checkbox__b04b1766:focus-visible+.checkboxIcon__bd47ea82{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-28-0)}.checkbox__b04b1766:checked:enabled:hover+.checkboxIcon__bd47ea82{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-28-0)}.listItemSelectable__fb1019c6{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-28-0);border-radius:8px}.listItemSelectable__fb1019c6.selected__678c05bb{background:var(--triplex-next-ListItem-Background_Selected-0-28-0)}.checkboxWrapper__2a5b3332{padding:16px;line-height:0}.childrenWrapper__df91ad1e{flex-grow:1}.checkboxLabel__61cc4ee6{padding:0!important;position:relative}.checkboxLabelClickArea__fb22868b{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__c47f3c8c{position:relative;overflow:hidden}.swipeableArea__c47f3c8c .content__ef4b12ba{position:relative;touch-action:pan-y}.swipeableArea__c47f3c8c .content__ef4b12ba.disableScroll__edd83d37{touch-action:none}.swipeableArea__c47f3c8c .content__ef4b12ba.disablePointerEvents__1a33a875:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__c47f3c8c .swipeAnimationFinish__422c05a2{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__c47f3c8c .leftContent__6f60cbe3,.swipeableArea__c47f3c8c .rightContent__3f325353{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__c47f3c8c .rightContent__3f325353{left:auto;right:0}.listItemTail__de5af413{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__cf869dab{background:var(--triplex-next-ListMaster-Background-0-28-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__3a34697d{left:-8px}.listItemTailRight__4de8780d{right:-10px}.listItemTailTop__372589ad{position:absolute;top:0;left:0;right:0}.listItemTailTop__372589ad: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-28-0)}.listItemTailTop__372589ad: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-28-0)}.listItemTailBottom__7f9778fa{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__7f9778fa: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-28-0)}.listItemTailBottom__7f9778fa: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-ListMaster-Background-0-28-0)}.listItemTable__78e644c2{margin-bottom:4px}.listItemTable__78e644c2:last-child{margin-bottom:0}.listItemTable__78e644c2 .swipeableArea__12ec2669{border-radius:8px}.listSortableItemTarget__884dd3cd{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-28-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__884dd3cd:hover{background:var(--triplex-next-ListItem-Background_Selected-0-28-0)}.listSortableItemTarget__884dd3cd.dragging__95555e2a{background:var(--triplex-next-ListItem-Background_Dragging-0-28-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-0-28-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__f6b8f8d7{flex:1}.listSortableItemTargetIcon__a6cad65c{display:block}.listSortableItem__07de6621{position:relative}.listSortableItem__07de6621.dragging__95555e2a{z-index:1}.listSortableItemControls__ae73e6e4{display:inline-block}.islandWidgetHeader__97defd5e{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__97defd5e .islandWidgetHeaderContent__19cf60bf{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__97defd5e .islandWidgetHeaderDescription__6d572bdf{display:flex}.islandWidgetHeader__97defd5e .caretWrapper__040d9e8d{position:absolute;top:20px;right:16px}.islandWidgetHeader__97defd5e .caretIcon__680498d5{transition:transform .3s ease-in-out}.islandWidgetHeader__97defd5e.open__cf71a264 .caretWrapper__040d9e8d .caretIcon__680498d5{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__97defd5e{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__fd9063ff{padding-top:16px}.islandWidgetFooter__f9b3cd68{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__82cfb85a{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__3e05cb44{margin-left:auto;white-space:nowrap}.expandAnimation__fd9d6665{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__0c065fbc{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-28-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__0c065fbc{border-radius:0 0 16px 16px}}.islandWidget__b3e090cd{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__b3e090cd>*{height:100%}.islandWidgetWithExtraFooter__deefa741: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-28-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__1554f457{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__854c0a52{display:flex;flex-direction:column}.formFieldClear__6c426e3f{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__6c426e3f:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__2eb5b199{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-28-0);overflow:hidden;white-space:nowrap}.formFieldTarget__2eb5b199.sm__03b1ce1c{font-size:12px;height:28px;line-height:16px}.formFieldTarget__2eb5b199.md__35be776a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__2eb5b199.lg__eb185181{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__2eb5b199.placeholder__e3de647c{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-28-0)}.formFieldTarget__2eb5b199.disabled__d0a25adf{color:var(--triplex-next-FormField-Target_Color_Disabled-0-28-0)}.formFieldTarget__2eb5b199 .placeholderWrapper__6a725d70{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__2eb5b199:focus{outline:none}.formFieldTarget__2eb5b199:focus .placeholderWrapper__6a725d70,.formFieldTarget__2eb5b199.active__e3b267de .placeholderWrapper__6a725d70{opacity:1}.formFieldTextarea__bb8a94d8{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-28-0);vertical-align:top;font-family:inherit}.formFieldTextarea__bb8a94d8.sm__03b1ce1c{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__bb8a94d8.md__35be776a{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__bb8a94d8.lg__eb185181{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__bb8a94d8::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-28-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__bb8a94d8:focus{outline:none}.formFieldTextarea__bb8a94d8:focus::placeholder{opacity:1}.formFieldTextarea__bb8a94d8:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-28-0)}.formFieldTextarea__bb8a94d8:-webkit-autofill{animation-name:autofill-applied-hook__2b158bf1;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__bb8a94d8:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__659b7562;animation-duration:1ms}@keyframes autofill-applied-hook__2b158bf1{0%{transform:none}}@keyframes autofill-cancelled-hook__659b7562{0%{transform:none}}.chipGroupItem__5be4bcba{display:inline-block}.chip__031a9595{background:var(--triplex-next-Chip-Background_Default-0-28-0);color:var(--triplex-next-Chip-Color_Default-0-28-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;position:relative;vertical-align:middle}.chip__031a9595.lg__58893ac8{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__031a9595.lg__58893ac8 .prefix__f5749796{padding-left:16px}.chip__031a9595.lg__58893ac8 .postfix__ad48e36d{padding-right:12px}.chip__031a9595.lg__58893ac8 .notificationIcon__1e92eeae{right:6px;top:6px}.chip__031a9595.md__2ea589c9{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__031a9595.md__2ea589c9 .prefix__f5749796{padding-left:12px}.chip__031a9595.md__2ea589c9 .postfix__ad48e36d{padding-right:8px}.chip__031a9595.md__2ea589c9 .notificationIcon__1e92eeae{right:4px;top:4px}.chip__031a9595.sm__205f45bf{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__031a9595.sm__205f45bf .prefix__f5749796{padding-left:8px}.chip__031a9595.sm__205f45bf .postfix__ad48e36d{padding-right:8px}.chip__031a9595.sm__205f45bf .notificationIcon__1e92eeae{right:3px;top:3px}.chip__031a9595:hover{background:var(--triplex-next-Chip-Background_Hover-0-28-0);color:var(--triplex-next-Chip-Color_Hover-0-28-0)}.chip__031a9595:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-28-0)}.chip__031a9595:active,.chip__031a9595[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-28-0);color:var(--triplex-next-Chip-Color_Active-0-28-0)}.chip__031a9595.disabled__ec5ad4ac{background:var(--triplex-next-Chip-Background_Disabled-0-28-0);color:var(--triplex-next-Chip-Color_Disabled-0-28-0);cursor:default;pointer-events:none}.chip__031a9595.selected__96a8b4ff{background:var(--triplex-next-Chip-Background_Selected_Default-0-28-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-28-0)}.chip__031a9595.selected__96a8b4ff:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-28-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-28-0)}.chip__031a9595.selected__96a8b4ff:active,.chip__031a9595.selected__96a8b4ff[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-28-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-28-0)}.chip__031a9595.selected__96a8b4ff.disabled__ec5ad4ac{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-28-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-28-0)}.chip__031a9595.withPrefix__1b51cc98{padding-left:0}.chip__031a9595.withPostfix__c50fd552{padding-right:0}.chip__031a9595 .content__53200cce{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__031a9595 .prefix__f5749796,.chip__031a9595 .postfix__ad48e36d{display:flex}.chip__031a9595 .notificationIcon__1e92eeae{position:absolute}.calendarControls__c7dde4ac{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-28-0)}.calendarViewDays__f6bc2f59{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__0cdd7e81 .calendarViewDays__f6bc2f59{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__75306407,.calendarViewYears__7e0d3b8e{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__0cdd7e81 .calendarViewMonths__75306407,.adaptive__0cdd7e81 .calendarViewYears__7e0d3b8e{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__1e13b21d{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-28-0)}.calendarViewDaysBody__171bddfa:before{display:block;content:"";line-height:8px}.adaptive__0cdd7e81 .calendarViewDaysBody__171bddfa:before{line-height:4px}.calendarViewItem__4fbabfb6{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__4fbabfb6:focus-visible{outline:none}.calendarViewItem__4fbabfb6.current__915032d1{font-weight:600}.calendarViewItem__4fbabfb6.disabled__1d4fb5ab{pointer-events:none}.calendarViewItemLabel__be516075{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-28-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-28-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-28-0);cursor:pointer}.calendarViewItemLabel__be516075:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-28-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-28-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb:hover.basicMark__194f04e5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb:hover.standardMark__8a0ecbf1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb:hover.attentionMark__d40976fe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb:hover.criticalMark__18f5634a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb.muted__97ad78bc{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-28-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb.muted__97ad78bc:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-28-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb.basicMark__194f04e5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb.standardMark__8a0ecbf1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb.attentionMark__d40976fe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-28-0)}.calendarViewItemLabel__be516075.selected__033263eb.criticalMark__18f5634a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-28-0)}.calendarViewItemLabel__be516075.marked__711b8a7d:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__be516075.basicMark__194f04e5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-28-0)}.calendarViewItemLabel__be516075.standardMark__8a0ecbf1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-28-0)}.calendarViewItemLabel__be516075.attentionMark__d40976fe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-28-0)}.calendarViewItemLabel__be516075.criticalMark__18f5634a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-28-0)}.calendarViewItemLabel__be516075.muted__97ad78bc{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-28-0)}.calendarViewItemLabel__be516075.disabled__1d4fb5ab{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-28-0);background:none}.calendarViewItem__4fbabfb6:focus-visible .calendarViewItemLabel__be516075{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-28-0)}.unitDay__0afb7ed7{width:36px;height:36px;border-radius:6px}.unitMonth__41e60ea5,.unitYear__7a44c728{width:89px;height:48px;border-radius:6px}.adaptive__0cdd7e81 .unitMonth__41e60ea5,.adaptive__0cdd7e81 .unitYear__7a44c728{width:104px;height:48px;border-radius:6px}.calendarFooter__c3e8915e{margin-top:12px;text-align:center}.calendar__3f161f57{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-28-0);-webkit-user-select:none;user-select:none}.calendar__3f161f57.adaptive__0cdd7e81{width:auto;padding:20px}.calendar__3f161f57+.calendar__3f161f57{margin-top:20px}.datePickerExtendedMobileDropdown__21f4541c{max-height:100vh}.chipDropdownArrow__8b1b35af{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__8b1b35af.rotated__04498e34{transform:rotate(-180deg)}.chipClearButton__a9b1503c{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__a9b1503c:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-28-0)}.dropdownMobileMaskedInput__586f2cd3{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__586f2cd3:first-child{top:0}.selectExtendedFieldTarget__5ae710cf{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__5ae710cf .caretWrapper__a8641e89{height:100%}.selectExtendedFieldTarget__5ae710cf .caretIcon__932ba6c4{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__5ae710cf.selectOpened__f552002d .caretIcon__932ba6c4{transform:rotate(180deg)}.selectExtendedFieldTarget__5ae710cf.disabled__308ef8dd{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__5ae710cf.disabled__308ef8dd .target__a686d6b4,.selectExtendedFieldTarget__5ae710cf.disabled__308ef8dd .caretWrapper__a8641e89{pointer-events:none}.selectExtendedField__28a7f090{position:relative}.multiselectFieldHeader__8e096469{padding:12px}.multiselectFieldContent__a1ee488f{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__a1ee488f:first-child{padding-top:12px}.multiselectFieldContent__a1ee488f:has(.loaderScreen__e5d036da){overflow:hidden}.multiselectFieldContent__a1ee488f.sm__c66050b8{max-height:208px}.multiselectFieldContent__a1ee488f.md__57c805dd{max-height:266px}.multiselectFieldContent__a1ee488f.lg__f8d5e429{max-height:296px}.multiselectFieldFooter__cd1a082a{padding:0 12px 12px}.multiselectFieldFooter__cd1a082a:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-28-0)}.chipOptionsContent__d4fe00b0{min-width:14px;text-align:center;display:block}.tooltipDesktop__c90284c2{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__c90284c2 .tooltipBody__0c2aaf8a{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-28-0)}.tooltipDesktop__c90284c2 .tooltipXButton__fd40eeba{position:absolute;right:8px;top:8px}.tooltipDesktopContent__6b5a2749{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-28-0);border-radius:8px}.closable__73fa5add .tooltipDesktopContent__6b5a2749{padding-right:32px}.tooltipSM__2a1cf44d .tooltipDesktopContent__6b5a2749{width:192px;min-height:52px}.tooltipLG__832fb317 .tooltipDesktopContent__6b5a2749{width:384px;min-height:52px}.tooltipOverlay__7a28f09d{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__6e1e1b7e{width:0;height:0}.tooltipDesktopTip__6e1e1b7e.down__d6a27b27{border-top:solid var(--triplex-next-Tooltip-Background-0-28-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__6e1e1b7e.up__f4f0c086{border-bottom:solid var(--triplex-next-Tooltip-Background-0-28-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__6e1e1b7e.left__abfae026{border-right:solid var(--triplex-next-Tooltip-Background-0-28-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__6e1e1b7e.right__17c718af{border-left:solid var(--triplex-next-Tooltip-Background-0-28-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__124b2d86 .tooltipBody__0c2aaf8a{text-align:left}.tooltipMobileContent__76a17386{padding:16px}.headerless__087bddcd .tooltipMobileContent__76a17386{padding-right:40px;border-radius:16px 16px 0 0}.headerless__087bddcd .tooltipMobileContent__76a17386 .closeButton__2c09708b{position:absolute;right:16px;top:16px}.tooltipLink__773e16df{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__2fda5bcc{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-28-0)}.desktop__2fda5bcc:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-28-0)}.desktop__2fda5bcc:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-28-0)}.desktop__2fda5bcc:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-28-0)}.mobile__f828d21b{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-28-0)}.mobile__f828d21b:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-28-0)}.mobile__f828d21b:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-28-0)}.mobile__f828d21b:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-28-0)}.chipSuggestInputWrapper__b354d248{margin:12px}.suggestDropdownMobileBody__238c3123{height:176px}.suggestDropdownMobileNoOptionsText__de7c6f29{padding:16px}.checkboxXGroup__689b8704{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__689b8704.indent-12__cd7f5ece{margin-left:-6px;margin-right:-6px}.checkboxXGroup__689b8704.indent-12__cd7f5ece .label__3810f12a{margin-left:6px;margin-right:6px}.checkboxXGroup__689b8704.indent-16__313633ed{margin-left:-8px;margin-right:-8px}.checkboxXGroup__689b8704.indent-16__313633ed .label__3810f12a{margin-left:8px;margin-right:8px}.checkboxXGroup__689b8704.indent-20__a928fc06{margin-left:-10px;margin-right:-10px}.checkboxXGroup__689b8704.indent-20__a928fc06 .label__3810f12a{margin-left:10px;margin-right:10px}.checkboxXGroup__689b8704.indent-24__678dfa36{margin-left:-12px;margin-right:-12px}.checkboxXGroup__689b8704.indent-24__678dfa36 .label__3810f12a{margin-left:12px;margin-right:12px}.checkboxXGroup__689b8704.indent-28__caab9ff0{margin-left:-14px;margin-right:-14px}.checkboxXGroup__689b8704.indent-28__caab9ff0 .label__3810f12a{margin-left:14px;margin-right:14px}.checkboxXGroup__689b8704.indent-32__fce8bb25{margin-left:-16px;margin-right:-16px}.checkboxXGroup__689b8704.indent-32__fce8bb25 .label__3810f12a{margin-left:16px;margin-right:16px}.checkboxYGroup__b3eaad6a{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__b3eaad6a .label__3810f12a.sm__47a3daca+.label__3810f12a.sm__47a3daca{margin-top:8px}.checkboxYGroup__b3eaad6a .label__3810f12a.lg__971a62cc+.label__3810f12a.lg__971a62cc{margin-top:20px}.checkboxYGroup__b3eaad6a .label__3810f12a.md__ef057442+.label__3810f12a.md__ef057442{margin-top:16px}@media (max-width: 767px){.checkboxYGroup__b3eaad6a{margin:14px 16px}.checkboxYGroup__b3eaad6a .label__3810f12a.sm__47a3daca+.label__3810f12a.sm__47a3daca,.checkboxYGroup__b3eaad6a .label__3810f12a.md__ef057442+.label__3810f12a.md__ef057442,.checkboxYGroup__b3eaad6a .label__3810f12a.lg__971a62cc+.label__3810f12a.lg__971a62cc{margin-top:28px}}.card__f34cb582{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__f34cb582.roundingMD__9e40c682{--radius: 16px}.card__f34cb582.roundingSM__0311a9f9{--radius: 8px}.card__f34cb582.general__e50441c2{background:var(--triplex-next-Card-Static_General_Background-0-28-0)}.card__f34cb582.secondary__83d4a151{background:var(--triplex-next-Card-Static_Secondary_Background-0-28-0)}.card__f34cb582 .cardMedia__55196ca7{background-size:cover;background-repeat:no-repeat;background-position:center}.card__f34cb582 .cardContent__c7970ea3{padding:var(--padding)}.card__f34cb582 .cardContent__c7970ea3.paddingMD__ba3473da{--padding: 24px}.card__f34cb582 .cardContent__c7970ea3.paddingSM__a9a09a1f{--padding: 16px}.card__f34cb582 .cardContent__c7970ea3 .cardContentHeader__4de7bf2f{margin-bottom:16px}.card__f34cb582 .cardContent__c7970ea3 .cardContentFooter__30132ad6{margin-top:16px}.action__7e3c7910{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__7e3c7910: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__7e3c7910.general__e50441c2{background:var(--triplex-next-Card-Action_General_Background-0-28-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-28-0)}.action__7e3c7910.general__e50441c2:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-28-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-28-0)}.action__7e3c7910.general__e50441c2.selected__d14aad66{background:var(--triplex-next-Card-Action_General_Background_Selected-0-28-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-28-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-28-0)}.action__7e3c7910.general__e50441c2.selected__d14aad66:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-28-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-28-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-28-0)}.action__7e3c7910.general__e50441c2:focus{outline:none}.action__7e3c7910.general__e50441c2:focus.focusVisible__a7d14383{box-shadow:var(--triplex-next-Card-Shadow_Default-0-28-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-28-0)}.action__7e3c7910.secondary__83d4a151{background:var(--triplex-next-Card-Action_Secondary_Background-0-28-0)}.action__7e3c7910.secondary__83d4a151:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-28-0)}.action__7e3c7910.secondary__83d4a151.selected__d14aad66{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-28-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-28-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-28-0)}.action__7e3c7910.secondary__83d4a151.selected__d14aad66:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-28-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-28-0)}.action__7e3c7910.secondary__83d4a151:focus{outline:none}.action__7e3c7910.secondary__83d4a151:focus.focusVisible__a7d14383{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-28-0)}.alertContext__2b919a7d{display:flex;font-size:12px;line-height:16px}.alertContext__2b919a7d>svg{flex-shrink:0}.alertContext__2b919a7d .alertContextText__c582b856{margin-left:8px}.alertContext__2b919a7d.alertTypeError__dca7724b .alertContextText__c582b856{color:var(--triplex-next-AlertContext-Error_Color-0-28-0)}.alertContext__2b919a7d.alertTypeInfo__4e2fd3c7 .alertContextText__c582b856{color:var(--triplex-next-AlertContext-Info_Color-0-28-0)}.alertContext__2b919a7d.alertTypeWarning__0e7eb5a1 .alertContextText__c582b856{color:var(--triplex-next-AlertContext-Warning_Color-0-28-0)}.alertContext__2b919a7d.alertTypeSystem__e24f5a3b .alertContextText__c582b856{color:var(--triplex-next-AlertContext-System_Color-0-28-0)}.alertProcess__55545fc3{display:flex;padding:16px;position:relative}.alertProcess__55545fc3.md__cecae6d5{border-radius:12px}.alertProcess__55545fc3.lg__560df0f2{border-radius:24px}.alertProcess__55545fc3.withSpoiler__eb2d14e6{min-height:40px}.alertProcess__55545fc3 .themeIcon__370e2022{box-sizing:border-box;height:20px;width:20px}.alertProcess__55545fc3.alertTypeError__dca7724b{background:var(--triplex-next-AlertProcess-Error_Background-0-28-0)}.alertProcess__55545fc3.alertTypeInfo__4e2fd3c7{background:var(--triplex-next-AlertProcess-Info_Background-0-28-0)}.alertProcess__55545fc3.alertTypeWarning__0e7eb5a1{background:var(--triplex-next-AlertProcess-Warning_Background-0-28-0)}.alertProcess__55545fc3.alertTypeSystem__e24f5a3b{background:var(--triplex-next-AlertProcess-System_Background-0-28-0)}.alertProcess__55545fc3.alertTypeFeature__49bd1585{background:var(--triplex-next-AlertProcess-Feature_Background-0-28-0)}.alertProcess__55545fc3.alertTypeFeature__49bd1585 .themeIcon__370e2022{padding-top:0}.alertProcess__55545fc3 .alertProcessContentBlock__5d193037{flex:1;margin-left:10px}.alertProcess__55545fc3 .alertProcessContentBlock__5d193037 .expandableContent__821ed50e{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__55545fc3 .alertProcessContentBlock__5d193037 .expandableContent__821ed50e.expanded__195fa7f4{max-height:1000px;opacity:1}.alertProcess__55545fc3 .closeButton__7345444b{margin-left:10px}.alertProcess__55545fc3 .expandButton__99ded835{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__55545fc3 .expandButton__99ded835.expanded__195fa7f4{transform:rotate(180deg)}.adaptive__4932c85d{font-size:10px!important;line-height:12px!important}.avatar__6e413f22{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-28-0)}.avatar__6e413f22.xxs__55c4ecb3{width:28px;height:28px;border-radius:6px}.avatar__6e413f22.xs__a9354df3{width:32px;height:32px;border-radius:8px}.avatar__6e413f22.sm__3cbfe259{width:40px;height:40px;border-radius:10px}.avatar__6e413f22.md__9cb989f2{width:56px;height:56px;border-radius:16px}.avatar__6e413f22.lg__17303bda{width:80px;height:80px;border-radius:20px}.avatar__6e413f22.xl__0147a0d1{width:96px;height:96px;border-radius:24px}.avatar__6e413f22.xxl__14d28427{width:128px;height:128px;border-radius:28px}.carouselExtended__e188f53f{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e188f53f::-webkit-scrollbar{display:none}.treeView__205349b7,.treeViewGroup__495b3902{margin:0;padding:0}.treeView__205349b7 .treeViewNode__f57aea09,.treeViewGroup__495b3902 .treeViewNode__f57aea09{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__51ddf6b5.collapsed__38ba8620{visibility:hidden}.checkboxTreeExtended__1b68f88e{margin-bottom:-12px}.checkboxTreeExtendedNode__e5deba0b .checkboxTreeExtendedNode__e5deba0b:has(.sm__38e90945){margin-left:16px}.checkboxTreeExtendedNode__e5deba0b .checkboxTreeExtendedNode__e5deba0b:has(.md__acc44cd5),.checkboxTreeExtendedNode__e5deba0b .checkboxTreeExtendedNode__e5deba0b:has(.lg__70a5c631){margin-left:24px}.checkboxTreeExtendedNodeHeader__7100a02f{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__7100a02f.sm__38e90945{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__7100a02f.md__acc44cd5,.checkboxTreeExtendedNodeHeader__7100a02f.lg__70a5c631{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__7100a02f .checkboxTreeCheckboxLabel__a9e857ef{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__7100a02f .caretIconWrapper__d68b81e9{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__7100a02f .caretIconWrapper__d68b81e9:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-28-0)}.checkboxTreeExtendedNodeHeader__7100a02f.opened__8869e8ec .caretIconWrapper__d68b81e9{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__1b68f88e{padding:0 16px}.checkboxTreeExtended__1b68f88e .checkboxTreeExtendedNodeHeader__7100a02f{margin-bottom:0}.checkboxTreeExtended__1b68f88e .checkboxTreeExtendedNodeHeader__7100a02f .checkboxTreeCheckboxLabel__a9e857ef{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__1b68f88e .checkboxTreeExtendedNodeHeader__7100a02f .checkboxTreeCheckboxLabel__a9e857ef>span,.checkboxTreeExtended__1b68f88e .checkboxTreeExtendedNodeHeader__7100a02f .checkboxTreeCheckboxLabel__a9e857ef>svg,.checkboxTreeExtended__1b68f88e .checkboxTreeExtendedNodeHeader__7100a02f .checkboxTreeCheckboxLabel__a9e857ef .checkboxTreeCheckbox__537b0918{top:14px}}.chipGroup__6266ce56{display:flex}.chipGroup__6266ce56.oneLine__12f90964{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__6266ce56.oneLine__12f90964::-webkit-scrollbar{display:none}.chipGroup__6266ce56.multiLine__aa2d8829{flex-wrap:wrap}.chipGroup__6266ce56.lg__1363eda4{gap:12px}.chipGroup__6266ce56.md__e93390b3,.chipGroup__6266ce56.sm__60cd7bc1{gap:8px}.col-1__d5063c7f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__92884a58{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__c2eb86fb{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__bce43a36{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__e2caae82{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__d6a1fc89{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__fc2dd67b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__77d3e0e7{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__66770e7d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__3781b4bf{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__f4c7211b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__8a33f743{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__49afd23e{margin-left:0%}.offset-1__48bf95c3{margin-left:8.33333333%}.offset-2__ef56f0d6{margin-left:16.66666667%}.offset-3__5ee2fc9f{margin-left:25%}.offset-4__bee2cb06{margin-left:33.33333333%}.offset-5__e2e7c757{margin-left:41.66666667%}.offset-6__ab9d0476{margin-left:50%}.offset-7__bda132b2{margin-left:58.33333333%}.offset-8__d0aebabb{margin-left:66.66666667%}.offset-9__590acec6{margin-left:75%}.offset-10__038cb739{margin-left:83.33333333%}.offset-11__c6bd1090{margin-left:91.66666667%}.d-none__06167c0b{display:none!important}.d-block__45cf1001{display:block!important}@media (min-width: 576px){.col-sm-1__e4e71848{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__8471dbae{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__ecbc950e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__deccd9da{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__3fbe1020{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__21eb44ed{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__577473d4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__5608c530{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__a88aa4d5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__43ea66f6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__29b42f4f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__59f8beb5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__d10d2e62{margin-left:0%}.offset-sm-1__46afd967{margin-left:8.33333333%}.offset-sm-2__8994eb82{margin-left:16.66666667%}.offset-sm-3__e4a0c729{margin-left:25%}.offset-sm-4__ae3c0667{margin-left:33.33333333%}.offset-sm-5__9917cb91{margin-left:41.66666667%}.offset-sm-6__8fe5d3b3{margin-left:50%}.offset-sm-7__762d1e52{margin-left:58.33333333%}.offset-sm-8__1a3bf3d7{margin-left:66.66666667%}.offset-sm-9__ee2d7a6d{margin-left:75%}.offset-sm-10__18ff7aa3{margin-left:83.33333333%}.offset-sm-11__57f38fb3{margin-left:91.66666667%}.d-none-sm__bab44e3a{display:none!important}.d-block-sm__236402b1{display:block!important}}@media (min-width: 768px){.col-md-1__dc7c071c{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__c9c9ad2e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__89a2d20d{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__a654e560{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__c43014e9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__d3204603{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__9f1454fd{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__5a253a95{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__3c34450f{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__387b126e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__9cb17435{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__8d8b6396{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__40247ff3{margin-left:0%}.offset-md-1__c16374ec{margin-left:8.33333333%}.offset-md-2__25e6f753{margin-left:16.66666667%}.offset-md-3__db5a3ce9{margin-left:25%}.offset-md-4__7f5547c2{margin-left:33.33333333%}.offset-md-5__353ac92e{margin-left:41.66666667%}.offset-md-6__dfc1b378{margin-left:50%}.offset-md-7__b3a6b2b8{margin-left:58.33333333%}.offset-md-8__466af588{margin-left:66.66666667%}.offset-md-9__cdbacea0{margin-left:75%}.offset-md-10__b9c5020c{margin-left:83.33333333%}.offset-md-11__2eb189c0{margin-left:91.66666667%}.d-none-md__3622f3c8{display:none!important}.d-block-md__824fee73{display:block!important}}@media (min-width: 992px){.col-lg-1__cbc83ee4{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__ab663280{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__55c74af3{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__cf4b4339{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__7b58a5ac{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__4310a6ca{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__670a9b24{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__b5208933{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__ac196878{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__56bf6298{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__3f1063a2{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__c6594f49{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__a799c5e6{margin-left:0%}.offset-lg-1__f6324b34{margin-left:8.33333333%}.offset-lg-2__554e3637{margin-left:16.66666667%}.offset-lg-3__69600bdf{margin-left:25%}.offset-lg-4__67e29080{margin-left:33.33333333%}.offset-lg-5__b5224f22{margin-left:41.66666667%}.offset-lg-6__225974a2{margin-left:50%}.offset-lg-7__9ad08d8e{margin-left:58.33333333%}.offset-lg-8__82180258{margin-left:66.66666667%}.offset-lg-9__e88500e4{margin-left:75%}.offset-lg-10__fb3cf237{margin-left:83.33333333%}.offset-lg-11__fc3c1812{margin-left:91.66666667%}.d-none-lg__ba0482fe{display:none!important}.d-block-lg__4536d453{display:block!important}}@media (min-width: 1200px){.col-xl-1__15b4e18a{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__77fc9ac5{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__dae46806{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__c140d01b{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__cd395cb1{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__fa5f8425{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__9d38cbe6{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__39a3c64e{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__d7d849bb{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__ec274039{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__be2fb9e9{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__bff76433{position:relative;width:100%;padding-right:8px;padding-left:8px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__53051bfd{margin-left:0%}.offset-xl-1__a7f4ad38{margin-left:8.33333333%}.offset-xl-2__49c0187e{margin-left:16.66666667%}.offset-xl-3__d730b05f{margin-left:25%}.offset-xl-4__d598ae10{margin-left:33.33333333%}.offset-xl-5__a493b39d{margin-left:41.66666667%}.offset-xl-6__cc00e019{margin-left:50%}.offset-xl-7__ad995804{margin-left:58.33333333%}.offset-xl-8__697e731f{margin-left:66.66666667%}.offset-xl-9__979420f0{margin-left:75%}.offset-xl-10__a3ba5547{margin-left:83.33333333%}.offset-xl-11__40dc339f{margin-left:91.66666667%}.d-none-xl__66f86a00{display:none!important}.d-block-xl__560ca77d{display:block!important}}.confirm__54715799{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__54715799.isInLightBox__89872737{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__54715799.isInSideOverlaySM__d2ea7d2d{max-width:520px}.confirm__54715799.isInSideOverlayMD__3621f697{max-width:680px}.confirm__54715799.isInSideOverlayLG__a5b54e11{max-width:800px}.confirmCloseButton__0f850dde{position:absolute;top:24px;right:24px}.confirmContent__fd20ca50{margin-bottom:24px;padding-right:56px}.confirmControls__a1163aea{white-space:nowrap}.confirmContentTitle__35d2040e{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__0f850dde{top:16px;right:16px}.confirmContent__fd20ca50{margin-bottom:16px}}.dateRange__99d6e3fa{display:flex;align-items:center}.dateRangeButton__a463cbdf{z-index:1}.separator__7889f8bd{width:20px;height:20px;flex-shrink:0}.divider__86b45003{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-28-0);border:none}.marginTopSize-4__5963b41b{margin-top:4px}.marginBottomSize-4__36737931{margin-bottom:4px}.marginTopSize-8__136f63aa{margin-top:8px}.marginBottomSize-8__35c3dcb3{margin-bottom:8px}.marginTopSize-12__be4afd49{margin-top:12px}.marginBottomSize-12__debaf484{margin-bottom:12px}.marginTopSize-16__0deaef9f{margin-top:16px}.marginBottomSize-16__3d87368b{margin-bottom:16px}.marginTopSize-20__a97cc7d0{margin-top:20px}.marginBottomSize-20__d0da7add{margin-bottom:20px}.marginTopSize-24__85056a57{margin-top:24px}.marginBottomSize-24__06a021f7{margin-bottom:24px}.marginTopSize-28__fcfc9f80{margin-top:28px}.marginBottomSize-28__66d9b429{margin-bottom:28px}.marginTopSize-32__2bff3cb9{margin-top:32px}.marginBottomSize-32__ede6c52a{margin-bottom:32px}.smallInput__7371115e{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-28-0);background:var(--triplex-next-SmallInput-Background-0-28-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-28-0)}.smallInput__7371115e::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-28-0);opacity:1}.smallInput__7371115e::-ms-clear{display:none}.link__40cdb394{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-28-0)}.link__40cdb394:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-28-0)}.link__40cdb394:active{color:var(--triplex-next-Link-Text_Color_Active-0-28-0)}.link__40cdb394:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-28-0)}.wordWithContent__e97e3bf5{white-space:nowrap;display:inline-flex;align-items:center}.before__015b258e :first-child{margin-right:2px}.after__e977473f :last-child{margin-left:2px}.documentNumberEdit__8f96cb13 .label__789d9b87{display:inline-block;margin-right:8px}.documentNumberEdit__8f96cb13 .inputEditWrapper__0ed0c9f6{width:68px;display:inline-block}.ellipsisLineClamp__8ec5e238{--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__8ec5e238.oneLine__1274218c{word-break:break-all}.emptyView__225dbde7,.container__ddb1dbb1{display:flex;flex-direction:column;align-items:center;width:100%}.icon__4ff68007{flex-shrink:0}.textBlock__77bcfb5d{text-align:center}button.helpBoxButton__16df5062{position:relative;vertical-align:text-bottom}.islandAccordion__99ede8c8{margin:0;padding:0}.islandAccordion__99ede8c8 .island__1bca3ceb{padding:0}.islandAccordion__99ede8c8 .item__ed5207aa{position:relative;list-style-type:none}.islandAccordion__99ede8c8 .item__ed5207aa.disabled__9112d72e{cursor:default;pointer-events:none}.islandAccordion__99ede8c8 .item__ed5207aa+.item__ed5207aa.sm__114a3baf,.islandAccordion__99ede8c8 .item__ed5207aa+.item__ed5207aa.md__7f218135{margin-top:16px}.islandAccordion__99ede8c8 .item__ed5207aa+.item__ed5207aa.lg__a5d44eb6{margin-top:24px}.islandAccordion__99ede8c8 .item__ed5207aa .header__fe486c5f{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__99ede8c8 .item__ed5207aa .header__fe486c5f:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-28-0)}.islandAccordion__99ede8c8 .item__ed5207aa.type1__c26d559b:not(.opened__14b8f66e) .header__fe486c5f:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-28-0)}.islandAccordion__99ede8c8 .item__ed5207aa.type2__ee0311ea:not(.opened__14b8f66e) .header__fe486c5f:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-28-0)}.islandAccordion__99ede8c8 .item__ed5207aa.type3__24773f74:not(.opened__14b8f66e) .header__fe486c5f:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-28-0)}.islandAccordion__99ede8c8 .item__ed5207aa .footer__a3b5ea06{text-align:right}.islandAccordion__99ede8c8 .item__ed5207aa .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa .footer__a3b5ea06{visibility:hidden}.islandAccordion__99ede8c8 .item__ed5207aa.opened__14b8f66e .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa.opened__14b8f66e .footer__a3b5ea06{visibility:visible}.islandAccordion__99ede8c8 .item__ed5207aa .caretWrapper__10ff62b8{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__99ede8c8 .item__ed5207aa .caretIcon__bcf3da66{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__99ede8c8 .item__ed5207aa .title__6b35f094{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .header__fe486c5f{padding:16px;border-radius:16px}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .title__6b35f094{padding-right:42px}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .footer__a3b5ea06{padding:0 16px 16px}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .caretWrapper__10ff62b8{right:10px}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .remove__3eb52d99{right:-36px;top:18px}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .step__5ebb8d0f{margin-right:12px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .header__fe486c5f{padding:24px;border-radius:24px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .title__6b35f094{padding-right:42px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .footer__a3b5ea06{padding:0 24px 24px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .caretWrapper__10ff62b8{right:18px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .remove__3eb52d99{right:-40px;top:26px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .step__5ebb8d0f{margin-right:12px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .header__fe486c5f{padding:32px;border-radius:32px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .title__6b35f094{padding-right:44px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .footer__a3b5ea06{padding:0 32px 32px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .caretWrapper__10ff62b8{right:24px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .remove__3eb52d99{right:-40px;top:36px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .step__5ebb8d0f{margin:0 16px 0 0}.islandAccordion__99ede8c8 .item__ed5207aa.opened__14b8f66e:not(.disabled__9112d72e) .caretWrapper__10ff62b8 .caretIcon__bcf3da66{transform:rotate(-180deg)}.islandAccordion__99ede8c8 .item__ed5207aa .remove__3eb52d99{position:absolute}@media (max-width: 767px){.islandAccordion__99ede8c8 .item__ed5207aa .title__6b35f094{white-space:normal;overflow-wrap:anywhere}.islandAccordion__99ede8c8 .item__ed5207aa .footer__a3b5ea06{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__99ede8c8 .item__ed5207aa .footer__a3b5ea06>*{margin-left:0!important}.islandAccordion__99ede8c8 .item__ed5207aa .caretWrapper__10ff62b8{transform:none}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .title__6b35f094{padding-right:34px}.islandAccordion__99ede8c8 .item__ed5207aa.sm__114a3baf .caretWrapper__10ff62b8{top:18px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .header__fe486c5f{padding:16px;border-radius:16px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .title__6b35f094{padding-right:34px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .footer__a3b5ea06{padding:0 16px 16px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .caretWrapper__10ff62b8{right:10px;top:18px}.islandAccordion__99ede8c8 .item__ed5207aa.md__7f218135 .remove__3eb52d99{top:18px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .header__fe486c5f{padding:24px;border-radius:24px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .title__6b35f094{padding-right:34px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .body__7fbfee7f,.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .footer__a3b5ea06{padding:0 24px 24px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .caretWrapper__10ff62b8{top:26px;right:18px}.islandAccordion__99ede8c8 .item__ed5207aa.lg__a5d44eb6 .remove__3eb52d99{top:26px}}.step__4b299165{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__4b299165.sm__a46700d5,.step__4b299165.md__7aee097a{width:28px;height:28px}.step__4b299165.lg__d3e8eeab{width:32px;height:32px}.step__4b299165.default__f452b685{background-color:var(--triplex-next-Step-Background_Default-0-28-0)}.step__4b299165.default__f452b685>span{color:var(--triplex-next-Step-Color_Default-0-28-0)}.step__4b299165.done__0bd768de{background-color:var(--triplex-next-Step-Background_Done-0-28-0)}.step__4b299165.done__0bd768de>span{color:var(--triplex-next-Step-Color_Done-0-28-0)}.step__4b299165.warning__4ea0d1f7{background-color:var(--triplex-next-Step-Background_Warning-0-28-0)}.step__4b299165.warning__4ea0d1f7>span{color:var(--triplex-next-Step-Color_Warning-0-28-0)}.step__4b299165.active__40038d59{background-color:var(--triplex-next-Step-Background_Active-0-28-0)}.step__4b299165.active__40038d59>span{color:var(--triplex-next-Step-Color_Active-0-28-0)}.step__4b299165.error__abb58c3b{background-color:var(--triplex-next-Step-Background_Error-0-28-0)}.step__4b299165.error__abb58c3b>span{color:var(--triplex-next-Step-Color_Error-0-28-0)}.step__4b299165.disabled__96b59f17{background-color:var(--triplex-next-Step-Background_Disabled-0-28-0)}.step__4b299165.disabled__96b59f17>span{color:var(--triplex-next-Step-Color_Disabled-0-28-0)}@media (max-width: 767px){.step__4b299165.lg__d3e8eeab{width:28px;height:28px}}.lightBox__185a94f0{--lightBox-content-max-width: 864px;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__185a94f0.sm__e4234c2b{--lightBox-content-max-width: 664px}.lightBox__185a94f0.md__b7934a0d{--lightBox-content-max-width: 864px}.lightBox__185a94f0.lg__ca882061{--lightBox-content-max-width: 1064px}.lightBox__185a94f0.xl__0161cd93{--lightBox-content-max-width: 1264px}.lightBox__185a94f0 .lightBoxBackdrop__671bebe1{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-28-0)}.lightBox__185a94f0.lightBoxSideOverlayActive__1fab75ba,.lightBox__185a94f0.lightBoxTopOverlayActive__f2b43dba{overflow-y:hidden}.lightBox__185a94f0 .lightBoxContent__cab3720f{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-28-0)}.lightBox__185a94f0 .lightBoxContent__cab3720f>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__185a94f0 .lightBoxContent__cab3720f>.global-page{padding:16px}}.lightBox__185a94f0 .loadingContentOverlay__a39fef5d{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__185a94f0 .lightBoxContentResizeWrapper__c0693daa{position:absolute;left:0;right:0;height:0}.lightBox__185a94f0 .tempElSafariBug__bf76cc11{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__1ab2d57c,.global-LB-less-or-equal-media-point-0 .lightBox__185a94f0.lightBoxSideOverlayActive__1fab75ba{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__cab3720f{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__cab3720f{padding-left:80px;padding-right:80px}.lightBoxControls__78aaccba{z-index:100}.withKeyboardEvent__bfe0c47a{display:inline-block}.withoutKeyboardEvent__0bb13789,.lightBox__185a94f0.lightBoxSideOverlayActive__1fab75ba .withKeyboardEvent__bfe0c47a,.lightBox__185a94f0.lightBoxTopOverlayActive__f2b43dba .withKeyboardEvent__bfe0c47a,.lightBox__185a94f0.isLoading__3a5e3ea7 .withKeyboardEvent__bfe0c47a{display:none}.lightBox__185a94f0.lightBoxSideOverlayActive__1fab75ba .withoutKeyboardEvent__0bb13789,.lightBox__185a94f0.lightBoxTopOverlayActive__f2b43dba .withoutKeyboardEvent__0bb13789,.lightBox__185a94f0.isLoading__3a5e3ea7 .withoutKeyboardEvent__0bb13789{display:inline-block}.lightBox__185a94f0.isLoading__3a5e3ea7 .lightBoxPrev__0ff8dafe,.lightBox__185a94f0.isLoading__3a5e3ea7 .lightBoxNext__21df2bb9{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__78aaccba{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__872eefe6{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__64d7b798{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__66ed9ac9{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__0ff8dafe,.global-LB-less-or-equal-media-point-0 .lightBoxNext__21df2bb9{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__0ff8dafe{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__4eb512ec,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__b9180049{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__78aaccba{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__872eefe6{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__64d7b798{display:none}.global-LB-more-media-point-0 .lightBoxClose__66ed9ac9{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__0ff8dafe,.global-LB-more-media-point-0 .lightBoxNext__21df2bb9{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__0ff8dafe{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__21df2bb9{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__af1ea8c1{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__af1ea8c1.fixed__2cacac78{position:fixed}.overlay__af1ea8c1.closing__8393224e,.overlay__af1ea8c1.opened__d1ab73ef{visibility:visible;left:0;right:0}.overlayPanel__16c42ac4{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-28-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__16c42ac4.bottom__f3843d95{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__16c42ac4.left__ff1733c2{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__16c42ac4.right__7736a79f{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__16c42ac4.top__87fd9194{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__16c42ac4.left__ff1733c2.opened__d1ab73ef,.overlayPanel__16c42ac4.right__7736a79f.opened__d1ab73ef{transform:translate(0)}.overlayPanel__16c42ac4.top__87fd9194.opened__d1ab73ef,.overlayPanel__16c42ac4.bottom__f3843d95.opened__d1ab73ef{transform:translateY(0)}.overlayContent__665b9ce4{display:flex;min-height:100%}.overlayMask__c64b32e1{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-28-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__c64b32e1.overlayOpened__784ee549{opacity:1}.lightBoxSideOverlayLoaderWrapper__1c6eaea8{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}.lightBoxSideOverlayCloseDesktopContainer__d5fd95a6{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__4fc621c8{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__35d4f729{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__d5fd95a6{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__35d4f729{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__35d4f729{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__d5fd95a6{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__35d4f729{display:none}.lightBoxSideOverlayMask__256fce2f{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-28-0)}.lightBoxSideOverlayWrapper__805bd18a{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__805bd18a.overflowXHidden__9e5b4c5b{overflow-x:hidden}.lightBoxSideOverlayWrapper__805bd18a.overflowYHidden__c60db848{overflow-y:hidden}.lightBoxSideOverlayWrapper__805bd18a.closing__e8c2b453,.lightBoxSideOverlayWrapper__805bd18a.opened__e396fdb4{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__805bd18a.closing__e8c2b453{pointer-events:none}.lightBoxSideOverlayWrapper__805bd18a .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__805bd18a .global-page{padding:16px}}.lightBoxSideOverlayWrapper__805bd18a .lightBoxSideOverlayContent__d39f912e{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-28-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__805bd18a .lightBoxSideOverlayContent__d39f912e.opened__e396fdb4{transform:none}.lightBoxSideOverlayWrapper__805bd18a .lightBoxSideOverlayContent__d39f912e.opening__dc51c24e{transform:translateY(0)}.lightBoxSideOverlayWrapper__805bd18a.sm__e4234c2b .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__805bd18a.md__b7934a0d .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__805bd18a.lg__ca882061 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__805bd18a .lightBoxSideOverlayBase__b55475e4{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__805bd18a .lightBoxSideOverlayContent__d39f912e{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__805bd18a .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__805bd18a .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__95966326{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__95966326.closing__e8c2b453,.lightBoxSideOverlay__95966326.opening__dc51c24e{overflow-x:hidden}.topOverlayMask__fc454e31{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-28-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__9bfce16e{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__9bfce16e.closing__f366c2f3,.topOverlayWrapper__9bfce16e.opened__0209fe7e{bottom:0}.topOverlayWrapper__9bfce16e .topOverlayPanel__fe86bb49{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__46963ffc{z-index:500}@media (max-width: 767px){.topOverlayPanel__fe86bb49{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__851d5b83{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxLeftSidebar__851d5b83.fixed__9b86ae79{position:fixed}.lightBoxRightSidebar__6f4bd721{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxRightSidebar__6f4bd721.fixed__9b86ae79{position:fixed}.hidden__86595903{display:none}html.scroll-0__3d5a8c8c{--triplex-next-scroll-width: 0px}html.scroll-15__06b238e9{--triplex-next-scroll-width: 15px}html.scroll-16__be1e227f{--triplex-next-scroll-width: 16px}html.scroll-17__855a00d7{--triplex-next-scroll-width: 17px}.listMasterChipGroup__68e400d0{padding:0 16px}.listMasterFooter__a2aaf546{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-28-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-0-28-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__a2aaf546.sticky__91762815{position:sticky;bottom:0}.listMasterFooterDescription__b3817ded{padding-right:16px}.listMasterFooterControls__279f3e77{white-space:nowrap}.listMasterHeader__ce001752{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-28-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-0-28-0)}.listMasterHeader__ce001752.sticky__91762815{position:sticky;top:0;z-index:1}.selectionControls__df1bfe50{display:flex;justify-content:space-between;align-items:center}.marker__98c15cc1.success__ab5ff0ad{background:var(--triplex-next-Marker-Background_Success-0-28-0)}.marker__98c15cc1.error__0835fe04{background:var(--triplex-next-Marker-Background_Error-0-28-0)}.marker__98c15cc1.warning__fd0ecadf{background:var(--triplex-next-Marker-Background_Warning-0-28-0)}.marker__98c15cc1.waiting__0a48c7fa{background:var(--triplex-next-Marker-Background_Waiting-0-28-0)}.markerStatus__f0180d38{line-height:0;display:flex;align-items:start}.markerStatus__f0180d38 .contentContainer__d60102fb{display:flex;flex-direction:column}.markerStatus__f0180d38.md__5e007d46{gap:4px}.markerStatus__f0180d38.md__5e007d46 .markerContainer__76862f07{margin-top:4px}.markerStatus__f0180d38.lg__0ceb4e54{gap:6px}.markerStatus__f0180d38.lg__0ceb4e54 .contentContainer__d60102fb{gap:4px}.markerStatus__f0180d38.lg__0ceb4e54 .markerContainer__76862f07{margin-top:5px}.monthYearRange__23ef4370{display:flex;align-items:center}.monthYearRangeButton__91b96fe1{z-index:1}.separator__ffee437e{width:16px;height:16px;flex-shrink:0}.orderedListItem__101446bd{counter-increment:list-item-tx}.orderedListItem__101446bd:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__101446bd+.orderedListItem__101446bd{margin-top:8px}.orderedList__c4b78439{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__798ca0f2{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__cb2cfeaf .directionIconNext__bfdc7a47{transform:rotate(180deg)}.paginationPageEllipsis__a7e797e4{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__6138c600{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__6138c600:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-28-0);outline:none}.paginationPageButton__6138c600:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-28-0)}.paginationPageButton__6138c600:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-28-0);cursor:grabbing}.paginationPageButton__6138c600.currentPage__22c26b81{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-28-0);cursor:default}.paginationNavigationExtended__e9095478{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__7fae5d3f{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__7fae5d3f .paginationSelectControl__d8eea14d{margin-left:8px;min-width:72px}.row__800a187f{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;padding-bottom:16px}.row__800a187f.noPaddingBottom__c0687363,.row__800a187f:last-child{padding-bottom:0}.segmentedControlSegment__bd2f2830{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-28-0);outline:none;cursor:pointer}.segmentedControlSegment__bd2f2830:disabled{cursor:default}.sm__bb3967b2 .segmentedControlSegment__bd2f2830{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__94c44456 .segmentedControlSegment__bd2f2830{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__83888fd5 .segmentedControlSegment__bd2f2830{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__ad796048 .segmentedControlSegment__bd2f2830{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-28-0)}.general1__ad796048 .segmentedControlSegment__bd2f2830:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-28-0)}.general1__ad796048 .segmentedControlSegment__bd2f2830:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-28-0)}.general1__ad796048 .segmentedControlSegment__bd2f2830.selected__66fc5130{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-28-0)}.general1__ad796048 .segmentedControlSegment__bd2f2830.selected__66fc5130:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-28-0)}.general1__ad796048 .segmentedControlSegment__bd2f2830.selected__66fc5130:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-28-0)}.general2__58275d67 .segmentedControlSegment__bd2f2830{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-28-0)}.general2__58275d67 .segmentedControlSegment__bd2f2830:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-28-0)}.general2__58275d67 .segmentedControlSegment__bd2f2830:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-28-0)}.general2__58275d67 .segmentedControlSegment__bd2f2830.selected__66fc5130{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-28-0)}.general2__58275d67 .segmentedControlSegment__bd2f2830.selected__66fc5130:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-28-0)}.general2__58275d67 .segmentedControlSegment__bd2f2830.selected__66fc5130:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-28-0)}.secondary1__dc1407cd .segmentedControlSegment__bd2f2830{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-28-0)}.secondary1__dc1407cd .segmentedControlSegment__bd2f2830:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-28-0)}.secondary1__dc1407cd .segmentedControlSegment__bd2f2830:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-28-0)}.secondary1__dc1407cd .segmentedControlSegment__bd2f2830.selected__66fc5130{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-28-0)}.secondary1__dc1407cd .segmentedControlSegment__bd2f2830.selected__66fc5130:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-28-0)}.secondary2__4f6933c3 .segmentedControlSegment__bd2f2830{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-28-0)}.secondary2__4f6933c3 .segmentedControlSegment__bd2f2830:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-28-0)}.secondary2__4f6933c3 .segmentedControlSegment__bd2f2830:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-28-0)}.secondary2__4f6933c3 .segmentedControlSegment__bd2f2830.selected__66fc5130{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-28-0)}.secondary2__4f6933c3 .segmentedControlSegment__bd2f2830.selected__66fc5130:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-28-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-28-0)}.segmentedControlSegment__bd2f2830:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-28-0)}.content__c7ef36ab{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__b3acc141{display:flex;gap:4px}.segmentedControl__b3acc141.general1__ad796048{background:var(--triplex-next-SegmentedControl-General_1_Background-0-28-0)}.segmentedControl__b3acc141.secondary1__dc1407cd{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-28-0)}.segmentedControl__b3acc141.general2__58275d67{background:var(--triplex-next-SegmentedControl-General_2_Background-0-28-0)}.segmentedControl__b3acc141.secondary2__4f6933c3{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-28-0)}.segmentedControl__b3acc141.sm__bb3967b2{border-radius:6px;padding:4px}.segmentedControl__b3acc141.md__94c44456{border-radius:8px;padding:4px}.segmentedControl__b3acc141.lg__83888fd5{border-radius:10px;padding:8px}.skeleton__3aff9102{border-radius:16px;flex-grow:1}.skeleton__3aff9102.light__ee81b0ee{animation:skeleton-light-pulse__8e81c28e 2s ease-in-out infinite}.skeleton__3aff9102.dark__0261ce88{animation:skeleton-dark-pulse__ef112b9e 2s ease-in-out infinite}@keyframes skeleton-light-pulse__8e81c28e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-28-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-28-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-28-0)}}@keyframes skeleton-dark-pulse__ef112b9e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-28-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-28-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-28-0)}}.sliderExtendedDot__d1552300{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-28-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__d1552300:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-28-0)}.sliderExtendedDot__d1552300.focusedByClick__68d0b97f:focus{box-shadow:none}.sliderExtendedDot__d1552300:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-28-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__d1552300:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-28-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__d1552300.disabled__520d6ab7{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-28-0)}.sliderExtendedDot__d1552300.disabled__520d6ab7:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-28-0)}.sliderExtendedDot__d1552300.disabled__520d6ab7:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-28-0)}.sliderExtendedDot__d1552300:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-28-0)}.sliderExtendedDot__d1552300:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-28-0)}.sliderExtendedDot__d1552300.dragByMouse__7cfa69a2{background:var(--triplex-next-Slider-Dot_Background_Select-0-28-0)}.sliderExtendedDot__d1552300.dragByMouse__7cfa69a2:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-28-0)}.sliderExtendedDot__d1552300:hover .sliderExtendedTooltipOverlay__a081b405,.sliderExtendedDot__d1552300:focus .sliderExtendedTooltipOverlay__a081b405{visibility:visible}.sliderExtendedDot__d1552300.lg__c670c21d{width:28px;height:28px}.sliderExtendedDot__d1552300.lg__c670c21d:after{width:10px;height:10px}.sliderExtendedDot__d1552300.lg__c670c21d:before{width:14px;height:14px}.sliderExtendedMarks__60543677{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__23039dd2{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__23039dd2 .sliderExtendedMarkDot__9527b2d6{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-28-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__23039dd2 .sliderExtendedMarkDot__9527b2d6.inSelectedRange__d9a280db{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-28-0)}.sliderExtendedMark__23039dd2.lg__c670c21d{top:20px}.sliderExtendedMark__23039dd2.lg__c670c21d .sliderExtendedMarkDot__9527b2d6{top:-20px}.sliderExtendedMark__23039dd2 .sliderExtendedMarkText__16a171e8{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__23039dd2.disabled__520d6ab7{pointer-events:none}.sliderExtendedMark__23039dd2.disabled__520d6ab7 .sliderExtendedMarkText__16a171e8{pointer-events:none;opacity:.35}.sliderExtendedMark__23039dd2.disabled__520d6ab7 .sliderExtendedMarkDot__9527b2d6{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-28-0)}.sliderExtendedMark__23039dd2:first-child,.sliderExtendedMark__23039dd2:last-child{transform:none}.sliderExtendedMark__23039dd2:first-child.reverse__74b323b7 .sliderExtendedMarkDot__9527b2d6{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__23039dd2:first-child.reverse__74b323b7 .sliderExtendedMarkText__16a171e8{margin-right:-4px}.sliderExtendedMark__23039dd2:first-child:not(.reverse__74b323b7) .sliderExtendedMarkDot__9527b2d6{left:0;transform:translate(-50%)}.sliderExtendedMark__23039dd2:first-child .sliderExtendedMarkText__16a171e8{margin-left:-4px}.sliderExtendedMark__23039dd2:last-child.reverse__74b323b7 .sliderExtendedMarkDot__9527b2d6{left:0;transform:translate(-50%)}.sliderExtendedMark__23039dd2:last-child.reverse__74b323b7 .sliderExtendedMarkText__16a171e8{margin-left:-4px}.sliderExtendedMark__23039dd2:last-child:not(.reverse__74b323b7) .sliderExtendedMarkDot__9527b2d6{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__23039dd2:last-child .sliderExtendedMarkText__16a171e8{margin-right:-4px}.sliderExtendedMark__23039dd2.active__777879ed{pointer-events:none}.sliderExtendedRail__3f5020a7{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-28-0);cursor:pointer}.sliderExtended__df8cd4d2{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__df8cd4d2.disabled__520d6ab7 .sliderExtendedRail__3f5020a7{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-28-0)}.sliderExtended__df8cd4d2.lg__c670c21d{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__f4e392fe{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-28-0);z-index:10}.sliderExtendedTrack__f4e392fe.lg__c670c21d{top:12px}.sliderExtendedTrack__f4e392fe:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-28-0)}.sliderExtendedTrack__f4e392fe.focusedByClick__68d0b97f:focus{box-shadow:none}.sliderExtendedTrack__f4e392fe.hoverOrDragByMouse__19f9ff0c{background:var(--triplex-next-Slider-Track_Background_Hover-0-28-0)}.sliderExtendedTrack__f4e392fe.staticSlider__8aa14cab{cursor:default;pointer-events:none}.sliderExtendedTrack__f4e392fe.disabled__520d6ab7{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-28-0)}.sliderExtendedTooltipOverlay__a081b405{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__a081b405.lg__c670c21d{bottom:32px}.sliderExtendedTooltipOverlay__a081b405 .tooltipBody__36a26b46{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-28-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-28-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__a081b405 .tooltipTip__819331f3{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-28-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__a081b405 .tooltipTip__819331f3{margin:-.5px}}.smsField__985bbc34{display:inline-block;position:relative;width:100%}.smsField__985bbc34 .input__9becd0a4{text-align:center}.smsField__985bbc34 .input__9becd0a4::placeholder{opacity:1}.smsField__985bbc34 .input__9becd0a4:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-28-0)}.smsField__985bbc34 .input__9becd0a4.lg__aedf343c{padding:18px 40px}.smsField__985bbc34 .input__9becd0a4.md__289eeffe{padding-left:26px;padding-right:26px}.smsField__985bbc34 .input__9becd0a4.sm__0f35fa3e{padding-left:20px;padding-right:20px}.smsField__985bbc34 .btnRefresh__f6f948da{position:absolute;outline:none;z-index:1}.smsField__985bbc34 .btnRefresh__f6f948da.lg__aedf343c{top:12px;left:12px;height:32px;width:32px}.smsField__985bbc34 .btnRefresh__f6f948da.md__289eeffe{top:10px;left:10px}.smsField__985bbc34 .btnRefresh__f6f948da.sm__0f35fa3e{top:4px;left:4px}.smsField__985bbc34 .btnRefresh__f6f948da .full__0708aca8{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-28-0)}.smsField__985bbc34 .btnRefresh__f6f948da .empty__7a99302d{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-28-0)}.smsField__985bbc34 .btnRefresh__f6f948da:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-28-0)}.smsField__985bbc34 .btnSubmit__a94085ae{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-28-0)}.smsField__985bbc34 .btnSubmit__a94085ae.active__8ca3946f:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-28-0)}.smsField__985bbc34 .btnSubmit__a94085ae.active__8ca3946f:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-28-0)}.smsField__985bbc34 .btnSubmit__a94085ae.lg__aedf343c{top:15px;right:15px;height:26px;width:26px}.smsField__985bbc34 .btnSubmit__a94085ae.md__289eeffe{top:10px;right:10px}.smsField__985bbc34 .btnSubmit__a94085ae.sm__0f35fa3e{top:4px;right:4px}.spoiler__4587943e{display:flex;flex-direction:column}.spoiler__4587943e.opened__452dc1b2 .caretIcon__76ea4c71{transform:rotate(-180deg)}.spoiler__4587943e .head__2bfd4a47 .caretIcon__76ea4c71{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__4587943e .head__2bfd4a47 button>span{white-space:normal;text-align:left}.spoiler__4587943e .content__ddc8b5a9.hidden__b5919835{display:none}.spoiler__4587943e .lg__84649afb .content__ddc8b5a9{margin-top:8px}.spoiler__4587943e .md__0133ae91 .content__ddc8b5a9{margin-top:0}.spoiler__4587943e .sm__924fd8e5 .content__ddc8b5a9{margin-top:-4px}.statusTrackerWrapper__9d0e09e5{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-28-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-28-0);overflow:hidden;height:100%}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f.verticalAlignMiddle__7b2d7e52{align-self:center}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f.verticalAlignBottom__0ca286a5{align-self:end}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerChild__a776f2c3{padding:8px 0}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerChild__a776f2c3:empty{padding:0}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerSum__ddcebf54,.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerTitle__67913d7d{padding-bottom:4px}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerDescription__430f6359{display:block;padding-top:8px}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerAlert__a02d4a66{margin-top:12px;text-align:left}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerStatus__9b8ba5ba{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerFooterWrapper__3b22693f{display:grid}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerFooterWrapper__3b22693f .statusTrackerDescription__430f6359:last-child{padding-top:0}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerFooterWrapper__3b22693f .statusTrackerButton__95d64f77{margin-bottom:12px}.statusTrackerWrapper__9d0e09e5 .statusTracker__755b296f .statusTrackerFooterWrapper__3b22693f .statusTrackerButton__95d64f77:last-child{margin-bottom:0}.statusTrackerWrapper__9d0e09e5 .statusTrackerColor__89baac1c{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__9d0e09e5 .statusTrackerColor__89baac1c.waiting__43a7fc3a{background:var(--triplex-next-StatusTracker-Waiting_Color-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerColor__89baac1c.warning__d86b30ab{background:var(--triplex-next-StatusTracker-Warning_Background-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerColor__89baac1c.rejected__a7a7e455{background:var(--triplex-next-StatusTracker-Rejected_Color-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerColor__89baac1c.approved__f3f3607e{background:var(--triplex-next-StatusTracker-Approved_Color-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerBackground__d20dd261{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__9d0e09e5 .statusTrackerBackground__d20dd261.waiting__43a7fc3a{background:var(--triplex-next-StatusTracker-Waiting_Background-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerBackground__d20dd261.warning__d86b30ab{background:var(--triplex-next-StatusTracker-Warning_Background-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerBackground__d20dd261.rejected__a7a7e455{background:var(--triplex-next-StatusTracker-Rejected_Background-0-28-0)}.statusTrackerWrapper__9d0e09e5 .statusTrackerBackground__d20dd261.approved__f3f3607e{background:var(--triplex-next-StatusTracker-Approved_Background-0-28-0)}@media (max-width: 767px){.statusTrackerWrapper__9d0e09e5{border-radius:16px}}.stepperStep__eb73ee97{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__eb73ee97+.stepperStep__eb73ee97{margin-left:12px}.stepperStep__eb73ee97.sm__04b2b5e9{font-size:12px;line-height:16px}.stepperStep__eb73ee97.sm__04b2b5e9:not(:last-child) .content__41350dff{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__eb73ee97.sm__04b2b5e9:last-child .content__41350dff{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__eb73ee97.sm__04b2b5e9:last-child .arrow__d5b7b8b3{display:none}.stepperStep__eb73ee97.md__90d41c0f{font-size:14px;line-height:20px}.stepperStep__eb73ee97.md__90d41c0f:not(:last-child) .content__41350dff{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__eb73ee97.md__90d41c0f:last-child .content__41350dff{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__eb73ee97.md__90d41c0f:last-child .arrow__d5b7b8b3{display:none}.stepperStep__eb73ee97.lg__2aa31e1c{font-size:16px;line-height:20px}.stepperStep__eb73ee97.lg__2aa31e1c:not(:last-child) .content__41350dff{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__eb73ee97.lg__2aa31e1c:last-child .content__41350dff{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__eb73ee97.lg__2aa31e1c:last-child .arrow__d5b7b8b3{display:none}.stepperStep__eb73ee97:hover:not(.active__71505b03):not(.disabled__fa218c17) .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-28-0)}.stepperStep__eb73ee97:hover:not(.active__71505b03):not(.disabled__fa218c17) .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-28-0)}.stepperStep__eb73ee97:hover:not(.active__71505b03):not(.disabled__fa218c17) .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-28-0)}.stepperStep__eb73ee97.active__71505b03{cursor:default}.stepperStep__eb73ee97.active__71505b03 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-28-0)}.stepperStep__eb73ee97.active__71505b03 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-28-0)}.stepperStep__eb73ee97.active__71505b03.error__6e3fac61 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.active__71505b03.error__6e3fac61 .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.active__71505b03.error__6e3fac61 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-28-0)}.stepperStep__eb73ee97.active__71505b03.warning__5d949d14 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.active__71505b03.warning__5d949d14 .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.active__71505b03.warning__5d949d14 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.error__6e3fac61 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.error__6e3fac61 .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.error__6e3fac61 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.error__6e3fac61:hover .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.error__6e3fac61:hover .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.error__6e3fac61:hover .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.warning__5d949d14 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.warning__5d949d14 .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.warning__5d949d14 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.warning__5d949d14:hover .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.warning__5d949d14:hover .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0)}.stepperStep__eb73ee97.completed__6ca9d439.warning__5d949d14:hover .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c :not(.error__6e3fac61):not(.warning__5d949d14) .content__41350dff{color:var(--triplex-next-Stepper-Step_Color_Default-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c :not(.error__6e3fac61):not(.warning__5d949d14):hover .content__41350dff{color:var(--triplex-next-Stepper-Step_Color_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.error__6e3fac61 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.error__6e3fac61 .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.error__6e3fac61 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.error__6e3fac61:hover .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.error__6e3fac61:hover .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.error__6e3fac61:hover .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.warning__5d949d14 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.warning__5d949d14 .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.warning__5d949d14 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.warning__5d949d14:hover .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.warning__5d949d14:hover .arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0)}.stepperStep__eb73ee97.inactive__a72d280c.warning__5d949d14:hover .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-28-0)}.stepperStep__eb73ee97.disabled__fa218c17{pointer-events:none}.stepperStep__eb73ee97.disabled__fa218c17 .content__41350dff{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-28-0)}.stepperStep__eb73ee97.disabled__fa218c17 .content__41350dff{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-28-0)}.stepperStep__eb73ee97.disabled__fa218c17 .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-28-0)}.stepperStep__eb73ee97.focusVisible__88763ae7.completed__6ca9d439 .content__41350dff,.stepperStep__eb73ee97.focusVisible__88763ae7.active__71505b03 .content__41350dff,.stepperStep__eb73ee97.focusVisible__88763ae7.inactive__a72d280c .content__41350dff{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-28-0)}.stepperStep__eb73ee97.focusVisible__88763ae7.completed__6ca9d439 .arrow__d5b7b8b3 path:last-child,.stepperStep__eb73ee97.focusVisible__88763ae7.active__71505b03 .arrow__d5b7b8b3 path:last-child,.stepperStep__eb73ee97.focusVisible__88763ae7.inactive__a72d280c .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-28-0)}.stepperStep__eb73ee97.focusVisible__88763ae7.completed__6ca9d439:hover .content__41350dff,.stepperStep__eb73ee97.focusVisible__88763ae7.active__71505b03:hover .content__41350dff,.stepperStep__eb73ee97.focusVisible__88763ae7.inactive__a72d280c:hover .content__41350dff{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-28-0)}.stepperStep__eb73ee97.focusVisible__88763ae7.completed__6ca9d439:hover .arrow__d5b7b8b3 path:last-child,.stepperStep__eb73ee97.focusVisible__88763ae7.active__71505b03:hover .arrow__d5b7b8b3 path:last-child,.stepperStep__eb73ee97.focusVisible__88763ae7.inactive__a72d280c:hover .arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-28-0)}.content__41350dff{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-28-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-28-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-28-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__d5b7b8b3{transform:translate(0)}.arrow__d5b7b8b3 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-28-0)}.arrow__d5b7b8b3 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-28-0)}.icon__228017fe{display:inline-flex;align-items:center;line-height:0}.nonempty__af219519 .icon__228017fe{margin-right:6px}.stepperExtended__e9fcdb3d{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__af932148{position:relative}.stepperCarousel__af932148:hover .stepperButtonWrapper__d5bd946d{opacity:1;pointer-events:auto}.stepperButtonWrapper__d5bd946d{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__d5bd946d.prev__8ca692b1{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-0-28-0)}.stepperButtonWrapper__d5bd946d.next__e9978dd9{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-0-28-0)}.stepperButton__e551565d.sm__04b2b5e9{height:28px;width:28px}.stepperButton__e551565d.md__90d41c0f{height:40px;width:40px}.stepperButton__e551565d.lg__2aa31e1c{height:56px;width:56px}@media (max-width: 767px){.stepperButtonWrapper__d5bd946d{display:none}}.suggestFieldMobileBody__7d9f42e1{height:176px}.suggestFieldMobileDropdownHint__2a97fdf7{padding:16px}.noColumns__c93e1b0e{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c93e1b0e>.content__a5648a3f{width:456px;text-align:center}.filterPanel__bbe61a9f{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__aa326d6e{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__aa326d6e>a:not(:first-child){margin-left:16px}.tabsLinePanel__b77723ef{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__2612903d{0%{opacity:0}to{opacity:1}}.tableBasic__95de2bce{position:relative}.tableBasic__95de2bce table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__95de2bce table th.alignLeft__4141f58c,.tableBasic__95de2bce table td.alignLeft__4141f58c{text-align:left}.tableBasic__95de2bce table th.alignRight__bc3f2460,.tableBasic__95de2bce table td.alignRight__bc3f2460{text-align:right}.tableBasic__95de2bce table th.alignCenter__2a7e2807,.tableBasic__95de2bce table td.alignCenter__2a7e2807{text-align:center}.tableBasic__95de2bce table th.verticalAlignBaseline__4fc5645d,.tableBasic__95de2bce table td.verticalAlignBaseline__4fc5645d{vertical-align:baseline}.tableBasic__95de2bce table th.verticalAlignSub__135997f9,.tableBasic__95de2bce table td.verticalAlignSub__135997f9{vertical-align:sub}.tableBasic__95de2bce table th.verticalAlignSuper__3120ae46,.tableBasic__95de2bce table td.verticalAlignSuper__3120ae46{vertical-align:super}.tableBasic__95de2bce table th.verticalAlignTextTop__a88f065e,.tableBasic__95de2bce table td.verticalAlignTextTop__a88f065e{vertical-align:text-top}.tableBasic__95de2bce table th.verticalAlignTextBottom__8f39d2d7,.tableBasic__95de2bce table td.verticalAlignTextBottom__8f39d2d7{vertical-align:text-bottom}.tableBasic__95de2bce table th.verticalAlignMiddle__22727b96,.tableBasic__95de2bce table td.verticalAlignMiddle__22727b96{vertical-align:middle}.tableBasic__95de2bce table th.verticalAlignTop__48d6df7f,.tableBasic__95de2bce table td.verticalAlignTop__48d6df7f{vertical-align:top}.tableBasic__95de2bce table th.verticalAlignBottom__f4fa5102,.tableBasic__95de2bce table td.verticalAlignBottom__f4fa5102{vertical-align:bottom}.tableBasic__95de2bce table>thead>tr{height:48px}.tableBasic__95de2bce table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-28-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-28-0)}.tableBasic__95de2bce table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__95de2bce table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__95de2bce table>thead>tr>th.checkboxType__f30080cb{padding:16px 12px}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261.order__5a50937f{cursor:pointer}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261.order__5a50937f .orderButton__beb027ad{display:flex;visibility:hidden;align-items:center}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261.order__5a50937f .orderButton__beb027ad.alignLeft__4141f58c{margin-right:8px}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261.order__5a50937f .orderButton__beb027ad.alignRight__bc3f2460{margin-left:8px}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261.order__5a50937f .orderButton__beb027ad.sorted__d51815b6{visibility:visible}.tableBasic__95de2bce table>thead>tr>th .thBlock__4e089261.order__5a50937f:hover .orderButton__beb027ad{visibility:visible}.tableBasic__95de2bce table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-28-0)}.tableBasic__95de2bce table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__95de2bce table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__95de2bce table>tbody>tr>td.textType__9ea683a9{padding:12px}.tableBasic__95de2bce table>tbody>tr>td.componentsType__aa091dae{padding:8px 12px}.tableBasic__95de2bce table>tbody>tr>td.checkboxType__f30080cb{padding:10px 12px 12px}.tableBasic__95de2bce table>tbody>tr.selected__55607252>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-28-0)}.tableBasic__95de2bce table>tbody.clickable__9cc78263>tr{cursor:pointer}.tableBasic__95de2bce table>tbody.hoverable__8d218f23>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-28-0)}.tableBasic__95de2bce .footerEmptyData__c875d9cc{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__95de2bce .spinnerWrapper__698e6fac{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__95de2bce .spinnerWrapper__698e6fac .tableLoaderScreen__a41788ab{border-radius:8px 8px 0 0}.tableBasic__95de2bce .overlayCover__12f26b7c{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-28-0);animation:fadeIn__2612903d .3s}.tableBasicSettingsBody__264b3d9f{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__e467848e{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-28-0)!important}.columnSettingsSortableListItemTarget__e467848e:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-28-0)!important}.columnSettingsSortableListItemTarget__e467848e.dragging__a4979857{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-28-0)!important}.columnSettingsStaticListItem__405eb556{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-28-0)}.tableBasicSettingsFooter__385307ae{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-28-0);padding:11px 12px 12px}.tableBasicSettingsHeader__f27f7a2f{padding:16px 12px 12px}.tableSettingsLink__9a4675e9{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__1f630c29{width:320px}.tableFooterWrapper__36a23a98{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__36a23a98 .tableFooterShadow__c8f29199{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-28-0);pointer-events:none}.tableFooterWrapper__36a23a98 .tableFooter__95a09335{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-28-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657{display:flex;align-items:center}.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummarySelectedCount__e0506ba5,.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummarySelectAllButton__42b725c2,.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummaryAmount__7c3b10a6{display:inline-flex}.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummarySelectedCount__e0506ba5,.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummarySelectAllButton__42b725c2,.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummaryAmount__7c3b10a6,.tableFooterWrapper__36a23a98 .tableFooter__95a09335 .tableFooterSummary__1f5ba657 .tableFooterSummaryLabel__f2ada467{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__36a23a98{height:112px}}.paginationPanel__33e62328{margin-top:16px}.masterTable__a68d4274,.tabsExtended__f13c4b97{position:relative}.tabsExtendedContent__aade5a36{display:inline-flex}.tabsExtendedContent__aade5a36.sm__4fe2da42{border-radius:6px;padding:4px}.tabsExtendedContent__aade5a36.md__2cc95e13{border-radius:8px;padding:4px}.tabsExtendedContent__aade5a36.lg__af1a4856{border-radius:10px;padding:8px}.tabsExtendedTab__6be9d1da{display:flex}.tabsExtendedTab__6be9d1da+.tabsExtendedTab__6be9d1da,.tabsExtendedDropdown__b14093f6{margin-left:4px}.tabsReal__4dff3b3c,.tabsFake__89017547{display:flex;box-sizing:border-box;width:100%}.tabsReal__4dff3b3c.hidden__a5985eec{visibility:hidden}.tabsReal__4dff3b3c .tabsExtendedTab__6be9d1da.hidden__a5985eec{display:none}.tabsFake__89017547{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__b58771cc .tabsExtendedContent__aade5a36{background-color:var(--triplex-next-Tabs-Type1_Background-0-28-0)}.type2__2e642ad7 .tabsExtendedContent__aade5a36{background-color:var(--triplex-next-Tabs-Type2_Background-0-28-0)}.tabsExtendedTabButton__81c68394{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-28-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__81c68394 .notificationIcon__aff50795{position:absolute}.tabsExtendedTabButton__81c68394.lg__af1a4856{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__81c68394.lg__af1a4856 .notificationIcon__aff50795{right:6px;top:6px}.tabsExtendedTabButton__81c68394.md__2cc95e13{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__81c68394.md__2cc95e13 .notificationIcon__aff50795{right:4px;top:4px}.tabsExtendedTabButton__81c68394.sm__4fe2da42{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__81c68394.sm__4fe2da42 .notificationIcon__aff50795{right:3px;top:3px}.tabsExtendedTabButton__81c68394 .tabsExtendedTabButtonTextDefault__418c3bd5{display:block}.tabsExtendedTabButton__81c68394 .tabsExtendedTabButtonTextHover__138984d4,.tabsExtendedTabButton__81c68394:hover .tabsExtendedTabButtonTextDefault__418c3bd5,.tabsExtendedTabButton__81c68394.selected__425f8a8d .tabsExtendedTabButtonTextDefault__418c3bd5{display:none}.tabsExtendedTabButton__81c68394:hover .tabsExtendedTabButtonTextHover__138984d4,.tabsExtendedTabButton__81c68394.selected__425f8a8d .tabsExtendedTabButtonTextHover__138984d4{display:block}.tabsExtendedTabButton__81c68394::-moz-focus-inner{border:none}.tabsExtendedTabButton__81c68394+.tabsExtendedTabButton__81c68394{margin-left:2px}.tabsExtendedTabButton__81c68394:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-28-0)}.tabsExtendedTabButton__81c68394.type1__b58771cc{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-28-0)}.tabsExtendedTabButton__81c68394.type1__b58771cc.selected__425f8a8d{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-28-0)}.tabsExtendedTabButton__81c68394.type1__b58771cc:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-28-0)}.tabsExtendedTabButton__81c68394.type2__2e642ad7{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-28-0)}.tabsExtendedTabButton__81c68394.type2__2e642ad7.selected__425f8a8d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-28-0)}.tabsExtendedTabButton__81c68394.type2__2e642ad7:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-28-0)}.tabsContent__e74cfca2 .tabButtonDropdown__cf62e45c{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__e74cfca2 .tabButtonDropdown__cf62e45c.sm__ac0f42e1{min-width:20px;min-height:20px;height:20px}.tabsContent__e74cfca2 .tabButtonDropdown__cf62e45c.md__2c930f70{min-width:32px;min-height:32px;height:32px}.tabsContent__e74cfca2 .tabButtonDropdown__cf62e45c.lg__c276a39e{min-width:40px;min-height:40px;height:40px}.tag__b7978d9f{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-28-0);border-radius:4px;gap:2px}.tag__b7978d9f.sm__064c6f82{height:20px;padding:2px 4px 2px 6px}.tag__b7978d9f.md__0cc30a29{height:28px;padding:4px 6px 4px 8px}.tag__b7978d9f.lg__d6fe8660{height:32px;padding:6px 8px 6px 10px}.content__67329a09{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__31c6ec47{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__31c6ec47.sm__1cf3e372{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__31c6ec47.md__826e48ba{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__31c6ec47.lg__eac5bd1a{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__31c6ec47.default__cc16cb5b{background:var(--triplex-next-TagColor-Background_Default-0-28-0)}.tagColor__31c6ec47.success__0ae34ae8{background:var(--triplex-next-TagColor-Background_Success-0-28-0)}.tagColor__31c6ec47.info__70abf1ff{background:var(--triplex-next-TagColor-Background_Info-0-28-0)}.tagColor__31c6ec47.warning__19f75543{background:var(--triplex-next-TagColor-Background_Warning-0-28-0)}.tagColor__31c6ec47.error__5de114bd{background:var(--triplex-next-TagColor-Background_Error-0-28-0)}.content__ab14f458{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-28-0)}.tagGroup__625acf7c.sm__15331088{margin:-2px}.tagGroup__625acf7c.sm__15331088>*{margin:2px}.tagGroup__625acf7c.md__f3a3a9e5{margin:-4px}.tagGroup__625acf7c.md__f3a3a9e5>*{margin:4px}.tagGroup__625acf7c.lg__e09897eb{margin:-6px}.tagGroup__625acf7c.lg__e09897eb>*{margin:6px}.uploadZone__f793255c{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-28-0)}.uploadZone__f793255c:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-28-0)}.uploadZoneDragArea__6af957a8{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-28-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__03a78792{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-28-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-28-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-28-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__ba925ed1{display:none}@media (max-width: 767px){.uploadZone__f793255c,.uploadZone__f793255c:hover{background:none}.uploadZoneDragArea__6af957a8{display:none}}
|