@charset "UTF-8";@keyframes euiAnimFadeIn{0%{opacity:0}to{opacity:1}}@keyframes euiGrow{0%{opacity:0}1%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes focusRingAnimate{0%{box-shadow:0 0 0 2px #07c0}to{box-shadow:0 0 0 2px #0071c2}}@keyframes focusRingAnimateLarge{0%{box-shadow:0 0 0 10px #07c0}to{box-shadow:0 0 0 4px #0071c2}}@keyframes euiButtonActive{50%{transform:translateY(1px)}}.react-datepicker__day-names,.react-datepicker__week{display:flex;flex-grow:1;justify-content:space-between;white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name{border-radius:4px;color:#1a1c21;display:inline-block;font-weight:500;line-height:32px;margin:2px;text-align:center;width:32px}.react-datepicker__day-name{color:#69707d}.react-datepicker__day{cursor:pointer;transition:transform 90ms ease-in-out}.react-datepicker__day:hover{background-color:#07c3;color:#0061a6;text-decoration:underline}@media screen and (prefers-reduced-motion:no-preference){.react-datepicker__day:hover{transform:scale(1.1)}}.react-datepicker__day--today{color:#07c;font-weight:700}.react-datepicker__day--outside-month{color:#69707d}.react-datepicker__day--highlighted,.react-datepicker__day--highlighted:hover{background-color:#00bfb333;color:#00726b}.react-datepicker__day--in-range,.react-datepicker__day--in-range:hover{background-color:#07c3;color:#0061a6}.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected),.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover,.react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover){border-radius:0;box-shadow:-2px 0 #07c3,2px 0 #07c3}.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):first-of-type,.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:first-of-type,.react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):first-of-type{box-shadow:2px 0 #07c3}.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):hover:last-of-type,.react-datepicker__day--in-range.react-datepicker__day--disabled:not(.react-datepicker__day--selected):last-of-type,.react-datepicker__day--in-range:not(.react-datepicker__day--selected):not(:hover):last-of-type{box-shadow:-2px 0 #07c3}.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected,.react-datepicker__day--selected:hover{background-color:#07c;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:#bd271e80}.react-datepicker__day--disabled,.react-datepicker__day--disabled:hover{background-color:#abb4c41a;color:#a2abba;cursor:not-allowed;text-decoration:none;transform:none}.react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected),.react-datepicker__day--disabled.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover,.react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected),.react-datepicker__day--disabled:hover.react-datepicker__day--in-range:not(.react-datepicker__day--selected):hover{background-color:#07c3;color:#8c9daa}.react-datepicker__day--disabled.react-datepicker__day--selected,.react-datepicker__day--disabled.react-datepicker__day--selected:hover{background-color:#bd271e33;color:#bd271e}.react-datepicker__header--time{display:none}.react-datepicker__time-container{background-color:#fafbfd;border-left:#d3dae6;border-radius:6px;display:flex;flex-grow:1;margin-left:8px;margin-top:40px;width:auto}.react-datepicker__time-container--focus .react-datepicker__time-list-item--preselected{text-decoration:underline}@media only screen and (max-width:574px){.react-datepicker__time-container{margin-top:0}}.react-datepicker__time,.react-datepicker__time-box,.react-datepicker__time-list{display:flex;flex-direction:column;flex-grow:1}.react-datepicker__time-list{align-items:center;gap:4px;height:100%;height:100px!important;overflow-x:hidden;overflow-y:auto;padding:4px 12px;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.react-datepicker__time-list::-webkit-scrollbar{height:16px;width:16px}.react-datepicker__time-list::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.react-datepicker__time-list::-webkit-scrollbar-corner,.react-datepicker__time-list::-webkit-scrollbar-track{background-color:initial}.react-datepicker__time-list:focus{outline:none}.react-datepicker__time-list[tabindex="0"]:focus:focus-visible{outline-style:auto}.react-datepicker__time-list-item{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";animation:none!important;-webkit-appearance:none;appearance:none;border-radius:4px;cursor:pointer;display:inline-block;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-size:1rem;font-size:12px;font-weight:400;font-weight:500;height:40px;height:24px;letter-spacing:normal;line-height:40px;line-height:1.7142857143rem;line-height:24px;max-width:100%;outline-offset:-1px;padding:0 8px;text-align:center;text-decoration:none;transform:none!important;transition-duration:.15s;transition-timing-function:ease-in;vertical-align:middle;white-space:nowrap}@media screen and (prefers-reduced-motion:no-preference){.react-datepicker__time-list-item{transition:transform .25s ease-in-out,background-color .25s ease-in-out}.react-datepicker__time-list-item:hover:not(:disabled){transform:translateY(-1px)}.react-datepicker__time-list-item:focus{animation:euiButtonActive .25s cubic-bezier(.34,1.61,.7,1)}.react-datepicker__time-list-item:active:not(:disabled){transform:translateY(1px)}}.react-datepicker__time-list-item:focus,.react-datepicker__time-list-item:hover:not(:disabled){text-decoration:underline}.react-datepicker__time-list-item--disabled,.react-datepicker__time-list-item--disabled:hover{background-color:initial;color:#abb4c4;cursor:not-allowed;text-decoration:none!important}.react-datepicker__time-list-item--injected,.react-datepicker__time-list-item--injected:hover{background-color:#00bfb333;color:#00726b}.react-datepicker__time-list-item--preselected,.react-datepicker__time-list-item--preselected:hover{background:#0077cc1a}.react-datepicker__time-list-item--selected,.react-datepicker__time-list-item--selected:hover{background-color:#07c;color:#fff}.react-datepicker--time-only{padding:0!important}.react-datepicker--time-only .react-datepicker__time-container{background-color:initial;margin:0}.react-datepicker--time-only .react-datepicker__time-list{height:204px!important}.react-datepicker--time-only .react-datepicker__time-list-item{font-size:14px;min-width:112px;text-align:left}.react-datepicker__header__dropdown{display:flex;gap:4px;justify-content:center;left:36px;padding:8px;position:absolute;right:36px;top:0}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";align-items:center;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;border-radius:4px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;display:flex;flex-direction:row-reverse;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;font-weight:500;height:40px;height:32px;justify-content:space-between;letter-spacing:normal;max-width:400px;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.react-datepicker__month-read-view::placeholder,.react-datepicker__month-year-read-view::placeholder,.react-datepicker__year-read-view::placeholder{color:#69707d;opacity:1}@supports (-moz-appearance:none){.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{transition-property:box-shadow,background-image,background-size}}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer;text-decoration:underline}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMTMuMDY5IDUuMTU3IDguMzg0IDkuNzY4YS41NDYuNTQ2IDAgMCAxLS43NjggMEwyLjkzIDUuMTU4YS41NTIuNTUyIDAgMCAwLS43NzEgMCAuNTMuNTMgMCAwIDAgMCAuNzU5bDQuNjg0IDQuNjFjLjY0MS42MzEgMS42NzIuNjMgMi4zMTIgMGw0LjY4NC00LjYxYS41My41MyAwIDAgMCAwLS43Ni41NTIuNTUyIDAgMCAwLS43NzEgMFoiLz48L2RlZnM+PHVzZSBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNhIi8+PC9zdmc+);background-position:50%;background-size:cover;display:inline-block;height:12px;right:8px;width:12px}.react-datepicker__month-read-view--selected-month,.react-datepicker__month-read-view--selected-year,.react-datepicker__month-year-read-view--selected-month,.react-datepicker__month-year-read-view--selected-year,.react-datepicker__year-read-view--selected-month,.react-datepicker__year-read-view--selected-year{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.react-datepicker__month-dropdown-container,.react-datepicker__year-dropdown-container{display:inline-block;flex-grow:1;max-width:400px;position:relative}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown-container>div:not([class*=read-view]){background-color:#fff;border-radius:6px;box-shadow:0 .7px 1.4px #00000012,0 1.9px 4px #0000000d,0 4.5px 10px #0000000d;height:100%;height:auto;max-height:250px;min-width:100px;overflow-x:hidden;overflow-y:auto;position:absolute;scrollbar-color:#69707d80 #0000;scrollbar-width:thin;width:100%;z-index:1}.react-datepicker__month-dropdown::-webkit-scrollbar,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar{height:16px;width:16px}.react-datepicker__month-dropdown::-webkit-scrollbar-thumb,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.react-datepicker__month-dropdown::-webkit-scrollbar-corner,.react-datepicker__month-dropdown::-webkit-scrollbar-track,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-corner,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-track{background-color:initial}.react-datepicker__month-dropdown:focus,.react-datepicker__year-dropdown-container>div:not([class*=read-view]):focus{outline:none}.react-datepicker__month-dropdown[tabindex="0"]:focus:focus-visible,.react-datepicker__year-dropdown-container>div:not([class*=read-view])[tabindex="0"]:focus:focus-visible{outline-style:auto}.react-datepicker__year-dropdown-container>div:not([class*=read-view]) .react-datepicker__year-dropdown{display:flex;flex-direction:column-reverse;justify-content:flex-end;padding:4px}.react-datepicker__month-dropdown-container{flex-grow:2}.react-datepicker__month-dropdown-container .react-datepicker__month-dropdown{min-width:140px;padding:4px}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{border-radius:4px;cursor:pointer;font-size:14px;height:24px;line-height:24px;margin:4px 0;padding:0 8px}.react-datepicker__month-option:focus,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:focus,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:focus,.react-datepicker__year-option:hover{text-decoration:underline}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{display:none}.react-datepicker__month-option--preselected,.react-datepicker__month-option--preselected:hover,.react-datepicker__year-option--preselected,.react-datepicker__year-option--preselected:hover{background:#0077cc1a}.react-datepicker__month-option--selected_month,.react-datepicker__month-option--selected_month:hover,.react-datepicker__year-option--selected_year,.react-datepicker__year-option--selected_year:hover{background-color:#07c;color:#fff}.react-datepicker__navigation--next,.react-datepicker__navigation--previous{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzM0Mzc0MSIgZD0iTTExLjY5MiA3SDMuNTU2QzMuMjQ5IDcgMyA3LjIyNCAzIDcuNXMuMjQ5LjUuNTU2LjVoOC4xMzZsLTQuMDk2IDQuMDk2YS41LjUgMCAwIDAgLjcwNy43MDdsNC4yNDMtNC4yNDJjLjI1OC0uMjU5LjQwMy0uNTg3LjQzMy0uOTI1YS40NTQuNDU0IDAgMCAwIDAtLjI3MiAxLjQ5NCAxLjQ5NCAwIDAgMC0uNDMzLS45MjVMOC4zMDMgMi4xOTdhLjUuNSAwIDEgMC0uNzA3LjcwN0wxMS42OTIgN3oiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;border-radius:4px;cursor:pointer;height:32px;overflow:hidden;position:absolute;text-indent:-999em;top:8px;width:32px;z-index:1}.react-datepicker__navigation--next:focus,.react-datepicker__navigation--next:hover,.react-datepicker__navigation--previous:focus,.react-datepicker__navigation--previous:hover{background-color:#0077cc1a}.react-datepicker__navigation--previous{left:8px;transform:rotate(180deg);transform-origin:center}.react-datepicker__navigation--next{right:8px}.euiDatePicker{display:block}.euiDatePicker .euiFormControlLayout{height:auto}.euiDatePicker--inline .euiFormControlLayout{background-color:initial;box-shadow:none;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.euiDatePicker--inline .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper{background-color:initial;flex-direction:column}.euiDatePicker--inline .euiFormControlLayoutIcons{justify-content:center;padding-block-end:8px}.euiDatePicker--shadow .euiFormControlLayout{box-shadow:0 .9px 4px -1px #00000014,0 2.6px 8px -1px #0000000f,0 5.7px 12px -1px #0000000d,0 15px 15px -1px #0000000a}.euiDatePicker--shadow .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper{background-color:#fff}.react-datepicker{border-radius:6px;color:#343741;display:flex;font-size:12px;justify-content:center;padding:8px}.react-datepicker--non-interactive{pointer-events:none}.react-datepicker-time__header,.react-datepicker__current-month{display:none}.react-datepicker__screenReaderOnly{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;left:-10000px;margin:-1px;overflow:hidden;position:absolute;top:auto;width:1px}.react-datepicker__focusTrap{display:flex;justify-content:center}.react-datepicker__month-container{flex-grow:1;margin-top:36px}.react-datepicker__header{display:flex;flex-direction:column}.react-datepicker-time__header{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.react-datepicker__month{border-radius:6px;text-align:center}@media only screen and (max-width:574px){.react-datepicker,.react-datepicker__focusTrap{flex-direction:column}.react-datepicker__time-box{margin-top:0}}.euiColorPicker{position:relative;width:152px}.euiColorPicker__popoverAnchor .euiColorPicker__input{padding-right:40px}.euiColorPicker__popoverAnchor .euiColorPicker__input[class*="--compressed"]{padding-right:32px}.euiColorPicker__popoverAnchor .euiColorPicker__input+.euiFormControlLayoutIcons{color:inherit}.euiColorPicker__swatches{display:flex;flex-wrap:wrap;margin:-4px}.euiColorPicker__swatch-item{margin:4px}.euiSwatchInput__stroke{fill:none;stroke:#0003}.euiColorPicker__popoverPanel--pickerOnly{padding-bottom:0!important}.euiColorPicker__input--inGroup{border-radius:0;box-shadow:none!important;height:38px!important}.euiColorPicker__input--inGroup.euiFieldText--compressed{border-radius:0;height:30px!important}.euiColorPicker__alphaRange .euiRangeInput{min-width:0}.euiColorPickerSwatch{border:1px solid #0000001a;border-radius:3px;box-shadow:inset 0 0 0 1px #ffffff0d;cursor:pointer;display:inline-block;height:24px;width:24px}.euiColorPickerSwatch:disabled{cursor:default}.euiColorPickerSwatch:focus{outline:2px solid currentColor}.euiColorPickerSwatch:focus:focus-visible{outline-style:auto}.euiColorPickerSwatch:focus:not(:focus-visible){outline:none}.euiHue{background:linear-gradient(90deg,#ff3232 0,#fff130 20%,#45ff30 35%,#28fff0 52%,#282cff 71%,#ff28fb 88%,#ff0094);height:24px;margin:4px 0}.euiHue:after,.euiHue:before{background:#fff;content:"";height:8px;left:0;position:absolute;width:100%}.euiHue:after{bottom:0}.euiHue__range{-webkit-appearance:none;appearance:none;background:#0000;height:24px;margin:0 -1px;position:relative;width:calc(100% + 2px);z-index:2}.euiHue__range::-webkit-slider-thumb{background:#fff no-repeat 50%;background-color:#69707d;border:2px solid #fff;border-radius:14px;box-shadow:0 0 0 1px #fff,0 2px 2px -1px #0003,0 1px 5px -2px #0003;box-sizing:border-box;cursor:pointer;height:16px;padding:0;-webkit-transition:background-color .15s ease-in,border-color .15s ease-in;transition:background-color .15s ease-in,border-color .15s ease-in;width:16px}.euiHue__range::-moz-range-thumb{background:#fff no-repeat 50%;background-color:#69707d;border:2px solid #fff;border-radius:14px;box-shadow:0 0 0 1px #fff,0 2px 2px -1px #0003,0 1px 5px -2px #0003;box-sizing:border-box;cursor:pointer;height:16px;padding:0;-moz-transition:background-color .15s ease-in,border-color .15s ease-in;transition:background-color .15s ease-in,border-color .15s ease-in;width:16px}.euiHue__range::-ms-thumb{background:#fff no-repeat 50%;background-color:#69707d;border:2px solid #fff;border-radius:14px;box-shadow:0 0 0 1px #fff,0 2px 2px -1px #0003,0 1px 5px -2px #0003;box-sizing:border-box;cursor:pointer;height:16px;padding:0;-ms-transition:background-color .15s ease-in,border-color .15s ease-in;transition:background-color .15s ease-in,border-color .15s ease-in;width:16px}.euiHue__range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:0}.euiHue__range::-ms-thumb{margin-top:0}.euiHue__range::-ms-track{background:#0000;border-color:#0000;color:#0000;height:24px}.euiHue__range::-moz-focus-outer{border:none}.euiHue__range::-ms-fill-lower,.euiHue__range::-ms-fill-upper{background:#0000}.euiHue__range:focus::-webkit-slider-thumb{border-color:#07c}.euiHue__range:focus::-moz-range-thumb{border-color:#07c}.euiHue__range:focus::-ms-thumb{border-color:#07c}.euiSaturation{border-radius:3px;padding-bottom:100%;position:relative;touch-action:none;width:100%;z-index:3}.euiSaturation .euiSaturation__lightness,.euiSaturation .euiSaturation__saturation{border-radius:3px;bottom:0;left:0;position:absolute;right:0;top:-1px}.euiSaturation .euiSaturation__lightness{background:linear-gradient(90deg,#fff,#fff0)}.euiSaturation .euiSaturation__saturation{background:linear-gradient(0deg,#000,#0000)}.euiSaturation .euiSaturation__indicator{border:1px solid #343741;border-radius:100%;height:12px;margin-left:-6px;margin-top:-6px;position:absolute;width:12px}.euiSaturation .euiSaturation__indicator:before{border:1px solid #f5f7fa;border-radius:100%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.euiSaturation:focus{outline:none}.euiSaturation:focus .euiSaturation__indicator{border-color:#07c;box-shadow:0 0 0 2px #0071c2}.euiColorPalettePicker__itemTitle{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiColorPalettePicker__itemTitle+.euiColorPaletteDisplay{margin-top:4px}.euiColorPaletteDisplay{display:flex;flex-direction:row;height:8px;overflow:hidden}.euiColorPaletteDisplay--sizeExtraSmall{border-radius:4px;height:4px;position:relative}.euiColorPaletteDisplay--sizeExtraSmall:after{border:1px solid #34374133;border-radius:4px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.euiColorPaletteDisplay--sizeExtraSmall .euiColorPaletteDisplayFixed__bleedArea{height:4px}.euiColorPaletteDisplay--sizeSmall{border-radius:8px;height:8px;position:relative}.euiColorPaletteDisplay--sizeSmall:after{border:1px solid #34374133;border-radius:8px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.euiColorPaletteDisplay--sizeSmall .euiColorPaletteDisplayFixed__bleedArea{height:8px}.euiColorPaletteDisplay--sizeMedium{border-radius:16px;height:16px;position:relative}.euiColorPaletteDisplay--sizeMedium:after{border:1px solid #34374133;border-radius:16px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.euiColorPaletteDisplay--sizeMedium .euiColorPaletteDisplayFixed__bleedArea{height:16px}.euiColorPaletteDisplayFixed__bleedArea{display:flex;height:8px;left:0;position:absolute;top:0;width:calc(100% + 1px)}.euiComboBox{height:auto;max-width:400px;position:relative;width:100%}.euiComboBox--fullWidth{max-width:100%}.euiComboBox--compressed{height:32px}.euiComboBox--inGroup{height:100%}.euiComboBox--compressed:not(.euiComboBox--appended,.euiComboBox--prepended),.euiComboBox:not(.euiComboBox--appended,.euiComboBox--prepended) .euiFormControlLayout{height:auto}.euiComboBox .euiComboBox__inputWrap{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;display:flex;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;height:auto;letter-spacing:normal;max-width:400px;outline:none;padding:4px 8px;padding-right:var(--eui-form-control-layout-icons-padding,8px);transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}@supports (-moz-appearance:none){.euiComboBox .euiComboBox__inputWrap{transition-property:box-shadow,background-image,background-size}}.euiComboBox .euiComboBox__inputWrap::placeholder{color:#69707d;opacity:1}.euiComboBox .euiComboBox__inputWrap--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiComboBox .euiComboBox__inputWrap--compressed{transition-property:box-shadow,background-image,background-size}}.euiComboBox .euiComboBox__inputWrap--inGroup{border-radius:0;box-shadow:none!important}.euiComboBox .euiComboBox__inputWrap--fullWidth{max-width:100%}.euiComboBox .euiComboBox__inputWrap--compressed{height:32px}.euiComboBox .euiComboBox__inputWrap--inGroup{height:100%}.euiComboBox .euiComboBox__inputWrap .euiComboBoxPill{max-width:calc(100% - 18px)}.euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap){align-content:flex-start;cursor:text;flex-wrap:wrap;height:auto;padding-bottom:4px;padding-left:4px;padding-top:4px}.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap--noWrap{align-items:center}.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap--plainText{padding-inline-start:8px}.euiComboBox .euiComboBox__inputWrap .euiComboBoxPlainTextSelection__append,.euiComboBox .euiComboBox__inputWrap .euiComboBoxPlainTextSelection__prepend{display:flex;flex-shrink:0;margin-inline:2px}.euiComboBox .euiComboBox__inputWrap .euiComboBoxPlainTextSelection__prepend{margin-inline-start:4px}.euiComboBox .euiComboBox__inputWrap .euiComboBoxPlainTextSelection__append{margin-inline-end:4px}.euiComboBox .euiComboBox__input{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";-webkit-appearance:none!important;appearance:none!important;background:#0000;block-size:24px;border:none!important;box-shadow:none!important;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;letter-spacing:normal;margin:4px;max-inline-size:100%;min-inline-size:2px;outline:none!important}.euiComboBox .euiComboBox__input::placeholder{color:#69707d;opacity:1}.euiComboBox .euiComboBox__input:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiComboBox .euiComboBox__input:disabled::placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap,.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap{-webkit-text-fill-color:#98a2b3;-webkit-text-fill-color:unset;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder{color:#98a2b3;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBoxPill,.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap{cursor:not-allowed}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap{line-height:32px;padding-block:0}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap--plainText{padding-inline-start:4px}.euiComboBoxPill{height:22px;line-height:20px;vertical-align:initial}.euiComboBoxPill,.euiComboBoxPill+.euiComboBoxPill{margin:4px}.euiComboBox--compressed .euiComboBoxPill,.euiComboBox--compressed .euiComboBoxPill+.euiComboBoxPill{margin:5px 4px 0 0}.euiComboBoxPill__prepend{margin-right:4px}.euiComboBoxPill__append{margin-left:4px}.euiComboBoxPill .euiBadge__text{align-items:center;display:flex}.euiComboBoxPill .euiBadge__text .euiIcon{display:block}.euiComboBoxOptionsList{max-height:200px;overflow:hidden}.euiComboBoxOptionsList__virtualization{scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiComboBoxOptionsList__virtualization::-webkit-scrollbar{height:16px;width:16px}.euiComboBoxOptionsList__virtualization::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiComboBoxOptionsList__virtualization::-webkit-scrollbar-corner,.euiComboBoxOptionsList__virtualization::-webkit-scrollbar-track{background-color:initial}.euiComboBoxOptionsList .euiTextTruncate{pointer-events:none}.euiComboBoxOptionsList__empty{word-wrap:break-word;overflow-wrap:break-word!important;padding:8px;text-align:center;word-break:break-word}.euiComboBoxOption{align-items:center;border:1px solid #0000;display:flex;font-size:14px;padding:4px 8px 4px 16px;text-align:left;width:100%}.euiComboBoxOption:hover{text-decoration:underline}.euiComboBoxOption.euiComboBoxOption-isFocused{background-color:#0077cc1a;color:#0071c2;cursor:pointer}.euiComboBoxOption.euiComboBoxOption-isDisabled{color:#98a2b3;cursor:not-allowed}.euiComboBoxOption.euiComboBoxOption-isDisabled:hover{text-decoration:none}.euiComboBoxOption__contentWrapper{align-items:center;display:flex}.euiComboBoxOption__content{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.euiComboBoxOption__emptyStateText{flex:1 1;text-align:left}.euiComboBoxOptionsList__empty .euiComboBoxOption__emptyStateText{margin-bottom:0}.euiComboBoxOption__enterBadge{margin-left:4px}.euiComboBoxOption__prepend{margin-right:8px}.euiComboBoxOption__append{margin-left:8px}.euiComboBoxOption__append .euiIcon,.euiComboBoxOption__prepend .euiIcon{display:block}.euiComboBoxTitle{color:#000;font-size:12px;font-weight:700;padding:11px 8px 4px;width:100%}.euiSuperDatePicker__absoluteDateFormRow{padding:0 8px 8px}.euiSuperDatePicker__absoluteDateFormRow .euiFormRow__fieldWrapper{display:flex;flex-direction:column}.euiSuperDatePicker__absoluteDateFormRow .euiFormControlLayout{order:0}.euiSuperDatePicker__absoluteDateFormRow .euiFormHelpText{order:1}.euiSuperDatePicker__absoluteDateFormRow .euiFormErrorText{order:2}.euiDatePopoverButton{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-size:100%;color:#343741;display:block;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:38px;letter-spacing:normal;line-height:38px;padding:0 8px;transition:background .15s ease-in;width:100%;word-break:break-all}.euiDatePopoverButton::placeholder{color:#69707d;opacity:1}.euiDatePopoverButton--compressed{height:30px;line-height:30px}.euiDatePopoverButton-isSelected,.euiDatePopoverButton:focus{background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000)}.euiDatePopoverButton-needsUpdating{background-color:#e6f9f7;color:#007e77}.euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected,.euiDatePopoverButton-needsUpdating:focus{background-image:linear-gradient(0deg,#00bfb3,#00bfb3 2px,#0000 0,#0000)}.euiDatePopoverButton-isInvalid{background-color:initial;background-size:100%;color:#bd271e}.euiDatePopoverButton-isInvalid,.euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected,.euiDatePopoverButton-isInvalid:focus{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000)}.euiDatePopoverButton:disabled{background-color:#eef2f7;background-image:none;color:#69707d;cursor:default}.euiDatePopoverButton--end,.euiDatePopoverButton--start{text-align:center}.euiDatePopoverContent,.euiDatePopoverContent .react-datepicker{max-width:100%;width:400px}.euiDatePopoverContent__padded{padding:8px}.euiDatePopoverContent__padded--large{padding:16px}@media only screen and (max-width:574px){.euiDatePopoverContent{width:284px}}.euiQuickSelectPopover__content{max-width:100%;width:400px}.euiQuickSelectPopover__content .euiQuickSelectPopover__panel:not(:first-child){border-top:1px solid #d3dae6;margin-top:12px;padding-top:12px}.euiQuickSelectPopover__content .euiQuickSelectPopover__panel .euiQuickSelectPopover__panelTitle{float:left;margin-bottom:12px}.euiQuickSelectPopover__section{clear:both;margin:8px 0 0;max-height:132px;overflow:hidden;overflow-y:auto;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiQuickSelectPopover__section::-webkit-scrollbar{height:16px;width:16px}.euiQuickSelectPopover__section::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiQuickSelectPopover__section::-webkit-scrollbar-corner,.euiQuickSelectPopover__section::-webkit-scrollbar-track{background-color:initial}.euiQuickSelectPopover__buttonContent{gap:4px}.euiQuickSelectPopover__sectionItem{font-size:14px;line-height:14px}.euiQuickSelectPopover__sectionItem--recentlyUsed:not(:last-of-type){margin-bottom:8px}.euiQuickSelect__applyButton{min-width:0}.euiRefreshInterval__startButton{min-width:90px}.euiSuperDatePicker{display:flex;gap:8px;max-width:100%;min-width:min(326px,100%);width:606px}@media only screen and (max-width:574px){.euiSuperDatePicker{width:100%}}@media only screen and (min-width:575px) and (max-width:767px){.euiSuperDatePicker{width:100%}}.euiSuperDatePicker--isAutoRefreshOnly{min-width:min(200px,100%);width:400px}.euiSuperDatePicker--noUpdateButton{min-width:min(200px,100%);width:480px}.euiSuperDatePicker--fullWidth{width:100%}.euiSuperDatePicker--isQuickSelectOnly{min-width:0}.euiSuperDatePicker--autoWidth{display:inline-flex;width:auto}.euiSuperDatePicker .euiDatePickerRange{flex-grow:1}.euiSuperDatePicker .euiFormControlLayout{max-width:100%}.euiSuperDatePicker .euiFormControlLayout__childrenWrapper{align-items:center;background-color:#fbfcfd;display:flex;overflow:hidden}.euiSuperDatePicker .euiFormControlLayout__childrenWrapper:last-child{border-radius:0 6px 6px 0}.euiSuperDatePicker .euiFormControlLayout__childrenWrapper>.euiFormControlLayoutDelimited__input{flex-grow:1}.euiSuperDatePicker__prettyFormat{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";color:#343741;display:block;display:flex;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:38px;justify-content:space-between;letter-spacing:normal;line-height:38px;padding:0 8px;text-align:left;transition:background .15s ease-in;width:100%;word-break:break-all}.euiSuperDatePicker__prettyFormat::placeholder{color:#69707d;opacity:1}.euiSuperDatePicker__prettyFormat:focus,.euiSuperDatePicker__prettyFormat:not(:disabled):hover{text-decoration:none}.euiSuperDatePicker__prettyFormat:disabled{background-color:#eef2f7;color:#69707d;cursor:not-allowed}.euiSuperDatePicker--needsUpdating .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper{background-color:#e6f9f7}.euiSuperDatePicker--needsUpdating .euiFormControlLayoutDelimited .euiFormControlLayoutDelimited__delimiter{color:#007e77}.euiSuperDatePicker--needsUpdating .euiFormControlLayout__childrenWrapper{transition:background .15s ease-in}.euiDataGrid{align-items:stretch;display:flex;flex-direction:column;height:100%;overflow:hidden}.euiDataGrid--fullScreen{background:#fff;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:999}.euiDataGrid--fullScreen .euiDataGrid__pagination{background:#f5f7fa;box-shadow:1px 0 0 1px #d3dae6;padding-bottom:4px}.euiDataGrid__content{font-feature-settings:"tnum" 1;background:#fafbfd;flex-grow:1;height:100%;max-width:100%;overflow:hidden;position:relative;width:100%;z-index:1}.euiDataGrid__customRenderBody{height:100%;overflow:auto;scrollbar-color:#69707d80 #fff;scrollbar-width:thin;width:100%}.euiDataGrid__customRenderBody::-webkit-scrollbar{height:16px;width:16px}.euiDataGrid__customRenderBody::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #fff;border-radius:16px}.euiDataGrid__customRenderBody::-webkit-scrollbar-corner,.euiDataGrid__customRenderBody::-webkit-scrollbar-track{background-color:#fff}.euiDataGrid__pagination{flex-grow:0;padding-top:4px;z-index:2}.euiDataGrid__restrictBody{height:100vh;overflow:hidden}.euiDataGrid__restrictBody .euiHeader[data-fixed-header]{z-index:998!important}.euiDataGrid__restrictBody .euiOverlayMask[data-relative-to-header=below]{top:0}.euiDataGrid__restrictBody .euiFlyout{height:100%;top:0}.euiDataGrid__focusWrap{height:100%}.euiDataGrid__virtualized{scroll-padding:0;scrollbar-color:#69707d80 #fff;scrollbar-width:thin}.euiDataGrid__virtualized::-webkit-scrollbar{height:16px;width:16px}.euiDataGrid__virtualized::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #fff;border-radius:16px}.euiDataGrid__virtualized::-webkit-scrollbar-corner,.euiDataGrid__virtualized::-webkit-scrollbar-track{background-color:#fff}.euiDataGrid__scrollOverlay{bottom:0;box-shadow:inset 0 0 0 1px #d3dae6;left:0;pointer-events:none;position:absolute;right:0;top:-1px}.euiDataGrid--bordersHorizontal .euiDataGrid__scrollOverlay{box-shadow:inset 0 -2px 0 -1px #d3dae6}.euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayBottom{background-color:#d3dae6;height:1px;position:absolute;width:100%}.euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayRight{background-color:#d3dae6;height:100%;position:absolute;width:1px}.euiDataGridHeader{background:#fff;display:flex;position:-webkit-sticky;position:sticky;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:999}.euiDataGridHeaderCell{align-items:center;display:flex;flex:0 0 auto;font-size:14px;font-size:1rem;font-weight:700;line-height:1.7142857143rem;padding:6px;position:relative}.euiDataGridHeaderCell>[data-focus-lock-disabled]{width:100%}.euiDataGridHeaderCell--hasColumnActions:focus-within,.euiDataGridHeaderCell--isActionsPopoverOpen,.euiDataGridHeaderCell:focus{outline:none}.euiDataGridHeaderCell--hasColumnActions:focus-within:after,.euiDataGridHeaderCell--isActionsPopoverOpen:after,.euiDataGridHeaderCell:focus:after{border:2px solid #0071c2;border:2px solid var(--euiDataGridCellOutlineColor,#0071c2);border-radius:3px;content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button{align-items:center;display:flex;font-weight:700;gap:4px;outline:none;position:relative;width:100%}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow{flex:0 0 auto}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon{align-items:center;display:flex;flex:0 0 auto;height:16px;justify-content:center;margin-left:auto;opacity:0;overflow:hidden;transition:width .15s ease-in,opacity .35s ease-in;width:0}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiPopover-isOpen .euiDataGridHeaderCell__icon,.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within .euiDataGridHeaderCell__icon,.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):hover .euiDataGridHeaderCell__icon{opacity:1;width:16px}.euiDataGridHeaderCell.euiDataGridHeaderCell--currency .euiDataGridHeaderCell__content,.euiDataGridHeaderCell.euiDataGridHeaderCell--numeric .euiDataGridHeaderCell__content{flex-grow:1;text-align:right}.euiDataGridHeader__action--selected{font-weight:700!important}.euiDataGrid--bordersNone.euiDataGrid--bordersHorizontal .euiDataGridHeader{background:#fff}.euiDataGrid--headerUnderline .euiDataGridHeaderCell{border:none;border-bottom:2px solid #343741}.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell{border-bottom:2px solid;border-color:#343741}.euiDataGrid--headerShade .euiDataGridHeaderCell{background:#f5f7fa}.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell{border-bottom:1px solid #d3dae6;border-left:none;border-right:1px solid #d3dae6}.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type{border-left:1px solid #d3dae6}.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell{border-bottom:1px solid #d3dae6;border-top:none}.euiDataGrid--bordersNone .euiDataGridHeaderCell{border:none}.euiDataGrid--borderhorizontal .euiDataGridHeaderCell{border-left:none;border-right:none;border-top:none}.euiDataGrid--fontSizeSmall .euiDataGridHeaderCell{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiDataGrid--fontSizeLarge .euiDataGridHeaderCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDataGrid--paddingSmall .euiDataGridHeaderCell{padding:4px}.euiDataGrid--paddingLarge .euiDataGridHeaderCell{padding:8px}.euiDataGrid--noControls.euiDataGrid--bordersAll .euiDataGridHeaderCell,.euiDataGrid--noControls.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell{border-top:1px solid #d3dae6}.euiDataGridFooter{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.euiDataGridRowCell.euiDataGridFooterCell{flex:0 0 auto;font-weight:700;position:relative}.euiDataGrid--stickyFooter .euiDataGridFooter{bottom:0;position:-webkit-sticky;position:sticky}.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell{background:#fff!important;border-top:2px solid #d3dae6;border-top-color:#343741!important}.euiDataGrid--bordersHorizontal .euiDataGridRowCell.euiDataGridFooterCell,.euiDataGrid--bordersNone .euiDataGridRowCell.euiDataGridFooterCell{border-left:none;border-right:none}.euiDataGrid--footerShade .euiDataGridRowCell.euiDataGridFooterCell{background:#f5f7fa}.euiDataGridColumnResizer{cursor:ew-resize;height:100%;opacity:0;position:absolute;right:-8px;top:0;width:16px;z-index:2}.euiDataGridColumnResizer:after{background-color:#07c;bottom:0;content:"";left:7px;position:absolute;top:0;width:3px}.euiDataGridColumnResizer:active,.euiDataGridColumnResizer:hover{opacity:1}.euiDataGridColumnResizer:active~.euiDataGridHeaderCell__content,.euiDataGridColumnResizer:hover~.euiDataGridHeaderCell__content{-webkit-user-select:none;user-select:none}.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer{right:0;width:8px}.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer:after{left:auto;right:0}.euiDataGridRow{background-color:#fff}.euiDataGridRowCell{--euiDataGridCellOutlineColor:#07c;border-bottom:1px solid #d3dae6;border-right:1px solid #edf0f5;position:relative}.euiDataGridRowCell .euiDataGridRowCell__content{font-size:14px;font-size:1rem;height:100%;line-height:1.7142857143rem;overflow:hidden;padding:6px}.euiDataGridRowCell .euiDataGridRowCell__content--autoHeight{height:auto}.euiDataGridRowCell>[data-focus-lock-disabled]{height:100%}.euiDataGridRowCell.euiDataGridRowCell--firstColumn{border-left:1px solid #d3dae6}.euiDataGridRowCell.euiDataGridRowCell--lastColumn{border-right-color:#d3dae6}.euiDataGridRowCell.euiDataGridRowCell--open,.euiDataGridRowCell:focus,.euiDataGridRowCell:hover{outline:none}.euiDataGridRowCell.euiDataGridRowCell--open:after,.euiDataGridRowCell:focus:after,.euiDataGridRowCell:hover:after{border:2px solid #0071c2;border:2px solid var(--euiDataGridCellOutlineColor,#0071c2);border-radius:3px;content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.euiDataGridRowCell:hover:not(:focus,:focus-within,.euiDataGridRowCell--open){--euiDataGridCellOutlineColor:#69707d}.euiDataGridRowCell:hover:not(:focus,:focus-within,.euiDataGridRowCell--open) .euiDataGridRowCell__actions{animation-delay:.35s}.euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actions,.euiDataGridRowCell:focus .euiDataGridRowCell__actions,.euiDataGridRowCell:focus-within .euiDataGridRowCell__actions,.euiDataGridRowCell:hover .euiDataGridRowCell__actions,.euiDataGridRowCell[data-keyboard-closing] .euiDataGridRowCell__actions{animation-duration:90ms;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:euiDataGridCellActionsSlideIn}.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open):not([data-keyboard-closing]) .euiDataGridRowCell__actions{display:none}.euiDataGridRowCell.euiDataGridRowCell--currency,.euiDataGridRowCell.euiDataGridRowCell--numeric{text-align:right}.euiDataGridRowCell.euiDataGridRowCell--uppercase{text-transform:uppercase}.euiDataGridRowCell.euiDataGridRowCell--lowercase{text-transform:lowercase}.euiDataGridRowCell.euiDataGridRowCell--capitalize{text-transform:capitalize}.euiDataGridRowCell__popover{animation-duration:.25s;animation-name:euiDataGridCellPopover;box-shadow:0 1px 5px #0000001a,0 3.6px 13px #00000012,0 8.4px 23px #0000000f,0 23px 35px #0000000d;filter:none;overflow:auto;scrollbar-color:#69707d80 #0000;scrollbar-width:thin;z-index:1000!important}.euiDataGridRowCell__popover::-webkit-scrollbar{height:16px;width:16px}.euiDataGridRowCell__popover::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiDataGridRowCell__popover::-webkit-scrollbar-corner,.euiDataGridRowCell__popover::-webkit-scrollbar-track{background-color:initial}.euiDataGridRowCell--controlColumn .euiDataGridRowCell__content{align-items:center;display:flex;height:auto;max-height:100%}.euiDataGridRowCell__actions,.euiDataGridRowCell__actions+[data-euiportal]>.euiPopover{bottom:100%;position:absolute}.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions,.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions+[data-euiportal]>.euiPopover{left:0}.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions,.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions+[data-euiportal]>.euiPopover{right:0}.euiDataGridRowCell__actions{background-color:var(--euiDataGridCellOutlineColor);border:1px solid var(--euiDataGridCellOutlineColor);border-top-left-radius:3px;border-top-right-radius:3px;color:#fff;display:flex;gap:2px;margin-bottom:-1px;padding-inline:2px;transform:scaleY(0);transform-origin:bottom;z-index:998}.euiDataGridRowCell[data-gridcell-visible-row-index="0"]>.euiDataGridRowCell__actions{z-index:999}.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions{border-bottom-right-radius:3px}.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions{border-bottom-left-radius:3px}.euiDataGridRowCell__actions:after{background-color:var(--euiDataGridCellOutlineColor);content:"";height:2px;position:absolute;top:100%;width:2px}.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions:after{left:-1px}.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions:after{right:-1px}.euiDataGridRowCell__actionButtonIcon{border-radius:0;height:20px;width:16px}.euiDataGridRowCell__actionButtonIcon,.euiDataGridRowCell__actionButtonIcon svg{fill:currentColor!important;background-color:initial!important;color:currentColor!important}.euiDataGridRowCell__actionButtonIcon.euiDataGridRowCell__expandCell .euiIcon{height:100%;width:120%}.euiDataGrid--stripes .euiDataGridRow--striped{background-color:#f5f7fa}.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover{background-color:#fff9e8}.euiDataGrid--bordersNone .euiDataGridRowCell{border-color:#0000!important}.euiDataGrid--bordersHorizontal .euiDataGridRowCell{border-left-color:#0000;border-right-color:#0000}.euiDataGrid--fontSizeSmall .euiDataGridRowCell .euiDataGridRowCell__content{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiDataGrid--fontSizeLarge .euiDataGridRowCell .euiDataGridRowCell__content{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiDataGrid--paddingSmall .euiDataGridRowCell .euiDataGridRowCell__content{padding:4px}.euiDataGrid--paddingLarge .euiDataGridRowCell .euiDataGridRowCell__content{padding:8px}@keyframes euiDataGridCellActionsSlideIn{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes euiDataGridCellPopover{0%{opacity:0}to{opacity:1}}.euiDataGrid__controls{align-items:center;background:#fafbfd;border:1px solid #d3dae6;display:flex;justify-content:space-between;padding:4px 4px 4px 0;position:relative;z-index:2}.euiDataGrid__rightControls{white-space:nowrap}.euiDataGrid__rightControls:only-child{margin-left:auto}.euiDataGrid__rightControls>*+*{margin-left:8px}.euiDataGrid__leftControls>*+*{margin-left:2px}.euiDataGrid--bordersNone .euiDataGrid__controls{background:#fff;border:none}.euiDataGrid--bordersHorizontal .euiDataGrid__controls{background:#fff;border-left:none;border-right:none;border-top:none}.euiDataGrid__controlScroll{height:100%;margin:-8px;-webkit-mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);max-height:400px;overflow-x:hidden;overflow-y:auto;padding:8px;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiDataGrid__controlScroll::-webkit-scrollbar{height:16px;width:16px}.euiDataGrid__controlScroll::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiDataGrid__controlScroll::-webkit-scrollbar-corner,.euiDataGrid__controlScroll::-webkit-scrollbar-track{background-color:initial}.euiDataGrid__controlScroll:focus{outline:none}.euiDataGrid__controlScroll[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSelector__item{padding:4px}.euiDataGridColumnSelector__item-isDragging{background:#fff;box-shadow:0 1px 5px #0000001a,0 3.6px 13px #00000012,0 8.4px 23px #0000000f,0 23px 35px #0000000d}.euiDataGridColumnSelector__columnList{height:100%;margin:0 -8px;-webkit-mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);max-height:400px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiDataGridColumnSelector__columnList::-webkit-scrollbar{height:16px;width:16px}.euiDataGridColumnSelector__columnList::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiDataGridColumnSelector__columnList::-webkit-scrollbar-corner,.euiDataGridColumnSelector__columnList::-webkit-scrollbar-track{background-color:initial}.euiDataGridColumnSelector__columnList:focus{outline:none}.euiDataGridColumnSelector__columnList[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSelector__itemLabel{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiDataGridColumnSorting__item-isDragging{background:#fff;box-shadow:0 1px 5px #0000001a,0 3.6px 13px #00000012,0 8.4px 23px #0000000f,0 23px 35px #0000000d}.euiDataGridColumnSorting__fieldList{height:100%;-webkit-mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);max-height:300px;overflow-x:hidden;overflow-y:auto;padding-bottom:4px;padding-top:4px;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar{height:16px;width:16px}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-corner,.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-track{background-color:initial}.euiDataGridColumnSorting__fieldList:focus{outline:none}.euiDataGridColumnSorting__fieldList[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSorting__field{display:block;outline-offset:-2px;padding:4px 8px;width:100%}.euiDataGridColumnSorting__field:focus,.euiDataGridColumnSorting__field:hover{cursor:pointer;text-decoration:underline}.euiDataGridColumnSorting__field:focus{background-color:#0077cc1a}.euiDataGridColumnSorting__field:disabled{color:#abb4c4;cursor:not-allowed;text-decoration:none}.euiDataGridColumnSorting__name{padding-right:24px}@media only screen and (max-width:574px){.euiDataGridColumnSorting__name{padding-right:4px}}@media only screen and (min-width:575px) and (max-width:767px){.euiDataGridColumnSorting__name{padding-right:4px}}.euiDataGridColumnSorting__order{min-width:200px}@media only screen and (max-width:574px){.euiDataGridColumnSorting__order{min-width:0;min-width:auto}}@media only screen and (min-width:575px) and (max-width:767px){.euiDataGridColumnSorting__order{min-width:0;min-width:auto}}.euiDataGridColumnSorting__order .euiButtonGroup__buttons{border:none}.euiDataGridColumnSorting__order .euiButtonGroupButton{font-size:12px}.euiDataGrid__displayPopoverPanel{width:416px}.euiDataGrid__keyboardShortcuts{display:block;max-block-size:80vh;max-inline-size:400px;overflow-block:auto;overflow-y:auto}.euiDataGrid__keyboardShortcuts .euiDescriptionList{row-gap:0}.euiCheckbox{position:relative}.euiCheckbox .euiCheckbox__input{cursor:pointer;height:16px;opacity:0;position:absolute;top:3px;width:16px;z-index:1}.euiCheckbox .euiCheckbox__input~.euiCheckbox__label{cursor:pointer;display:inline-block;font-size:14px;line-height:24px;padding-left:24px;position:relative;z-index:2}.euiCheckbox .euiCheckbox__input+.euiCheckbox__square{background:#fff no-repeat 50%;border:1px solid #939496;border-radius:4px;display:inline-block;left:0;padding:7px;position:absolute;top:3px;transition:background-color .15s ease-in,border-color .15s ease-in}.euiCheckbox .euiCheckbox__input:checked+.euiCheckbox__square{background-color:#07c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='m.875 3.625 3 3m0 0 5.25-5.25' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E");border-color:#07c}.euiCheckbox .euiCheckbox__input:indeterminate+.euiCheckbox__square{background-color:#07c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 0h6v6H0z'/%3E%3C/svg%3E");border-color:#07c}.euiCheckbox .euiCheckbox__input[disabled]{cursor:not-allowed!important}.euiCheckbox .euiCheckbox__input[disabled]~.euiCheckbox__label{color:#98a2b3;cursor:not-allowed!important}.euiCheckbox .euiCheckbox__input[disabled]+.euiCheckbox__square{background-color:#d3dae6;border-color:#d3dae6;box-shadow:none}.euiCheckbox .euiCheckbox__input:checked[disabled]+.euiCheckbox__square{background-color:#d3dae6;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='m.875 3.625 3 3m0 0 5.25-5.25' fill='none' stroke='%235E646F' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E");border-color:#d3dae6;box-shadow:none}.euiCheckbox .euiCheckbox__input:indeterminate[disabled]+.euiCheckbox__square{background-color:#d3dae6;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Cpath fill='%235E646F' fill-rule='evenodd' d='M0 0h6v6H0z'/%3E%3C/svg%3E");border-color:#d3dae6;box-shadow:none}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square{border-color:#07c;outline:2px solid currentColor}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square:focus-visible{outline-style:auto}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square:not(:focus-visible){outline:none}.euiCheckbox.euiCheckbox--inList,.euiCheckbox.euiCheckbox--noLabel{min-height:16px;min-width:16px}.euiCheckbox.euiCheckbox--inList .euiCheckbox__input,.euiCheckbox.euiCheckbox--inList .euiCheckbox__square,.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input,.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square{top:0}.euiCheckbox.euiCheckbox--inList .euiCheckbox__input,.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input{margin:0}.euiCheckboxGroup__item+.euiCheckboxGroup__item{margin-top:4px}.euiCheckboxGroup__item+.euiCheckboxGroup__item.euiCheckbox--compressed{margin-top:0}.euiDescribedFormGroup{max-width:800px}.euiDescribedFormGroup+*{margin-top:24px}.euiDescribedFormGroup.euiDescribedFormGroup--fullWidth{max-width:100%}.euiDescribedFormGroup .euiDescribedFormGroup__description{padding-top:8px}.euiDescribedFormGroup .euiDescribedFormGroup__fields{min-width:0}.euiDescribedFormGroup .euiDescribedFormGroup__fields>.euiFormRow--hasEmptyLabelSpace:first-child,.euiDescribedFormGroup .euiDescribedFormGroup__fields>.euiFormRow:first-child:not(.euiFormRow--hasLabel){margin-top:0}.euiDescribedFormGroup .euiDescribedFormGroup__fields>.euiFormRow--hasEmptyLabelSpace:first-child:before,.euiDescribedFormGroup .euiDescribedFormGroup__fields>.euiFormRow:first-child:not(.euiFormRow--hasLabel):before{content:""}.euiDescribedFormGroup__descriptionColumn{min-width:min(20rem,50%)}.euiFieldNumber{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;max-width:400px;padding:12px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiFieldNumber--fullWidth{max-width:100%}.euiFieldNumber--compressed{height:32px}.euiFieldNumber--inGroup{height:100%}@supports (-moz-appearance:none){.euiFieldNumber{transition-property:box-shadow,background-image,background-size}}.euiFieldNumber::placeholder{color:#69707d;opacity:1}.euiFieldNumber:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldNumber:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldNumber:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldNumber:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldNumber[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldNumber:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldNumber:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldNumber--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFieldNumber--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldNumber--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldNumber--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldNumber--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldNumber--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldNumber--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldNumber--inGroup{border-radius:0;box-shadow:none!important}.euiFieldNumber--withIcon{padding-left:40px}.euiFieldNumber--withIcon.euiFieldNumber--compressed{padding-left:32px}.euiFieldPassword{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;max-width:400px;padding:12px 12px 12px 40px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiFieldPassword--fullWidth{max-width:100%}.euiFieldPassword--compressed{height:32px}.euiFieldPassword--inGroup{height:100%}@supports (-moz-appearance:none){.euiFieldPassword{transition-property:box-shadow,background-image,background-size}}.euiFieldPassword::placeholder{color:#69707d;opacity:1}.euiFieldPassword:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldPassword:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldPassword:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldPassword:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldPassword[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldPassword:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldPassword:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldPassword--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFieldPassword--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldPassword--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldPassword--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldPassword--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldPassword--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldPassword--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldPassword--inGroup{border-radius:0;box-shadow:none!important}.euiFieldPassword.euiFieldPassword--compressed{padding-left:32px}.euiFieldPassword--withToggle::-ms-reveal{display:none}.euiFieldSearch{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";-webkit-appearance:textfield;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;max-width:400px;padding:12px 12px 12px 40px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiFieldSearch--fullWidth{max-width:100%}.euiFieldSearch--compressed{height:32px}.euiFieldSearch--inGroup{height:100%}@supports (-moz-appearance:none){.euiFieldSearch{transition-property:box-shadow,background-image,background-size}}.euiFieldSearch::placeholder{color:#69707d;opacity:1}.euiFieldSearch:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldSearch:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldSearch:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldSearch:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldSearch[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldSearch:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldSearch:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldSearch--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFieldSearch--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldSearch--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldSearch--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldSearch--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldSearch--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldSearch--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldSearch--inGroup{border-radius:0;box-shadow:none!important}.euiFieldSearch-isLoading{padding-right:40px}.euiFieldSearch-isLoading.euiFieldSearch--compressed{padding-right:32px}.euiFieldSearch::-webkit-search-cancel-button,.euiFieldSearch::-webkit-search-decoration{-webkit-appearance:none}.euiFieldSearch--compressed{padding-left:32px}.euiFieldText{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;max-width:400px;padding:12px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiFieldText--fullWidth{max-width:100%}.euiFieldText--compressed{height:32px}.euiFieldText--inGroup{height:100%}@supports (-moz-appearance:none){.euiFieldText{transition-property:box-shadow,background-image,background-size}}.euiFieldText::placeholder{color:#69707d;opacity:1}.euiFieldText:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldText:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldText:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldText:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldText[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldText:-webkit-autofill{-webkit-text-fill-color:#343741}.euiFieldText:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiFieldText--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFieldText--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldText--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFieldText--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFieldText--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFieldText--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiFieldText--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFieldText--inGroup{border-radius:0;box-shadow:none!important}.euiFieldText--withIcon{padding-left:40px}.euiFieldText--withIcon.euiFieldText--compressed{padding-left:32px}.euiFilePicker{height:40px;max-width:400px;position:relative;width:100%}.euiFilePicker--fullWidth{max-width:100%}.euiFilePicker--compressed{height:32px}.euiFilePicker--inGroup{height:100%}.euiFilePicker.euiFilePicker--large{border-radius:6px;height:auto;overflow:hidden}.euiFilePicker.euiFilePicker--large.euiFilePicker--compressed{border-radius:4px}.euiFilePicker__input{height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;width:100%}.euiFilePicker__input:hover{cursor:pointer}.euiFilePicker__input:hover:disabled{cursor:not-allowed}.euiFilePicker__input:disabled{opacity:0}.euiFilePicker__input:disabled~.euiFilePicker__prompt{color:#98a2b3}.euiFilePicker__icon{left:12px;position:absolute;top:12px;transition:transform .15s cubic-bezier(.694,.0482,.335,1)}.euiFilePicker--compressed .euiFilePicker__icon{left:8px;top:8px}.euiFilePicker--large .euiFilePicker__icon{margin-bottom:16px;position:static}.euiFilePicker__prompt{border:2px dashed #d3dae6;border-radius:6px;height:40px;padding:12px 12px 12px 40px;pointer-events:none;transition:border-color .15s ease-in,background-color .15s ease-in}.euiFilePicker--compressed .euiFilePicker__prompt{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;box-shadow:none;height:32px;padding:8px 8px 8px 32px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFilePicker--compressed .euiFilePicker__prompt{transition-property:box-shadow,background-image,background-size}}.euiFilePicker--large .euiFilePicker__prompt{align-items:center;display:flex;flex-direction:column;height:128px;justify-content:center;padding:0 24px}.euiFilePicker--large.euiFilePicker--compressed .euiFilePicker__prompt{height:104px}.euiFilePicker-isInvalid:not(.euiFilePicker__showDrop) .euiFilePicker__input:not(:disabled):not(:focus)+.euiFilePicker__prompt{border-color:#bd271e}.euiFilePicker__promptText{font-size:14px;font-size:1rem;line-height:1.7142857143rem;line-height:16px;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText{color:#0071c2}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__promptText{margin-top:-2px}.euiFilePicker__clearButton,.euiFilePicker__loadingSpinner{position:absolute;right:12px;top:12px}.euiFilePicker--compressed .euiFilePicker__clearButton,.euiFilePicker--compressed .euiFilePicker__loadingSpinner{top:8px}.euiFilePicker__clearButton{pointer-events:auto}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton{background-color:#98a2b3;border-radius:16px;height:16px;line-height:0;pointer-events:all;width:16px}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus{outline:2px solid currentColor}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:focus-visible{outline-style:auto}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:not(:focus-visible){outline:none}.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon{fill:#fff;stroke:#fff;stroke-width:2px;height:8px;width:8px}.euiFilePicker--large .euiFilePicker__clearButton{position:relative;right:0;top:0}.euiFilePicker__input:focus+.euiFilePicker__prompt,.euiFilePicker__showDrop .euiFilePicker__prompt{border-color:#07c}.euiFilePicker__input:disabled+.euiFilePicker__prompt{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;box-shadow:none;color:#98a2b3;cursor:not-allowed}.euiFilePicker__input:disabled+.euiFilePicker__prompt::placeholder{color:#98a2b3;opacity:1}.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-hasFiles .euiFilePicker__prompt,.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-isLoading .euiFilePicker__prompt{padding-right:40px}.euiFilePicker-hasFiles .euiFilePicker__promptText{color:#343741}.euiFilePicker--large .euiFilePicker__input:focus+.euiFilePicker__prompt .euiFilePicker__promptText,.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled)+.euiFilePicker__prompt .euiFilePicker__promptText{text-decoration:underline}.euiFilePicker--large .euiFilePicker__input:focus+.euiFilePicker__prompt .euiFilePicker__icon,.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled)+.euiFilePicker__prompt .euiFilePicker__icon{transform:scale(1.1)}.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__promptText{text-decoration:underline}.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__icon{transform:scale(1.1)}.euiFilePicker--large.euiFilePicker-hasFiles .euiFilePicker__promptText{font-weight:700}.euiForm__error{font-size:14px;font-size:1rem;line-height:1.7142857143rem;list-style:disc}.euiForm__errors{margin-bottom:16px}.euiSelect{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";-webkit-appearance:none;appearance:none;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;line-height:40px;max-width:400px;padding:0 12px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiSelect--fullWidth{max-width:100%}.euiSelect--compressed{height:32px}.euiSelect--inGroup{height:100%}@supports (-moz-appearance:none){.euiSelect{transition-property:box-shadow,background-image,background-size}}.euiSelect::placeholder{color:#69707d;opacity:1}.euiSelect:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiSelect:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiSelect:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiSelect:disabled::placeholder{color:#98a2b3;opacity:1}.euiSelect[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiSelect:-webkit-autofill{-webkit-text-fill-color:#343741}.euiSelect:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiSelect--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiSelect--compressed{transition-property:box-shadow,background-image,background-size}}.euiSelect--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiSelect--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiSelect--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiSelect--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiSelect--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiSelect--inGroup{border-radius:0;box-shadow:none!important}.euiSelect--compressed{line-height:32px;padding-bottom:0;padding-top:0}.euiSelect--inGroup{line-height:38px}.euiSelect--inGroup.euiSelect--compressed{line-height:30px}.euiSelect::-ms-expand{display:none}.euiSelect:focus::-ms-value{background:#0000;color:#343741}.euiSelect:-moz-focusring{color:#0000;text-shadow:0 0 0 #343741}.euiSuperSelect__listbox{max-height:300px;overflow:hidden;overflow-y:auto;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiSuperSelect__listbox::-webkit-scrollbar{height:16px;width:16px}.euiSuperSelect__listbox::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiSuperSelect__listbox::-webkit-scrollbar-corner,.euiSuperSelect__listbox::-webkit-scrollbar-track{background-color:initial}.euiSuperSelect__item{font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:8px}.euiSuperSelect__item:focus,.euiSuperSelect__item:hover{cursor:pointer;text-decoration:underline}.euiSuperSelect__item:focus{background-color:#0077cc1a}.euiSuperSelect__item:disabled{color:#abb4c4;cursor:not-allowed;text-decoration:none}.euiSuperSelect__item--hasDividers:not(:last-of-type){border-bottom:1px solid #d3dae6}.euiSuperSelectControl{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;display:block;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;line-height:40px;max-width:400px;overflow:hidden;padding:0 12px;text-align:left;text-overflow:ellipsis;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;white-space:nowrap;width:100%}.euiSuperSelectControl--fullWidth{max-width:100%}.euiSuperSelectControl--compressed{height:32px}.euiSuperSelectControl--inGroup{height:100%}@supports (-moz-appearance:none){.euiSuperSelectControl{transition-property:box-shadow,background-image,background-size}}.euiSuperSelectControl::placeholder{color:#69707d;opacity:1}.euiSuperSelectControl:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiSuperSelectControl:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiSuperSelectControl:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiSuperSelectControl:disabled::placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiSuperSelectControl:-webkit-autofill{-webkit-text-fill-color:#343741}.euiSuperSelectControl:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiSuperSelectControl--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiSuperSelectControl--compressed{transition-property:box-shadow,background-image,background-size}}.euiSuperSelectControl--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiSuperSelectControl--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiSuperSelectControl--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiSuperSelectControl--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiSuperSelectControl--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiSuperSelectControl--inGroup{border-radius:0;box-shadow:none!important}.euiSuperSelectControl-isInvalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiSuperSelectControl--compressed{line-height:32px;padding-bottom:0;padding-top:0}.euiSuperSelectControl__placeholder{-webkit-text-fill-color:#98a2b3;color:#98a2b3}.euiSuperSelectControl.euiSuperSelect--isOpen__button{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiFormControlLayout{height:40px;max-width:400px;width:100%}.euiFormControlLayout--fullWidth{max-width:100%}.euiFormControlLayout--compressed{height:32px}.euiFormControlLayout--inGroup{height:100%}.euiFormControlLayout--1icons{--eui-form-control-layout-icons-padding:34px;padding-right:34px}.euiFormControlLayout--1icons[class*=compressed]{--eui-form-control-layout-icons-padding:26px;padding-right:26px}.euiFormControlLayout--2icons{--eui-form-control-layout-icons-padding:56px;padding-right:56px}.euiFormControlLayout--2icons[class*=compressed]{--eui-form-control-layout-icons-padding:44px;padding-right:44px}.euiFormControlLayout--3icons{--eui-form-control-layout-icons-padding:78px;padding-right:78px}.euiFormControlLayout--3icons[class*=compressed]{--eui-form-control-layout-icons-padding:62px;padding-right:62px}.euiFormControlLayout--4icons{--eui-form-control-layout-icons-padding:100px;padding-right:100px}.euiFormControlLayout--4icons[class*=compressed]{--eui-form-control-layout-icons-padding:80px;padding-right:80px}.euiFormControlLayout--5icons{--eui-form-control-layout-icons-padding:122px;padding-right:122px}.euiFormControlLayout--5icons[class*=compressed]{--eui-form-control-layout-icons-padding:98px;padding-right:98px}.euiFormControlLayout__childrenWrapper{position:relative}.euiFormControlLayout--group{align-items:stretch;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;display:flex;padding:1px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFormControlLayout--group{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayout--group .euiButtonEmpty,.euiFormControlLayout--group .euiButtonIcon,.euiFormControlLayout--group .euiFormLabel,.euiFormControlLayout--group .euiText,.euiFormControlLayout--group>*{height:100%}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper{flex-grow:1;overflow:hidden}.euiFormControlLayout--group .euiFormControlLayout__append,.euiFormControlLayout--group .euiFormControlLayout__prepend{border-radius:0;flex-shrink:0;height:100%;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiFormControlLayout--group .euiFormControlLayout__append .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiIcon{background-color:#e9edf3;border-radius:0;padding:0 8px;width:32px}.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon{transform:none!important}.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon .euiIcon{background:none!important;padding:0;width:16px}.euiFormControlLayout--group .euiButtonIcon{border-radius:0;padding:0 8px;width:32px}.euiFormControlLayout--group .euiButtonIcon:not(:focus){background-color:#e9edf3}.euiFormControlLayout--group .euiButtonIcon:focus-visible{outline:2px solid #0071c2;outline-offset:-2px}.euiFormControlLayout--group .euiToolTipAnchor>.euiIcon{background-color:#e9edf3;border-radius:0;height:100%;padding:0 8px;width:32px}.euiFormControlLayout--group>.euiFormControlLayout__append,.euiFormControlLayout--group>.euiFormControlLayout__prepend{max-width:50%}.euiFormControlLayout--group .euiFormLabel,.euiFormControlLayout--group .euiText:not(.euiFormControlLayoutDelimited__delimiter){background-color:#e9edf3;cursor:default!important;line-height:16px!important;padding:12px}.euiFormControlLayout--group .euiFormLabel+:not(.euiFormControlLayout__childrenWrapper):not(input),.euiFormControlLayout--group .euiText:not(.euiFormControlLayoutDelimited__delimiter)+:not(.euiFormControlLayout__childrenWrapper):not(input),.euiFormControlLayout--group>:not(.euiFormControlLayout__childrenWrapper)+.euiFormLabel,.euiFormControlLayout--group>:not(.euiFormControlLayout__childrenWrapper)+.euiText{margin-left:-12px}.euiFormControlLayout--group .euiButtonEmpty{border-right:none}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper~* .euiButtonEmpty,.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper~.euiButtonEmpty{border-left:none;border-right:none}.euiFormControlLayout--group.euiFormControlLayout--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:3px;box-shadow:inset 0 0 0 1px #112a861a;overflow:hidden;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFormControlLayout--group.euiFormControlLayout--compressed{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel,.euiFormControlLayout--group.euiFormControlLayout--compressed .euiText:not(.euiFormControlLayoutDelimited__delimiter){padding:8px}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel+:not(.euiFormControlLayout__childrenWrapper),.euiFormControlLayout--group.euiFormControlLayout--compressed .euiText:not(.euiFormControlLayoutDelimited__delimiter)+:not(.euiFormControlLayout__childrenWrapper),.euiFormControlLayout--group.euiFormControlLayout--compressed>:not(.euiFormControlLayout__childrenWrapper)+.euiFormLabel,.euiFormControlLayout--group.euiFormControlLayout--compressed>:not(.euiFormControlLayout__childrenWrapper)+.euiText{margin-left:-8px}.euiFormControlLayout--group.euiFormControlLayout--readOnly{background:#e9edf3;border-color:#0000;box-shadow:inset 0 0 0 1px #e9edf3;cursor:default}.euiFormControlLayout--group.euiFormControlLayout--readOnly input{background-color:#fff}.euiFormControlLayoutDelimited{align-items:stretch;background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;display:flex;padding:1px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFormControlLayoutDelimited{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayoutDelimited>.euiFormControlLayout__childrenWrapper{align-items:center;background-color:#fbfcfd;display:flex;width:100%}.euiFormControlLayoutDelimited[class*="--compressed"]{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:3px;box-shadow:inset 0 0 0 1px #112a861a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiFormControlLayoutDelimited[class*="--compressed"]{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayoutDelimited[class*="--fullWidth"] .euiFormControlLayout__childrenWrapper,.euiFormControlLayoutDelimited[class*="--fullWidth"] .euiFormControlLayout__childrenWrapper>:not(.euiFormControlLayoutDelimited__delimiter):not(.euiFormControlLayoutIcons){max-width:none;width:100%}.euiFormControlLayoutDelimited[class*=-isDisabled]{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiFormControlLayoutDelimited[class*=-isDisabled]::placeholder{color:#98a2b3;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled] .euiFormControlLayout__childrenWrapper{background-color:#eef2f7}.euiFormControlLayoutDelimited[class*="--readOnly"]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiFormControlLayoutDelimited[class*="--readOnly"] .euiFormControlLayout__childrenWrapper{background-color:#fff}.euiFormControlLayoutDelimited--isInvalid .euiFormControlLayout__childrenWrapper{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiFormControlLayoutDelimited__input{border-radius:0!important;box-shadow:none!important;height:100%;min-width:0;text-align:center}.euiFormControlLayoutDelimited__delimiter{align-items:center;align-self:stretch;display:flex;flex-grow:0;line-height:1}.euiFormControlLayoutIcons{align-items:center;display:flex;pointer-events:none}.euiFormControlLayoutIcons>*+*{margin-left:6px}.euiFormControlLayoutIcons--absolute{bottom:0;left:12px;position:absolute;top:0}.euiFormControlLayout--compressed .euiFormControlLayoutIcons--absolute{left:8px}.euiFormControlLayoutIcons--static{align-self:stretch;flex-grow:0;height:100%;padding-inline:12px;position:static}.euiFormControlLayout--compressed .euiFormControlLayoutIcons--static{padding-inline:8px}.euiFormControlLayoutIcons--left{z-index:1}.euiFormControlLayoutIcons--right{left:auto;right:12px}.euiFormControlLayout--compressed .euiFormControlLayoutIcons--right{left:auto;right:8px}:disabled+.euiFormControlLayoutIcons{color:#98a2b3;cursor:not-allowed}.euiFormControlLayoutClearButton{background-color:#98a2b3;border-radius:16px;height:16px;line-height:0;pointer-events:all;width:16px}.euiFormControlLayoutClearButton:focus{outline:2px solid currentColor}.euiFormControlLayoutClearButton:focus:focus-visible{outline-style:auto}.euiFormControlLayoutClearButton:focus:not(:focus-visible){outline:none}.euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon{fill:#fff;stroke:#fff;stroke-width:2px;height:8px;width:8px}.euiFormControlLayoutClearButton--small{background-color:#98a2b3;border-radius:12px;height:12px;line-height:0;pointer-events:all;width:12px}.euiFormControlLayoutClearButton--small:focus{outline:2px solid currentColor}.euiFormControlLayoutClearButton--small:focus:focus-visible{outline-style:auto}.euiFormControlLayoutClearButton--small:focus:not(:focus-visible){outline:none}.euiFormControlLayoutClearButton--small .euiFormControlLayoutClearButton__icon{fill:#fff;stroke:#fff;stroke-width:4px;height:6px;width:6px}.euiFormControlLayoutCustomIcon{font-size:0;pointer-events:none}.euiFormControlLayoutCustomIcon--clickable{height:16px;pointer-events:all;width:16px}.euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon{transform:none;vertical-align:initial}.euiFormControlLayoutCustomIcon--clickable:focus{outline:2px solid currentColor}.euiFormControlLayoutCustomIcon--clickable:focus:focus-visible{outline-style:auto}.euiFormControlLayoutCustomIcon--clickable:focus:not(:focus-visible){outline:none}.euiFormControlLayoutCustomIcon--clickable:disabled{color:#98a2b3;cursor:not-allowed}.euiFormErrorText{color:#bd271e;padding-top:4px}.euiFormErrorText,.euiFormLegend{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiFormLegend{color:#1a1c21;font-weight:600;overflow-wrap:break-word!important;word-break:break-word}.euiFormLegend:not(.euiFormLegend-isHidden){margin-bottom:8px}.euiFormLegend:not(.euiFormLegend-isHidden).euiFormLegend--compressed{margin-bottom:4px}.euiFormHelpText{color:#69707d;padding-top:4px}.euiFormHelpText,.euiFormLabel{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiFormLabel{color:#1a1c21;display:inline-block;font-weight:600;overflow-wrap:break-word!important;transition:all .15s cubic-bezier(.694,.0482,.335,1);word-break:break-word}.euiFormLabel.euiFormLabel-isInvalid{color:#bd271e}.euiFormLabel.euiFormLabel-isFocused{color:#07c}.euiFormLabel[for]{cursor:pointer}.euiFormLabel[for].euiFormLabel-isDisabled{cursor:default}.euiFormRow{display:flex;flex-direction:column;max-width:400px}.euiFormRow+.euiButton,.euiFormRow+.euiFormRow{margin-top:16px}.euiFormRow--fullWidth{max-width:100%}.euiFormRow--hasEmptyLabelSpace{justify-content:center;margin-top:20px;min-height:40px;padding-bottom:0}.euiFormRow__labelWrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:4px}.euiFormRow--horizontal{align-items:stretch;flex-direction:row}.euiFormRow--horizontal .euiFormRow__label{-webkit-hyphens:auto;hyphens:auto}.euiFormRow--horizontal .euiFormRow__labelWrapper{display:block;line-height:31px;margin-bottom:0;margin-right:8px;width:calc(33% - 8px)}.euiFormRow--horizontal .euiFormRow__fieldWrapper{width:67%}.euiFormRow--horizontal+.euiFormRow--horizontal{margin-top:8px}.euiFormRow--horizontal+.euiFormRow--horizontal.euiFormRow--hasSwitch{margin-top:12px}.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__labelWrapper{line-height:19px;min-width:calc(33% - 8px);width:auto}.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper{width:auto}.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper .euiSwitch--compressed{margin-top:2px}.euiFormRow--horizontal.euiFormRow--hasSwitch+.euiFormRow--horizontal{margin-top:12px}.euiFormRow__fieldWrapperDisplayOnly{align-items:center;display:flex;min-height:40px}.euiFormRow--compressed .euiFormRow__fieldWrapperDisplayOnly,.euiFormRow--compressed.euiFormRow--hasEmptyLabelSpace{min-height:32px}.euiRadio{position:relative}.euiRadio .euiRadio__input{cursor:pointer;height:16px;opacity:0;position:absolute;top:3px;width:16px;z-index:1}.euiRadio .euiRadio__input~.euiRadio__label{cursor:pointer;display:inline-block;font-size:14px;line-height:24px;padding-left:24px;position:relative;z-index:2}.euiRadio .euiRadio__input+.euiRadio__circle{background:#fff no-repeat 50%;border:1px solid #939496;border-radius:14px;display:inline-block;left:0;padding:7px;position:absolute;top:3px;transition:background-color .15s ease-in,border-color .15s ease-in}.euiRadio .euiRadio__input:checked+.euiRadio__circle{background-color:#07c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='8' cy='11' r='3' fill='%23FFF' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E");border-color:#07c}.euiRadio .euiRadio__input[disabled]{cursor:not-allowed!important}.euiRadio .euiRadio__input[disabled]~.euiRadio__label{color:#98a2b3;cursor:not-allowed!important}.euiRadio .euiRadio__input[disabled]+.euiRadio__circle{background-color:#d3dae6;border-color:#d3dae6;box-shadow:none}.euiRadio .euiRadio__input:checked[disabled]+.euiRadio__circle{background-color:#d3dae6;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='8' cy='11' r='3' fill='%235E646F' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E");border-color:#d3dae6;box-shadow:none}.euiRadio .euiRadio__input:focus+.euiRadio__circle{border-color:#07c;outline:2px solid currentColor}.euiRadio .euiRadio__input:focus+.euiRadio__circle:focus-visible{outline-style:auto}.euiRadio .euiRadio__input:focus+.euiRadio__circle:not(:focus-visible){outline:none}.euiRadio.euiRadio--inList,.euiRadio.euiRadio--noLabel{min-height:16px;min-width:16px}.euiRadio.euiRadio--inList .euiRadio__circle,.euiRadio.euiRadio--inList .euiRadio__input,.euiRadio.euiRadio--noLabel .euiRadio__circle,.euiRadio.euiRadio--noLabel .euiRadio__input{top:0}.euiRadio.euiRadio--inList .euiRadio__input,.euiRadio.euiRadio--noLabel .euiRadio__input{margin:0}.euiRadioGroup__item+.euiRadioGroup__item{margin-top:4px}.euiRadioGroup__item+.euiRadioGroup__item.euiRadio--compressed{margin-top:0}.euiSwitch{align-items:flex-start;display:inline-flex;min-height:20px;position:relative}.euiSwitch .euiSwitch__label{cursor:pointer;display:inline-block;font-size:14px;line-height:20px;padding-left:8px;vertical-align:middle}.euiSwitch .euiSwitch__button{flex-shrink:0;line-height:0}.euiSwitch .euiSwitch__button:focus .euiSwitch__track{border-color:#07c;outline:2px solid currentColor;outline-offset:2px}.euiSwitch .euiSwitch__button:focus .euiSwitch__track:focus-visible{outline-style:auto}.euiSwitch .euiSwitch__button:focus .euiSwitch__track:not(:focus-visible){outline:none}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__body{background-color:#69707dbf}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__thumb{left:0}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__icon{right:-8px}.euiSwitch .euiSwitch__button[aria-checked=false] .euiSwitch__icon.euiSwitch__icon--checked{left:-34px;right:auto}.euiSwitch .euiSwitch__button:disabled:hover,.euiSwitch .euiSwitch__button:disabled~.euiSwitch__label:hover{cursor:not-allowed}.euiSwitch .euiSwitch__button:disabled .euiSwitch__body{background-color:#d3dae680}.euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb{background-color:#0000;border-color:#69707d80;box-shadow:none}.euiSwitch .euiSwitch__button:disabled .euiSwitch__icon{fill:#69707d}.euiSwitch .euiSwitch__button:disabled+.euiSwitch__label{color:#98a2b3}.euiSwitch .euiSwitch__body{background-color:#07c;border-radius:20px;display:inline-block;height:20px;pointer-events:none;position:relative;vertical-align:middle;width:44px}.euiSwitch .euiSwitch__thumb{background:#fff no-repeat 50%;border:1px solid #939496;border-radius:18px;display:inline-block;left:24px;padding:9px;position:absolute;transition:background-color .15s ease-in,border-color .15s ease-in;transition:border-color .25s cubic-bezier(.34,1.61,.7,1),background-color .25s cubic-bezier(.34,1.61,.7,1),left .25s cubic-bezier(.34,1.61,.7,1),transform .25s cubic-bezier(.34,1.61,.7,1)}.euiSwitch .euiSwitch__track{border-radius:20px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.euiSwitch .euiSwitch__icon{fill:#fff;bottom:0;height:16px;position:absolute;right:-34px;top:2px;transition:left .25s cubic-bezier(.34,1.61,.7,1),right .25s cubic-bezier(.34,1.61,.7,1);width:42px}.euiSwitch .euiSwitch__icon--checked{fill:#fff;left:-8px;right:auto}.euiSwitch:hover .euiSwitch__button:not(:disabled) .euiSwitch__thumb{transform:scale(1.05)}.euiSwitch:hover .euiSwitch__button:active .euiSwitch__thumb{transform:scale(.95)}.euiSwitch.euiSwitch--compressed{min-height:16px}.euiSwitch.euiSwitch--compressed .euiSwitch__label{line-height:16px}.euiSwitch.euiSwitch--compressed .euiSwitch__body{border-radius:16px;height:16px;width:28px}.euiSwitch.euiSwitch--compressed .euiSwitch__thumb{background:#fff no-repeat 50%;border:1px solid #939496;border-radius:12px;left:13px;padding:6px;top:1px;transition:background-color .15s ease-in,border-color .15s ease-in;transition:border-color .25s cubic-bezier(.34,1.61,.7,1),background-color .25s cubic-bezier(.34,1.61,.7,1),left .25s cubic-bezier(.34,1.61,.7,1),transform .25s cubic-bezier(.34,1.61,.7,1)}.euiSwitch.euiSwitch--compressed .euiSwitch__track{border-radius:16px}.euiSwitch.euiSwitch--mini{min-height:10px}.euiSwitch.euiSwitch--mini .euiSwitch__label{font-size:12px;line-height:10px}.euiSwitch.euiSwitch--mini .euiSwitch__body{border-radius:10px;height:10px;width:22px}.euiSwitch.euiSwitch--mini .euiSwitch__thumb{background:#fff no-repeat 50%;border:1px solid #939496;border-radius:6px;left:13px;padding:3px;top:1px;transition:background-color .15s ease-in,border-color .15s ease-in;transition:border-color .25s cubic-bezier(.34,1.61,.7,1),background-color .25s cubic-bezier(.34,1.61,.7,1),left .25s cubic-bezier(.34,1.61,.7,1),transform .25s cubic-bezier(.34,1.61,.7,1)}.euiSwitch.euiSwitch--mini .euiSwitch__track{border-radius:10px}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=false] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=false] .euiSwitch__thumb{left:1px}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=false] .euiSwitch__thumb,.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=true]:disabled .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=false] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=true]:disabled .euiSwitch__thumb{border-color:#69707d80}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=true] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=true] .euiSwitch__thumb{border-color:#07c}.euiTextArea{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:none;border-radius:6px;box-shadow:0 0 #0000,inset 0 0 0 1px #112a861a;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:40px;letter-spacing:normal;line-height:1.5;max-width:400px;padding:12px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiTextArea--fullWidth{max-width:100%}.euiTextArea--compressed{height:32px}.euiTextArea--inGroup{height:100%}@supports (-moz-appearance:none){.euiTextArea{transition-property:box-shadow,background-image,background-size}}.euiTextArea::placeholder{color:#69707d;opacity:1}.euiTextArea:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiTextArea:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiTextArea:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiTextArea:disabled::placeholder{color:#98a2b3;opacity:1}.euiTextArea[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiTextArea:-webkit-autofill{-webkit-text-fill-color:#343741}.euiTextArea:-webkit-autofill~.euiFormControlLayoutIcons{color:#343741}.euiTextArea--compressed{background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border-radius:4px;box-shadow:inset 0 0 0 1px #112a861a;padding:8px;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}@supports (-moz-appearance:none){.euiTextArea--compressed{transition-property:box-shadow,background-image,background-size}}.euiTextArea--compressed:invalid{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000);background-size:100%}.euiTextArea--compressed:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%;box-shadow:inset 0 0 0 1px #112a861a;outline:none}.euiTextArea--compressed:disabled{-webkit-text-fill-color:#98a2b3;background:#eef2f7;box-shadow:inset 0 0 0 1px #112a861a;color:#98a2b3;cursor:not-allowed}.euiTextArea--compressed:disabled::placeholder{color:#98a2b3;opacity:1}.euiTextArea--compressed[readOnly]{-webkit-text-fill-color:#343741;background:#fff;border-color:#0000;box-shadow:inset 0 0 0 1px #112a861a;color:#343741;cursor:default}.euiTextArea--inGroup{border-radius:0;box-shadow:none!important}.euiFormControlLayout--euiTextArea,.euiTextArea,.euiTextArea--compressed{height:auto}.euiFormControlLayout--euiTextArea .euiFormControlLayoutIcons{bottom:12px;top:auto}.euiTextArea--resizeVertical{resize:vertical}.euiTextArea--resizeHorizontal{resize:horizontal}.euiTextArea--resizeBoth{resize:both}.euiTextArea--resizeNone{resize:none}.euiMarkdownEditor{display:flex;flex-direction:column}.euiMarkdownEditor--isPreviewing .euiMarkdownEditor__toggleContainer{display:none}.euiMarkdownEditor--fullHeight{height:100%}.euiMarkdownEditor--fullHeight .euiMarkdownEditorTextArea{resize:none}.euiMarkdownEditor--fullHeight .euiMarkdownEditorDropZone{height:100%}.euiMarkdownEditorDropZone{display:flex;flex-direction:column;min-height:"150px";position:relative}.euiMarkdownEditorDropZone__input{height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;width:100%}.euiMarkdownEditorDropZone__input:hover{cursor:pointer}.euiMarkdownEditorDropZone__input:hover:disabled{cursor:not-allowed}.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorFooter,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus{background-color:#0077cc1a!important}.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus{background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000)!important}.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorFooter,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea:focus{background-color:#bd271e1a!important}.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus{background-image:linear-gradient(0deg,#bd271e,#bd271e 2px,#0000 0,#0000)!important}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__blockquote{border-left-color:#00000026}.euiMarkdownFormat[class*=euiTextColor-default] .euiHorizontalRule{background-color:#00000026;color:#00000026}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table{border-left:1px solid #00000026}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table th{border-bottom:1px solid #00000026;border-top:1px solid #00000026}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table th:last-child{border-right:1px solid #00000026}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table tr{border-top:1px solid #00000026}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__blockquote{border-left-color:#69707d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiHorizontalRule{background-color:#69707d;color:#69707d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table{border-left:1px solid #69707d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table th{border-bottom:1px solid #69707d;border-top:1px solid #69707d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table th:last-child{border-right:1px solid #69707d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table tr{border-top:1px solid #69707d}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__blockquote{border-left-color:#00bfb3}.euiMarkdownFormat[class*=euiTextColor-success] .euiHorizontalRule{background-color:#00bfb3;color:#00bfb3}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table{border-left:1px solid #00bfb3}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table th{border-bottom:1px solid #00bfb3;border-top:1px solid #00bfb3}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table th:last-child{border-right:1px solid #00bfb3}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table tr{border-top:1px solid #00bfb3}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__blockquote{border-left-color:#f04e98}.euiMarkdownFormat[class*=euiTextColor-accent] .euiHorizontalRule{background-color:#f04e98;color:#f04e98}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table{border-left:1px solid #f04e98}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table th{border-bottom:1px solid #f04e98;border-top:1px solid #f04e98}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table th:last-child{border-right:1px solid #f04e98}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table tr{border-top:1px solid #f04e98}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__blockquote{border-left-color:#fec514}.euiMarkdownFormat[class*=euiTextColor-warning] .euiHorizontalRule{background-color:#fec514;color:#fec514}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table{border-left:1px solid #fec514}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table th{border-bottom:1px solid #fec514;border-top:1px solid #fec514}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table th:last-child{border-right:1px solid #fec514}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table tr{border-top:1px solid #fec514}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__blockquote{border-left-color:#bd271e}.euiMarkdownFormat[class*=euiTextColor-danger] .euiHorizontalRule{background-color:#bd271e;color:#bd271e}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table{border-left:1px solid #bd271e}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table th{border-bottom:1px solid #bd271e;border-top:1px solid #bd271e}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table th:last-child{border-right:1px solid #bd271e}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table tr{border-top:1px solid #bd271e}.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__blockquote{border-left-color:#fff}.euiMarkdownFormat[class*=euiTextColor-ghost] .euiHorizontalRule{background-color:#fff;color:#fff}.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__table{border-left:1px solid #fff}.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__table th{border-bottom:1px solid #fff;border-top:1px solid #fff}.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__table th:last-child{border-right:1px solid #fff}.euiMarkdownFormat[class*=euiTextColor-ghost] .euiMarkdownFormat__table tr{border-top:1px solid #fff}.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__blockquote{border-left-color:initial}.euiMarkdownFormat[class*=euiTextColor-inherit] .euiHorizontalRule{background-color:currentColor;color:currentColor}.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__table{border-left:1px solid}.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__table th{border-bottom:1px solid;border-top:1px solid}.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__table th:last-child{border-right:1px solid}.euiMarkdownFormat[class*=euiTextColor-inherit] .euiMarkdownFormat__table tr{border-top:1px solid}.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__blockquote{border-left-color:initial}.euiMarkdownFormat[class*=euiTextColor-custom] .euiHorizontalRule{background-color:currentColor;color:currentColor}.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__table{border-left:1px solid}.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__table th{border-bottom:1px solid;border-top:1px solid}.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__table th:last-child{border-right:1px solid}.euiMarkdownFormat[class*=euiTextColor-custom] .euiMarkdownFormat__table tr{border-top:1px solid}.euiMarkdownFormat .euiCheckbox{margin-bottom:0!important}.euiMarkdownFormat .euiCheckbox .euiCheckbox__input+.euiCheckbox__square{top:50%;transform:translateY(-50%)}.euiMarkdownFormat .euiMarkdownFormat__table{border-collapse:collapse;border-spacing:0;display:block;overflow:auto;width:100%}.euiMarkdownEditorFooter{align-items:center;background:#fafbfd;border:1px solid #d3dae6;display:inline-flex;padding:4px}.euiMarkdownEditorFooter__popover{width:300px}.euiMarkdownEditorFooter__actions{display:inline-flex;flex:1 1}.euiMarkdownEditorFooter__actions>button,.euiMarkdownEditorFooter__actions>span{align-self:center;margin-right:4px}.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError{border-radius:6px;left:-1px;line-height:1;position:relative}.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError>span{padding:0 4px}.euiMarkdownEditorFooter__helpButton>svg{width:26px}.euiMarkdownEditorPreview{background:#fff;border:1px solid #d3dae6;min-height:"150px";overflow-y:auto;padding:12px;scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiMarkdownEditorPreview::-webkit-scrollbar{height:16px;width:16px}.euiMarkdownEditorPreview::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiMarkdownEditorPreview::-webkit-scrollbar-corner,.euiMarkdownEditorPreview::-webkit-scrollbar-track{background-color:initial}.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input~.euiCheckbox__label{cursor:default}.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input:focus:not(:checked)+.euiCheckbox__square{border-color:#939496}.euiMarkdownEditorTextArea{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";background-color:#fbfcfd;background-repeat:no-repeat;background-size:0 100%;border:1px solid #d3dae6;border-bottom:none;color:#343741;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;font-weight:400;height:100%;letter-spacing:normal;line-height:1.5;margin:0;min-height:"150px";padding:12px;resize:vertical;scrollbar-color:#69707d80 #0000;scrollbar-width:thin;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;width:100%}.euiMarkdownEditorTextArea::placeholder{color:#69707d;opacity:1}.euiMarkdownEditorTextArea::-webkit-scrollbar{height:16px;width:16px}.euiMarkdownEditorTextArea::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiMarkdownEditorTextArea::-webkit-scrollbar-corner,.euiMarkdownEditorTextArea::-webkit-scrollbar-track{background-color:initial}.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea,.euiMarkdownEditorTextArea:focus{background-color:#fff;background-image:linear-gradient(0deg,#07c,#07c 2px,#0000 0,#0000);background-size:100% 100%}.euiMarkdownEditorTextArea-isReadOnly{background:#fff;cursor:inherit}.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea-isReadOnly,.euiMarkdownEditorTextArea-isReadOnly:focus{background:none}.euiMarkdownEditorToolbar{background:#f5f7fa;border:1px solid #d3dae6;border-bottom:none;display:flex;flex-wrap:wrap;padding:4px}.euiMarkdownEditorToolbar__buttons{align-items:center;display:flex;flex:1 1;flex-wrap:wrap}.euiMarkdownEditorToolbar__buttons>*{margin-right:4px}.euiMarkdownEditorToolbar__divider{border-left:1px solid #d3dae6;content:"";display:block;height:24px;margin-left:4px;padding-right:4px}.euiMarkdownTooltip__icon{transform:translateY(-1px)}.euiTreeView__wrapper .euiTreeView{list-style-type:none;margin:0}.euiTreeView .euiTreeView{padding-left:24px}.euiTreeView__node{line-height:32px;max-height:32px}.euiTreeView__node--expanded{max-height:100vh}.euiTreeView__nodeInner{align-items:center;border-radius:6px;display:flex;flex-direction:row;height:32px;max-width:100%;overflow:hidden!important;padding-left:8px;text-align-last:left;text-overflow:ellipsis!important;white-space:nowrap!important;width:100%}.euiTreeView__nodeInner:focus{outline:2px solid currentColor;outline-offset:-2px}.euiTreeView__nodeInner:focus:focus-visible{outline-style:auto}.euiTreeView__nodeInner:focus:not(:focus-visible){outline:none}.euiTreeView__nodeInner:active,.euiTreeView__nodeInner:focus,.euiTreeView__nodeInner:hover{background-color:#3437411a}.euiTreeView__nodeInner .euiTreeView__iconPlaceholder{width:32px}.euiTreeView__nodeLabel{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiTreeView__iconWrapper{margin-right:8px;margin-top:-2px}.euiTreeView__iconWrapper .euiToken{margin-top:2px}.euiTreeView--compressed .euiTreeView__node{line-height:24px;max-height:24px}.euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeInner{height:24px}.euiTreeView--compressed .euiTreeView__node .euiTreeView__iconWrapper{margin:0 6px 0 0}.euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeLabel{margin-top:-1px}.euiTreeView--compressed .euiTreeView__node .euiTreeView__iconPlaceholder{width:24px}.euiTreeView--compressed .euiTreeView__node--expanded{max-height:100vh}.euiTreeView--withArrows .euiTreeView__expansionArrow{margin-right:4px}.euiTreeView--withArrows.euiTreeView .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper{margin-left:0}.euiTreeView--withArrows.euiTreeView .euiTreeView__iconWrapper{margin-left:20px}.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper{margin-left:0}.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__iconWrapper{margin-left:16px}.euiSideNav__mobileToggle{border-bottom:1px solid #d3dae6;border-radius:0!important;font-size:16px;height:auto;padding:0 16px;text-align:left;width:100%}.euiSideNav__mobileToggle .euiSideNav__mobileToggleText{padding:16px 0}.euiSideNav__mobileToggle .euiSideNav__mobileToggleContent{justify-content:space-between}.euiSideNav__heading{margin-bottom:24px}@media only screen and (max-width:574px){.euiSideNav__contentMobile-xs{max-height:0;opacity:0;overflow:hidden;padding:0 24px;visibility:hidden}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs{max-height:5000px;opacity:1;padding:24px;visibility:visible}}@media only screen and (max-width:574px) and (prefers-reduced-motion:no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs{transition:all .25s cubic-bezier(.694,.0482,.335,1)}}@media only screen and (min-width:575px) and (max-width:767px){.euiSideNav__contentMobile-s{max-height:0;opacity:0;overflow:hidden;padding:0 24px;visibility:hidden}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-s{max-height:5000px;opacity:1;padding:24px;visibility:visible}}@media only screen and (min-width:575px) and (max-width:767px) and (prefers-reduced-motion:no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-s{transition:all .25s cubic-bezier(.694,.0482,.335,1)}}@media only screen and (min-width:768px) and (max-width:991px){.euiSideNav__contentMobile-m{max-height:0;opacity:0;overflow:hidden;padding:0 24px;visibility:hidden}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-m{max-height:5000px;opacity:1;padding:24px;visibility:visible}}@media only screen and (min-width:768px) and (max-width:991px) and (prefers-reduced-motion:no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-m{transition:all .25s cubic-bezier(.694,.0482,.335,1)}}@media only screen and (min-width:992px) and (max-width:1199px){.euiSideNav__contentMobile-l{max-height:0;opacity:0;overflow:hidden;padding:0 24px;visibility:hidden}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-l{max-height:5000px;opacity:1;padding:24px;visibility:visible}}@media only screen and (min-width:992px) and (max-width:1199px) and (prefers-reduced-motion:no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-l{transition:all .25s cubic-bezier(.694,.0482,.335,1)}}@media only screen and (min-width:1200px){.euiSideNav__contentMobile-xl{max-height:0;opacity:0;overflow:hidden;padding:0 24px;visibility:hidden}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl{max-height:5000px;opacity:1;padding:24px;visibility:visible}}@media only screen and (min-width:1200px) and (prefers-reduced-motion:no-preference){.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl{transition:all .25s cubic-bezier(.694,.0482,.335,1)}}.euiSideNavItemButton{color:inherit;display:block;font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:2px 0;text-align:left;width:100%}.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover{cursor:pointer}.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):focus .euiSideNavItemButton__label,.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover .euiSideNavItemButton__label{text-decoration:underline}.euiSideNavItemButton.euiSideNavItemButton-isSelected{color:#006bb8;font-weight:700}.euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label{text-decoration:underline}.euiSideNavItemButton:disabled{color:#a2abba;cursor:not-allowed;text-decoration:none}.euiSideNavItemButton__content{align-items:center;display:flex}.euiSideNavItemButton__icon{margin-right:8px}.euiSideNavItemButton__labelContainer{min-width:0}.euiSideNavItemButton__label{flex-grow:1}.euiSideNavItemButton__label--truncated{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiSideNavItem--root.euiSideNavItem--rootIcon>.euiSideNavItem__items{margin-left:24px}.euiSideNavItem--root>.euiSideNavItemButton{margin-bottom:8px;margin-left:-8px;padding:0 8px;width:calc(100% + 16px)}.euiSideNavItem--root>.euiSideNavItemButton .euiSideNavItemButton__label{font-size:16px;font-size:1.1428571429rem}.euiSideNavItem--root>.euiSideNavItem__items{margin-left:0;position:static}.euiSideNavItem--root>.euiSideNavItem__items:after{display:none}.euiSideNavItem--root+.euiSideNavItem--root{margin-top:32px}.euiSideNavItem--trunk{color:#1a1c21}.euiSideNavItem--trunk>.euiSideNavItemButton{margin-left:-8px;padding-left:8px;padding-right:8px;width:calc(100% + 16px)}.euiSideNavItem--trunk>.euiSideNavItem__items{margin-left:8px;width:100%}.euiSideNavItem--branch{color:#646a77;position:relative}.euiSideNavItem--branch:after{background:#d3dae6;bottom:0;content:"";left:0;position:absolute;top:0;width:1px}.euiSideNavItem--branch:last-of-type:after{height:12px}.euiSideNavItem--branch>.euiSideNavItemButton{padding-left:8px;padding-right:8px;position:relative}.euiSideNavItem--branch>.euiSideNavItemButton:after{background:#d3dae6;content:"";height:1px;left:0;position:absolute;top:12px;width:4px}.euiSideNavItem--branch>.euiSideNavItem__items{margin-left:16px}.euiSideNavItem--emphasized{background:#d3dae64d;box-shadow:100px 0 0 0 #d3dae64d,-100px 0 0 0 #d3dae64d;color:#1a1c21}.euiSideNavItem--emphasized>.euiSideNavItemButton{font-weight:700}.euiSideNavItem--emphasized .euiSideNavItem--emphasized{background:#0000;box-shadow:none}.euiSelectable{display:flex;flex-direction:column}.euiSelectable-fullHeight{height:100%}.euiSelectableList:has(:focus-visible){outline:2px solid currentColor;outline-offset:1px;outline-style:auto}.euiSelectableList-fullHeight{flex-grow:1}.euiSelectableList-bordered{border:1px solid #d3dae6;border-radius:6px;overflow:hidden}.euiSelectableList__list{-webkit-mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);mask-image:linear-gradient(180deg,#ff00001a 0,red 7.5px,red calc(100% - 7.5px),#ff00001a);scrollbar-color:#69707d80 #0000;scrollbar-width:thin}.euiSelectableList__list::-webkit-scrollbar{height:16px;width:16px}.euiSelectableList__list::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#69707d80;border:6px solid #0000;border-radius:16px}.euiSelectableList__list::-webkit-scrollbar-corner,.euiSelectableList__list::-webkit-scrollbar-track{background-color:initial}.euiSelectableList__list:focus,.euiSelectableList__list>ul:focus{outline:none}.euiSelectableList__groupLabel{align-items:center;border-bottom:1px solid #eef2f7;color:#1a1c21;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;line-height:1.1428571429rem;overflow-wrap:break-word!important;padding:4px 12px;word-break:break-word}.euiSelectableListItem{cursor:pointer;display:inline-flex;font-size:14px;font-size:1rem;line-height:1.7142857143rem;overflow:hidden;text-align:left;width:100%}.euiSelectableListItem:not(:last-of-type){border-bottom:1px solid #eef2f7}.euiSelectableListItem-isFocused:not([aria-disabled=true]),.euiSelectableListItem:hover:not([aria-disabled=true]){background-color:#0077cc1a;color:#0071c2}.euiSelectableListItem-isFocused:not([aria-disabled=true]) .euiSelectableListItem__text,.euiSelectableListItem:hover:not([aria-disabled=true]) .euiSelectableListItem__text{text-decoration:underline}.euiSelectableListItem[aria-disabled=true]{color:#98a2b3;cursor:not-allowed}.euiSelectableListItem--paddingSmall .euiSelectableListItem__content{padding:4px 12px}.euiSelectableListItem__content{align-items:center;display:flex;width:100%}.euiSelectableListItem__icon,.euiSelectableListItem__prepend{flex-shrink:0;margin-right:12px}.euiSelectableListItem__append{flex-shrink:0;margin-left:12px}.euiSelectableListItem__text{flex-grow:1}.euiSelectableListItem__text--truncate{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiSelectableMessage{word-wrap:break-word;align-items:center;display:flex;flex-direction:column;justify-content:center;padding:8px;text-align:center}.euiSelectableMessage--bordered{border:1px solid #d3dae6;border-radius:6px;overflow:hidden}.euiSelectableTemplateSitewide__listItem .euiSelectableListItem__text{text-decoration:none!important}.euiSelectableTemplateSitewide__listItem:hover:not([aria-disabled=true]) .euiSelectableTemplateSitewide__listItemTitle,.euiSelectableTemplateSitewide__listItem[class*=-isFocused]:not([aria-disabled=true]) .euiSelectableTemplateSitewide__listItemTitle{text-decoration:underline}.euiSelectableTemplateSitewide__optionMetasList{color:#69707d;display:block;font-size:12px;margin-top:4px}.euiSelectableTemplateSitewide__optionMeta:not(:last-of-type):after{color:#69707d;content:"•";margin:0 4px}.euiSelectableTemplateSitewide__optionMeta--application{color:#4a7194;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--deployment{color:#387765;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--article{color:#7c609e;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--case{color:#aa4b38;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--platform{color:#7a6c31;font-weight:500}.euiTable{font-feature-settings:"calt" 1,"kern" 1,"liga" 1,"tnum" 1;background-color:#fff;border:none;border-collapse:collapse;font-size:14px;font-size:1rem;line-height:1.7142857143rem;table-layout:fixed;width:100%}.euiTable.euiTable--auto{table-layout:auto}.euiTableCaption{position:relative}@media only screen and (min-width:768px) and (max-width:991px){.euiTable--compressed .euiTableCellContent{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;padding:4px}}@media only screen and (min-width:992px) and (max-width:1199px){.euiTable--compressed .euiTableCellContent{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;padding:4px}}@media only screen and (min-width:1200px){.euiTable--compressed .euiTableCellContent{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;padding:4px}}.euiTableFooterCell,.euiTableHeaderCell{border:none;color:#1a1c21;font-size:14px;font-size:1rem;font-weight:inherit;font-weight:700;font-weight:500;line-height:1.7142857143rem;overflow-wrap:break-word!important;text-align:left;vertical-align:middle;word-break:break-word}.euiTableFooterCell .euiTableHeaderButton,.euiTableHeaderCell .euiTableHeaderButton{font-weight:500;text-align:left}.euiTableFooterCell .euiTableCellContent__text,.euiTableHeaderCell .euiTableCellContent__text{font-size:12px;font-size:.8571428571rem;font-weight:600;line-height:1.1428571429rem}.euiTableHeaderButton{color:inherit;font-size:14px;font-size:1rem;line-height:1.7142857143rem;width:100%}.euiTableHeaderButton:focus .euiTableCellContent__text,.euiTableHeaderButton:hover .euiTableCellContent__text{color:#07c;text-decoration:underline}.euiTableHeaderButton:focus .euiTableSortIcon,.euiTableHeaderButton:hover .euiTableSortIcon{fill:#07c}.euiTableSortIcon{flex-shrink:0;margin-left:4px}.euiTableHeaderButton-isSorted .euiTableSortIcon{fill:#1a1c21}.euiTableHeaderCellCheckbox{border:none;font-weight:inherit;text-align:left;vertical-align:middle;width:32px}.euiTableRow:hover{background-color:#fafbfd}.euiTableRow.euiTableRow-isClickable:hover{background-color:#0077cc0d;cursor:pointer}.euiTableRow.euiTableRow-isClickable:focus{background-color:#0077cc1a}.euiTableRow.euiTableRow-isExpandedRow{background-color:#fafbfd}.euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent{padding-left:40px}.euiTableRow.euiTableRow-isSelected,.euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:#e3f0f95e}.euiTableRow.euiTableRow-isSelected:hover,.euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:#0077cc1a}.euiTableRowCell{border-bottom:1px solid #d3dae6;border-top:1px solid #d3dae6;color:#343741;font-weight:inherit;text-align:left;vertical-align:middle}.euiTableRowCell--top{vertical-align:top}.euiTableRowCell--bottom{vertical-align:bottom}.euiTableRowCell--baseline{vertical-align:initial}.euiTableRowCell.euiTableRowCell--isMobileHeader{display:none}.euiTableRowCellCheckbox{border-bottom:1px solid #d3dae6;border-top:1px solid #d3dae6;font-weight:inherit;text-align:left;vertical-align:middle;width:32px}.euiTableFooterCell{background-color:#f5f7fa}.euiTableCellContent{align-items:center;display:flex;overflow:hidden;padding:8px}.euiTableCellContent__text{min-width:0;overflow-wrap:break-word!important;text-overflow:ellipsis;word-break:break-word}.euiTableCellContent--alignRight{justify-content:flex-end;text-align:right}.euiTableCellContent--alignCenter{justify-content:center;text-align:center}.euiTableCellContent--truncateText,.euiTableFooterCell,.euiTableHeaderCell{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiTableCellContent--truncateText .euiTableCellContent__text,.euiTableFooterCell .euiTableCellContent__text,.euiTableHeaderCell .euiTableCellContent__text{overflow:hidden}.euiTableCellContent--overflowingContent{overflow:visible;white-space:normal;word-break:break-word}.euiTableCellContent--showOnHover>:not(:first-child){margin-left:8px}.euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{filter:grayscale(100%);flex-shrink:0;opacity:.7;transition:opacity .25s cubic-bezier(.694,.0482,.335,1),filter .25s cubic-bezier(.694,.0482,.335,1)}.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide{filter:grayscale(0);opacity:0}.euiTableRow-hasActions .euiTableCellContent--showOnHover:focus-within .euiTableCellContent__hoverItem,.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{filter:grayscale(0);opacity:1}.euiTableRow-isExpandedRow .euiTableCellContent{animation:growExpandedRow .15s cubic-bezier(.694,.0482,.335,1) 1 normal none}@keyframes growExpandedRow{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.euiTableRowCell__mobileHeader{display:none}@media only screen and (max-width:574px){.euiTableRowCell--hideForMobile{display:none!important}}@media only screen and (min-width:575px) and (max-width:767px){.euiTableRowCell--hideForMobile{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.euiTableRowCell--hideForDesktop{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.euiTableRowCell--hideForDesktop{display:none!important}}@media only screen and (min-width:1200px){.euiTableRowCell--hideForDesktop{display:none!important}}@media only screen and (max-width:574px){.euiTable.euiTable--responsive tfoot,.euiTable.euiTable--responsive thead{display:none}.euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{color:#69707d;display:block;font-size:9.625px;font-size:.6875rem;margin-bottom:-8px;max-width:100%;min-height:24px;overflow:hidden!important;padding:8px 8px 0;text-overflow:ellipsis!important;white-space:nowrap!important}.euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{min-height:0}.euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiTable.euiTable--responsive .euiTableRow{flex-grow:1}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero{flex-grow:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow{box-shadow:0 .9px 4px -1px #00000014,0 2.6px 8px -1px #0000000f,0 5.7px 12px -1px #0000000d,0 15px 15px -1px #0000000a}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable{transition:all .15s cubic-bezier(.694,.0482,.335,1)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled{display:block;text-align:left;width:100%}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus,.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover{box-shadow:0 1px 5px #0000001a,0 3.6px 13px #00000012,0 8.4px 23px #0000000f,0 23px 35px #0000000d;cursor:pointer;transform:translateY(-2px)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone{border-radius:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium{border-radius:6px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent{background-color:initial}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued{background-color:#fafbfd}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent{background-color:#feedf5}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary{background-color:#e6f1fa}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--success{background-color:#e6f9f7}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning{background-color:#fff9e8}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger{background-color:#f8e9e9}.euiTable.euiTable--responsive .euiTableRow{background-color:#fff;border-radius:6px;box-shadow:0 .7px 1.4px #00000012,0 1.9px 4px #0000000d,0 4.5px 10px #0000000d;display:flex;flex-wrap:wrap;margin-bottom:8px;padding:8px}.euiTable.euiTable--responsive .euiTableRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable{background-image:linear-gradient(90deg,#98a2b31a 0,#98a2b31a 1px,#0000 0,#0000);background-position-x:right;background-repeat:no-repeat;background-size:40px 100%;padding-right:40px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander{min-width:0;position:absolute;right:8px;top:16px;width:24px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions:before,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander:before{display:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent{flex-direction:column;padding:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink{padding:4px}.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child{width:100%}.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child:before{background-color:#98a2b31a;content:"";height:1px;left:0;position:absolute;right:0}.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child .euiTableCellContent{position:relative;top:4px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander{bottom:16px;right:0;top:auto}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable{padding-left:36px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox{left:4px;position:absolute;top:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:#e3f0f95e}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow{background-image:linear-gradient(90deg,#98a2b31a 0,#98a2b31a 1px,#0000 0,#0000);background-position-x:right;background-repeat:no-repeat;background-size:40px 100%;border-top:none;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 .7px 1.4px #00000012,0 1.9px 4px #0000000d,0 4.5px 10px #0000000d;margin-top:-16px;padding-left:8px;position:relative;z-index:2}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{width:calc(100% - 40px)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell:before{display:none}.euiTable.euiTable--responsive .euiTableRowCell{border:none;min-width:50%}.euiTable.euiTable--responsive .euiTableRowCellCheckbox{border:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover>*{margin-left:0}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide{display:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{filter:none;margin-bottom:8px;margin-left:0;opacity:1}.euiTable.euiTable--responsive .euiTableCellContent--alignCenter,.euiTable.euiTable--responsive .euiTableCellContent--alignRight{justify-content:flex-start}}@media only screen and (min-width:575px) and (max-width:767px){.euiTable.euiTable--responsive tfoot,.euiTable.euiTable--responsive thead{display:none}.euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{color:#69707d;display:block;font-size:9.625px;font-size:.6875rem;margin-bottom:-8px;max-width:100%;min-height:24px;overflow:hidden!important;padding:8px 8px 0;text-overflow:ellipsis!important;white-space:nowrap!important}.euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader{min-height:0}.euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiTable.euiTable--responsive .euiTableRow{flex-grow:1}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero{flex-grow:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow{box-shadow:0 .9px 4px -1px #00000014,0 2.6px 8px -1px #0000000f,0 5.7px 12px -1px #0000000d,0 15px 15px -1px #0000000a}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder{border:1px solid #d3dae6;box-shadow:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable{transition:all .15s cubic-bezier(.694,.0482,.335,1)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled{display:block;text-align:left;width:100%}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus,.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover{box-shadow:0 1px 5px #0000001a,0 3.6px 13px #00000012,0 8.4px 23px #0000000f,0 23px 35px #0000000d;cursor:pointer;transform:translateY(-2px)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone{border-radius:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium{border-radius:6px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent{background-color:initial}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued{background-color:#fafbfd}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent{background-color:#feedf5}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary{background-color:#e6f1fa}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--success{background-color:#e6f9f7}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning{background-color:#fff9e8}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger{background-color:#f8e9e9}.euiTable.euiTable--responsive .euiTableRow{background-color:#fff;border-radius:6px;box-shadow:0 .7px 1.4px #00000012,0 1.9px 4px #0000000d,0 4.5px 10px #0000000d;display:flex;flex-wrap:wrap;margin-bottom:8px;padding:8px}.euiTable.euiTable--responsive .euiTableRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable{background-image:linear-gradient(90deg,#98a2b31a 0,#98a2b31a 1px,#0000 0,#0000);background-position-x:right;background-repeat:no-repeat;background-size:40px 100%;padding-right:40px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander{min-width:0;position:absolute;right:8px;top:16px;width:24px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions:before,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander:before{display:none}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent{flex-direction:column;padding:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink{padding:4px}.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child{width:100%}.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child:before{background-color:#98a2b31a;content:"";height:1px;left:0;position:absolute;right:0}.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child .euiTableCellContent{position:relative;top:4px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander{bottom:16px;right:0;top:auto}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable{padding-left:36px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox{left:4px;position:absolute;top:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:#e3f0f95e}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow{background-image:linear-gradient(90deg,#98a2b31a 0,#98a2b31a 1px,#0000 0,#0000);background-position-x:right;background-repeat:no-repeat;background-size:40px 100%;border-top:none;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 .7px 1.4px #00000012,0 1.9px 4px #0000000d,0 4.5px 10px #0000000d;margin-top:-16px;padding-left:8px;position:relative;z-index:2}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover{background-color:#fff}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{width:calc(100% - 40px)}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell:before{display:none}.euiTable.euiTable--responsive .euiTableRowCell{border:none;min-width:50%}.euiTable.euiTable--responsive .euiTableRowCellCheckbox{border:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover>*{margin-left:0}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide{display:none}.euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem{filter:none;margin-bottom:8px;margin-left:0;opacity:1}.euiTable.euiTable--responsive .euiTableCellContent--alignCenter,.euiTable.euiTable--responsive .euiTableCellContent--alignRight{justify-content:flex-start}}.euiTableHeaderCell--hideForDesktop,.euiTableHeaderMobile{display:none}@media only screen and (max-width:574px){.euiTableHeaderMobile{display:flex;justify-content:flex-end;padding:8px 0}.euiTableSortMobile{display:block}}@media only screen and (min-width:575px) and (max-width:767px){.euiTableHeaderMobile{display:flex;justify-content:flex-end;padding:8px 0}.euiTableSortMobile{display:block}}.euiComboBox--appended .euiFormControlLayout__childrenWrapper{border-bottom-left-radius:6px;border-top-left-radius:6px}.euiComboBox--appended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper{border-bottom-left-radius:4px;border-top-left-radius:4px}.euiComboBox--appended.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper,.euiComboBox--appended.euiComboBox--prepended .euiFormControlLayout__childrenWrapper{border-radius:0}.euiComboBox--prepended .euiFormControlLayout__childrenWrapper{border-bottom-right-radius:6px;border-top-right-radius:6px}.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper{border-bottom-right-radius:4px;border-top-right-radius:4px}.euiDataGrid--fontSizeLarge .euiDataGridRowCell{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiFormControlLayout--group{background-color:#e9edf3;border-radius:6px}.euiFormControlLayout--group .euiFormControlLayout__prepend:first-child,.euiFormControlLayout--group .euiFormControlLayout__prepend:first-child [class*=euiButton]{border-radius:5px 0 0 5px}.euiFormControlLayout--group .euiFormControlLayout__append:last-child,.euiFormControlLayout--group .euiFormControlLayout__append:last-child [class*=euiButton]{border-radius:0 5px 5px 0}.euiFormControlLayout--group [class*=euiButton]:focus{outline:2px solid currentColor;outline-offset:-2px}.euiFormControlLayout--group [class*=euiButton]:focus:focus-visible{outline-style:auto}.euiFormControlLayout--group [class*=euiButton]:focus:not(:focus-visible){outline:none}.euiFormControlLayout--group .euiToolTipAnchor>.euiIcon{border-radius:0 5px 5px 0}.euiFormControlLayout--group .euiToolTipAnchor:first-child [class*=euiButton]{border-radius:5px 0 0 5px}.euiFormControlLayout--group .euiToolTipAnchor:last-child .euiText,.euiFormControlLayout--group .euiToolTipAnchor:last-child [class*=euiButton]{border-radius:0 5px 5px 0}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:nth-child(2) [class*=euiField],.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:nth-child(3) [class*=euiField]{border-radius:0}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child .euiSelect,.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child .euiSuperSelectControl,.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child [class*=euiField]{border-radius:6px 0 0 6px}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child .euiSelect,.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child .euiSuperSelectControl,.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:last-child [class*=euiField]{border-radius:0 6px 6px 0}.euiFormControlLayout--group.euiFormControlLayout--compressed{background-color:#e9edf3;border-radius:4px}.euiFormControlLayout--group.euiFormControlLayout--compressed.euiFormControlLayout--readOnly input{background-color:#fff}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend:first-child{border-radius:3px 0 0 3px}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend:first-child [class*=euiButton]{border-radius:4px 0 0 4px}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append:last-child,.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append:last-child [class*=euiButton],.euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor>.euiIcon{border-radius:0 3px 3px 0}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:first-child [class*=euiButton]{border-radius:3px 0 0 3px}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:last-child .euiText,.euiFormControlLayout--group.euiFormControlLayout--compressed .euiToolTipAnchor:last-child [class*=euiButton]{border-radius:0 3px 3px 0}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:nth-child(2) [class*=euiField],.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:nth-child(3) [class*=euiField]{border-radius:0}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:first-child .euiSelect,.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:first-child [class*=euiField]{border-radius:3px 0 0 3px}.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:last-child .euiSelect,.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:last-child [class*=euiField]{border-radius:0 3px 3px 0}.euiFormControlLayoutDelimited{border-radius:6px}.euiFormControlLayoutDelimited.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child{border-radius:6px 0 0 6px}.euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper:only-child{border-radius:6px;overflow:hidden}.euiFormControlLayoutDelimited .euiFormControlLayout__prepend+.euiFormControlLayout__childrenWrapper:last-child{border-radius:0 6px 6px 0}.euiFormControlLayoutDelimited.euiFormControlLayout--compressed.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper:first-child{border-radius:4px 0 0 4px}.euiFormControlLayoutDelimited.euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper:only-child{border-radius:4px;overflow:hidden}.euiFormControlLayoutDelimited.euiFormControlLayout--compressed .euiFormControlLayout__prepend+.euiFormControlLayout__childrenWrapper:last-child{border-radius:0 4px 4px 0}.euiRadio .euiRadio__input:focus+.euiRadio__circle{outline:2px solid #0071c2;outline-offset:2px}.euiRadio .euiRadio__input:focus:focus-visible+.euiRadio__circle{outline:2px solid #0071c2;outline-offset:2px}.euiRadio .euiRadio__input:focus:not(:focus-visible)+.euiRadio__circle{outline:none}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square{outline:2px solid #0071c2;outline-offset:2px}.euiCheckbox .euiCheckbox__input:focus:focus-visible+.euiCheckbox__square{outline:2px solid #0071c2;outline-offset:2px}.euiCheckbox .euiCheckbox__input:focus:not(:focus-visible)+.euiCheckbox__square{outline:none}.euiSwitch .euiSwitch__button:focus{outline:2px solid currentColor;outline-offset:2px}.euiSwitch .euiSwitch__button:focus:focus-visible{outline-style:auto}.euiSwitch .euiSwitch__button:focus:not(:focus-visible){outline:none}.euiSwitch .euiSwitch__button:focus .euiSwitch__track{outline:none}.euiHue{border-radius:12px;height:12px;margin:8px 0;position:relative}.euiHue:after,.euiHue:before{display:none}.euiHue__range{top:-6px}.euiHue__range::-webkit-slider-thumb{background-color:inherit;border:3px solid #fff;box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003}.euiHue__range::-moz-range-thumb{background-color:inherit;border:3px solid #fff;box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003}.euiHue__range::-ms-thumb{background-color:inherit;border:3px solid #fff;box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003}.euiHue__range:focus{outline:none}.euiHue__range:focus::-webkit-slider-thumb{border:3px solid #fff;box-shadow:0 0 0 2px #0071c2}.euiHue__range:focus::-moz-range-thumb{border:3px solid #fff;box-shadow:0 0 0 2px #0071c2}.euiHue__range:focus::-ms-thumb{border:3px solid #fff;box-shadow:0 0 0 2px #0071c2}.euiHue__range:focus:not(:focus-visible)::-webkit-slider-thumb{box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003}.euiHue__range:focus:not(:focus-visible)::-moz-range-thumb{box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003}.euiHue__range:focus:not(:focus-visible)::-ms-thumb{box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003}.euiHue__range:focus:focus-visible{outline:none}.euiMarkdownEditorToolbar{border-radius:6px 6px 0 0}.euiMarkdownEditorTextArea:focus{outline:none}.euiMarkdownEditorTextArea:focus:focus-visible{outline-style:none}.euiMarkdownEditorFooter,.euiMarkdownEditorPreview{border-radius:0 0 6px 6px}.euiSideNavItem--root{padding-bottom:8px}.euiSideNavItem--root+.euiSideNavItem--root{margin-top:8px;padding-top:8px}.euiSideNavItem--root>.euiSideNavItemButton{margin-bottom:4px}.euiSideNavItem--root>.euiSideNavItemButton .euiSideNavItemButton__label{color:#1a1c21;color:inherit;font-size:14px;font-size:1rem;font-weight:700;line-height:1.7142857143rem;overflow-wrap:break-word!important;word-break:break-word}.version{bottom:10px;color:#fff;font-size:10px;left:10px;position:fixed;z-index:1}*,:after,:before{font-feature-settings:normal;box-sizing:border-box;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif!important}body{padding:0}body,p{margin:0}a{min-inline-size:0!important;outline:none;text-decoration:none}dd,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,ul{font-style:normal;line-height:1;margin:0;padding:0}h1,h2,h3{align-items:center;color:#21333f;display:flex;white-space:nowrap}h1.title-normal,h2.title-normal,h3.title-normal{font-size:1.7142857143rem;font-weight:700;padding:.18em 0}h1.title-small,h2.title-small,h3.title-small{font-size:1.4285714286rem;font-weight:700}@media(max-width:1024px){h1.title-small,h2.title-small,h3.title-small{line-height:25px;white-space:break-spaces}}.text-nowrap{white-space:nowrap}pre{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif!important}hr{border-top:1px solid #d3dae6}.clear-text{background-color:#0000!important;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-size:14px!important;font-weight:400!important;line-height:1.2!important;margin:0!important;padding:0!important}.cursor-pointer{cursor:pointer}.background-main-color{background-color:#fff}.block-title{align-items:center;color:#21333f;display:flex;font-size:16px;font-weight:700;justify-content:space-between}.block-title--padding-style{background-color:#fff;padding:16px}img{border:none;box-sizing:border-box;display:inline-block;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;vertical-align:top;width:auto}.block-flex,.display-flex{display:flex}.align-start{align-items:flex-start!important}.align-center{align-items:center}.flex-grow{flex-grow:1}.flex-auto{flex:auto}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start!important}.center{align-items:center}.center,.flex-center{display:flex;justify-content:center}.flex-center{width:100%}.flex-end{justify-content:flex-end}.flex-column-end{align-items:flex-end!important;display:flex;flex-direction:column;justify-content:space-between;width:100%}.center-vertical,.flex-center-vertical{align-items:center!important;display:flex}.flex-start-vertical,.start-vertical{align-items:flex-start!important;display:flex}.center-horizontal{display:flex;justify-content:center}.loading{align-items:center;display:inline-flex;justify-content:center}.loading>:first-child+*{margin-left:10px}.loading-screen{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;width:100%;z-index:2000000}.code-block *{background-color:#fff!important}.code-block pre{overflow:hidden!important;padding:0!important}.visual-status-block{align-items:center;display:flex}.visual-status-block--up svg{color:green}.visual-status-block--down svg{color:red}.visual-status-block>:not(:first-child){padding-left:8px}.euiPanel{padding:0;transition:none!important}.simple-items__title{font-size:14px;font-weight:600}.simple-items__items{margin-top:16px}.simple-items__item{font-size:12px;font-weight:400;line-height:1.2;margin-top:4px}.simple-listing__item:not(:first-child){margin-top:8px}.simple-listing__item a,.simple-listing__item button{font-size:12px;font-weight:400}.flex-line{align-items:center;display:flex;line-height:1}.flex-right{display:flex;justify-content:right;width:100%}.flex-start{display:flex;justify-content:flex-start;width:100%}.flex-start-items{align-items:flex-start!important;width:100%}.flex-end{display:flex;justify-content:right;width:100%}.flex-space-between{display:flex;justify-content:space-between;width:100%}.block-flex-lines{display:flex;flex-wrap:wrap}.block-flex-lines>*{align-items:center;display:flex;width:100%}.flex-self-align-start{align-self:start}.flex-self-align-center{align-items:center}.flex-self-align-end{align-self:end}.flex-wrap{flex-wrap:wrap}.center-block{margin:0 auto!important}.popover-box{max-width:370px}.width-full{min-width:100%}.width-auto{width:auto!important}.width-full-stretch{width:100%}.width-full-stretch>*,.width-full-stretch>* input{max-width:none}.width-half{max-width:50%}.width-5{max-width:5%}.width-10,.width-5{width:100%!important}.width-10{max-width:10%}.width-15{max-width:15%}.width-15,.width-20{width:100%!important}.width-20{max-width:20%}.width-25{max-width:25%}.width-25,.width-30{width:100%!important}.width-30{max-width:30%}.width-35{max-width:35%}.width-35,.width-40{width:100%!important}.width-40{max-width:40%}.width-45{max-width:45%}.width-45,.width-50{width:100%!important}.width-50{max-width:50%}.width-55{max-width:55%}.width-55,.width-60{width:100%!important}.width-60{max-width:60%}.width-65{max-width:65%}.width-65,.width-70{width:100%!important}.width-70{max-width:70%}.width-75{max-width:75%}.width-75,.width-80{width:100%!important}.width-80{max-width:80%}.width-85{max-width:85%}.width-85,.width-90{width:100%!important}.width-90{max-width:90%}.width-95{max-width:95%;width:100%!important}.width-100{max-width:100%;width:100%!important}.max-width-100{max-width:100px;width:100%!important}.max-width-125{max-width:125px;width:100%!important}.max-width-150{max-width:150px;width:100%!important}.max-width-200{max-width:200px;width:100%!important}.max-width-225{max-width:225px;width:100%!important}.max-width-250{max-width:250px;width:100%!important}.max-width-275{max-width:275px;width:100%!important}.max-width-300{max-width:300px;width:100%!important}.max-width-350{max-width:350px;width:100%!important}.max-width-400{max-width:400px;width:100%!important}.width-half-stretch{width:50%}.width-small-stretch{max-width:140px;width:100%}.width-middle-stretch{max-width:240px;width:100%}.width-big-stretch{max-width:300px;width:100%}.width-huge-stretch{max-width:600px;width:100%}.width-small{max-width:140px}.width-middle{max-width:240px}.width-big{max-width:300px}.width-huge{max-width:600px}.half-width{width:50%!important}.full-row,.full-width{width:100%!important}.full-row.mobile,.full-width.mobile{overflow-x:scroll}.max-1024{width:1024px}.max-width-big{max-width:450px}.max-width-large,.max-width-lg{max-width:300px}.max-width-middle{max-width:180px}.max-width-short{max-width:115px}.one-third{max-width:33.33%}.height-full,.min-height-full{height:100%}.placeholder{color:#69707d}.background-color-light{background-color:#fff}.border-top-line{border-top:1px solid #d3dae6}.border-bottom-line{border-bottom:1px solid #d3dae6}.bottom-shadow{box-shadow:0 2px 1px -1px #0000001a}.sticky-top-box,.sticky-top-box-shadow{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.sticky-top-box-shadow{box-shadow:0 2px 1px -1px #0000001a}.sticky-top-box-shadow-more{box-shadow:1px 4px 3px -2px #0000001a}.sticky-top-box-shadow-more,.sticky-top-thead thead{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.sticky-top-header thead{top:78px;z-index:1}.sticky-top-header thead,.sticky-top-header-shadow thead{background-color:#fff;box-shadow:0 2px 1px -1px #0000001a;position:-webkit-sticky;position:sticky}.sticky-top-header-shadow thead{top:0;z-index:100}.sticky-top-header-shadow tbody tr:first-child td{border-top:1px solid #0000!important}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:500}.box-stretch-double{margin:0 -16px;padding:0 16px}.inline-margin-left-half,.inline-margin-right-half{margin-left:4px}.inline-margin-left{margin-left:8px}.inline-margin-right{margin-right:8px}.inline-margin-left-double{margin-left:16px}.inline-margin-right-double{margin-right:16px}.margin-0{margin:0}.margin-top{margin-top:8px}.margin-top-i{margin-top:8px!important}.margin-bottom{margin-bottom:8px}.margin-top-double{margin-top:16px}.margin-top-triple{margin-top:24px}.margin-bottom-double{margin-bottom:16px}.margin-bottom-3{margin-bottom:24px}.margin-top-0{margin-top:0}.margin-bottom-0{margin-bottom:0}.margin-left-0{margin-left:0}.margin-left-half{margin-left:4px}.margin-left{margin-left:8px}.margin-right-0{margin-right:0}.margin-right{margin-right:8px}.margin-right-half{margin-right:4px}.padding-top-half{padding-top:4px}.padding-bottom-half{padding-bottom:4px}.padding-left-half{padding-left:4px}.padding-right-half{padding-right:4px}.padding-half{padding:4px}.padding{padding:8px}.padding-top{padding-top:8px}.padding-bottom{padding-bottom:8px}.padding-left{padding-left:8px}.padding-right{padding-right:8px}.padding-top-left-right-double{padding:16px 16px 0}.padding-bottom-left-right-double{padding:0 16px 16px}.padding-top-double{padding-top:16px}.padding-bottom-double{padding-bottom:16px}.padding-bottom-3{padding-bottom:24px}.padding-bottom-i-3{padding-bottom:24px!important}.padding-left-double{padding-left:16px}.padding-right-double{padding-right:16px}.padding-double{padding:16px}.gap{gap:8px}.column-gap{column-gap:8px}.column-gap-2{column-gap:16px}.column-gap-half{column-gap:4px}.row-gap{row-gap:8px}.row-gap-2{row-gap:16px}.background-gray,.background-gray button{background-color:#e7e9f1}.color-background-main-panel{background-color:#f7f8fc}.item-title{font-size:10px;font-weight:400;line-height:1}.text-small{font-size:12px;font-weight:400}.text-small strong{font-weight:600}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-normal{font-weight:400}.font-weight-semibold{font-weight:500}.font-weight-bold{font-weight:600}.overflow-hidden{overflow:hidden}.overflow-x-scroll{overflow-x:scroll}.inline-elements-box{align-items:flex-start;display:flex}.inline-elements-box>*{display:flex;flex-wrap:wrap}.inline-elements-box>:not(.not-full){width:100%}.inline-elements-box>:not(:last-child){padding-right:8px}.inline-elements-box>*>*{max-width:none;min-width:100%}.flex-child-position-begin{order:1}.flex-child-position-middle{order:5}.flex-child-position-end{order:10}.column-elements-box,.column-elements-box>*{display:flex;flex-wrap:wrap}.column-elements-box>*{width:100%}.column-elements-box>*>*{max-width:none;min-width:100%}.popover-box{max-width:350px;width:100%}.popover__header{border-bottom:1px solid #d3dae6;display:flex;font-size:1rem;font-weight:700;justify-content:left;padding:12px 15px}.popover__body{padding:0 15px}.popover__body>*{margin-top:15px}.popover__body>:last-child{margin-bottom:15px}.popover__footer{align-items:center;border-top:1px solid #d3dae6;display:flex;justify-content:space-between;padding:.6rem 15px}.label-badge{align-items:center;border-radius:3px;display:inline-flex;height:auto;justify-content:center;padding:2px 4px;white-space:nowrap}.label-badge__text{color:#fff;font-size:11px;font-weight:600;line-height:1}.label-badge.processing,.label-badge.review{background-color:#777}.label-badge.authorized,.label-badge.backorder,.label-badge.open,.label-badge.partial,.label-badge.pending,.label-badge.reserved{background-color:#f0ad4e}.label-badge.in-progress,.label-badge.priority{background-color:#337ab7}.label-badge.active,.label-badge.complete,.label-badge.dispatched,.label-badge.re-sale,.label-badge.true{background-color:#5cb85c}.label-badge.cancelled,.label-badge.disable,.label-badge.false,.label-badge.missing,.label-badge.scrapped{background-color:#d9534f}.label-badge.default{background-color:#515359}.label-badge.new{background-color:#48a862}.label-badge.repeating{background-color:#03a9f4}.label-badge.low{background-color:#d9534f}.label-badge.medium{background-color:#f0ad4e}.label-badge.high{background-color:#5cb85c}.label-badge.not-returned{background-color:#5bc0de}.label-badge.light-title{color:#fff!important}.label-badge.base{border:1px solid #515359}.label-badge.base *{color:#515359}.popover-listing{display:flex;flex-wrap:wrap;max-width:140px;padding:8px}.popover-listing>*{width:100%}.background-color{color:#fff}.background-color,.background-color *{border-color:#0000}.background-color svg{fill:#d3d3d3}.background-color.processing,.background-color.review{background-color:#777}.background-color.authorized,.background-color.backorder,.background-color.open,.background-color.partial,.background-color.pending,.background-color.reserved{background-color:#f0ad4e}.background-color.in-progress,.background-color.priority{background-color:#337ab7}.background-color.active,.background-color.complete,.background-color.dispatched,.background-color.re-sale,.background-color.true{background-color:#5cb85c}.background-color.cancelled,.background-color.disable,.background-color.false,.background-color.missing,.background-color.scrapped{background-color:#d9534f}.background-color.default{background-color:#515359}.background-color.new{background-color:#48a862}.background-color.repeating{background-color:#03a9f4}.background-color.low{background-color:#d9534f}.background-color.medium{background-color:#f0ad4e}.background-color.high{background-color:#5cb85c}.background-color.not-returned{background-color:#5bc0de}.background-color.light-title{color:#fff!important}.background-color.base{border:1px solid #515359}.background-color.base *{color:#515359}.color.color-primary{color:#337ab7}.color.color-primary path{fill:#337ab7}.color.color-success{color:#5cb85c}.color.color-success path{fill:#5cb85c}.color.color-warning{color:#f0ad4e}.color.color-warning path{fill:#f0ad4e}.color.color-danger{color:#d9534f}.color.color-danger path{fill:#d9534f}.color.color-red{color:red}.color.color-red path{fill:red}.color.color-green{color:green}.color.color-green path{fill:green}.link-hover-style{color:#006bb8;cursor:default;padding:4px 16px}.hover-underline:hover{text-decoration:underline}.attention{position:relative}.attention:after{background-color:orange;border-radius:10px;content:"";display:block;height:10px;position:absolute;right:-5px;top:-5px;width:10px;z-index:5}.box-panel{background-color:#fff;border-radius:6px;margin-left:8px;margin-right:8px;padding:16px}.box-panel:first-child{margin-top:8px}.box-panel:not(:first-child){margin-top:16px}.box-panels{display:flex;width:100%}.box-panels>*{width:100%}.box-panels>:first-child{padding-right:8px}.box-panels>:last-child,.box-panels>:not(:first-child){padding-left:8px}.box-panels>:not(:last-child){padding-right:8px}.box-panels>*>*{background-color:#fff;border-radius:6px;height:100%;padding:16px;width:100%}.box-header{align-items:center;display:flex;justify-content:space-between}.box-header a:hover{opacity:.8}.box-aside-left{margin-right:8px;padding-right:8px}.box-aside-right{margin-left:8px;padding-left:8px}.height-fix>*{display:flex;height:100%}.content-size{max-inline-size:-webkit-min-content;max-inline-size:min-content}.border-radius{border-radius:6px}table{table-layout:auto!important}table th *{overflow:visible!important}.table-without-header{margin-top:1px}.table-without-header table{position:relative;z-index:0}.table-without-header thead{opacity:0}.table-without-header tbody tr:first-child td{border-top:1px solid #0000!important}.table-without-body{left:0;position:relative;top:0;width:100%;z-index:1}.table-without-body>:first-child{left:0;position:absolute;top:0;width:100%;z-index:1}.table-without-body tbody{display:none!important}.table-color-header thead tr{background-color:#f0fff0}.table-color-header-dark thead tr{background-color:#515356}.table-color-header-dark thead tr *{color:#fff}.table-only-header{padding-top:1px}.table-only-header thead tr{background-color:#f0fff0}.table-only-header tbody{display:none}.relative-point{position:relative;z-index:0}.relative-point>:first-child{position:absolute;top:0;z-index:1}.table-rows-top table td{vertical-align:top!important}.simple-table{background-color:#fff;width:100%}.simple-table .euiTableCellContent__text{white-space:normal!important}.simple-table td,.simple-table th{font-size:12px;line-height:1.1}.simple-table td:not(:last-child),.simple-table th:not(:last-child){padding-right:8px}.simple-table td>*,.simple-table th>*{padding:8px 0}.simple-table td span,.simple-table th span{width:100%}.simple-table td .center,.simple-table th .center{text-align:center}.simple-table--shrinking-height td>*{padding:2px 0}.simple-table--first-last-padding td:first-child,.simple-table--first-last-padding th:first-child{padding-left:8px}.simple-table--first-last-padding td:last-child,.simple-table--first-last-padding th:last-child{padding-right:8px}.simple-table .cell-box--full{width:100%}.simple-table .cell-line--highter{line-height:1.6}.simple-table .cell-line>.label-badge{margin-bottom:2px;margin-top:2px}.last-row-strong table tr:last-child{font-weight:bolder}.min-width-small-column{min-width:100px}.min-width-middle-column{min-width:200px}.min-width-big-column{min-width:300px}.min-width-xxs{min-width:400px}.min-width-xs{min-width:480px}.min-width-sm{min-width:576px}.min-width-md{min-width:768px}.min-width-lg{min-width:992px}.min-width-xl{min-width:1200px}.min-width-xxl{min-width:1300px}.min-width-xxxl{min-width:1500px}.max-width-xxs{max-width:400px}.max-width-xs{max-width:480px}.max-width-sm{max-width:576px}.max-width-md{max-width:768px}.max-width-lg{max-width:992px}.max-width-xl{max-width:1200px}.max-width-xxl{max-width:1400px}.max-width-100{max-width:100%!important}.nowrap,.nowrap *{white-space:nowrap}.no-items{display:flex;flex-wrap:wrap;padding:2rem 0;width:100%}.no-items>*{align-items:center;color:#abb4c4;font-size:14px;font-weight:500;justify-content:center;text-align:center;width:100%}.info-message{padding:16px}.text-center{text-align:center}.text-items{padding-top:10px}.text-item{color:#647079;font-size:12px;font-weight:400;line-height:1;padding-bottom:12px;padding-top:12px}.text-item:not(:last-child){border-bottom:1px solid #d3dae6}.text-item strong{color:#21333f;font-weight:600}.text-item__top{align-items:center;display:flex;justify-content:space-between}.text-item__center{line-height:1.2;padding-top:8px}.text-item__bottom{align-items:center;display:flex;justify-content:space-between;padding-top:10px}.messages-area{display:flex;height:0;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000000000}.messages-area__items{max-width:400px;overflow:visible!important;overflow:initial!important;padding-inline-end:16px!important;padding-inline-start:16px!important;position:static!important;width:100%}.popover-description{align-items:center;display:flex;font-size:12px;min-height:50px;padding:8px}.popover-description__child>:not(:first-child){padding-top:2px}.list-files__item{align-items:center;display:flex;padding-top:8px;width:100%}.list-files__file{min-width:300px;width:40%}.list-files__delete{align-self:flex-start;padding-left:8px}.euiBasicTable-loading table tr:first-child td:first-child{vertical-align:middle!important}.euiBasicTable-loading table tr:first-child td:first-child span{color:#647079;font-size:12px;font-weight:400;line-height:1.2}.position-static{position:static!important}.tabs{align-items:center;display:flex}.tabs__tab:focus,.tabs__tab:focus *{text-decoration:none!important}.tabs__tab-title{color:#343741;font-weight:500}.datepicker-custom{max-height:32px}.datepicker-date-range{align-items:center;display:flex}.datepicker-date-range__panel{padding:8px}.on-off-check button svg path{fill:#fff}.on-off-check button[aria-checked=true]>span{background-color:#48a862}.on-off-check button[aria-checked=false]>span{background-color:#d9534f!important}.field-append{align-items:center;display:flex;height:100%;justify-content:center;padding-left:12px;padding-right:12px}.field-append-symbol{font-size:12px;font-weight:600}.datepicker-range-custom{align-items:center;display:flex}.datepicker-range-custom .euiFormControlLayout{max-height:32px}.datepicker-range-custom>button{min-height:32px}.datepicker-range-custom>button svg+*{display:none}.datepicker-range-custom input{max-height:30px}button:not([class*=select],[class*=general-button]){min-inline-size:-webkit-max-content!important;min-inline-size:max-content!important}button.general-button{min-width:100px}.button-icon-narrow{height:24px;min-inline-size:auto;min-width:auto}.button-icon span{padding:0!important}.button-icon button{align-items:center;display:flex;justify-content:center;min-width:auto;padding:0;width:32px}.button-icon img+*{display:none}.selected-options{align-items:center;display:flex;justify-content:right;padding-bottom:8px;position:relative;right:-4px;width:100%;z-index:1}.selected-options__items{display:flex;flex-wrap:wrap;justify-content:left}.selected-options__items>*{margin-bottom:2px;margin-left:0!important;margin-right:4px;margin-top:2px}.select-custom-item:not(span){background-color:#f0fff0;font-size:12px}.euiComboBoxOptionsList{box-shadow:none!important}.euiComboBoxOptionsList .euiComboBoxOptionsList__rowWrap{background-color:#fff!important;box-shadow:0 .9px 4px #00000014,0 2.6px 8px #0000000f,0 5.7px 12px #0000000d,0 15px 15px #0000000a;min-width:280px}.euiComboBoxOptionsList .euiComboBoxOptionsList__rowWrap>*{min-width:100%}.euiSuperSelect__listbox{max-height:500px!important}.select-custom{overflow:hidden;width:100%}.select-custom button:not(.euiFormControlLayoutClearButton){background-color:#fff;min-inline-size:auto!important}.select-custom--multiselect{margin-right:-1px}.select-custom--multiselect button{border-bottom-right-radius:0;border-top-right-radius:0}.select-custom--multiselect+* input{border-bottom-left-radius:0;border-top-left-radius:0}.select-custom__list-item{background-color:#f0fff0;font-size:12px;padding-bottom:2px;padding-top:2px}.select-custom__title{font-size:12px;font-weight:600;margin-bottom:5px}.select-search-custom{display:flex;max-width:460px;width:100%}.select-search-custom>:first-child{max-width:200px;width:100%}.select-search-custom>:not(:first-child){flex:1 1}.form-rows{display:flex;width:100%}.form-rows:not(.form-rows--lines,.form-rows--in-line){flex-direction:column}.form-rows--lines{flex-wrap:wrap}.form-rows--in-line{flex-wrap:nowrap}.form-rows:not(:first-child){padding-top:16px}.form-rows>*{width:100%}.form-rows>:not(:last-child){margin-bottom:8px}.line-row{display:flex;font-size:12px;justify-content:space-between;position:relative;z-index:1}.line-row--custom .euiComboBox--compressed .euiComboBoxPill,.line-row--custom .euiComboBox--compressed .euiComboBoxPill+.euiComboBoxPill{margin:0}.line-row .pre,.line-row pre{align-items:center;display:flex;min-height:32px}.line-row--column-gap{column-gap:8px}.line-row--margin-top-double{margin-top:16px}.line-row--title-not-inline{flex-wrap:wrap}.line-row--title-not-inline>*{min-width:100%;width:100%}.line-row--title-not-inline>:not(:first-child){padding-top:1.6px}.line-row--select .euiComboBoxPill,.line-row--selectSearch .euiComboBoxPill{max-width:100%!important}.line-row--top{align-items:flex-start}.line-row:not(.line-row--textarea,.line-row--top){align-items:center}.line-row__header{position:relative;z-index:1}.line-row__text,.line-row__title{font-size:12px;font-weight:600;padding:4px 0}.line-row__text label,.line-row__title label{font-size:12px!important;font-weight:600}.line-row__text--textarea,.line-row__title--textarea{padding-top:10px}.line-row__title{align-items:center;display:flex;width:200px}.line-row__title>:last-child:not(:first-child){padding-left:8px}.line-row__after{color:red;font-size:10px;font-weight:300}.line-row__description{bottom:-8px;display:inline-block;left:0;position:absolute;width:auto;z-index:1}.line-row__description>*{color:red;font-size:10px;font-weight:300}.line-row__description.double-bottom{bottom:-16px}.line-row__description.bottom-3{bottom:-24px}.line-row__form{display:flex;justify-items:center;width:100%}.line-row__form--title-not-inline,.line-row__form>div:not(.field-description),.line-row__form>span:not(.field-description){max-width:100%!important;width:100%}.line-row__form:not(.line-row__form--full):not(:first-child){max-width:calc(100% - 200px)}.line-row__form--full{max-width:100%}.line-row__form--textarea textarea{height:100%;line-height:1.1;padding:8px}.line-row__form *{max-width:none!important;min-width:auto}.line-row__form input{border-radius:4px!important}.line-row__form input.euiDatePicker{height:32px}.line-row__value{max-width:calc(100% - 200px);overflow-wrap:break-word;padding:4px 0;text-align:left;width:100%}.line-row--one-third{max-width:33.33%;padding-right:32px}.line-row--one-third+.line-row--one-third+.line-row--one-third{padding-right:0}.line-row--one-third>:first-child{max-width:none;padding-right:16px;white-space:nowrap;width:auto}.line-row--one-third>:last-child{flex:1 1;max-width:none;width:auto}.line-row--one-half{max-width:50%;padding-right:16px}.line-row--one-half+.line-row--one-half{padding-left:16px;padding-right:0}.line-row--one-half>:first-child{padding-right:16px;white-space:nowrap}.line-row--one-half>:last-child{flex:1 1}.field-description{bottom:-4px;display:inline-block;left:0;position:absolute;width:auto;z-index:1}.field-description>*{color:red;font-size:10px;font-weight:300}.form-row-action{text-align:right}.form-row-action :not(:last-child){margin-right:15px}.full-field{max-width:none}.full-field *{max-width:none!important}.full-field :not(input,span,button){padding-right:0}.field-tiny{width:80px}.euiModal{max-block-size:none!important}.euiModalHeader h1{font-size:22px;line-height:1.2;white-space:normal}.modal-window-custom{max-width:1024px;min-width:600px}.modal-window-const-small{max-width:600px;min-width:600px;width:100%}.modal-window-const{max-width:800px;min-width:800px;width:100%}.modal-window{padding:24px}.modal-window__header{padding-top:5px}.modal-window__title{color:#000;font-size:22px;font-weight:700}.modal-window__center{padding:1rem 0;width:100%}.modal-window__footer{width:100%}.modal-window__action{display:flex;justify-content:flex-end;padding-top:8px;width:100%}.modal-window .line-row__form{min-width:300px}.main-logo{justify-items:center;margin-bottom:20px;margin-left:15px;margin-top:15px;width:100%}.main-logo a{display:block}.main-logo img{max-width:80px}.main-logo--narrow{display:flex;justify-content:center;margin-bottom:36px;margin-left:0}.main-logo--narrow img{max-width:40px}.bubble-alert{width:58px}.bubble-alert__link{align-items:center;display:flex;height:100%;justify-content:center;min-width:46px;position:relative;width:100%;z-index:1}.bubble-alert__link:hover{background-color:#d9dee4}.bubble-alert__box{flex-wrap:wrap}.bubble-alert__box,.bubble-alert__icon-box{align-items:center;display:flex;justify-content:center}.bubble-alert__icon-box{margin-top:-6px;width:100%}.bubble-alert__icon{fill:#515356;height:15px;width:15px}.bubble-alert__count{align-items:center;background-color:#1abb9c;border-radius:10px;color:#fff;display:flex;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-size:10px;font-weight:400;height:20px;justify-content:center;line-height:1;min-width:20px;padding:2px 5px 0;position:relative;z-index:10}.menu-panel{background-color:#2a3f54;position:relative;width:230px;z-index:10}.menu-panel a{align-items:center;color:#e7e7e7;display:flex;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;height:46px;line-height:1;width:100%}.menu-panel a svg{fill:#e7e7e7}.menu-panel a:hover{background-color:#ffffff0f}.menu-panel a svg{display:block}.menu-panel a svg:first-child{height:18px;margin-left:15px;margin-right:12px;width:18px}.menu-panel li{display:block;margin-bottom:5px;position:relative;z-index:1}.menu-panel__header{color:#fff;display:block;font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:0;margin-top:0;padding-left:15px;padding-top:15px;text-shadow:1px 1px #000;text-transform:uppercase}.menu-panel__chevron{display:block;height:10px;margin-left:auto;width:10px}.menu-panel__chevron:is(.menu-panel__chevron--icon){padding-right:34px}.menu-panel__chevron:is(.menu-panel__chevron--icon):before{content:url(/static/media/chevron-down.d991a8d56f0548036af9.svg)}.menu-panel__chevron:not(.menu-panel__chevron--icon){padding-right:26px}.menu-panel__chevron:not(.menu-panel__chevron--icon):before{content:url(/static/media/caret-down.17652f189035bce1ec52.svg)}.menu-panel__parent--active:is(.menu-panel__parent--icon){background:linear-gradient(#334556,#2c4257),#2a3f54;box-shadow:0 1px 0 #00000040,inset 0 1px 0 #ffffff29;text-shadow:#00000040 0 -1px 0}.menu-panel__parent--active:is(.menu-panel__parent--icon):before{background-color:#1abb9c;content:"";height:100%;position:absolute;right:0;top:0;width:5px}.menu-panel__parent+ul .menu-panel__parent+ul{padding-left:27px}.menu-panel__parent+ul li{margin-bottom:0}.menu-panel__parent+ul a{color:#ffffffbf;font-size:12px;height:36px;padding-left:27px}.menu-panel__parent+ul a:before{background-color:#425668;border-radius:50%;content:"";height:8px;margin-right:18px;width:8px}.menu-panel__parent+ul a:after{background-color:#425668;bottom:auto;content:"";height:100%;left:31px;position:absolute;top:0;width:1px;z-index:1}.menu-panel--narrow{width:70px}.menu-panel--narrow>ul>li{margin-bottom:10px}.menu-panel--narrow a svg:first-child{height:25px;margin-left:0;margin-right:0;width:25px}.menu-panel--narrow .menu-panel__item-header{display:none}.menu-panel--narrow .menu-panel__title{font-size:10px;font-weight:600;line-height:1.5;width:100%}.menu-panel--narrow .menu-panel__parent--icon{flex-direction:column;flex-wrap:wrap;height:65px;justify-content:center;position:relative;text-align:center;z-index:100}.menu-panel--narrow .menu-panel__parent--icon svg{margin-bottom:4px}.menu-panel--narrow .menu-panel__parent--icon+ul{background-color:#3e5367;left:70px;position:absolute;top:0;width:210px;z-index:1}.menu-panel--narrow .menu-panel__parent--icon+ul a{height:35px;padding-left:15px}.menu-panel--narrow .menu-panel__parent--icon+ul a:after,.menu-panel--narrow .menu-panel__parent--icon+ul a:before{display:none}.menu-panel--narrow .menu-panel__parent--icon+ul ul{padding-left:0}.menu-panel--narrow .menu-panel__parent--icon+ul ul a{padding-left:25px}.menu-panel--narrow .menu-panel__parent--active:not(.menu-panel--narrow .menu-panel__parent--icon):after{background-color:#1abb9c;content:"";display:block;height:100%;left:auto;position:absolute;right:0;top:0;width:5px}.menu-panel--narrow .menu-panel__chevron--icon{display:none}.menu-profile{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif}.menu-profile__toggle{align-items:center;color:#515356;display:flex;font-size:13px;font-weight:500;height:100%;justify-content:center;min-width:68px;padding:0 15px;position:relative;z-index:1}.menu-profile__toggle+*{display:none}.menu-profile__toggle--open+*{display:block}.menu-profile__toggle:hover{background-color:#d9dee4}.menu-profile__list{background-color:#fff;border:1px solid #d9dee4;border-bottom-left-radius:4px;border-bottom-right-radius:4px;position:absolute;right:0;top:55px;width:220px;z-index:1}.menu-profile__link{fill:#5a738e;align-items:center;color:#5a738e;display:flex;font-size:12px;font-weight:400;height:42px;padding:12px 20px;width:100%}.menu-profile__link>svg{margin-right:5px}.menu-profile__link--revert{flex-direction:row-reverse;justify-content:space-between}.menu-profile__link--revert>svg{margin-right:0}.menu-profile__link:hover{fill:#262626;background-color:#f5f5f5;color:#262626}.menu-profile__icon{height:15px;width:15px}.page{display:flex;min-height:100vh}.page--staging .main-logo a{background-color:orange;display:inline-block}.page-aside{background-color:#2a3f54;position:relative;z-index:10000}.page-main{flex:1 1}.page-header{align-items:center;background-color:#ededed;border-bottom:1px solid #d9dee4;display:flex;height:56px;justify-content:space-between;margin-bottom:-1px;position:relative;width:100%;z-index:2000}.page-header__left{padding-left:15px}.page-header__right,.page-header__right>*{align-items:center;display:flex;height:100%;justify-content:space-between}.aside-bar-toggle{display:block}.aside-bar-toggle:hover svg{fill:#23527c}.aside-bar-toggle svg{fill:#5a738e;height:26px;width:26px}