@sberbusiness/triplex-next 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-DQAI3bgu.js → AlertProcessSpoiler-Clc5Pcoq.js} +12 -12
- package/chunks/{CalendarViewItem-DML7yFTS.js → CalendarViewItem-BXB-l14w.js} +11 -11
- package/chunks/Card.module-Cu7AW6wF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +14 -0
- package/chunks/{Chip-CI3sEzkq.js → Chip-CY6jm0GS.js} +13 -13
- package/chunks/Confirm.module-OZDQwZ76.js +15 -0
- package/chunks/{DropdownListItem-9VgfsLJP.js → DropdownListItem-BsD2UckS.js} +18 -18
- package/chunks/DropdownMobile.module-DyAN0fdk.js +23 -0
- package/chunks/Footer.module-CNLRKuaO.js +9 -0
- package/chunks/FormFieldInput-fdQkON04.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +9 -0
- package/chunks/HeaderTabs.module-bgwZzpN5.js +9 -0
- package/chunks/{HeaderTitle.module-e8_DcucZ.js → HeaderTitle.module-DcwCxesK.js} +2 -2
- package/chunks/IslandAccordion.module-CkwZRvz0.js +25 -0
- package/chunks/IslandWidgetFooter.module-CRDSENKS.js +9 -0
- package/chunks/IslandWidgetHeader.module-CplPMePk.js +9 -0
- package/chunks/{LightBoxContent-Dpu6E3Cr.js → LightBoxContent-3oHJFM6-.js} +3 -3
- package/chunks/LightBoxControls.module-BiErhmuy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +8 -0
- package/chunks/{ListItemControlsButton-BMsTQr9O.js → ListItemControlsButton-DQyZxkWl.js} +10 -10
- package/chunks/ListItemTail.module-BcXdd7Tg.js +12 -0
- package/chunks/ListMasterFooter.module-IIuFg261.js +10 -0
- package/chunks/ModalWindow.module-BxpQ7u7J.js +17 -0
- package/chunks/Notification.module-Dd05nJZX.js +21 -0
- package/chunks/Overlay.module-nyoFWXgt.js +18 -0
- package/chunks/Page.module-COesJT7Q.js +11 -0
- package/chunks/{RightBorderArrow-BQ_cZ8U3.js → RightBorderArrow-NMZgNz0e.js} +11 -11
- package/chunks/SMSField.module-CyHqtrvG.js +16 -0
- package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +15 -0
- package/chunks/{SliderExtendedRail-oI7nifMP.js → SliderExtendedRail-w5E8mOCQ.js} +6 -6
- package/chunks/StatusTracker.module-4qTM1xYQ.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bilm-Pwh.js → SuggestFieldMobileDropdownHint-Bu9hDMWX.js} +4 -4
- package/chunks/TableFooter.module-w1swDJka.js +14 -0
- package/chunks/TabsExtended.module-tx9R1r2s.js +16 -0
- package/chunks/TabsLine.module-DySAqOh5.js +21 -0
- package/chunks/TooltipDesktop.module-CVyAe5HN.js +19 -0
- package/chunks/TreeView.module-4qMoe0gI.js +9 -0
- package/chunks/{UploadZoneInput-CfYPrkK_.js → UploadZoneInput-DxpDQJSy.js} +3 -3
- package/chunks/utils-BqO-7PCm.js +20 -0
- package/chunks/{utils-SerS_ys8.js → utils-CXsSOP27.js} +8 -8
- package/chunks/utils-Clzm2Vel.js +73 -0
- package/chunks/utils-Dtu8f6BX.js +24 -0
- package/chunks/{utils-16fU9G4P.js → utils-H2e9tc3r.js} +2 -2
- package/chunks/vendor-CalMVkfj.js +12482 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +14 -14
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +14 -14
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +28 -28
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +38 -37
- package/components/Calendar/CalendarContext.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +21 -20
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +21 -21
- package/components/Calendar/components/CalendarViewYears.js +15 -15
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +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 +5 -5
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +135 -135
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- 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 +8 -8
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +24 -23
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +21 -21
- 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 +29 -29
- package/components/FormField/components/FormFieldClear.js +17 -17
- 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 +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +32 -35
- 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 +2 -2
- 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 +2 -2
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +10 -10
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +17 -17
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +17 -17
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +11 -11
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +11 -11
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +10 -10
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +2 -2
- 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 +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +5 -5
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- 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 +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +11 -11
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +29 -29
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +11 -11
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +11 -11
- package/components/Tag/Tag.js +31 -31
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +29 -29
- 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 +8 -8
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +9 -9
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-Bg8-F1uZ.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +0 -14
- package/chunks/Confirm.module-C3SyV40Z.js +0 -15
- package/chunks/DropdownMobile.module-BLKzmRLM.js +0 -23
- package/chunks/Footer.module-D83FlUYZ.js +0 -9
- package/chunks/FormFieldInput-DurMmok0.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +0 -9
- package/chunks/HeaderTabs.module-11xkKwN7.js +0 -9
- package/chunks/IslandAccordion.module-C6INnFmn.js +0 -25
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +0 -9
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +0 -9
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +0 -8
- package/chunks/ListItemTail.module-CcT-PrXt.js +0 -12
- package/chunks/ListMasterFooter.module-CV05gXbo.js +0 -10
- package/chunks/ModalWindow.module-DlNg_kPu.js +0 -17
- package/chunks/Notification.module-C5D-8Dtt.js +0 -21
- package/chunks/Overlay.module-3QvWfMgh.js +0 -18
- package/chunks/Page.module-BV59uicx.js +0 -11
- package/chunks/SMSField.module-BL9kkhHx.js +0 -16
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +0 -15
- package/chunks/StatusTracker.module-CtjfmWAE.js +0 -24
- package/chunks/TableFooter.module-Bq2Lm9CG.js +0 -14
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +0 -16
- package/chunks/TabsLine.module-D0stwkA6.js +0 -21
- package/chunks/TooltipDesktop.module-DUucrF7X.js +0 -19
- package/chunks/TreeView.module-CEYl8PNr.js +0 -9
- package/chunks/utils-Bu0wcDBu.js +0 -73
- package/chunks/utils-CC47I1cc.js +0 -24
- package/chunks/utils-Ccw--G8d.js +0 -20
- package/chunks/vendor-BARd5eYq.js +0 -15069
package/styles/triplex-next.css
CHANGED
|
@@ -1,534 +1,534 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-0-
|
|
2
|
-
--triplex-next-ColorBrand-10-0-
|
|
3
|
-
--triplex-next-ColorBrand-20-0-
|
|
4
|
-
--triplex-next-ColorBrand-30-0-
|
|
5
|
-
--triplex-next-ColorBrand-40-0-
|
|
6
|
-
--triplex-next-ColorBrand-50-0-
|
|
7
|
-
--triplex-next-ColorBrand-60-0-
|
|
8
|
-
--triplex-next-ColorBrand-70-0-
|
|
9
|
-
--triplex-next-ColorBrand-80-0-
|
|
10
|
-
--triplex-next-ColorBrand-90-0-
|
|
11
|
-
--triplex-next-ColorBrand-100-0-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-0-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-0-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-0-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-0-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-0-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-0-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-0-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-0-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-0-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-0-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-0-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-0-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-0-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-0-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-0-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-0-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-0-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-0-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-0-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-0-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-0-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-0-
|
|
34
|
-
--triplex-next-ColorError-0-0-
|
|
35
|
-
--triplex-next-ColorError-10-0-
|
|
36
|
-
--triplex-next-ColorError-20-0-
|
|
37
|
-
--triplex-next-ColorError-30-0-
|
|
38
|
-
--triplex-next-ColorError-40-0-
|
|
39
|
-
--triplex-next-ColorError-50-0-
|
|
40
|
-
--triplex-next-ColorError-60-0-
|
|
41
|
-
--triplex-next-ColorError-70-0-
|
|
42
|
-
--triplex-next-ColorError-80-0-
|
|
43
|
-
--triplex-next-ColorError-90-0-
|
|
44
|
-
--triplex-next-ColorError-100-0-
|
|
45
|
-
--triplex-next-ColorInfo-0-0-
|
|
46
|
-
--triplex-next-ColorInfo-10-0-
|
|
47
|
-
--triplex-next-ColorInfo-20-0-
|
|
48
|
-
--triplex-next-ColorInfo-30-0-
|
|
49
|
-
--triplex-next-ColorInfo-40-0-
|
|
50
|
-
--triplex-next-ColorInfo-50-0-
|
|
51
|
-
--triplex-next-ColorInfo-60-0-
|
|
52
|
-
--triplex-next-ColorInfo-70-0-
|
|
53
|
-
--triplex-next-ColorInfo-80-0-
|
|
54
|
-
--triplex-next-ColorInfo-90-0-
|
|
55
|
-
--triplex-next-ColorInfo-100-0-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-0-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-0-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-0-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-0-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-0-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-0-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-0-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-0-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-0-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-0-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-0-
|
|
67
|
-
--triplex-next-ColorNeutral-0-0-
|
|
68
|
-
--triplex-next-ColorNeutral-10-0-
|
|
69
|
-
--triplex-next-ColorNeutral-20-0-
|
|
70
|
-
--triplex-next-ColorNeutral-30-0-
|
|
71
|
-
--triplex-next-ColorNeutral-40-0-
|
|
72
|
-
--triplex-next-ColorNeutral-50-0-
|
|
73
|
-
--triplex-next-ColorNeutral-60-0-
|
|
74
|
-
--triplex-next-ColorNeutral-70-0-
|
|
75
|
-
--triplex-next-ColorNeutral-80-0-
|
|
76
|
-
--triplex-next-ColorNeutral-90-0-
|
|
77
|
-
--triplex-next-ColorNeutral-100-0-
|
|
78
|
-
--triplex-next-ColorSuccess-0-0-
|
|
79
|
-
--triplex-next-ColorSuccess-10-0-
|
|
80
|
-
--triplex-next-ColorSuccess-20-0-
|
|
81
|
-
--triplex-next-ColorSuccess-30-0-
|
|
82
|
-
--triplex-next-ColorSuccess-40-0-
|
|
83
|
-
--triplex-next-ColorSuccess-50-0-
|
|
84
|
-
--triplex-next-ColorSuccess-60-0-
|
|
85
|
-
--triplex-next-ColorSuccess-70-0-
|
|
86
|
-
--triplex-next-ColorSuccess-80-0-
|
|
87
|
-
--triplex-next-ColorSuccess-90-0-
|
|
88
|
-
--triplex-next-ColorSuccess-100-0-
|
|
89
|
-
--triplex-next-ColorSystem-0-0-
|
|
90
|
-
--triplex-next-ColorSystem-10-0-
|
|
91
|
-
--triplex-next-ColorSystem-20-0-
|
|
92
|
-
--triplex-next-ColorSystem-30-0-
|
|
93
|
-
--triplex-next-ColorSystem-40-0-
|
|
94
|
-
--triplex-next-ColorSystem-50-0-
|
|
95
|
-
--triplex-next-ColorSystem-60-0-
|
|
96
|
-
--triplex-next-ColorSystem-70-0-
|
|
97
|
-
--triplex-next-ColorSystem-80-0-
|
|
98
|
-
--triplex-next-ColorSystem-90-0-
|
|
99
|
-
--triplex-next-ColorSystem-100-0-
|
|
100
|
-
--triplex-next-ColorWarning-0-0-
|
|
101
|
-
--triplex-next-ColorWarning-10-0-
|
|
102
|
-
--triplex-next-ColorWarning-20-0-
|
|
103
|
-
--triplex-next-ColorWarning-30-0-
|
|
104
|
-
--triplex-next-ColorWarning-40-0-
|
|
105
|
-
--triplex-next-ColorWarning-50-0-
|
|
106
|
-
--triplex-next-ColorWarning-60-0-
|
|
107
|
-
--triplex-next-ColorWarning-70-0-
|
|
108
|
-
--triplex-next-ColorWarning-80-0-
|
|
109
|
-
--triplex-next-ColorWarning-90-0-
|
|
110
|
-
--triplex-next-ColorWarning-100-0-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-0-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-0-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-0-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-0-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-0-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-0-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-0-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-0-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-0-
|
|
120
|
-
--triplex-next-Avatar-Background-0-
|
|
121
|
-
--triplex-next-Button-General_Background_Active-0-
|
|
122
|
-
--triplex-next-Button-General_Background_Default-0-
|
|
123
|
-
--triplex-next-Button-General_Background_Disabled-0-
|
|
124
|
-
--triplex-next-Button-General_Background_Hover-0-
|
|
125
|
-
--triplex-next-Button-General_Color_Active-0-
|
|
126
|
-
--triplex-next-Button-General_Color_Default-0-
|
|
127
|
-
--triplex-next-Button-General_Color_Disabled-0-
|
|
128
|
-
--triplex-next-Button-General_Color_Hover-0-
|
|
129
|
-
--triplex-next-Button-General_Shadow_Focus-0-
|
|
130
|
-
--triplex-next-Button-Secondary_Background_Active-0-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Default-0-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Disabled-0-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Hover-0-
|
|
134
|
-
--triplex-next-Button-Secondary_Color_Active-0-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Default-0-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Disabled-0-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Hover-0-
|
|
138
|
-
--triplex-next-Button-Secondary_Shadow_Focus-0-
|
|
139
|
-
--triplex-next-Button-SecondaryLight_Background_Active-0-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Default-0-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-0-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-0-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Color_Active-0-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Default-0-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-0-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-0-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-
|
|
148
|
-
--triplex-next-Button-Danger_Background_Active-0-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Default-0-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Disabled-0-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Hover-0-
|
|
152
|
-
--triplex-next-Button-Danger_Color_Active-0-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Default-0-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Disabled-0-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Hover-0-
|
|
156
|
-
--triplex-next-Button-Danger_Shadow_Focus-0-
|
|
157
|
-
--triplex-next-Button-Icon_Shadow_Focus-0-
|
|
158
|
-
--triplex-next-Button-Link_Color_Active-0-
|
|
159
|
-
--triplex-next-Button-Link_Color_Default-0-
|
|
160
|
-
--triplex-next-Button-Link_Color_Disabled-0-
|
|
161
|
-
--triplex-next-Button-Link_Color_Hover-0-
|
|
162
|
-
--triplex-next-Button-Link_Shadow_Focus-0-
|
|
163
|
-
--triplex-next-Calendar-Background_Shadow-0-
|
|
164
|
-
--triplex-next-Calendar-View_Header_Color-0-
|
|
165
|
-
--triplex-next-Calendar-View_Item_Background_Default-0-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Hover-0-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-
|
|
171
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-0-
|
|
172
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-
|
|
173
|
-
--triplex-next-Calendar-View_Item_Color_Default-0-
|
|
174
|
-
--triplex-next-Calendar-View_Item_Color_Hover-0-
|
|
175
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-0-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Muted-0-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Selected-0-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-
|
|
192
|
-
--triplex-next-Card-Static_General_Background-0-
|
|
193
|
-
--triplex-next-Card-Static_Secondary_Background-0-
|
|
194
|
-
--triplex-next-Card-Action_General_Background-0-
|
|
195
|
-
--triplex-next-Card-Action_General_Background_Hover-0-
|
|
196
|
-
--triplex-next-Card-Action_General_Background_Selected-0-
|
|
197
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-0-
|
|
198
|
-
--triplex-next-Card-Action_Secondary_Background-0-
|
|
199
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-0-
|
|
200
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-0-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-
|
|
202
|
-
--triplex-next-Card-Shadow_Default-0-
|
|
203
|
-
--triplex-next-Card-Shadow_Focus-0-
|
|
204
|
-
--triplex-next-Card-Shadow_Hover-0-
|
|
205
|
-
--triplex-next-Card-Shadow_Selected-0-
|
|
206
|
-
--triplex-next-Card-Shadow_Selected_Hover-0-
|
|
207
|
-
--triplex-next-Checkbox-Background_Checked_Default-0-
|
|
208
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-0-
|
|
209
|
-
--triplex-next-Checkbox-Background_Checked_Hover-0-
|
|
210
|
-
--triplex-next-Checkbox-Background_Default-0-
|
|
211
|
-
--triplex-next-Checkbox-Background_Disabled-0-
|
|
212
|
-
--triplex-next-Checkbox-Background_Hover-0-
|
|
213
|
-
--triplex-next-Checkbox-BorderColor_Default-0-
|
|
214
|
-
--triplex-next-Checkbox-BorderColor_Disabled-0-
|
|
215
|
-
--triplex-next-Checkbox-BorderColor_Focus-0-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Hover-0-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-0-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-
|
|
219
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-0-
|
|
220
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-
|
|
221
|
-
--triplex-next-Chip-Background_Active-0-
|
|
222
|
-
--triplex-next-Chip-Background_Default-0-
|
|
223
|
-
--triplex-next-Chip-Background_Disabled-0-
|
|
224
|
-
--triplex-next-Chip-Background_Hover-0-
|
|
225
|
-
--triplex-next-Chip-Background_Selected_Active-0-
|
|
226
|
-
--triplex-next-Chip-Background_Selected_Default-0-
|
|
227
|
-
--triplex-next-Chip-Background_Selected_Disabled-0-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Hover-0-
|
|
229
|
-
--triplex-next-Chip-Color_Active-0-
|
|
230
|
-
--triplex-next-Chip-Color_Default-0-
|
|
231
|
-
--triplex-next-Chip-Color_Disabled-0-
|
|
232
|
-
--triplex-next-Chip-Color_Hover-0-
|
|
233
|
-
--triplex-next-Chip-Color_Selected_Active-0-
|
|
234
|
-
--triplex-next-Chip-Color_Selected_Default-0-
|
|
235
|
-
--triplex-next-Chip-Color_Selected_Disabled-0-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Hover-0-
|
|
237
|
-
--triplex-next-Chip-Shadow_Focus-0-
|
|
238
|
-
--triplex-next-Divider-Background-0-
|
|
239
|
-
--triplex-next-Dropdown-Background-0-
|
|
240
|
-
--triplex-next-Dropdown-Shadow-0-
|
|
241
|
-
--triplex-next-DropdownList-Background_Active-0-
|
|
242
|
-
--triplex-next-DropdownList-Background_Default-0-
|
|
243
|
-
--triplex-next-DropdownList-Background_Selected-0-
|
|
244
|
-
--triplex-next-DropdownList-Color-0-
|
|
245
|
-
--triplex-next-DropdownMobile-Backdrop-0-
|
|
246
|
-
--triplex-next-DropdownMobile-Border_Color-0-
|
|
247
|
-
--triplex-next-DropdownMobile-Content_Background-0-
|
|
248
|
-
--triplex-next-DropdownMobile-Footer_Background-0-
|
|
249
|
-
--triplex-next-DropdownMobile-Header_Background-0-
|
|
250
|
-
--triplex-next-DropdownMobileList-Active_Background-0-
|
|
251
|
-
--triplex-next-DropdownMobileList-Selected_Background-0-
|
|
252
|
-
--triplex-next-FooterPage-StickyShadow-0-
|
|
253
|
-
--triplex-next-FormField-Background_Active-0-
|
|
254
|
-
--triplex-next-FormField-Background_Default-0-
|
|
255
|
-
--triplex-next-FormField-Background_Disabled-0-
|
|
256
|
-
--triplex-next-FormField-Background_Error-0-
|
|
257
|
-
--triplex-next-FormField-Background_Error_Hover-0-
|
|
258
|
-
--triplex-next-FormField-Background_Hover-0-
|
|
259
|
-
--triplex-next-FormField-Background_Warning-0-
|
|
260
|
-
--triplex-next-FormField-Background_Warning_Hover-0-
|
|
261
|
-
--triplex-next-FormField-Input_Color_Default-0-
|
|
262
|
-
--triplex-next-FormField-Input_Color_Disabled-0-
|
|
263
|
-
--triplex-next-FormField-Target_Color_Default-0-
|
|
264
|
-
--triplex-next-FormField-Target_Color_Disabled-0-
|
|
265
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-0-
|
|
266
|
-
--triplex-next-FormField-Label_Color_Default-0-
|
|
267
|
-
--triplex-next-FormField-Label_Color_Disabled-0-
|
|
268
|
-
--triplex-next-FormField-Shadow_Active-0-
|
|
269
|
-
--triplex-next-FormField-Shadow_Default-0-
|
|
270
|
-
--triplex-next-FormField-Shadow_Error_Active-0-
|
|
271
|
-
--triplex-next-FormField-Shadow_Warning_Active-0-
|
|
272
|
-
--triplex-next-FormField-Placeholder_Color-0-
|
|
273
|
-
--triplex-next-HeaderPage-StickyShadow-0-
|
|
274
|
-
--triplex-next-Island-Type1_Background-0-
|
|
275
|
-
--triplex-next-Island-Type2_Background-0-
|
|
276
|
-
--triplex-next-Island-Type3_Background-0-
|
|
277
|
-
--triplex-next-Island-Type1_Shadow-0-
|
|
278
|
-
--triplex-next-Island-Type2_Shadow-0-
|
|
279
|
-
--triplex-next-Island-Type3_Shadow-0-
|
|
280
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-
|
|
281
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-
|
|
282
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-
|
|
283
|
-
--triplex-next-IslandAccordion-Shadow_Focus-0-
|
|
284
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-0-
|
|
285
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-
|
|
286
|
-
--triplex-next-LightBox-Backdrop_Background-0-
|
|
287
|
-
--triplex-next-LightBox-Content_Background-0-
|
|
288
|
-
--triplex-next-Link-BorderColor_Focus-0-
|
|
289
|
-
--triplex-next-Link-Text_Color_Active-0-
|
|
290
|
-
--triplex-next-Link-Text_Color_Default-0-
|
|
291
|
-
--triplex-next-Link-Text_Color_Hover-0-
|
|
292
|
-
--triplex-next-ListItem-Background-0-
|
|
293
|
-
--triplex-next-ListItem-Background_Dragging-0-
|
|
294
|
-
--triplex-next-ListItem-Background_Selected-0-
|
|
295
|
-
--triplex-next-ListItem-Shadow-0-
|
|
296
|
-
--triplex-next-ListItemControlsButton-Background_Active-0-
|
|
297
|
-
--triplex-next-ListItemControlsButton-Background_Default-0-
|
|
298
|
-
--triplex-next-ListItemControlsButton-Background_Hover-0-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Color_Active-0-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Color_Default-0-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Color_Hover-0-
|
|
302
|
-
--triplex-next-ListMaster-Background-0-
|
|
303
|
-
--triplex-next-ListMaster-Footer_Background-0-
|
|
304
|
-
--triplex-next-ListMaster-Footer_Color-0-
|
|
305
|
-
--triplex-next-ListMaster-Header_Background-0-
|
|
306
|
-
--triplex-next-ListMaster-Header_Color-0-
|
|
307
|
-
--triplex-next-Loader-Element_Background_Brand-0-
|
|
308
|
-
--triplex-next-Loader-Element_Background_Neutral-0-
|
|
309
|
-
--triplex-next-Loader-Middle_Background_Default-0-
|
|
310
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-
|
|
311
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-
|
|
312
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-0-
|
|
313
|
-
--triplex-next-Marker-Background_Error-0-
|
|
314
|
-
--triplex-next-Marker-Background_Success-0-
|
|
315
|
-
--triplex-next-Marker-Background_Waiting-0-
|
|
316
|
-
--triplex-next-Marker-Background_Warning-0-
|
|
317
|
-
--triplex-next-MarkerStatus-Description_Color-0-
|
|
318
|
-
--triplex-next-ModalWindow-Background-0-
|
|
319
|
-
--triplex-next-ModalWindow-Backdrop_Background-0-
|
|
320
|
-
--triplex-next-MultiselectField-Divider_Color-0-
|
|
321
|
-
--triplex-next-Notification-Background-0-
|
|
322
|
-
--triplex-next-Notification-Color-0-
|
|
323
|
-
--triplex-next-Notification-TimeColor-0-
|
|
324
|
-
--triplex-next-Notification-Shadow-0-
|
|
325
|
-
--triplex-next-Overlay-Background-0-
|
|
326
|
-
--triplex-next-Overlay-Panel_Background-0-
|
|
327
|
-
--triplex-next-Pagination-PageButton_Background_Active-0-
|
|
328
|
-
--triplex-next-Pagination-PageButton_Background_Hover-0-
|
|
329
|
-
--triplex-next-Pagination-PageButton_Background_Selected-0-
|
|
330
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-
|
|
331
|
-
--triplex-next-Pagination-PageButton_Color-0-
|
|
332
|
-
--triplex-next-Radio-Background_Checked_Default-0-
|
|
333
|
-
--triplex-next-Radio-Background_Checked_Disabled-0-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Hover-0-
|
|
335
|
-
--triplex-next-Radio-Background_Default-0-
|
|
336
|
-
--triplex-next-Radio-Background_Disabled-0-
|
|
337
|
-
--triplex-next-Radio-Background_Hover-0-
|
|
338
|
-
--triplex-next-Radio-BorderColor_Default-0-
|
|
339
|
-
--triplex-next-Radio-BorderColor_Disabled-0-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Focused-0-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Checked_Default-0-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-0-
|
|
343
|
-
--triplex-next-Radio-Dot_Default-0-
|
|
344
|
-
--triplex-next-Radio-Dot_Disabled-0-
|
|
345
|
-
--triplex-next-SegmentedControl-General_1_Background-0-
|
|
346
|
-
--triplex-next-SegmentedControl-General_2_Background-0-
|
|
347
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-0-
|
|
348
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-0-
|
|
349
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-
|
|
399
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-
|
|
400
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-0-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-
|
|
403
|
-
--triplex-next-SmallInput-Background-0-
|
|
404
|
-
--triplex-next-SmallInput-Color-0-
|
|
405
|
-
--triplex-next-SmallInput-PlaceholderColor-0-
|
|
406
|
-
--triplex-next-SmallInput-Shadow-0-
|
|
407
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-0-
|
|
408
|
-
--triplex-next-SMSField-Refresh_Fill_Full-0-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Disabled-0-
|
|
410
|
-
--triplex-next-SMSField-Submit_Background_Default-0-
|
|
411
|
-
--triplex-next-SMSField-Submit_Background_Hover-0-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Active-0-
|
|
413
|
-
--triplex-next-Slider-Dot_Background_Default-0-
|
|
414
|
-
--triplex-next-Slider-Dot_Background_Disabled-0-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Hover-0-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Select-0-
|
|
417
|
-
--triplex-next-Slider-Dot_Focus-0-
|
|
418
|
-
--triplex-next-Slider-Dot_Inner_Background-0-
|
|
419
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-
|
|
420
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-0-
|
|
421
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-0-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-
|
|
423
|
-
--triplex-next-Slider-Rail_Background-0-
|
|
424
|
-
--triplex-next-Slider-Rail_Background_Disabled-0-
|
|
425
|
-
--triplex-next-Slider-Tooltip_Background-0-
|
|
426
|
-
--triplex-next-Slider-Tooltip_Color-0-
|
|
427
|
-
--triplex-next-Slider-Track_Background_Default-0-
|
|
428
|
-
--triplex-next-Slider-Track_Background_Disabled-0-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Hover-0-
|
|
430
|
-
--triplex-next-StatusTracker-Draft_Background-0-
|
|
431
|
-
--triplex-next-StatusTracker-Warning_Background-0-
|
|
432
|
-
--triplex-next-StatusTracker-Waiting_Background-0-
|
|
433
|
-
--triplex-next-StatusTracker-Rejected_Background-0-
|
|
434
|
-
--triplex-next-StatusTracker-Approved_Background-0-
|
|
435
|
-
--triplex-next-StatusTracker-Waiting_Color-0-
|
|
436
|
-
--triplex-next-StatusTracker-Rejected_Color-0-
|
|
437
|
-
--triplex-next-StatusTracker-Approved_Color-0-
|
|
438
|
-
--triplex-next-StatusTracker-Border_Color-0-
|
|
439
|
-
--triplex-next-Step-Color_Active-0-
|
|
440
|
-
--triplex-next-Step-Color_Default-0-
|
|
441
|
-
--triplex-next-Step-Color_Disabled-0-
|
|
442
|
-
--triplex-next-Step-Color_Done-0-
|
|
443
|
-
--triplex-next-Step-Color_Error-0-
|
|
444
|
-
--triplex-next-Step-Color_Warning-0-
|
|
445
|
-
--triplex-next-Step-Background_Active-0-
|
|
446
|
-
--triplex-next-Step-Background_Default-0-
|
|
447
|
-
--triplex-next-Step-Background_Disabled-0-
|
|
448
|
-
--triplex-next-Step-Background_Done-0-
|
|
449
|
-
--triplex-next-Step-Background_Error-0-
|
|
450
|
-
--triplex-next-Step-Background_Warning-0-
|
|
451
|
-
--triplex-next-Stepper-Step_Background_Default-0-
|
|
452
|
-
--triplex-next-Stepper-Step_Background_Hover-0-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Disabled-0-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Error-0-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-0-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Warning-0-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-0-
|
|
458
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-0-
|
|
459
|
-
--triplex-next-Stepper-Step_BorderColor_Error-0-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-0-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Success-0-
|
|
462
|
-
--triplex-next-Stepper-Step_Color_Default-0-
|
|
463
|
-
--triplex-next-Stepper-Step_Color_Hover-0-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Disabled-0-
|
|
465
|
-
--triplex-next-Stepper-ButtonNext_Background-0-
|
|
466
|
-
--triplex-next-Stepper-ButtonPrev_Background-0-
|
|
467
|
-
--triplex-next-Stepper-Background-0-
|
|
468
|
-
--triplex-next-Stepper-Wrapper_Background-0-
|
|
469
|
-
--triplex-next-Stepper-Wrapper_BoxShadow-0-
|
|
470
|
-
--triplex-next-TableBasic-Background_Hover-0-
|
|
471
|
-
--triplex-next-TableBasic-Background_Selected-0-
|
|
472
|
-
--triplex-next-TableBasic-Color-0-
|
|
473
|
-
--triplex-next-TableBasic-Header_Background-0-
|
|
474
|
-
--triplex-next-TableBasic-TableFooter_Background-0-
|
|
475
|
-
--triplex-next-TableBasic-TableFooter_Highlight-0-
|
|
476
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-
|
|
479
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-
|
|
480
|
-
--triplex-next-Tabs-Type1_Background-0-
|
|
481
|
-
--triplex-next-Tabs-Type2_Background-0-
|
|
482
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-0-
|
|
483
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-0-
|
|
484
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-
|
|
485
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-
|
|
486
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-
|
|
487
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-
|
|
488
|
-
--triplex-next-Tabs-Type1_Tab_Color_Default-0-
|
|
489
|
-
--triplex-next-Tabs-Type2_Tab_Color_Default-0-
|
|
490
|
-
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-
|
|
491
|
-
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-
|
|
492
|
-
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-
|
|
493
|
-
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-
|
|
494
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-0-
|
|
495
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-0-
|
|
496
|
-
--triplex-next-Tag-Background-0-
|
|
497
|
-
--triplex-next-TagColor-Background_Default-0-
|
|
498
|
-
--triplex-next-TagColor-Background_Success-0-
|
|
499
|
-
--triplex-next-TagColor-Background_Info-0-
|
|
500
|
-
--triplex-next-TagColor-Background_Warning-0-
|
|
501
|
-
--triplex-next-TagColor-Background_Error-0-
|
|
502
|
-
--triplex-next-TagColor-Text_Color_Default-0-
|
|
503
|
-
--triplex-next-TabsLine-BorderColor_Active-0-
|
|
504
|
-
--triplex-next-TabsLine-BorderColor_Hover-0-
|
|
505
|
-
--triplex-next-TabsLine-Separator_Color-0-
|
|
506
|
-
--triplex-next-TabsLine-Shadow_Focus-0-
|
|
507
|
-
--triplex-next-Tooltip-Background-0-
|
|
508
|
-
--triplex-next-Tooltip-Color-0-
|
|
509
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-
|
|
510
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-
|
|
511
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-
|
|
512
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-
|
|
513
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-
|
|
514
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-
|
|
515
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-
|
|
516
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-
|
|
517
|
-
--triplex-next-TopOverlay-Background-0-
|
|
518
|
-
--triplex-next-Typography-Primary_Color-0-
|
|
519
|
-
--triplex-next-Typography-Complementary_Color-0-
|
|
520
|
-
--triplex-next-Typography-Secondary_Color-0-
|
|
521
|
-
--triplex-next-Typography-Tertiary_Color-0-
|
|
522
|
-
--triplex-next-Typography-Disabled_Color-0-
|
|
523
|
-
--triplex-next-Typography-Brand_Color-0-
|
|
524
|
-
--triplex-next-Typography-Info_Color-0-
|
|
525
|
-
--triplex-next-Typography-Success_Color-0-
|
|
526
|
-
--triplex-next-Typography-Error_Color-0-
|
|
527
|
-
--triplex-next-Typography-Warning_Color-0-
|
|
528
|
-
--triplex-next-Typography-System_Color-0-
|
|
529
|
-
--triplex-next-UploadZone-Background_Default-0-
|
|
530
|
-
--triplex-next-UploadZone-Background_Hover-0-
|
|
531
|
-
--triplex-next-UploadZone-BorderColor_Default-0-
|
|
532
|
-
--triplex-next-UploadZone-DragArea_Background-0-
|
|
533
|
-
--triplex-next-UploadZone-DragArea_BorderColor-0-
|
|
534
|
-
.underline__6367b215{text-decoration:underline}.strikethrough__db228add{text-decoration:line-through}.underlineStrikethrough__0a5655e3{text-decoration:underline line-through}.typography__f6b557ad.primary__1801b927{color:var(--triplex-next-Typography-Primary_Color-0-13-0)}.typography__f6b557ad.complementary__e3736b9d{color:var(--triplex-next-Typography-Complementary_Color-0-13-0)}.typography__f6b557ad.secondary__256ea5f5{color:var(--triplex-next-Typography-Secondary_Color-0-13-0)}.typography__f6b557ad.tertiary__8ce943b3{color:var(--triplex-next-Typography-Tertiary_Color-0-13-0)}.typography__f6b557ad.disabled__755e5f01{color:var(--triplex-next-Typography-Disabled_Color-0-13-0)}.typography__f6b557ad.brand__994b4bc1{color:var(--triplex-next-Typography-Brand_Color-0-13-0);-webkit-user-select:none;user-select:none}.typography__f6b557ad.info__c3cbcb9f{color:var(--triplex-next-Typography-Info_Color-0-13-0)}.typography__f6b557ad.success__7c9e9f60{color:var(--triplex-next-Typography-Success_Color-0-13-0)}.typography__f6b557ad.error__ae6f5806{color:var(--triplex-next-Typography-Error_Color-0-13-0)}.typography__f6b557ad.warning__724b5772{color:var(--triplex-next-Typography-Warning_Color-0-13-0)}.typography__f6b557ad.system__095e851a{color:var(--triplex-next-Typography-System_Color-0-13-0)}.typography__f6b557ad.compact__de498705{line-height:calc(16 / 14)}.title__fe664c22{outline:none}.title__fe664c22.regular__3af14457{font-family:SBSansDisplay;font-weight:400}.title__fe664c22.semibold__0c294414{font-family:SBSansDisplaySemibold;font-weight:600}.title__fe664c22.medium__9cd86546{font-family:SBSansDisplayMedium;font-weight:500}.title__fe664c22.bold__71e9f8ad{font-family:SBSansDisplayBold;font-weight:700}.h1__54b65472,.h2__45737914,.h3__e6d4da6f{margin:0}.h1__54b65472{font-size:28px;line-height:36px}.h2__45737914{font-size:24px;line-height:32px}.h3__e6d4da6f{font-size:20px;line-height:28px}.text__143d751c{outline:none}.text__143d751c.regular__3af14457{font-family:SBSansText}.text__143d751c.semibold__0c294414{font-family:SBSansTextSemibold;font-weight:600}.b1__65ee806c{font-size:18px;line-height:24px}.b2__9f1b69be{font-size:16px;line-height:20px}.b3__bd7591b6{font-size:14px;line-height:20px}.b3__bd7591b6.compact__de498705{line-height:16px}.b4__8389106d{font-size:12px;line-height:16px}.caption__5af14c4b.regular__3af14457{font-family:SBSansText}.caption__5af14c4b.semibold__0c294414{font-family:SBSansTextSemibold;font-weight:600}.c1__5eba9987{font-size:10px;line-height:12px}.c2__2f93c58f{font-size:8px;line-height:10px}.d1__c0b1337f{font-size:32px;line-height:40px}.d1__c0b1337f.regular__3af14457{font-family:SBSansDisplay}.d1__c0b1337f.semibold__0c294414{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__8e0a5b04{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-13-0)}.formFieldInput__8e0a5b04:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-13-0)}.formFieldInput__8e0a5b04::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-13-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__8e0a5b04:focus{outline:none}.formFieldInput__8e0a5b04:focus::placeholder{opacity:1}.formFieldInput__8e0a5b04:-webkit-autofill{animation-name:autofill-applied-hook__d63e7f0d;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__8e0a5b04:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7a066351;animation-duration:1ms}.formFieldInput__8e0a5b04.sm__ea1aee32{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__8e0a5b04.md__216ee47f{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__8e0a5b04.lg__670e6f6e{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__d63e7f0d{0%{transform:none}}@keyframes autofill-cancelled-hook__7a066351{0%{transform:none}}.formField__cd1aea1d{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__cd1aea1d.default__0cf5d866{background:var(--triplex-next-FormField-Background_Default-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-13-0)}.formField__cd1aea1d:hover{background:var(--triplex-next-FormField-Background_Hover-0-13-0)}.formField__cd1aea1d.disabled__c9760c40{background:var(--triplex-next-FormField-Background_Disabled-0-13-0)}.formField__cd1aea1d.active__ef23f2ee{background:var(--triplex-next-FormField-Background_Active-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-13-0)}.formField__cd1aea1d.active__ef23f2ee::placeholder{opacity:1}.formField__cd1aea1d.error__0b470e7e{background:var(--triplex-next-FormField-Background_Error-0-13-0)}.formField__cd1aea1d.error__0b470e7e:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-13-0)}.formField__cd1aea1d.error__0b470e7e.active__ef23f2ee{background:var(--triplex-next-FormField-Background_Error-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-13-0)}.formField__cd1aea1d.warning__c3931468{background:var(--triplex-next-FormField-Background_Warning-0-13-0)}.formField__cd1aea1d.warning__c3931468:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-13-0)}.formField__cd1aea1d.warning__c3931468.active__ef23f2ee{background:var(--triplex-next-FormField-Background_Warning-0-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-13-0)}.formField__cd1aea1d.sm__ea1aee32{border-radius:6px}.formField__cd1aea1d.md__216ee47f{border-radius:8px}.formField__cd1aea1d.lg__670e6f6e{border-radius:10px}.formFieldDescription__0d7be42a{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__0d7be42a.withCounter__914e82ac{display:flex;justify-content:space-between}.formFieldLabel__28377b7e{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__28377b7e.size-sm__5d8f8f38{top:6px}.formFieldLabel__28377b7e.size-md__f38e8e08{top:10px}.formFieldLabel__28377b7e.size-lg__cf3b73e3{top:18px}.formFieldLabel__28377b7e.size-lg__cf3b73e3.floating__1da9513c{top:10px}.formFieldLabelText__3ce24876{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-13-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__5d8f8f38 .formFieldLabelText__3ce24876{font-size:12px;line-height:16px}.size-md__f38e8e08 .formFieldLabelText__3ce24876{font-size:14px;line-height:20px}.size-lg__cf3b73e3 .formFieldLabelText__3ce24876{font-size:16px;line-height:20px}.floating__1da9513c .formFieldLabelText__3ce24876{font-size:12px;line-height:16px}.floating__1da9513c.size-sm__5d8f8f38 .formFieldLabelText__3ce24876,.floating__1da9513c.size-md__f38e8e08 .formFieldLabelText__3ce24876{display:none}.disabled__c9760c40 .formFieldLabelText__3ce24876{color:var(--triplex-next-FormField-Label_Color_Disabled-0-13-0)}.formFieldPostfix__68b40780{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__3d36d1d5{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__72cc8817{padding-left:4px}.formFieldMaskedInputWrapper__51e099cd{position:relative}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInputPlaceholder__1199e34d{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInputPlaceholder__1199e34d::placeholder{opacity:1}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInputPlaceholder__1199e34d:disabled{visibility:hidden}.formFieldMaskedInputWrapper__51e099cd.size-sm__5d8f8f38{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__51e099cd.size-sm__5d8f8f38 .formFieldMaskedInputPlaceholder__1199e34d{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__51e099cd.size-md__f38e8e08{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd.size-md__f38e8e08 .formFieldMaskedInputPlaceholder__1199e34d{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd.size-lg__cf3b73e3{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd.size-lg__cf3b73e3 .formFieldMaskedInputPlaceholder__1199e34d{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__51e099cd .formFieldMaskedInput__72fdead7{display:block;position:relative;background:none!important}.dropdownDesktop__9c66389b{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-13-0);background-color:var(--triplex-next-Dropdown-Background-0-13-0)}.dropdownDesktop-sm__61f87dee{border-radius:6px}.dropdownDesktop-md__6c326b4d{border-radius:8px}.dropdownDesktop-lg__c9d65bad{border-radius:10px}.dropdownDesktopOverflowHidden__41ba75e6{overflow:hidden}.dropdownMobileWrapper__e166ce67{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__6dd5cf32{background:var(--triplex-next-DropdownMobile-Backdrop-0-13-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__6dd5cf32.closing__f682288b{opacity:0}.dropdownMobileBackdrop__6dd5cf32.opening__41b111ee,.dropdownMobileBackdrop__6dd5cf32.opened__68c6ef1f{opacity:var(--triplex-DropdownMobile-Opacity-0-13-0)}.dropdownMobile__019e5244{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__019e5244.closing__f682288b{transform:translateY(100%)}.dropdownMobile__019e5244.opening__41b111ee,.dropdownMobile__019e5244.opened__68c6ef1f{transform:translateY(0)}.dropdownMobileHeader__fc204e0c{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-13-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__fc204e0c .dropdownMobileHeaderContent__f7e2cf49{margin-right:28px;min-height:20px}.dropdownMobileContent__c982dffe{background:var(--triplex-next-DropdownMobile-Content_Background-0-13-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__f57c8636{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-13-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-13-0);flex-shrink:1}.dropdownMobileListItem__909317dc{padding:16px}.dropdownMobileListItem__909317dc.selected__2e234b4d{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-13-0)}.dropdownMobileListItem__909317dc:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-13-0)}.dropdownMobileListLoader__31ab3309{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__ac9c9851{overflow:hidden}.controlButtons__03b43526{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__eeeb23ff{margin-right:8px}.notificationIcon__89fe3c3e{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__e86d6dac{padding:4px;overflow:auto}.dropdownDesktopList__e86d6dac.sm__65c35baf{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__e86d6dac.sm__65c35baf .dropdownDesktopListItem__252dfe29{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e86d6dac.sm__65c35baf .dropdownDesktopListLoader__f6d21563{margin:0 auto}.dropdownDesktopList__e86d6dac.md__dee8cae9{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__e86d6dac.md__dee8cae9 .dropdownDesktopListItem__252dfe29{padding:7px 8px;border-radius:8px}.dropdownDesktopList__e86d6dac.md__dee8cae9 .dropdownDesktopListLoader__f6d21563{margin:-2px auto}.dropdownDesktopList__e86d6dac.lg__7ce0622d{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__e86d6dac.lg__7ce0622d .dropdownDesktopListItem__252dfe29{padding:14px 8px;border-radius:10px}.dropdownDesktopList__e86d6dac.lg__7ce0622d .dropdownDesktopListLoader__f6d21563{margin:-6px auto}.dropdownDesktopListItem__252dfe29{color:var(--triplex-next-DropdownList-Color-0-13-0);background:var(--triplex-next-DropdownList-Background_Default-0-13-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__252dfe29+.dropdownDesktopListItem__252dfe29{margin-top:2px}.dropdownDesktopListItem__252dfe29.active__04829b39{background:var(--triplex-next-DropdownList-Background_Active-0-13-0);cursor:pointer}.dropdownDesktopListItem__252dfe29.selected__2e234b4d{background:var(--triplex-next-DropdownList-Background_Selected-0-13-0);cursor:default}.notificationIcon__2d16276f{position:absolute;right:4px;top:4px}.loaderSmall__66383069{display:flex;justify-content:center;align-items:center}.loaderSmall__66383069.sm__db657382{width:16px;height:16px;gap:2px}.loaderSmall__66383069.sm__db657382 .dot__7840cfac{width:4px;height:4px}.loaderSmall__66383069.md__1d1440ce{width:24px;height:24px;gap:3px}.loaderSmall__66383069.md__1d1440ce .dot__7840cfac{width:6px;height:6px}.loaderSmall__66383069.lg__47476461{width:32px;height:32px;gap:4px}.loaderSmall__66383069.lg__47476461 .dot__7840cfac{width:8px;height:8px}.loaderSmall__66383069.neutral__693b3c45 .dot__7840cfac{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-13-0)}.loaderSmall__66383069.brand__a7c27244 .dot__7840cfac{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-13-0)}.loaderSmall__66383069 .dot__7840cfac{border-radius:50%}.loaderSmall__66383069 .dot1__843a6113{animation:dotCycleSmall__6cc7c49e .9s infinite}.loaderSmall__66383069 .dot2__c3c2b299{animation:dotCycleSmall__6cc7c49e .9s infinite .15s}.loaderSmall__66383069 .dot3__24b8906d{animation:dotCycleSmall__6cc7c49e .9s infinite .3s}@keyframes dotCycleSmall__6cc7c49e{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__a7797732{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-13-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__755c5950{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__755c5950 .dot__7840cfac{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-13-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__755c5950 .dot1__843a6113{top:0;left:0;animation:dotCycleMiddle__76cd2e46 3s infinite}.loaderMiddleDots__755c5950 .dot2__c3c2b299{right:0;top:0;opacity:.7;animation:dotCycleMiddle__76cd2e46 3s infinite .74s}.loaderMiddleDots__755c5950 .dot3__24b8906d{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__76cd2e46 3s infinite 1.5s}.loaderMiddleDots__755c5950 .dot4__5c4ebd84{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__76cd2e46 3s infinite 2.25s}.loaderMiddleDots__755c5950 .line__d4301a7e{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-13-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d352b80c 3s infinite}@keyframes lineCycle__d352b80c{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__76cd2e46{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__2a026064{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__2a026064:enabled{cursor:pointer}.buttonIcon__2a026064.circle__4414d652{border-radius:50%}.buttonIcon__2a026064.squircle__210245b7{border-radius:4px}.buttonIcon__2a026064:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-13-0)}.dropdownMobileInput__c4d607eb{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-13-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__c4d607eb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-13-0);opacity:1}.dropdownMobileInput__c4d607eb::-ms-clear{display:none}.tabsLineWrapper__87d7d4da[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__87d7d4da[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__87d7d4da[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__87d7d4da[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__87d7d4da{position:relative}.tabsLineWrapper__87d7d4da.withSeparator__5fb716e8:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-13-0);bottom:0;left:0;right:0}.tabsLine__1f900988{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__1f900988:has(.sm__cfde082a){height:28px}.tabsLine__1f900988:has(.md__87afab8a){height:40px}.tabsLine__1f900988:has(.lg__2ce1475f){height:56px}.tab__68e0809a{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__68e0809a.sm__cfde082a{height:28px;padding-bottom:12px}.tab__68e0809a.md__87afab8a{height:40px;padding-top:8px;padding-bottom:12px}.tab__68e0809a.lg__2ce1475f{height:56px;padding-top:16px;padding-bottom:20px}.tab__68e0809a::-moz-focus-inner{border:none;padding:0}.tab__68e0809a:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-13-0)}.tab__68e0809a.active__8f89d80a{cursor:default}.tab__68e0809a: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__68e0809a:hover:after,.tab__68e0809a:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-13-0)}.tab__68e0809a.active__8f89d80a:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-13-0)}.notificationIcon__5aa6233d{position:absolute;right:6px}.sm__cfde082a .notificationIcon__5aa6233d{top:0}.md__87afab8a .notificationIcon__5aa6233d{top:8px}.lg__2ce1475f .notificationIcon__5aa6233d{top:16px}.tabsLineDropdown__ee7e56f6{display:inline-block}.tabsLineDropdown__ee7e56f6 .dropdownTarget__8a455ab7.active__8f89d80a{cursor:pointer}.tabsLineDropdown__ee7e56f6 .dropdownTargetInner__0c921422{display:inline-flex;align-items:center}.tabsLineDropdown__ee7e56f6 .dropdownTargetCaret__8d488ecd{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__ee7e56f6 .dropdownTargetCaret__8d488ecd.opened__32bd7017{transform:rotate(-180deg)}.tabsLineDropdown__ee7e56f6 .dropdown__63a3c885{right:0;padding:4px}.tabsLineMobileWrapper__94890858{position:relative}.tabsLineMobileWrapper__94890858 .tab__68e0809a{flex-shrink:0}.tabsLineMobileWrapper__94890858 .tab__68e0809a:first-child{margin-left:16px}.tabsLineMobileWrapper__94890858 .tab__68e0809a:last-child{margin-right:16px}.tabsLineMobile__35412cfe{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__35412cfe::-webkit-scrollbar{display:none}.label__1cb9f1f1{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__1cb9f1f1.sm__453632d6{min-width:16px;min-height:16px}.label__1cb9f1f1.sm__453632d6.nonempty__f8349189{padding-left:24px}.label__1cb9f1f1.md__1f2b900a{min-height:24px;min-width:24px}.label__1cb9f1f1.md__1f2b900a.nonempty__f8349189{padding-left:32px;padding-top:2px}.label__1cb9f1f1.lg__b2aca712{min-width:28px;min-height:28px}.label__1cb9f1f1.lg__b2aca712.nonempty__f8349189{padding-left:40px;padding-top:4px}.label__1cb9f1f1.disabled__7711fe6b{cursor:default}.radio__e5de7eb8{margin:0;opacity:0}.radioIcon__ab8f78b3{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-13-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-13-0)}.radioIcon__ab8f78b3:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-13-0);border-radius:50%;transform:scale(0)}.sm__453632d6 .radioIcon__ab8f78b3:after{width:8px;height:8px;top:4px;left:4px}.md__1f2b900a .radioIcon__ab8f78b3:after{width:12px;height:12px;top:6px;left:6px}.lg__b2aca712 .radioIcon__ab8f78b3:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__ab8f78b3,.radioIcon__ab8f78b3:after{pointer-events:none}.radio__e5de7eb8,.radioIcon__ab8f78b3{position:absolute;left:0;top:0}.sm__453632d6 .radio__e5de7eb8,.sm__453632d6 .radioIcon__ab8f78b3{width:16px;height:16px;top:2px}.md__1f2b900a .radio__e5de7eb8,.md__1f2b900a .radioIcon__ab8f78b3{width:24px;height:24px}.lg__b2aca712 .radio__e5de7eb8,.lg__b2aca712 .radioIcon__ab8f78b3{width:28px;height:28px}.radio__e5de7eb8:enabled{cursor:pointer}.radio__e5de7eb8:checked+.radioIcon__ab8f78b3{background:var(--triplex-next-Radio-Background_Checked_Default-0-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-13-0)}.radio__e5de7eb8:checked+.radioIcon__ab8f78b3:after{transform:scale(1);transition:transform .2s ease-out}.radio__e5de7eb8:hover+.radioIcon__ab8f78b3{background-color:var(--triplex-next-Radio-Background_Hover-0-13-0);box-shadow:none}.radio__e5de7eb8:disabled+.radioIcon__ab8f78b3{background:var(--triplex-next-Radio-Background_Disabled-0-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-13-0)}.radio__e5de7eb8:disabled:checked+.radioIcon__ab8f78b3{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-13-0)}.radio__e5de7eb8:disabled+.radioIcon__ab8f78b3:after{background:var(--triplex-next-Radio-Dot_Disabled-0-13-0)}.radio__e5de7eb8:focus-visible+.radioIcon__ab8f78b3{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-13-0)}.radio__e5de7eb8:checked:enabled:hover+.radioIcon__ab8f78b3{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-13-0)}.radioXGroup__d476315b{display:inline-flex;flex-flow:row wrap}.radioXGroup__d476315b.indent-12__ee97d65a{margin-left:-6px;margin-right:-6px}.radioXGroup__d476315b.indent-12__ee97d65a .label__1cb9f1f1{margin-left:6px;margin-right:6px}.radioXGroup__d476315b.indent-16__a69164df{margin-left:-8px;margin-right:-8px}.radioXGroup__d476315b.indent-16__a69164df .label__1cb9f1f1{margin-left:8px;margin-right:8px}.radioXGroup__d476315b.indent-20__c411d005{margin-left:-10px;margin-right:-10px}.radioXGroup__d476315b.indent-20__c411d005 .label__1cb9f1f1{margin-left:10px;margin-right:10px}.radioXGroup__d476315b.indent-24__f202ebb7{margin-left:-12px;margin-right:-12px}.radioXGroup__d476315b.indent-24__f202ebb7 .label__1cb9f1f1{margin-left:12px;margin-right:12px}.radioXGroup__d476315b.indent-28__d72a7b9e{margin-left:-14px;margin-right:-14px}.radioXGroup__d476315b.indent-28__d72a7b9e .label__1cb9f1f1{margin-left:14px;margin-right:14px}.radioXGroup__d476315b.indent-32__ef4ebff4{margin-left:-16px;margin-right:-16px}.radioXGroup__d476315b.indent-32__ef4ebff4 .label__1cb9f1f1{margin-left:16px;margin-right:16px}.radioYGroup__866826bf{display:inline-flex;flex-flow:column wrap}.radioYGroup__866826bf .label__1cb9f1f1.sm__453632d6+.label__1cb9f1f1.sm__453632d6{margin-top:8px}.radioYGroup__866826bf .label__1cb9f1f1.md__1f2b900a+.label__1cb9f1f1.md__1f2b900a{margin-top:16px}.radioYGroup__866826bf .label__1cb9f1f1.lg__b2aca712+.label__1cb9f1f1.lg__b2aca712{margin-top:20px}.notification__c7bf3da7{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-13-0);background:var(--triplex-next-Notification-Background-0-13-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-13-0);z-index:300}.notification__c7bf3da7:first-child{margin-top:0}.notification__c7bf3da7.extraBottomPadding__37abb3b4{padding-bottom:24px}.notification__c7bf3da7 .notificationHeader__d8cb6f99{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-13-0);width:100%;margin-top:0;margin-bottom:8px}.notification__c7bf3da7 .notificationIcon__8121d5fb{line-height:0}.notification__c7bf3da7 .notificationBody__e6b524a8{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__c7bf3da7 .notificationBodyList__d0954730{margin-top:8px}.notification__c7bf3da7 .notificationBodyContent__d217e2de{width:100%;font-size:14px}.notification__c7bf3da7 .notificationClose__9f34c530{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__c7bf3da7.showCloseOnHover__56c96c60 .notificationClose__9f34c530{opacity:0}.notification__c7bf3da7.showCloseOnHover__56c96c60:hover{cursor:pointer}.notification__c7bf3da7.showCloseOnHover__56c96c60:hover .notificationClose__9f34c530{opacity:1}.notification__c7bf3da7 .notificationFooter__439070dd{display:flex;align-items:center;margin-top:16px}.notification__c7bf3da7 .notificationFooter__439070dd button+a{margin-left:16px}.notification__c7bf3da7 .notificationTime__814f6919{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-13-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__ef1880d1{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__ef1880d1:hover{cursor:pointer}.notificationGroupedWrapper__ef1880d1 .notificationGroupedFooterItem__443d5616{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-13-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-13-0)}.notificationGroupedWrapper__ef1880d1 .notificationGroupedFooterItem__443d5616.first__5fa87318{bottom:-8px;z-index:200}.notificationGroupedWrapper__ef1880d1 .notificationGroupedFooterItem__443d5616.second__9c53a1e8{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__c7bf3da7,.notificationGroupedWrapper__ef1880d1{width:100%}}.unorderedListItem__6540b1a9:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__6540b1a9+.unorderedListItem__6540b1a9{margin-top:8px}.unorderedList__3bf26174{position:relative;margin:0;padding-left:14px;list-style:none}.button__a444941c.general__f7e41f83{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-13-0);color:var(--triplex-next-Button-General_Color_Default-0-13-0)}.button__a444941c.general__f7e41f83:hover{background:var(--triplex-next-Button-General_Background_Hover-0-13-0);color:var(--triplex-next-Button-General_Color_Hover-0-13-0)}.button__a444941c.general__f7e41f83.expanded__1370813e,.button__a444941c.general__f7e41f83:active{background:var(--triplex-next-Button-General_Background_Active-0-13-0);color:var(--triplex-next-Button-General_Color_Active-0-13-0)}.button__a444941c.general__f7e41f83:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-13-0)}.button__a444941c.general__f7e41f83:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-13-0);color:var(--triplex-next-Button-General_Color_Disabled-0-13-0)}.button__a444941c.secondary__d1341017{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-13-0)}.button__a444941c.secondary__d1341017:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-13-0)}.button__a444941c.secondary__d1341017.expanded__1370813e,.button__a444941c.secondary__d1341017:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-13-0)}.button__a444941c.secondary__d1341017:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-13-0)}.button__a444941c.secondary__d1341017:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-13-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-13-0)}.button__a444941c.secondaryLight__60d6e414{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-13-0)}.button__a444941c.secondaryLight__60d6e414:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-13-0)}.button__a444941c.secondaryLight__60d6e414.expanded__1370813e,.button__a444941c.secondaryLight__60d6e414:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-13-0)}.button__a444941c.secondaryLight__60d6e414:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-13-0)}.button__a444941c.secondaryLight__60d6e414:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-13-0)}.button__a444941c.danger__cdd8cb87{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-13-0);color:var(--triplex-next-Button-Danger_Color_Default-0-13-0)}.button__a444941c.danger__cdd8cb87:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-13-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-13-0)}.button__a444941c.danger__cdd8cb87.expanded__1370813e,.button__a444941c.danger__cdd8cb87:active{background:var(--triplex-next-Button-Danger_Background_Active-0-13-0);color:var(--triplex-next-Button-Danger_Color_Active-0-13-0)}.button__a444941c.danger__cdd8cb87:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-13-0)}.button__a444941c.danger__cdd8cb87:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-13-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-13-0)}.button__a444941c.link__23396664{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-13-0);padding:0}.button__a444941c.link__23396664.sm__474532ab{height:28px;min-width:0px;padding:6px 2px}.button__a444941c.link__23396664.md__52669f28{height:40px;min-width:0px;padding:10px 2px}.button__a444941c.link__23396664.lg__d04741c0{height:56px;min-width:0px;padding:18px 2px}.button__a444941c.link__23396664:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-13-0)}.button__a444941c.link__23396664.expanded__1370813e,.button__a444941c.link__23396664:active{color:var(--triplex-next-Button-Link_Color_Active-0-13-0)}.button__a444941c.link__23396664:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-13-0)}.button__a444941c.link__23396664:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-13-0)}.button__a444941c{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__a444941c::-moz-focus-inner{border:none;padding:0}.button__a444941c.sm__474532ab{line-height:16px;font-size:12px}.button__a444941c.sm__474532ab.general__f7e41f83,.button__a444941c.sm__474532ab.secondary__d1341017,.button__a444941c.sm__474532ab.secondaryLight__60d6e414,.button__a444941c.sm__474532ab.danger__cdd8cb87{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__a444941c.sm__474532ab.icon__ab1b26ae{min-height:28px;min-width:28px;padding:4px}.button__a444941c.md__52669f28{line-height:20px;font-size:14px}.button__a444941c.md__52669f28.general__f7e41f83,.button__a444941c.md__52669f28.secondary__d1341017,.button__a444941c.md__52669f28.secondaryLight__60d6e414,.button__a444941c.md__52669f28.danger__cdd8cb87{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__a444941c.md__52669f28.icon__ab1b26ae{min-height:40px;min-width:40px;padding:10px}.button__a444941c.lg__d04741c0{line-height:20px;font-size:16px}.button__a444941c.lg__d04741c0.general__f7e41f83,.button__a444941c.lg__d04741c0.secondary__d1341017,.button__a444941c.lg__d04741c0.secondaryLight__60d6e414,.button__a444941c.lg__d04741c0.danger__cdd8cb87{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__a444941c.lg__d04741c0.icon__ab1b26ae{min-height:56px;min-width:56px;padding:12px}.button__a444941c:disabled{cursor:default}.button__a444941c:disabled *{pointer-events:none}.button__a444941c+.button__a444941c:not(.block__09ed7319){margin-left:12px}.button__a444941c .content__83b14fbd{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__a444941c.block__09ed7319{display:block;width:100%}.button__a444941c.loading__f4e0fd58{pointer-events:none}.button__a444941c.loading__f4e0fd58 .content__83b14fbd{visibility:hidden}.button__a444941c .loader__0f06781c{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__a444941c .loader__0f06781c.hidden__421d8a2e{visibility:hidden}.buttonDropdownExtended__f0555467{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__f0555467 .buttonDropdownExtendedBlock__c7179cab{padding:4px;margin-top:4px;right:0}.buttonDropdown__d006de1d.block__09ed7319{display:block}.buttonDropdown__d006de1d+.button__a444941c:not(.block__09ed7319),.buttonDropdown__d006de1d+.buttonDropdown__d006de1d:not(.block__09ed7319){margin-left:16px}.buttonDropdown__d006de1d .buttonDropdownTarget__ef3e12e3 .caretIcon__d2a0eb53{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__d006de1d .buttonDropdownTarget__ef3e12e3.active__fff0b5b2 .caretIcon__d2a0eb53{transform:rotate(-180deg)}.buttonDropdown__d006de1d .buttonDropdownMenuItem__144ed46c{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__25be362e{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__fbee5243{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__a77ffb46{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__7f963a98{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-13-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__efcc4020{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__efcc4020 .modalWindowContentWrapper__9cdf4a4a{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__25be362e .6s ease}.modalWindow__efcc4020 .modalWindowContent__375973f6{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__efcc4020 .modalWindowContent__375973f6 .modalWindowBody__787505dc{box-sizing:border-box;animation:fadeIn__bc968d91 .3s ease}@keyframes fadeIn__bc968d91{0%{opacity:0}to{opacity:1}}.modalWindow__efcc4020 .modalWindowContent__375973f6 .spinnerSm__19de2e1a{display:none}@media (max-width: 767px){.modalWindow__efcc4020 .modalWindowContent__375973f6 .spinner__a6001b44{display:none}.modalWindow__efcc4020 .modalWindowContent__375973f6 .spinnerSm__19de2e1a{display:flex}}.global-modalWindowTransition-exit .modalWindow__efcc4020 .modalWindowContentWrapper__9cdf4a4a{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__fbee5243 .3s ease}.global-modalWindowTransition-exit .modalWindow__efcc4020 .modalWindowContentWrapper__9cdf4a4a .modalWindowBody__787505dc{animation:fadeOut__3136e1b4 .3s ease}@keyframes fadeOut__3136e1b4{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__a67d54dc{position:absolute;left:0;right:0;height:0}.modalWindow__efcc4020.sm__c3c37eab .modalWindowContentWrapper__9cdf4a4a{max-width:480px}.modalWindow__efcc4020.sm__c3c37eab .modalWindowContent__375973f6 .modalWindowBody__787505dc{min-height:196px}@media (max-width: 575px){.modalWindow__efcc4020.sm__c3c37eab .modalWindowContentWrapper__9cdf4a4a{max-width:100%}}.modalWindow__efcc4020.md__bc4a1579 .modalWindowContentWrapper__9cdf4a4a{max-width:600px}.modalWindow__efcc4020.md__bc4a1579 .modalWindowContent__375973f6 .modalWindowBody__787505dc{min-height:246px}@media (max-width: 767px){.modalWindow__efcc4020.md__bc4a1579 .modalWindowContentWrapper__9cdf4a4a{max-width:100%}}.modalWindow__efcc4020.lg__b29335af .modalWindowContentWrapper__9cdf4a4a{max-width:800px}.modalWindow__efcc4020.lg__b29335af .modalWindowContent__375973f6 .modalWindowBody__787505dc{min-height:396px}@media (max-width: 991px){.modalWindow__efcc4020.lg__b29335af .modalWindowContentWrapper__9cdf4a4a{max-width:100%}}.modalWindowContentPage__9ed45161{background:var(--triplex-next-ModalWindow-Background-0-13-0);padding:8px!important}.modalWindowContentPage__9ed45161,.modalWindowLoaderScreen__3bb15cf0{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__9ed45161,.modalWindowLoaderScreen__3bb15cf0{border-radius:24px}}.islandBody__0055e16e{display:block}.islandHeader__92118852,.islandFooter__a94c39db,.island__0ad0ccc0{position:relative}.island__0ad0ccc0.type1__0b902fc3{background-color:var(--triplex-next-Island-Type1_Background-0-13-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-13-0)}.island__0ad0ccc0.type2__564ac357{background-color:var(--triplex-next-Island-Type2_Background-0-13-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-13-0)}.island__0ad0ccc0.type3__c793bf2d{background-color:var(--triplex-next-Island-Type3_Background-0-13-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-13-0)}.island__0ad0ccc0.sm__190b0948{border-radius:16px;padding:16px}.island__0ad0ccc0.sm__190b0948 .islandHeader__92118852+.islandBody__0055e16e,.island__0ad0ccc0.sm__190b0948 .islandHeader__92118852+.islandFooter__a94c39db,.island__0ad0ccc0.sm__190b0948 .islandBody__0055e16e+.islandFooter__a94c39db{margin-top:8px}.island__0ad0ccc0.md__7287aa8f{border-radius:24px;padding:24px}.island__0ad0ccc0.md__7287aa8f .islandHeader__92118852+.islandBody__0055e16e,.island__0ad0ccc0.md__7287aa8f .islandHeader__92118852+.islandFooter__a94c39db,.island__0ad0ccc0.md__7287aa8f .islandBody__0055e16e+.islandFooter__a94c39db{margin-top:12px}.island__0ad0ccc0.lg__4c302e03{border-radius:32px;padding:32px}.island__0ad0ccc0.lg__4c302e03 .islandHeader__92118852+.islandBody__0055e16e,.island__0ad0ccc0.lg__4c302e03 .islandHeader__92118852+.islandFooter__a94c39db,.island__0ad0ccc0.lg__4c302e03 .islandBody__0055e16e+.islandFooter__a94c39db{margin-top:16px}@media (max-width: 767px){.island__0ad0ccc0.sm__190b0948,.island__0ad0ccc0.md__7287aa8f{border-radius:16px;padding:16px}.island__0ad0ccc0.lg__4c302e03{border-radius:24px;padding:24px}}.modalWindowBody__787505dc{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__99a8f8e9{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__99a8f8e9{top:20px;right:20px}}.loaderScreen__2f6c98d9{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__2f6c98d9.loaderSmallBackdrop__ea26ec78{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-13-0)}.loaderScreen__2f6c98d9.loaderMiddleBackdrop__2f7befeb{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-13-0)}.body__0c73778e{position:relative;display:flex}.body__0c73778e .bodyInner__bc55463d{position:relative;flex-grow:1;width:100%}.bodyPage__292205ac{flex-grow:1}.verticalMargin24__9f5262e4{margin-top:24px;margin-bottom:24px}.verticalMargin16__619f04c2{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__9f5262e4{margin-top:16px;margin-bottom:16px}.verticalMargin16__619f04c2{margin-top:8px;margin-bottom:8px}}.headerTabs__5be05d32{display:flex;justify-content:space-between}.headerTabs__5be05d32 .headerTabsContent__bfd973a2{flex-grow:1}.headerTabs__5be05d32 .headerTabsControls__d5a6528b{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__5be05d32{flex-wrap:wrap}.headerTabs__5be05d32 .headerTabsContent__bfd973a2{width:100%}.headerTabs__5be05d32 .headerTabsControls__d5a6528b{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__5be05d32 .headerTabsControls__d5a6528b>button{margin-left:16px;margin-top:16px}}.headerTitle__454e127b{display:flex;justify-content:space-between}.headerTitle__454e127b .headerTitleControls__c22b19ff{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__1c28b67a+.headerTitle__454e127b{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__454e127b{flex-wrap:wrap}.headerTitle__454e127b .headerTitleContent__8c8e0ceb{width:100%}.headerTitle__454e127b .headerTitleControls__c22b19ff{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__454e127b .headerTitleControls__c22b19ff>button{margin-left:16px;margin-top:16px}}.headerSubheader__74ca66c6{padding:24px 0}.headerSubheader__74ca66c6.withoutPaddings__0ba1eeab{padding:0}.headerLayoutSidebar__8863cfc5{display:flex;justify-content:space-between}.headerLayoutSidebarContent__79b3fcc9{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__f61ad5f1{display:none}}.page__89625552{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__89625552{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__2639a918.sticky__f8eb880b{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__2639a918.sticky__f8eb880b[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-13-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__fc67fb13.sticky__f8eb880b{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__fc67fb13.sticky__f8eb880b[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-13-0)!important}.footerDescription__4ea5ffea{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__be3ba4ed{flex-grow:1;margin-right:auto}.footerDescriptionControls__94a00de5{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__4ea5ffea{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__be3ba4ed{width:100%}.footerDescriptionControls__94a00de5{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__94a00de5>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__be3ba4ed+.footerDescriptionControls__94a00de5{margin-top:0}.footer__92f97d0d{padding:16px 0}}.modalWindowHeader__c73e5783 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__c73e5783 .global-HeaderTitleContent{padding-right:72px}}.list__14742ff6{margin:0;padding:0;list-style:none;position:relative}.listItemControls__4ca49bc5{display:flex;padding:0 16px 0 4px}.listItemContent__f3578400{background:var(--triplex-next-ListItem-Background-0-13-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__f3578400.selected__7966a9f4{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-13-0)}.listItemControlsButton__4968ec45{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-13-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__4968ec45:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-13-0)}.listItemControlsButton__4968ec45:hover .listItemControlsButtonLabel__54c733fd{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-13-0)!important}.listItemControlsButton__4968ec45.expanded__0234408d,.listItemControlsButton__4968ec45:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-13-0)}.listItemControlsButton__4968ec45.expanded__0234408d .listItemControlsButtonLabel__54c733fd,.listItemControlsButton__4968ec45:active .listItemControlsButtonLabel__54c733fd{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-13-0)!important}.listItemControlsButton__4968ec45+.listItemControlsButton__4968ec45,.listItemControlsButton__4968ec45+.listItemControlsButtonDropdown__137dda59{margin-left:4px}.listItemControlsButtonIcon__e7d16c4b{line-height:0}.listItemControlsButton__4968ec45.withText__9b137f5b .listItemControlsButtonIcon__e7d16c4b{margin-bottom:8px}.listItemControlsButtonLabel__54c733fd{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-13-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__137dda59{display:flex}.listItemControlsButtonInner__af0af5cf{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__4968ec45.withIcon__4fe90f78.withText__9b137f5b .listItemControlsButtonInner__af0af5cf{height:44px;overflow:visible}.buttonDropdownMenuItem__27f5cd83{overflow:hidden;text-overflow:ellipsis}.listEmptyState__22d5a029{padding:64px 16px 16px;text-align:center}.listItemLoading__1708c462{height:24px;padding:12px 0;position:relative}.label__30278c57{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__30278c57.sm__aec9f73e{min-width:16px;min-height:16px}.label__30278c57.sm__aec9f73e.nonempty__5f503596{padding-left:24px}.label__30278c57.md__5e149af9{min-width:24px;min-height:24px}.label__30278c57.md__5e149af9.nonempty__5f503596{padding-left:32px;padding-top:2px}.label__30278c57.lg__b30a3c6e{min-width:28px;min-height:28px}.label__30278c57.lg__b30a3c6e.nonempty__5f503596{padding-left:40px;padding-top:4px}.label__30278c57.disabled__748735b2{cursor:default}.label__30278c57[hidden]{display:none}.checkbox__c7effc6f{margin:0;opacity:0}.checkboxIcon__e34eba1f{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-13-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-13-0)}.sm__aec9f73e .checkboxIcon__e34eba1f{border-radius:4px}.checkmarkIcon__dac1c883{transform:scale(0)}.checkmarkIcon__dac1c883 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-13-0)}.checkboxIcon__e34eba1f,.checkmarkIcon__dac1c883{pointer-events:none}.checkbox__c7effc6f,.checkboxIcon__e34eba1f,.checkmarkIcon__dac1c883{position:absolute;left:0;top:0}.sm__aec9f73e .checkbox__c7effc6f,.sm__aec9f73e .checkboxIcon__e34eba1f,.sm__aec9f73e .checkmarkIcon__dac1c883{width:16px;height:16px;top:2px}.md__5e149af9 .checkbox__c7effc6f,.md__5e149af9 .checkboxIcon__e34eba1f,.md__5e149af9 .checkmarkIcon__dac1c883{width:24px;height:24px}.lg__b30a3c6e .checkbox__c7effc6f,.lg__b30a3c6e .checkboxIcon__e34eba1f,.lg__b30a3c6e .checkmarkIcon__dac1c883{width:28px;height:28px}.checkbox__c7effc6f:enabled{cursor:pointer}.checkbox__c7effc6f:enabled:hover+.checkboxIcon__e34eba1f{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-13-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-13-0)}.checkbox__c7effc6f:checked+.checkboxIcon__e34eba1f{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-13-0)}.checkbox__c7effc6f:checked~.checkmarkIcon__dac1c883{transform:scale(1);transition:transform .2s ease-out}.checkbox__c7effc6f:disabled+.checkboxIcon__e34eba1f{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-13-0)}.checkbox__c7effc6f:disabled:checked+.checkboxIcon__e34eba1f{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-13-0)}.checkbox__c7effc6f:disabled~.checkmarkIcon__dac1c883 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-13-0)}.checkbox__c7effc6f:focus-visible+.checkboxIcon__e34eba1f{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-13-0)}.checkbox__c7effc6f:checked:enabled:hover+.checkboxIcon__e34eba1f{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-13-0)}.listItemSelectable__6c1acb40{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-13-0);border-radius:8px}.listItemSelectable__6c1acb40.selected__7966a9f4{background:var(--triplex-next-ListItem-Background_Selected-0-13-0)}.checkboxWrapper__39fef18a{padding:16px;line-height:0}.childrenWrapper__f1256b50{flex-grow:1}.checkboxLabel__f90f5aff{padding:0!important;position:relative}.checkboxLabelClickArea__6acf631a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__3ee80698{position:relative;overflow:hidden}.swipeableArea__3ee80698 .content__b885960d{position:relative;touch-action:pan-y}.swipeableArea__3ee80698 .content__b885960d.disableScroll__992edab7{touch-action:none}.swipeableArea__3ee80698 .content__b885960d.disablePointerEvents__c5d0abf9:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__3ee80698 .swipeAnimationFinish__d8cc1e3d{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__3ee80698 .leftContent__d11f6cad,.swipeableArea__3ee80698 .rightContent__3a5b5c04{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__3ee80698 .rightContent__3a5b5c04{left:auto;right:0}.listItemTail__9850f30d{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__d1d4a183{background:var(--triplex-next-ListMaster-Background-0-13-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__57f9e04e{position:absolute;top:0;left:0;right:0}.listItemTailTop__57f9e04e:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-13-0)}.listItemTailTop__57f9e04e:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-13-0)}.listItemTailBottom__9b9f0330{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__9b9f0330:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-13-0)}.listItemTailBottom__9b9f0330:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-0-13-0)}.listItemTailRight__3474a0c6{right:-8px}.listItemTailLeft__8f0981c3{left:-8px}.listItemTable__265f69af{margin-bottom:4px}.listItemTable__265f69af:last-child{margin-bottom:0}.listSortableItemTarget__6e01f66c{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-13-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__6e01f66c:hover{background:var(--triplex-next-ListItem-Background_Selected-0-13-0)}.listSortableItemTarget__6e01f66c.dragging__e3c4a577{background:var(--triplex-next-ListItem-Background_Dragging-0-13-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-13-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__8a043201{flex:1}.listSortableItemTargetIcon__11639f76{display:block;margin-left:24px}.listSortableItem__52f48328{position:relative}.listSortableItem__52f48328.dragging__e3c4a577{z-index:1}.listSortableItemControls__6d1726a3{display:inline-block}.islandWidgetHeader__24085204{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__24085204 .islandWidgetHeaderContent__4394d48a{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__24085204 .islandWidgetHeaderDescription__f74ad8c7{display:flex}@media (max-width: 767px){.islandWidgetHeader__24085204{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__48c6d2f8{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__76322759{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__ccddece2{margin-left:auto;white-space:nowrap}.expandAnimation__f5fd5384{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__f80c4701{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-13-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__f80c4701{border-radius:0 0 16px 16px}}.islandWidget__f2161768{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__f2161768>*{height:100%}.islandWidgetWithExtraFooter__1ba7e023:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-13-0)!important}.islandWidgetWrapper__73fbb79d{display:flex;flex-direction:column}.formFieldClear__71822b1e{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__71822b1e.hidden__e128112c{opacity:0;pointer-events:none}.formFieldTarget__342f000d{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-13-0);overflow:hidden;white-space:nowrap}.formFieldTarget__342f000d.placeholder__23cfe9cc{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-13-0)}.formFieldTarget__342f000d.disabled__c9760c40{color:var(--triplex-next-FormField-Target_Color_Disabled-0-13-0)}.formFieldTarget__342f000d.size-sm__5d8f8f38{font-size:12px;height:28px;line-height:16px}.formFieldTarget__342f000d.size-md__f38e8e08{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__342f000d.size-lg__cf3b73e3{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__342f000d .placeholderWrapper__f17b119c{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__342f000d:focus{outline:none}.formFieldTarget__342f000d:focus .placeholderWrapper__f17b119c{opacity:1}.formFieldTextarea__e6e6194f{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-13-0);resize:none;font-family:inherit}.formFieldTextarea__e6e6194f.sm__ea1aee32{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__e6e6194f.md__216ee47f{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__e6e6194f.lg__670e6f6e{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__e6e6194f:focus{outline:none}.formFieldTextarea__e6e6194f:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-13-0)}.formFieldTextarea__e6e6194f::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-13-0)}.chipGroupItem__fdf24d63{display:inline-block}.chip__8e9a3a4e{background:var(--triplex-next-Chip-Background_Default-0-13-0);color:var(--triplex-next-Chip-Color_Default-0-13-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__8e9a3a4e.lg__4f1c96aa{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__8e9a3a4e.lg__4f1c96aa .prefix__1f5be388{padding-left:16px}.chip__8e9a3a4e.lg__4f1c96aa .postfix__93673ccc{padding-right:16px}.chip__8e9a3a4e.md__8dade484{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__8e9a3a4e.md__8dade484 .prefix__1f5be388{padding-left:12px}.chip__8e9a3a4e.md__8dade484 .postfix__93673ccc{padding-right:12px}.chip__8e9a3a4e.sm__eee5cb42{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__8e9a3a4e.sm__eee5cb42 .prefix__1f5be388{padding-left:8px}.chip__8e9a3a4e.sm__eee5cb42 .postfix__93673ccc{padding-right:8px}.chip__8e9a3a4e:hover{background:var(--triplex-next-Chip-Background_Hover-0-13-0);color:var(--triplex-next-Chip-Color_Hover-0-13-0)}.chip__8e9a3a4e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-13-0)}.chip__8e9a3a4e:active,.chip__8e9a3a4e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-13-0);color:var(--triplex-next-Chip-Color_Active-0-13-0)}.chip__8e9a3a4e.disabled__8161565b{background:var(--triplex-next-Chip-Background_Disabled-0-13-0);color:var(--triplex-next-Chip-Color_Disabled-0-13-0);cursor:default;pointer-events:none}.chip__8e9a3a4e.selected__b5a4bc7d{background:var(--triplex-next-Chip-Background_Selected_Default-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-13-0)}.chip__8e9a3a4e.selected__b5a4bc7d:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-13-0)}.chip__8e9a3a4e.selected__b5a4bc7d:active,.chip__8e9a3a4e.selected__b5a4bc7d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-13-0)}.chip__8e9a3a4e.selected__b5a4bc7d.disabled__8161565b{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-13-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-13-0)}.chip__8e9a3a4e.withPrefix__7432ee37{padding-left:0}.chip__8e9a3a4e.withPostfix__2cc39246{padding-right:0}.chip__8e9a3a4e .content__8d553126{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__8e9a3a4e .prefix__1f5be388,.chip__8e9a3a4e .postfix__93673ccc{display:flex}.calendarControls__86fc3ab4{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-13-0)}.calendarViewDays__0d435345{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__1e35e9a4 .calendarViewDays__0d435345{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__f4758b43,.calendarViewYears__8031a9af{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__1e35e9a4 .calendarViewMonths__f4758b43,.adaptive__1e35e9a4 .calendarViewYears__8031a9af{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__f012c65c{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-13-0)}.calendarViewDaysBody__2a638d28:before{display:block;content:"";line-height:8px}.adaptive__1e35e9a4 .calendarViewDaysBody__2a638d28:before{line-height:4px}.calendarViewItem__c4a8f24b{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__c4a8f24b:focus-visible{outline:none}.calendarViewItem__c4a8f24b.current__b5b33724{font-weight:600}.calendarViewItem__c4a8f24b.disabled__445dcf9d{pointer-events:none}.calendarViewItemLabel__9040ae59{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-13-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-13-0);cursor:pointer}.calendarViewItemLabel__9040ae59:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.basicMark__fc3c96d2:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.standardMark__bf76ff0d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.attentionMark__95454c41:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230:hover.criticalMark__ba0ec11c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.muted__5d862f19{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.muted__5d862f19:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.basicMark__fc3c96d2:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.standardMark__bf76ff0d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.attentionMark__95454c41:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.selected__fcc79230.criticalMark__ba0ec11c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-13-0)}.calendarViewItemLabel__9040ae59.marked__829e1c05:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__9040ae59.basicMark__fc3c96d2:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.standardMark__bf76ff0d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.attentionMark__95454c41:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.criticalMark__ba0ec11c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-13-0)}.calendarViewItemLabel__9040ae59.muted__5d862f19{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-13-0)}.calendarViewItemLabel__9040ae59.disabled__445dcf9d{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-13-0);background:none}.calendarViewItem__c4a8f24b:focus-visible .calendarViewItemLabel__9040ae59{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-13-0)}.unitDay__6c716d23{width:36px;height:36px;border-radius:6px}.unitMonth__719a6457,.unitYear__098dcea7{width:89px;height:48px;border-radius:6px}.adaptive__1e35e9a4 .unitMonth__719a6457,.adaptive__1e35e9a4 .unitYear__098dcea7{width:104px;height:48px;border-radius:6px}.calendarFooter__ede84cfc{margin-top:12px;text-align:center}.calendar__522a20a9{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-13-0);-webkit-user-select:none;user-select:none}.calendar__522a20a9.adaptive__1e35e9a4{width:auto;padding:20px}.calendar__522a20a9+.calendar__522a20a9{margin-top:20px}.datePickerExtendedMobileDropdown__2ca02ed8{max-height:100vh}.chipDropdownArrow__7b2b6890{transition:transform .3s ease}.chipDropdownArrow__7b2b6890.rotated__a12b7b53{transform:rotate(-180deg)}.chipClearButton__fda9bc43{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__fda9bc43:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-13-0)}.dropdownMobileMaskedInput__0018d62d{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__d1ea9ad2{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__d1ea9ad2 .caretWrapper__c98f6d72{height:100%}.selectExtendedFieldTarget__d1ea9ad2 .caretIcon__5fbf228e{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__d1ea9ad2.selectOpened__f563ac3a .caretIcon__5fbf228e{transform:rotate(180deg)}.selectExtendedFieldTarget__d1ea9ad2.disabled__03bede91{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__81d79a48{position:relative}.multiselectFieldHeader__c171f798{padding:12px 12px 0}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6.sm__5dc3b5a4{height:204px}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6.md__ed3d46d5{height:245px}.multiselectFieldContentWrapper__eda15f35 .multiselectFieldContent__194371e6.lg__421b97bd{height:324px}.multiselectFieldFooter__0c987a8f{padding:0 12px 12px}.multiselectFieldFooter__0c987a8f:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-13-0)}.chipOptionsContent__2a2affe2{min-width:14px;text-align:center;display:block}.tooltipDesktop__6b383ffa{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__6b383ffa .tooltipBody__215f1018{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-13-0)}.tooltipDesktop__6b383ffa .tooltipXButton__f50df587{position:absolute;right:8px;top:8px}.tooltipDesktopContent__79713e97{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-13-0);border-radius:8px}.closable__755a62db .tooltipDesktopContent__79713e97{padding-right:32px}.tooltipSM__917feeb1 .tooltipDesktopContent__79713e97{width:192px;min-height:52px}.tooltipLG__7328ab75 .tooltipDesktopContent__79713e97{width:384px;min-height:52px}.tooltipOverlay__45a5ff51{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__5c9e447c{width:0;height:0}.tooltipDesktopTip__5c9e447c.down__a0c109bd{border-top:solid var(--triplex-next-Tooltip-Background-0-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__5c9e447c.up__c4b6a182{border-bottom:solid var(--triplex-next-Tooltip-Background-0-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__5c9e447c.left__f2f94bce{border-right:solid var(--triplex-next-Tooltip-Background-0-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__5c9e447c.right__aa713c1a{border-left:solid var(--triplex-next-Tooltip-Background-0-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__79e7a738 .tooltipBody__215f1018{text-align:left}.tooltipMobileContent__5bbdf2c8{padding:16px}.headerless__bb58aa8e .tooltipMobileContent__5bbdf2c8{padding-right:40px;border-radius:16px 16px 0 0}.headerless__bb58aa8e .tooltipMobileContent__5bbdf2c8 .closeButton__a0afd8ac{position:absolute;right:16px;top:16px}.tooltipLink__ed344051{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__7eee3cb3{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-13-0)}.desktop__7eee3cb3:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-13-0)}.desktop__7eee3cb3:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-13-0)}.desktop__7eee3cb3:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-13-0)}.mobile__4a69dab4{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-13-0)}.mobile__4a69dab4:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-13-0)}.mobile__4a69dab4:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-13-0)}.mobile__4a69dab4:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-13-0)}.chipSuggestInputWrapper__b42307be{margin:12px}.suggestDropdownMobileBody__747cad13{height:176px}.suggestDropdownMobileNoOptionsText__86f43534{padding:16px}.checkboxXGroup__5d36359f{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__5d36359f.indent-12__898c092c{margin-left:-6px;margin-right:-6px}.checkboxXGroup__5d36359f.indent-12__898c092c .label__30278c57{margin-left:6px;margin-right:6px}.checkboxXGroup__5d36359f.indent-16__930ff459{margin-left:-8px;margin-right:-8px}.checkboxXGroup__5d36359f.indent-16__930ff459 .label__30278c57{margin-left:8px;margin-right:8px}.checkboxXGroup__5d36359f.indent-20__851a40c4{margin-left:-10px;margin-right:-10px}.checkboxXGroup__5d36359f.indent-20__851a40c4 .label__30278c57{margin-left:10px;margin-right:10px}.checkboxXGroup__5d36359f.indent-24__89010829{margin-left:-12px;margin-right:-12px}.checkboxXGroup__5d36359f.indent-24__89010829 .label__30278c57{margin-left:12px;margin-right:12px}.checkboxXGroup__5d36359f.indent-28__a40b8105{margin-left:-14px;margin-right:-14px}.checkboxXGroup__5d36359f.indent-28__a40b8105 .label__30278c57{margin-left:14px;margin-right:14px}.checkboxXGroup__5d36359f.indent-32__ef7cf1b0{margin-left:-16px;margin-right:-16px}.checkboxXGroup__5d36359f.indent-32__ef7cf1b0 .label__30278c57{margin-left:16px;margin-right:16px}.checkboxYGroup__0eb543f2{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__0eb543f2 .label__30278c57.sm__aec9f73e+.label__30278c57.sm__aec9f73e{margin-top:8px}.checkboxYGroup__0eb543f2 .label__30278c57.lg__b30a3c6e+.label__30278c57.lg__b30a3c6e{margin-top:20px}.checkboxYGroup__0eb543f2 .label__30278c57.md__5e149af9+.label__30278c57.md__5e149af9{margin-top:16px}.card__5cd24f6f{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__5cd24f6f.roundingMD__9b4ddfb1{--radius: 16px}.card__5cd24f6f.roundingSM__3d8f1fac{--radius: 8px}.card__5cd24f6f.general__148416ca{background:var(--triplex-next-Card-Static_General_Background-0-13-0)}.card__5cd24f6f.secondary__30ffe152{background:var(--triplex-next-Card-Static_Secondary_Background-0-13-0)}.card__5cd24f6f .cardMedia__ceca1526{background-size:cover;background-repeat:no-repeat;background-position:center}.card__5cd24f6f .cardContent__1064409a{padding:var(--padding)}.card__5cd24f6f .cardContent__1064409a.paddingMD__1e33ad2c{--padding: 24px}.card__5cd24f6f .cardContent__1064409a.paddingSM__0957a0fd{--padding: 16px}.card__5cd24f6f .cardContent__1064409a .cardContentHeader__1f7fe8e7{margin-bottom:16px}.card__5cd24f6f .cardContent__1064409a .cardContentFooter__0fabe718{margin-top:16px}.action__74719242{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__74719242: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__74719242.general__148416ca{background:var(--triplex-next-Card-Action_General_Background-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-13-0)}.action__74719242.general__148416ca:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-13-0)}.action__74719242.general__148416ca.selected__9ef7d141{background:var(--triplex-next-Card-Action_General_Background_Selected-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-13-0)}.action__74719242.general__148416ca.selected__9ef7d141:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-13-0)}.action__74719242.general__148416ca:focus{outline:none}.action__74719242.general__148416ca:focus.focusVisible__ea567f7f{box-shadow:var(--triplex-next-Card-Shadow_Default-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-13-0)}.action__74719242.secondary__30ffe152{background:var(--triplex-next-Card-Action_Secondary_Background-0-13-0)}.action__74719242.secondary__30ffe152:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-13-0)}.action__74719242.secondary__30ffe152.selected__9ef7d141{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-13-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-13-0)}.action__74719242.secondary__30ffe152.selected__9ef7d141:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-13-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-13-0)}.action__74719242.secondary__30ffe152:focus{outline:none}.action__74719242.secondary__30ffe152:focus.focusVisible__ea567f7f{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-13-0)}.alertContext__df06f339{display:flex;font-size:12px;line-height:16px}.alertContext__df06f339>svg{flex-shrink:0}.alertContext__df06f339 .alertContextText__1578a5cf{margin-left:8px}.alertContext__df06f339.alertTypeError__c65f69cb .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-Error_Color-0-13-0)}.alertContext__df06f339.alertTypeInfo__904eb3e1 .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-Info_Color-0-13-0)}.alertContext__df06f339.alertTypeWarning__83647294 .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-Warning_Color-0-13-0)}.alertContext__df06f339.alertTypeSystem__afeaa60a .alertContextText__1578a5cf{color:var(--triplex-next-AlertContext-System_Color-0-13-0)}.alertProcess__4c906c91{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__4c906c91.withSpoiler__6ac65749{min-height:40px}.alertProcess__4c906c91 .themeIcon__d57662e3{box-sizing:border-box;height:20px;width:20px}.alertProcess__4c906c91.alertTypeError__c65f69cb{background:var(--triplex-next-AlertProcess-Error_Background-0-13-0)}.alertProcess__4c906c91.alertTypeInfo__904eb3e1{background:var(--triplex-next-AlertProcess-Info_Background-0-13-0)}.alertProcess__4c906c91.alertTypeWarning__83647294{background:var(--triplex-next-AlertProcess-Warning_Background-0-13-0)}.alertProcess__4c906c91.alertTypeSystem__afeaa60a{background:var(--triplex-next-AlertProcess-System_Background-0-13-0)}.alertProcess__4c906c91.alertTypeFeature__04860b1a{background:var(--triplex-next-AlertProcess-Feature_Background-0-13-0)}.alertProcess__4c906c91.alertTypeFeature__04860b1a .themeIcon__d57662e3{padding-top:0}.alertProcess__4c906c91 .alertProcessContentBlock__226a5208{flex:1;margin-left:10px}.alertProcess__4c906c91 .alertProcessContentBlock__226a5208 .expandableContent__1c7175d6{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__4c906c91 .alertProcessContentBlock__226a5208 .expandableContent__1c7175d6.expanded__90dee305{max-height:1000px;opacity:1}.alertProcess__4c906c91 .closeButton__56b82fa3{margin-left:10px}.alertProcess__4c906c91 .expandButton__f4973e0b{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__4c906c91 .expandButton__f4973e0b.expanded__90dee305{transform:rotate(180deg)}.adaptive__274826ea{font-size:10px!important;line-height:12px!important}.avatar__5b371621{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-13-0)}.avatar__5b371621.xxs__317232a4{width:28px;height:28px;border-radius:6px}.avatar__5b371621.xs__96b0ba01{width:32px;height:32px;border-radius:8px}.avatar__5b371621.sm__e4d54ab7{width:40px;height:40px;border-radius:10px}.avatar__5b371621.md__cda3ec30{width:56px;height:56px;border-radius:16px}.avatar__5b371621.lg__9361cf12{width:80px;height:80px;border-radius:20px}.avatar__5b371621.xl__9b1e067b{width:96px;height:96px;border-radius:24px}.avatar__5b371621.xxl__b356328a{width:128px;height:128px;border-radius:28px}.col-1__bb49e45f{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__493d263c{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__fe413e00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f9342a1a{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__c2faba2f{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__646beced{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__53246b58{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__f56e895a{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__cea12a62{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__596cfa9b{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__ed6c61c3{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__c7bef711{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__40a94c06{margin-left:0%}.offset-1__e70055db{margin-left:8.33333333%}.offset-2__edefdb3b{margin-left:16.66666667%}.offset-3__270a0b3a{margin-left:25%}.offset-4__906086df{margin-left:33.33333333%}.offset-5__45d335bc{margin-left:41.66666667%}.offset-6__c3af4656{margin-left:50%}.offset-7__20bcdd92{margin-left:58.33333333%}.offset-8__76f9559d{margin-left:66.66666667%}.offset-9__5f269a1b{margin-left:75%}.offset-10__6a6a304a{margin-left:83.33333333%}.offset-11__2d1a025d{margin-left:91.66666667%}.d-none__d58f40cf{display:none!important}.d-block__680f1649{display:block!important}@media (min-width: 576px){.col-sm-1__b6bd3107{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__37985a17{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__88462d1c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__454f2716{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__0c6a2146{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__d7c6044c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__97e90c80{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__e391a679{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__78787939{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__96561396{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__174c1325{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__44a396dc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__70c035ee{margin-left:0%}.offset-sm-1__0e21a185{margin-left:8.33333333%}.offset-sm-2__aac4f581{margin-left:16.66666667%}.offset-sm-3__d65da601{margin-left:25%}.offset-sm-4__a94904e3{margin-left:33.33333333%}.offset-sm-5__3442f997{margin-left:41.66666667%}.offset-sm-6__35c358e0{margin-left:50%}.offset-sm-7__68b8f2e3{margin-left:58.33333333%}.offset-sm-8__71d83780{margin-left:66.66666667%}.offset-sm-9__b20a721d{margin-left:75%}.offset-sm-10__9b3f56b1{margin-left:83.33333333%}.offset-sm-11__cec5b435{margin-left:91.66666667%}.d-none-sm__d166fbd5{display:none!important}.d-block-sm__d2cae681{display:block!important}}@media (min-width: 768px){.col-md-1__32d82a10{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__3ed54426{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__577b2671{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__20a539e9{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__ee3d958a{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__da587acc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__d7a6c10f{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__30483bb7{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__33ff35d7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__31c68f23{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__adb09335{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__430cebff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__4d339827{margin-left:0%}.offset-md-1__ee65aa4d{margin-left:8.33333333%}.offset-md-2__4b019fe5{margin-left:16.66666667%}.offset-md-3__78e0caf5{margin-left:25%}.offset-md-4__009450aa{margin-left:33.33333333%}.offset-md-5__f5d6fb30{margin-left:41.66666667%}.offset-md-6__bd979420{margin-left:50%}.offset-md-7__51cbc0c7{margin-left:58.33333333%}.offset-md-8__a13f7069{margin-left:66.66666667%}.offset-md-9__fec65b4e{margin-left:75%}.offset-md-10__609ed857{margin-left:83.33333333%}.offset-md-11__26b7a2c9{margin-left:91.66666667%}.d-none-md__e5d52b3d{display:none!important}.d-block-md__5c5aea4c{display:block!important}}@media (min-width: 992px){.col-lg-1__8b512f13{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__762708e9{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__5283eb49{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__b39e6f45{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__3612dcd2{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__de909d4a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__69e9b2ee{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__a4aa2b5f{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__3cb74b74{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__434aa6fc{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__4a199d12{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__d1fbf48e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__3330c4ba{margin-left:0%}.offset-lg-1__c3090c5f{margin-left:8.33333333%}.offset-lg-2__f406c9db{margin-left:16.66666667%}.offset-lg-3__a453d25d{margin-left:25%}.offset-lg-4__51dfeb3e{margin-left:33.33333333%}.offset-lg-5__6cf96f5c{margin-left:41.66666667%}.offset-lg-6__543676e2{margin-left:50%}.offset-lg-7__0d331e02{margin-left:58.33333333%}.offset-lg-8__5a81e183{margin-left:66.66666667%}.offset-lg-9__11949be3{margin-left:75%}.offset-lg-10__5989da68{margin-left:83.33333333%}.offset-lg-11__e6550bdb{margin-left:91.66666667%}.d-none-lg__b02e0ff0{display:none!important}.d-block-lg__2f09ce21{display:block!important}}@media (min-width: 1200px){.col-xl-1__143db8b2{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__6343b64b{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__75bd3238{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__00b32e5b{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__80816ec4{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__46ee2f86{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__00103e18{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__7f9debf9{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__11ce53a8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__1a27cfc1{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__7aec4da5{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__843027c9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__2b176e68{margin-left:0%}.offset-xl-1__566dd6a8{margin-left:8.33333333%}.offset-xl-2__32134116{margin-left:16.66666667%}.offset-xl-3__1f872f63{margin-left:25%}.offset-xl-4__6a3c55e0{margin-left:33.33333333%}.offset-xl-5__574ff152{margin-left:41.66666667%}.offset-xl-6__a5f83aea{margin-left:50%}.offset-xl-7__40b1f507{margin-left:58.33333333%}.offset-xl-8__9c36c05c{margin-left:66.66666667%}.offset-xl-9__8f35b495{margin-left:75%}.offset-xl-10__35ae7aed{margin-left:83.33333333%}.offset-xl-11__29fa8605{margin-left:91.66666667%}.d-none-xl__9e8289ed{display:none!important}.d-block-xl__c57bea12{display:block!important}}.ellipsisLineClamp__09d46502{--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__09d46502.oneLine__4c044a71{word-break:break-all}.link__3fb8851b{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-13-0)}.link__3fb8851b:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-13-0)}.link__3fb8851b:active{color:var(--triplex-next-Link-Text_Color_Active-0-13-0)}.link__3fb8851b:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-13-0)}.wordWithContent__317b0ca7{white-space:nowrap;display:inline-flex;align-items:center}.before__77bc4681 :first-child{margin-right:4px}.after__207a4806 :last-child{margin-left:4px}.marker__6a9983dd{border-radius:50%}.marker__6a9983dd.md__ea000e98{width:8px;height:8px}.marker__6a9983dd.lg__4dcba413{width:10px;height:10px}.marker__6a9983dd.success__45a1ff97{background:var(--triplex-next-Marker-Background_Success-0-13-0)}.marker__6a9983dd.error__ea2f5c38{background:var(--triplex-next-Marker-Background_Error-0-13-0)}.marker__6a9983dd.warning__360802d5{background:var(--triplex-next-Marker-Background_Warning-0-13-0)}.marker__6a9983dd.waiting__db399c44{background:var(--triplex-next-Marker-Background_Waiting-0-13-0)}.markerStatus__eb7fe6ad{line-height:0;display:flex;align-items:start}.markerStatus__eb7fe6ad .contentContainer__fff95a33{display:flex;flex-direction:column}.markerStatus__eb7fe6ad.md__ee94d125{gap:4px}.markerStatus__eb7fe6ad.md__ee94d125 .markerContainer__9c78d4b6{margin-top:4px}.markerStatus__eb7fe6ad.lg__de5c9472{gap:6px}.markerStatus__eb7fe6ad.lg__de5c9472 .contentContainer__fff95a33{gap:4px}.markerStatus__eb7fe6ad.lg__de5c9472 .markerContainer__9c78d4b6{margin-top:5px}.row__54ea9786{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__54ea9786.noPaddingBottom__f057cd35,.row__54ea9786:last-child{padding-bottom:0}.tabsExtended__adac0f90{position:relative}.tabsExtendedContent__c8e8eaff{display:inline-flex}.tabsExtendedContent__c8e8eaff.sm__6e20c2ca{border-radius:6px;padding:4px}.tabsExtendedContent__c8e8eaff.md__51d255ba{border-radius:8px;padding:4px}.tabsExtendedContent__c8e8eaff.lg__035c2d46{border-radius:10px;padding:8px}.tabsExtendedTab__07c3b6a0{display:flex}.tabsExtendedTab__07c3b6a0+.tabsExtendedTab__07c3b6a0,.tabsExtendedDropdown__ead3c057{margin-left:2px}.tabsReal__498542f7,.tabsFake__86148cdc{display:flex;box-sizing:border-box;width:100%}.tabsReal__498542f7.hidden__c6275626{visibility:hidden}.tabsReal__498542f7 .tabsExtendedTab__07c3b6a0.hidden__c6275626{display:none}.tabsFake__86148cdc{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__97de7693 .tabsExtendedContent__c8e8eaff{background-color:var(--triplex-next-Tabs-Type1_Background-0-13-0)}.type2__8e1b0f6a .tabsExtendedContent__c8e8eaff{background-color:var(--triplex-next-Tabs-Type2_Background-0-13-0)}.tabsExtendedTabButton__ef3415c0{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-13-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__ef3415c0 .tabButtonText__78b2fbbf{font-weight:400}.tabsExtendedTabButton__ef3415c0.lg__035c2d46{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__ef3415c0.lg__035c2d46 .tabButtonText__78b2fbbf{font-size:16px;line-height:20px}.tabsExtendedTabButton__ef3415c0.md__51d255ba{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__ef3415c0.md__51d255ba .tabButtonText__78b2fbbf{font-size:14px;line-height:20px}.tabsExtendedTabButton__ef3415c0.sm__6e20c2ca{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__ef3415c0.sm__6e20c2ca .tabButtonText__78b2fbbf{font-size:12px;line-height:16px}.tabsExtendedTabButton__ef3415c0::-moz-focus-inner{border:none}.tabsExtendedTabButton__ef3415c0+.tabsExtendedTabButton__ef3415c0{margin-left:2px}.tabsExtendedTabButton__ef3415c0:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693.selected__5ab05b6b{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693.selected__5ab05b6b .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693:hover .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-13-0)}.tabsExtendedTabButton__ef3415c0.type1__97de7693 .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-13-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a.selected__5ab05b6b{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a.selected__5ab05b6b .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-13-0)}.tabsExtendedTabButton__ef3415c0.type2__8e1b0f6a:hover .tabButtonText__78b2fbbf{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-13-0)}.notificationIcon__5c7879ca{position:absolute;right:4px;top:4px}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a.sm__8d3d8197{min-width:20px;min-height:20px;height:20px}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a.md__76a0123a{min-width:32px;min-height:32px;height:32px}.tabsContent__6cc73be4 .tabButtonDropdown__54d6b98a.lg__5dc4f102{min-width:40px;min-height:40px;height:40px}.tag__839505a2{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-13-0);border-radius:4px;gap:2px}.tag__839505a2.sm__24177033{height:20px;padding:2px 4px 2px 6px}.tag__839505a2.md__d130a7d8{height:28px;padding:4px 6px 4px 8px}.tag__839505a2.lg__28883b2b{height:32px;padding:6px 8px 6px 10px}.content__e6b0ed12{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__5cddcf7d{display:flex;flex-wrap:wrap}.tagGroup__5cddcf7d.sm__08cfef53{gap:4px}.tagGroup__5cddcf7d.md__c98c33db{gap:8px}.tagGroup__5cddcf7d.lg__b6142b99{gap:12px}.paginationExtended__d4dcf6f9{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__ad2434c3 .directionIconNext__e7475249{transform:rotate(180deg)}.pageEllipsis__c6b9282e{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-13-0);cursor:default}.paginationPageButton__9fa15822{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-13-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__9fa15822:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-13-0);outline:none}.paginationPageButton__9fa15822:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-13-0)}.paginationPageButton__9fa15822:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-13-0);cursor:grabbing}.paginationPageButton__9fa15822.currentPage__f8846b7f{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-13-0);cursor:default}.paginationNavigationExtended__9a613e9f{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__3dfc1f39{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__3dfc1f39 .paginationSelectControl__65cf2909{margin-left:8px;min-width:72px}.skeleton__40a22916{border-radius:16px;flex-grow:1}.skeleton__40a22916.light__7627809b{animation:skeleton-light-pulse__c7424342 2s ease-in-out infinite}.skeleton__40a22916.dark__1e5f9492{animation:skeleton-dark-pulse__dc72bfd4 2s ease-in-out infinite}@keyframes skeleton-light-pulse__c7424342{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-13-0)}}@keyframes skeleton-dark-pulse__dc72bfd4{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-13-0)}}.segmentedControlSegment__665c88d4{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-13-0);outline:none;cursor:pointer}.segmentedControlSegment__665c88d4:disabled{cursor:default}.sm__1e71ca84 .segmentedControlSegment__665c88d4{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__693310c6 .segmentedControlSegment__665c88d4{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__29cf0f48 .segmentedControlSegment__665c88d4{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__bb632386 .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4.selected__fe2993b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-13-0)}.general1__bb632386 .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4.selected__fe2993b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-13-0)}.general2__3a6852fa .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-13-0)}.secondary1__fd580e94 .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4.selected__fe2993b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-13-0)}.secondary2__a0ee3d38 .segmentedControlSegment__665c88d4.selected__fe2993b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-13-0)}.segmentedControlSegment__665c88d4:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-13-0)}.content__db9cbe64{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__8da76f85{display:flex;gap:4px}.segmentedControl__8da76f85.general1__bb632386{background:var(--triplex-next-SegmentedControl-General_1_Background-0-13-0)}.segmentedControl__8da76f85.secondary1__fd580e94{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-13-0)}.segmentedControl__8da76f85.general2__3a6852fa{background:var(--triplex-next-SegmentedControl-General_2_Background-0-13-0)}.segmentedControl__8da76f85.secondary2__a0ee3d38{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-13-0)}.segmentedControl__8da76f85.sm__1e71ca84{border-radius:6px;padding:4px}.segmentedControl__8da76f85.md__693310c6{border-radius:8px;padding:4px}.segmentedControl__8da76f85.lg__29cf0f48{border-radius:10px;padding:8px}.step__e6361ccc{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__e6361ccc.default__fcecfff1{background-color:var(--triplex-next-Step-Background_Default-0-13-0)}.step__e6361ccc.default__fcecfff1>span{color:var(--triplex-next-Step-Color_Default-0-13-0)}.step__e6361ccc.done__b21091a2{background-color:var(--triplex-next-Step-Background_Done-0-13-0)}.step__e6361ccc.done__b21091a2>span{color:var(--triplex-next-Step-Color_Done-0-13-0)}.step__e6361ccc.warning__d2530794{background-color:var(--triplex-next-Step-Background_Warning-0-13-0)}.step__e6361ccc.warning__d2530794>span{color:var(--triplex-next-Step-Color_Warning-0-13-0)}.step__e6361ccc.active__8a22e863{background-color:var(--triplex-next-Step-Background_Active-0-13-0)}.step__e6361ccc.active__8a22e863>span{color:var(--triplex-next-Step-Color_Active-0-13-0)}.step__e6361ccc.error__8d91edad{background-color:var(--triplex-next-Step-Background_Error-0-13-0)}.step__e6361ccc.error__8d91edad>span{color:var(--triplex-next-Step-Color_Error-0-13-0)}.step__e6361ccc.disabled__7a4dc098{background-color:var(--triplex-next-Step-Background_Disabled-0-13-0)}.step__e6361ccc.disabled__7a4dc098>span{color:var(--triplex-next-Step-Color_Disabled-0-13-0)}.stepperWrapper__33f6e8c3{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-13-0)}.stepperStep__840a7703{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__840a7703+.stepperStep__840a7703{margin-left:12px}.stepperStep__840a7703.sm__de0ce867:not(:last-child) .content__9b7407ee{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__840a7703.sm__de0ce867:last-child .content__9b7407ee{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__840a7703.sm__de0ce867:last-child .arrow__e9098d0e{display:none}.stepperStep__840a7703.md__fed2742e:not(:last-child) .content__9b7407ee{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__840a7703.md__fed2742e:last-child .content__9b7407ee{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__840a7703.md__fed2742e:last-child .arrow__e9098d0e{display:none}.stepperStep__840a7703.lg__424aaf66:not(:last-child) .content__9b7407ee{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__840a7703.lg__424aaf66:last-child .content__9b7407ee{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__840a7703.lg__424aaf66:last-child .arrow__e9098d0e{display:none}.stepperStep__840a7703:hover:not(.active__378f49ac):not(.disabled__0de90cd7) .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0)}.stepperStep__840a7703:hover:not(.active__378f49ac):not(.disabled__0de90cd7) .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0)}.stepperStep__840a7703:hover:not(.active__378f49ac):not(.disabled__0de90cd7) .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-13-0)}.stepperStep__840a7703.active__378f49ac{cursor:default}.stepperStep__840a7703.active__378f49ac .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-13-0)}.stepperStep__840a7703.active__378f49ac .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-13-0)}.stepperStep__840a7703.active__378f49ac.error__52bad6cc .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.active__378f49ac.error__52bad6cc .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.active__378f49ac.error__52bad6cc .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-13-0)}.stepperStep__840a7703.active__378f49ac.warning__b97c9a0c .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.active__378f49ac.warning__b97c9a0c .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.active__378f49ac.warning__b97c9a0c .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.error__52bad6cc:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.completed__f1cace3e.warning__b97c9a0c:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d :not(.error__52bad6cc):not(.warning__b97c9a0c) .content__9b7407ee{color:var(--triplex-next-Stepper-Step_Color_Default-0-13-0)}.stepperStep__840a7703.inactive__652ed37d :not(.error__52bad6cc):not(.warning__b97c9a0c):hover .content__9b7407ee{color:var(--triplex-next-Stepper-Step_Color_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.error__52bad6cc:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c:hover .arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.inactive__652ed37d.warning__b97c9a0c:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-13-0)}.stepperStep__840a7703.disabled__0de90cd7{pointer-events:none}.stepperStep__840a7703.disabled__0de90cd7 .content__9b7407ee{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-13-0)}.stepperStep__840a7703.disabled__0de90cd7 .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-13-0)}.stepperStep__840a7703.disabled__0de90cd7 .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e:hover .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac:hover .content__9b7407ee,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d:hover .content__9b7407ee{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.stepperStep__840a7703.focusVisible__6d4945e0.completed__f1cace3e:hover .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.active__378f49ac:hover .arrow__e9098d0e path:last-child,.stepperStep__840a7703.focusVisible__6d4945e0.inactive__652ed37d:hover .arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-13-0)}.content__9b7407ee{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-13-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-13-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-13-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__de0ce867{font-size:12px;line-height:16px}.md__fed2742e{font-size:14px;line-height:20px}.lg__424aaf66{font-size:16px;line-height:20px}.arrow__e9098d0e{transform:translate(0)}.arrow__e9098d0e path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-13-0)}.arrow__e9098d0e path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-13-0)}.icon__73ea118a{display:inline-flex;align-items:center;line-height:0}.nonempty__72b37a74 .icon__73ea118a{margin-right:6px}.stepperExtended__04343a2f{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__1b4da61e{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__1b4da61e::-webkit-scrollbar{display:none}.stepper__4b7f5d7e.sm__de0ce867{padding-left:28px;padding-right:28px}.stepper__4b7f5d7e.md__fed2742e{padding-left:40px;padding-right:40px}.stepper__4b7f5d7e.lg__424aaf66{padding-left:56px;padding-right:56px}.stepperCarousel__be614b90{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__be614b90 .buttonPrev__49f854de,.stepperCarousel__be614b90 .buttonNext__d2b1ca17{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__be614b90 .buttonPrev__49f854de.sm__de0ce867,.stepperCarousel__be614b90 .buttonNext__d2b1ca17.sm__de0ce867{height:28px;width:28px}.stepperCarousel__be614b90 .buttonPrev__49f854de.md__fed2742e,.stepperCarousel__be614b90 .buttonNext__d2b1ca17.md__fed2742e{height:40px;width:40px}.stepperCarousel__be614b90 .buttonPrev__49f854de.lg__424aaf66,.stepperCarousel__be614b90 .buttonNext__d2b1ca17.lg__424aaf66{height:56px;width:56px}.stepperCarousel__be614b90 .buttonPrev__49f854de{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-13-0)}.stepperCarousel__be614b90 .buttonNext__d2b1ca17{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-13-0)}@media (max-width: 767px){.stepper__4b7f5d7e{padding-left:16px;padding-right:16px}.buttonPrev__49f854de,.buttonNext__d2b1ca17{display:none}}.islandAccordion__9e1ccb1a{margin:0;padding:0}.islandAccordion__9e1ccb1a .island__960bb5cd{padding:0}.islandAccordion__9e1ccb1a .item__9880f0ab{position:relative;list-style-type:none}.islandAccordion__9e1ccb1a .item__9880f0ab.disabled__9c566737{cursor:default;pointer-events:none}.islandAccordion__9e1ccb1a .item__9880f0ab+.item__9880f0ab.sm__1a068fb5,.islandAccordion__9e1ccb1a .item__9880f0ab+.item__9880f0ab.md__d9034b8b{margin-top:16px}.islandAccordion__9e1ccb1a .item__9880f0ab+.item__9880f0ab.lg__93f03e8a{margin-top:24px}.islandAccordion__9e1ccb1a .item__9880f0ab .header__0e3a1317{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__9e1ccb1a .item__9880f0ab :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab.type1__d764046b:not(.opened__635a78ba) .header__0e3a1317:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab.type2__e80e956c:not(.opened__635a78ba) .header__0e3a1317:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab.type3__b45bcc59:not(.opened__635a78ba) .header__0e3a1317:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-13-0)}.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e{text-align:right}.islandAccordion__9e1ccb1a .item__9880f0ab .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e{visibility:hidden}.islandAccordion__9e1ccb1a .item__9880f0ab.opened__635a78ba .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.opened__635a78ba .footer__c686ee9e{visibility:visible}.islandAccordion__9e1ccb1a .item__9880f0ab .caretWrapper__4255ec0e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__9e1ccb1a .item__9880f0ab .caretIcon__2708578d{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .header__0e3a1317{padding:16px;border-radius:16px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .step__2436d93f+.titleWrapper__b7ed2b0a{margin-top:2px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .footer__c686ee9e{padding:0 16px 16px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .caretWrapper__4255ec0e{right:12px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .remove__321c9292{right:-36px;top:20px}.islandAccordion__9e1ccb1a .item__9880f0ab.sm__1a068fb5 .step__2436d93f{margin-right:12px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .header__0e3a1317{padding:24px;border-radius:24px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .footer__c686ee9e{padding:0 24px 24px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .caretWrapper__4255ec0e{right:20px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .remove__321c9292{right:-40px;top:28px}.islandAccordion__9e1ccb1a .item__9880f0ab.md__d9034b8b .step__2436d93f{margin-right:12px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .header__0e3a1317{padding:32px;border-radius:32px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .body__6ad192ac,.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .footer__c686ee9e{padding:0 32px 32px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .caretWrapper__4255ec0e{right:28px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .remove__321c9292{right:-40px;top:36px}.islandAccordion__9e1ccb1a .item__9880f0ab.lg__93f03e8a .step__2436d93f{margin:0 16px 0 0}.islandAccordion__9e1ccb1a .item__9880f0ab.opened__635a78ba:not(.disabled__9c566737) .caretWrapper__4255ec0e .caretIcon__2708578d{transform:rotate(-180deg)}.islandAccordion__9e1ccb1a .item__9880f0ab .remove__321c9292{position:absolute}@media (max-width: 767px){.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__9e1ccb1a .item__9880f0ab .footer__c686ee9e>*{margin-left:0!important}}.noColumns__96a462b4{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__96a462b4>.content__a58f2c14{width:456px;text-align:center}.filterPanel__03882494{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__b187157a{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__b187157a>a:not(:first-child){margin-left:16px}.tabsLinePanel__c7cac347{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__d26f2f25{0%{opacity:0}to{opacity:1}}.tableBasic__d092939c{position:relative}.tableBasic__d092939c table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__d092939c table th.alignLeft__c229a1a8,.tableBasic__d092939c table td.alignLeft__c229a1a8{text-align:left}.tableBasic__d092939c table th.alignRight__e36c5ae4,.tableBasic__d092939c table td.alignRight__e36c5ae4{text-align:right}.tableBasic__d092939c table th.alignCenter__0c5bff83,.tableBasic__d092939c table td.alignCenter__0c5bff83{text-align:center}.tableBasic__d092939c table th.verticalAlignBaseline__5dd99be9,.tableBasic__d092939c table td.verticalAlignBaseline__5dd99be9{vertical-align:baseline}.tableBasic__d092939c table th.verticalAlignSub__775700a9,.tableBasic__d092939c table td.verticalAlignSub__775700a9{vertical-align:sub}.tableBasic__d092939c table th.verticalAlignSuper__90a7035b,.tableBasic__d092939c table td.verticalAlignSuper__90a7035b{vertical-align:super}.tableBasic__d092939c table th.verticalAlignTextTop__fac2e6f9,.tableBasic__d092939c table td.verticalAlignTextTop__fac2e6f9{vertical-align:text-top}.tableBasic__d092939c table th.verticalAlignTextBottom__13c6b6c0,.tableBasic__d092939c table td.verticalAlignTextBottom__13c6b6c0{vertical-align:text-bottom}.tableBasic__d092939c table th.verticalAlignMiddle__082a6ddb,.tableBasic__d092939c table td.verticalAlignMiddle__082a6ddb{vertical-align:middle}.tableBasic__d092939c table th.verticalAlignTop__670242bc,.tableBasic__d092939c table td.verticalAlignTop__670242bc{vertical-align:top}.tableBasic__d092939c table th.verticalAlignBottom__9fb4cc6e,.tableBasic__d092939c table td.verticalAlignBottom__9fb4cc6e{vertical-align:bottom}.tableBasic__d092939c table>thead>tr{height:48px}.tableBasic__d092939c table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-13-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d092939c table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-13-0)}}.tableBasic__d092939c table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__d092939c table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__d092939c table>thead>tr>th.checkboxType__767f5ac7{padding:16px 12px}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce{display:inline-flex;vertical-align:top}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529{cursor:pointer}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9{display:flex;visibility:hidden;align-items:center}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9.alignLeft__c229a1a8{margin-right:8px}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9.alignRight__e36c5ae4{margin-left:8px}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529 .orderButton__f43bcdf9.sorted__fa7b7678{visibility:visible}.tableBasic__d092939c table>thead>tr>th .thBlock__44aa09ce.order__6480a529:hover .orderButton__f43bcdf9{visibility:visible}.tableBasic__d092939c table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-13-0)}.tableBasic__d092939c table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__d092939c table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__d092939c table>tbody>tr>td.textType__4f4cc2cb{padding:12px}.tableBasic__d092939c table>tbody>tr>td.componentsType__f492504a{padding:8px 12px}.tableBasic__d092939c table>tbody>tr>td.checkboxType__767f5ac7{padding:10px 12px 12px}.tableBasic__d092939c table>tbody>tr.selected__d1e9c1cf>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d092939c table>tbody>tr.selected__d1e9c1cf>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-13-0)}}.tableBasic__d092939c table>tbody.clickable__0fb4c4db>tr{cursor:pointer}.tableBasic__d092939c table>tbody.hoverable__61050c57>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__d092939c table>tbody.hoverable__61050c57>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-13-0)}}.tableBasic__d092939c .footerEmptyData__a6cf37c4{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__d092939c .spinnerWrapper__3275c7cb{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__d092939c .spinnerWrapper__3275c7cb .tableLoaderScreen__450c9063{border-radius:8px 8px 0 0}.tableBasic__d092939c .overlayCover__acf30cbd{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-13-0);animation:fadeIn__d26f2f25 .3s}.tableBasicSettingsBody__721173ea{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__48871883{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-13-0)!important}.columnSettingsSortableListItemTarget__48871883:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-13-0)!important}.columnSettingsSortableListItemTarget__48871883.dragging__fe8b2759{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-13-0)!important}.columnSettingsStaticListItem__0198f162{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-13-0)}.tableBasicSettingsFooter__666b899c{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-13-0);padding:11px 12px 12px}.tableBasicSettingsHeader__223eb795{padding:16px 12px 12px}.tableSettingsLink__3c44ffc3{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__ad8beb0d{width:320px}.tableFooterWrapper__da80d93f{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__da80d93f .tableFooterShadow__6020fcb5{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-13-0);pointer-events:none}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-13-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456{display:flex;align-items:center}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectedCount__f33bf68a,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectAllButton__2019653e,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummaryAmount__fa895286{display:inline-flex}.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectedCount__f33bf68a,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummarySelectAllButton__2019653e,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummaryAmount__fa895286,.tableFooterWrapper__da80d93f .tableFooter__4bd82d34 .tableFooterSummary__4fd8c456 .tableFooterSummaryLabel__371610a6{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__da80d93f{height:112px}}.paginationPanel__ab6a7f4e{margin-top:16px}.masterTable__4da17f63{position:relative}.orderedListItem__1d3bd569{counter-increment:list-item-tx}.orderedListItem__1d3bd569:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1d3bd569+.orderedListItem__1d3bd569{margin-top:8px}.orderedList__037a964b{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__0a465d02{position:relative}.suggestDropdownListItem__204d465b{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__d491b9a1{position:relative}.suggestFieldMobileBody__a796b822{height:176px}.suggestFieldMobileDropdownHint__b9d0bc0b{padding:16px}.lightBox__f90d0958{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__f90d0958 .lightBoxBackdrop__71045cbf{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-13-0)}.lightBox__f90d0958.lightBoxSideOverlayActive__3b749199,.lightBox__f90d0958.lightBoxTopOverlayActive__bcf34ff3{overflow-y:hidden}.lightBox__f90d0958 .lightBoxContent__ed6897e3{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-13-0)}.lightBox__f90d0958 .lightBoxContent__ed6897e3>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__f90d0958 .lightBoxContent__ed6897e3>.global-page{padding:16px}}.lightBox__f90d0958 .loadingContentOverlay__45134783{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__f90d0958 .lightBoxContentResizeWrapper__8960475e{position:absolute;left:0;right:0;height:0}.lightBox__f90d0958 .tempElSafariBug__f1ba0bae{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__8d6e2961,.global-LB-less-or-equal-media-point-0 .lightBox__f90d0958.lightBoxSideOverlayActive__3b749199{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__ed6897e3{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__ed6897e3{padding-left:80px;padding-right:80px}.lightBoxControls__1e164f98{z-index:100}.withKeyboardEvent__db48a52a{display:inline-block}.withoutKeyboardEvent__4ea6198a,.lightBox__f90d0958.lightBoxSideOverlayActive__3b749199 .withKeyboardEvent__db48a52a,.lightBox__f90d0958.lightBoxTopOverlayActive__bcf34ff3 .withKeyboardEvent__db48a52a,.lightBox__f90d0958.isLoading__646af8b7 .withKeyboardEvent__db48a52a{display:none}.lightBox__f90d0958.lightBoxSideOverlayActive__3b749199 .withoutKeyboardEvent__4ea6198a,.lightBox__f90d0958.lightBoxTopOverlayActive__bcf34ff3 .withoutKeyboardEvent__4ea6198a,.lightBox__f90d0958.isLoading__646af8b7 .withoutKeyboardEvent__4ea6198a{display:inline-block}.lightBox__f90d0958.isLoading__646af8b7 .lightBoxPrev__ca4b11f3,.lightBox__f90d0958.isLoading__646af8b7 .lightBoxNext__39b3177d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__1e164f98{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__76fb5e57{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__d627a4f9{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__1321c91f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ca4b11f3,.global-LB-less-or-equal-media-point-0 .lightBoxNext__39b3177d{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ca4b11f3{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__27102f5e,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__b60ae954{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__1e164f98{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__76fb5e57{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__d627a4f9{display:none}.global-LB-more-media-point-0 .lightBoxClose__1321c91f{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__ca4b11f3,.global-LB-more-media-point-0 .lightBoxNext__39b3177d{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ca4b11f3{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__39b3177d{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__9294f980{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__9294f980.fixed__021aaa3e{position:fixed}.overlay__9294f980.closing__51ffff23,.overlay__9294f980.opened__64c3c899{visibility:visible;left:0;right:0}.overlayPanel__93066542{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-13-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__93066542.bottom__4bc01994{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__93066542.left__9f2e1504{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__93066542.right__f608795c{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__93066542.top__fc0dc885{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__93066542.left__9f2e1504.opened__64c3c899,.overlayPanel__93066542.right__f608795c.opened__64c3c899{transform:translate(0)}.overlayPanel__93066542.top__fc0dc885.opened__64c3c899,.overlayPanel__93066542.bottom__4bc01994.opened__64c3c899{transform:translateY(0)}.overlayContent__4118ae40{display:flex;min-height:100%}.overlayMask__9e887f4b{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-13-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__9e887f4b.overlayOpened__754a33a2{opacity:1}.lightBoxSideOverlayLoaderWrapper__9d9e4a72{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__92de1869{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__9cd9b4f8{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__92de1869{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9cd9b4f8{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9cd9b4f8{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__92de1869{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__9cd9b4f8{display:none}.lightBoxSideOverlayMask__24c3b27b{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-13-0)}.lightBoxSideOverlayWrapper__dc79f7f7{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__dc79f7f7.overflowXHidden__6b8bb518{overflow-x:hidden}.lightBoxSideOverlayWrapper__dc79f7f7.overflowYHidden__a448152d{overflow-y:hidden}.lightBoxSideOverlayWrapper__dc79f7f7.closing__78a52807,.lightBoxSideOverlayWrapper__dc79f7f7.opened__a3db39b1{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__dc79f7f7.closing__78a52807{pointer-events:none}.lightBoxSideOverlayWrapper__dc79f7f7 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__dc79f7f7 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-13-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb.opened__a3db39b1{transform:none}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb.opening__e802578d{transform:translateY(0)}.lightBoxSideOverlayWrapper__dc79f7f7.sizeSM__b1fd9c0e .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__dc79f7f7.sizeMD__a75185d4 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__dc79f7f7.sizeLG__19dbd9e3 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayBase__2c3e7a54{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__dc79f7f7 .lightBoxSideOverlayContent__87f7e2bb{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__dc79f7f7 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__dc79f7f7 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__9f1b09e1{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__9f1b09e1.closing__78a52807,.lightBoxSideOverlay__9f1b09e1.opening__e802578d{overflow-x:hidden}.topOverlayMask__6f94e7e2{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-13-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__2947403e{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__2947403e.closing__62726670,.topOverlayWrapper__2947403e.opened__1de39661{bottom:0}.topOverlayWrapper__2947403e .topOverlayPanel__8e93a8fe{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__797df851{z-index:500}@media (max-width: 767px){.topOverlayPanel__8e93a8fe{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__566248b1{--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__566248b1.fixed__6f293dec{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__20c6185e{display:none}}.lightBoxRightSidebar__3fb22946{--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__3fb22946.fixed__6f293dec{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__8a6d71bf{display:none}}html.scroll-0__009679db{--triplex-next-scroll-width: 0px}html.scroll-15__ddb60873{--triplex-next-scroll-width: 15px}html.scroll-16__2dc67a37{--triplex-next-scroll-width: 16px}html.scroll-17__1a9b95ad{--triplex-next-scroll-width: 17px}.smsField__f30afc89{display:inline-block;position:relative;width:100%}.smsField__f30afc89 .input__84cc6fea{text-align:center}.smsField__f30afc89 .input__84cc6fea::placeholder{opacity:1}.smsField__f30afc89 .input__84cc6fea:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-13-0)}.smsField__f30afc89 .input__84cc6fea.lg__d7a60ef0{padding:18px 40px}.smsField__f30afc89 .input__84cc6fea.md__6e68618c{padding-left:26px;padding-right:26px}.smsField__f30afc89 .input__84cc6fea.sm__f537bee4{padding-left:20px;padding-right:20px}.smsField__f30afc89 .btnRefresh__9c6aec3f{position:absolute;outline:none;z-index:1}.smsField__f30afc89 .btnRefresh__9c6aec3f.lg__d7a60ef0{top:12px;left:12px;height:32px;width:32px}.smsField__f30afc89 .btnRefresh__9c6aec3f.md__6e68618c{top:10px;left:10px}.smsField__f30afc89 .btnRefresh__9c6aec3f.sm__f537bee4{top:4px;left:4px}.smsField__f30afc89 .btnRefresh__9c6aec3f .full__d5fd1f27{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-13-0)}.smsField__f30afc89 .btnRefresh__9c6aec3f .empty__fd23badc{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-13-0)}.smsField__f30afc89 .btnRefresh__9c6aec3f:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673.active__fc358e1c:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673.active__fc358e1c:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-13-0)}.smsField__f30afc89 .btnSubmit__9afed673.lg__d7a60ef0{top:15px;right:15px;height:26px;width:26px}.smsField__f30afc89 .btnSubmit__9afed673.md__6e68618c{top:10px;right:10px}.smsField__f30afc89 .btnSubmit__9afed673.sm__f537bee4{top:4px;right:4px}.spoiler__4e283e58{display:flex;flex-direction:column}.spoiler__4e283e58.opened__5909456d .caretIcon__4117775d{transform:rotate(-180deg)}.spoiler__4e283e58 .head__4f86a302 .caretIcon__4117775d{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__4e283e58 .head__4f86a302 button>span{white-space:normal;text-align:left}.spoiler__4e283e58 .content__701334fe.hidden__13b296eb{display:none}.spoiler__4e283e58 .lg__666fefc6 .content__701334fe{margin-top:8px}.spoiler__4e283e58 .md__ab102d81 .content__701334fe{margin-top:0}.spoiler__4e283e58 .sm__4302230a .content__701334fe{margin-top:-4px}.statusTrackerWrapper__8b2a4a23{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-13-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-13-0);overflow:hidden;height:100%}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717.verticalAlignMiddle__73dcf56b{align-self:center}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717.verticalAlignBottom__d5a3e1fe{align-self:end}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerChild__0b167d0f{padding:8px 0}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerChild__0b167d0f:empty{padding:0}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerSum__da91ff3e,.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerTitle__7cb8b8c1{padding-bottom:4px}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerDescription__b923ae02{display:block;padding-top:8px}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerAlert__ffe357e5{margin-top:12px;text-align:left}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerStatus__cd3eb4a8{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerFooterWrapper__0681a913{display:grid}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerFooterWrapper__0681a913 .statusTrackerDescription__b923ae02:last-child{padding-top:0}.statusTrackerWrapper__8b2a4a23 .statusTracker__e8723717 .statusTrackerFooterWrapper__0681a913 .statusTrackerButton__91de9d2a{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.waiting__024695c4{background:var(--triplex-next-StatusTracker-Waiting_Color-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.warning__f7ac82e6{background:var(--triplex-next-StatusTracker-Warning_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.rejected__caacdeb4{background:var(--triplex-next-StatusTracker-Rejected_Color-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerColor__86725e71.approved__09264890{background:var(--triplex-next-StatusTracker-Approved_Color-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.waiting__024695c4{background:var(--triplex-next-StatusTracker-Waiting_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.warning__f7ac82e6{background:var(--triplex-next-StatusTracker-Warning_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.rejected__caacdeb4{background:var(--triplex-next-StatusTracker-Rejected_Background-0-13-0)}.statusTrackerWrapper__8b2a4a23 .statusTrackerBackground__0e1d3a25.approved__09264890{background:var(--triplex-next-StatusTracker-Approved_Background-0-13-0)}@media (max-width: 767px){.statusTrackerWrapper__8b2a4a23{border-radius:16px}}.smallInput__962eeb2a{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-13-0);background:var(--triplex-next-SmallInput-Background-0-13-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-13-0)}.smallInput__962eeb2a::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-13-0);opacity:1}.smallInput__962eeb2a::-ms-clear{display:none}.documentNumberEdit__04e562a8 .label__b9837190{display:inline-block;margin-right:8px}.documentNumberEdit__04e562a8 .inputEditWrapper__9fd45573{width:68px;display:inline-block}.sliderExtendedDot__03b76c25{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-13-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__03b76c25:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-13-0)}.sliderExtendedDot__03b76c25.focusedByClick__4cacd554:focus{box-shadow:none}.sliderExtendedDot__03b76c25:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__03b76c25:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__03b76c25.disabled__a22b58c3{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-13-0)}.sliderExtendedDot__03b76c25.disabled__a22b58c3:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-13-0)}.sliderExtendedDot__03b76c25.disabled__a22b58c3:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-13-0)}.sliderExtendedDot__03b76c25:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-13-0)}.sliderExtendedDot__03b76c25:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-13-0)}.sliderExtendedDot__03b76c25.dragByMouse__b4944d38{background:var(--triplex-next-Slider-Dot_Background_Select-0-13-0)}.sliderExtendedDot__03b76c25.dragByMouse__b4944d38:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-13-0)}.sliderExtendedDot__03b76c25:hover .sliderExtendedTooltipOverlay__cd5b7b56,.sliderExtendedDot__03b76c25:focus .sliderExtendedTooltipOverlay__cd5b7b56{visibility:visible}.sliderExtendedDot__03b76c25.lg__697d3b80{width:28px;height:28px}.sliderExtendedDot__03b76c25.lg__697d3b80:after{width:10px;height:10px}.sliderExtendedDot__03b76c25.lg__697d3b80:before{width:14px;height:14px}.sliderExtendedMarks__82a82237{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__a9bcc8d9{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__a9bcc8d9 .sliderExtendedMarkDot__7d789616{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-13-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__a9bcc8d9 .sliderExtendedMarkDot__7d789616.inSelectedRange__daa974e2{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-13-0)}.sliderExtendedMark__a9bcc8d9.lg__697d3b80{top:20px}.sliderExtendedMark__a9bcc8d9.lg__697d3b80 .sliderExtendedMarkDot__7d789616{top:-20px}.sliderExtendedMark__a9bcc8d9 .sliderExtendedMarkText__d961e52e{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__a9bcc8d9.disabled__a22b58c3{pointer-events:none}.sliderExtendedMark__a9bcc8d9.disabled__a22b58c3 .sliderExtendedMarkText__d961e52e{pointer-events:none;opacity:.35}.sliderExtendedMark__a9bcc8d9.disabled__a22b58c3 .sliderExtendedMarkDot__7d789616{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-13-0)}.sliderExtendedMark__a9bcc8d9:first-child,.sliderExtendedMark__a9bcc8d9:last-child{transform:none}.sliderExtendedMark__a9bcc8d9:first-child.reverse__1ebe92d3 .sliderExtendedMarkDot__7d789616{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__a9bcc8d9:first-child.reverse__1ebe92d3 .sliderExtendedMarkText__d961e52e{margin-right:-4px}.sliderExtendedMark__a9bcc8d9:first-child:not(.reverse__1ebe92d3) .sliderExtendedMarkDot__7d789616{left:0;transform:translate(-50%)}.sliderExtendedMark__a9bcc8d9:first-child .sliderExtendedMarkText__d961e52e{margin-left:-4px}.sliderExtendedMark__a9bcc8d9:last-child.reverse__1ebe92d3 .sliderExtendedMarkDot__7d789616{left:0;transform:translate(-50%)}.sliderExtendedMark__a9bcc8d9:last-child.reverse__1ebe92d3 .sliderExtendedMarkText__d961e52e{margin-left:-4px}.sliderExtendedMark__a9bcc8d9:last-child:not(.reverse__1ebe92d3) .sliderExtendedMarkDot__7d789616{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__a9bcc8d9:last-child .sliderExtendedMarkText__d961e52e{margin-right:-4px}.sliderExtendedMark__a9bcc8d9.active__e44a373f{pointer-events:none}.sliderExtendedRail__f27bd91f{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-13-0);cursor:pointer}.sliderExtended__d999676a{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__d999676a.disabled__a22b58c3 .sliderExtendedRail__f27bd91f{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-13-0)}.sliderExtended__d999676a.lg__697d3b80{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__a26fa75e{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-13-0);z-index:10}.sliderExtendedTrack__a26fa75e.lg__697d3b80{top:12px}.sliderExtendedTrack__a26fa75e:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-13-0)}.sliderExtendedTrack__a26fa75e.focusedByClick__4cacd554:focus{box-shadow:none}.sliderExtendedTrack__a26fa75e.hoverOrDragByMouse__5499bd0b{background:var(--triplex-next-Slider-Track_Background_Hover-0-13-0)}.sliderExtendedTrack__a26fa75e.staticSlider__6181066c{cursor:default;pointer-events:none}.sliderExtendedTrack__a26fa75e.disabled__a22b58c3{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-13-0)}.sliderExtendedTooltipOverlay__cd5b7b56{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__cd5b7b56.lg__697d3b80{bottom:32px}.sliderExtendedTooltipOverlay__cd5b7b56 .tooltipBody__112d8a63{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-13-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-13-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__cd5b7b56 .tooltipTip__548c7c54{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-13-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__cd5b7b56 .tooltipTip__548c7c54{margin:-.5px}}.treeView__5cd38a7a,.treeViewGroup__7bc40152{margin:0;padding:0}.treeView__5cd38a7a .treeViewNode__a46cf545,.treeViewGroup__7bc40152 .treeViewNode__a46cf545{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__2b1a40b2.collapsed__e6ed8ef7{visibility:hidden}.checkboxTreeExtended__adce9e97{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__835c51b5 .checkboxTreeExtendedNode__835c51b5{margin-left:24px}.checkboxTreeExtendedNodeHeader__95b8ecd1{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__95b8ecd1.sm__40aafaf8{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__95b8ecd1.md__f505e8fa,.checkboxTreeExtendedNodeHeader__95b8ecd1.lg__55db30b4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__95b8ecd1 .checkboxTreeCheckboxLabel__d8dcd88f{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__95b8ecd1 .caretIconWrapper__8be86838{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__95b8ecd1 .caretIconWrapper__8be86838:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-13-0)}.checkboxTreeExtendedNodeHeader__95b8ecd1.opened__44c0204f .caretIconWrapper__8be86838{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__adce9e97{padding:12px 14px}}.chipGroup__921fb50d{display:flex}.chipGroup__921fb50d.oneLine__a92042c5{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__921fb50d.oneLine__a92042c5::-webkit-scrollbar{display:none}.chipGroup__921fb50d.multiLine__5a274fc9{flex-wrap:wrap}.chipGroup__921fb50d.lg__a7fdf648{gap:12px}.chipGroup__921fb50d.md__25ecd45f,.chipGroup__921fb50d.sm__a7d27a4d{gap:8px}.confirm__4a2617a7{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__4a2617a7.isInLightBox__e31b8bb9{max-width:800px}.confirm__4a2617a7.isInSideOverlaySM__70bd67dc{max-width:416px}.confirm__4a2617a7.isInSideOverlayMD__bde56ba8{max-width:536px}.confirm__4a2617a7.isInSideOverlayLG__2d914067{max-width:736px}.confirmCloseButton__d35782ef{position:absolute;top:24px;right:24px}.confirmContent__a63a61bc{margin-bottom:24px;padding-right:56px}.confirmControls__770aba4a{white-space:nowrap}.confirmContentTitle__22e29917{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__d35782ef{top:16px;right:16px}.confirmContent__a63a61bc{margin-bottom:16px}}.divider__c7315d7d{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-13-0);border:none}.marginTopSize-4__4fdfe811{margin-top:4px}.marginBottomSize-4__62c6806d{margin-bottom:4px}.marginTopSize-8__e90165ce{margin-top:8px}.marginBottomSize-8__f19ae194{margin-bottom:8px}.marginTopSize-12__1f2db70e{margin-top:12px}.marginBottomSize-12__a128b39e{margin-bottom:12px}.marginTopSize-16__87d224f7{margin-top:16px}.marginBottomSize-16__d15d8261{margin-bottom:16px}.marginTopSize-20__681baa49{margin-top:20px}.marginBottomSize-20__587a38de{margin-bottom:20px}.marginTopSize-24__eda611bd{margin-top:24px}.marginBottomSize-24__243374e4{margin-bottom:24px}.marginTopSize-28__5cc367bb{margin-top:28px}.marginBottomSize-28__1db50ca2{margin-bottom:28px}.marginTopSize-32__83b26e42{margin-top:32px}.marginBottomSize-32__4cae67d1{margin-bottom:32px}.listMasterChipGroup__616415d7{padding:0 16px}.listMasterFooter__a7759ab4{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-13-0);color:var(--triplex-next-ListMaster-Footer_Color-0-13-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__a7759ab4.sticky__3a397fe7{position:sticky;bottom:0}.listMasterFooterDescription__6473900d{padding-right:16px}.listMasterFooterControls__aaee9253{white-space:nowrap}.listMasterHeader__0eeb7ebb{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-13-0);color:var(--triplex-next-ListMaster-Header_Color-0-13-0)}.listMasterHeader__0eeb7ebb.sticky__3a397fe7{position:sticky;top:0;z-index:1}.selectionControls__0ad1eef3{display:flex;justify-content:space-between;align-items:center}.uploadZone__b24a0bf0{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-13-0)}.uploadZone__b24a0bf0:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-13-0)}.uploadZoneDragArea__65ad69c7{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__9c01ff4c{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-13-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-13-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__193a6e7d{display:none}@media (max-width: 767px){.uploadZone__b24a0bf0,.uploadZone__b24a0bf0:hover{background:none}.uploadZoneDragArea__65ad69c7{display:none}}button.helpBoxButton__c5ba5cee{position:relative;vertical-align:text-bottom}.dateRange__42594544{display:flex;align-items:center}.dateRangeButton__e96196fe{z-index:1}.separator__793d6682{width:20px;height:20px;flex-shrink:0}.tagColor__836c2c0c{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__836c2c0c.sm__64dce75b{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__836c2c0c.md__d667949c{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__836c2c0c.lg__8c99874f{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__836c2c0c.default__a57817fb{background:var(--triplex-next-TagColor-Background_Default-0-13-0)}.tagColor__836c2c0c.success__adae0d38{background:var(--triplex-next-TagColor-Background_Success-0-13-0)}.tagColor__836c2c0c.info__bffab0ef{background:var(--triplex-next-TagColor-Background_Info-0-13-0)}.tagColor__836c2c0c.warning__aaf95a80{background:var(--triplex-next-TagColor-Background_Warning-0-13-0)}.tagColor__836c2c0c.error__58964568{background:var(--triplex-next-TagColor-Background_Error-0-13-0)}.content__abf391c6{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-13-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-0-14-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-0-14-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-0-14-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-0-14-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-0-14-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-0-14-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-0-14-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-0-14-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-0-14-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-0-14-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-0-14-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-0-14-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-0-14-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-0-14-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-0-14-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-0-14-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-0-14-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-0-14-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-0-14-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-0-14-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-0-14-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-0-14-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-0-14-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-0-14-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-0-14-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-0-14-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-0-14-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-0-14-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-0-14-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-0-14-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-0-14-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-0-14-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-0-14-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-0-14-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-0-14-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-0-14-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-0-14-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-0-14-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-0-14-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-0-14-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-0-14-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-0-14-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-0-14-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-0-14-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-0-14-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-0-14-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-0-14-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-0-14-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-0-14-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-0-14-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-0-14-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-0-14-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-0-14-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-0-14-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-0-14-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-0-14-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-0-14-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-0-14-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-0-14-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-0-14-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-0-14-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-0-14-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-0-14-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-0-14-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-0-14-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-0-14-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-0-14-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-0-14-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-0-14-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-0-14-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-0-14-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-0-14-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-0-14-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-0-14-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-0-14-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-0-14-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-0-14-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-0-14-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-0-14-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-0-14-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-0-14-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-0-14-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-0-14-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-0-14-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-0-14-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-0-14-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-0-14-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-0-14-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-0-14-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-0-14-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-0-14-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-0-14-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-0-14-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-0-14-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-0-14-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-0-14-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-0-14-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-0-14-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-0-14-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-0-14-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-0-14-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-0-14-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-0-14-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-0-14-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-0-14-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-0-14-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-0-14-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-0-14-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-0-14-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-0-14-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-0-14-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-0-14-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-0-14-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-0-14-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-0-14-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-0-14-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-0-14-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Button-General_Background_Active-0-14-0: #007777;
|
|
122
|
+
--triplex-next-Button-General_Background_Default-0-14-0: #21A19A;
|
|
123
|
+
--triplex-next-Button-General_Background_Disabled-0-14-0: #F2F4F7;
|
|
124
|
+
--triplex-next-Button-General_Background_Hover-0-14-0: #19BDB0;
|
|
125
|
+
--triplex-next-Button-General_Color_Active-0-14-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
128
|
+
--triplex-next-Button-General_Color_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Active-0-14-0: #DCDFE4;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Default-0-14-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Disabled-0-14-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Hover-0-14-0: #EAEDF1;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Active-0-14-0: #007777;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Default-0-14-0: #008985;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Hover-0-14-0: #21A19A;
|
|
138
|
+
--triplex-next-Button-Secondary_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Active-0-14-0: #DFE2E7;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Default-0-14-0: #FFFFFF;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-0: #F2F4F7;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-0-14-0: #EEF0F4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Active-0-14-0: #007777;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Default-0-14-0: #008985;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-0-14-0: #21A19A;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Active-0-14-0: #BD002C;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Default-0-14-0: #E60037;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Disabled-0-14-0: #F2F4F7;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Hover-0-14-0: #F80C45;
|
|
152
|
+
--triplex-next-Button-Danger_Color_Active-0-14-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
157
|
+
--triplex-next-Button-Icon_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169;
|
|
158
|
+
--triplex-next-Button-Link_Color_Active-0-14-0: #007777;
|
|
159
|
+
--triplex-next-Button-Link_Color_Default-0-14-0: #008985;
|
|
160
|
+
--triplex-next-Button-Link_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
161
|
+
--triplex-next-Button-Link_Color_Hover-0-14-0: #21A19A;
|
|
162
|
+
--triplex-next-Button-Link_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
163
|
+
--triplex-next-Calendar-Background_Shadow-0-14-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
164
|
+
--triplex-next-Calendar-View_Header_Color-0-14-0: rgba(31, 31, 34, .55);
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Default-0-14-0: none;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Hover-0-14-0: #19BDB0;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-0: #21A19A;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-0: #007777;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-0: #E3FFFA;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-0: #A8F5E9;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-0: transparent;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-0: #FFD169;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Muted-0-14-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected-0-14-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-0: #E60037;
|
|
192
|
+
--triplex-next-Card-Static_General_Background-0-14-0: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Static_Secondary_Background-0-14-0: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background-0-14-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Hover-0-14-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected-0-14-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background-0-14-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-0-14-0: #EAEDF1;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-0-14-0: #E3E6EA;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-0: #DCDFE4;
|
|
202
|
+
--triplex-next-Card-Shadow_Default-0-14-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
203
|
+
--triplex-next-Card-Shadow_Focus-0-14-0: inset 0 0 0 1px #FFD169;
|
|
204
|
+
--triplex-next-Card-Shadow_Hover-0-14-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
205
|
+
--triplex-next-Card-Shadow_Selected-0-14-0: inset 0 0 0 1px #21A19A;
|
|
206
|
+
--triplex-next-Card-Shadow_Selected_Hover-0-14-0: inset 0 0 0 1px #19BDB0;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Default-0-14-0: #21A19A;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-0-14-0: #EAEDF1;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Hover-0-14-0: #007777;
|
|
210
|
+
--triplex-next-Checkbox-Background_Default-0-14-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Disabled-0-14-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Hover-0-14-0: #19BDB0;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Default-0-14-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Disabled-0-14-0: 0 0 0 1px #E3E6EA inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Hover-0-14-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-0: none;
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
221
|
+
--triplex-next-Chip-Background_Active-0-14-0: #DFE2E7;
|
|
222
|
+
--triplex-next-Chip-Background_Default-0-14-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Disabled-0-14-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Hover-0-14-0: #EAEDF1;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Active-0-14-0: #4F4F52;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Default-0-14-0: #3B3B3E;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Disabled-0-14-0: #343437;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Hover-0-14-0: #49494C;
|
|
229
|
+
--triplex-next-Chip-Color_Active-0-14-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
232
|
+
--triplex-next-Chip-Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Active-0-14-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Disabled-0-14-0: rgba(255, 255, 255, .25);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
238
|
+
--triplex-next-Divider-Background-0-14-0: #D6D9E0;
|
|
239
|
+
--triplex-next-Dropdown-Background-0-14-0: #FFFFFF;
|
|
240
|
+
--triplex-next-Dropdown-Shadow-0-14-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
241
|
+
--triplex-next-DropdownList-Background_Active-0-14-0: #EAEDF1;
|
|
242
|
+
--triplex-next-DropdownList-Background_Default-0-14-0: none;
|
|
243
|
+
--triplex-next-DropdownList-Background_Selected-0-14-0: #DCDFE4;
|
|
244
|
+
--triplex-next-DropdownList-Color-0-14-0: rgba(31, 31, 34, 1);
|
|
245
|
+
--triplex-next-DropdownMobile-Backdrop-0-14-0: rgba(31, 31, 34, .65);
|
|
246
|
+
--triplex-next-DropdownMobile-Border_Color-0-14-0: #D6D9E0;
|
|
247
|
+
--triplex-next-DropdownMobile-Content_Background-0-14-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Footer_Background-0-14-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Header_Background-0-14-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Active_Background-0-14-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Selected_Background-0-14-0: #DCDFE4;
|
|
252
|
+
--triplex-next-FooterPage-StickyShadow-0-14-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
253
|
+
--triplex-next-FormField-Background_Active-0-14-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Default-0-14-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Disabled-0-14-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Error-0-14-0: #FFF0F3;
|
|
257
|
+
--triplex-next-FormField-Background_Error_Hover-0-14-0: #FCE0E6;
|
|
258
|
+
--triplex-next-FormField-Background_Hover-0-14-0: #EAEDF1;
|
|
259
|
+
--triplex-next-FormField-Background_Warning-0-14-0: #FFF4DB;
|
|
260
|
+
--triplex-next-FormField-Background_Warning_Hover-0-14-0: #FCEAC7;
|
|
261
|
+
--triplex-next-FormField-Input_Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-FormField-Input_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Disabled-0-14-0: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
268
|
+
--triplex-next-FormField-Shadow_Active-0-14-0: 0 0 0 1px #21A19A inset;
|
|
269
|
+
--triplex-next-FormField-Shadow_Default-0-14-0: none;
|
|
270
|
+
--triplex-next-FormField-Shadow_Error_Active-0-14-0: 0 0 0 1px #E60037 inset;
|
|
271
|
+
--triplex-next-FormField-Shadow_Warning_Active-0-14-0: 0 0 0 1px #FD6508 inset;
|
|
272
|
+
--triplex-next-FormField-Placeholder_Color-0-14-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-HeaderPage-StickyShadow-0-14-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
274
|
+
--triplex-next-Island-Type1_Background-0-14-0: #FFFFFF;
|
|
275
|
+
--triplex-next-Island-Type2_Background-0-14-0: rgba(255, 255, 255, .35);
|
|
276
|
+
--triplex-next-Island-Type3_Background-0-14-0: #F2F4F7;
|
|
277
|
+
--triplex-next-Island-Type1_Shadow-0-14-0: none;
|
|
278
|
+
--triplex-next-Island-Type2_Shadow-0-14-0: 0 0 0 1px #FFFFFF inset;
|
|
279
|
+
--triplex-next-Island-Type3_Shadow-0-14-0: none;
|
|
280
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-0: #DCDFE4;
|
|
281
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-0: rgba(31, 31, 34, .05);
|
|
282
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-0: #DCDFE4;
|
|
283
|
+
--triplex-next-IslandAccordion-Shadow_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-0-14-0: #FFFFFF;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
286
|
+
--triplex-next-LightBox-Backdrop_Background-0-14-0: rgba(31, 31, 34, .75);
|
|
287
|
+
--triplex-next-LightBox-Content_Background-0-14-0: #EAEDF1;
|
|
288
|
+
--triplex-next-Link-BorderColor_Focus-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
289
|
+
--triplex-next-Link-Text_Color_Active-0-14-0: #007777;
|
|
290
|
+
--triplex-next-Link-Text_Color_Default-0-14-0: #008985;
|
|
291
|
+
--triplex-next-Link-Text_Color_Hover-0-14-0: #21A19A;
|
|
292
|
+
--triplex-next-ListItem-Background-0-14-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Dragging-0-14-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Selected-0-14-0: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItem-Shadow-0-14-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Active-0-14-0: #DCDFE4;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Default-0-14-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Hover-0-14-0: #EAEDF1;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Active-0-14-0: #007777;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Default-0-14-0: #008985;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Hover-0-14-0: #21A19A;
|
|
302
|
+
--triplex-next-ListMaster-Background-0-14-0: #FFFFFF;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Background-0-14-0: #DCDFE4;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Color-0-14-0: #EAEDF1;
|
|
305
|
+
--triplex-next-ListMaster-Header_Background-0-14-0: #DCDFE4;
|
|
306
|
+
--triplex-next-ListMaster-Header_Color-0-14-0: #EAEDF1;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Brand-0-14-0: #21A19A;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Neutral-0-14-0: rgba(255, 255, 255, 1);
|
|
309
|
+
--triplex-next-Loader-Middle_Background_Default-0-14-0: #EEF0F4;
|
|
310
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-0: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-0-14-0: #EEF0F4;
|
|
313
|
+
--triplex-next-Marker-Background_Error-0-14-0: #E60037;
|
|
314
|
+
--triplex-next-Marker-Background_Success-0-14-0: #21A19A;
|
|
315
|
+
--triplex-next-Marker-Background_Waiting-0-14-0: #8291B3;
|
|
316
|
+
--triplex-next-Marker-Background_Warning-0-14-0: #FD6508;
|
|
317
|
+
--triplex-next-MarkerStatus-Description_Color-0-14-0: rgba(0, 0, 0, 0.55);
|
|
318
|
+
--triplex-next-ModalWindow-Background-0-14-0: #EAEDF1;
|
|
319
|
+
--triplex-next-ModalWindow-Backdrop_Background-0-14-0: rgba(79, 79, 82, .5);
|
|
320
|
+
--triplex-next-MultiselectField-Divider_Color-0-14-0: #D6D9E0;
|
|
321
|
+
--triplex-next-Notification-Background-0-14-0: #FFFFFF;
|
|
322
|
+
--triplex-next-Notification-Color-0-14-0: #1F1F22;
|
|
323
|
+
--triplex-next-Notification-TimeColor-0-14-0: rgba(31, 31, 34, 0.65);
|
|
324
|
+
--triplex-next-Notification-Shadow-0-14-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
325
|
+
--triplex-next-Overlay-Background-0-14-0: rgba(255, 255, 255, .8);
|
|
326
|
+
--triplex-next-Overlay-Panel_Background-0-14-0: #FFFFFF;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Active-0-14-0: #E3E6EA;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Hover-0-14-0: #F2F4F7;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Selected-0-14-0: #E3E6EA;
|
|
330
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-0: #FFD169;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Default-0-14-0: #21A19A;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Disabled-0-14-0: #EAEDF1;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Hover-0-14-0: #007777;
|
|
335
|
+
--triplex-next-Radio-Background_Default-0-14-0: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Disabled-0-14-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Hover-0-14-0: #19BDB0;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Default-0-14-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Disabled-0-14-0: 0 0 0 1px #E3E6EA inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Focused-0-14-0: 0 0 0 1px #FFD169 inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Default-0-14-0: none;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-0: none;
|
|
343
|
+
--triplex-next-Radio-Dot_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-Radio-Dot_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
345
|
+
--triplex-next-SegmentedControl-General_1_Background-0-14-0: #F2F4F7;
|
|
346
|
+
--triplex-next-SegmentedControl-General_2_Background-0-14-0: #FFFFFF;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-0-14-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-0-14-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-0: rgba(255, 255, 255, .25);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-0: #F2F4F7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-0: #DFE2E7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-0: #3B3B3E;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-0: #49494C;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-0: #343437;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-0: rgba(255, 255, 255, .25);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-0: #EEF0F4;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-0: #3B3B3E;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-0: #49494C;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-0: #343437;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-0: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-0: #DFE2E7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-0: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-14-0: #DFE2E7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-0: #FFFFFF;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-0: #EEF0F4;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-0: #E3E6EA;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-14-0: #D6D9E0;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-0: #F2F4F7;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-0: transparent;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-0: #FFD169;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0: #F2F4F7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-0: #DFE2E7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0: rgba(31, 31, 34, .05);
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-0: rgba(31, 31, 34, .15);
|
|
403
|
+
--triplex-next-SmallInput-Background-0-14-0: #F2F4F7;
|
|
404
|
+
--triplex-next-SmallInput-Color-0-14-0: rgba(31, 31, 34, 1);
|
|
405
|
+
--triplex-next-SmallInput-PlaceholderColor-0-14-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SmallInput-Shadow-0-14-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-0-14-0: rgba(31, 31, 34, .35);
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Full-0-14-0: #008985;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Default-0-14-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Hover-0-14-0: #19BDB0;
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Active-0-14-0: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Default-0-14-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Disabled-0-14-0: #F2F4F7;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Hover-0-14-0: #19BDB0;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Select-0-14-0: #007777;
|
|
417
|
+
--triplex-next-Slider-Dot_Focus-0-14-0: #FFD169;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background-0-14-0: #FFFFFF;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-0-14-0: #DCDFE4;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-0: #21A19A;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-0: #E7E9EE;
|
|
423
|
+
--triplex-next-Slider-Rail_Background-0-14-0: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Rail_Background_Disabled-0-14-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Background-0-14-0: #1B1B1D;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Color-0-14-0: rgba(255, 255, 255, 1);
|
|
427
|
+
--triplex-next-Slider-Track_Background_Default-0-14-0: #21A19A;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Disabled-0-14-0: #E7E9EE;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Hover-0-14-0: #007777;
|
|
430
|
+
--triplex-next-StatusTracker-Draft_Background-0-14-0: rgba(255, 255, 255, .15);
|
|
431
|
+
--triplex-next-StatusTracker-Warning_Background-0-14-0: #FF7A17;
|
|
432
|
+
--triplex-next-StatusTracker-Waiting_Background-0-14-0: #BFCADF;
|
|
433
|
+
--triplex-next-StatusTracker-Rejected_Background-0-14-0: #FF5571;
|
|
434
|
+
--triplex-next-StatusTracker-Approved_Background-0-14-0: #00D67D;
|
|
435
|
+
--triplex-next-StatusTracker-Waiting_Color-0-14-0: #A9B6D0;
|
|
436
|
+
--triplex-next-StatusTracker-Rejected_Color-0-14-0: #FFB1C1;
|
|
437
|
+
--triplex-next-StatusTracker-Approved_Color-0-14-0: #00D67D;
|
|
438
|
+
--triplex-next-StatusTracker-Border_Color-0-14-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Step-Color_Active-0-14-0: #008985;
|
|
440
|
+
--triplex-next-Step-Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Step-Color_Disabled-0-14-0: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Done-0-14-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Error-0-14-0: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Color_Warning-0-14-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Background_Active-0-14-0: #E3FFFA;
|
|
446
|
+
--triplex-next-Step-Background_Default-0-14-0: rgba(31, 31, 34, .05);
|
|
447
|
+
--triplex-next-Step-Background_Disabled-0-14-0: rgba(31, 31, 34, .15);
|
|
448
|
+
--triplex-next-Step-Background_Done-0-14-0: #008985;
|
|
449
|
+
--triplex-next-Step-Background_Error-0-14-0: #D10032;
|
|
450
|
+
--triplex-next-Step-Background_Warning-0-14-0: #EF4C01;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Default-0-14-0: #F2F4F7;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Hover-0-14-0: #EAEDF1;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Disabled-0-14-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error-0-14-0: #FFF0F3;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0: #FCE0E6;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning-0-14-0: #FFF4DB;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0: #FCEAC7;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0: #FFD169;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Error-0-14-0: #E60037;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0: #FD6508;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Success-0-14-0: #21A19A;
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Disabled-0-14-0: rgba(31, 31, 34, .35);
|
|
465
|
+
--triplex-next-Stepper-ButtonNext_Background-0-14-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-ButtonPrev_Background-0-14-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-Background-0-14-0: #FFFFFF;
|
|
468
|
+
--triplex-next-Stepper-Wrapper_Background-0-14-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
469
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-0-14-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
470
|
+
--triplex-next-TableBasic-Background_Hover-0-14-0: #E3E6EA;
|
|
471
|
+
--triplex-next-TableBasic-Background_Selected-0-14-0: #DCDFE4;
|
|
472
|
+
--triplex-next-TableBasic-Color-0-14-0: rgba(31, 31, 34, 1);
|
|
473
|
+
--triplex-next-TableBasic-Header_Background-0-14-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Background-0-14-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Highlight-0-14-0: linear-gradient(transparent, #FFFFFF);
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-0: #D6D9E0;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0: #FFFFFF;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-0: #EAEDF1;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-0: #FFFFFF;
|
|
480
|
+
--triplex-next-Tabs-Type1_Background-0-14-0: #F2F4F7;
|
|
481
|
+
--triplex-next-Tabs-Type2_Background-0-14-0: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-0: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-0: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-0: #DCDFE4;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-0: #EEF0F4;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-0-14-0: transparent;
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-0: #FFD169;
|
|
496
|
+
--triplex-next-Tag-Background-0-14-0: #DFE2E7;
|
|
497
|
+
--triplex-next-TagColor-Background_Default-0-14-0: #EEF3FC;
|
|
498
|
+
--triplex-next-TagColor-Background_Success-0-14-0: #E3FFFA;
|
|
499
|
+
--triplex-next-TagColor-Background_Info-0-14-0: #E3F6FF;
|
|
500
|
+
--triplex-next-TagColor-Background_Warning-0-14-0: #FFF4DB;
|
|
501
|
+
--triplex-next-TagColor-Background_Error-0-14-0: #FFF0F3;
|
|
502
|
+
--triplex-next-TagColor-Text_Color_Default-0-14-0: rgba(31, 31, 34, .75);
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Active-0-14-0: #21A19A;
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Hover-0-14-0: #19BDB0;
|
|
505
|
+
--triplex-next-TabsLine-Separator_Color-0-14-0: #D6D9E0;
|
|
506
|
+
--triplex-next-TabsLine-Shadow_Focus-0-14-0: 0 0 0 1px #FFDD64 inset;
|
|
507
|
+
--triplex-next-Tooltip-Background-0-14-0: #1B1B1D;
|
|
508
|
+
--triplex-next-Tooltip-Color-0-14-0: rgba(255, 255, 255, 1);
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-0: #008985;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-0: #19BDB0;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-0: #4BD9CF;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-0: 0 0 0 1px #FFD169;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-0: #007777;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-0: #008985;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-0: #21A19A;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-0: 0 0 0 1px #FFDD64;
|
|
517
|
+
--triplex-next-TopOverlay-Background-0-14-0: rgba(31, 31, 34, .55);
|
|
518
|
+
--triplex-next-Typography-Primary_Color-0-14-0: rgba(31, 31, 34, 1);
|
|
519
|
+
--triplex-next-Typography-Complementary_Color-0-14-0: rgba(31, 31, 34, .85);
|
|
520
|
+
--triplex-next-Typography-Secondary_Color-0-14-0: rgba(31, 31, 34, .65);
|
|
521
|
+
--triplex-next-Typography-Tertiary_Color-0-14-0: rgba(31, 31, 34, .55);
|
|
522
|
+
--triplex-next-Typography-Disabled_Color-0-14-0: rgba(31, 31, 34, .35);
|
|
523
|
+
--triplex-next-Typography-Brand_Color-0-14-0: #008985;
|
|
524
|
+
--triplex-next-Typography-Info_Color-0-14-0: #0E57CC;
|
|
525
|
+
--triplex-next-Typography-Success_Color-0-14-0: #008B5C;
|
|
526
|
+
--triplex-next-Typography-Error_Color-0-14-0: #D10032;
|
|
527
|
+
--triplex-next-Typography-Warning_Color-0-14-0: #EF4C01;
|
|
528
|
+
--triplex-next-Typography-System_Color-0-14-0: #697591;
|
|
529
|
+
--triplex-next-UploadZone-Background_Default-0-14-0: #F2F4F7;
|
|
530
|
+
--triplex-next-UploadZone-Background_Hover-0-14-0: #EAEDF1;
|
|
531
|
+
--triplex-next-UploadZone-BorderColor_Default-0-14-0: #2D2D30;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_Background-0-14-0: #F2F4F7;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_BorderColor-0-14-0: #21A19A;}
|
|
534
|
+
.underline__2592f4b0{text-decoration:underline}.strikethrough__35298714{text-decoration:line-through}.underlineStrikethrough__13be9287{text-decoration:underline line-through}.typography__4a71116e.primary__0cf41eca{color:var(--triplex-next-Typography-Primary_Color-0-14-0)}.typography__4a71116e.complementary__1f01321b{color:var(--triplex-next-Typography-Complementary_Color-0-14-0)}.typography__4a71116e.secondary__83830336{color:var(--triplex-next-Typography-Secondary_Color-0-14-0)}.typography__4a71116e.tertiary__e4a60ec8{color:var(--triplex-next-Typography-Tertiary_Color-0-14-0)}.typography__4a71116e.disabled__e7852367{color:var(--triplex-next-Typography-Disabled_Color-0-14-0)}.typography__4a71116e.brand__fb1e70d9{color:var(--triplex-next-Typography-Brand_Color-0-14-0);-webkit-user-select:none;user-select:none}.typography__4a71116e.info__9c6e3b36{color:var(--triplex-next-Typography-Info_Color-0-14-0)}.typography__4a71116e.success__ff91310c{color:var(--triplex-next-Typography-Success_Color-0-14-0)}.typography__4a71116e.error__eada841c{color:var(--triplex-next-Typography-Error_Color-0-14-0)}.typography__4a71116e.warning__ebb99894{color:var(--triplex-next-Typography-Warning_Color-0-14-0)}.typography__4a71116e.system__6142ef39{color:var(--triplex-next-Typography-System_Color-0-14-0)}.typography__4a71116e.compact__fa38bb6e{line-height:calc(16 / 14)}.title__d46e8913{outline:none}.title__d46e8913.regular__686c0bdf{font-family:SBSansDisplay;font-weight:400}.title__d46e8913.semibold__8b595a46{font-family:SBSansDisplaySemibold;font-weight:600}.title__d46e8913.medium__c60ba6d1{font-family:SBSansDisplayMedium;font-weight:500}.title__d46e8913.bold__c5595b21{font-family:SBSansDisplayBold;font-weight:700}.h1__75c9a79b,.h2__f9d4956b,.h3__840084e2{margin:0}.h1__75c9a79b{font-size:28px;line-height:36px}.h2__f9d4956b{font-size:24px;line-height:32px}.h3__840084e2{font-size:20px;line-height:28px}.text__dea829d9{outline:none}.text__dea829d9.regular__686c0bdf{font-family:SBSansText}.text__dea829d9.semibold__8b595a46{font-family:SBSansTextSemibold;font-weight:600}.b1__a03ca72d{font-size:18px;line-height:24px}.b2__d8897e41{font-size:16px;line-height:20px}.b3__3a360c6a{font-size:14px;line-height:20px}.b3__3a360c6a.compact__fa38bb6e{line-height:16px}.b4__455bbd97{font-size:12px;line-height:16px}.caption__17c25437.regular__686c0bdf{font-family:SBSansText}.caption__17c25437.semibold__8b595a46{font-family:SBSansTextSemibold;font-weight:600}.c1__9ef39a46{font-size:10px;line-height:12px}.c2__0553e69d{font-size:8px;line-height:10px}.d1__6c7c0a14{font-size:32px;line-height:40px}.d1__6c7c0a14.regular__686c0bdf{font-family:SBSansDisplay}.d1__6c7c0a14.semibold__8b595a46{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__4f2ed957{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-0)}.formFieldInput__4f2ed957:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.formFieldInput__4f2ed957::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__4f2ed957:focus{outline:none}.formFieldInput__4f2ed957:focus::placeholder{opacity:1}.formFieldInput__4f2ed957:-webkit-autofill{animation-name:autofill-applied-hook__37b55846;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__4f2ed957:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7f36d435;animation-duration:1ms}.formFieldInput__4f2ed957.sm__37a81005{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__4f2ed957.md__331a4505{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__4f2ed957.lg__3d1f879a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__37b55846{0%{transform:none}}@keyframes autofill-cancelled-hook__7f36d435{0%{transform:none}}.formField__c5bf9feb{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__c5bf9feb.default__980587f0{background:var(--triplex-next-FormField-Background_Default-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-14-0)}.formField__c5bf9feb:hover{background:var(--triplex-next-FormField-Background_Hover-0-14-0)}.formField__c5bf9feb.disabled__df7314e9{background:var(--triplex-next-FormField-Background_Disabled-0-14-0)}.formField__c5bf9feb.active__e011ab0c{background:var(--triplex-next-FormField-Background_Active-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-14-0)}.formField__c5bf9feb.active__e011ab0c::placeholder{opacity:1}.formField__c5bf9feb.error__23bcfc5d{background:var(--triplex-next-FormField-Background_Error-0-14-0)}.formField__c5bf9feb.error__23bcfc5d:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-14-0)}.formField__c5bf9feb.error__23bcfc5d.active__e011ab0c{background:var(--triplex-next-FormField-Background_Error-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7{background:var(--triplex-next-FormField-Background_Warning-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-0-14-0)}.formField__c5bf9feb.warning__a18b8ee7.active__e011ab0c{background:var(--triplex-next-FormField-Background_Warning-0-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-0-14-0)}.formField__c5bf9feb.sm__37a81005{border-radius:6px}.formField__c5bf9feb.md__331a4505{border-radius:8px}.formField__c5bf9feb.lg__3d1f879a{border-radius:10px}.formFieldDescription__cfabe3d6{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__cfabe3d6.withCounter__5b6bf7c2{display:flex;justify-content:space-between}.formFieldLabel__77e3646c{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__77e3646c.size-sm__8c382fc9{top:6px}.formFieldLabel__77e3646c.size-md__1dbbe534{top:10px}.formFieldLabel__77e3646c.size-lg__9b6a7ff1{top:18px}.formFieldLabel__77e3646c.size-lg__9b6a7ff1.floating__5a1ed3f0{top:10px}.formFieldLabelText__edba1299{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-14-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__8c382fc9 .formFieldLabelText__edba1299{font-size:12px;line-height:16px}.size-md__1dbbe534 .formFieldLabelText__edba1299{font-size:14px;line-height:20px}.size-lg__9b6a7ff1 .formFieldLabelText__edba1299{font-size:16px;line-height:20px}.floating__5a1ed3f0 .formFieldLabelText__edba1299{font-size:12px;line-height:16px}.floating__5a1ed3f0.size-sm__8c382fc9 .formFieldLabelText__edba1299,.floating__5a1ed3f0.size-md__1dbbe534 .formFieldLabelText__edba1299{display:none}.disabled__df7314e9 .formFieldLabelText__edba1299{color:var(--triplex-next-FormField-Label_Color_Disabled-0-14-0)}.formFieldPostfix__b52358d5{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__62fef420{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__6701a878{padding-left:4px}.formFieldMaskedInputWrapper__71087e30{position:relative}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c::placeholder{opacity:1}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInputPlaceholder__b1baa69c:disabled{visibility:hidden}.formFieldMaskedInputWrapper__71087e30.size-sm__8c382fc9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__71087e30.size-sm__8c382fc9 .formFieldMaskedInputPlaceholder__b1baa69c{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__71087e30.size-md__1dbbe534{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-md__1dbbe534 .formFieldMaskedInputPlaceholder__b1baa69c{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-lg__9b6a7ff1{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__71087e30.size-lg__9b6a7ff1 .formFieldMaskedInputPlaceholder__b1baa69c{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__71087e30 .formFieldMaskedInput__70a5836d{display:block;position:relative;background:none!important}.dropdownDesktop__5c96610c{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-14-0);background-color:var(--triplex-next-Dropdown-Background-0-14-0)}.dropdownDesktop-sm__b19cb5e3{border-radius:6px}.dropdownDesktop-md__58a3f130{border-radius:8px}.dropdownDesktop-lg__d2f8e223{border-radius:10px}.dropdownDesktopOverflowHidden__284ebc58{overflow:hidden}.dropdownMobileWrapper__5b9d4ad5{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__dfc9592e{background:var(--triplex-next-DropdownMobile-Backdrop-0-14-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__dfc9592e.closing__a07688a9{opacity:0}.dropdownMobileBackdrop__dfc9592e.opening__bb828852,.dropdownMobileBackdrop__dfc9592e.opened__cc1ed01f{opacity:var(--triplex-DropdownMobile-Opacity-0-14-0)}.dropdownMobile__2628d320{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__2628d320.closing__a07688a9{transform:translateY(100%)}.dropdownMobile__2628d320.opening__bb828852,.dropdownMobile__2628d320.opened__cc1ed01f{transform:translateY(0)}.dropdownMobileHeader__42dff315{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-14-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__42dff315 .dropdownMobileHeaderContent__541bf7ef{margin-right:28px;min-height:20px}.dropdownMobileContent__76b44d43{background:var(--triplex-next-DropdownMobile-Content_Background-0-14-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__9ff1acde{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-14-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-14-0);flex-shrink:1}.dropdownMobileListItem__442cf855{padding:16px}.dropdownMobileListItem__442cf855.selected__d6a8f5d6{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-14-0)}.dropdownMobileListItem__442cf855:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-14-0)}.dropdownMobileListLoader__6dfa4913{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__c08e5982{overflow:hidden}.controlButtons__bb7301a3{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__edd8418e{margin-right:8px}.notificationIcon__6eb8b15f{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__f93c6574{padding:4px;overflow:auto}.dropdownDesktopList__f93c6574.sm__4050a3c7{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__f93c6574.sm__4050a3c7 .dropdownDesktopListItem__d51d1f29{padding:6px 8px;border-radius:6px}.dropdownDesktopList__f93c6574.sm__4050a3c7 .dropdownDesktopListLoader__7dbd03d9{margin:0 auto}.dropdownDesktopList__f93c6574.md__35188ac7{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__f93c6574.md__35188ac7 .dropdownDesktopListItem__d51d1f29{padding:7px 8px;border-radius:8px}.dropdownDesktopList__f93c6574.md__35188ac7 .dropdownDesktopListLoader__7dbd03d9{margin:-2px auto}.dropdownDesktopList__f93c6574.lg__d603de93{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__f93c6574.lg__d603de93 .dropdownDesktopListItem__d51d1f29{padding:14px 8px;border-radius:10px}.dropdownDesktopList__f93c6574.lg__d603de93 .dropdownDesktopListLoader__7dbd03d9{margin:-6px auto}.dropdownDesktopListItem__d51d1f29{color:var(--triplex-next-DropdownList-Color-0-14-0);background:var(--triplex-next-DropdownList-Background_Default-0-14-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__d51d1f29+.dropdownDesktopListItem__d51d1f29{margin-top:2px}.dropdownDesktopListItem__d51d1f29.active__adcb5e21{background:var(--triplex-next-DropdownList-Background_Active-0-14-0);cursor:pointer}.dropdownDesktopListItem__d51d1f29.selected__d6a8f5d6{background:var(--triplex-next-DropdownList-Background_Selected-0-14-0);cursor:default}.notificationIcon__167f6a6d{position:absolute;right:4px;top:4px}.loaderSmall__92e56c17{display:flex;justify-content:center;align-items:center}.loaderSmall__92e56c17.sm__0ddff7c2{width:16px;height:16px;gap:2px}.loaderSmall__92e56c17.sm__0ddff7c2 .dot__61288457{width:4px;height:4px}.loaderSmall__92e56c17.md__cda6533c{width:24px;height:24px;gap:3px}.loaderSmall__92e56c17.md__cda6533c .dot__61288457{width:6px;height:6px}.loaderSmall__92e56c17.lg__ffb29973{width:32px;height:32px;gap:4px}.loaderSmall__92e56c17.lg__ffb29973 .dot__61288457{width:8px;height:8px}.loaderSmall__92e56c17.neutral__e60d2e60 .dot__61288457{background-color:var(--triplex-next-Loader-Element_Background_Neutral-0-14-0)}.loaderSmall__92e56c17.brand__a9e023b0 .dot__61288457{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0)}.loaderSmall__92e56c17 .dot__61288457{border-radius:50%}.loaderSmall__92e56c17 .dot1__271c225b{animation:dotCycleSmall__7153675e .9s infinite}.loaderSmall__92e56c17 .dot2__fbed243b{animation:dotCycleSmall__7153675e .9s infinite .15s}.loaderSmall__92e56c17 .dot3__7118ebad{animation:dotCycleSmall__7153675e .9s infinite .3s}@keyframes dotCycleSmall__7153675e{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__2392eaf9{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-0-14-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__363ed8b3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__363ed8b3 .dot__61288457{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__363ed8b3 .dot1__271c225b{top:0;left:0;animation:dotCycleMiddle__84ac209c 3s infinite}.loaderMiddleDots__363ed8b3 .dot2__fbed243b{right:0;top:0;opacity:.7;animation:dotCycleMiddle__84ac209c 3s infinite .74s}.loaderMiddleDots__363ed8b3 .dot3__7118ebad{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__84ac209c 3s infinite 1.5s}.loaderMiddleDots__363ed8b3 .dot4__b8ad2322{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__84ac209c 3s infinite 2.25s}.loaderMiddleDots__363ed8b3 .line__a8960f7d{background-color:var(--triplex-next-Loader-Element_Background_Brand-0-14-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__3ef9ca3b 3s infinite}@keyframes lineCycle__3ef9ca3b{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__84ac209c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__ef528c30{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__ef528c30:enabled{cursor:pointer}.buttonIcon__ef528c30.circle__bba0e1c2{border-radius:50%}.buttonIcon__ef528c30.squircle__a452efb7{border-radius:4px}.buttonIcon__ef528c30:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-14-0)}.dropdownMobileInput__3ebbc47b{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-0-14-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__3ebbc47b::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:1}.dropdownMobileInput__3ebbc47b::-ms-clear{display:none}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__7f9dcb9c[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__7f9dcb9c{position:relative}.tabsLineWrapper__7f9dcb9c.withSeparator__d4010506:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-0-14-0);bottom:0;left:0;right:0}.tabsLine__96b315ad{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__96b315ad:has(.sm__e2e6c2f2){height:28px}.tabsLine__96b315ad:has(.md__60913876){height:40px}.tabsLine__96b315ad:has(.lg__79dde16e){height:56px}.tab__41e4f586{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__41e4f586.sm__e2e6c2f2{height:28px;padding-bottom:12px}.tab__41e4f586.md__60913876{height:40px;padding-top:8px;padding-bottom:12px}.tab__41e4f586.lg__79dde16e{height:56px;padding-top:16px;padding-bottom:20px}.tab__41e4f586::-moz-focus-inner{border:none;padding:0}.tab__41e4f586:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-0-14-0)}.tab__41e4f586.active__783c27bc{cursor:default}.tab__41e4f586:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__41e4f586:hover:after,.tab__41e4f586:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-0-14-0)}.tab__41e4f586.active__783c27bc:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-0-14-0)}.notificationIcon__61d1f270{position:absolute;right:6px}.sm__e2e6c2f2 .notificationIcon__61d1f270{top:0}.md__60913876 .notificationIcon__61d1f270{top:8px}.lg__79dde16e .notificationIcon__61d1f270{top:16px}.tabsLineDropdown__5d9bcae9{display:inline-block}.tabsLineDropdown__5d9bcae9 .dropdownTarget__a4e60e55.active__783c27bc{cursor:pointer}.tabsLineDropdown__5d9bcae9 .dropdownTargetInner__023d8466{display:inline-flex;align-items:center}.tabsLineDropdown__5d9bcae9 .dropdownTargetCaret__0654696e{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__5d9bcae9 .dropdownTargetCaret__0654696e.opened__59d99a8d{transform:rotate(-180deg)}.tabsLineDropdown__5d9bcae9 .dropdown__7f8f6a89{right:0;padding:4px}.tabsLineMobileWrapper__730ab83b{position:relative}.tabsLineMobileWrapper__730ab83b .tab__41e4f586{flex-shrink:0}.tabsLineMobileWrapper__730ab83b .tab__41e4f586:first-child{margin-left:16px}.tabsLineMobileWrapper__730ab83b .tab__41e4f586:last-child{margin-right:16px}.tabsLineMobile__d3440d5a{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d3440d5a::-webkit-scrollbar{display:none}.label__a59b604b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a59b604b.sm__ece69c65{min-width:16px;min-height:16px}.label__a59b604b.sm__ece69c65.nonempty__f533c48e{padding:2px 0 2px 24px}.label__a59b604b.md__4bdab3dc{min-height:24px;min-width:24px}.label__a59b604b.md__4bdab3dc.nonempty__f533c48e{padding-left:32px;padding-top:2px}.label__a59b604b.lg__3b9574d6{min-width:28px;min-height:28px}.label__a59b604b.lg__3b9574d6.nonempty__f533c48e{padding-left:40px;padding-top:4px}.label__a59b604b.disabled__67065b5e{cursor:default}.radio__846972d8{margin:0;opacity:0}.radioIcon__27895869{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-14-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-0-14-0)}.radioIcon__27895869:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-14-0);border-radius:50%;transform:scale(0)}.sm__ece69c65 .radioIcon__27895869:after{width:8px;height:8px;top:4px;left:4px}.md__4bdab3dc .radioIcon__27895869:after{width:12px;height:12px;top:6px;left:6px}.lg__3b9574d6 .radioIcon__27895869:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__27895869,.radioIcon__27895869:after{pointer-events:none}.radio__846972d8,.radioIcon__27895869{position:absolute;left:0;top:0}.sm__ece69c65 .radio__846972d8,.sm__ece69c65 .radioIcon__27895869{width:16px;height:16px;top:2px}.md__4bdab3dc .radio__846972d8,.md__4bdab3dc .radioIcon__27895869{width:24px;height:24px}.lg__3b9574d6 .radio__846972d8,.lg__3b9574d6 .radioIcon__27895869{width:28px;height:28px}.radio__846972d8:enabled{cursor:pointer}.radio__846972d8:checked+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Checked_Default-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-0-14-0)}.radio__846972d8:checked+.radioIcon__27895869:after{transform:scale(1);transition:transform .2s ease-out}.radio__846972d8:hover+.radioIcon__27895869{background-color:var(--triplex-next-Radio-Background_Hover-0-14-0);box-shadow:none}.radio__846972d8:disabled+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Disabled-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-0-14-0)}.radio__846972d8:disabled:checked+.radioIcon__27895869{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-0-14-0)}.radio__846972d8:disabled+.radioIcon__27895869:after{background:var(--triplex-next-Radio-Dot_Disabled-0-14-0)}.radio__846972d8:focus-visible+.radioIcon__27895869{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-14-0)}.radio__846972d8:checked:enabled:hover+.radioIcon__27895869{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-14-0)}.radioXGroup__438792aa{display:inline-flex;flex-flow:row wrap}.radioXGroup__438792aa.indent-12__64395add{margin-left:-6px;margin-right:-6px}.radioXGroup__438792aa.indent-12__64395add .label__a59b604b{margin-left:6px;margin-right:6px}.radioXGroup__438792aa.indent-16__1eb80d6c{margin-left:-8px;margin-right:-8px}.radioXGroup__438792aa.indent-16__1eb80d6c .label__a59b604b{margin-left:8px;margin-right:8px}.radioXGroup__438792aa.indent-20__9ca42893{margin-left:-10px;margin-right:-10px}.radioXGroup__438792aa.indent-20__9ca42893 .label__a59b604b{margin-left:10px;margin-right:10px}.radioXGroup__438792aa.indent-24__c834182d{margin-left:-12px;margin-right:-12px}.radioXGroup__438792aa.indent-24__c834182d .label__a59b604b{margin-left:12px;margin-right:12px}.radioXGroup__438792aa.indent-28__5c999aa7{margin-left:-14px;margin-right:-14px}.radioXGroup__438792aa.indent-28__5c999aa7 .label__a59b604b{margin-left:14px;margin-right:14px}.radioXGroup__438792aa.indent-32__899b41fd{margin-left:-16px;margin-right:-16px}.radioXGroup__438792aa.indent-32__899b41fd .label__a59b604b{margin-left:16px;margin-right:16px}.radioYGroup__15abb454{display:inline-flex;flex-flow:column wrap}.radioYGroup__15abb454 .label__a59b604b.sm__ece69c65+.label__a59b604b.sm__ece69c65{margin-top:8px}.radioYGroup__15abb454 .label__a59b604b.md__4bdab3dc+.label__a59b604b.md__4bdab3dc{margin-top:16px}.radioYGroup__15abb454 .label__a59b604b.lg__3b9574d6+.label__a59b604b.lg__3b9574d6{margin-top:20px}.notification__4541cbeb{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-0);background:var(--triplex-next-Notification-Background-0-14-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-0-14-0);z-index:300}.notification__4541cbeb:first-child{margin-top:0}.notification__4541cbeb.extraBottomPadding__34b4ff26{padding-bottom:24px}.notification__4541cbeb .notificationHeader__17c0a103{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-0-14-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4541cbeb .notificationIcon__72bb7e57{line-height:0}.notification__4541cbeb .notificationBody__efbb5320{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4541cbeb .notificationBodyList__ccd213b2{margin-top:8px}.notification__4541cbeb .notificationBodyContent__fa91db6f{width:100%;font-size:14px}.notification__4541cbeb .notificationClose__8504eff6{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__4541cbeb.showCloseOnHover__09fa004a .notificationClose__8504eff6{opacity:0}.notification__4541cbeb.showCloseOnHover__09fa004a:hover{cursor:pointer}.notification__4541cbeb.showCloseOnHover__09fa004a:hover .notificationClose__8504eff6{opacity:1}.notification__4541cbeb .notificationFooter__fea8c1cd{display:flex;align-items:center;margin-top:16px}.notification__4541cbeb .notificationFooter__fea8c1cd button+a{margin-left:16px}.notification__4541cbeb .notificationTime__0446a390{font-size:12px;color:var(--triplex-next-Notification-TimeColor-0-14-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__d5e1f656{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__d5e1f656:hover{cursor:pointer}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-0-14-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-0-14-0)}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28.first__f9cd3969{bottom:-8px;z-index:200}.notificationGroupedWrapper__d5e1f656 .notificationGroupedFooterItem__5c82ef28.second__9481625d{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__4541cbeb,.notificationGroupedWrapper__d5e1f656{width:100%}}.unorderedListItem__e6163ed5:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__e6163ed5+.unorderedListItem__e6163ed5{margin-top:8px}.unorderedList__e64dea23{position:relative;margin:0;padding-left:14px;list-style:none}.button__55abaee1.general__b428aae2{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-14-0);color:var(--triplex-next-Button-General_Color_Default-0-14-0)}.button__55abaee1.general__b428aae2:hover{background:var(--triplex-next-Button-General_Background_Hover-0-14-0);color:var(--triplex-next-Button-General_Color_Hover-0-14-0)}.button__55abaee1.general__b428aae2.expanded__1b6d2526,.button__55abaee1.general__b428aae2:active{background:var(--triplex-next-Button-General_Background_Active-0-14-0);color:var(--triplex-next-Button-General_Color_Active-0-14-0)}.button__55abaee1.general__b428aae2:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-14-0)}.button__55abaee1.general__b428aae2:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-14-0);color:var(--triplex-next-Button-General_Color_Disabled-0-14-0)}.button__55abaee1.secondary__bf0ccc74{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Default-0-14-0)}.button__55abaee1.secondary__bf0ccc74:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Hover-0-14-0)}.button__55abaee1.secondary__bf0ccc74.expanded__1b6d2526,.button__55abaee1.secondary__bf0ccc74:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Active-0-14-0)}.button__55abaee1.secondary__bf0ccc74:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-14-0)}.button__55abaee1.secondary__bf0ccc74:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-14-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-14-0)}.button__55abaee1.secondaryLight__a046be1a{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-0-14-0)}.button__55abaee1.secondaryLight__a046be1a.expanded__1b6d2526,.button__55abaee1.secondaryLight__a046be1a:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-0-14-0)}.button__55abaee1.secondaryLight__a046be1a:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-0-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-0-14-0)}.button__55abaee1.danger__d8813860{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-14-0);color:var(--triplex-next-Button-Danger_Color_Default-0-14-0)}.button__55abaee1.danger__d8813860:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-14-0);color:var(--triplex-next-Button-Danger_Color_Hover-0-14-0)}.button__55abaee1.danger__d8813860.expanded__1b6d2526,.button__55abaee1.danger__d8813860:active{background:var(--triplex-next-Button-Danger_Background_Active-0-14-0);color:var(--triplex-next-Button-Danger_Color_Active-0-14-0)}.button__55abaee1.danger__d8813860:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-14-0)}.button__55abaee1.danger__d8813860:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-14-0);color:var(--triplex-next-Button-Danger_Color_Disabled-0-14-0)}.button__55abaee1.link__bf1e1eef{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-14-0);padding:0}.button__55abaee1.link__bf1e1eef.sm__4c687326{height:28px;min-width:0px;padding:6px 2px}.button__55abaee1.link__bf1e1eef.md__7ca0c12e{height:40px;min-width:0px;padding:10px 2px}.button__55abaee1.link__bf1e1eef.lg__50c25add{height:56px;min-width:0px;padding:18px 2px}.button__55abaee1.link__bf1e1eef:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-14-0)}.button__55abaee1.link__bf1e1eef.expanded__1b6d2526,.button__55abaee1.link__bf1e1eef:active{color:var(--triplex-next-Button-Link_Color_Active-0-14-0)}.button__55abaee1.link__bf1e1eef:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-14-0)}.button__55abaee1.link__bf1e1eef:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-14-0)}.button__55abaee1{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__55abaee1::-moz-focus-inner{border:none;padding:0}.button__55abaee1.sm__4c687326{line-height:16px;font-size:12px}.button__55abaee1.sm__4c687326.general__b428aae2,.button__55abaee1.sm__4c687326.secondary__bf0ccc74,.button__55abaee1.sm__4c687326.secondaryLight__a046be1a,.button__55abaee1.sm__4c687326.danger__d8813860{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__55abaee1.sm__4c687326.icon__dd278f16{min-height:28px;min-width:28px;padding:4px}.button__55abaee1.md__7ca0c12e{line-height:20px;font-size:14px}.button__55abaee1.md__7ca0c12e.general__b428aae2,.button__55abaee1.md__7ca0c12e.secondary__bf0ccc74,.button__55abaee1.md__7ca0c12e.secondaryLight__a046be1a,.button__55abaee1.md__7ca0c12e.danger__d8813860{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__55abaee1.md__7ca0c12e.icon__dd278f16{min-height:40px;min-width:40px;padding:10px}.button__55abaee1.lg__50c25add{line-height:20px;font-size:16px}.button__55abaee1.lg__50c25add.general__b428aae2,.button__55abaee1.lg__50c25add.secondary__bf0ccc74,.button__55abaee1.lg__50c25add.secondaryLight__a046be1a,.button__55abaee1.lg__50c25add.danger__d8813860{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__55abaee1.lg__50c25add.icon__dd278f16{min-height:56px;min-width:56px;padding:12px}.button__55abaee1:disabled{cursor:default}.button__55abaee1:disabled *{pointer-events:none}.button__55abaee1+.button__55abaee1:not(.block__9e87407d){margin-left:12px}.button__55abaee1 .content__dbc8bd10{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__55abaee1.block__9e87407d{display:block;width:100%}.button__55abaee1.loading__69f27e6a{pointer-events:none}.button__55abaee1.loading__69f27e6a .content__dbc8bd10{visibility:hidden}.button__55abaee1 .loader__a65ce44b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__55abaee1 .loader__a65ce44b.hidden__9fd80fac{visibility:hidden}.buttonDropdownExtended__0cd4d31c{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__0cd4d31c .buttonDropdownExtendedBlock__56cc9d9d{padding:4px;margin-top:4px;right:0}.buttonDropdown__62993966.block__9e87407d{display:block}.buttonDropdown__62993966+.button__55abaee1:not(.block__9e87407d),.buttonDropdown__62993966+.buttonDropdown__62993966:not(.block__9e87407d){margin-left:16px}.buttonDropdown__62993966 .buttonDropdownTarget__e9f78bb2 .caretIcon__da09d343{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__62993966 .buttonDropdownTarget__e9f78bb2.active__736f1c8c .caretIcon__da09d343{transform:rotate(-180deg)}.buttonDropdown__62993966 .buttonDropdownMenuItem__12471fc1{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__f8d6aef4{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__cbea609c{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__63abd1e6{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__e6359a63{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-0-14-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__0d510a43{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__f8d6aef4 .6s ease}.modalWindow__0d510a43 .modalWindowContent__d5c91815{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{box-sizing:border-box;animation:fadeIn__43016986 .3s ease}@keyframes fadeIn__43016986{0%{opacity:0}to{opacity:1}}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinnerSm__4dc739cd{display:none}@media (max-width: 767px){.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinner__4d0f9e32{display:none}.modalWindow__0d510a43 .modalWindowContent__d5c91815 .spinnerSm__4dc739cd{display:flex}}.global-modalWindowTransition-exit .modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__cbea609c .3s ease}.global-modalWindowTransition-exit .modalWindow__0d510a43 .modalWindowContentWrapper__15ea0bf6 .modalWindowBody__c69288b7{animation:fadeOut__87322dcb .3s ease}@keyframes fadeOut__87322dcb{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__f7b44769{position:absolute;left:0;right:0;height:0}.modalWindow__0d510a43.sm__ef678431 .modalWindowContentWrapper__15ea0bf6{max-width:480px}.modalWindow__0d510a43.sm__ef678431 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:196px}@media (max-width: 575px){.modalWindow__0d510a43.sm__ef678431 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindow__0d510a43.md__c724c1e1 .modalWindowContentWrapper__15ea0bf6{max-width:600px}.modalWindow__0d510a43.md__c724c1e1 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:246px}@media (max-width: 767px){.modalWindow__0d510a43.md__c724c1e1 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindow__0d510a43.lg__6840f547 .modalWindowContentWrapper__15ea0bf6{max-width:800px}.modalWindow__0d510a43.lg__6840f547 .modalWindowContent__d5c91815 .modalWindowBody__c69288b7{min-height:396px}@media (max-width: 991px){.modalWindow__0d510a43.lg__6840f547 .modalWindowContentWrapper__15ea0bf6{max-width:100%}}.modalWindowContentPage__00718b4a{background:var(--triplex-next-ModalWindow-Background-0-14-0);padding:8px!important}.modalWindowContentPage__00718b4a,.modalWindowLoaderScreen__95eb8c0b{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__00718b4a,.modalWindowLoaderScreen__95eb8c0b{border-radius:24px}}.islandBody__1811bc9f{display:block}.islandHeader__99ec48cd,.islandFooter__b8079ca5,.island__14e0ef8a{position:relative}.island__14e0ef8a.type1__caeb3869{background-color:var(--triplex-next-Island-Type1_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-0-14-0)}.island__14e0ef8a.type2__bf116d42{background-color:var(--triplex-next-Island-Type2_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-0-14-0)}.island__14e0ef8a.type3__9ee99aa8{background-color:var(--triplex-next-Island-Type3_Background-0-14-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-0-14-0)}.island__14e0ef8a.sm__bf3fcfc2{border-radius:16px;padding:16px}.island__14e0ef8a.sm__bf3fcfc2 .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.sm__bf3fcfc2 .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.sm__bf3fcfc2 .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:8px}.island__14e0ef8a.md__b82e3f2d{border-radius:24px;padding:24px}.island__14e0ef8a.md__b82e3f2d .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.md__b82e3f2d .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.md__b82e3f2d .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:12px}.island__14e0ef8a.lg__669b5555{border-radius:32px;padding:32px}.island__14e0ef8a.lg__669b5555 .islandHeader__99ec48cd+.islandBody__1811bc9f,.island__14e0ef8a.lg__669b5555 .islandHeader__99ec48cd+.islandFooter__b8079ca5,.island__14e0ef8a.lg__669b5555 .islandBody__1811bc9f+.islandFooter__b8079ca5{margin-top:16px}@media (max-width: 767px){.island__14e0ef8a.sm__bf3fcfc2,.island__14e0ef8a.md__b82e3f2d{border-radius:16px;padding:16px}.island__14e0ef8a.lg__669b5555{border-radius:24px;padding:24px}}.modalWindowBody__c69288b7{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__dc65d07d{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__dc65d07d{top:20px;right:20px}}.loaderScreen__f5140db9{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__f5140db9.loaderSmallBackdrop__30f549f0{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-0-14-0)}.loaderScreen__f5140db9.loaderMiddleBackdrop__f3d5f18c{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-0-14-0)}.body__c0d0c86a{position:relative;display:flex}.body__c0d0c86a .bodyInner__424e204b{position:relative;flex-grow:1;width:100%}.bodyPage__fe1d44aa{flex-grow:1}.verticalMargin24__54ed9b32{margin-top:24px;margin-bottom:24px}.verticalMargin16__4c4fe3b7{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__54ed9b32{margin-top:16px;margin-bottom:16px}.verticalMargin16__4c4fe3b7{margin-top:8px;margin-bottom:8px}}.headerTabs__a3e061c1{display:flex;justify-content:space-between}.headerTabs__a3e061c1 .headerTabsContent__18bb2988{flex-grow:1}.headerTabs__a3e061c1 .headerTabsControls__75dd0410{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__a3e061c1{flex-wrap:wrap}.headerTabs__a3e061c1 .headerTabsContent__18bb2988{width:100%}.headerTabs__a3e061c1 .headerTabsControls__75dd0410{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__a3e061c1 .headerTabsControls__75dd0410>button{margin-left:16px;margin-top:16px}}.headerTitle__fd8ccaa2{display:flex;justify-content:space-between}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__4afb7b3e+.headerTitle__fd8ccaa2{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__fd8ccaa2{flex-wrap:wrap}.headerTitle__fd8ccaa2 .headerTitleContent__a75bfa22{width:100%}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__fd8ccaa2 .headerTitleControls__a7c9c3bf>button{margin-left:16px;margin-top:16px}}.headerSubheader__8c143be5{padding:24px 0}.headerSubheader__8c143be5.withoutPaddings__c7278a89{padding:0}.headerLayoutSidebar__ebb3b1fc{display:flex;justify-content:space-between}.headerLayoutSidebarContent__ba29ad02{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__0360f73d{display:none}}.page__7cafdddc{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__7cafdddc{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__40270f6d.sticky__139bea98{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__40270f6d.sticky__139bea98[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8defb897.sticky__139bea98{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8defb897.sticky__139bea98[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-0-14-0)!important}.footerDescription__2ad299e5{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__d69e3f63{flex-grow:1;margin-right:auto}.footerDescriptionControls__3b2f6550{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__2ad299e5{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__d69e3f63{width:100%}.footerDescriptionControls__3b2f6550{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__3b2f6550>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__d69e3f63+.footerDescriptionControls__3b2f6550{margin-top:0}.footer__77a9ebe2{padding:16px 0}}.modalWindowHeader__5883a6a2 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__5883a6a2 .global-HeaderTitleContent{padding-right:72px}}.list__dd03729d{margin:0;padding:0;list-style:none;position:relative}.listItemControls__814d88eb{display:flex;padding:0 16px 0 4px}.listItemContent__643af3c6{background:var(--triplex-next-ListItem-Background-0-14-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__643af3c6.selected__d1080e62{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.listItemControlsButton__0750e2dc{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-0-14-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__0750e2dc:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-0-14-0)}.listItemControlsButton__0750e2dc:hover .listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Hover-0-14-0)!important}.listItemControlsButton__0750e2dc.expanded__28e4c104,.listItemControlsButton__0750e2dc:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-0-14-0)}.listItemControlsButton__0750e2dc.expanded__28e4c104 .listItemControlsButtonLabel__8f84727d,.listItemControlsButton__0750e2dc:active .listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Active-0-14-0)!important}.listItemControlsButton__0750e2dc+.listItemControlsButton__0750e2dc,.listItemControlsButton__0750e2dc+.listItemControlsButtonDropdown__7aacb5b6{margin-left:4px}.listItemControlsButtonIcon__b4e2d6fb{line-height:0}.listItemControlsButton__0750e2dc.withText__90f5e7f8 .listItemControlsButtonIcon__b4e2d6fb{margin-bottom:8px}.listItemControlsButtonLabel__8f84727d{color:var(--triplex-next-ListItemControlsButton-Color_Default-0-14-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__7aacb5b6{display:flex}.listItemControlsButtonInner__28c9e091{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__0750e2dc.withIcon__de6f3fc4.withText__90f5e7f8 .listItemControlsButtonInner__28c9e091{height:44px;overflow:visible}.buttonDropdownMenuItem__eb1d050d{overflow:hidden;text-overflow:ellipsis}.listEmptyState__5977941a{padding:64px 16px 16px;text-align:center}.listItemLoading__0709fe7d{height:24px;padding:12px 0;position:relative}.label__5c81a752{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5c81a752.sm__de359a39{min-width:16px;min-height:16px}.label__5c81a752.sm__de359a39.nonempty__5df6ed52{padding:2px 0 2px 24px}.label__5c81a752.md__fcffd43c{min-width:24px;min-height:24px}.label__5c81a752.md__fcffd43c.nonempty__5df6ed52{padding-left:32px;padding-top:2px}.label__5c81a752.lg__508d6c72{min-width:28px;min-height:28px}.label__5c81a752.lg__508d6c72.nonempty__5df6ed52{padding-left:40px;padding-top:4px}.label__5c81a752.disabled__e9dab38c{cursor:default}.label__5c81a752[hidden]{display:none}.checkbox__e37b748f{margin:0;opacity:0}.checkboxIcon__152834a3{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-14-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-0-14-0)}.sm__de359a39 .checkboxIcon__152834a3{border-radius:4px}.checkmarkIcon__a33f5b6b{transform:scale(0)}.checkmarkIcon__a33f5b6b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-14-0)}.checkboxIcon__152834a3,.checkmarkIcon__a33f5b6b{pointer-events:none}.checkbox__e37b748f,.checkboxIcon__152834a3,.checkmarkIcon__a33f5b6b{position:absolute;left:0;top:0}.sm__de359a39 .checkbox__e37b748f,.sm__de359a39 .checkboxIcon__152834a3,.sm__de359a39 .checkmarkIcon__a33f5b6b{width:16px;height:16px;top:2px}.md__fcffd43c .checkbox__e37b748f,.md__fcffd43c .checkboxIcon__152834a3,.md__fcffd43c .checkmarkIcon__a33f5b6b{width:24px;height:24px}.lg__508d6c72 .checkbox__e37b748f,.lg__508d6c72 .checkboxIcon__152834a3,.lg__508d6c72 .checkmarkIcon__a33f5b6b{width:28px;height:28px}.checkbox__e37b748f:enabled{cursor:pointer}.checkbox__e37b748f:enabled:hover+.checkboxIcon__152834a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-0-14-0);background-color:var(--triplex-next-Checkbox-Background_Hover-0-14-0)}.checkbox__e37b748f:checked+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-0-14-0)}.checkbox__e37b748f:checked~.checkmarkIcon__a33f5b6b{transform:scale(1);transition:transform .2s ease-out}.checkbox__e37b748f:disabled+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-0-14-0)}.checkbox__e37b748f:disabled:checked+.checkboxIcon__152834a3{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-0-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-0-14-0)}.checkbox__e37b748f:disabled~.checkmarkIcon__a33f5b6b path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-14-0)}.checkbox__e37b748f:focus-visible+.checkboxIcon__152834a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-14-0)}.checkbox__e37b748f:checked:enabled:hover+.checkboxIcon__152834a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-14-0)}.listItemSelectable__0b396545{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-14-0);border-radius:8px}.listItemSelectable__0b396545.selected__d1080e62{background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.checkboxWrapper__5d4b2d6c{padding:16px;line-height:0}.childrenWrapper__9d79eb05{flex-grow:1}.checkboxLabel__b6e192f0{padding:0!important;position:relative}.checkboxLabelClickArea__a47052bb{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__7a17ae8c{position:relative;overflow:hidden}.swipeableArea__7a17ae8c .content__821f4a84{position:relative;touch-action:pan-y}.swipeableArea__7a17ae8c .content__821f4a84.disableScroll__34734b4f{touch-action:none}.swipeableArea__7a17ae8c .content__821f4a84.disablePointerEvents__1e79b98b:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__7a17ae8c .swipeAnimationFinish__fc8cde81{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__7a17ae8c .leftContent__9d1b4aac,.swipeableArea__7a17ae8c .rightContent__da3eb4fd{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__7a17ae8c .rightContent__da3eb4fd{left:auto;right:0}.listItemTail__a1d0ee51{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__d3081746{background:var(--triplex-next-ListMaster-Background-0-14-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1745d7c0{position:absolute;top:0;left:0;right:0}.listItemTailTop__1745d7c0:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailTop__1745d7c0:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailBottom__cba4e863{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__cba4e863:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-0-14-0)}.listItemTailBottom__cba4e863:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-0-14-0)}.listItemTailRight__b72c6356{right:-8px}.listItemTailLeft__39481ca5{left:-8px}.listItemTable__f5a09e7e{margin-bottom:4px}.listItemTable__f5a09e7e:last-child{margin-bottom:0}.listSortableItemTarget__e4aba832{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-14-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__e4aba832:hover{background:var(--triplex-next-ListItem-Background_Selected-0-14-0)}.listSortableItemTarget__e4aba832.dragging__2a2725ba{background:var(--triplex-next-ListItem-Background_Dragging-0-14-0);box-shadow:var(--triplex-next-ListItem-Shadow-0-14-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__9794baa1{flex:1}.listSortableItemTargetIcon__4e32e92e{display:block;margin-left:24px}.listSortableItem__3813e603{position:relative}.listSortableItem__3813e603.dragging__2a2725ba{z-index:1}.listSortableItemControls__7809585c{display:inline-block}.islandWidgetHeader__e3fcdfb8{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__e3fcdfb8 .islandWidgetHeaderContent__09f5b6ac{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__e3fcdfb8 .islandWidgetHeaderDescription__5dff066a{display:flex}@media (max-width: 767px){.islandWidgetHeader__e3fcdfb8{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__1999ecea{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__a15e3aa4{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__585c3ebe{margin-left:auto;white-space:nowrap}.expandAnimation__dde651aa{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__7752dcf6{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-0-14-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__7752dcf6{border-radius:0 0 16px 16px}}.islandWidget__4afdb679{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__4afdb679>*{height:100%}.islandWidgetWithExtraFooter__1bf04ff6:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-0-14-0)!important}.islandWidgetWrapper__85b5c6b8{display:flex;flex-direction:column}.formFieldClear__c6d3fc23{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__c6d3fc23.hidden__fff7c1f3{opacity:0;pointer-events:none}.formFieldTarget__1a9d08d6{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-0-14-0);overflow:hidden;white-space:nowrap}.formFieldTarget__1a9d08d6.placeholder__bdfb2160{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-0-14-0)}.formFieldTarget__1a9d08d6.disabled__df7314e9{color:var(--triplex-next-FormField-Target_Color_Disabled-0-14-0)}.formFieldTarget__1a9d08d6.size-sm__8c382fc9{font-size:12px;height:28px;line-height:16px}.formFieldTarget__1a9d08d6.size-md__1dbbe534{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__1a9d08d6.size-lg__9b6a7ff1{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__1a9d08d6 .placeholderWrapper__4df9bbec{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__1a9d08d6:focus{outline:none}.formFieldTarget__1a9d08d6:focus .placeholderWrapper__4df9bbec{opacity:1}.formFieldTextarea__28b605fc{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-14-0);vertical-align:top;font-family:inherit}.formFieldTextarea__28b605fc.sm__37a81005{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__28b605fc.md__331a4505{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__28b605fc.lg__3d1f879a{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__28b605fc::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__28b605fc:focus{outline:none}.formFieldTextarea__28b605fc:focus::placeholder{opacity:1}.formFieldTextarea__28b605fc:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.chipGroupItem__506e5b71{display:inline-block}.chip__7b89fe00{background:var(--triplex-next-Chip-Background_Default-0-14-0);color:var(--triplex-next-Chip-Color_Default-0-14-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__7b89fe00.lg__9dfb73cd{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__7b89fe00.lg__9dfb73cd .prefix__1128d513{padding-left:16px}.chip__7b89fe00.lg__9dfb73cd .postfix__8f083fe9{padding-right:16px}.chip__7b89fe00.md__e70654d3{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__7b89fe00.md__e70654d3 .prefix__1128d513{padding-left:12px}.chip__7b89fe00.md__e70654d3 .postfix__8f083fe9{padding-right:12px}.chip__7b89fe00.sm__be878bf3{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__7b89fe00.sm__be878bf3 .prefix__1128d513{padding-left:8px}.chip__7b89fe00.sm__be878bf3 .postfix__8f083fe9{padding-right:8px}.chip__7b89fe00:hover{background:var(--triplex-next-Chip-Background_Hover-0-14-0);color:var(--triplex-next-Chip-Color_Hover-0-14-0)}.chip__7b89fe00:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-0)}.chip__7b89fe00:active,.chip__7b89fe00[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-0-14-0);color:var(--triplex-next-Chip-Color_Active-0-14-0)}.chip__7b89fe00.disabled__b1f3a319{background:var(--triplex-next-Chip-Background_Disabled-0-14-0);color:var(--triplex-next-Chip-Color_Disabled-0-14-0);cursor:default;pointer-events:none}.chip__7b89fe00.selected__191e5443{background:var(--triplex-next-Chip-Background_Selected_Default-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Default-0-14-0)}.chip__7b89fe00.selected__191e5443:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Hover-0-14-0)}.chip__7b89fe00.selected__191e5443:active,.chip__7b89fe00.selected__191e5443[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Active-0-14-0)}.chip__7b89fe00.selected__191e5443.disabled__b1f3a319{background:var(--triplex-next-Chip-Background_Selected_Disabled-0-14-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-0-14-0)}.chip__7b89fe00.withPrefix__fce2397e{padding-left:0}.chip__7b89fe00.withPostfix__62c82e99{padding-right:0}.chip__7b89fe00 .content__f9750f81{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__7b89fe00 .prefix__1128d513,.chip__7b89fe00 .postfix__8f083fe9{display:flex}.calendarControls__35b3eaaa{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-0)}.calendarViewDays__d85dc986{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__9cf3b173 .calendarViewDays__d85dc986{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__e77494a4,.calendarViewYears__f7d7613a{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__9cf3b173 .calendarViewMonths__e77494a4,.adaptive__9cf3b173 .calendarViewYears__f7d7613a{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__54784873{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-0-14-0)}.calendarViewDaysBody__92b47f97:before{display:block;content:"";line-height:8px}.adaptive__9cf3b173 .calendarViewDaysBody__92b47f97:before{line-height:4px}.calendarViewItem__56efa70a{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__56efa70a:focus-visible{outline:none}.calendarViewItem__56efa70a.current__6e433052{font-weight:600}.calendarViewItem__56efa70a.disabled__f356517b{pointer-events:none}.calendarViewItemLabel__373997a8{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-0-14-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-0-14-0);cursor:pointer}.calendarViewItemLabel__373997a8:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e{color:var(--triplex-next-Calendar-View_Item_Color_Selected-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e:hover.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.muted__d68f8c97{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.muted__d68f8c97:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-0-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.selected__28e8910e.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-0-14-0)}.calendarViewItemLabel__373997a8.marked__961a37f3:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__373997a8.basicMark__cccb0c7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.standardMark__88c724ce:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.attentionMark__11113e34:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.criticalMark__1d4dcefc:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-0-14-0)}.calendarViewItemLabel__373997a8.muted__d68f8c97{color:var(--triplex-next-Calendar-View_Item_Color_Muted-0-14-0)}.calendarViewItemLabel__373997a8.disabled__f356517b{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-0-14-0);background:none}.calendarViewItem__56efa70a:focus-visible .calendarViewItemLabel__373997a8{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-0-14-0)}.unitDay__142f86ff{width:36px;height:36px;border-radius:6px}.unitMonth__7fa44750,.unitYear__b0a9e448{width:89px;height:48px;border-radius:6px}.adaptive__9cf3b173 .unitMonth__7fa44750,.adaptive__9cf3b173 .unitYear__b0a9e448{width:104px;height:48px;border-radius:6px}.calendarFooter__96265b1c{margin-top:12px;text-align:center}.calendar__874a22ca{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-0-14-0);-webkit-user-select:none;user-select:none}.calendar__874a22ca.adaptive__9cf3b173{width:auto;padding:20px}.calendar__874a22ca+.calendar__874a22ca{margin-top:20px}.datePickerExtendedMobileDropdown__b6738879{max-height:100vh}.chipDropdownArrow__38378cb8{transition:transform .3s ease}.chipDropdownArrow__38378cb8.rotated__1ca1efbd{transform:rotate(-180deg)}.chipClearButton__31be100c{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__31be100c:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-0-14-0)}.dropdownMobileMaskedInput__aadf27e5{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__8e38a5ab{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__8e38a5ab .caretWrapper__2d9fd4db{height:100%}.selectExtendedFieldTarget__8e38a5ab .caretIcon__163a8898{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__8e38a5ab.selectOpened__e9b7df37 .caretIcon__163a8898{transform:rotate(180deg)}.selectExtendedFieldTarget__8e38a5ab.disabled__e3bdcaf5{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__316eaf01{position:relative}.multiselectFieldHeader__8573f73f{padding:12px 12px 0}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.sm__c173980b{height:204px}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.md__bb9941ae{height:245px}.multiselectFieldContentWrapper__b14e901c .multiselectFieldContent__3102bcac.lg__808440b9{height:324px}.multiselectFieldFooter__74f89375{padding:0 12px 12px}.multiselectFieldFooter__74f89375:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-0-14-0)}.chipOptionsContent__2f8fe96c{min-width:14px;text-align:center;display:block}.tooltipDesktop__a52ef147{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__a52ef147 .tooltipBody__5ff76d95{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-14-0)}.tooltipDesktop__a52ef147 .tooltipXButton__efe918cd{position:absolute;right:8px;top:8px}.tooltipDesktopContent__0a5fb958{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-14-0);border-radius:8px}.closable__ad6526ce .tooltipDesktopContent__0a5fb958{padding-right:32px}.tooltipSM__7dd1c25c .tooltipDesktopContent__0a5fb958{width:192px;min-height:52px}.tooltipLG__dd47d8bf .tooltipDesktopContent__0a5fb958{width:384px;min-height:52px}.tooltipOverlay__bb663b86{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__7f46afc8{width:0;height:0}.tooltipDesktopTip__7f46afc8.down__2179f0ca{border-top:solid var(--triplex-next-Tooltip-Background-0-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7f46afc8.up__d009acb4{border-bottom:solid var(--triplex-next-Tooltip-Background-0-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__7f46afc8.left__3d34f732{border-right:solid var(--triplex-next-Tooltip-Background-0-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__7f46afc8.right__5cb7bf29{border-left:solid var(--triplex-next-Tooltip-Background-0-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__f8fda304 .tooltipBody__5ff76d95{text-align:left}.tooltipMobileContent__63966c25{padding:16px}.headerless__f6f95dd5 .tooltipMobileContent__63966c25{padding-right:40px;border-radius:16px 16px 0 0}.headerless__f6f95dd5 .tooltipMobileContent__63966c25 .closeButton__918776ae{position:absolute;right:16px;top:16px}.tooltipLink__aefb6e86{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__2f19f321{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-14-0)}.desktop__2f19f321:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-14-0)}.desktop__2f19f321:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-14-0)}.desktop__2f19f321:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-14-0)}.mobile__03cafbbc{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-14-0)}.mobile__03cafbbc:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-14-0)}.mobile__03cafbbc:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-14-0)}.mobile__03cafbbc:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-14-0)}.chipSuggestInputWrapper__262a71de{margin:12px}.suggestDropdownMobileBody__326d5607{height:176px}.suggestDropdownMobileNoOptionsText__a54b7aff{padding:16px}.checkboxXGroup__6fea4faf{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__6fea4faf.indent-12__e7a96882{margin-left:-6px;margin-right:-6px}.checkboxXGroup__6fea4faf.indent-12__e7a96882 .label__5c81a752{margin-left:6px;margin-right:6px}.checkboxXGroup__6fea4faf.indent-16__5e31ce87{margin-left:-8px;margin-right:-8px}.checkboxXGroup__6fea4faf.indent-16__5e31ce87 .label__5c81a752{margin-left:8px;margin-right:8px}.checkboxXGroup__6fea4faf.indent-20__bcae5acf{margin-left:-10px;margin-right:-10px}.checkboxXGroup__6fea4faf.indent-20__bcae5acf .label__5c81a752{margin-left:10px;margin-right:10px}.checkboxXGroup__6fea4faf.indent-24__84d8570d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__6fea4faf.indent-24__84d8570d .label__5c81a752{margin-left:12px;margin-right:12px}.checkboxXGroup__6fea4faf.indent-28__09c7c2a1{margin-left:-14px;margin-right:-14px}.checkboxXGroup__6fea4faf.indent-28__09c7c2a1 .label__5c81a752{margin-left:14px;margin-right:14px}.checkboxXGroup__6fea4faf.indent-32__bc882ce1{margin-left:-16px;margin-right:-16px}.checkboxXGroup__6fea4faf.indent-32__bc882ce1 .label__5c81a752{margin-left:16px;margin-right:16px}.checkboxYGroup__8298b1b3{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__8298b1b3 .label__5c81a752.sm__de359a39+.label__5c81a752.sm__de359a39{margin-top:8px}.checkboxYGroup__8298b1b3 .label__5c81a752.lg__508d6c72+.label__5c81a752.lg__508d6c72{margin-top:20px}.checkboxYGroup__8298b1b3 .label__5c81a752.md__fcffd43c+.label__5c81a752.md__fcffd43c{margin-top:16px}.card__d9f6929f{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d9f6929f.roundingMD__c91008fd{--radius: 16px}.card__d9f6929f.roundingSM__1c3fb8f2{--radius: 8px}.card__d9f6929f.general__a6b79627{background:var(--triplex-next-Card-Static_General_Background-0-14-0)}.card__d9f6929f.secondary__de142cea{background:var(--triplex-next-Card-Static_Secondary_Background-0-14-0)}.card__d9f6929f .cardMedia__1f542dd5{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d9f6929f .cardContent__ca735f23{padding:var(--padding)}.card__d9f6929f .cardContent__ca735f23.paddingMD__6bf1ba23{--padding: 24px}.card__d9f6929f .cardContent__ca735f23.paddingSM__856364e0{--padding: 16px}.card__d9f6929f .cardContent__ca735f23 .cardContentHeader__2295f4f1{margin-bottom:16px}.card__d9f6929f .cardContent__ca735f23 .cardContentFooter__37abbee9{margin-top:16px}.action__c1daf592{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__c1daf592:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__c1daf592.general__a6b79627{background:var(--triplex-next-Card-Action_General_Background-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0)}.action__c1daf592.general__a6b79627:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-0)}.action__c1daf592.general__a6b79627.selected__34535dd6{background:var(--triplex-next-Card-Action_General_Background_Selected-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-0)}.action__c1daf592.general__a6b79627.selected__34535dd6:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-0)}.action__c1daf592.general__a6b79627:focus{outline:none}.action__c1daf592.general__a6b79627:focus.focusVisible__6410ae2b{box-shadow:var(--triplex-next-Card-Shadow_Default-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-0)}.action__c1daf592.secondary__de142cea{background:var(--triplex-next-Card-Action_Secondary_Background-0-14-0)}.action__c1daf592.secondary__de142cea:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-14-0)}.action__c1daf592.secondary__de142cea.selected__34535dd6{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-14-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-0-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-0-14-0)}.action__c1daf592.secondary__de142cea.selected__34535dd6:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-14-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-0-14-0)}.action__c1daf592.secondary__de142cea:focus{outline:none}.action__c1daf592.secondary__de142cea:focus.focusVisible__6410ae2b{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-0-14-0)}.alertContext__72cca15a{display:flex;font-size:12px;line-height:16px}.alertContext__72cca15a>svg{flex-shrink:0}.alertContext__72cca15a .alertContextText__6bd5d723{margin-left:8px}.alertContext__72cca15a.alertTypeError__959916b9 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Error_Color-0-14-0)}.alertContext__72cca15a.alertTypeInfo__5033d577 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Info_Color-0-14-0)}.alertContext__72cca15a.alertTypeWarning__9fe0eb93 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-Warning_Color-0-14-0)}.alertContext__72cca15a.alertTypeSystem__ded94022 .alertContextText__6bd5d723{color:var(--triplex-next-AlertContext-System_Color-0-14-0)}.alertProcess__8a05c99a{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__8a05c99a.withSpoiler__cc71b57b{min-height:40px}.alertProcess__8a05c99a .themeIcon__724a17b4{box-sizing:border-box;height:20px;width:20px}.alertProcess__8a05c99a.alertTypeError__959916b9{background:var(--triplex-next-AlertProcess-Error_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeInfo__5033d577{background:var(--triplex-next-AlertProcess-Info_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeWarning__9fe0eb93{background:var(--triplex-next-AlertProcess-Warning_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeSystem__ded94022{background:var(--triplex-next-AlertProcess-System_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeFeature__20cac178{background:var(--triplex-next-AlertProcess-Feature_Background-0-14-0)}.alertProcess__8a05c99a.alertTypeFeature__20cac178 .themeIcon__724a17b4{padding-top:0}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3{flex:1;margin-left:10px}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3 .expandableContent__41295b64{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__8a05c99a .alertProcessContentBlock__c8f982c3 .expandableContent__41295b64.expanded__52ce531a{max-height:1000px;opacity:1}.alertProcess__8a05c99a .closeButton__b5f3a9ab{margin-left:10px}.alertProcess__8a05c99a .expandButton__c587f597{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__8a05c99a .expandButton__c587f597.expanded__52ce531a{transform:rotate(180deg)}.adaptive__816cbbcc{font-size:10px!important;line-height:12px!important}.avatar__d7a95df5{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-0-14-0)}.avatar__d7a95df5.xxs__eef7d014{width:28px;height:28px;border-radius:6px}.avatar__d7a95df5.xs__832f050e{width:32px;height:32px;border-radius:8px}.avatar__d7a95df5.sm__96731d9b{width:40px;height:40px;border-radius:10px}.avatar__d7a95df5.md__f22088e6{width:56px;height:56px;border-radius:16px}.avatar__d7a95df5.lg__019896f9{width:80px;height:80px;border-radius:20px}.avatar__d7a95df5.xl__bec36abb{width:96px;height:96px;border-radius:24px}.avatar__d7a95df5.xxl__fad967e6{width:128px;height:128px;border-radius:28px}.col-1__53f99637{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__2c1b223c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__29bda3a3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__94121d3a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__1bdb6662{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__38373ef3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__6e75c408{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__771bb9e3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__ffbce2cf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__c3ff65da{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__367f29bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__0f19bb9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__267e7d2f{margin-left:0%}.offset-1__99274812{margin-left:8.33333333%}.offset-2__66d23125{margin-left:16.66666667%}.offset-3__7ed766d6{margin-left:25%}.offset-4__555dfca0{margin-left:33.33333333%}.offset-5__4963db65{margin-left:41.66666667%}.offset-6__b6f16b02{margin-left:50%}.offset-7__9099cf71{margin-left:58.33333333%}.offset-8__a63cdce5{margin-left:66.66666667%}.offset-9__b7f463e5{margin-left:75%}.offset-10__671a7917{margin-left:83.33333333%}.offset-11__5e66fdaf{margin-left:91.66666667%}.d-none__3d2b1bce{display:none!important}.d-block__777d8645{display:block!important}@media (min-width: 576px){.col-sm-1__0a07aff6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__fd1ddbf8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__3a408e93{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__1dd136ff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__74ada877{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__8d981424{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__1c78b05e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__1f0c7a47{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__58929bec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__22b6b504{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__a11a7877{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__cf4b19f4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a125d47f{margin-left:0%}.offset-sm-1__e6161a85{margin-left:8.33333333%}.offset-sm-2__1296b8c1{margin-left:16.66666667%}.offset-sm-3__a5b80b40{margin-left:25%}.offset-sm-4__4df32499{margin-left:33.33333333%}.offset-sm-5__42da24cb{margin-left:41.66666667%}.offset-sm-6__b8ed6f71{margin-left:50%}.offset-sm-7__239016ee{margin-left:58.33333333%}.offset-sm-8__36903a9e{margin-left:66.66666667%}.offset-sm-9__35ddc9f9{margin-left:75%}.offset-sm-10__b1220595{margin-left:83.33333333%}.offset-sm-11__cd6f1ad0{margin-left:91.66666667%}.d-none-sm__e672d8cf{display:none!important}.d-block-sm__6acdefd8{display:block!important}}@media (min-width: 768px){.col-md-1__89a6d1d0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__9a56b868{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__c3426da3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__43f6c0a6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__3d9af767{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__06e50b04{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__7e72b55e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__75f3ab40{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__806ff5f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__ed179b0b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__ebb37f0f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__3a562b3d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__9452acea{margin-left:0%}.offset-md-1__d2032530{margin-left:8.33333333%}.offset-md-2__09f60f10{margin-left:16.66666667%}.offset-md-3__c6c5d259{margin-left:25%}.offset-md-4__14c9e624{margin-left:33.33333333%}.offset-md-5__93596e8c{margin-left:41.66666667%}.offset-md-6__67582e8c{margin-left:50%}.offset-md-7__581afc8b{margin-left:58.33333333%}.offset-md-8__2548f559{margin-left:66.66666667%}.offset-md-9__6cbf0da7{margin-left:75%}.offset-md-10__9238af79{margin-left:83.33333333%}.offset-md-11__d65f359c{margin-left:91.66666667%}.d-none-md__99102583{display:none!important}.d-block-md__bad71b61{display:block!important}}@media (min-width: 992px){.col-lg-1__719db2a5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__160343e3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__177ab103{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e25a3fdf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__9a713519{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__fb607a22{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__5e25d602{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__b07ed800{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__92a76b7c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__ebbcbbd5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__2769c997{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__4acb7c49{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__dd85c20e{margin-left:0%}.offset-lg-1__1277b1fa{margin-left:8.33333333%}.offset-lg-2__3c6448ef{margin-left:16.66666667%}.offset-lg-3__4cecbcfd{margin-left:25%}.offset-lg-4__1d62a53b{margin-left:33.33333333%}.offset-lg-5__49464d99{margin-left:41.66666667%}.offset-lg-6__d0c8648e{margin-left:50%}.offset-lg-7__c488b2a5{margin-left:58.33333333%}.offset-lg-8__afdf22a2{margin-left:66.66666667%}.offset-lg-9__eee4ab98{margin-left:75%}.offset-lg-10__f45f3a79{margin-left:83.33333333%}.offset-lg-11__de3812cb{margin-left:91.66666667%}.d-none-lg__4f615feb{display:none!important}.d-block-lg__d3854094{display:block!important}}@media (min-width: 1200px){.col-xl-1__d51a3746{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__ab6628cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__fc63b59c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__d400dad3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__b9ca49ec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__6e2a397a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__25686c72{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__dedbc70c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__56d3eba8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__91e31588{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__08049733{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__dc910f2b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__8c2b5f0d{margin-left:0%}.offset-xl-1__ffb1609a{margin-left:8.33333333%}.offset-xl-2__020420e3{margin-left:16.66666667%}.offset-xl-3__51f203a9{margin-left:25%}.offset-xl-4__ddf2daeb{margin-left:33.33333333%}.offset-xl-5__77c58ae6{margin-left:41.66666667%}.offset-xl-6__e998d94c{margin-left:50%}.offset-xl-7__5a28908e{margin-left:58.33333333%}.offset-xl-8__98375417{margin-left:66.66666667%}.offset-xl-9__01076eb4{margin-left:75%}.offset-xl-10__98d1b6ba{margin-left:83.33333333%}.offset-xl-11__4c5f723f{margin-left:91.66666667%}.d-none-xl__94c4a7fc{display:none!important}.d-block-xl__01ba380a{display:block!important}}.ellipsisLineClamp__0dfe7cf4{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__0dfe7cf4.oneLine__5de48a39{word-break:break-all}.link__23b05c82{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-14-0)}.link__23b05c82:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-14-0)}.link__23b05c82:active{color:var(--triplex-next-Link-Text_Color_Active-0-14-0)}.link__23b05c82:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-14-0)}.wordWithContent__63cc6b53{white-space:nowrap;display:inline-flex;align-items:center}.before__e0baf431 :first-child{margin-right:2px}.after__3e1667f1 :last-child{margin-left:2px}.marker__e5e228f7{border-radius:50%}.marker__e5e228f7.md__ace0b9bc{width:8px;height:8px}.marker__e5e228f7.lg__c95223e7{width:10px;height:10px}.marker__e5e228f7.success__eaf66988{background:var(--triplex-next-Marker-Background_Success-0-14-0)}.marker__e5e228f7.error__d3fd2ceb{background:var(--triplex-next-Marker-Background_Error-0-14-0)}.marker__e5e228f7.warning__f007a7c6{background:var(--triplex-next-Marker-Background_Warning-0-14-0)}.marker__e5e228f7.waiting__ea5f3a84{background:var(--triplex-next-Marker-Background_Waiting-0-14-0)}.markerStatus__a3855e1f{line-height:0;display:flex;align-items:start}.markerStatus__a3855e1f .contentContainer__239fd70e{display:flex;flex-direction:column}.markerStatus__a3855e1f.md__894f8f1b{gap:4px}.markerStatus__a3855e1f.md__894f8f1b .markerContainer__1420e9ab{margin-top:4px}.markerStatus__a3855e1f.lg__d6d96acf{gap:6px}.markerStatus__a3855e1f.lg__d6d96acf .contentContainer__239fd70e{gap:4px}.markerStatus__a3855e1f.lg__d6d96acf .markerContainer__1420e9ab{margin-top:5px}.row__ed441538{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__ed441538.noPaddingBottom__7bd65118,.row__ed441538:last-child{padding-bottom:0}.tabsExtended__0ee6486c{position:relative}.tabsExtendedContent__603c7e0e{display:inline-flex}.tabsExtendedContent__603c7e0e.sm__8419bdb1{border-radius:6px;padding:4px}.tabsExtendedContent__603c7e0e.md__579a9a43{border-radius:8px;padding:4px}.tabsExtendedContent__603c7e0e.lg__7715d358{border-radius:10px;padding:8px}.tabsExtendedTab__c55746ed{display:flex}.tabsExtendedTab__c55746ed+.tabsExtendedTab__c55746ed,.tabsExtendedDropdown__21e2105e{margin-left:2px}.tabsReal__df13e948,.tabsFake__33ef9666{display:flex;box-sizing:border-box;width:100%}.tabsReal__df13e948.hidden__35fb9a6c{visibility:hidden}.tabsReal__df13e948 .tabsExtendedTab__c55746ed.hidden__35fb9a6c{display:none}.tabsFake__33ef9666{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__0769c9c4 .tabsExtendedContent__603c7e0e{background-color:var(--triplex-next-Tabs-Type1_Background-0-14-0)}.type2__975d257c .tabsExtendedContent__603c7e0e{background-color:var(--triplex-next-Tabs-Type2_Background-0-14-0)}.tabsExtendedTabButton__8a584516{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-14-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__8a584516 .tabButtonText__bcdaa620{font-weight:400}.tabsExtendedTabButton__8a584516.lg__7715d358{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__8a584516.lg__7715d358 .tabButtonText__bcdaa620{font-size:16px;line-height:20px}.tabsExtendedTabButton__8a584516.md__579a9a43{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__8a584516.md__579a9a43 .tabButtonText__bcdaa620{font-size:14px;line-height:20px}.tabsExtendedTabButton__8a584516.sm__8419bdb1{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__8a584516.sm__8419bdb1 .tabButtonText__bcdaa620{font-size:12px;line-height:16px}.tabsExtendedTabButton__8a584516::-moz-focus-inner{border:none}.tabsExtendedTabButton__8a584516+.tabsExtendedTabButton__8a584516{margin-left:2px}.tabsExtendedTabButton__8a584516:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4.selected__f10531ec{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4.selected__f10531ec .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4:hover .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type1__0769c9c4 .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-0-14-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c.selected__f10531ec{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c.selected__f10531ec .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-0-14-0)}.tabsExtendedTabButton__8a584516.type2__975d257c:hover .tabButtonText__bcdaa620{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-0-14-0)}.notificationIcon__f2a38ae4{position:absolute;right:4px;top:4px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.sm__e2c9b4fe{min-width:20px;min-height:20px;height:20px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.md__9c171e0b{min-width:32px;min-height:32px;height:32px}.tabsContent__dc4075f6 .tabButtonDropdown__a12b45ff.lg__bfbdfe89{min-width:40px;min-height:40px;height:40px}.tag__72ebb920{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-0-14-0);border-radius:4px;gap:2px}.tag__72ebb920.sm__995465e4{height:20px;padding:2px 4px 2px 6px}.tag__72ebb920.md__f8aae8fb{height:28px;padding:4px 6px 4px 8px}.tag__72ebb920.lg__2c0c03d0{height:32px;padding:6px 8px 6px 10px}.content__2c5b9b83{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__80309da6{display:flex;flex-wrap:wrap}.tagGroup__80309da6.sm__9bf56fd4{gap:4px}.tagGroup__80309da6.md__dcdf7380{gap:8px}.tagGroup__80309da6.lg__f1980c94{gap:12px}.paginationExtended__55219901{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__b76d52aa .directionIconNext__fb4f15a3{transform:rotate(180deg)}.pageEllipsis__db623083{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-14-0);cursor:default}.paginationPageButton__3501a63b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-14-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__3501a63b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-14-0);outline:none}.paginationPageButton__3501a63b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-14-0)}.paginationPageButton__3501a63b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-14-0);cursor:grabbing}.paginationPageButton__3501a63b.currentPage__11b8c934{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-14-0);cursor:default}.paginationNavigationExtended__1ddf5329{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__acf58f78{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__acf58f78 .paginationSelectControl__cdeff3d9{margin-left:8px;min-width:72px}.skeleton__7e464204{border-radius:16px;flex-grow:1}.skeleton__7e464204.light__34280bd5{animation:skeleton-light-pulse__c33ace26 2s ease-in-out infinite}.skeleton__7e464204.dark__0eb88df8{animation:skeleton-dark-pulse__2e114bbd 2s ease-in-out infinite}@keyframes skeleton-light-pulse__c33ace26{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-14-0)}}@keyframes skeleton-dark-pulse__2e114bbd{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-14-0)}}.segmentedControlSegment__2ba71791{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-14-0);outline:none;cursor:pointer}.segmentedControlSegment__2ba71791:disabled{cursor:default}.sm__2246a2f8 .segmentedControlSegment__2ba71791{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__f1eb9fec .segmentedControlSegment__2ba71791{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__f02ce122 .segmentedControlSegment__2ba71791{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__b9cdafe4 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-14-0)}.general1__b9cdafe4 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-14-0)}.general2__581356bc .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-14-0)}.secondary1__e8f55ca8 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791.selected__e204e9ef{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-14-0)}.secondary2__d67eda88 .segmentedControlSegment__2ba71791.selected__e204e9ef:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-14-0)}.segmentedControlSegment__2ba71791:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-14-0)}.content__f01b9c17{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__86b95b27{display:flex;gap:4px}.segmentedControl__86b95b27.general1__b9cdafe4{background:var(--triplex-next-SegmentedControl-General_1_Background-0-14-0)}.segmentedControl__86b95b27.secondary1__e8f55ca8{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-14-0)}.segmentedControl__86b95b27.general2__581356bc{background:var(--triplex-next-SegmentedControl-General_2_Background-0-14-0)}.segmentedControl__86b95b27.secondary2__d67eda88{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-14-0)}.segmentedControl__86b95b27.sm__2246a2f8{border-radius:6px;padding:4px}.segmentedControl__86b95b27.md__f1eb9fec{border-radius:8px;padding:4px}.segmentedControl__86b95b27.lg__f02ce122{border-radius:10px;padding:8px}.step__4e64020f{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__4e64020f.default__5ab12c61{background-color:var(--triplex-next-Step-Background_Default-0-14-0)}.step__4e64020f.default__5ab12c61>span{color:var(--triplex-next-Step-Color_Default-0-14-0)}.step__4e64020f.done__bb6dfec0{background-color:var(--triplex-next-Step-Background_Done-0-14-0)}.step__4e64020f.done__bb6dfec0>span{color:var(--triplex-next-Step-Color_Done-0-14-0)}.step__4e64020f.warning__e625ee24{background-color:var(--triplex-next-Step-Background_Warning-0-14-0)}.step__4e64020f.warning__e625ee24>span{color:var(--triplex-next-Step-Color_Warning-0-14-0)}.step__4e64020f.active__8f1207b5{background-color:var(--triplex-next-Step-Background_Active-0-14-0)}.step__4e64020f.active__8f1207b5>span{color:var(--triplex-next-Step-Color_Active-0-14-0)}.step__4e64020f.error__aac3f5ed{background-color:var(--triplex-next-Step-Background_Error-0-14-0)}.step__4e64020f.error__aac3f5ed>span{color:var(--triplex-next-Step-Color_Error-0-14-0)}.step__4e64020f.disabled__e052cb3b{background-color:var(--triplex-next-Step-Background_Disabled-0-14-0)}.step__4e64020f.disabled__e052cb3b>span{color:var(--triplex-next-Step-Color_Disabled-0-14-0)}.stepperWrapper__2b47fef9{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-0-14-0)}.stepperStep__d8b5e498{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__d8b5e498+.stepperStep__d8b5e498{margin-left:12px}.stepperStep__d8b5e498.sm__721776ff:not(:last-child) .content__9bdeb9c4{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__d8b5e498.sm__721776ff:last-child .content__9bdeb9c4{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__d8b5e498.sm__721776ff:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498.md__f4f3df54:not(:last-child) .content__9bdeb9c4{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d8b5e498.md__f4f3df54:last-child .content__9bdeb9c4{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__d8b5e498.md__f4f3df54:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498.lg__3de3dd1a:not(:last-child) .content__9bdeb9c4{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d8b5e498.lg__3de3dd1a:last-child .content__9bdeb9c4{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__d8b5e498.lg__3de3dd1a:last-child .arrow__c09c3a66{display:none}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498:hover:not(.active__ce0ea3d2):not(.disabled__5ba24504) .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2{cursor:default}.stepperStep__d8b5e498.active__ce0ea3d2 .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2 .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.active__ce0ea3d2.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.error__72c6d4ea:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.completed__1bda3f35.warning__53b65cce:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf :not(.error__72c6d4ea):not(.warning__53b65cce) .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Default-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf :not(.error__72c6d4ea):not(.warning__53b65cce):hover .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.error__72c6d4ea:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.inactive__74092dcf.warning__53b65cce:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504{pointer-events:none}.stepperStep__d8b5e498.disabled__5ba24504 .content__9bdeb9c4{color:var(--triplex-next-Stepper-Step_Color_Disabled-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504 .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-0)}.stepperStep__d8b5e498.disabled__5ba24504 .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35 .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2 .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35 .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2 .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35:hover .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2:hover .content__9bdeb9c4,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf:hover .content__9bdeb9c4{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.stepperStep__d8b5e498.focusVisible__d8ca84db.completed__1bda3f35:hover .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.active__ce0ea3d2:hover .arrow__c09c3a66 path:last-child,.stepperStep__d8b5e498.focusVisible__d8ca84db.inactive__74092dcf:hover .arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-0-14-0)}.content__9bdeb9c4{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-0-14-0);color:var(--triplex-next-Stepper-Step_Color_Hover-0-14-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-0-14-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__721776ff{font-size:12px;line-height:16px}.md__f4f3df54{font-size:14px;line-height:20px}.lg__3de3dd1a{font-size:16px;line-height:20px}.arrow__c09c3a66{transform:translate(0)}.arrow__c09c3a66 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-0)}.arrow__c09c3a66 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-0-14-0)}.icon__ba486a23{display:inline-flex;align-items:center;line-height:0}.nonempty__809b9f78 .icon__ba486a23{margin-right:6px}.stepperExtended__2e299f9d{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__d50532bb{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__d50532bb::-webkit-scrollbar{display:none}.stepper__8c750dd6.sm__721776ff{padding-left:28px;padding-right:28px}.stepper__8c750dd6.md__f4f3df54{padding-left:40px;padding-right:40px}.stepper__8c750dd6.lg__3de3dd1a{padding-left:56px;padding-right:56px}.stepperCarousel__dafe34aa{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f,.stepperCarousel__dafe34aa .buttonNext__590dffdd{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.sm__721776ff,.stepperCarousel__dafe34aa .buttonNext__590dffdd.sm__721776ff{height:28px;width:28px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.md__f4f3df54,.stepperCarousel__dafe34aa .buttonNext__590dffdd.md__f4f3df54{height:40px;width:40px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f.lg__3de3dd1a,.stepperCarousel__dafe34aa .buttonNext__590dffdd.lg__3de3dd1a{height:56px;width:56px}.stepperCarousel__dafe34aa .buttonPrev__cba8ab6f{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-0-14-0)}.stepperCarousel__dafe34aa .buttonNext__590dffdd{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-0-14-0)}@media (max-width: 767px){.stepper__8c750dd6{padding-left:16px;padding-right:16px}.buttonPrev__cba8ab6f,.buttonNext__590dffdd{display:none}}.islandAccordion__2a6d1f1d{margin:0;padding:0}.islandAccordion__2a6d1f1d .island__bfe95344{padding:0}.islandAccordion__2a6d1f1d .item__297ef8f7{position:relative;list-style-type:none}.islandAccordion__2a6d1f1d .item__297ef8f7.disabled__7e87c214{cursor:default;pointer-events:none}.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.sm__0e6461a7,.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.md__4e268c81{margin-top:16px}.islandAccordion__2a6d1f1d .item__297ef8f7+.item__297ef8f7.lg__3d99d4db{margin-top:24px}.islandAccordion__2a6d1f1d .item__297ef8f7 .header__c65c3b70{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__2a6d1f1d .item__297ef8f7 :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type1__696341b6:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type2__e433a773:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7.type3__d81da04c:not(.opened__756e1bfc) .header__c65c3b70:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-0-14-0)}.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{text-align:right}.islandAccordion__2a6d1f1d .item__297ef8f7 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{visibility:hidden}.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc .footer__3784f74b{visibility:visible}.islandAccordion__2a6d1f1d .item__297ef8f7 .caretWrapper__8552024e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2a6d1f1d .item__297ef8f7 .caretIcon__aa5dcdc3{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .header__c65c3b70{padding:16px;border-radius:16px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .step__03e26c37+.titleWrapper__808254d0{margin-top:2px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .footer__3784f74b{padding:0 16px 16px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .caretWrapper__8552024e{right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .remove__e4e8dee8{right:-36px;top:20px}.islandAccordion__2a6d1f1d .item__297ef8f7.sm__0e6461a7 .step__03e26c37{margin-right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .header__c65c3b70{padding:24px;border-radius:24px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .footer__3784f74b{padding:0 24px 24px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .caretWrapper__8552024e{right:20px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .remove__e4e8dee8{right:-40px;top:28px}.islandAccordion__2a6d1f1d .item__297ef8f7.md__4e268c81 .step__03e26c37{margin-right:12px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .header__c65c3b70{padding:32px;border-radius:32px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .body__6771faa4,.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .footer__3784f74b{padding:0 32px 32px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .caretWrapper__8552024e{right:28px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .remove__e4e8dee8{right:-40px;top:36px}.islandAccordion__2a6d1f1d .item__297ef8f7.lg__3d99d4db .step__03e26c37{margin:0 16px 0 0}.islandAccordion__2a6d1f1d .item__297ef8f7.opened__756e1bfc:not(.disabled__7e87c214) .caretWrapper__8552024e .caretIcon__aa5dcdc3{transform:rotate(-180deg)}.islandAccordion__2a6d1f1d .item__297ef8f7 .remove__e4e8dee8{position:absolute}@media (max-width: 767px){.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__2a6d1f1d .item__297ef8f7 .footer__3784f74b>*{margin-left:0!important}}.noColumns__c7fb8b3f{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c7fb8b3f>.content__377e0e72{width:456px;text-align:center}.filterPanel__20f0d20d{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__fdcaa196{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__fdcaa196>a:not(:first-child){margin-left:16px}.tabsLinePanel__20792e1f{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__4ba411b0{0%{opacity:0}to{opacity:1}}.tableBasic__712d1b13{position:relative}.tableBasic__712d1b13 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__712d1b13 table th.alignLeft__04af0e69,.tableBasic__712d1b13 table td.alignLeft__04af0e69{text-align:left}.tableBasic__712d1b13 table th.alignRight__0723eda9,.tableBasic__712d1b13 table td.alignRight__0723eda9{text-align:right}.tableBasic__712d1b13 table th.alignCenter__6147f599,.tableBasic__712d1b13 table td.alignCenter__6147f599{text-align:center}.tableBasic__712d1b13 table th.verticalAlignBaseline__d9dfda1b,.tableBasic__712d1b13 table td.verticalAlignBaseline__d9dfda1b{vertical-align:baseline}.tableBasic__712d1b13 table th.verticalAlignSub__4ad26e2f,.tableBasic__712d1b13 table td.verticalAlignSub__4ad26e2f{vertical-align:sub}.tableBasic__712d1b13 table th.verticalAlignSuper__64af1a1f,.tableBasic__712d1b13 table td.verticalAlignSuper__64af1a1f{vertical-align:super}.tableBasic__712d1b13 table th.verticalAlignTextTop__3785df2d,.tableBasic__712d1b13 table td.verticalAlignTextTop__3785df2d{vertical-align:text-top}.tableBasic__712d1b13 table th.verticalAlignTextBottom__b82beee9,.tableBasic__712d1b13 table td.verticalAlignTextBottom__b82beee9{vertical-align:text-bottom}.tableBasic__712d1b13 table th.verticalAlignMiddle__d1685d9f,.tableBasic__712d1b13 table td.verticalAlignMiddle__d1685d9f{vertical-align:middle}.tableBasic__712d1b13 table th.verticalAlignTop__dc0eeebc,.tableBasic__712d1b13 table td.verticalAlignTop__dc0eeebc{vertical-align:top}.tableBasic__712d1b13 table th.verticalAlignBottom__20438e59,.tableBasic__712d1b13 table td.verticalAlignBottom__20438e59{vertical-align:bottom}.tableBasic__712d1b13 table>thead>tr{height:48px}.tableBasic__712d1b13 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-0-14-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-0-14-0)}}.tableBasic__712d1b13 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__712d1b13 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__712d1b13 table>thead>tr>th.checkboxType__7e1f15b7{padding:16px 12px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f{display:inline-flex;vertical-align:top}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4{cursor:pointer}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63{display:flex;visibility:hidden;align-items:center}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.alignLeft__04af0e69{margin-right:8px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.alignRight__0723eda9{margin-left:8px}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4 .orderButton__2ba44c63.sorted__082a1317{visibility:visible}.tableBasic__712d1b13 table>thead>tr>th .thBlock__ae30079f.order__d29670d4:hover .orderButton__2ba44c63{visibility:visible}.tableBasic__712d1b13 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-0-14-0)}.tableBasic__712d1b13 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__712d1b13 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__712d1b13 table>tbody>tr>td.textType__66a47f35{padding:12px}.tableBasic__712d1b13 table>tbody>tr>td.componentsType__b5f02449{padding:8px 12px}.tableBasic__712d1b13 table>tbody>tr>td.checkboxType__7e1f15b7{padding:10px 12px 12px}.tableBasic__712d1b13 table>tbody>tr.selected__f134b453>td{background-color:var(--triplex-next-TableBasic-Background_Selected-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>tbody>tr.selected__f134b453>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-0-14-0)}}.tableBasic__712d1b13 table>tbody.clickable__19500544>tr{cursor:pointer}.tableBasic__712d1b13 table>tbody.hoverable__909dbc12>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-0-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__712d1b13 table>tbody.hoverable__909dbc12>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-0-14-0)}}.tableBasic__712d1b13 .footerEmptyData__b8a206b5{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__712d1b13 .spinnerWrapper__f7dd2d8d{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__712d1b13 .spinnerWrapper__f7dd2d8d .tableLoaderScreen__0b3ef57f{border-radius:8px 8px 0 0}.tableBasic__712d1b13 .overlayCover__eef1408e{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-0-14-0);animation:fadeIn__4ba411b0 .3s}.tableBasicSettingsBody__e02120e9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__01f5b7cf{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0)!important}.columnSettingsSortableListItemTarget__01f5b7cf:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-0-14-0)!important}.columnSettingsSortableListItemTarget__01f5b7cf.dragging__1642e83f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-0-14-0)!important}.columnSettingsStaticListItem__01652a2f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-0-14-0)}.tableBasicSettingsFooter__9932c63d{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-0-14-0);padding:11px 12px 12px}.tableBasicSettingsHeader__9a66bb78{padding:16px 12px 12px}.tableSettingsLink__7e41ad34{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__72c97d98{width:320px}.tableFooterWrapper__a6d9a403{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__a6d9a403 .tableFooterShadow__ce21b1e3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-0-14-0);pointer-events:none}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-0-14-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f{display:flex;align-items:center}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectedCount__4d42a3c1,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectAllButton__fcbf929b,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryAmount__49c0540f{display:inline-flex}.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectedCount__4d42a3c1,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummarySelectAllButton__fcbf929b,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryAmount__49c0540f,.tableFooterWrapper__a6d9a403 .tableFooter__5c08abe9 .tableFooterSummary__9f47a73f .tableFooterSummaryLabel__617e4c5c{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__a6d9a403{height:112px}}.paginationPanel__c6d4bcdc{margin-top:16px}.masterTable__a3f72581{position:relative}.orderedListItem__d0a3725f{counter-increment:list-item-tx}.orderedListItem__d0a3725f:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__d0a3725f+.orderedListItem__d0a3725f{margin-top:8px}.orderedList__07f077b1{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__df3a5997{position:relative}.suggestDropdownListItem__a718b1ae{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__97976292{position:relative}.suggestFieldMobileBody__1f285723{height:176px}.suggestFieldMobileDropdownHint__be74f58f{padding:16px}.lightBox__b323f180{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__b323f180 .lightBoxBackdrop__38f22bd0{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-0)}.lightBox__b323f180.lightBoxSideOverlayActive__529334fb,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f{overflow-y:hidden}.lightBox__b323f180 .lightBoxContent__e109bc88{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-0)}.lightBox__b323f180 .lightBoxContent__e109bc88>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__b323f180 .lightBoxContent__e109bc88>.global-page{padding:16px}}.lightBox__b323f180 .loadingContentOverlay__7a1129f5{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b323f180 .lightBoxContentResizeWrapper__1688c511{position:absolute;left:0;right:0;height:0}.lightBox__b323f180 .tempElSafariBug__5e42d480{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__fa18c0a7,.global-LB-less-or-equal-media-point-0 .lightBox__b323f180.lightBoxSideOverlayActive__529334fb{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__e109bc88{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__e109bc88{padding-left:80px;padding-right:80px}.lightBoxControls__ec76cd82{z-index:100}.withKeyboardEvent__2f1d84bf{display:inline-block}.withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.lightBoxSideOverlayActive__529334fb .withKeyboardEvent__2f1d84bf,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f .withKeyboardEvent__2f1d84bf,.lightBox__b323f180.isLoading__1751b48e .withKeyboardEvent__2f1d84bf{display:none}.lightBox__b323f180.lightBoxSideOverlayActive__529334fb .withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.lightBoxTopOverlayActive__3b09937f .withoutKeyboardEvent__bfdf2f4a,.lightBox__b323f180.isLoading__1751b48e .withoutKeyboardEvent__bfdf2f4a{display:inline-block}.lightBox__b323f180.isLoading__1751b48e .lightBoxPrev__74cb36d4,.lightBox__b323f180.isLoading__1751b48e .lightBoxNext__ad4154a8{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__ec76cd82{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__f692a94d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__4308e8ae{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__594f4883{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__74cb36d4,.global-LB-less-or-equal-media-point-0 .lightBoxNext__ad4154a8{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__74cb36d4{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__ba465d37,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__4ef8f613{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__ec76cd82{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__f692a94d{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__4308e8ae{display:none}.global-LB-more-media-point-0 .lightBoxClose__594f4883{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__74cb36d4,.global-LB-more-media-point-0 .lightBoxNext__ad4154a8{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__74cb36d4{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__ad4154a8{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__0fdbfd06{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__0fdbfd06.fixed__cf7e79ac{position:fixed}.overlay__0fdbfd06.closing__071b931e,.overlay__0fdbfd06.opened__a18ebe72{visibility:visible;left:0;right:0}.overlayPanel__5975a508{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-14-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__5975a508.bottom__e63f7079{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__5975a508.left__66e0cfa3{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__5975a508.right__f889ae1f{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__5975a508.top__90e051ea{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__5975a508.left__66e0cfa3.opened__a18ebe72,.overlayPanel__5975a508.right__f889ae1f.opened__a18ebe72{transform:translate(0)}.overlayPanel__5975a508.top__90e051ea.opened__a18ebe72,.overlayPanel__5975a508.bottom__e63f7079.opened__a18ebe72{transform:translateY(0)}.overlayContent__48cf89d3{display:flex;min-height:100%}.overlayMask__de383fda{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-14-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__de383fda.overlayOpened__62a799ae{opacity:1}.lightBoxSideOverlayLoaderWrapper__98288a24{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__6e5fd207{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__de286945{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__6e5fd207{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__6e5fd207{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__de286945{display:none}.lightBoxSideOverlayMask__3583ab6a{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-0-14-0)}.lightBoxSideOverlayWrapper__bc596e27{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__bc596e27.overflowXHidden__73e8d417{overflow-x:hidden}.lightBoxSideOverlayWrapper__bc596e27.overflowYHidden__167e30cf{overflow-y:hidden}.lightBoxSideOverlayWrapper__bc596e27.closing__9820c030,.lightBoxSideOverlayWrapper__bc596e27.opened__44504a8a{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__bc596e27.closing__9820c030{pointer-events:none}.lightBoxSideOverlayWrapper__bc596e27 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__bc596e27 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-0-14-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3.opened__44504a8a{transform:none}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3.opening__f477660a{transform:translateY(0)}.lightBoxSideOverlayWrapper__bc596e27.sizeSM__ddaa65e7 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27.sizeMD__15dd2630 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27.sizeLG__7b5a9490 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayBase__ba19ec5d{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__bc596e27 .lightBoxSideOverlayContent__60ceeaf3{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__bc596e27 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__bc596e27 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b29edf97{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b29edf97.closing__9820c030,.lightBoxSideOverlay__b29edf97.opening__f477660a{overflow-x:hidden}.topOverlayMask__a787b5b6{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-0-14-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__b50668d1{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__b50668d1.closing__b35788fe,.topOverlayWrapper__b50668d1.opened__eeda3fd0{bottom:0}.topOverlayWrapper__b50668d1 .topOverlayPanel__ed5da810{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__5ca24d22{z-index:500}@media (max-width: 767px){.topOverlayPanel__ed5da810{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__40d7e9fd{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__40d7e9fd.fixed__cec169a0{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__a744bb1d{display:none}}.lightBoxRightSidebar__40c32798{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__40c32798.fixed__cec169a0{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__79694699{display:none}}html.scroll-0__b0d4e4cb{--triplex-next-scroll-width: 0px}html.scroll-15__7ab77077{--triplex-next-scroll-width: 15px}html.scroll-16__da2c1b14{--triplex-next-scroll-width: 16px}html.scroll-17__bc3ee76d{--triplex-next-scroll-width: 17px}.smsField__6321ae13{display:inline-block;position:relative;width:100%}.smsField__6321ae13 .input__0e41eb4f{text-align:center}.smsField__6321ae13 .input__0e41eb4f::placeholder{opacity:1}.smsField__6321ae13 .input__0e41eb4f:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-0-14-0)}.smsField__6321ae13 .input__0e41eb4f.lg__94c08ba3{padding:18px 40px}.smsField__6321ae13 .input__0e41eb4f.md__1958c94a{padding-left:26px;padding-right:26px}.smsField__6321ae13 .input__0e41eb4f.sm__27179710{padding-left:20px;padding-right:20px}.smsField__6321ae13 .btnRefresh__bfa0e30a{position:absolute;outline:none;z-index:1}.smsField__6321ae13 .btnRefresh__bfa0e30a.lg__94c08ba3{top:12px;left:12px;height:32px;width:32px}.smsField__6321ae13 .btnRefresh__bfa0e30a.md__1958c94a{top:10px;left:10px}.smsField__6321ae13 .btnRefresh__bfa0e30a.sm__27179710{top:4px;left:4px}.smsField__6321ae13 .btnRefresh__bfa0e30a .full__78d36da0{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-0-14-0)}.smsField__6321ae13 .btnRefresh__bfa0e30a .empty__5e895903{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-0-14-0)}.smsField__6321ae13 .btnRefresh__bfa0e30a:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.active__a9625f16:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.active__a9625f16:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-0-14-0)}.smsField__6321ae13 .btnSubmit__4e31851a.lg__94c08ba3{top:15px;right:15px;height:26px;width:26px}.smsField__6321ae13 .btnSubmit__4e31851a.md__1958c94a{top:10px;right:10px}.smsField__6321ae13 .btnSubmit__4e31851a.sm__27179710{top:4px;right:4px}.spoiler__08602386{display:flex;flex-direction:column}.spoiler__08602386.opened__f8f84209 .caretIcon__433e71b8{transform:rotate(-180deg)}.spoiler__08602386 .head__f606efac .caretIcon__433e71b8{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__08602386 .head__f606efac button>span{white-space:normal;text-align:left}.spoiler__08602386 .content__e876be70.hidden__8b085ddb{display:none}.spoiler__08602386 .lg__7aeb0ab3 .content__e876be70{margin-top:8px}.spoiler__08602386 .md__00670ea4 .content__e876be70{margin-top:0}.spoiler__08602386 .sm__7b8f07c7 .content__e876be70{margin-top:-4px}.statusTrackerWrapper__fc8a3340{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-0-14-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-0-14-0);overflow:hidden;height:100%}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b.verticalAlignMiddle__d52566b0{align-self:center}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b.verticalAlignBottom__212a4ad5{align-self:end}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerChild__8ba98eb9{padding:8px 0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerChild__8ba98eb9:empty{padding:0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerSum__5c5e9220,.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerTitle__10ab66f3{padding-bottom:4px}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerDescription__39fc5cc3{display:block;padding-top:8px}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerAlert__e727dbff{margin-top:12px;text-align:left}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerStatus__ebdcd4fb{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec{display:grid}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec .statusTrackerDescription__39fc5cc3:last-child{padding-top:0}.statusTrackerWrapper__fc8a3340 .statusTracker__7c976f7b .statusTrackerFooterWrapper__a61ca2ec .statusTrackerButton__24a02372{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.waiting__996cb1fb{background:var(--triplex-next-StatusTracker-Waiting_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.warning__6f1268e7{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.rejected__d4edd860{background:var(--triplex-next-StatusTracker-Rejected_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerColor__8de3968e.approved__0abc56a6{background:var(--triplex-next-StatusTracker-Approved_Color-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.waiting__996cb1fb{background:var(--triplex-next-StatusTracker-Waiting_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.warning__6f1268e7{background:var(--triplex-next-StatusTracker-Warning_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.rejected__d4edd860{background:var(--triplex-next-StatusTracker-Rejected_Background-0-14-0)}.statusTrackerWrapper__fc8a3340 .statusTrackerBackground__19ef6c54.approved__0abc56a6{background:var(--triplex-next-StatusTracker-Approved_Background-0-14-0)}@media (max-width: 767px){.statusTrackerWrapper__fc8a3340{border-radius:16px}}.smallInput__84dd36a7{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-0-14-0);background:var(--triplex-next-SmallInput-Background-0-14-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-0-14-0)}.smallInput__84dd36a7::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-0-14-0);opacity:1}.smallInput__84dd36a7::-ms-clear{display:none}.documentNumberEdit__6126cd87 .label__cabae12f{display:inline-block;margin-right:8px}.documentNumberEdit__6126cd87 .inputEditWrapper__3cfec4d3{width:68px;display:inline-block}.sliderExtendedDot__76d0417d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__76d0417d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-0)}.sliderExtendedDot__76d0417d.focusedByClick__4b5927ee:focus{box-shadow:none}.sliderExtendedDot__76d0417d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-0-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__76d0417d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__76d0417d.disabled__a8b0fd29{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d.disabled__a8b0fd29:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d.disabled__a8b0fd29:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-0-14-0)}.sliderExtendedDot__76d0417d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-0-14-0)}.sliderExtendedDot__76d0417d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0)}.sliderExtendedDot__76d0417d.dragByMouse__d6d26ee2{background:var(--triplex-next-Slider-Dot_Background_Select-0-14-0)}.sliderExtendedDot__76d0417d.dragByMouse__d6d26ee2:after{background:var(--triplex-next-Slider-Dot_Inner_Background-0-14-0)}.sliderExtendedDot__76d0417d:hover .sliderExtendedTooltipOverlay__7eb2d8f1,.sliderExtendedDot__76d0417d:focus .sliderExtendedTooltipOverlay__7eb2d8f1{visibility:visible}.sliderExtendedDot__76d0417d.lg__364d6c20{width:28px;height:28px}.sliderExtendedDot__76d0417d.lg__364d6c20:after{width:10px;height:10px}.sliderExtendedDot__76d0417d.lg__364d6c20:before{width:14px;height:14px}.sliderExtendedMarks__43933229{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__4a36557e{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__4a36557e .sliderExtendedMarkDot__4e961dde{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-0-14-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__4a36557e .sliderExtendedMarkDot__4e961dde.inSelectedRange__4c93ddfd{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-0-14-0)}.sliderExtendedMark__4a36557e.lg__364d6c20{top:20px}.sliderExtendedMark__4a36557e.lg__364d6c20 .sliderExtendedMarkDot__4e961dde{top:-20px}.sliderExtendedMark__4a36557e .sliderExtendedMarkText__9c426bc0{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__4a36557e.disabled__a8b0fd29{pointer-events:none}.sliderExtendedMark__4a36557e.disabled__a8b0fd29 .sliderExtendedMarkText__9c426bc0{pointer-events:none;opacity:.35}.sliderExtendedMark__4a36557e.disabled__a8b0fd29 .sliderExtendedMarkDot__4e961dde{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-0-14-0)}.sliderExtendedMark__4a36557e:first-child,.sliderExtendedMark__4a36557e:last-child{transform:none}.sliderExtendedMark__4a36557e:first-child.reverse__d41edbc8 .sliderExtendedMarkDot__4e961dde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__4a36557e:first-child.reverse__d41edbc8 .sliderExtendedMarkText__9c426bc0{margin-right:-4px}.sliderExtendedMark__4a36557e:first-child:not(.reverse__d41edbc8) .sliderExtendedMarkDot__4e961dde{left:0;transform:translate(-50%)}.sliderExtendedMark__4a36557e:first-child .sliderExtendedMarkText__9c426bc0{margin-left:-4px}.sliderExtendedMark__4a36557e:last-child.reverse__d41edbc8 .sliderExtendedMarkDot__4e961dde{left:0;transform:translate(-50%)}.sliderExtendedMark__4a36557e:last-child.reverse__d41edbc8 .sliderExtendedMarkText__9c426bc0{margin-left:-4px}.sliderExtendedMark__4a36557e:last-child:not(.reverse__d41edbc8) .sliderExtendedMarkDot__4e961dde{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__4a36557e:last-child .sliderExtendedMarkText__9c426bc0{margin-right:-4px}.sliderExtendedMark__4a36557e.active__8e9abcad{pointer-events:none}.sliderExtendedRail__24f1de2a{height:4px;background:var(--triplex-next-Slider-Rail_Background-0-14-0);cursor:pointer}.sliderExtended__24809e54{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__24809e54.disabled__a8b0fd29 .sliderExtendedRail__24f1de2a{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-0-14-0)}.sliderExtended__24809e54.lg__364d6c20{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__e7f15991{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-0-14-0);z-index:10}.sliderExtendedTrack__e7f15991.lg__364d6c20{top:12px}.sliderExtendedTrack__e7f15991:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-0-14-0)}.sliderExtendedTrack__e7f15991.focusedByClick__4b5927ee:focus{box-shadow:none}.sliderExtendedTrack__e7f15991.hoverOrDragByMouse__a1053109{background:var(--triplex-next-Slider-Track_Background_Hover-0-14-0)}.sliderExtendedTrack__e7f15991.staticSlider__63de7858{cursor:default;pointer-events:none}.sliderExtendedTrack__e7f15991.disabled__a8b0fd29{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-0-14-0)}.sliderExtendedTooltipOverlay__7eb2d8f1{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__7eb2d8f1.lg__364d6c20{bottom:32px}.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipBody__e8adfab9{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-0-14-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-0-14-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipTip__16aee6f3{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-0-14-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__7eb2d8f1 .tooltipTip__16aee6f3{margin:-.5px}}.treeView__8580caf6,.treeViewGroup__307fcfa3{margin:0;padding:0}.treeView__8580caf6 .treeViewNode__3df1fc42,.treeViewGroup__307fcfa3 .treeViewNode__3df1fc42{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__27de8992.collapsed__741d5ec3{visibility:hidden}.checkboxTreeExtended__9f7ec7b1{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__cb4dbe6f .checkboxTreeExtendedNode__cb4dbe6f{margin-left:24px}.checkboxTreeExtendedNodeHeader__d0fbe336{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__d0fbe336.sm__62359e33{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__d0fbe336.md__47c7f60f,.checkboxTreeExtendedNodeHeader__d0fbe336.lg__c766bee4{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__d0fbe336 .checkboxTreeCheckboxLabel__18ef291d{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__d0fbe336 .caretIconWrapper__f3fcbf4e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__d0fbe336 .caretIconWrapper__f3fcbf4e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-0-14-0)}.checkboxTreeExtendedNodeHeader__d0fbe336.opened__da913a21 .caretIconWrapper__f3fcbf4e{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__9f7ec7b1{padding:12px 14px}}.chipGroup__e70ac86c{display:flex}.chipGroup__e70ac86c.oneLine__e0d65c5c{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__e70ac86c.oneLine__e0d65c5c::-webkit-scrollbar{display:none}.chipGroup__e70ac86c.multiLine__1b797c24{flex-wrap:wrap}.chipGroup__e70ac86c.lg__769deaf7{gap:12px}.chipGroup__e70ac86c.md__29b42eeb,.chipGroup__e70ac86c.sm__4357aa58{gap:8px}.confirm__f4ac078f{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__f4ac078f.isInLightBox__5900fed7{max-width:800px}.confirm__f4ac078f.isInSideOverlaySM__34e5335e{max-width:416px}.confirm__f4ac078f.isInSideOverlayMD__93df4195{max-width:536px}.confirm__f4ac078f.isInSideOverlayLG__759d2b37{max-width:736px}.confirmCloseButton__0e425de0{position:absolute;top:24px;right:24px}.confirmContent__ecc42f22{margin-bottom:24px;padding-right:56px}.confirmControls__95a1f57f{white-space:nowrap}.confirmContentTitle__c34791c2{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__0e425de0{top:16px;right:16px}.confirmContent__ecc42f22{margin-bottom:16px}}.divider__44058757{height:1px;margin:0;background:var(--triplex-next-Divider-Background-0-14-0);border:none}.marginTopSize-4__37128aac{margin-top:4px}.marginBottomSize-4__8c1585ba{margin-bottom:4px}.marginTopSize-8__5a779cba{margin-top:8px}.marginBottomSize-8__5d188255{margin-bottom:8px}.marginTopSize-12__9d2dea17{margin-top:12px}.marginBottomSize-12__c52e2a25{margin-bottom:12px}.marginTopSize-16__dedac44c{margin-top:16px}.marginBottomSize-16__d21039ec{margin-bottom:16px}.marginTopSize-20__39490fa6{margin-top:20px}.marginBottomSize-20__2dcd33a8{margin-bottom:20px}.marginTopSize-24__aeb651b5{margin-top:24px}.marginBottomSize-24__187d3a60{margin-bottom:24px}.marginTopSize-28__a698ce68{margin-top:28px}.marginBottomSize-28__67163233{margin-bottom:28px}.marginTopSize-32__337677ec{margin-top:32px}.marginBottomSize-32__db3a1f6b{margin-bottom:32px}.listMasterChipGroup__2d3fc645{padding:0 16px}.listMasterFooter__ac4e38de{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-14-0);color:var(--triplex-next-ListMaster-Footer_Color-0-14-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__ac4e38de.sticky__ec27d2f4{position:sticky;bottom:0}.listMasterFooterDescription__3967fabc{padding-right:16px}.listMasterFooterControls__7a3381ff{white-space:nowrap}.listMasterHeader__bdafd2ac{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-14-0);color:var(--triplex-next-ListMaster-Header_Color-0-14-0)}.listMasterHeader__bdafd2ac.sticky__ec27d2f4{position:sticky;top:0;z-index:1}.selectionControls__ded29cca{display:flex;justify-content:space-between;align-items:center}.uploadZone__81275f5b{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-14-0)}.uploadZone__81275f5b:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-14-0)}.uploadZoneDragArea__903938e0{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__318a2525{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-14-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-14-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__21bcdbdd{display:none}@media (max-width: 767px){.uploadZone__81275f5b,.uploadZone__81275f5b:hover{background:none}.uploadZoneDragArea__903938e0{display:none}}button.helpBoxButton__058cd83b{position:relative;vertical-align:text-bottom}.dateRange__97bb19e9{display:flex;align-items:center}.dateRangeButton__a92e68dd{z-index:1}.separator__6e3ba876{width:20px;height:20px;flex-shrink:0}.tagColor__ba2eaa2d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__ba2eaa2d.sm__1f0c992e{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__ba2eaa2d.md__f18e64c0{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__ba2eaa2d.lg__6672eb69{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__ba2eaa2d.default__b424d7db{background:var(--triplex-next-TagColor-Background_Default-0-14-0)}.tagColor__ba2eaa2d.success__971f460c{background:var(--triplex-next-TagColor-Background_Success-0-14-0)}.tagColor__ba2eaa2d.info__e4c2c551{background:var(--triplex-next-TagColor-Background_Info-0-14-0)}.tagColor__ba2eaa2d.warning__0f1cae3b{background:var(--triplex-next-TagColor-Background_Warning-0-14-0)}.tagColor__ba2eaa2d.error__91bd1fb1{background:var(--triplex-next-TagColor-Background_Error-0-14-0)}.content__2517b1d3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-0-14-0)}
|