test-stpr-ui-kit 0.5.10 → 0.5.11

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.
@@ -585,8 +585,10 @@ export declare const useModal: (params?: UseModalParams) => {
585
585
  } | null;
586
586
  onOpenModal: (modalData: {
587
587
  [name: string]: boolean | NonNullable<unknown>;
588
+ }, isKeepRest?: boolean) => void;
589
+ onCloseModal: (_event: default_2.MouseEvent<HTMLButtonElement>, closeData?: {
590
+ [name: string]: boolean | NonNullable<unknown>;
588
591
  }) => void;
589
- onCloseModal: () => void;
590
592
  };
591
593
 
592
594
  declare interface UseModalParams {
@@ -277,10 +277,18 @@ const de = (e) => {
277
277
  return {
278
278
  isOpen: !!o,
279
279
  modalData: o,
280
- onOpenModal: (r) => {
280
+ onOpenModal: (r, s = !1) => {
281
+ if (s) {
282
+ n((p) => ({ ...p, ...r }));
283
+ return;
284
+ }
281
285
  n(r);
282
286
  },
283
- onCloseModal: () => {
287
+ onCloseModal: (r, s) => {
288
+ if (s && Object.keys(s).length > 0) {
289
+ n((p) => ({ ...p, ...s }));
290
+ return;
291
+ }
284
292
  n(null);
285
293
  }
286
294
  };
@@ -1,5 +1,5 @@
1
1
  (function(D,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],r):(D=typeof globalThis<"u"?globalThis:D||self,r(D["test-stpr-ui-kit"]={},D.jsxRuntime,D.React,D.ReactDOM))})(this,function(D,r,g,$t){"use strict";var Ho=document.createElement("style");Ho.textContent=`@charset "UTF-8";@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spAccordion_14avc_43{box-sizing:border-box;overflow:hidden;border:1px solid #c6d2e3;background-color:#fff;width:100%;padding:16px;font-family:"ALSHauss",Verdana,Arial,Sans-serif}._spAccordion_14avc_43{transition:all .2s ease-in-out}@media only screen and (min-width: 768px){._spAccordion_14avc_43{padding:32px}}._spAccordion_noBorder_14avc_60{border:none}._spAccordion_noPadding_14avc_63{padding:0}._spAccordion_open_14avc_66{overflow:visible}._spAccordion_open_14avc_66 ._spAccordion__header_14avc_69{margin-bottom:24px}@media only screen and (min-width: 768px){._spAccordion_open_14avc_66 ._spAccordion__header_14avc_69{margin-bottom:32px}}._spAccordion_14avc_43._spAccordion_noBorder_14avc_60{border-bottom:1px solid #c6d2e3}._spAccordion_14avc_43._spAccordion_noBorder_14avc_60._spAccordion_noPadding_14avc_63{padding-bottom:16px}@media only screen and (min-width: 768px){._spAccordion_14avc_43._spAccordion_noBorder_14avc_60._spAccordion_noPadding_14avc_63{padding-bottom:32px}}._spAccordion_noOpen_14avc_88 ._spAccordion__header_14avc_69{margin-bottom:0}._spAccordion__header_14avc_69{display:flex;align-items:flex-start;justify-content:space-between}._spAccordion__header_14avc_69{transition:all .3s ease-in-out}._spAccordion__name_14avc_99{width:calc(100% - 20px);font-family:"ALSGorizont",Verdana,Arial,Sans-serif;line-height:120%;font-weight:500;display:inline-block;color:#131313}._spAccordion__name_14avc_99 span{cursor:pointer}._spAccordion__name_hiddenExpand_14avc_110 span{cursor:default;pointer-events:none}._spAccordion__name--level-1_14avc_114{font-size:24px}._spAccordion__name--level-2_14avc_117{font-size:16px}@media only screen and (min-width: 768px){._spAccordion__name--level-2_14avc_117{font-size:24px}}._spAccordion__icon_14avc_125{cursor:pointer;color:#036bfd;width:16px;height:24px}._spAccordion__icon_hidden_14avc_131{visibility:hidden}._spAccordion__icon_open_14avc_134{-webkit-transform:rotateX(.5turn);transform:rotateX(.5turn)}._spAccordion__icon_14avc_125{transition:all .3s ease-in-out}._spAccordion__childrenWrapper_14avc_141{display:grid;grid-template-rows:0fr}._spAccordion__childrenWrapper_14avc_141{transition-property:"grid-template-rows";transition-duration:.3s;transition-timing-function:ease-in-out}._spAccordion__childrenWrapper_open_14avc_150{grid-template-rows:1fr}._spAccordion__content_14avc_153{min-height:0;opacity:0;visibility:hidden;transition:opacity .2s ease .15s,visibility 0s linear .35s}._spAccordion__content_open_14avc_159{opacity:1;visibility:visible;transition:opacity .2s ease .15s,visibility 0s linear}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spinner_16mxl_43{--spinner-size: 24px;--spinner-thickness: 2px;width:var(--spinner-size);height:var(--spinner-size);border-radius:50%;position:relative;animation:_spinner-rotate_16mxl_1 1s linear infinite;flex-shrink:0}._spinner_16mxl_43:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:var(--spinner-thickness) solid currentColor;animation:_spinner-clip_16mxl_1 2s linear infinite}._spinner--sm_16mxl_62{--spinner-size: 16px;--spinner-thickness: 2px}._spinner--md_16mxl_66{--spinner-size: 24px;--spinner-thickness: 3px}._spinner--lg_16mxl_70{--spinner-size: 32px;--spinner-thickness: 4px}._spinner--xl_16mxl_74{--spinner-size: 48px;--spinner-thickness: 5px}@keyframes _spinner-rotate_16mxl_1{to{transform:rotate(360deg)}}@keyframes _spinner-clip_16mxl_1{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spButton_108ra_43{box-sizing:border-box;width:fit-content;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer;padding:11.5px 23px;gap:12px}._spButton_108ra_43{transition:all .2s ease-in-out}@media only screen and (min-width: 768px){._spButton_108ra_43{padding:16.5px 33px}}._spButton_noPadding_108ra_63{padding:0}._spButton_onlyIcon_108ra_66:not(._spButton_noPadding_108ra_63){padding:10px}@media only screen and (min-width: 768px){._spButton_onlyIcon_108ra_66:not(._spButton_noPadding_108ra_63){padding:12px}}._spButton_link_108ra_74{background-color:transparent;color:#036bfd}._spButton_link_108ra_74 ._spButton__text_108ra_78{font-weight:500}._spButton_link_108ra_74:not(._spButton_onlyIcon_108ra_66){gap:8px}._spButton_link_108ra_74:focus-visible,._spButton_link_108ra_74:hover{color:#3588fd}._spButton_link_108ra_74:active{color:#0255c9}._spButton_link_108ra_74._spButton_white_108ra_90{color:#fff}._spButton_primary_108ra_93._spButton_blue_108ra_93{background-color:#036bfd;color:#fff}._spButton_primary_108ra_93._spButton_blue_108ra_93:focus-visible,._spButton_primary_108ra_93._spButton_blue_108ra_93:hover{background-color:#3588fd}._spButton_primary_108ra_93._spButton_blue_108ra_93:active{background-color:#0255c9}._spButton_primary_108ra_93._spButton_white_108ra_90{background-color:#fff;color:#036bfd}._spButton_primary_108ra_93._spButton_white_108ra_90:focus-visible,._spButton_primary_108ra_93._spButton_white_108ra_90:hover{background-color:#daeaff}._spButton_primary_108ra_93._spButton_white_108ra_90:active{background-color:#c4d2e5}._spButton_secondary_108ra_113._spButton_white_108ra_90{background-color:#fff3;color:#fff}._spButton_secondary_108ra_113._spButton_white_108ra_90:focus-visible,._spButton_secondary_108ra_113._spButton_white_108ra_90:hover{background-color:#ffffff4d}._spButton_secondary_108ra_113._spButton_white_108ra_90:active{background-color:#bbb3}._spButton_secondary_108ra_113._spButton_blue_108ra_93{background-color:#daeaff;color:#036bfd}._spButton_secondary_108ra_113._spButton_blue_108ra_93:focus-visible,._spButton_secondary_108ra_113._spButton_blue_108ra_93:hover{background-color:#c6deff}._spButton_secondary_108ra_113._spButton_blue_108ra_93:active{background-color:#c4d2e5}._spButton_fullWidth_108ra_133{width:100%}._spButton_disabled_108ra_136{pointer-events:none;background-color:#f0f0f6!important;color:#858585!important;cursor:default}._spButton_disabled_108ra_136._spButton_link_108ra_74{background-color:transparent!important}._spButton__spinner_108ra_145{color:currentColor!important}._spButton__text_108ra_78{color:currentColor;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px}@media only screen and (min-width: 768px){._spButton__text_108ra_78{font-size:18px}}._spButton__iconContainer_108ra_159{display:flex}._spButton__iconContainer_108ra_159 .stpr-icon{width:20px;height:20px}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spApplyButtons_1l9jg_43{display:flex;width:100%;gap:12px}._spApplyButtons_align-right_1l9jg_48{justify-content:flex-end}._spApplyButtons_align-left_1l9jg_51{justify-content:flex-start}._spApplyButtons_align-center_1l9jg_54{justify-content:center}._spApplyButtons_mobile-column_1l9jg_57{flex-direction:column}@media only screen and (min-width: 768px){._spApplyButtons_mobile-column_1l9jg_57{flex-direction:row}}._spApplyButtons_mobile-column-reverse_1l9jg_65{flex-direction:column-reverse}@media only screen and (min-width: 768px){._spApplyButtons_mobile-column-reverse_1l9jg_65{flex-direction:row}}._spApplyButtons__cancel_1l9jg_73,._spApplyButtons__submit_1l9jg_76{width:auto}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._layer_14g8d_43{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;z-index:1400;background:#121212b3;padding:20px}@media only screen and (min-width: 768px){._layer_14g8d_43{padding:32px}}@media only screen and (min-width: 1440px){._layer_14g8d_43{padding:60px}}._layer_hidden_14g8d_65{visibility:hidden}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spText_1todx_43{box-sizing:border-box;display:inline-block;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;line-height:120%}@media only screen and (min-width: 768px){._spText_1todx_43{font-size:18px}}._spText_ellipsis_1todx_56{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}._spText_type-h1_1todx_62{font-family:"ALSGorizont",Verdana,Arial,Sans-serif;font-weight:700;font-size:28px}@media only screen and (min-width: 768px){._spText_type-h1_1todx_62{font-size:48px}}._spText_type-h3_1todx_72{font-family:"ALSGorizont",Verdana,Arial,Sans-serif;font-weight:700;font-size:24px}@media only screen and (min-width: 768px){._spText_type-h3_1todx_72{font-size:28px}}@media only screen and (min-width: 1200px){._spText_type-h3_1todx_72{font-size:36px}}@media only screen and (min-width: 768px){._spText_type-p1_1todx_88{font-size:20px}}@media only screen and (min-width: 768px){._spText_type-p2_1todx_93{font-size:16px}}._spText_type-description_1todx_97{font-size:14px}@media only screen and (min-width: 768px){._spText_type-description_1todx_97{font-size:16px}}._spText_type-link_1todx_105{font-weight:500;font-size:16px;color:#036bfd}@media only screen and (min-width: 768px){._spText_type-link_1todx_105{font-size:18px}}._spText_type-link_1todx_105:hover{color:#036bfd}._spText_cursorPointer_1todx_118{cursor:pointer}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._modalWrapper_1kqdh_43{display:flex;justify-content:center;height:100%}._modalWrapper--modalVerticalAlign-top_1kqdh_48{align-items:flex-start}._modalWrapper--modalVerticalAlign-center_1kqdh_51{align-items:center}._modalWrapper--textAlign-left_1kqdh_54{text-align:left}._modalWrapper--textAlign-center_1kqdh_57{text-align:center}._modalWrapper--textAlign-right_1kqdh_60{text-align:right}._modalWrapper__modal_1kqdh_63{font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;position:relative;background-color:#fff;padding:20px;display:flex;flex-direction:column;gap:32px;width:100%;height:fit-content;min-width:335px;opacity:1}._modalWrapper__modal_1kqdh_63{transition-property:"opacity";transition-duration:.3s;transition-timing-function:ease-in-out}@starting-style{._modalWrapper__modal_1kqdh_63{opacity:0}}._modalWrapper__modal_1kqdh_63::-webkit-scrollbar{width:4px;height:4px}._modalWrapper__modal_1kqdh_63::-webkit-scrollbar-track{background:#fff}._modalWrapper__modal_1kqdh_63::-webkit-scrollbar-thumb{background:#3588fd}._modalWrapper__modal_1kqdh_63::-webkit-scrollbar-thumb:hover{background:#036bfd}@media only screen and (min-width: 768px){._modalWrapper__modal_1kqdh_63{gap:48px}}@media only screen and (min-width: 768px){._modalWrapper__modal--size-lg_1kqdh_106{padding:64px;max-width:920px}}@media only screen and (min-width: 768px){._modalWrapper__modal--size-md_1kqdh_112{padding:32px;max-width:600px}}._modalWrapper__content_1kqdh_117{width:100%}._modalWrapper__header_1kqdh_120{width:calc(100% - 22px)}@media only screen and (min-width: 768px){._modalWrapper__header_1kqdh_120{width:100%}}._modalWrapper__subHeader_1kqdh_128{margin-top:12px}@media only screen and (min-width: 768px){._modalWrapper__subHeader_1kqdh_128{margin-top:16px}}._modalWrapper__subHeader_onlySubHeader_1kqdh_136{margin-top:0}._modalWrapper__footer_1kqdh_139{width:100%}._modalWrapper__closeButton_1kqdh_142{padding:0;cursor:pointer;margin-left:0;position:absolute;top:20px;right:20px}@media only screen and (min-width: 768px){._modalWrapper__closeButton--size-lg_1kqdh_151{top:37px;right:37px}._modalWrapper__closeButton--size-md_1kqdh_155{top:20px;right:20px}}._modalWrapper__closeButton_1kqdh_142 ._modalWrapper__closeButtonIconContainer--size-lg_1kqdh_160 svg{width:24px;height:24px}._modalWrapper__closeButton_1kqdh_142 ._modalWrapper__closeButtonIconContainer--size-md_1kqdh_164 svg{width:20px;height:20px}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spBaseTooltip_5usel_43{box-sizing:border-box;background-color:#fff;box-shadow:0 10px 45px #13131326;width:max-content;max-width:300px;position:absolute;min-width:160px;z-index:199;overflow-y:auto}._spBaseTooltip_5usel_43::-webkit-scrollbar{width:4px;height:4px}._spBaseTooltip_5usel_43::-webkit-scrollbar-track{background:#fff}._spBaseTooltip_5usel_43::-webkit-scrollbar-thumb{background:#3588fd}._spBaseTooltip_5usel_43::-webkit-scrollbar-thumb:hover{background:#036bfd}._spBaseTooltip_5usel_43{transition:all .2s ease-in-out}._spBaseTooltip_noPadding_5usel_70{padding:0}@media only screen and (min-width: 768px){._spBaseTooltip_5usel_43{max-width:450px}}@media only screen and (min-width: 1440px){._spBaseTooltip_5usel_43{max-width:600px}}._spBaseTooltip_5usel_43:not(._spBaseTooltip_noPadding_5usel_70){padding:12px}@media only screen and (min-width: 768px){._spBaseTooltip_5usel_43:not(._spBaseTooltip_noPadding_5usel_70){padding:20px}}@media only screen and (min-width: 1440px){._spBaseTooltip_5usel_43:not(._spBaseTooltip_noPadding_5usel_70){padding:12px}}._spBaseTooltip__content_5usel_96{font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:14px;white-space:pre-line;color:#131313}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spBreadcrumb_8fr8j_43{display:block}._spBreadcrumb__list_8fr8j_46{display:flex;flex-direction:row;flex-wrap:wrap;gap:2px;font-family:"ALSHauss",Verdana,Arial,Sans-serif;list-style:none;margin:0;padding:0}._spBreadcrumb__listItem_8fr8j_56{display:flex;flex-direction:row;gap:2px}._spBreadcrumb__listItem_8fr8j_56:last-child ._spBreadcrumb__listItem__separator_8fr8j_61{display:none}._spBreadcrumb__listItem__separator_8fr8j_61{display:flex;align-items:center;color:#131313}._spBreadcrumb__listItem__separator_8fr8j_61 .stpr-icon{width:16px;height:16px}._spBreadcrumb__listItem__text_8fr8j_73{color:#858585;cursor:pointer;font-size:13px;line-height:130%}@media only screen and (min-width: 768px){._spBreadcrumb__listItem__text_8fr8j_73{font-size:16px}}._spBreadcrumb__listItem_active_8fr8j_84 ._spBreadcrumb__listItem__text_8fr8j_73{color:#131313}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spTooltip_1pqws_43{position:relative;display:flex}._spInfoTooltip_1pqws_48{color:#858585}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spCheckbox_1ypiv_43{position:relative;display:inline-flex;flex-direction:column;width:fit-content}._spCheckbox__control_1ypiv_49{display:none}._spCheckbox__label_1ypiv_52{font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;color:#131313}@media only screen and (min-width: 768px){._spCheckbox__label_1ypiv_52{font-size:20px}}._spCheckbox__box_1ypiv_63{display:flex;align-items:center;cursor:pointer}._spCheckbox__box--size-lg_1ypiv_68:before{width:30px;height:30px;background-size:17px 17px}._spCheckbox__box--size-md_1ypiv_73:before{width:20px;height:20px;background-size:12px 12px}._spCheckbox__box_1ypiv_63:before{content:"";display:block;min-width:18px;color:#036bfd;border:2px solid currentColor;cursor:pointer;margin-right:10px}._spCheckbox__box_1ypiv_63:hover:before{color:#4b89f5}._spCheckbox__box_checked_1ypiv_90:before{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:center}._spCheckbox__box_checked_1ypiv_90:hover:before{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:center}._spCheckbox__box_disabled_1ypiv_100{cursor:default;pointer-events:none}._spCheckbox__box_disabled_1ypiv_100:before{cursor:default;color:#b5b5b5}._spCheckbox__box_disabled_1ypiv_100:hover:before{color:#b5b5b5}._spCheckbox__box_error_1ypiv_111:before{border-color:#ff2e00}._spCheckbox__tooltip_1ypiv_114{display:inline-block;vertical-align:middle;margin-left:10px}._spCheckbox__required_1ypiv_119{display:inline-block;line-height:18px;margin-left:4px;color:#858585}._spCheckbox__error_1ypiv_125{padding-top:8px;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:12px;color:#ff2e00}@media only screen and (min-width: 768px){._spCheckbox__error_1ypiv_125{font-size:14px}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spContextMenu_1cza9_43{box-sizing:border-box;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;margin:0;display:flex;padding:8px 0;flex-direction:column;align-items:stretch;border:1px solid #036bfd;background-color:#fff}._spContextMenu__item_1cza9_55{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 24px;font-size:16px;line-height:120%;gap:12px}._spContextMenu__item_1cza9_55:hover{background-color:#ddeafd}._spContextMenu__item_1cza9_55 .stpr-icon{color:#036bfd;width:16px;height:16px}._spContextMenu__item_deleteItem_1cza9_74 .stpr-icon{color:#ff2e00}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spDropdown_miycs_43{position:relative;display:flex;align-items:stretch;width:fit-content;background-color:#c6deff;cursor:pointer;color:#036bfd}._spDropdown_miycs_43:hover{background-color:#daeaff}._spDropdown__labelText_miycs_55{padding:12px 14px 12px 16px;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-size:16px;font-weight:500;color:currentColor;border-right:1px solid currentColor}._spDropdown__tooltipContainer_miycs_63{display:flex;padding:10.5px 16px 10.5px 14px;color:currentColor}._spDropdown__dropdownList_miycs_68{min-width:275px;display:flex;flex-direction:column;background-color:#fff}._spDropdown__dropdownListHeader_miycs_74{font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-size:18px;font-weight:500;color:#858585;padding:16px}._spDropdown__dopdownListItem_miycs_81{display:flex;justify-content:space-between;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-size:16px;padding:16px;cursor:pointer;gap:8px}._spDropdown__dopdownListItem_miycs_81:hover{background-color:#edf6fa}._spDropdown__dopdownListItem_textCenter_miycs_93{align-items:center;flex-direction:column}._spDropdown__downloadListItemDescription_miycs_97{color:#858585}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._ellipsisTextWithTooltip_4tohk_43{width:100%;position:relative}._ellipsisTextWithTooltip__tooltip_4tohk_47{width:100%}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spForm_1mrvg_43{width:fit-content;display:flex;flex-direction:column}._spForm_fullWidth_1mrvg_48{width:100%}._spForm_addMargin_1mrvg_51._spForm--size-lg_1mrvg_51{--form-gap: 32px;gap:var(--form-gap)}@media only screen and (min-width: 768px){._spForm_addMargin_1mrvg_51._spForm--size-lg_1mrvg_51{--form-gap: 48px}}._spForm_addMargin_1mrvg_51._spForm--size-md_1mrvg_60{--form-gap: 24px;gap:var(--form-gap)}@media only screen and (min-width: 768px){._spForm_addMargin_1mrvg_51._spForm--size-md_1mrvg_60{--form-gap: 32px}}._spForm_withSeparator_1mrvg_69>*:not(:first-child){position:relative}._spForm_withSeparator_1mrvg_69>*:not(:first-child):before{content:"";position:absolute;width:100%;right:0;top:calc(var(--form-gap) / -2);height:1px;background:#c6d2e3}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spLabel_1mq16_43{margin-bottom:8px;position:relative;display:flex;color:#858585;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;line-height:1}._spLabel__text_1mq16_52{display:flex;align-items:center;font-size:12px}@media only screen and (min-width: 768px){._spLabel__text_1mq16_52{font-size:14px}}._spLabel__tooltip_1mq16_62{margin-left:5px}._spLabel__tooltip_1mq16_62 .stpr-icon{width:20px;height:20px}._spLabel__required_1mq16_69{display:inline-block;line-height:18px;margin-left:4px}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spInput_1qpas_43{display:inline-flex;flex-direction:column;width:100%}._spInput_error_1qpas_48 ._spInput__control_1qpas_48{border-color:#ff2e00;color:#ff2e00}._spInput_error_1qpas_48 ._spInput__control_1qpas_48:hover::placeholder{color:#858585}._spInput_absolutePositionError_1qpas_55{position:relative}._spInput__container_1qpas_58{position:relative;width:100%}._spInput__control_1qpas_48{box-sizing:border-box;width:100%;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;color:#131313;padding:11.5px 16px}@media only screen and (min-width: 768px){._spInput__control_1qpas_48{font-size:18px;padding:16.5px 16px}}._spInput__control_filled_1qpas_77{border:2px solid #edf6fa;background-color:#edf6fa}._spInput__control_outlined_1qpas_81{background-color:transparent;border:1px solid #c6d2e3}._spInput__control_disabled_1qpas_85{pointer-events:none;color:#858585}._spInput__control_clearable_1qpas_89{padding-right:50px}._spInput__control_1qpas_48::placeholder{color:#858585}._spInput__control_1qpas_48:hover::placeholder{color:#131313}._spInput__control_disabled_1qpas_85:hover::placeholder{color:#858585}._spInput__control_1qpas_48:focus,._spInput__control_1qpas_48:focus-visible{outline:none;border-style:solid;border-color:#036bfd;background-color:transparent}._spInput__control_1qpas_48:focus._spInput__control_filled_1qpas_77,._spInput__control_1qpas_48:focus-visible._spInput__control_filled_1qpas_77{border-width:2px}._spInput__control_1qpas_48:focus._spInput__control_outlined_1qpas_81,._spInput__control_1qpas_48:focus-visible._spInput__control_outlined_1qpas_81{border-width:1px}._spInput__control_1qpas_48:focus:hover::placeholder,._spInput__control_1qpas_48:focus-visible:hover::placeholder{color:#858585}._spInput__clear_1qpas_116{color:#858585;cursor:pointer;position:absolute;right:16px;top:0;bottom:0;margin:auto}._spInput__error_1qpas_125{padding-top:8px;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:12px;color:#ff2e00}._spInput__error_absolutePosition_1qpas_132{position:absolute;top:100%}@media only screen and (min-width: 768px){._spInput__error_1qpas_125{font-size:14px}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._progressWrapper_xn9s0_44{position:relative}._progressWrapper_loading_xn9s0_47{opacity:.7;pointer-events:none;cursor:not-allowed}._progressWrapper__childrenWrapper_xn9s0_52{width:100%;position:relative;z-index:1;transition:background .3s ease}._progressWrapper__childrenWrapper_loading_xn9s0_58._progressWrapper__childrenWrapper--animated-pulse_xn9s0_58{animation:_pulse_xn9s0_1 2s infinite}._progressWrapper__childrenWrapper_loading_xn9s0_58._progressWrapper__childrenWrapper--animated-backgroundProgress_xn9s0_61{background:linear-gradient(to right,#f1f7ff var(--progress, 0%),#ffffff var(--progress, 0%))}._progressWrapper__progressBadge_xn9s0_64{position:absolute;top:12px;right:16px;z-index:2;font-weight:500;font-size:12px;font-variant-numeric:tabular-nums;color:#858585;transition:all .5s ease}._progressWrapper__progressBadge_loading_xn9s0_75{color:#036bfd}@media only screen and (min-width: 768px){._progressWrapper__progressBadge_xn9s0_64{font-size:14px;top:16px;right:24px}}@keyframes _pulse_xn9s0_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spSelect_1l6hu_43{display:inline-flex;flex-direction:column;width:100%}._spSelect_error_1l6hu_48 ._spSelect__control_1l6hu_48{border-color:#ff2e00;color:#ff2e00}._spSelect_error_1l6hu_48 ._spSelect__control_1l6hu_48:hover ._spSelect__value_empty_1l6hu_52,._spSelect_error_1l6hu_48 ._spSelect__control_1l6hu_48:hover ._spSelect__icon_1l6hu_55{color:#858585}._spSelect_absolutePositionError_1l6hu_58,._spSelect__container_1l6hu_61{position:relative}._spSelect__control_1l6hu_48{box-sizing:border-box;position:relative;cursor:pointer;width:100%;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;color:#131313;padding:11.5px 50px 11.5px 16px}@media only screen and (min-width: 768px){._spSelect__control_1l6hu_48{font-size:18px;padding:16.5px 50px 16.5px 16px}}._spSelect__control_filled_1l6hu_81{border:2px solid #edf6fa;background-color:#edf6fa}._spSelect__control_outlined_1l6hu_85{background-color:transparent;border:1px solid #c6d2e3}._spSelect__control_1l6hu_48::placeholder{color:#858585}._spSelect__control_1l6hu_48:hover ._spSelect__value_empty_1l6hu_52,._spSelect__control_1l6hu_48:hover ._spSelect__icon_1l6hu_55{color:#131313}._spSelect__control_1l6hu_48:focus,._spSelect__control_1l6hu_48:focus-visible{outline:none;border-style:solid;border-color:#036bfd;background-color:transparent}._spSelect__control_1l6hu_48:focus._spSelect__control_filled_1l6hu_81,._spSelect__control_1l6hu_48:focus-visible._spSelect__control_filled_1l6hu_81{border-width:2px}._spSelect__control_1l6hu_48:focus._spSelect__control_outlined_1l6hu_85,._spSelect__control_1l6hu_48:focus-visible._spSelect__control_outlined_1l6hu_85{border-width:1px}._spSelect__control_disabled_1l6hu_110{cursor:default;color:#858585;pointer-events:none}._spSelect__control_disabled_1l6hu_110:hover ._spSelect__value_empty_1l6hu_52{color:#858585}._spSelect__control_disabled_1l6hu_110:hover ._spSelect__icon_1l6hu_55{color:#858585;cursor:default}._spSelect__value_1l6hu_52{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}._spSelect__value_empty_1l6hu_52{color:#858585}._spSelect__icon_1l6hu_55{z-index:10;color:#858585;cursor:pointer;position:absolute;right:16px;top:0;bottom:0;margin:auto}._spSelect__list_1l6hu_141{position:absolute;width:100%;z-index:15;box-shadow:1px 1px 26px #13131326;background-color:#fff}._spSelect__list_scrollable_1l6hu_148{overflow-y:auto}._spSelect__list_1l6hu_141::-webkit-scrollbar{width:4px;height:4px}._spSelect__list_1l6hu_141::-webkit-scrollbar-track{background:#fff}._spSelect__list_1l6hu_141::-webkit-scrollbar-thumb{background:#3588fd}._spSelect__list_1l6hu_141::-webkit-scrollbar-thumb:hover{background:#036bfd}._spSelect__option_1l6hu_164{cursor:pointer;position:relative;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;color:#131313;padding:11.5px 50px 11.5px 16px}@media only screen and (min-width: 768px){._spSelect__option_1l6hu_164{font-size:18px;padding:16.5px 50px 16.5px 16px}}._spSelect__option_1l6hu_164:hover{background-color:#edf6fa}._spSelect__error_1l6hu_182{padding-top:8px;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:12px;color:#ff2e00}._spSelect__error_absolutePosition_1l6hu_189{position:absolute;bottom:-20px}@media only screen and (min-width: 768px){._spSelect__error_1l6hu_182{font-size:14px}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._skeleton_155t5_43{--start-color: #e6e6e6;--end-color: #ffffff;background-color:var(--start-color);background-image:linear-gradient(90deg,var(--start-color) 0%,var(--end-color) 50%,var(--start-color) 100%);background-size:200% 100%;animation:_shimmer_155t5_1 2s infinite ease-in-out;display:inline-block}._skeleton_circle_155t5_52{border-radius:50%}._skeleton_customStart_155t5_55{--start-color: var(--custom-start-color, #e6e6e6)}._skeleton_customEnd_155t5_58{--end-color: var(--custom-end-color, #ffffff)}@keyframes _shimmer_155t5_1{0%{background-position:200% 0}to{background-position:-200% 0}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spTable_1vuaj_43{width:100%;border-collapse:collapse}._spTable_1vuaj_43 th,._spTable_1vuaj_43 td{text-align:start;color:#555;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;border:1px solid #c6d2e3}._spTable_1vuaj_43 tr:hover td{background-color:#f2fbff}._spTable_1vuaj_43 th{padding:12px 16px;background-color:#daeaff}._spTable_1vuaj_43 td:hover ._spTable__tdContentCopyIcon_1vuaj_62{visibility:visible;opacity:1}._spTable__tdContent_1vuaj_62{display:flex;padding:12px 16px;gap:10px;justify-content:space-between}._spTable__tdColorContent_1vuaj_72{color:#036bfd}._spTable__tdContentCopyIcon_1vuaj_62{flex-shrink:0;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out;cursor:pointer}._spTable__tdContentCopyIcon_1vuaj_62:hover{color:#036bfd}._spTable__tdContentCopyIcon_copied_1vuaj_85{cursor:default;color:#036bfd}._spTable__emptyPage_1vuaj_89{padding:60px;font-family:"ALSGorizont",Verdana,Arial,Sans-serif;font-weight:500;font-size:16px;text-align:center;background-color:#f0f0f6;color:#131313}@media only screen and (min-width: 768px){._spTable__emptyPage_1vuaj_89{padding:90px;font-size:20px}}._spStringsGroup_1vuaj_105{font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:16px;width:100%;display:flex;flex-direction:column;gap:16px}@media only screen and (min-width: 768px){._spStringsGroup_1vuaj_105{gap:24px}}._spStringsGroup__groupItem_1vuaj_119{display:flex;flex-direction:column;gap:4px;padding:10px 16px}._spStringsGroup__groupItem_1vuaj_119:hover{background-color:#f2fbff}._spStringsGroup__groupItem_1vuaj_119{border:1px solid #c6d2e3}._spStringsGroup__groupItem_1vuaj_119:not(:first-child){border-top:none}._spStringsGroup__groupItemHeader_1vuaj_134{font-size:13px;color:#aeaeae}._spStringsGroup__groupItemContent_1vuaj_138{display:flex;justify-content:space-between;gap:10px;color:#555}._spStringsGroup__groupItemContentCopyIcon_1vuaj_144{flex-shrink:0;cursor:pointer}._spStringsGroup__groupItemContentCopyIcon_1vuaj_144:hover{color:#036bfd}._spStringsGroup__groupItemContentCopyIcon_copied_1vuaj_151{cursor:default;color:#036bfd}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spTabs_p5nml_43{display:flex;width:fit-content;flex-direction:row}._spTabs_separated_p5nml_48._spTabs--size-md_p5nml_48 ._spTabs__tabElement_p5nml_48:not(:last-child){margin-right:4px}._spTabs_separated_p5nml_48._spTabs--size-lg_p5nml_51 ._spTabs__tabElement_p5nml_48:not(:last-child){margin-right:8px}._spTabs--size-lg_p5nml_51._spTabs--variant-contained_p5nml_54{padding:12px}._spTabs--size-lg_p5nml_51 ._spTabs__tabElement_p5nml_48{padding:12px 16px}@media only screen and (min-width: 768px){._spTabs--size-lg_p5nml_51 ._spTabs__tabElement_p5nml_48{padding:14px 20px}}._spTabs--size-md_p5nml_48._spTabs--variant-contained_p5nml_54{padding:6px}._spTabs--size-md_p5nml_48 ._spTabs__tabElement_p5nml_48{padding:8px 12px}@media only screen and (min-width: 768px){._spTabs--size-md_p5nml_48 ._spTabs__tabElement_p5nml_48{padding:11.5px 16px}}._spTabs--variant-contained_p5nml_54{background-color:#edf6fa}._spTabs--variant-contained_p5nml_54 ._spTabs__tabElement_p5nml_48{color:#858585;background-color:transparent}._spTabs--variant-contained_p5nml_54 ._spTabs__tabElement_p5nml_48:hover:not(._spTabs__tabElement_active_p5nml_83){background-color:#ddeafd}._spTabs--variant-contained_p5nml_54 ._spTabs__tabElement_active_p5nml_83{color:#036bfd;background-color:#fff}._spTabs--variant-contained_p5nml_54 ._spTabs__tabElement_active_p5nml_83 ._spTabs__tooltip_p5nml_90{color:#036bfd}._spTabs--variant-filled_p5nml_93{background-color:transparent;padding:0}._spTabs--variant-filled_p5nml_93 ._spTabs__tabElement_p5nml_48{border:1px solid #f0f0f6;color:#858585;background-color:#f0f0f6}._spTabs--variant-filled_p5nml_93 ._spTabs__tabElement_p5nml_48:hover{border-color:#036bfd}._spTabs--variant-filled_p5nml_93 ._spTabs__tabElement_active_p5nml_83{color:#fff;background-color:#036bfd;border-color:#036bfd}._spTabs--variant-filled_p5nml_93 ._spTabs__tabElement_active_p5nml_83 ._spTabs__tooltip_p5nml_90{color:#fff}._spTabs__tabElement_p5nml_48{display:flex;cursor:pointer;justify-content:center;align-items:center}._spTabs__tooltip_p5nml_90{margin-left:8px;display:flex;align-items:center}._spTextWithLabel_18nkl_1{width:fit-content}._spTextWithLabel_ellipsis_18nkl_4{width:100%}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._spUploadFiles_11994_43{display:inline-flex;position:relative;flex-direction:column;width:100%;min-width:280px;height:100%}._spUploadFiles_error_11994_51 ._spUploadFiles__control_11994_51{border-color:#ff2e00;color:#ff2e00}._spUploadFiles__fileNameContainer_11994_55{width:100%;text-align:start}._spUploadFiles__fileName_dragError_11994_59{color:#ff2e00}._spUploadFiles__placeholderContainer_11994_62{width:100%}._spUploadFiles--variant-input_11994_65 ._spUploadFiles__fileNameContainer_11994_55{max-width:calc(100% - 68px)}._spUploadFiles--variant-input_11994_65 ._spUploadFiles__placeholderContainer_11994_62{text-align:start;max-width:calc(100% - 36px)}._spUploadFiles--variant-input_11994_65 ._spUploadFiles__placeholderContainer_withUloadTooltip_11994_72{max-width:calc(100% - 72px)}._spUploadFiles--variant-input_11994_65 ._spUploadFiles__control_11994_51{padding:12px 16px;height:fit-content}._spUploadFiles--variant-input_11994_65 ._spUploadFiles__placeholder_11994_62{font-size:16px}@media only screen and (min-width: 768px){._spUploadFiles--variant-input_11994_65 ._spUploadFiles__placeholder_11994_62{font-size:18px}}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__fileNameContainer_11994_55{max-width:calc(100% - 32px)}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__placeholderContainer_11994_62{text-align:center}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__control_11994_51{justify-content:center;height:100%;padding:24px 48px;min-height:190px}@media only screen and (min-width: 768px){._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__control_11994_51{padding:32px 84px}}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__control_loading_11994_104{background-image:linear-gradient(90deg,#e6e6e6,#fff,#e6e6e6);background-size:200% 100%;animation:_shimmer_11994_1 2s infinite ease-in-out}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__placeholder_11994_62{font-family:"ALSGorizont",Verdana,Arial,Sans-serif;font-size:20px;font-weight:500}@media only screen and (min-width: 768px){._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__placeholder_11994_62{font-size:24px}}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__fileName_11994_55{text-align:center;font-family:"ALSGorizont",Verdana,Arial,Sans-serif;font-size:20px;font-weight:500}@media only screen and (min-width: 768px){._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__fileName_11994_55{font-size:24px}}._spUploadFiles--variant-dropzone_11994_87 ._spUploadFiles__tooltip_11994_130{position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0}._spUploadFiles__control_11994_51{box-sizing:border-box;width:100%;min-height:44px;display:flex;align-items:center;color:#858585;background-color:#fff;border:1px dashed #858585;gap:12px;cursor:pointer}._spUploadFiles__control_11994_51{transition:all .2s ease-in-out}@media only screen and (min-width: 768px){._spUploadFiles__control_11994_51{padding:16px;min-height:56px}}._spUploadFiles_11994_43:hover:not(._spUploadFiles_fileUploaded_11994_160,._spUploadFiles_disabled_11994_160) ._spUploadFiles__control_11994_51{border-color:#daeaff}._spUploadFiles_disabled_11994_160 ._spUploadFiles__control_11994_51{cursor:default;pointer-events:none}._spUploadFiles_fileUploaded_11994_160 ._spUploadFiles__control_11994_51{cursor:default;color:#131313}._spUploadFiles__fileNamesList_11994_171{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:24px;width:100%;min-width:240px;container:file-list-container/inline-size}._spUploadFiles__fileNamesList_loading_11994_182{opacity:.7;pointer-events:none;cursor:not-allowed}._spUploadFiles__fileNamesList_11994_171 ._spUploadFiles__fileNamesListItem_11994_187{width:100%;opacity:1}._spUploadFiles__fileNamesList_11994_171 ._spUploadFiles__fileNamesListItem_11994_187{transition-property:"opacity";transition-duration:.3s;transition-timing-function:ease-in-out}@starting-style{._spUploadFiles__fileNamesList_11994_171 ._spUploadFiles__fileNamesListItem_11994_187{opacity:0}}@container file-list-container (min-width: 364px){._spUploadFiles__fileNamesList_11994_171 ._spUploadFiles__fileNamesListItem_11994_187{width:calc((100cqw - 24px)/2)}}@container file-list-container (min-width: 558px){._spUploadFiles__fileNamesList_11994_171 ._spUploadFiles__fileNamesListItem_11994_187{width:calc((100cqw - 48px) / 3)}}@container file-list-container (min-width: 752px){._spUploadFiles__fileNamesList_11994_171 ._spUploadFiles__fileNamesListItem_11994_187{width:calc((100cqw - 72px)/4)}}._spUploadFiles__fileNamesListItem_11994_187{box-sizing:border-box;position:relative;gap:10px;display:flex;align-items:flex-start;padding:16px;background-color:#edf6fa}._spUploadFiles__fileNamesListItem__iconContainer_11994_225{display:flex;color:#036bfd;flex-shrink:0}._spUploadFiles__fileNamesListItem__iconContainer_11994_225 .stpr-icon{height:32px;width:32px}._spUploadFiles__fileNamesListItem__iconContainer_error_11994_234 .stpr-icon{color:#ff2e00;height:28px;width:28px}._spUploadFiles__fileNamesListItem__mainContent_11994_239{width:100%;display:flex;flex-direction:column;gap:4px;overflow:hidden}._spUploadFiles__fileNamesListItem__fileNameWrapper_11994_246{max-width:90%;overflow:hidden}._spUploadFiles__fileNamesListItem__fileName_11994_246{font-size:14px}._spUploadFiles__fileNamesListItem__fileNameTooltip_11994_253{padding:8px!important}._spUploadFiles__fileNamesListItem__description_11994_256{font-size:12px;line-height:1;color:#13131399}._spUploadFiles__fileNamesListItem__description__tooltipContent_11994_261{padding:8px!important}._spUploadFiles__fileNamesListItem__description_error_11994_264{color:#ff2e00}._spUploadFiles__fileNamesListItemDelete_11994_267{cursor:pointer;position:absolute;right:-10px;top:-10px;color:#131313;background-color:#12121226;padding:6px;width:fit-content;border-radius:100%;display:flex;align-items:center;justify-content:center}._spUploadFiles__fileNamesListItemDelete_11994_267{transition:all .2s ease-in-out}._spUploadFiles__fileNamesListItemDelete_error_11994_284{color:#131313}._spUploadFiles__fileNamesListItemDelete_11994_267 .stpr-icon{width:16px;height:16px}._spUploadFiles__fileNamesListItemDelete_11994_267:hover{background-color:#12121252}._spUploadFiles__tooltip_11994_130{margin-left:auto}._spUploadFiles__delete_11994_297{display:flex;cursor:pointer}._spUploadFiles__delete_loading_11994_301{opacity:.7;pointer-events:none;cursor:not-allowed}._spUploadFiles__delete_11994_297 .stpr-icon{width:20px;height:20px}._spUploadFiles__error_11994_310{padding-top:8px;font-family:"ALSHauss",Verdana,Arial,Sans-serif;font-weight:400;font-size:12px;color:#ff2e00}@media only screen and (min-width: 768px){._spUploadFiles__error_11994_310{font-size:14px}}@keyframes _shimmer_11994_1{0%{background-position:200% 0}to{background-position:-200% 0}}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Regular_Expanded_2.1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Medium_Expanded_2.1.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSGorizont;src:url(fonts/ALS_Gorizont_Bold_Expanded_2.1.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Regular_1.002.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Medium_1.2.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ALSHauss;src:url(fonts/ALS_Hauss_Bold_1.002.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}._viewImageModal_sn237_43{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;max-width:350px;height:fit-content;background-color:#fff;opacity:1}._viewImageModal_sn237_43{transition-property:"opacity";transition-duration:.3s;transition-timing-function:ease-in-out}@starting-style{._viewImageModal_sn237_43{opacity:0}}._viewImageModal_loading_sn237_64{opacity:0}@media only screen and (min-width: 768px){._viewImageModal_sn237_43{max-width:740px}}@media only screen and (min-width: 1440px){._viewImageModal_sn237_43{max-width:825px}}._viewImageModal__img_sn237_77{width:100%;height:auto;object-fit:contain;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;opacity:1}._viewImageModal__img_sn237_77{transition:all .3s ease-in-out}._viewImageModal__img_loading_sn237_90{opacity:0}._viewImageModal__img_error_sn237_93{display:none}._viewImageModal__spinner_sn237_96{z-index:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._viewImageModal__errorWrapper_sn237_103{display:flex;flex-direction:column;align-items:center;padding:24px;min-width:350px;gap:16px}@media only screen and (min-width: 768px){._viewImageModal__errorWrapper_sn237_103{padding:32px;gap:24px;min-width:400px}}._viewImageModal__errorIcon_sn237_118{width:48px;height:48px;color:#ff2e00}._viewImageModal__layer_sn237_123{display:flex;align-items:center;justify-content:center}._viewImageModal__closeButton_sn237_128{position:absolute;right:16px;top:16px}._viewImageModal__closeButton_sn237_128 .stpr-icon{width:30px;height:30px}@media only screen and (min-width: 768px){._viewImageModal__closeButton_sn237_128{right:24px;top:24px}}
2
- /*$vite$:1*/`,document.head.appendChild(Ho);function Yt(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const C=Yt(g);function Uo(e){var o,t,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(o=0;o<a;o++)e[o]&&(t=Uo(e[o]))&&(n&&(n+=" "),n+=t)}else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function u(){for(var e,o,t=0,n="",a=arguments.length;t<a;t++)(e=arguments[t])&&(o=Uo(e))&&(n&&(n+=" "),n+=o);return n}const Kt=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.4058 21.6H5.6058C4.28031 21.6 3.2058 20.5254 3.20581 19.2L3.2059 4.80001C3.20591 3.47453 4.28043 2.40002 5.6059 2.40002H16.4062C17.7317 2.40002 18.8062 3.47454 18.8062 4.80002V11.4M17.3999 21.1882V17.7941M17.3999 17.7941V14.4M17.3999 17.7941L14.0058 17.7941M17.3999 17.7941L20.794 17.7941M7.40619 7.20002H14.6062M7.40619 10.8H14.6062M7.40619 14.4H11.0062",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),Xt=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.5 15.5H8C6.60444 15.5 5.90665 15.5 5.33886 15.6722C4.06045 16.06 3.06004 17.0605 2.67224 18.3389C2.5 18.9067 2.5 19.6044 2.5 21M19.5 21V15M16.5 18H22.5M15 7.5C15 9.98528 12.9853 12 10.5 12C8.01472 12 6 9.98528 6 7.5C6 5.01472 8.01472 3 10.5 3C12.9853 3 15 5.01472 15 7.5Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),Zt=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M20 7L9 18L4 13",stroke:"currentColor",strokeWidth:2})),Qt=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 26 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M25 6L13 18L1 6",stroke:"currentColor",strokeWidth:2})),Jt=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 21 22",fill:"none",...e},C.createElement("line",{y1:-1,x2:20.464,y2:-1,transform:"matrix(0.680234 -0.732995 -0.680234 -0.732995 3 18)",stroke:"currentColor",strokeWidth:2}),C.createElement("line",{y1:-1,x2:20.464,y2:-1,transform:"matrix(-0.680234 -0.732995 0.680234 -0.732995 18 18)",stroke:"currentColor",strokeWidth:2})),en=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M20 9H11C9.89543 9 9 9.89543 9 11V20C9 21.1046 9.89543 22 11 22H20C21.1046 22 22 21.1046 22 20V11C22 9.89543 21.1046 9 20 9Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),on=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 18 4",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("circle",{cx:2,cy:2,r:2,fill:"currentColor"}),C.createElement("circle",{cx:9,cy:2,r:2,fill:"currentColor"}),C.createElement("circle",{cx:16,cy:2,r:2,fill:"currentColor"})),tn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.5 14V17.3333C19.5 17.7754 19.3244 18.1993 19.0118 18.5118C18.6993 18.8244 18.2754 19 17.8333 19H6.16667C5.72464 19 5.30072 18.8244 4.98816 18.5118C4.67559 18.1993 4.5 17.7754 4.5 17.3333V14",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M7.83325 9.83333L11.9999 14L16.1666 9.83333",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 14V3.99995",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),nn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.9487 6.9516L17.5487 10.5516M4.94873 19.5516L9.31472 18.6719C9.54649 18.6252 9.75931 18.511 9.92645 18.3438L19.7001 8.56478C20.1687 8.09593 20.1684 7.33594 19.6994 6.86748L17.629 4.7994C17.1602 4.33113 16.4006 4.33145 15.9322 4.80011L6.15749 14.5802C5.99068 14.7471 5.87678 14.9595 5.83003 15.1908L4.94873 19.5516Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),an=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 26 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.125 0V11.2002C14.1251 11.4762 14.3489 11.7002 14.625 11.7002H26V28.7998C26 29.6485 25.6573 30.4624 25.0479 31.0625C24.4384 31.6626 23.612 32 22.75 32H3.25C2.38805 32 1.56164 31.6626 0.952148 31.0625C0.342655 30.4624 0 29.6485 0 28.7998V3.2002C0 2.3515 0.342655 1.53762 0.952148 0.9375C1.56164 0.337386 2.38805 0 3.25 0H14.125ZM25.4922 10.7002H15.125V0.492188L25.4922 10.7002Z",fill:"currentColor"})),sn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8 4.61111V8.5H11.8889M8 15.5C4.13401 15.5 1 12.366 1 8.5C1 4.63401 4.13401 1.5 8 1.5C11.866 1.5 15 4.63401 15 8.5C15 12.366 11.866 15.5 8 15.5Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),rn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 8V12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 16H12.01",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),ln=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16 0.5C24.5604 0.5 31.5 7.43959 31.5 16C31.5 24.5604 24.5604 31.5 16 31.5C7.43959 31.5 0.5 24.5604 0.5 16C0.5 7.43959 7.43959 0.5 16 0.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M16 22.4V16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M16 9.59961H16.016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),pn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12 15L15 12M15 12L12 9M15 12H4M9 7.24859V7.2002C9 6.08009 9 5.51962 9.21799 5.0918C9.40973 4.71547 9.71547 4.40973 10.0918 4.21799C10.5196 4 11.0801 4 12.2002 4H16.8002C17.9203 4 18.4796 4 18.9074 4.21799C19.2837 4.40973 19.5905 4.71547 19.7822 5.0918C20 5.5192 20 6.07899 20 7.19691V16.8036C20 17.9215 20 18.4805 19.7822 18.9079C19.5905 19.2842 19.2837 19.5905 18.9074 19.7822C18.48 20 17.921 20 16.8031 20H12.1969C11.079 20 10.5192 20 10.0918 19.7822C9.71547 19.5905 9.40973 19.2839 9.21799 18.9076C9 18.4798 9 17.9201 9 16.8V16.75",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),cn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M5 12H19",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),_n=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M12 5V19",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M5 12H19",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),dn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 16 16",fill:"none",...e},C.createElement("path",{d:"M8 14.4C4.472 14.4 1.6 11.528 1.6 8C1.6 4.472 4.472 1.6 8 1.6C11.528 1.6 14.4 4.472 14.4 8C14.4 11.528 11.528 14.4 8 14.4ZM8 0C6.94943 0 5.90914 0.206926 4.93853 0.608964C3.96793 1.011 3.08601 1.60028 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.08601 14.3997 3.96793 14.989 4.93853 15.391C5.90914 15.7931 6.94943 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 6.94943 15.7931 5.90914 15.391 4.93853C14.989 3.96793 14.3997 3.08601 13.6569 2.34315C12.914 1.60028 12.0321 1.011 11.0615 0.608964C10.0909 0.206926 9.05058 0 8 0ZM8.8 4H7.2V7.2H4V8.8H7.2V12H8.8V8.8H12V7.2H8.8V4Z",fill:"currentColor"})),fn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 8V16",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M8 12H16",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),mn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.5 10.2222C4.5 10.2222 6.18841 7.79397 7.56007 6.34511C8.93174 4.89624 10.8272 4 12.9211 4C17.1068 4 20.5 7.58172 20.5 12C20.5 16.4183 17.1068 20 12.9211 20C9.46582 20 6.55062 17.5594 5.63833 14.2222M4.5 10.2222V4.88889M4.5 10.2222H9.55263",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),un=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.4444 20L7.55556 19.9998M16.4444 20L17.1583 19.9998C18.152 19.9998 18.6489 19.9998 19.0288 19.8063C19.3633 19.6358 19.636 19.3637 19.8064 19.0292C20 18.6493 20 18.1519 20 17.1582V9.52843C20 9.12948 20 8.92902 19.9575 8.73866C19.9195 8.56884 19.8571 8.40575 19.7717 8.25413C19.677 8.08595 19.544 7.93822 19.2826 7.64777L16.8335 4.92658C16.5306 4.58998 16.377 4.41938 16.1927 4.29687C16.0269 4.18667 15.8438 4.10541 15.6509 4.05588C15.4333 4 15.1998 4 14.7334 4H6.84462C5.84897 4 5.35077 4 4.97049 4.19376C4.63598 4.3642 4.36421 4.63597 4.19377 4.97048C4 5.35076 4 5.84895 4 6.84459V17.1556C4 18.1512 4 18.6484 4.19377 19.0286C4.36421 19.3631 4.63598 19.6358 4.97049 19.8063C5.3504 19.9998 5.84799 19.9998 6.8417 19.9998H7.55556M16.4444 20V16.6193C16.4444 15.6256 16.4444 15.1281 16.2509 14.7481C16.0804 14.4136 15.8077 14.1419 15.4732 13.9714C15.093 13.7777 14.5958 13.7777 13.6002 13.7777H10.4002C9.40452 13.7777 8.90633 13.7777 8.52604 13.9714C8.19153 14.1419 7.91976 14.4136 7.74932 14.7481C7.55556 15.1284 7.55556 15.6266 7.55556 16.6223V19.9998M14.6667 7.55552H9.33333",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),gn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M12 15.275L6 9.275L7.275 8L12 12.725L16.725 8L18 9.275L12 15.275Z",fill:"currentColor"})),xn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 17 17",fill:"none",...e},C.createElement("path",{d:"M4.88889 10.6667L7.05556 8.5L4.88889 6.33333M9.22222 10.6667H12.1111M5.46667 15H11.5333C12.7468 15 13.3535 15 13.817 14.7638C14.2247 14.5561 14.5561 14.2247 14.7638 13.817C15 13.3535 15 12.7468 15 11.5333V5.46667C15 4.25322 15 3.6465 14.7638 3.18302C14.5561 2.77534 14.2247 2.44388 13.817 2.23615C13.3535 2 12.7468 2 11.5333 2H5.46667C4.25322 2 3.6465 2 3.18302 2.23615C2.77534 2.44388 2.44388 2.77534 2.23615 3.18302C2 3.6465 2 4.25322 2 5.46667V11.5333C2 12.7468 2 13.3535 2.23615 13.817C2.44388 14.2247 2.77534 14.5561 3.18302 14.7638C3.6465 15 4.25322 15 5.46667 15Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),hn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M3 6H5H21",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M10 11V17",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M14 11V17",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),vn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"-2 -2 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M2 10V17C2 17.5304 2.21071 18.0391 2.58579 18.4142C2.96086 18.7893 3.46957 19 4 19H16C16.5304 19 17.0391 18.7893 17.4142 18.4142C17.7893 18.0391 18 17.5304 18 17V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M14 5L10 1L6 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M10 2V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),wn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.971 2.24023L25.8228 24.5002H0.119141L12.971 2.24023Z",fill:"#002A64"}),C.createElement("path",{d:"M13.0835 4.20023L25.2079 25.2002H0.959141L13.0835 4.20023Z",fill:"#036BFD"}),C.createElement("path",{d:"M14.3991 21.0002H11.8791V23.5202H14.3991V21.0002Z",fill:"#F5F5F7"}),C.createElement("path",{d:"M14.3991 10.6402H11.8791V19.8802H14.3991V10.6402Z",fill:"#F5F5F7"}));var M=(e=>(e.ChevronDown="chevronDown",e.Info="info",e.Plus="plus",e.SelectChevronDown="selectChevronDown",e.Upload="upload",e.Trash="trash",e.Check="check",e.Copy="copy",e.Close="close",e.PlusSquare="plusSquare",e.PlusCircle="plusCircle",e.WarningColor="warningColor",e.Dots="dots",e.HistoryClock="historyClock",e.Minus="minus",e.TerminalSquare="terminalSquare",e.File="file",e.InfoError="infoError",e.Save="save",e.Refresh="refresh",e.Logout="logout",e.Edit="edit",e.Download="download",e.AddUser="addUser",e.AddFile="addFile",e))(M||{});const le=e=>{const{name:o,rotate:t,...n}=e,a={...n,transform:t?`rotate(${t}deg)`:""},i={[M.ChevronDown]:Qt,[M.Info]:rn,[M.Plus]:_n,[M.Minus]:cn,[M.SelectChevronDown]:gn,[M.Upload]:vn,[M.Trash]:hn,[M.Check]:Zt,[M.Copy]:en,[M.Close]:Jt,[M.PlusSquare]:fn,[M.WarningColor]:wn,[M.Dots]:on,[M.HistoryClock]:sn,[M.PlusCircle]:dn,[M.TerminalSquare]:xn,[M.File]:an,[M.InfoError]:ln,[M.AddFile]:Kt,[M.AddUser]:Xt,[M.Download]:tn,[M.Edit]:nn,[M.Refresh]:mn,[M.Logout]:pn,[M.Save]:un};return g.createElement(i[o],{...n,style:a})},pe={spAccordion:"_spAccordion_14avc_43",spAccordion_noBorder:"_spAccordion_noBorder_14avc_60",spAccordion_noPadding:"_spAccordion_noPadding_14avc_63",spAccordion_open:"_spAccordion_open_14avc_66",spAccordion__header:"_spAccordion__header_14avc_69",spAccordion_noOpen:"_spAccordion_noOpen_14avc_88",spAccordion__name:"_spAccordion__name_14avc_99",spAccordion__name_hiddenExpand:"_spAccordion__name_hiddenExpand_14avc_110","spAccordion__name--level-1":"_spAccordion__name--level-1_14avc_114","spAccordion__name--level-2":"_spAccordion__name--level-2_14avc_117",spAccordion__icon:"_spAccordion__icon_14avc_125",spAccordion__icon_hidden:"_spAccordion__icon_hidden_14avc_131",spAccordion__icon_open:"_spAccordion__icon_open_14avc_134",spAccordion__childrenWrapper:"_spAccordion__childrenWrapper_14avc_141",spAccordion__childrenWrapper_open:"_spAccordion__childrenWrapper_open_14avc_150",spAccordion__content:"_spAccordion__content_14avc_153",spAccordion__content_open:"_spAccordion__content_open_14avc_159"},yn=e=>{const{name:o,children:t,defaultOpen:n=!1,isHiddenExpandIcon:a=!1,onOpen:i,noBorder:s=!1,noPadding:l=!1,level:p=1,classNameRoot:c,classNameHeader:_,classNameTitle:f,classNameIcon:h,classNameChildrenWrapper:w}=e,[v,y]=g.useState(n),E=()=>{a||(i==null||i(!v),y(!v))},z=u({[pe.spAccordion]:!0,[pe.spAccordion_open]:v,[pe.spAccordion_noOpen]:!v,[pe.spAccordion_noBorder]:s,[pe.spAccordion_noPadding]:l,...c&&{[c]:!0}}),P=u({[pe.spAccordion__header]:!0,..._&&{[_]:!0}}),F=u({[pe.spAccordion__name]:!0,[pe[`spAccordion__name--level-${p}`]]:p,[pe.spAccordion__name_hiddenExpand]:a,...f&&{[f]:!0}}),b=u({[pe.spAccordion__icon]:!0,[pe.spAccordion__icon_open]:v,[pe.spAccordion__icon_hidden]:a,...h&&{[h]:!0}}),d=u({[pe.spAccordion__childrenWrapper]:!0,[pe.spAccordion__childrenWrapper_open]:v,...w&&{[w]:!0}}),A=u({[pe.spAccordion__content]:!0,[pe.spAccordion__content_open]:v});return r.jsxs("div",{className:z,children:[r.jsxs("div",{className:P,children:[r.jsx("div",{className:F,children:r.jsx("span",{onClick:E,children:o})}),r.jsx(le,{onClick:E,className:b,name:M.ChevronDown})]}),r.jsx("div",{className:d,children:r.jsx("div",{className:A,children:t})})]})},Po={spinner:"_spinner_16mxl_43","spinner-rotate":"_spinner-rotate_16mxl_1","spinner-clip":"_spinner-clip_16mxl_1","spinner--sm":"_spinner--sm_16mxl_62","spinner--md":"_spinner--md_16mxl_66","spinner--lg":"_spinner--lg_16mxl_70","spinner--xl":"_spinner--xl_16mxl_74"},Ge=e=>{const{size:o="md",color:t="#036bfd",classNameRoot:n}=e;return r.jsx("div",{className:u(Po.spinner,Po[`spinner--${o}`],n),"aria-label":"Loading",role:"status",style:{color:t}})},ve={spButton:"_spButton_108ra_43",spButton_noPadding:"_spButton_noPadding_108ra_63",spButton_onlyIcon:"_spButton_onlyIcon_108ra_66",spButton_link:"_spButton_link_108ra_74",spButton__text:"_spButton__text_108ra_78",spButton_white:"_spButton_white_108ra_90",spButton_primary:"_spButton_primary_108ra_93",spButton_blue:"_spButton_blue_108ra_93",spButton_secondary:"_spButton_secondary_108ra_113",spButton_fullWidth:"_spButton_fullWidth_108ra_133",spButton_disabled:"_spButton_disabled_108ra_136",spButton__spinner:"_spButton__spinner_108ra_145",spButton__iconContainer:"_spButton__iconContainer_108ra_159"},Me=e=>{const{color:o="blue",variant:t="primary",style:n,onClick:a,iconName:i,icon:s,iconRotate:l=0,disabled:p=!1,type:c="button",form:_,children:f,loading:h=!1,isFullWidth:w=!1,isOnlyIcon:v=!1,noPadding:y=!1,classNameRoot:E,classNameTextRoot:z,classNameIconContainerRoot:P}=e,F=A=>{p||a==null||a(A)},b=()=>{const A=u({[ve.spButton__text]:!0,...z&&{[z]:!0}}),O=u({[ve.spButton__iconContainer]:!0,...P&&{[P]:!0}}),Y=()=>h?r.jsx(Ge,{size:"md",classNameRoot:ve.spButton__spinner}):i?r.jsx(le,{name:i,rotate:l}):s||null;return r.jsxs(r.Fragment,{children:[(s||i||h)&&r.jsx("div",{className:O,children:Y()}),!v&&f&&r.jsx("div",{className:A,children:f})]})},d=u({[ve.spButton]:!0,[ve.spButton_noPadding]:y,[ve.spButton_onlyIcon]:v,[ve[`spButton_${t}`]]:t,[ve[`spButton_${o}`]]:o,[ve.spButton_fullWidth]:w,[ve.spButton_disabled]:p,[ve.spButton_loading]:h,...E&&{[E]:!0}});return r.jsx("button",{style:n,className:d,onClick:F,disabled:p,type:c,form:_,children:b()})},We={spApplyButtons:"_spApplyButtons_1l9jg_43","spApplyButtons_align-right":"_spApplyButtons_align-right_1l9jg_48","spApplyButtons_align-left":"_spApplyButtons_align-left_1l9jg_51","spApplyButtons_align-center":"_spApplyButtons_align-center_1l9jg_54","spApplyButtons_mobile-column":"_spApplyButtons_mobile-column_1l9jg_57","spApplyButtons_mobile-column-reverse":"_spApplyButtons_mobile-column-reverse_1l9jg_65",spApplyButtons__cancel:"_spApplyButtons__cancel_1l9jg_73",spApplyButtons__submit:"_spApplyButtons__submit_1l9jg_76"},Oo=e=>{const{applyButtonsMobileDirection:o="column",applyButtonsAlign:t="center",cancelBtnContent:n,cancelBtnIconName:a,submitBtnIconName:i,cancelBtnDisabled:s,submitBtnContent:l,formId:p,disabled:c,onClose:_,submit:f,loading:h}=e,w=u({[We.spApplyButtons]:!0,[We[`spApplyButtons_mobile-${o}`]]:o,[We[`spApplyButtons_align-${t}`]]:t}),v=u({[We.spApplyButtons__submit]:!0}),y=u({[We.spApplyButtons__cancel]:!0});return r.jsxs("div",{className:w,children:[n&&r.jsx(Me,{type:"button",variant:"secondary",iconName:a,classNameRoot:y,disabled:s,onClick:_,children:n}),l&&r.jsx(Me,{type:"submit",variant:"primary",iconName:i,classNameRoot:v,form:p||void 0,disabled:c,onClick:f,loading:h,children:l})]})},bn=(e={})=>{const{initialValue:o=null}=e,[t,n]=g.useState(o);return{isOpen:!!t,modalData:t,onOpenModal:s=>{n(s)},onCloseModal:()=>{n(null)}}},no=({children:e,node:o,classNameRoot:t})=>{const[n,a]=g.useState(null);return g.useEffect(()=>{if(o){a(o);return}const i=document.createElement("div");return t&&(i.className=t),document.body.appendChild(i),a(i),()=>{o||document.body.removeChild(i)}},[o,t]),n?$t.createPortal(e,n):null},qo={layer:"_layer_14g8d_43",layer_hidden:"_layer_hidden_14g8d_65"},ao=e=>{const{children:o,zIndex:t=999,isHiddenModal:n=!1,classNameRoot:a}=e,i=document.body,s=u({[qo.layer]:!0,[qo.layer_hidden]:n,...a&&{[a]:!0}});return g.useEffect(()=>{const l=window.scrollY,p=document.body;return p.style.position="fixed",p.style.top=`-${l}px`,p.style.left="0",p.style.right="0",p.style.overflow="hidden",()=>{p.style.position="",p.style.top="",p.style.left="",p.style.right="",p.style.overflow="",window.scrollTo(0,l)}},[]),r.jsx(no,{node:i,children:r.jsx("div",{style:{zIndex:t},className:s,children:o})})},Re={spText:"_spText_1todx_43",spText_ellipsis:"_spText_ellipsis_1todx_56","spText_type-h1":"_spText_type-h1_1todx_62","spText_type-h3":"_spText_type-h3_1todx_72","spText_type-p1":"_spText_type-p1_1todx_88","spText_type-p2":"_spText_type-p2_1todx_93","spText_type-description":"_spText_type-description_1todx_97","spText_type-link":"_spText_type-link_1todx_105",spText_cursorPointer:"_spText_cursorPointer_1todx_118"},we=g.forwardRef((e,o)=>{const{type:t,children:n,color:a,title:i,style:s,onClick:l,isEllipsis:p=!1,isCursorPointer:c=!1,isCursorPointerByOnClick:_=!0,classNameRoot:f}=e,h=()=>l&&_?!0:c,w=u({[Re.spText]:!0,[Re.spText_ellipsis]:p,[Re.spText_cursorPointer]:h(),[Re[`spText_type-${t}`]]:t,...f&&{[f]:!0}});return r.jsx("span",{style:{...s,color:a},title:i,onClick:v=>l&&l(v),className:w,ref:o,children:n})});we.displayName="Text";const ue={modalWrapper:"_modalWrapper_1kqdh_43","modalWrapper--modalVerticalAlign-top":"_modalWrapper--modalVerticalAlign-top_1kqdh_48","modalWrapper--modalVerticalAlign-center":"_modalWrapper--modalVerticalAlign-center_1kqdh_51","modalWrapper--textAlign-left":"_modalWrapper--textAlign-left_1kqdh_54","modalWrapper--textAlign-center":"_modalWrapper--textAlign-center_1kqdh_57","modalWrapper--textAlign-right":"_modalWrapper--textAlign-right_1kqdh_60",modalWrapper__modal:"_modalWrapper__modal_1kqdh_63","modalWrapper__modal--size-lg":"_modalWrapper__modal--size-lg_1kqdh_106","modalWrapper__modal--size-md":"_modalWrapper__modal--size-md_1kqdh_112",modalWrapper__content:"_modalWrapper__content_1kqdh_117",modalWrapper__header:"_modalWrapper__header_1kqdh_120",modalWrapper__subHeader:"_modalWrapper__subHeader_1kqdh_128",modalWrapper__subHeader_onlySubHeader:"_modalWrapper__subHeader_onlySubHeader_1kqdh_136",modalWrapper__footer:"_modalWrapper__footer_1kqdh_139",modalWrapper__closeButton:"_modalWrapper__closeButton_1kqdh_142","modalWrapper__closeButton--size-lg":"_modalWrapper__closeButton--size-lg_1kqdh_151","modalWrapper__closeButton--size-md":"_modalWrapper__closeButton--size-md_1kqdh_155","modalWrapper__closeButtonIconContainer--size-lg":"_modalWrapper__closeButtonIconContainer--size-lg_1kqdh_160","modalWrapper__closeButtonIconContainer--size-md":"_modalWrapper__closeButtonIconContainer--size-md_1kqdh_164"},Go=e=>{const{zIndex:o=999,isHiddenModal:t=!1,isVisibleCloseButton:n=!0,children:a,classNameLayerRoot:i,classNameRoot:s,style:l,modalVerticalAlign:p="top",textAlign:c="left",onClose:_,header:f,subHeader:h,footer:w,size:v="lg"}=e,y=u({[ue.modalWrapper]:!0,[ue[`modalWrapper--modalVerticalAlign-${p}`]]:p,[ue[`modalWrapper--textAlign-${c}`]]:c}),E=u({[ue.modalWrapper__modal]:!0,[ue[`modalWrapper__modal--size-${v}`]]:v,...s&&{[s]:!0}}),z=u({[ue.modalWrapper__closeButton]:!0,[ue[`modalWrapper__closeButton--size-${v}`]]:v}),P=u({[ue.modalWrapper__closeButtonIconContainer]:!0,[ue[`modalWrapper__closeButtonIconContainer--size-${v}`]]:v}),F=u({[ue.modalWrapper__content]:!0}),b=u({[ue.modalWrapper__header]:!0}),d=u({[ue.modalWrapper__subHeader]:!0,[ue.modalWrapper__subHeader_onlySubHeader]:!f}),A=u({[ue.modalWrapper__footer]:!0});return r.jsx(ao,{zIndex:o,isHiddenModal:t,classNameRoot:i,children:r.jsx("div",{className:y,children:r.jsxs("div",{className:E,style:l,children:[(f||h)&&r.jsxs("div",{className:b,children:[typeof f=="string"?r.jsx(we,{type:"h3",children:f}):f,h&&r.jsx("div",{className:d,children:typeof h=="string"?r.jsx(we,{children:h}):h})]}),a&&r.jsx("div",{className:F,children:a}),w&&r.jsx("div",{className:A,children:w}),n&&_&&r.jsx(Me,{classNameRoot:z,classNameIconContainerRoot:P,onClick:_,iconName:M.Close,variant:"link",noPadding:!0,isOnlyIcon:!0})]})})})},Ro=e=>{const{zIndex:o,header:t,subHeader:n,cancelBtnContent:a,cancelBtnDisabled:i,cancelBtnIconName:s,submitBtnContent:l,submitBtnIconName:p,submit:c,disabled:_,formId:f,onClose:h,applyButtonsMobileDirection:w="column",applyButtonsAlign:v="right",modalVerticalAlign:y="top",textAlign:E="left",loading:z,isVisibleCloseButton:P,isHiddenModal:F,size:b,classNameRoot:d,classNameLayerRoot:A}=e,O=a||s||l||p;return r.jsx(Go,{zIndex:o,header:t,onClose:h,modalVerticalAlign:y,textAlign:E,subHeader:n,isVisibleCloseButton:P,isHiddenModal:F,size:b,classNameRoot:d,classNameLayerRoot:A,footer:O?r.jsx(Oo,{applyButtonsMobileDirection:w,applyButtonsAlign:v,cancelBtnContent:a,cancelBtnIconName:s,cancelBtnDisabled:i,submitBtnContent:l,submitBtnIconName:p,formId:f,disabled:_,onClose:h,submit:c,loading:z}):null})},kn=e=>{const{children:o,isNeedAuthorized:t,onClickAuthorization:n,unauthorizedMessage:a="Необходимо авторизоваться",authButtonText:i="Авторизоваться",confirmSize:s="md",zIndex:l=999}=e,[p,c]=g.useState(t);g.useEffect(()=>{c(t)},[t]);const _=()=>{c(!1),n&&n()};return r.jsxs(r.Fragment,{children:[o,p&&r.jsx(Ro,{zIndex:l,isVisibleCloseButton:!1,textAlign:"center",applyButtonsAlign:"center",header:a,submitBtnContent:i,size:s,submit:_})]})},io={spBaseTooltip:"_spBaseTooltip_5usel_43",spBaseTooltip_noPadding:"_spBaseTooltip_noPadding_5usel_70",spBaseTooltip__content:"_spBaseTooltip__content_5usel_96"},so=g.forwardRef((e,o)=>{const{text:t,noPadding:n=!1,style:a,classNameRoot:i,classNameContentRoot:s}=e,l=u({[io.spBaseTooltip]:!0,[io.spBaseTooltip_noPadding]:n,...i&&{[i]:!0}}),p=u({[io.spBaseTooltip__content]:!0,...s&&{[s]:!0}});return r.jsx("div",{className:l,ref:o,style:a,children:r.jsx("div",{className:p,children:t})})});so.displayName="BaseTooltip";const Ne={spBreadcrumb:"_spBreadcrumb_8fr8j_43",spBreadcrumb__list:"_spBreadcrumb__list_8fr8j_46",spBreadcrumb__listItem:"_spBreadcrumb__listItem_8fr8j_56",spBreadcrumb__listItem__separator:"_spBreadcrumb__listItem__separator_8fr8j_61",spBreadcrumb__listItem__text:"_spBreadcrumb__listItem__text_8fr8j_73",spBreadcrumb__listItem_active:"_spBreadcrumb__listItem_active_8fr8j_84"},Cn=e=>{const{classNameRoot:o,classNameListRoot:t,crumbsList:n=[]}=e,a=u({[Ne.spBreadcrumb]:!0,...o&&{[o]:!0}}),i=u({[Ne.spBreadcrumb__list]:!0,...t&&{[t]:!0}});return r.jsx("nav",{"aria-label":"breadcrumb",className:a,children:r.jsx("ol",{className:i,children:n.map(({text:s,onClick:l,active:p},c)=>r.jsxs("li",{className:u(Ne.spBreadcrumb__listItem,p&&Ne.spBreadcrumb__listItem_active),children:[r.jsx("span",{title:s,className:Ne.spBreadcrumb__listItem__text,onClick:l,children:s}),r.jsx("div",{className:Ne.spBreadcrumb__listItem__separator,children:r.jsx(le,{name:M.SelectChevronDown,rotate:-90})})]},c))})})};function Vo(e,o,t=!0){g.useEffect(()=>{if(!t)return;const n=a=>{e.every(s=>s.current&&!s.current.contains(a.target))&&o(a)};return document.addEventListener("click",n,!0),()=>{document.removeEventListener("click",n,!0)}},[e,o,t])}const $o={spTooltip:"_spTooltip_1pqws_43",spInfoTooltip:"_spInfoTooltip_1pqws_48"};var se=(e=>(e.Top="top",e.TopLeft="top-left",e.TopRight="top-right",e.Bottom="bottom",e.BottomLeft="bottom-left",e.BottomRight="bottom-right",e.Left="left",e.LeftTop="left-top",e.LeftBottom="left-bottom",e.Right="right",e.RightTop="right-top",e.RightBottom="right-bottom",e))(se||{});const De=e=>{const{hover:o=!0,isToggleClick:t=!1,isStopPropagationClickOnTrigger:n=!1,isVisibleTooltip:a=!0,trigger:i,triggerAction:s,actionOnClose:l,classNameTooltip:p,position:c=se.BottomLeft,text:_,noPadding:f,classNameBaseTooltipRoot:h,classNameBaseTooltipContentRoot:w,styleTooltip:v}=e,[y,E]=g.useState(!1),z=g.useRef(null),P=g.useRef(null),[F,b]=g.useState(!1);Vo([z,P],()=>{l&&l(),E(!1)},y);const d=L=>{n&&L.stopPropagation(),!o&&(y?l&&l():s&&s(),E(H=>t?!H:!0))},[A,O]=g.useState({visibility:"hidden",opacity:0,left:"-9999px"}),[Y,ee]=g.useState(!1),ne=g.useCallback(()=>{if(!z.current||!P.current)return;const L=z.current.getBoundingClientRect(),H=P.current.getBoundingClientRect();let G=0,K=0;switch(c){case se.Right:G=L.top+window.scrollY-(H.height-L.height)/2,K=L.right+window.scrollX;break;case se.RightTop:G=L.top+window.scrollY,K=L.right+window.scrollX;break;case se.RightBottom:G=L.bottom+window.scrollY-H.height,K=L.right+window.scrollX;break;case se.Left:G=L.top+window.scrollY-(H.height-L.height)/2,K=L.left+window.scrollX-H.width;break;case se.LeftTop:G=L.top+window.scrollY,K=L.left+window.scrollX-H.width;break;case se.LeftBottom:G=L.bottom+window.scrollY-H.height,K=L.left+window.scrollX-H.width;break;case se.Bottom:G=L.bottom+window.scrollY,K=L.left+window.scrollX-(H.width-L.width)/2;break;case se.BottomLeft:G=L.bottom+window.scrollY,K=L.left+window.scrollX;break;case se.BottomRight:G=L.bottom+window.scrollY,K=L.right+window.scrollX-H.width;break;case se.Top:G=L.top+window.scrollY-H.height,K=L.left+window.scrollX-(H.width-L.width)/2;break;case se.TopLeft:G=L.top+window.scrollY-H.height,K=L.left+window.scrollX;break;case se.TopRight:G=L.top+window.scrollY-H.height,K=L.right+window.scrollX-H.width;break;default:G=L.bottom+window.scrollY,K=L.left+window.scrollX}G+H.height>window.innerHeight+window.scrollY&&c.includes("bottom")?G=L.top+window.scrollY-H.height:G<window.scrollY&&c.includes("top")&&(G=L.bottom+window.scrollY),K+H.width>window.innerWidth+window.scrollX&&c.includes("left")?K=L.left+window.scrollX-H.width+L.width:K<window.scrollX&&c.includes("right")&&(K=L.right+window.scrollX-L.width),O(te=>({...te,top:`${G}px`,left:`${K}px`,visibility:y||Y?"visible":"hidden",opacity:y||Y?1:0}))},[c,y,Y]);g.useEffect(()=>(b(!0),()=>b(!1)),[]),g.useEffect(()=>{F&&ne()},[F,ne]),g.useEffect(()=>{if(!F)return;const L=()=>ne();return window.addEventListener("resize",L),window.addEventListener("scroll",L,!0),()=>{window.removeEventListener("resize",L),window.removeEventListener("scroll",L,!0)}},[F,ne]);const fe=u({...h&&{[h]:!0}}),me=u({...w&&{[w]:!0}}),ce=u({[$o.spTooltip]:!0,...p&&{[p]:!0}}),J=document.body;return r.jsxs("div",{ref:z,className:ce,onClick:d,onMouseEnter:()=>o&&ee(!0),onMouseLeave:()=>o&&ee(!1),style:v,children:[i,a&&r.jsx(no,{node:J,children:r.jsx(so,{style:A,ref:P,noPadding:f,text:_,classNameRoot:fe,classNameContentRoot:me})})]})},He=e=>{const o=e.classNameTooltip,t=u({[$o.spInfoTooltip]:!0,...o&&{[o]:!0}});return r.jsx(De,{...e,classNameTooltip:t,trigger:r.jsx(le,{name:M.Info})})},ye={spCheckbox:"_spCheckbox_1ypiv_43",spCheckbox__control:"_spCheckbox__control_1ypiv_49",spCheckbox__label:"_spCheckbox__label_1ypiv_52",spCheckbox__box:"_spCheckbox__box_1ypiv_63","spCheckbox__box--size-lg":"_spCheckbox__box--size-lg_1ypiv_68","spCheckbox__box--size-md":"_spCheckbox__box--size-md_1ypiv_73",spCheckbox__box_checked:"_spCheckbox__box_checked_1ypiv_90",spCheckbox__box_disabled:"_spCheckbox__box_disabled_1ypiv_100",spCheckbox__box_error:"_spCheckbox__box_error_1ypiv_111",spCheckbox__tooltip:"_spCheckbox__tooltip_1ypiv_114",spCheckbox__required:"_spCheckbox__required_1ypiv_119",spCheckbox__error:"_spCheckbox__error_1ypiv_125"},Sn=e=>{const{size:o="lg",checked:t,disabled:n,onChange:a,name:i,label:s,error:l,value:p,required:c,tooltipPosition:_,infoTooltipText:f,onMouseEnter:h,classNameRoot:w,classNameError:v}=e,y=u({[ye.spCheckbox]:!0,...w&&{[w]:!0}}),E=u({[ye.spCheckbox__box]:!0,[ye.spCheckbox__box_checked]:t,[ye.spCheckbox__box_disabled]:n,[ye[`spCheckbox__box--size-${o}`]]:o,[ye.spCheckbox__box_error]:l}),z=u({[ye.spCheckbox__control]:!0}),P=u({[ye.spCheckbox__label]:!0}),F=u({[ye.spCheckbox__required]:!0}),b=u({[ye.spCheckbox__error]:!0,...v&&{[v]:!0}}),d=u({[ye.spCheckbox__tooltip]:!0}),A=O=>{!n&&a&&a(O,{name:i,checked:!t,value:p})};return r.jsxs("div",{className:y,onMouseEnter:h,children:[r.jsxs("label",{className:E,children:[r.jsx("input",{type:"checkbox",className:z,checked:t,onChange:A}),s&&r.jsx("span",{className:P,children:s}),c&&r.jsx("div",{className:F,children:"*"}),f&&r.jsx("div",{className:d,children:r.jsx(He,{hover:!0,position:_,text:f})})]}),l&&r.jsx("div",{className:b,children:l})]})},ro={spContextMenu:"_spContextMenu_1cza9_43",spContextMenu__item:"_spContextMenu__item_1cza9_55",spContextMenu__item_deleteItem:"_spContextMenu__item_deleteItem_1cza9_74"},Ln=e=>{const{onClickItem:o,options:t,classNameRoot:n}=e,a=u({[ro.spContextMenu]:!0,...n&&{[n]:!0}});return r.jsx("ul",{className:a,children:t==null?void 0:t.map(i=>{const s=i.key==="delete";return r.jsxs("li",{className:u({[ro.spContextMenu__item]:!0,[ro.spContextMenu__item_deleteItem]:s}),onClick:()=>{o&&o(i)},children:[(i==null?void 0:i.iconName)&&r.jsx(le,{name:i.iconName}),i.label]},i.key)})})},Yo=e=>{const{getRootProps:o,children:t,disabled:n,name:a,getInputProps:i}=e;return r.jsxs("div",{...o({}),style:{minHeight:"100%",minWidth:"100%"},children:[r.jsx("input",{...i({}),disabled:n,name:a}),t]})},Se={spDropdown:"_spDropdown_miycs_43",spDropdown__labelText:"_spDropdown__labelText_miycs_55",spDropdown__tooltipContainer:"_spDropdown__tooltipContainer_miycs_63",spDropdown__dropdownList:"_spDropdown__dropdownList_miycs_68",spDropdown__dropdownListHeader:"_spDropdown__dropdownListHeader_miycs_74",spDropdown__dopdownListItem:"_spDropdown__dopdownListItem_miycs_81",spDropdown__dopdownListItem_textCenter:"_spDropdown__dopdownListItem_textCenter_miycs_93",spDropdown__downloadListItemDescription:"_spDropdown__downloadListItemDescription_miycs_97"},An=e=>{const{labelText:o="Выпадающий список",listName:t,dropdownList:n=[],dropdownPosition:a=se.BottomRight,classNameRoot:i}=e,s=u({[Se.spDropdown]:!0,...i&&{[i]:!0}}),l=u({[Se.spDropdown__labelText]:!0}),p=u({[Se.spDropdown__tooltipContainer]:!0}),c=u({[Se.spDropdown__dropdownList]:!0}),_=u({[Se.spDropdown__dropdownListHeader]:!0}),f=u({[Se.spDropdown__downloadListItemDescription]:!0}),[h,w]=g.useState(!1),v=()=>r.jsxs("div",{className:c,children:[t&&r.jsx("div",{className:_,children:t}),n.map((y,E)=>r.jsxs("div",{className:u({[Se.spDropdown__dopdownListItem]:!0,[Se.spDropdown__dopdownListItem_textCenter]:y.textCenter}),onClick:y.onClick,children:[y.name,y.description&&r.jsx("span",{className:f,children:y.description})]},E))]});return r.jsx(De,{hover:!1,triggerAction:()=>w(!0),actionOnClose:()=>w(!1),text:v(),position:a,noPadding:!0,isToggleClick:!0,isStopPropagationClickOnTrigger:!0,trigger:r.jsxs("div",{className:s,children:[r.jsx("div",{className:l,children:o}),r.jsx("div",{className:p,children:r.jsx(le,{name:M.SelectChevronDown,rotate:h?180:void 0})})]})})},Ko={ellipsisTextWithTooltip:"_ellipsisTextWithTooltip_4tohk_43",ellipsisTextWithTooltip__tooltip:"_ellipsisTextWithTooltip__tooltip_4tohk_47"},lo=e=>e==null||e===""?!0:typeof e!="string"&&typeof e.toString!="function"?!1:e.toString().replace(/\s/g,"").length<1,po=e=>{var t;return lo(e)?"":((t=e.split(/[\s.]+/).pop())==null?void 0:t.toLowerCase())||""},ze=e=>{const{text:o,isWithFixedEnd:t=!1,classNameRoot:n,classNameTooltipRoot:a,classNameBaseTooltipContentRoot:i,classNameBaseTooltipRoot:s,defaultTooltipPosition:l,...p}=e,c=g.useRef(null),_=g.useRef(null),[f,h]=g.useState(!1),w=po(o),v=w!==o,y=()=>{c.current&&h(c.current.scrollWidth>c.current.clientWidth)};g.useLayoutEffect(()=>(y(),window.addEventListener("resize",y),()=>{window.removeEventListener("resize",y)}),[o,w]);const E=u({[Ko.ellipsisTextWithTooltip]:!0,...n&&{[n]:!0}}),z=u({[Ko.ellipsisTextWithTooltip__tooltip]:!0,...a&&{[a]:!0}}),P=()=>r.jsxs(r.Fragment,{children:[r.jsx(we,{...p,classNameRoot:E,isEllipsis:!0,ref:c,children:o}),t&&f&&v&&r.jsxs(r.Fragment,{children:[r.jsx("div",{ref:_,style:{position:"absolute",opacity:0,pointerEvents:"none",whiteSpace:"nowrap"},children:r.jsx(we,{...p,classNameRoot:E,children:po(o)})}),r.jsx(we,{style:{width:"fit-content"},...p,classNameRoot:E,children:po(o)})]})]});return r.jsx(De,{hover:!0,position:l,classNameBaseTooltipRoot:s,classNameTooltip:z,classNameBaseTooltipContentRoot:i,isVisibleTooltip:f,text:o,trigger:P()})},Ue={spForm:"_spForm_1mrvg_43",spForm_fullWidth:"_spForm_fullWidth_1mrvg_48",spForm_addMargin:"_spForm_addMargin_1mrvg_51","spForm--size-lg":"_spForm--size-lg_1mrvg_51","spForm--size-md":"_spForm--size-md_1mrvg_60",spForm_withSeparator:"_spForm_withSeparator_1mrvg_69"},Tn=e=>{const{size:o="lg",children:t,onSubmit:n,addMargin:a=!1,withSeparator:i=!1,fullWidth:s=!0,classNameRoot:l,...p}=e,c=u({[Ue.spForm]:!0,[Ue[`spForm--size-${o}`]]:o,[Ue.spForm_fullWidth]:s,[Ue.spForm_addMargin]:a,[Ue.spForm_withSeparator]:i&&a,...l&&{[l]:!0}}),_=f=>{f.preventDefault(),n&&n()};return r.jsx("form",{...p,onSubmit:_,className:c,children:t})},Ve={spLabel:"_spLabel_1mq16_43",spLabel__text:"_spLabel__text_1mq16_52",spLabel__tooltip:"_spLabel__tooltip_1mq16_62",spLabel__required:"_spLabel__required_1mq16_69"},$e=e=>{const{required:o,label:t,infoTooltipText:n,tooltipPosition:a,classNameRoot:i,classNameBaseTooltipRoot:s}=e,l=u({[Ve.spLabel]:!0,...i&&{[i]:!0}}),p=u({[Ve.spLabel__text]:!0}),c=u({[Ve.spLabel__required]:o}),_=u({[Ve.spLabel__tooltip]:!0});return r.jsxs("div",{className:l,children:[r.jsx("label",{className:p,children:t}),o&&r.jsx("div",{className:c,children:"*"}),n&&r.jsx(He,{hover:!0,classNameTooltip:_,position:a,text:n,classNameBaseTooltipRoot:s})]})},be={spInput:"_spInput_1qpas_43",spInput_error:"_spInput_error_1qpas_48",spInput__control:"_spInput__control_1qpas_48",spInput_absolutePositionError:"_spInput_absolutePositionError_1qpas_55",spInput__container:"_spInput__container_1qpas_58",spInput__control_filled:"_spInput__control_filled_1qpas_77",spInput__control_outlined:"_spInput__control_outlined_1qpas_81",spInput__control_disabled:"_spInput__control_disabled_1qpas_85",spInput__control_clearable:"_spInput__control_clearable_1qpas_89",spInput__clear:"_spInput__clear_1qpas_116",spInput__error:"_spInput__error_1qpas_125",spInput__error_absolutePosition:"_spInput__error_absolutePosition_1qpas_132"},Xo=g.forwardRef((e,o)=>{const{value:t,onChange:n,label:a,variant:i="outlined",disabled:s=!1,isAbsolutePositionError:l=!1,error:p,required:c,name:_,isClearable:f,pattern:h,onMouseEnter:w,infoTooltipText:v,tooltipPosition:y,isVisibleDefaultTitle:E=!0,placeholder:z="Введите...",classNameRoot:P,classNameError:F,classNameLabel:b,classNameBaseTooltipRoot:d,...A}=e,O=u({[be.spInput]:!0,[be.spInput_error]:!!p,[be.spInput_absolutePositionError]:l,...P&&{[P]:!0}}),Y=u({[be.spInput__container]:!0}),ee=u({[be.spInput__control]:!0,[be.spInput__control_disabled]:s,[be[`spInput__control_${i}`]]:i,[be.spInput__control_clearable]:f}),ne=u({[be.spInput__clear]:!0}),fe=u({[be.spInput__error]:!0,[be.spInput__error_absolutePosition]:l,...F&&{[F]:!0}}),me=u({...b&&{[b]:!0}}),ce=H=>{n(H,{name:_,value:""})},J=H=>{const{value:G,name:K}=H.target;h&&G&&!new RegExp(h).test(G)||n(H,{value:G,name:K})},L=()=>r.jsx("input",{...A,placeholder:z,disabled:s,onChange:J,title:E?t:void 0,value:t,name:_,className:ee,ref:o});return r.jsxs("div",{className:O,children:[a&&r.jsx($e,{classNameRoot:me,tooltipPosition:y,required:c,label:a,infoTooltipText:v,classNameBaseTooltipRoot:d}),r.jsxs("div",{className:Y,onMouseEnter:w,children:[L(),f&&t&&!s&&r.jsx(le,{onClick:ce,className:ne,name:M.Trash})]}),p&&r.jsx("div",{className:fe,children:p})]})});Xo.displayName="Input";const Zo=g.createContext({device:{isDesktop:!1,isMobile:!1,isTablet:!1}});function Qo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var co={};co.match=Fn,co.parse=Jo;var In=/(?:(only|not)?\s*([^\s\(\)]+)(?:\s*and)?\s*)?(.+)?/i,En=/\(\s*([^\s\:\)]+)\s*(?:\:\s*([^\s\)]+))?\s*\)/,Nn=/^(?:(min|max)-)?(.+)/,zn=/(em|rem|px|cm|mm|in|pt|pc)?$/,Bn=/(dpi|dpcm|dppx)?$/;function Fn(e,o){return Jo(e).some(function(t){var n=t.inverse,a=t.type==="all"||o.type===t.type;if(a&&n||!(a||n))return!1;var i=t.expressions.every(function(s){var l=s.feature,p=s.modifier,c=s.value,_=o[l];if(!_)return!1;switch(l){case"orientation":case"scan":return _.toLowerCase()===c.toLowerCase();case"width":case"height":case"device-width":case"device-height":c=tt(c),_=tt(_);break;case"resolution":c=ot(c),_=ot(_);break;case"aspect-ratio":case"device-aspect-ratio":case"device-pixel-ratio":c=et(c),_=et(_);break;case"grid":case"color":case"color-index":case"monochrome":c=parseInt(c,10)||1,_=parseInt(_,10)||0;break}switch(p){case"min":return _>=c;case"max":return _<=c;default:return _===c}});return i&&!n||!i&&n})}function Jo(e){return e.split(",").map(function(o){o=o.trim();var t=o.match(In),n=t[1],a=t[2],i=t[3]||"",s={};return s.inverse=!!n&&n.toLowerCase()==="not",s.type=a?a.toLowerCase():"all",i=i.match(/\([^\)]+\)/g)||[],s.expressions=i.map(function(l){var p=l.match(En),c=p[1].toLowerCase().match(Nn);return{modifier:c[1],feature:c[2],value:p[2]}}),s})}function et(e){var o=Number(e),t;return o||(t=e.match(/^(\d+)\s*\/\s*(\d+)$/),o=t[1]/t[2]),o}function ot(e){var o=parseFloat(e),t=String(e).match(Bn)[1];switch(t){case"dpcm":return o/2.54;case"dppx":return o*96;default:return o}}function tt(e){var o=parseFloat(e),t=String(e).match(zn)[1];switch(t){case"em":return o*16;case"rem":return o*16;case"cm":return o*96/2.54;case"mm":return o*96/2.54/10;case"in":return o*96;case"pt":return o*72;case"pc":return o*72/12;default:return o}}var jn=co.match,nt=typeof window<"u"?window.matchMedia:null;function Mn(e,o,t){var n=this,a;nt&&!t&&(a=nt.call(window,e)),a?(this.matches=a.matches,this.media=a.media,a.addListener(l)):(this.matches=jn(e,o),this.media=e),this.addListener=i,this.removeListener=s,this.dispose=p;function i(c){a&&a.addListener(c)}function s(c){a&&a.removeListener(c)}function l(c){n.matches=c.matches,n.media=c.media}function p(){a&&a.removeListener(l)}}function Wn(e,o,t){return new Mn(e,o,t)}var Dn=Wn;const Hn=Qo(Dn);var Un=/[A-Z]/g,Pn=/^ms-/,_o={};function On(e){return"-"+e.toLowerCase()}function at(e){if(_o.hasOwnProperty(e))return _o[e];var o=e.replace(Un,On);return _o[e]=Pn.test(o)?"-"+o:o}function qn(e,o){if(e===o)return!0;if(!e||!o)return!1;const t=Object.keys(e),n=Object.keys(o),a=t.length;if(n.length!==a)return!1;for(let i=0;i<a;i++){const s=t[i];if(e[s]!==o[s]||!Object.prototype.hasOwnProperty.call(o,s))return!1}return!0}var fo={exports:{}},Ye={exports:{}},Z={};/** @license React v16.13.1
2
+ /*$vite$:1*/`,document.head.appendChild(Ho);function Yt(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const C=Yt(g);function Uo(e){var o,t,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(o=0;o<a;o++)e[o]&&(t=Uo(e[o]))&&(n&&(n+=" "),n+=t)}else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function u(){for(var e,o,t=0,n="",a=arguments.length;t<a;t++)(e=arguments[t])&&(o=Uo(e))&&(n&&(n+=" "),n+=o);return n}const Kt=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.4058 21.6H5.6058C4.28031 21.6 3.2058 20.5254 3.20581 19.2L3.2059 4.80001C3.20591 3.47453 4.28043 2.40002 5.6059 2.40002H16.4062C17.7317 2.40002 18.8062 3.47454 18.8062 4.80002V11.4M17.3999 21.1882V17.7941M17.3999 17.7941V14.4M17.3999 17.7941L14.0058 17.7941M17.3999 17.7941L20.794 17.7941M7.40619 7.20002H14.6062M7.40619 10.8H14.6062M7.40619 14.4H11.0062",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),Xt=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.5 15.5H8C6.60444 15.5 5.90665 15.5 5.33886 15.6722C4.06045 16.06 3.06004 17.0605 2.67224 18.3389C2.5 18.9067 2.5 19.6044 2.5 21M19.5 21V15M16.5 18H22.5M15 7.5C15 9.98528 12.9853 12 10.5 12C8.01472 12 6 9.98528 6 7.5C6 5.01472 8.01472 3 10.5 3C12.9853 3 15 5.01472 15 7.5Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),Zt=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M20 7L9 18L4 13",stroke:"currentColor",strokeWidth:2})),Qt=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 26 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M25 6L13 18L1 6",stroke:"currentColor",strokeWidth:2})),Jt=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 21 22",fill:"none",...e},C.createElement("line",{y1:-1,x2:20.464,y2:-1,transform:"matrix(0.680234 -0.732995 -0.680234 -0.732995 3 18)",stroke:"currentColor",strokeWidth:2}),C.createElement("line",{y1:-1,x2:20.464,y2:-1,transform:"matrix(-0.680234 -0.732995 0.680234 -0.732995 18 18)",stroke:"currentColor",strokeWidth:2})),en=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M20 9H11C9.89543 9 9 9.89543 9 11V20C9 21.1046 9.89543 22 11 22H20C21.1046 22 22 21.1046 22 20V11C22 9.89543 21.1046 9 20 9Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),on=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 18 4",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("circle",{cx:2,cy:2,r:2,fill:"currentColor"}),C.createElement("circle",{cx:9,cy:2,r:2,fill:"currentColor"}),C.createElement("circle",{cx:16,cy:2,r:2,fill:"currentColor"})),tn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.5 14V17.3333C19.5 17.7754 19.3244 18.1993 19.0118 18.5118C18.6993 18.8244 18.2754 19 17.8333 19H6.16667C5.72464 19 5.30072 18.8244 4.98816 18.5118C4.67559 18.1993 4.5 17.7754 4.5 17.3333V14",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M7.83325 9.83333L11.9999 14L16.1666 9.83333",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 14V3.99995",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),nn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.9487 6.9516L17.5487 10.5516M4.94873 19.5516L9.31472 18.6719C9.54649 18.6252 9.75931 18.511 9.92645 18.3438L19.7001 8.56478C20.1687 8.09593 20.1684 7.33594 19.6994 6.86748L17.629 4.7994C17.1602 4.33113 16.4006 4.33145 15.9322 4.80011L6.15749 14.5802C5.99068 14.7471 5.87678 14.9595 5.83003 15.1908L4.94873 19.5516Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),an=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 26 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.125 0V11.2002C14.1251 11.4762 14.3489 11.7002 14.625 11.7002H26V28.7998C26 29.6485 25.6573 30.4624 25.0479 31.0625C24.4384 31.6626 23.612 32 22.75 32H3.25C2.38805 32 1.56164 31.6626 0.952148 31.0625C0.342655 30.4624 0 29.6485 0 28.7998V3.2002C0 2.3515 0.342655 1.53762 0.952148 0.9375C1.56164 0.337386 2.38805 0 3.25 0H14.125ZM25.4922 10.7002H15.125V0.492188L25.4922 10.7002Z",fill:"currentColor"})),sn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8 4.61111V8.5H11.8889M8 15.5C4.13401 15.5 1 12.366 1 8.5C1 4.63401 4.13401 1.5 8 1.5C11.866 1.5 15 4.63401 15 8.5C15 12.366 11.866 15.5 8 15.5Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),rn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 8V12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 16H12.01",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),ln=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16 0.5C24.5604 0.5 31.5 7.43959 31.5 16C31.5 24.5604 24.5604 31.5 16 31.5C7.43959 31.5 0.5 24.5604 0.5 16C0.5 7.43959 7.43959 0.5 16 0.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M16 22.4V16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M16 9.59961H16.016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),pn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12 15L15 12M15 12L12 9M15 12H4M9 7.24859V7.2002C9 6.08009 9 5.51962 9.21799 5.0918C9.40973 4.71547 9.71547 4.40973 10.0918 4.21799C10.5196 4 11.0801 4 12.2002 4H16.8002C17.9203 4 18.4796 4 18.9074 4.21799C19.2837 4.40973 19.5905 4.71547 19.7822 5.0918C20 5.5192 20 6.07899 20 7.19691V16.8036C20 17.9215 20 18.4805 19.7822 18.9079C19.5905 19.2842 19.2837 19.5905 18.9074 19.7822C18.48 20 17.921 20 16.8031 20H12.1969C11.079 20 10.5192 20 10.0918 19.7822C9.71547 19.5905 9.40973 19.2839 9.21799 18.9076C9 18.4798 9 17.9201 9 16.8V16.75",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),cn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M5 12H19",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),_n=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M12 5V19",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M5 12H19",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),dn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 16 16",fill:"none",...e},C.createElement("path",{d:"M8 14.4C4.472 14.4 1.6 11.528 1.6 8C1.6 4.472 4.472 1.6 8 1.6C11.528 1.6 14.4 4.472 14.4 8C14.4 11.528 11.528 14.4 8 14.4ZM8 0C6.94943 0 5.90914 0.206926 4.93853 0.608964C3.96793 1.011 3.08601 1.60028 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.08601 14.3997 3.96793 14.989 4.93853 15.391C5.90914 15.7931 6.94943 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 6.94943 15.7931 5.90914 15.391 4.93853C14.989 3.96793 14.3997 3.08601 13.6569 2.34315C12.914 1.60028 12.0321 1.011 11.0615 0.608964C10.0909 0.206926 9.05058 0 8 0ZM8.8 4H7.2V7.2H4V8.8H7.2V12H8.8V8.8H12V7.2H8.8V4Z",fill:"currentColor"})),fn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M12 8V16",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M8 12H16",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),mn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.5 10.2222C4.5 10.2222 6.18841 7.79397 7.56007 6.34511C8.93174 4.89624 10.8272 4 12.9211 4C17.1068 4 20.5 7.58172 20.5 12C20.5 16.4183 17.1068 20 12.9211 20C9.46582 20 6.55062 17.5594 5.63833 14.2222M4.5 10.2222V4.88889M4.5 10.2222H9.55263",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),un=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.4444 20L7.55556 19.9998M16.4444 20L17.1583 19.9998C18.152 19.9998 18.6489 19.9998 19.0288 19.8063C19.3633 19.6358 19.636 19.3637 19.8064 19.0292C20 18.6493 20 18.1519 20 17.1582V9.52843C20 9.12948 20 8.92902 19.9575 8.73866C19.9195 8.56884 19.8571 8.40575 19.7717 8.25413C19.677 8.08595 19.544 7.93822 19.2826 7.64777L16.8335 4.92658C16.5306 4.58998 16.377 4.41938 16.1927 4.29687C16.0269 4.18667 15.8438 4.10541 15.6509 4.05588C15.4333 4 15.1998 4 14.7334 4H6.84462C5.84897 4 5.35077 4 4.97049 4.19376C4.63598 4.3642 4.36421 4.63597 4.19377 4.97048C4 5.35076 4 5.84895 4 6.84459V17.1556C4 18.1512 4 18.6484 4.19377 19.0286C4.36421 19.3631 4.63598 19.6358 4.97049 19.8063C5.3504 19.9998 5.84799 19.9998 6.8417 19.9998H7.55556M16.4444 20V16.6193C16.4444 15.6256 16.4444 15.1281 16.2509 14.7481C16.0804 14.4136 15.8077 14.1419 15.4732 13.9714C15.093 13.7777 14.5958 13.7777 13.6002 13.7777H10.4002C9.40452 13.7777 8.90633 13.7777 8.52604 13.9714C8.19153 14.1419 7.91976 14.4136 7.74932 14.7481C7.55556 15.1284 7.55556 15.6266 7.55556 16.6223V19.9998M14.6667 7.55552H9.33333",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),gn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M12 15.275L6 9.275L7.275 8L12 12.725L16.725 8L18 9.275L12 15.275Z",fill:"currentColor"})),xn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 17 17",fill:"none",...e},C.createElement("path",{d:"M4.88889 10.6667L7.05556 8.5L4.88889 6.33333M9.22222 10.6667H12.1111M5.46667 15H11.5333C12.7468 15 13.3535 15 13.817 14.7638C14.2247 14.5561 14.5561 14.2247 14.7638 13.817C15 13.3535 15 12.7468 15 11.5333V5.46667C15 4.25322 15 3.6465 14.7638 3.18302C14.5561 2.77534 14.2247 2.44388 13.817 2.23615C13.3535 2 12.7468 2 11.5333 2H5.46667C4.25322 2 3.6465 2 3.18302 2.23615C2.77534 2.44388 2.44388 2.77534 2.23615 3.18302C2 3.6465 2 4.25322 2 5.46667V11.5333C2 12.7468 2 13.3535 2.23615 13.817C2.44388 14.2247 2.77534 14.5561 3.18302 14.7638C3.6465 15 4.25322 15 5.46667 15Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),hn=e=>C.createElement("svg",{className:"stpr-icon",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e},C.createElement("path",{d:"M3 6H5H21",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M10 11V17",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M14 11V17",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),vn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"-2 -2 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M2 10V17C2 17.5304 2.21071 18.0391 2.58579 18.4142C2.96086 18.7893 3.46957 19 4 19H16C16.5304 19 17.0391 18.7893 17.4142 18.4142C17.7893 18.0391 18 17.5304 18 17V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M14 5L10 1L6 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement("path",{d:"M10 2V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),wn=e=>C.createElement("svg",{className:"stpr-icon",width:24,height:24,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.971 2.24023L25.8228 24.5002H0.119141L12.971 2.24023Z",fill:"#002A64"}),C.createElement("path",{d:"M13.0835 4.20023L25.2079 25.2002H0.959141L13.0835 4.20023Z",fill:"#036BFD"}),C.createElement("path",{d:"M14.3991 21.0002H11.8791V23.5202H14.3991V21.0002Z",fill:"#F5F5F7"}),C.createElement("path",{d:"M14.3991 10.6402H11.8791V19.8802H14.3991V10.6402Z",fill:"#F5F5F7"}));var M=(e=>(e.ChevronDown="chevronDown",e.Info="info",e.Plus="plus",e.SelectChevronDown="selectChevronDown",e.Upload="upload",e.Trash="trash",e.Check="check",e.Copy="copy",e.Close="close",e.PlusSquare="plusSquare",e.PlusCircle="plusCircle",e.WarningColor="warningColor",e.Dots="dots",e.HistoryClock="historyClock",e.Minus="minus",e.TerminalSquare="terminalSquare",e.File="file",e.InfoError="infoError",e.Save="save",e.Refresh="refresh",e.Logout="logout",e.Edit="edit",e.Download="download",e.AddUser="addUser",e.AddFile="addFile",e))(M||{});const le=e=>{const{name:o,rotate:t,...n}=e,a={...n,transform:t?`rotate(${t}deg)`:""},i={[M.ChevronDown]:Qt,[M.Info]:rn,[M.Plus]:_n,[M.Minus]:cn,[M.SelectChevronDown]:gn,[M.Upload]:vn,[M.Trash]:hn,[M.Check]:Zt,[M.Copy]:en,[M.Close]:Jt,[M.PlusSquare]:fn,[M.WarningColor]:wn,[M.Dots]:on,[M.HistoryClock]:sn,[M.PlusCircle]:dn,[M.TerminalSquare]:xn,[M.File]:an,[M.InfoError]:ln,[M.AddFile]:Kt,[M.AddUser]:Xt,[M.Download]:tn,[M.Edit]:nn,[M.Refresh]:mn,[M.Logout]:pn,[M.Save]:un};return g.createElement(i[o],{...n,style:a})},pe={spAccordion:"_spAccordion_14avc_43",spAccordion_noBorder:"_spAccordion_noBorder_14avc_60",spAccordion_noPadding:"_spAccordion_noPadding_14avc_63",spAccordion_open:"_spAccordion_open_14avc_66",spAccordion__header:"_spAccordion__header_14avc_69",spAccordion_noOpen:"_spAccordion_noOpen_14avc_88",spAccordion__name:"_spAccordion__name_14avc_99",spAccordion__name_hiddenExpand:"_spAccordion__name_hiddenExpand_14avc_110","spAccordion__name--level-1":"_spAccordion__name--level-1_14avc_114","spAccordion__name--level-2":"_spAccordion__name--level-2_14avc_117",spAccordion__icon:"_spAccordion__icon_14avc_125",spAccordion__icon_hidden:"_spAccordion__icon_hidden_14avc_131",spAccordion__icon_open:"_spAccordion__icon_open_14avc_134",spAccordion__childrenWrapper:"_spAccordion__childrenWrapper_14avc_141",spAccordion__childrenWrapper_open:"_spAccordion__childrenWrapper_open_14avc_150",spAccordion__content:"_spAccordion__content_14avc_153",spAccordion__content_open:"_spAccordion__content_open_14avc_159"},yn=e=>{const{name:o,children:t,defaultOpen:n=!1,isHiddenExpandIcon:a=!1,onOpen:i,noBorder:s=!1,noPadding:l=!1,level:p=1,classNameRoot:c,classNameHeader:_,classNameTitle:f,classNameIcon:h,classNameChildrenWrapper:w}=e,[v,y]=g.useState(n),E=()=>{a||(i==null||i(!v),y(!v))},z=u({[pe.spAccordion]:!0,[pe.spAccordion_open]:v,[pe.spAccordion_noOpen]:!v,[pe.spAccordion_noBorder]:s,[pe.spAccordion_noPadding]:l,...c&&{[c]:!0}}),P=u({[pe.spAccordion__header]:!0,..._&&{[_]:!0}}),F=u({[pe.spAccordion__name]:!0,[pe[`spAccordion__name--level-${p}`]]:p,[pe.spAccordion__name_hiddenExpand]:a,...f&&{[f]:!0}}),b=u({[pe.spAccordion__icon]:!0,[pe.spAccordion__icon_open]:v,[pe.spAccordion__icon_hidden]:a,...h&&{[h]:!0}}),d=u({[pe.spAccordion__childrenWrapper]:!0,[pe.spAccordion__childrenWrapper_open]:v,...w&&{[w]:!0}}),A=u({[pe.spAccordion__content]:!0,[pe.spAccordion__content_open]:v});return r.jsxs("div",{className:z,children:[r.jsxs("div",{className:P,children:[r.jsx("div",{className:F,children:r.jsx("span",{onClick:E,children:o})}),r.jsx(le,{onClick:E,className:b,name:M.ChevronDown})]}),r.jsx("div",{className:d,children:r.jsx("div",{className:A,children:t})})]})},Po={spinner:"_spinner_16mxl_43","spinner-rotate":"_spinner-rotate_16mxl_1","spinner-clip":"_spinner-clip_16mxl_1","spinner--sm":"_spinner--sm_16mxl_62","spinner--md":"_spinner--md_16mxl_66","spinner--lg":"_spinner--lg_16mxl_70","spinner--xl":"_spinner--xl_16mxl_74"},Ge=e=>{const{size:o="md",color:t="#036bfd",classNameRoot:n}=e;return r.jsx("div",{className:u(Po.spinner,Po[`spinner--${o}`],n),"aria-label":"Loading",role:"status",style:{color:t}})},ve={spButton:"_spButton_108ra_43",spButton_noPadding:"_spButton_noPadding_108ra_63",spButton_onlyIcon:"_spButton_onlyIcon_108ra_66",spButton_link:"_spButton_link_108ra_74",spButton__text:"_spButton__text_108ra_78",spButton_white:"_spButton_white_108ra_90",spButton_primary:"_spButton_primary_108ra_93",spButton_blue:"_spButton_blue_108ra_93",spButton_secondary:"_spButton_secondary_108ra_113",spButton_fullWidth:"_spButton_fullWidth_108ra_133",spButton_disabled:"_spButton_disabled_108ra_136",spButton__spinner:"_spButton__spinner_108ra_145",spButton__iconContainer:"_spButton__iconContainer_108ra_159"},Me=e=>{const{color:o="blue",variant:t="primary",style:n,onClick:a,iconName:i,icon:s,iconRotate:l=0,disabled:p=!1,type:c="button",form:_,children:f,loading:h=!1,isFullWidth:w=!1,isOnlyIcon:v=!1,noPadding:y=!1,classNameRoot:E,classNameTextRoot:z,classNameIconContainerRoot:P}=e,F=A=>{p||a==null||a(A)},b=()=>{const A=u({[ve.spButton__text]:!0,...z&&{[z]:!0}}),O=u({[ve.spButton__iconContainer]:!0,...P&&{[P]:!0}}),Y=()=>h?r.jsx(Ge,{size:"md",classNameRoot:ve.spButton__spinner}):i?r.jsx(le,{name:i,rotate:l}):s||null;return r.jsxs(r.Fragment,{children:[(s||i||h)&&r.jsx("div",{className:O,children:Y()}),!v&&f&&r.jsx("div",{className:A,children:f})]})},d=u({[ve.spButton]:!0,[ve.spButton_noPadding]:y,[ve.spButton_onlyIcon]:v,[ve[`spButton_${t}`]]:t,[ve[`spButton_${o}`]]:o,[ve.spButton_fullWidth]:w,[ve.spButton_disabled]:p,[ve.spButton_loading]:h,...E&&{[E]:!0}});return r.jsx("button",{style:n,className:d,onClick:F,disabled:p,type:c,form:_,children:b()})},We={spApplyButtons:"_spApplyButtons_1l9jg_43","spApplyButtons_align-right":"_spApplyButtons_align-right_1l9jg_48","spApplyButtons_align-left":"_spApplyButtons_align-left_1l9jg_51","spApplyButtons_align-center":"_spApplyButtons_align-center_1l9jg_54","spApplyButtons_mobile-column":"_spApplyButtons_mobile-column_1l9jg_57","spApplyButtons_mobile-column-reverse":"_spApplyButtons_mobile-column-reverse_1l9jg_65",spApplyButtons__cancel:"_spApplyButtons__cancel_1l9jg_73",spApplyButtons__submit:"_spApplyButtons__submit_1l9jg_76"},Oo=e=>{const{applyButtonsMobileDirection:o="column",applyButtonsAlign:t="center",cancelBtnContent:n,cancelBtnIconName:a,submitBtnIconName:i,cancelBtnDisabled:s,submitBtnContent:l,formId:p,disabled:c,onClose:_,submit:f,loading:h}=e,w=u({[We.spApplyButtons]:!0,[We[`spApplyButtons_mobile-${o}`]]:o,[We[`spApplyButtons_align-${t}`]]:t}),v=u({[We.spApplyButtons__submit]:!0}),y=u({[We.spApplyButtons__cancel]:!0});return r.jsxs("div",{className:w,children:[n&&r.jsx(Me,{type:"button",variant:"secondary",iconName:a,classNameRoot:y,disabled:s,onClick:_,children:n}),l&&r.jsx(Me,{type:"submit",variant:"primary",iconName:i,classNameRoot:v,form:p||void 0,disabled:c,onClick:f,loading:h,children:l})]})},bn=(e={})=>{const{initialValue:o=null}=e,[t,n]=g.useState(o);return{isOpen:!!t,modalData:t,onOpenModal:(s,l=!1)=>{if(l){n(p=>({...p,...s}));return}n(s)},onCloseModal:(s,l)=>{if(l&&Object.keys(l).length>0){n(p=>({...p,...l}));return}n(null)}}},no=({children:e,node:o,classNameRoot:t})=>{const[n,a]=g.useState(null);return g.useEffect(()=>{if(o){a(o);return}const i=document.createElement("div");return t&&(i.className=t),document.body.appendChild(i),a(i),()=>{o||document.body.removeChild(i)}},[o,t]),n?$t.createPortal(e,n):null},qo={layer:"_layer_14g8d_43",layer_hidden:"_layer_hidden_14g8d_65"},ao=e=>{const{children:o,zIndex:t=999,isHiddenModal:n=!1,classNameRoot:a}=e,i=document.body,s=u({[qo.layer]:!0,[qo.layer_hidden]:n,...a&&{[a]:!0}});return g.useEffect(()=>{const l=window.scrollY,p=document.body;return p.style.position="fixed",p.style.top=`-${l}px`,p.style.left="0",p.style.right="0",p.style.overflow="hidden",()=>{p.style.position="",p.style.top="",p.style.left="",p.style.right="",p.style.overflow="",window.scrollTo(0,l)}},[]),r.jsx(no,{node:i,children:r.jsx("div",{style:{zIndex:t},className:s,children:o})})},Re={spText:"_spText_1todx_43",spText_ellipsis:"_spText_ellipsis_1todx_56","spText_type-h1":"_spText_type-h1_1todx_62","spText_type-h3":"_spText_type-h3_1todx_72","spText_type-p1":"_spText_type-p1_1todx_88","spText_type-p2":"_spText_type-p2_1todx_93","spText_type-description":"_spText_type-description_1todx_97","spText_type-link":"_spText_type-link_1todx_105",spText_cursorPointer:"_spText_cursorPointer_1todx_118"},we=g.forwardRef((e,o)=>{const{type:t,children:n,color:a,title:i,style:s,onClick:l,isEllipsis:p=!1,isCursorPointer:c=!1,isCursorPointerByOnClick:_=!0,classNameRoot:f}=e,h=()=>l&&_?!0:c,w=u({[Re.spText]:!0,[Re.spText_ellipsis]:p,[Re.spText_cursorPointer]:h(),[Re[`spText_type-${t}`]]:t,...f&&{[f]:!0}});return r.jsx("span",{style:{...s,color:a},title:i,onClick:v=>l&&l(v),className:w,ref:o,children:n})});we.displayName="Text";const ue={modalWrapper:"_modalWrapper_1kqdh_43","modalWrapper--modalVerticalAlign-top":"_modalWrapper--modalVerticalAlign-top_1kqdh_48","modalWrapper--modalVerticalAlign-center":"_modalWrapper--modalVerticalAlign-center_1kqdh_51","modalWrapper--textAlign-left":"_modalWrapper--textAlign-left_1kqdh_54","modalWrapper--textAlign-center":"_modalWrapper--textAlign-center_1kqdh_57","modalWrapper--textAlign-right":"_modalWrapper--textAlign-right_1kqdh_60",modalWrapper__modal:"_modalWrapper__modal_1kqdh_63","modalWrapper__modal--size-lg":"_modalWrapper__modal--size-lg_1kqdh_106","modalWrapper__modal--size-md":"_modalWrapper__modal--size-md_1kqdh_112",modalWrapper__content:"_modalWrapper__content_1kqdh_117",modalWrapper__header:"_modalWrapper__header_1kqdh_120",modalWrapper__subHeader:"_modalWrapper__subHeader_1kqdh_128",modalWrapper__subHeader_onlySubHeader:"_modalWrapper__subHeader_onlySubHeader_1kqdh_136",modalWrapper__footer:"_modalWrapper__footer_1kqdh_139",modalWrapper__closeButton:"_modalWrapper__closeButton_1kqdh_142","modalWrapper__closeButton--size-lg":"_modalWrapper__closeButton--size-lg_1kqdh_151","modalWrapper__closeButton--size-md":"_modalWrapper__closeButton--size-md_1kqdh_155","modalWrapper__closeButtonIconContainer--size-lg":"_modalWrapper__closeButtonIconContainer--size-lg_1kqdh_160","modalWrapper__closeButtonIconContainer--size-md":"_modalWrapper__closeButtonIconContainer--size-md_1kqdh_164"},Go=e=>{const{zIndex:o=999,isHiddenModal:t=!1,isVisibleCloseButton:n=!0,children:a,classNameLayerRoot:i,classNameRoot:s,style:l,modalVerticalAlign:p="top",textAlign:c="left",onClose:_,header:f,subHeader:h,footer:w,size:v="lg"}=e,y=u({[ue.modalWrapper]:!0,[ue[`modalWrapper--modalVerticalAlign-${p}`]]:p,[ue[`modalWrapper--textAlign-${c}`]]:c}),E=u({[ue.modalWrapper__modal]:!0,[ue[`modalWrapper__modal--size-${v}`]]:v,...s&&{[s]:!0}}),z=u({[ue.modalWrapper__closeButton]:!0,[ue[`modalWrapper__closeButton--size-${v}`]]:v}),P=u({[ue.modalWrapper__closeButtonIconContainer]:!0,[ue[`modalWrapper__closeButtonIconContainer--size-${v}`]]:v}),F=u({[ue.modalWrapper__content]:!0}),b=u({[ue.modalWrapper__header]:!0}),d=u({[ue.modalWrapper__subHeader]:!0,[ue.modalWrapper__subHeader_onlySubHeader]:!f}),A=u({[ue.modalWrapper__footer]:!0});return r.jsx(ao,{zIndex:o,isHiddenModal:t,classNameRoot:i,children:r.jsx("div",{className:y,children:r.jsxs("div",{className:E,style:l,children:[(f||h)&&r.jsxs("div",{className:b,children:[typeof f=="string"?r.jsx(we,{type:"h3",children:f}):f,h&&r.jsx("div",{className:d,children:typeof h=="string"?r.jsx(we,{children:h}):h})]}),a&&r.jsx("div",{className:F,children:a}),w&&r.jsx("div",{className:A,children:w}),n&&_&&r.jsx(Me,{classNameRoot:z,classNameIconContainerRoot:P,onClick:_,iconName:M.Close,variant:"link",noPadding:!0,isOnlyIcon:!0})]})})})},Ro=e=>{const{zIndex:o,header:t,subHeader:n,cancelBtnContent:a,cancelBtnDisabled:i,cancelBtnIconName:s,submitBtnContent:l,submitBtnIconName:p,submit:c,disabled:_,formId:f,onClose:h,applyButtonsMobileDirection:w="column",applyButtonsAlign:v="right",modalVerticalAlign:y="top",textAlign:E="left",loading:z,isVisibleCloseButton:P,isHiddenModal:F,size:b,classNameRoot:d,classNameLayerRoot:A}=e,O=a||s||l||p;return r.jsx(Go,{zIndex:o,header:t,onClose:h,modalVerticalAlign:y,textAlign:E,subHeader:n,isVisibleCloseButton:P,isHiddenModal:F,size:b,classNameRoot:d,classNameLayerRoot:A,footer:O?r.jsx(Oo,{applyButtonsMobileDirection:w,applyButtonsAlign:v,cancelBtnContent:a,cancelBtnIconName:s,cancelBtnDisabled:i,submitBtnContent:l,submitBtnIconName:p,formId:f,disabled:_,onClose:h,submit:c,loading:z}):null})},kn=e=>{const{children:o,isNeedAuthorized:t,onClickAuthorization:n,unauthorizedMessage:a="Необходимо авторизоваться",authButtonText:i="Авторизоваться",confirmSize:s="md",zIndex:l=999}=e,[p,c]=g.useState(t);g.useEffect(()=>{c(t)},[t]);const _=()=>{c(!1),n&&n()};return r.jsxs(r.Fragment,{children:[o,p&&r.jsx(Ro,{zIndex:l,isVisibleCloseButton:!1,textAlign:"center",applyButtonsAlign:"center",header:a,submitBtnContent:i,size:s,submit:_})]})},io={spBaseTooltip:"_spBaseTooltip_5usel_43",spBaseTooltip_noPadding:"_spBaseTooltip_noPadding_5usel_70",spBaseTooltip__content:"_spBaseTooltip__content_5usel_96"},so=g.forwardRef((e,o)=>{const{text:t,noPadding:n=!1,style:a,classNameRoot:i,classNameContentRoot:s}=e,l=u({[io.spBaseTooltip]:!0,[io.spBaseTooltip_noPadding]:n,...i&&{[i]:!0}}),p=u({[io.spBaseTooltip__content]:!0,...s&&{[s]:!0}});return r.jsx("div",{className:l,ref:o,style:a,children:r.jsx("div",{className:p,children:t})})});so.displayName="BaseTooltip";const Ne={spBreadcrumb:"_spBreadcrumb_8fr8j_43",spBreadcrumb__list:"_spBreadcrumb__list_8fr8j_46",spBreadcrumb__listItem:"_spBreadcrumb__listItem_8fr8j_56",spBreadcrumb__listItem__separator:"_spBreadcrumb__listItem__separator_8fr8j_61",spBreadcrumb__listItem__text:"_spBreadcrumb__listItem__text_8fr8j_73",spBreadcrumb__listItem_active:"_spBreadcrumb__listItem_active_8fr8j_84"},Cn=e=>{const{classNameRoot:o,classNameListRoot:t,crumbsList:n=[]}=e,a=u({[Ne.spBreadcrumb]:!0,...o&&{[o]:!0}}),i=u({[Ne.spBreadcrumb__list]:!0,...t&&{[t]:!0}});return r.jsx("nav",{"aria-label":"breadcrumb",className:a,children:r.jsx("ol",{className:i,children:n.map(({text:s,onClick:l,active:p},c)=>r.jsxs("li",{className:u(Ne.spBreadcrumb__listItem,p&&Ne.spBreadcrumb__listItem_active),children:[r.jsx("span",{title:s,className:Ne.spBreadcrumb__listItem__text,onClick:l,children:s}),r.jsx("div",{className:Ne.spBreadcrumb__listItem__separator,children:r.jsx(le,{name:M.SelectChevronDown,rotate:-90})})]},c))})})};function Vo(e,o,t=!0){g.useEffect(()=>{if(!t)return;const n=a=>{e.every(s=>s.current&&!s.current.contains(a.target))&&o(a)};return document.addEventListener("click",n,!0),()=>{document.removeEventListener("click",n,!0)}},[e,o,t])}const $o={spTooltip:"_spTooltip_1pqws_43",spInfoTooltip:"_spInfoTooltip_1pqws_48"};var se=(e=>(e.Top="top",e.TopLeft="top-left",e.TopRight="top-right",e.Bottom="bottom",e.BottomLeft="bottom-left",e.BottomRight="bottom-right",e.Left="left",e.LeftTop="left-top",e.LeftBottom="left-bottom",e.Right="right",e.RightTop="right-top",e.RightBottom="right-bottom",e))(se||{});const De=e=>{const{hover:o=!0,isToggleClick:t=!1,isStopPropagationClickOnTrigger:n=!1,isVisibleTooltip:a=!0,trigger:i,triggerAction:s,actionOnClose:l,classNameTooltip:p,position:c=se.BottomLeft,text:_,noPadding:f,classNameBaseTooltipRoot:h,classNameBaseTooltipContentRoot:w,styleTooltip:v}=e,[y,E]=g.useState(!1),z=g.useRef(null),P=g.useRef(null),[F,b]=g.useState(!1);Vo([z,P],()=>{l&&l(),E(!1)},y);const d=L=>{n&&L.stopPropagation(),!o&&(y?l&&l():s&&s(),E(H=>t?!H:!0))},[A,O]=g.useState({visibility:"hidden",opacity:0,left:"-9999px"}),[Y,ee]=g.useState(!1),ne=g.useCallback(()=>{if(!z.current||!P.current)return;const L=z.current.getBoundingClientRect(),H=P.current.getBoundingClientRect();let G=0,K=0;switch(c){case se.Right:G=L.top+window.scrollY-(H.height-L.height)/2,K=L.right+window.scrollX;break;case se.RightTop:G=L.top+window.scrollY,K=L.right+window.scrollX;break;case se.RightBottom:G=L.bottom+window.scrollY-H.height,K=L.right+window.scrollX;break;case se.Left:G=L.top+window.scrollY-(H.height-L.height)/2,K=L.left+window.scrollX-H.width;break;case se.LeftTop:G=L.top+window.scrollY,K=L.left+window.scrollX-H.width;break;case se.LeftBottom:G=L.bottom+window.scrollY-H.height,K=L.left+window.scrollX-H.width;break;case se.Bottom:G=L.bottom+window.scrollY,K=L.left+window.scrollX-(H.width-L.width)/2;break;case se.BottomLeft:G=L.bottom+window.scrollY,K=L.left+window.scrollX;break;case se.BottomRight:G=L.bottom+window.scrollY,K=L.right+window.scrollX-H.width;break;case se.Top:G=L.top+window.scrollY-H.height,K=L.left+window.scrollX-(H.width-L.width)/2;break;case se.TopLeft:G=L.top+window.scrollY-H.height,K=L.left+window.scrollX;break;case se.TopRight:G=L.top+window.scrollY-H.height,K=L.right+window.scrollX-H.width;break;default:G=L.bottom+window.scrollY,K=L.left+window.scrollX}G+H.height>window.innerHeight+window.scrollY&&c.includes("bottom")?G=L.top+window.scrollY-H.height:G<window.scrollY&&c.includes("top")&&(G=L.bottom+window.scrollY),K+H.width>window.innerWidth+window.scrollX&&c.includes("left")?K=L.left+window.scrollX-H.width+L.width:K<window.scrollX&&c.includes("right")&&(K=L.right+window.scrollX-L.width),O(te=>({...te,top:`${G}px`,left:`${K}px`,visibility:y||Y?"visible":"hidden",opacity:y||Y?1:0}))},[c,y,Y]);g.useEffect(()=>(b(!0),()=>b(!1)),[]),g.useEffect(()=>{F&&ne()},[F,ne]),g.useEffect(()=>{if(!F)return;const L=()=>ne();return window.addEventListener("resize",L),window.addEventListener("scroll",L,!0),()=>{window.removeEventListener("resize",L),window.removeEventListener("scroll",L,!0)}},[F,ne]);const fe=u({...h&&{[h]:!0}}),me=u({...w&&{[w]:!0}}),ce=u({[$o.spTooltip]:!0,...p&&{[p]:!0}}),J=document.body;return r.jsxs("div",{ref:z,className:ce,onClick:d,onMouseEnter:()=>o&&ee(!0),onMouseLeave:()=>o&&ee(!1),style:v,children:[i,a&&r.jsx(no,{node:J,children:r.jsx(so,{style:A,ref:P,noPadding:f,text:_,classNameRoot:fe,classNameContentRoot:me})})]})},He=e=>{const o=e.classNameTooltip,t=u({[$o.spInfoTooltip]:!0,...o&&{[o]:!0}});return r.jsx(De,{...e,classNameTooltip:t,trigger:r.jsx(le,{name:M.Info})})},ye={spCheckbox:"_spCheckbox_1ypiv_43",spCheckbox__control:"_spCheckbox__control_1ypiv_49",spCheckbox__label:"_spCheckbox__label_1ypiv_52",spCheckbox__box:"_spCheckbox__box_1ypiv_63","spCheckbox__box--size-lg":"_spCheckbox__box--size-lg_1ypiv_68","spCheckbox__box--size-md":"_spCheckbox__box--size-md_1ypiv_73",spCheckbox__box_checked:"_spCheckbox__box_checked_1ypiv_90",spCheckbox__box_disabled:"_spCheckbox__box_disabled_1ypiv_100",spCheckbox__box_error:"_spCheckbox__box_error_1ypiv_111",spCheckbox__tooltip:"_spCheckbox__tooltip_1ypiv_114",spCheckbox__required:"_spCheckbox__required_1ypiv_119",spCheckbox__error:"_spCheckbox__error_1ypiv_125"},Sn=e=>{const{size:o="lg",checked:t,disabled:n,onChange:a,name:i,label:s,error:l,value:p,required:c,tooltipPosition:_,infoTooltipText:f,onMouseEnter:h,classNameRoot:w,classNameError:v}=e,y=u({[ye.spCheckbox]:!0,...w&&{[w]:!0}}),E=u({[ye.spCheckbox__box]:!0,[ye.spCheckbox__box_checked]:t,[ye.spCheckbox__box_disabled]:n,[ye[`spCheckbox__box--size-${o}`]]:o,[ye.spCheckbox__box_error]:l}),z=u({[ye.spCheckbox__control]:!0}),P=u({[ye.spCheckbox__label]:!0}),F=u({[ye.spCheckbox__required]:!0}),b=u({[ye.spCheckbox__error]:!0,...v&&{[v]:!0}}),d=u({[ye.spCheckbox__tooltip]:!0}),A=O=>{!n&&a&&a(O,{name:i,checked:!t,value:p})};return r.jsxs("div",{className:y,onMouseEnter:h,children:[r.jsxs("label",{className:E,children:[r.jsx("input",{type:"checkbox",className:z,checked:t,onChange:A}),s&&r.jsx("span",{className:P,children:s}),c&&r.jsx("div",{className:F,children:"*"}),f&&r.jsx("div",{className:d,children:r.jsx(He,{hover:!0,position:_,text:f})})]}),l&&r.jsx("div",{className:b,children:l})]})},ro={spContextMenu:"_spContextMenu_1cza9_43",spContextMenu__item:"_spContextMenu__item_1cza9_55",spContextMenu__item_deleteItem:"_spContextMenu__item_deleteItem_1cza9_74"},Ln=e=>{const{onClickItem:o,options:t,classNameRoot:n}=e,a=u({[ro.spContextMenu]:!0,...n&&{[n]:!0}});return r.jsx("ul",{className:a,children:t==null?void 0:t.map(i=>{const s=i.key==="delete";return r.jsxs("li",{className:u({[ro.spContextMenu__item]:!0,[ro.spContextMenu__item_deleteItem]:s}),onClick:()=>{o&&o(i)},children:[(i==null?void 0:i.iconName)&&r.jsx(le,{name:i.iconName}),i.label]},i.key)})})},Yo=e=>{const{getRootProps:o,children:t,disabled:n,name:a,getInputProps:i}=e;return r.jsxs("div",{...o({}),style:{minHeight:"100%",minWidth:"100%"},children:[r.jsx("input",{...i({}),disabled:n,name:a}),t]})},Se={spDropdown:"_spDropdown_miycs_43",spDropdown__labelText:"_spDropdown__labelText_miycs_55",spDropdown__tooltipContainer:"_spDropdown__tooltipContainer_miycs_63",spDropdown__dropdownList:"_spDropdown__dropdownList_miycs_68",spDropdown__dropdownListHeader:"_spDropdown__dropdownListHeader_miycs_74",spDropdown__dopdownListItem:"_spDropdown__dopdownListItem_miycs_81",spDropdown__dopdownListItem_textCenter:"_spDropdown__dopdownListItem_textCenter_miycs_93",spDropdown__downloadListItemDescription:"_spDropdown__downloadListItemDescription_miycs_97"},An=e=>{const{labelText:o="Выпадающий список",listName:t,dropdownList:n=[],dropdownPosition:a=se.BottomRight,classNameRoot:i}=e,s=u({[Se.spDropdown]:!0,...i&&{[i]:!0}}),l=u({[Se.spDropdown__labelText]:!0}),p=u({[Se.spDropdown__tooltipContainer]:!0}),c=u({[Se.spDropdown__dropdownList]:!0}),_=u({[Se.spDropdown__dropdownListHeader]:!0}),f=u({[Se.spDropdown__downloadListItemDescription]:!0}),[h,w]=g.useState(!1),v=()=>r.jsxs("div",{className:c,children:[t&&r.jsx("div",{className:_,children:t}),n.map((y,E)=>r.jsxs("div",{className:u({[Se.spDropdown__dopdownListItem]:!0,[Se.spDropdown__dopdownListItem_textCenter]:y.textCenter}),onClick:y.onClick,children:[y.name,y.description&&r.jsx("span",{className:f,children:y.description})]},E))]});return r.jsx(De,{hover:!1,triggerAction:()=>w(!0),actionOnClose:()=>w(!1),text:v(),position:a,noPadding:!0,isToggleClick:!0,isStopPropagationClickOnTrigger:!0,trigger:r.jsxs("div",{className:s,children:[r.jsx("div",{className:l,children:o}),r.jsx("div",{className:p,children:r.jsx(le,{name:M.SelectChevronDown,rotate:h?180:void 0})})]})})},Ko={ellipsisTextWithTooltip:"_ellipsisTextWithTooltip_4tohk_43",ellipsisTextWithTooltip__tooltip:"_ellipsisTextWithTooltip__tooltip_4tohk_47"},lo=e=>e==null||e===""?!0:typeof e!="string"&&typeof e.toString!="function"?!1:e.toString().replace(/\s/g,"").length<1,po=e=>{var t;return lo(e)?"":((t=e.split(/[\s.]+/).pop())==null?void 0:t.toLowerCase())||""},ze=e=>{const{text:o,isWithFixedEnd:t=!1,classNameRoot:n,classNameTooltipRoot:a,classNameBaseTooltipContentRoot:i,classNameBaseTooltipRoot:s,defaultTooltipPosition:l,...p}=e,c=g.useRef(null),_=g.useRef(null),[f,h]=g.useState(!1),w=po(o),v=w!==o,y=()=>{c.current&&h(c.current.scrollWidth>c.current.clientWidth)};g.useLayoutEffect(()=>(y(),window.addEventListener("resize",y),()=>{window.removeEventListener("resize",y)}),[o,w]);const E=u({[Ko.ellipsisTextWithTooltip]:!0,...n&&{[n]:!0}}),z=u({[Ko.ellipsisTextWithTooltip__tooltip]:!0,...a&&{[a]:!0}}),P=()=>r.jsxs(r.Fragment,{children:[r.jsx(we,{...p,classNameRoot:E,isEllipsis:!0,ref:c,children:o}),t&&f&&v&&r.jsxs(r.Fragment,{children:[r.jsx("div",{ref:_,style:{position:"absolute",opacity:0,pointerEvents:"none",whiteSpace:"nowrap"},children:r.jsx(we,{...p,classNameRoot:E,children:po(o)})}),r.jsx(we,{style:{width:"fit-content"},...p,classNameRoot:E,children:po(o)})]})]});return r.jsx(De,{hover:!0,position:l,classNameBaseTooltipRoot:s,classNameTooltip:z,classNameBaseTooltipContentRoot:i,isVisibleTooltip:f,text:o,trigger:P()})},Ue={spForm:"_spForm_1mrvg_43",spForm_fullWidth:"_spForm_fullWidth_1mrvg_48",spForm_addMargin:"_spForm_addMargin_1mrvg_51","spForm--size-lg":"_spForm--size-lg_1mrvg_51","spForm--size-md":"_spForm--size-md_1mrvg_60",spForm_withSeparator:"_spForm_withSeparator_1mrvg_69"},Tn=e=>{const{size:o="lg",children:t,onSubmit:n,addMargin:a=!1,withSeparator:i=!1,fullWidth:s=!0,classNameRoot:l,...p}=e,c=u({[Ue.spForm]:!0,[Ue[`spForm--size-${o}`]]:o,[Ue.spForm_fullWidth]:s,[Ue.spForm_addMargin]:a,[Ue.spForm_withSeparator]:i&&a,...l&&{[l]:!0}}),_=f=>{f.preventDefault(),n&&n()};return r.jsx("form",{...p,onSubmit:_,className:c,children:t})},Ve={spLabel:"_spLabel_1mq16_43",spLabel__text:"_spLabel__text_1mq16_52",spLabel__tooltip:"_spLabel__tooltip_1mq16_62",spLabel__required:"_spLabel__required_1mq16_69"},$e=e=>{const{required:o,label:t,infoTooltipText:n,tooltipPosition:a,classNameRoot:i,classNameBaseTooltipRoot:s}=e,l=u({[Ve.spLabel]:!0,...i&&{[i]:!0}}),p=u({[Ve.spLabel__text]:!0}),c=u({[Ve.spLabel__required]:o}),_=u({[Ve.spLabel__tooltip]:!0});return r.jsxs("div",{className:l,children:[r.jsx("label",{className:p,children:t}),o&&r.jsx("div",{className:c,children:"*"}),n&&r.jsx(He,{hover:!0,classNameTooltip:_,position:a,text:n,classNameBaseTooltipRoot:s})]})},be={spInput:"_spInput_1qpas_43",spInput_error:"_spInput_error_1qpas_48",spInput__control:"_spInput__control_1qpas_48",spInput_absolutePositionError:"_spInput_absolutePositionError_1qpas_55",spInput__container:"_spInput__container_1qpas_58",spInput__control_filled:"_spInput__control_filled_1qpas_77",spInput__control_outlined:"_spInput__control_outlined_1qpas_81",spInput__control_disabled:"_spInput__control_disabled_1qpas_85",spInput__control_clearable:"_spInput__control_clearable_1qpas_89",spInput__clear:"_spInput__clear_1qpas_116",spInput__error:"_spInput__error_1qpas_125",spInput__error_absolutePosition:"_spInput__error_absolutePosition_1qpas_132"},Xo=g.forwardRef((e,o)=>{const{value:t,onChange:n,label:a,variant:i="outlined",disabled:s=!1,isAbsolutePositionError:l=!1,error:p,required:c,name:_,isClearable:f,pattern:h,onMouseEnter:w,infoTooltipText:v,tooltipPosition:y,isVisibleDefaultTitle:E=!0,placeholder:z="Введите...",classNameRoot:P,classNameError:F,classNameLabel:b,classNameBaseTooltipRoot:d,...A}=e,O=u({[be.spInput]:!0,[be.spInput_error]:!!p,[be.spInput_absolutePositionError]:l,...P&&{[P]:!0}}),Y=u({[be.spInput__container]:!0}),ee=u({[be.spInput__control]:!0,[be.spInput__control_disabled]:s,[be[`spInput__control_${i}`]]:i,[be.spInput__control_clearable]:f}),ne=u({[be.spInput__clear]:!0}),fe=u({[be.spInput__error]:!0,[be.spInput__error_absolutePosition]:l,...F&&{[F]:!0}}),me=u({...b&&{[b]:!0}}),ce=H=>{n(H,{name:_,value:""})},J=H=>{const{value:G,name:K}=H.target;h&&G&&!new RegExp(h).test(G)||n(H,{value:G,name:K})},L=()=>r.jsx("input",{...A,placeholder:z,disabled:s,onChange:J,title:E?t:void 0,value:t,name:_,className:ee,ref:o});return r.jsxs("div",{className:O,children:[a&&r.jsx($e,{classNameRoot:me,tooltipPosition:y,required:c,label:a,infoTooltipText:v,classNameBaseTooltipRoot:d}),r.jsxs("div",{className:Y,onMouseEnter:w,children:[L(),f&&t&&!s&&r.jsx(le,{onClick:ce,className:ne,name:M.Trash})]}),p&&r.jsx("div",{className:fe,children:p})]})});Xo.displayName="Input";const Zo=g.createContext({device:{isDesktop:!1,isMobile:!1,isTablet:!1}});function Qo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var co={};co.match=Fn,co.parse=Jo;var In=/(?:(only|not)?\s*([^\s\(\)]+)(?:\s*and)?\s*)?(.+)?/i,En=/\(\s*([^\s\:\)]+)\s*(?:\:\s*([^\s\)]+))?\s*\)/,Nn=/^(?:(min|max)-)?(.+)/,zn=/(em|rem|px|cm|mm|in|pt|pc)?$/,Bn=/(dpi|dpcm|dppx)?$/;function Fn(e,o){return Jo(e).some(function(t){var n=t.inverse,a=t.type==="all"||o.type===t.type;if(a&&n||!(a||n))return!1;var i=t.expressions.every(function(s){var l=s.feature,p=s.modifier,c=s.value,_=o[l];if(!_)return!1;switch(l){case"orientation":case"scan":return _.toLowerCase()===c.toLowerCase();case"width":case"height":case"device-width":case"device-height":c=tt(c),_=tt(_);break;case"resolution":c=ot(c),_=ot(_);break;case"aspect-ratio":case"device-aspect-ratio":case"device-pixel-ratio":c=et(c),_=et(_);break;case"grid":case"color":case"color-index":case"monochrome":c=parseInt(c,10)||1,_=parseInt(_,10)||0;break}switch(p){case"min":return _>=c;case"max":return _<=c;default:return _===c}});return i&&!n||!i&&n})}function Jo(e){return e.split(",").map(function(o){o=o.trim();var t=o.match(In),n=t[1],a=t[2],i=t[3]||"",s={};return s.inverse=!!n&&n.toLowerCase()==="not",s.type=a?a.toLowerCase():"all",i=i.match(/\([^\)]+\)/g)||[],s.expressions=i.map(function(l){var p=l.match(En),c=p[1].toLowerCase().match(Nn);return{modifier:c[1],feature:c[2],value:p[2]}}),s})}function et(e){var o=Number(e),t;return o||(t=e.match(/^(\d+)\s*\/\s*(\d+)$/),o=t[1]/t[2]),o}function ot(e){var o=parseFloat(e),t=String(e).match(Bn)[1];switch(t){case"dpcm":return o/2.54;case"dppx":return o*96;default:return o}}function tt(e){var o=parseFloat(e),t=String(e).match(zn)[1];switch(t){case"em":return o*16;case"rem":return o*16;case"cm":return o*96/2.54;case"mm":return o*96/2.54/10;case"in":return o*96;case"pt":return o*72;case"pc":return o*72/12;default:return o}}var jn=co.match,nt=typeof window<"u"?window.matchMedia:null;function Mn(e,o,t){var n=this,a;nt&&!t&&(a=nt.call(window,e)),a?(this.matches=a.matches,this.media=a.media,a.addListener(l)):(this.matches=jn(e,o),this.media=e),this.addListener=i,this.removeListener=s,this.dispose=p;function i(c){a&&a.addListener(c)}function s(c){a&&a.removeListener(c)}function l(c){n.matches=c.matches,n.media=c.media}function p(){a&&a.removeListener(l)}}function Wn(e,o,t){return new Mn(e,o,t)}var Dn=Wn;const Hn=Qo(Dn);var Un=/[A-Z]/g,Pn=/^ms-/,_o={};function On(e){return"-"+e.toLowerCase()}function at(e){if(_o.hasOwnProperty(e))return _o[e];var o=e.replace(Un,On);return _o[e]=Pn.test(o)?"-"+o:o}function qn(e,o){if(e===o)return!0;if(!e||!o)return!1;const t=Object.keys(e),n=Object.keys(o),a=t.length;if(n.length!==a)return!1;for(let i=0;i<a;i++){const s=t[i];if(e[s]!==o[s]||!Object.prototype.hasOwnProperty.call(o,s))return!1}return!0}var fo={exports:{}},Ye={exports:{}},Z={};/** @license React v16.13.1
3
3
  * react-is.production.min.js
4
4
  *
5
5
  * Copyright (c) Facebook, Inc. and its affiliates.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UI-kit package",
4
4
  "author": "Mochalov Ivan",
5
5
  "license": "MIT",
6
- "version": "0.5.10",
6
+ "version": "0.5.11",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"