:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rc-tooltip.rc-tooltip-zoom-appear,.rc-tooltip.rc-tooltip-zoom-enter{opacity:0}.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}.rc-tooltip-zoom-appear,.rc-tooltip-zoom-enter{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-play-state:paused}.rc-tooltip-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-play-state:paused}.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}to{opacity:0;transform-origin:50% 50%;transform:scale(0)}}.rc-tooltip{position:absolute;z-index:1070;display:block;visibility:visible;line-height:1.5;font-size:12px;background-color:rgba(0,0,0,.05);padding:1px;opacity:.9}.rc-tooltip-hidden{display:none}.rc-tooltip-inner{padding:8px 10px;color:#333;text-align:left;text-decoration:none;background-color:#fff;border-radius:3px;min-height:34px;border:1px solid #b1b1b1}.rc-tooltip-arrow,.rc-tooltip-arrow-inner{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{bottom:-5px;margin-left:-6px;border-width:6px 6px 0;border-top-color:#b1b1b1}.rc-tooltip-placement-top .rc-tooltip-arrow-inner,.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner{bottom:1px;margin-left:-6px;border-width:6px 6px 0;border-top-color:#fff}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{left:-5px;margin-top:-6px;border-width:6px 6px 6px 0;border-right-color:#b1b1b1}.rc-tooltip-placement-right .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner{left:1px;margin-top:-6px;border-width:6px 6px 6px 0;border-right-color:#fff}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{right:-5px;margin-top:-6px;border-width:6px 0 6px 6px;border-left-color:#b1b1b1}.rc-tooltip-placement-left .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner{right:1px;margin-top:-6px;border-width:6px 0 6px 6px;border-left-color:#fff}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{top:-5px;margin-left:-6px;border-width:0 6px 6px;border-bottom-color:#b1b1b1}.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner{top:1px;margin-left:-6px;border-width:0 6px 6px;border-bottom-color:#fff}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}@import"https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500,normal,bold,italic%7CIBM+Plex+Sans:500,normal,bold,italic&display=swap";.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.echChart{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:flex;flex-direction:row;flex-grow:1;height:1px;width:100%}.echChartContent--column{flex-direction:column}.echChartTitle{font-style:normal;font-weight:700;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:400;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.echContainer{flex:1 1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartPointerContainer,.echChartResizer{position:absolute;top:0;bottom:0;right:0;left:0;box-sizing:border-box}.echChartResizer{z-index:-10000000}.echBrushTool{position:absolute;top:0;left:0;margin:0;box-sizing:border-box;overflow:hidden}.echBrushTool,.echTooltip{padding:0;pointer-events:none}.echTooltip{box-shadow:0 1px 5px #00000040,0 3.6px 13px #0000002d,0 8.4px 23px #00000026,0 23px 35px #00000020;border-radius:6px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;transition:box-shadow .4s,opacity .25s;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:flex}.echTooltip--pinned{box-shadow:0 .7px 1.4px #0000002d,0 1.9px 4px #00000020,0 4.5px 10px #00000020;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions,.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.echTooltip__metricRow{padding:4px 8px;display:flex;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;background-color:#1d1e24}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:#98a2b380;background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableFooter .echTooltip__tableCell,.echTooltip__tableHeader .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#1d1e24;position:sticky;z-index:1}.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableHeader,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:1px solid #343741;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:1px solid #343741;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;transition:margin .2s,padding .2s}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer,.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell){background-color:#1b517847}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer,.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell){background-color:#1b517847}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer,.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell){background-color:#36a2ef0d}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer,.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell){background-color:#34374180}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;transition:width .2s}.echTooltip__colorStrip--icon{opacity:0;display:flex;justify-content:center;align-items:center;height:100%;transition:opacity .2s;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:1px solid #343741}@keyframes promptSlideDown{to{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#7a7f89;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;animation:promptSlideDown .25s forwards;animation-delay:1.5s}.echTooltipActions{display:flex;align-items:flex-start;flex-direction:column;line-height:21px}.echTooltipActions,.echTooltipActions__prompt{position:relative;width:100%;font-style:normal;font-size:12px}.echTooltipActions__prompt{height:26px;padding:0 8px;line-height:26px;color:#7a7f89}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#dfe5ef}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:focus,.echTooltipActions__action:hover{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#515761}.echTooltipActions__action[disabled]:focus,.echTooltipActions__action[disabled]:hover{text-decoration:none}.echLegendTable__container{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;-webkit-mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));width:100%;overflow-y:auto;overflow-x:hidden}.echLegendTable__container::-webkit-scrollbar{width:16px;height:16px}.echLegendTable__container::-webkit-scrollbar-thumb{background-color:#98a2b380;background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegendTable__container::-webkit-scrollbar-corner,.echLegendTable__container::-webkit-scrollbar-track{background-color:transparent}.echLegendTable__container:focus{outline:none}.echLegendTable__container[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegendTable__container :focus{outline:2px solid currentColor;outline-offset:1px;background-color:#36a2ef33;border-radius:3px}.echLegendTable__container :focus:focus-visible{outline-style:auto}.echLegendTable__container :focus:not(:focus-visible){outline:none}.echLegendTable{overflow:auto;display:grid;width:100%;position:relative}.echLegendTable__header,.echLegendTable__row,.echLegendTable__rowgroup{display:contents}.echLegendTable .echColorPickerPopover{display:flex;align-items:center}.echLegend--vertical .echLegendTable__container{padding:8px}.echLegend--horizontal .echLegendTable{padding:4px 8px 4px 16px}.echLegendTable__item{color:#dfe5ef}.echLegendTable__item .echLegendItem__action{padding-top:2px;max-width:16px;height:16px}.echLegendTable__item .echLegendItem__action:empty{width:0}.echLegendTable__item:last-child .echLegendTable__cell{border-bottom:1px solid #343741}.echLegendTable__item:not([dir=rtl]) .echLegendTable__cell:last-child{padding-right:2px}.echLegendTable__item[dir=rtl] .echLegendTable__cell:last-child{padding-left:2px}.echLegendTable__item[dir=rtl] .echLegendItem__label{text-align:right}.echLegendTable__item[dir=rtl] .echLegend__legendValue{text-align:left}.echLegendTable__item--highlightable .echLegendTable__cell:hover,.echLegendTable__item--highlightable .echLegendTable__cell:hover~.echLegendTable__cell{background-color:#25262e}.echLegendTable__item--highlightable .echLegendTable__cell:has(~.echLegendTable__cell:hover){background-color:#25262e}.echLegendTable__item:not(.echLegendTable__item--hidden) .echLegendSingleItem__color--changable{cursor:pointer}.echLegendTable__item--vertical{padding-top:2px;padding-bottom:2px}.echLegendTable__item--hidden{color:#98a2b3}.echLegendTable__item .echLegend__legendValue{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;text-align:right;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr;white-space:nowrap}.echLegendTable__cell{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;align-content:baseline;border-bottom:1px solid #25262e;padding:4px 8px}.echLegendTable__cell--truncate{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.echLegendTable__colorCell{padding-right:0;padding-left:2px}.echLegendTable__colorCell.echLegend__colorWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1}.echLegendTable__header{cursor:default;font-weight:600;background-color:#1d1e24;font-size:12px}.echLegendTable__header .echLegendTable__cell{border-bottom:1px solid #343741}[id^=echAnchor],[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{transform:translate(0)}.echIcon:focus{opacity:1;background:rgba(54,162,239,.2)}.echLegend{z-index:1}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0,1fr);padding-inline-start:0;padding-inline-end:0;margin-block-start:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--left,.echLegend--top{order:0}.echLegend--bottom,.echLegend--right{order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;-webkit-mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:#98a2b380;background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:#36a2ef33;border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#dfe5ef;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;position:relative}.echLegendItem .echLegend__colorWrapper>:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>:not(.background):last-child:not(.echLegendItem__legendValue),.echLegendItem[dir=rtl]>:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>:not(.background):last-child:not(.echLegendItem__legendValue){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#25262e}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:flex;justify-content:center;align-items:center;height:18px;max-width:26px}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>:first-child{height:100%;width:100%;display:flex}.echLegendItem__color{display:flex;line-height:1.5;align-items:center}.echLegendItem__label{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-ms-hyphens:auto;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__legendValue{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;text-align:right;flex:0 0 auto;margin-left:4px;font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#98a2b3}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;color:#98a2b3}.echGridContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color .1s ease-in-out}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:#fff3}.echHighlighterOverlay__stroke{stroke:#fff3}.echHighlighter__mask{fill:#1d1e2480}.echCrosshair,.echCrosshair__crossLine,.echCrosshair__cursor{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;overflow:auto!important;background:hsla(0,0%,100%,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;transition:opacity .25s;pointer-events:none;max-width:260px}.echAnnotation,.echAnnotation__marker{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echAnnotation__marker{position:absolute;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricContainer{display:grid;width:100%;height:100%;align-content:start;justify-content:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;transition:background-color .1s ease-in-out}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:min-content auto min-content;line-height:1.2}.echMetricText__titlesBlock,.echMetricText__valuesBlock{display:flex;flex-direction:column}.echMetricText__titlesBlock--left,.echMetricText__valuesBlock--left{align-items:start;text-align:left}.echMetricText__titlesBlock--left .echMetricText__valueGroup,.echMetricText__valuesBlock--left .echMetricText__valueGroup{justify-content:start}.echMetricText__titlesBlock--center,.echMetricText__valuesBlock--center{align-items:center;text-align:center}.echMetricText__titlesBlock--center .echMetricText__valueGroup,.echMetricText__valuesBlock--center .echMetricText__valueGroup{justify-content:center}.echMetricText__titlesBlock--center .echMetricText__title button,.echMetricText__valuesBlock--center .echMetricText__title button{width:100%}.echMetricText__titlesBlock--right,.echMetricText__valuesBlock--right{align-items:end;text-align:right}.echMetricText__titlesBlock--right .echMetricText__valueGroup,.echMetricText__valuesBlock--right .echMetricText__valueGroup{justify-content:end}.echMetricText__valueGroup{width:100%}.echMetricText__titleGroup,.echMetricText__valueGroup{display:flex;flex-direction:row}.echMetricText__title{font-weight:700;word-wrap:break-word;width:100%}.echMetricText__title button{font-weight:700;width:95%}.echMetricText__icon{position:absolute;top:8px}.echMetricText__icon--left{left:8px}.echMetricText__icon--right{right:8px}.echMetricText__subtitle{padding-top:5px;font-weight:400;width:95%}.echMetricText__extra{font-weight:400}.echMetricText__value{position:relative;font-weight:700;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{padding-left:8px}.echMetricText__part{font-weight:700}.echMetricText__gap{position:relative}.echMetricText__body{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{transition:background-color .1s ease-in-out}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:flex;justify-content:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:flex;justify-content:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg path,.echSingleMetricSparkline__svg rect{transition:fill .1s ease-in-out}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}@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 #e8b33900}to{box-shadow:0 0 0 2px #e8b339}}@keyframes focusRingAnimateLarge{0%{box-shadow:0 0 0 10px #e8b33900}to{box-shadow:0 0 0 4px #e8b339}}@keyframes euiButtonActive{50%{transform:translateY(1px)}}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap;display:flex;justify-content:space-between;flex-grow:1}.react-datepicker__day,.react-datepicker__day-name{font-weight:500;text-align:center;color:#fff;display:inline-block;width:32px;line-height:32px;border-radius:4px;margin:2px}.react-datepicker__day-name{color:#7d7d7d}.react-datepicker__day{cursor:pointer;transition:transform 90ms ease-in-out}.react-datepicker__day:hover{color:#e8b339;background-color:#e8b33933;text-decoration:underline}@media screen and (prefers-reduced-motion:no-preference){.react-datepicker__day:hover{transform:scale(1.1)}}.react-datepicker__day--today{color:#e8b339;font-weight:700}.react-datepicker__day--outside-month{color:#7d7d7d}.react-datepicker__day--highlighted,.react-datepicker__day--highlighted:hover{color:#33bcb7;background-color:#33bcb733}.react-datepicker__day--in-range,.react-datepicker__day--in-range:hover{color:#e8b339;background-color:#e8b33933}.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){box-shadow:-2px 0 #e8b33933,2px 0 #e8b33933;border-radius:0}.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 #e8b33933}.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 #e8b33933}.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected,.react-datepicker__day--selected:hover{background-color:#e8b339;color:#000}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:#e8474980}.react-datepicker__day--disabled,.react-datepicker__day--disabled:hover{background-color:#2727271a;color:#4f4f4f;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{color:#685f4d;background-color:#e8b33933}.react-datepicker__day--disabled.react-datepicker__day--selected,.react-datepicker__day--disabled.react-datepicker__day--selected:hover{color:#e84749;background-color:#e8474933}.react-datepicker__header--time{display:none}.react-datepicker__time-container{border-left:#434343;width:auto;display:flex;margin-top:40px;margin-left:8px;flex-grow:1;background-color:#111;border-radius:6px}.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{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;padding:4px 12px;height:100px!important;align-items:center;grid-gap:4px;gap:4px}.react-datepicker__time-list::-webkit-scrollbar{width:16px;height:16px}.react-datepicker__time-list::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.react-datepicker__time-list::-webkit-scrollbar-corner,.react-datepicker__time-list::-webkit-scrollbar-track{background-color:transparent}.react-datepicker__time-list:focus{outline:none}.react-datepicker__time-list[tabindex="0"]:focus:focus-visible{outline-style:auto}.react-datepicker__time-list-item{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;height:40px;line-height:40px;text-align:center;white-space:nowrap;max-width:100%;vertical-align:middle;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:500;text-decoration:none;outline-offset:-1px;transform:none!important;animation:none!important;transition-timing-function:ease-in;transition-duration:.15s;padding:0 8px;height:24px;line-height:24px;border-radius:4px;font-size:12px}@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{text-decoration:none!important;cursor:not-allowed;color:#5b5b5b;background-color:transparent}.react-datepicker__time-list-item--injected,.react-datepicker__time-list-item--injected:hover{color:#33bcb7;background-color:#33bcb733}.react-datepicker__time-list-item--preselected,.react-datepicker__time-list-item--preselected:hover{background:rgba(232,179,57,.2)}.react-datepicker__time-list-item--selected,.react-datepicker__time-list-item--selected:hover{background-color:#e8b339;color:#000}.react-datepicker--time-only{padding:0!important}.react-datepicker--time-only .react-datepicker__time-container{background-color:transparent;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{padding:8px;display:flex;grid-gap:4px;gap:4px;position:absolute;top:0;left:36px;right:36px;justify-content:center}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{max-width:400px;width:100%;height:40px;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px;height:32px;font-weight:500;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.react-datepicker__month-read-view::-moz-placeholder,.react-datepicker__month-year-read-view::-moz-placeholder,.react-datepicker__year-read-view::-moz-placeholder{color:#7d7d7d;opacity:1}.react-datepicker__month-read-view:-ms-input-placeholder,.react-datepicker__month-year-read-view:-ms-input-placeholder,.react-datepicker__year-read-view:-ms-input-placeholder{color:#7d7d7d;opacity:1}.react-datepicker__month-read-view::placeholder,.react-datepicker__month-year-read-view::placeholder,.react-datepicker__year-read-view::placeholder{color:#7d7d7d;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-position:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImRvd25hcnJvd3doaXRlLWEiIGQ9Ik0xMy4wNjg4NTA4LDUuMTU3MjUwMzggTDguMzg0MjM5NzUsOS43NjgyNzQyOCBDOC4xNzA1NDQxNSw5Ljk3ODYxMzA4IDcuODI5OTkyMTQsOS45NzkxNDA5NSA3LjYxNTc2MDI1LDkuNzY4Mjc0MjggTDIuOTMxMTQ5MTUsNS4xNTcyNTAzOCBDMi43MTgxMzU5LDQuOTQ3NTgzMjEgMi4zNzI3NzMxOSw0Ljk0NzU4MzIxIDIuMTU5NzU5OTQsNS4xNTcyNTAzOCBDMS45NDY3NDY2OSw1LjM2NjkxNzU2IDEuOTQ2NzQ2NjksNS43MDY4NTUyMiAyLjE1OTc1OTk0LDUuOTE2NTIyNCBMNi44NDQzNzEwNCwxMC41Mjc1NDYzIEM3LjQ4NTE3NDI0LDExLjE1ODI4MzYgOC41MTY0NDk3OSwxMS4xNTY2ODUxIDkuMTU1NjI4OTYsMTAuNTI3NTQ2MyBMMTMuODQwMjQwMSw1LjkxNjUyMjQgQzE0LjA1MzI1MzMsNS43MDY4NTUyMiAxNC4wNTMyNTMzLDUuMzY2OTE3NTYgMTMuODQwMjQwMSw1LjE1NzI1MDM4IEMxMy42MjcyMjY4LDQuOTQ3NTgzMjEgMTMuMjgxODY0MSw0Ljk0NzU4MzIxIDEzLjA2ODg1MDgsNS4xNTcyNTAzOCBaIi8+ICA8L2RlZnM+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2Rvd25hcnJvd3doaXRlLWEiLz4gIDwvZz48L3N2Zz4=);right:8px;height:12px;width:12px;display:inline-block;background-size:cover}.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{position:relative;display:inline-block;flex-grow:1;max-width:400px}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown-container>div:not([class*=read-view]){scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;box-shadow:0 .7px 1.4px #0000002d,0 1.9px 4px #00000020,0 4.5px 10px #00000020;height:auto;max-height:250px;background-color:#141414;position:absolute;z-index:1;border-radius:6px;min-width:100px;width:100%}.react-datepicker__month-dropdown::-webkit-scrollbar,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar{width:16px;height:16px}.react-datepicker__month-dropdown::-webkit-scrollbar-thumb,.react-datepicker__year-dropdown-container>div:not([class*=read-view])::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.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:transparent}.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{padding:4px;display:flex;flex-direction:column-reverse;justify-content:flex-end}.react-datepicker__month-dropdown-container{flex-grow:2}.react-datepicker__month-dropdown-container .react-datepicker__month-dropdown{padding:4px;min-width:140px}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{padding:0 8px;height:24px;line-height:24px;border-radius:4px;font-size:14px;margin:4px 0;cursor:pointer}.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:rgba(232,179,57,.2)}.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:#e8b339;color:#000}.react-datepicker__navigation--next,.react-datepicker__navigation--previous{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTExLjY5MiA3SDMuNTU2QzMuMjQ5IDcgMyA3LjIyNCAzIDcuNXMuMjQ5LjUuNTU2LjVoOC4xMzZsLTQuMDk2IDQuMDk2YS41LjUgMCAwMC43MDcuNzA3bDQuMjQzLTQuMjQyYy4yNTgtLjI1OS40MDMtLjU4Ny40MzMtLjkyNWEuNDU0LjQ1NCAwIDAwMC0uMjcyIDEuNDk0IDEuNDk0IDAgMDAtLjQzMy0uOTI1TDguMzAzIDIuMTk3YS41LjUgMCAxMC0uNzA3LjcwN0wxMS42OTIgN3oiLz48L3N2Zz4=);cursor:pointer;position:absolute;top:8px;height:32px;width:32px;z-index:1;text-indent:-999em;overflow:hidden;background-repeat:no-repeat;border-radius:4px;background-position:50%}.react-datepicker__navigation--next:focus,.react-datepicker__navigation--next:hover,.react-datepicker__navigation--previous:focus,.react-datepicker__navigation--previous:hover{background-color:#e8b33933}.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{width:-moz-fit-content;width:fit-content;background-color:transparent;box-shadow:none;padding:0}.euiDatePicker--inline .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper{background-color:transparent;flex-direction:column}.euiDatePicker--inline .euiFormControlLayoutIcons{justify-content:center;padding-block-end:8px}.euiDatePicker--shadow .euiFormControlLayout{box-shadow:0 .9px 4px -1px #0003,0 2.6px 8px -1px #00000026,0 5.7px 12px -1px #00000020,0 15px 15px -1px #0000001a}.euiDatePicker--shadow .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper{background-color:#141414}.react-datepicker{font-size:12px;color:#dcdcdc;display:flex;border-radius:6px;padding:8px;justify-content:center}.react-datepicker--non-interactive{pointer-events:none}.react-datepicker-time__header,.react-datepicker__current-month{display:none}.react-datepicker__screenReaderOnly{position:absolute;top:auto;left:-10000px;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;margin:-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{text-align:center;border-radius:6px}@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:#fff3}.euiColorPicker__popoverPanel--pickerOnly{padding-bottom:0!important}.euiColorPicker__input--inGroup{height:38px!important;box-shadow:none!important;border-radius:0}.euiColorPicker__input--inGroup.euiFieldText--compressed{height:30px!important;border-radius:0}.euiColorPicker__alphaRange .euiRangeInput{min-width:0}.euiColorPickerSwatch{display:inline-block;height:24px;width:24px;border-radius:3px;cursor:pointer;border:1px solid hsla(0,0%,100%,.1);box-shadow:inset 0 0 0 1px #1414140d}.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{content:"";left:0;position:absolute;height:8px;background:#141414;width:100%}.euiHue:after{bottom:0}.euiHue__range{position:relative;height:24px;width:calc(100% + 2px);margin:0 -1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;z-index:2}.euiHue__range::-webkit-slider-thumb{background:#141414 no-repeat 50%;border-radius:14px;-webkit-transition:background-color .15s ease-in,border-color .15s ease-in;transition:background-color .15s ease-in,border-color .15s ease-in;box-shadow:0 0 0 1px #141414,0 2px 2px -1px #0003,0 1px 5px -2px #0003;border:2px solid #141414;cursor:pointer;background-color:#acacac;padding:0;height:16px;width:16px;box-sizing:border-box}.euiHue__range::-moz-range-thumb{background:#141414 no-repeat 50%;border-radius:14px;-moz-transition:background-color .15s ease-in,border-color .15s ease-in;transition:background-color .15s ease-in,border-color .15s ease-in;box-shadow:0 0 0 1px #141414,0 2px 2px -1px #0003,0 1px 5px -2px #0003;border:2px solid #141414;cursor:pointer;background-color:#acacac;padding:0;height:16px;width:16px;box-sizing:border-box}.euiHue__range::-ms-thumb{background:#141414 no-repeat 50%;border-radius:14px;-ms-transition:background-color .15s ease-in,border-color .15s ease-in;transition:background-color .15s ease-in,border-color .15s ease-in;box-shadow:0 0 0 1px #141414,0 2px 2px -1px #0003,0 1px 5px -2px #0003;border:2px solid #141414;cursor:pointer;background-color:#acacac;padding:0;height:16px;width:16px;box-sizing:border-box}.euiHue__range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:0}.euiHue__range::-ms-thumb{margin-top:0}.euiHue__range::-ms-track{height:24px;background:transparent;border-color:transparent;color:transparent}.euiHue__range::-moz-focus-outer{border:none}.euiHue__range::-ms-fill-lower,.euiHue__range::-ms-fill-upper{background:transparent}.euiHue__range:focus::-webkit-slider-thumb{border-color:#e8b339}.euiHue__range:focus::-moz-range-thumb{border-color:#e8b339}.euiHue__range:focus::-ms-thumb{border-color:#e8b339}.euiSaturation{position:relative;width:100%;padding-bottom:100%;border-radius:3px;touch-action:none;z-index:3}.euiSaturation .euiSaturation__lightness,.euiSaturation .euiSaturation__saturation{position:absolute;top:-1px;bottom:0;left:0;right:0;border-radius:3px}.euiSaturation .euiSaturation__lightness{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.euiSaturation .euiSaturation__saturation{background:linear-gradient(0deg,#000,transparent)}.euiSaturation .euiSaturation__indicator{position:absolute;height:12px;width:12px;border-radius:100%;margin-top:-6px;margin-left:-6px;border:1px solid #dcdcdc}.euiSaturation .euiSaturation__indicator:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:100%;border:1px solid #1f1f1f}.euiSaturation:focus{outline:none}.euiSaturation:focus .euiSaturation__indicator{box-shadow:0 0 0 2px #e8b339;border-color:#e8b339}.euiColorPalettePicker__itemTitle{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiColorPalettePicker__itemTitle+.euiColorPaletteDisplay{margin-top:4px}.euiColorPaletteDisplay{display:flex;flex-direction:row;overflow:hidden;height:8px}.euiColorPaletteDisplay--sizeExtraSmall{position:relative;height:4px;border-radius:4px}.euiColorPaletteDisplay--sizeExtraSmall:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;content:"";pointer-events:none;border:1px solid hsla(0,0%,86%,.2)}.euiColorPaletteDisplay--sizeExtraSmall .euiColorPaletteDisplayFixed__bleedArea{height:4px}.euiColorPaletteDisplay--sizeSmall{position:relative;height:8px;border-radius:8px}.euiColorPaletteDisplay--sizeSmall:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;content:"";pointer-events:none;border:1px solid hsla(0,0%,86%,.2)}.euiColorPaletteDisplay--sizeSmall .euiColorPaletteDisplayFixed__bleedArea{height:8px}.euiColorPaletteDisplay--sizeMedium{position:relative;height:16px;border-radius:16px}.euiColorPaletteDisplay--sizeMedium:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;content:"";pointer-events:none;border:1px solid hsla(0,0%,86%,.2)}.euiColorPaletteDisplay--sizeMedium .euiColorPaletteDisplayFixed__bleedArea{height:16px}.euiColorPaletteDisplayFixed__bleedArea{position:absolute;top:0;left:0;display:flex;height:8px;width:calc(100% + 1px)}.euiComboBox{max-width:400px;width:100%;height:auto;position:relative}.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{height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;max-width:400px;width:100%;height:auto;padding:4px 8px;padding-right:var(--eui-form-control-layout-icons-padding,8px);display:flex;outline:none}@supports (-moz-appearance:none){.euiComboBox .euiComboBox__inputWrap{transition-property:box-shadow,background-image,background-size}}.euiComboBox .euiComboBox__inputWrap::-moz-placeholder{color:#7d7d7d;opacity:1}.euiComboBox .euiComboBox__inputWrap:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiComboBox .euiComboBox__inputWrap::placeholder{color:#7d7d7d;opacity:1}.euiComboBox .euiComboBox__inputWrap--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiComboBox .euiComboBox__inputWrap--compressed{transition-property:box-shadow,background-image,background-size}}.euiComboBox .euiComboBox__inputWrap--inGroup{box-shadow:none!important;border-radius:0}.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){padding-top:4px;padding-bottom:4px;padding-left:4px;height:auto;flex-wrap:wrap;align-content:flex-start}.euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover{cursor:text}.euiComboBox .euiComboBox__input{block-size:24px;min-inline-size:2px;max-inline-size:100%;margin:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background:transparent;color:#dcdcdc}.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap,.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a;-webkit-text-fill-color:unset}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder{color:#7d7d7d;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder{color:#7d7d7d;opacity:1}.euiComboBox.euiComboBox-isDisabled .euiComboBoxPill--plainText,.euiComboBox.euiComboBox-isDisabled .euiComboBoxPlaceholder{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d}.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover{cursor:not-allowed}.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap{line-height:32px;padding-top:0;padding-bottom:0}.euiComboBox__input{max-width:100%}.euiComboBox__input input{border:none!important;box-shadow:none!important;outline:none!important}.euiComboBoxPill{height:22px;line-height:20px;vertical-align:baseline}.euiComboBoxPill,.euiComboBoxPill+.euiComboBoxPill{margin:4px}.euiComboBox--compressed .euiComboBoxPill,.euiComboBox--compressed .euiComboBoxPill+.euiComboBoxPill{margin:5px 4px 0 0}.euiComboBox--compressed .euiComboBoxPill--plainText{margin-top:4px}.euiComboBoxPill--plainText{font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;line-height:24px;font-size:14px;padding:0;color:#dcdcdc;vertical-align:middle;display:inline-flex;align-items:center}.euiComboBoxPill__prepend{margin-right:4px}.euiComboBoxPill__append{margin-left:4px}.euiComboBoxPill .euiBadge__text,.euiComboBoxPill--plainText{display:flex;align-items:center}.euiComboBoxPill .euiBadge__text .euiIcon,.euiComboBoxPill--plainText .euiIcon{display:block}.euiComboBoxPlaceholder{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding-right:40px;position:absolute;pointer-events:none;padding-left:4px;line-height:32px;color:#7d7d7d;margin-bottom:0!important}.euiComboBoxOptionsList{transform:none!important;top:0}.euiComboBoxOptionsList .euiFilterSelectItem__content{margin-block:0!important}.euiComboBoxOptionsList .euiTextTruncate{pointer-events:none}.euiComboBoxOptionsList__empty{overflow-wrap:break-word!important;word-break:break-word;padding:8px;text-align:center;word-wrap:break-word}.euiComboBoxOptionsList__rowWrap{padding:0;max-height:200px;overflow:hidden}.euiComboBoxOptionsList__rowWrap>div{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin}.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar{width:16px;height:16px}.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar-corner,.euiComboBoxOptionsList__rowWrap>div::-webkit-scrollbar-track{background-color:transparent}.euiComboBoxOption{font-size:14px;padding:4px 8px 4px 16px;width:100%;text-align:left;border:2px solid transparent;display:flex;align-items:center}.euiComboBoxOption:hover{text-decoration:underline}.euiComboBoxOption.euiComboBoxOption-isFocused{cursor:pointer;color:#e8b339;background-color:#e8b33933}.euiComboBoxOption.euiComboBoxOption-isDisabled{color:#7d7d7d;cursor:not-allowed}.euiComboBoxOption.euiComboBoxOption-isDisabled:hover{text-decoration:none}.euiComboBoxOption__contentWrapper{display:flex;align-items:center}.euiComboBoxOption__content{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1 1;text-align:left}.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{font-size:12px;padding:11px 8px 4px;width:100%;font-weight:700;color:#fff}.euiContextMenu{width:256px;max-width:100%;position:relative;overflow:hidden;transition:height .15s cubic-bezier(.694,.0482,.335,1);border-radius:6px}.euiContextMenu .euiContextMenu__content{padding:8px}.euiContextMenu__panel{position:absolute}.euiContextMenu__icon{margin-right:8px}.euiContextMenuPanel{width:100%;visibility:visible;outline-offset:-2px}.euiContextMenuPanel:focus{outline:none}.euiContextMenuPanel.euiContextMenuPanel-txInLeft{pointer-events:none;animation:euiContextMenuPanelTxInLeft .25s cubic-bezier(.694,.0482,.335,1)}.euiContextMenuPanel.euiContextMenuPanel-txOutLeft{pointer-events:none;animation:euiContextMenuPanelTxOutLeft .25s cubic-bezier(.694,.0482,.335,1)}.euiContextMenuPanel.euiContextMenuPanel-txInRight{pointer-events:none;animation:euiContextMenuPanelTxInRight .25s cubic-bezier(.694,.0482,.335,1)}.euiContextMenuPanel.euiContextMenuPanel-txOutRight{pointer-events:none;animation:euiContextMenuPanelTxOutRight .25s cubic-bezier(.694,.0482,.335,1)}.euiContextMenuPanel--next{transform:translate(256px);visibility:hidden}.euiContextMenuPanel--previous{transform:translate(-256px);visibility:hidden}.euiContextMenuPanelTitle{overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;padding:12px;width:100%;text-align:left;outline-offset:-2px;border-bottom:2px solid #434343}.euiContextMenuPanelTitle:enabled:focus,.euiContextMenuPanelTitle:enabled:hover{text-decoration:underline}.euiContextMenuPanelTitle--small{padding:6px 8px}@keyframes euiContextMenuPanelTxInLeft{0%{transform:translate(256px)}to{transform:translate(0)}}@keyframes euiContextMenuPanelTxOutLeft{0%{transform:translate(0)}to{transform:translate(-256px)}}@keyframes euiContextMenuPanelTxInRight{0%{transform:translate(-256px)}to{transform:translate(0)}}@keyframes euiContextMenuPanelTxOutRight{0%{transform:translate(0)}to{transform:translate(256px)}}.euiContextMenuItem{display:block;padding:12px;width:100%;text-align:left;color:#dcdcdc;outline-offset:-2px}.euiContextMenuItem:focus,.euiContextMenuItem:hover{text-decoration:underline}.euiContextMenuItem:focus{background-color:#e8b33933}.euiContextMenuItem.euiContextMenuItem-isDisabled{color:#5b5b5b;cursor:default}.euiContextMenuItem.euiContextMenuItem-isDisabled:focus,.euiContextMenuItem.euiContextMenuItem-isDisabled:hover{text-decoration:none}.euiContextMenuItem--small{padding:6px 8px}.euiContextMenuItem--small .euiContextMenuItem__text{font-size:14px;font-size:1rem;line-height:1.7142857143rem}.euiContextMenuItem__inner{display:flex}.euiContextMenuItem__text{flex-grow:1;overflow:hidden}.euiContextMenuItem__arrow{align-self:flex-end}.euiContextMenu__itemLayout{display:flex;align-items:center}.euiContextMenu__itemLayout.euiContextMenu__itemLayout--bottom{align-items:flex-end}.euiContextMenu__itemLayout.euiContextMenu__itemLayout--top{align-items:flex-start}.euiContextMenu__itemLayout .euiContextMenu__icon{flex-shrink:0}.euiControlBar{background:#000;color:#acacac;display:flex;flex-direction:column;box-shadow:inset 0 40px #000,inset 0 600rem #111;bottom:0;transform:translateY(0);height:40px;max-height:calc(100vh - 80px)}.euiControlBar--fixed{position:fixed;z-index:6000}.euiControlBar--absolute{position:absolute;z-index:1000}.euiControlBar--relative{position:relative}.euiControlBar-isOpen{animation-duration:.25s;animation-timing-function:cubic-bezier(.694,.0482,.335,1);animation-fill-mode:forwards}.euiControlBar-isOpen.euiControlBar--large{animation-name:euiControlBarOpenPanelLarge;height:calc(100vh - 80px);bottom:-100vh}.euiControlBar-isOpen.euiControlBar--medium{animation-name:euiControlBarOpenPanelMedium;height:480px;bottom:-480px}.euiControlBar-isOpen.euiControlBar--small{animation-name:euiControlBarOpenPanelSmall;height:240px;bottom:-240px}.euiControlBar__controls{height:40px;width:100%;display:flex;align-items:center;overflow-y:hidden;overflow-x:auto;padding:0 12px}.euiControlBar__content{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;overflow-y:auto;width:100%;height:calc(100% - 40px);background-color:#111;animation-name:euiControlBarShowContent;animation-duration:.35s;animation-iteration-count:1;animation-timing-function:cubic-bezier(.694,.0482,.335,1);color:#dcdcdc}.euiControlBar__content::-webkit-scrollbar{width:16px;height:16px}.euiControlBar__content::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiControlBar__content::-webkit-scrollbar-corner,.euiControlBar__content::-webkit-scrollbar-track{background-color:transparent}.euiControlBar__icon{flex-shrink:0;margin-left:8px;margin-right:8px}.euiControlBar__buttonIcon{flex-shrink:0;min-width:40px;min-height:40px}.euiControlBar__button{flex-shrink:0;border-radius:3px;margin-left:4px;font-size:14px}.euiControlBar__button:enabled:hover{transform:none;box-shadow:none}.euiControlBar__button:last-child{margin-right:4px}.euiControlBar__breadcrumbs .euiBreadcrumb:not(:last-of-type) .euiBreadcrumb__content{color:#7d7d7d}.euiControlBar__breadcrumbs .euiBreadcrumb:after{background:hsla(0,0%,100%,.2)}.euiControlBar__spacer{flex-grow:1;height:100%}.euiControlBar__divider{flex-shrink:0;height:100%;width:1px;background-color:#fff3}.euiControlBar__text{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:0 8px;color:#acacac}.euiControlBar__text:last-child{padding-right:0}.euiControlBar__tab{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px;font-size:1rem;line-height:1.7142857143rem;color:#acacac;padding:0 16px;text-align:center;height:100%}.euiControlBar__tab:focus,.euiControlBar__tab:hover{text-decoration:underline;cursor:pointer}.euiControlBar__tab.euiControlBar__tab--active{background-color:#111;box-shadow:inset 0 4px #e8b339;color:#e8b339}.euiControlBar__controls .euiLink.euiLink--primary{color:#e8b339}.euiControlBar__controls .euiLink.euiLink--primary:hover{color:#a27d28}.euiControlBar__controls .euiControlBar__button.euiButton[class*=primary]:enabled:not(.euiButton--fill){color:#e8b339;border-color:#e8b339}.euiControlBar__controls .euiButtonIcon[class*=primary]{color:#e8b339}.euiControlBar__controls .euiLink.euiLink--accent{color:#f3cc62}.euiControlBar__controls .euiLink.euiLink--accent:hover{color:#aa8f45}.euiControlBar__controls .euiControlBar__button.euiButton[class*=accent]:enabled:not(.euiButton--fill){color:#f3cc62;border-color:#f3cc62}.euiControlBar__controls .euiButtonIcon[class*=accent]{color:#f3cc62}.euiControlBar__controls .euiLink.euiLink--success{color:#33bcb7}.euiControlBar__controls .euiLink.euiLink--success:hover{color:#248480}.euiControlBar__controls .euiControlBar__button.euiButton[class*=success]:enabled:not(.euiButton--fill){color:#33bcb7;border-color:#33bcb7}.euiControlBar__controls .euiButtonIcon[class*=success]{color:#33bcb7}.euiControlBar__controls .euiLink.euiLink--warning{color:#e87040}.euiControlBar__controls .euiLink.euiLink--warning:hover{color:#a24e2d}.euiControlBar__controls .euiControlBar__button.euiButton[class*=warning]:enabled:not(.euiButton--fill){color:#e87040;border-color:#e87040}.euiControlBar__controls .euiButtonIcon[class*=warning]{color:#e87040}.euiControlBar__controls .euiLink.euiLink--danger{color:#e84749}.euiControlBar__controls .euiLink.euiLink--danger:hover{color:#a23233}.euiControlBar__controls .euiControlBar__button.euiButton[class*=danger]:enabled:not(.euiButton--fill){color:#e84749;border-color:#e84749}.euiControlBar__controls .euiButtonIcon[class*=danger]{color:#e84749}.euiControlBar__controls .euiLink.euiLink--ghost{color:#fff}.euiControlBar__controls .euiLink.euiLink--ghost:hover{color:#b3b3b3}.euiControlBar__controls .euiControlBar__button.euiButton[class*=ghost]:enabled:not(.euiButton--fill){color:#fff;border-color:#fff}.euiControlBar__controls .euiButtonIcon[class*=ghost]{color:#fff}.euiControlBar__controls .euiLink.euiLink--text{color:#acacac}.euiControlBar__controls .euiLink.euiLink--text:hover{color:#787878}.euiControlBar__controls .euiLink.euiLink--text{color:#fff}.euiControlBar__controls .euiControlBar__button.euiButton[class*=text]:enabled:not(.euiButton--fill){color:#acacac;border-color:#acacac}.euiControlBar__controls .euiButtonIcon[class*=text]{color:#acacac}@media only screen and (max-width:574px){.euiControlBar:not(.euiControlBar--showOnMobile){display:none}}@media only screen and (min-width:575px) and (max-width:767px){.euiControlBar:not(.euiControlBar--showOnMobile){display:none}}@keyframes euiControlBarOpenPanelLarge{0%{transform:translateY(-120px)}to{transform:translateY(-100vh)}}@keyframes euiControlBarOpenPanelMedium{0%{transform:translateY(-40px)}to{transform:translateY(-480px)}}@keyframes euiControlBarOpenPanelSmall{0%{transform:translateY(-40px)}to{transform:translateY(-240px)}}@keyframes euiControlBarShowContent{0%{opacity:0}to{opacity:1}}.euiSuperDatePicker__absoluteDateFormRow{padding:0 8px 8px}.euiDatePopoverButton{font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;display:block;width:100%;padding:0 8px;line-height:38px;height:38px;word-break:break-all;transition:background .15s ease-in;background-size:100%}.euiDatePopoverButton::-moz-placeholder{color:#7d7d7d;opacity:1}.euiDatePopoverButton:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiDatePopoverButton::placeholder{color:#7d7d7d;opacity:1}.euiDatePopoverButton--compressed{line-height:30px;height:30px}.euiDatePopoverButton-isSelected,.euiDatePopoverButton:focus{background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent)}.euiDatePopoverButton-needsUpdating{background-color:#0f3837;color:#33bcb7}.euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected,.euiDatePopoverButton-needsUpdating:focus{background-image:linear-gradient(0deg,#33bcb7,#33bcb7 2px,transparent 0,transparent)}.euiDatePopoverButton-isInvalid{background-size:100%;background-color:transparent;color:#e84749}.euiDatePopoverButton-isInvalid,.euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected,.euiDatePopoverButton-isInvalid:focus{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent)}.euiDatePopoverButton:disabled{background-color:#1a1a1a;background-image:none;color:#acacac;cursor:default}.euiDatePopoverButton--end,.euiDatePopoverButton--start{text-align:center}.euiDatePopoverContent{width:400px;max-width:100%}.euiDatePopoverContent__padded{padding:8px}.euiDatePopoverContent__padded--large{padding:16px}@media only screen and (max-width:574px){.euiDatePopoverContent{width:284px}}.euiQuickSelectPopover__content{width:400px;max-width:100%}.euiQuickSelectPopover__content .euiQuickSelectPopover__panel:not(:first-child){border-top:2px solid #434343;padding-top:12px;margin-top:12px}.euiQuickSelectPopover__content .euiQuickSelectPopover__panel .euiQuickSelectPopover__panelTitle{float:left;margin-bottom:12px}.euiQuickSelectPopover__section{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;max-height:132px;overflow:hidden;overflow-y:auto;margin:8px 0 0;clear:both}.euiQuickSelectPopover__section::-webkit-scrollbar{width:16px;height:16px}.euiQuickSelectPopover__section::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiQuickSelectPopover__section::-webkit-scrollbar-corner,.euiQuickSelectPopover__section::-webkit-scrollbar-track{background-color:transparent}.euiQuickSelectPopover__buttonContent{grid-gap:4px;gap:4px}.euiQuickSelectPopover__anchor{height:100%}.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;grid-gap:8px;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{display:flex;align-items:center;overflow:hidden;background-color:#131313}.euiSuperDatePicker .euiFormControlLayout__childrenWrapper:last-child{border-radius:0 6px 6px 0}.euiSuperDatePicker .euiFormControlLayout__childrenWrapper>.euiFormControlLayoutDelimited__input{flex-grow:1}.euiSuperDatePicker__prettyFormat{font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;display:block;width:100%;padding:0 8px;line-height:38px;height:38px;word-break:break-all;transition:background .15s ease-in;display:flex;justify-content:space-between;text-align:left}.euiSuperDatePicker__prettyFormat::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSuperDatePicker__prettyFormat:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSuperDatePicker__prettyFormat::placeholder{color:#7d7d7d;opacity:1}.euiSuperDatePicker__prettyFormat:focus,.euiSuperDatePicker__prettyFormat:not(:disabled):hover{text-decoration:none}.euiSuperDatePicker__prettyFormat:disabled{background-color:#1a1a1a;color:#acacac;cursor:not-allowed}.euiSuperDatePicker--needsUpdating .euiFormControlLayoutDelimited .euiFormControlLayout__childrenWrapper{background-color:#0f3837}.euiSuperDatePicker--needsUpdating .euiFormControlLayoutDelimited .euiFormControlLayoutDelimited__delimiter{color:#33bcb7}.euiSuperDatePicker--needsUpdating .euiFormControlLayout__childrenWrapper{transition:background .15s ease-in}.euiDataGrid{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;height:100%}.euiDataGrid--fullScreen{height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:#141414}.euiDataGrid--fullScreen .euiDataGrid__pagination{padding-bottom:4px;background:#1f1f1f;box-shadow:1px 0 0 1px #434343}.euiDataGrid__content{flex-grow:1;height:100%;max-width:100%;width:100%;overflow:hidden;z-index:1;position:relative;background:#111;font-feature-settings:"tnum" 1}.euiDataGrid__customRenderBody{scrollbar-color:hsla(0,0%,67%,.5) #141414;scrollbar-width:thin;height:100%;width:100%;overflow:auto}.euiDataGrid__customRenderBody::-webkit-scrollbar{width:16px;height:16px}.euiDataGrid__customRenderBody::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid #141414}.euiDataGrid__customRenderBody::-webkit-scrollbar-corner,.euiDataGrid__customRenderBody::-webkit-scrollbar-track{background-color:#141414}.euiDataGrid__pagination{z-index:2;padding-top:4px;flex-grow:0}.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{top:0;height:100%}.euiDataGrid__focusWrap{height:100%}.euiDataGrid__virtualized{scrollbar-color:hsla(0,0%,67%,.5) #141414;scrollbar-width:thin;scroll-padding:0}.euiDataGrid__virtualized::-webkit-scrollbar{width:16px;height:16px}.euiDataGrid__virtualized::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid #141414}.euiDataGrid__virtualized::-webkit-scrollbar-corner,.euiDataGrid__virtualized::-webkit-scrollbar-track{background-color:#141414}.euiDataGrid__scrollOverlay{position:absolute;top:-1px;right:0;bottom:0;left:0;pointer-events:none;box-shadow:inset 0 0 0 1px #434343}.euiDataGrid--bordersHorizontal .euiDataGrid__scrollOverlay{box-shadow:inset 0 -2px 0 -1px #434343}.euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayBottom{position:absolute;width:100%;height:1px;background-color:#434343}.euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayRight{position:absolute;height:100%;width:1px;background-color:#434343}.euiDataGridHeader{display:flex;z-index:3;background:#141414;position:sticky;top:0;width:-moz-fit-content;width:fit-content}.euiDataGridHeaderCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;padding:6px;flex:0 0 auto;position:relative;align-items:center;display:flex}.euiDataGridHeaderCell.euiDataGridHeaderCell--currency,.euiDataGridHeaderCell.euiDataGridHeaderCell--numeric{text-align:right}.euiDataGridHeaderCell:focus{outline:none;border-top:none}.euiDataGridHeaderCell:focus:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #e8b339;border-radius:4px;z-index:2;pointer-events:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within{outline:none;border-top:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #e8b339;border-radius:4px;z-index:2;pointer-events:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow{margin-right:4px}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button{flex:0 0 auto;position:relative;align-items:center;display:flex;width:100%;font-weight:700;outline:none}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button .euiDataGridHeaderCell__sortingArrow{flex-grow:0}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden;white-space:nowrap;text-align:left;flex-grow:1;align-self:baseline}.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon{flex-grow:0;flex-basis:auto;width:auto;padding-left:4px}.euiDataGridHeader__action--selected{font-weight:700!important}.euiDataGrid--bordersNone.euiDataGrid--bordersHorizontal .euiDataGridHeader{background:#141414}.euiDataGrid--headerUnderline .euiDataGridHeaderCell{border:none;border-bottom:1px solid #dcdcdc}.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell{border-bottom:1px solid;border-color:#dcdcdc}.euiDataGrid--headerShade .euiDataGridHeaderCell{background:#1c1c1c}.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell{border-right:2px solid #434343;border-bottom:2px solid #434343;border-left:none}.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type{border-left:2px solid #434343}.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell{border-top:none;border-bottom:2px solid #434343}.euiDataGrid--bordersNone .euiDataGridHeaderCell{border:none}.euiDataGrid--borderhorizontal .euiDataGridHeaderCell{border-top:none;border-right:none;border-left: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:2px solid #434343}.euiDataGridFooter{display:flex;width:-moz-fit-content;width:fit-content}.euiDataGridRowCell.euiDataGridFooterCell{flex:0 0 auto;position:relative;font-weight:700}.euiDataGrid--stickyFooter .euiDataGridFooter{position:sticky;bottom:0}.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell{border-top:1px solid #434343;border-top-color:#dcdcdc!important;background:#141414!important}.euiDataGrid--bordersHorizontal .euiDataGridRowCell.euiDataGridFooterCell,.euiDataGrid--bordersNone .euiDataGridRowCell.euiDataGridFooterCell{border-left:none;border-right:none}.euiDataGrid--footerShade .euiDataGridRowCell.euiDataGridFooterCell{background:#1c1c1c}.euiDataGridColumnResizer{position:absolute;top:0;right:-8px;height:100%;width:16px;cursor:ew-resize;opacity:0;z-index:2}.euiDataGridColumnResizer:after{content:"";position:absolute;left:7px;top:0;bottom:0;width:3px;background-color:#e8b339}.euiDataGridColumnResizer:active,.euiDataGridColumnResizer:hover{opacity:1}.euiDataGridColumnResizer:active~.euiDataGridHeaderCell__content,.euiDataGridColumnResizer:hover~.euiDataGridHeaderCell__content{-webkit-user-select:none;-moz-user-select:none;-ms-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:#141414}.euiDataGridRowCell{font-size:14px;font-size:1rem;line-height:1.7142857143rem;padding:6px;border-right:1px solid #2f2f2f;border-bottom:2px solid #434343;overflow:hidden}.euiDataGridRowCell>*{height:100%}.euiDataGridRowCell.euiDataGridRowCell--firstColumn{border-left:2px solid #434343}.euiDataGridRowCell.euiDataGridRowCell--lastColumn{border-right-color:#434343}.euiDataGridRowCell:focus{position:relative;outline:none}.euiDataGridRowCell:focus:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #e8b339;border-radius:4px;z-index:2;pointer-events:none}.euiDataGridRowCell:hover .euiDataGridRowCell__actionButtonIcon{animation-duration:90ms;animation-name:euiDataGridCellActionsSlideIn;animation-iteration-count:1;animation-delay:.25s;animation-fill-mode:forwards}.euiDataGridRowCell:hover .euiDataGridRowCell__expandContent{animation-name:euiDataGridCellActionsSafariWorkaround;animation-duration:1s;animation-delay:.34s;animation-iteration-count:1;animation-fill-mode:forwards;animation-timing-function:linear}.euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actionButtonIcon,.euiDataGridRowCell:focus .euiDataGridRowCell__actionButtonIcon,.euiDataGridRowCell:focus-within .euiDataGridRowCell__actionButtonIcon{animation:none;margin-left:6px;width:12px}.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon{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 .euiDataGridRowCell__definedHeight{overflow-wrap:break-word!important;word-break:break-word;flex-grow:1}.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__content,.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__expandContent,.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__truncate,.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn).euiDataGridRowCell__truncate{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden;white-space:nowrap}.euiDataGridRowCell__popover{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;overflow:auto;max-width:400px!important;max-height:400px!important;z-index:1000!important;filter:none;box-shadow:0 1px 5px #00000040,0 3.6px 13px #0000002d,0 8.4px 23px #00000026,0 23px 35px #00000020}.euiDataGridRowCell__popover::-webkit-scrollbar{width:16px;height:16px}.euiDataGridRowCell__popover::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGridRowCell__popover::-webkit-scrollbar-corner,.euiDataGridRowCell__popover::-webkit-scrollbar-track{background-color:transparent}.euiDataGridRowCell__expandFlex{position:relative;display:flex;align-items:baseline;height:100%}.euiDataGridRowCell--controlColumn .euiDataGridRowCell__expandFlex{align-items:center}.euiDataGridRowCell__expandContent{flex-grow:1}.euiDataGridRowCell__contentByHeight{flex-grow:1;height:100%}.euiDataGridRowCell__expandActions{display:flex}.euiDataGridRowCell__expandContent+.euiDataGridRowCell__expandActions{flex-grow:0}.euiDataGridRowCell__contentByHeight+.euiDataGridRowCell__expandActions{background-color:#141414;position:absolute;right:0;top:0;padding:6px 0}.euiDataGridRowCell__actionButtonIcon{height:12px;border-radius:3px;width:0;overflow:hidden;transition:none;box-shadow:none!important;border:none}.euiDataGrid--stripes .euiDataGridRow--striped,.euiDataGrid--stripes .euiDataGridRow--striped .euiDataGridRowCell__contentByHeight+.euiDataGridRowCell__expandActions{background-color:#1f1f1f}.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover,.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell__contentByHeight+.euiDataGridRowCell__expandActions{background-color:#7d7d7d}.euiDataGrid--bordersNone .euiDataGridRowCell{border-color:transparent!important}.euiDataGrid--bordersHorizontal .euiDataGridRowCell{border-right-color:transparent;border-left-color:transparent}.euiDataGrid--fontSizeSmall .euiDataGridRowCell{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiDataGrid--fontSizeLarge .euiDataGridRowCell{font-size:14px;font-size:1rem}.euiDataGrid--paddingSmall .euiDataGridRowCell{padding:4px}.euiDataGrid--paddingLarge .euiDataGridRowCell{padding:8px}.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__contentByHeight+.euiDataGridRowCell__expandActions{padding:2px 0}.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__expandContent+.euiDataGridRowCell__expandActions{transform:translateY(1px)}@keyframes euiDataGridCellActionsSlideIn{0%{margin-left:0;width:0}to{margin-left:6px;width:12px}}@keyframes euiDataGridCellActionsSafariWorkaround{0%{width:100%;flex-basis:100%}to{width:auto;flex-basis:auto}}.euiDataGrid__controls{background:#111;position:relative;z-index:2;border:2px solid #434343;padding:4px 4px 4px 0;display:flex;justify-content:space-between;align-items:center}.euiDataGrid__rightControls{white-space:nowrap}.euiDataGrid__rightControls:only-child{margin-left:auto}.euiDataGrid__rightControls>*+*{margin-left:8px}.euiDataGrid__leftControls>*+*{margin-left:2px}.euiDataGrid__controlBtn--active,.euiDataGrid__controlBtn--active:focus{font-weight:600}.euiDataGrid--bordersNone .euiDataGrid__controls{border:none;background:#141414}.euiDataGrid--bordersHorizontal .euiDataGrid__controls{border-right:none;border-left:none;border-top:none;background:#141414}.euiDataGrid__controlScroll{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));max-height:400px;padding:8px;margin:-8px}.euiDataGrid__controlScroll::-webkit-scrollbar{width:16px;height:16px}.euiDataGrid__controlScroll::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGrid__controlScroll::-webkit-scrollbar-corner,.euiDataGrid__controlScroll::-webkit-scrollbar-track{background-color:transparent}.euiDataGrid__controlScroll:focus{outline:none}.euiDataGrid__controlScroll[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSelector__item{padding:4px}.euiDataGridColumnSelector__item-isDragging{box-shadow:0 1px 5px #00000040,0 3.6px 13px #0000002d,0 8.4px 23px #00000026,0 23px 35px #00000020;background:#141414}.euiDataGridColumnSelector__columnList{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));max-height:400px;margin:0 -8px}.euiDataGridColumnSelector__columnList::-webkit-scrollbar{width:16px;height:16px}.euiDataGridColumnSelector__columnList::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGridColumnSelector__columnList::-webkit-scrollbar-corner,.euiDataGridColumnSelector__columnList::-webkit-scrollbar-track{background-color:transparent}.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{box-shadow:0 1px 5px #00000040,0 3.6px 13px #0000002d,0 8.4px 23px #00000026,0 23px 35px #00000020;background:#141414}.euiDataGridColumnSorting__fieldList{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));padding-top:4px;padding-bottom:4px;max-height:300px}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar{width:16px;height:16px}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-corner,.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-track{background-color:transparent}.euiDataGridColumnSorting__fieldList:focus{outline:none}.euiDataGridColumnSorting__fieldList[tabindex="0"]:focus:focus-visible{outline-style:auto}.euiDataGridColumnSorting__field{display:block;padding:4px 8px;width:100%;outline-offset:-2px}.euiDataGridColumnSorting__field:focus,.euiDataGridColumnSorting__field:hover{cursor:pointer;text-decoration:underline}.euiDataGridColumnSorting__field:focus{background-color:#e8b33933}.euiDataGridColumnSorting__field:disabled{cursor:not-allowed;text-decoration:none;color:#5b5b5b}.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:unset}}@media only screen and (min-width:575px) and (max-width:767px){.euiDataGridColumnSorting__order{min-width:unset}}.euiDataGridColumnSorting__order .euiButtonGroup__buttons{border:none}.euiDataGridColumnSorting__order .euiButtonGroupButton{font-size:12px}.euiDataGrid__displayPopoverPanel{width:416px}.euiDataGrid__keyboardShortcuts{display:block;max-inline-size:400px;max-block-size:80vh;overflow-y:auto;overflow-block:auto}.euiDataGrid__keyboardShortcuts .euiDescriptionList{grid-row-gap:0;row-gap:0}.euiEmptyPrompt{text-align:center;margin:auto}@media only screen and (min-width:992px) and (max-width:1199px){.euiEmptyPrompt{max-width:-moz-max-content;max-width:max-content}}@media only screen and (min-width:1200px){.euiEmptyPrompt{max-width:-moz-max-content;max-width:max-content}}.euiEmptyPrompt .euiEmptyPrompt__icon>*{flex-shrink:1;max-width:25.7142857143rem}.euiEmptyPrompt.euiPanel--transparent .euiEmptyPrompt__footer{background-color:#111}.euiEmptyPrompt.euiPanel--transparent:not(.euiPanel--hasBorder) .euiEmptyPrompt__footer{border-radius:6px}.euiEmptyPrompt.euiPanel--transparent.euiPanel--hasBorder .euiEmptyPrompt__footer{border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--plain .euiEmptyPrompt__footer{background-color:#111;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--subdued .euiEmptyPrompt__footer{border-top:2px solid #434343;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--accent .euiEmptyPrompt__footer{border-top:1px solid #5f4f26;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--primary .euiEmptyPrompt__footer{border-top:1px solid #5f4917;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--success .euiEmptyPrompt__footer{border-top:1px solid #15504f;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--warning .euiEmptyPrompt__footer{border-top:1px solid #5e2e1a;border-radius:0 0 6px 6px}.euiEmptyPrompt.euiPanel--danger .euiEmptyPrompt__footer{border-top:1px solid #5e1c1d;border-radius:0 0 6px 6px}.euiEmptyPrompt--vertical .euiEmptyPrompt__main{display:flex;flex-direction:column;justify-content:center}.euiEmptyPrompt--vertical .euiEmptyPrompt__contentInner{max-width:36em;margin:auto}.euiEmptyPrompt--vertical .euiEmptyPrompt__icon{margin-bottom:16px}@media only screen and (min-width:992px) and (max-width:1199px){.euiEmptyPrompt--horizontal{justify-content:flex-start;text-align:left}}@media only screen and (min-width:1200px){.euiEmptyPrompt--horizontal{justify-content:flex-start;text-align:left}}.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:992px) and (max-width:1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{flex-direction:row-reverse}}@media only screen and (min-width:1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{flex-direction:row-reverse}}.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon{display:flex;align-items:center;justify-content:center}@media only screen and (min-width:992px) and (max-width:1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon{min-width:40%;max-width:50%}}@media only screen and (min-width:1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon{min-width:40%;max-width:50%}}.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{max-width:36em}@media only screen and (min-width:992px) and (max-width:1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{padding:24px 0}}@media only screen and (min-width:1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__content{padding:24px 0}}@media only screen and (min-width:992px) and (max-width:1199px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__actions{justify-content:flex-start}}@media only screen and (min-width:1200px){.euiEmptyPrompt--horizontal .euiEmptyPrompt__actions{justify-content:flex-start}}.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__footer,.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__main{padding:8px}.euiEmptyPrompt--paddingSmall.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{grid-gap:8px;gap:8px}.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__footer,.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__main{padding:16px}.euiEmptyPrompt--paddingMedium.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{grid-gap:16px;gap:16px}.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__footer,.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__main{padding:24px}.euiEmptyPrompt--paddingLarge.euiEmptyPrompt--horizontal .euiEmptyPrompt__main{grid-gap:24px;gap:24px}.euiCheckbox{position:relative}.euiCheckbox .euiCheckbox__input{width:16px;height:16px;top:3px;cursor:pointer;position:absolute;opacity:0;z-index:1}.euiCheckbox .euiCheckbox__input~.euiCheckbox__label{display:inline-block;padding-left:24px;line-height:24px;font-size:14px;position:relative;z-index:2;cursor:pointer}.euiCheckbox .euiCheckbox__input+.euiCheckbox__square{padding:7px;border:1px solid #646464;background:#141414 no-repeat 50%;border-radius:4px;transition:background-color .15s ease-in,border-color .15s ease-in;display:inline-block;position:absolute;left:0;top:3px}.euiCheckbox .euiCheckbox__input:checked+.euiCheckbox__square{border-color:#e8b339;background-color:#e8b339;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%2820, 20, 20%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input:indeterminate+.euiCheckbox__square{border-color:#e8b339;background-color:#e8b339;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%2820, 20, 20%29' fill-rule='evenodd'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input[disabled]{cursor:not-allowed!important}.euiCheckbox .euiCheckbox__input[disabled]~.euiCheckbox__label{color:#7d7d7d;cursor:not-allowed!important}.euiCheckbox .euiCheckbox__input[disabled]+.euiCheckbox__square{border-color:#272727;background-color:#272727;box-shadow:none}.euiCheckbox .euiCheckbox__input:checked[disabled]+.euiCheckbox__square{border-color:#272727;background-color:#272727;box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%28188, 188, 188%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input:indeterminate[disabled]+.euiCheckbox__square{border-color:#272727;background-color:#272727;box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%28188, 188, 188%29' fill-rule='evenodd'/%3E%3C/svg%3E")}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square{outline:2px solid currentColor;border-color:#e8b339}.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{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:12px}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber::placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldNumber:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldNumber:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldNumber:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldNumber:-webkit-autofill{-webkit-text-fill-color:#272727}.euiFieldNumber:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiFieldNumber--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiFieldNumber--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldNumber--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldNumber--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldNumber--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldNumber--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldNumber--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldNumber--inGroup{box-shadow:none!important;border-radius:0}.euiFieldNumber--withIcon{padding-left:40px}.euiFieldNumber--withIcon.euiFieldNumber--compressed{padding-left:32px}.euiFieldPassword{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:12px 12px 12px 40px}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword::placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldPassword:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldPassword:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldPassword:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldPassword:-webkit-autofill{-webkit-text-fill-color:#272727}.euiFieldPassword:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiFieldPassword--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiFieldPassword--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldPassword--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldPassword--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldPassword--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldPassword--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldPassword--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldPassword--inGroup{box-shadow:none!important;border-radius:0}.euiFieldPassword.euiFieldPassword--compressed{padding-left:32px}.euiFieldPassword--withToggle::-ms-reveal{display:none}.euiFieldSearch{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:12px 12px 12px 40px;-webkit-appearance:textfield}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch::placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldSearch:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldSearch:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldSearch:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldSearch:-webkit-autofill{-webkit-text-fill-color:#272727}.euiFieldSearch:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiFieldSearch--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiFieldSearch--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldSearch--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldSearch--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldSearch--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldSearch--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldSearch--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldSearch--inGroup{box-shadow:none!important;border-radius:0}.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{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:12px}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldText:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldText::placeholder{color:#7d7d7d;opacity:1}.euiFieldText:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldText:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldText:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldText:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldText:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldText:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldText[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldText:-webkit-autofill{-webkit-text-fill-color:#272727}.euiFieldText:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiFieldText--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiFieldText--compressed{transition-property:box-shadow,background-image,background-size}}.euiFieldText--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFieldText--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldText--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldText--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFieldText--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFieldText--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiFieldText--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFieldText--inGroup{box-shadow:none!important;border-radius:0}.euiFieldText--withIcon{padding-left:40px}.euiFieldText--withIcon.euiFieldText--compressed{padding-left:32px}.euiFilePicker{max-width:400px;width:100%;height:40px;position:relative}.euiFilePicker--fullWidth{max-width:100%}.euiFilePicker--compressed{height:32px}.euiFilePicker--inGroup{height:100%}.euiFilePicker.euiFilePicker--large{border-radius:6px;overflow:hidden;height:auto}.euiFilePicker.euiFilePicker--large.euiFilePicker--compressed{border-radius:4px}.euiFilePicker__input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;overflow:hidden}.euiFilePicker__input:hover{cursor:pointer}.euiFilePicker__input:hover:disabled{cursor:not-allowed}.euiFilePicker__input:disabled{opacity:0}.euiFilePicker__input:disabled~.euiFilePicker__prompt{color:#7d7d7d}.euiFilePicker__icon{position:absolute;left:12px;top:12px;transition:transform .15s cubic-bezier(.694,.0482,.335,1)}.euiFilePicker--compressed .euiFilePicker__icon{top:8px;left:8px}.euiFilePicker--large .euiFilePicker__icon{position:static;margin-bottom:16px}.euiFilePicker__prompt{padding:12px 12px 12px 40px;height:40px;pointer-events:none;border:2px dashed #272727;border-radius:6px;transition:border-color .15s ease-in,background-color .15s ease-in}.euiFilePicker--compressed .euiFilePicker__prompt{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px 8px 8px 32px;height:32px;border-radius:4px;box-shadow:none}@supports (-moz-appearance:none){.euiFilePicker--compressed .euiFilePicker__prompt{transition-property:box-shadow,background-image,background-size}}.euiFilePicker--large .euiFilePicker__prompt{height:128px;padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.euiFilePicker--large.euiFilePicker--compressed .euiFilePicker__prompt{height:104px}.euiFilePicker-isInvalid:not(.euiFilePicker__showDrop) .euiFilePicker__input:not(:disabled):not(:focus)+.euiFilePicker__prompt{border-color:#e84749}.euiFilePicker__promptText{font-size:14px;font-size:1rem;line-height:1.7142857143rem;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:16px}.euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText{color:#e8b339}.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{width:16px;height:16px;pointer-events:all;background-color:#acacac;border-radius:16px;line-height:0}.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{width:8px;height:8px;fill:#141414;stroke:#141414;stroke-width:2px}.euiFilePicker--large .euiFilePicker__clearButton{position:relative;top:0;right:0}.euiFilePicker__input:focus+.euiFilePicker__prompt,.euiFilePicker__showDrop .euiFilePicker__prompt{border-color:#e8b339}.euiFilePicker__input:disabled+.euiFilePicker__prompt{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a;box-shadow:none}.euiFilePicker__input:disabled+.euiFilePicker__prompt::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFilePicker__input:disabled+.euiFilePicker__prompt:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFilePicker__input:disabled+.euiFilePicker__prompt::placeholder{color:#7d7d7d;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:#dcdcdc}.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{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:0 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:40px}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSelect:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSelect::placeholder{color:#7d7d7d;opacity:1}.euiSelect:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiSelect:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSelect:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSelect:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSelect:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSelect:disabled::placeholder{color:#7d7d7d;opacity:1}.euiSelect[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSelect:-webkit-autofill{-webkit-text-fill-color:#272727}.euiSelect:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiSelect--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiSelect--compressed{transition-property:box-shadow,background-image,background-size}}.euiSelect--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiSelect--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSelect--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSelect--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSelect--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSelect--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiSelect--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSelect--inGroup{box-shadow:none!important;border-radius:0}.euiSelect--compressed{line-height:32px;padding-top:0;padding-bottom:0}.euiSelect--inGroup{line-height:38px}.euiSelect--inGroup.euiSelect--compressed{line-height:30px}.euiSelect::-ms-expand{display:none}.euiSelect:focus::-ms-value{color:#dcdcdc;background:transparent}.euiSelect:-moz-focusring{color:transparent;text-shadow:0 0 0 #dcdcdc}.euiSuperSelect__listbox{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;max-height:300px;overflow:hidden;overflow-y:auto}.euiSuperSelect__listbox::-webkit-scrollbar{width:16px;height:16px}.euiSuperSelect__listbox::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiSuperSelect__listbox::-webkit-scrollbar-corner,.euiSuperSelect__listbox::-webkit-scrollbar-track{background-color:transparent}.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:#e8b33933}.euiSuperSelect__item:disabled{cursor:not-allowed;text-decoration:none;color:#5b5b5b}.euiSuperSelect__item--hasDividers:not(:last-of-type){border-bottom:2px solid #434343}.euiSuperSelectControl{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:0 12px;display:block;text-align:left;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl::placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiSuperSelectControl:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSuperSelectControl:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSuperSelectControl:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl:disabled::placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSuperSelectControl:-webkit-autofill{-webkit-text-fill-color:#272727}.euiSuperSelectControl:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiSuperSelectControl--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiSuperSelectControl--compressed{transition-property:box-shadow,background-image,background-size}}.euiSuperSelectControl--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiSuperSelectControl--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSuperSelectControl--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSuperSelectControl--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiSuperSelectControl--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiSuperSelectControl--inGroup{box-shadow:none!important;border-radius:0}.euiSuperSelectControl-isInvalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiSuperSelectControl--compressed{line-height:32px;padding-top:0;padding-bottom:0}.euiSuperSelectControl__placeholder{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d}.euiSuperSelectControl.euiSuperSelect--isOpen__button{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFormControlLayout{max-width:400px;width:100%;height:40px}.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{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;display:flex;align-items:stretch;padding:1px}@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 .euiPopover__anchor,.euiFormControlLayout--group .euiText,.euiFormControlLayout--group>*{height:100%}.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper{flex-grow:1;overflow:hidden}.euiFormControlLayout--group .euiFormControlLayout__append,.euiFormControlLayout--group .euiFormControlLayout__prepend{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;flex-shrink:0;height:100%;border-radius:0}.euiFormControlLayout--group .euiFormControlLayout__append .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__append.euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend .euiIcon,.euiFormControlLayout--group .euiFormControlLayout__prepend.euiIcon{padding:0 8px;width:32px;border-radius:0;background-color:#212121}.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{padding:0 8px;width:32px;border-radius:0}.euiFormControlLayout--group .euiButtonIcon:not(:focus){background-color:#212121}.euiFormControlLayout--group .euiButtonIcon:focus-visible{outline:2px solid #e8b339;outline-offset:-2px}.euiFormControlLayout--group .euiToolTipAnchor>.euiIcon{height:100%;background-color:#212121;padding:0 8px;width:32px;border-radius:0}.euiFormControlLayout--group>.euiFormControlLayout__append,.euiFormControlLayout--group>.euiFormControlLayout__prepend{max-width:50%}.euiFormControlLayout--group .euiFormLabel,.euiFormControlLayout--group .euiText:not(.euiFormControlLayoutDelimited__delimiter){background-color:#212121;padding:12px;line-height:16px!important;cursor:default!important}.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-right:none;border-left:none}.euiFormControlLayout--group.euiFormControlLayout--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;border-radius:3px;overflow:hidden}@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{cursor:default;background:#212121;border-color:transparent;box-shadow:inset 0 0 0 1px #212121}.euiFormControlLayout--group.euiFormControlLayout--readOnly input{background-color:#141414}.euiFormControlLayoutDelimited{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;display:flex;align-items:stretch;padding:1px}@supports (-moz-appearance:none){.euiFormControlLayoutDelimited{transition-property:box-shadow,background-image,background-size}}.euiFormControlLayoutDelimited>.euiFormControlLayout__childrenWrapper{display:flex;align-items:center;width:100%;background-color:#131313}.euiFormControlLayoutDelimited[class*=--compressed]{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;border-radius:3px}@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){width:100%;max-width:none}.euiFormControlLayoutDelimited[class*=-isDisabled]{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFormControlLayoutDelimited[class*=-isDisabled]::-moz-placeholder{color:#7d7d7d;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled]:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled]::placeholder{color:#7d7d7d;opacity:1}.euiFormControlLayoutDelimited[class*=-isDisabled] .euiFormControlLayout__childrenWrapper{background-color:#1a1a1a}.euiFormControlLayoutDelimited[class*=--readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiFormControlLayoutDelimited[class*=--readOnly] .euiFormControlLayout__childrenWrapper{background-color:#141414}.euiFormControlLayoutDelimited--isInvalid .euiFormControlLayout__childrenWrapper{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiFormControlLayoutDelimited__input{box-shadow:none!important;border-radius:0!important;text-align:center;height:100%;min-width:0}.euiFormControlLayoutDelimited__delimiter{align-self:stretch;flex-grow:0;display:flex;align-items:center;line-height:1}.euiFormControlLayoutIcons{pointer-events:none;display:flex;align-items:center}.euiFormControlLayoutIcons>*+*{margin-left:6px}.euiFormControlLayoutIcons--absolute{position:absolute;top:0;bottom:0;left:12px}.euiFormControlLayout--compressed .euiFormControlLayoutIcons--absolute{left:8px}.euiFormControlLayoutIcons--static{position:static;height:100%;align-self:stretch;flex-grow:0;padding-inline:12px}.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{cursor:not-allowed;color:#7d7d7d}.euiFormControlLayoutClearButton{width:16px;height:16px;pointer-events:all;background-color:#acacac;border-radius:16px;line-height:0}.euiFormControlLayoutClearButton:focus{outline:2px solid currentColor}.euiFormControlLayoutClearButton:focus:focus-visible{outline-style:auto}.euiFormControlLayoutClearButton:focus:not(:focus-visible){outline:none}.euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon{width:8px;height:8px;fill:#141414;stroke:#141414;stroke-width:2px}.euiFormControlLayoutClearButton--small{width:12px;height:12px;pointer-events:all;background-color:#acacac;border-radius:12px;line-height:0}.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{width:6px;height:6px;fill:#141414;stroke:#141414;stroke-width:4px}.euiFormControlLayoutCustomIcon{pointer-events:none;font-size:0}.euiFormControlLayoutCustomIcon--clickable{width:16px;height:16px;pointer-events:all}.euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon{vertical-align:baseline;transform:none}.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{cursor:not-allowed;color:#7d7d7d}.euiFormErrorText{padding-top:4px;color:#e84749}.euiFormErrorText,.euiFormLegend{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiFormLegend{overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-weight:600}.euiFormLegend:not(.euiFormLegend-isHidden){margin-bottom:8px}.euiFormLegend:not(.euiFormLegend-isHidden).euiFormLegend--compressed{margin-bottom:4px}.euiFormHelpText{padding-top:4px;color:#acacac}.euiFormHelpText,.euiFormLabel{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem}.euiFormLabel{overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-weight:600;display:inline-block;transition:all .15s cubic-bezier(.694,.0482,.335,1)}.euiFormLabel.euiFormLabel-isInvalid{color:#e84749}.euiFormLabel.euiFormLabel-isFocused{color:#e8b339}.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{margin-top:18px;min-height:40px;padding-bottom:0;justify-content:center}.euiFormRow__labelWrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:4px}.euiFormRow--horizontal{flex-direction:row;align-items:stretch}.euiFormRow--horizontal .euiFormRow__label{-ms-hyphens:auto;hyphens:auto}.euiFormRow--horizontal .euiFormRow__labelWrapper{display:block;line-height:31px;width:calc(33% - 8px);margin-right:8px;margin-bottom:0}.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;width:auto;min-width:calc(33% - 8px)}.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{min-height:40px;display:flex;align-items:center}.euiFormRow--compressed .euiFormRow__fieldWrapperDisplayOnly,.euiFormRow--compressed.euiFormRow--hasEmptyLabelSpace{min-height:32px}.euiRadio{position:relative}.euiRadio .euiRadio__input{width:16px;height:16px;top:3px;cursor:pointer;position:absolute;opacity:0;z-index:1}.euiRadio .euiRadio__input~.euiRadio__label{display:inline-block;padding-left:24px;line-height:24px;font-size:14px;position:relative;z-index:2;cursor:pointer}.euiRadio .euiRadio__input+.euiRadio__circle{padding:7px;border:1px solid #646464;background:#141414 no-repeat 50%;border-radius:14px;transition:background-color .15s ease-in,border-color .15s ease-in;display:inline-block;position:absolute;left:0;top:3px}.euiRadio .euiRadio__input:checked+.euiRadio__circle{border-color:#e8b339;background-color:#e8b339;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2820, 20, 20%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E")}.euiRadio .euiRadio__input[disabled]{cursor:not-allowed!important}.euiRadio .euiRadio__input[disabled]~.euiRadio__label{color:#7d7d7d;cursor:not-allowed!important}.euiRadio .euiRadio__input[disabled]+.euiRadio__circle{border-color:#272727;background-color:#272727;box-shadow:none}.euiRadio .euiRadio__input:checked[disabled]+.euiRadio__circle{border-color:#272727;background-color:#272727;box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%28188, 188, 188%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E")}.euiRadio .euiRadio__input:focus+.euiRadio__circle{outline:2px solid currentColor;border-color:#e8b339}.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{position:relative;display:inline-flex;align-items:flex-start;min-height:20px}.euiSwitch .euiSwitch__label{cursor:pointer;padding-left:8px;line-height:20px;font-size:14px;vertical-align:middle;display:inline-block}.euiSwitch .euiSwitch__button{flex-shrink:0;line-height:0}.euiSwitch .euiSwitch__button:focus .euiSwitch__track{outline:2px solid currentColor;outline-offset:2px;border-color:#e8b339}.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:#acacac99}.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{right:auto;left:-34px}.euiSwitch .euiSwitch__button:disabled:hover,.euiSwitch .euiSwitch__button:disabled~.euiSwitch__label:hover{cursor:not-allowed}.euiSwitch .euiSwitch__button:disabled .euiSwitch__body{background-color:#acacac99}.euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb{background-color:#0000;border-color:#acacac;box-shadow:none}.euiSwitch .euiSwitch__button:disabled .euiSwitch__icon{fill:#acacac}.euiSwitch .euiSwitch__button:disabled+.euiSwitch__label{color:#7d7d7d}.euiSwitch .euiSwitch__body{pointer-events:none;width:44px;height:20px;background-color:#e8b339;display:inline-block;position:relative;border-radius:20px;vertical-align:middle}.euiSwitch .euiSwitch__thumb{padding:9px;border:1px solid #646464;background:#141414 no-repeat 50%;border-radius:18px;transition:background-color .15s ease-in,border-color .15s ease-in;position:absolute;display:inline-block;left:24px;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{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;border-radius:20px}.euiSwitch .euiSwitch__icon{position:absolute;right:-34px;top:2px;bottom:0;width:42px;height:16px;transition:left .25s cubic-bezier(.34,1.61,.7,1),right .25s cubic-bezier(.34,1.61,.7,1);fill:#141414}.euiSwitch .euiSwitch__icon--checked{right:auto;left:-8px;fill:#141414}.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{width:28px;height:16px;border-radius:16px}.euiSwitch.euiSwitch--compressed .euiSwitch__thumb{padding:6px;border:1px solid #646464;background:#141414 no-repeat 50%;border-radius:12px;transition:background-color .15s ease-in,border-color .15s ease-in;left:13px;top:1px;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{line-height:10px;font-size:12px}.euiSwitch.euiSwitch--mini .euiSwitch__body{width:22px;height:10px;border-radius:10px}.euiSwitch.euiSwitch--mini .euiSwitch__thumb{padding:3px;border:1px solid #646464;background:#141414 no-repeat 50%;border-radius:6px;transition:background-color .15s ease-in,border-color .15s ease-in;left:13px;top:1px;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:#acacac}.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked=true] .euiSwitch__thumb,.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked=true] .euiSwitch__thumb{border-color:#e8b339}.euiTextArea{max-width:400px;width:100%;height:40px;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:0 0 transparent,inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;border:none;border-radius:6px;padding:12px;line-height:1.5}.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::-moz-placeholder{color:#7d7d7d;opacity:1}.euiTextArea:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiTextArea::placeholder{color:#7d7d7d;opacity:1}.euiTextArea:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiTextArea:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiTextArea:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiTextArea:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiTextArea:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiTextArea:disabled::placeholder{color:#7d7d7d;opacity:1}.euiTextArea[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiTextArea:-webkit-autofill{-webkit-text-fill-color:#272727}.euiTextArea:-webkit-autofill~.euiFormControlLayoutIcons{color:#272727}.euiTextArea--compressed{background-color:#131313;background-repeat:no-repeat;background-size:0 100%;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;padding:8px;border-radius:4px}@supports (-moz-appearance:none){.euiTextArea--compressed{transition-property:box-shadow,background-image,background-size}}.euiTextArea--compressed:invalid{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent);background-size:100%}.euiTextArea--compressed:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%;outline:none;box-shadow:inset 0 0 0 1px #ffffff1a}.euiTextArea--compressed:disabled{color:#7d7d7d;-webkit-text-fill-color:#7d7d7d;cursor:not-allowed;background:#1a1a1a;box-shadow:inset 0 0 0 1px #ffffff1a}.euiTextArea--compressed:disabled::-moz-placeholder{color:#7d7d7d;opacity:1}.euiTextArea--compressed:disabled:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiTextArea--compressed:disabled::placeholder{color:#7d7d7d;opacity:1}.euiTextArea--compressed[readOnly]{cursor:default;color:#dcdcdc;-webkit-text-fill-color:#dcdcdc;background:#141414;border-color:transparent;box-shadow:inset 0 0 0 1px #ffffff1a}.euiTextArea--inGroup{box-shadow:none!important;border-radius:0}.euiFormControlLayout--euiTextArea,.euiTextArea,.euiTextArea--compressed{height:auto}.euiFormControlLayout--euiTextArea .euiFormControlLayoutIcons{top:auto;bottom:12px}.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;position:relative;flex-direction:column;min-height:"150px"}.euiMarkdownEditorDropZone__input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;overflow:hidden}.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:#e8b3391a!important}.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus{background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent)!important}.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorFooter,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea:focus{background-color:#e847491a!important}.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea,.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus{background-image:linear-gradient(0deg,#e84749,#e84749 2px,transparent 0,transparent)!important}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__blockquote{border-left-color:#ffffff26}.euiMarkdownFormat[class*=euiTextColor-default] .euiHorizontalRule{background-color:#ffffff26;color:#ffffff26}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table{border-left:1px solid hsla(0,0%,100%,.15)}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table th{border-top:1px solid hsla(0,0%,100%,.15);border-bottom:1px solid hsla(0,0%,100%,.15)}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table th:last-child{border-right:1px solid hsla(0,0%,100%,.15)}.euiMarkdownFormat[class*=euiTextColor-default] .euiMarkdownFormat__table tr{border-top:1px solid hsla(0,0%,100%,.15)}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__blockquote{border-left-color:#7d7d7d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiHorizontalRule{background-color:#7d7d7d;color:#7d7d7d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table{border-left:1px solid #7d7d7d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table th{border-top:1px solid #7d7d7d;border-bottom:1px solid #7d7d7d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table th:last-child{border-right:1px solid #7d7d7d}.euiMarkdownFormat[class*=euiTextColor-subdued] .euiMarkdownFormat__table tr{border-top:1px solid #7d7d7d}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__blockquote{border-left-color:#33bcb7}.euiMarkdownFormat[class*=euiTextColor-success] .euiHorizontalRule{background-color:#33bcb7;color:#33bcb7}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table{border-left:1px solid #33bcb7}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table th{border-top:1px solid #33bcb7;border-bottom:1px solid #33bcb7}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table th:last-child{border-right:1px solid #33bcb7}.euiMarkdownFormat[class*=euiTextColor-success] .euiMarkdownFormat__table tr{border-top:1px solid #33bcb7}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__blockquote{border-left-color:#f3cc62}.euiMarkdownFormat[class*=euiTextColor-accent] .euiHorizontalRule{background-color:#f3cc62;color:#f3cc62}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table{border-left:1px solid #f3cc62}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table th{border-top:1px solid #f3cc62;border-bottom:1px solid #f3cc62}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table th:last-child{border-right:1px solid #f3cc62}.euiMarkdownFormat[class*=euiTextColor-accent] .euiMarkdownFormat__table tr{border-top:1px solid #f3cc62}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__blockquote{border-left-color:#e87040}.euiMarkdownFormat[class*=euiTextColor-warning] .euiHorizontalRule{background-color:#e87040;color:#e87040}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table{border-left:1px solid #e87040}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table th{border-top:1px solid #e87040;border-bottom:1px solid #e87040}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table th:last-child{border-right:1px solid #e87040}.euiMarkdownFormat[class*=euiTextColor-warning] .euiMarkdownFormat__table tr{border-top:1px solid #e87040}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__blockquote{border-left-color:#e84749}.euiMarkdownFormat[class*=euiTextColor-danger] .euiHorizontalRule{background-color:#e84749;color:#e84749}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table{border-left:1px solid #e84749}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table td,.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table th{border-top:1px solid #e84749;border-bottom:1px solid #e84749}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table td:last-child,.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table th:last-child{border-right:1px solid #e84749}.euiMarkdownFormat[class*=euiTextColor-danger] .euiMarkdownFormat__table tr{border-top:1px solid #e84749}.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-top:1px solid #fff;border-bottom: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:currentColor}.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-top:1px solid;border-bottom: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:currentColor}.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-top:1px solid;border-bottom: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{display:block;width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}.euiMarkdownEditorFooter{display:inline-flex;padding:4px;border:2px solid #434343;align-items:center;background:#111}.euiMarkdownEditorFooter__popover{width:300px}.euiMarkdownEditorFooter__actions{flex:1 1;display:inline-flex}.euiMarkdownEditorFooter__actions>button,.euiMarkdownEditorFooter__actions>span{margin-right:4px;align-self:center}.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError{position:relative;left:-1px;line-height:1;border-radius:6px}.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError>span{padding:0 4px}.euiMarkdownEditorFooter__helpButton>svg{width:26px}.euiMarkdownEditorPreview{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;background:#141414;min-height:"150px";overflow-y:auto;border:2px solid #434343;padding:12px}.euiMarkdownEditorPreview::-webkit-scrollbar{width:16px;height:16px}.euiMarkdownEditorPreview::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiMarkdownEditorPreview::-webkit-scrollbar-corner,.euiMarkdownEditorPreview::-webkit-scrollbar-track{background-color:transparent}.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input~.euiCheckbox__label{cursor:default}.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input:focus:not(:checked)+.euiCheckbox__square{border-color:#646464}.euiMarkdownEditorTextArea{font-family:IBM Plex Sans,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:"kern";font-kerning:normal;font-size:14px;color:#dcdcdc;scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;width:100%;height:100%;min-height:"150px";padding:12px;border:2px solid #434343;border-bottom:none;line-height:1.5;resize:vertical;background-color:#131313;background-repeat:no-repeat;background-size:0 100%;margin:0;transition:box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in}.euiMarkdownEditorTextArea::-moz-placeholder{color:#7d7d7d;opacity:1}.euiMarkdownEditorTextArea:-ms-input-placeholder{color:#7d7d7d;opacity:1}.euiMarkdownEditorTextArea::placeholder{color:#7d7d7d;opacity:1}.euiMarkdownEditorTextArea::-webkit-scrollbar{width:16px;height:16px}.euiMarkdownEditorTextArea::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiMarkdownEditorTextArea::-webkit-scrollbar-corner,.euiMarkdownEditorTextArea::-webkit-scrollbar-track{background-color:transparent}.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea,.euiMarkdownEditorTextArea:focus{background-color:#0c0c0c;background-image:linear-gradient(0deg,#e8b339,#e8b339 2px,transparent 0,transparent);background-size:100% 100%}.euiMarkdownEditorTextArea-isReadOnly{background:#141414;cursor:unset}.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea-isReadOnly,.euiMarkdownEditorTextArea-isReadOnly:focus{background:none}.euiMarkdownEditorToolbar{display:flex;flex-wrap:wrap;background:#1f1f1f;border:2px solid #272727;border-bottom:none;padding:4px}.euiMarkdownEditorToolbar__buttons{display:flex;flex-wrap:wrap;flex:1 1;align-items:center}.euiMarkdownEditorToolbar__buttons>*{margin-right:4px}.euiMarkdownEditorToolbar__divider{content:"";height:24px;display:block;margin-left:4px;padding-right:4px;border-left:1px solid #272727}.euiMarkdownTooltip__icon{transform:translateY(-1px)}.euiNotificationEvent{display:flex;padding:12px 0 12px 12px;border-bottom:2px solid #434343}.euiNotificationEvent:last-child{border-bottom:none}.euiNotificationEvent--withReadState{padding:12px 0 12px 8px}.euiNotificationEvent__title{overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem;font-weight:700;display:flex}.euiNotificationEvent__title.euiLink{color:#e8b339}.euiNotificationEvent__title--isRead{color:#acacac!important}.euiNotificationEvent__readButton{margin-right:8px}.euiNotificationEvent__content{flex:1 1}.euiNotificationEvent__content>*+*{margin-top:8px;margin-right:12px}.euiNotificationEventMeta{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-right:4px;min-height:24px}.euiNotificationEventMeta--hasContextMenu{padding-right:24px}.euiNotificationEventMeta__contextMenuWrapper{position:absolute;top:0;right:0}.euiNotificationEventMeta__section{margin-right:8px}.euiNotificationEventMeta__section:first-child{display:flex;flex:1 1;align-items:center}.euiNotificationEventMeta__icon{margin-right:8px}.euiNotificationEventMeta__badge{max-width:100%;display:inline-grid}.euiNotificationEventMeta__time{font-size:12px;color:#7d7d7d}.euiNotificationEventMessages{font-size:14px}.euiNotificationEventMessages__accordion{color:#acacac}.euiNotificationEventMessages__accordionButton{color:#e8b339}.euiNotificationEventMessages__accordionContent>*{padding-top:8px}.euiNotificationEventReadButton--isRead svg{fill:transparent;stroke-width:1px;stroke:#434343}.euiNotificationEventReadIcon{display:flex;align-items:center;height:24px;margin:0 4px}.euiNotificationEventReadIcon--isRead svg{fill:transparent;stroke-width:1px;stroke:#434343}.euiPageContent{width:100%;min-width:0}.euiPageContent.euiPageContent--borderRadiusNone{border-left-width:0;border-right-width:0;border-bottom-width:0}.euiPageContent.euiPageContent--verticalCenter{align-self:center;margin-top:auto;margin-bottom:auto;flex-grow:0}.euiPageContent.euiPageContent--horizontalCenter{width:auto;margin-left:auto;margin-right:auto;flex-grow:0}.euiPageContentBody--restrictWidth-custom,.euiPageContentBody--restrictWidth-default{margin-left:auto;margin-right:auto;width:100%}.euiPageContentBody--restrictWidth-default{max-width:1200px}.euiPageContentBody--paddingSmall{padding:8px}.euiPageContentBody--paddingMedium{padding:16px}.euiPageContentBody--paddingLarge{padding:24px}.euiPageContentHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.euiPageContent[class*=paddingSmall] .euiPageContentHeader{margin-bottom:8px}.euiPageContent[class*=paddingMedium] .euiPageContentHeader{margin-bottom:16px}.euiPageContent[class*=paddingLarge] .euiPageContentHeader{margin-bottom:24px}@media only screen and (max-width:574px){.euiPageContentHeader--responsive{flex-direction:column;align-items:flex-start}}@media only screen and (min-width:575px) and (max-width:767px){.euiPageContentHeader--responsive{flex-direction:column;align-items:flex-start}}.euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:32px}@media only screen and (max-width:574px){.euiPageContent[class*=paddingSmall] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:4px}.euiPageContent[class*=paddingMedium] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:8px}.euiPageContent[class*=paddingLarge] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:12px}}@media only screen and (min-width:575px) and (max-width:767px){.euiPageContent[class*=paddingSmall] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:4px}.euiPageContent[class*=paddingMedium] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:8px}.euiPageContent[class*=paddingLarge] .euiPageContentHeader--responsive .euiPageContentHeaderSection+.euiPageContentHeaderSection{margin-left:0;margin-top:12px}}.euiPageSideBar{min-width:240px;flex:0 1}.euiPageSideBar--paddingSmall{padding:8px}.euiPageSideBar--paddingMedium{padding:16px}.euiPageSideBar--paddingLarge{padding:24px}@media only screen and (max-width:574px){.euiPageSideBar{width:100%}}@media only screen and (min-width:575px) and (max-width:767px){.euiPageSideBar{width:100%}}@media only screen and (min-width:768px) and (max-width:991px){.euiPageSideBar--sticky{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;overflow-y:auto;flex-grow:1;position:sticky;max-height:100vh;top:0}.euiPageSideBar--sticky::-webkit-scrollbar{width:16px;height:16px}.euiPageSideBar--sticky::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiPageSideBar--sticky::-webkit-scrollbar-corner,.euiPageSideBar--sticky::-webkit-scrollbar-track{background-color:transparent}}@media only screen and (min-width:992px) and (max-width:1199px){.euiPageSideBar--sticky{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;overflow-y:auto;flex-grow:1;position:sticky;max-height:100vh;top:0}.euiPageSideBar--sticky::-webkit-scrollbar{width:16px;height:16px}.euiPageSideBar--sticky::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiPageSideBar--sticky::-webkit-scrollbar-corner,.euiPageSideBar--sticky::-webkit-scrollbar-track{background-color:transparent}}@media only screen and (min-width:1200px){.euiPageSideBar--sticky{scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin;overflow-y:auto;flex-grow:1;position:sticky;max-height:100vh;top:0}.euiPageSideBar--sticky::-webkit-scrollbar{width:16px;height:16px}.euiPageSideBar--sticky::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiPageSideBar--sticky::-webkit-scrollbar-corner,.euiPageSideBar--sticky::-webkit-scrollbar-track{background-color:transparent}}.euiTreeView__wrapper .euiTreeView{margin:0;list-style-type:none}.euiTreeView .euiTreeView{padding-left:24px}.euiTreeView__node{max-height:32px;line-height:32px}.euiTreeView__node--expanded{max-height:100vh}.euiTreeView__nodeInner{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding-left:8px;display:flex;flex-direction:row;align-items:center;height:32px;border-radius:6px;width:100%;-moz-text-align-last:left;text-align-last:left}.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:#dcdcdc33}.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-top:-2px;margin-right:8px}.euiTreeView__iconWrapper .euiToken{margin-top:2px}.euiTreeView--compressed .euiTreeView__node{max-height:24px;line-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{height:auto;border-bottom:2px solid #434343;width:100%;text-align:left;border-radius:0!important;font-size:16px;padding:0 16px}.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{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@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{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-s{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@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{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-m{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@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{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-l{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@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{overflow:hidden;visibility:hidden;opacity:0;max-height:0;padding:0 24px}.euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl{visibility:visible;opacity:1;padding:24px;max-height:5000px}}@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{font-size:14px;font-size:1rem;line-height:1.7142857143rem;text-align:left;display:block;width:100%;padding:2px 0;color:inherit}.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:#e8b339;font-weight:700}.euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label{text-decoration:underline}.euiSideNavItemButton:disabled{cursor:not-allowed;text-decoration:none;color:#5b5b5b}.euiSideNavItemButton__content{display:flex;align-items:center}.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;padding:0 8px;margin-left:-8px;width:calc(100% + 16px)}.euiSideNavItem--root>.euiSideNavItemButton .euiSideNavItemButton__label{font-size:16px;font-size:1.1428571429rem}.euiSideNavItem--root>.euiSideNavItem__items{position:static;margin-left:0}.euiSideNavItem--root>.euiSideNavItem__items:after{display:none}.euiSideNavItem--root+.euiSideNavItem--root{margin-top:32px}.euiSideNavItem--trunk{color:#fff}.euiSideNavItem--trunk>.euiSideNavItemButton{padding-left:8px;padding-right:8px;margin-left:-8px;width:calc(100% + 16px)}.euiSideNavItem--trunk>.euiSideNavItem__items{margin-left:8px;width:100%}.euiSideNavItem--branch{position:relative;color:#848484}.euiSideNavItem--branch:after{position:absolute;content:"";top:0;bottom:0;width:1px;background:#434343;left:0}.euiSideNavItem--branch:last-of-type:after{height:12px}.euiSideNavItem--branch>.euiSideNavItemButton{position:relative;padding-left:8px;padding-right:8px}.euiSideNavItem--branch>.euiSideNavItemButton:after{position:absolute;content:"";top:12px;left:0;width:4px;height:1px;background:#434343}.euiSideNavItem--branch>.euiSideNavItem__items{margin-left:16px}.euiSideNavItem--emphasized{background:rgba(39,39,39,.3);color:#fff;box-shadow:100px 0 #2727274d,-100px 0 #2727274d}.euiSideNavItem--emphasized>.euiSideNavItemButton{font-weight:700}.euiSideNavItem--emphasized .euiSideNavItem--emphasized{background:transparent;box-shadow:none}.euiSearchBar__searchHolder{min-width:200px}@media only screen and (min-width:768px) and (max-width:991px){.euiSearchBar__filtersHolder{max-width:calc(100% - 16px)}}@media only screen and (min-width:992px) and (max-width:1199px){.euiSearchBar__filtersHolder{max-width:calc(100% - 16px)}}@media only screen and (min-width:1200px){.euiSearchBar__filtersHolder{max-width:calc(100% - 16px)}}.euiSelectable{display:flex;flex-direction:column}.euiSelectable-fullHeight{height:100%}.euiSelectableList:has(:focus-visible){outline:2px solid currentColor;outline-style:auto;outline-offset:1px}.euiSelectableList-fullHeight{flex-grow:1}.euiSelectableList-bordered{overflow:hidden;border:2px solid #434343;border-radius:6px}.euiSelectableList__list{-webkit-mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));mask-image:linear-gradient(180deg,rgba(255,0,0,.1) 0,red 7.5px,red calc(100% - 7.5px),rgba(255,0,0,.1));scrollbar-color:hsla(0,0%,67%,.5) transparent;scrollbar-width:thin}.euiSelectableList__list::-webkit-scrollbar{width:16px;height:16px}.euiSelectableList__list::-webkit-scrollbar-thumb{background-color:#acacac80;background-clip:content-box;border-radius:16px;border:6px solid transparent}.euiSelectableList__list::-webkit-scrollbar-corner,.euiSelectableList__list::-webkit-scrollbar-track{background-color:transparent}.euiSelectableList__list:focus,.euiSelectableList__list>ul:focus{outline:none}.euiSelectableList__groupLabel{overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;font-weight:700;display:flex;align-items:center;border-bottom:1px solid #1a1a1a;padding:4px 12px}.euiSelectableListItem{font-size:14px;font-size:1rem;line-height:1.7142857143rem;display:inline-flex;width:100%;text-align:left;cursor:pointer;overflow:hidden}.euiSelectableListItem:not(:last-of-type){border-bottom:1px solid #1a1a1a}.euiSelectableListItem-isFocused:not([aria-disabled=true]),.euiSelectableListItem:hover:not([aria-disabled=true]){color:#e8b339;background-color:#e8b33933}.euiSelectableListItem-isFocused:not([aria-disabled=true]) .euiSelectableListItem__text,.euiSelectableListItem:hover:not([aria-disabled=true]) .euiSelectableListItem__text{text-decoration:underline}.euiSelectableListItem[aria-disabled=true]{color:#7d7d7d;cursor:not-allowed}.euiSelectableListItem--paddingSmall .euiSelectableListItem__content{padding:4px 12px}.euiSelectableListItem__content{width:100%;display:flex;align-items:center}.euiSelectableListItem__icon,.euiSelectableListItem__prepend{margin-right:12px;flex-shrink:0}.euiSelectableListItem__append{margin-left:12px;flex-shrink:0}.euiSelectableListItem__text{flex-grow:1}.euiSelectableListItem__text--truncate{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.euiSelectableMessage{padding:8px;text-align:center;word-wrap:break-word;display:flex;flex-direction:column;justify-content:center;align-items:center}.euiSelectableMessage--bordered{overflow:hidden;border:2px solid #434343;border-radius:6px}.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{display:block;margin-top:4px;font-size:12px;color:#7d7d7d}.euiSelectableTemplateSitewide__optionMeta:not(:last-of-type):after{content:"\2022";margin:0 4px;color:#7d7d7d}.euiSelectableTemplateSitewide__optionMeta--application{color:#7ea6cc;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--deployment{color:#54b399;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--article{color:#ae96cb;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--case{color:#eb836e;font-weight:500}.euiSelectableTemplateSitewide__optionMeta--platform{color:#d6bf57;font-weight:500}.euiSuggestItem{display:flex;align-items:flex-start;font-size:12px;line-height:16px;color:#dcdcdc;flex:1 1 100%;max-width:100%}.euiSuggestItem--truncate .euiSuggestItem__description,.euiSuggestItem--truncate .euiSuggestItem__label{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}button.euiSuggestItem{width:100%;text-align:left}button.euiSuggestItem:focus,button.euiSuggestItem:hover{cursor:pointer;background-color:#e8b33933}button.euiSuggestItem:focus .euiSuggestItem__label,button.euiSuggestItem:hover .euiSuggestItem__label{text-decoration:underline}.euiSuggestItem__type--tint0{background-color:#19362e;color:#54b399}.euiSuggestItem__type--tint1{background-color:#1d2c3a;color:#6897c3}.euiSuggestItem__type--tint2{background-color:#3f1d28;color:#d77092}.euiSuggestItem__type--tint3{background-color:#2c2237;color:#a184c2}.euiSuggestItem__type--tint4{background-color:#3d2b34;color:#ca8eae}.euiSuggestItem__type--tint5{background-color:#40391a;color:#d6bf57}.euiSuggestItem__type--tint6{background-color:#383229;color:#b9a888}.euiSuggestItem__type--tint7{background-color:#412a15;color:#da8b45}.euiSuggestItem__type--tint8{background-color:#331e1a;color:#b67b6e}.euiSuggestItem__type--tint9{background-color:#451f17;color:#e86e55}.euiSuggestItem__type--tint10{background-color:#343434;color:#acacac}.euiSuggestItem__type{display:flex;flex:0 0 auto;justify-content:center;align-items:flex-start;padding-top:8px;width:32px;min-height:32px;align-self:stretch}.euiSuggestItem__description,.euiSuggestItem__label{overflow-wrap:break-word!important;word-break:break-word;display:inline-block;padding:8px;flex-grow:1}.euiSuggestItem__label{font-family:IBM Plex Mono,Menlo,Courier,monospace}.euiSuggestItem__label.euiSuggestItem__label--width20{flex-basis:calc(20% - 16px);min-width:calc(20% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width21{flex-basis:calc(21% - 16px);min-width:calc(21% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width22{flex-basis:calc(22% - 16px);min-width:calc(22% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width23{flex-basis:calc(23% - 16px);min-width:calc(23% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width24{flex-basis:calc(24% - 16px);min-width:calc(24% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width25{flex-basis:calc(25% - 16px);min-width:calc(25% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width26{flex-basis:calc(26% - 16px);min-width:calc(26% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width27{flex-basis:calc(27% - 16px);min-width:calc(27% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width28{flex-basis:calc(28% - 16px);min-width:calc(28% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width29{flex-basis:calc(29% - 16px);min-width:calc(29% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width30{flex-basis:calc(30% - 16px);min-width:calc(30% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width31{flex-basis:calc(31% - 16px);min-width:calc(31% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width32{flex-basis:calc(32% - 16px);min-width:calc(32% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width33{flex-basis:calc(33% - 16px);min-width:calc(33% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width34{flex-basis:calc(34% - 16px);min-width:calc(34% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width35{flex-basis:calc(35% - 16px);min-width:calc(35% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width36{flex-basis:calc(36% - 16px);min-width:calc(36% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width37{flex-basis:calc(37% - 16px);min-width:calc(37% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width38{flex-basis:calc(38% - 16px);min-width:calc(38% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width39{flex-basis:calc(39% - 16px);min-width:calc(39% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width40{flex-basis:calc(40% - 16px);min-width:calc(40% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width41{flex-basis:calc(41% - 16px);min-width:calc(41% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width42{flex-basis:calc(42% - 16px);min-width:calc(42% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width43{flex-basis:calc(43% - 16px);min-width:calc(43% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width44{flex-basis:calc(44% - 16px);min-width:calc(44% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width45{flex-basis:calc(45% - 16px);min-width:calc(45% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width46{flex-basis:calc(46% - 16px);min-width:calc(46% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width47{flex-basis:calc(47% - 16px);min-width:calc(47% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width48{flex-basis:calc(48% - 16px);min-width:calc(48% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width49{flex-basis:calc(49% - 16px);min-width:calc(49% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width50{flex-basis:calc(50% - 16px);min-width:calc(50% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width51{flex-basis:calc(51% - 16px);min-width:calc(51% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width52{flex-basis:calc(52% - 16px);min-width:calc(52% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width53{flex-basis:calc(53% - 16px);min-width:calc(53% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width54{flex-basis:calc(54% - 16px);min-width:calc(54% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width55{flex-basis:calc(55% - 16px);min-width:calc(55% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width56{flex-basis:calc(56% - 16px);min-width:calc(56% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width57{flex-basis:calc(57% - 16px);min-width:calc(57% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width58{flex-basis:calc(58% - 16px);min-width:calc(58% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width59{flex-basis:calc(59% - 16px);min-width:calc(59% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width60{flex-basis:calc(60% - 16px);min-width:calc(60% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width61{flex-basis:calc(61% - 16px);min-width:calc(61% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width62{flex-basis:calc(62% - 16px);min-width:calc(62% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width63{flex-basis:calc(63% - 16px);min-width:calc(63% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width64{flex-basis:calc(64% - 16px);min-width:calc(64% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width65{flex-basis:calc(65% - 16px);min-width:calc(65% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width66{flex-basis:calc(66% - 16px);min-width:calc(66% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width67{flex-basis:calc(67% - 16px);min-width:calc(67% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width68{flex-basis:calc(68% - 16px);min-width:calc(68% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width69{flex-basis:calc(69% - 16px);min-width:calc(69% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width70{flex-basis:calc(70% - 16px);min-width:calc(70% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width71{flex-basis:calc(71% - 16px);min-width:calc(71% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width72{flex-basis:calc(72% - 16px);min-width:calc(72% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width73{flex-basis:calc(73% - 16px);min-width:calc(73% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width74{flex-basis:calc(74% - 16px);min-width:calc(74% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width75{flex-basis:calc(75% - 16px);min-width:calc(75% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width76{flex-basis:calc(76% - 16px);min-width:calc(76% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width77{flex-basis:calc(77% - 16px);min-width:calc(77% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width78{flex-basis:calc(78% - 16px);min-width:calc(78% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width79{flex-basis:calc(79% - 16px);min-width:calc(79% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width80{flex-basis:calc(80% - 16px);min-width:calc(80% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width81{flex-basis:calc(81% - 16px);min-width:calc(81% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width82{flex-basis:calc(82% - 16px);min-width:calc(82% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width83{flex-basis:calc(83% - 16px);min-width:calc(83% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width84{flex-basis:calc(84% - 16px);min-width:calc(84% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width85{flex-basis:calc(85% - 16px);min-width:calc(85% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width86{flex-basis:calc(86% - 16px);min-width:calc(86% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width87{flex-basis:calc(87% - 16px);min-width:calc(87% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width88{flex-basis:calc(88% - 16px);min-width:calc(88% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width89{flex-basis:calc(89% - 16px);min-width:calc(89% - 16px)}.euiSuggestItem__label.euiSuggestItem__label--width90{flex-basis:calc(90% - 16px);min-width:calc(90% - 16px)}.euiSuggestItem__label--expand{flex-basis:auto}.euiSuggestItem__description{color:#7d7d7d;padding-top:9px;flex-basis:auto;align-self:baseline}.euiSuggestItem__description.euiSuggestItem__description--wrap{overflow-wrap:break-word!important;word-break:break-word;white-space:normal!important}.euiSuggestItemOption:focus .euiSuggestItem__label,.euiSuggestItemOption:hover:not([aria-disabled=true]) .euiSuggestItem__label,.euiSuggestItemOption[class*=isFocused] .euiSuggestItem__label{text-decoration:underline}.euiSuggestInput__statusIcon{background-color:transparent!important}.euiTable{font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-feature-settings:"calt" 1,"kern" 1,"liga" 1,"tnum" 1;width:100%;table-layout:fixed;border:none;border-collapse:collapse;background-color:#141414}.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{vertical-align:middle;font-weight:inherit;text-align:left;overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;font-weight:500;border:none}.euiTableFooterCell .euiTableHeaderButton,.euiTableHeaderCell .euiTableHeaderButton{text-align:left;font-weight:500}.euiTableFooterCell .euiTableCellContent__text,.euiTableHeaderCell .euiTableCellContent__text{font-size:12px;font-size:.8571428571rem;line-height:1.1428571429rem;font-weight:600}.euiTableHeaderButton{font-size:14px;font-size:1rem;line-height:1.7142857143rem;color:inherit;width:100%}.euiTableHeaderButton:focus .euiTableCellContent__text,.euiTableHeaderButton:hover .euiTableCellContent__text{text-decoration:underline;color:#e8b339}.euiTableHeaderButton:focus .euiTableSortIcon,.euiTableHeaderButton:hover .euiTableSortIcon{fill:#e8b339}.euiTableSortIcon{margin-left:4px;flex-shrink:0}.euiTableHeaderButton-isSorted .euiTableSortIcon{fill:#fff}.euiTableHeaderCellCheckbox{font-weight:inherit;text-align:left;width:32px;vertical-align:middle;border:none}.euiTableRow:hover{background-color:#191919}.euiTableRow.euiTableRow-isClickable:hover{background-color:#e8b3390d;cursor:pointer}.euiTableRow.euiTableRow-isClickable:focus{background-color:#e8b3391a}.euiTableRow.euiTableRow-isExpandedRow{background-color:#191919}.euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent{padding-left:40px}.euiTableRow.euiTableRow-isSelected,.euiTableRow.euiTableRow-isSelected+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:#e8b33933}.euiTableRow.euiTableRow-isSelected:hover,.euiTableRow.euiTableRow-isSelected:hover+.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell{background-color:#745a1d47}.euiTableRowCell{vertical-align:middle;border-top:2px solid #434343;border-bottom:2px solid #434343;font-weight:inherit;text-align:left;color:#dcdcdc}.euiTableRowCell--top{vertical-align:top}.euiTableRowCell--bottom{vertical-align:bottom}.euiTableRowCell--baseline{vertical-align:baseline}.euiTableRowCell.euiTableRowCell--isMobileHeader{display:none}.euiTableRowCellCheckbox{border-top:2px solid #434343;border-bottom:2px solid #434343;font-weight:inherit;text-align:left;width:32px;vertical-align:middle}.euiTableFooterCell{background-color:#1f1f1f}.euiTableCellContent{overflow:hidden;display:flex;align-items:center;padding:8px}.euiTableCellContent__text{overflow-wrap:break-word!important;word-break:break-word;min-width:0;text-overflow:ellipsis}.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{flex-shrink:0;opacity:.7;filter:grayscale(100%);transition:opacity .25s cubic-bezier(.694,.0482,.335,1),filter .25s cubic-bezier(.694,.0482,.335,1)}.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide,.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled,.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus,.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover,.euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled{filter:grayscale(0);opacity:0}.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled),.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):focus,.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):hover{opacity:1;filter:grayscale(0)}.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{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:9.625px;font-size:.6875rem;display:block;color:#acacac;padding:8px 8px 0;margin-bottom:-8px;min-height:24px}.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 #0003,0 2.6px 8px -1px #00000026,0 5.7px 12px -1px #00000020,0 15px 15px -1px #0000001a}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder{border:2px solid #434343;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;width:100%;text-align:left}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus,.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover{box-shadow:0 1px 5px #00000040,0 3.6px 13px #0000002d,0 8.4px 23px #00000026,0 23px 35px #00000020;transform:translateY(-2px);cursor:pointer}.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:transparent}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain{background-color:#141414}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued{background-color:#111}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent{background-color:#493d1d}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary{background-color:#463611}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--success{background-color:#0f3837}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning{background-color:#462213}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger{background-color:#461516}.euiTable.euiTable--responsive .euiTableRow{box-shadow:0 .7px 1.4px #0000002d,0 1.9px 4px #00000020,0 4.5px 10px #00000020;background-color:#141414;border-radius:6px;display:flex;flex-wrap:wrap;padding:8px;margin-bottom:8px}.euiTable.euiTable--responsive .euiTableRow:hover{background-color:#141414}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable{background-image:linear-gradient(90deg,hsla(0,0%,49%,.1) 0,hsla(0,0%,49%,.1) 1px,transparent 0,transparent);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;padding-right:40px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander{min-width:0;width:24px;position:absolute;top:16px;right:8px}.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.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander{top:auto;bottom:16px;right:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable{padding-left:36px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox{position:absolute;left:4px;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:#e8b33933}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow{background-image:linear-gradient(90deg,hsla(0,0%,49%,.1) 0,hsla(0,0%,49%,.1) 1px,transparent 0,transparent);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;box-shadow:0 .7px 1.4px #0000002d,0 1.9px 4px #00000020,0 4.5px 10px #00000020;margin-top:-16px;position:relative;z-index:2;border-top:none;border-top-left-radius:0;border-top-right-radius:0;padding-left:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover{background-color:#141414}.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{min-width:50%;border:none}.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{opacity:1;filter:none;margin-left:0;margin-bottom:8px}.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{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:9.625px;font-size:.6875rem;display:block;color:#acacac;padding:8px 8px 0;margin-bottom:-8px;min-height:24px}.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 #0003,0 2.6px 8px -1px #00000026,0 5.7px 12px -1px #00000020,0 15px 15px -1px #0000001a}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasBorder{border:2px solid #434343;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;width:100%;text-align:left}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus,.euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover{box-shadow:0 1px 5px #00000040,0 3.6px 13px #0000002d,0 8.4px 23px #00000026,0 23px 35px #00000020;transform:translateY(-2px);cursor:pointer}.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:transparent}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain{background-color:#141414}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued{background-color:#111}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent{background-color:#493d1d}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary{background-color:#463611}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--success{background-color:#0f3837}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning{background-color:#462213}.euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger{background-color:#461516}.euiTable.euiTable--responsive .euiTableRow{box-shadow:0 .7px 1.4px #0000002d,0 1.9px 4px #00000020,0 4.5px 10px #00000020;background-color:#141414;border-radius:6px;display:flex;flex-wrap:wrap;padding:8px;margin-bottom:8px}.euiTable.euiTable--responsive .euiTableRow:hover{background-color:#141414}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable{background-image:linear-gradient(90deg,hsla(0,0%,49%,.1) 0,hsla(0,0%,49%,.1) 1px,transparent 0,transparent);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;padding-right:40px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions,.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander{min-width:0;width:24px;position:absolute;top:16px;right:8px}.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.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander{top:auto;bottom:16px;right:0}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable{padding-left:36px;position:relative}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox{position:absolute;left:4px;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:#e8b33933}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow{background-image:linear-gradient(90deg,hsla(0,0%,49%,.1) 0,hsla(0,0%,49%,.1) 1px,transparent 0,transparent);background-size:40px 100%;background-position-x:right;background-repeat:no-repeat;box-shadow:0 .7px 1.4px #0000002d,0 1.9px 4px #00000020,0 4.5px 10px #00000020;margin-top:-16px;position:relative;z-index:2;border-top:none;border-top-left-radius:0;border-top-right-radius:0;padding-left:8px}.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover{background-color:#141414}.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{min-width:50%;border:none}.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{opacity:1;filter:none;margin-left:0;margin-bottom:8px}.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-top-left-radius:6px;border-bottom-left-radius:6px}.euiComboBox--appended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper{border-top-left-radius:4px;border-bottom-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-top-right-radius:6px;border-bottom-right-radius:6px}.euiComboBox--prepended .euiFormControlLayout--compressed .euiFormControlLayout__childrenWrapper{border-top-right-radius:4px;border-bottom-right-radius:4px}.euiDataGrid--fontSizeLarge .euiDataGridRowCell{font-size:16px;font-size:1.1428571429rem;line-height:1.7142857143rem}.euiFormControlLayout--group{border-radius:6px;background-color:#212121}.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{border-radius:4px;background-color:#212121}.euiFormControlLayout--group.euiFormControlLayout--compressed.euiFormControlLayout--readOnly input{background-color:#141414}.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 #e8b339;outline-offset:2px}.euiRadio .euiRadio__input:focus:focus-visible+.euiRadio__circle{outline:2px solid #e8b339;outline-offset:2px}.euiRadio .euiRadio__input:focus:not(:focus-visible)+.euiRadio__circle{outline:none}.euiCheckbox .euiCheckbox__input:focus+.euiCheckbox__square{outline:2px solid #e8b339;outline-offset:2px}.euiCheckbox .euiCheckbox__input:focus:focus-visible+.euiCheckbox__square{outline:2px solid #e8b339;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{position:relative;height:12px;border-radius:12px;margin:8px 0}.euiHue:after,.euiHue:before{display:none}.euiHue__range{top:-6px}.euiHue__range::-webkit-slider-thumb{border:3px solid #141414;box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003;background-color:inherit}.euiHue__range::-moz-range-thumb{border:3px solid #141414;box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003;background-color:inherit}.euiHue__range::-ms-thumb{border:3px solid #141414;box-shadow:0 2px 2px -1px #0003,0 1px 5px -2px #0003;background-color:inherit}.euiHue__range:focus{outline:none}.euiHue__range:focus::-webkit-slider-thumb{box-shadow:0 0 0 2px #e8b339;border:3px solid #141414}.euiHue__range:focus::-moz-range-thumb{box-shadow:0 0 0 2px #e8b339;border:3px solid #141414}.euiHue__range:focus::-ms-thumb{box-shadow:0 0 0 2px #e8b339;border:3px solid #141414}.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{padding-top:8px;margin-top:8px}.euiSideNavItem--root>.euiSideNavItemButton{margin-bottom:4px}.euiSideNavItem--root>.euiSideNavItemButton .euiSideNavItemButton__label{overflow-wrap:break-word!important;word-break:break-word;color:#fff;font-size:14px;font-size:1rem;line-height:1.7142857143rem;font-weight:700;color:inherit}