:root{--color-adcmx: #73858F;--color-added-text: #5A5A5A;--color-xblack: #110F12;--color-teal: #39C2CB;--color-xblue: #1997E8;--color-new-black: #2F3338;--color-black-12: #121212;--color-all-new-black: #4C555E;--color-xdark: #353E47;--color-xdark-30: color-mix(in srgb, var(--color-xdark) 30%, transparent);--color-new-dakx-50: rgba(50, 50, 57, .5);--color-xdark-new: #323239;--color-xdark-new-20: rgba(50, 50, 57, .2);--color-xdark-new-50: rgba(50, 50, 57, .5);--color-xdark-new-full: #252429;--color-xdark-light: #232323;--color-xdark-plate10: rgba(112, 122, 131, .1);--color-xdark-plate20: rgba(112, 122, 131, .2);--color-xgray-light: #757B81;--color-xgray-light-new: #C5D1D8;--color-xgray-lighter: #C4C4C4;--color-xgray-dark: #333538;--color-xgray-darker: #565B61;--color-xgray-alt: #E3EAEE;--color-xgray-alt-20: rgba(227, 234, 238, .2);--color-xgray-alt-30: rgba(227, 234, 238, .3);--color-xgray-alt-50: rgba(227, 234, 238, .5);--color-xgray-alt-60: rgba(227, 234, 238, .6);--color-xgray-reading: #545E68;--color-xgray-medium: rgba(112, 122, 131, .2);--color-xgray: #e0e2e4;--color-xgray-new-darker: #707179;--color-hijack: #47474F;--color-xgreen: #00A872;--color-dark-green: #0A9266;--color-dark-card-hover: #4D4F5E;--color-xgreen-saturated: #00D2A0;--color-xgreen-saturated15: rgba(0, 210, 160, .15);--color-green-dark: #016B49;--color-green-darker: #00A872;--color-green-light: #00D2A0;--color-presson-light: #00C787;--color-new-light: #2F3136;--color-new-light-30: color-mix(in srgb, var(--color-new-light) 30%, transparent);--color-stroke-light: #D9DEF3;--color-background-light: #F3F3F3;--color-xred: #C64A6F;--color-xred-light: #F35081;--color-xred-dark: #692C3E;--color-red-10: rgba(198, 74, 111, .1);--color-red-15: rgba(198, 74, 111, .15);--color-red-30: #EEC9D4;--color-dark-red: #6F213A;--color-light-red: #F26161;--color-navy: #1A1B21;--color-popup-light: #CEDBE2;--color-yellow-lighter: #FDF87F;--color-yellow-light: #F5CB32;--color-warning-orange: #FF8A00;--color-json-orange: #F4980C;--color-xwhite: #FFF;--color-xwhite-50: rgba(255, 255, 255, .5);--color-xwhite-70: rgba(255, 255, 255, .7);--color-xwhite-off: #FCFCFD;--color-white-background-50: #EEF2F5;--color-plate-10: rgba(127, 130, 133, .1);--color-plate-20: rgba(127, 130, 133, .2);--color-plate-40: rgba(127, 130, 133, .4);--color-orangex: #FFCC47;--text-default-color: var(--color-xgray-light);--z-index-spinner: 10;--z-index-dialog: 100;--z-index-popover: calc(var(--z-index-dialog) + 1);--z-index-tooltip: var(--z-index-popover);--z-index-notifications: var(--z-index-popover);--base-margin-v: 32px;--page-padding-v: 20px;--page-padding-h: 40px;--spin-duration: 1s}body,h1,h2,h3,h4{margin:0;padding:0}ul,ol,li,button,textarea,input,pre{margin:0;padding:0;font-family:inherit;list-style:none;font-variant-ligatures:none}input::placeholder,textarea::placeholder{font-family:inherit}a{color:inherit;text-decoration:none}[role=dialog]{outline:none}body.theme-dark .scroll{--scrollbar-thumb-color: var(--color-xdark);--scrollbar-track-color: var(--color-xdark-new)}body.theme-light .scroll{--scrollbar-thumb-color: var(--color-xgray-lighter);--scrollbar-track-color: var(--color-xgray-alt-60)}.scroll::-webkit-scrollbar{height:8px;width:8px;top:20px}.scroll::-webkit-scrollbar-corner{display:none}.scroll::-webkit-scrollbar-track{background:none}.scroll::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)}body{font-size:14px;line-height:20px;font-weight:400;font-family:Roboto,sans-serif;background:var(--body-background);color:var(--text-default-color)}body.theme-dark{--body-background: var(--color-xblack);--text-green-color: var(--color-xgreen-saturated);--text-accent-color: var(--color-xwhite-off);--text-accent-alt-color: var(--color-xdark)}body.theme-light{--body-background: var(--color-xwhite-off);--text-green-color: var(--color-xgreen);--text-accent-color: var(--color-xdark);--text-accent-alt-color: var(--color-xwhite-off)}.text-link{transition:color .25s;font-weight:500;color:var(--color-xblue);cursor:pointer}.text-link:hover{color:var(--text-green-color)!important}ul.marked-list{padding-left:18px}ul.marked-list li{list-style-type:square}ul.marked-list li:not(:first-child){margin-top:4px}ul.marked-list li:not(:last-child){margin-top:4px}ul.marked-list li::marker{margin-right:0}.green-text{color:var(--text-green-color)}strong{color:var(--text-accent-color);font-weight:500}.flex-inline{display:inline-flex}.flex-block{display:flex}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin var(--spin-duration) linear infinite}.hidden{display:none!important}.ignore-page-padding{margin-left:calc(-1 * var(--page-padding-h));margin-right:calc(-1 * var(--page-padding-h))}.scrollBar{-ms-overflow-style:none;scrollbar-width:none}.scrollBar::-webkit-scrollbar{display:none}._mainLogo_2mt05_1{display:inline-flex}._mainLogo_2mt05_1 svg{height:34px}._mainHeader_1mpr8_1{float:right;display:flex;align-items:center;gap:20px}._currentDate_wbbcf_1{display:flex;align-items:center;justify-content:flex-end;width:210px;font-weight:400;font-size:15px;line-height:20px}._currentDate__item_wbbcf_10{color:var(--text-default-color)}._currentDate__item_wbbcf_10:not(:first-child){margin-inline-start:7px}._currentDate__item_time_wbbcf_16{width:60px}body.theme-dark{--theme-switcher-btn-border-active: var(--color-xdark);--theme-switcher-btn-background-active: var(--color-new-light);--theme-switcher-btn-color-active: var(--color-xgreen-saturated)}body.theme-light{--theme-switcher-btn-border-active: var(--color-stroke-light);--theme-switcher-btn-background-active: var(--color-background-light);--theme-switcher-btn-color-active: var(--color-xgreen)}body.theme-dark ._themeSwitcher__moon_1mqxf_12{--theme-switcher-btn-border: var(--color-xdark);--theme-switcher-btn-background: var(--color-new-light)}._themeSwitcher_1mqxf_12{display:inline-flex;gap:4px}._themeSwitcher__btn_1mqxf_21{display:inline-flex;transition:color .25s;border-radius:7px;padding:1px;border:1px solid transparent;background:transparent;color:var(--text-default-color)}._themeSwitcher__btn_1mqxf_21:hover{color:var(--theme-switcher-btn-color-active)}._themeSwitcher__btn_1mqxf_21.is-active{border-color:var(--theme-switcher-btn-border-active);background:var(--theme-switcher-btn-background-active);color:var(--theme-switcher-btn-color-active)}._themeSwitcher__btn_1mqxf_21:not(.is-active){cursor:pointer}body.theme-dark{--anchor-bar-link-color: var(--color-xgray-light);--anchor-bar-link-color-hover: var(--color-xwhite-off);--anchor-bar-link-color-active: var(--color-xgreen-saturated)}body.theme-light{--anchor-bar-link-color: var(--color-xgray-light);--anchor-bar-link-color-hover: var(--color-xdark);--anchor-bar-link-color-active: var(--color-xgreen)}._anchorBar_1nra3_12{position:relative}._anchorBar__list_1nra3_15{position:sticky;top:60px}._anchorBar__link_1nra3_19{display:block;font-weight:400;font-size:14px;line-height:16px;padding:6px 8px;color:var(--anchor-bar-link-color);border-left:1px solid currentColor;transition:color .25s,border-bottom-color .25s}._anchorBar__link_1nra3_19:hover{color:var(--anchor-bar-link-color-hover);border-color:currentColor}._anchorBar__link_default_1nra3_33{border-color:transparent}._anchorBar__link_default_active_1nra3_36{color:var(--anchor-bar-link-color-active);border-color:currentColor}body.theme-dark{--button-background-primary: var(--color-xgreen);--button-color-primary: var(--color-xblack);--button-border-primary: var(--color-xgreen-saturated);--button-background-hover-primary: var(--color-xgreen-saturated);--button-color-hover-primary: var(--color-xblack);--button-border-hover-primary: var(--color-xgreen-saturated);--button-background-active-primary: var(--color-dark-green);--button-color-active-primary: var(--color-xblack);--button-border-active-primary: var(--color-xgreen);--button-background-secondary: transparent;--button-border-secondary: var(--color-xdark);--button-color-secondary: var(--color-xgray-lighter);--button-background-hover-secondary: var(--color-xdark-new);--button-border-hover-secondary: var(--color-xdark);--button-color-hover-secondary: var(--color-xgreen-saturated);--button-background-active-secondary: transparent;--button-border-active-secondary: var(--color-xgreen-saturated);--button-color-active-secondary: var(--color-xgreen-saturated);--button-background-tertiary: transparent;--button-border-tertiary: var(--color-xdark);--button-color-tertiary: var(--color-xgray-light);--button-background-hover-tertiary: var(--color-xdark-new-50);--button-border-hover-tertiary: var(--color-xdark);--button-color-hover-tertiary: var(--color-xgray-light);--button-background-active-tertiary: transparent;--button-border-active-tertiary: var(--color-xgreen-saturated);--button-color-active-tertiary: var(--color-xwhite-off);--button-background-disabled: var(--color-xdark-plate10);--button-border-disabled: transparent;--button-color-disabled: var(--color-xgray-reading);--button-background-error: var(--color-dark-red);--button-border-error: var(--color-xred);--button-color-error: var(--color-xwhite-off)}body.theme-light{--button-background-primary: var(--color-xgreen);--button-color-primary: var(--color-xwhite);--button-border-primary: var(--color-xgreen-saturated);--button-background-hover-primary: var(--color-xgreen-saturated);--button-color-hover-primary: var(--color-xdark);--button-border-hover-primary: var(--color-xgreen-saturated);--button-background-active-primary: var(--color-presson-light);--button-color-active-primary: var(--color-xdark);--button-border-active-primary: var(--color-xgreen);--button-background-secondary: transparent;--button-border-secondary: var(--color-xgray-lighter);--button-color-secondary: var(--color-added-text);--button-background-hover-secondary: var(--color-popup-light);--button-border-hover-secondary: var(--color-xgray-lighter);--button-color-hover-secondary: var(--color-xgreen);--button-background-active-secondary: transparent;--button-border-active-secondary: var(--color-xgreen);--button-color-active-secondary: var(--color-xgreen);--button-background-tertiary: transparent;--button-border-tertiary: var(--color-xgray-lighter);--button-color-tertiary: var(--color-xgray-light);--button-background-hover-tertiary: #eef2f5;--button-border-hover-tertiary: var(--color-xgray-lighter);--button-color-hover-tertiary: var(--color-xgray-light);--button-background-active-tertiary: transparent;--button-border-active-tertiary: var(--color-xgreen-saturated);--button-color-active-tertiary: var(--color-xdark);--button-background-disabled: #edeef0;--button-border-disabled: transparent;--button-color-disabled: var(--color-xgray-lighter);--button-background-error: var(--color-red-30);--button-border-error: var(--color-xred);--button-color-error: var(--color-xdark)}._button_u61ju_72{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .25s,background .25s,border-color .25s;font-family:inherit;font-style:normal;font-weight:500;font-size:15px;line-height:18px;box-sizing:border-box;outline:none;min-width:100px;border-radius:8px;padding:5px 15px;background:var(--button-background);color:var(--button-color);border:2px solid var(--button-border);white-space:nowrap}._button_u61ju_72:hover,._button_u61ju_72:focus{background:var(--button-background-hover);border-color:var(--button-border-hover);color:var(--button-color-hover)}._button_u61ju_72:active,._button_u61ju_72.is-active{border-color:var(--button-border-active);color:var(--button-color-active);background:var(--button-background-active)}._button_u61ju_72:active{transition:0s}._button_u61ju_72[disabled]{cursor:not-allowed;background:var(--button-background-disabled);border-color:var(--button-border-disabled);color:var(--button-color-disabled)}._button_u61ju_72._button_error_u61ju_112{background:var(--button-background-error);border-color:var(--button-border-error);color:var(--button-color-error)}._button_u61ju_72._button_clear_u61ju_117{background:transparent;--button-color: inherit;--button-border: transparent;border:none;padding:0;min-width:0}._button_primary_u61ju_125{--button-background: var(--button-background-primary);--button-color: var(--button-color-primary);--button-border: var(--button-border-primary);--button-background-hover: var(--button-background-hover-primary);--button-color-hover: var(--button-color-hover-primary);--button-border-hover: var(--button-border-hover-primary);--button-border-active: var(--button-border-active-primary);--button-color-active: var(--button-color-active-primary);--button-background-active: var(--button-background-active-primary)}._button_secondary_u61ju_136{--button-background: var(--button-background-secondary);--button-color: var(--button-color-secondary);--button-border: var(--button-border-secondary);--button-background-hover: var(--button-background-hover-secondary);--button-color-hover: var(--button-color-hover-secondary);--button-border-hover: var(--button-border-hover-secondary);--button-border-active: var(--button-border-active-secondary);--button-color-active: var(--button-color-active-secondary);--button-background-active: var(--button-background-active-secondary)}._button_tertiary_u61ju_147{--button-background: var(--button-background-tertiary);--button-color: var(--button-color-tertiary);--button-border: var(--button-border-tertiary);--button-background-hover: var(--button-background-hover-tertiary);--button-color-hover: var(--button-color-hover-tertiary);--button-border-hover: var(--button-border-hover-tertiary);--button-border-active: var(--button-border-active-tertiary);--button-color-active: var(--button-color-active-tertiary);--button-background-active: var(--button-background-active-tertiary)}._button_hasIcon_u61ju_159{padding:0 7px;column-gap:8px}._button_hasIcon_u61ju_159>.icon{margin:0 -7px}._button_hasIconOnly_u61ju_166{min-width:0}body.theme-dark{--tooltip-background: var(--color-xdark-new);--tooltip-color: var(--color-xgray-lighter);--tooltip-shadow: 0px 20px 20px rgba(2, 1, 17, .2)}body.theme-light{--tooltip-background: var(--color-popup-light);--tooltip-color: var(--color-xgray-light);--tooltip-shadow: 0px 20px 20px rgba(199, 196, 226, .2)}._tooltip_4cm59_12{font-size:13px;line-height:20px;font-weight:500;padding:8px 16px;border-radius:7px;width:max-content;max-width:600px;word-wrap:break-word;background:var(--tooltip-background);color:var(--tooltip-color);box-shadow:var(--tooltip-shadow);z-index:var(--z-index-tooltip)}._buttonGroup_1h5dh_1{display:flex;gap:12px}body.theme-dark{--checkbox-border: var(--color-xgray-light);--checkbox-label-color: var(--color-xgray-light);--checkbox-label-color-checked: var(--color-xgray-lighter);--checkbox-border-checked: var(--color-xgreen-saturated);--checkbox-border-hover: var(--color-xgreen-saturated);--checkbox-label-color-hover: var(--color-xwhite-off);--checkbox-border-error: var(--color-xred);--checkbox-border-disabled: var(--color-xgray-dark);--checkbox-label-color-disabled: var(--color-xgray-reading);--checkbox-mark-color-disabled: var(--color-all-new-black);--checkbox-border-readonly: var(--color-xgray-reading);--checkbox-label-color-readonly: var(--color-xgray-reading)}body.theme-light{--checkbox-border: var(--color-xgray-light);--checkbox-label-color: var(--color-xgray-light);--checkbox-label-color-checked: var(--color-added-text);--checkbox-border-checked: var(--color-xgreen);--checkbox-border-hover: var(--color-xgreen);--checkbox-label-color-hover: var(--color-xblack);--checkbox-border-error: var(--color-xred);--checkbox-border-disabled: var(--color-xgray-light-new);--checkbox-label-color-disabled: var(--color-xgray-lighter);--checkbox-mark-color-disabled: var(--color-xgray-lighter);--checkbox-border-readonly: var(--color-xgray-lighter);--checkbox-label-color-readonly: var(--color-xgray-lighter)}._checkbox_1yqgz_30{display:inline-flex;align-items:center;cursor:pointer;position:relative}._checkbox__input_1yqgz_36{width:20px;height:20px;opacity:0;position:absolute;cursor:inherit}._checkbox__square_1yqgz_43{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--checkbox-border);flex-shrink:0;color:var(--checkbox-mark-color, var(--checkbox-border));border-radius:3px;transition:border-color .25s,color .25s}._checkbox__label_1yqgz_55{color:var(--checkbox-label-color);margin-inline-start:12px;transition:color .25s}._checkbox__input_1yqgz_36:not(:checked):not(._checkbox_disabled_1yqgz_60)~._checkbox__square_1yqgz_43{--checkbox-mark-color: transparent !important}._checkbox_1yqgz_30:not(._checkbox_error_1yqgz_63) ._checkbox__input_1yqgz_36:not(:disabled):checked~._checkbox__square_1yqgz_43{--checkbox-border: var(--checkbox-border-checked)}._checkbox_1yqgz_30:not(:hover) ._checkbox__input_1yqgz_36:not(:disabled):checked~._checkbox__label_1yqgz_55{--checkbox-label-color: var(--checkbox-label-color-checked)}._checkbox_1yqgz_30:hover{--checkbox-border: var(--checkbox-border-hover);--checkbox-label-color: var(--checkbox-label-color-hover)}._checkbox_1yqgz_30._checkbox_error_1yqgz_63{--checkbox-border: var(--checkbox-border-error)}._checkbox_1yqgz_30._checkbox_disabled_1yqgz_60{--checkbox-border: var(--checkbox-border-disabled);--checkbox-label-color: var(--checkbox-label-color-disabled);--checkbox-mark-color: var(--checkbox-mark-color-disabled);cursor:not-allowed!important}._checkbox_1yqgz_30._checkbox_disabled_1yqgz_60 ._checkbox__square_1yqgz_43{background-color:var(--checkbox-border)}._checkbox_1yqgz_30._checkbox_readonly_1yqgz_85{--checkbox-border: var(--checkbox-border-readonly);--checkbox-label-color: var(--checkbox-label-color-readonly);cursor:auto!important}body.theme-dark{--field-placeholder-primary: var(--color-xgray-light);--field-border-primary: var(--color-xdark);--field-background-primary: transparent;--field-color-primary: var(--color-xgray-lighter);--field-border-hover-primary: var(--color-xdark);--field-background-hover-primary: var(--color-xdark-new-50);--field-border-focus-primary: var(--color-xgreen-saturated);--field-color-focus-primary: var(--color-xwhite-off);--field-border-error-primary: var(--color-xred);--field-background-error-hover-primary: var(--color-red-10);--field-border-disabled-primary: var(--color-xdark-plate10);--field-background-disabled-primary: var(--color-xdark-plate10);--field-color-disabled-primary: var(--color-xgray-reading);--field-placeholder-disabled-primary: var(--color-xgray-reading)}body.theme-light{--field-placeholder-primary: var(--color-xgray-light);--field-border-primary: var(--color-xgray-lighter);--field-background-primary: transparent;--field-color-primary: var(--color-added-text);--field-border-hover-primary: var(--color-xgray-lighter);--field-background-hover-primary: var(--color-xgray-alt-60);--field-border-focus-primary: var(--color-xgreen-saturated);--field-color-focus-primary: var(--color-xdark);--field-border-error-primary: var(--color-xred);--field-background-error-hover-primary: var(--color-red-10);--field-border-disabled-primary: var(--color-xdark-plate10);--field-background-disabled-primary: var(--color-xdark-plate10);--field-color-disabled-primary: var(--color-xgray-lighter);--field-placeholder-disabled-primary: var(--color-xgray-lighter)}._field_1xbz6_34{display:flex;align-items:center;border:2px solid var(--field-border);background:var(--field-background);color:var(--field-color);border-radius:8px;box-sizing:border-box;transition:background-color .25s,border-color .25s,color .25s}._field_1xbz6_34 input:-webkit-autofill,._field_1xbz6_34 input:-webkit-autofill:focus,._field_1xbz6_34 textarea:-webkit-autofill,._field_1xbz6_34 textarea:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}._field_1xbz6_34 input:autofill,._field_1xbz6_34 textarea:autofill{background:transparent}._field__mainContent_1xbz6_53{border:none;border-radius:0;padding:4px 7px;background:none;outline:none;color:inherit;font-weight:400;font-size:14px;line-height:20px;flex:1;width:100%;box-sizing:border-box;cursor:inherit}._field__mainContent_1xbz6_53::placeholder{opacity:1;color:var(--field-placeholder)}._field__mainContent_1xbz6_53:placeholder-shown~*{color:var(--field-placeholder)}._field_1xbz6_34>button:first-child{margin:auto 0 auto 8px}._field_1xbz6_34>button:last-child{margin:auto 8px auto 0}._field_1xbz6_34:hover{--field-border: var(--field-border-hover);--field-background: var(--field-background-hover)}._field_1xbz6_34:focus-within,._field_1xbz6_34.is-active{--field-border: var(--field-border-focus);--field-color: var(--field-color-focus);box-shadow:inset 0 0 0 1px var(--field-border)}._field_1xbz6_34._field_error_1xbz6_90{--field-border: var(--field-border-error)}._field_1xbz6_34._field_error_1xbz6_90:hover{--field-background: var(--field-background-error-hover)}._field_1xbz6_34._field_disabled_1xbz6_96{cursor:not-allowed!important;--field-border: var(--field-border-disabled-primary);--field-background: var(--field-background-disabled-primary);--field-color: var(--field-color-disabled-primary);--field-placeholder: var(--field-placeholder-disabled-primary)}._field_primary_1xbz6_103{--field-placeholder: var(--field-placeholder-primary);--field-border: var(--field-border-primary);--field-background: var(--field-background-primary);--field-color: var(--field-color-primary);--field-border-hover: var(--field-border-hover-primary);--field-background-hover: var(--field-background-hover-primary);--field-color-hover: var(--field-color-hover-primary);--field-border-focus: var(--field-border-focus-primary);--field-background-focus: var(--field-background-focus-primary);--field-color-focus: var(--field-color-focus-primary);--field-border-error: var(--field-border-error-primary);--field-background-error-hover: var(--field-background-error-hover-primary)}body.theme-dark{--icon-button-color-primary: var(--color-xgray-light);--icon-button-color-hover-primary: var(--color-xwhite-off);--icon-button-color-active-primary: var(--color-xgreen-saturated);--icon-button-color-disabled-primary: var(--color-xdark);--icon-button-color-secondary: var(--color-xwhite-off);--icon-button-color-disabled-secondary: var(--color-xgray-reading);--icon-button-background-hover-secondary: var(--color-xdark-new-50)}body.theme-light{--icon-button-color-primary: var(--color-xgray-light);--icon-button-color-hover-primary: var(--color-xblack);--icon-button-color-active-primary: var(--color-xgreen);--icon-button-color-disabled-primary: var(--color-popup-light);--icon-button-color-secondary: var(--color-xdark);--icon-button-color-disabled-secondary: var(--color-xgray-lighter);--icon-button-background-hover-secondary: var(--color-xgray-alt-60)}._iconButton_1f1so_20{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .25s,background .25s;padding:0;border:none;background:transparent;outline:none;border-radius:5px;color:var(--icon-button-color)}._iconButton_1f1so_20:hover{color:var(--icon-button-color-hover);background:var(--icon-button-background-hover)}._iconButton_1f1so_20:active,._iconButton_1f1so_20.is-active{color:var(--icon-button-color-active);background:var(--icon-button-background-active)}._iconButton_1f1so_20:active{transition:0s}._iconButton_1f1so_20[disabled]{cursor:not-allowed;color:var(--icon-button-color-disabled);background:var(--icon-button-background-disabled)}._iconButton_primary_1f1so_49{--icon-button-color: var(--icon-button-color-primary);--icon-button-color-hover: var(--icon-button-color-hover-primary);--icon-button-color-active: var(--icon-button-color-active-primary);--icon-button-color-disabled: var(--icon-button-color-disabled-primary);--icon-button-background-hover: transparent;--icon-button-background-active: transparent;--icon-button-background-disabled: transparent}._iconButton_secondary_1f1so_58{--icon-button-color: var(--icon-button-color-secondary);--icon-button-color-hover: var(--icon-button-color-secondary);--icon-button-color-active: var(--icon-button-color-secondary);--icon-button-color-disabled: var(--icon-button-color-disabled-secondary);--icon-button-background-hover: var(--icon-button-background-hover-secondary);--icon-button-background-active: var(--icon-button-background-hover-secondary);--icon-button-background-disabled: transparent}body.theme-dark{--c-json-key: var(--color-xgray-light);--c-json-pt: var(--color-xwhite-off);--c-json-number: var(--color-xblue);--c-json-string: var(--color-xgreen-saturated);--c-json-comma: var(--color-xgray-light);--c-json-mark: var(--color-xgray-light);--c-json-mark-del: rgba(173, 79, 206, 1);--c-json-mark-add: var(--color-xgreen-saturated);--c-line-del: rgba(173, 79, 206, .15);--c-line-add: rgba(0, 210, 160, .1)}body.theme-light{--c-json-key: var(--color-adcmx);--c-json-pt: var(--color-xdark);--c-json-number: var(--color-xblue);--c-json-string: var(--color-xgreen);--c-json-comma: var(--color-xdark);--c-json-mark: var(--color-adcmx);--c-json-mark-del: rgba(173, 79, 206, 1);--c-json-mark-add: var(--color-xgreen-saturated);--c-line-del: rgba(173, 79, 206, .15);--c-line-add: rgba(0, 210, 160, .1)}.c-json-outter{display:none!important}.c-json-view{padding:0 0 0 40px!important;margin:0!important;background-color:transparent!important;font-family:monospace}.c-line-del{background-color:var(--c-line-del)!important;--c-json-mark: var(--c-json-mark-del)}.c-line-add{background-color:var(--c-line-add)!important;--c-json-mark: var(--c-json-mark-add)}.c-of-del:after{color:var(--c-json-mark-del)!important}.c-of-add:after{color:var(--c-json-mark-add)!important}.c-json-mark{color:var(--c-json-mark)!important}.c-json-content .c-json-key{color:var(--c-json-key)!important}.c-json-items{color:#b1b1b1}.c-json-comma{color:var(--c-json-comma)!important}.c-json-pt{color:var(--c-json-pt)!important}.c-json-number{color:var(--c-json-number)!important}.c-json-string{color:var(--c-json-string)!important}.c-json-null,.c-json-boolean,.c-json-undefined,.c-json-regexp,.c-json-date,.c-json-set,.c-json-map,.c-json-error,.c-json-symbol,.c-json-function{background-color:transparent!important;border:none!important}.c-json-boolean{color:#6f73ff}.c-json-null{color:#66d9ef}.c-json-undefined{color:#f92672}.c-json-date{color:#09d3ac}.c-json-regexp{color:#2ea021}.c-json-function{color:#a2af3d}.c-json-symbol{color:#fd3db8}.c-json-error{color:#afafaf}.c-json-set,.c-json-map{color:#f56847}code[class*=language-],pre[class*=language-]{color:var(--code-highlight-textV2);background:0 0;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{margin:0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:var(--code-highlight-textV2)}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#ea9634}.token.class-name,.token.constant,.token.property,.token.symbol{color:#abe338}.token.atrule,.token.builtin,.token.important,.token.selector{color:var(--code-highlight-textV2)}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#5dd9f4}.token.entity,.token.operator,.token.url{color:var(--code-highlight-textV2)}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.token.keyword,.token.operator,.token{color:#a496dc}body.theme-dark{--code-highlight-textV2: var(--color-xwhite-off);--code-highlight-borderV2: var(--color-xdark);--code-highlight-shadowV2: unset;--code-highlight-numbersV2: var(--color-xgray-light);--code-highlight-numbers-backgroundV2: #181619;--code-highlight-scrollbar-thumbV2: var(--color-xdark);--code-highlight-backgroundV2: rgba(17,15,18,1);--code-highlight-background-hoverV2: rgba(50,50,57,.5)}body.theme-light{--code-highlight-textV2: var(--color-xdark);--code-highlight-borderV2: var(--color-xgray);--code-highlight-shadowV2: 0px 15px 20px rgba(169, 180, 203, .05), inset 0px 0px 3px rgba(119, 231, 255, .12);--code-highlight-numbersV2: #c1bfbf;--code-highlight-numbers-backgroundV2: var(--color-xgray-alt);--code-highlight-scrollbar-thumbV2: var(--color-xgray-alt);--code-highlight-backgroundV2: rgba(227, 234, 238, .5);--code-highlight-background-hoverV2: rgba(255,255,255,1)}._codeHighlighter_n5s4a_22{margin-bottom:20px;position:relative;height:inherit;border:1px solid var(--code-highlight-borderV2);border-radius:10px;background:var(--code-highlight-backgroundV2);overflow:hidden}._codeHighlighter_n5s4a_22:has(._codeHighlighter__copyBtn_n5s4a_31:hover){border:1px solid var(--color-xblue)}._codeHighlighter_n5s4a_22 ._codeHighlighter__showSecretBtn_n5s4a_34{display:none;position:absolute;top:8px;right:80px;z-index:1}._codeHighlighter_n5s4a_22 ._codeHighlighter__copyBtn_n5s4a_31{display:none;position:absolute;top:8px;right:8px}._codeHighlighter_n5s4a_22:hover ._codeHighlighterCodeWrapper_n5s4a_47{background:var(--code-highlight-background-hoverV2)}._codeHighlighter_n5s4a_22:hover ._codeHighlighter__copyBtn_n5s4a_31,._codeHighlighter_n5s4a_22:hover ._codeHighlighter__showSecretBtn_n5s4a_34{display:block}._codeHighlighterWrapper_n5s4a_57{display:flex;width:100%;height:100%;justify-content:flex-start;font-size:15px;font-weight:400;letter-spacing:0;position:relative}._codeHighlighterLines_n5s4a_68{flex-shrink:0;height:auto;padding:24px 16px;color:var(--code-highlight-numbersV2);background:var(--code-highlight-numbers-backgroundV2);border-right:1px solid var(--code-highlight-borderV2);box-sizing:border-box;text-align:center}._codeHighlighterCode_n5s4a_47{flex:1;margin:0;padding:24px 16px 16px;border:none;background:transparent;box-shadow:none;position:relative;width:1px}._codeHighlighterCodeOverlay_n5s4a_90{position:absolute;left:0;top:0;padding:24px 16px 16px;max-height:100%;box-sizing:border-box;width:100%}._codeHighlighterFontParams_n5s4a_100{line-height:20px;font-family:JetBrains Mono,monospace;font-variant-ligatures:none;font-weight:400;font-size:13px}body.theme-dark{--button-copy-text: var(--color-xwhite-off);--button-copied-text: var(--color-xdark);--button-copy-bg: var(--color-xgray-darker)}body.theme-light{--button-copy-text: var(--color-xdark);--button-copied-text: var(--color-xwhite-off);--button-copy-bg: var(--color-xgray-alt)}._copyButton_1b03q_12{min-width:56px;height:18px;border:0;border-radius:4px;background:var(--button-copy-bg);color:var(--button-copy-text);cursor:pointer;z-index:1;transition:color .25s,background .25s;font-family:inherit;font-style:normal;font-weight:500;font-size:12px;line-height:14px}._copyButton_1b03q_12:hover{background:var(--color-xblue);color:var(--button-copied-text)}._copyButton_1b03q_12.isCopied{background:var(--color-xgreen-saturated);color:var(--button-copied-text)}._copyButton_1b03q_12.isCopied:hover{background:var(--color-xgreen-saturated)}._scrollPane_kacya_1{overflow:auto}._scrollPane_withoutScrollBars_kacya_4{-ms-overflow-style:none;scrollbar-width:none}._scrollPane_withoutScrollBars_kacya_4::-webkit-scrollbar{display:none}body.theme-dark{--editor-caret-color: white}body.theme-light{--editor-caret-color: black}._codeEditor_1n3hy_8{position:relative;height:inherit}._codeEditor__textArea_1n3hy_13{background:none;color:transparent;caret-color:var(--editor-caret-color);border:none;outline:none;resize:none;white-space:pre;min-width:100%;box-sizing:border-box;font-family:inherit;font-size:inherit;line-height:inherit}._codeEditor__textArea_1n3hy_13:focus-visible{border:none}._codeEditor__textAreaWrapper_1n3hy_32{position:relative;overflow:hidden}._collapseNode_128h1_1{--collapse-node-child-padding-top: 20px;--collapse-node-child-padding-left: 16px;--collapse-node-margin-bottom: 12px;--collapse-node-border-width: 2px}._collapseNode_128h1_1:not(:last-child){padding-bottom:var(--collapse-node-margin-bottom)}._collapseNode__trigger_128h1_10{position:relative;width:fit-content;max-width:100%}._collapseNode__children_128h1_15{margin-left:16px}._collapseNode__children_128h1_15 ._collapseNode_128h1_1:first-child{padding-top:var(--collapse-node-child-padding-top)}._collapseNode__children_128h1_15 ._collapseNode_128h1_1{border-left:var(--collapse-node-border-width) solid var(--collapse-node-parent-border-color);padding-left:var(--collapse-node-child-padding-left);box-sizing:border-box}._collapseNode__children_128h1_15 ._collapseNode_128h1_1:last-child{border-color:transparent}._collapseNode__children_128h1_15 ._collapseNode__trigger_128h1_10:before{content:"";display:block;position:absolute;bottom:50%;right:100%;height:50%;width:var(--collapse-node-child-padding-left);border-bottom:var(--collapse-node-border-width) solid var(--collapse-node-child-border-color, var(--collapse-node-parent-border-color));box-sizing:content-box}._collapseNode__children_128h1_15 ._collapseNode_128h1_1:last-child>._collapseNode__trigger_128h1_10:before{border-left:var(--collapse-node-border-width) solid var(--collapse-node-parent-border-color);margin-top:-1px}._collapseNode__children_128h1_15 ._collapseNode_128h1_1:last-child:first-child>._collapseNode__trigger_128h1_10:before{height:calc(50% + var(--collapse-node-child-padding-top))}body.theme-dark{--node-content-border-default: var(--color-xdark);--node-content-background-default: var(--color-xdark-new-20);--node-content-label-color-default: var(--color-xgray-lighter);--node-content-value-color-default: var(--color-xgray-light);--node-content-background-default-hover: var(--color-xdark-plate20);--node-content-label-color-default-hover: var(--color-xwhite);--node-content-selected-border-default: var(--color-xgreen-saturated);--node-content-selected-border-error: var(--color-xred);--node-content-border-error: var(--color-dark-red);--node-content-label-color-error: var(--color-xred);--node-content-border-advanced: var(--color-xblue);--node-content-label-color-disabled: var(--color-all-new-black);--node-content-value-color-disabled: var(--color-all-new-black);--drop-placeholder-border-color: var(--color-xgray-lighter)}body.theme-light{--node-content-border-default: var(--color-xgray-lighter);--node-content-background-default: var(--color-xgray-alt-30);--node-content-label-color-default: var(--color-xdark);--node-content-value-color-default: var(--color-xgray-light);--node-content-background-default-hover: #EEF2F5;--node-content-label-color-default-hover: var(--color-xblack);--node-content-selected-border-default: var(--color-xgreen);--node-content-selected-border-error: var(--color-xred-light);--node-content-border-error: var(--color-xred);--node-content-label-color-error: var(--color-xred-light);--node-content-border-advanced: var(--color-xblue);--node-content-label-color-disabled: var(--color-xgray-lighter);--node-content-value-color-disabled: var(--color-xgray-lighter);--drop-placeholder-border-color: var(--color-xgray-new-darker)}._nodeContent_9ro2d_34{font-weight:400;font-size:14px;line-height:20px;border:2px solid var(--node-content-border);border-radius:8px;padding:6px 12px 6px 6px;display:flex;gap:8px;align-items:center;transition:background-color .25s,border-color .25s;background:var(--node-content-background)}._nodeContent_9ro2d_34:hover{--node-content-background: var(--node-content-background-hover);--node-content-label-color: var(--node-content-label-color-hover)}._nodeContent__dragHandle_9ro2d_51{cursor:grab}._nodeContent__title_9ro2d_54{color:var(--node-content-label-color);transition:color .25s}._nodeContent__value_9ro2d_58{cursor:pointer;color:var(--node-content-value-color);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1;min-width:0}._nodeContent_9ro2d_34:not(.is-open) ._nodeContent__arrow_9ro2d_67{transform:rotate(-90deg)}._nodeContent__arrow_9ro2d_67{margin-left:4px;cursor:pointer}._nodeContent_9ro2d_34 svg{flex-shrink:0}._collapseNode_9ro2d_78{--node-content-border: var(--node-content-border-default);--node-content-background: var(--node-content-background-default);--node-content-label-color: var(--node-content-label-color-default);--node-content-background-hover: var(--node-content-background-default-hover);--node-content-label-color-hover: var(--node-content-label-color-default-hover);--collapse-node-parent-border-color: var(--node-content-border);--collapse-node-child-border-color: var(--node-content-border)}._collapseNode_9ro2d_78._isSelected_9ro2d_87>div>div{--node-content-border: var(--node-content-selected-border-default)}._collapseNode_failed_9ro2d_90{--node-content-border: var(--node-content-border-error);--node-content-label-color: var(--node-content-label-color-error)}._collapseNode_failed_9ro2d_90>div>div>._collapseNode_9ro2d_78{--collapse-node-parent-border-color: var(--node-content-border-error)}._collapseNode_failed_9ro2d_90._isSelected_9ro2d_87>div>div{--node-content-border: var(--node-content-selected-border-error)}._collapseNode_advanced_9ro2d_100{--node-content-border: var(--node-content-border-advanced)}._collapseNode_advanced_9ro2d_100>div>div>._collapseNode_9ro2d_78{--collapse-node-parent-border-color: var(--node-content-border-advanced)}._collapseNode_disabled_9ro2d_106{--node-content-label-color: var(--node-content-label-color-disabled);--node-content-value-color: var(--node-content-value-color-disabled);--node-content-label-color-hover: var(--node-content-label-color-disabled)}._addArrayItemNodeContent_9ro2d_112{cursor:pointer}._addArrayItemNodeContent__content_9ro2d_115{display:flex;gap:8px;align-items:center}._dropPlaceHolderMode_9ro2d_121>div:before{--collapse-node-child-border-color: var(--drop-placeholder-border-color)}._dropPlaceholderContent_9ro2d_125{width:180px;border-style:dashed;--node-content-border: var(--drop-placeholder-border-color)}body.theme-dark{--switch-on-button-background: var(--color-xdark);--switch-on-button-shadow: 0px 1px 5px 0px rgba(5, 5, 5, .7);--switch-on-button-background-hover: var(--color-dark-card-hover);--switch-green-on-background: var(--color-xgreen-saturated);--switch-green-on-background-hover: var(--color-xgreen-saturated);--switch-blue-on-background: var(--color-xblue);--switch-blue-on-background-hover: var(--color-xblue);--switch-off-background: var(--color-xdark);--switch-off-button-background: var(--color-xgray-light);--switch-off-background-hover: var(--color-dark-card-hover);--switch-off-button-background-hover: var(--color-xgray-light);--switch-disabled-background: var(--color-xdark-plate20);--switch-disabled-button-background: var(--color-xdark-plate20);--switch-disabled-button-shadow: 0px 1px 5px 0px rgba(5, 5, 5, .7)}body.theme-light{--switch-on-button-background: var(--color-xwhite);--switch-on-button-shadow: 0px 20px 20px 0px rgba(2, 1, 17, .2);--switch-on-button-background-hover: var(--color-xwhite);--switch-green-on-background-hover: var(--color-xgreen);--switch-green-on-background: var(--color-xgreen-saturated);--switch-blue-on-background: var(--color-xblue);--switch-blue-on-background-hover: var(--color-teal);--switch-off-background: var(--color-plate-20);--switch-off-button-background: var(--color-xgray-light);--switch-off-background-hover: var(--color-plate-40);--switch-off-button-background-hover: var(--color-xgray-light);--switch-disabled-background: var(--color-xdark-plate20);--switch-disabled-button-background: var(--color-xdark-plate20);--switch-disabled-button-shadow: 0px 1px 5px 0px rgba(202, 217, 226, .7)}._switch_medium_1pp66_34{--switch-width: 40px;--switch-height: 20px;--switch-button-width: 16px;--switch-button-height: 16px;--switch-button-padding: 2px;--switch-gap: 16px}._switch_small_1pp66_43{--switch-width: 24px;--switch-height: 12px;--switch-button-width: 10px;--switch-button-height: 10px;--switch-button-padding: 1px;--switch-gap: 8px}._switch_green_1pp66_52{--switch-on-background: var(--switch-green-on-background);--switch-on-background-hover: var(--switch-green-on-background-hover)}._switch_blue_1pp66_57{--switch-on-background: var(--switch-blue-on-background);--switch-on-background-hover: var(--switch-blue-on-background-hover)}._switch_1pp66_34{display:inline-flex;align-items:center;gap:var(--switch-gap);font-weight:500}._switchCheckbox_1pp66_69{display:none}._switchCheckbox_1pp66_69:checked+._switchLabel_1pp66_72:before{left:calc(100% - var(--switch-button-padding));transform:translate(-100%)}._switchCheckbox_1pp66_69:not(:disabled):checked+._switchLabel_1pp66_72{background:var(--switch-on-background)}._switchCheckbox_1pp66_69:not(:disabled):checked+._switchLabel_1pp66_72:before{background:var(--switch-on-button-background);box-shadow:var(--switch-on-button-shadow)}._switchCheckbox_1pp66_69:not(:disabled):checked+._switchLabel_1pp66_72:hover{background:var(--switch-on-background-hover)}._switchCheckbox_1pp66_69:not(:disabled):checked+._switchLabel_1pp66_72:hover:before{background:var(--switch-on-button-background-hover);box-shadow:var(--switch-on-button-shadow)}._switchCheckbox_1pp66_69:disabled+._switchLabel_1pp66_72{cursor:not-allowed;background:var(--switch-disabled-background)}._switchCheckbox_1pp66_69:disabled+._switchLabel_1pp66_72:hover{background:var(--switch-disabled-background)}._switchCheckbox_1pp66_69:disabled+._switchLabel_1pp66_72:before{background:var(--switch-disabled-button-background);box-shadow:var(--switch-disabled-button-shadow)}._switchCheckbox_1pp66_69:disabled+._switchLabel_1pp66_72:hover:before{background:var(--switch-disabled-button-background);box-shadow:var(--switch-disabled-button-shadow)}._switchLabel_1pp66_72{display:inline-flex;cursor:pointer;align-items:center;justify-content:space-between;position:relative;width:var(--switch-width);height:var(--switch-height);background:var(--switch-off-background);border-radius:20px}._switchLabel_1pp66_72:before{content:"";position:absolute;top:var(--switch-button-padding);left:var(--switch-button-padding);width:var(--switch-button-width);height:var(--switch-button-height);border-radius:20px;box-shadow:var(--switch-off-button-shadow);background:var(--switch-off-button-background);transition:.2s}._switchLabel_1pp66_72:hover{background:var(--switch-off-background-hover)}._switchLabel_1pp66_72:hover:before{background:var(--switch-off-button-background-hover);box-shadow:var(--switch-off-button-shadow)}._fieldNodeErrors_f9kcb_1{display:flex;flex-direction:column;gap:8px}body.theme-dark{--marker-alert-background: var(--color-xred);--marker-alert-color: var(--color-xwhite-off);--marker-warning-background: var(--color-yellow-light);--marker-warning-color: var(--color-xdark);--marker-check-background: var(--color-xgreen-saturated);--marker-check-color: var(--color-xdark);--marker-info-background: var(--color-xgreen);--marker-info-color: var(--color-xdark)}body.theme-light{--marker-alert-background: var(--color-xred-light);--marker-alert-color: var(--color-xwhite);--marker-warning-background: var(--color-json-orange);--marker-warning-color: var(--color-xdark);--marker-check-background: var(--color-presson-light);--marker-check-color: var(--color-xdark);--marker-info-background: var(--color-presson-light);--marker-info-color: var(--color-xdark)}._markerIcon_qut7a_22{display:inline-flex;padding:0;border:none;background:var(--marker-background);color:var(--marker-color)}._markerIcon_square_qut7a_29{border-radius:4px}._markerIcon_round_qut7a_32{border-radius:50%}._markerIcon_alert_qut7a_35{--marker-background: var(--marker-alert-background);--marker-color: var(--marker-alert-color)}._markerIcon_warning_qut7a_39{--marker-background: var(--marker-warning-background);--marker-color: var(--marker-warning-color)}._markerIcon_check_qut7a_43{--marker-background: var(--marker-check-background);--marker-color: var(--marker-check-color)}._markerIcon_info_qut7a_47{--marker-background: var(--marker-info-background);--marker-color: var(--marker-info-color)}body.theme-dark{--dialog-border: var(--color-xdark);--dialog-background: linear-gradient(0deg, rgba(50, 50, 57, .15), rgba(50, 50, 57, .15)), #212121;--dialog-title-color: var(--color-xgreen-saturated)}body.theme-light{--dialog-border: var(--color-stroke-light);--dialog-background: var(--color-xwhite-off);--dialog-title-color: var(--color-xgreen)}dialog{padding:0;border:none}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:var(--modal-overlay-background)}._dialog_1tqa9_22{background:var(--dialog-background);border:1px solid var(--dialog-border);border-radius:15px;position:relative;box-sizing:border-box;font-weight:400;font-size:14px;line-height:20px;color:var(--color-xgray-light)}._dialog__close_1tqa9_33{position:absolute;top:8px;right:8px}._dialog__title_1tqa9_38{color:var(--dialog-title-color);overflow-wrap:break-word}._dialog__title_1tqa9_38:not(:last-child),._dialog__body_1tqa9_42:not(:last-child),._dialog__defaultControls_1tqa9_42:not(:last-child){margin-bottom:24px}._dialog__defaultControls_1tqa9_42{display:flex;justify-content:right;margin-left:auto}._dialog__controlsOnTop_1tqa9_50{margin-bottom:24px}._dialog__body_1tqa9_42{min-height:0;overflow-wrap:break-word}._dialogContentWrapper_1tqa9_58{padding:24px}._text_h1_1240e_1{font-weight:500;font-size:24px;line-height:40px}._text_h2_1240e_6{font-weight:500;font-size:20px;line-height:32px}._text_h3_1240e_11{font-weight:500;font-size:18px;line-height:21px}._text_h4_1240e_16{font-weight:400;font-size:15px;line-height:18px}body.theme-dark{--modal-overlay-background: rgba(18, 18, 18, .8)}body.theme-light{--modal-overlay-background: rgba(227, 234, 238, .8)}._modalOverlay_bn56e_8{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:var(--modal-overlay-background);display:flex;padding:20px;z-index:var(--z-index-dialog)}._modal_bn56e_8{margin:auto}body.theme-dark{--popover-panel-shadow: 0 20px 20px rgba(2, 1, 17, .2);--popover-panel-border: var(--color-xdark);--popover-panel-background: var(--color-xdark-new)}body.theme-light{--popover-panel-shadow: 0 20px 20px rgba(199, 196, 226, .2);--popover-panel-border: var(--color-stroke-light);--popover-panel-background: var(--color-popup-light)}._popoverPanelDefault_n9jzc_12{border-radius:7px;border:1px solid var(--popover-panel-border);background:var(--popover-panel-background);box-shadow:var(--popover-panel-shadow)}body.theme-dark{--suggestion-background: transparent;--suggestion-color: var(--color-xgray-light);--suggestion-background-hover: var(--color-xdark-plate20);--suggestion-color-hover: var(--color-xwhite-off)}body.theme-light{--suggestion-background: transparent;--suggestion-color: var(--color-xgray-light);--suggestion-background-hover: var(--color-xwhite-50);--suggestion-color-hover: var(--color-xdark)}._suggestionsList_gpws7_14{overflow:auto}._suggestion_gpws7_14{padding:7px 8px;font-weight:400;font-size:15px;line-height:18px;border-radius:5px;transition:color .25s,background-color .25s;background:var(--suggestion-background);color:var(--suggestion-color);cursor:pointer}._suggestion_gpws7_14:hover{background:var(--suggestion-background-hover);color:var(--suggestion-color-hover)}body.theme-dark{--labeled-field-label-color-hover: var(--color-xwhite-off)}body.theme-light{--labeled-field-label-color-hover: var(--color-xdark)}._labeledField__labelWrap_1uaw6_8{display:flex;align-items:center;margin-bottom:4px}._labeledField__label_1uaw6_8{font-weight:500;font-size:14px;line-height:20px;color:var(--labeled-field-label-color, var(--text-default-color));transition:color .25s;margin-inline-end:8px}._labeledField_asRow_1uaw6_21{display:flex;align-items:center;gap:12px}._labeledField_asRow_1uaw6_21 ._labeledField__labelWrap_1uaw6_8{margin-bottom:0}._labeledField_asRow_1uaw6_21 ._labeledField__label_1uaw6_8{margin-inline-end:0}._labeledField_1uaw6_8:hover,._labeledField_1uaw6_8:focus-within{--labeled-field-label-color: var(--labeled-field-label-color-hover)}body.theme-dark{--field-error-panel-shadow: 0px 20px 20px 0px rgba(2, 1, 17, .2);--field-error-panel-color: var(--color-xwhite-off);--field-error-panel-background: var(--color-xred-dark)}body.theme-light{--field-error-panel-shadow: 0px 20px 20px 0px rgba(199, 196, 226, .2);--field-error-panel-color: var(--color-xdark);--field-error-panel-background: var(--color-red-30)}._formFieldErrorPanel_29yc3_12{border-radius:7px;padding:8px 16px;box-sizing:border-box;font-size:13px;font-weight:500;line-height:20px;word-break:break-word;background:var(--field-error-panel-background);color:var(--field-error-panel-color);box-shadow:var(--field-error-panel-shadow)}._formField_wf84z_1.has-error{--labeled-field-label-color: var(--color-xred) !important}._formField__marker_info_wf84z_4{transition:.25s visibility}._formField__marker_wf84z_4+._formField__marker_wf84z_4{margin-inline-start:4px}._formField_wf84z_1:not(:hover):not(:focus-within) ._formField__marker_info_wf84z_4{visibility:hidden}._formFieldsContainer_wf84z_14 ._formField_wf84z_1:not(:last-child){margin-bottom:24px}._configurationField_3rgf7_1{display:flex;gap:12px}._configurationField__control_3rgf7_5{flex:1}._configurationField__actions_3rgf7_8{margin-top:24px}._configurationField__actions_3rgf7_8>*:not(:last-child){margin-right:12px}._configurationField__checkbox_3rgf7_14{margin-top:6px}._addConfigurationFieldDialog__content_1ngdh_1{display:flex;gap:12px;flex-direction:column}._addConfigurationFieldDialog__input_1ngdh_6{margin-right:44px}body.theme-dark{--single-select-list-item-background: transparent;--single-select-list-item-color: var(--color-xgray-light);--single-select-list-item-background-hover: var(--color-xdark-plate20);--single-select-list-item-color-hover: var(--color-xwhite-off);--single-select-list-item-color-selected: var(--color-xgreen-saturated);--single-select-list-item-color-disabled: var(--color-xgray-reading)}body.theme-light{--single-select-list-item-background: transparent;--single-select-list-item-color: var(--color-xgray-light);--single-select-list-item-background-hover: var(--color-xwhite-50);--single-select-list-item-color-hover: var(--color-xdark);--single-select-list-item-color-selected: var(--color-xgreen);--single-select-list-item-color-disabled: var(--color-xgray-lighter)}._singleSelectList_1aoso_18{overflow:auto}._singleSelectListItem_1aoso_22{padding:7px 8px;font-weight:400;font-size:15px;line-height:18px;border-radius:5px;transition:color .25s,background-color .25s;background:var(--single-select-list-item-background);color:var(--single-select-list-item-color);cursor:pointer}._singleSelectListItem_1aoso_22:hover{background:var(--single-select-list-item-background-hover);color:var(--single-select-list-item-color-hover)}._singleSelectListItem_1aoso_22._singleSelectListItem_selected_1aoso_37{color:var(--single-select-list-item-color-selected);cursor:default}._singleSelectListItem_1aoso_22._singleSelectListItem_disabled_1aoso_41{background:transparent;color:var(--single-select-list-item-color-disabled);cursor:not-allowed}._singleSelectPanel_5maao_1{padding:12px}._singleSelectSearchFilter_1sznk_1{margin-bottom:16px}._commonSelectNoResult_1moqo_1{font-weight:400;font-size:14px;line-height:20px;color:var(--color-xgray-light)}._commonSelectField_4jcuq_1{cursor:pointer}._commonSelectField_4jcuq_1:not(.is-active) button>svg{transform:rotate(-90deg)}._inputNumberArrows_1123p_1{display:flex;flex-direction:column;margin:auto 8px auto 0}._inputNumberArrows__arrowUp_1123p_6{transform:rotate(180deg)}._inputNumber_139lp_1>input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._inputNumber_139lp_1>input[type=number]::-webkit-inner-spin-button,._inputNumber_139lp_1>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}body.theme-dark{--calendar-month-switcher-header: var(--color-xwhite-off);--calendar-month-switcher-header-button-border: var(--color-xdark);--calendar-month-switcher-header-button-bg-hover: var(--color-xdark-new-50);--calendar-month-switcher-header-button-color-hover: var(--color-xgray-lighter);--calendar-month-switcher-header-button-color-active: var(--color-xwhite-off);--calendar-month-switcher-header-button-bg-active: var(--color-xdark-new);--calendar-month-switcher-header-button-border-active: transparent}body.theme-light{--calendar-month-switcher-header: var(--color-xdark);--calendar-month-switcher-header-button-border: var(--color-xgray-lighter);--calendar-month-switcher-header-button-bg-hover: var(--color-xgray-alt-60);--calendar-month-switcher-header-button-color-hover: var(--color-xgray-light);--calendar-month-switcher-header-button-color-active: var(--color-xdark);--calendar-month-switcher-header-button-bg-active: var(--color-xgray-alt);--calendar-month-switcher-header-button-border-active: transparent}._datePickerHeader_14hjv_20{display:flex;justify-content:space-between;align-items:center}._monthButton_14hjv_26{display:flex;justify-content:center;align-items:center;width:24px;height:24px;font-weight:300;border:1px solid var(--calendar-month-switcher-header-button-border);border-radius:5px;background:none;color:var(--color-xgray-light);cursor:pointer}._monthButton_14hjv_26:hover{background:var(--calendar-month-switcher-header-button-bg-hover);color:var(--calendar-month-switcher-header-button-color-hover)}._monthButton_14hjv_26:active{background:var(--calendar-month-switcher-header-button-bg-active);color:var(--calendar-month-switcher-header-button-color-active);border-color:var(--calendar-month-switcher-header-button-border-active)}._currentMonth_14hjv_49{grid-column-start:2;grid-column-end:7;display:flex;justify-content:center;align-items:center;height:28px;color:var(--calendar-month-switcher-header);font-size:14px;font-weight:500}._prevMonth_14hjv_61{transform:rotate(90deg)}._nextMonth_14hjv_65{transform:rotate(-90deg)}body.theme-dark{--date-picker-calendar-date-hover: var(--color-xwhite-off);--date-picker-calendar-date-bg-hover: transparent;--date-picker-calendar-date-border-color-hover: var(--color-xwhite-off);--date-picker-calendar-this-month-day: var(--color-xgray-light);--date-picker-calendar-selected-date-bg: var(--color-xgreen-saturated);--date-picker-calendar-selected-date: var(--color-xdark);--date-picker-calendar-today-color: var(--color-xwhite-off);--date-picker-calendar-unavailable-color: var(--color-all-new-black);--date-picker-calendar-disabled-color: var(--color-new-black)}body.theme-light{--date-picker-calendar-date-hover: var(--color-xdark);--date-picker-calendar-date-bg-hover: var(--color-popup-light);--date-picker-calendar-date-border-color-hover: var(--color-xdark);--date-picker-calendar-this-month-day: var(--color-xgray-light);--date-picker-calendar-selected-date-bg: var(--color-xgreen);--date-picker-calendar-selected-date: var(--color-xwhite);--date-picker-calendar-today-color: var(--color-xdark);--date-picker-calendar-unavailable-color: var(--color-xgray-lighter);--date-picker-calendar-disabled-color: var(--color-popup-light)}._calendarCell_hhl0q_24{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:5px;border:1px solid transparent;font-size:14px;font-weight:500;transition:color .25s,border-color .25s,background-color .25s;background:none}._calendarCell__thisMonth_hhl0q_37{color:var(--date-picker-calendar-this-month-day);cursor:pointer}._calendarCell__thisMonth_hhl0q_37:hover{border:1px solid var(--date-picker-calendar-date-border-color-hover);background:var(--date-picker-calendar-date-bg-hover);color:var(--date-picker-calendar-date-hover)}._calendarCell__selectedDate_hhl0q_46{background:var(--date-picker-calendar-selected-date-bg);color:var(--date-picker-calendar-selected-date)}._calendarCell__today_hhl0q_50{color:var(--date-picker-calendar-today-color)}._calendarCell__unavailable_hhl0q_53{color:var(--date-picker-calendar-unavailable-color)}._calendarCell__disabled_hhl0q_56{color:var(--date-picker-calendar-disabled-color)}._calendarGrid_r1u1n_1{display:grid;grid-template-columns:repeat(7,24px);grid-template-rows:repeat(6,24px);gap:8px}body.theme-dark{--input-time-background: var(--color-xdark-plate20);--input-time-inputs-border: var(--color-xdark)}body.theme-light{--input-time-background: var(--color-xwhite-50);--input-time-inputs-border: var(--color-xgray-lighter)}._InputTime_29rdy_10{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 4px 12px;border-radius:8px;background:var(--input-time-background)}._InputTime__label_29rdy_18{color:var(--color-xgray-light)}._InputTime__inputs_29rdy_21{display:flex;justify-content:center;width:110px;padding:1px 12px;border-radius:8px;border:1px solid var(--input-time-inputs-border);color:var(--color-xgray-light)}._InputTime__inputs_29rdy_21:focus-within{color:var(--field-color-primary)}._InputTime__input_29rdy_21{width:17px;box-sizing:border-box;border:none;background-color:transparent;color:inherit;font-size:14px;font-weight:400;line-height:20px;outline:none}._InputTime__delimiter_29rdy_44{display:inline-block;padding:0 3px}._DatePickerFooter_1fvzu_1{display:flex;justify-content:space-between;align-items:center}._DatePickerFooter_1fvzu_1 ._SubmitSection_1fvzu_6{display:flex;justify-content:space-between;width:100%}._CalendarPicker_17f4v_1{box-sizing:border-box;justify-content:center;padding:12px 20px 20px}._CalendarPicker__section_17f4v_6:not(:last-child){margin-bottom:12px}body.theme-dark{--date-time-picker-panel-background: var(--color-xdark-new-full)}body.theme-light{--date-time-picker-panel-background: var(--color-xgray-alt)}._datePicker__panel_1a7ty_8{box-sizing:border-box;min-width:max-content;border-radius:8px!important;background:var(--date-time-picker-panel-background)!important}._datePicker_1a7ty_8:not(._datePicker_small_1a7ty_14) ._datePicker__input_1a7ty_14{min-width:137px}body.theme-dark{--panel-background-primary: var(--color-xdark-new-20);--panel-border-secondary: var(--color-xdark);--panel-background-secondary: var(--color-xdark-new-50)}body.theme-light{--panel-background-primary: var(--color-xgray-alt-30);--panel-border-secondary: var(--color-stroke-light);--panel-background-secondary: #EEF2F5}._panel_6tn49_12{box-sizing:border-box}._panel_primary_6tn49_15{background-color:var(--panel-background-primary);border-radius:12px;padding:8px;display:flex;align-items:center;gap:20px;justify-content:space-between}._panel_secondary_6tn49_24{background-color:var(--panel-background-secondary);border-radius:8px;border:1px solid var(--panel-border-secondary);padding:20px}._multiSelectList_1xixk_1{overflow:auto}._multiSelectList__item_1xixk_4:not(:last-child){margin-bottom:12px}._multiSelectList__checkbox_1xixk_7{display:flex}body.theme-dark{--multi-search-background: #28282D}body.theme-light{--multi-search-background: var(--color-xwhite-50)}._multiSelectSearchFilter_1v2k7_8{margin-bottom:12px;border-radius:8px;background-color:var(--multi-search-background);display:flex;gap:8px;padding:8px}._multiSelectSearchFilter__select_1v2k7_16{width:100%}body.theme-dark{--multiselect-section-border: var(--color-xdark)}body.theme-light{--multiselect-section-border: var(--color-xgray-lighter)}._multiSelectPanel__section_1m17n_8{padding:12px}._multiSelectPanel__section_1m17n_8:not(:last-child){border-bottom:1px solid var(--multiselect-section-border)}._multiSelectPanel__section_compactMode_1m17n_14{padding:0;margin-bottom:12px}._multiSelectPanel__section_compactMode_1m17n_14:not(:last-child){border-bottom:none}body.theme-dark{--table-row-inactive-color: var(--color-xgray-light);--table-row-inactive-hover-color: var(--color-xgray-lighter)}body.theme-light{--table-row-inactive-color: var(--color-xgray-lighter);--table-row-inactive-hover-color: var(--color-xgray-darker)}tr._tableRow_inactive_19xy6_10>td{color:var(--table-row-inactive-color)}tr._tableRow_inactive_19xy6_10:hover>td,tr._tableRow_inactive_19xy6_10.is-active>td{color:var(--table-row-inactive-hover-color)}body.theme-dark{--table-expandable-row-background: var(--color-xdark-new-full);--table-expandable-row-content-background: #18161a;--table-expandable-row-inactive-color: var(--color-xgray-lighter)}body.theme-light{--table-expandable-row-background: var(--color-xgray-alt);--table-expandable-row-content-background: #f7f9fa;--table-expandable-row-inactive-color: var(--color-xgray-darker)}tr._expandableRowMain_h2tyq_12._expanded_h2tyq_12{background:var(--table-expandable-row-background);border-bottom:0!important}tr._expandableRowMain_h2tyq_12._expanded_h2tyq_12._expandableRowMain_inactive_h2tyq_16>td{color:var(--table-expandable-row-inactive-color)}tr._expandableRowMain_h2tyq_12 td{border-bottom:0}tr._expandableRowContent_h2tyq_23>td{height:auto;padding-top:0;padding-right:0;padding-bottom:0;border-top:0;background:var(--table-expandable-row-content-background)}._expandableRowContent_wrapper_h2tyq_32{margin:0 20px 12px}body.theme-dark{--table-text-link-color: var(--color-xwhite-off);--table-thead-color-primary: var(--color-xgray-light);--table-tr-background-primary: var(--color-navy);--table-tr-color-primary: var(--color-xgray-light);--table-tr-background-hover-primary: var(--color-xdark-new);--table-tr-color-hover-primary: var(--color-xwhite);--table-tr-background-selected-primary: var(--color-xgreen-saturated15);--table-tr-color-selected-primary: var(--color-xwhite);--table-tr-border-selected-primary: var(--color-xgreen);--table-thead-color-secondary: var(--color-xgray-light);--table-tr-border-secondary: var(--color-xdark);--table-tr-background-secondary: var(--color-xdark-new-20);--table-tr-color-secondary: var(--color-xgray-lighter);--table-tr-background-hover-secondary: var(--color-xdark-new-50);--table-tr-color-hover-secondary: var(--color-xwhite);--table-tr-border-hover-secondary: var(--color-xdark);--table-tr-background-selected-secondary: var(--color-xdark-new-full);--table-tr-color-selected-secondary: var(--color-xwhite);--table-tr-border-selected-secondary: var(--color-xdark);--table-secondary-row-name-color: var(--color-xwhite-off);--table-thead-color-tertiary: var(--color-xgray-light);--table-tr-border-tertiary: var(--color-xdark);--table-tr-background-tertiary: transition;--table-tr-color-tertiary: var(--color-xgray-lighter);--table-tr-border-hover-tertiary: var(--color-xdark);--table-tr-background-hover-tertiary: var(--color-xdark-new-20);--table-tr-color-hover-tertiary: var(--color-xwhite);--table-tr-border-selected-tertiary: var(--color-xdark);--table-tr-background-selected-tertiary: var(--color-xdark-new-full);--table-tr-color-selected-tertiary: var(--color-xwhite);--table-tr-border-quaternary: var(--color-xdark);--table-tr-background-quaternary: var(--color-xdark-30);--table-td-color-quaternary: var(--color-xgray-lighter)}body.theme-light{--table-text-link-color: var(--color-xdark);--table-thead-color-primary: var(--color-xgray-light);--table-tr-background-primary: var(--color-xgray-alt-50);--table-tr-color-primary: var(--color-xgray-light);--table-tr-background-hover-primary: var(--color-xgray-alt);--table-tr-color-hover-primary: var(--color-xdark);--table-tr-background-selected-primary: var(--color-xgreen-saturated15);--table-tr-color-selected-primary: var(--color-xdark);--table-tr-border-selected-primary: var(--color-xgreen-saturated);--table-thead-color-secondary: var(--color-xgray-light);--table-tr-border-secondary: var(--color-stroke-light);--table-tr-background-secondary: var(--color-xgray-alt-20);--table-tr-color-secondary: var(--color-xgray-light);--table-tr-background-hover-secondary: var(--color-xdark-new-60);--table-tr-color-hover-secondary: var(--color-xdark);--table-tr-border-hover-secondary: var(--color-stroke-light);--table-tr-background-selected-secondary: var(--color-xgray-alt);--table-tr-color-selected-secondary: var(--color-xdark);--table-tr-border-selected-secondary: var(--color-xgray-alt);--table-secondary-row-name-color: var(--color-xdark);--table-thead-color-tertiary: var(--color-xgray-light);--table-tr-border-tertiary: var(--color-stroke-light);--table-tr-background-tertiary: transition;--table-tr-color-tertiary: var(--color-xgray-darker);--table-tr-border-hover-tertiary: var(--color-stroke-light);--table-tr-background-hover-tertiary: var(--color-xgray-alt-30);--table-tr-color-hover-tertiary: var(--color-xdark);--table-tr-border-selected-tertiary: var(--color-stroke-light);--table-tr-background-selected-tertiary: var(--color-xgray-alt);--table-tr-color-selected-tertiary: var(--color-xdark);--table-tr-border-quaternary: var(--color-stroke-light);--table-tr-background-quaternary: var(--color-xgray-alt);--table-td-color-quaternary: var(--color-xgray-darker)}._tableWrapper_pwiyn_72{overflow:auto;position:relative}._table_pwiyn_72{overflow:hidden;width:100%;text-align:left;box-sizing:border-box}._table__row_noData_pwiyn_83:not(:only-child){display:none!important}._table__textNoData_pwiyn_86{line-height:32px}._table__spinnerWrapper_pwiyn_89{min-height:32px;display:flex;align-items:center;justify-content:center}._table_pwiyn_72 td,._table_pwiyn_72 th{padding:0;font-size:14px;line-height:20px}._table_pwiyn_72 th{color:var(--table-th-color);--table-cell-padding: 12px 20px;font-weight:500}._table_pwiyn_72 td{color:var(--table-tr-color);background:var(--table-tr-background);transition:background-color .25s,color .25s;font-weight:400}._table_primary_pwiyn_112 tr .text-link{color:var(--table-text-link-color)}._table_primary_pwiyn_112 tr:hover .text-link{color:var(--color-xblue)}._table_pwiyn_72 tr:not(:hover) .rename-button{color:transparent}._table_pwiyn_72 tbody>tr:hover{--table-tr-border: var(--table-tr-border-hover);--table-tr-color: var(--table-tr-color-hover);--table-tr-background: var(--table-tr-background-hover)}._table_pwiyn_72 tbody>tr.is-selected{--table-tr-border: var(--table-tr-border-selected);--table-tr-color: var(--table-tr-color-selected);--table-tr-background: var(--table-tr-background-selected)}._table_primary_pwiyn_112,._table_secondary_pwiyn_131{border:none;border-spacing:0 var(--table-border-spacing);border-collapse:separate}._table_primary_pwiyn_112 th>div,._table_secondary_pwiyn_131 th>div{margin-bottom:calc(-1 * var(--table-border-spacing));margin-top:calc(-1 * var(--table-border-spacing))}._table_primary_pwiyn_112 tbody>tr,._table_secondary_pwiyn_131 tbody>tr{border-radius:var(--table-border-radius);box-shadow:inset 0 0 0 2px var(--table-tr-border, transparent)}._table_primary_pwiyn_112 tbody>tr>td:first-child,._table_secondary_pwiyn_131 tbody>tr>td:first-child{border-top-left-radius:var(--table-border-radius);border-bottom-left-radius:var(--table-border-radius)}._table_primary_pwiyn_112 tbody>tr>td:last-child,._table_secondary_pwiyn_131 tbody>tr>td:last-child{border-top-right-radius:var(--table-border-radius);border-bottom-right-radius:var(--table-border-radius)}.is-ugly-safari ._table_primary_pwiyn_112 tbody>tr>td,.is-ugly-safari ._table_secondary_pwiyn_131 tbody>tr>td{box-sizing:border-box;border-top:1px solid var(--table-tr-border, transparent);border-bottom:1px solid var(--table-tr-border, transparent)}.is-ugly-safari ._table_primary_pwiyn_112 tbody>tr>td:first-child,.is-ugly-safari ._table_secondary_pwiyn_131 tbody>tr>td:first-child{border-left:1px solid var(--table-tr-border, transparent)}.is-ugly-safari ._table_primary_pwiyn_112 tbody>tr>td:last-child,.is-ugly-safari ._table_secondary_pwiyn_131 tbody>tr>td:last-child{border-right:1px solid var(--table-tr-border, transparent)}._table_primary_pwiyn_112{--table-cell-padding: 12px 20px;--table-border-radius: 8px;--table-border-spacing: 10px;--table-th-color: var(--table-thead-color-primary);--table-tr-background: var(--table-tr-background-primary);--table-tr-color: var(--table-tr-color-primary);--table-tr-background-hover: var(--table-tr-background-hover-primary);--table-tr-color-hover: var(--table-tr-color-hover-primary);--table-tr-background-selected: var(--table-tr-background-selected-primary);--table-tr-color-selected: var(--table-tr-color-selected-primary);--table-tr-border-selected: var(--table-tr-border-selected-primary)}._table_secondary_pwiyn_131{--table-cell-padding: 8px 20px;--table-border-radius: 8px;--table-border-spacing: 10px;--table-th-color: var(--table-thead-color-secondary);--table-tr-border: var(--table-tr-border-secondary);--table-tr-background: var(--table-tr-background-secondary);--table-tr-color: var(--table-tr-color-secondary);--table-tr-border-hover: var(--table-tr-border-hover-secondary);--table-tr-background-hover: var(--table-tr-background-hover-secondary);--table-tr-color-hover: var(--table-tr-color-hover-secondary);--table-tr-background-selected: var(--table-tr-background-selected-secondary);--table-tr-color-selected: var(--table-tr-color-selected-secondary);--table-tr-border-selected: var(--table-tr-border-selected-secondary);width:100%}._table_secondary_pwiyn_131 ._expandedRow_pwiyn_201{border-bottom-left-radius:0;border-bottom-right-radius:0}._table_secondary_pwiyn_131 ._expandedRow_pwiyn_201 td{color:var(--table-secondary-row-name-color);font-weight:500}._table_secondary_pwiyn_131 ._expandedRow_pwiyn_201 td:first-child{border-bottom-left-radius:0}._table_secondary_pwiyn_131 ._expandedRow_pwiyn_201 td:last-child{border-bottom-right-radius:0}._table_secondary_pwiyn_131 ._expandedBlock_pwiyn_215{position:relative;top:-12px;border-top-right-radius:0;border-top-left-radius:0;border-spacing:0}._table_secondary_pwiyn_131 ._expandedBlock_pwiyn_215 td{border-top-right-radius:0!important;border-top-left-radius:0!important;box-shadow:inset 0 0 0 2px var(--table-tr-border, transparent)}._table_tertiary_pwiyn_227{--table-cell-padding: 6px 20px;--table-tr-background: var(--table-tr-background-tertiary);--table-tr-color: var(--table-tr-color-tertiary);--table-th-color: var(--table-thead-color-tertiary);--table-tr-border-hover: var(--table-tr-border-hover-tertiary);--table-tr-background-hover: var(--table-tr-background-hover-tertiary);--table-tr-color-hover: var(--table-tr-color-hover-tertiary);--table-tr-border-selected: var(--table-tr-border-selected-tertiary);--table-tr-background-selected: var(--table-tr-background-selected-tertiary);--table-tr-color-selected: var(--table-tr-color-selected-tertiary);border-collapse:collapse}._table_tertiary_pwiyn_227 tr{border-bottom:1px solid var(--table-tr-border-tertiary)}._table_tertiary_pwiyn_227 td{height:44px}._table_tertiary_pwiyn_227 ._expandedRow_pwiyn_201:hover+._expandedBlock_pwiyn_215>td{background-color:var(--table-tr-background-hover)!important}._table_tertiary_pwiyn_227 ._expandedRow_pwiyn_201:has(+._expandedBlock_pwiyn_215:hover){--table-tr-border: var(--table-tr-border-hover);--table-tr-color: var(--table-tr-color-hover);--table-tr-background: var(--table-tr-background-hover)}._table_tertiary_pwiyn_227 ._expandedBlock_pwiyn_215{background:var(--table-expandable-row-background)!important}._table_tertiary_pwiyn_227 ._expandedBlock_pwiyn_215>td{background-color:transparent!important}._table_tertiary_pwiyn_227 ._expandedBlock_pwiyn_215:hover>td{background-color:var(--table-tr-background-hover)!important}._table_tertiary_pwiyn_227 ._expandedBlock_pwiyn_215>td table>tbody>tr:first-child{border-bottom:0}._table_quaternary_pwiyn_266{border-collapse:collapse;--table-border-radius: 8px;font-size:14px;border-radius:8px;border-bottom:0}._table_quaternary_pwiyn_266 th,._table_quaternary_pwiyn_266 td{--table-cell-padding: 6px 20px;height:36px;font-weight:400}._table_quaternary_pwiyn_266 th:not(:first-of-type),._table_quaternary_pwiyn_266 td:not(:first-of-type){border-left:1px solid var(--table-tr-border-quaternary)}._table_quaternary_pwiyn_266 td{color:var(--table-td-color-quaternary)}._table_quaternary_pwiyn_266 td a{color:var(--color-xblue)}._table_quaternary_pwiyn_266 tr{background:var(--table-tr-background-quaternary)}._table_quaternary_pwiyn_266 tbody>tr{border-top:1px solid var(--table-tr-border-quaternary)}body.theme-dark{--pagination-btn-border-color: var(--color-xdark);--pagination-btn-text-color: var(--color-xgray-light);--pagination-btn-bg-color-hover: var(--color-xdark-new-50);--pagination-btn-text-color-hover: var(--color-xgray-lighter);--pagination-btn-background-color-selected: var(--color-xdark-new);--pagination-btn-text-color-selected: var(--color-xwhite-off);--pagination-dots-color: var(--color-xgray-lighter)}body.theme-light{--pagination-btn-border-color: var(--color-xgray-lighter);--pagination-btn-text-color: var(--color-xgray-light);--pagination-btn-bg-color-hover: #eef2f5;--pagination-btn-text-color-hover: var(--color-xgray-light);--pagination-btn-background-color-selected: var(--color-xgray-alt);--pagination-btn-text-color-selected: var(--color-xdark);--pagination-dots-color: var(--color-xgray-light)}._paginationButton_le2ie_20{width:2.286em;height:2.286em;cursor:pointer;background:none;border:2px solid var(--pagination-btn-border-color);font-size:14px;font-family:inherit;font-weight:500;box-sizing:border-box;border-radius:8px;color:var(--pagination-btn-text-color);padding:0;display:flex;justify-content:center;align-items:center;line-height:20px}._paginationButton_le2ie_20:disabled{background:var(--icon-button-background-disabled);color:var(--icon-button-color-disabled);cursor:not-allowed}._paginationButton_le2ie_20:active:not(._paginationButton_le2ie_20:disabled),._paginationButton_selected_le2ie_43{background:var(--pagination-btn-background-color-selected);color:var(--pagination-btn-text-color-selected);border-color:transparent}._paginationButton_le2ie_20:not(._paginationButton_selected_le2ie_43,._paginationButton_le2ie_20:disabled):hover{background:var(--pagination-btn-bg-color-hover);color:var(--pagination-btn-text-color-hover)}._paginationButton_dots_le2ie_52{color:var(--pagination-dots-color);padding-bottom:2px}._paginationButtonArrowSingle_prev_le2ie_57,._paginationButtonArrowSingle_next_le2ie_58,._paginationButtonArrowDouble_le2ie_59{display:flex;align-items:center;justify-content:center}._paginationButtonArrowSingle_prev_le2ie_57>svg{transform:rotate(90deg)}._paginationButtonArrowSingle_next_le2ie_58>svg{transform:rotate(-90deg)}._paginationButtonArrowDouble_le2ie_59>svg{transform:rotate(180deg)}body.theme-dark{--pagination-dots-color: var(--color-xgray-lighter)}body.theme-light{--pagination-dots-color: var(--color-xgray-light)}._paginationWrapper_1s5q3_8{display:flex;justify-content:flex-start;align-items:center;gap:16px}._paginationWrapper_1s5q3_8:not(:first-child){margin-top:var(--base-margin-v)}._paginationWrapper_1s5q3_8:not(:last-child){margin-bottom:var(--base-margin-v)}._paginationWrapper_1s5q3_8>div:last-of-type{margin-left:auto}._pagination__buttonWrapper_1s5q3_24{display:flex;align-items:center;gap:8px}._pagination__select_1s5q3_30{width:124px;border-width:2px}._pagination__selectLabel_1s5q3_35{font-size:13px;font-weight:500;margin-right:-8px}body.theme-dark{--statusable-circle-background-done: var(--color-xgreen-saturated);--statusable-circle-background-unknown: var(--color-yellow-light);--statusable-circle-background-failed: var(--color-xred);--statusable-circle-background-aborted: var(--color-xgray-light);--statusable-circle-background-running: var(--color-xblue);--statusable-circle-background-created: var(--color-xwhite-off);--statusable-color-name: var(--color-xwhite-off)}body.theme-light{--statusable-circle-background-done: var(--color-xgreen);--statusable-circle-background-unknown: var(--color-yellow-light);--statusable-circle-background-failed: var(--color-xred-light);--statusable-circle-background-aborted: var(--color-xgray-light);--statusable-circle-background-running: var(--color-xblue);--statusable-circle-background-created: var(--color-xdark);--statusable-color-name: var(--color-xdark)}._statusable_l4zit_20{display:inline-flex;align-items:center}._statusable_small_l4zit_24{--statusable-circle-size: 4px}._statusable_medium_l4zit_27{--statusable-circle-size: 6px}._statusable_large_l4zit_30{--statusable-circle-size: 10px}._statusable_done_l4zit_33,._statusable_success_l4zit_33{color:var(--statusable-color-name);font-weight:500;--statusable-circle-background: var(--statusable-circle-background-done) }._statusable_unknown_l4zit_38{--statusable-circle-background: var(--statusable-circle-background-unknown) }._statusable_failed_l4zit_41{--statusable-circle-background: var(--statusable-circle-background-failed) }._statusable_aborted_l4zit_44,._statusable_locked_l4zit_44{--statusable-circle-background: var(--statusable-circle-background-aborted) }._statusable_running_l4zit_47{--statusable-circle-background: var(--statusable-circle-background-running) }._statusable_created_l4zit_50{--statusable-circle-background: var(--statusable-circle-background-created) }._statusable_l4zit_20:after{flex-shrink:0;margin-inline-start:8px;content:"";display:block;width:var(--statusable-circle-size);height:var(--statusable-circle-size);border-radius:50%;background:var(--statusable-circle-background)}._statusable_right_l4zit_63:after{margin-left:8px}._statusable_left_l4zit_66:after{order:-1;margin-right:8px}._tableCell_oneLine_1fgow_1{white-space:nowrap}._tableCell__inner_1fgow_4{padding:var(--table-cell-padding)}._tableCell_align-left_1fgow_7{text-align:left}._tableCell_align-right_1fgow_10{text-align:right}._tableCell_align-right_1fgow_10._tableCell_iconOnly_1fgow_13>._tableCell__inner_1fgow_4{justify-content:end}._tableCell_align-center_1fgow_16{text-align:center}._tableCell_align-center_1fgow_16._tableCell_iconOnly_1fgow_13>._tableCell__inner_1fgow_4{justify-content:center}._tableCell_iconOnly_1fgow_13>._tableCell__inner_1fgow_4{display:flex;gap:4px}._tableCell__textWrap_1fgow_26{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._tableHeadCellCheckbox__chevron_1fgow_32{position:absolute;margin-top:5px;margin-left:13px}._sortingLabel_18o33_1{display:inline-flex;align-items:center;gap:4px;cursor:pointer}._sortingLabel__arrow_18o33_7{color:var(--color-gray-light)}._sortingLabel__arrow_desc_18o33_10{transform:rotate(180deg)}._sortingLabel_18o33_1:not(.is-sorted):not(:hover) ._sortingLabel__arrow_18o33_7{visibility:hidden}body.theme-dark{--spinner-overlay-background: rgba(33, 33, 33, .8)}body.theme-light{--spinner-overlay-background: rgba(227, 234, 238, .9)}._spinnerPanel_g1u4j_8{display:flex;justify-content:center;align-items:center;position:absolute;border-radius:inherit;background:var(--spinner-overlay-background);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:var(--z-index-spinner);top:0;left:0;right:0;bottom:0}._spinnerPanel_g1u4j_8 ._spinner_g1u4j_8{position:absolute}._spinner_g1u4j_8{display:inline-flex;transform:rotate(300deg);color:var(--text-green-color)}._polygon_2_g1u4j_32{stroke-dasharray:65 40%;animation:_dash_2_g1u4j_1 20s infinite linear}._polygon_1_g1u4j_37{animation-name:_dash_1_g1u4j_1;animation-iteration-count:infinite;animation-duration:2.2s;animation-timing-function:linear}@keyframes _dash_2_g1u4j_1{0%{stroke-dashoffset:1200}}@keyframes _dash_1_g1u4j_1{0%{stroke-dasharray:0 57;stroke-dashoffset:0;animation-timing-function:ease-out}12.5%{stroke-dasharray:15 42;stroke-dashoffset:0;animation-timing-function:ease-out}25%{stroke-dasharray:45 12;stroke-dashoffset:0;animation-timing-function:ease-out}37.5%{stroke-dasharray:45 12;stroke-dashoffset:-95%;animation-timing-function:ease-in-out}50%{stroke-dasharray:45 12;stroke-dashoffset:-190%;animation-timing-function:ease-in-out}62.5%{stroke-dasharray:45 12;stroke-dashoffset:-285%}75%{stroke-dasharray:30 27;animation-timing-function:ease-in}87.5%{stroke-dasharray:15 42;animation-timing-function:ease-in}to{stroke-dasharray:0 57;stroke-dashoffset:-580%;animation-timing-function:ease-in}}body.theme-dark{--tag-background: var(--color-new-light);--tag-color: var(--color-xgray-lighter);--tag-background-hover: var(--color-hijack);--tag-color-hover: var(--color-xwhite-off)}body.theme-light{--tag-background: var(--color-popup-light);--tag-color: var(--color-xgray-light);--tag-background-hover: var(--color-stroke-light);--tag-color-hover: var(--color-xdark)}._tags_14791_14{display:flex;flex-wrap:wrap;gap:12px}._tag_14791_14{display:inline-flex;align-items:flex-start;gap:var(--tag-gap, 8px);padding:6px 12px;transition:.25s background-color,.25s color;background:var(--tag-background);color:var(--tag-color);border-radius:5px;width:fit-content}._tag__secondary_14791_31{background:transparent;border:var(--tag-background) 2px solid;border-radius:8px;padding:5px 32px}._tag_14791_14:hover:not(._tag_disabled_14791_37){background:var(--tag-background-hover);color:var(--tag-color-hover)}body.theme-dark{--tabs-block-border-primary: var(--color-xdark);--tab-color-primary: var(--color-xgray-light);--tab-color-hover-primary: var(--color-xwhite-off);--tab-color-active-primary: var(--color-xgreen-saturated);--tab-color-secondary: var(--color-xgray-light);--tab-color-hover-secondary: var(--color-xwhite-off);--tab-color-active-secondary: var(--color-xwhite-off);--tab-background-active-secondary: var(--color-new-light);--tab-border-active-secondary: var(--color-xdark);--tab-color-disabled-secondary: var(--color-all-new-black)}body.theme-light{--tabs-block-border-primary: var(--color-stroke-light);--tab-color-primary: var(--color-xgray-light);--tab-color-hover-primary: var(--color-xdark);--tab-color-active-primary: var(--color-xgreen);--tab-color-secondary: var(--color-xgray-light);--tab-color-hover-secondary: var(--color-xdark);--tab-color-active-secondary: var(--color-xdark);--tab-background-active-secondary: var(--color-popup-light);--tab-border-active-secondary: var(--color-stroke-light);--tab-color-disabled-secondary: var(--color-xgray-lighter)}._tabsBlock_1h786_26{display:flex;align-items:center}._tabsBlock_primary_1h786_30{border-bottom:1px solid var(--tabs-block-border-primary);padding:0 var(--page-padding-h);--tab-color: var(--tab-color-primary)}._tabsBlock_primary_1h786_30 ._tab_1h786_26{font-weight:500;font-size:18px;line-height:21px;color:var(--tab-color);transition:color .25s,border-bottom-color .25s;padding:15px 20px;border-bottom:2px solid var(--tab-border, transparent);margin-bottom:-1px}._tabsBlock_primary_1h786_30 ._tab_1h786_26:hover{--tab-color: var(--tab-color-hover-primary);--tab-border: var(--tab-color)}._tabsBlock_primary_1h786_30 ._tab_1h786_26.active{--tab-color: var(--tab-color-active-primary);--tab-border: var(--tab-color)}._tabsBlock_secondary_1h786_53{--tab-color: var(--tab-color-secondary)}._tabsBlock_secondary_1h786_53 ._tab_1h786_26{font-weight:500;font-size:15px;line-height:18px;cursor:pointer;border:1px solid var(--tab-border, transparent);background:var(--tab-background);color:var(--tab-color);transition:color .25s,background-color .25s,border .25s;padding:7px 11px;border-radius:5px}._tabsBlock_secondary_1h786_53 ._tab_1h786_26:hover{--tab-color: var(--tab-color-hover-secondary)}._tabsBlock_secondary_1h786_53 ._tab_1h786_26.active,._tabsBlock_secondary_1h786_53 ._tab_active_1h786_71{--tab-color: var(--tab-color-active-secondary);--tab-background: var(--tab-background-active-secondary);--tab-border: var(--tab-border-active-secondary)}._tabsBlock_secondary_1h786_53 ._tab_1h786_26:disabled{cursor:not-allowed;--tab-color: var(--tab-color-disabled-secondary)}._tabsBlock_startJustify_1h786_80{justify-content:flex-start}._tabsBlock_endJustify_1h786_83{justify-content:flex-end}body.theme-dark{--toolbar-panel-background: var(--color-xdark-new-20)}body.theme-light{--toolbar-panel-background: var(--color-xgray-alt-30)}._toolbarPanel_ykaki_8{display:flex;gap:20px;border-radius:12px;padding:8px;background:var(--toolbar-panel-background)}._toolbarPanel_start_ykaki_15{justify-content:center}._toolbarPanel_end_ykaki_18{justify-content:end}._toolbarPanel_justify_ykaki_21{justify-content:space-between}body.theme-dark{--warning-text-color: var(--color-xgray-lighter)}body.theme-light{--warning-text-color: var(--color-xgray-light)}._warning_nk6vt_8{display:flex;align-items:center;padding:8px 12px;gap:12px;border:1px solid var(--color-orangex);border-radius:4px;width:100%;box-sizing:border-box}._warning__icon_nk6vt_18{color:var(--color-orangex);flex-shrink:0}._warning__text_nk6vt_22{color:var(--warning-text-color);font-size:15px;max-height:104px;overflow:auto;width:100%}._copyright_596fv_1{font-size:13px;font-weight:400;line-height:20px;color:var(--text-default-color);position:fixed;bottom:20px;right:40px}._nonAuthLayout_17zt9_1{padding:20px 40px;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column}._notificationsSideBar_1hqh5_1{position:fixed;bottom:40px;right:40px;z-index:var(--z-index-notifications);display:flex;flex-direction:column-reverse;row-gap:12px}body.theme-dark{--alert-border-info: var(--color-yellow-light);--alert-background-info: var(--color-xdark-light);--alert-color-info: var(--color-xwhite-off);--alert-icon-color-info: var(--color-yellow-light);--alert-border-error: var(--color-light-red);--alert-background-error: var(--color-xdark-light);--alert-color-error: var(--color-xwhite-off);--alert-icon-color-error: var(--color-light-red);--alert-border-success: var(--color-xdark);--alert-background-success: #2F3136;--alert-color-success: var(--color-xwhite-off);--alert-icon-color-success: var(--color-green-light)}body.theme-light{--alert-border-info: var(--color-json-orange);--alert-background-info: var(--color-xgray-alt);--alert-color-info: var(--color-xdark);--alert-icon-color-info: var(--color-json-orange);--alert-border-error: var(--color-light-red);--alert-background-error: var(--color-xgray-alt);--alert-color-error: var(--color-xdark);--alert-icon-color-error: var(--color-light-red);--alert-border-success: #D9DEF3;--alert-background-success: #CEDBE2;--alert-color-success: var(--color-xdark);--alert-icon-color-success: var(--color-green-darker)}._alert_1ca5h_30{border-radius:12px;background:var(--alert-background);border:1px solid var(--alert-border);color:var(--alert-color);padding:15px;display:flex;align-items:center;gap:20px;font-size:15px;line-height:18px;font-weight:400;width:420px;word-break:break-word}._alert__icon_1ca5h_45{color:var(--alert-icon-color);flex-shrink:0}._alert__button_1ca5h_49{min-width:70px!important;margin-left:auto;flex-shrink:0}._alert_info_1ca5h_54{--alert-border: var(--alert-border-info);--alert-background: var(--alert-background-info);--alert-color: var(--alert-color-info);--alert-icon-color: var(--alert-icon-color-info)}._alert_error_1ca5h_60{--alert-border: var(--alert-border-error);--alert-background: var(--alert-background-error);--alert-color: var(--alert-color-error);--alert-icon-color: var(--alert-icon-color-error)}._alert_success_1ca5h_66{--alert-border: var(--alert-border-success);--alert-background: var(--alert-background-success);--alert-color: var(--alert-color-success);--alert-icon-color: var(--alert-icon-color-success)}._loginForm__submit_u7wky_1{width:100%;display:flex}._loginPage_16hfl_1{margin:auto;padding-bottom:60px}._loginPage__title_16hfl_5{margin-bottom:32px}._tableFilters_gm80s_1{display:flex;column-gap:16px;flex:1;align-items:center}._tableFilters_gm80s_1 .search-input{max-width:225px;width:100%}._tableToolbar_1673r_1{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:var(--base-margin-v)}._tableToolbar_column_1673r_8{flex-direction:column;align-items:flex-start}._concernMessage_d1r9f_1{color:var(--color-xgray-light);font-size:13px;width:217px;word-wrap:break-word}._concernMessage_d1r9f_1:not(:first-of-type){margin-top:13px}._concernMessage__removeButton_d1r9f_10{margin-left:8px;border-radius:8px;border:2px solid var(--color-xdark);vertical-align:middle}body.theme-dark{--concern-icon-error: var(--color-xred);--concern-icon-warning: var(--color-yellow-lighter)}body.theme-light{--concern-icon-error: var(--color-xred-light);--concern-icon-warning: var(--color-warning-orange)}._concern_warning_1nleb_10{color:var(--concern-icon-warning)}._concern_error_1nleb_13{color:var(--concern-icon-error)}._statusableCell_ont1b_1>div{display:flex}._customDialogControls_1dtxr_1{display:flex;justify-content:space-between}._TextFormField_xd3z2_1{line-height:32px}._licenseText_r0dpm_1 pre{font-size:14px;font-style:normal;font-weight:400;line-height:20px;white-space:break-spaces;font-family:inherit;margin:0}._licenseAcceptancePanel_11gp8_1{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px}body.theme-dark{--license-acceptance-text-color: var(--color-xgray-lighter)}body.theme-light{--license-acceptance-text-color: var(--color-xgray-light)}._licenseAcceptanceList__tabs_1m7tk_8{flex-wrap:wrap;margin-bottom:24px}._licenseAcceptanceList__tab_licenseAccepted_1m7tk_12{color:var(--text-green-color)!important}._licenseAcceptanceList__text_1m7tk_15.scroll{max-height:calc(100vh - 400px);overflow-y:auto}body.theme-dark{--wizard-step--stem-number-background-color: var(--color-plate-10)}body.theme-light{--wizard-step--stem-number-background-color: var(--color-popup-light)}._wizardSteps_qo2cc_8 ._tabButton_qo2cc_8{display:flex;gap:6px}._wizardSteps_qo2cc_8 ._tabButton__stepNumber_qo2cc_12{text-align:center;width:20px;border-radius:20px;background-color:var(--wizard-step--stem-number-background-color)}._dynamicActionDialog__tabs_10cx4_1,._dynamicActionDialog__toolbar_10cx4_4{margin-bottom:24px}._dynamicActionDialog__componentWrapper_10cx4_7{overflow:auto;height:460px}._dynamicActionDialog__footer_10cx4_11{margin-top:24px}body.theme-dark{--hosts-border: var(--color-xdark)}body.theme-light{--hosts-border: var(--alert-border-success)}._dynamicActionAgreeActionHostsGroup_107um_8{display:flex;flex-direction:column}._dynamicActionAgreeActionHostsGroup__filter_107um_12{display:flex;gap:12px;flex:1}._dynamicActionAgreeActionHostsGroup__filter_107um_12 ._searchInput_107um_17{width:100%}._dynamicActionAgreeActionHostsGroup__dynamicActionAgreeActionHostsGroup__content_107um_20{flex:1}._dynamicActionAgreeActionHostsGroup__hosts_107um_23{flex:1;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:20px;max-height:272px;border-radius:8px;border:1px solid var(--hosts-border)}._addMappingButton_1f1ig_1:hover:not(:disabled){color:var(--text-green-color)}body.theme-dark{--component-restrictions-item-color: #989AA8;--component-restrictions-constraint-item-color: var(--color-xwhite-off)}body.theme-light{--component-restrictions-item-color: var(--color-adcmx);--component-restrictions-constraint-item-color: var(--color-xdark) }._componentRestrictions_m0z4t_10{font-size:15px;font-weight:500px}._componentRestrictions__listItem_m0z4t_14{color:var(--component-restrictions-item-color)}._componentRestrictions__listItem_m0z4t_14:not(:last-child){margin-bottom:8px}._componentRestrictions__listItem_constraint_m0z4t_20{color:var(--component-restrictions-constraint-item-color)}body.theme-dark{--component-container-title-color: var(--color-xwhite-off);--component-container-background: var(--color-xdark-new-20);--component-container-default-border-color: var(--color-xdark);--component-container-notRequired-title-color: var(--color-xwhite-off);--component-container-notRequired-border-color: var(--color-xdark);--component-container-optional-border-color: var(--color-xblue);--component-container-restrictionsTitle-color: var(--color-xwhite-off);--component-container-mappedHosts-background: var(--color-xblack)}body.theme-light{--component-container-title-color: var(--color-xdark);--component-container-background: var(--color-xgray-alt-30);--component-container-default-border-color: var(--color-stroke-light);--component-container-optional-border-color: var(--color-xblue);--component-container-restrictionsTitle-color: var(--color-xblack);--component-container-mappedHosts-background: var(--color-xwhite-70)}._componentContainer_nckbp_20{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:10px;border:2px solid var(--component-container-default-border-color);background:var(--component-container-background);border-color:var(--component-container-valid-color)}._componentContainer_nckbp_20:not(:last-child){margin-bottom:8px}._componentContainer_error_nckbp_33{border-color:var(--component-container-error-color)}._componentContainer_notRequired_nckbp_36{border-color:var(--component-container-notRequired-border-color)}._componentContainer_optional_nckbp_39{border-color:var(--component-container-optional-border-color)}._componentContainer_disabled_nckbp_42{border-color:var(--component-container-disabled-color)}._componentContainerHeader_nckbp_46{display:flex;gap:12px;line-height:28px;align-items:flex-start}._componentContainerHeader__title_nckbp_52{flex-shrink:0;color:var(--component-container-title-color);font-size:15px;color:var(--component-container-valid-text-color)}._componentContainerHeader__title_error_nckbp_58{color:var(--component-container-error-color)}._componentContainerHeader__title_notRequired_nckbp_61{color:var(--component-container-notRequired-title-color)}._componentContainerHeader__count_nckbp_64{flex-shrink:0}._componentContainerHeader__add_nckbp_67{flex-shrink:0;margin-left:auto}._componentContainerContent_nckbp_72{display:flex}._componentContainerContent__restrictions_nckbp_75{width:208px;display:flex;flex-direction:column;gap:8px}._componentContainerContent__restrictionsTitle_nckbp_81{color:var(--component-container-restrictionsTitle-color)}._componentContainerContent__mappedHosts_nckbp_84{background-color:var(--component-container-mappedHosts-background);padding:8px;border-radius:8px;flex:1}._dynamicActionRaisingConcerns__body_12jwl_1{display:flex;flex-direction:column;gap:16px}._dynamicActionRaisingConcerns__footer_12jwl_6{display:flex;justify-content:flex-end;align-items:center}._dynamicActionConfirm__footer_l3cew_1{display:flex;justify-content:space-between;align-items:center}._tableContainer_easy_1ywfc_1{margin-top:60px}._tableContainer_subPage_1ywfc_4{margin-top:40px}body.theme-dark{--maintenanceModeButton-on-color: var(--color-xred);--maintenanceModeButton-pending-color: var(--color-orangex);--maintenanceModeButton-changing-color: var(--color-orangex);--maintenanceModeButton-unavailable-color: var(--icon-button-color-disabled-primary)}body.theme-light{--maintenanceModeButton-on-color: var(--color-xred-light);--maintenanceModeButton-pending-color: var(--color-json-orange);--maintenanceModeButton-changing-color: var(--color-json-orange);--maintenanceModeButton-unavailable-color: var(--icon-button-color-disabled-primary)}._maintenanceModeButton_on_1rd8m_14 svg{color:var(--maintenanceModeButton-on-color)}._maintenanceModeButton_pending_1rd8m_17 svg{color:var(--maintenanceModeButton-pending-color)}._maintenanceModeButton_changing_1rd8m_20{cursor:not-allowed}._maintenanceModeButton_changing_1rd8m_20 svg{color:var(--maintenanceModeButton-changing-color)}._maintenanceModeButton_unavailable_1rd8m_26{cursor:not-allowed}._maintenanceModeButton_unavailable_1rd8m_26 svg{color:var(--maintenanceModeButton-unavailable-color)}._cell_1we2i_1 div{display:flex;align-items:center;gap:7px}body.theme-dark{--status-icon-color-success: var(--color-xgreen);--status-icon-color-failed: var(--color-xred);--status-icon-color-aborted: var(--color-xdark);--status-icon-color-running: var(--color-xblue);--status-icon-color-created: var(--color-xwhite-off);--status-icon-color-broken: var(--color-xgray-light)}body.theme-light{--status-icon-color-success: var(--color-xgreen-saturated);--status-icon-color-failed: var(--color-xred-light);--status-icon-color-aborted: var(--color-xgray-light);--status-icon-color-running: var(--color-xblue);--status-icon-color-created: var(--color-xdark);--status-icon-color-broken: var(--color-xgray-light)}._status_created_1upl1_18{color:var(--status-icon-color-created)}._status_success_1upl1_21{color:var(--status-icon-color-success)}._status_failed_1upl1_24{color:var(--status-icon-color-failed)}._status_running_1upl1_27{color:var(--status-icon-color-running)}._status_aborted_1upl1_30{color:var(--status-icon-color-aborted)}._status_broken_1upl1_33{color:var(--status-icon-color-broken)}._jobObjectsCell_1nkby_1 span:not(:last-child):after{content:"/";display:inline-block;margin:0 5px}._auditSelect_1q22r_1{min-width:224px}body.theme-dark{--left-menu-item-color-default: var(--text-default-color);--left-menu-item-color-active: var(--color-xgreen-saturated);--left-menu-item-color-hover: var(--color-xwhite-off);--left-menu-item-color-active-alert: var(--color-xred-light);--left-menu-item-color-alert: var(--color-xred)}body.theme-light{--left-menu-item-color-default: var(--text-default-color);--left-menu-item-color-active: var(--color-xgreen);--left-menu-item-color-hover: var(--color-xblack);--left-menu-item-color-active-alert: var(--color-xred-light);--left-menu-item-color-alert: var(--color-xred)}._leftBarMenuItem_uhtsh_16{--left-menu-item-color: var(--left-menu-item-color-default);position:relative;cursor:pointer}._leftBarMenuItem_uhtsh_16:not(:last-child){margin-bottom:4px}._leftBarMenuItem_uhtsh_16:hover{--left-menu-item-color: var(--left-menu-item-color-hover)}._leftBarMenuItem__alert_uhtsh_27{--left-menu-item-color: var(--left-menu-item-color-alert) !important}._leftBarMenuItem__alert_uhtsh_27.is-active{--left-menu-item-color: var(--left-menu-item-color-active-alert) !important}._leftBarMenuItem_uhtsh_16.is-active{--left-menu-item-color: var(--left-menu-item-color-active)}._leftBarMenuItem_uhtsh_16.is-active:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:2px;background:var(--left-menu-item-color)}._leftBarMenuItem__button_uhtsh_45{cursor:inherit;display:flex;gap:12px;padding:12px 32px;box-sizing:border-box;width:100%;align-items:center;font-family:inherit;font-weight:400;font-size:15px;line-height:24px;background:transparent;outline:none;border:none;color:var(--left-menu-item-color);transition:color .25s}._leftSideBar_1mw41_1{padding:20px 0;box-sizing:border-box;min-height:100vh;display:flex;flex-direction:column}._leftSideBar__logo_1mw41_8{display:flex;justify-content:center;margin-bottom:57px}._leftSideBar__menu_1mw41_13{margin-top:20px}._leftSideBar__menu_main_1mw41_16{margin-bottom:auto}._leftSideBar__menu_1mw41_13 ._leftSideBar__userName_1mw41_19{max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}body.theme-dark{--left-sidebar-border: var(--color-xdark)}body.theme-light{--left-sidebar-border: var(--color-stroke-light)}._mainLayout_v725x_8{min-height:100vh;display:flex}._mainLayout__leftSidebarWrap_v725x_12{position:relative;border-right:1px solid var(--left-sidebar-border)}._mainLayout__leftSidebar_v725x_12{position:sticky;top:0}._mainLayout__mainContent_v725x_20{min-width:0;flex:1;padding:var(--page-padding-v) var(--page-padding-h)}body.theme-dark{--breadcrumbs-slash-color: var(--color-xgreen-saturated)}body.theme-light{--breadcrumbs-slash-color: var(--color-xgreen)}._breadcrumbs_17ojx_8 ul{list-style:none;min-height:1.2em;color:var(--text-default-color, inherit)}._breadcrumbs_17ojx_8 li{display:inline-block}._breadcrumbs_17ojx_8 li:not(:first-child):before{content:"/";margin-inline-end:5px;color:var(--breadcrumbs-slash-color)}._breadcrumbs_17ojx_8 li:not(:last-child){margin-inline-end:5px}._breadcrumbs_17ojx_8 a{transition:color .25s}._breadcrumbs_17ojx_8 a:hover{color:var(--color-xblue)}._pageHeader_h5hp0_1{margin-bottom:20px;min-height:60px}body.theme-dark{--helper-about-adcm-modal-subtitle-color: var(--color-xwhite-off);--helper-about-adcm-modal-bg: var(--color-new-dakx-50)}body.theme-light{--helper-about-adcm-modal-subtitle-color: var(--color-xdark);--helper-about-adcm-modal-bg: var(--color-white-background-50)}._aboutAdcmModal_17ugp_10{border-radius:12px;background:var(--helper-about-adcm-modal-bg);display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:40px}._aboutAdcmModal__logo_17ugp_21{cursor:initial}._aboutAdcmModal__logo_17ugp_21 svg{width:160px;height:40px}._aboutAdcmModal__subtitle_17ugp_28{color:var(--helper-about-adcm-modal-subtitle-color)}._aboutAdcmModal__rightsWrapper_17ugp_31 p{margin:0}body.theme-dark{--bell-popover-panel-background-color: #212121;--bell-popover-panel-border-color: var(--color-xdark);--bell-popover-panel-content-background-color: var(--color-xdark-new-50);--bell-active-color: var(--color-xgreen-saturated);--bell-hover-color: var(--color-xwhite-off)}body.theme-light{--bell-popover-panel-background-color: var(--color-popup-light);--bell-popover-panel-border-color: var(--color-stroke-light);--bell-popover-panel-content-background-color: var(--color-xwhite-50);--bell-active-color: var(--color-xgreen);--bell-hover-color: var(--color-xdark)}._headerNotifications_xzfem_16{border:none;outline:none;background:transparent;padding:0;color:var(--color-xgray-light)}._headerNotifications_xzfem_16:hover{color:var(--bell-hover-color)}._headerNotifications_xzfem_16:active{color:var(--bell-active-color)}._headerNotifications_xzfem_16 .bell__marker{color:var(--bell-marker-color, transparent)}._headerNotifications_xzfem_16 .bell__holePatch{color:var(--bell-hole-patch, currentColor)}._headerNotifications_done_xzfem_35{--bell-marker-color: transparent}._headerNotifications_failed_xzfem_38{--bell-marker-color: var(--color-xred)}._headerNotifications_failed_xzfem_38:active{color:var(--color-xred)}._headerNotifications_success_xzfem_44{--bell-hole-patch: transparent;--bell-marker-color: var(--icon-button-color-active-primary)}._headerNotifications_locked_xzfem_48{--bell-marker-color: var(--color-xgray-light)}._headerNotifications_running_xzfem_51{--bell-marker-color: var(--color-xblue)}._headerNotifications_aborted_xzfem_54,._headerNotifications_broken_xzfem_57{--bell-marker-color: var(--color-xgray-light)}._bellPopoverPanel_xzfem_61{width:315px;min-height:20px;border-radius:15px;border:1px solid var(--bell-popover-panel-border-color);background-color:var(--bell-popover-panel-background-color);padding:16px;position:relative;z-index:100}._bellPopoverPanel__spinner_xzfem_71{text-align:center}._acknowledgeButton_xzfem_75{color:var(--color-xblue)}body.theme-dark{--job-border-bottom-color: var(--color-xdark);--bell-jobs-background: var(--color-xdark-new-50)}body.theme-light{--job-border-bottom-color: var(--color-stroke-light);--bell-jobs-background: var(--color-xwhite-50)}._jobs_203hk_10{font-size:14px;line-height:20px;border-collapse:collapse;width:100%;background-color:var(--bell-jobs-background);border-radius:8px}._jobs_203hk_10 td{padding:8px 12px}._jobs_203hk_10 tr:not(:last-child){border-bottom:1px solid var(--job-border-bottom-color)}._job__id_203hk_25{width:30px;text-align:end}._job__icon_203hk_29{width:14px}._job__link_203hk_32{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:0}._noData_203hk_39{text-align:center}._headerAdvancedInfo_1tzm7_1{display:flex;align-items:center;gap:4px}body.theme-dark{--page-section-title-color: var(--color-xgreen-saturated)}body.theme-light{--page-section-title-color: var(--color-xdark)}._pageSection_8qzv8_8:not(:last-child){margin-bottom:var(--base-margin-v)}._pageSection_hasErrors_8qzv8_11 ._pageSection__title_8qzv8_11{color:var(--color-xred)}._pageSection__title_8qzv8_11{color:var(--page-section-title-color);cursor:pointer;display:inline-block}._pageSection_8qzv8_8:not(._pageSection_isOpen_8qzv8_19) ._pageSection__arrow_8qzv8_19{transform:rotate(-90deg)}._pageSection__arrow_8qzv8_19{margin-left:4px}._pageSection__collapseBody_8qzv8_25{padding-top:var(--base-margin-v)}._profilePage_gpvll_1{margin-top:68px}._profilePageInformation_gpvll_5{display:flex;flex-direction:column;gap:24px}._profilePagePassword_gpvll_11{max-width:560px}._profilePageConfirmPassword_gpvll_15{margin-top:84px}._buttonChangePassword_gpvll_19{margin-top:68px}body.theme-dark{--entity-header-border: var(--color-xdark);--entity-header-title-color: var(--color-xwhite-off)}body.theme-light{--entity-header-border: var(--color-stroke-light);--entity-header-title-color: var(--color-xdark)}._entityHeader_yh83e_10{display:flex;gap:24px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--entity-header-border);padding:18px var(--page-padding-h);white-space:nowrap}._entityHeader__title_yh83e_19{font-size:18px;font-weight:500;line-height:21px;color:var(--entity-header-title-color)}._entityHeader__subtitle_yh83e_25{font-size:14px;font-weight:400;line-height:20px}._entityHeader__central_yh83e_30{display:flex;justify-content:space-evenly;gap:24px;width:100%;font-size:14px;font-weight:400;line-height:20px}._settingsHeader_1p999_1{display:flex;align-items:center}._settingsHeader__text_1p999_5{margin-left:8px}body.theme-dark{--config-version-cell-border: var(--color-xdark);--config-version-cell-border-selected: var(--color-xgreen-saturated);--config-version-cell-background-selected: var(--color-xdark-new-full);--config-version-cell-background-hover: var(--color-xdark-new-50)}body.theme-light{--config-version-cell-border: var(--color-stroke-light);--config-version-cell-border-selected: var(--color-xgreen-saturated);--config-version-cell-background-selected: var(--color-xgray-alt);--config-version-cell-background-hover: #EEF2F5}._configVersionCell_1hp7v_14{width:200px;min-height:96px;box-sizing:border-box;padding:10px;border-radius:8px;cursor:pointer;transition:background-color .25s,border-color .25s;border:2px solid var(--config-version-cell-border);background-color:var(--config-version-cell-background);color:var(--color-xgray-light)}._configVersionCell__header_1hp7v_26{display:flex;align-items:center;margin-top:-2px;margin-bottom:4px}._configVersionCell__header_1hp7v_26>:last-child{margin-left:auto;display:flex}._configVersionCell__title_1hp7v_36{font-size:15px;font-weight:500;line-height:18px;color:var(--text-green-color);transition:color .25s}._configVersionCell_selected_1hp7v_43{background-color:var(--config-version-cell-background-selected);border-color:var(--config-version-cell-border-selected)}._configVersionCell_selected_1hp7v_43:not(:hover) ._configVersionCell__title_1hp7v_36{color:var(--text-accent-color)}._configVersionCell_1hp7v_14:hover{background-color:var(--config-version-cell-background-hover)}._configVersionCell__description_1hp7v_53{word-wrap:break-word}._configVersionPanel__pagination_itu9d_1{display:inline-flex;margin-bottom:20px!important}._configVersionPanel__content_itu9d_5{display:flex;gap:20px;max-width:max-content}._configurationCompareDialog__toolbar_13hff_1{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1024px}._configurationCompareDialog__body_13hff_7{overflow:auto;margin-top:24px;max-height:calc(100vh - 225px)}body.theme-dark{--search-input-background: var(--color-xblack)}body.theme-light{--search-input-background: var(--color-xwhite)}._configurationToolbar_phopx_8{display:flex;gap:10px 20px;margin:32px 0;position:sticky;top:0;z-index:1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}._configurationToolbar__search_phopx_17{width:33%;min-width:200px;background:var(--search-input-background)}._configurationToolbar__buttons_phopx_22{margin-left:auto}._settingsConfiguration_1pjip_1{margin:30px 0}body.theme-dark{--cluster-name-color: var(--color-xwhite-off)}body.theme-light{--cluster-name-color: var(--color-xdark)}._clusterName_11wzc_8{display:inline-flex;align-items:center;gap:12px;flex:1}._clusterName__name_11wzc_14{font-size:18px;font-weight:500;line-height:24px;color:var(--cluster-name-color)}._spinnerWrapper_1xksn_1{margin:auto 5%;position:absolute;top:50%;left:50%}body.theme-dark{--error-code-text-color: #212121}body.theme-light{--error-code-text-color: var(--color-xgray-alt)}._errorPageContent_1unii_8{position:relative;z-index:1}._errorPageContent__errorCode_1unii_12{position:absolute;color:var(--error-code-text-color);right:0;margin-top:80px;font-size:152px;font-style:normal;font-weight:700;text-align:center;z-index:-1}._errorTextContainer_gmuyd_1{margin-top:68px}._errorTextContainer__header_gmuyd_4{color:var(--text-green-color);margin-bottom:24px}._subNavigationWrapper_1hqs1_1{padding:40px 0 32px}._clusterImport_1w192_1{margin-top:40px}._clusterImport__tabsBlock_1w192_4{margin-bottom:20px}body.theme-dark{--cluster-import-item-bg-color: var(--color-xdark-new-20);--cluster-import-item-border-color: var(--color-xdark);--cluster-import-item-title-color: var(--color-xwhite-off);--cluster-import-item-bg-hover-color: var(--color-xdark-new-50);--cluster-import-item-bg-active-color: var(--color-xdark-new);--cluster-import-item-border-active-color: var(--color-xgreen-saturated);--cluster-import-item-require-color: var(--color-xred)}body.theme-light{--cluster-import-item-bg-color: var(--color-xgray-alt-30);--cluster-import-item-border-color: var(--color-xgray-lighter);--cluster-import-item-title-color: var(--color-xdark);--cluster-import-item-bg-hover-color: var(--color-xgray-alt-50);--cluster-import-item-bg-active-color: var(--color-xgray-alt);--cluster-import-item-border-active-color: var(--color-xgreen-saturated);--cluster-import-item-require-color: var(--color-xred-light)}._clusterImportItem_12mp8_20{display:grid;background-color:var(--cluster-import-item-bg-color);border:1px solid var(--cluster-import-item-border-color);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:start;overflow:hidden;padding:16px}._clusterImportItem_12mp8_20:hover{background-color:var(--cluster-import-item-bg-hover-color)}._clusterImportItem_12mp8_20:not(:first-of-type){margin-top:10px}._clusterImportItem__block_12mp8_36{display:flex;flex-direction:column;height:100%;padding:0 18px;overflow-wrap:anywhere}._clusterImportItem__block_12mp8_36:first-of-type{padding-left:0}._clusterImportItem__block_12mp8_36:not(:first-of-type){border-left:1px solid var(--cluster-import-item-border-color)}._clusterImportItem__title_12mp8_49{font-size:15px;font-weight:500;color:var(--cluster-import-item-title-color)}._clusterImportItem__checkbox_12mp8_54:not(:first-of-type){margin-top:10px}._clusterImportItem_active_12mp8_57{background-color:var(--cluster-import-item-bg-active-color);border-color:var(--cluster-import-item-border-active-color)}._clusterImportItem_require_12mp8_61{border-color:var(--cluster-import-item-require-color)}._clusterImportItem_empty_12mp8_64{text-align:center;grid-template-columns:1fr;justify-items:center}._clusterImportItem__requireBlock_12mp8_69{color:var(--cluster-import-item-require-color);margin-top:12px}._clusterImportToolbar_1tlsn_1{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}._clusterImportToolbarWrapper_lneyk_1{margin-top:32px}body.theme-dark{--cluster-mapping-input-background: var(--color-xblack)}body.theme-light{--cluster-mapping-input-background: var(--color-xwhite)}._clusterMappingToolbar_6mokp_8{gap:40px;margin-bottom:24px;top:0;position:sticky;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}._clusterMappingToolbar__inputAndSwitches_6mokp_15{width:100%;gap:20px;display:flex}._clusterMappingToolbar__searchInput_6mokp_20{background:var(--cluster-mapping-input-background);flex:1}._clusterMappingToolbar__sortIconWrapper_6mokp_24{display:flex;align-items:center;gap:8px}._clusterMappingToolbar__sortIcon_desc_6mokp_29{transform:rotate(180deg)}._service__title_hy3kr_1{margin-bottom:24px;display:flex;align-items:center;gap:12px;color:var(--component-container-valid-text-color)}._service__title_error_hy3kr_8{color:var(--component-container-error-color)}._service_hy3kr_1:not(:last-child){margin-bottom:24px}._componentsMapping_zrd4d_1{display:grid;grid-template-columns:4fr 1fr;gap:20px}body.theme-dark{--mapping-tag-background-color: var(--color-xdark-new-20);--mapping-tag-valid-border-color: var(--color-green-dark);--mapping-tag-valid-border-color-hover: var(--color-xgreen-saturated);--mapping-tag-valid-color: var(--color-xgreen-saturated);--mapping-tag-valid-color-hover: var(--color-xwhite-off);--mapping-tag-valid-background-color-hover: var(--color-xgreen-saturated15);--mapping-tag-error-border-color: var(--color-dark-red);--mapping-tag-error-border-color-hover: var(--color-xred);--mapping-tag-error-color: var(--color-xred);--mapping-tag-error-color-hover: var(--color-xwhite-off);--mapping-tag-error-background-color-hover: var(--color-red-15);--mapping-tag-error-tooltip-color: var(--color-xwhite-off);--mapping-tag-error-tooltip-background-color: var(--color-xred-dark);--mapping-tag-error-tooltip-border-color: var(--color-xdark);--mapping-tag-error-tooltip-shadow: 0px 20px 20px 0px rgba(2, 1, 17, .2)}body.theme-light{--mapping-tag-background-color: var(--color-xgray-alt-30);--mapping-tag-valid-border-color: var(--color-xgreen);--mapping-tag-valid-border-color-hover: var(--color-xgreen-saturated);--mapping-tag-valid-color: var(--color-xgreen);--mapping-tag-valid-color-hover: var(--color-xdark);--mapping-tag-valid-background-color-hover: var(--color-xgreen-saturated15);--mapping-tag-error-border-color: var(--color-xred);--mapping-tag-error-border-color-hover: var(--color-xred-light);--mapping-tag-error-color: var(--color-xred);--mapping-tag-error-color-hover: var(--color-xdark);--mapping-tag-error-background-color-hover: var(--color-red-15);--mapping-tag-error-tooltip-color: var(--color-xdark);--mapping-tag-error-tooltip-background-color: var(--color-red-30);--mapping-tag-error-tooltip-border-color: var(--color-stroke-light);--mapping-tag-error-tooltip-shadow: 0px 20px 20px 0px rgba(199, 196, 226, .2)}._mappingTag_bcvyb_36{background-color:var(--mapping-tag-background-color);align-items:center!important}._mappingTag__tooltip_bcvyb_40{border-radius:8px;border:1px solid var(--mapping-tag-error-tooltip-border-color);background-color:var(--mapping-tag-error-tooltip-background-color);box-shadow:var(--mapping-tag-error-tooltip-shadow)}._mappingTag__tooltip_bcvyb_40 *{color:var(--mapping-tag-error-tooltip-color)!important}._mappingTag_valid_bcvyb_49{padding:4px 6px;color:var(--mapping-tag-valid-color);border:2px solid var(--mapping-tag-valid-border-color)}._mappingTag_valid_bcvyb_49:hover{color:var(--mapping-tag-valid-color-hover);border-color:var(--mapping-tag-valid-border-color-hover);background-color:var(--mapping-tag-valid-background-color-hover)!important}._mappingTag_error_bcvyb_59{padding:4px 6px;color:var(--mapping-tag-error-color);border:2px solid var(--mapping-tag-error-border-color)}._mappingTag_error_bcvyb_59:hover{color:var(--mapping-tag-error-color-hover);border-color:var(--mapping-tag-error-border-color-hover);background-color:var(--mapping-tag-error-background-color-hover)!important}body.theme-dark{--host-container-background: var(--color-xdark-new-20);--host-container-border-color: var(--color-xdark);--host-container-title-color: var(--color-xwhite-off)}body.theme-light{--host-container-background: var(--color-xgray-alt-30);--host-container-border-color: var(--color-stroke-light);--host-container-title-color: var(--color-xdark)}._hostContainer_uucjk_12{padding:10px;border-radius:10px;border:2px solid var(--host-container-border-color);background:var(--host-container-background)}._hostContainer_uucjk_12:not(:last-child){margin-bottom:8px}._hostContainer__components_uucjk_21{margin-top:8px}._hostContainer_disabled_uucjk_24{border-color:var(--component-container-disabled-color)}._hostContainerHeader_uucjk_28{display:flex;gap:12px;line-height:28px}._hostContainerHeader__title_uucjk_33{flex-shrink:0;color:var(--host-container-title-color);font-size:15px}._hostContainerHeader__add_uucjk_38{flex-shrink:0;margin-left:auto}._hostsMapping_s6ada_1{display:grid;grid-template-columns:4fr 1fr;gap:20px}._hostContainer_s6ada_7{grid-column:1}._collapsibleComponentRestrictions_11qq2_1:not(:last-child){margin-bottom:16px}._collapsibleComponentRestrictions__header_11qq2_4{background-color:#f2616126;border-radius:4px;display:flex;justify-content:space-between;align-items:center;padding:4px 8px;color:var(--color-light-red);font-weight:500;font-size:15px}._collapsibleComponentRestrictions__icon_11qq2_15{cursor:pointer}._collapsibleComponentRestrictions__icon_11qq2_15:not(.is-open){transform:rotate(-90deg)}._collapsibleComponentRestrictions__list_11qq2_21{margin-top:8px}body.theme-dark{--restrictions-list-background: rgba(39, 38, 43, .3);--restrictions-list-header-color: var(--color-xwhite-off)}body.theme-light{--restrictions-list-background: rgba(227, 234, 238, .3);--restrictions-list-header-color: var(--color-xdark)}._restrictionsList_1nxo9_10{max-height:calc(100vh - 353px);overflow-y:hidden;background-color:var(--restrictions-list-background);padding:16px 12px 12px;border-radius:10px;display:flex;gap:16px;flex-direction:column}._restrictionsList__header_1nxo9_20{color:var(--restrictions-list-header-color);font-size:15px;font-weight:500}._restrictionsList__content_1nxo9_25{max-height:100%;overflow-y:scroll;padding-right:8px}._showServices__disclaimer_kl4go_1{margin-bottom:24px}._showServices__component_kl4go_4{margin-bottom:16px}._showServices__warning_kl4go_7{margin-top:24px}body.theme-dark{--component-container-valid-color: var(--color-xgreen-saturated);--component-container-valid-text-color: var(--color-xgreen-saturated);--component-container-error-color: var(--color-xred);--component-container-disabled-color: var(--color-xdark-plate20)}body.theme-light{--component-container-valid-color: var(--color-xgreen-saturated);--component-container-valid-text-color: var(--color-xgreen);--component-container-error-color: var(--color-xred-light);--component-container-disabled-color: var(--color-xdark-plate20)}._clusterMapping_1uq9k_14{margin-top:40px;margin-bottom:40px}._hostsModeSwitch_1uq9k_19{margin-bottom:24px}body.theme-dark{--mainInfoPanel-background-color: var(--color-xdark-new-20)}body.theme-light{--mainInfoPanel-background-color: var(--color-xgray-alt-30)}._mainInfoPanel_1iolh_8{padding:20px;border-radius:15px;background:var(--mainInfoPanel-background-color)}._mainInfoPanel_1iolh_8 .marked-list{margin-left:18px}._mainInfoPanel_1iolh_8 p{margin:0}._mainInfoPanel_1iolh_8 p:not(:first-child){margin-top:1em}._mainInfoPanel_1iolh_8 p:not(:last-child){margin-bottom:1em}._clusterOverviewServices__wrapper_1xobl_8{display:flex;min-height:326px}._clusterOverviewServices__services_1xobl_12{width:100%;display:flex;flex-wrap:wrap;justify-items:start;align-items:start;gap:12px;margin-bottom:24px}._clusterOverviewServices__servicesContainer_1xobl_21{width:100%;display:flex;flex-direction:column;justify-content:flex-start;margin-left:12px}._clusterOverviewServices__footer_1xobl_28{margin-top:auto}._clusterOverviewServices__spinnerWrapper_1xobl_31{text-align:center;width:100%;background:var(--cluster-overview-loading-background-color);display:flex;align-items:center;justify-content:center;flex:5;border-radius:15px}._clusterOverviewServices__noData_1xobl_41{margin-left:40px}body.theme-dark{--circle-diagram-empty-color: var(--color-xdark-new-50);--circle-diagram-counter-color: var(--color-xwhite-off)}body.theme-light{--circle-diagram-empty-color: var(--color-xgray-alt);--circle-diagram-counter-color: var(--color-xdark)}._circleDiagram_1uusd_10{align-items:center;display:flex;justify-content:center;font-weight:500;font-size:18px;position:relative;height:199px;width:199px;--circle-diagram-fill-color: currentColor}._circleDiagram_1uusd_10 svg{position:absolute;left:0;top:0}._circleDiagram_1uusd_10 circle{transition:stroke-dashoffset 1s}._circleDiagram__counter_1uusd_29{color:var(--circle-diagram-counter-color)}._clusterOverviewDiagram__wrapper_1qb4z_1{width:199px;display:flex;margin:0 12px}._clusterOverviewDiagram_up_1qb4z_6{color:var(--color-xgreen)}._clusterOverviewDiagram_down_1qb4z_9{color:var(--color-yellow-light)}._clusterOverviewDiagram_empty_1qb4z_12{--circle-diagram-empty-color: var(--color-xgreen)}body.theme-dark{--cluster-overview-service-item-bg-color: var(--color-xdark-new-20);--cluster-overview-service-item-border-color: var(--color-xdark);--cluster-overview-service-item-bg-hover-color: var(--color-xdark-new-50);--cluster-overview-service-item-bg-active-color: var(--color-xdark)}body.theme-light{--cluster-overview-service-item-bg-color: var(--color-xgray-alt-30);--cluster-overview-service-item-border-color: var(--color-xgray-lighter);--cluster-overview-service-item-bg-hover-color: var(--color-xgray-alt-50);--cluster-overview-service-item-bg-active-color: var(--color-popup-light)}._clusterOverviewServiceItem_1sgoc_14{padding:12px 16px 16px;border-radius:10px;background:var(--cluster-overview-service-item-bg-color);border:2px solid var(--cluster-overview-service-item-border-color);overflow:hidden;max-width:100%;width:200px;height:81px;box-sizing:border-box}._clusterOverviewServiceItem_1sgoc_14:hover{background:var(--cluster-overview-service-item-bg-hover-color)}._clusterOverviewServiceItem__title_1sgoc_28{font-weight:500;font-size:18px;margin-bottom:12px;padding-right:10px;position:relative;text-overflow:ellipsis;overflow:hidden;display:block;max-width:100%;width:fit-content;white-space:nowrap}._clusterOverviewServiceItem__title_1sgoc_28:after{position:absolute;top:50%;right:0;transform:translateY(-50%)}._clusterOverviewServiceItem__text_1sgoc_47{color:var(--color-xgray-light)}._clusterOverviewFilter_15xot_1{margin-bottom:24px}._clusterOverviewFilter_15xot_1 button{width:64px}body.theme-dark{--cluster-overview-loading-background-color: var(--color-xdark-new-20)}body.theme-light{--cluster-overview-loading-background-color: var(--color-xgray-alt-30)}._clusterOverviewHosts__wrapper_ep6nx_8{display:flex}._clusterOverviewHosts__hosts_ep6nx_11{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}._clusterOverviewHosts__hostsContainer_ep6nx_18{margin-left:12px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:326px}._clusterOverviewHosts__title_ep6nx_26{padding-right:10px;position:relative;text-overflow:ellipsis;overflow:hidden;display:block;max-width:100%;width:fit-content;white-space:nowrap}._clusterOverviewHosts__title_ep6nx_26:after{position:absolute;top:50%;right:0;transform:translateY(-50%)}._clusterOverviewHosts__spinnerWrapper_ep6nx_42{text-align:center;width:100%;background:var(--cluster-overview-loading-background-color);display:flex;align-items:center;justify-content:center;flex:5;border-radius:15px}._clusterOverviewHosts__footer_ep6nx_52{margin-top:auto}._clusterOverviewHosts__noData_ep6nx_55{margin-left:40px}._servicesDependenciesWarning__row_1ou83_1{font-size:15px;line-height:18px}._servicesDependenciesWarning__row_1ou83_1:not(:last-child){margin-bottom:8px}._selectServicesStep__warning_1e7o6_1{margin-top:24px}._configGroupsHeader_bpff0_1{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;padding-left:20px!important}body.theme-dark{--dialog-create-background: var(--color-xblack)}._configGroupCreateDialog_1wbv4_5{background:var(--dialog-create-background)}._listTransfer_1wsqx_1{display:grid;grid-template-columns:1fr 1fr;gap:20px}._listTransfer__leftPanel_1wsqx_6{--list-transfer-panel-title-color: var(--text-green-color)}._listTransfer__rightPanel_1wsqx_9{--list-transfer-panel-title-color: var(--text-accent-color)}body.theme-dark{--list-transfer-panel-background: var(--color-xdark-new-20)}body.theme-light{--list-transfer-panel-background: var(--color-xgray-alt-30)}._listTransferPanel_6wofk_8{background:var(--list-transfer-panel-background);padding:8px 12px 12px;border-radius:5px;min-height:0;display:grid;grid-template-rows:min-content min-content min-content}._listTransferPanel__title_6wofk_16{color:var(--list-transfer-panel-title-color, inherit);font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:10px}._listTransferPanel__filters_6wofk_24{gap:12px;display:flex;margin-bottom:20px}._listTransferPanel__search_6wofk_29{flex:1}._listTransferPanel__checkAll_6wofk_32{margin-bottom:20px}._listTransferPanel__list_6wofk_35{display:flex;flex-direction:column;gap:8px;align-items:flex-start;overflow:auto;max-height:var(--list-transfer-list-max-height, none)}body.theme-dark{--list-transfer-item-src-include-border: var(--color-xdark);--list-transfer-item-src-include-color: var(--color-xgray-light)}body.theme-light{--list-transfer-item-src-include-border: var(--color-stroke-light);--list-transfer-item-src-include-color: var(--color-xgray-lighter)}._listTransferItemSrc_include_1pugx_10{color:var(--list-transfer-item-src-include-color);border:2px solid var(--list-transfer-item-src-include-border);border-radius:8px;padding:4px 32px;font-size:14px;line-height:20px}body.theme-dark{--dialog-mapping-background: var(--color-xblack)}._configGroupMappingDialog_1cg1l_5{background:var(--dialog-mapping-background);max-height:100%;display:grid;grid-template-rows:min-content 1fr}._configGroupMappingDialog__listTransfer_1cg1l_11{height:100%}body.theme-dark{--service-components-expanded-block-title-color: var(--color-xgreen-saturated)}body.theme-light{--service-components-expanded-block-title-color: var(--color-xgreen)}._serviceComponentsTableExpandedContent_1pltl_8{margin-top:20px}._serviceComponentsTableExpandedContent__title_1pltl_11{color:var(--service-components-expanded-block-title-color);margin:16px 0;font-weight:500}._serviceComponentsTableExpandedContent__checkboxes_1pltl_16 label{margin-right:30px}._serviceComponentsTableExpandedContent__tags_1pltl_19{flex-direction:row;width:fit-content;margin:16px 16px 0 0}._serviceComponentsTableExpandedContent__tags_1pltl_19 div{width:fit-content;padding:6px 12px}._expandDetailsCell_5f9r4_1{display:flex;align-items:center;width:40%;justify-content:space-between}._cell_1o3md_1 div{display:flex;align-items:center;gap:8px}._rbacUserForm_1aas9_1{display:grid;grid-template-columns:1fr 1fr;gap:0 12px;grid-template-areas:"username username" "password confirmPassword" "firstName lastName" "isSuperUser ." "email email" "groups groups"}._rbacUserForm__username_1aas9_7{grid-area:username}._rbacUserForm__password_1aas9_10{grid-area:password}._rbacUserForm__confirmPassword_1aas9_13{grid-area:confirmPassword}._rbacUserForm__firstName_1aas9_16{grid-area:firstName}._rbacUserForm__lastName_1aas9_19{grid-area:lastName}._rbacUserForm__isSuperUser_1aas9_22{grid-area:isSuperUser}._rbacUserForm__email_1aas9_25{grid-area:email}._rbacUserForm__groups_1aas9_28{grid-area:groups}._markerIcon_1aas9_32{position:absolute;margin:3px 10px 0}._multiSelectResults_1yvgf_1{margin-top:12px}._multiSelectResults__tag_1yvgf_4{padding-left:12px;max-width:100%;box-sizing:border-box}._multiSelectResults__tagContent_1yvgf_9{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._content__title_vbr6k_8{color:var(--role-expanded-block-title-color);margin:16px 0;font-weight:500}._content__checkboxes_vbr6k_13 label{margin-right:30px}._content__tags_vbr6k_16{flex-direction:column;width:fit-content;margin-top:16px}._content__tags_vbr6k_16 div{width:fit-content;padding:6px,12px}body.theme-dark{--role-expanded-block-title-color: var(--color-xgreen-saturated)}body.theme-light{--role-expanded-block-title-color: var(--color-xgreen)}._content__title_1btnc_8{color:var(--role-expanded-block-title-color);margin:16px 0;font-weight:500}._content__checkboxes_1btnc_13{display:flex;gap:15px 30px;flex-wrap:wrap}._content__tags_1btnc_18{flex-direction:column;width:fit-content;margin-top:16px}._roleName_1anti_1{color:var(--table-secondary-row-name-color)!important;font-weight:500}body.theme-dark{--role-permissions-list-bg-color: var(--color-xdark-new);--role-all-permissions-title-color: var(--color-xgreen-saturated);--role-selected-permissions-title-color: var(--color-xwhite-off)}body.theme-light{--role-permissions-list-bg-color: var(--color-xgray-alt);--role-all-permissions-title-color: var(--color-xgreen);--role-selected-permissions-title-color: var(--color-xdark)}._roleDialogForm_5vz5q_12{--list-transfer-list-max-height: calc(100vh - 510px) ;display:grid;height:100%;grid-template-rows:min-content 1fr}._roleDialogForm__column_5vz5q_18{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin-bottom:24px}._roleDialogForm__productFilter_5vz5q_24{grid-column:1/-1}._roleDialogForm__productsLabel_5vz5q_27{color:var(--text-green-color);margin-bottom:20px}._roleDialogForm__listTransfer_5vz5q_31{min-height:0}._roleDialog_5vz5q_12{display:grid;grid-template-rows:min-content min-content 1fr;max-height:100%}body.theme-dark{--policy-expanded-block-title-color: var(--color-xgreen-saturated)}body.theme-light{--policy-expanded-block-title-color: var(--color-xgreen)}._content__title_llvgb_8{display:block;color:var(--policy-expanded-block-title-color);margin:16px 0;font-weight:500;text-transform:capitalize}._content__tags_llvgb_15{width:fit-content;margin-top:16px}._content__tags_llvgb_15 div{width:fit-content;padding:6px,12px}body.theme-dark{--steps-panel-background: var(--color-xdark-new-20);--step-number-background: var(--color-xdark);--step-number-text: var(--color-xwhite-off);--step-text-valid: var(--color-xgreen-saturated)}body.theme-light{--steps-panel-background: var(--color-xgray-alt-30);--step-number-background: var(--color-popup-light);--step-number-text: var(--color-stroke-light);--step-text-valid: var(--color-xgreen-saturated)}._policyFormDialogWizard_de613_14 ._stepsPanel_de613_14{padding:12px;border-radius:12px;background:var(--steps-panel-background);margin-bottom:16px}._policyFormDialogWizard_de613_14 ._stepsPanel__stepButton_valid_de613_20{color:var(--step-text-valid)!important}._policyFormDialogWizard_de613_14 ._stepsPanel__stepButton_de613_20 span{display:inline-flex;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--step-number-background);margin-right:6px;line-height:20px}._bundleOverviewHeader_pbp0b_1{margin-bottom:40px}body.theme-dark{--link-hover-color: var(--color-xgreen-saturated)}body.theme-light{--link-hover-color: var(--color-xgreen)}._bundleOverviewTable_65at4_8 td a{color:var(--color-xblue);text-decoration:underline}._bundleOverviewTable_65at4_8 td a:hover{color:var(--link-hover-color)}body.theme-dark{--accept-panel-background: var(--color-xdark-new-20)}body.theme-light{--accept-panel-background: var(--color-xgray-alt-30)}._acceptPanel_8wv94_8{display:flex;justify-content:space-between;margin:32px 0;border-radius:12px;background-color:var(--accept-panel-background);padding:8px 12px}body.theme-dark{--license-text-color: var(--color-xgray-lighter)}body.theme-light{--license-text-color: var(--color-added-text)}._bundleOverviewLicense_xtbad_8 pre{color:var(--license-text-color);font-size:14px;font-style:normal;font-weight:400;line-height:20px;white-space:break-spaces;font-family:inherit}._spinner_1pvv7_1{text-align:center;margin-top:30px}body.theme-dark{--expandable-switch-color: var(--color-xgray-lighter);--expandable-switch-border-color: var(--color-xdark);--expandable-switch-bg-color: var(--color-new-light);--expandable-switch-shadow: 0px 20px 20px 0px rgba(2, 1, 17, .2)}body.theme-light{--expandable-switch-color: var(--color-xgray-new-darker);--expandable-switch-border-color: var(--color-stroke-light);--expandable-switch-bg-color: var(--color-xgray-alt);--expandable-switch-shadow: 0px 20px 20px 0px rgba(199, 196, 226, .2)}._expandableSwitch_1a78n_14{display:flex;width:fit-content;border-radius:12px;border:1px solid var(--expandable-switch-border-color);background:var(--expandable-switch-bg-color);box-shadow:var(--expandable-switch-shadow);padding:8px;gap:10px;color:var(--expandable-switch-color);height:20px;justify-content:flex-end;align-items:center;overflow:hidden;z-index:1}._expandableSwitch_1a78n_14:hover>._expandableSwitch__label_1a78n_30{display:initial}._expandableSwitch__label_1a78n_30{display:none}._overviewHeader_1bufd_1{margin-bottom:40px;justify-content:start}body.theme-dark{--job-page-table-subjobs-name-color: var(--color-xwhite-off)}body.theme-light{--job-page-table-subjobs-name-color: var(--color-xdark)}._subJobRow__subJobName_13cko_8{color:var(--job-page-table-subjobs-name-color)!important;font-weight:500}._subJobsTable_1aoc7_1{margin-top:var(--base-margin-v)}._subJobsAutoScroll_u9cs0_1{position:fixed;right:20px;bottom:40px;cursor:pointer}body.theme-dark{--subjob-node-background: transparent;--subjob-node-background-hover: var(--color-xdark-plate10);--subjob-node-status-color: var(--color-xgray-lighter);--subjob-node-title-color: var(--color-xgray-lighter);--subjob-node-status-color-hover: var(--color-xwhite-off);--subjob-node-title-color-hover: var(--color-xwhite-off);--subjob-node-status-color-open: var(--color-xwhite-off);--subjob-node-title-color-open: var(--color-xgreen-saturated);--subjob-node-title-color-failed: var(--color-xred);--subjob-node-message-background: var(--color-xdark-plate10);--subjob-node-message-color: var(--color-xgray-lighter)}body.theme-light{--subjob-node-background: transparent;--subjob-node-background-hover: rgba(255, 255, 255, .4);--subjob-node-status-color: var(--color-xgray-darker);--subjob-node-title-color: var(--color-xgray-darker);--subjob-node-status-color-hover: var(--color-xdark);--subjob-node-title-color-hover: var(--color-xdark);--subjob-node-status-color-open: var(--color-xdark);--subjob-node-title-color-open: var(--color-xgreen);--subjob-node-title-color-failed: var(--color-xred-light);--subjob-node-message-background: #F7F9FA;--subjob-node-message-color: var(--color-xgray-darker)}._subJobLogCheckNode_rr8g7_28{border-radius:16px;border:2px solid var(--subjob-node-border);padding:4px 8px;transition:background-color .25s;background:var(--subjob-node-background)}._subJobLogCheckNode_rr8g7_28:hover{--subjob-node-background: var(--subjob-node-background-hover);--subjob-node-status-color: var(--subjob-node-status-color-hover);--subjob-node-title-color: var(--subjob-node-title-color-hover)}._subJobLogCheckNode_rr8g7_28.is-open{--subjob-node-status-color: var(--subjob-node-status-color-open);--subjob-node-title-color: var(--subjob-node-title-color-open)}._subJobLogCheckNode_rr8g7_28.is-open.is-failed{--subjob-node-title-color: var(--subjob-node-title-color-failed)}._subJobLogCheckNode__header_rr8g7_47{display:flex;align-items:flex-start;gap:16px}._subJobLogCheckNode__iconWrapper_rr8g7_52{display:flex;min-height:20px;align-items:center}._subJobLogCheckNode__status_rr8g7_57{color:var(--subjob-node-status-color);transition:color .25s}._subJobLogCheckNode__title_rr8g7_61{color:var(--subjob-node-title-color);transition:color .25s;min-width:0;flex:1;cursor:pointer}._subJobLogCheckNode__arrow_up_rr8g7_68{transform:rotate(180deg)}._subJobLogCheckNode__messagePanel_rr8g7_71{margin:6px 0 4px;background:var(--subjob-node-message-background);padding:4px 8px 4px 10px;border-radius:12px;color:var(--subjob-node-message-color)}._subJobLogCheckNode__message_rr8g7_71{white-space:pre;font-size:13px;line-height:20px;overflow:auto}body.theme-dark{--subjob-node-border-default: var(--color-xdark);--subjob-node-border-error: var(--color-dark-red)}body.theme-light{--subjob-node-border-default: var(--color-xgray-lighter);--subjob-node-border-error: var(--color-xred-light)}._subJobLogCheck_18ixf_10{margin:32px 0}._subJobLogCheck__collapseNode_18ixf_13{--subjob-node-border: var(--subjob-node-border-default);--collapse-node-parent-border-color: var(--subjob-node-border-default);--collapse-node-child-border-color: var(--subjob-node-border)}._subJobLogCheck__collapseNode_failed_18ixf_18{--subjob-node-border: var(--subjob-node-border-error)}._subJobLogCheck__collapseNode_18ixf_13>div{width:auto}._subJobLogText_o8rld_1{margin-top:var(--page-padding-v);height:calc(100vh - 490px);display:flex}body.theme-dark{--download-subjob-log-icon-button-border: var(--color-xdark);--download-subjob-log-icon-color: #989AA8}body.theme-light{--download-subjob-log-icon-button-border: var(--color-xgray-lighter);--download-subjob-log-icon-color: var(--color-adcmx)}._downloadSubJobLog_1m1ob_10{display:flex}._downloadSubJobLog_1m1ob_10 ._iconButton_1m1ob_13{border-radius:4px;border:2px solid var(--download-subjob-log-icon-button-border);width:20px;height:20px;color:var(--download-subjob-log-icon-color)}._downloadSubJobLog_1m1ob_10 ._iconButton_1m1ob_13:hover{color:var(--icon-button-color-hover);background:var(--icon-button-background-hover)}._tabButton_nxc4w_1{display:flex;gap:6px}._subJobLog__spinner_sx7qb_1{padding-top:var(--base-margin-v)}body.theme-dark{--subjob-cell-background: var(--color-new-light-30)}body.theme-light{--subjob-cell-background: var(--color-xwhite-70)}._subJobInfo_6i996_8{display:flex;flex-direction:column;gap:20px;margin-top:40px;border-radius:8px;background:var(--subjob-cell-background)}._subJobInfo_6i996_8 ._logsWrapper_6i996_16{padding:0 12px}._subJobLogAutoScroll_6i996_20{position:fixed;right:20px;bottom:40px;cursor:pointer}._hostProviderPage_1dgrh_1{margin-top:10px;margin-bottom:30px}._configGroupSingleHeader_iotvc_1{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-bottom:32px}._configurationToolbar_1w4qt_1{display:flex;gap:10px 20px;margin:32px 0}._configurationToolbar__search_1w4qt_6{width:33%;min-width:200px}._configurationToolbar__buttons_1w4qt_10{margin-left:auto}._actionHostGroupsTableExpandedContent_ugkhz_1{margin-top:20px}._actionHostGroupsTableExpandedContent__tags_ugkhz_4{flex-direction:row;width:fit-content;margin:16px 16px 0 0}._actionHostGroupsTableExpandedContent__tags_ugkhz_4 div{width:fit-content;padding:6px 12px}._actionHostGroupDialogForm_1vlj9_1{display:grid;height:100%;grid-template-rows:min-content 1fr}._actionHostGroupDialogForm__column_1vlj9_6{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin-bottom:24px}._actionHostGroupDialog_1vlj9_1{display:grid;grid-template-rows:min-content min-content 1fr;max-height:100%}
