@sberbusiness/triplex-next 1.15.0 → 1.17.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-t7fDdqO9.js +39 -0
- package/chunks/{CalendarViewItem-B0gKGk70.js → CalendarViewItem-C2DNB4Jw.js} +26 -26
- package/chunks/Card.module-CoTlxJ6e.js +17 -0
- package/chunks/CheckboxTreeExtended.module-bZi9dSDw.js +14 -0
- package/chunks/{Chip-L-EcpRzH.js → Chip-Cf-GM0CV.js} +14 -14
- package/chunks/Confirm.module-BI8PM4Hz.js +15 -0
- package/chunks/{DropdownListItem-khM2CJWN.js → DropdownListItem-Cy40lpF7.js} +3 -3
- package/chunks/DropdownMobile.module-CiteH_xj.js +23 -0
- package/chunks/Footer.module-DnotaF0A.js +9 -0
- package/chunks/FormFieldInput-AMteABRz.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-Bd_GF8rz.js +9 -0
- package/chunks/HeaderTabs.module-Cfl_jvQ5.js +9 -0
- package/chunks/{HeaderTitle.module-Dmmc04q6.js → HeaderTitle.module-CWH4Qtxu.js} +2 -2
- package/chunks/IslandAccordion.module-C-ODuVTy.js +25 -0
- package/chunks/IslandWidgetFooter.module-BKWOZe3U.js +9 -0
- package/chunks/IslandWidgetHeader.module-iR-r9VBx.js +12 -0
- package/chunks/{LightBoxContent-CjX1eN8g.js → LightBoxContent-OGbq-MPG.js} +14 -14
- package/chunks/LightBoxControls.module-yMjZxWFf.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js +8 -0
- package/chunks/{ListItemControlsButton-OLK_OaQU.js → ListItemControlsButton-D5VCVobZ.js} +13 -13
- package/chunks/ListItemTail.module-psSZKLRd.js +12 -0
- package/chunks/ListMasterFooter.module-B-sVcLFb.js +10 -0
- package/chunks/ModalWindow.module-kWUQDYW7.js +17 -0
- package/chunks/Notification.module-CglusCHB.js +21 -0
- package/chunks/Overlay.module-DrUdkKMZ.js +18 -0
- package/chunks/Page.module-BqOHwRFw.js +11 -0
- package/chunks/{RightBorderArrow-DbiOM5xn.js → RightBorderArrow-Cg9t6wps.js} +13 -13
- package/chunks/SMSField.module-Bu6Qam45.js +16 -0
- package/chunks/SliderExtendedMarks.module-BtIySKC1.js +15 -0
- package/chunks/{SliderExtendedRail-CVnVXjG6.js → SliderExtendedRail-C3YHkDdA.js} +9 -9
- package/chunks/StatusTracker.module-C6hh8Ogq.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DWutbDoW.js → SuggestFieldMobileDropdownHint-DFpzFnw4.js} +2 -2
- package/chunks/TableFooter.module-CD1rdwIS.js +14 -0
- package/chunks/TabsExtended.module-dt080T3c.js +16 -0
- package/chunks/TabsLine.module-BxpgcF_Y.js +21 -0
- package/chunks/TooltipDesktop.module-Dg73ZVxN.js +19 -0
- package/chunks/TreeView.module-IDSIrNif.js +9 -0
- package/chunks/{UploadZoneInput-BceBvb-b.js → UploadZoneInput-y4jP_J3Z.js} +8 -8
- package/chunks/{constants-BUeoiUro.js → constants-BVwJOKSH.js} +10 -10
- package/chunks/utils-C2wI3ypW.js +27 -0
- package/chunks/{utils-NV5e2Mzn.js → utils-CnUVPndw.js} +4 -4
- package/chunks/utils-DTJIF2M7.js +24 -0
- package/chunks/utils-DfZbK225.js +73 -0
- package/chunks/{vendor-DucOfXwy.js → vendor-Dlne6Znf.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +14 -14
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Badge/Badge.js +26 -13
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +14 -14
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +9 -9
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +146 -146
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +31 -30
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +7 -7
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +24 -24
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +3 -3
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- package/components/ExpandAnimation/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +22 -22
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +35 -34
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +8 -8
- package/components/IslandWidget/IslandWidget.js +6 -6
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +23 -24
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +70 -72
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +2 -2
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +9 -9
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +9 -9
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +8 -8
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
- package/components/Pagination/components/PaginationSelect.js +10 -10
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +17 -17
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
- package/components/SelectField/SelectField.js +11 -11
- package/components/Skeleton/Skeleton.js +3 -3
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +19 -19
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +23 -23
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +14 -14
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- package/components/Suggest/useSuggest.js +3 -3
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +12 -12
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +4 -4
- package/components/TopOverlay/TopOverlay.js +16 -16
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +31 -31
- package/components/Typography/Text.js +14 -14
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +162 -162
- package/index.d.ts +40 -13
- package/index.js +161 -161
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BHAU8N38.js +0 -39
- package/chunks/Card.module-eeYi3ItS.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CIXQDBeU.js +0 -14
- package/chunks/Confirm.module-BgO9xuES.js +0 -15
- package/chunks/DropdownMobile.module-Bya5zssZ.js +0 -23
- package/chunks/Footer.module-Bxx6jElq.js +0 -9
- package/chunks/FormFieldInput-D2EXurFF.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-C5m0I2xF.js +0 -9
- package/chunks/HeaderTabs.module-C3-8xyq-.js +0 -9
- package/chunks/IslandAccordion.module-Cqv_yxiK.js +0 -25
- package/chunks/IslandWidgetFooter.module-PaNLvdB0.js +0 -9
- package/chunks/IslandWidgetHeader.module-D_ZngNjX.js +0 -12
- package/chunks/LightBoxControls.module-D7BQsPK3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DiEMyDDt.js +0 -8
- package/chunks/ListItemTail.module-DxIG-P_H.js +0 -12
- package/chunks/ListMasterFooter.module-DPZnWvfb.js +0 -10
- package/chunks/ModalWindow.module-D4shxCeu.js +0 -17
- package/chunks/Notification.module-B29_MBTz.js +0 -21
- package/chunks/Overlay.module-BJJ7PDLJ.js +0 -18
- package/chunks/Page.module-CzfG8baM.js +0 -11
- package/chunks/SMSField.module-BDZwT1N-.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bhhqk5er.js +0 -15
- package/chunks/StatusTracker.module-CWpv3e3x.js +0 -24
- package/chunks/TableFooter.module-NX6NNBfH.js +0 -14
- package/chunks/TabsExtended.module-Bga_JXqh.js +0 -16
- package/chunks/TabsLine.module-BMBZODMz.js +0 -21
- package/chunks/TooltipDesktop.module-tqRh40wY.js +0 -19
- package/chunks/TreeView.module-Bkn2k1RS.js +0 -9
- package/chunks/utils-DKorGAMQ.js +0 -73
- package/chunks/utils-Sxh3Du0J.js +0 -24
- package/chunks/utils-tf6Rfsu7.js +0 -27
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
package/styles/triplex-next.css
CHANGED
|
@@ -1,546 +1,546 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-1-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-1-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-1-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-1-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-1-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-1-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-1-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-1-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-1-
|
|
120
|
-
--triplex-next-Avatar-Background-1-
|
|
121
|
-
--triplex-next-Badge-Background-1-
|
|
122
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
123
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
124
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
125
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
126
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
127
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
128
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
129
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
130
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
138
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
139
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
148
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
152
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
156
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
157
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
158
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
159
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
160
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
161
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
162
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
163
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
164
|
-
--triplex-next-Calendar-Background_Shadow-1-
|
|
165
|
-
--triplex-next-Calendar-View_Header_Color-1-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Default-1-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Hover-1-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-
|
|
171
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-
|
|
172
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-1-
|
|
173
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-
|
|
174
|
-
--triplex-next-Calendar-View_Item_Color_Default-1-
|
|
175
|
-
--triplex-next-Calendar-View_Item_Color_Hover-1-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-1-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Muted-1-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Selected-1-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-
|
|
192
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-
|
|
193
|
-
--triplex-next-Card-Static_General_Background-1-
|
|
194
|
-
--triplex-next-Card-Static_Secondary_Background-1-
|
|
195
|
-
--triplex-next-Card-Action_General_Background-1-
|
|
196
|
-
--triplex-next-Card-Action_General_Background_Hover-1-
|
|
197
|
-
--triplex-next-Card-Action_General_Background_Selected-1-
|
|
198
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-1-
|
|
199
|
-
--triplex-next-Card-Action_Secondary_Background-1-
|
|
200
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-1-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-1-
|
|
202
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-
|
|
203
|
-
--triplex-next-Card-Shadow_Default-1-
|
|
204
|
-
--triplex-next-Card-Shadow_Focus-1-
|
|
205
|
-
--triplex-next-Card-Shadow_Hover-1-
|
|
206
|
-
--triplex-next-Card-Shadow_Selected-1-
|
|
207
|
-
--triplex-next-Card-Shadow_Selected_Hover-1-
|
|
208
|
-
--triplex-next-Checkbox-Background_Checked_Default-1-
|
|
209
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-1-
|
|
210
|
-
--triplex-next-Checkbox-Background_Checked_Hover-1-
|
|
211
|
-
--triplex-next-Checkbox-Background_Default-1-
|
|
212
|
-
--triplex-next-Checkbox-Background_Disabled-1-
|
|
213
|
-
--triplex-next-Checkbox-Background_Hover-1-
|
|
214
|
-
--triplex-next-Checkbox-BorderColor_Default-1-
|
|
215
|
-
--triplex-next-Checkbox-BorderColor_Disabled-1-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Focus-1-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Hover-1-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-1-
|
|
219
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-
|
|
220
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-1-
|
|
221
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-
|
|
222
|
-
--triplex-next-Chip-Background_Active-1-
|
|
223
|
-
--triplex-next-Chip-Background_Default-1-
|
|
224
|
-
--triplex-next-Chip-Background_Disabled-1-
|
|
225
|
-
--triplex-next-Chip-Background_Hover-1-
|
|
226
|
-
--triplex-next-Chip-Background_Selected_Active-1-
|
|
227
|
-
--triplex-next-Chip-Background_Selected_Default-1-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Disabled-1-
|
|
229
|
-
--triplex-next-Chip-Background_Selected_Hover-1-
|
|
230
|
-
--triplex-next-Chip-Color_Active-1-
|
|
231
|
-
--triplex-next-Chip-Color_Default-1-
|
|
232
|
-
--triplex-next-Chip-Color_Disabled-1-
|
|
233
|
-
--triplex-next-Chip-Color_Hover-1-
|
|
234
|
-
--triplex-next-Chip-Color_Selected_Active-1-
|
|
235
|
-
--triplex-next-Chip-Color_Selected_Default-1-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Disabled-1-
|
|
237
|
-
--triplex-next-Chip-Color_Selected_Hover-1-
|
|
238
|
-
--triplex-next-Chip-Shadow_Focus-1-
|
|
239
|
-
--triplex-next-Divider-Background-1-
|
|
240
|
-
--triplex-next-Dropdown-Background-1-
|
|
241
|
-
--triplex-next-Dropdown-Shadow-1-
|
|
242
|
-
--triplex-next-DropdownList-Background_Active-1-
|
|
243
|
-
--triplex-next-DropdownList-Background_Default-1-
|
|
244
|
-
--triplex-next-DropdownList-Background_Selected-1-
|
|
245
|
-
--triplex-next-DropdownList-Color-1-
|
|
246
|
-
--triplex-next-DropdownMobile-Backdrop-1-
|
|
247
|
-
--triplex-next-DropdownMobile-Border_Color-1-
|
|
248
|
-
--triplex-next-DropdownMobile-Content_Background-1-
|
|
249
|
-
--triplex-next-DropdownMobile-Footer_Background-1-
|
|
250
|
-
--triplex-next-DropdownMobile-Header_Background-1-
|
|
251
|
-
--triplex-next-DropdownMobileList-Active_Background-1-
|
|
252
|
-
--triplex-next-DropdownMobileList-Selected_Background-1-
|
|
253
|
-
--triplex-next-FooterPage-StickyShadow-1-
|
|
254
|
-
--triplex-next-FormField-Background_Active-1-
|
|
255
|
-
--triplex-next-FormField-Background_Default-1-
|
|
256
|
-
--triplex-next-FormField-Background_Disabled-1-
|
|
257
|
-
--triplex-next-FormField-Background_Error-1-
|
|
258
|
-
--triplex-next-FormField-Background_Error_Hover-1-
|
|
259
|
-
--triplex-next-FormField-Background_Hover-1-
|
|
260
|
-
--triplex-next-FormField-Background_Warning-1-
|
|
261
|
-
--triplex-next-FormField-Background_Warning_Hover-1-
|
|
262
|
-
--triplex-next-FormField-Input_Color_Default-1-
|
|
263
|
-
--triplex-next-FormField-Input_Color_Disabled-1-
|
|
264
|
-
--triplex-next-FormField-Target_Color_Default-1-
|
|
265
|
-
--triplex-next-FormField-Target_Color_Disabled-1-
|
|
266
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-1-
|
|
267
|
-
--triplex-next-FormField-Label_Color_Default-1-
|
|
268
|
-
--triplex-next-FormField-Label_Color_Disabled-1-
|
|
269
|
-
--triplex-next-FormField-Shadow_Active-1-
|
|
270
|
-
--triplex-next-FormField-Shadow_Default-1-
|
|
271
|
-
--triplex-next-FormField-Shadow_Error_Active-1-
|
|
272
|
-
--triplex-next-FormField-Shadow_Warning_Active-1-
|
|
273
|
-
--triplex-next-FormField-Placeholder_Color-1-
|
|
274
|
-
--triplex-next-HeaderPage-StickyShadow-1-
|
|
275
|
-
--triplex-next-Island-Type1_Background-1-
|
|
276
|
-
--triplex-next-Island-Type2_Background-1-
|
|
277
|
-
--triplex-next-Island-Type3_Background-1-
|
|
278
|
-
--triplex-next-Island-Type1_Shadow-1-
|
|
279
|
-
--triplex-next-Island-Type2_Shadow-1-
|
|
280
|
-
--triplex-next-Island-Type3_Shadow-1-
|
|
281
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-
|
|
282
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-
|
|
283
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-
|
|
284
|
-
--triplex-next-IslandAccordion-Shadow_Focus-1-
|
|
285
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-1-
|
|
286
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-
|
|
287
|
-
--triplex-next-LightBox-Backdrop_Background-1-
|
|
288
|
-
--triplex-next-LightBox-Content_Background-1-
|
|
289
|
-
--triplex-next-Link-BorderColor_Focus-1-
|
|
290
|
-
--triplex-next-Link-Text_Color_Active-1-
|
|
291
|
-
--triplex-next-Link-Text_Color_Default-1-
|
|
292
|
-
--triplex-next-Link-Text_Color_Hover-1-
|
|
293
|
-
--triplex-next-ListItem-Background-1-
|
|
294
|
-
--triplex-next-ListItem-Background_Dragging-1-
|
|
295
|
-
--triplex-next-ListItem-Background_Selected-1-
|
|
296
|
-
--triplex-next-ListItem-Shadow-1-
|
|
297
|
-
--triplex-next-ListItemControlsButton-Background_Active-1-
|
|
298
|
-
--triplex-next-ListItemControlsButton-Background_Default-1-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Background_Hover-1-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Color_Active-1-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Color_Default-1-
|
|
302
|
-
--triplex-next-ListItemControlsButton-Color_Hover-1-
|
|
303
|
-
--triplex-next-ListMaster-Background-1-
|
|
304
|
-
--triplex-next-ListMaster-Footer_Background-1-
|
|
305
|
-
--triplex-next-ListMaster-Footer_Color-1-
|
|
306
|
-
--triplex-next-ListMaster-Header_Background-1-
|
|
307
|
-
--triplex-next-ListMaster-Header_Color-1-
|
|
308
|
-
--triplex-next-Loader-Element_Background_Brand-1-
|
|
309
|
-
--triplex-next-Loader-Element_Background_Neutral-1-
|
|
310
|
-
--triplex-next-Loader-Middle_Background_Default-1-
|
|
311
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-
|
|
312
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-
|
|
313
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-1-
|
|
314
|
-
--triplex-next-Marker-Background_Error-1-
|
|
315
|
-
--triplex-next-Marker-Background_Success-1-
|
|
316
|
-
--triplex-next-Marker-Background_Waiting-1-
|
|
317
|
-
--triplex-next-Marker-Background_Warning-1-
|
|
318
|
-
--triplex-next-MarkerStatus-Description_Color-1-
|
|
319
|
-
--triplex-next-ModalWindow-Background-1-
|
|
320
|
-
--triplex-next-ModalWindow-Backdrop_Background-1-
|
|
321
|
-
--triplex-next-MultiselectField-Divider_Color-1-
|
|
322
|
-
--triplex-next-Notification-Background-1-
|
|
323
|
-
--triplex-next-Notification-Color-1-
|
|
324
|
-
--triplex-next-Notification-TimeColor-1-
|
|
325
|
-
--triplex-next-Notification-Shadow-1-
|
|
326
|
-
--triplex-next-Overlay-Background-1-
|
|
327
|
-
--triplex-next-Overlay-Panel_Background-1-
|
|
328
|
-
--triplex-next-Pagination-PageButton_Background_Active-1-
|
|
329
|
-
--triplex-next-Pagination-PageButton_Background_Hover-1-
|
|
330
|
-
--triplex-next-Pagination-PageButton_Background_Selected-1-
|
|
331
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-
|
|
332
|
-
--triplex-next-Pagination-PageButton_Color-1-
|
|
333
|
-
--triplex-next-Radio-Background_Checked_Default-1-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Disabled-1-
|
|
335
|
-
--triplex-next-Radio-Background_Checked_Hover-1-
|
|
336
|
-
--triplex-next-Radio-Background_Default-1-
|
|
337
|
-
--triplex-next-Radio-Background_Disabled-1-
|
|
338
|
-
--triplex-next-Radio-Background_Hover-1-
|
|
339
|
-
--triplex-next-Radio-BorderColor_Default-1-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Disabled-1-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Focused-1-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Checked_Default-1-
|
|
343
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-1-
|
|
344
|
-
--triplex-next-Radio-Dot_Default-1-
|
|
345
|
-
--triplex-next-Radio-Dot_Disabled-1-
|
|
346
|
-
--triplex-next-SegmentedControl-General_1_Background-1-
|
|
347
|
-
--triplex-next-SegmentedControl-General_2_Background-1-
|
|
348
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-1-
|
|
349
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-1-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-
|
|
399
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-
|
|
400
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-1-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-
|
|
403
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-
|
|
404
|
-
--triplex-next-SmallInput-Background-1-
|
|
405
|
-
--triplex-next-SmallInput-Color-1-
|
|
406
|
-
--triplex-next-SmallInput-PlaceholderColor-1-
|
|
407
|
-
--triplex-next-SmallInput-Shadow-1-
|
|
408
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-1-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Fill_Full-1-
|
|
410
|
-
--triplex-next-SMSField-Refresh_Disabled-1-
|
|
411
|
-
--triplex-next-SMSField-Submit_Background_Default-1-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Hover-1-
|
|
413
|
-
--triplex-next-SMSField-Submit_Background_Active-1-
|
|
414
|
-
--triplex-next-Slider-Dot_Background_Default-1-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Disabled-1-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Hover-1-
|
|
417
|
-
--triplex-next-Slider-Dot_Background_Select-1-
|
|
418
|
-
--triplex-next-Slider-Dot_Focus-1-
|
|
419
|
-
--triplex-next-Slider-Dot_Inner_Background-1-
|
|
420
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-
|
|
421
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-1-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-1-
|
|
423
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-
|
|
424
|
-
--triplex-next-Slider-Rail_Background-1-
|
|
425
|
-
--triplex-next-Slider-Rail_Background_Disabled-1-
|
|
426
|
-
--triplex-next-Slider-Tooltip_Background-1-
|
|
427
|
-
--triplex-next-Slider-Tooltip_Color-1-
|
|
428
|
-
--triplex-next-Slider-Track_Background_Default-1-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Disabled-1-
|
|
430
|
-
--triplex-next-Slider-Track_Background_Hover-1-
|
|
431
|
-
--triplex-next-StatusTracker-Draft_Background-1-
|
|
432
|
-
--triplex-next-StatusTracker-Warning_Background-1-
|
|
433
|
-
--triplex-next-StatusTracker-Waiting_Background-1-
|
|
434
|
-
--triplex-next-StatusTracker-Rejected_Background-1-
|
|
435
|
-
--triplex-next-StatusTracker-Approved_Background-1-
|
|
436
|
-
--triplex-next-StatusTracker-Waiting_Color-1-
|
|
437
|
-
--triplex-next-StatusTracker-Rejected_Color-1-
|
|
438
|
-
--triplex-next-StatusTracker-Approved_Color-1-
|
|
439
|
-
--triplex-next-StatusTracker-Border_Color-1-
|
|
440
|
-
--triplex-next-Step-Color_Active-1-
|
|
441
|
-
--triplex-next-Step-Color_Default-1-
|
|
442
|
-
--triplex-next-Step-Color_Disabled-1-
|
|
443
|
-
--triplex-next-Step-Color_Done-1-
|
|
444
|
-
--triplex-next-Step-Color_Error-1-
|
|
445
|
-
--triplex-next-Step-Color_Warning-1-
|
|
446
|
-
--triplex-next-Step-Background_Active-1-
|
|
447
|
-
--triplex-next-Step-Background_Default-1-
|
|
448
|
-
--triplex-next-Step-Background_Disabled-1-
|
|
449
|
-
--triplex-next-Step-Background_Done-1-
|
|
450
|
-
--triplex-next-Step-Background_Error-1-
|
|
451
|
-
--triplex-next-Step-Background_Warning-1-
|
|
452
|
-
--triplex-next-Stepper-Step_Background_Default-1-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Hover-1-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Disabled-1-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Error-1-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-1-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Warning-1-
|
|
458
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-1-
|
|
459
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-1-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Error-1-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-1-
|
|
462
|
-
--triplex-next-Stepper-Step_BorderColor_Success-1-
|
|
463
|
-
--triplex-next-Stepper-Step_Color_Default-1-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Hover-1-
|
|
465
|
-
--triplex-next-Stepper-Step_Color_Disabled-1-
|
|
466
|
-
--triplex-next-Stepper-ButtonNext_Background-1-
|
|
467
|
-
--triplex-next-Stepper-ButtonPrev_Background-1-
|
|
468
|
-
--triplex-next-Stepper-Background-1-
|
|
469
|
-
--triplex-next-Stepper-Wrapper_Background-1-
|
|
470
|
-
--triplex-next-Stepper-Wrapper_BoxShadow-1-
|
|
471
|
-
--triplex-next-TableBasic-Background_Hover-1-
|
|
472
|
-
--triplex-next-TableBasic-Background_Selected-1-
|
|
473
|
-
--triplex-next-TableBasic-Color-1-
|
|
474
|
-
--triplex-next-TableBasic-Header_Background-1-
|
|
475
|
-
--triplex-next-TableBasic-TableFooter_Background-1-
|
|
476
|
-
--triplex-next-TableBasic-TableFooter_Highlight-1-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-
|
|
479
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-
|
|
480
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-
|
|
481
|
-
--triplex-next-Tabs-Type1_Background-1-
|
|
482
|
-
--triplex-next-Tabs-Type2_Background-1-
|
|
483
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-1-
|
|
484
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-1-
|
|
485
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-
|
|
486
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-
|
|
487
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-
|
|
488
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-
|
|
489
|
-
--triplex-next-Tabs-Type1_Tab_Color_Default-1-
|
|
490
|
-
--triplex-next-Tabs-Type2_Tab_Color_Default-1-
|
|
491
|
-
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-
|
|
492
|
-
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-
|
|
493
|
-
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-
|
|
494
|
-
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-
|
|
495
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-1-
|
|
496
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-1-
|
|
497
|
-
--triplex-next-Tag-Background-1-
|
|
498
|
-
--triplex-next-TagColor-Background_Default-1-
|
|
499
|
-
--triplex-next-TagColor-Background_Success-1-
|
|
500
|
-
--triplex-next-TagColor-Background_Info-1-
|
|
501
|
-
--triplex-next-TagColor-Background_Warning-1-
|
|
502
|
-
--triplex-next-TagColor-Background_Error-1-
|
|
503
|
-
--triplex-next-TagColor-Text_Color_Default-1-
|
|
504
|
-
--triplex-next-TabsLine-BorderColor_Active-1-
|
|
505
|
-
--triplex-next-TabsLine-BorderColor_Hover-1-
|
|
506
|
-
--triplex-next-TabsLine-Separator_Color-1-
|
|
507
|
-
--triplex-next-TabsLine-Shadow_Focus-1-
|
|
508
|
-
--triplex-next-Tooltip-Background-1-
|
|
509
|
-
--triplex-next-Tooltip-Color-1-
|
|
510
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-
|
|
511
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-
|
|
512
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-
|
|
513
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-
|
|
514
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-
|
|
515
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-
|
|
516
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-
|
|
517
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-
|
|
518
|
-
--triplex-next-TopOverlay-Background-1-
|
|
519
|
-
--triplex-next-Typography-Primary_Color-1-
|
|
520
|
-
--triplex-next-Typography-Complementary_Color-1-
|
|
521
|
-
--triplex-next-Typography-Secondary_Color-1-
|
|
522
|
-
--triplex-next-Typography-Tertiary_Color-1-
|
|
523
|
-
--triplex-next-Typography-Disabled_Color-1-
|
|
524
|
-
--triplex-next-Typography-Brand_Color-1-
|
|
525
|
-
--triplex-next-Typography-Info_Color-1-
|
|
526
|
-
--triplex-next-Typography-Success_Color-1-
|
|
527
|
-
--triplex-next-Typography-Error_Color-1-
|
|
528
|
-
--triplex-next-Typography-Warning_Color-1-
|
|
529
|
-
--triplex-next-Typography-System_Color-1-
|
|
530
|
-
--triplex-next-Typography-PrimaryInvert_Color-1-
|
|
531
|
-
--triplex-next-Typography-ComplementaryInvert_Color-1-
|
|
532
|
-
--triplex-next-Typography-SecondaryInvert_Color-1-
|
|
533
|
-
--triplex-next-Typography-TertiaryInvert_Color-1-
|
|
534
|
-
--triplex-next-Typography-DisabledInvert_Color-1-
|
|
535
|
-
--triplex-next-Typography-BrandInvert_Color-1-
|
|
536
|
-
--triplex-next-Typography-InfoInvert_Color-1-
|
|
537
|
-
--triplex-next-Typography-SuccessInvert_Color-1-
|
|
538
|
-
--triplex-next-Typography-ErrorInvert_Color-1-
|
|
539
|
-
--triplex-next-Typography-WarningInvert_Color-1-
|
|
540
|
-
--triplex-next-Typography-SystemInvert_Color-1-
|
|
541
|
-
--triplex-next-UploadZone-Background_Default-1-
|
|
542
|
-
--triplex-next-UploadZone-Background_Hover-1-
|
|
543
|
-
--triplex-next-UploadZone-BorderColor_Default-1-
|
|
544
|
-
--triplex-next-UploadZone-DragArea_Background-1-
|
|
545
|
-
--triplex-next-UploadZone-DragArea_BorderColor-1-
|
|
546
|
-
.underline__fb3d9b4b{text-decoration:underline}.strikethrough__37951a6c{text-decoration:line-through}.underlineStrikethrough__a2c8a3c5{text-decoration:underline line-through}.typography__e1e76921.primary__543de3f1{color:var(--triplex-next-Typography-Primary_Color-1-15-0)}.typography__e1e76921.primaryInvert__2f963aa6{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-15-0)}.typography__e1e76921.complementary__dd79af54{color:var(--triplex-next-Typography-Complementary_Color-1-15-0)}.typography__e1e76921.complementaryInvert__6ec30037{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-15-0)}.typography__e1e76921.secondary__d542b79c{color:var(--triplex-next-Typography-Secondary_Color-1-15-0)}.typography__e1e76921.secondaryInvert__de683508{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-15-0)}.typography__e1e76921.tertiary__bf23e2f5{color:var(--triplex-next-Typography-Tertiary_Color-1-15-0)}.typography__e1e76921.tertiaryInvert__bc54c395{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-15-0)}.typography__e1e76921.disabled__ee806ca4{color:var(--triplex-next-Typography-Disabled_Color-1-15-0)}.typography__e1e76921.disabledInvert__72c255ba{color:var(--triplex-next-Typography-DisabledInvert_Color-1-15-0)}.typography__e1e76921.brand__951c75b1{color:var(--triplex-next-Typography-Brand_Color-1-15-0);-webkit-user-select:none;user-select:none}.typography__e1e76921.brandInvert__b44b05b4{color:var(--triplex-next-Typography-BrandInvert_Color-1-15-0)}.typography__e1e76921.info__9c25fdde{color:var(--triplex-next-Typography-Info_Color-1-15-0)}.typography__e1e76921.infoInvert__2b7dd78c{color:var(--triplex-next-Typography-InfoInvert_Color-1-15-0)}.typography__e1e76921.success__ba26c0a1{color:var(--triplex-next-Typography-Success_Color-1-15-0)}.typography__e1e76921.successInvert__d85aa35c{color:var(--triplex-next-Typography-SuccessInvert_Color-1-15-0)}.typography__e1e76921.error__d1a1abdd{color:var(--triplex-next-Typography-Error_Color-1-15-0)}.typography__e1e76921.errorInvert__97b55541{color:var(--triplex-next-Typography-ErrorInvert_Color-1-15-0)}.typography__e1e76921.warning__73a7ec28{color:var(--triplex-next-Typography-Warning_Color-1-15-0)}.typography__e1e76921.warningInvert__24c50c00{color:var(--triplex-next-Typography-WarningInvert_Color-1-15-0)}.typography__e1e76921.system__62b5a46b{color:var(--triplex-next-Typography-System_Color-1-15-0)}.typography__e1e76921.systemInvert__b4deeb02{color:var(--triplex-next-Typography-SystemInvert_Color-1-15-0)}.typography__e1e76921.compact__36208c0a{line-height:calc(16 / 14)}.caption__94240b3a.regular__ae9d3e0a{font-family:SBSansText}.caption__94240b3a.semibold__1d6e56ce{font-family:SBSansTextSemibold;font-weight:600}.c1__a3a368ce{font-size:10px;line-height:12px}.c2__672e7abf{font-size:8px;line-height:10px}.d1__f99ec4bf{font-size:32px;line-height:40px}.d1__f99ec4bf.regular__ae9d3e0a{font-family:SBSansDisplay}.d1__f99ec4bf.semibold__1d6e56ce{font-family:SBSansDisplaySemibold;font-weight:600}.text__ced11ba6{outline:none}.text__ced11ba6.regular__ae9d3e0a{font-family:SBSansText}.text__ced11ba6.semibold__1d6e56ce{font-family:SBSansTextSemibold;font-weight:600}.b1__28d6b21c{font-size:18px;line-height:24px}.b2__2d99cce2{font-size:16px;line-height:20px}.b3__4dc7fd9d{font-size:14px;line-height:20px}.b3__4dc7fd9d.compact__36208c0a{line-height:16px}.b4__f5febda2{font-size:12px;line-height:16px}.title__31cd0f24{outline:none}.title__31cd0f24.regular__ae9d3e0a{font-family:SBSansDisplay;font-weight:400}.title__31cd0f24.semibold__1d6e56ce{font-family:SBSansDisplaySemibold;font-weight:600}.title__31cd0f24.medium__3c81bfda{font-family:SBSansDisplayMedium;font-weight:500}.title__31cd0f24.bold__433f9e4e{font-family:SBSansDisplayBold;font-weight:700}.h1__f899f2d5,.h2__32189401,.h3__32bc71d6{margin:0}.h1__f899f2d5{font-size:28px;line-height:36px}.h2__32189401{font-size:24px;line-height:32px}.h3__32bc71d6{font-size:20px;line-height:28px}.formFieldInput__635312f2{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-15-0)}.formFieldInput__635312f2:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-15-0)}.formFieldInput__635312f2::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-15-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__635312f2:focus{outline:none}.formFieldInput__635312f2:focus::placeholder{opacity:1}.formFieldInput__635312f2:-webkit-autofill{animation-name:autofill-applied-hook__c0daa689;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__635312f2:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__6ef2008c;animation-duration:1ms}.formFieldInput__635312f2.sm__02d44dd6{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__635312f2.md__a635573c{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__635312f2.lg__38c03801{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__c0daa689{0%{transform:none}}@keyframes autofill-cancelled-hook__6ef2008c{0%{transform:none}}.formField__15f75360{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__15f75360.default__16d117aa{background:var(--triplex-next-FormField-Background_Default-1-15-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-15-0)}.formField__15f75360:hover{background:var(--triplex-next-FormField-Background_Hover-1-15-0)}.formField__15f75360.disabled__763082bf{background:var(--triplex-next-FormField-Background_Disabled-1-15-0)}.formField__15f75360.active__3f1b38cf{background:var(--triplex-next-FormField-Background_Active-1-15-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-15-0)}.formField__15f75360.active__3f1b38cf::placeholder{opacity:1}.formField__15f75360.error__7e26ef1e{background:var(--triplex-next-FormField-Background_Error-1-15-0)}.formField__15f75360.error__7e26ef1e:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-15-0)}.formField__15f75360.error__7e26ef1e.active__3f1b38cf{background:var(--triplex-next-FormField-Background_Error-1-15-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-15-0)}.formField__15f75360.warning__a8fbb689{background:var(--triplex-next-FormField-Background_Warning-1-15-0)}.formField__15f75360.warning__a8fbb689:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-15-0)}.formField__15f75360.warning__a8fbb689.active__3f1b38cf{background:var(--triplex-next-FormField-Background_Warning-1-15-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-15-0)}.formField__15f75360.sm__02d44dd6{border-radius:6px}.formField__15f75360.md__a635573c{border-radius:8px}.formField__15f75360.lg__38c03801{border-radius:10px}.formFieldDescription__d2c08e02{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__d2c08e02.withCounter__9ea30f65{display:flex}.formFieldLabel__b0e7de23{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__b0e7de23.size-sm__7f787fad{top:6px}.formFieldLabel__b0e7de23.size-md__39669aa9{top:10px}.formFieldLabel__b0e7de23.size-lg__463025b8{top:18px}.formFieldLabel__b0e7de23.size-lg__463025b8.floating__a54a143f{top:10px}.formFieldLabelText__b718df3e{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-15-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__7f787fad .formFieldLabelText__b718df3e{font-size:12px;line-height:16px}.size-md__39669aa9 .formFieldLabelText__b718df3e{font-size:14px;line-height:20px}.size-lg__463025b8 .formFieldLabelText__b718df3e{font-size:16px;line-height:20px}.floating__a54a143f .formFieldLabelText__b718df3e{font-size:12px;line-height:16px}.floating__a54a143f.size-sm__7f787fad .formFieldLabelText__b718df3e,.floating__a54a143f.size-md__39669aa9 .formFieldLabelText__b718df3e{display:none}.disabled__763082bf .formFieldLabelText__b718df3e{color:var(--triplex-next-FormField-Label_Color_Disabled-1-15-0)}.formFieldPostfix__77b612a9{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__6a0fccc8{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__42c592dc{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__44d6661c{position:relative}.formFieldMaskedInputWrapper__44d6661c .formFieldMaskedInputPlaceholder__4faa302e{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__44d6661c .formFieldMaskedInputPlaceholder__4faa302e::placeholder{opacity:1}.formFieldMaskedInputWrapper__44d6661c .formFieldMaskedInputPlaceholder__4faa302e:disabled{visibility:hidden}.formFieldMaskedInputWrapper__44d6661c.size-sm__7f787fad{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__44d6661c.size-sm__7f787fad .formFieldMaskedInputPlaceholder__4faa302e{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__44d6661c.size-md__39669aa9{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__44d6661c.size-md__39669aa9 .formFieldMaskedInputPlaceholder__4faa302e{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__44d6661c.size-lg__463025b8{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__44d6661c.size-lg__463025b8 .formFieldMaskedInputPlaceholder__4faa302e{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__44d6661c .formFieldMaskedInput__228fb060{display:block;position:relative;background:none!important}.dropdownDesktop__8767350b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-15-0);background-color:var(--triplex-next-Dropdown-Background-1-15-0)}.dropdownDesktop__8767350b.sm__c6fcd218{border-radius:6px}.dropdownDesktop__8767350b.md__702d4027{border-radius:8px}.dropdownDesktop__8767350b.lg__0c86a280{border-radius:10px}.dropdownDesktopOverflowHidden__e035e496{overflow:hidden}.notificationIcon__d48c9f78{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__b94003cb{padding:4px;overflow:auto}.dropdownDesktopList__b94003cb.sm__c6fcd218{max-height:160px;font-size:12px;line-height:16px}.dropdownDesktopList__b94003cb.sm__c6fcd218 .dropdownDesktopListItem__f5f37b04{padding:6px 8px;border-radius:6px}.dropdownDesktopList__b94003cb.sm__c6fcd218 .dropdownDesktopListLoader__beab6f57{margin:0 auto}.dropdownDesktopList__b94003cb.md__702d4027{max-height:193px;font-size:14px;line-height:20px}.dropdownDesktopList__b94003cb.md__702d4027 .dropdownDesktopListItem__f5f37b04{padding:7px 8px;border-radius:8px}.dropdownDesktopList__b94003cb.md__702d4027 .dropdownDesktopListLoader__beab6f57{margin:-2px auto}.dropdownDesktopList__b94003cb.lg__0c86a280{max-height:270px;font-size:16px;line-height:20px}.dropdownDesktopList__b94003cb.lg__0c86a280 .dropdownDesktopListItem__f5f37b04{padding:14px 8px;border-radius:10px}.dropdownDesktopList__b94003cb.lg__0c86a280 .dropdownDesktopListLoader__beab6f57{margin:-6px auto}.dropdownDesktopListItem__f5f37b04{color:var(--triplex-next-DropdownList-Color-1-15-0);background:var(--triplex-next-DropdownList-Background_Default-1-15-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__f5f37b04+.dropdownDesktopListItem__f5f37b04{margin-top:2px}.dropdownDesktopListItem__f5f37b04.active__2a696821{background:var(--triplex-next-DropdownList-Background_Active-1-15-0);cursor:pointer}.dropdownDesktopListItem__f5f37b04.selected__21b7076d{background:var(--triplex-next-DropdownList-Background_Selected-1-15-0);cursor:default}.loaderSmall__0d846575{display:flex;justify-content:center;align-items:center}.loaderSmall__0d846575.sm__46437a12{width:16px;height:16px;gap:2px}.loaderSmall__0d846575.sm__46437a12 .dot__3b49951a{width:4px;height:4px}.loaderSmall__0d846575.md__b760cfd1{width:24px;height:24px;gap:3px}.loaderSmall__0d846575.md__b760cfd1 .dot__3b49951a{width:6px;height:6px}.loaderSmall__0d846575.lg__c4d3965e{width:32px;height:32px;gap:4px}.loaderSmall__0d846575.lg__c4d3965e .dot__3b49951a{width:8px;height:8px}.loaderSmall__0d846575.neutral__5c5f346c .dot__3b49951a{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-15-0)}.loaderSmall__0d846575.brand__7ae16d80 .dot__3b49951a{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-15-0)}.loaderSmall__0d846575 .dot__3b49951a{border-radius:50%}.loaderSmall__0d846575 .dot1__7b37f47d{animation:dotCycleSmall__0a5b1a5a .9s infinite}.loaderSmall__0d846575 .dot2__2d7c6037{animation:dotCycleSmall__0a5b1a5a .9s infinite .15s}.loaderSmall__0d846575 .dot3__95a9db6d{animation:dotCycleSmall__0a5b1a5a .9s infinite .3s}@keyframes dotCycleSmall__0a5b1a5a{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__1e9fad6c{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-15-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__748e9448{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__748e9448 .dot__3b49951a{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-15-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__748e9448 .dot1__7b37f47d{top:0;left:0;animation:dotCycleMiddle__5758c612 3s infinite}.loaderMiddleDots__748e9448 .dot2__2d7c6037{right:0;top:0;opacity:.7;animation:dotCycleMiddle__5758c612 3s infinite .74s}.loaderMiddleDots__748e9448 .dot3__95a9db6d{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__5758c612 3s infinite 1.5s}.loaderMiddleDots__748e9448 .dot4__e77a267f{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__5758c612 3s infinite 2.25s}.loaderMiddleDots__748e9448 .line__ca776fb5{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-15-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__50aa45c6 3s infinite}@keyframes lineCycle__50aa45c6{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__5758c612{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__ec2c5962{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__481c532e{background:var(--triplex-next-DropdownMobile-Backdrop-1-15-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__481c532e.closing__d0160957{opacity:0}.dropdownMobileBackdrop__481c532e.opening__daa94588,.dropdownMobileBackdrop__481c532e.opened__8ca3ef99{opacity:var(--triplex-DropdownMobile-Opacity-1-15-0)}.dropdownMobile__680dafc2{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__680dafc2.closing__d0160957{transform:translateY(100%)}.dropdownMobile__680dafc2.opening__daa94588,.dropdownMobile__680dafc2.opened__8ca3ef99{transform:translateY(0)}.dropdownMobileHeader__a78151ac{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-15-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__a78151ac .dropdownMobileHeaderContent__a1b1d46e{margin-right:28px;min-height:20px}.dropdownMobileContent__cde288d5{background:var(--triplex-next-DropdownMobile-Content_Background-1-15-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__8cfea49c{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-15-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-15-0);flex-shrink:1}.dropdownMobileListItem__b111ff63{padding:16px}.dropdownMobileListItem__b111ff63.selected__21b7076d{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-15-0)}.dropdownMobileListItem__b111ff63:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-15-0)}.dropdownMobileListLoader__c70d4eaa{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__d350d7e0{overflow:hidden}.controlButtons__f7de4b63{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__1091b446{margin-right:8px}.notificationIcon__95eead96{position:absolute;right:4px;top:4px}.buttonIcon__a8c300a0{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__a8c300a0:enabled{cursor:pointer}.buttonIcon__a8c300a0.circle__43a1293e{border-radius:50%}.buttonIcon__a8c300a0.squircle__1c452156{border-radius:4px}.buttonIcon__a8c300a0:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-15-0)}.dropdownMobileInput__ebdf4a24{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-15-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__ebdf4a24::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-15-0);opacity:1}.dropdownMobileInput__ebdf4a24::-ms-clear{display:none}.tabsLineWrapper__724c517f[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__724c517f[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__724c517f[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__724c517f[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__724c517f{position:relative}.tabsLineWrapper__724c517f.withSeparator__4ac1358c:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-15-0);bottom:0;left:0;right:0}.tabsLine__52cd6304{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__52cd6304:has(.sm__6140fac9){height:28px}.tabsLine__52cd6304:has(.md__32d26243){height:40px}.tabsLine__52cd6304:has(.lg__728c277c){height:56px}.tab__191c3cca{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__191c3cca.sm__6140fac9{height:28px;padding-bottom:12px}.tab__191c3cca.md__32d26243{height:40px;padding-top:8px;padding-bottom:12px}.tab__191c3cca.lg__728c277c{height:56px;padding-top:16px;padding-bottom:20px}.tab__191c3cca::-moz-focus-inner{border:none;padding:0}.tab__191c3cca:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-15-0)}.tab__191c3cca.active__f389db06{cursor:default}.tab__191c3cca: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__191c3cca:hover:after,.tab__191c3cca:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-15-0)}.tab__191c3cca.active__f389db06:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-15-0)}.notificationIcon__3037437d{position:absolute;right:6px}.sm__6140fac9 .notificationIcon__3037437d{top:0}.md__32d26243 .notificationIcon__3037437d{top:8px}.lg__728c277c .notificationIcon__3037437d{top:16px}.tabsLineDropdown__83ba64bc{display:inline-block}.tabsLineDropdown__83ba64bc .dropdownTarget__28939112.active__f389db06{cursor:pointer}.tabsLineDropdown__83ba64bc .dropdownTargetInner__1663a085{display:inline-flex;align-items:center}.tabsLineDropdown__83ba64bc .dropdownTargetCaret__21e11410{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__83ba64bc .dropdownTargetCaret__21e11410.opened__4344a280{transform:rotate(-180deg)}.tabsLineDropdown__83ba64bc .dropdown__22c8d0f3{right:0;padding:4px}.tabsLineMobileWrapper__8717a1ff{position:relative}.tabsLineMobileWrapper__8717a1ff .tab__191c3cca{flex-shrink:0}.tabsLineMobileWrapper__8717a1ff .tab__191c3cca:first-child{margin-left:16px}.tabsLineMobileWrapper__8717a1ff .tab__191c3cca:last-child{margin-right:16px}.tabsLineMobile__f43875aa{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__f43875aa::-webkit-scrollbar{display:none}.label__7594a092{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__7594a092.sm__49869656{min-width:16px;min-height:16px}.label__7594a092.sm__49869656.nonempty__c6198cc5{padding:2px 0 2px 24px}.label__7594a092.md__b11ab990{min-height:24px;min-width:24px}.label__7594a092.md__b11ab990.nonempty__c6198cc5{padding-left:32px;padding-top:2px}.label__7594a092.lg__eb7d98a1{min-width:28px;min-height:28px}.label__7594a092.lg__eb7d98a1.nonempty__c6198cc5{padding-left:40px;padding-top:4px}.label__7594a092.disabled__c001b3f1{cursor:default}.radio__f3298f61{margin:0;opacity:0}.radioIcon__8b5f0b82{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-15-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-15-0)}.radioIcon__8b5f0b82:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-15-0);border-radius:50%;transform:scale(0)}.sm__49869656 .radioIcon__8b5f0b82:after{width:8px;height:8px;top:4px;left:4px}.md__b11ab990 .radioIcon__8b5f0b82:after{width:12px;height:12px;top:6px;left:6px}.lg__eb7d98a1 .radioIcon__8b5f0b82:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__8b5f0b82,.radioIcon__8b5f0b82:after{pointer-events:none}.radio__f3298f61,.radioIcon__8b5f0b82{position:absolute;left:0;top:0}.sm__49869656 .radio__f3298f61,.sm__49869656 .radioIcon__8b5f0b82{width:16px;height:16px;top:2px}.md__b11ab990 .radio__f3298f61,.md__b11ab990 .radioIcon__8b5f0b82{width:24px;height:24px}.lg__eb7d98a1 .radio__f3298f61,.lg__eb7d98a1 .radioIcon__8b5f0b82{width:28px;height:28px}.radio__f3298f61:enabled{cursor:pointer}.radio__f3298f61:checked+.radioIcon__8b5f0b82{background:var(--triplex-next-Radio-Background_Checked_Default-1-15-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-15-0)}.radio__f3298f61:checked+.radioIcon__8b5f0b82:after{transform:scale(1);transition:transform .2s ease-out}.radio__f3298f61:hover+.radioIcon__8b5f0b82{background-color:var(--triplex-next-Radio-Background_Hover-1-15-0);box-shadow:none}.radio__f3298f61:disabled+.radioIcon__8b5f0b82{background:var(--triplex-next-Radio-Background_Disabled-1-15-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-15-0)}.radio__f3298f61:disabled:checked+.radioIcon__8b5f0b82{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-15-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-15-0)}.radio__f3298f61:disabled+.radioIcon__8b5f0b82:after{background:var(--triplex-next-Radio-Dot_Disabled-1-15-0)}.radio__f3298f61:focus-visible+.radioIcon__8b5f0b82{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-15-0)}.radio__f3298f61:checked:enabled:hover+.radioIcon__8b5f0b82{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-15-0)}.radioXGroup__d3b1e597{display:inline-flex;flex-flow:row wrap}.radioXGroup__d3b1e597.indent-12__76e0d98d{margin-left:-6px;margin-right:-6px}.radioXGroup__d3b1e597.indent-12__76e0d98d .label__7594a092{margin-left:6px;margin-right:6px}.radioXGroup__d3b1e597.indent-16__f558784b{margin-left:-8px;margin-right:-8px}.radioXGroup__d3b1e597.indent-16__f558784b .label__7594a092{margin-left:8px;margin-right:8px}.radioXGroup__d3b1e597.indent-20__6d8ded41{margin-left:-10px;margin-right:-10px}.radioXGroup__d3b1e597.indent-20__6d8ded41 .label__7594a092{margin-left:10px;margin-right:10px}.radioXGroup__d3b1e597.indent-24__a90a293a{margin-left:-12px;margin-right:-12px}.radioXGroup__d3b1e597.indent-24__a90a293a .label__7594a092{margin-left:12px;margin-right:12px}.radioXGroup__d3b1e597.indent-28__0d5ac82a{margin-left:-14px;margin-right:-14px}.radioXGroup__d3b1e597.indent-28__0d5ac82a .label__7594a092{margin-left:14px;margin-right:14px}.radioXGroup__d3b1e597.indent-32__afec23c8{margin-left:-16px;margin-right:-16px}.radioXGroup__d3b1e597.indent-32__afec23c8 .label__7594a092{margin-left:16px;margin-right:16px}.radioYGroup__139c74cb{display:inline-flex;flex-flow:column wrap}.radioYGroup__139c74cb .label__7594a092.sm__49869656+.label__7594a092.sm__49869656{margin-top:8px}.radioYGroup__139c74cb .label__7594a092.md__b11ab990+.label__7594a092.md__b11ab990{margin-top:16px}.radioYGroup__139c74cb .label__7594a092.lg__eb7d98a1+.label__7594a092.lg__eb7d98a1{margin-top:20px}.notification__f944b75d{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-15-0);background:var(--triplex-next-Notification-Background-1-15-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-15-0);z-index:300}.notification__f944b75d:first-child{margin-top:0}.notification__f944b75d.extraBottomPadding__cb85b601{padding-bottom:24px}.notification__f944b75d .notificationHeader__fc1e9e21{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-15-0);width:100%;margin-top:0;margin-bottom:8px}.notification__f944b75d .notificationIcon__5aece6cf{line-height:0}.notification__f944b75d .notificationBody__226fd6d4{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__f944b75d .notificationBodyList__4dd63c17{margin-top:8px}.notification__f944b75d .notificationBodyContent__f93b2f87{width:100%;font-size:14px}.notification__f944b75d .notificationClose__dae89a9c{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__f944b75d.showCloseOnHover__5555f3a1 .notificationClose__dae89a9c{opacity:0}.notification__f944b75d.showCloseOnHover__5555f3a1:hover{cursor:pointer}.notification__f944b75d.showCloseOnHover__5555f3a1:hover .notificationClose__dae89a9c{opacity:1}.notification__f944b75d .notificationFooter__410ba185{display:flex;align-items:center;margin-top:16px}.notification__f944b75d .notificationFooter__410ba185 button+a{margin-left:16px}.notification__f944b75d .notificationTime__5d0f79d7{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-15-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__40003e9a{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__40003e9a:hover{cursor:pointer}.notificationGroupedWrapper__40003e9a .notificationGroupedFooterItem__6850659f{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-15-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-15-0)}.notificationGroupedWrapper__40003e9a .notificationGroupedFooterItem__6850659f.first__d705934d{bottom:-8px;z-index:200}.notificationGroupedWrapper__40003e9a .notificationGroupedFooterItem__6850659f.second__9860a04e{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__f944b75d,.notificationGroupedWrapper__40003e9a{width:100%}}.unorderedListItem__de4a2858:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__de4a2858+.unorderedListItem__de4a2858{margin-top:8px}.unorderedList__2732acd7{position:relative;margin:0;padding-left:14px;list-style:none}.button__c2550e55.general__ac9a2805{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-15-0);color:var(--triplex-next-Button-General_Color_Default-1-15-0)}.button__c2550e55.general__ac9a2805:hover{background:var(--triplex-next-Button-General_Background_Hover-1-15-0);color:var(--triplex-next-Button-General_Color_Hover-1-15-0)}.button__c2550e55.general__ac9a2805.expanded__c9f4f244,.button__c2550e55.general__ac9a2805:active{background:var(--triplex-next-Button-General_Background_Active-1-15-0);color:var(--triplex-next-Button-General_Color_Active-1-15-0)}.button__c2550e55.general__ac9a2805:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-15-0)}.button__c2550e55.general__ac9a2805:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-15-0);color:var(--triplex-next-Button-General_Color_Disabled-1-15-0)}.button__c2550e55.secondary__d8e8a084{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-15-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-15-0)}.button__c2550e55.secondary__d8e8a084:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-15-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-15-0)}.button__c2550e55.secondary__d8e8a084.expanded__c9f4f244,.button__c2550e55.secondary__d8e8a084:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-15-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-15-0)}.button__c2550e55.secondary__d8e8a084:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-15-0)}.button__c2550e55.secondary__d8e8a084:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-15-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-15-0)}.button__c2550e55.secondaryLight__c6a5ef03{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-15-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-15-0)}.button__c2550e55.secondaryLight__c6a5ef03:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-15-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-15-0)}.button__c2550e55.secondaryLight__c6a5ef03.expanded__c9f4f244,.button__c2550e55.secondaryLight__c6a5ef03:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-15-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-15-0)}.button__c2550e55.secondaryLight__c6a5ef03:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-15-0)}.button__c2550e55.secondaryLight__c6a5ef03:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-15-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-15-0)}.button__c2550e55.danger__b9108029{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-15-0);color:var(--triplex-next-Button-Danger_Color_Default-1-15-0)}.button__c2550e55.danger__b9108029:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-15-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-15-0)}.button__c2550e55.danger__b9108029.expanded__c9f4f244,.button__c2550e55.danger__b9108029:active{background:var(--triplex-next-Button-Danger_Background_Active-1-15-0);color:var(--triplex-next-Button-Danger_Color_Active-1-15-0)}.button__c2550e55.danger__b9108029:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-15-0)}.button__c2550e55.danger__b9108029:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-15-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-15-0)}.button__c2550e55.link__8de99a7e{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-15-0);padding:0}.button__c2550e55.link__8de99a7e.sm__21c51d21{height:28px;min-width:0px;padding:6px 2px}.button__c2550e55.link__8de99a7e.md__9344aa37{height:40px;min-width:0px;padding:10px 2px}.button__c2550e55.link__8de99a7e.lg__d9dea72d{height:56px;min-width:0px;padding:18px 2px}.button__c2550e55.link__8de99a7e:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-15-0)}.button__c2550e55.link__8de99a7e.expanded__c9f4f244,.button__c2550e55.link__8de99a7e:active{color:var(--triplex-next-Button-Link_Color_Active-1-15-0)}.button__c2550e55.link__8de99a7e:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-15-0)}.button__c2550e55.link__8de99a7e:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-15-0)}.button__c2550e55{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__c2550e55::-moz-focus-inner{border:none;padding:0}.button__c2550e55.sm__21c51d21{line-height:16px;font-size:12px}.button__c2550e55.sm__21c51d21.general__ac9a2805,.button__c2550e55.sm__21c51d21.secondary__d8e8a084,.button__c2550e55.sm__21c51d21.secondaryLight__c6a5ef03,.button__c2550e55.sm__21c51d21.danger__b9108029{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__c2550e55.sm__21c51d21.icon__a3d990e0{min-height:28px;min-width:28px;padding:4px}.button__c2550e55.md__9344aa37{line-height:20px;font-size:14px}.button__c2550e55.md__9344aa37.general__ac9a2805,.button__c2550e55.md__9344aa37.secondary__d8e8a084,.button__c2550e55.md__9344aa37.secondaryLight__c6a5ef03,.button__c2550e55.md__9344aa37.danger__b9108029{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__c2550e55.md__9344aa37.icon__a3d990e0{min-height:40px;min-width:40px;padding:10px}.button__c2550e55.lg__d9dea72d{line-height:20px;font-size:16px}.button__c2550e55.lg__d9dea72d.general__ac9a2805,.button__c2550e55.lg__d9dea72d.secondary__d8e8a084,.button__c2550e55.lg__d9dea72d.secondaryLight__c6a5ef03,.button__c2550e55.lg__d9dea72d.danger__b9108029{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__c2550e55.lg__d9dea72d.icon__a3d990e0{min-height:56px;min-width:56px;padding:12px}.button__c2550e55:disabled{cursor:default}.button__c2550e55:disabled *{pointer-events:none}.button__c2550e55+.button__c2550e55:not(.block__96df6649){margin-left:12px}.button__c2550e55 .content__26d61369{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__c2550e55.block__96df6649{display:block;width:100%}.button__c2550e55.loading__9bcea9e5{pointer-events:none}.button__c2550e55.loading__9bcea9e5 .content__26d61369{visibility:hidden}.button__c2550e55 .loader__dac5e8e0{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__c2550e55 .loader__dac5e8e0.hidden__cc0d26a7{visibility:hidden}.buttonDropdownExtended__e16a9e90{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__e16a9e90 .buttonDropdownExtendedBlock__5ad21360{padding:4px;margin-top:4px;right:0}.buttonDropdown__2606082c.block__96df6649{display:block}.buttonDropdown__2606082c+.button__c2550e55:not(.block__96df6649),.buttonDropdown__2606082c+.buttonDropdown__2606082c:not(.block__96df6649){margin-left:16px}.buttonDropdown__2606082c .buttonDropdownTarget__0e78648c .caretIcon__82813023{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__2606082c .buttonDropdownTarget__0e78648c.active__4f1f53ae .caretIcon__82813023{transform:rotate(-180deg)}.buttonDropdown__2606082c .buttonDropdownMenuItem__f2137f72{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__9dbb2732{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__89120977{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__b9f34bbe{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__146e1ea5{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-15-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__9a576b55{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__9a576b55 .modalWindowContentWrapper__02eb56c4{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__9dbb2732 .6s ease}.modalWindow__9a576b55 .modalWindowContent__4446ba36{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__9a576b55 .modalWindowContent__4446ba36 .modalWindowBody__9891df73{box-sizing:border-box;animation:fadeIn__cb128e0a .3s ease}@keyframes fadeIn__cb128e0a{0%{opacity:0}to{opacity:1}}.modalWindow__9a576b55 .modalWindowContent__4446ba36 .spinnerSm__3fc7bbe3{display:none}@media (max-width: 767px){.modalWindow__9a576b55 .modalWindowContent__4446ba36 .spinner__5af25682{display:none}.modalWindow__9a576b55 .modalWindowContent__4446ba36 .spinnerSm__3fc7bbe3{display:flex}}.global-modalWindowTransition-exit .modalWindow__9a576b55 .modalWindowContentWrapper__02eb56c4{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__89120977 .3s ease}.global-modalWindowTransition-exit .modalWindow__9a576b55 .modalWindowContentWrapper__02eb56c4 .modalWindowBody__9891df73{animation:fadeOut__5a3d742d .3s ease}@keyframes fadeOut__5a3d742d{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__6d851df1{position:absolute;left:0;right:0;height:0}.modalWindow__9a576b55.sm__35388e3f .modalWindowContentWrapper__02eb56c4{max-width:480px}.modalWindow__9a576b55.sm__35388e3f .modalWindowContent__4446ba36 .modalWindowBody__9891df73{min-height:196px}@media (max-width: 575px){.modalWindow__9a576b55.sm__35388e3f .modalWindowContentWrapper__02eb56c4{max-width:100%}}.modalWindow__9a576b55.md__56c515bb .modalWindowContentWrapper__02eb56c4{max-width:600px}.modalWindow__9a576b55.md__56c515bb .modalWindowContent__4446ba36 .modalWindowBody__9891df73{min-height:246px}@media (max-width: 767px){.modalWindow__9a576b55.md__56c515bb .modalWindowContentWrapper__02eb56c4{max-width:100%}}.modalWindow__9a576b55.lg__e4745166 .modalWindowContentWrapper__02eb56c4{max-width:800px}.modalWindow__9a576b55.lg__e4745166 .modalWindowContent__4446ba36 .modalWindowBody__9891df73{min-height:396px}@media (max-width: 991px){.modalWindow__9a576b55.lg__e4745166 .modalWindowContentWrapper__02eb56c4{max-width:100%}}.modalWindowContentPage__0e8d1d04{background:var(--triplex-next-ModalWindow-Background-1-15-0);padding:8px!important}.modalWindowContentPage__0e8d1d04,.modalWindowLoaderScreen__80c57c0f{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__0e8d1d04,.modalWindowLoaderScreen__80c57c0f{border-radius:24px}}.islandBody__69511206{display:block}.islandHeader__9e59b655,.islandFooter__075a9eb1,.island__5cbd90f2{position:relative}.island__5cbd90f2.type1__4d9246ca{background-color:var(--triplex-next-Island-Type1_Background-1-15-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-15-0)}.island__5cbd90f2.type2__55454bb2{background-color:var(--triplex-next-Island-Type2_Background-1-15-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-15-0)}.island__5cbd90f2.type3__7c623d3a{background-color:var(--triplex-next-Island-Type3_Background-1-15-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-15-0)}.island__5cbd90f2.sm__5faaae40{border-radius:16px;padding:16px}.island__5cbd90f2.sm__5faaae40 .islandHeader__9e59b655+.islandBody__69511206,.island__5cbd90f2.sm__5faaae40 .islandHeader__9e59b655+.islandFooter__075a9eb1,.island__5cbd90f2.sm__5faaae40 .islandBody__69511206+.islandFooter__075a9eb1{margin-top:8px}.island__5cbd90f2.md__dc6ebf0f{border-radius:24px;padding:24px}.island__5cbd90f2.md__dc6ebf0f .islandHeader__9e59b655+.islandBody__69511206,.island__5cbd90f2.md__dc6ebf0f .islandHeader__9e59b655+.islandFooter__075a9eb1,.island__5cbd90f2.md__dc6ebf0f .islandBody__69511206+.islandFooter__075a9eb1{margin-top:12px}.island__5cbd90f2.lg__4bf7f511{border-radius:32px;padding:32px}.island__5cbd90f2.lg__4bf7f511 .islandHeader__9e59b655+.islandBody__69511206,.island__5cbd90f2.lg__4bf7f511 .islandHeader__9e59b655+.islandFooter__075a9eb1,.island__5cbd90f2.lg__4bf7f511 .islandBody__69511206+.islandFooter__075a9eb1{margin-top:16px}@media (max-width: 767px){.island__5cbd90f2.sm__5faaae40,.island__5cbd90f2.md__dc6ebf0f{border-radius:16px;padding:16px}.island__5cbd90f2.lg__4bf7f511{border-radius:24px;padding:24px}}.modalWindowBody__9891df73{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__e4f49121{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__e4f49121{top:20px;right:20px}}.loaderScreen__b6f49187{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__b6f49187.loaderSmallBackdrop__7370566e{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-15-0)}.loaderScreen__b6f49187.loaderMiddleBackdrop__06099cf8{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-15-0)}.body__4d3392d8{position:relative;display:flex}.body__4d3392d8 .bodyInner__8f56ea9c{position:relative;flex-grow:1;width:100%}.bodyPage__9788cdd6{flex-grow:1}.verticalMargin24__7a7d62af{margin-top:24px;margin-bottom:24px}.verticalMargin16__f2e55afa{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__7a7d62af{margin-top:16px;margin-bottom:16px}.verticalMargin16__f2e55afa{margin-top:8px;margin-bottom:8px}}.headerTabs__e991a260{display:flex;justify-content:space-between}.headerTabs__e991a260 .headerTabsContent__2e802baa{flex-grow:1}.headerTabs__e991a260 .headerTabsControls__540a00b1{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__e991a260{flex-wrap:wrap}.headerTabs__e991a260 .headerTabsContent__2e802baa{width:100%}.headerTabs__e991a260 .headerTabsControls__540a00b1{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__e991a260 .headerTabsControls__540a00b1>button{margin-left:16px;margin-top:16px}}.headerTitle__3a8d6c3e{display:flex;justify-content:space-between}.headerTitle__3a8d6c3e .headerTitleControls__3c7e5283{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__b6bc04db+.headerTitle__3a8d6c3e{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__3a8d6c3e{flex-wrap:wrap}.headerTitle__3a8d6c3e .headerTitleContent__95e1d9d8{width:100%}.headerTitle__3a8d6c3e .headerTitleControls__3c7e5283{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__3a8d6c3e .headerTitleControls__3c7e5283>button{margin-left:16px;margin-top:16px}}.headerSubheader__1f99ed13{padding:24px 0}.headerSubheader__1f99ed13.withoutPaddings__19e7ff7c{padding:0}.headerLayoutSidebar__9ebd3c6f{display:flex;justify-content:space-between}.headerLayoutSidebarContent__7befaa06{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__9b6a356e{display:none}}.page__16288748{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__16288748{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__9632a16b.sticky__99fb908d{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__9632a16b.sticky__99fb908d[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-15-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a1accb82.sticky__99fb908d{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__a1accb82.sticky__99fb908d[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-15-0)!important}.footerDescription__78daf528{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__2e22ab03{flex-grow:1;margin-right:auto}.footerDescriptionControls__c374573a{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__78daf528{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__2e22ab03{width:100%}.footerDescriptionControls__c374573a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__c374573a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__2e22ab03+.footerDescriptionControls__c374573a{margin-top:0}.footer__e88318ba{padding:16px 0}}.modalWindowHeader__7867516c .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__7867516c .global-HeaderTitleContent{padding-right:72px}}.list__5f4fda34{margin:0;padding:0;list-style:none;position:relative}.listItemControls__429bb895{display:flex;padding:0 16px 0 4px}.listItemContent__acd283c3{background:var(--triplex-next-ListItem-Background-1-15-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__acd283c3.selected__214455c5{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-15-0)}.listItemControlsButton__04a73cf7{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-15-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__04a73cf7:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-15-0)}.listItemControlsButton__04a73cf7:hover .listItemControlsButtonLabel__a328bb29{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-15-0)!important}.listItemControlsButton__04a73cf7.expanded__7e1603a9,.listItemControlsButton__04a73cf7:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-15-0)}.listItemControlsButton__04a73cf7.expanded__7e1603a9 .listItemControlsButtonLabel__a328bb29,.listItemControlsButton__04a73cf7:active .listItemControlsButtonLabel__a328bb29{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-15-0)!important}.listItemControlsButton__04a73cf7+.listItemControlsButton__04a73cf7,.listItemControlsButton__04a73cf7+.listItemControlsButtonDropdown__fd3e5fc3{margin-left:4px}.listItemControlsButtonIcon__8d7a7e7d{line-height:0}.listItemControlsButton__04a73cf7.withText__9b8f2c64 .listItemControlsButtonIcon__8d7a7e7d{margin-bottom:8px}.listItemControlsButtonLabel__a328bb29{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-15-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__fd3e5fc3{display:flex}.listItemControlsButtonInner__6f6d03b3{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__04a73cf7.withIcon__665c5fb7.withText__9b8f2c64 .listItemControlsButtonInner__6f6d03b3{height:44px;overflow:visible}.buttonDropdownMenuItem__df5e494a{overflow:hidden;text-overflow:ellipsis}.listEmptyState__04847b02{padding:64px 16px 16px;text-align:center}.listItemLoading__861cdd91{height:24px;padding:12px 0;position:relative}.label__93d4b53f{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__93d4b53f.sm__e886a7b6{min-width:16px;min-height:16px}.label__93d4b53f.sm__e886a7b6.nonempty__d92fe592{padding:2px 0 2px 24px}.label__93d4b53f.md__d488aebf{min-width:24px;min-height:24px}.label__93d4b53f.md__d488aebf.nonempty__d92fe592{padding-left:32px;padding-top:2px}.label__93d4b53f.lg__f63350f3{min-width:28px;min-height:28px}.label__93d4b53f.lg__f63350f3.nonempty__d92fe592{padding-left:40px;padding-top:4px}.label__93d4b53f.disabled__a2511f4f{cursor:default}.label__93d4b53f[hidden]{display:none}.checkbox__174c555e{margin:0;opacity:0}.checkboxIcon__37958fd0{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-15-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-15-0)}.sm__e886a7b6 .checkboxIcon__37958fd0{border-radius:4px}.checkmarkIcon__0bafa659{transform:scale(0)}.checkmarkIcon__0bafa659 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-15-0)}.checkboxIcon__37958fd0,.checkmarkIcon__0bafa659{pointer-events:none}.checkbox__174c555e,.checkboxIcon__37958fd0,.checkmarkIcon__0bafa659{position:absolute;left:0;top:0}.sm__e886a7b6 .checkbox__174c555e,.sm__e886a7b6 .checkboxIcon__37958fd0,.sm__e886a7b6 .checkmarkIcon__0bafa659{width:16px;height:16px;top:2px}.md__d488aebf .checkbox__174c555e,.md__d488aebf .checkboxIcon__37958fd0,.md__d488aebf .checkmarkIcon__0bafa659{width:24px;height:24px}.lg__f63350f3 .checkbox__174c555e,.lg__f63350f3 .checkboxIcon__37958fd0,.lg__f63350f3 .checkmarkIcon__0bafa659{width:28px;height:28px}.checkbox__174c555e:enabled{cursor:pointer}.checkbox__174c555e:enabled:hover+.checkboxIcon__37958fd0{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-15-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-15-0)}.checkbox__174c555e:checked+.checkboxIcon__37958fd0{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-15-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-15-0)}.checkbox__174c555e:checked~.checkmarkIcon__0bafa659{transform:scale(1);transition:transform .2s ease-out}.checkbox__174c555e:disabled+.checkboxIcon__37958fd0{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-15-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-15-0)}.checkbox__174c555e:disabled:checked+.checkboxIcon__37958fd0{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-15-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-15-0)}.checkbox__174c555e:disabled~.checkmarkIcon__0bafa659 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-15-0)}.checkbox__174c555e:focus-visible+.checkboxIcon__37958fd0{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-15-0)}.checkbox__174c555e:checked:enabled:hover+.checkboxIcon__37958fd0{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-15-0)}.listItemSelectable__f61af6dc{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-15-0);border-radius:8px}.listItemSelectable__f61af6dc.selected__214455c5{background:var(--triplex-next-ListItem-Background_Selected-1-15-0)}.checkboxWrapper__04b63c87{padding:16px;line-height:0}.childrenWrapper__e680686a{flex-grow:1}.checkboxLabel__67ec74e0{padding:0!important;position:relative}.checkboxLabelClickArea__ad8b9301{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__050e9c86{position:relative;overflow:hidden}.swipeableArea__050e9c86 .content__a54915f9{position:relative;touch-action:pan-y}.swipeableArea__050e9c86 .content__a54915f9.disableScroll__f342767d{touch-action:none}.swipeableArea__050e9c86 .content__a54915f9.disablePointerEvents__21fc49a0:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__050e9c86 .swipeAnimationFinish__8ef30e78{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__050e9c86 .leftContent__cd315e92,.swipeableArea__050e9c86 .rightContent__71b054d1{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__050e9c86 .rightContent__71b054d1{left:auto;right:0}.listItemTail__3a32a2df{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__84321254{background:var(--triplex-next-ListMaster-Background-1-15-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__0d1e230b{position:absolute;top:0;left:0;right:0}.listItemTailTop__0d1e230b:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-15-0)}.listItemTailTop__0d1e230b:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-15-0)}.listItemTailBottom__ca72295d{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__ca72295d:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-15-0)}.listItemTailBottom__ca72295d:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-15-0)}.listItemTailRight__6efc70a1{right:-8px}.listItemTailLeft__87573da0{left:-8px}.listItemTable__f21e5a27{margin-bottom:4px}.listItemTable__f21e5a27:last-child{margin-bottom:0}.listSortableItemTarget__96d4ec99{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-15-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__96d4ec99:hover{background:var(--triplex-next-ListItem-Background_Selected-1-15-0)}.listSortableItemTarget__96d4ec99.dragging__f2f4a48e{background:var(--triplex-next-ListItem-Background_Dragging-1-15-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-15-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__4054b1f0{flex:1}.listSortableItemTargetIcon__a54e22c0{display:block;margin-left:24px}.listSortableItem__aeee3995{position:relative}.listSortableItem__aeee3995.dragging__f2f4a48e{z-index:1}.listSortableItemControls__c46c0cfb{display:inline-block}.islandWidgetHeader__581152c2{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__581152c2 .islandWidgetHeaderContent__45060f87{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__581152c2 .islandWidgetHeaderDescription__0205e909{display:flex}.islandWidgetHeader__581152c2 .caretWrapper__56e7f2f1{position:absolute;top:20px;right:16px}.islandWidgetHeader__581152c2 .caretIcon__3c537997{transition:transform .3s ease-in-out}.islandWidgetHeader__581152c2.open__7bb04add .caretWrapper__56e7f2f1 .caretIcon__3c537997{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__581152c2{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__b8fec91d{padding-top:16px}.islandWidgetFooter__a4b9dfc1{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__a17cc227{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__9082742a{margin-left:auto;white-space:nowrap}.expandAnimation__17e5821e{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__04b1bdf1{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-15-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__04b1bdf1{border-radius:0 0 16px 16px}}.islandWidget__9d5524dc{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__9d5524dc>*{height:100%}.islandWidgetWithExtraFooter__a91c69c9:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-15-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__f8e5f32b{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__7bea018f{display:flex;flex-direction:column}.formFieldClear__b4465ee9{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__b4465ee9.hidden__1bd16341{opacity:0;pointer-events:none}.formFieldTarget__a4020685{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-15-0);overflow:hidden;white-space:nowrap}.formFieldTarget__a4020685.placeholder__ec23a54f{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-15-0)}.formFieldTarget__a4020685.disabled__763082bf{color:var(--triplex-next-FormField-Target_Color_Disabled-1-15-0)}.formFieldTarget__a4020685.size-sm__7f787fad{font-size:12px;height:28px;line-height:16px}.formFieldTarget__a4020685.size-md__39669aa9{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__a4020685.size-lg__463025b8{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__a4020685 .placeholderWrapper__46a41d3b{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__a4020685:focus{outline:none}.formFieldTarget__a4020685:focus .placeholderWrapper__46a41d3b{opacity:1}.formFieldTextarea__b1f9272e{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-15-0);vertical-align:top;font-family:inherit}.formFieldTextarea__b1f9272e.sm__02d44dd6{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__b1f9272e.md__a635573c{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__b1f9272e.lg__38c03801{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__b1f9272e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-15-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__b1f9272e:focus{outline:none}.formFieldTextarea__b1f9272e:focus::placeholder{opacity:1}.formFieldTextarea__b1f9272e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-15-0)}.chipGroupItem__65a94165{display:inline-block}.chip__936b2575{background:var(--triplex-next-Chip-Background_Default-1-15-0);color:var(--triplex-next-Chip-Color_Default-1-15-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__936b2575.lg__6ecc1885{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__936b2575.lg__6ecc1885 .prefix__6c76067a{padding-left:16px}.chip__936b2575.lg__6ecc1885 .postfix__f9992bc5{padding-right:16px}.chip__936b2575.md__f5187f5c{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__936b2575.md__f5187f5c .prefix__6c76067a{padding-left:12px}.chip__936b2575.md__f5187f5c .postfix__f9992bc5{padding-right:12px}.chip__936b2575.sm__9ea98819{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__936b2575.sm__9ea98819 .prefix__6c76067a{padding-left:8px}.chip__936b2575.sm__9ea98819 .postfix__f9992bc5{padding-right:8px}.chip__936b2575:hover{background:var(--triplex-next-Chip-Background_Hover-1-15-0);color:var(--triplex-next-Chip-Color_Hover-1-15-0)}.chip__936b2575:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-15-0)}.chip__936b2575:active,.chip__936b2575[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-15-0);color:var(--triplex-next-Chip-Color_Active-1-15-0)}.chip__936b2575.disabled__834ef723{background:var(--triplex-next-Chip-Background_Disabled-1-15-0);color:var(--triplex-next-Chip-Color_Disabled-1-15-0);cursor:default;pointer-events:none}.chip__936b2575.selected__2cefacc3{background:var(--triplex-next-Chip-Background_Selected_Default-1-15-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-15-0)}.chip__936b2575.selected__2cefacc3:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-15-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-15-0)}.chip__936b2575.selected__2cefacc3:active,.chip__936b2575.selected__2cefacc3[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-15-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-15-0)}.chip__936b2575.selected__2cefacc3.disabled__834ef723{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-15-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-15-0)}.chip__936b2575.withPrefix__a89a9c7b{padding-left:0}.chip__936b2575.withPostfix__90be1dd5{padding-right:0}.chip__936b2575 .content__ae956771{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__936b2575 .prefix__6c76067a,.chip__936b2575 .postfix__f9992bc5{display:flex}.calendarControls__f3b3e081{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-15-0)}.calendarViewDays__8699d61f{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__fc1fd618 .calendarViewDays__8699d61f{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__38963a4e,.calendarViewYears__07b88e2b{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__fc1fd618 .calendarViewMonths__38963a4e,.adaptive__fc1fd618 .calendarViewYears__07b88e2b{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__fd7f4548{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-15-0)}.calendarViewDaysBody__ae085e0e:before{display:block;content:"";line-height:8px}.adaptive__fc1fd618 .calendarViewDaysBody__ae085e0e:before{line-height:4px}.calendarViewItem__07eebfa1{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__07eebfa1:focus-visible{outline:none}.calendarViewItem__07eebfa1.current__00ce8909{font-weight:600}.calendarViewItem__07eebfa1.disabled__7de8f718{pointer-events:none}.calendarViewItemLabel__9eb01763{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-15-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-15-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-15-0);cursor:pointer}.calendarViewItemLabel__9eb01763:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-15-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-15-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e:hover.basicMark__fa0c8fc0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e:hover.standardMark__d67bbda9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e:hover.attentionMark__c0676faf:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e:hover.criticalMark__afed0e54:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e.muted__0089141a{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-15-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e.muted__0089141a:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-15-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e.basicMark__fa0c8fc0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e.standardMark__d67bbda9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e.attentionMark__c0676faf:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-15-0)}.calendarViewItemLabel__9eb01763.selected__86ef8f6e.criticalMark__afed0e54:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-15-0)}.calendarViewItemLabel__9eb01763.marked__a72ec903:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__9eb01763.basicMark__fa0c8fc0:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-15-0)}.calendarViewItemLabel__9eb01763.standardMark__d67bbda9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-15-0)}.calendarViewItemLabel__9eb01763.attentionMark__c0676faf:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-15-0)}.calendarViewItemLabel__9eb01763.criticalMark__afed0e54:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-15-0)}.calendarViewItemLabel__9eb01763.muted__0089141a{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-15-0)}.calendarViewItemLabel__9eb01763.disabled__7de8f718{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-15-0);background:none}.calendarViewItem__07eebfa1:focus-visible .calendarViewItemLabel__9eb01763{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-15-0)}.unitDay__144acb9a{width:36px;height:36px;border-radius:6px}.unitMonth__f513f201,.unitYear__5bee9998{width:89px;height:48px;border-radius:6px}.adaptive__fc1fd618 .unitMonth__f513f201,.adaptive__fc1fd618 .unitYear__5bee9998{width:104px;height:48px;border-radius:6px}.calendarFooter__f3d2bf42{margin-top:12px;text-align:center}.calendar__4f3ece8e{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-15-0);-webkit-user-select:none;user-select:none}.calendar__4f3ece8e.adaptive__fc1fd618{width:auto;padding:20px}.calendar__4f3ece8e+.calendar__4f3ece8e{margin-top:20px}.datePickerExtendedMobileDropdown__d04d2f30{max-height:100vh}.chipDropdownArrow__4c72fdbe{transition:transform .3s ease}.chipDropdownArrow__4c72fdbe.rotated__d6873a24{transform:rotate(-180deg)}.chipClearButton__532ed182{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__532ed182:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-15-0)}.dropdownMobileMaskedInput__da87ac04{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__211f60a8{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__211f60a8 .caretWrapper__7916b79a{height:100%}.selectExtendedFieldTarget__211f60a8 .caretIcon__6470bece{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__211f60a8.selectOpened__eba2ec40 .caretIcon__6470bece{transform:rotate(180deg)}.selectExtendedFieldTarget__211f60a8.disabled__515e27fe{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__ee5a2133{position:relative}.multiselectFieldHeader__7e82837d{padding:12px 12px 0}.multiselectFieldContentWrapper__bebc5823 .multiselectFieldContent__32190f32{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__bebc5823 .multiselectFieldContent__32190f32.sm__9765b69c{height:204px}.multiselectFieldContentWrapper__bebc5823 .multiselectFieldContent__32190f32.md__1e2d0635{height:245px}.multiselectFieldContentWrapper__bebc5823 .multiselectFieldContent__32190f32.lg__b33b714c{height:324px}.multiselectFieldFooter__b355e4fc{padding:0 12px 12px}.multiselectFieldFooter__b355e4fc:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-15-0)}.chipOptionsContent__f99f0af6{min-width:14px;text-align:center;display:block}.tooltipDesktop__8a0f1ee3{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__8a0f1ee3 .tooltipBody__103bb0da{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-15-0)}.tooltipDesktop__8a0f1ee3 .tooltipXButton__d6096adf{position:absolute;right:8px;top:8px}.tooltipDesktopContent__7e61ec7b{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-15-0);border-radius:8px}.closable__0f548eed .tooltipDesktopContent__7e61ec7b{padding-right:32px}.tooltipSM__b5eb3b37 .tooltipDesktopContent__7e61ec7b{width:192px;min-height:52px}.tooltipLG__516c98c5 .tooltipDesktopContent__7e61ec7b{width:384px;min-height:52px}.tooltipOverlay__d2e14538{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__f9a52413{width:0;height:0}.tooltipDesktopTip__f9a52413.down__80133476{border-top:solid var(--triplex-next-Tooltip-Background-1-15-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__f9a52413.up__5391043e{border-bottom:solid var(--triplex-next-Tooltip-Background-1-15-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__f9a52413.left__eb95df0d{border-right:solid var(--triplex-next-Tooltip-Background-1-15-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__f9a52413.right__f2cc850f{border-left:solid var(--triplex-next-Tooltip-Background-1-15-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f346e60d .tooltipBody__103bb0da{text-align:left}.tooltipMobileContent__0415c871{padding:16px}.headerless__8e4523b6 .tooltipMobileContent__0415c871{padding-right:40px;border-radius:16px 16px 0 0}.headerless__8e4523b6 .tooltipMobileContent__0415c871 .closeButton__91f9336c{position:absolute;right:16px;top:16px}.tooltipLink__8e4fe1c4{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__565dc576{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-15-0)}.desktop__565dc576:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-15-0)}.desktop__565dc576:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-15-0)}.desktop__565dc576:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-15-0)}.mobile__87a10682{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-15-0)}.mobile__87a10682:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-15-0)}.mobile__87a10682:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-15-0)}.mobile__87a10682:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-15-0)}.chipSuggestInputWrapper__b595fe6b{margin:12px}.suggestDropdownMobileBody__339c0900{height:176px}.suggestDropdownMobileNoOptionsText__199bf384{padding:16px}.checkboxXGroup__8192859b{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__8192859b.indent-12__f1788e92{margin-left:-6px;margin-right:-6px}.checkboxXGroup__8192859b.indent-12__f1788e92 .label__93d4b53f{margin-left:6px;margin-right:6px}.checkboxXGroup__8192859b.indent-16__9e1ea017{margin-left:-8px;margin-right:-8px}.checkboxXGroup__8192859b.indent-16__9e1ea017 .label__93d4b53f{margin-left:8px;margin-right:8px}.checkboxXGroup__8192859b.indent-20__7b8e27a6{margin-left:-10px;margin-right:-10px}.checkboxXGroup__8192859b.indent-20__7b8e27a6 .label__93d4b53f{margin-left:10px;margin-right:10px}.checkboxXGroup__8192859b.indent-24__c7102ab8{margin-left:-12px;margin-right:-12px}.checkboxXGroup__8192859b.indent-24__c7102ab8 .label__93d4b53f{margin-left:12px;margin-right:12px}.checkboxXGroup__8192859b.indent-28__dd2b500f{margin-left:-14px;margin-right:-14px}.checkboxXGroup__8192859b.indent-28__dd2b500f .label__93d4b53f{margin-left:14px;margin-right:14px}.checkboxXGroup__8192859b.indent-32__48ee6834{margin-left:-16px;margin-right:-16px}.checkboxXGroup__8192859b.indent-32__48ee6834 .label__93d4b53f{margin-left:16px;margin-right:16px}.checkboxYGroup__dd5af8fa{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__dd5af8fa .label__93d4b53f.sm__e886a7b6+.label__93d4b53f.sm__e886a7b6{margin-top:8px}.checkboxYGroup__dd5af8fa .label__93d4b53f.lg__f63350f3+.label__93d4b53f.lg__f63350f3{margin-top:20px}.checkboxYGroup__dd5af8fa .label__93d4b53f.md__d488aebf+.label__93d4b53f.md__d488aebf{margin-top:16px}.card__c6bea06e{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__c6bea06e.roundingMD__c6b07ecc{--radius: 16px}.card__c6bea06e.roundingSM__ff861475{--radius: 8px}.card__c6bea06e.general__7ac54780{background:var(--triplex-next-Card-Static_General_Background-1-15-0)}.card__c6bea06e.secondary__652227c8{background:var(--triplex-next-Card-Static_Secondary_Background-1-15-0)}.card__c6bea06e .cardMedia__7fe924e3{background-size:cover;background-repeat:no-repeat;background-position:center}.card__c6bea06e .cardContent__3704c7fc{padding:var(--padding)}.card__c6bea06e .cardContent__3704c7fc.paddingMD__19ac4e35{--padding: 24px}.card__c6bea06e .cardContent__3704c7fc.paddingSM__3e7444db{--padding: 16px}.card__c6bea06e .cardContent__3704c7fc .cardContentHeader__be0f3df3{margin-bottom:16px}.card__c6bea06e .cardContent__3704c7fc .cardContentFooter__e70ede6e{margin-top:16px}.action__e703e73a{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__e703e73a: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__e703e73a.general__7ac54780{background:var(--triplex-next-Card-Action_General_Background-1-15-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-15-0)}.action__e703e73a.general__7ac54780:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-15-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-15-0)}.action__e703e73a.general__7ac54780.selected__cde1c331{background:var(--triplex-next-Card-Action_General_Background_Selected-1-15-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-15-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-15-0)}.action__e703e73a.general__7ac54780.selected__cde1c331:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-15-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-15-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-15-0)}.action__e703e73a.general__7ac54780:focus{outline:none}.action__e703e73a.general__7ac54780:focus.focusVisible__884f39be{box-shadow:var(--triplex-next-Card-Shadow_Default-1-15-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-15-0)}.action__e703e73a.secondary__652227c8{background:var(--triplex-next-Card-Action_Secondary_Background-1-15-0)}.action__e703e73a.secondary__652227c8:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-15-0)}.action__e703e73a.secondary__652227c8.selected__cde1c331{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-15-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-15-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-15-0)}.action__e703e73a.secondary__652227c8.selected__cde1c331:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-15-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-15-0)}.action__e703e73a.secondary__652227c8:focus{outline:none}.action__e703e73a.secondary__652227c8:focus.focusVisible__884f39be{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-15-0)}.alertContext__551beb21{display:flex;font-size:12px;line-height:16px}.alertContext__551beb21>svg{flex-shrink:0}.alertContext__551beb21 .alertContextText__95077cda{margin-left:8px}.alertContext__551beb21.alertTypeError__1062e05e .alertContextText__95077cda{color:var(--triplex-next-AlertContext-Error_Color-1-15-0)}.alertContext__551beb21.alertTypeInfo__39ffb4e5 .alertContextText__95077cda{color:var(--triplex-next-AlertContext-Info_Color-1-15-0)}.alertContext__551beb21.alertTypeWarning__b201fef8 .alertContextText__95077cda{color:var(--triplex-next-AlertContext-Warning_Color-1-15-0)}.alertContext__551beb21.alertTypeSystem__b70b2f90 .alertContextText__95077cda{color:var(--triplex-next-AlertContext-System_Color-1-15-0)}.alertProcess__8feddf38{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__8feddf38.withSpoiler__f944e6fd{min-height:40px}.alertProcess__8feddf38 .themeIcon__96041d24{box-sizing:border-box;height:20px;width:20px}.alertProcess__8feddf38.alertTypeError__1062e05e{background:var(--triplex-next-AlertProcess-Error_Background-1-15-0)}.alertProcess__8feddf38.alertTypeInfo__39ffb4e5{background:var(--triplex-next-AlertProcess-Info_Background-1-15-0)}.alertProcess__8feddf38.alertTypeWarning__b201fef8{background:var(--triplex-next-AlertProcess-Warning_Background-1-15-0)}.alertProcess__8feddf38.alertTypeSystem__b70b2f90{background:var(--triplex-next-AlertProcess-System_Background-1-15-0)}.alertProcess__8feddf38.alertTypeFeature__e8cab4a9{background:var(--triplex-next-AlertProcess-Feature_Background-1-15-0)}.alertProcess__8feddf38.alertTypeFeature__e8cab4a9 .themeIcon__96041d24{padding-top:0}.alertProcess__8feddf38 .alertProcessContentBlock__5f783963{flex:1;margin-left:10px}.alertProcess__8feddf38 .alertProcessContentBlock__5f783963 .expandableContent__773f99ee{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__8feddf38 .alertProcessContentBlock__5f783963 .expandableContent__773f99ee.expanded__a2e61d60{max-height:1000px;opacity:1}.alertProcess__8feddf38 .closeButton__cb994b82{margin-left:10px}.alertProcess__8feddf38 .expandButton__cac7c895{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__8feddf38 .expandButton__cac7c895.expanded__a2e61d60{transform:rotate(180deg)}.adaptive__64b74278{font-size:10px!important;line-height:12px!important}.avatar__8b31d4d1{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-15-0)}.avatar__8b31d4d1.xxs__1970d50b{width:28px;height:28px;border-radius:6px}.avatar__8b31d4d1.xs__4357c90a{width:32px;height:32px;border-radius:8px}.avatar__8b31d4d1.sm__fe911ddb{width:40px;height:40px;border-radius:10px}.avatar__8b31d4d1.md__90b0025b{width:56px;height:56px;border-radius:16px}.avatar__8b31d4d1.lg__b2e4fe61{width:80px;height:80px;border-radius:20px}.avatar__8b31d4d1.xl__4fef98f7{width:96px;height:96px;border-radius:24px}.avatar__8b31d4d1.xxl__9018c832{width:128px;height:128px;border-radius:28px}.badge__5cb2a4be{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-15-0)}.badge__5cb2a4be.sm__9638924f{min-width:6px;min-height:6px;border-radius:4px}.badge__5cb2a4be.md__4f01311d{min-width:8px;min-height:8px;border-radius:6px}.badge__5cb2a4be.lg__4e5985d6{min-width:10px;min-height:10px;border-radius:8px}.col-1__b51282f8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__dab7b467{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__547cf563{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__eab4c75c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__b33afabb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__ab4bab30{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__ca7ac9e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__6a858aa9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__35e980b1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__1b8184f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__27127086{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__bdda6cbf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__39eb4214{margin-left:0%}.offset-1__9c736377{margin-left:8.33333333%}.offset-2__a4af4ede{margin-left:16.66666667%}.offset-3__8f550609{margin-left:25%}.offset-4__15cce33d{margin-left:33.33333333%}.offset-5__678f8472{margin-left:41.66666667%}.offset-6__1418943c{margin-left:50%}.offset-7__8542f96d{margin-left:58.33333333%}.offset-8__19d84fea{margin-left:66.66666667%}.offset-9__ad1461d4{margin-left:75%}.offset-10__ad3861c9{margin-left:83.33333333%}.offset-11__224ee9c1{margin-left:91.66666667%}.d-none__28ff9b6f{display:none!important}.d-block__0770975f{display:block!important}@media (min-width: 576px){.col-sm-1__2c400d8c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__65b66cbb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__00ff3f83{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__5bca520e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__5dce625a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__98d701b1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__12a44be1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__e9234fe6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__3871a448{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__e8cfedef{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__9cb10992{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__d25a8352{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__f49682fe{margin-left:0%}.offset-sm-1__41d2dc67{margin-left:8.33333333%}.offset-sm-2__9d5cf228{margin-left:16.66666667%}.offset-sm-3__5d4dd4e3{margin-left:25%}.offset-sm-4__353df475{margin-left:33.33333333%}.offset-sm-5__e86ecc61{margin-left:41.66666667%}.offset-sm-6__f5ea3509{margin-left:50%}.offset-sm-7__d123e519{margin-left:58.33333333%}.offset-sm-8__b3c8bbda{margin-left:66.66666667%}.offset-sm-9__9bc46488{margin-left:75%}.offset-sm-10__2b50be18{margin-left:83.33333333%}.offset-sm-11__82a72984{margin-left:91.66666667%}.d-none-sm__465bdcef{display:none!important}.d-block-sm__d8ef61b4{display:block!important}}@media (min-width: 768px){.col-md-1__c3b69497{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__a753e16d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__823968a4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__e4ac655f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__a754c0f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__087ec3c9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__6606d496{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__4501cf08{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__dad57b9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__f24c04bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__0b0a8e57{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__82c73449{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__bd1636b3{margin-left:0%}.offset-md-1__16a7ba67{margin-left:8.33333333%}.offset-md-2__6552c587{margin-left:16.66666667%}.offset-md-3__28715311{margin-left:25%}.offset-md-4__5d3ae70d{margin-left:33.33333333%}.offset-md-5__59c110c7{margin-left:41.66666667%}.offset-md-6__4e535be7{margin-left:50%}.offset-md-7__a75fe0f5{margin-left:58.33333333%}.offset-md-8__62d0df51{margin-left:66.66666667%}.offset-md-9__192e51d2{margin-left:75%}.offset-md-10__57d45ba2{margin-left:83.33333333%}.offset-md-11__12357a05{margin-left:91.66666667%}.d-none-md__192b65aa{display:none!important}.d-block-md__ce391e06{display:block!important}}@media (min-width: 992px){.col-lg-1__62450d3b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__1cc7b39f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__724f0ff6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e834e6ee{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__fee472c4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__b13a3aa6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__a3a2b58f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__4a05b050{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__9b786724{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__9a04bc94{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__61c24785{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__f96e2467{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__9f8807c6{margin-left:0%}.offset-lg-1__b94839ff{margin-left:8.33333333%}.offset-lg-2__e0c0fab2{margin-left:16.66666667%}.offset-lg-3__2585fc1c{margin-left:25%}.offset-lg-4__9ec763f3{margin-left:33.33333333%}.offset-lg-5__bc4b0e5c{margin-left:41.66666667%}.offset-lg-6__a90e2122{margin-left:50%}.offset-lg-7__d7280ae5{margin-left:58.33333333%}.offset-lg-8__869c51f0{margin-left:66.66666667%}.offset-lg-9__7c71fd43{margin-left:75%}.offset-lg-10__b89902d2{margin-left:83.33333333%}.offset-lg-11__15290dac{margin-left:91.66666667%}.d-none-lg__a7830a84{display:none!important}.d-block-lg__31fab22b{display:block!important}}@media (min-width: 1200px){.col-xl-1__19e42226{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__2155c213{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__88e4115f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__8414dcc0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__8e376000{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__09630b8b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__6fc2e8b5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__f37c7992{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__ec7fbe1b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__c572bdf1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__f242364f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__cc81ca6d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__47faa88e{margin-left:0%}.offset-xl-1__53074dfa{margin-left:8.33333333%}.offset-xl-2__9d88a13c{margin-left:16.66666667%}.offset-xl-3__1e7f7b73{margin-left:25%}.offset-xl-4__80fafa33{margin-left:33.33333333%}.offset-xl-5__9f20eb22{margin-left:41.66666667%}.offset-xl-6__2de733a9{margin-left:50%}.offset-xl-7__fec52590{margin-left:58.33333333%}.offset-xl-8__2cc6b129{margin-left:66.66666667%}.offset-xl-9__3103a78e{margin-left:75%}.offset-xl-10__9292406e{margin-left:83.33333333%}.offset-xl-11__31045371{margin-left:91.66666667%}.d-none-xl__d29f8fed{display:none!important}.d-block-xl__6c3527ec{display:block!important}}.ellipsisLineClamp__4cf645d7{--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__4cf645d7.oneLine__e5fced0e{word-break:break-all}.link__b38275d4{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-15-0)}.link__b38275d4:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-15-0)}.link__b38275d4:active{color:var(--triplex-next-Link-Text_Color_Active-1-15-0)}.link__b38275d4:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-15-0)}.wordWithContent__67c4af01{white-space:nowrap;display:inline-flex;align-items:center}.before__38d6daa4 :first-child{margin-right:2px}.after__a3338f43 :last-child{margin-left:2px}.marker__5ee2c634{border-radius:50%}.marker__5ee2c634.md__1c62ee52{width:8px;height:8px}.marker__5ee2c634.lg__8c3a9c6c{width:10px;height:10px}.marker__5ee2c634.success__6485ea08{background:var(--triplex-next-Marker-Background_Success-1-15-0)}.marker__5ee2c634.error__6c4aa1a8{background:var(--triplex-next-Marker-Background_Error-1-15-0)}.marker__5ee2c634.warning__198386d2{background:var(--triplex-next-Marker-Background_Warning-1-15-0)}.marker__5ee2c634.waiting__d369741f{background:var(--triplex-next-Marker-Background_Waiting-1-15-0)}.markerStatus__ea55792c{line-height:0;display:flex;align-items:start}.markerStatus__ea55792c .contentContainer__7e760acd{display:flex;flex-direction:column}.markerStatus__ea55792c.md__2aeaabd9{gap:4px}.markerStatus__ea55792c.md__2aeaabd9 .markerContainer__4a399585{margin-top:4px}.markerStatus__ea55792c.lg__74b84428{gap:6px}.markerStatus__ea55792c.lg__74b84428 .contentContainer__7e760acd{gap:4px}.markerStatus__ea55792c.lg__74b84428 .markerContainer__4a399585{margin-top:5px}.row__0a115f2b{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__0a115f2b.noPaddingBottom__95658ea6,.row__0a115f2b:last-child{padding-bottom:0}.tabsExtended__dc4975d5{position:relative}.tabsExtendedContent__501188cb{display:inline-flex}.tabsExtendedContent__501188cb.sm__17d97cbc{border-radius:6px;padding:4px}.tabsExtendedContent__501188cb.md__a9cea772{border-radius:8px;padding:4px}.tabsExtendedContent__501188cb.lg__7bdbbe3b{border-radius:10px;padding:8px}.tabsExtendedTab__2bd94448{display:flex}.tabsExtendedTab__2bd94448+.tabsExtendedTab__2bd94448,.tabsExtendedDropdown__51c4adc9{margin-left:2px}.tabsReal__671619a2,.tabsFake__51a60cdd{display:flex;box-sizing:border-box;width:100%}.tabsReal__671619a2.hidden__01533240{visibility:hidden}.tabsReal__671619a2 .tabsExtendedTab__2bd94448.hidden__01533240{display:none}.tabsFake__51a60cdd{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__acd2b7f8 .tabsExtendedContent__501188cb{background-color:var(--triplex-next-Tabs-Type1_Background-1-15-0)}.type2__bdbd8b9b .tabsExtendedContent__501188cb{background-color:var(--triplex-next-Tabs-Type2_Background-1-15-0)}.tabsExtendedTabButton__f8f5ba5b{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-15-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__f8f5ba5b .tabButtonText__c98f3efa{font-weight:400}.tabsExtendedTabButton__f8f5ba5b.lg__7bdbbe3b{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__f8f5ba5b.lg__7bdbbe3b .tabButtonText__c98f3efa{font-size:16px;line-height:20px}.tabsExtendedTabButton__f8f5ba5b.md__a9cea772{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__f8f5ba5b.md__a9cea772 .tabButtonText__c98f3efa{font-size:14px;line-height:20px}.tabsExtendedTabButton__f8f5ba5b.sm__17d97cbc{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__f8f5ba5b.sm__17d97cbc .tabButtonText__c98f3efa{font-size:12px;line-height:16px}.tabsExtendedTabButton__f8f5ba5b::-moz-focus-inner{border:none}.tabsExtendedTabButton__f8f5ba5b+.tabsExtendedTabButton__f8f5ba5b{margin-left:2px}.tabsExtendedTabButton__f8f5ba5b:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type1__acd2b7f8{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type1__acd2b7f8.selected__cd44bae9{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type1__acd2b7f8.selected__cd44bae9 .tabButtonText__c98f3efa{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type1__acd2b7f8:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type1__acd2b7f8:hover .tabButtonText__c98f3efa{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type1__acd2b7f8 .tabButtonText__c98f3efa{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type2__bdbd8b9b{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-15-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type2__bdbd8b9b.selected__cd44bae9{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type2__bdbd8b9b.selected__cd44bae9 .tabButtonText__c98f3efa{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type2__bdbd8b9b:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-15-0)}.tabsExtendedTabButton__f8f5ba5b.type2__bdbd8b9b:hover .tabButtonText__c98f3efa{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-15-0)}.notificationIcon__b0bd69fd{position:absolute;right:4px;top:4px}.tabsContent__ff3189c2 .tabButtonDropdown__27d42ce3{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__ff3189c2 .tabButtonDropdown__27d42ce3.sm__bd9c8183{min-width:20px;min-height:20px;height:20px}.tabsContent__ff3189c2 .tabButtonDropdown__27d42ce3.md__d48d77bb{min-width:32px;min-height:32px;height:32px}.tabsContent__ff3189c2 .tabButtonDropdown__27d42ce3.lg__131a7e85{min-width:40px;min-height:40px;height:40px}.tag__6df3928d{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-15-0);border-radius:4px;gap:2px}.tag__6df3928d.sm__2eae00ab{height:20px;padding:2px 4px 2px 6px}.tag__6df3928d.md__697c1f66{height:28px;padding:4px 6px 4px 8px}.tag__6df3928d.lg__6b4c6a46{height:32px;padding:6px 8px 6px 10px}.content__c3cc7d35{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__a0deff85{display:flex;flex-wrap:wrap}.tagGroup__a0deff85.sm__59219b35{gap:4px}.tagGroup__a0deff85.md__cede8428{gap:8px}.tagGroup__a0deff85.lg__6b274716{gap:12px}.paginationExtended__ea712540{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__581f62b5 .directionIconNext__b0236894{transform:rotate(180deg)}.pageEllipsis__cf868cae{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-15-0);cursor:default}.paginationPageButton__be11a6c7{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-15-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__be11a6c7:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-15-0);outline:none}.paginationPageButton__be11a6c7:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-15-0)}.paginationPageButton__be11a6c7:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-15-0);cursor:grabbing}.paginationPageButton__be11a6c7.currentPage__f425cf87{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-15-0);cursor:default}.paginationNavigationExtended__8beb21ca{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__583b3cc3{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__583b3cc3 .paginationSelectControl__27867781{margin-left:8px;min-width:72px}.skeleton__48644839{border-radius:16px;flex-grow:1}.skeleton__48644839.light__a8fe1a2e{animation:skeleton-light-pulse__5be3fbe6 2s ease-in-out infinite}.skeleton__48644839.dark__444a432b{animation:skeleton-dark-pulse__cd375fe7 2s ease-in-out infinite}@keyframes skeleton-light-pulse__5be3fbe6{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-15-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-15-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-15-0)}}@keyframes skeleton-dark-pulse__cd375fe7{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-15-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-15-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-15-0)}}.segmentedControlSegment__2d0967f9{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-15-0);outline:none;cursor:pointer}.segmentedControlSegment__2d0967f9:disabled{cursor:default}.sm__a25de23c .segmentedControlSegment__2d0967f9{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__253b0e64 .segmentedControlSegment__2d0967f9{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__ee7562e5 .segmentedControlSegment__2d0967f9{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__3f5f0621 .segmentedControlSegment__2d0967f9{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-15-0)}.general1__3f5f0621 .segmentedControlSegment__2d0967f9:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-15-0)}.general1__3f5f0621 .segmentedControlSegment__2d0967f9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-15-0)}.general1__3f5f0621 .segmentedControlSegment__2d0967f9.selected__1c07e826{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-15-0)}.general1__3f5f0621 .segmentedControlSegment__2d0967f9.selected__1c07e826:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-15-0)}.general1__3f5f0621 .segmentedControlSegment__2d0967f9.selected__1c07e826:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-15-0)}.general2__b28ad7a6 .segmentedControlSegment__2d0967f9{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-15-0)}.general2__b28ad7a6 .segmentedControlSegment__2d0967f9:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-15-0)}.general2__b28ad7a6 .segmentedControlSegment__2d0967f9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-15-0)}.general2__b28ad7a6 .segmentedControlSegment__2d0967f9.selected__1c07e826{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-15-0)}.general2__b28ad7a6 .segmentedControlSegment__2d0967f9.selected__1c07e826:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-15-0)}.general2__b28ad7a6 .segmentedControlSegment__2d0967f9.selected__1c07e826:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-15-0)}.secondary1__ae16409a .segmentedControlSegment__2d0967f9{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-15-0)}.secondary1__ae16409a .segmentedControlSegment__2d0967f9:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-15-0)}.secondary1__ae16409a .segmentedControlSegment__2d0967f9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-15-0)}.secondary1__ae16409a .segmentedControlSegment__2d0967f9.selected__1c07e826{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-15-0)}.secondary1__ae16409a .segmentedControlSegment__2d0967f9.selected__1c07e826:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-15-0)}.secondary2__8ba3ff37 .segmentedControlSegment__2d0967f9{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-15-0)}.secondary2__8ba3ff37 .segmentedControlSegment__2d0967f9:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-15-0)}.secondary2__8ba3ff37 .segmentedControlSegment__2d0967f9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-15-0)}.secondary2__8ba3ff37 .segmentedControlSegment__2d0967f9.selected__1c07e826{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-15-0)}.secondary2__8ba3ff37 .segmentedControlSegment__2d0967f9.selected__1c07e826:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-15-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-15-0)}.segmentedControlSegment__2d0967f9:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-15-0)}.content__435cbbd0{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__08f95984{display:flex;gap:4px}.segmentedControl__08f95984.general1__3f5f0621{background:var(--triplex-next-SegmentedControl-General_1_Background-1-15-0)}.segmentedControl__08f95984.secondary1__ae16409a{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-15-0)}.segmentedControl__08f95984.general2__b28ad7a6{background:var(--triplex-next-SegmentedControl-General_2_Background-1-15-0)}.segmentedControl__08f95984.secondary2__8ba3ff37{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-15-0)}.segmentedControl__08f95984.sm__a25de23c{border-radius:6px;padding:4px}.segmentedControl__08f95984.md__253b0e64{border-radius:8px;padding:4px}.segmentedControl__08f95984.lg__ee7562e5{border-radius:10px;padding:8px}.step__e904e3fa{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__e904e3fa.default__87af543a{background-color:var(--triplex-next-Step-Background_Default-1-15-0)}.step__e904e3fa.default__87af543a>span{color:var(--triplex-next-Step-Color_Default-1-15-0)}.step__e904e3fa.done__19b5ee03{background-color:var(--triplex-next-Step-Background_Done-1-15-0)}.step__e904e3fa.done__19b5ee03>span{color:var(--triplex-next-Step-Color_Done-1-15-0)}.step__e904e3fa.warning__b56e5ff1{background-color:var(--triplex-next-Step-Background_Warning-1-15-0)}.step__e904e3fa.warning__b56e5ff1>span{color:var(--triplex-next-Step-Color_Warning-1-15-0)}.step__e904e3fa.active__6d4992be{background-color:var(--triplex-next-Step-Background_Active-1-15-0)}.step__e904e3fa.active__6d4992be>span{color:var(--triplex-next-Step-Color_Active-1-15-0)}.step__e904e3fa.error__f8e2b8f4{background-color:var(--triplex-next-Step-Background_Error-1-15-0)}.step__e904e3fa.error__f8e2b8f4>span{color:var(--triplex-next-Step-Color_Error-1-15-0)}.step__e904e3fa.disabled__e40955f2{background-color:var(--triplex-next-Step-Background_Disabled-1-15-0)}.step__e904e3fa.disabled__e40955f2>span{color:var(--triplex-next-Step-Color_Disabled-1-15-0)}.stepperWrapper__1d722a7f{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-15-0)}.stepperStep__00c1e83d{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__00c1e83d+.stepperStep__00c1e83d{margin-left:12px}.stepperStep__00c1e83d.sm__67f6a179:not(:last-child) .content__f21815b5{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__00c1e83d.sm__67f6a179:last-child .content__f21815b5{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__00c1e83d.sm__67f6a179:last-child .arrow__96e29ff6{display:none}.stepperStep__00c1e83d.md__3c5b9ce7:not(:last-child) .content__f21815b5{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__00c1e83d.md__3c5b9ce7:last-child .content__f21815b5{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__00c1e83d.md__3c5b9ce7:last-child .arrow__96e29ff6{display:none}.stepperStep__00c1e83d.lg__dafc3de6:not(:last-child) .content__f21815b5{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__00c1e83d.lg__dafc3de6:last-child .content__f21815b5{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__00c1e83d.lg__dafc3de6:last-child .arrow__96e29ff6{display:none}.stepperStep__00c1e83d:hover:not(.active__8817fd73):not(.disabled__c94dd840) .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-15-0)}.stepperStep__00c1e83d:hover:not(.active__8817fd73):not(.disabled__c94dd840) .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-15-0)}.stepperStep__00c1e83d:hover:not(.active__8817fd73):not(.disabled__c94dd840) .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-15-0)}.stepperStep__00c1e83d.active__8817fd73{cursor:default}.stepperStep__00c1e83d.active__8817fd73 .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-15-0)}.stepperStep__00c1e83d.active__8817fd73 .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-15-0)}.stepperStep__00c1e83d.active__8817fd73.error__f3ac629e .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.active__8817fd73.error__f3ac629e .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.active__8817fd73.error__f3ac629e .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-15-0)}.stepperStep__00c1e83d.active__8817fd73.warning__9bfdf734 .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.active__8817fd73.warning__9bfdf734 .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.active__8817fd73.warning__9bfdf734 .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.error__f3ac629e .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.error__f3ac629e .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.error__f3ac629e .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.error__f3ac629e:hover .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.error__f3ac629e:hover .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.error__f3ac629e:hover .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.warning__9bfdf734 .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.warning__9bfdf734 .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.warning__9bfdf734 .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.warning__9bfdf734:hover .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.warning__9bfdf734:hover .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0)}.stepperStep__00c1e83d.completed__4300788b.warning__9bfdf734:hover .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda :not(.error__f3ac629e):not(.warning__9bfdf734) .content__f21815b5{color:var(--triplex-next-Stepper-Step_Color_Default-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda :not(.error__f3ac629e):not(.warning__9bfdf734):hover .content__f21815b5{color:var(--triplex-next-Stepper-Step_Color_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.error__f3ac629e .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.error__f3ac629e .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.error__f3ac629e .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.error__f3ac629e:hover .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.error__f3ac629e:hover .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.error__f3ac629e:hover .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.warning__9bfdf734 .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.warning__9bfdf734 .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.warning__9bfdf734 .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.warning__9bfdf734:hover .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.warning__9bfdf734:hover .arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0)}.stepperStep__00c1e83d.inactive__ba13ebda.warning__9bfdf734:hover .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-15-0)}.stepperStep__00c1e83d.disabled__c94dd840{pointer-events:none}.stepperStep__00c1e83d.disabled__c94dd840 .content__f21815b5{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-15-0)}.stepperStep__00c1e83d.disabled__c94dd840 .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-15-0)}.stepperStep__00c1e83d.disabled__c94dd840 .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-15-0)}.stepperStep__00c1e83d.focusVisible__36c78a76.completed__4300788b .content__f21815b5,.stepperStep__00c1e83d.focusVisible__36c78a76.active__8817fd73 .content__f21815b5,.stepperStep__00c1e83d.focusVisible__36c78a76.inactive__ba13ebda .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-15-0)}.stepperStep__00c1e83d.focusVisible__36c78a76.completed__4300788b .arrow__96e29ff6 path:last-child,.stepperStep__00c1e83d.focusVisible__36c78a76.active__8817fd73 .arrow__96e29ff6 path:last-child,.stepperStep__00c1e83d.focusVisible__36c78a76.inactive__ba13ebda .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-15-0)}.stepperStep__00c1e83d.focusVisible__36c78a76.completed__4300788b:hover .content__f21815b5,.stepperStep__00c1e83d.focusVisible__36c78a76.active__8817fd73:hover .content__f21815b5,.stepperStep__00c1e83d.focusVisible__36c78a76.inactive__ba13ebda:hover .content__f21815b5{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-15-0)}.stepperStep__00c1e83d.focusVisible__36c78a76.completed__4300788b:hover .arrow__96e29ff6 path:last-child,.stepperStep__00c1e83d.focusVisible__36c78a76.active__8817fd73:hover .arrow__96e29ff6 path:last-child,.stepperStep__00c1e83d.focusVisible__36c78a76.inactive__ba13ebda:hover .arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-15-0)}.content__f21815b5{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-15-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-15-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-15-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__67f6a179{font-size:12px;line-height:16px}.md__3c5b9ce7{font-size:14px;line-height:20px}.lg__dafc3de6{font-size:16px;line-height:20px}.arrow__96e29ff6{transform:translate(0)}.arrow__96e29ff6 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-15-0)}.arrow__96e29ff6 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-15-0)}.icon__9e039fe3{display:inline-flex;align-items:center;line-height:0}.nonempty__7b99796c .icon__9e039fe3{margin-right:6px}.stepperExtended__32cdc355{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__4af1d250{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__4af1d250::-webkit-scrollbar{display:none}.stepper__c98c71a5.sm__67f6a179{padding-left:28px;padding-right:28px}.stepper__c98c71a5.md__3c5b9ce7{padding-left:40px;padding-right:40px}.stepper__c98c71a5.lg__dafc3de6{padding-left:56px;padding-right:56px}.stepperCarousel__828c5988{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__828c5988 .buttonPrev__d1fc9497,.stepperCarousel__828c5988 .buttonNext__2520fe5b{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__828c5988 .buttonPrev__d1fc9497.sm__67f6a179,.stepperCarousel__828c5988 .buttonNext__2520fe5b.sm__67f6a179{height:28px;width:28px}.stepperCarousel__828c5988 .buttonPrev__d1fc9497.md__3c5b9ce7,.stepperCarousel__828c5988 .buttonNext__2520fe5b.md__3c5b9ce7{height:40px;width:40px}.stepperCarousel__828c5988 .buttonPrev__d1fc9497.lg__dafc3de6,.stepperCarousel__828c5988 .buttonNext__2520fe5b.lg__dafc3de6{height:56px;width:56px}.stepperCarousel__828c5988 .buttonPrev__d1fc9497{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-15-0)}.stepperCarousel__828c5988 .buttonNext__2520fe5b{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-15-0)}@media (max-width: 767px){.stepper__c98c71a5{padding-left:16px;padding-right:16px}.buttonPrev__d1fc9497,.buttonNext__2520fe5b{display:none}}.islandAccordion__631d9bd2{margin:0;padding:0}.islandAccordion__631d9bd2 .island__3e035ec6{padding:0}.islandAccordion__631d9bd2 .item__96ca0fe6{position:relative;list-style-type:none}.islandAccordion__631d9bd2 .item__96ca0fe6.disabled__376a37e8{cursor:default;pointer-events:none}.islandAccordion__631d9bd2 .item__96ca0fe6+.item__96ca0fe6.sm__f7e982c2,.islandAccordion__631d9bd2 .item__96ca0fe6+.item__96ca0fe6.md__fa9a443e{margin-top:16px}.islandAccordion__631d9bd2 .item__96ca0fe6+.item__96ca0fe6.lg__91e8e4fc{margin-top:24px}.islandAccordion__631d9bd2 .item__96ca0fe6 .header__9ecce1f6{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__631d9bd2 .item__96ca0fe6 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-15-0)}.islandAccordion__631d9bd2 .item__96ca0fe6.type1__d2abfb82:not(.opened__16b815c0) .header__9ecce1f6:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-15-0)}.islandAccordion__631d9bd2 .item__96ca0fe6.type2__32c026d1:not(.opened__16b815c0) .header__9ecce1f6:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-15-0)}.islandAccordion__631d9bd2 .item__96ca0fe6.type3__517f49a7:not(.opened__16b815c0) .header__9ecce1f6:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-15-0)}.islandAccordion__631d9bd2 .item__96ca0fe6 .footer__74c01fb9{text-align:right}.islandAccordion__631d9bd2 .item__96ca0fe6 .body__8f90de16,.islandAccordion__631d9bd2 .item__96ca0fe6 .footer__74c01fb9{visibility:hidden}.islandAccordion__631d9bd2 .item__96ca0fe6.opened__16b815c0 .body__8f90de16,.islandAccordion__631d9bd2 .item__96ca0fe6.opened__16b815c0 .footer__74c01fb9{visibility:visible}.islandAccordion__631d9bd2 .item__96ca0fe6 .caretWrapper__8170ee39{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__631d9bd2 .item__96ca0fe6 .caretIcon__3c42cb5c{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__631d9bd2 .item__96ca0fe6 .title__27bab64e{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .header__9ecce1f6{padding:16px;border-radius:16px}.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .step__6e6ba5c7+.title__27bab64e{margin-top:2px}.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .body__8f90de16,.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .footer__74c01fb9{padding:0 16px 16px}.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .caretWrapper__8170ee39{right:12px}.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .remove__600e20cb{right:-36px;top:20px}.islandAccordion__631d9bd2 .item__96ca0fe6.sm__f7e982c2 .step__6e6ba5c7{margin-right:12px}.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .header__9ecce1f6{padding:24px;border-radius:24px}.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .body__8f90de16,.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .footer__74c01fb9{padding:0 24px 24px}.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .caretWrapper__8170ee39{right:20px}.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .remove__600e20cb{right:-40px;top:28px}.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .step__6e6ba5c7{margin-right:12px}.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .header__9ecce1f6{padding:32px;border-radius:32px}.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .body__8f90de16,.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .footer__74c01fb9{padding:0 32px 32px}.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .caretWrapper__8170ee39{right:28px}.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .remove__600e20cb{right:-40px;top:36px}.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .step__6e6ba5c7{margin:0 16px 0 0}.islandAccordion__631d9bd2 .item__96ca0fe6.opened__16b815c0:not(.disabled__376a37e8) .caretWrapper__8170ee39 .caretIcon__3c42cb5c{transform:rotate(-180deg)}.islandAccordion__631d9bd2 .item__96ca0fe6 .remove__600e20cb{position:absolute}@media (max-width: 767px){.islandAccordion__631d9bd2 .item__96ca0fe6 .footer__74c01fb9{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__631d9bd2 .item__96ca0fe6 .footer__74c01fb9>*{margin-left:0!important}.islandAccordion__631d9bd2 .item__96ca0fe6.md__fa9a443e .header__9ecce1f6{border-radius:16px}.islandAccordion__631d9bd2 .item__96ca0fe6.lg__91e8e4fc .header__9ecce1f6{border-radius:24px}}.noColumns__6a03f3cb{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__6a03f3cb>.content__28acfc2d{width:456px;text-align:center}.filterPanel__d95e8ca1{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__273fbd7b{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__273fbd7b>a:not(:first-child){margin-left:16px}.tabsLinePanel__f7550f54{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__7cb7905a{0%{opacity:0}to{opacity:1}}.tableBasic__3ff062bc{position:relative}.tableBasic__3ff062bc table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__3ff062bc table th.alignLeft__54b76b91,.tableBasic__3ff062bc table td.alignLeft__54b76b91{text-align:left}.tableBasic__3ff062bc table th.alignRight__24cf361e,.tableBasic__3ff062bc table td.alignRight__24cf361e{text-align:right}.tableBasic__3ff062bc table th.alignCenter__0f5969fe,.tableBasic__3ff062bc table td.alignCenter__0f5969fe{text-align:center}.tableBasic__3ff062bc table th.verticalAlignBaseline__9e6683f0,.tableBasic__3ff062bc table td.verticalAlignBaseline__9e6683f0{vertical-align:baseline}.tableBasic__3ff062bc table th.verticalAlignSub__60a3d823,.tableBasic__3ff062bc table td.verticalAlignSub__60a3d823{vertical-align:sub}.tableBasic__3ff062bc table th.verticalAlignSuper__7b0c0491,.tableBasic__3ff062bc table td.verticalAlignSuper__7b0c0491{vertical-align:super}.tableBasic__3ff062bc table th.verticalAlignTextTop__6f56fec2,.tableBasic__3ff062bc table td.verticalAlignTextTop__6f56fec2{vertical-align:text-top}.tableBasic__3ff062bc table th.verticalAlignTextBottom__608ec22c,.tableBasic__3ff062bc table td.verticalAlignTextBottom__608ec22c{vertical-align:text-bottom}.tableBasic__3ff062bc table th.verticalAlignMiddle__d0e72e58,.tableBasic__3ff062bc table td.verticalAlignMiddle__d0e72e58{vertical-align:middle}.tableBasic__3ff062bc table th.verticalAlignTop__5305473f,.tableBasic__3ff062bc table td.verticalAlignTop__5305473f{vertical-align:top}.tableBasic__3ff062bc table th.verticalAlignBottom__5eb5e31c,.tableBasic__3ff062bc table td.verticalAlignBottom__5eb5e31c{vertical-align:bottom}.tableBasic__3ff062bc table>thead>tr{height:48px}.tableBasic__3ff062bc table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-15-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-15-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3ff062bc table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-15-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-15-0)}}.tableBasic__3ff062bc table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__3ff062bc table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__3ff062bc table>thead>tr>th.checkboxType__2157a63d{padding:16px 12px}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210{display:inline-flex;vertical-align:top}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210.order__797a203b{cursor:pointer}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210.order__797a203b .orderButton__292040a4{display:flex;visibility:hidden;align-items:center}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210.order__797a203b .orderButton__292040a4.alignLeft__54b76b91{margin-right:8px}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210.order__797a203b .orderButton__292040a4.alignRight__24cf361e{margin-left:8px}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210.order__797a203b .orderButton__292040a4.sorted__298e8b17{visibility:visible}.tableBasic__3ff062bc table>thead>tr>th .thBlock__9ee0f210.order__797a203b:hover .orderButton__292040a4{visibility:visible}.tableBasic__3ff062bc table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-15-0)}.tableBasic__3ff062bc table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__3ff062bc table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__3ff062bc table>tbody>tr>td.textType__cd11e638{padding:12px}.tableBasic__3ff062bc table>tbody>tr>td.componentsType__21770941{padding:8px 12px}.tableBasic__3ff062bc table>tbody>tr>td.checkboxType__2157a63d{padding:10px 12px 12px}.tableBasic__3ff062bc table>tbody>tr.selected__46457ff1>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-15-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3ff062bc table>tbody>tr.selected__46457ff1>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-15-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-15-0)}}.tableBasic__3ff062bc table>tbody.clickable__270619c1>tr{cursor:pointer}.tableBasic__3ff062bc table>tbody.hoverable__2ef322a0>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-15-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3ff062bc table>tbody.hoverable__2ef322a0>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-15-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-15-0)}}.tableBasic__3ff062bc .footerEmptyData__92e56675{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__3ff062bc .spinnerWrapper__9ad10678{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__3ff062bc .spinnerWrapper__9ad10678 .tableLoaderScreen__6fb77156{border-radius:8px 8px 0 0}.tableBasic__3ff062bc .overlayCover__1f658a99{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-15-0);animation:fadeIn__7cb7905a .3s}.tableBasicSettingsBody__b50a6431{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__f50a44a3{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-15-0)!important}.columnSettingsSortableListItemTarget__f50a44a3:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-15-0)!important}.columnSettingsSortableListItemTarget__f50a44a3.dragging__1295b2cf{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-15-0)!important}.columnSettingsStaticListItem__e71c0559{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-15-0)}.tableBasicSettingsFooter__413da360{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-15-0);padding:11px 12px 12px}.tableBasicSettingsHeader__a82c6961{padding:16px 12px 12px}.tableSettingsLink__3aef7b89{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__af2ed563{width:320px}.tableFooterWrapper__ebf667b1{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__ebf667b1 .tableFooterShadow__3e01b65b{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-15-0);pointer-events:none}.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-15-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd{display:flex;align-items:center}.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummarySelectedCount__4f00262f,.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummarySelectAllButton__214a0dcc,.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummaryAmount__f5222ce4{display:inline-flex}.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummarySelectedCount__4f00262f,.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummarySelectAllButton__214a0dcc,.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummaryAmount__f5222ce4,.tableFooterWrapper__ebf667b1 .tableFooter__b4eede12 .tableFooterSummary__d337e4bd .tableFooterSummaryLabel__d76e4412{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__ebf667b1{height:112px}}.paginationPanel__9467d66f{margin-top:16px}.masterTable__518c4447{position:relative}.orderedListItem__f6f9fae3{counter-increment:list-item-tx}.orderedListItem__f6f9fae3:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__f6f9fae3+.orderedListItem__f6f9fae3{margin-top:8px}.orderedList__146f26a4{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__330781b5{height:176px}.suggestFieldMobileDropdownHint__5da72520{padding:16px}.lightBox__432d265a{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__432d265a .lightBoxBackdrop__86399fc8{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-15-0)}.lightBox__432d265a.lightBoxSideOverlayActive__f69cd2d4,.lightBox__432d265a.lightBoxTopOverlayActive__e9d0a2b1{overflow-y:hidden}.lightBox__432d265a .lightBoxContent__dfa4329c{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-15-0)}.lightBox__432d265a .lightBoxContent__dfa4329c>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__432d265a .lightBoxContent__dfa4329c>.global-page{padding:16px}}.lightBox__432d265a .loadingContentOverlay__39edf2d2{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__432d265a .lightBoxContentResizeWrapper__dc06c799{position:absolute;left:0;right:0;height:0}.lightBox__432d265a .tempElSafariBug__fe40d43f{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__ac6255bc,.global-LB-less-or-equal-media-point-0 .lightBox__432d265a.lightBoxSideOverlayActive__f69cd2d4{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__dfa4329c{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__dfa4329c{padding-left:80px;padding-right:80px}.lightBoxControls__91779f1c{z-index:100}.withKeyboardEvent__a1fcd7fc{display:inline-block}.withoutKeyboardEvent__3831d794,.lightBox__432d265a.lightBoxSideOverlayActive__f69cd2d4 .withKeyboardEvent__a1fcd7fc,.lightBox__432d265a.lightBoxTopOverlayActive__e9d0a2b1 .withKeyboardEvent__a1fcd7fc,.lightBox__432d265a.isLoading__a949a736 .withKeyboardEvent__a1fcd7fc{display:none}.lightBox__432d265a.lightBoxSideOverlayActive__f69cd2d4 .withoutKeyboardEvent__3831d794,.lightBox__432d265a.lightBoxTopOverlayActive__e9d0a2b1 .withoutKeyboardEvent__3831d794,.lightBox__432d265a.isLoading__a949a736 .withoutKeyboardEvent__3831d794{display:inline-block}.lightBox__432d265a.isLoading__a949a736 .lightBoxPrev__2886f7d8,.lightBox__432d265a.isLoading__a949a736 .lightBoxNext__e5f6b0b6{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__91779f1c{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__d26bf840{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__13d40768{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__c150b766{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__2886f7d8,.global-LB-less-or-equal-media-point-0 .lightBoxNext__e5f6b0b6{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__2886f7d8{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__0cb41e9b,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__8e627ccb{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__91779f1c{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__d26bf840{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__13d40768{display:none}.global-LB-more-media-point-0 .lightBoxClose__c150b766{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__2886f7d8,.global-LB-more-media-point-0 .lightBoxNext__e5f6b0b6{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__2886f7d8{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__e5f6b0b6{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__d87611db{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__d87611db.fixed__13b5a6aa{position:fixed}.overlay__d87611db.closing__3cb20c97,.overlay__d87611db.opened__5d601321{visibility:visible;left:0;right:0}.overlayPanel__6e553851{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-15-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__6e553851.bottom__54452c26{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__6e553851.left__587e5c1f{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__6e553851.right__15ae1284{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__6e553851.top__43584675{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__6e553851.left__587e5c1f.opened__5d601321,.overlayPanel__6e553851.right__15ae1284.opened__5d601321{transform:translate(0)}.overlayPanel__6e553851.top__43584675.opened__5d601321,.overlayPanel__6e553851.bottom__54452c26.opened__5d601321{transform:translateY(0)}.overlayContent__3bc7bfba{display:flex;min-height:100%}.overlayMask__3bf1c05e{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-15-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__3bf1c05e.overlayOpened__07575fca{opacity:1}.lightBoxSideOverlayLoaderWrapper__687362de{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__f2371aa3{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__af0d425b{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__f2371aa3{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__af0d425b{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__af0d425b{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__f2371aa3{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__af0d425b{display:none}.lightBoxSideOverlayMask__f62901d6{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-15-0)}.lightBoxSideOverlayWrapper__e3957489{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__e3957489.overflowXHidden__3a678f65{overflow-x:hidden}.lightBoxSideOverlayWrapper__e3957489.overflowYHidden__69fea8f7{overflow-y:hidden}.lightBoxSideOverlayWrapper__e3957489.closing__897cd481,.lightBoxSideOverlayWrapper__e3957489.opened__f9225002{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__e3957489.closing__897cd481{pointer-events:none}.lightBoxSideOverlayWrapper__e3957489 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__e3957489 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__e3957489 .lightBoxSideOverlayContent__52687207{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-15-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__e3957489 .lightBoxSideOverlayContent__52687207.opened__f9225002{transform:none}.lightBoxSideOverlayWrapper__e3957489 .lightBoxSideOverlayContent__52687207.opening__79bd4e71{transform:translateY(0)}.lightBoxSideOverlayWrapper__e3957489.sizeSM__25178982 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__e3957489.sizeMD__e83bba8a .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__e3957489.sizeLG__8ccd5d69 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__e3957489 .lightBoxSideOverlayBase__3ee760e4{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__e3957489 .lightBoxSideOverlayContent__52687207{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__e3957489 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__e3957489 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__bc0e02e1{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__bc0e02e1.closing__897cd481,.lightBoxSideOverlay__bc0e02e1.opening__79bd4e71{overflow-x:hidden}.topOverlayMask__7a935e04{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-15-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__64da6b6d{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__64da6b6d.closing__e0bbb76c,.topOverlayWrapper__64da6b6d.opened__2530d68f{bottom:0}.topOverlayWrapper__64da6b6d .topOverlayPanel__ff8e06b0{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__428702c0{z-index:500}@media (max-width: 767px){.topOverlayPanel__ff8e06b0{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__f9673100{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__f9673100.fixed__056b15ec{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__133a6570{display:none}}.lightBoxRightSidebar__87172d6f{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__87172d6f.fixed__056b15ec{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__f12a3b67{display:none}}html.scroll-0__d23672b1{--triplex-next-scroll-width: 0px}html.scroll-15__d0b9d070{--triplex-next-scroll-width: 15px}html.scroll-16__1c6bfca3{--triplex-next-scroll-width: 16px}html.scroll-17__9a2f72a9{--triplex-next-scroll-width: 17px}.smsField__b022dc83{display:inline-block;position:relative;width:100%}.smsField__b022dc83 .input__255b1340{text-align:center}.smsField__b022dc83 .input__255b1340::placeholder{opacity:1}.smsField__b022dc83 .input__255b1340:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-15-0)}.smsField__b022dc83 .input__255b1340.lg__91d3d0d1{padding:18px 40px}.smsField__b022dc83 .input__255b1340.md__52efd6d5{padding-left:26px;padding-right:26px}.smsField__b022dc83 .input__255b1340.sm__6f8cf045{padding-left:20px;padding-right:20px}.smsField__b022dc83 .btnRefresh__9705eb48{position:absolute;outline:none;z-index:1}.smsField__b022dc83 .btnRefresh__9705eb48.lg__91d3d0d1{top:12px;left:12px;height:32px;width:32px}.smsField__b022dc83 .btnRefresh__9705eb48.md__52efd6d5{top:10px;left:10px}.smsField__b022dc83 .btnRefresh__9705eb48.sm__6f8cf045{top:4px;left:4px}.smsField__b022dc83 .btnRefresh__9705eb48 .full__111ee3b3{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-15-0)}.smsField__b022dc83 .btnRefresh__9705eb48 .empty__8d95e7e9{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-15-0)}.smsField__b022dc83 .btnRefresh__9705eb48:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-15-0)}.smsField__b022dc83 .btnSubmit__b3c5c1b0{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-15-0)}.smsField__b022dc83 .btnSubmit__b3c5c1b0.active__b9de5994:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-15-0)}.smsField__b022dc83 .btnSubmit__b3c5c1b0.active__b9de5994:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-15-0)}.smsField__b022dc83 .btnSubmit__b3c5c1b0.lg__91d3d0d1{top:15px;right:15px;height:26px;width:26px}.smsField__b022dc83 .btnSubmit__b3c5c1b0.md__52efd6d5{top:10px;right:10px}.smsField__b022dc83 .btnSubmit__b3c5c1b0.sm__6f8cf045{top:4px;right:4px}.spoiler__52d2c55d{display:flex;flex-direction:column}.spoiler__52d2c55d.opened__a5a61766 .caretIcon__17ec09dd{transform:rotate(-180deg)}.spoiler__52d2c55d .head__e57d9e07 .caretIcon__17ec09dd{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__52d2c55d .head__e57d9e07 button>span{white-space:normal;text-align:left}.spoiler__52d2c55d .content__23f026bc.hidden__f77436dd{display:none}.spoiler__52d2c55d .lg__4028e3d9 .content__23f026bc{margin-top:8px}.spoiler__52d2c55d .md__8a726420 .content__23f026bc{margin-top:0}.spoiler__52d2c55d .sm__15c1ba39 .content__23f026bc{margin-top:-4px}.statusTrackerWrapper__3a738fd0{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-15-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-15-0);overflow:hidden;height:100%}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11.verticalAlignMiddle__9f5a76ab{align-self:center}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11.verticalAlignBottom__0df65fc8{align-self:end}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerChild__dfb9a9c7{padding:8px 0}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerChild__dfb9a9c7:empty{padding:0}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerSum__58500b8c,.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerTitle__96ad10fb{padding-bottom:4px}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerDescription__86b2a421{display:block;padding-top:8px}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerAlert__5ade835f{margin-top:12px;text-align:left}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerStatus__caac7007{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerFooterWrapper__c664ad54{display:grid}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerFooterWrapper__c664ad54 .statusTrackerDescription__86b2a421:last-child{padding-top:0}.statusTrackerWrapper__3a738fd0 .statusTracker__6e447c11 .statusTrackerFooterWrapper__c664ad54 .statusTrackerButton__e343a3fe{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__3a738fd0 .statusTrackerColor__5ed6b665{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__3a738fd0 .statusTrackerColor__5ed6b665.waiting__0d51b290{background:var(--triplex-next-StatusTracker-Waiting_Color-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerColor__5ed6b665.warning__451e0b77{background:var(--triplex-next-StatusTracker-Warning_Background-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerColor__5ed6b665.rejected__922c3649{background:var(--triplex-next-StatusTracker-Rejected_Color-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerColor__5ed6b665.approved__7bb37cb2{background:var(--triplex-next-StatusTracker-Approved_Color-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerBackground__a1a5888d{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__3a738fd0 .statusTrackerBackground__a1a5888d.waiting__0d51b290{background:var(--triplex-next-StatusTracker-Waiting_Background-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerBackground__a1a5888d.warning__451e0b77{background:var(--triplex-next-StatusTracker-Warning_Background-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerBackground__a1a5888d.rejected__922c3649{background:var(--triplex-next-StatusTracker-Rejected_Background-1-15-0)}.statusTrackerWrapper__3a738fd0 .statusTrackerBackground__a1a5888d.approved__7bb37cb2{background:var(--triplex-next-StatusTracker-Approved_Background-1-15-0)}@media (max-width: 767px){.statusTrackerWrapper__3a738fd0{border-radius:16px}}.smallInput__45155428{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-15-0);background:var(--triplex-next-SmallInput-Background-1-15-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-15-0)}.smallInput__45155428::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-15-0);opacity:1}.smallInput__45155428::-ms-clear{display:none}.documentNumberEdit__770cc69e .label__d7db8e01{display:inline-block;margin-right:8px}.documentNumberEdit__770cc69e .inputEditWrapper__d6505e7f{width:68px;display:inline-block}.sliderExtendedDot__92092f17{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-15-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__92092f17:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-15-0)}.sliderExtendedDot__92092f17.focusedByClick__aa3ab91b:focus{box-shadow:none}.sliderExtendedDot__92092f17:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-15-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__92092f17:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-15-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__92092f17.disabled__a212e2dc{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-15-0)}.sliderExtendedDot__92092f17.disabled__a212e2dc:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-15-0)}.sliderExtendedDot__92092f17.disabled__a212e2dc:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-15-0)}.sliderExtendedDot__92092f17:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-15-0)}.sliderExtendedDot__92092f17:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-15-0)}.sliderExtendedDot__92092f17.dragByMouse__db13aea0{background:var(--triplex-next-Slider-Dot_Background_Select-1-15-0)}.sliderExtendedDot__92092f17.dragByMouse__db13aea0:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-15-0)}.sliderExtendedDot__92092f17:hover .sliderExtendedTooltipOverlay__7b89ec8e,.sliderExtendedDot__92092f17:focus .sliderExtendedTooltipOverlay__7b89ec8e{visibility:visible}.sliderExtendedDot__92092f17.lg__8ca1d2a8{width:28px;height:28px}.sliderExtendedDot__92092f17.lg__8ca1d2a8:after{width:10px;height:10px}.sliderExtendedDot__92092f17.lg__8ca1d2a8:before{width:14px;height:14px}.sliderExtendedMarks__473f2d78{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__5b4ec548{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__5b4ec548 .sliderExtendedMarkDot__98580730{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-15-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__5b4ec548 .sliderExtendedMarkDot__98580730.inSelectedRange__140cefb1{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-15-0)}.sliderExtendedMark__5b4ec548.lg__8ca1d2a8{top:20px}.sliderExtendedMark__5b4ec548.lg__8ca1d2a8 .sliderExtendedMarkDot__98580730{top:-20px}.sliderExtendedMark__5b4ec548 .sliderExtendedMarkText__d685eb21{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__5b4ec548.disabled__a212e2dc{pointer-events:none}.sliderExtendedMark__5b4ec548.disabled__a212e2dc .sliderExtendedMarkText__d685eb21{pointer-events:none;opacity:.35}.sliderExtendedMark__5b4ec548.disabled__a212e2dc .sliderExtendedMarkDot__98580730{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-15-0)}.sliderExtendedMark__5b4ec548:first-child,.sliderExtendedMark__5b4ec548:last-child{transform:none}.sliderExtendedMark__5b4ec548:first-child.reverse__d299bf52 .sliderExtendedMarkDot__98580730{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__5b4ec548:first-child.reverse__d299bf52 .sliderExtendedMarkText__d685eb21{margin-right:-4px}.sliderExtendedMark__5b4ec548:first-child:not(.reverse__d299bf52) .sliderExtendedMarkDot__98580730{left:0;transform:translate(-50%)}.sliderExtendedMark__5b4ec548:first-child .sliderExtendedMarkText__d685eb21{margin-left:-4px}.sliderExtendedMark__5b4ec548:last-child.reverse__d299bf52 .sliderExtendedMarkDot__98580730{left:0;transform:translate(-50%)}.sliderExtendedMark__5b4ec548:last-child.reverse__d299bf52 .sliderExtendedMarkText__d685eb21{margin-left:-4px}.sliderExtendedMark__5b4ec548:last-child:not(.reverse__d299bf52) .sliderExtendedMarkDot__98580730{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__5b4ec548:last-child .sliderExtendedMarkText__d685eb21{margin-right:-4px}.sliderExtendedMark__5b4ec548.active__b4b796ac{pointer-events:none}.sliderExtendedRail__66b3a190{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-15-0);cursor:pointer}.sliderExtended__ab6310c2{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__ab6310c2.disabled__a212e2dc .sliderExtendedRail__66b3a190{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-15-0)}.sliderExtended__ab6310c2.lg__8ca1d2a8{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__ffbd280c{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-15-0);z-index:10}.sliderExtendedTrack__ffbd280c.lg__8ca1d2a8{top:12px}.sliderExtendedTrack__ffbd280c:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-15-0)}.sliderExtendedTrack__ffbd280c.focusedByClick__aa3ab91b:focus{box-shadow:none}.sliderExtendedTrack__ffbd280c.hoverOrDragByMouse__0579bf40{background:var(--triplex-next-Slider-Track_Background_Hover-1-15-0)}.sliderExtendedTrack__ffbd280c.staticSlider__184920b6{cursor:default;pointer-events:none}.sliderExtendedTrack__ffbd280c.disabled__a212e2dc{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-15-0)}.sliderExtendedTooltipOverlay__7b89ec8e{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__7b89ec8e.lg__8ca1d2a8{bottom:32px}.sliderExtendedTooltipOverlay__7b89ec8e .tooltipBody__c45e9047{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-15-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-15-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__7b89ec8e .tooltipTip__fc4090d3{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-15-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__7b89ec8e .tooltipTip__fc4090d3{margin:-.5px}}.treeView__558f2cde,.treeViewGroup__69f662d7{margin:0;padding:0}.treeView__558f2cde .treeViewNode__1e1fa3f5,.treeViewGroup__69f662d7 .treeViewNode__1e1fa3f5{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__30cfa36e.collapsed__a899053a{visibility:hidden}.checkboxTreeExtended__a7f95603{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__cdf58c89 .checkboxTreeExtendedNode__cdf58c89{margin-left:24px}.checkboxTreeExtendedNodeHeader__ebf680c5{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__ebf680c5.sm__19f4a3fd{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__ebf680c5.md__ce5a694e,.checkboxTreeExtendedNodeHeader__ebf680c5.lg__39503908{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__ebf680c5 .checkboxTreeCheckboxLabel__0307d323{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__ebf680c5 .caretIconWrapper__b2ca7589{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__ebf680c5 .caretIconWrapper__b2ca7589:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-15-0)}.checkboxTreeExtendedNodeHeader__ebf680c5.opened__bd8d8cd0 .caretIconWrapper__b2ca7589{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__a7f95603{padding:12px 14px}}.chipGroup__ad4cc8c8{display:flex}.chipGroup__ad4cc8c8.oneLine__2d8417e3{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__ad4cc8c8.oneLine__2d8417e3::-webkit-scrollbar{display:none}.chipGroup__ad4cc8c8.multiLine__d5e6a17d{flex-wrap:wrap}.chipGroup__ad4cc8c8.lg__6da3cf9d{gap:12px}.chipGroup__ad4cc8c8.md__0306f6b9,.chipGroup__ad4cc8c8.sm__aef384ed{gap:8px}.confirm__37b3df43{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__37b3df43.isInLightBox__8b51a1bb{max-width:800px}.confirm__37b3df43.isInSideOverlaySM__d2606386{max-width:416px}.confirm__37b3df43.isInSideOverlayMD__8a63b82e{max-width:536px}.confirm__37b3df43.isInSideOverlayLG__a7edbb16{max-width:736px}.confirmCloseButton__5e3a7c8f{position:absolute;top:24px;right:24px}.confirmContent__b081d530{margin-bottom:24px;padding-right:56px}.confirmControls__2f81ee86{white-space:nowrap}.confirmContentTitle__82eaaa01{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__5e3a7c8f{top:16px;right:16px}.confirmContent__b081d530{margin-bottom:16px}}.divider__8ddb23b9{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-15-0);border:none}.marginTopSize-4__e604c76b{margin-top:4px}.marginBottomSize-4__c7b62eeb{margin-bottom:4px}.marginTopSize-8__2eeb29d1{margin-top:8px}.marginBottomSize-8__e1638631{margin-bottom:8px}.marginTopSize-12__16a7e958{margin-top:12px}.marginBottomSize-12__71660ae3{margin-bottom:12px}.marginTopSize-16__342b8de5{margin-top:16px}.marginBottomSize-16__ce740e00{margin-bottom:16px}.marginTopSize-20__71690dea{margin-top:20px}.marginBottomSize-20__279b6751{margin-bottom:20px}.marginTopSize-24__d9f2d9c0{margin-top:24px}.marginBottomSize-24__dd651009{margin-bottom:24px}.marginTopSize-28__93ce9c90{margin-top:28px}.marginBottomSize-28__60e0b455{margin-bottom:28px}.marginTopSize-32__6351a927{margin-top:32px}.marginBottomSize-32__7ff34633{margin-bottom:32px}.listMasterChipGroup__68fac3bd{padding:0 16px}.listMasterFooter__8d64cce6{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-15-0);color:var(--triplex-next-ListMaster-Footer_Color-1-15-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__8d64cce6.sticky__ec22c403{position:sticky;bottom:0}.listMasterFooterDescription__df6facaf{padding-right:16px}.listMasterFooterControls__b3258579{white-space:nowrap}.listMasterHeader__be1a1115{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-15-0);color:var(--triplex-next-ListMaster-Header_Color-1-15-0)}.listMasterHeader__be1a1115.sticky__ec22c403{position:sticky;top:0;z-index:1}.selectionControls__43f8d2e2{display:flex;justify-content:space-between;align-items:center}.uploadZone__1cdf6d36{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-15-0)}.uploadZone__1cdf6d36:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-15-0)}.uploadZoneDragArea__6af7b3f2{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-15-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7d2c0bb8{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-15-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-15-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-15-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__2e78dac2{display:none}@media (max-width: 767px){.uploadZone__1cdf6d36,.uploadZone__1cdf6d36:hover{background:none}.uploadZoneDragArea__6af7b3f2{display:none}}button.helpBoxButton__585d8749{position:relative;vertical-align:text-bottom}.dateRange__983adc28{display:flex;align-items:center}.dateRangeButton__816f8f64{z-index:1}.separator__9c516808{width:20px;height:20px;flex-shrink:0}.tagColor__55636b54{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__55636b54.sm__6e49e58e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__55636b54.md__f185494e{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__55636b54.lg__a4b78e20{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__55636b54.default__5ab1f0c4{background:var(--triplex-next-TagColor-Background_Default-1-15-0)}.tagColor__55636b54.success__f8eee206{background:var(--triplex-next-TagColor-Background_Success-1-15-0)}.tagColor__55636b54.info__32bfabe0{background:var(--triplex-next-TagColor-Background_Info-1-15-0)}.tagColor__55636b54.warning__5251ba9d{background:var(--triplex-next-TagColor-Background_Warning-1-15-0)}.tagColor__55636b54.error__12cd5084{background:var(--triplex-next-TagColor-Background_Error-1-15-0)}.content__d84afd78{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-15-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-17-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-17-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-17-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-17-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-17-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-17-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-17-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-17-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-17-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-17-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-17-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-17-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-17-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-17-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-17-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-17-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-17-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-17-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-17-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-17-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-17-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-17-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-17-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-17-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-17-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-17-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-17-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-17-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-17-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-17-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-17-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-17-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-17-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-17-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-17-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-17-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-17-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-17-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-17-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-17-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-17-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-17-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-17-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-17-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-17-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-17-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-17-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-17-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-17-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-17-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-17-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-17-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-17-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-17-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-17-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-17-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-17-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-17-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-17-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-17-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-17-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-17-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-17-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-17-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-17-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-17-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-17-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-17-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-17-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-17-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-17-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-17-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-17-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-17-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-17-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-17-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-17-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-17-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-17-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-17-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-17-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-17-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-17-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-17-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-17-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-17-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-17-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-17-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-17-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-17-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-17-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-17-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-17-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-17-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-17-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-17-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-17-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-17-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-17-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-17-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-17-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-17-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-17-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-17-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-17-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-17-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-17-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-17-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-17-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-17-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-17-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-17-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-17-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-17-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-17-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-17-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-17-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-17-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-17-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-1-17-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Badge-Background-1-17-0: #FFB13B;
|
|
122
|
+
--triplex-next-Button-General_Background_Active-1-17-0: #007777;
|
|
123
|
+
--triplex-next-Button-General_Background_Default-1-17-0: #21A19A;
|
|
124
|
+
--triplex-next-Button-General_Background_Disabled-1-17-0: #F2F4F7;
|
|
125
|
+
--triplex-next-Button-General_Background_Hover-1-17-0: #19BDB0;
|
|
126
|
+
--triplex-next-Button-General_Color_Active-1-17-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
128
|
+
--triplex-next-Button-General_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
129
|
+
--triplex-next-Button-General_Color_Hover-1-17-0: rgba(255, 255, 255, 1);
|
|
130
|
+
--triplex-next-Button-General_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Active-1-17-0: #DCDFE4;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Default-1-17-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-17-0: #F2F4F7;
|
|
134
|
+
--triplex-next-Button-Secondary_Background_Hover-1-17-0: #EAEDF1;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Active-1-17-0: #007777;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Default-1-17-0: #008985;
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
138
|
+
--triplex-next-Button-Secondary_Color_Hover-1-17-0: #21A19A;
|
|
139
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-17-0: #DFE2E7;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-17-0: #FFFFFF;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-17-0: #F2F4F7;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-17-0: #EEF0F4;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-17-0: #007777;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-17-0: #008985;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-17-0: #21A19A;
|
|
148
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Active-1-17-0: #BD002C;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Default-1-17-0: #E60037;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Disabled-1-17-0: #F2F4F7;
|
|
152
|
+
--triplex-next-Button-Danger_Background_Hover-1-17-0: #F80C45;
|
|
153
|
+
--triplex-next-Button-Danger_Color_Active-1-17-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
156
|
+
--triplex-next-Button-Danger_Color_Hover-1-17-0: rgba(255, 255, 255, 1);
|
|
157
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
158
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169;
|
|
159
|
+
--triplex-next-Button-Link_Color_Active-1-17-0: #007777;
|
|
160
|
+
--triplex-next-Button-Link_Color_Default-1-17-0: #008985;
|
|
161
|
+
--triplex-next-Button-Link_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
162
|
+
--triplex-next-Button-Link_Color_Hover-1-17-0: #21A19A;
|
|
163
|
+
--triplex-next-Button-Link_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
164
|
+
--triplex-next-Calendar-Background_Shadow-1-17-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
165
|
+
--triplex-next-Calendar-View_Header_Color-1-17-0: rgba(31, 31, 34, .55);
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-17-0: none;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-17-0: #19BDB0;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-17-0: #21A19A;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-17-0: #007777;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-17-0: #E3FFFA;
|
|
171
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-17-0: #A8F5E9;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-17-0: transparent;
|
|
173
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-17-0: #FFD169;
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-17-0: rgba(31, 31, 34, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-17-0: rgba(255, 255, 255, 1);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-17-0: rgba(31, 31, 34, .35);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-17-0: rgba(255, 255, 255, 1);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-17-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-17-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-17-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-17-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-17-0: rgba(31, 31, 34, .35);
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-17-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-17-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-17-0: #00C075;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-17-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-17-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-17-0: #FD6508;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-17-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-17-0: #E60037;
|
|
192
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-17-0: #E60037;
|
|
193
|
+
--triplex-next-Card-Static_General_Background-1-17-0: #FFFFFF;
|
|
194
|
+
--triplex-next-Card-Static_Secondary_Background-1-17-0: #F2F4F7;
|
|
195
|
+
--triplex-next-Card-Action_General_Background-1-17-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Hover-1-17-0: #FFFFFF;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected-1-17-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-17-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background-1-17-0: #F2F4F7;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-17-0: #EAEDF1;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-17-0: #E3E6EA;
|
|
202
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-17-0: #DCDFE4;
|
|
203
|
+
--triplex-next-Card-Shadow_Default-1-17-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
204
|
+
--triplex-next-Card-Shadow_Focus-1-17-0: inset 0 0 0 1px #FFD169;
|
|
205
|
+
--triplex-next-Card-Shadow_Hover-1-17-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
206
|
+
--triplex-next-Card-Shadow_Selected-1-17-0: inset 0 0 0 1px #21A19A;
|
|
207
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-17-0: inset 0 0 0 1px #19BDB0;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-17-0: #21A19A;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-17-0: #EAEDF1;
|
|
210
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-17-0: #007777;
|
|
211
|
+
--triplex-next-Checkbox-Background_Default-1-17-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Disabled-1-17-0: #F2F4F7;
|
|
213
|
+
--triplex-next-Checkbox-Background_Hover-1-17-0: #19BDB0;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Default-1-17-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-17-0: 0 0 0 1px #E3E6EA inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-17-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-17-0: none;
|
|
219
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-17-0: none;
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
221
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
222
|
+
--triplex-next-Chip-Background_Active-1-17-0: #DFE2E7;
|
|
223
|
+
--triplex-next-Chip-Background_Default-1-17-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Disabled-1-17-0: #F2F4F7;
|
|
225
|
+
--triplex-next-Chip-Background_Hover-1-17-0: #EAEDF1;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Active-1-17-0: #4F4F52;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Default-1-17-0: #3B3B3E;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-17-0: #343437;
|
|
229
|
+
--triplex-next-Chip-Background_Selected_Hover-1-17-0: #49494C;
|
|
230
|
+
--triplex-next-Chip-Color_Active-1-17-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Default-1-17-0: rgba(31, 31, 34, 1);
|
|
232
|
+
--triplex-next-Chip-Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
233
|
+
--triplex-next-Chip-Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Active-1-17-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-17-0: rgba(255, 255, 255, .25);
|
|
237
|
+
--triplex-next-Chip-Color_Selected_Hover-1-17-0: rgba(255, 255, 255, 1);
|
|
238
|
+
--triplex-next-Chip-Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
239
|
+
--triplex-next-Divider-Background-1-17-0: #D6D9E0;
|
|
240
|
+
--triplex-next-Dropdown-Background-1-17-0: #FFFFFF;
|
|
241
|
+
--triplex-next-Dropdown-Shadow-1-17-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
242
|
+
--triplex-next-DropdownList-Background_Active-1-17-0: #EAEDF1;
|
|
243
|
+
--triplex-next-DropdownList-Background_Default-1-17-0: none;
|
|
244
|
+
--triplex-next-DropdownList-Background_Selected-1-17-0: #DCDFE4;
|
|
245
|
+
--triplex-next-DropdownList-Color-1-17-0: rgba(31, 31, 34, 1);
|
|
246
|
+
--triplex-next-DropdownMobile-Backdrop-1-17-0: rgba(31, 31, 34, .65);
|
|
247
|
+
--triplex-next-DropdownMobile-Border_Color-1-17-0: #D6D9E0;
|
|
248
|
+
--triplex-next-DropdownMobile-Content_Background-1-17-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Footer_Background-1-17-0: #FFFFFF;
|
|
250
|
+
--triplex-next-DropdownMobile-Header_Background-1-17-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Active_Background-1-17-0: #EAEDF1;
|
|
252
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-17-0: #DCDFE4;
|
|
253
|
+
--triplex-next-FooterPage-StickyShadow-1-17-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
254
|
+
--triplex-next-FormField-Background_Active-1-17-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Default-1-17-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Disabled-1-17-0: #F2F4F7;
|
|
257
|
+
--triplex-next-FormField-Background_Error-1-17-0: #FFF0F3;
|
|
258
|
+
--triplex-next-FormField-Background_Error_Hover-1-17-0: #FCE0E6;
|
|
259
|
+
--triplex-next-FormField-Background_Hover-1-17-0: #EAEDF1;
|
|
260
|
+
--triplex-next-FormField-Background_Warning-1-17-0: #FFF4DB;
|
|
261
|
+
--triplex-next-FormField-Background_Warning_Hover-1-17-0: #FCEAC7;
|
|
262
|
+
--triplex-next-FormField-Input_Color_Default-1-17-0: rgba(31, 31, 34, 1);
|
|
263
|
+
--triplex-next-FormField-Input_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Default-1-17-0: rgba(31, 31, 34, 1);
|
|
265
|
+
--triplex-next-FormField-Target_Color_Disabled-1-17-0: rgba(31, 31, 34, .45);
|
|
266
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
268
|
+
--triplex-next-FormField-Label_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
269
|
+
--triplex-next-FormField-Shadow_Active-1-17-0: 0 0 0 1px #21A19A inset;
|
|
270
|
+
--triplex-next-FormField-Shadow_Default-1-17-0: none;
|
|
271
|
+
--triplex-next-FormField-Shadow_Error_Active-1-17-0: 0 0 0 1px #E60037 inset;
|
|
272
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-17-0: 0 0 0 1px #FD6508 inset;
|
|
273
|
+
--triplex-next-FormField-Placeholder_Color-1-17-0: rgba(31, 31, 34, .65);
|
|
274
|
+
--triplex-next-HeaderPage-StickyShadow-1-17-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
275
|
+
--triplex-next-Island-Type1_Background-1-17-0: #FFFFFF;
|
|
276
|
+
--triplex-next-Island-Type2_Background-1-17-0: rgba(255, 255, 255, .35);
|
|
277
|
+
--triplex-next-Island-Type3_Background-1-17-0: #F2F4F7;
|
|
278
|
+
--triplex-next-Island-Type1_Shadow-1-17-0: none;
|
|
279
|
+
--triplex-next-Island-Type2_Shadow-1-17-0: 0 0 0 1px #FFFFFF inset;
|
|
280
|
+
--triplex-next-Island-Type3_Shadow-1-17-0: none;
|
|
281
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-17-0: #DCDFE4;
|
|
282
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-17-0: rgba(31, 31, 34, .05);
|
|
283
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-17-0: #DCDFE4;
|
|
284
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-17-0: #FFFFFF;
|
|
286
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-17-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
287
|
+
--triplex-next-LightBox-Backdrop_Background-1-17-0: rgba(31, 31, 34, .75);
|
|
288
|
+
--triplex-next-LightBox-Content_Background-1-17-0: #EAEDF1;
|
|
289
|
+
--triplex-next-Link-BorderColor_Focus-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
290
|
+
--triplex-next-Link-Text_Color_Active-1-17-0: #007777;
|
|
291
|
+
--triplex-next-Link-Text_Color_Default-1-17-0: #008985;
|
|
292
|
+
--triplex-next-Link-Text_Color_Hover-1-17-0: #21A19A;
|
|
293
|
+
--triplex-next-ListItem-Background-1-17-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Dragging-1-17-0: #FFFFFF;
|
|
295
|
+
--triplex-next-ListItem-Background_Selected-1-17-0: #F2F4F7;
|
|
296
|
+
--triplex-next-ListItem-Shadow-1-17-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-17-0: #DCDFE4;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-17-0: #F2F4F7;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-17-0: #EAEDF1;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-17-0: #007777;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-17-0: #008985;
|
|
302
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-17-0: #21A19A;
|
|
303
|
+
--triplex-next-ListMaster-Background-1-17-0: #FFFFFF;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Background-1-17-0: #DCDFE4;
|
|
305
|
+
--triplex-next-ListMaster-Footer_Color-1-17-0: #EAEDF1;
|
|
306
|
+
--triplex-next-ListMaster-Header_Background-1-17-0: #DCDFE4;
|
|
307
|
+
--triplex-next-ListMaster-Header_Color-1-17-0: #EAEDF1;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Brand-1-17-0: #21A19A;
|
|
309
|
+
--triplex-next-Loader-Element_Background_Neutral-1-17-0: rgba(255, 255, 255, 1);
|
|
310
|
+
--triplex-next-Loader-Middle_Background_Default-1-17-0: #EEF0F4;
|
|
311
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-17-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-17-0: rgba(255, 255, 255, .75);
|
|
313
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-17-0: #EEF0F4;
|
|
314
|
+
--triplex-next-Marker-Background_Error-1-17-0: #E60037;
|
|
315
|
+
--triplex-next-Marker-Background_Success-1-17-0: #21A19A;
|
|
316
|
+
--triplex-next-Marker-Background_Waiting-1-17-0: #8291B3;
|
|
317
|
+
--triplex-next-Marker-Background_Warning-1-17-0: #FD6508;
|
|
318
|
+
--triplex-next-MarkerStatus-Description_Color-1-17-0: rgba(0, 0, 0, 0.55);
|
|
319
|
+
--triplex-next-ModalWindow-Background-1-17-0: #EAEDF1;
|
|
320
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-17-0: rgba(79, 79, 82, .5);
|
|
321
|
+
--triplex-next-MultiselectField-Divider_Color-1-17-0: #D6D9E0;
|
|
322
|
+
--triplex-next-Notification-Background-1-17-0: #FFFFFF;
|
|
323
|
+
--triplex-next-Notification-Color-1-17-0: #1F1F22;
|
|
324
|
+
--triplex-next-Notification-TimeColor-1-17-0: rgba(31, 31, 34, 0.65);
|
|
325
|
+
--triplex-next-Notification-Shadow-1-17-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
326
|
+
--triplex-next-Overlay-Background-1-17-0: rgba(255, 255, 255, .8);
|
|
327
|
+
--triplex-next-Overlay-Panel_Background-1-17-0: #FFFFFF;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-17-0: #E3E6EA;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-17-0: #F2F4F7;
|
|
330
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-17-0: #E3E6EA;
|
|
331
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-17-0: #FFD169;
|
|
332
|
+
--triplex-next-Pagination-PageButton_Color-1-17-0: rgba(31, 31, 34, 1);
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Default-1-17-0: #21A19A;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-17-0: #EAEDF1;
|
|
335
|
+
--triplex-next-Radio-Background_Checked_Hover-1-17-0: #007777;
|
|
336
|
+
--triplex-next-Radio-Background_Default-1-17-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Disabled-1-17-0: #F2F4F7;
|
|
338
|
+
--triplex-next-Radio-Background_Hover-1-17-0: #19BDB0;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Default-1-17-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Disabled-1-17-0: 0 0 0 1px #E3E6EA inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Focused-1-17-0: 0 0 0 1px #FFD169 inset;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-17-0: none;
|
|
343
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-17-0: none;
|
|
344
|
+
--triplex-next-Radio-Dot_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
345
|
+
--triplex-next-Radio-Dot_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
346
|
+
--triplex-next-SegmentedControl-General_1_Background-1-17-0: #F2F4F7;
|
|
347
|
+
--triplex-next-SegmentedControl-General_2_Background-1-17-0: #FFFFFF;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-17-0: #F2F4F7;
|
|
349
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-17-0: #FFFFFF;
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-17-0: rgba(255, 255, 255, 1);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-17-0: rgba(255, 255, 255, .25);
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-17-0: #F2F4F7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-17-0: #DFE2E7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-17-0: #F2F4F7;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-17-0: #3B3B3E;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-17-0: #49494C;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-17-0: #343437;
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-17-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-17-0: rgba(255, 255, 255, 1);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-17-0: rgba(255, 255, 255, .25);
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-17-0: #FFFFFF;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-17-0: #EEF0F4;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-17-0: #FFFFFF;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-17-0: #3B3B3E;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-17-0: #49494C;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-17-0: #343437;
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-17-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-17-0: #F2F4F7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-17-0: #DFE2E7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-17-0: #F2F4F7;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-17-0: #FFFFFF;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-17-0: #DFE2E7;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-17-0: #FFFFFF;
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-17-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-17-0: #FFFFFF;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-17-0: #EEF0F4;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-17-0: #FFFFFF;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-17-0: #E3E6EA;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-17-0: #D6D9E0;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-17-0: #F2F4F7;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-17-0: transparent;
|
|
399
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-17-0: #FFD169;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-17-0: #F2F4F7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-17-0: #DFE2E7;
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-17-0: rgba(31, 31, 34, .05);
|
|
403
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-17-0: rgba(31, 31, 34, .15);
|
|
404
|
+
--triplex-next-SmallInput-Background-1-17-0: #F2F4F7;
|
|
405
|
+
--triplex-next-SmallInput-Color-1-17-0: rgba(31, 31, 34, 1);
|
|
406
|
+
--triplex-next-SmallInput-PlaceholderColor-1-17-0: rgba(31, 31, 34, .65);
|
|
407
|
+
--triplex-next-SmallInput-Shadow-1-17-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-17-0: rgba(31, 31, 34, .35);
|
|
409
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-17-0: #008985;
|
|
410
|
+
--triplex-next-SMSField-Refresh_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Default-1-17-0: rgba(31, 31, 34, .15);
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-17-0: #19BDB0;
|
|
413
|
+
--triplex-next-SMSField-Submit_Background_Active-1-17-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Default-1-17-0: #21A19A;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-17-0: #F2F4F7;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Hover-1-17-0: #19BDB0;
|
|
417
|
+
--triplex-next-Slider-Dot_Background_Select-1-17-0: #007777;
|
|
418
|
+
--triplex-next-Slider-Dot_Focus-1-17-0: #FFD169;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background-1-17-0: #FFFFFF;
|
|
420
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-17-0: #DCDFE4;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-17-0: #21A19A;
|
|
423
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-17-0: #E7E9EE;
|
|
424
|
+
--triplex-next-Slider-Rail_Background-1-17-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-17-0: #DCDFE4;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Background-1-17-0: #1B1B1D;
|
|
427
|
+
--triplex-next-Slider-Tooltip_Color-1-17-0: rgba(255, 255, 255, 1);
|
|
428
|
+
--triplex-next-Slider-Track_Background_Default-1-17-0: #21A19A;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Disabled-1-17-0: #E7E9EE;
|
|
430
|
+
--triplex-next-Slider-Track_Background_Hover-1-17-0: #007777;
|
|
431
|
+
--triplex-next-StatusTracker-Draft_Background-1-17-0: rgba(255, 255, 255, .15);
|
|
432
|
+
--triplex-next-StatusTracker-Warning_Background-1-17-0: #FF7A17;
|
|
433
|
+
--triplex-next-StatusTracker-Waiting_Background-1-17-0: #BFCADF;
|
|
434
|
+
--triplex-next-StatusTracker-Rejected_Background-1-17-0: #FF5571;
|
|
435
|
+
--triplex-next-StatusTracker-Approved_Background-1-17-0: #00D67D;
|
|
436
|
+
--triplex-next-StatusTracker-Waiting_Color-1-17-0: #A9B6D0;
|
|
437
|
+
--triplex-next-StatusTracker-Rejected_Color-1-17-0: #FFB1C1;
|
|
438
|
+
--triplex-next-StatusTracker-Approved_Color-1-17-0: #00D67D;
|
|
439
|
+
--triplex-next-StatusTracker-Border_Color-1-17-0: #FFFFFF;
|
|
440
|
+
--triplex-next-Step-Color_Active-1-17-0: #008985;
|
|
441
|
+
--triplex-next-Step-Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
442
|
+
--triplex-next-Step-Color_Disabled-1-17-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Done-1-17-0: #FFFFFF;
|
|
444
|
+
--triplex-next-Step-Color_Error-1-17-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Color_Warning-1-17-0: rgba(255, 255, 255, 1);
|
|
446
|
+
--triplex-next-Step-Background_Active-1-17-0: #E3FFFA;
|
|
447
|
+
--triplex-next-Step-Background_Default-1-17-0: rgba(31, 31, 34, .05);
|
|
448
|
+
--triplex-next-Step-Background_Disabled-1-17-0: rgba(31, 31, 34, .15);
|
|
449
|
+
--triplex-next-Step-Background_Done-1-17-0: #008985;
|
|
450
|
+
--triplex-next-Step-Background_Error-1-17-0: #D10032;
|
|
451
|
+
--triplex-next-Step-Background_Warning-1-17-0: #EF4C01;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Default-1-17-0: #F2F4F7;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Hover-1-17-0: #EAEDF1;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-17-0: #F2F4F7;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error-1-17-0: #FFF0F3;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0: #FCE0E6;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning-1-17-0: #FFF4DB;
|
|
458
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0: #FCEAC7;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-17-0: #FFD169;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-17-0: #E60037;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-17-0: #FD6508;
|
|
462
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-17-0: #21A19A;
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
465
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-17-0: rgba(31, 31, 34, .35);
|
|
466
|
+
--triplex-next-Stepper-ButtonNext_Background-1-17-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-17-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
468
|
+
--triplex-next-Stepper-Background-1-17-0: #FFFFFF;
|
|
469
|
+
--triplex-next-Stepper-Wrapper_Background-1-17-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
470
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-17-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
471
|
+
--triplex-next-TableBasic-Background_Hover-1-17-0: #E3E6EA;
|
|
472
|
+
--triplex-next-TableBasic-Background_Selected-1-17-0: #DCDFE4;
|
|
473
|
+
--triplex-next-TableBasic-Color-1-17-0: rgba(31, 31, 34, 1);
|
|
474
|
+
--triplex-next-TableBasic-Header_Background-1-17-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Background-1-17-0: #E7E9EE;
|
|
476
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-17-0: linear-gradient(transparent, #FFFFFF);
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-17-0: #D6D9E0;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-17-0: #FFFFFF;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-17-0: #EAEDF1;
|
|
480
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-17-0: #FFFFFF;
|
|
481
|
+
--triplex-next-Tabs-Type1_Background-1-17-0: #F2F4F7;
|
|
482
|
+
--triplex-next-Tabs-Type2_Background-1-17-0: #FFFFFF;
|
|
483
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-17-0: #F2F4F7;
|
|
484
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-17-0: #FFFFFF;
|
|
485
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-17-0: #DCDFE4;
|
|
486
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-17-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-17-0: #E3E6EA;
|
|
488
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-17-0: #EEF0F4;
|
|
489
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-17-0: rgba(31, 31, 34, .65);
|
|
491
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-17-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-17-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-17-0: rgba(31, 31, 34, 1);
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-17-0: transparent;
|
|
496
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-17-0: #FFD169;
|
|
497
|
+
--triplex-next-Tag-Background-1-17-0: #DFE2E7;
|
|
498
|
+
--triplex-next-TagColor-Background_Default-1-17-0: #EEF3FC;
|
|
499
|
+
--triplex-next-TagColor-Background_Success-1-17-0: #E3FFFA;
|
|
500
|
+
--triplex-next-TagColor-Background_Info-1-17-0: #E3F6FF;
|
|
501
|
+
--triplex-next-TagColor-Background_Warning-1-17-0: #FFF4DB;
|
|
502
|
+
--triplex-next-TagColor-Background_Error-1-17-0: #FFF0F3;
|
|
503
|
+
--triplex-next-TagColor-Text_Color_Default-1-17-0: rgba(31, 31, 34, .75);
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Active-1-17-0: #21A19A;
|
|
505
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-17-0: #19BDB0;
|
|
506
|
+
--triplex-next-TabsLine-Separator_Color-1-17-0: #D6D9E0;
|
|
507
|
+
--triplex-next-TabsLine-Shadow_Focus-1-17-0: 0 0 0 1px #FFDD64 inset;
|
|
508
|
+
--triplex-next-Tooltip-Background-1-17-0: #1B1B1D;
|
|
509
|
+
--triplex-next-Tooltip-Color-1-17-0: rgba(255, 255, 255, 1);
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-17-0: #008985;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-17-0: #19BDB0;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-17-0: #4BD9CF;
|
|
513
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-17-0: 0 0 0 1px #FFD169;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-17-0: #007777;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-17-0: #008985;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-17-0: #21A19A;
|
|
517
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-17-0: 0 0 0 1px #FFDD64;
|
|
518
|
+
--triplex-next-TopOverlay-Background-1-17-0: rgba(31, 31, 34, .55);
|
|
519
|
+
--triplex-next-Typography-Primary_Color-1-17-0: rgba(31, 31, 34, 1);
|
|
520
|
+
--triplex-next-Typography-Complementary_Color-1-17-0: rgba(31, 31, 34, .85);
|
|
521
|
+
--triplex-next-Typography-Secondary_Color-1-17-0: rgba(31, 31, 34, .65);
|
|
522
|
+
--triplex-next-Typography-Tertiary_Color-1-17-0: rgba(31, 31, 34, .55);
|
|
523
|
+
--triplex-next-Typography-Disabled_Color-1-17-0: rgba(31, 31, 34, .35);
|
|
524
|
+
--triplex-next-Typography-Brand_Color-1-17-0: #008985;
|
|
525
|
+
--triplex-next-Typography-Info_Color-1-17-0: #0E57CC;
|
|
526
|
+
--triplex-next-Typography-Success_Color-1-17-0: #008B5C;
|
|
527
|
+
--triplex-next-Typography-Error_Color-1-17-0: #D10032;
|
|
528
|
+
--triplex-next-Typography-Warning_Color-1-17-0: #EF4C01;
|
|
529
|
+
--triplex-next-Typography-System_Color-1-17-0: #697591;
|
|
530
|
+
--triplex-next-Typography-PrimaryInvert_Color-1-17-0: rgba(255, 255, 255, 1);
|
|
531
|
+
--triplex-next-Typography-ComplementaryInvert_Color-1-17-0: rgba(255, 255, 255, .75);
|
|
532
|
+
--triplex-next-Typography-SecondaryInvert_Color-1-17-0: rgba(255, 255, 255, .55);
|
|
533
|
+
--triplex-next-Typography-TertiaryInvert_Color-1-17-0: rgba(255, 255, 255, .45);
|
|
534
|
+
--triplex-next-Typography-DisabledInvert_Color-1-17-0: rgba(255, 255, 255, .25);
|
|
535
|
+
--triplex-next-Typography-BrandInvert_Color-1-17-0: #19BDB0;
|
|
536
|
+
--triplex-next-Typography-InfoInvert_Color-1-17-0: #1297FE;
|
|
537
|
+
--triplex-next-Typography-SuccessInvert_Color-1-17-0: #00D67D;
|
|
538
|
+
--triplex-next-Typography-ErrorInvert_Color-1-17-0: #F80C45;
|
|
539
|
+
--triplex-next-Typography-WarningInvert_Color-1-17-0: #FF7A17;
|
|
540
|
+
--triplex-next-Typography-SystemInvert_Color-1-17-0: #95A3C1;
|
|
541
|
+
--triplex-next-UploadZone-Background_Default-1-17-0: #F2F4F7;
|
|
542
|
+
--triplex-next-UploadZone-Background_Hover-1-17-0: #EAEDF1;
|
|
543
|
+
--triplex-next-UploadZone-BorderColor_Default-1-17-0: #2D2D30;
|
|
544
|
+
--triplex-next-UploadZone-DragArea_Background-1-17-0: #F2F4F7;
|
|
545
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-17-0: #21A19A;}
|
|
546
|
+
.underline__294f24f0{text-decoration:underline}.strikethrough__5179c6d0{text-decoration:line-through}.underlineStrikethrough__7ccd0b80{text-decoration:underline line-through}.typography__ba17ba2b.primary__1c33c414{color:var(--triplex-next-Typography-Primary_Color-1-17-0)}.typography__ba17ba2b.primaryInvert__aea105d0{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-17-0)}.typography__ba17ba2b.complementary__27692b69{color:var(--triplex-next-Typography-Complementary_Color-1-17-0)}.typography__ba17ba2b.complementaryInvert__d9d78ad4{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-17-0)}.typography__ba17ba2b.secondary__cabab9aa{color:var(--triplex-next-Typography-Secondary_Color-1-17-0)}.typography__ba17ba2b.secondaryInvert__d1140d09{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-17-0)}.typography__ba17ba2b.tertiary__030378db{color:var(--triplex-next-Typography-Tertiary_Color-1-17-0)}.typography__ba17ba2b.tertiaryInvert__ae2c8e07{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-17-0)}.typography__ba17ba2b.disabled__540b069e{color:var(--triplex-next-Typography-Disabled_Color-1-17-0)}.typography__ba17ba2b.disabledInvert__53073074{color:var(--triplex-next-Typography-DisabledInvert_Color-1-17-0)}.typography__ba17ba2b.brand__57fe8a81{color:var(--triplex-next-Typography-Brand_Color-1-17-0);-webkit-user-select:none;user-select:none}.typography__ba17ba2b.brandInvert__4b39acd9{color:var(--triplex-next-Typography-BrandInvert_Color-1-17-0)}.typography__ba17ba2b.info__6fb46db6{color:var(--triplex-next-Typography-Info_Color-1-17-0)}.typography__ba17ba2b.infoInvert__9453f648{color:var(--triplex-next-Typography-InfoInvert_Color-1-17-0)}.typography__ba17ba2b.success__454b7696{color:var(--triplex-next-Typography-Success_Color-1-17-0)}.typography__ba17ba2b.successInvert__0ca2efc9{color:var(--triplex-next-Typography-SuccessInvert_Color-1-17-0)}.typography__ba17ba2b.error__64bdf093{color:var(--triplex-next-Typography-Error_Color-1-17-0)}.typography__ba17ba2b.errorInvert__54069df1{color:var(--triplex-next-Typography-ErrorInvert_Color-1-17-0)}.typography__ba17ba2b.warning__f42363da{color:var(--triplex-next-Typography-Warning_Color-1-17-0)}.typography__ba17ba2b.warningInvert__250f7597{color:var(--triplex-next-Typography-WarningInvert_Color-1-17-0)}.typography__ba17ba2b.system__076b4585{color:var(--triplex-next-Typography-System_Color-1-17-0)}.typography__ba17ba2b.systemInvert__9a2cd579{color:var(--triplex-next-Typography-SystemInvert_Color-1-17-0)}.typography__ba17ba2b.compact__902f17ae{line-height:calc(16 / 14)}.caption__9ad059b1.regular__bdad5684{font-family:SBSansText}.caption__9ad059b1.semibold__84729c4f{font-family:SBSansTextSemibold;font-weight:600}.c1__9af27416{font-size:10px;line-height:12px}.c2__019f46cb{font-size:8px;line-height:10px}.d1__b348b0f2{font-size:32px;line-height:40px}.d1__b348b0f2.regular__bdad5684{font-family:SBSansDisplay}.d1__b348b0f2.semibold__84729c4f{font-family:SBSansDisplaySemibold;font-weight:600}.text__2cae266b{outline:none}.text__2cae266b.regular__bdad5684{font-family:SBSansText}.text__2cae266b.semibold__84729c4f{font-family:SBSansTextSemibold;font-weight:600}.b1__35ffdecb{font-size:18px;line-height:24px}.b2__fee940a3{font-size:16px;line-height:20px}.b3__cf670a16{font-size:14px;line-height:20px}.b3__cf670a16.compact__902f17ae{line-height:16px}.b4__54fbade6{font-size:12px;line-height:16px}.title__e45c3b0f{outline:none}.title__e45c3b0f.regular__bdad5684{font-family:SBSansDisplay;font-weight:400}.title__e45c3b0f.semibold__84729c4f{font-family:SBSansDisplaySemibold;font-weight:600}.title__e45c3b0f.medium__b22a32d1{font-family:SBSansDisplayMedium;font-weight:500}.title__e45c3b0f.bold__c15064bd{font-family:SBSansDisplayBold;font-weight:700}.h1__6678b4c0,.h2__7e325124,.h3__38c67583{margin:0}.h1__6678b4c0{font-size:28px;line-height:36px}.h2__7e325124{font-size:24px;line-height:32px}.h3__38c67583{font-size:20px;line-height:28px}.formFieldInput__9a8c13bb{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-17-0)}.formFieldInput__9a8c13bb:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-17-0)}.formFieldInput__9a8c13bb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-17-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__9a8c13bb:focus{outline:none}.formFieldInput__9a8c13bb:focus::placeholder{opacity:1}.formFieldInput__9a8c13bb:-webkit-autofill{animation-name:autofill-applied-hook__c15a98fb;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__9a8c13bb:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__631be9ee;animation-duration:1ms}.formFieldInput__9a8c13bb.sm__159406fa{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__9a8c13bb.md__7a7f132f{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__9a8c13bb.lg__2beef4b4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__c15a98fb{0%{transform:none}}@keyframes autofill-cancelled-hook__631be9ee{0%{transform:none}}.formField__eeb249da{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__eeb249da.default__1fc86d4a{background:var(--triplex-next-FormField-Background_Default-1-17-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-17-0)}.formField__eeb249da:hover{background:var(--triplex-next-FormField-Background_Hover-1-17-0)}.formField__eeb249da.disabled__f0d34e29{background:var(--triplex-next-FormField-Background_Disabled-1-17-0)}.formField__eeb249da.active__bbf7633c{background:var(--triplex-next-FormField-Background_Active-1-17-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-17-0)}.formField__eeb249da.active__bbf7633c::placeholder{opacity:1}.formField__eeb249da.error__b0552519{background:var(--triplex-next-FormField-Background_Error-1-17-0)}.formField__eeb249da.error__b0552519:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-17-0)}.formField__eeb249da.error__b0552519.active__bbf7633c{background:var(--triplex-next-FormField-Background_Error-1-17-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-17-0)}.formField__eeb249da.warning__e0a93e19{background:var(--triplex-next-FormField-Background_Warning-1-17-0)}.formField__eeb249da.warning__e0a93e19:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-17-0)}.formField__eeb249da.warning__e0a93e19.active__bbf7633c{background:var(--triplex-next-FormField-Background_Warning-1-17-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-17-0)}.formField__eeb249da.sm__159406fa{border-radius:6px}.formField__eeb249da.md__7a7f132f{border-radius:8px}.formField__eeb249da.lg__2beef4b4{border-radius:10px}.formFieldDescription__08896a93{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__08896a93.withCounter__c618e83b{display:flex}.formFieldLabel__8d76f0fd{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__8d76f0fd.size-sm__355740bd{top:6px}.formFieldLabel__8d76f0fd.size-md__5548392b{top:10px}.formFieldLabel__8d76f0fd.size-lg__d8febe83{top:18px}.formFieldLabel__8d76f0fd.size-lg__d8febe83.floating__b508622f{top:10px}.formFieldLabelText__09a3dfc7{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-17-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__355740bd .formFieldLabelText__09a3dfc7{font-size:12px;line-height:16px}.size-md__5548392b .formFieldLabelText__09a3dfc7{font-size:14px;line-height:20px}.size-lg__d8febe83 .formFieldLabelText__09a3dfc7{font-size:16px;line-height:20px}.floating__b508622f .formFieldLabelText__09a3dfc7{font-size:12px;line-height:16px}.floating__b508622f.size-sm__355740bd .formFieldLabelText__09a3dfc7,.floating__b508622f.size-md__5548392b .formFieldLabelText__09a3dfc7{display:none}.disabled__f0d34e29 .formFieldLabelText__09a3dfc7{color:var(--triplex-next-FormField-Label_Color_Disabled-1-17-0)}.formFieldPostfix__8c75f69c{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__2f208393{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__54703cbd{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__f74344e8{position:relative}.formFieldMaskedInputWrapper__f74344e8 .formFieldMaskedInputPlaceholder__7f6a3f1f{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__f74344e8 .formFieldMaskedInputPlaceholder__7f6a3f1f::placeholder{opacity:1}.formFieldMaskedInputWrapper__f74344e8 .formFieldMaskedInputPlaceholder__7f6a3f1f:disabled{visibility:hidden}.formFieldMaskedInputWrapper__f74344e8.size-sm__355740bd{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__f74344e8.size-sm__355740bd .formFieldMaskedInputPlaceholder__7f6a3f1f{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__f74344e8.size-md__5548392b{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__f74344e8.size-md__5548392b .formFieldMaskedInputPlaceholder__7f6a3f1f{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__f74344e8.size-lg__d8febe83{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__f74344e8.size-lg__d8febe83 .formFieldMaskedInputPlaceholder__7f6a3f1f{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__f74344e8 .formFieldMaskedInput__8b2a3017{display:block;position:relative;background:none!important}.dropdownDesktop__5adc3d7e{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-17-0);background-color:var(--triplex-next-Dropdown-Background-1-17-0)}.dropdownDesktop__5adc3d7e.sm__3af8ae9e{border-radius:6px}.dropdownDesktop__5adc3d7e.md__64ee3160{border-radius:8px}.dropdownDesktop__5adc3d7e.lg__07c8d29c{border-radius:10px}.dropdownDesktopOverflowHidden__75c69e5b{overflow:hidden}.notificationIcon__26ec0879{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__98fb29bb{margin:4px;overflow:auto}.dropdownDesktopList__98fb29bb.sm__3af8ae9e{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__98fb29bb.sm__3af8ae9e .dropdownDesktopListItem__c757d321{padding:6px 8px;border-radius:6px}.dropdownDesktopList__98fb29bb.sm__3af8ae9e .dropdownDesktopListLoader__59ddcb4f{margin:0 auto}.dropdownDesktopList__98fb29bb.md__64ee3160{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__98fb29bb.md__64ee3160 .dropdownDesktopListItem__c757d321{padding:7px 8px;border-radius:8px}.dropdownDesktopList__98fb29bb.md__64ee3160 .dropdownDesktopListLoader__59ddcb4f{margin:-2px auto}.dropdownDesktopList__98fb29bb.lg__07c8d29c{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__98fb29bb.lg__07c8d29c .dropdownDesktopListItem__c757d321{padding:14px 8px;border-radius:10px}.dropdownDesktopList__98fb29bb.lg__07c8d29c .dropdownDesktopListLoader__59ddcb4f{margin:-6px auto}.dropdownDesktopListItem__c757d321{color:var(--triplex-next-DropdownList-Color-1-17-0);background:var(--triplex-next-DropdownList-Background_Default-1-17-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__c757d321+.dropdownDesktopListItem__c757d321{margin-top:2px}.dropdownDesktopListItem__c757d321.active__42408c2a{background:var(--triplex-next-DropdownList-Background_Active-1-17-0);cursor:pointer}.dropdownDesktopListItem__c757d321.selected__b24b8e1f{background:var(--triplex-next-DropdownList-Background_Selected-1-17-0);cursor:default}.loaderSmall__72fd6674{display:flex;justify-content:center;align-items:center}.loaderSmall__72fd6674.sm__657e987d{width:16px;height:16px;gap:2px}.loaderSmall__72fd6674.sm__657e987d .dot__42690687{width:4px;height:4px}.loaderSmall__72fd6674.md__d4d41020{width:24px;height:24px;gap:3px}.loaderSmall__72fd6674.md__d4d41020 .dot__42690687{width:6px;height:6px}.loaderSmall__72fd6674.lg__23850470{width:32px;height:32px;gap:4px}.loaderSmall__72fd6674.lg__23850470 .dot__42690687{width:8px;height:8px}.loaderSmall__72fd6674.neutral__1e8d6450 .dot__42690687{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-17-0)}.loaderSmall__72fd6674.brand__d02cd1f6 .dot__42690687{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-17-0)}.loaderSmall__72fd6674 .dot__42690687{border-radius:50%}.loaderSmall__72fd6674 .dot1__e9547f77{animation:dotCycleSmall__fbec46fb .9s infinite}.loaderSmall__72fd6674 .dot2__f1746d35{animation:dotCycleSmall__fbec46fb .9s infinite .15s}.loaderSmall__72fd6674 .dot3__3b0cd6ef{animation:dotCycleSmall__fbec46fb .9s infinite .3s}@keyframes dotCycleSmall__fbec46fb{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__2fbb8305{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-17-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__cc913795{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__cc913795 .dot__42690687{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-17-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__cc913795 .dot1__e9547f77{top:0;left:0;animation:dotCycleMiddle__c4de634a 3s infinite}.loaderMiddleDots__cc913795 .dot2__f1746d35{right:0;top:0;opacity:.7;animation:dotCycleMiddle__c4de634a 3s infinite .74s}.loaderMiddleDots__cc913795 .dot3__3b0cd6ef{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__c4de634a 3s infinite 1.5s}.loaderMiddleDots__cc913795 .dot4__e71e7d88{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__c4de634a 3s infinite 2.25s}.loaderMiddleDots__cc913795 .line__a989330c{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-17-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__16c543a5 3s infinite}@keyframes lineCycle__16c543a5{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__c4de634a{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__a7879d73{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__522a4f51{background:var(--triplex-next-DropdownMobile-Backdrop-1-17-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__522a4f51.closing__8ee1b496{opacity:0}.dropdownMobileBackdrop__522a4f51.opening__72684259,.dropdownMobileBackdrop__522a4f51.opened__02193b7c{opacity:var(--triplex-DropdownMobile-Opacity-1-17-0)}.dropdownMobile__28a27a07{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__28a27a07.closing__8ee1b496{transform:translateY(100%)}.dropdownMobile__28a27a07.opening__72684259,.dropdownMobile__28a27a07.opened__02193b7c{transform:translateY(0)}.dropdownMobileHeader__2c3de550{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-17-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__2c3de550 .dropdownMobileHeaderContent__e38c0618{margin-right:28px;min-height:20px}.dropdownMobileContent__d5a13532{background:var(--triplex-next-DropdownMobile-Content_Background-1-17-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__4980851a{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-17-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-17-0);flex-shrink:1}.dropdownMobileListItem__49b2a6ad{padding:16px}.dropdownMobileListItem__49b2a6ad.selected__b24b8e1f{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-17-0)}.dropdownMobileListItem__49b2a6ad:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-17-0)}.dropdownMobileListLoader__f398200b{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c46aab68{overflow:hidden}.controlButtons__8f5717f5{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__ee1f694c{margin-right:8px}.notificationIcon__8257916a{position:absolute;right:4px;top:4px}.buttonIcon__515a111d{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__515a111d:enabled{cursor:pointer}.buttonIcon__515a111d.circle__9b9a5404{border-radius:50%}.buttonIcon__515a111d.squircle__aa35cd6e{border-radius:4px}.buttonIcon__515a111d:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-17-0)}.dropdownMobileInput__35b1f0d0{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-17-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__35b1f0d0::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-17-0);opacity:1}.dropdownMobileInput__35b1f0d0::-ms-clear{display:none}.tabsLineWrapper__47d84907[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__47d84907[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__47d84907[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__47d84907[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__47d84907{position:relative}.tabsLineWrapper__47d84907.withSeparator__4793f5e0:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-17-0);bottom:0;left:0;right:0}.tabsLine__e4a77790{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__e4a77790:has(.sm__f6faa1a2){height:28px}.tabsLine__e4a77790:has(.md__74b40fd7){height:40px}.tabsLine__e4a77790:has(.lg__7e3729a1){height:56px}.tab__9e5c427d{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__9e5c427d.sm__f6faa1a2{height:28px;padding-bottom:12px}.tab__9e5c427d.md__74b40fd7{height:40px;padding-top:8px;padding-bottom:12px}.tab__9e5c427d.lg__7e3729a1{height:56px;padding-top:16px;padding-bottom:20px}.tab__9e5c427d::-moz-focus-inner{border:none;padding:0}.tab__9e5c427d:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-17-0)}.tab__9e5c427d.active__defe9eb9{cursor:default}.tab__9e5c427d: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__9e5c427d:hover:after,.tab__9e5c427d:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-17-0)}.tab__9e5c427d.active__defe9eb9:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-17-0)}.notificationIcon__168d0ed0{position:absolute;right:6px}.sm__f6faa1a2 .notificationIcon__168d0ed0{top:0}.md__74b40fd7 .notificationIcon__168d0ed0{top:8px}.lg__7e3729a1 .notificationIcon__168d0ed0{top:16px}.tabsLineDropdown__55e8b3cd{display:inline-block}.tabsLineDropdown__55e8b3cd .dropdownTarget__4a1c0837.active__defe9eb9{cursor:pointer}.tabsLineDropdown__55e8b3cd .dropdownTargetInner__83e21208{display:inline-flex;align-items:center}.tabsLineDropdown__55e8b3cd .dropdownTargetCaret__72542fd9{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__55e8b3cd .dropdownTargetCaret__72542fd9.opened__70c90563{transform:rotate(-180deg)}.tabsLineDropdown__55e8b3cd .dropdown__bfd05a35{right:0;padding:4px}.tabsLineMobileWrapper__e6d305ef{position:relative}.tabsLineMobileWrapper__e6d305ef .tab__9e5c427d{flex-shrink:0}.tabsLineMobileWrapper__e6d305ef .tab__9e5c427d:first-child{margin-left:16px}.tabsLineMobileWrapper__e6d305ef .tab__9e5c427d:last-child{margin-right:16px}.tabsLineMobile__1746add1{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__1746add1::-webkit-scrollbar{display:none}.label__f5f9ef65{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__f5f9ef65.sm__9845962a{min-width:16px;min-height:16px}.label__f5f9ef65.sm__9845962a.nonempty__50b159b8{padding:2px 0 2px 24px}.label__f5f9ef65.md__2dcd9596{min-height:24px;min-width:24px}.label__f5f9ef65.md__2dcd9596.nonempty__50b159b8{padding-left:32px;padding-top:2px}.label__f5f9ef65.lg__4e259235{min-width:28px;min-height:28px}.label__f5f9ef65.lg__4e259235.nonempty__50b159b8{padding-left:40px;padding-top:4px}.label__f5f9ef65.disabled__1b4a4556{cursor:default}.radio__6fdcdee5{margin:0;opacity:0}.radioIcon__eae5f620{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-17-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-17-0)}.radioIcon__eae5f620:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-17-0);border-radius:50%;transform:scale(0)}.sm__9845962a .radioIcon__eae5f620:after{width:8px;height:8px;top:4px;left:4px}.md__2dcd9596 .radioIcon__eae5f620:after{width:12px;height:12px;top:6px;left:6px}.lg__4e259235 .radioIcon__eae5f620:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__eae5f620,.radioIcon__eae5f620:after{pointer-events:none}.radio__6fdcdee5,.radioIcon__eae5f620{position:absolute;left:0;top:0}.sm__9845962a .radio__6fdcdee5,.sm__9845962a .radioIcon__eae5f620{width:16px;height:16px;top:2px}.md__2dcd9596 .radio__6fdcdee5,.md__2dcd9596 .radioIcon__eae5f620{width:24px;height:24px}.lg__4e259235 .radio__6fdcdee5,.lg__4e259235 .radioIcon__eae5f620{width:28px;height:28px}.radio__6fdcdee5:enabled{cursor:pointer}.radio__6fdcdee5:checked+.radioIcon__eae5f620{background:var(--triplex-next-Radio-Background_Checked_Default-1-17-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-17-0)}.radio__6fdcdee5:checked+.radioIcon__eae5f620:after{transform:scale(1);transition:transform .2s ease-out}.radio__6fdcdee5:hover+.radioIcon__eae5f620{background-color:var(--triplex-next-Radio-Background_Hover-1-17-0);box-shadow:none}.radio__6fdcdee5:disabled+.radioIcon__eae5f620{background:var(--triplex-next-Radio-Background_Disabled-1-17-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-17-0)}.radio__6fdcdee5:disabled:checked+.radioIcon__eae5f620{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-17-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-17-0)}.radio__6fdcdee5:disabled+.radioIcon__eae5f620:after{background:var(--triplex-next-Radio-Dot_Disabled-1-17-0)}.radio__6fdcdee5:focus-visible+.radioIcon__eae5f620{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-17-0)}.radio__6fdcdee5:checked:enabled:hover+.radioIcon__eae5f620{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-17-0)}.radioXGroup__6f047420{display:inline-flex;flex-flow:row wrap}.radioXGroup__6f047420.indent-12__f97ea213{margin-left:-6px;margin-right:-6px}.radioXGroup__6f047420.indent-12__f97ea213 .label__f5f9ef65{margin-left:6px;margin-right:6px}.radioXGroup__6f047420.indent-16__32c7fb93{margin-left:-8px;margin-right:-8px}.radioXGroup__6f047420.indent-16__32c7fb93 .label__f5f9ef65{margin-left:8px;margin-right:8px}.radioXGroup__6f047420.indent-20__c9ee6d7b{margin-left:-10px;margin-right:-10px}.radioXGroup__6f047420.indent-20__c9ee6d7b .label__f5f9ef65{margin-left:10px;margin-right:10px}.radioXGroup__6f047420.indent-24__76129da5{margin-left:-12px;margin-right:-12px}.radioXGroup__6f047420.indent-24__76129da5 .label__f5f9ef65{margin-left:12px;margin-right:12px}.radioXGroup__6f047420.indent-28__d8aa2641{margin-left:-14px;margin-right:-14px}.radioXGroup__6f047420.indent-28__d8aa2641 .label__f5f9ef65{margin-left:14px;margin-right:14px}.radioXGroup__6f047420.indent-32__99f64088{margin-left:-16px;margin-right:-16px}.radioXGroup__6f047420.indent-32__99f64088 .label__f5f9ef65{margin-left:16px;margin-right:16px}.radioYGroup__f56a6930{display:inline-flex;flex-flow:column wrap}.radioYGroup__f56a6930 .label__f5f9ef65.sm__9845962a+.label__f5f9ef65.sm__9845962a{margin-top:8px}.radioYGroup__f56a6930 .label__f5f9ef65.md__2dcd9596+.label__f5f9ef65.md__2dcd9596{margin-top:16px}.radioYGroup__f56a6930 .label__f5f9ef65.lg__4e259235+.label__f5f9ef65.lg__4e259235{margin-top:20px}.notification__882b7245{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-17-0);background:var(--triplex-next-Notification-Background-1-17-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-17-0);z-index:300}.notification__882b7245:first-child{margin-top:0}.notification__882b7245.extraBottomPadding__52169b95{padding-bottom:24px}.notification__882b7245 .notificationHeader__f59a67e6{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-17-0);width:100%;margin-top:0;margin-bottom:8px}.notification__882b7245 .notificationIcon__38f08041{line-height:0}.notification__882b7245 .notificationBody__b999f385{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__882b7245 .notificationBodyList__1984ab40{margin-top:8px}.notification__882b7245 .notificationBodyContent__2d4ffd15{width:100%;font-size:14px}.notification__882b7245 .notificationClose__be42266b{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__882b7245.showCloseOnHover__f63fbc72 .notificationClose__be42266b{opacity:0}.notification__882b7245.showCloseOnHover__f63fbc72:hover{cursor:pointer}.notification__882b7245.showCloseOnHover__f63fbc72:hover .notificationClose__be42266b{opacity:1}.notification__882b7245 .notificationFooter__dd7472c7{display:flex;align-items:center;margin-top:16px}.notification__882b7245 .notificationFooter__dd7472c7 button+a{margin-left:16px}.notification__882b7245 .notificationTime__fb260d4f{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-17-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__b64d4b61{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__b64d4b61:hover{cursor:pointer}.notificationGroupedWrapper__b64d4b61 .notificationGroupedFooterItem__30613bca{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-17-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-17-0)}.notificationGroupedWrapper__b64d4b61 .notificationGroupedFooterItem__30613bca.first__2ff07c9f{bottom:-8px;z-index:200}.notificationGroupedWrapper__b64d4b61 .notificationGroupedFooterItem__30613bca.second__d88376b2{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__882b7245,.notificationGroupedWrapper__b64d4b61{width:100%}}.unorderedListItem__bfff8042:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__bfff8042+.unorderedListItem__bfff8042{margin-top:8px}.unorderedList__e9aabe5a{position:relative;margin:0;padding-left:14px;list-style:none}.button__9ba53f4c.general__b92a973e{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-17-0);color:var(--triplex-next-Button-General_Color_Default-1-17-0)}.button__9ba53f4c.general__b92a973e:hover{background:var(--triplex-next-Button-General_Background_Hover-1-17-0);color:var(--triplex-next-Button-General_Color_Hover-1-17-0)}.button__9ba53f4c.general__b92a973e.expanded__7400b4c7,.button__9ba53f4c.general__b92a973e:active{background:var(--triplex-next-Button-General_Background_Active-1-17-0);color:var(--triplex-next-Button-General_Color_Active-1-17-0)}.button__9ba53f4c.general__b92a973e:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-17-0)}.button__9ba53f4c.general__b92a973e:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-17-0);color:var(--triplex-next-Button-General_Color_Disabled-1-17-0)}.button__9ba53f4c.secondary__6bce5978{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-17-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-17-0)}.button__9ba53f4c.secondary__6bce5978:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-17-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-17-0)}.button__9ba53f4c.secondary__6bce5978.expanded__7400b4c7,.button__9ba53f4c.secondary__6bce5978:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-17-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-17-0)}.button__9ba53f4c.secondary__6bce5978:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-17-0)}.button__9ba53f4c.secondary__6bce5978:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-17-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-17-0)}.button__9ba53f4c.secondaryLight__b854fecb{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-17-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-17-0)}.button__9ba53f4c.secondaryLight__b854fecb:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-17-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-17-0)}.button__9ba53f4c.secondaryLight__b854fecb.expanded__7400b4c7,.button__9ba53f4c.secondaryLight__b854fecb:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-17-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-17-0)}.button__9ba53f4c.secondaryLight__b854fecb:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-17-0)}.button__9ba53f4c.secondaryLight__b854fecb:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-17-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-17-0)}.button__9ba53f4c.danger__c9b674ef{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-17-0);color:var(--triplex-next-Button-Danger_Color_Default-1-17-0)}.button__9ba53f4c.danger__c9b674ef:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-17-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-17-0)}.button__9ba53f4c.danger__c9b674ef.expanded__7400b4c7,.button__9ba53f4c.danger__c9b674ef:active{background:var(--triplex-next-Button-Danger_Background_Active-1-17-0);color:var(--triplex-next-Button-Danger_Color_Active-1-17-0)}.button__9ba53f4c.danger__c9b674ef:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-17-0)}.button__9ba53f4c.danger__c9b674ef:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-17-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-17-0)}.button__9ba53f4c.link__17cf38fb{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-17-0);padding:0}.button__9ba53f4c.link__17cf38fb.sm__dbe98fbc{height:28px;min-width:0px;padding:6px 2px}.button__9ba53f4c.link__17cf38fb.md__7828f46f{height:40px;min-width:0px;padding:10px 2px}.button__9ba53f4c.link__17cf38fb.lg__13da0134{height:56px;min-width:0px;padding:18px 2px}.button__9ba53f4c.link__17cf38fb:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-17-0)}.button__9ba53f4c.link__17cf38fb.expanded__7400b4c7,.button__9ba53f4c.link__17cf38fb:active{color:var(--triplex-next-Button-Link_Color_Active-1-17-0)}.button__9ba53f4c.link__17cf38fb:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-17-0)}.button__9ba53f4c.link__17cf38fb:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-17-0)}.button__9ba53f4c{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__9ba53f4c::-moz-focus-inner{border:none;padding:0}.button__9ba53f4c.sm__dbe98fbc{line-height:16px;font-size:12px}.button__9ba53f4c.sm__dbe98fbc.general__b92a973e,.button__9ba53f4c.sm__dbe98fbc.secondary__6bce5978,.button__9ba53f4c.sm__dbe98fbc.secondaryLight__b854fecb,.button__9ba53f4c.sm__dbe98fbc.danger__c9b674ef{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__9ba53f4c.sm__dbe98fbc.icon__85f6e1c8{min-height:28px;min-width:28px;padding:0 4px}.button__9ba53f4c.md__7828f46f{line-height:20px;font-size:14px}.button__9ba53f4c.md__7828f46f.general__b92a973e,.button__9ba53f4c.md__7828f46f.secondary__6bce5978,.button__9ba53f4c.md__7828f46f.secondaryLight__b854fecb,.button__9ba53f4c.md__7828f46f.danger__c9b674ef{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__9ba53f4c.md__7828f46f.icon__85f6e1c8{min-height:40px;min-width:40px;padding:0 10px}.button__9ba53f4c.lg__13da0134{line-height:20px;font-size:16px}.button__9ba53f4c.lg__13da0134.general__b92a973e,.button__9ba53f4c.lg__13da0134.secondary__6bce5978,.button__9ba53f4c.lg__13da0134.secondaryLight__b854fecb,.button__9ba53f4c.lg__13da0134.danger__c9b674ef{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__9ba53f4c.lg__13da0134.icon__85f6e1c8{min-height:56px;min-width:56px;padding:0 12px}.button__9ba53f4c:disabled{cursor:default}.button__9ba53f4c:disabled *{pointer-events:none}.button__9ba53f4c+.button__9ba53f4c:not(.block__7a933673){margin-left:12px}.button__9ba53f4c .content__f991ab72{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__9ba53f4c.block__7a933673{display:block;width:100%}.button__9ba53f4c.loading__ebeb67d0{pointer-events:none}.button__9ba53f4c.loading__ebeb67d0 .content__f991ab72{visibility:hidden}.button__9ba53f4c .loader__e10ade0a{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__9ba53f4c .loader__e10ade0a.hidden__7b63916c{visibility:hidden}.buttonDropdownExtended__e9055418{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__e9055418 .buttonDropdownExtendedBlock__bb6e9c55{padding:4px;margin-top:4px;right:0}.buttonDropdown__569ec2b7.block__7a933673{display:block}.buttonDropdown__569ec2b7+.button__9ba53f4c:not(.block__7a933673),.buttonDropdown__569ec2b7+.buttonDropdown__569ec2b7:not(.block__7a933673){margin-left:16px}.buttonDropdown__569ec2b7 .buttonDropdownTarget__ebfbf0f3 .caretIcon__b6998e11{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__569ec2b7 .buttonDropdownTarget__ebfbf0f3.active__05fa0195 .caretIcon__b6998e11{transform:rotate(-180deg)}.buttonDropdown__569ec2b7 .buttonDropdownMenuItem__4255fa86{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__b46b624c{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__6393d773{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__975d7921{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__1e12293b{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-17-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__64f8dc0a{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__64f8dc0a .modalWindowContentWrapper__2ce790fd{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__b46b624c .6s ease}.modalWindow__64f8dc0a .modalWindowContent__07c31a65{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__64f8dc0a .modalWindowContent__07c31a65 .modalWindowBody__348fae56{box-sizing:border-box;animation:fadeIn__45ef585a .3s ease}@keyframes fadeIn__45ef585a{0%{opacity:0}to{opacity:1}}.modalWindow__64f8dc0a .modalWindowContent__07c31a65 .spinnerSm__90a5b470{display:none}@media (max-width: 767px){.modalWindow__64f8dc0a .modalWindowContent__07c31a65 .spinner__15b74c66{display:none}.modalWindow__64f8dc0a .modalWindowContent__07c31a65 .spinnerSm__90a5b470{display:flex}}.global-modalWindowTransition-exit .modalWindow__64f8dc0a .modalWindowContentWrapper__2ce790fd{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__6393d773 .3s ease}.global-modalWindowTransition-exit .modalWindow__64f8dc0a .modalWindowContentWrapper__2ce790fd .modalWindowBody__348fae56{animation:fadeOut__ac049672 .3s ease}@keyframes fadeOut__ac049672{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__a861b9b5{position:absolute;left:0;right:0;height:0}.modalWindow__64f8dc0a.sm__51eb01d1 .modalWindowContentWrapper__2ce790fd{max-width:480px}.modalWindow__64f8dc0a.sm__51eb01d1 .modalWindowContent__07c31a65 .modalWindowBody__348fae56{min-height:196px}@media (max-width: 575px){.modalWindow__64f8dc0a.sm__51eb01d1 .modalWindowContentWrapper__2ce790fd{max-width:100%}}.modalWindow__64f8dc0a.md__b6d72570 .modalWindowContentWrapper__2ce790fd{max-width:600px}.modalWindow__64f8dc0a.md__b6d72570 .modalWindowContent__07c31a65 .modalWindowBody__348fae56{min-height:246px}@media (max-width: 767px){.modalWindow__64f8dc0a.md__b6d72570 .modalWindowContentWrapper__2ce790fd{max-width:100%}}.modalWindow__64f8dc0a.lg__6d3ba650 .modalWindowContentWrapper__2ce790fd{max-width:800px}.modalWindow__64f8dc0a.lg__6d3ba650 .modalWindowContent__07c31a65 .modalWindowBody__348fae56{min-height:396px}@media (max-width: 991px){.modalWindow__64f8dc0a.lg__6d3ba650 .modalWindowContentWrapper__2ce790fd{max-width:100%}}.modalWindowContentPage__64c1c97c{background:var(--triplex-next-ModalWindow-Background-1-17-0);padding:8px!important}.modalWindowContentPage__64c1c97c,.modalWindowLoaderScreen__b2fd8571{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__64c1c97c,.modalWindowLoaderScreen__b2fd8571{border-radius:24px}}.islandBody__20526c66{display:block}.islandHeader__f334825d,.islandFooter__9c7e90fb,.island__685a8bd9{position:relative}.island__685a8bd9.type1__76eb0f6e{background-color:var(--triplex-next-Island-Type1_Background-1-17-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-17-0)}.island__685a8bd9.type2__2db99a10{background-color:var(--triplex-next-Island-Type2_Background-1-17-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-17-0)}.island__685a8bd9.type3__24607528{background-color:var(--triplex-next-Island-Type3_Background-1-17-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-17-0)}.island__685a8bd9.sm__2dd9903d{border-radius:16px;padding:16px}.island__685a8bd9.sm__2dd9903d .islandHeader__f334825d+.islandBody__20526c66,.island__685a8bd9.sm__2dd9903d .islandHeader__f334825d+.islandFooter__9c7e90fb,.island__685a8bd9.sm__2dd9903d .islandBody__20526c66+.islandFooter__9c7e90fb{margin-top:8px}.island__685a8bd9.md__c4d6fac2{border-radius:24px;padding:24px}.island__685a8bd9.md__c4d6fac2 .islandHeader__f334825d+.islandBody__20526c66,.island__685a8bd9.md__c4d6fac2 .islandHeader__f334825d+.islandFooter__9c7e90fb,.island__685a8bd9.md__c4d6fac2 .islandBody__20526c66+.islandFooter__9c7e90fb{margin-top:12px}.island__685a8bd9.lg__3b12bdf3{border-radius:32px;padding:32px}.island__685a8bd9.lg__3b12bdf3 .islandHeader__f334825d+.islandBody__20526c66,.island__685a8bd9.lg__3b12bdf3 .islandHeader__f334825d+.islandFooter__9c7e90fb,.island__685a8bd9.lg__3b12bdf3 .islandBody__20526c66+.islandFooter__9c7e90fb{margin-top:16px}@media (max-width: 767px){.island__685a8bd9.sm__2dd9903d,.island__685a8bd9.md__c4d6fac2{border-radius:16px;padding:16px}.island__685a8bd9.lg__3b12bdf3{border-radius:24px;padding:24px}}.modalWindowBody__348fae56{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__0817bbe5{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__0817bbe5{top:20px;right:20px}}.loaderScreen__24a91afa{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__24a91afa.loaderSmallBackdrop__888bc3f7{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-17-0)}.loaderScreen__24a91afa.loaderMiddleBackdrop__fdf6c9d3{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-17-0)}.body__99307489{position:relative;display:flex}.body__99307489 .bodyInner__ae697126{position:relative;flex-grow:1;width:100%}.bodyPage__4f193fac{flex-grow:1}.verticalMargin24__a816d8b0{margin-top:24px;margin-bottom:24px}.verticalMargin16__7f6008c8{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__a816d8b0{margin-top:16px;margin-bottom:16px}.verticalMargin16__7f6008c8{margin-top:8px;margin-bottom:8px}}.headerTabs__0d98b385{display:flex;justify-content:space-between}.headerTabs__0d98b385 .headerTabsContent__1739e48a{flex-grow:1}.headerTabs__0d98b385 .headerTabsControls__ebb79aa4{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__0d98b385{flex-wrap:wrap}.headerTabs__0d98b385 .headerTabsContent__1739e48a{width:100%}.headerTabs__0d98b385 .headerTabsControls__ebb79aa4{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__0d98b385 .headerTabsControls__ebb79aa4>button{margin-left:16px;margin-top:16px}}.headerTitle__363b6d9b{display:flex;justify-content:space-between}.headerTitle__363b6d9b .headerTitleControls__6bce211f{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__eb70c27a+.headerTitle__363b6d9b{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__363b6d9b{flex-wrap:wrap}.headerTitle__363b6d9b .headerTitleContent__b6b925ac{width:100%}.headerTitle__363b6d9b .headerTitleControls__6bce211f{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__363b6d9b .headerTitleControls__6bce211f>button{margin-left:16px;margin-top:16px}}.headerSubheader__8e5d32d4{padding:24px 0}.headerSubheader__8e5d32d4.withoutPaddings__ca674749{padding:0}.headerLayoutSidebar__8b727ed9{display:flex;justify-content:space-between}.headerLayoutSidebarContent__3412c782{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__6076a9ea{display:none}}.page__faa74792{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__faa74792{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__9b041eaa.sticky__e1810aa9{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__9b041eaa.sticky__e1810aa9[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-17-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a3e3380f.sticky__e1810aa9{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__a3e3380f.sticky__e1810aa9[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-17-0)!important}.footerDescription__6ccabd86{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__5e9b23bc{flex-grow:1;margin-right:auto}.footerDescriptionControls__27a9c20d{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__6ccabd86{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__5e9b23bc{width:100%}.footerDescriptionControls__27a9c20d{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__27a9c20d>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__5e9b23bc+.footerDescriptionControls__27a9c20d{margin-top:0}.footer__352fd5b4{padding:16px 0}}.modalWindowHeader__307e49fe .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__307e49fe .global-HeaderTitleContent{padding-right:72px}}.list__f8bc398e{margin:0;padding:0;list-style:none;position:relative}.listItemControls__82f4bb9d{display:flex;padding:0 16px 0 4px}.listItemContent__468ea1b4{background:var(--triplex-next-ListItem-Background-1-17-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__468ea1b4.selected__9ebcfbf5{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-17-0)}.listItemControlsButton__e7910490{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-17-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__e7910490:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-17-0)}.listItemControlsButton__e7910490:hover .listItemControlsButtonLabel__bbc49980{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-17-0)!important}.listItemControlsButton__e7910490.expanded__06750114,.listItemControlsButton__e7910490:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-17-0)}.listItemControlsButton__e7910490.expanded__06750114 .listItemControlsButtonLabel__bbc49980,.listItemControlsButton__e7910490:active .listItemControlsButtonLabel__bbc49980{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-17-0)!important}.listItemControlsButton__e7910490+.listItemControlsButton__e7910490,.listItemControlsButton__e7910490+.listItemControlsButtonDropdown__a60ea18e{margin-left:4px}.listItemControlsButtonIcon__dbe48256{line-height:0}.listItemControlsButton__e7910490.withText__4353a262 .listItemControlsButtonIcon__dbe48256{margin-bottom:8px}.listItemControlsButtonLabel__bbc49980{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-17-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__a60ea18e{display:flex}.listItemControlsButtonInner__642b75e4{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e7910490.withIcon__c570cf49.withText__4353a262 .listItemControlsButtonInner__642b75e4{height:44px;overflow:visible}.buttonDropdownMenuItem__44a01267{overflow:hidden;text-overflow:ellipsis}.listEmptyState__77fde6e3{padding:64px 16px 16px;text-align:center}.listItemLoading__dd70eb99{height:24px;padding:12px 0;position:relative}.label__b5c4d372{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b5c4d372.sm__89703dc6{min-width:16px;min-height:16px}.label__b5c4d372.sm__89703dc6.nonempty__9867ee72{padding:2px 0 2px 24px}.label__b5c4d372.md__31b2a773{min-width:24px;min-height:24px}.label__b5c4d372.md__31b2a773.nonempty__9867ee72{padding-left:32px;padding-top:2px}.label__b5c4d372.lg__4b394d63{min-width:28px;min-height:28px}.label__b5c4d372.lg__4b394d63.nonempty__9867ee72{padding-left:40px;padding-top:4px}.label__b5c4d372.disabled__fe683e6f{cursor:default}.label__b5c4d372[hidden]{display:none}.checkbox__0a9aaf76{margin:0;opacity:0}.checkboxIcon__3814db56{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-17-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-17-0)}.sm__89703dc6 .checkboxIcon__3814db56{border-radius:4px}.checkmarkIcon__eeb483e5{transform:scale(0)}.checkmarkIcon__eeb483e5 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-17-0)}.checkboxIcon__3814db56,.checkmarkIcon__eeb483e5{pointer-events:none}.checkbox__0a9aaf76,.checkboxIcon__3814db56,.checkmarkIcon__eeb483e5{position:absolute;left:0;top:0}.sm__89703dc6 .checkbox__0a9aaf76,.sm__89703dc6 .checkboxIcon__3814db56,.sm__89703dc6 .checkmarkIcon__eeb483e5{width:16px;height:16px;top:2px}.md__31b2a773 .checkbox__0a9aaf76,.md__31b2a773 .checkboxIcon__3814db56,.md__31b2a773 .checkmarkIcon__eeb483e5{width:24px;height:24px}.lg__4b394d63 .checkbox__0a9aaf76,.lg__4b394d63 .checkboxIcon__3814db56,.lg__4b394d63 .checkmarkIcon__eeb483e5{width:28px;height:28px}.checkbox__0a9aaf76:enabled{cursor:pointer}.checkbox__0a9aaf76:enabled:hover+.checkboxIcon__3814db56{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-17-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-17-0)}.checkbox__0a9aaf76:checked+.checkboxIcon__3814db56{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-17-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-17-0)}.checkbox__0a9aaf76:checked~.checkmarkIcon__eeb483e5{transform:scale(1);transition:transform .2s ease-out}.checkbox__0a9aaf76:disabled+.checkboxIcon__3814db56{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-17-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-17-0)}.checkbox__0a9aaf76:disabled:checked+.checkboxIcon__3814db56{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-17-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-17-0)}.checkbox__0a9aaf76:disabled~.checkmarkIcon__eeb483e5 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-17-0)}.checkbox__0a9aaf76:focus-visible+.checkboxIcon__3814db56{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-17-0)}.checkbox__0a9aaf76:checked:enabled:hover+.checkboxIcon__3814db56{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-17-0)}.listItemSelectable__559d73e4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-17-0);border-radius:8px}.listItemSelectable__559d73e4.selected__9ebcfbf5{background:var(--triplex-next-ListItem-Background_Selected-1-17-0)}.checkboxWrapper__976e0840{padding:16px;line-height:0}.childrenWrapper__533af917{flex-grow:1}.checkboxLabel__151c1ce5{padding:0!important;position:relative}.checkboxLabelClickArea__6a600f1c{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__39ba4b48{position:relative;overflow:hidden}.swipeableArea__39ba4b48 .content__8f46c2bb{position:relative;touch-action:pan-y}.swipeableArea__39ba4b48 .content__8f46c2bb.disableScroll__460204fc{touch-action:none}.swipeableArea__39ba4b48 .content__8f46c2bb.disablePointerEvents__4dac9f77:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__39ba4b48 .swipeAnimationFinish__ded8dfcf{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__39ba4b48 .leftContent__c9490a51,.swipeableArea__39ba4b48 .rightContent__13af57f5{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__39ba4b48 .rightContent__13af57f5{left:auto;right:0}.listItemTail__d1121228{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__e04afc03{background:var(--triplex-next-ListMaster-Background-1-17-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__4bd1c1ea{position:absolute;top:0;left:0;right:0}.listItemTailTop__4bd1c1ea:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-17-0)}.listItemTailTop__4bd1c1ea:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-17-0)}.listItemTailBottom__52cbbb28{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__52cbbb28:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-17-0)}.listItemTailBottom__52cbbb28:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-17-0)}.listItemTailRight__293bc6b8{right:-8px}.listItemTailLeft__c55509e9{left:-8px}.listItemTable__9050407f{margin-bottom:4px}.listItemTable__9050407f:last-child{margin-bottom:0}.listSortableItemTarget__2d3bdeaa{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-17-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__2d3bdeaa:hover{background:var(--triplex-next-ListItem-Background_Selected-1-17-0)}.listSortableItemTarget__2d3bdeaa.dragging__1eb29c38{background:var(--triplex-next-ListItem-Background_Dragging-1-17-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-17-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__9ed3f2a0{flex:1}.listSortableItemTargetIcon__fbf629d9{display:block;margin-left:24px}.listSortableItem__23b73c82{position:relative}.listSortableItem__23b73c82.dragging__1eb29c38{z-index:1}.listSortableItemControls__87bb3529{display:inline-block}.islandWidgetHeader__074df7d8{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__074df7d8 .islandWidgetHeaderContent__eb3c7270{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__074df7d8 .islandWidgetHeaderDescription__653bf8ac{display:flex}.islandWidgetHeader__074df7d8 .caretWrapper__eda70009{position:absolute;top:20px;right:16px}.islandWidgetHeader__074df7d8 .caretIcon__94d0f30d{transition:transform .3s ease-in-out}.islandWidgetHeader__074df7d8.open__d8a393d6 .caretWrapper__eda70009 .caretIcon__94d0f30d{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__074df7d8{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__09f56348{padding-top:16px}.islandWidgetFooter__4443e4a0{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__7135dff9{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__3c9b7115{margin-left:auto;white-space:nowrap}.expandAnimation__aaeb7765{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__be92c527{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-17-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__be92c527{border-radius:0 0 16px 16px}}.islandWidget__e2daacb9{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__e2daacb9>*{height:100%}.islandWidgetWithExtraFooter__31d45c15:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-17-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__5a0ac25d{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__4e6312fd{display:flex;flex-direction:column}.formFieldClear__ee20add1{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__ee20add1.hidden__a846d5e4{opacity:0;pointer-events:none}.formFieldTarget__c8f40561{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-17-0);overflow:hidden;white-space:nowrap}.formFieldTarget__c8f40561.placeholder__c91a4296{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-17-0)}.formFieldTarget__c8f40561.disabled__f0d34e29{color:var(--triplex-next-FormField-Target_Color_Disabled-1-17-0)}.formFieldTarget__c8f40561.size-sm__355740bd{font-size:12px;height:28px;line-height:16px}.formFieldTarget__c8f40561.size-md__5548392b{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__c8f40561.size-lg__d8febe83{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__c8f40561 .placeholderWrapper__bffb098b{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__c8f40561:focus{outline:none}.formFieldTarget__c8f40561:focus .placeholderWrapper__bffb098b{opacity:1}.formFieldTextarea__403597b9{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-17-0);vertical-align:top;font-family:inherit}.formFieldTextarea__403597b9.sm__159406fa{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__403597b9.md__7a7f132f{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__403597b9.lg__2beef4b4{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__403597b9::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-17-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__403597b9:focus{outline:none}.formFieldTextarea__403597b9:focus::placeholder{opacity:1}.formFieldTextarea__403597b9:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-17-0)}.chipGroupItem__a145769e{display:inline-block}.chip__5382243d{background:var(--triplex-next-Chip-Background_Default-1-17-0);color:var(--triplex-next-Chip-Color_Default-1-17-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__5382243d.lg__6eeb86fb{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__5382243d.lg__6eeb86fb .prefix__fe901363{padding-left:16px}.chip__5382243d.lg__6eeb86fb .postfix__11184174{padding-right:16px}.chip__5382243d.md__23d1de94{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__5382243d.md__23d1de94 .prefix__fe901363{padding-left:12px}.chip__5382243d.md__23d1de94 .postfix__11184174{padding-right:12px}.chip__5382243d.sm__9519582a{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__5382243d.sm__9519582a .prefix__fe901363{padding-left:8px}.chip__5382243d.sm__9519582a .postfix__11184174{padding-right:8px}.chip__5382243d:hover{background:var(--triplex-next-Chip-Background_Hover-1-17-0);color:var(--triplex-next-Chip-Color_Hover-1-17-0)}.chip__5382243d:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-17-0)}.chip__5382243d:active,.chip__5382243d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-17-0);color:var(--triplex-next-Chip-Color_Active-1-17-0)}.chip__5382243d.disabled__f824f86d{background:var(--triplex-next-Chip-Background_Disabled-1-17-0);color:var(--triplex-next-Chip-Color_Disabled-1-17-0);cursor:default;pointer-events:none}.chip__5382243d.selected__7c0d4d24{background:var(--triplex-next-Chip-Background_Selected_Default-1-17-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-17-0)}.chip__5382243d.selected__7c0d4d24:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-17-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-17-0)}.chip__5382243d.selected__7c0d4d24:active,.chip__5382243d.selected__7c0d4d24[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-17-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-17-0)}.chip__5382243d.selected__7c0d4d24.disabled__f824f86d{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-17-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-17-0)}.chip__5382243d.withPrefix__cab1d3d0{padding-left:0}.chip__5382243d.withPostfix__18fde07b{padding-right:0}.chip__5382243d .content__8d727662{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__5382243d .prefix__fe901363,.chip__5382243d .postfix__11184174{display:flex}.calendarControls__54be36a0{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-17-0)}.calendarViewDays__ddba9759{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__0e4adb81 .calendarViewDays__ddba9759{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__67eb56d5,.calendarViewYears__cd5c2772{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__0e4adb81 .calendarViewMonths__67eb56d5,.adaptive__0e4adb81 .calendarViewYears__cd5c2772{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__9b1e93eb{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-17-0)}.calendarViewDaysBody__def3eb88:before{display:block;content:"";line-height:8px}.adaptive__0e4adb81 .calendarViewDaysBody__def3eb88:before{line-height:4px}.calendarViewItem__a08b52e4{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__a08b52e4:focus-visible{outline:none}.calendarViewItem__a08b52e4.current__da5e8f04{font-weight:600}.calendarViewItem__a08b52e4.disabled__ce298214{pointer-events:none}.calendarViewItemLabel__fe163434{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-17-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-17-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-17-0);cursor:pointer}.calendarViewItemLabel__fe163434:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-17-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-17-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9:hover.basicMark__a76be3e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9:hover.standardMark__d9d50338:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9:hover.attentionMark__64cebc5b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9:hover.criticalMark__89efaddd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9.muted__310641d8{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-17-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9.muted__310641d8:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-17-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9.basicMark__a76be3e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9.standardMark__d9d50338:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9.attentionMark__64cebc5b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-17-0)}.calendarViewItemLabel__fe163434.selected__2a81e2f9.criticalMark__89efaddd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-17-0)}.calendarViewItemLabel__fe163434.marked__a7407d37:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__fe163434.basicMark__a76be3e1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-17-0)}.calendarViewItemLabel__fe163434.standardMark__d9d50338:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-17-0)}.calendarViewItemLabel__fe163434.attentionMark__64cebc5b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-17-0)}.calendarViewItemLabel__fe163434.criticalMark__89efaddd:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-17-0)}.calendarViewItemLabel__fe163434.muted__310641d8{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-17-0)}.calendarViewItemLabel__fe163434.disabled__ce298214{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-17-0);background:none}.calendarViewItem__a08b52e4:focus-visible .calendarViewItemLabel__fe163434{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-17-0)}.unitDay__3a219db7{width:36px;height:36px;border-radius:6px}.unitMonth__d080300e,.unitYear__6cd45a13{width:89px;height:48px;border-radius:6px}.adaptive__0e4adb81 .unitMonth__d080300e,.adaptive__0e4adb81 .unitYear__6cd45a13{width:104px;height:48px;border-radius:6px}.calendarFooter__98ddbf16{margin-top:12px;text-align:center}.calendar__54fdddc2{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-17-0);-webkit-user-select:none;user-select:none}.calendar__54fdddc2.adaptive__0e4adb81{width:auto;padding:20px}.calendar__54fdddc2+.calendar__54fdddc2{margin-top:20px}.datePickerExtendedMobileDropdown__08022468{max-height:100vh}.chipDropdownArrow__01cbfcd9{transition:transform .3s ease}.chipDropdownArrow__01cbfcd9.rotated__ec18a824{transform:rotate(-180deg)}.chipClearButton__c38dc343{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__c38dc343:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-17-0)}.dropdownMobileMaskedInput__47eb6b36{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__dbdd0fe9{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__dbdd0fe9 .caretWrapper__417f0730{height:100%}.selectExtendedFieldTarget__dbdd0fe9 .caretIcon__5100439e{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__dbdd0fe9.selectOpened__3c4cc253 .caretIcon__5100439e{transform:rotate(180deg)}.selectExtendedFieldTarget__dbdd0fe9.disabled__18ebc1fc{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__8e57e0ae{position:relative}.multiselectFieldHeader__a95c9750{padding:12px 12px 0}.multiselectFieldContentWrapper__a5882fb8 .multiselectFieldContent__9c39bea9{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__a5882fb8 .multiselectFieldContent__9c39bea9.sm__9c13ea4f{height:204px}.multiselectFieldContentWrapper__a5882fb8 .multiselectFieldContent__9c39bea9.md__906e1eab{height:245px}.multiselectFieldContentWrapper__a5882fb8 .multiselectFieldContent__9c39bea9.lg__b891a3ae{height:324px}.multiselectFieldFooter__e32dbd2f{padding:0 12px 12px}.multiselectFieldFooter__e32dbd2f:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-17-0)}.chipOptionsContent__f7d16076{min-width:14px;text-align:center;display:block}.tooltipDesktop__86aaff4d{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__86aaff4d .tooltipBody__d611060f{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-17-0)}.tooltipDesktop__86aaff4d .tooltipXButton__9adf3a3c{position:absolute;right:8px;top:8px}.tooltipDesktopContent__de9b0153{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-17-0);border-radius:8px}.closable__faba64d3 .tooltipDesktopContent__de9b0153{padding-right:32px}.tooltipSM__f1308d73 .tooltipDesktopContent__de9b0153{width:192px;min-height:52px}.tooltipLG__9da0915e .tooltipDesktopContent__de9b0153{width:384px;min-height:52px}.tooltipOverlay__5d1e8a10{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__4aa732ea{width:0;height:0}.tooltipDesktopTip__4aa732ea.down__fc884452{border-top:solid var(--triplex-next-Tooltip-Background-1-17-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__4aa732ea.up__5711f1ef{border-bottom:solid var(--triplex-next-Tooltip-Background-1-17-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__4aa732ea.left__b0e0d3da{border-right:solid var(--triplex-next-Tooltip-Background-1-17-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__4aa732ea.right__bb2c9410{border-left:solid var(--triplex-next-Tooltip-Background-1-17-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__585585d8 .tooltipBody__d611060f{text-align:left}.tooltipMobileContent__01978315{padding:16px}.headerless__4dd0f6e6 .tooltipMobileContent__01978315{padding-right:40px;border-radius:16px 16px 0 0}.headerless__4dd0f6e6 .tooltipMobileContent__01978315 .closeButton__26cc23b3{position:absolute;right:16px;top:16px}.tooltipLink__659b5af0{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__1c5eb6f8{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-17-0)}.desktop__1c5eb6f8:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-17-0)}.desktop__1c5eb6f8:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-17-0)}.desktop__1c5eb6f8:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-17-0)}.mobile__fcadef06{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-17-0)}.mobile__fcadef06:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-17-0)}.mobile__fcadef06:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-17-0)}.mobile__fcadef06:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-17-0)}.chipSuggestInputWrapper__5c7fea17{margin:12px}.suggestDropdownMobileBody__ef082762{height:176px}.suggestDropdownMobileNoOptionsText__2967464e{padding:16px}.checkboxXGroup__77555eaf{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__77555eaf.indent-12__04dd4fbd{margin-left:-6px;margin-right:-6px}.checkboxXGroup__77555eaf.indent-12__04dd4fbd .label__b5c4d372{margin-left:6px;margin-right:6px}.checkboxXGroup__77555eaf.indent-16__d5de10ef{margin-left:-8px;margin-right:-8px}.checkboxXGroup__77555eaf.indent-16__d5de10ef .label__b5c4d372{margin-left:8px;margin-right:8px}.checkboxXGroup__77555eaf.indent-20__2b9ad99a{margin-left:-10px;margin-right:-10px}.checkboxXGroup__77555eaf.indent-20__2b9ad99a .label__b5c4d372{margin-left:10px;margin-right:10px}.checkboxXGroup__77555eaf.indent-24__0b9401d5{margin-left:-12px;margin-right:-12px}.checkboxXGroup__77555eaf.indent-24__0b9401d5 .label__b5c4d372{margin-left:12px;margin-right:12px}.checkboxXGroup__77555eaf.indent-28__fc4c3c24{margin-left:-14px;margin-right:-14px}.checkboxXGroup__77555eaf.indent-28__fc4c3c24 .label__b5c4d372{margin-left:14px;margin-right:14px}.checkboxXGroup__77555eaf.indent-32__46427fd7{margin-left:-16px;margin-right:-16px}.checkboxXGroup__77555eaf.indent-32__46427fd7 .label__b5c4d372{margin-left:16px;margin-right:16px}.checkboxYGroup__4bfbd9c2{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__4bfbd9c2 .label__b5c4d372.sm__89703dc6+.label__b5c4d372.sm__89703dc6{margin-top:8px}.checkboxYGroup__4bfbd9c2 .label__b5c4d372.lg__4b394d63+.label__b5c4d372.lg__4b394d63{margin-top:20px}.checkboxYGroup__4bfbd9c2 .label__b5c4d372.md__31b2a773+.label__b5c4d372.md__31b2a773{margin-top:16px}.card__c102652e{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__c102652e.roundingMD__5beab8ca{--radius: 16px}.card__c102652e.roundingSM__e4b79503{--radius: 8px}.card__c102652e.general__cb6c7116{background:var(--triplex-next-Card-Static_General_Background-1-17-0)}.card__c102652e.secondary__5ac2f3c3{background:var(--triplex-next-Card-Static_Secondary_Background-1-17-0)}.card__c102652e .cardMedia__63e17a83{background-size:cover;background-repeat:no-repeat;background-position:center}.card__c102652e .cardContent__28990b5a{padding:var(--padding)}.card__c102652e .cardContent__28990b5a.paddingMD__de3063dd{--padding: 24px}.card__c102652e .cardContent__28990b5a.paddingSM__e6ff0403{--padding: 16px}.card__c102652e .cardContent__28990b5a .cardContentHeader__51cff0eb{margin-bottom:16px}.card__c102652e .cardContent__28990b5a .cardContentFooter__9c1588b7{margin-top:16px}.action__715be19b{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__715be19b: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__715be19b.general__cb6c7116{background:var(--triplex-next-Card-Action_General_Background-1-17-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-17-0)}.action__715be19b.general__cb6c7116:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-17-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-17-0)}.action__715be19b.general__cb6c7116.selected__f0387d6f{background:var(--triplex-next-Card-Action_General_Background_Selected-1-17-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-17-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-17-0)}.action__715be19b.general__cb6c7116.selected__f0387d6f:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-17-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-17-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-17-0)}.action__715be19b.general__cb6c7116:focus{outline:none}.action__715be19b.general__cb6c7116:focus.focusVisible__570ff0c9{box-shadow:var(--triplex-next-Card-Shadow_Default-1-17-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-17-0)}.action__715be19b.secondary__5ac2f3c3{background:var(--triplex-next-Card-Action_Secondary_Background-1-17-0)}.action__715be19b.secondary__5ac2f3c3:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-17-0)}.action__715be19b.secondary__5ac2f3c3.selected__f0387d6f{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-17-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-17-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-17-0)}.action__715be19b.secondary__5ac2f3c3.selected__f0387d6f:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-17-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-17-0)}.action__715be19b.secondary__5ac2f3c3:focus{outline:none}.action__715be19b.secondary__5ac2f3c3:focus.focusVisible__570ff0c9{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-17-0)}.alertContext__b50cb57c{display:flex;font-size:12px;line-height:16px}.alertContext__b50cb57c>svg{flex-shrink:0}.alertContext__b50cb57c .alertContextText__0ce9a525{margin-left:8px}.alertContext__b50cb57c.alertTypeError__eced6c2f .alertContextText__0ce9a525{color:var(--triplex-next-AlertContext-Error_Color-1-17-0)}.alertContext__b50cb57c.alertTypeInfo__ad132559 .alertContextText__0ce9a525{color:var(--triplex-next-AlertContext-Info_Color-1-17-0)}.alertContext__b50cb57c.alertTypeWarning__fd60e52c .alertContextText__0ce9a525{color:var(--triplex-next-AlertContext-Warning_Color-1-17-0)}.alertContext__b50cb57c.alertTypeSystem__5c4d5fbf .alertContextText__0ce9a525{color:var(--triplex-next-AlertContext-System_Color-1-17-0)}.alertProcess__b2ca3ca1{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__b2ca3ca1.withSpoiler__ce4e9590{min-height:40px}.alertProcess__b2ca3ca1 .themeIcon__2f9ae8ce{box-sizing:border-box;height:20px;width:20px}.alertProcess__b2ca3ca1.alertTypeError__eced6c2f{background:var(--triplex-next-AlertProcess-Error_Background-1-17-0)}.alertProcess__b2ca3ca1.alertTypeInfo__ad132559{background:var(--triplex-next-AlertProcess-Info_Background-1-17-0)}.alertProcess__b2ca3ca1.alertTypeWarning__fd60e52c{background:var(--triplex-next-AlertProcess-Warning_Background-1-17-0)}.alertProcess__b2ca3ca1.alertTypeSystem__5c4d5fbf{background:var(--triplex-next-AlertProcess-System_Background-1-17-0)}.alertProcess__b2ca3ca1.alertTypeFeature__64f10b96{background:var(--triplex-next-AlertProcess-Feature_Background-1-17-0)}.alertProcess__b2ca3ca1.alertTypeFeature__64f10b96 .themeIcon__2f9ae8ce{padding-top:0}.alertProcess__b2ca3ca1 .alertProcessContentBlock__7c3ebd34{flex:1;margin-left:10px}.alertProcess__b2ca3ca1 .alertProcessContentBlock__7c3ebd34 .expandableContent__224686f2{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__b2ca3ca1 .alertProcessContentBlock__7c3ebd34 .expandableContent__224686f2.expanded__146e79e4{max-height:1000px;opacity:1}.alertProcess__b2ca3ca1 .closeButton__857cc898{margin-left:10px}.alertProcess__b2ca3ca1 .expandButton__0f30a68f{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__b2ca3ca1 .expandButton__0f30a68f.expanded__146e79e4{transform:rotate(180deg)}.adaptive__9293b93e{font-size:10px!important;line-height:12px!important}.avatar__70a5996b{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-17-0)}.avatar__70a5996b.xxs__006f5336{width:28px;height:28px;border-radius:6px}.avatar__70a5996b.xs__8b014f23{width:32px;height:32px;border-radius:8px}.avatar__70a5996b.sm__6bd0351e{width:40px;height:40px;border-radius:10px}.avatar__70a5996b.md__dfd6736b{width:56px;height:56px;border-radius:16px}.avatar__70a5996b.lg__2a88852f{width:80px;height:80px;border-radius:20px}.avatar__70a5996b.xl__2745b93e{width:96px;height:96px;border-radius:24px}.avatar__70a5996b.xxl__179a6856{width:128px;height:128px;border-radius:28px}.badgeDot__572dc8f7{display:inline-block;background:var(--triplex-next-Badge-Background-1-17-0);border-radius:50%}.badgeDot__572dc8f7.sm__2e24b0eb{width:6px;height:6px}.badgeDot__572dc8f7.md__b045a261{width:8px;height:8px}.badgeDot__572dc8f7.lg__52e1b943{width:10px;height:10px}.badgeContent__08dd1155{display:flex}.badgeContent__08dd1155.sm__2e24b0eb{padding-left:4px;padding-right:4px}.badgeContent__08dd1155.md__b045a261{padding-left:6px;padding-right:6px}.badgeContent__08dd1155.lg__52e1b943{padding-left:8px;padding-right:8px}.badgeContent__08dd1155.noPaddingLeft__92ae7b92{padding-left:0}.badgeContent__08dd1155.noPaddingRight__1580f932{padding-right:0}.badgePrefix__e5065176,.badgePostfix__45d64ec4{display:contents}.badge__fb6318c9{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-17-0)}.badge__fb6318c9.sm__2e24b0eb{height:16px;border-radius:4px}.badge__fb6318c9.md__b045a261{height:20px;border-radius:6px}.badge__fb6318c9.lg__52e1b943{height:24px;border-radius:8px}.col-1__da443762{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__0f5678f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__c6b05a7b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__2abc53f8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__479e69ac{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__6a15603f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__6d772996{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__245ac618{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__0c74417d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__34f26941{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__f214531d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__a9c8c3bd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__d8f7eb7c{margin-left:0%}.offset-1__51d6865b{margin-left:8.33333333%}.offset-2__934bcd97{margin-left:16.66666667%}.offset-3__bce59d58{margin-left:25%}.offset-4__4d95a390{margin-left:33.33333333%}.offset-5__c03ad40c{margin-left:41.66666667%}.offset-6__e5a2651c{margin-left:50%}.offset-7__c26ed705{margin-left:58.33333333%}.offset-8__9d0b9d15{margin-left:66.66666667%}.offset-9__04a1d096{margin-left:75%}.offset-10__84182899{margin-left:83.33333333%}.offset-11__f21f8493{margin-left:91.66666667%}.d-none__661c5644{display:none!important}.d-block__d15c68d4{display:block!important}@media (min-width: 576px){.col-sm-1__3b73dd1c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__2b2c4543{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__b3558f5d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__b1499def{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__85534ed8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__83c706e5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__e4160d59{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__e23182bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__03148eca{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__8056857b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__7ba9e7cf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__c436d209{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__6bfffd6c{margin-left:0%}.offset-sm-1__bac4aed0{margin-left:8.33333333%}.offset-sm-2__c5625659{margin-left:16.66666667%}.offset-sm-3__41f40859{margin-left:25%}.offset-sm-4__5b178188{margin-left:33.33333333%}.offset-sm-5__d4cd98ca{margin-left:41.66666667%}.offset-sm-6__5ba011bf{margin-left:50%}.offset-sm-7__6e7b4abd{margin-left:58.33333333%}.offset-sm-8__9507cb46{margin-left:66.66666667%}.offset-sm-9__d1747c57{margin-left:75%}.offset-sm-10__e2fde764{margin-left:83.33333333%}.offset-sm-11__ec9284d4{margin-left:91.66666667%}.d-none-sm__c5e12e95{display:none!important}.d-block-sm__76466adc{display:block!important}}@media (min-width: 768px){.col-md-1__32916472{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__41a803bd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__656727f1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__d4ba0be8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__1bb20d53{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__f507b891{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__55f42161{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__dc7ef13c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__919c971c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__b22bdce2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__1007e41d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__927e1172{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__fbff0cb4{margin-left:0%}.offset-md-1__4d06b377{margin-left:8.33333333%}.offset-md-2__c8f58b24{margin-left:16.66666667%}.offset-md-3__dcda623d{margin-left:25%}.offset-md-4__7ad96b37{margin-left:33.33333333%}.offset-md-5__e66ee78b{margin-left:41.66666667%}.offset-md-6__7128ed0b{margin-left:50%}.offset-md-7__4ee89624{margin-left:58.33333333%}.offset-md-8__ca8a8117{margin-left:66.66666667%}.offset-md-9__09644f20{margin-left:75%}.offset-md-10__3848d53d{margin-left:83.33333333%}.offset-md-11__d98e511e{margin-left:91.66666667%}.d-none-md__08c61941{display:none!important}.d-block-md__33e4201a{display:block!important}}@media (min-width: 992px){.col-lg-1__726a2bbe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__3a08177d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__8e2cb1d8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__34c7322d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__e690d6f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__03a14e1b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__0a670b69{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__58d9b604{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__5c40723e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__8f7b4fa5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__de6db53d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__33c2eff4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__fd8b3c35{margin-left:0%}.offset-lg-1__1a668418{margin-left:8.33333333%}.offset-lg-2__acd2932f{margin-left:16.66666667%}.offset-lg-3__536189c9{margin-left:25%}.offset-lg-4__60e51aeb{margin-left:33.33333333%}.offset-lg-5__c1726394{margin-left:41.66666667%}.offset-lg-6__801d3c17{margin-left:50%}.offset-lg-7__4603da4d{margin-left:58.33333333%}.offset-lg-8__5b365f56{margin-left:66.66666667%}.offset-lg-9__c9c240f4{margin-left:75%}.offset-lg-10__23711d8b{margin-left:83.33333333%}.offset-lg-11__1518f840{margin-left:91.66666667%}.d-none-lg__6d07b7f1{display:none!important}.d-block-lg__61f75012{display:block!important}}@media (min-width: 1200px){.col-xl-1__d78a67aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__7d920bfb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__0444edbd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__d945979a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__75fe634d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__7162c798{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__0124aa27{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__fb251b6f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__1596d9ef{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__5b00362d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__ffe46185{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__0d0315ad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__e5e6a02a{margin-left:0%}.offset-xl-1__a4fffd58{margin-left:8.33333333%}.offset-xl-2__a3aae084{margin-left:16.66666667%}.offset-xl-3__83fcafbe{margin-left:25%}.offset-xl-4__ce6de058{margin-left:33.33333333%}.offset-xl-5__f78172e5{margin-left:41.66666667%}.offset-xl-6__8cf4cba9{margin-left:50%}.offset-xl-7__af60b002{margin-left:58.33333333%}.offset-xl-8__5130ee02{margin-left:66.66666667%}.offset-xl-9__8923b6ea{margin-left:75%}.offset-xl-10__9f6383fe{margin-left:83.33333333%}.offset-xl-11__bfb79ef5{margin-left:91.66666667%}.d-none-xl__0b2c7aa4{display:none!important}.d-block-xl__a7e30803{display:block!important}}.ellipsisLineClamp__c0af19cc{--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__c0af19cc.oneLine__b5177e81{word-break:break-all}.link__f4ade8a3{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-17-0)}.link__f4ade8a3:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-17-0)}.link__f4ade8a3:active{color:var(--triplex-next-Link-Text_Color_Active-1-17-0)}.link__f4ade8a3:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-17-0)}.wordWithContent__d50c3399{white-space:nowrap;display:inline-flex;align-items:center}.before__1750bca7 :first-child{margin-right:2px}.after__b8f47120 :last-child{margin-left:2px}.marker__da5d18f6{border-radius:50%}.marker__da5d18f6.md__364cefee{width:8px;height:8px}.marker__da5d18f6.lg__8e759497{width:10px;height:10px}.marker__da5d18f6.success__c2f7036e{background:var(--triplex-next-Marker-Background_Success-1-17-0)}.marker__da5d18f6.error__aacc849b{background:var(--triplex-next-Marker-Background_Error-1-17-0)}.marker__da5d18f6.warning__6ca3c5e5{background:var(--triplex-next-Marker-Background_Warning-1-17-0)}.marker__da5d18f6.waiting__612b620b{background:var(--triplex-next-Marker-Background_Waiting-1-17-0)}.markerStatus__87addabd{line-height:0;display:flex;align-items:start}.markerStatus__87addabd .contentContainer__b08d94bd{display:flex;flex-direction:column}.markerStatus__87addabd.md__f902a8e1{gap:4px}.markerStatus__87addabd.md__f902a8e1 .markerContainer__a176aee3{margin-top:4px}.markerStatus__87addabd.lg__8d098a68{gap:6px}.markerStatus__87addabd.lg__8d098a68 .contentContainer__b08d94bd{gap:4px}.markerStatus__87addabd.lg__8d098a68 .markerContainer__a176aee3{margin-top:5px}.row__15c1d939{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__15c1d939.noPaddingBottom__3de77b33,.row__15c1d939:last-child{padding-bottom:0}.tabsExtended__75538cc1{position:relative}.tabsExtendedContent__69101e00{display:inline-flex}.tabsExtendedContent__69101e00.sm__569aa847{border-radius:6px;padding:4px}.tabsExtendedContent__69101e00.md__01e9836a{border-radius:8px;padding:4px}.tabsExtendedContent__69101e00.lg__66dd1b05{border-radius:10px;padding:8px}.tabsExtendedTab__fae9caf1{display:flex}.tabsExtendedTab__fae9caf1+.tabsExtendedTab__fae9caf1,.tabsExtendedDropdown__a82b3400{margin-left:2px}.tabsReal__714dbd26,.tabsFake__569e352a{display:flex;box-sizing:border-box;width:100%}.tabsReal__714dbd26.hidden__0292c7ad{visibility:hidden}.tabsReal__714dbd26 .tabsExtendedTab__fae9caf1.hidden__0292c7ad{display:none}.tabsFake__569e352a{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__7d978435 .tabsExtendedContent__69101e00{background-color:var(--triplex-next-Tabs-Type1_Background-1-17-0)}.type2__1c81db49 .tabsExtendedContent__69101e00{background-color:var(--triplex-next-Tabs-Type2_Background-1-17-0)}.tabsExtendedTabButton__8c660c78{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-17-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8c660c78 .tabButtonText__00cd7c5f{font-weight:400}.tabsExtendedTabButton__8c660c78.lg__66dd1b05{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__8c660c78.lg__66dd1b05 .tabButtonText__00cd7c5f{font-size:16px;line-height:20px}.tabsExtendedTabButton__8c660c78.md__01e9836a{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__8c660c78.md__01e9836a .tabButtonText__00cd7c5f{font-size:14px;line-height:20px}.tabsExtendedTabButton__8c660c78.sm__569aa847{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__8c660c78.sm__569aa847 .tabButtonText__00cd7c5f{font-size:12px;line-height:16px}.tabsExtendedTabButton__8c660c78::-moz-focus-inner{border:none}.tabsExtendedTabButton__8c660c78+.tabsExtendedTabButton__8c660c78{margin-left:2px}.tabsExtendedTabButton__8c660c78:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-17-0)}.tabsExtendedTabButton__8c660c78.type1__7d978435{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-17-0)}.tabsExtendedTabButton__8c660c78.type1__7d978435.selected__3fd08ccd{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-17-0)}.tabsExtendedTabButton__8c660c78.type1__7d978435.selected__3fd08ccd .tabButtonText__00cd7c5f{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-17-0)}.tabsExtendedTabButton__8c660c78.type1__7d978435:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-17-0)}.tabsExtendedTabButton__8c660c78.type1__7d978435:hover .tabButtonText__00cd7c5f{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-17-0)}.tabsExtendedTabButton__8c660c78.type1__7d978435 .tabButtonText__00cd7c5f{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-17-0)}.tabsExtendedTabButton__8c660c78.type2__1c81db49{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-17-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-17-0)}.tabsExtendedTabButton__8c660c78.type2__1c81db49.selected__3fd08ccd{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-17-0)}.tabsExtendedTabButton__8c660c78.type2__1c81db49.selected__3fd08ccd .tabButtonText__00cd7c5f{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-17-0)}.tabsExtendedTabButton__8c660c78.type2__1c81db49:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-17-0)}.tabsExtendedTabButton__8c660c78.type2__1c81db49:hover .tabButtonText__00cd7c5f{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-17-0)}.notificationIcon__4167616e{position:absolute;right:4px;top:4px}.tabsContent__3fb72ae2 .tabButtonDropdown__9502c5a4{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__3fb72ae2 .tabButtonDropdown__9502c5a4.sm__fd7e92d0{min-width:20px;min-height:20px;height:20px}.tabsContent__3fb72ae2 .tabButtonDropdown__9502c5a4.md__86b31430{min-width:32px;min-height:32px;height:32px}.tabsContent__3fb72ae2 .tabButtonDropdown__9502c5a4.lg__020470fa{min-width:40px;min-height:40px;height:40px}.tag__bdccf786{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-17-0);border-radius:4px;gap:2px}.tag__bdccf786.sm__94e44c3a{height:20px;padding:2px 4px 2px 6px}.tag__bdccf786.md__9f25add3{height:28px;padding:4px 6px 4px 8px}.tag__bdccf786.lg__dfe194bf{height:32px;padding:6px 8px 6px 10px}.content__93b436d3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__0ea8cf01{display:flex;flex-wrap:wrap}.tagGroup__0ea8cf01.sm__031a8793{gap:4px}.tagGroup__0ea8cf01.md__882f74a4{gap:8px}.tagGroup__0ea8cf01.lg__c8ea631a{gap:12px}.paginationExtended__1bae010d{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__c2feeb37 .directionIconNext__2e5389d7{transform:rotate(180deg)}.pageEllipsis__0b8f8ef8{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-17-0);cursor:default}.paginationPageButton__4f493c44{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-17-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__4f493c44:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-17-0);outline:none}.paginationPageButton__4f493c44:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-17-0)}.paginationPageButton__4f493c44:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-17-0);cursor:grabbing}.paginationPageButton__4f493c44.currentPage__70cc3795{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-17-0);cursor:default}.paginationNavigationExtended__a229ddf5{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__ca411f94{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__ca411f94 .paginationSelectControl__56a0c528{margin-left:8px;min-width:72px}.skeleton__93bbb44e{border-radius:16px;flex-grow:1}.skeleton__93bbb44e.light__09c436af{animation:skeleton-light-pulse__956b4b96 2s ease-in-out infinite}.skeleton__93bbb44e.dark__f078a203{animation:skeleton-dark-pulse__721d9dda 2s ease-in-out infinite}@keyframes skeleton-light-pulse__956b4b96{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-17-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-17-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-17-0)}}@keyframes skeleton-dark-pulse__721d9dda{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-17-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-17-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-17-0)}}.segmentedControlSegment__e6d7867d{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-17-0);outline:none;cursor:pointer}.segmentedControlSegment__e6d7867d:disabled{cursor:default}.sm__0d0d0934 .segmentedControlSegment__e6d7867d{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__41052f03 .segmentedControlSegment__e6d7867d{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__c7d0f02c .segmentedControlSegment__e6d7867d{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__f1e9465e .segmentedControlSegment__e6d7867d{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-17-0)}.general1__f1e9465e .segmentedControlSegment__e6d7867d:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-17-0)}.general1__f1e9465e .segmentedControlSegment__e6d7867d:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-17-0)}.general1__f1e9465e .segmentedControlSegment__e6d7867d.selected__a5310217{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-17-0)}.general1__f1e9465e .segmentedControlSegment__e6d7867d.selected__a5310217:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-17-0)}.general1__f1e9465e .segmentedControlSegment__e6d7867d.selected__a5310217:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-17-0)}.general2__ff54a2da .segmentedControlSegment__e6d7867d{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-17-0)}.general2__ff54a2da .segmentedControlSegment__e6d7867d:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-17-0)}.general2__ff54a2da .segmentedControlSegment__e6d7867d:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-17-0)}.general2__ff54a2da .segmentedControlSegment__e6d7867d.selected__a5310217{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-17-0)}.general2__ff54a2da .segmentedControlSegment__e6d7867d.selected__a5310217:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-17-0)}.general2__ff54a2da .segmentedControlSegment__e6d7867d.selected__a5310217:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-17-0)}.secondary1__61ca87b9 .segmentedControlSegment__e6d7867d{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-17-0)}.secondary1__61ca87b9 .segmentedControlSegment__e6d7867d:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-17-0)}.secondary1__61ca87b9 .segmentedControlSegment__e6d7867d:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-17-0)}.secondary1__61ca87b9 .segmentedControlSegment__e6d7867d.selected__a5310217{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-17-0)}.secondary1__61ca87b9 .segmentedControlSegment__e6d7867d.selected__a5310217:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-17-0)}.secondary2__08b71d19 .segmentedControlSegment__e6d7867d{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-17-0)}.secondary2__08b71d19 .segmentedControlSegment__e6d7867d:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-17-0)}.secondary2__08b71d19 .segmentedControlSegment__e6d7867d:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-17-0)}.secondary2__08b71d19 .segmentedControlSegment__e6d7867d.selected__a5310217{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-17-0)}.secondary2__08b71d19 .segmentedControlSegment__e6d7867d.selected__a5310217:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-17-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-17-0)}.segmentedControlSegment__e6d7867d:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-17-0)}.content__53a9056a{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__036fa566{display:flex;gap:4px}.segmentedControl__036fa566.general1__f1e9465e{background:var(--triplex-next-SegmentedControl-General_1_Background-1-17-0)}.segmentedControl__036fa566.secondary1__61ca87b9{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-17-0)}.segmentedControl__036fa566.general2__ff54a2da{background:var(--triplex-next-SegmentedControl-General_2_Background-1-17-0)}.segmentedControl__036fa566.secondary2__08b71d19{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-17-0)}.segmentedControl__036fa566.sm__0d0d0934{border-radius:6px;padding:4px}.segmentedControl__036fa566.md__41052f03{border-radius:8px;padding:4px}.segmentedControl__036fa566.lg__c7d0f02c{border-radius:10px;padding:8px}.step__f9ee20ea{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__f9ee20ea.default__807b118c{background-color:var(--triplex-next-Step-Background_Default-1-17-0)}.step__f9ee20ea.default__807b118c>span{color:var(--triplex-next-Step-Color_Default-1-17-0)}.step__f9ee20ea.done__4c85d153{background-color:var(--triplex-next-Step-Background_Done-1-17-0)}.step__f9ee20ea.done__4c85d153>span{color:var(--triplex-next-Step-Color_Done-1-17-0)}.step__f9ee20ea.warning__dc865629{background-color:var(--triplex-next-Step-Background_Warning-1-17-0)}.step__f9ee20ea.warning__dc865629>span{color:var(--triplex-next-Step-Color_Warning-1-17-0)}.step__f9ee20ea.active__723dde9b{background-color:var(--triplex-next-Step-Background_Active-1-17-0)}.step__f9ee20ea.active__723dde9b>span{color:var(--triplex-next-Step-Color_Active-1-17-0)}.step__f9ee20ea.error__a77a1c0d{background-color:var(--triplex-next-Step-Background_Error-1-17-0)}.step__f9ee20ea.error__a77a1c0d>span{color:var(--triplex-next-Step-Color_Error-1-17-0)}.step__f9ee20ea.disabled__781ca78c{background-color:var(--triplex-next-Step-Background_Disabled-1-17-0)}.step__f9ee20ea.disabled__781ca78c>span{color:var(--triplex-next-Step-Color_Disabled-1-17-0)}.stepperWrapper__0864da7a{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-17-0)}.stepperStep__0b8a43fb{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__0b8a43fb+.stepperStep__0b8a43fb{margin-left:12px}.stepperStep__0b8a43fb.sm__646937fd:not(:last-child) .content__1b9140ce{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__0b8a43fb.sm__646937fd:last-child .content__1b9140ce{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__0b8a43fb.sm__646937fd:last-child .arrow__f8a91bf2{display:none}.stepperStep__0b8a43fb.md__ab67ea73:not(:last-child) .content__1b9140ce{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__0b8a43fb.md__ab67ea73:last-child .content__1b9140ce{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__0b8a43fb.md__ab67ea73:last-child .arrow__f8a91bf2{display:none}.stepperStep__0b8a43fb.lg__0132a0c0:not(:last-child) .content__1b9140ce{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__0b8a43fb.lg__0132a0c0:last-child .content__1b9140ce{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__0b8a43fb.lg__0132a0c0:last-child .arrow__f8a91bf2{display:none}.stepperStep__0b8a43fb:hover:not(.active__786f5cd7):not(.disabled__623bb285) .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-17-0)}.stepperStep__0b8a43fb:hover:not(.active__786f5cd7):not(.disabled__623bb285) .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-17-0)}.stepperStep__0b8a43fb:hover:not(.active__786f5cd7):not(.disabled__623bb285) .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7{cursor:default}.stepperStep__0b8a43fb.active__786f5cd7 .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7 .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7.error__f9c0624d .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7.error__f9c0624d .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7.error__f9c0624d .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7.warning__9c3f5b71 .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7.warning__9c3f5b71 .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.active__786f5cd7.warning__9c3f5b71 .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.error__f9c0624d .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.error__f9c0624d .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.error__f9c0624d .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.error__f9c0624d:hover .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.error__f9c0624d:hover .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.error__f9c0624d:hover .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.warning__9c3f5b71 .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.warning__9c3f5b71 .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.warning__9c3f5b71 .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.warning__9c3f5b71:hover .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.warning__9c3f5b71:hover .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0)}.stepperStep__0b8a43fb.completed__ce1fb0b4.warning__9c3f5b71:hover .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170 :not(.error__f9c0624d):not(.warning__9c3f5b71) .content__1b9140ce{color:var(--triplex-next-Stepper-Step_Color_Default-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170 :not(.error__f9c0624d):not(.warning__9c3f5b71):hover .content__1b9140ce{color:var(--triplex-next-Stepper-Step_Color_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.error__f9c0624d .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.error__f9c0624d .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.error__f9c0624d .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.error__f9c0624d:hover .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.error__f9c0624d:hover .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.error__f9c0624d:hover .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.warning__9c3f5b71 .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.warning__9c3f5b71 .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.warning__9c3f5b71 .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.warning__9c3f5b71:hover .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.warning__9c3f5b71:hover .arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0)}.stepperStep__0b8a43fb.inactive__7a43c170.warning__9c3f5b71:hover .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-17-0)}.stepperStep__0b8a43fb.disabled__623bb285{pointer-events:none}.stepperStep__0b8a43fb.disabled__623bb285 .content__1b9140ce{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-17-0)}.stepperStep__0b8a43fb.disabled__623bb285 .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-17-0)}.stepperStep__0b8a43fb.disabled__623bb285 .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-17-0)}.stepperStep__0b8a43fb.focusVisible__08ba0adc.completed__ce1fb0b4 .content__1b9140ce,.stepperStep__0b8a43fb.focusVisible__08ba0adc.active__786f5cd7 .content__1b9140ce,.stepperStep__0b8a43fb.focusVisible__08ba0adc.inactive__7a43c170 .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-17-0)}.stepperStep__0b8a43fb.focusVisible__08ba0adc.completed__ce1fb0b4 .arrow__f8a91bf2 path:last-child,.stepperStep__0b8a43fb.focusVisible__08ba0adc.active__786f5cd7 .arrow__f8a91bf2 path:last-child,.stepperStep__0b8a43fb.focusVisible__08ba0adc.inactive__7a43c170 .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-17-0)}.stepperStep__0b8a43fb.focusVisible__08ba0adc.completed__ce1fb0b4:hover .content__1b9140ce,.stepperStep__0b8a43fb.focusVisible__08ba0adc.active__786f5cd7:hover .content__1b9140ce,.stepperStep__0b8a43fb.focusVisible__08ba0adc.inactive__7a43c170:hover .content__1b9140ce{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-17-0)}.stepperStep__0b8a43fb.focusVisible__08ba0adc.completed__ce1fb0b4:hover .arrow__f8a91bf2 path:last-child,.stepperStep__0b8a43fb.focusVisible__08ba0adc.active__786f5cd7:hover .arrow__f8a91bf2 path:last-child,.stepperStep__0b8a43fb.focusVisible__08ba0adc.inactive__7a43c170:hover .arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-17-0)}.content__1b9140ce{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-17-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-17-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-17-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__646937fd{font-size:12px;line-height:16px}.md__ab67ea73{font-size:14px;line-height:20px}.lg__0132a0c0{font-size:16px;line-height:20px}.arrow__f8a91bf2{transform:translate(0)}.arrow__f8a91bf2 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-17-0)}.arrow__f8a91bf2 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-17-0)}.icon__14920145{display:inline-flex;align-items:center;line-height:0}.nonempty__7854e971 .icon__14920145{margin-right:6px}.stepperExtended__d8514b84{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__6271491d{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__6271491d::-webkit-scrollbar{display:none}.stepper__e4654d1a.sm__646937fd{padding-left:28px;padding-right:28px}.stepper__e4654d1a.md__ab67ea73{padding-left:40px;padding-right:40px}.stepper__e4654d1a.lg__0132a0c0{padding-left:56px;padding-right:56px}.stepperCarousel__48cf9995{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__48cf9995 .buttonPrev__71cb8d7d,.stepperCarousel__48cf9995 .buttonNext__6ec766e4{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__48cf9995 .buttonPrev__71cb8d7d.sm__646937fd,.stepperCarousel__48cf9995 .buttonNext__6ec766e4.sm__646937fd{height:28px;width:28px}.stepperCarousel__48cf9995 .buttonPrev__71cb8d7d.md__ab67ea73,.stepperCarousel__48cf9995 .buttonNext__6ec766e4.md__ab67ea73{height:40px;width:40px}.stepperCarousel__48cf9995 .buttonPrev__71cb8d7d.lg__0132a0c0,.stepperCarousel__48cf9995 .buttonNext__6ec766e4.lg__0132a0c0{height:56px;width:56px}.stepperCarousel__48cf9995 .buttonPrev__71cb8d7d{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-17-0)}.stepperCarousel__48cf9995 .buttonNext__6ec766e4{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-17-0)}@media (max-width: 767px){.stepper__e4654d1a{padding-left:16px;padding-right:16px}.buttonPrev__71cb8d7d,.buttonNext__6ec766e4{display:none}}.islandAccordion__2b968f16{margin:0;padding:0}.islandAccordion__2b968f16 .island__b0972126{padding:0}.islandAccordion__2b968f16 .item__b5383515{position:relative;list-style-type:none}.islandAccordion__2b968f16 .item__b5383515.disabled__e7679d8a{cursor:default;pointer-events:none}.islandAccordion__2b968f16 .item__b5383515+.item__b5383515.sm__462f4266,.islandAccordion__2b968f16 .item__b5383515+.item__b5383515.md__3d83d0ca{margin-top:16px}.islandAccordion__2b968f16 .item__b5383515+.item__b5383515.lg__241d8cc6{margin-top:24px}.islandAccordion__2b968f16 .item__b5383515 .header__7bee78e9{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__2b968f16 .item__b5383515 .header__7bee78e9:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-17-0)}.islandAccordion__2b968f16 .item__b5383515.type1__0874dd25:not(.opened__ab939b0d) .header__7bee78e9:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-17-0)}.islandAccordion__2b968f16 .item__b5383515.type2__fceafd48:not(.opened__ab939b0d) .header__7bee78e9:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-17-0)}.islandAccordion__2b968f16 .item__b5383515.type3__8767a408:not(.opened__ab939b0d) .header__7bee78e9:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-17-0)}.islandAccordion__2b968f16 .item__b5383515 .footer__deb11283{text-align:right}.islandAccordion__2b968f16 .item__b5383515 .body__e6f6f0d5,.islandAccordion__2b968f16 .item__b5383515 .footer__deb11283{visibility:hidden}.islandAccordion__2b968f16 .item__b5383515.opened__ab939b0d .body__e6f6f0d5,.islandAccordion__2b968f16 .item__b5383515.opened__ab939b0d .footer__deb11283{visibility:visible}.islandAccordion__2b968f16 .item__b5383515 .caretWrapper__4542d806{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2b968f16 .item__b5383515 .caretIcon__ba337775{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2b968f16 .item__b5383515 .title__1f1ce980{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .header__7bee78e9{padding:16px;border-radius:16px}.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .step__a7dc39c6+.title__1f1ce980{margin-top:2px}.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .body__e6f6f0d5,.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .footer__deb11283{padding:0 16px 16px}.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .caretWrapper__4542d806{right:12px}.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .remove__d7e4e726{right:-36px;top:20px}.islandAccordion__2b968f16 .item__b5383515.sm__462f4266 .step__a7dc39c6{margin-right:12px}.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .header__7bee78e9{padding:24px;border-radius:24px}.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .body__e6f6f0d5,.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .footer__deb11283{padding:0 24px 24px}.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .caretWrapper__4542d806{right:20px}.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .remove__d7e4e726{right:-40px;top:28px}.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .step__a7dc39c6{margin-right:12px}.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .header__7bee78e9{padding:32px;border-radius:32px}.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .body__e6f6f0d5,.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .footer__deb11283{padding:0 32px 32px}.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .caretWrapper__4542d806{right:28px}.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .remove__d7e4e726{right:-40px;top:36px}.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .step__a7dc39c6{margin:0 16px 0 0}.islandAccordion__2b968f16 .item__b5383515.opened__ab939b0d:not(.disabled__e7679d8a) .caretWrapper__4542d806 .caretIcon__ba337775{transform:rotate(-180deg)}.islandAccordion__2b968f16 .item__b5383515 .remove__d7e4e726{position:absolute}@media (max-width: 767px){.islandAccordion__2b968f16 .item__b5383515 .footer__deb11283{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__2b968f16 .item__b5383515 .footer__deb11283>*{margin-left:0!important}.islandAccordion__2b968f16 .item__b5383515.md__3d83d0ca .header__7bee78e9{border-radius:16px}.islandAccordion__2b968f16 .item__b5383515.lg__241d8cc6 .header__7bee78e9{border-radius:24px}}.noColumns__487c8fd9{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__487c8fd9>.content__d9ccc168{width:456px;text-align:center}.filterPanel__bc146db3{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__2cbbfcf1{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__2cbbfcf1>a:not(:first-child){margin-left:16px}.tabsLinePanel__72ed4701{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__d2259acc{0%{opacity:0}to{opacity:1}}.tableBasic__67ac0f2f{position:relative}.tableBasic__67ac0f2f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__67ac0f2f table th.alignLeft__6952af53,.tableBasic__67ac0f2f table td.alignLeft__6952af53{text-align:left}.tableBasic__67ac0f2f table th.alignRight__68874768,.tableBasic__67ac0f2f table td.alignRight__68874768{text-align:right}.tableBasic__67ac0f2f table th.alignCenter__cd66e457,.tableBasic__67ac0f2f table td.alignCenter__cd66e457{text-align:center}.tableBasic__67ac0f2f table th.verticalAlignBaseline__5e04c5a9,.tableBasic__67ac0f2f table td.verticalAlignBaseline__5e04c5a9{vertical-align:baseline}.tableBasic__67ac0f2f table th.verticalAlignSub__58e088ff,.tableBasic__67ac0f2f table td.verticalAlignSub__58e088ff{vertical-align:sub}.tableBasic__67ac0f2f table th.verticalAlignSuper__3bbd72f8,.tableBasic__67ac0f2f table td.verticalAlignSuper__3bbd72f8{vertical-align:super}.tableBasic__67ac0f2f table th.verticalAlignTextTop__26dd0905,.tableBasic__67ac0f2f table td.verticalAlignTextTop__26dd0905{vertical-align:text-top}.tableBasic__67ac0f2f table th.verticalAlignTextBottom__8e399502,.tableBasic__67ac0f2f table td.verticalAlignTextBottom__8e399502{vertical-align:text-bottom}.tableBasic__67ac0f2f table th.verticalAlignMiddle__f6235de8,.tableBasic__67ac0f2f table td.verticalAlignMiddle__f6235de8{vertical-align:middle}.tableBasic__67ac0f2f table th.verticalAlignTop__a1d0a93e,.tableBasic__67ac0f2f table td.verticalAlignTop__a1d0a93e{vertical-align:top}.tableBasic__67ac0f2f table th.verticalAlignBottom__1dc7fb76,.tableBasic__67ac0f2f table td.verticalAlignBottom__1dc7fb76{vertical-align:bottom}.tableBasic__67ac0f2f table>thead>tr{height:48px}.tableBasic__67ac0f2f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-17-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-17-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__67ac0f2f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-17-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-17-0)}}.tableBasic__67ac0f2f table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__67ac0f2f table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__67ac0f2f table>thead>tr>th.checkboxType__14e156bf{padding:16px 12px}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515{display:inline-flex;vertical-align:top}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515.order__ce2b984c{cursor:pointer}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515.order__ce2b984c .orderButton__aa2fdd33{display:flex;visibility:hidden;align-items:center}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515.order__ce2b984c .orderButton__aa2fdd33.alignLeft__6952af53{margin-right:8px}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515.order__ce2b984c .orderButton__aa2fdd33.alignRight__68874768{margin-left:8px}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515.order__ce2b984c .orderButton__aa2fdd33.sorted__d5dfdca8{visibility:visible}.tableBasic__67ac0f2f table>thead>tr>th .thBlock__502dd515.order__ce2b984c:hover .orderButton__aa2fdd33{visibility:visible}.tableBasic__67ac0f2f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-17-0)}.tableBasic__67ac0f2f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__67ac0f2f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__67ac0f2f table>tbody>tr>td.textType__604d9bb5{padding:12px}.tableBasic__67ac0f2f table>tbody>tr>td.componentsType__b0592a3e{padding:8px 12px}.tableBasic__67ac0f2f table>tbody>tr>td.checkboxType__14e156bf{padding:10px 12px 12px}.tableBasic__67ac0f2f table>tbody>tr.selected__e4f90be2>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-17-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__67ac0f2f table>tbody>tr.selected__e4f90be2>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-17-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-17-0)}}.tableBasic__67ac0f2f table>tbody.clickable__485cbd2a>tr{cursor:pointer}.tableBasic__67ac0f2f table>tbody.hoverable__4b390e84>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-17-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__67ac0f2f table>tbody.hoverable__4b390e84>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-17-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-17-0)}}.tableBasic__67ac0f2f .footerEmptyData__9397f8c4{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__67ac0f2f .spinnerWrapper__b23e97c3{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__67ac0f2f .spinnerWrapper__b23e97c3 .tableLoaderScreen__775a6205{border-radius:8px 8px 0 0}.tableBasic__67ac0f2f .overlayCover__86a0ee97{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-17-0);animation:fadeIn__d2259acc .3s}.tableBasicSettingsBody__db1c5571{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__e4868913{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-17-0)!important}.columnSettingsSortableListItemTarget__e4868913:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-17-0)!important}.columnSettingsSortableListItemTarget__e4868913.dragging__e01f5462{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-17-0)!important}.columnSettingsStaticListItem__3f791a17{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-17-0)}.tableBasicSettingsFooter__b7570123{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-17-0);padding:11px 12px 12px}.tableBasicSettingsHeader__cabeef55{padding:16px 12px 12px}.tableSettingsLink__46c5e9a2{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__fc5dc8ba{width:320px}.tableFooterWrapper__17f81fdc{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__17f81fdc .tableFooterShadow__cb92e3b3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-17-0);pointer-events:none}.tableFooterWrapper__17f81fdc .tableFooter__54538c3a{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-17-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666{display:flex;align-items:center}.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummarySelectedCount__7a3459f0,.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummarySelectAllButton__7ff37918,.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummaryAmount__cdb1eb03{display:inline-flex}.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummarySelectedCount__7a3459f0,.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummarySelectAllButton__7ff37918,.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummaryAmount__cdb1eb03,.tableFooterWrapper__17f81fdc .tableFooter__54538c3a .tableFooterSummary__4f2eb666 .tableFooterSummaryLabel__1a9e59b1{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__17f81fdc{height:112px}}.paginationPanel__30cfae8d{margin-top:16px}.masterTable__4c75a42c{position:relative}.orderedListItem__dd22998e{counter-increment:list-item-tx}.orderedListItem__dd22998e:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__dd22998e+.orderedListItem__dd22998e{margin-top:8px}.orderedList__0dca3405{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__08161c67{height:176px}.suggestFieldMobileDropdownHint__19d2bcce{padding:16px}.lightBox__e0737002{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__e0737002 .lightBoxBackdrop__5d0c6ac5{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-17-0)}.lightBox__e0737002.lightBoxSideOverlayActive__3080bc52,.lightBox__e0737002.lightBoxTopOverlayActive__8d973c1f{overflow-y:hidden}.lightBox__e0737002 .lightBoxContent__a6bb4994{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-17-0)}.lightBox__e0737002 .lightBoxContent__a6bb4994>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__e0737002 .lightBoxContent__a6bb4994>.global-page{padding:16px}}.lightBox__e0737002 .loadingContentOverlay__b8055316{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__e0737002 .lightBoxContentResizeWrapper__3ca04b9f{position:absolute;left:0;right:0;height:0}.lightBox__e0737002 .tempElSafariBug__53dc60ea{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__c71efa26,.global-LB-less-or-equal-media-point-0 .lightBox__e0737002.lightBoxSideOverlayActive__3080bc52{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__a6bb4994{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__a6bb4994{padding-left:80px;padding-right:80px}.lightBoxControls__d1285ee7{z-index:100}.withKeyboardEvent__77d29d21{display:inline-block}.withoutKeyboardEvent__a7fc1cc5,.lightBox__e0737002.lightBoxSideOverlayActive__3080bc52 .withKeyboardEvent__77d29d21,.lightBox__e0737002.lightBoxTopOverlayActive__8d973c1f .withKeyboardEvent__77d29d21,.lightBox__e0737002.isLoading__b44167fc .withKeyboardEvent__77d29d21{display:none}.lightBox__e0737002.lightBoxSideOverlayActive__3080bc52 .withoutKeyboardEvent__a7fc1cc5,.lightBox__e0737002.lightBoxTopOverlayActive__8d973c1f .withoutKeyboardEvent__a7fc1cc5,.lightBox__e0737002.isLoading__b44167fc .withoutKeyboardEvent__a7fc1cc5{display:inline-block}.lightBox__e0737002.isLoading__b44167fc .lightBoxPrev__ea982ba1,.lightBox__e0737002.isLoading__b44167fc .lightBoxNext__c9bfb7b9{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__d1285ee7{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__2982e633{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__629da430{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__3bf74e80{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ea982ba1,.global-LB-less-or-equal-media-point-0 .lightBoxNext__c9bfb7b9{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ea982ba1{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__7e69a953,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__dbf7b360{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__d1285ee7{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__2982e633{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__629da430{display:none}.global-LB-more-media-point-0 .lightBoxClose__3bf74e80{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__ea982ba1,.global-LB-more-media-point-0 .lightBoxNext__c9bfb7b9{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ea982ba1{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__c9bfb7b9{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__3e8e87a8{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__3e8e87a8.fixed__3c4a2336{position:fixed}.overlay__3e8e87a8.closing__7cd6f615,.overlay__3e8e87a8.opened__2312931d{visibility:visible;left:0;right:0}.overlayPanel__a4de6c5b{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-17-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__a4de6c5b.bottom__b96094d8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__a4de6c5b.left__99de2b40{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__a4de6c5b.right__9a61031a{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__a4de6c5b.top__ebea9c61{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__a4de6c5b.left__99de2b40.opened__2312931d,.overlayPanel__a4de6c5b.right__9a61031a.opened__2312931d{transform:translate(0)}.overlayPanel__a4de6c5b.top__ebea9c61.opened__2312931d,.overlayPanel__a4de6c5b.bottom__b96094d8.opened__2312931d{transform:translateY(0)}.overlayContent__e1bc585b{display:flex;min-height:100%}.overlayMask__87815c0e{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-17-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__87815c0e.overlayOpened__3bc36b90{opacity:1}.lightBoxSideOverlayLoaderWrapper__3cc977ec{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__8856ceed{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__b9f8c2b8{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__8856ceed{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__b9f8c2b8{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__b9f8c2b8{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__8856ceed{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__b9f8c2b8{display:none}.lightBoxSideOverlayMask__824e8981{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-17-0)}.lightBoxSideOverlayWrapper__ccf23a8e{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__ccf23a8e.overflowXHidden__9746f1d6{overflow-x:hidden}.lightBoxSideOverlayWrapper__ccf23a8e.overflowYHidden__bf79a212{overflow-y:hidden}.lightBoxSideOverlayWrapper__ccf23a8e.closing__c6a4dac2,.lightBoxSideOverlayWrapper__ccf23a8e.opened__5d51a101{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__ccf23a8e.closing__c6a4dac2{pointer-events:none}.lightBoxSideOverlayWrapper__ccf23a8e .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ccf23a8e .global-page{padding:16px}}.lightBoxSideOverlayWrapper__ccf23a8e .lightBoxSideOverlayContent__e86cc00f{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-17-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__ccf23a8e .lightBoxSideOverlayContent__e86cc00f.opened__5d51a101{transform:none}.lightBoxSideOverlayWrapper__ccf23a8e .lightBoxSideOverlayContent__e86cc00f.opening__9bc67803{transform:translateY(0)}.lightBoxSideOverlayWrapper__ccf23a8e.sm__9e016440 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__ccf23a8e.md__9c22bbe1 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__ccf23a8e.lg__3ed27866 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__ccf23a8e .lightBoxSideOverlayBase__745a7894{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ccf23a8e .lightBoxSideOverlayContent__e86cc00f{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__ccf23a8e .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__ccf23a8e .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__dc972a74{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__dc972a74.closing__c6a4dac2,.lightBoxSideOverlay__dc972a74.opening__9bc67803{overflow-x:hidden}.topOverlayMask__c452d18d{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-17-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__f794fa1f{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__f794fa1f.closing__537e3deb,.topOverlayWrapper__f794fa1f.opened__2edb39de{bottom:0}.topOverlayWrapper__f794fa1f .topOverlayPanel__28455ed9{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__1ce65589{z-index:500}@media (max-width: 767px){.topOverlayPanel__28455ed9{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__e496f0f8{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__e496f0f8.fixed__f07dcea7{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__2150acf4{display:none}}.lightBoxRightSidebar__67f085fc{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__67f085fc.fixed__f07dcea7{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__256058cf{display:none}}html.scroll-0__2e628c0f{--triplex-next-scroll-width: 0px}html.scroll-15__13ca7254{--triplex-next-scroll-width: 15px}html.scroll-16__d9c5a02d{--triplex-next-scroll-width: 16px}html.scroll-17__b3e88be1{--triplex-next-scroll-width: 17px}.smsField__92d88b29{display:inline-block;position:relative;width:100%}.smsField__92d88b29 .input__b55790e6{text-align:center}.smsField__92d88b29 .input__b55790e6::placeholder{opacity:1}.smsField__92d88b29 .input__b55790e6:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-17-0)}.smsField__92d88b29 .input__b55790e6.lg__f5749d85{padding:18px 40px}.smsField__92d88b29 .input__b55790e6.md__16b0e74f{padding-left:26px;padding-right:26px}.smsField__92d88b29 .input__b55790e6.sm__2ca06a45{padding-left:20px;padding-right:20px}.smsField__92d88b29 .btnRefresh__611d4b19{position:absolute;outline:none;z-index:1}.smsField__92d88b29 .btnRefresh__611d4b19.lg__f5749d85{top:12px;left:12px;height:32px;width:32px}.smsField__92d88b29 .btnRefresh__611d4b19.md__16b0e74f{top:10px;left:10px}.smsField__92d88b29 .btnRefresh__611d4b19.sm__2ca06a45{top:4px;left:4px}.smsField__92d88b29 .btnRefresh__611d4b19 .full__11a0c37c{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-17-0)}.smsField__92d88b29 .btnRefresh__611d4b19 .empty__269f7c79{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-17-0)}.smsField__92d88b29 .btnRefresh__611d4b19:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-17-0)}.smsField__92d88b29 .btnSubmit__c214a23c{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-17-0)}.smsField__92d88b29 .btnSubmit__c214a23c.active__ce46f28e:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-17-0)}.smsField__92d88b29 .btnSubmit__c214a23c.active__ce46f28e:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-17-0)}.smsField__92d88b29 .btnSubmit__c214a23c.lg__f5749d85{top:15px;right:15px;height:26px;width:26px}.smsField__92d88b29 .btnSubmit__c214a23c.md__16b0e74f{top:10px;right:10px}.smsField__92d88b29 .btnSubmit__c214a23c.sm__2ca06a45{top:4px;right:4px}.spoiler__f611c3a9{display:flex;flex-direction:column}.spoiler__f611c3a9.opened__52c0d8f8 .caretIcon__c6c25c2d{transform:rotate(-180deg)}.spoiler__f611c3a9 .head__c229a53f .caretIcon__c6c25c2d{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__f611c3a9 .head__c229a53f button>span{white-space:normal;text-align:left}.spoiler__f611c3a9 .content__bcfd4dcf.hidden__5137b49e{display:none}.spoiler__f611c3a9 .lg__d0fb222f .content__bcfd4dcf{margin-top:8px}.spoiler__f611c3a9 .md__a2e02d59 .content__bcfd4dcf{margin-top:0}.spoiler__f611c3a9 .sm__c2b5b293 .content__bcfd4dcf{margin-top:-4px}.statusTrackerWrapper__ee04a2b8{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-17-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-17-0);overflow:hidden;height:100%}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850.verticalAlignMiddle__292b90de{align-self:center}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850.verticalAlignBottom__a457d5bf{align-self:end}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerChild__7e7926c2{padding:8px 0}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerChild__7e7926c2:empty{padding:0}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerSum__36b9ef2a,.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerTitle__b98f7e6c{padding-bottom:4px}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerDescription__ff5fb791{display:block;padding-top:8px}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerAlert__42fc4acc{margin-top:12px;text-align:left}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerStatus__d18a8465{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerFooterWrapper__38be19e5{display:grid}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerFooterWrapper__38be19e5 .statusTrackerDescription__ff5fb791:last-child{padding-top:0}.statusTrackerWrapper__ee04a2b8 .statusTracker__fbb6e850 .statusTrackerFooterWrapper__38be19e5 .statusTrackerButton__63e8d77e{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__ee04a2b8 .statusTrackerColor__0ec66b13{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__ee04a2b8 .statusTrackerColor__0ec66b13.waiting__0bccc946{background:var(--triplex-next-StatusTracker-Waiting_Color-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerColor__0ec66b13.warning__e134f3e9{background:var(--triplex-next-StatusTracker-Warning_Background-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerColor__0ec66b13.rejected__b4d154a1{background:var(--triplex-next-StatusTracker-Rejected_Color-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerColor__0ec66b13.approved__86217e4a{background:var(--triplex-next-StatusTracker-Approved_Color-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerBackground__3a619513{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__ee04a2b8 .statusTrackerBackground__3a619513.waiting__0bccc946{background:var(--triplex-next-StatusTracker-Waiting_Background-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerBackground__3a619513.warning__e134f3e9{background:var(--triplex-next-StatusTracker-Warning_Background-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerBackground__3a619513.rejected__b4d154a1{background:var(--triplex-next-StatusTracker-Rejected_Background-1-17-0)}.statusTrackerWrapper__ee04a2b8 .statusTrackerBackground__3a619513.approved__86217e4a{background:var(--triplex-next-StatusTracker-Approved_Background-1-17-0)}@media (max-width: 767px){.statusTrackerWrapper__ee04a2b8{border-radius:16px}}.smallInput__89725437{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-17-0);background:var(--triplex-next-SmallInput-Background-1-17-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-17-0)}.smallInput__89725437::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-17-0);opacity:1}.smallInput__89725437::-ms-clear{display:none}.documentNumberEdit__de0583ae .label__3f4c56c0{display:inline-block;margin-right:8px}.documentNumberEdit__de0583ae .inputEditWrapper__51d438ce{width:68px;display:inline-block}.sliderExtendedDot__11336e06{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-17-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__11336e06:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-17-0)}.sliderExtendedDot__11336e06.focusedByClick__2d49c8eb:focus{box-shadow:none}.sliderExtendedDot__11336e06:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-17-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__11336e06:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-17-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__11336e06.disabled__e33b3877{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-17-0)}.sliderExtendedDot__11336e06.disabled__e33b3877:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-17-0)}.sliderExtendedDot__11336e06.disabled__e33b3877:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-17-0)}.sliderExtendedDot__11336e06:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-17-0)}.sliderExtendedDot__11336e06:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-17-0)}.sliderExtendedDot__11336e06.dragByMouse__5a0d253e{background:var(--triplex-next-Slider-Dot_Background_Select-1-17-0)}.sliderExtendedDot__11336e06.dragByMouse__5a0d253e:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-17-0)}.sliderExtendedDot__11336e06:hover .sliderExtendedTooltipOverlay__98ac4217,.sliderExtendedDot__11336e06:focus .sliderExtendedTooltipOverlay__98ac4217{visibility:visible}.sliderExtendedDot__11336e06.lg__58701d16{width:28px;height:28px}.sliderExtendedDot__11336e06.lg__58701d16:after{width:10px;height:10px}.sliderExtendedDot__11336e06.lg__58701d16:before{width:14px;height:14px}.sliderExtendedMarks__c84f3983{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__5f0a1ca7{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__5f0a1ca7 .sliderExtendedMarkDot__042a121e{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-17-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__5f0a1ca7 .sliderExtendedMarkDot__042a121e.inSelectedRange__9c7ef67f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-17-0)}.sliderExtendedMark__5f0a1ca7.lg__58701d16{top:20px}.sliderExtendedMark__5f0a1ca7.lg__58701d16 .sliderExtendedMarkDot__042a121e{top:-20px}.sliderExtendedMark__5f0a1ca7 .sliderExtendedMarkText__423f597b{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__5f0a1ca7.disabled__e33b3877{pointer-events:none}.sliderExtendedMark__5f0a1ca7.disabled__e33b3877 .sliderExtendedMarkText__423f597b{pointer-events:none;opacity:.35}.sliderExtendedMark__5f0a1ca7.disabled__e33b3877 .sliderExtendedMarkDot__042a121e{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-17-0)}.sliderExtendedMark__5f0a1ca7:first-child,.sliderExtendedMark__5f0a1ca7:last-child{transform:none}.sliderExtendedMark__5f0a1ca7:first-child.reverse__e8138bf8 .sliderExtendedMarkDot__042a121e{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__5f0a1ca7:first-child.reverse__e8138bf8 .sliderExtendedMarkText__423f597b{margin-right:-4px}.sliderExtendedMark__5f0a1ca7:first-child:not(.reverse__e8138bf8) .sliderExtendedMarkDot__042a121e{left:0;transform:translate(-50%)}.sliderExtendedMark__5f0a1ca7:first-child .sliderExtendedMarkText__423f597b{margin-left:-4px}.sliderExtendedMark__5f0a1ca7:last-child.reverse__e8138bf8 .sliderExtendedMarkDot__042a121e{left:0;transform:translate(-50%)}.sliderExtendedMark__5f0a1ca7:last-child.reverse__e8138bf8 .sliderExtendedMarkText__423f597b{margin-left:-4px}.sliderExtendedMark__5f0a1ca7:last-child:not(.reverse__e8138bf8) .sliderExtendedMarkDot__042a121e{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__5f0a1ca7:last-child .sliderExtendedMarkText__423f597b{margin-right:-4px}.sliderExtendedMark__5f0a1ca7.active__902e276f{pointer-events:none}.sliderExtendedRail__6046d353{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-17-0);cursor:pointer}.sliderExtended__b957da52{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__b957da52.disabled__e33b3877 .sliderExtendedRail__6046d353{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-17-0)}.sliderExtended__b957da52.lg__58701d16{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__2e86d18a{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-17-0);z-index:10}.sliderExtendedTrack__2e86d18a.lg__58701d16{top:12px}.sliderExtendedTrack__2e86d18a:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-17-0)}.sliderExtendedTrack__2e86d18a.focusedByClick__2d49c8eb:focus{box-shadow:none}.sliderExtendedTrack__2e86d18a.hoverOrDragByMouse__ccbc8d7e{background:var(--triplex-next-Slider-Track_Background_Hover-1-17-0)}.sliderExtendedTrack__2e86d18a.staticSlider__4a93619f{cursor:default;pointer-events:none}.sliderExtendedTrack__2e86d18a.disabled__e33b3877{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-17-0)}.sliderExtendedTooltipOverlay__98ac4217{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__98ac4217.lg__58701d16{bottom:32px}.sliderExtendedTooltipOverlay__98ac4217 .tooltipBody__500ac787{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-17-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-17-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__98ac4217 .tooltipTip__c602ac57{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-17-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__98ac4217 .tooltipTip__c602ac57{margin:-.5px}}.treeView__f4a3cbaa,.treeViewGroup__9f131b56{margin:0;padding:0}.treeView__f4a3cbaa .treeViewNode__f9d03b5e,.treeViewGroup__9f131b56 .treeViewNode__f9d03b5e{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__3310a08b.collapsed__5bf23ec5{visibility:hidden}.checkboxTreeExtended__14bd5e4a{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__8bba1f85 .checkboxTreeExtendedNode__8bba1f85{margin-left:24px}.checkboxTreeExtendedNodeHeader__b08b70e6{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__b08b70e6.sm__0a10c892{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__b08b70e6.md__132e9001,.checkboxTreeExtendedNodeHeader__b08b70e6.lg__f6a9c7de{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__b08b70e6 .checkboxTreeCheckboxLabel__0dc41e28{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__b08b70e6 .caretIconWrapper__2bdde1f0{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__b08b70e6 .caretIconWrapper__2bdde1f0:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-17-0)}.checkboxTreeExtendedNodeHeader__b08b70e6.opened__288585d2 .caretIconWrapper__2bdde1f0{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__14bd5e4a{padding:12px 14px}}.chipGroup__bf118f35{display:flex}.chipGroup__bf118f35.oneLine__61c8c7d8{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__bf118f35.oneLine__61c8c7d8::-webkit-scrollbar{display:none}.chipGroup__bf118f35.multiLine__e904ccd4{flex-wrap:wrap}.chipGroup__bf118f35.lg__645e11a4{gap:12px}.chipGroup__bf118f35.md__69ee8ee7,.chipGroup__bf118f35.sm__ee52daa1{gap:8px}.confirm__3eb43e7e{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__3eb43e7e.isInLightBox__4d59dd99{max-width:800px}.confirm__3eb43e7e.isInSideOverlaySM__e8436707{max-width:416px}.confirm__3eb43e7e.isInSideOverlayMD__e4f7e774{max-width:536px}.confirm__3eb43e7e.isInSideOverlayLG__e5577b92{max-width:736px}.confirmCloseButton__22a01453{position:absolute;top:24px;right:24px}.confirmContent__8a6a6097{margin-bottom:24px;padding-right:56px}.confirmControls__83c2dea9{white-space:nowrap}.confirmContentTitle__3d6c7052{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__22a01453{top:16px;right:16px}.confirmContent__8a6a6097{margin-bottom:16px}}.divider__cd15a5e4{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-17-0);border:none}.marginTopSize-4__c5f8270d{margin-top:4px}.marginBottomSize-4__28a3af49{margin-bottom:4px}.marginTopSize-8__e7a057a1{margin-top:8px}.marginBottomSize-8__20055f0b{margin-bottom:8px}.marginTopSize-12__fa953e58{margin-top:12px}.marginBottomSize-12__764890fe{margin-bottom:12px}.marginTopSize-16__878c4708{margin-top:16px}.marginBottomSize-16__12646219{margin-bottom:16px}.marginTopSize-20__6873bd6c{margin-top:20px}.marginBottomSize-20__fbf3b9f7{margin-bottom:20px}.marginTopSize-24__784a7c16{margin-top:24px}.marginBottomSize-24__cb6b3255{margin-bottom:24px}.marginTopSize-28__877cd3da{margin-top:28px}.marginBottomSize-28__5d755a6f{margin-bottom:28px}.marginTopSize-32__a97bf14e{margin-top:32px}.marginBottomSize-32__26c610fd{margin-bottom:32px}.listMasterChipGroup__dd75ea5d{padding:0 16px}.listMasterFooter__596a388c{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-17-0);color:var(--triplex-next-ListMaster-Footer_Color-1-17-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__596a388c.sticky__c0f72b41{position:sticky;bottom:0}.listMasterFooterDescription__895f6b15{padding-right:16px}.listMasterFooterControls__9be39fcf{white-space:nowrap}.listMasterHeader__03dce8f9{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-17-0);color:var(--triplex-next-ListMaster-Header_Color-1-17-0)}.listMasterHeader__03dce8f9.sticky__c0f72b41{position:sticky;top:0;z-index:1}.selectionControls__6f752b43{display:flex;justify-content:space-between;align-items:center}.uploadZone__7c52e5fd{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-17-0)}.uploadZone__7c52e5fd:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-17-0)}.uploadZoneDragArea__18412ca4{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-17-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__b1cfd3c8{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-17-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-17-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-17-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__ce2b532b{display:none}@media (max-width: 767px){.uploadZone__7c52e5fd,.uploadZone__7c52e5fd:hover{background:none}.uploadZoneDragArea__18412ca4{display:none}}button.helpBoxButton__156317c1{position:relative;vertical-align:text-bottom}.dateRange__3a83539f{display:flex;align-items:center}.dateRangeButton__fbdd74d5{z-index:1}.separator__bea7906e{width:20px;height:20px;flex-shrink:0}.tagColor__f0e596e2{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__f0e596e2.sm__e082f212{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__f0e596e2.md__26ebb051{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__f0e596e2.lg__bb11bec9{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__f0e596e2.default__0e823d5f{background:var(--triplex-next-TagColor-Background_Default-1-17-0)}.tagColor__f0e596e2.success__dea75674{background:var(--triplex-next-TagColor-Background_Success-1-17-0)}.tagColor__f0e596e2.info__e48d8f02{background:var(--triplex-next-TagColor-Background_Info-1-17-0)}.tagColor__f0e596e2.warning__b4bdce11{background:var(--triplex-next-TagColor-Background_Warning-1-17-0)}.tagColor__f0e596e2.error__151a4ac1{background:var(--triplex-next-TagColor-Background_Error-1-17-0)}.content__6c1c09f7{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-17-0)}
|