@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._large_nhr7s_1{display:grid;position:absolute;top:50%;z-index:1000;left:50%;height:100%;transform:translate(-50%,-50%);background:#ffffffb3;width:100%;align-items:center;justify-content:center}._large_nhr7s_1 ._loader_nhr7s_14,._large_nhr7s_1 ._loader_nhr7s_14:after{border-radius:50%;width:6rem;height:6rem}._large_nhr7s_1 ._loader_nhr7s_14{font-size:4.5px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(24,44,96,.9);border-right:1.1em solid rgba(24,44,96,.9);border-bottom:1.1em solid rgba(24,44,96,.9);border-left:1.1em solid #ffffff;transform:translateZ(0);animation:_load8_nhr7s_1 1.1s infinite linear}._small_nhr7s_52{display:grid;position:absolute;top:50%;z-index:1000;left:50%;height:100%;transform:translate(-50%,-50%);background:#0009;width:100%;align-items:center;justify-content:center}._small_nhr7s_52 ._loader_nhr7s_14,._small_nhr7s_52 ._loader_nhr7s_14:after{border-radius:50%;width:2rem;height:2rem}._small_nhr7s_52 ._loader_nhr7s_14{font-size:2px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,.2);border-right:1.1em solid rgba(255,255,255,.2);border-bottom:1.1em solid rgba(255,255,255,.2);border-left:1.1em solid #ffffff;transform:translateZ(0);animation:_load8_nhr7s_1 1.1s infinite linear}@-webkit-keyframes _load8_nhr7s_1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes _load8_nhr7s_1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}._transparent_nhr7s_103{background:transparent}@media screen{._wrapper_h5yt4_2{display:grid;justify-content:center;align-items:center}._pointer_h5yt4_7{cursor:pointer}._spinLoader_h5yt4_10{padding:.5rem}}._chartWrapper_16qcn_1{border-radius:8px;display:flex;flex-direction:column}._chartWrapper_16qcn_1 ._filter_dropdown_container_16qcn_6{border:none;border-bottom-right-radius:0;border-bottom-left-radius:0}._chartWrapper_16qcn_1 ._mfd__container_16qcn_11{display:flex;align-items:center;gap:1.6rem}._chartWrapper_16qcn_1 ._mfd__container__mfd_16qcn_16{flex:1}._tableWrapper_16qcn_20{display:grid;grid-template-columns:1fr;grid-auto-flow:column;gap:1.6rem;position:sticky;top:0}._tableWrapper_16qcn_20._withSidebar_16qcn_28{grid-template-columns:var(--filter-panel-width) 1fr}._tableWrapper_16qcn_20 tbody tr td{vertical-align:top!important;line-height:normal}._tableWrapper_16qcn_20 ._tab_override_16qcn_35{background-color:var(--bg-color-1);min-width:0;min-height:0}._tableWrapper_16qcn_20 ._tab_override_16qcn_35 .ant-tabs-nav{margin:0!important;padding-left:16px;border:solid 1px var(--border-6);border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px}._tableWrapper_16qcn_20 ._tab_override_16qcn_35 .ant-tabs-tabpane div:first-child{border-top-left-radius:0;border-top-right-radius:0}._tableWrapper_16qcn_20 ._tab_override_16qcn_35 .ant-tabs-nav:before{border-bottom:none!important}._tableWrapper_16qcn_20 ._tab_override_16qcn_35 .ant-tabs-tab{padding:10px 12px}._filterWrapper_16qcn_59 .ant-select-selector{border:none!important;border-radius:8px 8px 0 0;padding-left:1.5rem}._filterWrapper_16qcn_59 .ant-select-selection-overflow{padding-left:2.1rem}._filterWrapper_16qcn_59 .ant-select-selection-placeholder{padding:0rem 2.1rem}._time_wrapper_16qcn_71{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._time_wrapper_16qcn_71 ._time_16qcn_71{color:var(--text-3);font-size:1.4rem;font-family:Inter}._body_wrapper_16qcn_83 ._copy_icon_16qcn_83{opacity:0;align-self:flex-start;padding:3px 4px}._body_wrapper_16qcn_83:hover ._copy_icon_16qcn_83{opacity:.8;transition:all .2s}._body_wrapper_16qcn_83:hover ._copy_icon_16qcn_83:hover{opacity:.4}._body_wrapper_16qcn_83:hover ._copy_icon_16qcn_83:active{opacity:.8}._view__in__logs__btn_16qcn_99{all:unset;color:var(--primary);font-weight:600;cursor:pointer;padding:4px 8px}._view__in__logs__btn_16qcn_99:disabled{color:gray;cursor:not-allowed}._log_advanced_query_helper_16qcn_111{display:flex;align-items:center}._BaseLink__text_1ulpm_1{color:var(--primary);font-size:14px;font-weight:500}._BaseLink__text_1ulpm_1:hover{text-decoration:underline}._filters__table_wrapper_9ua4p_1{display:grid;margin-top:1.6rem;gap:1.6rem;grid-template-columns:var(--filter-panel-width) 1fr;height:calc(100vh - 98px);grid-template-rows:100%;width:100%}._filters__table_wrapper_hidden_9ua4p_10{display:flex!important}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13{display:flex;flex-direction:column;gap:1rem}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18{display:grid}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 div:has(table){border-radius:0}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 ._table_heading_9ua4p_24{display:flex;flex-direction:row;justify-content:space-between;padding:.9rem 1.2rem;border:solid 1px #eaeefb;border-bottom:none;border-top-left-radius:6px;border-top-right-radius:6px;background-color:#fff}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 ._table_heading_9ua4p_24 ._heading_9ua4p_35{font-size:1.8rem;font-weight:700}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 ._table_heading_9ua4p_24 ._switch_wrapper_9ua4p_39{display:flex;gap:1rem;align-items:center}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 .ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>.ant-table-cell{padding:4px 12px!important}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 .ant-table-wrapper .ant-table.ant-table-small .ant-table-cell,._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 .ant-table-wrapper .ant-table.ant-table-small .ant-table-thead>tr>th{padding:8px 12px!important}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 .ant-table-container{border-start-start-radius:unset;border-start-end-radius:unset}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-start-end-radius:unset}._filters__table_wrapper_9ua4p_1 ._table_pagination_wrapper_9ua4p_13 ._table_wrapper_9ua4p_18 .ant-table-wrapper .ant-table .ant-table-header{border-radius:0}._service_map_wrapper_9ua4p_62{height:80vh;border:solid 1px #eaeefc;background-color:#fff;display:flex;justify-content:center;align-items:center;position:relative}._service_map_wrapper_9ua4p_62 .react-flow__edge{pointer-events:all}._apiWrapper_9ua4p_75{display:flex;flex-direction:column;gap:.4rem;width:100%}._apiWrapper_9ua4p_75 ._api_9ua4p_75{font-weight:500;color:#272e47}._apiWrapper_9ua4p_75 ._flexRow_9ua4p_85{display:flex;flex-direction:row;gap:1rem}._apiWrapper_9ua4p_75 ._flexRow_9ua4p_85 ._workload_9ua4p_90 span{font-size:1.2rem;font-weight:500;cursor:pointer;color:#5961ea}._resource_wrapper_9ua4p_97{display:flex;flex-direction:row;gap:1rem;align-items:center;width:100%}._resource_wrapper_9ua4p_97 ._api_9ua4p_75{font-weight:500;color:#272e47}._chip_9ua4p_109{color:#5925dc;font-size:1.2rem;font-weight:500;background-color:#f4f3ff;padding:2px 8px;border-radius:6px;align-self:center;white-space:nowrap}._resource_link_9ua4p_120 span{color:#272e47}._compare_with_dropdown_wrapper_9ua4p_124{position:relative;border:1px solid var(--border-6);border-radius:6px;cursor:pointer}._compare_with_dropdown_wrapper_9ua4p_124 .ant-popover-open{outline:2px solid var(--border-7)!important}._predefinedCustomTimesContainer_9ua4p_134{display:flex;flex-direction:column;gap:4px;padding:16px 16px 8px}._predefinedCustomTimesContainer_9ua4p_134>p{padding:6px;cursor:pointer;transition:background-color .3s linear;border-radius:6px}._predefinedCustomTimesContainer_9ua4p_134>p:hover{background-color:var(--chip-primary-background);color:var(--primary);font-weight:600}._wrapper_17q59_1{display:grid;grid-template-columns:var(--sidenav-width) 1fr;background-color:var(--primary-background)}._wrapper_17q59_1 ._mainWrapper_17q59_6{border-top:1px solid var(--text-7);display:grid;min-height:100vh;overflow:auto}._wrapper_17q59_1 ._contentWrapper_17q59_12{padding:1rem;display:grid;position:relative}._wrapper_17q59_1 ._contentWrapper_17q59_12 ._content_17q59_12{padding:1.5rem;height:calc(100vh - 5.6rem)!important;overflow:auto}._wrapperRemove_17q59_23{display:grid;grid-template-columns:5.6rem 1fr}._wrapperRemove_17q59_23 ._mainWrapper_17q59_6{border-top:1px solid var(--text-7);display:grid}._wrapperRemove_17q59_23 ._contentWrapper_17q59_12{display:grid;position:relative}._wrapperRemove_17q59_23 ._contentWrapper_17q59_12 ._content_17q59_12{padding:1.6rem;height:100vh;overflow:auto}._emptyWrapper_17q59_41{position:absolute;width:100%;z-index:1000;height:100vh;background:var(--primary-background);display:grid;align-content:center;text-align:center;justify-content:center}._welcomeModal_17q59_53{margin-top:35vh!important;display:flex;justify-content:center;align-items:center;text-align:center}._welcomeModal_17q59_53 ._ant-modal-content_17q59_60{box-shadow:none!important;background:none!important}._welcomeModal_17q59_53 ._content_17q59_12{padding:3rem}._tykeLogo_17q59_68{position:fixed;top:8px;left:16px;z-index:10000}._contentWrapper_17q59_12{display:grid;position:relative}._contentWrapper_17q59_12 ._content_17q59_12{padding:1.6rem;height:calc(100vh - 70px);overflow:auto;background-color:#fafbff}._contentWrapper_17q59_12 ._content_17q59_12[data-path="/chat"]{overflow:hidden!important}._contentWrapper_17q59_12 ._content_17q59_12[data-path*="/infrastructure"],._contentWrapper_17q59_12 ._content_17q59_12[data-path*="/rum"]{padding:0}._contentWrapper_17q59_12 ._content_17q59_12[data-path="/data-explorer"]{background-color:#fff}._contentWrapper_17q59_12 ._content_17q59_12[data-path*="/kubesense/dashboards/"]{background-color:#fff;padding:0}._buttonBox_4qg4m_1{display:grid!important;grid-auto-flow:column;align-items:center;grid-gap:.8rem;min-height:4rem!important}._buttonBox_4qg4m_1 img{width:1.4rem;height:1.4rem}._buttonBox_4qg4m_1 span{font-weight:var(--font-semi-bold)}._button_4qg4m_1{min-height:4rem!important;min-width:9.4rem!important}._button_4qg4m_1 span{font-weight:var(--font-semi-bold)}._FormSelectInput_1nzrj_1{position:relative}._FormSelectInput_1nzrj_1 .ant-select{width:100%;height:40px}._FormSelectInput__ErrorMessage_1nzrj_8{position:absolute;top:100%;left:0;font-size:smaller}._FormTextInput_1muve_1{display:flex;flex-direction:column}._FormTextInput__ErrorMessage_1muve_5{top:100%;left:0;font-size:12px}._FormTextInput__HelperMessage_1muve_10{top:100%;left:0;font-size:12px;opacity:.7}._wrapper_11jhz_1{color:inherit;align-items:center;display:grid}._tag_bqsma_1{background:var(--secondary)!important;padding:.1rem 1rem!important;width:100%!important;border-radius:.4rem!important;margin:.2rem!important}._selectMenu_bqsma_9{display:flex;flex-direction:row;gap:2rem;justify-content:flex-end;padding:1rem 2rem 1rem 1rem;width:100%;border-bottom:solid 1px var(--border-6)}._selectMenu_bqsma_9 ._selectBtn_bqsma_19{color:var(--text-22);font-weight:var(--font-medium);cursor:pointer}._wrapper_zqt8d_1{color:inherit}._wrapper_zqt8d_1 ._horizontal_zqt8d_4{display:grid;grid-auto-flow:column;grid-column-gap:1.5rem;justify-content:left}._wrapper_zqt8d_1 ._horizontal_zqt8d_4 label{margin:0;align-items:flex-start}._wrapper_zqt8d_1 ._horizontal_zqt8d_4 span:last-child{padding-right:0}._wrapper_zqt8d_1 ._horizontal2_zqt8d_17{display:grid;grid-column-gap:1.5rem;grid-template-columns:repeat(2,1fr);grid-row-gap:1rem;justify-content:left}._wrapper_zqt8d_1 ._horizontal2_zqt8d_17 label{margin:0;align-items:flex-start}._wrapper_zqt8d_1 ._horizontal2_zqt8d_17 span:last-child{padding-right:0}._wrapper_zqt8d_1 ._vertical_zqt8d_31{display:grid;grid-auto-flow:row;grid-row-gap:1rem}._wrapper_zqt8d_1 ._vertical_zqt8d_31 label{margin:0;align-items:flex-start}._wrapper_zqt8d_1 ._vertical_zqt8d_31 span:last-child{padding-right:0}._UpdateUser__form_9qa7n_1{padding:1.6rem;display:flex;flex-direction:column;align-items:stretch;gap:2.4rem}._UpdateUser__form__FirstLastName_9qa7n_8{display:flex;gap:.8rem}._UpdateUser__form__FirstLastName_9qa7n_8 div{flex:1}._UpdateUser__form__FooterButtons_9qa7n_15{align-self:flex-end;display:flex;gap:.8rem}._InputWithLabel_9qa7n_21{display:flex}._InputWithLabel_9qa7n_21[data-alignment=horizontal]{flex-direction:row;align-items:center}._InputWithLabel_9qa7n_21[data-alignment=vertical]{flex-direction:column}._InputWithLabel_9qa7n_21 label{font-weight:500}._InputWithLabel_9qa7n_21 label[aria-required=true]:after{content:"*";color:red}._InputWithLabel_9qa7n_21:not(p){width:100%}._ProfileModal__content_11hwz_1{padding:1.6rem}._ProfileModal__content__Image_11hwz_4{width:10rem;height:10rem;background-color:var(--text-8);border-radius:50%;display:grid;place-items:center}._ProfileModal__content__Image_11hwz_4 img{width:100%;height:100%}._ProfileModal__content__details_11hwz_16{display:flex;flex-direction:column;gap:.8rem;margin-top:2rem}._ProfileModal__content__details_11hwz_16 table{border-spacing:.8rem;border-collapse:separate}._ProfileModal__content__details_11hwz_16 table tr ._ProfileModal__content__details__heading_11hwz_26{font-weight:600}._ProfileModal__content__EditChangePwd_11hwz_29{display:flex;gap:.8rem;margin-top:2rem}._EditProfile_11hwz_35{padding:1.6rem}._EditProfile__form_11hwz_38{display:flex;flex-direction:column;gap:1.6rem}._EditProfile__form__actionBtns_11hwz_43{display:flex;gap:.8rem;justify-content:flex-end}._EditPassword_11hwz_49{padding:3.2rem 1.6rem}._EditPassword__form_11hwz_52{display:flex;flex-direction:column;gap:1.6rem}._EditPassword__form__actionBtns_11hwz_57{display:flex;gap:.8rem;justify-content:flex-end}._wrapper_15bh4_1{display:flex;flex-direction:column;background-color:var(--primary-background);margin-bottom:-10px;width:200px;border-radius:6px;padding:1.6rem;gap:.8rem}._popover__tab_15bh4_12{display:flex;gap:.8rem;padding:.8rem;cursor:pointer;border-radius:.8rem}._popover__tab_15bh4_12:hover{background-color:var(--chip-primary-background)}._wrapper_1nfaw_1{display:grid;width:var(--sidenav-width);height:calc(100vh - 5.6rem);z-index:2;border:none!important;border-right:1px solid var(--text-7)!important;border-radius:0!important;padding:0rem!important;transition:width .2s,left .2s;position:relative;overflow:auto}._wrapper_1nfaw_1 ._collapse_1nfaw_14{display:grid;grid-auto-flow:column;gap:.4rem;justify-content:left;position:fixed;cursor:pointer;transition:width .2s,left .2s;padding:1rem;width:22.4rem;bottom:0;left:0;margin:0 auto;background:var(--primary-background)}._wrapper_1nfaw_1 ._collapse_1nfaw_14:hover{background:var(--secondary)}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32{margin:1rem 0;position:relative}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._overview_1nfaw_36{color:var(--text-12);font-weight:500;font-size:14px;padding:1.4rem 2rem;line-height:18px;margin-top:.5rem;width:100%}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._tsover_1nfaw_45{margin-bottom:.5rem}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 a{color:var(--text-3)}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._items_1nfaw_51{margin-left:1rem;margin-right:1rem;margin-bottom:2px;display:grid;grid-auto-flow:column;gap:1rem;justify-content:left;border-radius:.6rem;padding:.8rem 1rem;transition:width .2s,left .2s;color:#596485;height:38px;white-space:nowrap}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._items_1nfaw_51:hover{cursor:pointer;background:var(--text-9);color:var(--text-18)}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._items_1nfaw_51 span{font-weight:500}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ul{padding:1.5rem 0 0 2rem;transition:width .2s,left .2s}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ul li:last-child{padding-bottom:0}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ul li:hover{color:var(--primary);cursor:pointer}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ul ._dotActive_1nfaw_85{background:var(--primary)}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._itemsSubmenu_1nfaw_88{display:grid;gap:1.5rem;justify-content:left;border-radius:.6rem;padding:1rem 1.2rem}._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._itemsSubmenu_1nfaw_88:hover,._wrapper_1nfaw_1 ._menuWrapper_1nfaw_32 ._active_1nfaw_100{cursor:pointer;background:var(--secondary);color:var(--primary)}._wrapper_1nfaw_1 ._emptyWrapper_1nfaw_105{position:absolute;width:100%;z-index:1000;height:100vh;background:#ffffffb3;display:grid;align-content:center;text-align:center;top:0;justify-content:center}._breakLine_1nfaw_118{padding-top:.5rem;margin-bottom:4px;margin-top:8px}._isCollapse_1nfaw_124{width:5.6rem}._list_1nfaw_128{padding-top:5%;display:flex;height:100%;flex-direction:column}._list_1nfaw_128 .ant-menu-item{margin-block:0px}._list_1nfaw_128 .ant-menu-item-selected{background-color:#f6f8ff!important}._list_1nfaw_128 .ant-menu-item-selected>span{color:var(--primary);font-weight:500}._list_1nfaw_128 .ant-menu-item-active>span{color:var(--text-gray)}._list_1nfaw_128 .ant-menu-item-active>div>img{filter:grayscale(100%)}._collapseWrapper_1nfaw_151{display:grid;overflow:auto;width:5.6rem;height:calc(100vh - 5.6rem);z-index:2;border:none!important;border-right:1px solid var(--text-7)!important;border-radius:0!important;padding:0 .7rem!important;transition:width .2s,right .2s;position:relative}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32{margin:1rem 0;position:relative;display:grid;gap:2px}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ._overview_1nfaw_36{margin-top:1rem;text-transform:uppercase;color:var(--text-12);padding:1.6rem 0 1rem 1rem;font-weight:500}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 a{color:var(--text-3)}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ._items_1nfaw_51{display:grid;justify-content:center;border-radius:.4rem;padding:1rem}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ._items_1nfaw_51:hover{cursor:pointer;background:var(--secondary)}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ul{padding:1.5rem 0 0 2rem}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ul li:last-child{padding-bottom:0}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ul li:hover{color:var(--primary);cursor:pointer}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ul ._dotActive_1nfaw_85{background:var(--primary)}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ._itemsSubmenu_1nfaw_88{display:grid;gap:1.5rem;justify-content:left;border-radius:.6rem;padding:1rem 1.2rem}._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ._itemsSubmenu_1nfaw_88:hover,._collapseWrapper_1nfaw_151 ._menuWrapper_1nfaw_32 ._active_1nfaw_100{cursor:pointer;background:var(--secondary);color:var(--primary)}._collapseWrapper_1nfaw_151 ._emptyWrapper_1nfaw_105{position:absolute;width:100%;z-index:1000;height:100vh;background:#ffffffb3;display:grid;align-content:center;text-align:center;top:0;justify-content:center}._collapseWrapper_1nfaw_151 ._collapse_1nfaw_14{position:fixed;bottom:2rem;cursor:pointer;text-align:center;bottom:0rem;left:0rem;padding:1rem 2rem;background:var(--primary-background)}._collapseWrapper_1nfaw_151 ._collapse_1nfaw_14:hover{background:var(--secondary)}._submenuItems_1nfaw_246{margin:0;padding:1rem 0;border:1px solid var(--border-1);border-radius:.4rem}._submenuItems_1nfaw_246 li{padding:.5rem 1.2rem;display:grid;grid-auto-flow:column;gap:1rem;justify-content:left}._submenuItems_1nfaw_246 li:hover{cursor:pointer;background:var(--secondary);color:var(--primary)}._section_1nfaw_265{border-bottom:1px solid var(--border-1);display:grid;gap:2px}._profile__popover_1nfaw_271{display:flex;padding:1rem 2rem;justify-content:center;gap:1rem;cursor:pointer;border-top:1px solid var(--border-6);align-items:center;width:100%;min-height:fit-content;background-color:var(--primary-background);position:sticky;bottom:10px}._profile__details_1nfaw_286{display:flex;flex-direction:column;flex:1}._profile__details_1nfaw_286 ._fullname_1nfaw_291{font-weight:600;font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:80%}._profile__details_1nfaw_286 ._role_type_1nfaw_299{font-size:10px;font-weight:400}._logo_1nfaw_304{justify-content:left;padding-left:1.8rem;margin-bottom:12px}._admin__profile__section_1nfaw_310{display:flex;flex-direction:column;flex:1;justify-content:flex-end}._SideBarLinks_1nfaw_317{padding-inline:.4rem}._SideBarLinks_1nfaw_317:not(:last-child):after{margin-top:.6rem;content:"";width:100%;background:linear-gradient(to right,transparent 0%,var(--bg-color-15) 25%,var(--bg-color-15) 75%,transparent 100%);height:1px}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327{text-decoration:none;border-radius:.8rem;height:40px;display:grid;position:relative}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327[aria-disabled=true]{opacity:.5;pointer-events:none;cursor:not-allowed}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327:hover:not([aria-disabled=true]){background-color:var(--chip-default-background)}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327:hover:not([aria-disabled=true]) ._SideBarLink__icon_1nfaw_342,._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327:hover:not([aria-disabled=true]) ._SideBarLink__name_1nfaw_342{fill:red;stroke:#00f}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327[aria-current=page]{background-color:var(--bg-color-7)}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327[aria-current=page] ._SideBarLink__name_1nfaw_342{font-weight:600;color:var(--primary)}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327 ._SideBarLink_1nfaw_317{padding:0 16px;position:relative}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327 ._SideBarLink_1nfaw_317[aria-collapsed=true]{padding:0}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327 ._SideBarLink_1nfaw_317[aria-collapsed=true] ._SideBarLink__betaIcon_1nfaw_360{position:absolute;transform:rotate(-50deg);left:0;top:0}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327 ._SideBarLink__name_1nfaw_342{transition:all;transition-duration:.2s}._SideBarLinks_1nfaw_317 ._SideBarLink__wrapper_1nfaw_327 ._SideBarLink__betaIcon_1nfaw_360{position:relative}._Sidebar__hoverChild_1nfaw_374{background:#fff;padding:8px 10px;border-radius:4px;box-shadow:0 4px 12px #0000001a;font-size:14px;color:#333;min-width:150px;transition:opacity .2s ease}._Sidebar__hoverChild_1nfaw_374 span{color:#919ec2;font-size:14px}._Sidebar__hoverChild_1nfaw_374 ul{margin-top:8px;border-left:1px solid #eaeefb}._Sidebar__hoverChild_1nfaw_374 ul li{color:#303854;margin-left:4px;padding:4px 10px 4px 8px}._Sidebar__hoverChild_1nfaw_374 ul li:hover{background:var(--chip-default-background)}._wrapper_123h6_1 ._popover__wrapper_123h6_1{cursor:pointer}._wrapper_123h6_1 ._popover__wrapper_123h6_1 h6{color:var(--primary)!important;white-space:nowrap}._popover__content_123h6_9{background-color:var(--primary-background);padding:1.6rem 1.6rem 0;width:360px;border-radius:.8rem;top:2rem;max-height:392px;overflow:auto}._application__popover__content_123h6_19{background-color:var(--primary-background);padding:1.6rem 1.6rem 0;max-width:360px;width:fit-content;border-radius:.8rem;top:2rem;max-height:392px;overflow:auto}._clusters__list__wrapper_123h6_30{display:flex;flex-direction:column;justify-content:center;padding-bottom:.8rem}._clusters__list__wrapper_123h6_30 ._Cluster__Card_V2_123h6_36{padding-inline:.8rem;padding-block:.8rem;border-radius:.8rem;cursor:pointer}._clusters__list__wrapper_123h6_30 ._Cluster__Card_V2_123h6_36 p._time_123h6_42{font-size:1.2rem;color:var(--text-16)}._clusters__list__wrapper_123h6_30 ._Cluster__Card_V2_123h6_36>span:nth-child(2){width:100%}._clusters__list__wrapper_123h6_30 ._Cluster__Card_V2_123h6_36 ._All_Or_Only_123h6_49{color:var(--primary);font-weight:500;font-size:small}._add_cluster__btn_123h6_55{width:100%;margin-top:1rem;border-top:1px solid var(--border-6)}._ClusterSelect__Actions_Wrapper_123h6_61{position:sticky;bottom:0;background-color:var(--primary-background);padding:.8rem 1.6rem;border-top:1px solid var(--border-1);margin-inline:-1.6rem}._ClusterSelect__Actions_Wrapper_123h6_61:before{content:"";position:absolute;top:-4px;inset-inline:0;height:4px;background:linear-gradient(to bottom,transparent 0%,whitesmoke 100%)}._LiveIndicator_1wpxi_1{background-color:var(--chip-success-background);border:1px solid #cff5dc;border-radius:.4rem;padding:.2rem 1rem;pointer-events:none;position:relative}._LiveIndicator_1wpxi_1 p{color:var(--chip-success-foreground);text-transform:uppercase;font-weight:600;font-size:1.2rem}._LiveIndicator__ping__dot_1wpxi_15{position:absolute;width:1rem;height:1rem;background-color:var(--success);top:-.4rem;right:-.4rem;border-radius:50%}._LiveIndicator__ping__indicator_1wpxi_24{position:absolute;width:1rem;height:1rem;background-color:#a7dbbe;top:-.4rem;right:-.4rem;border-radius:50%;animation:.8s linear infinite alternate _ping_1wpxi_1}@keyframes _ping_1wpxi_1{0%{scale:.5}50%{scale:1}to{scale:1.5}}._wrapper_13tr3_1 .ant-popover-open{border:1px solid var(--primary)!important}._btn__wrapper_13tr3_5{display:flex;align-items:center;gap:.8rem;justify-content:space-between;border:1px solid var(--timeFrame-border-color, var(--border-7));padding:.6rem 1.6rem;border-radius:.8rem;cursor:pointer;min-height:36px;position:relative}._btn__wrapper__start__end__wrapper_13tr3_17 p{padding:0;margin:0}._btn__wrapper__timeFrame__badge_13tr3_21{position:absolute;font-size:smaller;color:#fff;left:5px;top:-7px;background:var(--primary);padding-inline:8px;border-radius:8px}._btn__wrapper_13tr3_5:hover{border:1px solid #ced7ef!important}._content_wrapper_13tr3_35{background-color:var(--primary-background);border-radius:6px;box-shadow:#0003 1px 2px 10px;min-width:454px;width:fit-content}._content_wrapper_13tr3_35{display:flex;flex-direction:column}._pickers___wrapper_13tr3_48{display:flex;flex:1.4}._datetime__picker_13tr3_53{flex:1.6;display:flex;flex-direction:column;gap:4px;justify-content:space-around}._datetime__picker_13tr3_53 h5{font-weight:700;font-size:16px;border-bottom:1px solid var(--border-6);padding:10px}._datetime__picker_13tr3_53 ._apply_btn_13tr3_66{margin:10px 1.6rem 2.4rem;background-color:var(--primary);color:#fff;font-weight:var(--font-semi-bold);padding:1.2rem 0;outline:none;border:none;border-radius:.6rem}._timeframe__picker_13tr3_77{flex:1;border-left:1px solid var(--border-6);display:flex;flex-direction:column;padding:.8rem}._timeframe__option_13tr3_85{padding:.8rem;transition:all .2s linear;border-radius:.6rem;cursor:pointer;font-size:1.4rem!important}._timeframe__option_13tr3_85:hover{background-color:var(--chip-primary-background);color:var(--primary);font-weight:500}._footer_btns_13tr3_98{display:flex;justify-content:flex-start;gap:8px;border-top:1px solid var(--border-6);padding:12px}._daterange_input_13tr3_106{display:flex;flex-direction:column;position:relative;gap:8px;padding:1rem 1.6rem}._daterange_input_13tr3_106 p{font-weight:400}._custom__date__picker__only__not__time__picker_13tr3_117{padding:0 12px!important;height:4rem!important}._custom__date__picker__only__not__time__picker_13tr3_117 .ant-picker-time-panel{display:none!important}._date__picker__error__message_13tr3_125{color:red;font-size:1.2rem;font-weight:400;position:absolute;top:90%}._title_9ympz_1{color:var(--text-3);font-weight:600;font-size:1.8rem;padding:0 2rem;display:grid;grid-auto-flow:column;gap:.5rem}._profile_9ympz_11{display:grid;grid-auto-flow:column;justify-content:right;align-items:center;gap:1.2rem;padding:0 1.6rem 0 2rem}._profile_9ympz_11 ._usernmae_9ympz_20{display:grid;grid-auto-flow:column;justify-content:right;align-items:center;gap:1rem;border-left:1px solid var(--border-1);padding-left:1.6rem}._profile_9ympz_11 ._usernmae_9ympz_20 ._name_9ympz_29{color:var(--text-1);max-width:15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._profile_9ympz_11 ._usernmae_9ympz_20 ._circle_9ympz_36{width:3.6rem;height:3.6rem;font-weight:600;font-size:1.2rem;color:var(--text-4);background:var(--text-8);border-radius:50%;display:grid;align-items:center;justify-content:center}._profile_9ympz_11 ._usernmae_9ympz_20 ._circle_9ympz_36 img{cursor:pointer;width:3.4rem;height:3.4rem;border-radius:50%}._profileDropdown_9ympz_55{min-width:22.4rem;box-shadow:0 2px 12px #5961ea29;border-radius:6px;background:var(--primary-background)}._profileDropdown_9ympz_55 ._profile_9ympz_11{display:grid;grid-auto-flow:column;gap:2rem;border-bottom:1px solid var(--border-1);justify-content:left;padding:1rem 2rem 2rem}._profileDropdown_9ympz_55 ._profile_9ympz_11 ._circle_9ympz_36{width:3.6rem;height:3.6rem;font-weight:600;font-size:1.2rem;color:var(--text-4);background:var(--text-8);border-radius:50%;display:grid;align-items:center;justify-content:center}._profileDropdown_9ympz_55 ._profile_9ympz_11 ._circle_9ympz_36 img{width:3.4rem;height:3.4rem;border-radius:50%}._profileDropdown_9ympz_55 ._profile_9ympz_11 ._nameRole_9ympz_86 ._name_9ympz_29{font-size:1.6rem;color:var(--text-1);width:15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._profileDropdown_9ympz_55 ._profile_9ympz_11 ._nameRole_9ympz_86 ._role_9ympz_94{display:grid;align-items:center;color:var(--text-4)}._profileDropdown_9ympz_55 ul{padding:1rem 0;margin:0!important}._profileDropdown_9ympz_55 ul li{padding:.8rem 2rem;color:var(--text-1);cursor:pointer;font-size:1.6rem}._profileDropdown_9ympz_55 ul li:hover{background:var(--text-9)}._smallLogo_9ympz_113{grid-template-columns:5.6rem max-content 1fr!important}._smallLogo_9ympz_113 ._logo_9ympz_116{width:5.6rem!important;padding:0;display:grid;align-items:center;justify-content:center}._smallLogo_9ympz_113 ._logoSmall_9ympz_123{display:grid;align-items:center;justify-items:center}._collapsenav_9ympz_129{display:grid;position:absolute;right:-1.2rem;top:0;bottom:0}._collapsenav_9ympz_129:hover svg{fill:none}._collapsenav_9ympz_129:hover svg rect{fill:#d9dcfb}._timeframe__select_9ympz_143{width:170px}._timeframe__select_9ympz_143 .ant-select-selector{border-radius:6px!important}._timeframe__select_9ympz_143 .ant-select-selector .ant-select-selection-item{font-weight:var(--font-medium);font-size:14px}._logo_9ympz_116{display:flex;justify-content:left;height:5.3rem;cursor:pointer;margin-left:-12px;z-index:10;position:relative;align-items:center}._headerContent_9ympz_165{display:flex;justify-content:space-between;align-items:center}._refresh_btn__wrapper_9ympz_171{border-color:var(--border-6);border-width:1.5px;border-radius:8px;height:36px;width:36px!important}._refresh_btn__wrapper_9ympz_171:hover{border-color:none}._InfraEnvTypeSelector_9ympz_182 .ant-radio-button-wrapper{display:inline-flex;justify-content:center;align-items:center}._InfraEnvTypeSelector_9ympz_182 .ant-radio-button-wrapper:first-child{border-start-start-radius:.8rem;border-end-start-radius:.8rem}._InfraEnvTypeSelector_9ympz_182 .ant-radio-button-wrapper:last-child{border-start-end-radius:.8rem;border-end-end-radius:.8rem}._InfraEnvTypeSelector_9ympz_182 .ant-radio-button-wrapper-checked span{font-weight:600}._ai_chat_v2_9ympz_199>video{display:block}._ai_chat_v2_9ympz_199>svg{display:none}._ai_chat_v2_9ympz_199:hover>video{display:none}._ai_chat_v2_9ympz_199:hover>svg{display:block}._typography_6h902_1{font-family:Inter,sans-serif;color:var(--text-1)!important;margin:0}._typography_6h902_1._variant-body1_6h902_6{font-weight:400;font-size:18px;line-height:22px}._typography_6h902_1._variant-body2_6h902_11{font-weight:400;font-size:14px}._typography_6h902_1._variant-body3_6h902_15{font-weight:400;font-size:13px}._typography_6h902_1._variant-link_6h902_19{color:var(--link)!important;font-weight:400;font-size:14px}._typography_6h902_1._variant-linkSmall_6h902_24{color:var(--link)!important;font-weight:400;font-size:12px}._typography_6h902_1._variant-labelLarge_6h902_29{font-weight:400;font-size:13px;text-transform:uppercase}._typography_6h902_1._variant-labelRegular_6h902_34{font-weight:400;font-size:12px;text-transform:uppercase}._typography_6h902_1._variant-labelSmall_6h902_39{font-weight:400;font-size:11px}._typography_6h902_1._variant-button1_6h902_43{font-weight:500;font-size:16px}._typography_6h902_1._variant-button2_6h902_47{font-weight:500;font-size:14px}._typography_6h902_1._variant-button3_6h902_51{font-weight:500;font-size:13px}._typography_6h902_1._variant-h1_6h902_55{font-weight:600;font-size:36px}._typography_6h902_1._variant-h2_6h902_59{font-weight:600;font-size:28px}._typography_6h902_1._variant-h3_6h902_63{font-weight:600;font-size:24px}._typography_6h902_1._variant-h4_6h902_67{font-weight:600;font-size:20px}._typography_6h902_1._variant-h5_6h902_71{font-weight:600;font-size:16px}._typography_6h902_1._variant-h6_6h902_75{font-weight:600;font-size:15px}._typography_6h902_1._color-tex--text-1_6h902_79{color:var(--text-1)!important}._typography_6h902_1._color-secondary_6h902_82{color:var(--secondary)!important}._typography_6h902_1._color-link_6h902_85{color:var(--link)!important}._typography_6h902_1._color-white_6h902_88{color:var(--primary-background)!important}._typography_6h902_1._textTransform-lowercase_6h902_91{text-transform:lowercase!important}._typography_6h902_1._textTransform-uppercase_6h902_94{text-transform:uppercase!important}._typography_6h902_1._textTransform-capitalize_6h902_97{text-transform:capitalize!important}._wrapper_10e34_1{background:var(--bg-color-2);height:100%;width:100%;display:grid;align-items:center;justify-content:center;position:relative}._wrapper_10e34_1 ._container_10e34_10{width:41.8rem;box-shadow:var(--shadow-1);border-radius:1.2rem;padding:4rem}._wrapper_10e34_1 ._container_10e34_10 ._close_10e34_16{position:absolute;right:2rem;top:2rem}._wrapper_10e34_1 ._container_10e34_10 ._logo_10e34_21{display:grid;justify-content:center;margin-bottom:4.6rem}._wrapper_10e34_1 ._container_10e34_10 ._infoicon_10e34_26{margin-bottom:2rem}._wrapper_10e34_1 ._container_10e34_10 ._form_10e34_29{margin-top:4rem}._wrapper_10e34_1 ._container_10e34_10 ._footer_10e34_32{margin-top:1.5rem;display:grid;align-items:center}._wrapper_10e34_1 ._container_10e34_10 ._footer_10e34_32 ._link_10e34_37{text-align:right;cursor:pointer;font-weight:400}._wrapper_10e34_1 ._container_10e34_10 ._footerInfo_10e34_42{display:grid;justify-content:center;margin-top:2rem}._wrapper_10e34_1 ._container_10e34_10 ._resetText_10e34_47{text-align:center}@media only screen and (max-width: 600px){._wrapper_10e34_1 ._container_10e34_10{width:32rem}}._wrapper_10e34_1 ul{margin:0}._wrapper_10e34_1 ul li{padding:.3rem 1.2rem;text-align:left}._formData_10e34_63{display:grid;grid-template-columns:1fr 2rem}._label_10e34_68{display:grid;grid-auto-flow:column;gap:1rem;align-items:center}._AgentSrePage_112pg_1{background-color:var(--primary-background);height:100dvh;overflow:auto}._AgentSrePage__Header_112pg_6{padding:1rem 1.6rem;border-bottom:1px solid var(--border-6)}._AgentSrePage__Body_112pg_10{max-width:800px;margin-inline:auto;padding:0 1.6rem;padding-top:calc(100dvh - 550px);display:flex;flex-direction:column;align-items:center}._AgentSrePage__Body__Logo_112pg_19{margin-bottom:3.2rem}._AgentSrePage__Body__Form_112pg_22{width:100%;padding-top:3.2rem;border-radius:1.2rem;display:flex;align-items:center;gap:1rem;position:relative;align-self:stretch}._AgentSrePage__Body__Form_112pg_22>input{flex:1;background-color:var(--primary-background);padding:2.4rem;border-radius:1.2rem;font-weight:400;font-size:1.6rem;border:1px solid #dde4f6;box-shadow:0 0 12px -4px #4c53d329;transition:all .2s linear}._AgentSrePage__Body__Form_112pg_22>input:focus{border:1px solid var(--primary)}._AgentSrePage__Body__Form_112pg_22>input::placeholder{color:#bcc8e5}._AgentSrePage__Body__Form_112pg_22>button{outline:none;border:none;background:linear-gradient(to right,#df60ff,#6e74f2);cursor:pointer;position:absolute;right:1.6rem;padding:.8rem;border-radius:.6rem}._AgentSrePage__Body__Form_112pg_22>button:focus{outline:2px solid var(--border-7);outline-offset:1px}._AgentSrePage__Body__RecommendedQuestions_112pg_63{margin-top:4rem;align-self:stretch;padding-bottom:1.6rem}._AgentSreConversationPage_112pg_69{height:100dvh;position:relative;width:100%;display:grid;grid-auto-flow:row;grid-template-rows:1fr auto;padding:1.6rem;background-color:var(--primary-background)}._AgentSreConversationPage__Messages__Holder_112pg_79{height:100%;width:100%;overflow:auto}._AgentSreConversationPage__Chat__Input_112pg_84{max-width:800px;margin-inline:auto;width:100%;border-radius:1.2rem}._AgentSreConversationChatInput_112pg_91{border:1px solid #dde4f6;box-shadow:0 0 16px -4px #4c53d329;border-radius:1.2rem;transition:all .2s linear}._AgentSreConversationChatInput_112pg_91:has(._AgentSreConversationChatInput__Form__Input_112pg_97:focus){border-color:var(--primary)}._AgentSreConversationChatInput__Form_112pg_97{display:flex;align-items:stretch;gap:1rem;padding-inline:2.4rem}._AgentSreConversationChatInput__Form__Input_112pg_97{flex:1;padding-block:1.6rem;height:fit-content;min-height:60px;max-height:300px;overflow:auto;width:100%;border:none;resize:none}._AgentSreConversationChatInput__Form__Input_112pg_97:empty:before{content:"Investigate anything...";color:#bcc8e5}._AgentSreConversationChatInput__Form__Submit_112pg_121{background:linear-gradient(to top,#df60ff,#6e74f2);padding:1rem;border-radius:.8rem;border:none;transition:color 1s linear}._AgentSreConversationChatInput__Form__Submit_112pg_121:focus{outline:2px solid var(--border-7)}._AgentSreConversationChatInput__Form_112pg_97:has(._AgentSreConversationChatInput__Form__Input_112pg_97[data-has-value=false]) ._AgentSreConversationChatInput__Form__Submit_112pg_121,._AgentSreConversationChatInput__Form_112pg_97:has(._AgentSreConversationChatInput__Form__Submit_112pg_121:disabled) ._AgentSreConversationChatInput__Form__Submit_112pg_121{background:#2b324b;cursor:not-allowed}._AgentSreConversationChatInput__Form_112pg_97:has(._AgentSreConversationChatInput__Form__Input_112pg_97[data-has-value=false]) ._AgentSreConversationChatInput__Form__Submit_112pg_121>div,._AgentSreConversationChatInput__Form_112pg_97:has(._AgentSreConversationChatInput__Form__Submit_112pg_121:disabled) ._AgentSreConversationChatInput__Form__Submit_112pg_121>div{cursor:not-allowed!important}._MessagesList_112pg_139{display:flex;flex-direction:column;height:100%;gap:1.6rem;max-width:800px;margin-inline:auto}._MessagesList__User_112pg_147{background:linear-gradient(to right,#fceeff,#f5f5ff);padding:1.2rem 1.6rem;display:grid;grid-template-columns:3.2rem 1fr;align-items:center;gap:1rem;max-width:80%;align-self:flex-end;border-radius:1.2rem}._MessagesList__User_112pg_147>p{white-space:pre-wrap;font-weight:600;font-size:1.6rem}._MessagesList__Agent_112pg_163{padding:2.8rem;display:flex;flex-direction:column;gap:2.4rem;background-color:#fafbff;border-radius:1.2rem}._MessagesList__Agent__ToolCalls_112pg_171{display:flex;flex-direction:column;gap:1.6rem}._AgentResponseStream_112pg_176{display:flex;flex-direction:column;gap:1rem;background-color:#fafbff;border-radius:1.2rem}._AgentResponseStream__Agent__Info_112pg_183{display:flex;align-items:center;gap:1rem;padding:2.8rem}._AgentResponseStream__Agent__Info_112pg_183:has(+._AgentResponseStream__ToolCalls_112pg_189),._AgentResponseStream__Agent__Info_112pg_183:has(+._AgentResponseStream__Message__Stream_112pg_189){padding-bottom:0rem}._AgentResponseStream__Agent__Info__Wrapper_112pg_192{position:relative}._AgentResponseStream__Agent__Info__Wrapper__Text_112pg_195{background:linear-gradient(to right,#fceeff,#f5f5ff);padding:.8rem 1.2rem;color:#df60ff;border-radius:.8rem;width:100%}._AgentResponseStream__ToolCalls_112pg_189{display:flex;flex-direction:column;gap:1rem;padding-inline:2.8rem}._AgentResponseStream__Message__Stream_112pg_189{padding:0 2.8rem 2.8rem}._ToolCallViewer__Action__Items_112pg_212{display:flex;flex-direction:column;gap:1.6rem}._ToolCallViewer__Action__Items__List_112pg_217 li{display:flex;margin-block:.8rem;gap:.8rem;line-height:1.4}._ToolCallViewer__Action__Items__List_112pg_217 li:before{content:url(/images/agent_llm_list_marker.svg);margin-top:1px}._ToolCallViewer__Separator_112pg_227{position:relative;display:flex;justify-content:center}._ToolCallViewer__Separator_112pg_227:before{content:"";display:block;position:absolute;width:1px;height:calc(100% - 3.2rem);background-color:var(--border-6);left:50%;transform:translate(-50%);top:3.2rem}._ToolCallViewer__Result__Title_112pg_243{display:flex;gap:1rem}._Agent__Markdown__Rendered_112pg_247 h1,._Agent__Markdown__Rendered_112pg_247 h2,._Agent__Markdown__Rendered_112pg_247 h3,._Agent__Markdown__Rendered_112pg_247 h4,._Agent__Markdown__Rendered_112pg_247 h5,._Agent__Markdown__Rendered_112pg_247 h6{margin-block:1.2rem}._Agent__Markdown__Rendered_112pg_247 h1{font-size:24px;font-weight:600}._Agent__Markdown__Rendered_112pg_247 h2{font-size:20px;font-weight:600}._Agent__Markdown__Rendered_112pg_247 h3{font-size:16px;font-weight:600}._Agent__Markdown__Rendered_112pg_247 h4{font-size:14px;font-weight:600}._Agent__Markdown__Rendered_112pg_247 h5{font-size:12px;font-weight:600}._Agent__Markdown__Rendered_112pg_247 h6{font-size:10px;font-weight:600}._Agent__Markdown__Rendered_112pg_247 li{display:flex;align-items:start;gap:.8rem}._Agent__Markdown__Rendered_112pg_247 li:before{content:url(/images/llm_message_li_marker.svg)}._Agent__Markdown__Rendered_112pg_247 p{margin-bottom:.8rem}@keyframes _move_infinite_112pg_1{0%{transform:translate(0)}25%{transform:translate(50%)}50%{transform:translate(100%)}75%{transform:translate(50%)}to{transform:translate(0)}}._RecommendedQuestions__Header_112pg_308 h6{font-size:1.6rem;font-weight:600}._RecommendedQuestions__List_112pg_312{display:flex;flex-direction:column}._RecommendedQuestions__Item_112pg_316{padding:1.2rem;background-color:var(--primary-background);border:1px solid var(--border-6);display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s linear}._RecommendedQuestions__Item_112pg_316:hover{background-color:var(--chip-default-background)}._RecommendedQuestions__Item__Icon_112pg_329{background-color:var(--icon-bg-color);padding:4px;border-radius:50%}._RecommendedQuestions__Item_112pg_316:not(:last-child){border-bottom:none}._Tabs__Wrapper_112pg_338{display:flex;gap:1.2rem;margin-top:2rem;padding-bottom:1.6rem}._Tabs__Wrapper__Tab_112pg_344{border:1px solid #e4eafb;padding:.8rem 1.6rem;border-radius:.8rem;cursor:pointer;transition:all .2s linear}._Tabs__Wrapper__Tab_112pg_344[aria-selected=true],._Tabs__Wrapper__Tab_112pg_344:hover{border:1px solid #bdb4fe;color:#6155e5}._wrapper_1kvxg_1{min-height:100px;border:1px solid var(--border-7);border-radius:.8rem;height:100%;width:100%;padding:1.6rem 0rem}._wrapper_remove_padding_1kvxg_9{padding:0!important}._wrapper_1kvxg_1 span{font-family:Roboto Mono,monospace!important;font-size:var(--monaco-editor-font-size)}._wrapper_1kvxg_1 .custom-monaco-highlight{background:#fef0c7}._KubeSenseTable_21zrd_1{border:var(--border-width) solid var(--border-6);border-radius:.6rem;background-color:var(--primary-background);overflow:auto;transition:height .2s;width:100%;contain:paint;will-change:transform}._KubeSenseTable_21zrd_1::-webkit-scrollbar{height:3px!important;width:3px!important}._KubeSenseTable_21zrd_1::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._KubeSenseTable_21zrd_1::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._KubeSenseTable_21zrd_1[data-empty=true]{pointer-events:none;cursor:not-allowed!important}._KubeSenseTable_21zrd_1[data-empty=true] ._EmptyData_21zrd_27{visibility:visible}._KubeSenseTable_21zrd_1:has(table ._NoData__Banner_21zrd_30) table{height:auto}._KubeSenseTable__Spinner_21zrd_33{position:absolute;display:flex;align-items:center;justify-content:center;z-index:99;width:100%;height:30%}._KubeSenseTable_21zrd_1 ._table_21zrd_42{min-width:var(--table-width);display:grid}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._NoData__Banner_21zrd_30{width:100%;position:absolute;left:0}._KubeSenseTable_21zrd_1 ._table_21zrd_42[data-loading=true]{opacity:.5}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54{position:sticky;top:0;background-color:var(--primary-background);width:100%;z-index:999;display:grid;grid-template-columns:1fr}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54[data-show-column-toggler=true]{grid-template-columns:1fr fit-content(64px)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66{display:flex;border-bottom:var(--border-width) solid var(--border-6);width:100%}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54{text-align:left;background-color:var(--primary-background);color:var(--text-20);display:flex;align-items:center;position:relative}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54[data-have-right-border=true]:not(:last-child){border-right:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54:focus,._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54:hover,._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54:has(div._column__resizer_21zrd_82[data-resizing=true]){border-right:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54[data-is-pinned=true]{background-color:var(--primary-background)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54[data-is-pinned=right],._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54[data-is-pinned=left]{z-index:1}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54[data-is-last-left-pinned=true]{border-right:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54[data-is-first-right-pinned=true]{border-left:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._th__div--custom_21zrd_100{width:100%;display:grid;grid-template-columns:1fr fit-content(32px);padding-right:1.2rem}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._th__div_21zrd_100{position:relative;padding:1rem 0 1rem 1.2rem;width:100%;display:grid;grid-template-columns:1fr fit-content(32px);gap:.8rem;align-items:center}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._th__div_21zrd_100[aria-hassort=true]{cursor:pointer}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._th__div_21zrd_100>._TableHeader__Menu__Drpdown_21zrd_118{padding-right:1.6rem}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._th__div__Title__SortIcon__Wrapper_21zrd_121{display:grid;grid-template-columns:1fr fit-content(32px);gap:.8rem}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._th__div__Title__SortIcon__Wrapper_21zrd_121 *{font-weight:600!important}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._column__resizer_21zrd_82{display:none;position:absolute;top:50%;transform:translateY(-50%);height:60%;right:-2.5px;width:5px;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:.2rem;background-color:var(--secondary-background)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54 div._column__resizer_21zrd_82[data-resizing=true]{display:block;background:var(--primary)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54:hover div._column__resizer_21zrd_82,._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66 ._th_21zrd_54:focus div._column__resizer_21zrd_82{display:block;background:var(--primary)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._thead_21zrd_54 ._tr_21zrd_66[aria-hassort=true]{cursor:pointer}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154{display:grid;position:relative}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66{position:absolute;display:flex;overflow-anchor:none;cursor:pointer;width:100%;background-color:var(--primary-background)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[data-show-bottom-border=true]{border-bottom:var(--border-width) solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169{--chip-success-background: #c5f0d4;--chip-error-background: #fee4e2;overflow-anchor:none;padding:.4rem 1.2rem;text-align:left;display:flex;background-color:inherit}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-have-right-border=true]:not(:last-child){border-right:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-alignment=center]{align-items:center}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-alignment=start]{align-items:flex-start}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-is-pinned=right]{z-index:1}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-is-last-left-pinned=true]{border-right:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-is-first-right-pinned=true]{border-left:1px solid var(--border-6)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66 ._td_21zrd_169[data-is-pinned=left]{z-index:1}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66:hover:not(._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[data-highlight-row=true]),._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[aria-selected=true]{background-color:var(--bg-color-14)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66:hover:not(._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[data-highlight-row=true]) td,._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[aria-selected=true] td{background-color:var(--bg-color-14)}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[data-highlight-row=true]{background-color:#1e253d}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66[data-highlight-row=true] span{color:#fff}._KubeSenseTable_21zrd_1 ._table_21zrd_42 ._tbody_21zrd_154 ._tr_21zrd_66:last-child{border-bottom:0}._KubeSenseTable_21zrd_1[data-show-left-pinned-borders=false] td:after,._KubeSenseTable_21zrd_1[data-show-left-pinned-borders=false] th:after{display:none}._KubeSenseTable_21zrd_1[data-show-right-pinned-borders=false] td:before,._KubeSenseTable_21zrd_1[data-show-right-pinned-borders=false] th:before{display:none}._Column__Config__Wrapper_21zrd_223{position:sticky;right:0;display:grid;place-items:center;border-left:1px solid var(--border-6);border-bottom:1px solid var(--border-6);background-color:var(--primary-background);padding-inline:.8rem;cursor:pointer;z-index:99;width:fit-content}._Column__Config__Wrapper_21zrd_223>:not(._HeaderActionSeparator_21zrd_236){padding:.8rem;border-radius:6px}._Column__Config__Wrapper_21zrd_223>:not(._HeaderActionSeparator_21zrd_236):hover{background-color:var(--color-icon-bg)}._HeaderActionSeparator_21zrd_236{padding:0}._BarLoader_21zrd_248{width:100%;visibility:visible}._BarLoader_21zrd_248[aria-hidden=true]{visibility:hidden}._EmptyData_21zrd_27{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);visibility:hidden}._NoClustersMessage_1txbo_1{display:flex;justify-content:center;align-items:center;flex-direction:column;height:60vh}._NoClustersMessage__image_1txbo_8{margin-bottom:1.6rem}._NoClustersMessage__content_1txbo_11{display:flex;flex-direction:column;align-items:center}._NoClustersMessage__content__title_1txbo_16{font-size:2.4rem;text-align:center;font-weight:600;margin-bottom:.8rem}._NoClustersMessage__content__description_1txbo_22{text-align:center;display:flex;flex-direction:column;margin-bottom:1.6rem;gap:.4rem}._NoClustersMessage__content__description_1txbo_22>p{font-size:1.6rem;color:var(--text-27)}._count_8zrqa_1{background-color:#eaeefb;padding:4px 8px;border-radius:6px;min-width:max-content;color:#1e253d;font-size:12px}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._wrapper_9fdgz_1{display:flex;flex-direction:row;align-items:center;padding:6px 0;gap:6px}._wrapper_9fdgz_1 ._FilterCheckbox__wrapper_9fdgz_8{overflow:hidden}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11{display:grid;grid-template-columns:1fr max-content;align-items:center;gap:6px;flex:1;cursor:pointer}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11 ._textWrapper_9fdgz_19{display:grid;gap:4px}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11 ._textWrapper_9fdgz_19 ._statusBar_9fdgz_23{height:12px;width:3px;border-radius:.5px;align-self:center}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11 ._textWrapper_status_9fdgz_29{grid-template-columns:3px 1fr}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11 ._checkbox__label__wrapper_9fdgz_32{font-size:1.2rem}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11 ._selectOption_9fdgz_35{font-size:1.2rem;color:var(--primary);font-weight:500}._wrapper_9fdgz_1 ._infoWrapper_9fdgz_11 ._filter__count_9fdgz_40{padding:3px;border-radius:4px;font-size:10px;color:#616c8e;display:flex;align-items:center;justify-content:flex-end}._wrapper_9fdgz_1 ._grid_option_soption_count_9fdgz_49{grid-template-columns:1fr max-content max-content}._wrapper_9fdgz_1 ._grid_option_soption_9fdgz_49{grid-template-columns:1fr max-content}._wrapper_z06t5_1{padding:.4rem 1.2rem;max-height:31.5rem;overflow-y:auto;scrollbar-width:thin}._wrapper_z06t5_1::-webkit-scrollbar-thumb{scrollbar-width:thin}._wrapper_z06t5_1 ._radio_z06t5_10{padding:6px 0}._wrapper_z06t5_1 ._radio_z06t5_10 ._textWrapper_z06t5_13{display:grid;grid-template-columns:1fr 30px;align-items:center;gap:6px}._wrapper_z06t5_1 ._radio_z06t5_10 ._textWrapper_z06t5_13 ._text_z06t5_13{font-size:1.2rem}._filter__collapse__wrapper_c47y6_1{border-top:1px solid var(--border-6)}._filter__collapse__wrapper_c47y6_1 ._collapse__header_c47y6_4{cursor:pointer;display:flex;padding:1.2rem;align-items:center}._filter__collapse__wrapper_c47y6_1 ._collapse__header_c47y6_4 ._collapse__title_c47y6_10{margin-left:.8rem;font-weight:600;font-size:1.2rem;color:var(--text-23);display:flex;align-items:center;gap:.4rem}._filter__collapse__wrapper_c47y6_1 ._content__wrapper_c47y6_19{padding:.4rem 1.2rem;max-height:31.5rem;overflow:auto}._filter__collapse__wrapper_c47y6_1 ._content__wrapper_c47y6_19::-webkit-scrollbar{width:3px!important}._filter__collapse__wrapper_c47y6_1 ._content__wrapper_c47y6_19::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._filter__collapse__wrapper_c47y6_1 ._content__wrapper_c47y6_19::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._clear__filter_c47y6_36{display:flex;flex:1;justify-content:flex-end}._filter__value__search_c47y6_42{display:flex;align-items:center;justify-content:center;padding:0 1.6rem}._filter__value__search__input_c47y6_48{align-items:center}._filter__value__search__input_c47y6_48 input{font-size:1.2rem;height:100%!important}._clear_option_c47y6_56{font-size:1.2rem;font-weight:500;color:var(--primary);padding-right:16px}._clear_option_c47y6_56:hover{cursor:pointer}._virtual_content_wrapper_c47y6_66::-webkit-scrollbar{width:3px!important}._virtual_content_wrapper_c47y6_66::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._virtual_content_wrapper_c47y6_66::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._wrapper_xob4f_1{max-width:250px;min-width:250px;height:fit-content;max-height:100%;position:relative;overflow:auto}._wrapper_xob4f_1::-webkit-scrollbar{width:3px!important;display:none}._wrapper_xob4f_1::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._wrapper_xob4f_1::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._wrapper_xob4f_1 ._wrapper_loader_xob4f_21{z-index:999;position:sticky;top:0;border-bottom-width:.2px!important;border:1px solid var(--border-6);border-radius:.6rem .6rem 0 0;background-color:var(--primary-background)}._wrapper__title_xob4f_30{justify-content:space-between;align-items:center;padding:1rem 1.6rem;margin:0}._wrapper__title_xob4f_30 p{font-weight:700;color:var(--text-23);font-size:1.6rem}._wrapper_xob4f_1 .ant-collapse{background-color:var(--primary-background)!important;font-size:8px!important;border-radius:0 0 .8rem .8rem!important;border-top:none!important}._wrapper__collapse_xob4f_47{font-size:12px!important;border:1px solid var(--border-6)!important}._wrapper__collapse__panel_xob4f_51{display:flex;flex-direction:column;border:1px solid var(--border-6)}._loader_xob4f_57{display:flex;padding:24px;background-color:var(--primary-background2)}._collapse__header__wrapper_xob4f_63{font-size:1.2rem;font-weight:600;text-transform:capitalize;color:var(--text-23)}._collapse_panel_wrapper_xob4f_70{max-height:300px;border-color:var(--border-6)}._no__filters__wrapper_xob4f_75{position:absolute;font-size:1.4rem;opacity:.7;font-weight:400;width:100%;height:calc(100% - 45px);border:1px solid var(--border-7);background-color:var(--primary-background);border-top:none!important;border-radius:0 0 .6rem .6rem;display:flex;justify-content:center;align-items:center;color:#ced7ef}._skelteon__wrapper_xob4f_92{display:flex;gap:.4rem;flex-direction:column}._skelteon__wrapper_xob4f_92 span{width:100%!important}._clear_option_xob4f_101{font-size:1.2rem;font-weight:500;color:var(--primary)}._clear_option_xob4f_101:hover{cursor:pointer}._empty_loader_xob4f_110{height:2px;background-color:#fff}._chip__wrapper_1h1s2_1>span[data-size=lg]{padding:4px 8px}._chip__wrapper_1h1s2_1>span[data-size=md]{padding:3px 6px}._chip__wrapper_1h1s2_1>span[data-size=sm]{padding:2px 6px}._chip__wrapper_1h1s2_1 .ant-tag{display:inline-flex!important;font-size:1.2rem;font-family:Inter,sans-serif;border-radius:.6rem;max-width:400px!important;min-width:fit-content!important;word-break:break-word!important;text-overflow:ellipsis!important;margin:unset!important;overflow:hidden}._AnomalyDetectionCard_pxwyz_1{border:1px solid #eaeefc;background-color:var(--primary-background);border-radius:.6rem;height:100%}._AnomalyDetectionCard__Left_pxwyz_7{display:flex;flex-direction:column;border-right:1px solid #eaeefc;position:relative;height:100%}._AnomalyDetectionCard__Left_pxwyz_7 ._View__Details_pxwyz_14{cursor:pointer;color:var(--primary);font-weight:500;font-size:1.2rem;position:absolute;right:1.6rem;padding:0!important;top:.8rem;text-transform:uppercase;border-radius:.4rem;height:fit-content}._AnomalyDetectionCard__Left_pxwyz_7 ._View__Details_pxwyz_14:focus{outline:2px solid var(--border-6);outline-offset:2px}._AnomalyDetectionCard__Left_pxwyz_7 ._Feedback__Button_pxwyz_31{cursor:pointer;color:var(--warning-1);font-weight:500;font-size:1.2rem;position:absolute;right:1.6rem;padding:0!important;bottom:1.6rem;text-transform:uppercase;border-radius:.4rem;height:fit-content}._AnomalyDetectionCard__Left_pxwyz_7 ._Feedback__Button_pxwyz_31:focus{outline:2px solid var(--border-6);outline-offset:2px}._AnomalyDetectionCard__Left__Header_pxwyz_48{display:flex;align-items:center;gap:1.2rem;background-color:#fafbff}._AnomalyDetectionCard__Left__Header_pxwyz_48 ._Status_pxwyz_54{font-weight:500;width:fit-content;border-top-right-radius:0!important;border-bottom-left-radius:0!important;font-size:1.4rem!important;padding:6px 12px}._AnomalyDetectionCard__Left__Header_pxwyz_48 ._Status_pxwyz_54[data-is-pending=true]{background-color:#fef0c7;color:#7a2e0e}._AnomalyDetectionCard__Left__Header_pxwyz_48 ._Status_pxwyz_54[data-is-resolved=true]{background-color:#abedc5}._AnomalyDetectionCard__Left__Header_pxwyz_48 ._Time__Range_pxwyz_69{color:#657195;font-size:12px}._AnomalyDetectionCard__Left__Body_pxwyz_73{padding:12px;display:flex;flex-direction:column;gap:12px}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Message_pxwyz_79{font-weight:400;font-size:14px}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Message_pxwyz_79>span{font-size:14px;font-weight:600}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Resource__Info_pxwyz_87{display:flex;gap:.8rem;align-items:center}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Resource__Info_pxwyz_87>p{color:#515c7c;text-wrap:nowrap}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Resource__Info_pxwyz_87 ._Resource_pxwyz_87{display:flex;align-items:center;border:1px solid #d1d4ff;border-radius:.4rem}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Resource__Info_pxwyz_87 ._Resource__Icon_pxwyz_102{background-color:#d1d4ff;height:100%;padding-inline:.4rem;border-top-left-radius:.4rem;border-bottom-left-radius:.4rem}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Resource__Info_pxwyz_87 ._Resource__Icon_pxwyz_102>svg{width:100%;height:100%}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Resource__Info_pxwyz_87 ._Resource_pxwyz_87 ._Resource__Text_pxwyz_113{border-top-right-radius:.4rem;border-bottom-right-radius:.4rem;padding-inline:.4rem;line-height:normal}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Impact__Wrapper_pxwyz_119{border:1px solid #ffdddb;background-color:#fef3f2;width:fit-content;display:flex;padding:4px 12px;border-radius:6px;gap:12px;align-items:center}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Impact__Wrapper_pxwyz_119 ._Impact__Title_pxwyz_129{font-weight:600}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Impact__Wrapper_pxwyz_119 ._Impact__Stats_pxwyz_132{display:flex;align-items:center}._AnomalyDetectionCard__Left__Body_pxwyz_73 ._Impact__Wrapper_pxwyz_119 ._Impact__Stats_pxwyz_132 ._Impact__Stats__Stat_pxwyz_136{font-weight:400;color:#ce2418;max-width:200px;text-overflow:ellipsis;overflow:hidden}._Status__Chip_pxwyz_144{font-weight:600!important}._Anomaly__Source_pxwyz_148{font-weight:400;font-size:12px;color:#000}@keyframes _pulse_pxwyz_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._TagsViewer__tag_i3iqa_1{background-color:var(--border-6);padding-inline:.8rem;padding-block:.2rem;border-radius:.6rem;font-weight:500;max-width:400px!important;display:flex}._TagsViewer__tag_i3iqa_1 .ant-typography{font-size:smaller}._KubeSenseTag_i3iqa_14{display:grid;grid-template-columns:1fr fit-content(16px);place-items:center}._wrapper_zhb7g_1{background-color:var(--primary-background);display:flex;flex-direction:column;border:1px solid var(--border-6);height:fit-content;width:100%}._wrapper_zhb7g_1[data-embed-view=true]{border:none}._wrapper_zhb7g_1[data-variant=rounded]{border-radius:8px}._header__wrapper_zhb7g_16{padding:12px}._header__wrapper_zhb7g_16 ._stat__span_zhb7g_19{font-size:1.2rem;color:var(--text-26);margin-left:1.6rem}._header__wrapper_zhb7g_16 ._legend__selector_zhb7g_24 .ant-select-selection-overflow{gap:2px;flex-wrap:nowrap}._header__wrapper_zhb7g_16[data-embed-view=true]{display:none}._charts__container_zhb7g_32{height:140px;width:100%;display:grid;grid-template-columns:auto 1fr;position:relative}._charts__container_zhb7g_32 ._yAxis__title_zhb7g_39{font-size:10px;transform:rotate(-90deg);width:100%;height:70%;display:grid;place-items:center;opacity:.8}._charts__container_zhb7g_32 .echarts-for-react{position:static!important}._no__data_zhb7g_52{position:absolute;top:3rem;left:0;width:100%;height:calc(100% - 3rem);background-color:var(--primary-background);z-index:999;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:0 0 .8rem .8rem;font-weight:500;color:var(--text-error)}._chart__wrapper__nodatabanner_zhb7g_69{position:absolute;height:calc(100% - 48px);width:100%;background-color:#fff;top:48px;z-index:99;border-radius:0 0 8px 8px;display:flex;align-items:center;justify-content:center}._chart__wrapper__nodatabanner_zhb7g_69>p{color:#c3c3c3}._wrapper_zlciu_1{display:flex;flex-direction:row;gap:1.5rem;align-items:center}._wrapper_zlciu_1 ._nav_arrow_zlciu_7{cursor:pointer;display:flex;align-items:center;width:24px;height:24px;transition:opacity .2s ease}._wrapper_zlciu_1 ._nav_arrow_zlciu_7:hover svg,._wrapper_zlciu_1 ._nav_arrow_zlciu_7:hover path{stroke:#616c8e}._wrapper_zlciu_1 ._nav_arrow_zlciu_7:active svg,._wrapper_zlciu_1 ._nav_arrow_zlciu_7:active path{stroke:#5961ea}._wrapper_zlciu_1 ._disabled_nav_zlciu_23{cursor:default}._wrapper_zlciu_1 ._disabled_nav_zlciu_23 svg,._wrapper_zlciu_1 ._disabled_nav_zlciu_23 path{stroke:#dde4f6!important}._closeIcon_zlciu_31{background-color:var(--color-icon-bg);width:32px;height:32px;border-radius:8px}._closeIcon_zlciu_31:hover{background-color:#eef2fd}._closeIcon_zlciu_31:active{background-color:#e4eafb}._wrapper_wgtib_1{position:relative;height:100vh}._wrapper_wgtib_1 .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body{background-color:var(--primary-background)}._closeIcon_wgtib_9{cursor:pointer}._header_wgtib_13{display:flex;position:sticky;top:0;background-color:var(--primary-background);justify-content:space-between;align-items:center;z-index:999;padding:12px 12px 38px}._header__details_wgtib_24{display:flex;flex-direction:column;gap:14px}._header__details_wgtib_24 ._trace__details_wgtib_29{display:flex;gap:12px}._header__details_wgtib_24 ._trace__details_wgtib_29 ._trace_id_wgtib_33{font-size:18px;font-weight:var(--font-semi-bold);text-overflow:ellipsis}._header__details_wgtib_24 ._request__details_wgtib_38{display:flex;gap:6px;align-items:stretch}._header__details_wgtib_24 ._request__details_wgtib_38 ._request__url_wgtib_43{display:flex;background-color:var(--text-9);padding:8px;border-radius:6px}._header__details_wgtib_24 ._request__details_wgtib_38 ._request__url_wgtib_43 ._api__path_wgtib_49{font-weight:var(--font-semi-bold);margin:0;max-width:400px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._header__details_wgtib_24 ._request__details_wgtib_38 ._request__protocol_wgtib_57{text-transform:uppercase}._header__details_wgtib_24 ._request__details_wgtib_38 ._created__at_wgtib_60{font-weight:var(--font-medium);display:flex;align-items:center;justify-content:center}._header__actions_wgtib_66{display:flex;gap:8px}._header__actions_wgtib_66 div{cursor:pointer}._loader_wgtib_74{display:flex;justify-content:center;align-items:center;margin-top:2.4rem;padding:12px}._placeholder__title_wgtib_82{font-weight:var(--font-semi-bold);font-size:18px}._traceinfo__tabs__wrapper_wgtib_87{padding:12px;height:100%}._traceinfo__tabs__wrapper_wgtib_87 ._tabpane__wrapper_wgtib_91{border:1px solid}._traceinfo__tabs__wrapper_wgtib_87 .ant-tabs-nav{background-color:var(--primary-background)}._traceinfo__tabs__wrapper_wgtib_87 .ant-tabs-content-holder,._traceinfo__tabs__wrapper_wgtib_87 .ant-tabs-content-holder .ant-tabs-content,._traceinfo__tabs__wrapper_wgtib_87 .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane-active{height:100%}._header__wrapper_wgtib_107{display:flex;justify-content:space-between;align-items:start;padding:1.2rem;position:sticky;top:0}._header__wrapper_wgtib_107[data-page-view=true]{border-width:0px}._header__wrapper_wgtib_107 ._header__title__wrapper_wgtib_118{display:flex;flex-direction:column;gap:.5rem}._header__wrapper_wgtib_107 ._header__title__wrapper_wgtib_118 ._main__title__wrapper_wgtib_123{display:flex;gap:1.25rem}._header__wrapper_wgtib_107 ._header__title__wrapper_wgtib_118 ._sub__title__wrapper_wgtib_127{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}._resource__details__wrapper_wgtib_134{display:flex;background-color:var(--text-9);align-items:center;padding:.4rem .8rem;gap:.8rem;border-radius:.6rem}._resource__details__wrapper_wgtib_134 span{background-color:#7a5af8;color:#fff;padding:.4rem .8rem;border-radius:.6rem;font-weight:600}._resource__details__wrapper_wgtib_134 h5{margin:0;word-break:break-word;line-clamp:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px;font-size:1.4rem!important;font-family:Roboto Mono;font-weight:400}._protocol__chip_wgtib_162{font-weight:600;background-color:#f4f3ff;color:#5925dc;padding:.8rem;border-radius:.6rem}._rca__button_wgtib_170{all:unset;cursor:pointer;border-radius:6px}._rca__wrapper_wgtib_176{width:100%}._rca__wrapper_wgtib_176 ._rca__content_wgtib_179{display:flex}._rca__wrapper_wgtib_176 ._rca__content_wgtib_179 ._rca__card_wgtib_182{width:100%;padding:1rem;background:linear-gradient(262.09deg,#df60ff3c -19.56%,#6e74f23c 92.34%)}._rca__wrapper_wgtib_176 ._rca__content_wgtib_179 ._rca__card_wgtib_182 .ant-card-head{padding:0;min-height:1rem;margin-bottom:0;border-bottom:0px!important}._rca__wrapper_wgtib_176 ._rca__content_wgtib_179 ._rca__card_wgtib_182 .ant-card-body{padding-block:0!important;padding-left:2.4rem!important;margin-bottom:.8rem;padding-right:1.6rem!important}._rca__wrapper_wgtib_176 ._rca__content_wgtib_179 ._rca__card_wgtib_182,._rca__wrapper_wgtib_176 ._rca__content_wgtib_179 ._rca__card_wgtib_182 .ant-card-bordered{border:none!important}._content__wrapper_zig47_1{padding:.8rem;background-color:var(--primary-background);border-radius:.8rem;max-width:400px}._content__wrapper_zig47_1>div:hover{background-color:var(--bg-color-14)}._content__wrapper_zig47_1 ._popover_item_zig47_10{font-weight:500;padding:.4rem;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:.8rem;line-clamp:1;width:100%}._flex_row_zig47_22{display:flex;flex-direction:row;gap:6px;align-items:center}._wrapper_15q2h_1{padding:1rem 2rem;background-color:var(--odd-tr);border-top:solid 1px var(--border-6);border-bottom:solid 1px var(--border-6);display:flex;flex-direction:row;justify-content:space-around;gap:.8rem}._wrapper_15q2h_1 .ant-popover-open{background-color:var(--primary-background)!important;border-color:#eaeefb!important}._wrapper_15q2h_1 ._bannerEl_15q2h_15{display:flex;flex-direction:column;gap:.25rem;padding:10px 12px;border-radius:6px;flex:1;border:1px solid transparent}._wrapper_15q2h_1 ._bannerEl_15q2h_15 ._elHeader_15q2h_24{font-weight:600;white-space:nowrap;word-break:break-word;text-overflow:ellipsis;overflow:hidden;margin:0;font-size:small}._wrapper_15q2h_1 ._bannerEl_15q2h_15 ._elValue_15q2h_33{white-space:nowrap;word-break:break-word;text-overflow:ellipsis;overflow:hidden;font-size:small}._wrapper_15q2h_1 ._bannerEl_15q2h_15[aria-haspopup=true]{cursor:pointer}._wrapper_15q2h_1 ._bannerEl_15q2h_15[aria-haspopup=true]:hover{background-color:var(--primary-background);border-color:#eaeefb}._wrapper_15q2h_1 ._link_15q2h_47{font-weight:500;cursor:pointer;color:#5961ea}._wrapper_j4rjf_1{border-top:solid 6px;position:sticky;top:0;background-color:var(--primary-background);z-index:999}._AIChatButton_7afeq_1{background:linear-gradient(262.09deg,var(--ai-gradient-btn-start-color),var(--ai-gradient-btn-end-color));display:flex;border-radius:6px;align-items:center;padding:.95rem 1.6rem;gap:8px}._AIChatButton__text_7afeq_9{color:#fff;font-weight:600}._wrapper_17c6g_1{display:flex;flex-direction:row;gap:5px;font-size:inherit;font-weight:inherit}._wrapper_17c6g_1 ._indicator_17c6g_8 svg{margin-bottom:6px}._header__details_1q2uk_1 ._header__detail_1q2uk_1{border:1px solid var(--border-6);display:grid;width:100%}._header__details_1q2uk_1 ._header__detail_1q2uk_1[data-variant=small]{padding:4px 8px;grid-template-columns:120px 1fr}._header__details_1q2uk_1 ._header__detail_1q2uk_1[data-variant=medium]{padding:8px 12px;grid-template-columns:200px 1fr}._header__details_1q2uk_1 ._header__detail_1q2uk_1 ._value__wrapper_1q2uk_14{white-space:nowrap;width:100%;overflow:auto}._header__details_1q2uk_1 ._header__detail_1q2uk_1 ._value__wrapper_1q2uk_14::-webkit-scrollbar{display:none}._header__details_1q2uk_1 ._header__detail_1q2uk_1:first-child{border-top-right-radius:.8rem;border-top-left-radius:.8rem}._header__details_1q2uk_1 ._header__detail_1q2uk_1:last-child{border-bottom-right-radius:.8rem;border-bottom-left-radius:.8rem}._header__details_1q2uk_1 ._header__detail_1q2uk_1:not(:last-child){border-bottom:none}._TagsViewer_15dnp_1{width:100%}._TagsViewer__tags_15dnp_5{display:flex;flex-wrap:wrap;gap:.6rem;overflow-y:auto;max-width:100%;-webkit-box-pack:start;height:fit-content}._TagsViewer__tags_15dnp_5[data-with-border=true]{border:1px solid var(--border-7);max-height:200px;padding:1.6rem}._TagsViewer__tags_15dnp_5[data-with-border=true][data-empty=true]{align-items:center;justify-content:center}._pagination_gix9t_1{display:grid;grid-template-columns:1fr;align-items:center;padding:1.3rem 0}._pagination_gix9t_1 ul{justify-self:right}._pagination_gix9t_1 ul li{height:3rem!important}._pagination_gix9t_1 ul li:first-child{line-height:2!important}._header_wrapper_12sez_1{display:flex;flex-direction:row;justify-content:space-between;padding:25px 24px 31px}._header_wrapper_12sez_1 ._title_wrapper_12sez_7{display:flex;flex-direction:row;gap:1rem;align-items:center}._header_wrapper_12sez_1 ._title_wrapper_12sez_7 ._title_12sez_7{font-size:1.8rem;font-weight:700;color:#1e253d}._heading_content_wrapper_12sez_19{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:16px 24px}._heading_content_wrapper_12sez_19 ._heading_12sez_19{font-size:1.6rem;font-weight:600}._heading_content_wrapper_12sez_19 ._message_12sez_30{padding:14px 24px;background-color:#fafbff;font-weight:500;font-family:Roboto Mono;max-height:400px;overflow:auto;word-wrap:break-word}._chip_12sez_40{padding:8px!important;font-weight:600;text-transform:uppercase}._events_wrapper_18laz_1{display:grid;grid-template-columns:var(--filter-panel-width) 1fr;gap:8px;height:calc(100vh - 102px)}._workload_18laz_8{font-weight:500;cursor:pointer;color:#5961ea}._workload_18laz_8:hover{text-decoration:underline}._time_wrapper_18laz_17{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._time_wrapper_18laz_17 ._time_18laz_17{color:var(--text-3);font-size:1.4rem;font-family:Inter}._table_wrapper_18myw_1{display:grid}._table_wrapper__paginated_18myw_4{grid-template-rows:max-content max-content;gap:1rem}._table_wrapper_18myw_1 .ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>.ant-table-cell{padding:4px 12px!important}._table_wrapper_18myw_1 .ant-table-wrapper .ant-table.ant-table-small .ant-table-cell,._table_wrapper_18myw_1 .ant-table-wrapper .ant-table.ant-table-small .ant-table-thead>tr>th{padding:8px 12px 11px!important}._copied_vcte8_1{opacity:1!important;cursor:default}._errorContainer_tacnw_1{background-color:var(--bg-color-12);color:var(--color-error-message);border:1px solid var(--border-12);padding:1.6rem;border-radius:4px;margin:1rem auto;position:relative}._errorContainer_tacnw_1 ._copy_icon_tacnw_10{opacity:0}._errorContainer_tacnw_1:hover ._copy_icon_tacnw_10{opacity:.8;transition:all .2s}._errorContainer_tacnw_1:hover ._copy_icon_tacnw_10:hover{opacity:.4}._errorContainer_tacnw_1:hover ._copy_icon_tacnw_10:active{opacity:.8}._errorMessage_tacnw_24{font-weight:700;font-size:14px}._errorDetails_tacnw_29{margin-top:.8rem;font-size:12px;white-space:pre-wrap;word-wrap:break-word}._errorDetail_tacnw_29{margin-left:10px}._errorMessageWrapper_tacnw_40{display:flex;justify-content:space-between;align-items:center}._table_header_1400j_1{font-size:16px;font-weight:600;color:var(--text-1)}._TraceHeaders_1vjfp_1{display:grid;width:100%;gap:1.6rem}._TraceHeaders_1vjfp_1>div{width:100%}._trace__tags__wrapper_nkg79_1{display:grid;grid-template-columns:1fr;gap:.8rem;width:100%;overflow:auto;border:1px solid var(--border-6);padding:1.6rem}._tag__title_nkg79_11{font-size:1.2rem;font-weight:500}._tag__value_nkg79_16{font-size:1.2rem}._trace__flame__graph_bmgwl_1{height:auto;border:1px solid var(--border-6);border-radius:6px}._view__in__traces__btn_bmgwl_7{all:unset;color:var(--primary);font-weight:600;cursor:pointer;padding:4px 8px}._view__in__traces__btn_bmgwl_7:disabled{color:gray;cursor:not-allowed}._timeframe__popover_1n4xz_1{width:210px}._timeframe__popover_1n4xz_1 ._timeframe__popover__header_1n4xz_4{height:50px;border-bottom:1px solid var(--border-9);padding:16px;display:flex;align-items:center;justify-content:space-between}._timeframe__popover_1n4xz_1 ._timeframe__popover__title_1n4xz_12{color:#1e253d;font-size:12px}._timeframe__popover_1n4xz_1 ._timeframe__popover__footer_1n4xz_16{display:flex;justify-content:space-between;gap:8px;border-top:1px solid var(--border-9);padding:4px 16px}._timeframe__correlation__input_1n4xz_24 .ant-input-number{width:10px!important}._timeframe__correlation__input_1n4xz_24 .ant-input-number-group-addon{max-width:20px;background:#fff!important}._timeframe__correlation__input_1n4xz_24 .ant-input-number-group-addon{padding:0}._timeframe__correlation__input_1n4xz_24 .ant-select-open.ant-select-selector,._timeframe__correlation__input_1n4xz_24 .ant-select-focused.ant-select-selector{background:#fff!important}._timeframe__popover__body_1n4xz_39{display:flex;flex-direction:column;gap:8px;padding:16px}._popover_wrapper_707vz_1{padding:10px;min-width:300px;border:solid 1px #e4eafb}._highlighter_mic0y_1 span,._highlighter_mic0y_1 mark{font-family:Roboto Mono}._charts__container_3h5xf_1{width:100%;padding-top:20px;border:solid 1px var(--border-6)!important;border-top:0px!important;border-radius:0 0 8px 8px!important}._charts__container_3h5xf_1 .echarts-for-react{position:static!important}._wrapper_1hl1g_1{display:flex;flex-direction:column;gap:2rem;padding:3rem;padding-bottom:24px}._wrapper_1hl1g_1 ._heading_1hl1g_8{display:flex;flex-direction:row;gap:1rem}._wrapper_1hl1g_1 ._heading_1hl1g_8 ._title_1hl1g_13{font-weight:600;font-size:1.6rem}._wrapper_1hl1g_1 ._heading_1hl1g_8 ._chip_1hl1g_17{background-color:#f4f6fe;padding:4px 8px;font-size:1.2rem;border-radius:6px}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23{position:relative}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23 ._content_1hl1g_23{background-color:#fafbff;padding:2.4rem;font-weight:500;font-family:Roboto Mono;max-height:400px;overflow:auto;word-wrap:break-word;white-space:pre-wrap;border-radius:6px}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23 ._highlighter_1hl1g_37{display:block}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23 ._highlighter_1hl1g_37 span,._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23 ._highlighter_1hl1g_37 mark{font-weight:500}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23 ._copy_icon_1hl1g_44{opacity:0;position:absolute;top:8px;right:8px}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23:hover ._copy_icon_1hl1g_44{opacity:.8;transition:all .2s}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23:hover ._copy_icon_1hl1g_44:hover{opacity:.4}._wrapper_1hl1g_1 ._content_wrapper_1hl1g_23:hover ._copy_icon_1hl1g_44:active{opacity:.8}._wrapper_ukaia_1{display:flex;flex-direction:column;gap:1.5rem}._wrapper_ukaia_1 ._header_ukaia_6{display:flex;flex-direction:row;gap:1rem;align-items:center}._wrapper_ukaia_1 ._header_ukaia_6 ._name_ukaia_12{font-weight:var(--font-bold);font-size:1.8rem}._wrapper_ukaia_1 ._header_ukaia_6 ._chip_ukaia_16{border-radius:6px;padding:8px;font-weight:600;text-transform:uppercase}._wrapper_ukaia_1 ._time_ukaia_22{font-weight:var(--font-medium)}._wrapper_1v18v_1 .json-viewer-theme-custom .data-key span{font-weight:500}._wrapper_1v18v_1 .json-viewer-theme-custom .data-key>.MuiSvgIcon-root:first-child{height:2rem;width:2rem;vertical-align:middle}._wrapper_1v18v_1 .json-viewer-theme-custom .MuiSvgIcon-root{height:1.5rem;width:1.5rem;vertical-align:middle}._wrapper_1v18v_1 .json-viewer-theme-custom .object-meta-data{line-height:1}._wrapper_1v18v_1 .json-viewer-theme-custom .object-content .copy-to-clipboard-container{line-height:1;vertical-align:unset!important}._wrapper_1v18v_1 .json-viewer-theme-custom .data-key-pair{margin-bottom:1rem}._wrapper_1v18v_1 .json-viewer-theme-custom .data-object>.data-key-pair:last-child{margin-bottom:0rem}._wrapper_1v18v_1 .json-viewer-theme-custom .string-value,._wrapper_1v18v_1 .json-viewer-theme-custom .int-value,._wrapper_1v18v_1 .json-viewer-theme-custom .float-value,._wrapper_1v18v_1 .json-viewer-theme-custom .bool-value,._wrapper_1v18v_1 .json-viewer-theme-custom .date-value{cursor:pointer}._wrapper_1v18v_1 .json-viewer-theme-custom .string-value:hover,._wrapper_1v18v_1 .json-viewer-theme-custom .int-value:hover,._wrapper_1v18v_1 .json-viewer-theme-custom .float-value:hover,._wrapper_1v18v_1 .json-viewer-theme-custom .bool-value:hover,._wrapper_1v18v_1 .json-viewer-theme-custom .date-value:hover{color:#5961ea}._wrapper_1v18v_1 .json-viewer-theme-custom .copy-icon svg{color:#a3b1e0!important}._wrapper_1v18v_1 .json-viewer-theme-custom .expanded-icon svg,._wrapper_1v18v_1 .json-viewer-theme-custom .collapsed-icon svg{fill:#51649c!important}._wrapper_1v18v_1 .json-viewer-theme-custom span{font-family:Roboto Mono}._resources__graphs__wrapper_12z99_1{display:flex;flex-direction:column;gap:2rem}._resources__graphs__wrapper_12z99_1 ._container__resources_12z99_6{display:flex;flex-direction:column;gap:.8rem}._resources__graphs__wrapper_12z99_1 ._container__resources_12z99_6 ._graphs__wrapper_12z99_11{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.6rem}._resources__graphs__wrapper_12z99_1 ._node__resources_12z99_17{display:flex;flex-direction:column;gap:.8rem}._resources__graphs__wrapper_12z99_1 ._node__resources_12z99_17 ._graphs__wrapper_12z99_11{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.6rem}._search__input_cbuyd_1{border:1px solid var(--border-6)!important;height:40px;padding:0px 1.2rem}._search__input_cbuyd_1>input{height:40px}._view__in__logs__button_cbuyd_10{color:var(--primary);border:1px solid var(--primary);border-radius:.6rem;padding:.6rem 1.6rem!important;height:unset}._view__in__logs__button_cbuyd_10 span{font-weight:600}._view__in__traces_cbuyd_21{padding:7px;border-radius:.6rem}._view__in__traces_cbuyd_21>div{transition:transform .5s ease-in-out}._view__in__traces_cbuyd_21:hover>div{transform:scale(1.1)}._view__in__traces__btn_cbuyd_32{all:unset;color:var(--primary);font-weight:600;cursor:pointer;padding:4px 8px}._view__in__traces__btn_cbuyd_32:disabled{color:gray;cursor:not-allowed}._header_1oxmq_1{display:flex;flex-direction:row;justify-content:space-between;align-items:start;padding:1.53rem}._lineWrapOpt_1nt3c_1{display:flex;justify-content:flex-end}._lineWrapOpt_1nt3c_1 .ant-radio-button-wrapper span{font-weight:500;font-size:1.2rem}._InterestingFields_1qurn_1{background-color:var(--primary-background);transition:height .2s;border-radius:.8rem;border:1px solid var(--border-6)}._InterestingFields_1qurn_1[aria-expanded=true] ._InterestingFields__Header_1qurn_7{border-bottom:1px solid var(--border-6)}._InterestingFields__Header_1qurn_7{padding:1rem 1.6rem;cursor:pointer;position:sticky;top:0}._InterestingFields__Loader_1qurn_16{height:400px}._InterestingFields__Fields_1qurn_19{min-height:300px;max-height:400px;width:100%;overflow:auto}._InterestingFields__Fields_1qurn_19::-webkit-scrollbar{width:3px!important}._InterestingFields__Fields_1qurn_19::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._InterestingFields__Fields_1qurn_19::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._InterestingFieldValues_1qurn_38{background-color:var(--primary-background);transition:height .2s;padding-top:0}._InterestingFieldValues_1qurn_38[aria-expanded=true] ._InterestingFieldValues__Header_1qurn_43{margin-bottom:0}._InterestingFieldValues__Header_1qurn_43{cursor:pointer;padding-right:1rem;margin-block:.5rem;padding-top:0;display:grid;grid-template-columns:32px 1fr fit-content(32px);align-items:center;gap:.8rem}._InterestingFieldValues__Header_1qurn_43 span{font-size:1.2rem}._InterestingFieldValues__Header__Title_1qurn_59{gap:.8rem;display:grid;grid-template-columns:1fr fit-content(32px) fit-content(32px);align-items:center}._InterestingFieldValues__Header__Count_1qurn_65{font-size:1rem;text-align:right}._InterestingFieldValues__Values__Wrapper_1qurn_69{max-height:200px;overflow:auto;border-left:1px solid var(--border-6);padding-left:.8rem;margin-left:1.6rem;padding-right:1.6rem;margin-block:.5rem}._InterestingFieldValues__Values__Wrapper_1qurn_69::-webkit-scrollbar{width:3px!important}._InterestingFieldValues__Values__Wrapper_1qurn_69::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._InterestingFieldValues__Values__Wrapper_1qurn_69::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._InterestingFieldCheckbox_1qurn_90{display:flex;gap:.4rem;align-items:center;cursor:pointer}._wrapper_1kb25_1{display:grid;grid-template-columns:max-content 1fr max-content;border-radius:8px;background-color:#fff;border:solid 1px #eaeefb!important;position:relative;min-height:39px}._wrapper_1kb25_1 ._right_round_border_radius_1kb25_10{border-radius:8px 0 0 8px!important}._wrapper_1kb25_1 ._left_round_border_radius_1kb25_13{border-radius:0 8px 8px 0!important}._wrapper_1kb25_1 ._search_icon_1kb25_16{cursor:auto;padding:12px;border-right:1px solid #eaeefb;border-radius:8px 0 0 8px;height:100%;align-items:start}._wrapper_1kb25_1 ._search_icon_toggle_1kb25_24{cursor:pointer}._wrapper_1kb25_1 ._search_icon_toggle_1kb25_24:hover{background:#f4f6fe}._wrapper_1kb25_1 ._toggle_button_1kb25_30{padding:4px}._wrapper_1kb25_1 ._toggle_button__advanced_query_1kb25_33{padding:8px;height:34px;border-radius:0 6px 6px 0;border-color:#eaeefb}._wrapper_1kb25_1 ._toggle_button__advanced_query_1kb25_33:hover{background:var(--text-14)!important;border-color:var(--border-7)!important}._wrapper_1kb25_1 ._toggle_button_mfd_1kb25_43{height:34px;padding:8px;border-radius:6px 0 0 6px;border-color:#eaeefb}._wrapper_1kb25_1 ._toggle_button_mfd_active_1kb25_49{color:var(--primary);background:#f5f6ff;border-color:#868ff7}._wrapper_1kb25_1 ._toggle_button_mfd_1kb25_43:hover{background:var(--text-14)!important;border-color:var(--border-7)!important}._wrapper_1kb25_1[aria-page="/logs"] ._search_icon_1kb25_16{border-radius:8px 0 0}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61{min-width:0}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64{display:flex;cursor:text;padding:2px;align-items:center;position:relative;min-height:41px}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64._chip_available_1kb25_72{border-radius:0 8px 8px 0}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64._active_1kb25_75{border:solid 1px var(--primary)}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78{cursor:text;display:flex;gap:4px;flex-wrap:wrap;max-height:65px;overflow-y:auto;padding:4px 0}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78::-webkit-scrollbar{width:3px!important;height:3px!important}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_wrapper_1kb25_99 input{background:transparent;border:solid 1px transparent;outline:none;padding:4px 6px;overflow:auto;transition:background-color .2s ease;text-overflow:ellipsis}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_wrapper_1kb25_99 ._close_icon_1kb25_108{visibility:hidden;position:fixed}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_input_present_1kb25_112 ._chip_wrapper_1kb25_99 ._chip_input_1kb25_112{background-color:#f9fafb;border:solid 1px #eaeefb;border-radius:6px}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_input_present_1kb25_112 ._chip_wrapper_1kb25_99 ._chip_input_1kb25_112._error_1kb25_117{background-color:#ff7f76}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_input_present_1kb25_112 ._chip_wrapper_1kb25_99._chip_active_1kb25_120{box-shadow:0 4px 10px -2px #888;z-index:9}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_input_present_1kb25_112 ._chip_wrapper_1kb25_99._chip_active_1kb25_120 ._chip_input_1kb25_112{border-top-right-radius:0;border-bottom-right-radius:0}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_input_present_1kb25_112 ._chip_wrapper_1kb25_99._chip_active_1kb25_120 ._close_icon_1kb25_108{visibility:visible;border:solid 1px #eaeefb;background-color:#eeeff0;padding:0 4px;border-left:0px;margin:0;border-radius:0 6px 6px 0/0px 6px 6px 0px;height:27px;display:grid;justify-content:center;align-items:center;cursor:pointer}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._chip_input_present_1kb25_112 ._chip_wrapper_1kb25_99._chip_active_1kb25_120 ._close_icon_1kb25_108:hover{background-color:#f4f6fe}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._search_wrapper_1kb25_64 ._chips_wrapper_1kb25_78 ._input_size_hidden_1kb25_147{visibility:hidden;position:absolute;max-width:calc(100% - 20px);left:0;top:-30px;white-space-collapse:preserve;overflow:hidden}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156{position:absolute;top:calc(100% + 6px);right:0;width:100%;background-color:#fff;z-index:1000;border-radius:0 0 8px 8px/0px 0px 8px 8px;border:solid 1px #eaeefb}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._heading_1kb25_168{padding:10px 22px;background-color:var(--text-14);font-weight:500;color:#6f7b9f}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._loader_wrapper_1kb25_174 ._loader_1kb25_174{display:flex;gap:10px;justify-content:flex-start;padding:6px 20px}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._loader_wrapper_1kb25_174 ._loader_text_1kb25_180{font-family:Roboto Mono;display:flex;align-items:center}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._dropdown_values_wrapper_1kb25_185{display:flex;flex-direction:column;max-height:220px;overflow:auto;border-bottom:solid 1px #eef2fd}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._dropdown_values_wrapper_1kb25_185 ._value_row_1kb25_192{display:flex;flex-direction:row;gap:1rem;width:100%;padding:6px 20px;cursor:pointer}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._dropdown_values_wrapper_1kb25_185 ._value_row_1kb25_192._active_1kb25_75{background-color:var(--text-14)}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._dropdown_values_wrapper_1kb25_185 ._value_row_1kb25_192 ._prefix_icon_1kb25_203{width:22px}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._dropdown_values_wrapper_1kb25_185 ._value_row_1kb25_192 ._value_wrapper_1kb25_206{width:calc(100% - 20px)}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209{max-height:180px;overflow-y:auto;overflow-x:hidden}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214{display:flex;flex-direction:row;gap:1rem;width:100%;border-radius:8px;padding:6px 22px;cursor:pointer;height:40px}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214._active_1kb25_75{background-color:var(--text-14)}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214 ._recent_search_chips_wrapper_1kb25_227{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;width:100%}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214 ._recent_search_chips_wrapper_1kb25_227::-webkit-scrollbar{display:none}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214 ._recent_search_chip_1kb25_227{background-color:var(--text-14);padding:4px 6px;border:solid 1px #eaeefc;border-radius:6px;font-size:12px;max-width:150px;text-wrap:nowrap;flex-shrink:0}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214 ._recent_search_action_1kb25_247{visibility:hidden}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214 ._recent_search_action_1kb25_247:hover{opacity:.6}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214 ._recent_search_action_1kb25_247:active{opacity:.8}._wrapper_1kb25_1 ._search_dropdown_wrapper_1kb25_61 ._dropdown_wrapper_1kb25_156 ._recent_search_wrapper_1kb25_209 ._recent_search_row_1kb25_214:hover ._recent_search_action_1kb25_247{visibility:visible}._wrapper_1kb25_1[aria-page="/logs"] ._close_icon_1kb25_108{border-radius:0 8px 0 0}._wrapper_1kb25_1 ._close_icon_1kb25_108{padding:4px 12px;border-radius:0 8px 8px 0;border:none;border-left:1px solid #eaeefb;display:grid;justify-content:center;align-items:center;cursor:pointer}._wrapper_1kb25_1 ._close_icon_1kb25_108:hover{background-color:#f4f6fe}._wrapper_1kb25_1 ._close_icon_1kb25_108:hover svg path{fill:#8491b6}._wrapper_1kb25_1 ._close_icon_1kb25_108._close_icon_hide_1kb25_278:hover{background-color:initial;cursor:default}._wrapper_1kb25_1 ._close_icon_1kb25_108._close_icon_hide_1kb25_278 svg{visibility:hidden}._placeholder_1kb25_286{color:#6f7b9f;padding-left:6px;position:absolute;z-index:10;background-color:#fff}._toggle_button_fkv2e_1{padding:4px;display:flex}._toggle_button_advanced_query_fkv2e_5{padding:8px;height:34px;border-radius:0 6px 6px 0;box-shadow:none;border-color:#eaeefb;border-left:0px}._toggle_button_advanced_query_active_fkv2e_13{color:var(--primary);border-left:1px solid;background:#f5f6ff;border-color:#868ff7}._toggle_button_advanced_query_fkv2e_5:hover{background:#fafbff!important;border-color:#dde4f6!important}._toggle_button_mfd_fkv2e_23{height:34px;padding:8px;border-radius:6px 0 0 6px;border-color:#eaeefb;box-shadow:none;border-right:0px}._toggle_button_mfd_active_fkv2e_31{color:var(--primary);background:#f5f6ff;border-right:1px solid;border-color:#868ff7}._toggle_button_mfd_fkv2e_23:hover{background:#fafbff!important;border-color:#dde4f6!important}._helperWrapper_1nb5y_1{background-color:#fafbff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 26px;border-top:solid 1px #EEF2FD;border-radius:0 0 8px 8px}._helperWrapper_1nb5y_1 ._flexRow_1nb5y_11{display:flex;flex-direction:row;gap:1rem;align-items:center}._helperWrapper_1nb5y_1 ._flexRow_1nb5y_11 ._key_1nb5y_17{font-weight:500;font-size:1.2rem}._helperWrapper_1nb5y_1 ._flexRow_1nb5y_11 ._item_1nb5y_21{padding:4px 6px;border:solid 1px #EAEEFC;background-color:#fff;border-radius:6px;font-size:1.2rem}._helperWrapper_1nb5y_1 ._flexRow_1nb5y_11 ._item_1nb5y_21 span{font-size:1.2rem}._sql_editor_container_5iw0v_1{border:none;outline:none;background:#fff;min-height:32px;max-height:80px;position:relative;font-family:monospace;align-items:center;width:100%;display:flex}._editor_input_5iw0v_14{outline:none;white-space:nowrap;overflow-x:auto;display:block;width:100%;padding:6px 4px;line-height:1.4em;max-width:100%;max-height:72px;overflow-y:scroll}._editor_placeholder_5iw0v_27{color:#6f7b9f;position:absolute;top:8px;left:8px;pointer-events:none}._suggestions_5iw0v_35{position:absolute;background:#fff;border:1px solid #eaeefb;color:#000;z-index:10;display:flex;gap:4px;flex-direction:column;border-radius:4px;max-height:200px;max-width:200px;min-width:100px;overflow-y:scroll;box-shadow:0 4px 10px #0000001a}._suggestion_items_5iw0v_52{padding:6px 10px;width:100%;cursor:pointer}._suggestion_items_5iw0v_52:hover{background-color:#f0f0f0}._wrapper_5iw0v_62{display:grid;grid-template-columns:max-content 1fr max-content;border-radius:8px;background-color:#fff;border:solid 1px #eaeefb!important;position:relative;min-height:39px}._wrapper_5iw0v_62 ._right_round_border_radius_5iw0v_71{border-radius:8px 0 0 8px!important}._wrapper_5iw0v_62 ._left_round_border_radius_5iw0v_74{border-radius:0 8px 8px 0!important}._wrapper_5iw0v_62 ._search_icon_5iw0v_77{cursor:auto;padding:4px 12px;border-radius:8px 0 0 8px;height:100%;border-right:none}._wrapper_5iw0v_62 ._search_icon_toggle_5iw0v_84{cursor:pointer}._wrapper_5iw0v_62 ._search_icon_toggle_5iw0v_84:hover{background:#f4f6fe}._wrapper_5iw0v_62 ._toggle_button_5iw0v_90{padding:4px}._wrapper_5iw0v_62 ._toggle_button__advanced_query_5iw0v_93{padding:8px;height:34px;border-radius:0 6px 6px 0;border-color:#eaeefb}._wrapper_5iw0v_62 ._toggle_button__advanced_query_active_5iw0v_99{color:#00f}._wrapper_5iw0v_62 ._toggle_button__advanced_query_5iw0v_93:hover{background:#fafbff!important;border-color:#dde4f6!important}._wrapper_5iw0v_62 ._toggle_button_mfd_5iw0v_106{height:34px;padding:8px;border-radius:6px 0 0 6px;border-color:#eaeefb}._wrapper_5iw0v_62 ._toggle_button_mfd_active_5iw0v_112{color:var(--primary);background:#f5f6ff;border-color:#868ff7}._wrapper_5iw0v_62 ._toggle_button_mfd_5iw0v_106:hover{background:#fafbff!important;border-color:#dde4f6!important}._wrapper_5iw0v_62[aria-disable-bb=true]{border-bottom-right-radius:0;border-bottom-left-radius:0}._wrapper_5iw0v_62[aria-page="/logs"] ._search_icon_5iw0v_77{border-radius:8px 0 0}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128{min-width:0}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131{display:flex;cursor:text;padding:2px;align-items:center;position:relative;min-height:41px}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131._chip_available_5iw0v_139{border-radius:0 8px 8px 0}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131._active_5iw0v_142{border:solid 1px var(--primary)}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145{cursor:text;display:flex;gap:4px;flex-wrap:wrap;max-height:120px;overflow-y:auto;padding:4px 0}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_wrapper_5iw0v_154 input{background:transparent;border:solid 1px transparent;outline:none;padding:4px 6px;overflow:auto;transition:background-color .2s ease;text-overflow:ellipsis}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_wrapper_5iw0v_154 ._close_icon_5iw0v_163{visibility:hidden;position:fixed}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_input_present_5iw0v_167 ._chip_wrapper_5iw0v_154 ._chip_input_5iw0v_167{background-color:#f9fafb;border:solid 1px #eaeefb;border-radius:6px}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_input_present_5iw0v_167 ._chip_wrapper_5iw0v_154 ._chip_input_5iw0v_167._error_5iw0v_172{background-color:#ff7f76}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_input_present_5iw0v_167 ._chip_wrapper_5iw0v_154._chip_active_5iw0v_175{box-shadow:0 4px 10px -2px #888;z-index:9}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_input_present_5iw0v_167 ._chip_wrapper_5iw0v_154._chip_active_5iw0v_175 ._chip_input_5iw0v_167{border-top-right-radius:0;border-bottom-right-radius:0}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_input_present_5iw0v_167 ._chip_wrapper_5iw0v_154._chip_active_5iw0v_175 ._close_icon_5iw0v_163{visibility:visible;border:solid 1px #eaeefb;background-color:#eeeff0;padding:0 4px;border-left:0px;margin:0;border-radius:0 6px 6px 0/0px 6px 6px 0px;height:27px;display:grid;justify-content:center;align-items:center;cursor:pointer}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._chip_input_present_5iw0v_167 ._chip_wrapper_5iw0v_154._chip_active_5iw0v_175 ._close_icon_5iw0v_163:hover{background-color:#f4f6fe}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._search_wrapper_5iw0v_131 ._chips_wrapper_5iw0v_145 ._input_size_hidden_5iw0v_202{visibility:hidden;position:absolute;max-width:calc(100% - 20px);left:0;top:-30px;white-space-collapse:preserve;overflow:hidden}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211{position:absolute;top:calc(100% + 6px);right:0;width:100%;background-color:#fff;z-index:1000;border-radius:0 0 8px 8px/0px 0px 8px 8px;border:solid 1px #eaeefb}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._heading_5iw0v_223{padding:10px 22px;background-color:#fafbff;font-weight:500;color:#6f7b9f}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._loader_wrapper_5iw0v_229 ._loader_5iw0v_229{display:flex;gap:10px;justify-content:flex-start;padding:6px 20px}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._loader_wrapper_5iw0v_229 ._loader_text_5iw0v_235{font-family:Roboto Mono;display:flex;align-items:center}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._dropdown_values_wrapper_5iw0v_240{display:flex;flex-direction:column;max-height:220px;overflow:auto;border-bottom:solid 1px #eef2fd}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._dropdown_values_wrapper_5iw0v_240 ._value_row_5iw0v_247{display:flex;flex-direction:row;gap:1rem;width:100%;padding:6px 20px;cursor:pointer}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._dropdown_values_wrapper_5iw0v_240 ._value_row_5iw0v_247._active_5iw0v_142{background-color:#fafbff}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._dropdown_values_wrapper_5iw0v_240 ._value_row_5iw0v_247 ._prefix_icon_5iw0v_258{width:22px}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._dropdown_values_wrapper_5iw0v_240 ._value_row_5iw0v_247 ._value_wrapper_5iw0v_261{width:calc(100% - 20px)}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264{max-height:180px;overflow:auto}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268{display:flex;flex-direction:row;gap:1rem;width:100%;border-radius:8px;padding:6px 22px;cursor:pointer;height:40px}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268._active_5iw0v_142{background-color:#fafbff}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268 ._recent_search_chips_wrapper_5iw0v_281{width:70%;flex-wrap:wrap}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268 ._recent_search_chip_5iw0v_281{background-color:#fafbff;padding:4px 6px;border:solid 1px #eaeefc;border-radius:6px;font-size:12px;max-width:100%;text-wrap:nowrap}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268 ._recent_search_action_5iw0v_294{visibility:hidden}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268 ._recent_search_action_5iw0v_294:hover{opacity:.6}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268 ._recent_search_action_5iw0v_294:active{opacity:.8}._wrapper_5iw0v_62 ._search_dropdown_wrapper_5iw0v_128 ._dropdown_wrapper_5iw0v_211 ._recent_search_wrapper_5iw0v_264 ._recent_search_row_5iw0v_268:hover ._recent_search_action_5iw0v_294{visibility:visible}._wrapper_5iw0v_62[aria-page="/logs"] ._close_icon_5iw0v_163{border-radius:0 8px 0 0}._wrapper_5iw0v_62 ._close_icon_5iw0v_163{padding:4px 12px;border-left:1px solid #eaeefb;border-radius:0 8px 8px 0;display:grid;justify-content:center;align-items:center;cursor:pointer}._wrapper_5iw0v_62 ._close_icon_5iw0v_163:hover{background-color:#f4f6fe}._wrapper_5iw0v_62 ._close_icon_5iw0v_163:hover svg path{fill:#8491b6}._wrapper_5iw0v_62 ._close_icon_5iw0v_163._close_icon_hide_5iw0v_324:hover{background-color:initial;cursor:default}._wrapper_5iw0v_62 ._close_icon_5iw0v_163._close_icon_hide_5iw0v_324 svg{visibility:hidden}._placeholder_5iw0v_332{color:#6f7b9f;padding-left:6px;position:absolute;z-index:10;background-color:#fff}._DistributedTraceView_rs66u_1{background-color:var(--primary-background);display:flex;flex-direction:column;overflow:auto;border:1px solid var(--border-6);border-radius:8px;position:relative;overflow:visible;width:100%}._DistributedTraceView__Span_Row_rs66u_12{position:relative}._DistributedTraceView__Span_Row__Resource_rs66u_15{border-right:1px solid var(--border-6);border-bottom:1px solid var(--border-6);padding-inline:8px;padding-block:8px}._DistributedTraceView__Span_Row__Resource_rs66u_15 span{font-size:smaller!important}._DistributedTraceView__Span_Row__Resource_rs66u_15 span[data-span-status=error]{margin-left:20px}._DistributedTraceView__Span_Row__Resource_rs66u_15:has(span[data-span-status=error]):before{position:absolute;content:"";background-color:var(--dot-bg);top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;left:12px}._DistributedTraceView__Span_Row_rs66u_12:last-child ._DistributedTraceView__Span_Row__Resource_rs66u_15{border-bottom:none}._DistributedTraceView__Span_Row__Marker__Wrapper_rs66u_41{flex:1;height:12px;position:relative}._DistributedTraceView__Span_Row__Marker__Wrapper__Marker_rs66u_46{top:50%;transform:translateY(-50%);position:absolute;height:100%;background-color:var(--primary);border-radius:8px;cursor:pointer}._DistributedTraceView__Span_Row__Marker__Wrapper_rs66u_41:hover ._DistributedTraceView__Span_Row__Marker__Wrapper__Marker_rs66u_46{opacity:.8}._DistributedTraceView__Span_Row_rs66u_12[aria-current=true] ._DistributedTraceView__Span_Row__Resource_rs66u_15{background-color:#eff0ff}._DistributedTraceView__Span_Row_rs66u_12[aria-current=true] ._DistributedTraceView__Span_Row__Resource_rs66u_15 span{color:var(--primary)}._DistributedTraceView__Span_Row_rs66u_12[aria-current=true]:nth-child(2) ._DistributedTraceView__Span_Row__Resource_rs66u_15{border-top-left-radius:8px}._DistributedTraceView__Span_Row_rs66u_12[aria-current=true]:last-child ._DistributedTraceView__Span_Row__Resource_rs66u_15{border-bottom-left-radius:8px}._DistributedTraceView__Span_Row_rs66u_12:hover:not([aria-current=true]) ._DistributedTraceView__Span_Row__Resource_rs66u_15{background-color:var(--color-icon-bg)}._DistributedTraceTimeMarkers_rs66u_74{--margin-top: 16px;position:absolute;height:calc(100% + 2 * var(--margin-top));margin-top:calc(-1 * var(--margin-top))}._DistributedTraceTimeMarkers_rs66u_74 p{position:absolute;height:100%;font-size:10px;display:flex}._DistributedTraceTimeMarkers_rs66u_74 p:not(:last-child,:first-child){margin-left:-20px}._DistributedTraceTimeMarkers_rs66u_74 p:not(:last-child,:first-child):before{content:"";border:1px solid var(--border-6);height:calc(100% - 2 * var(--margin-top));display:flex;position:absolute;border-style:dashed;margin-top:16px;margin-left:20px}._DistributedTraceTimeMarkers_rs66u_74 p:nth-of-type(n){align-items:start}._DistributedTraceTimeMarkers_rs66u_74 p:nth-of-type(n):not(:last-child,:first-child){align-items:end}._DistributedTraceTimeMarkers_rs66u_74 p:nth-of-type(n):not(:last-child,:first-child):before{margin-bottom:16px}._SpanPopoverContent_rs66u_109{max-width:400px}._SpanPopoverContent__ResourceName_rs66u_112{font-weight:500;border-bottom:1px solid var(--border-6);padding:12px 12px 8px}._SpanPopoverContent__Data__Wrapper_rs66u_117{padding:16px}._TraceMarker_rs66u_121:before{content:"";width:100%;position:absolute;height:1px;background-color:var(--border-6);top:50%;transform:translateY(-50%)}._Spans__Children__Toggler_rs66u_131{padding-inline:1.2rem;padding-block:.4rem;border:1px solid var(--border-6);border-radius:.6rem}._Span__Metadata_rs66u_138{--marker-buffer: 12px;position:relative;margin-left:var(--marker-buffer)}._Span__Metadata_rs66u_138:before{content:"";background-color:var(--color);height:40%;width:4px;top:4px;position:absolute;left:calc(-1 * var(--marker-buffer));border-radius:8px}._Panel_rs66u_154{overflow:auto;padding:0 8px 8px}._Panel_rs66u_154::-webkit-scrollbar{width:3px!important;display:none!important}._Panel_rs66u_154::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._Panel_rs66u_154::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._Panel__Resizer_rs66u_171{background-color:var(--border-6);width:2px}._Panel__Resizer_rs66u_171[data-resize-handle-state=hover],._Panel__Resizer_rs66u_171[data-resize-handle-state=drag]{background-color:var(--border-7)}._Trace__Time__Markers_rs66u_179{background-color:#fafbff;position:sticky;top:0;z-index:9999;margin-inline:-8px;padding:8px;border-bottom:1px solid var(--border-6);display:flex;justify-content:space-between;align-items:center;min-height:39px}._Trace__Time__Markers_rs66u_179>p{font-size:10px;position:relative}._Trace__Time__Markers_rs66u_179>p:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);height:16px;width:1px;background-color:var(--border-7)}._durationMarkersContainer_rs66u_207 p{position:relative;font-size:10px}._durationMarkersContainer_rs66u_207 p:nth-child(1):before{left:0}._durationMarkersContainer_rs66u_207 p:nth-child(2):before{left:50%}._durationMarkersContainer_rs66u_207 p:nth-child(3):before{right:0}._durationMarkersContainer_rs66u_207 p:before{content:"";position:absolute;top:80%;width:1px;height:50%;background-color:#000;bottom:0}._span__row__metadata_1fxdt_1{flex:1;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:8px}._AnomalyDrawer__Header_1sse9_1{border-bottom:1px solid var(--border-6);padding-bottom:1.6rem}._AnomalyDrawer__Header__Left_1sse9_5{display:flex;flex-direction:column;gap:.8rem}._AnomalyDrawer__Header__Left_1sse9_5 ._Status__Chip_1sse9_10{border-radius:.6rem!important;font-size:1.4rem!important}._AnomalyDrawer__Header__Left_1sse9_5 ._Time__Range_1sse9_14{color:#657195}._AnomalyFeedbackForm_oq7h3_1 ._ant-form-item-label_oq7h3_1>label{font-weight:600;font-size:14px;color:#1f2937;margin-bottom:8px}._AnomalyFeedbackForm_oq7h3_1 ._ant-form-item_oq7h3_1{margin-bottom:24px}._AnomalyFeedbackForm_oq7h3_1 ._ant-form-item_oq7h3_1:last-child{margin-bottom:0}._AnomalyFeedbackForm_oq7h3_1 ._ant-form-item-label_oq7h3_1{margin-bottom:8px}._AnomalyFeedbackForm_oq7h3_1 ._ant-select_oq7h3_16 ._ant-select-selector_oq7h3_16{border-radius:6px;height:40px;padding:8px 12px;transition:all .2s ease}._AnomalyFeedbackForm_oq7h3_1 ._ant-select_oq7h3_16 ._ant-select-selection-item_oq7h3_22{font-weight:500;color:#374151}._AnomalyFeedbackForm_oq7h3_1 ._ant-select_oq7h3_16._ant-select-focused_oq7h3_26 ._ant-select-selector_oq7h3_16{box-shadow:0 0 0 3px #3b82f61a}._AnomalyFeedbackForm_oq7h3_1 ._ant-select-item-option-content_oq7h3_29 div:first-child{font-weight:500;color:#374151}._AnomalyFeedbackForm_oq7h3_1 ._ant-select-item-option-content_oq7h3_29 ._ant-typography_oq7h3_33{color:#6b7280;margin-top:2px}._AnomalyFeedbackForm_oq7h3_1 ._ant-btn-link_oq7h3_37{padding:0;height:auto;font-size:14px}._AnomalyFeedbackForm_oq7h3_1 ._ant-btn_oq7h3_37{border-radius:6px;font-weight:500;height:36px;padding:0 16px;transition:all .2s ease}._AnomalyFeedbackForm_oq7h3_1 ._ant-btn_oq7h3_37:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._AnomalyFeedbackForm_oq7h3_1 ._ant-typography_oq7h3_33._ant-typography-secondary_oq7h3_53{color:#6b7280;line-height:1.5}._AnomalyFeedbackForm_oq7h3_1 ._ant-input_oq7h3_57{transition:all .2s ease}._AnomalyFeedbackForm_oq7h3_1 ._ant-input_oq7h3_57:hover{border-color:#9ca3af}._AnomalyFeedbackForm_oq7h3_1 ._ant-input_oq7h3_57:focus,._AnomalyFeedbackForm_oq7h3_1 ._ant-input_oq7h3_57._ant-input-focused_oq7h3_63{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._single_function_container_1en9w_1{display:flex;align-items:center;border:1px solid #e4eafb;border-radius:4px;overflow:hidden;background-color:#f9faff;height:32px;gap:0;margin:0;padding:0}._single_function_container_1en9w_1 ._operation_select_1en9w_13{width:fit-content;min-width:70px;background-color:#fff}._single_function_container_1en9w_1 ._limit_select_1en9w_18{width:fit-content;background-color:#fff;border:none;border-left:1px solid #e4eafb}._single_function_container_1en9w_1 ._metric_text_1en9w_24{background-color:#f6f8ff;color:#555;font-size:14px;padding:0 16px;height:32px}._single_function_container_1en9w_1 ._min_select_1en9w_31{width:70px;background-color:#fff;border:none;height:32px}._single_function_container_1en9w_1 ._clamp_max_text_1en9w_37{background-color:#f6f8ff;color:#555;font-size:14px;padding:0 16px;height:32px}._single_function_container_1en9w_1 ._clamp_max_1en9w_37{width:70px;background-color:#fff;border:none;height:32px;border-right:1px solid #e4eafb}._single_function_container_1en9w_1 ._quantile_select_1en9w_51{width:fit-content;background-color:#fff;border:none;border-left:1px solid #e4eafb;border-right:1px solid #e4eafb}._single_function_container_1en9w_1 ._value_text_1en9w_58{width:70px;background-color:#fff;border:none;height:32px;border-right:1px solid #e4eafb}._single_function_container_1en9w_1 ._suboperation_select_1en9w_65 ._aggregations_suboperation_1en9w_65{display:flex;align-items:center;justify-content:flex-end;height:100%;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:auto;margin-left:5px}._single_function_container_1en9w_1 ._suboperation_select_1en9w_65 ._aggregations_suboperation_1en9w_65 ._clear_text_1en9w_76{font-size:10px;color:#5961ea;font-weight:600;pointer-events:none}._single_function_container_1en9w_1 ._popup_suboperation_input_container_1en9w_82 ._filter_input_1en9w_82 ._ant-input_1en9w_82::placeholder{color:#afbbda!important}._groupby_suffix_icon_1en9w_86{display:flex;align-items:center;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:auto;margin-left:15px}._dashboard_save_modal_1en9w_96 .ant-modal-content{padding-bottom:10px}._dashboard_save_modal_1en9w_96 .ant-modal-close:hover{background-color:#eaeefb;color:#8491b6}._dashboard_save_modal_1en9w_96 .ant-modal-close:active{background-color:#e7e8fe;color:#5961ea}._dashboard_save_modal_1en9w_96 .ant-modal-title{display:flex;align-items:center;text-align:center;margin-top:-2px}._dividerText_1w4y9_1{display:flex;align-items:center;font-weight:700;color:#eaeefb}._docLinkCol_1w4y9_8{display:flex;align-items:center}._docLink_1w4y9_8{font-weight:500;transition:color .2s ease;font-size:14px;cursor:pointer;padding:8px 16px}._docLink_1w4y9_8:hover{text-decoration:underline!important}._saveButton_1w4y9_24{font-weight:500;color:#5961ea;transition:color .2s ease;font-size:14px;cursor:pointer;padding:8px 16px}._saveButton_1w4y9_24:hover{color:#1d25c4!important}._docLink_1w4y9_8:hover{text-decoration:underline}._recentSearchWrapper_1w4y9_40{max-height:200px;overflow-y:auto;display:flex;flex-direction:column}._recentSearchWrapper_1w4y9_40::-webkit-scrollbar{width:3px!important}._recentSearchWrapper_1w4y9_40::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--scrollbar-track-color)!important;border-radius:10px!important}._recentSearchWrapper_1w4y9_40::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color)!important;border-radius:10px!important}._recentSearchRow_1w4y9_58{display:flex;flex-direction:row;gap:1rem;width:100%;border-radius:8px;padding:6px 22px;cursor:pointer;height:40px;flex-shrink:0}._recentSearchRow_1w4y9_58:hover{background-color:#fafbff}._recentSearchRow_1w4y9_58:hover ._recentSearchAction_1w4y9_72{visibility:visible}._recentSearchChipsWrapper_1w4y9_76{width:100%;flex-wrap:wrap}._recentSearchChip_1w4y9_76{background-color:#fafbff;padding:4px 6px;border:solid 1px #eaeefc;border-radius:6px;font-size:14px;max-width:150px}._recentSearchAction_1w4y9_72{visibility:hidden;cursor:pointer;color:#999}._recentSearchAction_1w4y9_72:hover{opacity:.6}._recentSearchAction_1w4y9_72:active{opacity:.8}._customSubmenuPopup_1w4y9_102{background-color:transparent!important;min-height:fit-content!important}._customSubmenuPopupItem_1w4y9_107{background-color:#fff!important;min-height:fit-content;width:100%}._customSubmenuPopupItem_1w4y9_107:hover{background-color:#f0f3ff!important}._filterInput_1w4y9_116::placeholder{color:#bcc8e5}._variable_menu_container_1w4y9_120{background-color:#fff;box-shadow:0 4px 12px #38308e29;border-radius:8px;width:450px;min-width:450px}._variable_menu_container_1w4y9_120 ._add_variable_header_1w4y9_127{background-color:#fff;padding:8px 10px;border-bottom:1px solid #e4eafb;border-radius:8px 8px 0 0}._variable_menu_container_1w4y9_120 ._add_variable_header_1w4y9_127 ._add_variable_text_1w4y9_133{font-size:16px;font-weight:600;color:#1e253d;margin:0}._variable_menu_container_1w4y9_120 ._dropdown_container_1w4y9_139{border:none;overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:16px}._variable_menu_container_1w4y9_120 ._dropdown_container_1w4y9_139 ._dropdown_content_item_1w4y9_147{display:flex;align-items:center;gap:8px;width:100%}._variable_menu_container_1w4y9_120 ._dropdown_container_1w4y9_139 ._label_key_text_1w4y9_153{color:#1e253d;font-size:14px;font-weight:500;font-family:Inter,sans-serif,serif}._variable_menu_container_1w4y9_120 ._dropdown_container_1w4y9_139 ._btn_container_1w4y9_159{display:flex;width:100%;justify-content:flex-end;align-items:center;border-top:1px solid #e4eafb;padding-top:16px}._variable_menu_container_1w4y9_120 ._dropdown_container_1w4y9_139 ._btn_container_1w4y9_159 ._create_btn_1w4y9_167{background-color:#5961ea;border:1px solid #5961ea;color:#fff;font-weight:600;height:32px;font-size:14px}._variable_menu_container_1w4y9_120 ._dropdown_container_1w4y9_139 ._btn_container_1w4y9_159 ._cancel_btn_1w4y9_175{background-color:#eaeefc;border:1px solid #eaeefc;color:#182c60;font-weight:600;height:32px;font-size:14px}._dropdown_content_1w4y9_147{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}._main_container_1w4y9_192{padding:1.4rem;width:100%;background-color:var(--primary-background);display:flex;justify-content:flex-start;overflow:hidden;gap:10px;flex-wrap:nowrap}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202{height:32px;display:flex;align-items:center;gap:0}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_1w4y9_208{padding:5px 8px;display:flex;gap:4px;align-items:center;justify-content:space-between;height:32px;background-color:#f4f6fe;border:1px solid #eaeefb;border-top-left-radius:6px;border-bottom-left-radius:6px;box-sizing:border-box}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_1w4y9_208 ._dropdown_variable_name_1w4y9_221{color:#4b5575;font-size:14px;font-weight:400}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_1w4y9_208 ._dropdown_variable_name_selected_1w4y9_226{border:"1px solid #5961ea !important";border-radius:6px;color:#4b5575;font-size:14px;font-weight:400;background-color:#e7e8fe;padding:0 8px}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_1w4y9_208 ._selected_variable_option_count_1w4y9_235{color:#657195;font-size:12px;background-color:#e4eafb;padding:4px 8px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-left:6px}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_1w4y9_208 ._selected_variable_option_count_1w4y9_235:hover{background-color:#dde4f6}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_1w4y9_208 ._opened_option_count_1w4y9_250{background-color:#cccfff}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 :hover{background-color:#eaeefb;border-top-left-radius:6px;border-bottom-left-radius:6px}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 :hover ._selected_variable_option_count_1w4y9_235{background-color:#dde4f6}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_open_1w4y9_261{background-color:#e7e8fe;border-color:#5961ea}._main_container_1w4y9_192 ._variable_item_dropdown_container_1w4y9_202 ._dropdown_variable_details_menu_open_1w4y9_265{border-right:none!important}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_1w4y9_268{background-color:#f4f6fe;cursor:pointer;height:32px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid #eaeefb;border-top-right-radius:6px;border-bottom-right-radius:6px;border-left:none}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_1w4y9_268:hover{background-color:#eaeefb!important;border-radius:0 6px 6px 0}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_1w4y9_268:hover *{background-color:#eaeefb!important}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_1w4y9_268:hover ._anticon_1w4y9_291{color:#fff!important}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_open_1w4y9_294{background-color:#e7e8fe!important;border-color:#5961ea;border-left:1px solid #5961ea;z-index:1000}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_open_1w4y9_294 *{background-color:#e7e8fe!important}._main_container_1w4y9_192 ._each_variable_inside_dropdown_container_open_1w4y9_294 ._anticon_1w4y9_291{color:#515c7c!important;background-color:#e7e8fe}._main_container_1w4y9_192 ._add_icon_btn_container_1w4y9_307{height:32px;width:32px}._main_container_1w4y9_192 ._add_btn_1w4y9_311{background-color:#fff;border:1px solid #5961ea;color:#5961ea;font-weight:600;height:32px;font-size:12px;margin:0;padding:8px 10px;text-transform:uppercase}._main_container_1w4y9_192 ._add_variable_btn_container_1w4y9_322{padding:6px}._main_container_1w4y9_192 ._add_variable_btn_container_1w4y9_322:hover{background-color:#f4f6fe;border-radius:6px}._main_container_1w4y9_192 ._add_variable_btn_container_1w4y9_322:hover *{background-color:#f4f6fe}._main_container_1w4y9_192 ._add_variable_btn_active_1w4y9_332{background-color:#f5f6ff;border-radius:6px;height:32px}._main_container_1w4y9_192 ._add_variable_btn_active_1w4y9_332 *{background-color:#f5f6ff}._function_label_1w4y9_341{color:"#2E3A59";font-size:"14px";font-weight:500}._function_label_1w4y9_341 ._ant-dropdown-menu-submenu-title_1w4y9_346{background-color:#1a3088!important}._function_label_1w4y9_341 .ant-dropdown-menu-item.dropdown-header-item:hover{background-color:transparent!important;cursor:default}.ant-dropdown-menu-submenu-title:hover,.ant-menu-submenu-title:hover,._variable_option_dropdown_item_1w4y9_361 .ant-dropdown-menu-item:hover{background-color:#f0f3ff!important}._variable_option_dropdown_item_1w4y9_361 .ant-dropdown-menu-item.dropdown-header-item:hover{background-color:transparent!important;cursor:default}._variable_options_dropdown_1w4y9_369{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #404ad31a;border:none;overflow:hidden;padding:16px;width:400px;min-width:400px}._variable_options_dropdown_1w4y9_369 ._variable_text_1w4y9_379{color:#1e253d;font-size:14px;font-weight:500}._variable_options_dropdown_1w4y9_369 ._dropdown_content_item_1w4y9_147{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}._variable_options_dropdown_1w4y9_369 ._dropdown_content_item_1w4y9_147 ._dropdown_content_item_text_1w4y9_391{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._metric_option_select_container_1w4y9_398 ._label_render_1w4y9_398{display:flex;align-items:center;gap:8px;margin-right:16px}._popup_container_1w4y9_405{width:650px;max-height:320px}._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409{flex:1.2;overflow:auto;border-right:1px solid #eaeefb;padding-bottom:8px}._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409 ._metric_list_item_1w4y9_415{cursor:pointer;padding:4px 8px!important;display:flex;align-items:center;border-bottom:1px solid #eaeefb;background-color:transparent}._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409 ._metric_list_item_1w4y9_415 ._list_option_1w4y9_423{overflow:hidden}._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409 ._metric_list_item_1w4y9_415 ._list_option_1w4y9_423 ._list_option_text_1w4y9_426{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-left:0}._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409 ._metric_list_item_1w4y9_415:hover{background-color:#fafbff!important}._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409 ._metric_list_item_1w4y9_415._selected_metric_1w4y9_436,._popup_container_1w4y9_405 ._metric_options_list_1w4y9_409 ._metric_list_item_1w4y9_415._selected_metric_1w4y9_436:hover{background-color:#f5f6ff!important}._popup_container_1w4y9_405 ._label_container_1w4y9_442{flex:1;overflow:auto;padding:12px}._popup_container_1w4y9_405 ._label_container_1w4y9_442 ._title_text_1w4y9_447{display:flex;flex-direction:column;padding-bottom:12px;border-bottom:1px solid #eaeefb;position:sticky;top:0;background-color:#fff;z-index:10000}._popup_container_1w4y9_405 ._label_container_1w4y9_442 ._label_items_container_1w4y9_457{display:flex;flex-wrap:wrap;gap:8px}._popup_container_1w4y9_405 ._label_container_1w4y9_442 ._label_items_container_1w4y9_457 ._label_item_1w4y9_457{background:#f5f6ff;padding:4px 8px;border-radius:4px;white-space:nowrap;font-size:12px;font-weight:400}._modal_footer_1w4y9_471{border-top:1px solid #eaeefb;padding-top:16px}._modal_footer_1w4y9_471 ._cancel_btn_1w4y9_175{background-color:#eaeefc;border:1px solid #eaeefc;color:#182c60;font-weight:600;height:32px;font-size:14px;cursor:pointer}._modal_footer_1w4y9_471 ._cancel_btn_1w4y9_175:hover{background-color:#eaeefc;border:1px solid #eaeefc;color:#182c60}._modal_footer_1w4y9_471 ._update_btn_1w4y9_489{background-color:#5961ea;border:1px solid #5961ea;color:#fff;font-weight:600;height:32px;font-size:14px;cursor:pointer}._modal_footer_1w4y9_471 ._update_btn_1w4y9_489:hover{background-color:#5961ea;border:1px solid #5961ea;color:#fff}._selectorWrapper_kfniz_1{width:320px}._selectorButton_kfniz_5{display:flex;justify-content:space-between;align-items:center}._dropdownContent_kfniz_11{min-width:220px}._optionButton_kfniz_15{display:flex;align-items:center;width:100%;text-align:left;color:#000;font-weight:500;font-size:14px;padding:8px 12px;cursor:pointer}._optionButton_kfniz_15:hover{background-color:#f5f5f5}._optionIcon_kfniz_30{width:20px;margin-right:8px;color:#666;flex-shrink:0;display:inline-flex;justify-content:center}._subOption_kfniz_39{padding-left:28px}._active_kfniz_43{color:#1677ff}._backButton_kfniz_47{color:#666;text-align:left;font-size:14px;padding:8px 12px;cursor:pointer}._backButton_kfniz_47:hover{background-color:#f5f5f5}._popover_kfniz_58 .ant-popover-inner{padding:4px 0;border-radius:8px}._topRow_kfniz_63{display:flex;align-items:center;padding:8px 12px;gap:8px}._backIcon_kfniz_70{cursor:pointer;color:#666;font-size:14px;flex-shrink:0}._backIcon_kfniz_70:hover{color:#1677ff}._filterInput_kfniz_80{flex:1;font-size:14px;background:transparent;padding:0;border:none;box-shadow:none}._filterInput_kfniz_80::placeholder{color:#999}._filterInput_kfniz_80:focus{outline:none;box-shadow:none}._query_key_text_kfniz_129{height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e4eafb;border-radius:4px;padding:4px 8px;height:32px!important;width:32px!important;background-color:#eef2fd}._button_in_explorer_kfniz_143{border:1px solid #e4eafb;border-radius:4px;background-color:#fff;height:32px;width:32px!important;display:flex;align-items:center;justify-content:center;padding:4px 8px}._button_in_explorer_kfniz_143:hover{background-color:#fafbff;cursor:pointer}._button_in_explorer_kfniz_143:active{background-color:#f6f8ff}._chart_container_kfniz_162{width:100%;height:350px;display:flex;flex-direction:column;background-color:#fff;border:1px solid #eaeefb}._chart_container_kfniz_162 ._chart_header_content_kfniz_170{display:flex;align-items:center;width:100%;gap:8px;padding:10px;background-color:#fafbff}._chart_container_kfniz_162 ._chart_header_content_kfniz_170 ._chart_header_text_kfniz_178{font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._chart_container_kfniz_162 ._chart_header_content_kfniz_170 ._chart_header_formula_kfniz_186{font-size:14px;white-space:nowrap;color:#2e3a59;font-weight:500}._chart_container_kfniz_162 ._chart_header_content_kfniz_170 ._timeframe_selector_kfniz_192{min-width:170px;width:fit-content;font-size:14px;height:32px;white-space:nowrap;font-weight:500}._chart_container_kfniz_162 ._menu_items_kfniz_200{padding:20px 16px 6px;font-weight:500;font-size:12px;color:#8491b6;cursor:default;margin-bottom:-10px}._chart_container_kfniz_162 .ant-dropdown-menu-item:hover{background-color:#fafbff!important}._chart_container_kfniz_162 .ant-dropdown-menu-item.dropdown-header-item:hover{background-color:transparent!important;cursor:default}._timeframe_options_kfniz_217 .ant-dropdown-menu-item:hover{background-color:#f0f3ff!important}._timeframe_options_kfniz_217 .ant-dropdown-menu-item.dropdown-header-item:hover{background-color:transparent!important;cursor:default}._label_text_kfniz_225{display:flex;justify-content:space-between;align-items:center;width:100%;padding:4px 16px}.ant-dropdown-menu-item.selected-item{background-color:#eeefff!important}._top_list_splitter_kfniz_237{height:250px;border:1px solid #eaeefb;padding:10px 0;border-radius:8px}._top_list_splitter_kfniz_237 .hide-scrollbar::-webkit-scrollbar{display:none}._top_list_splitter_kfniz_237 .ant-splitter-bar{width:6px;border-radius:4px;transition:background .2s}._top_list_splitter_kfniz_237 .ant-splitter-bar .ant-splitter-bar-dragger:before{content:"";background-color:#eaeefb}._top_list_splitter_kfniz_237 .ant-splitter-bar .ant-splitter-bar-dragger:after{content:"";background-color:#ced7ef}._top_list_splitter_kfniz_237 .ant-splitter-bar:hover{background-color:#eaeefb}._top_list_splitter_kfniz_237 .ant-splitter-bar-dragger{background-color:#f6f8ff}._query_option_dropdown_item_kfniz_266 .ant-dropdown-menu-item:hover{background-color:#f0f3ff!important}._query_option_dropdown_item_kfniz_266 .ant-dropdown-menu-item.dropdown-header-item:hover{background-color:transparent!important;cursor:default}._confirmation_modal_kfniz_274 .ant-modal-content{padding-bottom:10px}._confirmation_modal_kfniz_274 .ant-modal-close:hover{background-color:#eaeefb;color:#8491b6}._confirmation_modal_kfniz_274 .ant-modal-close:active{background-color:#e7e8fe;color:#5961ea}._confirmation_modal_kfniz_274 .ant-modal-title{display:flex;align-items:center;text-align:center;margin-top:-2px}:root{--vscode-list-focusBackground: #5961ea;--vscode-list-focusForeground: #ffffff;--vscode-list-activeSelectionBackground: #5961ea;--vscode-list-activeSelectionForeground: #ffffff;--vscode-list-activeSelectionIconForeground: #ffffff;--vscode-list-inactiveSelectionBackground: #5961ea;--vscode-list-inactiveSelectionForeground: #ffffff;--vscode-list-inactiveSelectionIconForeground: #ffffff;--vscode-list-hoverBackground: #f0f0f0;--vscode-list-hoverForeground: #333333;--vscode-list-focusOutline: #5961ea;--vscode-list-focusAndSelectionOutline: #5961ea;--vscode-contrastActiveBorder: transparent;--vscode-list-dropBackground: #f0f0f0;--vscode-editorSuggestWidget-selectedBackground: #5961ea;--vscode-tree-tableColumnsBorder: #e0e0e0;--vscode-tree-tableOddRowsBackground: #fafafa}.monaco-editor{text-align:left;border-radius:6px!important}.monaco-editor .inputarea{background:transparent!important}.monaco-editor .current-line{border:none!important}.monaco-editor-container{border:1px solid #d9d9d9!important;border-radius:6px!important;background:#fff!important;box-shadow:0 1px 2px #0000000d!important}.monaco-editor-container:focus-within{border-color:#5961ea!important;box-shadow:0 0 0 2px #5961ea33!important}.monaco-editor-container.error{border-color:#ff4d4f!important}.monaco-editor-container.error:focus-within{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f33!important}.monaco-editor .overflow-guard,.monaco-editor .monaco-scrollable-element{border-radius:6px!important}.monaco-editor .monaco-editor-background,.monaco-editor .view-lines,.monaco-editor .view-line{padding-left:2px!important}.monaco-editor .core-guide{display:none}.monaco-editor .monaco-editor-background .view-lines .view-line{padding-left:2px!important}.editor-widget.suggest-widget{background:var(--vscode-editorSuggestWidget-background, #ffffff);border:1px solid var(--vscode-editorSuggestWidget-border, #e0e0e0);border-radius:6px;box-shadow:0 2px 8px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:13px}.monaco-sash.vertical{cursor:col-resize;width:4px;height:100%}.monaco-sash.horizontal{cursor:row-resize;height:4px;width:100%}.monaco-sash.disabled{cursor:default}.tree{position:relative;height:100%;width:100%}.monaco-list{height:100%;width:100%;position:relative}.monaco-list.list_id_2{background:#fff!important}.monaco-list.selection-none .monaco-list-row{cursor:pointer}.monaco-scrollable-element{position:relative;overflow:hidden}.monaco-scrollable-element.mac{border-radius:5px}.monaco-list-row{display:flex;align-items:center;height:22px;padding:0 8px;box-sizing:border-box;cursor:pointer;position:relative}.monaco-list-row.focused{background-color:#5961ea!important;color:#fff!important}.monaco-list-row:hover:not(.focused){background-color:#f0f0f0!important;color:#333!important}.monaco-icon-label,.monaco-icon-label-container,.monaco-icon-name-container{display:flex;align-items:center;width:100%;height:100%}.label-name{display:flex;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit}.monaco-icon-label-description-container{display:flex;align-items:center;margin-right:8px}.monaco-icon-name{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:22px}.suggest-status-bar{display:flex;justify-content:space-between;align-items:center;height:20px;padding:0 8px;background:var(--vscode-editorSuggestWidget-statusBarBackground, #f8f8f8);border-top:1px solid var(--vscode-editorSuggestWidget-border, #e0e0e0)}.monaco-action-bar{display:flex;align-items:center}.monaco-action-bar.animated{transition:opacity .15s ease-out}.monaco-action-bar.left{justify-content:flex-start}.monaco-action-bar.right{justify-content:flex-end}.actions-container{display:flex;align-items:center;list-style:none;margin:0;padding:0}.action-item{display:flex;align-items:center;margin:0 4px}.action-label{display:flex;align-items:center;padding:2px 4px;font-size:11px;color:var(--vscode-descriptionForeground, #6a737d);text-decoration:none;border-radius:2px;cursor:pointer}.action-label:hover{background:var(--vscode-toolbar-hoverBackground, #e8e8e8)}.highlight{color:#5961ea!important;font-weight:700}.monaco-editor .suggest-widget{background:#fff!important;border:1px solid #e0e0e0!important}.monaco-editor .suggest-widget .monaco-list{background:#fff!important}.monaco-editor .suggest-widget .monaco-list-row{background:transparent!important}.monaco-editor .suggest-widget .monaco-list-row.focused{background:#5961ea!important;color:#fff!important}.monaco-editor .suggest-widget .monaco-list-row:hover:not(.focused){background:#f0f0f0!important;color:#333!important}.monaco-editor .suggest-widget .monaco-list-row.selected,.monaco-editor .suggest-widget .monaco-list-row.selected.focused{background:#5961ea!important;color:#fff!important}.monaco-editor .suggest-widget .monaco-list-row .highlight{color:#5961ea!important;font-weight:700}.monaco-editor .suggest-widget .monaco-list-row.focused .highlight,.monaco-editor .suggest-widget .monaco-list-row.selected .highlight{color:#fff!important}.monaco-list.list_id_2:focus .monaco-list-row.focused{background-color:#5961ea!important;color:#fff!important}.monaco-list.list_id_2:focus .monaco-list-row.focused:hover{background-color:#5961ea!important;color:#fff!important}.monaco-list.list_id_2:focus .monaco-list-row.focused{color:#fff!important}.monaco-list.list_id_2:focus .monaco-list-row.selected{background-color:#5961ea!important;color:#fff!important}.monaco-list.list_id_2:focus .monaco-list-row.selected:hover{background-color:#5961ea!important;color:#fff!important}.monaco-list.list_id_2:focus .monaco-list-row.selected .codicon{color:#fff!important}.monaco-drag-image,.monaco-list.list_id_2:focus .monaco-list-row.selected.focused{background-color:#5961ea!important;color:#fff!important}.monaco-list.list_id_2 .monaco-list-row.focused .codicon{color:#fff!important}.monaco-list.list_id_2 .monaco-list-row.focused,.monaco-list.list_id_2 .monaco-list-row.focused:hover,.monaco-list.list_id_2 .monaco-list-row.selected,.monaco-list.list_id_2 .monaco-list-row.selected:hover{background-color:#5961ea!important;color:#fff!important}.monaco-list.list_id_2:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused){background-color:#f0f0f0!important;color:#333!important}.monaco-list.list_id_2:focus .monaco-list-row.focused.selected{outline:1px solid #5961ea!important;outline-offset:-1px}.monaco-drag-image,.monaco-list.list_id_2:focus .monaco-list-row.focused{outline:1px solid #5961ea!important;outline-offset:-1px}.monaco-workbench.context-menu-visible .monaco-list.list_id_2.last-focused .monaco-list-row.focused{outline:1px solid #5961ea!important;outline-offset:-1px}.monaco-list.list_id_2 .monaco-list-row.focused.selected,.monaco-list.list_id_2 .monaco-list-row.selected,.monaco-list.list_id_2 .monaco-list-row.focused{outline:1px dotted #5961ea!important;outline-offset:-1px}.monaco-list.list_id_2 .monaco-list-row:hover{outline:1px dashed #5961ea!important;outline-offset:-1px}.monaco-list.list_id_2.drop-target,.monaco-list.list_id_2 .monaco-list-rows.drop-target,.monaco-list.list_id_2 .monaco-list-row.drop-target{background-color:var(--vscode-list-dropBackground)!important;color:inherit!important}.monaco-table>.monaco-split-view2,.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before,.monaco-workbench:not(.reduce-motion) .monaco-table:hover>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table:hover>.monaco-split-view2 .monaco-sash.vertical:before{border-color:var(--vscode-tree-tableColumnsBorder)}.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{border-color:transparent}.monaco-table .monaco-list-row[data-parity=odd]:not(.focused):not(.selected):not(:hover) .monaco-table-tr,.monaco-table .monaco-list:not(:focus) .monaco-list-row[data-parity=odd].focused:not(.selected):not(:hover) .monaco-table-tr,.monaco-table .monaco-list:not(.focused) .monaco-list-row[data-parity=odd].focused:not(.selected):not(:hover) .monaco-table-tr{background-color:var(--vscode-tree-tableOddRowsBackground)}.monaco-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif;--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace}.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-light .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{position:absolute!important;top:0;height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.monaco-editor,.monaco-diff-editor .synthetic-focus,.monaco-diff-editor [tabindex="0"]:focus,.monaco-diff-editor [tabindex="-1"]:focus,.monaco-diff-editor button:focus,.monaco-diff-editor input[type=button]:focus,.monaco-diff-editor input[type=checkbox]:focus,.monaco-diff-editor input[type=search]:focus,.monaco-diff-editor input[type=text]:focus,.monaco-diff-editor select:focus,.monaco-diff-editor textarea:focus{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder);opacity:1}.monaco-workbench .workbench-hover{position:relative;font-size:13px;line-height:19px;z-index:40;overflow:hidden;max-width:700px;background:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;color:var(--vscode-editorHoverWidget-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow)}.monaco-workbench .workbench-hover hr{border-bottom:none}.monaco-workbench .workbench-hover:not(.skip-fade-in){animation:fadein .1s linear}.monaco-workbench .workbench-hover.compact{font-size:12px}.monaco-workbench .workbench-hover.compact .hover-contents{padding:2px 8px}.monaco-workbench .workbench-hover-container.locked .workbench-hover{outline:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .workbench-hover-container.locked .workbench-hover:focus,.monaco-workbench .workbench-hover-lock:focus{outline:1px solid var(--vscode-focusBorder)}.monaco-workbench .workbench-hover-container.locked .workbench-hover-lock:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-workbench .workbench-hover-pointer{position:absolute;z-index:41;pointer-events:none}.monaco-workbench .workbench-hover-pointer:after{content:"";position:absolute;width:5px;height:5px;background-color:var(--vscode-editorHoverWidget-background);border-right:1px solid var(--vscode-editorHoverWidget-border);border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .locked .workbench-hover-pointer:after{width:4px;height:4px;border-right-width:2px;border-bottom-width:2px}.monaco-workbench .workbench-hover-pointer.left{left:-3px}.monaco-workbench .workbench-hover-pointer.right{right:3px}.monaco-workbench .workbench-hover-pointer.top{top:-3px}.monaco-workbench .workbench-hover-pointer.bottom{bottom:3px}.monaco-workbench .workbench-hover-pointer.left:after{transform:rotate(135deg)}.monaco-workbench .workbench-hover-pointer.right:after{transform:rotate(315deg)}.monaco-workbench .workbench-hover-pointer.top:after{transform:rotate(225deg)}.monaco-workbench .workbench-hover-pointer.bottom:after{transform:rotate(45deg)}.monaco-workbench .workbench-hover a{color:var(--vscode-textLink-foreground)}.monaco-workbench .workbench-hover a:focus{outline:1px solid;outline-offset:-1px;text-decoration:underline;outline-color:var(--vscode-focusBorder)}.monaco-workbench .workbench-hover a:hover,.monaco-workbench .workbench-hover a:active{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .workbench-hover code{background:var(--vscode-textCodeBlock-background)}.monaco-workbench .workbench-hover .hover-row .actions{background:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-workbench .workbench-hover.right-aligned{left:1px}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions{flex-direction:row-reverse}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-right:0;margin-left:16px}.monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{position:absolute;display:none}.monaco-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.monaco-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.scrollbar>.slider{background:var(--vscode-scrollbarSlider-background)}.monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-scrollable-element>.scrollbar>.slider.active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-hover{cursor:default;position:absolute;overflow:hidden;user-select:text;-webkit-user-select:text;box-sizing:border-box;animation:fadein .1s linear;line-height:1.5em;white-space:var(--vscode-hover-whiteSpace, normal)}.monaco-hover.hidden{display:none}.monaco-hover a:hover:not(.disabled){cursor:pointer}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){max-width:var(--vscode-hover-maxWidth, 500px);word-wrap:break-word}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover p,.monaco-hover .code,.monaco-hover ul,.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{margin:8px 0}.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{line-height:1.1}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{box-sizing:border-box;border-left:0px;border-right:0px;margin:4px -8px -4px;height:1px}.monaco-hover p:first-child,.monaco-hover .code:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover p:last-child,.monaco-hover .code:last-child,.monaco-hover ul:last-child{margin-bottom:0}.monaco-hover ul,.monaco-hover ol{padding-left:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:var(--vscode-hover-sourceWhiteSpace, pre-wrap)}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .info{font-style:italic;padding:0 8px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px;width:100%}.monaco-hover .hover-row.status-bar .actions .action-container{margin-right:16px;cursor:pointer}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}.monaco-hover .hover-row.status-bar .actions .action-container a{color:var(--vscode-textLink-foreground);text-decoration:var(--text-link-decoration)}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link:hover,.monaco-hover .hover-contents a.code-link{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-foreground)}.monaco-hover .hover-contents a.code-link>span:hover{color:var(--vscode-textLink-activeForeground)}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span{margin-bottom:4px;display:inline-block}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span.codicon{margin-bottom:2px}.monaco-hover-content .action-container a{-webkit-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{pointer-events:none;opacity:.4;cursor:default}.monaco-editor .rendered-markdown kbd{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow);vertical-align:middle;padding:1px 3px}.rendered-markdown li:has(input[type=checkbox]){list-style-type:none}.monaco-aria-container{position:absolute;left:-999em}.context-view{position:absolute}.context-view.fixed{all:initial;font-family:inherit;font-size:13px;position:fixed;color:inherit}.monaco-list{position:relative;height:100%;width:100%;white-space:nowrap}.monaco-list.mouse-support{user-select:none;-webkit-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{position:relative;width:100%;height:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{width:auto;min-width:100%}.monaco-list-row{position:absolute;box-sizing:border-box;overflow:hidden;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list .monaco-scrollable-element>.scrollbar.vertical,.monaco-pane-view>.monaco-split-view2.vertical>.monaco-scrollable-element>.scrollbar.vertical{z-index:14}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-single,.monaco-list.selection-multiple{outline:0!important}.monaco-drag-image{display:inline-block;padding:1px 7px;border-radius:10px;font-size:12px;position:absolute;z-index:1000}.monaco-list-type-filter-message{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;padding:40px 1em 1em;text-align:center;white-space:normal;opacity:.7;pointer-events:none}.monaco-list-type-filter-message:empty{display:none}.monaco-select-box-dropdown-padding{--dropdown-padding-top: 1px;--dropdown-padding-bottom: 1px}.hc-black .monaco-select-box-dropdown-padding,.hc-light .monaco-select-box-dropdown-padding{--dropdown-padding-top: 3px;--dropdown-padding-bottom: 4px}.monaco-select-box-dropdown-container{display:none;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown *{margin:0}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown a:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown code{line-height:15px;font-family:var(--monaco-monospace-font)}.monaco-select-box-dropdown-container.visible{display:flex;flex-direction:column;text-align:left;width:1px;overflow:hidden;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container{flex:0 0 auto;align-self:flex-start;padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom);padding-left:1px;padding-right:1px;width:100%;overflow:hidden;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane{padding:5px}.hc-black .monaco-select-box-dropdown-container>.select-box-dropdown-list-container{padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom)}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row{cursor:pointer}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left;opacity:.7}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{text-overflow:ellipsis;overflow:hidden;padding-right:10px;white-space:nowrap;float:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control{flex:1 1 auto;align-self:flex-start;opacity:0}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div{overflow:hidden;max-height:0px}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{padding-left:4px;padding-right:8px;white-space:nowrap}.monaco-select-box{width:100%;cursor:pointer;border-radius:2px}.monaco-select-box-dropdown-container{font-size:13px;font-weight:400;text-transform:none}.monaco-action-bar .action-item.select-container{cursor:default}.monaco-action-bar .action-item .monaco-select-box{cursor:pointer;min-width:100px;min-height:18px;padding:2px 23px 2px 8px}.mac .monaco-action-bar .action-item .monaco-select-box{font-size:11px;border-radius:5px}.monaco-action-bar{white-space:nowrap;height:100%}.monaco-action-bar .actions-container{display:flex;margin:0 auto;padding:0;height:100%;width:100%;align-items:center}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{display:block;align-items:center;justify-content:center;cursor:pointer;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .icon,.monaco-action-bar .action-item .codicon{display:block}.monaco-action-bar .action-item .codicon{display:flex;align-items:center;width:16px;height:16px}.monaco-action-bar .action-label{display:flex;font-size:11px;padding:3px;border-radius:5px}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:before,.monaco-action-bar .action-item.disabled .action-label:hover{color:var(--vscode-disabledForeground)}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{display:block;border-bottom:1px solid #bbb;padding-top:1px;margin-left:.8em;margin-right:.8em}.monaco-action-bar .action-item .action-label.separator{width:1px;height:16px;margin:5px 4px!important;cursor:default;min-width:1px;padding:0;background-color:#bbb}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{overflow:hidden;flex:1;max-width:170px;min-width:60px;display:flex;align-items:center;justify-content:center;margin-right:10px}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator{display:flex;align-items:center;cursor:default}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator>div{width:1px}.monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.monaco-action-bar .action-item.menu-entry .action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-action-bar .action-item.menu-entry.text-only .action-label{color:var(--vscode-descriptionForeground);overflow:hidden;border-radius:2px}.monaco-action-bar .action-item.menu-entry.text-only.use-comma:not(:last-of-type) .action-label:after{content:", "}.monaco-action-bar .action-item.menu-entry.text-only+.action-item:not(.text-only)>.monaco-dropdown .action-label{color:var(--vscode-descriptionForeground)}.monaco-dropdown-with-default{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-dropdown-with-default:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.hc-light .quick-input-widget .monaco-highlighted-label .highlight{color:#0f4a85}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:solid 1px rgba(204,204,204,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px rgb(111,195,223);box-shadow:none;color:#fff}.hc-light .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px #0F4A85;box-shadow:none;color:#292929}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:solid 1px rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}.monaco-custom-toggle{margin-left:2px;float:left;cursor:pointer;overflow:hidden;width:20px;height:20px;border-radius:3px;border:1px solid transparent;padding:1px;box-sizing:border-box;user-select:none;-webkit-user-select:none}.monaco-custom-toggle:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-toggle,.hc-light .monaco-custom-toggle,.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{background:none}.monaco-custom-toggle.monaco-checkbox{height:18px;width:18px;border:1px solid transparent;border-radius:3px;margin-right:9px;margin-left:0;padding:0;opacity:1;background-size:16px!important}.monaco-action-bar .checkbox-action-item{display:flex;align-items:center;border-radius:2px;padding-right:2px}.monaco-action-bar .checkbox-action-item:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-action-bar .checkbox-action-item>.monaco-custom-toggle.monaco-checkbox{margin-right:4px}.monaco-action-bar .checkbox-action-item>.checkbox-label{font-size:12px}.monaco-custom-toggle.monaco-checkbox:not(.checked):before{visibility:hidden}.quick-input-widget{position:absolute;width:600px;z-index:2550;left:50%;margin-left:-300px;-webkit-app-region:no-drag;border-radius:6px}.quick-input-titlebar{display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}.quick-input-left-action-bar{display:flex;margin-left:4px;flex:1}.quick-input-inline-action-bar{margin:2px 0 0 5px}.quick-input-title{padding:3px 0;text-align:center;text-overflow:ellipsis;overflow:hidden}.quick-input-right-action-bar{display:flex;margin-right:4px;flex:1}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:center;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px 6px 6px 11px}.quick-input-header .quick-input-description{margin:4px 2px;flex:1}.quick-input-header{display:flex;padding:8px 6px 2px}.quick-input-widget.hidden-input .quick-input-header{padding:0;margin-bottom:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{flex-grow:1;display:flex;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{position:absolute;left:-10000px}.quick-input-count{align-self:center;position:absolute;right:4px;display:flex;align-items:center}.quick-input-count .monaco-count-badge{vertical-align:middle;padding:2px 4px;border-radius:2px;min-height:auto;line-height:normal}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{font-size:11px;padding:0 6px;display:flex;height:25px;align-items:center}.quick-input-message{margin-top:-1px;padding:5px;overflow-wrap:break-word}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-message a{color:inherit}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-list{line-height:22px}.quick-input-widget.hidden-input .quick-input-list{margin-top:4px;padding-bottom:4px}.quick-input-list .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-list .monaco-scrollable-element{padding:0 5px}.quick-input-list .quick-input-list-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-width:1px;border-top-style:solid}.quick-input-list .monaco-list-row{border-radius:3px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-icon{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;display:flex;align-items:center;justify-content:center}.quick-input-list .quick-input-list-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1;margin-left:5px}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{display:flex;align-items:center}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label>span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{opacity:.7;line-height:normal;text-overflow:ellipsis;overflow:hidden}.quick-input-list .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{font-weight:700;background-color:unset;color:var(--vscode-list-highlightForeground)!important}.quick-input-list .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-list-focusHighlightForeground)!important}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:4px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:2px}.quick-input-list .quick-input-list-entry-action-bar{margin-top:1px}.quick-input-list .quick-input-list-entry-action-bar{margin-right:4px}.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry.focus-inside .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.passive-focused .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}.quick-input-list .quick-input-list-separator-as-item{padding:4px 6px;font-size:12px}.quick-input-list .quick-input-list-separator-as-item .label-name{font-weight:600}.quick-input-list .quick-input-list-separator-as-item .label-description{opacity:1!important}.quick-input-list .monaco-tree-sticky-row .quick-input-list-entry.quick-input-list-separator-as-item.quick-input-list-separator-border{border-top-style:none}.quick-input-list .monaco-tree-sticky-row{padding:0 5px}.quick-input-list .monaco-tl-twistie{display:none!important}.monaco-text-button{box-sizing:border-box;display:flex;width:100%;padding:4px;border-radius:2px;text-align:center;cursor:pointer;justify-content:center;align-items:center;border:1px solid var(--vscode-button-border, transparent);line-height:18px}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled:focus,.monaco-button.disabled{opacity:.4!important;cursor:default}.monaco-text-button .codicon{margin:0 .2em;color:inherit!important}.monaco-text-button.monaco-text-button-with-short-label{flex-direction:row;flex-wrap:wrap;padding:0 4px;overflow:hidden;height:28px}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label{flex-basis:100%}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{flex-grow:1;width:0;overflow:hidden}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label,.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{display:flex;justify-content:center;align-items:center;font-weight:400;font-style:inherit;padding:4px 0}.monaco-button-dropdown{display:flex;cursor:pointer}.monaco-button-dropdown.disabled{cursor:default}.monaco-button-dropdown>.monaco-button:focus{outline-offset:-1px!important}.monaco-button-dropdown.disabled>.monaco-button.disabled,.monaco-button-dropdown.disabled>.monaco-button.disabled:focus,.monaco-button-dropdown.disabled>.monaco-button-dropdown-separator{opacity:.4!important}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-right-width:0!important}.monaco-button-dropdown .monaco-button-dropdown-separator{padding:4px 0;cursor:default}.monaco-button-dropdown .monaco-button-dropdown-separator>div{height:100%;width:1px}.monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border:1px solid var(--vscode-button-border, transparent);border-left-width:0!important;border-radius:0 2px 2px 0;display:flex;align-items:center}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-radius:2px 0 0 2px}.monaco-description-button{display:flex;flex-direction:column;align-items:center;margin:4px 5px}.monaco-description-button .monaco-button-description{font-style:italic;font-size:11px;padding:4px 20px}.monaco-description-button .monaco-button-label,.monaco-description-button .monaco-button-description{display:flex;justify-content:center;align-items:center}.monaco-description-button .monaco-button-label>.codicon,.monaco-description-button .monaco-button-description>.codicon{margin:0 .2em;color:inherit!important}.monaco-button.default-colors,.monaco-button-dropdown.default-colors>.monaco-button{color:var(--vscode-button-foreground);background-color:var(--vscode-button-background)}.monaco-button.default-colors:hover,.monaco-button-dropdown.default-colors>.monaco-button:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-button.default-colors.secondary,.monaco-button-dropdown.default-colors>.monaco-button.secondary{color:var(--vscode-button-secondaryForeground);background-color:var(--vscode-button-secondaryBackground)}.monaco-button.default-colors.secondary:hover,.monaco-button-dropdown.default-colors>.monaco-button.secondary:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator{background-color:var(--vscode-button-background);border-top:1px solid var(--vscode-button-border);border-bottom:1px solid var(--vscode-button-border)}.monaco-button-dropdown.default-colors .monaco-button.secondary+.monaco-button-dropdown-separator{background-color:var(--vscode-button-secondaryBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator>div{background-color:var(--vscode-button-separator)}.monaco-count-badge{padding:3px 6px;border-radius:11px;font-size:11px;min-width:18px;min-height:18px;line-height:11px;font-weight:400;text-align:center;display:inline-block;box-sizing:border-box}.monaco-count-badge.long{padding:2px 3px;border-radius:2px;min-height:auto;line-height:normal}.monaco-progress-container{width:100%;height:2px;overflow:hidden}.monaco-progress-container .progress-bit{width:2%;height:2px;position:absolute;left:0;display:none}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width .1s linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{animation-name:progress;animation-duration:4s;animation-iteration-count:infinite;transform:translateZ(0);animation-timing-function:linear}.monaco-progress-container.infinite.infinite-long-running .progress-bit{animation-timing-function:steps(100)}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}.monaco-inputbox{position:relative;display:block;padding:0;box-sizing:border-box;border-radius:2px;font-size:inherit}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px 6px}.monaco-inputbox>.ibwrapper{position:relative;width:100%;height:100%}.monaco-inputbox>.ibwrapper>.input{display:inline-block;box-sizing:border-box;width:100%;height:100%;line-height:inherit;border:none;font-family:inherit;font-size:inherit;resize:none;color:inherit}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{display:block;scrollbar-width:none;outline:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{position:absolute;display:inline-block;width:100%;top:0;left:0;box-sizing:border-box;white-space:pre-wrap;visibility:hidden;word-wrap:break-word}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{display:inline-block;overflow:hidden;text-align:left;width:100%;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;margin-top:-1px;word-wrap:break-word}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;width:16px;height:16px}.monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls,.hc-light .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls,.hc-light .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@keyframes monaco-findInput-highlight-0{0%{background:#fdff00cc}to{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:#fdff00cc}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:#ffffff70}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:#ffffff70}99%{background:transparent}}:root{--vscode-sash-size: 4px;--vscode-sash-hover-size: 4px}.monaco-sash{position:absolute;z-index:35;touch-action:none}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;top:0;width:var(--vscode-sash-size);height:100%}.monaco-sash.horizontal{cursor:ns-resize;left:0;width:100%;height:var(--vscode-sash-size)}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";height:calc(var(--vscode-sash-size) * 2);width:calc(var(--vscode-sash-size) * 2);z-index:100;display:block;cursor:all-scroll;position:absolute}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--vscode-sash-size) * -.5);top:calc(var(--vscode-sash-size) * -1)}.monaco-sash.vertical>.orthogonal-drag-handle.end{left:calc(var(--vscode-sash-size) * -.5);bottom:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{top:calc(var(--vscode-sash-size) * -.5);left:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{top:calc(var(--vscode-sash-size) * -.5);right:calc(var(--vscode-sash-size) * -1)}.monaco-sash:before{content:"";pointer-events:none;position:absolute;width:100%;height:100%;background:transparent}.monaco-workbench:not(.reduce-motion) .monaco-sash:before{transition:background-color .1s ease-out}.monaco-sash.hover:before,.monaco-sash.active:before{background:var(--vscode-sash-hoverBorder)}.monaco-sash.vertical:before{width:var(--vscode-sash-hover-size);left:calc(50% - (var(--vscode-sash-hover-size) / 2))}.monaco-sash.horizontal:before{height:var(--vscode-sash-hover-size);top:calc(50% - (var(--vscode-sash-hover-size) / 2))}.pointer-events-disabled{pointer-events:none!important}.monaco-sash.debug{background:#0ff}.monaco-sash.debug.disabled{background:#0ff3}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}.monaco-split-view2{position:relative;width:100%;height:100%}.monaco-split-view2>.sash-container{position:absolute;width:100%;height:100%;pointer-events:none}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:initial}.monaco-split-view2>.monaco-scrollable-element{width:100%;height:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{width:100%;height:100%;white-space:nowrap;position:relative}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{white-space:initial;position:absolute}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{content:" ";position:absolute;top:0;left:0;z-index:5;pointer-events:none;background-color:var(--separator-border)}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}.monaco-table{display:flex;flex-direction:column;position:relative;height:100%;width:100%;white-space:nowrap;overflow:hidden}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{width:100%;height:100%;font-weight:700;overflow:hidden;text-overflow:ellipsis}.monaco-table-th,.monaco-table-td{box-sizing:border-box;flex-shrink:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{content:"";position:absolute;left:calc(var(--vscode-sash-size) / 2);width:0;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}.monaco-tl-row{display:flex;height:100%;align-items:center;position:relative}.monaco-tl-row.disabled{cursor:default}.monaco-tl-indent{height:100%;position:absolute;top:0;left:16px;pointer-events:none}.hide-arrows .monaco-tl-indent{left:12px}.monaco-tl-indent>.indent-guide{display:inline-block;box-sizing:border-box;height:100%;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-tl-indent>.indent-guide{transition:border-color .1s linear}.monaco-tl-twistie,.monaco-tl-contents{height:100%}.monaco-tl-twistie{font-size:10px;text-align:right;padding-right:6px;flex-shrink:0;width:16px;display:flex!important;align-items:center;justify-content:center;transform:translate(3px)}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}.monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{animation:codicon-spin 1.25s steps(30) infinite}.monaco-tree-type-filter{position:absolute;top:0;display:flex;padding:3px;max-width:200px;z-index:100;margin:0 6px;border:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.monaco-workbench:not(.reduce-motion) .monaco-tree-type-filter{transition:top .3s}.monaco-tree-type-filter.disabled{top:-40px!important}.monaco-tree-type-filter-grab{display:flex!important;align-items:center;justify-content:center;cursor:grab;margin-right:2px}.monaco-tree-type-filter-grab.grabbing{cursor:grabbing}.monaco-tree-type-filter-input{flex:1}.monaco-tree-type-filter-input .monaco-inputbox{height:23px}.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.input,.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.mirror{padding:2px 4px}.monaco-tree-type-filter-input .monaco-findInput>.controls{top:2px}.monaco-tree-type-filter-actionbar{margin-left:4px}.monaco-tree-type-filter-actionbar .monaco-action-bar .action-label{padding:2px}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{position:absolute;top:0;left:0;width:100%;height:0;z-index:13;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row{position:absolute;width:100%;opacity:1!important;overflow:hidden;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row:hover{background-color:var(--vscode-list-hoverBackground)!important;cursor:pointer}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty,.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty .monaco-tree-sticky-container-shadow{display:none}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{position:absolute;bottom:-3px;left:0;height:0px;width:100%}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container[tabindex="0"]:focus{outline:none}.monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;line-height:inherit!important;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;flex-shrink:0}.monaco-icon-label-iconpath{width:16px;height:16px;padding-left:2px;margin-top:2px;display:flex}.monaco-icon-label-container.disabled{color:var(--vscode-disabledForeground)}.monaco-icon-label>.monaco-icon-label-container{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-suffix-container>.label-suffix{opacity:.7;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.7;margin-left:.5em;font-size:.9em;white-space:pre}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-style:italic}.monaco-icon-label.deprecated{text-decoration:line-through;opacity:.66}.monaco-icon-label.italic:after{font-style:italic}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{text-decoration:line-through}.monaco-icon-label:after{opacity:.75;font-size:90%;font-weight:600;margin:auto 16px 0 5px;text-align:center}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}.monaco-keybinding{display:flex;align-items:center;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{display:inline-block;border-style:solid;border-width:1px;border-radius:3px;vertical-align:middle;font-size:11px;padding:3px 5px;margin:0 2px}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{position:relative;overflow:visible;-webkit-text-size-adjust:100%;color:var(--vscode-editor-foreground);background-color:var(--vscode-editor-background);overflow-wrap:initial}.monaco-editor-background{background-color:var(--vscode-editor-background)}.monaco-editor .rangeHighlight{background-color:var(--vscode-editor-rangeHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-rangeHighlightBorder)}.monaco-editor.hc-black .rangeHighlight,.monaco-editor.hc-light .rangeHighlight{border-style:dotted}.monaco-editor .symbolHighlight{background-color:var(--vscode-editor-symbolHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-symbolHighlightBorder)}.monaco-editor.hc-black .symbolHighlight,.monaco-editor.hc-light .symbolHighlight{border-style:dotted}.monaco-editor .overflow-guard{position:relative;overflow:hidden}.monaco-editor .view-overlays{position:absolute;top:0}.monaco-editor .view-overlays>div,.monaco-editor .margin-view-overlays>div{position:absolute;width:100%}.monaco-editor .squiggly-error{border-bottom:4px double var(--vscode-editorError-border)}.monaco-editor .squiggly-error:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorError-background)}.monaco-editor .squiggly-warning{border-bottom:4px double var(--vscode-editorWarning-border)}.monaco-editor .squiggly-warning:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorWarning-background)}.monaco-editor .squiggly-info{border-bottom:4px double var(--vscode-editorInfo-border)}.monaco-editor .squiggly-info:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorInfo-background)}.monaco-editor .squiggly-hint{border-bottom:2px dotted var(--vscode-editorHint-border)}.monaco-editor.showUnused .squiggly-unnecessary{border-bottom:2px dashed var(--vscode-editorUnnecessaryCode-border)}.monaco-editor.showDeprecated .squiggly-inline-deprecated{text-decoration:line-through;text-decoration-color:var(--vscode-editor-foreground, inherit)}.monaco-editor .inputarea{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:none!important;resize:none;border:none;overflow:hidden;color:transparent;background-color:transparent;z-index:-10}.monaco-editor .inputarea.ime-input{z-index:10;caret-color:var(--vscode-editorCursor-foreground);color:var(--vscode-editor-foreground)}.monaco-editor .margin-view-overlays .line-numbers{bottom:0;font-variant-numeric:tabular-nums;position:absolute;text-align:right;display:inline-block;vertical-align:middle;box-sizing:border-box;cursor:default}.monaco-editor .relative-current-line-number{text-align:left;display:inline-block;width:100%}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}.monaco-editor .line-numbers{color:var(--vscode-editorLineNumber-foreground)}.monaco-editor .line-numbers.active-line-number{color:var(--vscode-editorLineNumber-activeForeground)}.monaco-editor .margin{background-color:var(--vscode-editorGutter-background)}.monaco-mouse-cursor-text{cursor:text}.monaco-editor .blockDecorations-container{position:absolute;top:0;pointer-events:none}.monaco-editor .blockDecorations-block{position:absolute;box-sizing:border-box}.monaco-editor .view-overlays .current-line,.monaco-editor .margin-view-overlays .current-line{display:block;position:absolute;left:0;top:0;box-sizing:border-box;height:100%}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}.monaco-editor .lines-content .cdr{position:absolute;height:100%}.monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .glyph-margin-widgets .cgmr{position:absolute;display:flex;align-items:center;justify-content:center}.monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.monaco-editor .lines-content .core-guide{position:absolute;box-sizing:border-box;height:100%}.mtkcontrol{color:#fff!important;background:#960000!important}.mtkoverflow{background-color:var(--vscode-button-background, var(--vscode-editor-background));color:var(--vscode-button-foreground, var(--vscode-editor-foreground));border-width:1px;border-style:solid;border-color:var(--vscode-contrastBorder);border-radius:2px;padding:4px;cursor:pointer}.mtkoverflow:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{user-select:none;-webkit-user-select:none}.monaco-editor.mac .lines-content:hover,.monaco-editor.mac .view-line:hover,.monaco-editor.mac .view-lines:hover{user-select:text;-webkit-user-select:text;-ms-user-select:text}.monaco-editor.enable-user-select{user-select:initial;-webkit-user-select:initial}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{position:absolute;width:100%}.monaco-editor .lines-content>.view-lines>.view-line>span{top:0;bottom:0;position:absolute}.monaco-editor .mtkw{color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .mtkz{display:inline-block;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .lines-decorations{position:absolute;top:0;background:#fff}.monaco-editor .margin-view-overlays .cldr{position:absolute;height:100%}.monaco-editor .margin-view-overlays .cmdr{position:absolute;left:0;width:100%;height:100%}.monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover:hover .minimap-slider,.monaco-editor .minimap.slider-mouseover .minimap-slider.active{opacity:1}.monaco-editor .minimap-slider .minimap-slider-horizontal{background:var(--vscode-minimapSlider-background)}.monaco-editor .minimap-slider:hover .minimap-slider-horizontal{background:var(--vscode-minimapSlider-hoverBackground)}.monaco-editor .minimap-slider.active .minimap-slider-horizontal{background:var(--vscode-minimapSlider-activeBackground)}.monaco-editor .minimap-shadow-visible{box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{position:absolute;left:-6px;width:6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{position:absolute;left:-1px;width:1px}.minimap.autohide{opacity:0;transition:opacity .5s}.minimap.autohide:hover{opacity:1}.monaco-editor .minimap{z-index:5}.monaco-editor .overlayWidgets{position:absolute;top:0;left:0}.monaco-editor .view-ruler{position:absolute;top:0;box-shadow:1px 0 0 0 var(--vscode-editorRuler-foreground) inset}.monaco-editor .scroll-decoration{position:absolute;top:0;left:0;height:6px;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .focused .selected-text{background-color:var(--vscode-editor-selectionBackground)}.monaco-editor .selected-text{background-color:var(--vscode-editor-inactiveSelectionBackground)}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor.hc-light .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-light .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-light .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-light .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{position:absolute;overflow:hidden;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{border-bottom-width:2px;border-bottom-style:solid;background:transparent!important}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{border-bottom-width:1px;border-bottom-style:solid;background:transparent!important}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}.monaco-editor .mwh{position:absolute;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .diff-hidden-lines-widget{width:100%}.monaco-editor .diff-hidden-lines{height:0px;transform:translateY(-10px);font-size:13px;line-height:14px}.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover,.monaco-editor .diff-hidden-lines:not(.dragging) .bottom:hover,.monaco-editor .diff-hidden-lines .top.dragging,.monaco-editor .diff-hidden-lines .bottom.dragging{background-color:var(--vscode-focusBorder)}.monaco-editor .diff-hidden-lines .top,.monaco-editor .diff-hidden-lines .bottom{transition:background-color .1s ease-out;height:4px;background-color:transparent;background-clip:padding-box;border-bottom:2px solid transparent;border-top:4px solid transparent}.monaco-editor.draggingUnchangedRegion.canMoveTop:not(.canMoveBottom) *,.monaco-editor .diff-hidden-lines .top.canMoveTop:not(.canMoveBottom),.monaco-editor .diff-hidden-lines .bottom.canMoveTop:not(.canMoveBottom){cursor:n-resize!important}.monaco-editor.draggingUnchangedRegion:not(.canMoveTop).canMoveBottom *,.monaco-editor .diff-hidden-lines .top:not(.canMoveTop).canMoveBottom,.monaco-editor .diff-hidden-lines .bottom:not(.canMoveTop).canMoveBottom{cursor:s-resize!important}.monaco-editor.draggingUnchangedRegion.canMoveTop.canMoveBottom *,.monaco-editor .diff-hidden-lines .top.canMoveTop.canMoveBottom,.monaco-editor .diff-hidden-lines .bottom.canMoveTop.canMoveBottom{cursor:ns-resize!important}.monaco-editor .diff-hidden-lines .top{transform:translateY(4px)}.monaco-editor .diff-hidden-lines .bottom{transform:translateY(-6px)}.monaco-editor .diff-unchanged-lines{background:var(--vscode-diffEditor-unchangedCodeBackground)}.monaco-editor .noModificationsOverlay{z-index:1;background:var(--vscode-editor-background);display:flex;justify-content:center;align-items:center}.monaco-editor .diff-hidden-lines .center{background:var(--vscode-diffEditor-unchangedRegionBackground);color:var(--vscode-diffEditor-unchangedRegionForeground);overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;height:24px;box-shadow:inset 0 -5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow),inset 0 5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow)}.monaco-editor .diff-hidden-lines .center span.codicon{vertical-align:middle}.monaco-editor .diff-hidden-lines .center a:hover .codicon{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .diff-hidden-lines div.breadcrumb-item{cursor:pointer}.monaco-editor .diff-hidden-lines div.breadcrumb-item:hover{color:var(--vscode-editorLink-activeForeground)}.monaco-editor .movedOriginal,.monaco-editor .movedModified{border:2px solid var(--vscode-diffEditor-move-border)}.monaco-editor .movedOriginal.currentMove,.monaco-editor .movedModified.currentMove{border:2px solid var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path.currentMove{stroke:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path{pointer-events:visiblestroke}.monaco-diff-editor .moved-blocks-lines .arrow{fill:var(--vscode-diffEditor-move-border)}.monaco-diff-editor .moved-blocks-lines .arrow.currentMove{fill:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines .arrow-rectangle{fill:var(--vscode-editor-background)}.monaco-diff-editor .moved-blocks-lines{position:absolute;pointer-events:none}.monaco-diff-editor .moved-blocks-lines path{fill:none;stroke:var(--vscode-diffEditor-move-border);stroke-width:2}.monaco-editor .char-delete.diff-range-empty{margin-left:-1px;border-left:solid var(--vscode-diffEditor-removedTextBackground) 3px}.monaco-editor .char-insert.diff-range-empty{border-left:solid var(--vscode-diffEditor-insertedTextBackground) 3px}.monaco-editor .fold-unchanged{cursor:pointer}.monaco-diff-editor .diff-moved-code-block{display:flex;justify-content:flex-end;margin-top:-4px}.monaco-diff-editor .diff-moved-code-block .action-bar .action-label.codicon{width:12px;height:12px;font-size:12px}.monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:#00000008}.monaco-diff-editor.vs-dark .diffOverview{background:#ffffff03}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar{background:#0000}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-light .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:#ababab66}.modified-in-monaco-diff-editor.hc-black .slider.active,.modified-in-monaco-diff-editor.hc-light .slider.active{background:none}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{font-size:11px!important;opacity:.7!important;display:flex!important;align-items:center}.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign,.monaco-editor.hc-light .insert-sign,.monaco-diff-editor.hc-light .insert-sign,.monaco-editor.hc-light .delete-sign,.monaco-diff-editor.hc-light .delete-sign{opacity:1}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .inline-added-margin-view-zone{text-align:right}.monaco-editor .arrow-revert-change{z-index:10;position:absolute}.monaco-editor .arrow-revert-change:hover{cursor:pointer}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}.monaco-editor .char-insert,.monaco-diff-editor .char-insert{background-color:var(--vscode-diffEditor-insertedTextBackground)}.monaco-editor .line-insert,.monaco-diff-editor .line-insert{background-color:var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .line-insert,.monaco-editor .char-insert{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-insertedTextBorder)}.monaco-editor.hc-black .line-insert,.monaco-editor.hc-light .line-insert,.monaco-editor.hc-black .char-insert,.monaco-editor.hc-light .char-insert{border-style:dashed}.monaco-editor .line-delete,.monaco-editor .char-delete{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-removedTextBorder)}.monaco-editor.hc-black .line-delete,.monaco-editor.hc-light .line-delete,.monaco-editor.hc-black .char-delete,.monaco-editor.hc-light .char-delete{border-style:dashed}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .gutter-insert,.monaco-diff-editor .gutter-insert{background-color:var(--vscode-diffEditorGutter-insertedLineBackground, var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .char-delete,.monaco-diff-editor .char-delete,.monaco-editor .inline-deleted-text{background-color:var(--vscode-diffEditor-removedTextBackground)}.monaco-editor .inline-deleted-text{text-decoration:line-through}.monaco-editor .line-delete,.monaco-diff-editor .line-delete{background-color:var(--vscode-diffEditor-removedLineBackground, var(--vscode-diffEditor-removedTextBackground))}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .gutter-delete,.monaco-diff-editor .gutter-delete{background-color:var(--vscode-diffEditorGutter-removedLineBackground, var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground))}.monaco-diff-editor.side-by-side .editor.modified{box-shadow:-6px 0 5px -5px var(--vscode-scrollbar-shadow);border-left:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor.side-by-side .editor.original{box-shadow:6px 0 5px -5px var(--vscode-scrollbar-shadow);border-right:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor .diffViewport{background:var(--vscode-scrollbarSlider-background)}.monaco-diff-editor .diffViewport:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-diff-editor .diffViewport:active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-editor .diagonal-fill{background-image:linear-gradient(-45deg,var(--vscode-diffEditor-diagonalFill) 12.5%,#0000 12.5%,#0000 50%,var(--vscode-diffEditor-diagonalFill) 50%,var(--vscode-diffEditor-diagonalFill) 62.5%,#0000 62.5%,#0000 100%);background-size:8px 8px}.monaco-diff-editor .gutter{position:relative;overflow:hidden;flex-shrink:0;flex-grow:0}.monaco-diff-editor .gutter>div{position:absolute}.monaco-diff-editor .gutter .gutterItem{opacity:0;transition:opacity .7s}.monaco-diff-editor .gutter .gutterItem.showAlways{opacity:1;transition:none}.monaco-diff-editor .gutter .gutterItem.noTransition{transition:none}.monaco-diff-editor .gutter:hover .gutterItem{opacity:1;transition:opacity .1s ease-in-out}.monaco-diff-editor .gutter .gutterItem .background{position:absolute;height:100%;left:50%;width:1px;border-left:2px var(--vscode-menu-border) solid}.monaco-diff-editor .gutter .gutterItem .buttons{position:absolute;width:100%;display:flex;justify-content:center;align-items:center}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar{height:fit-content}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar{line-height:1}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container{width:fit-content;border-radius:4px;background:var(--vscode-editorGutter-commentRangeForeground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item .action-label{padding:1px 2px}.monaco-diff-editor .diff-hidden-lines-compact{display:flex;height:11px}.monaco-diff-editor .diff-hidden-lines-compact .line-left,.monaco-diff-editor .diff-hidden-lines-compact .line-right{height:1px;border-top:1px solid;border-color:var(--vscode-editorCodeLens-foreground);opacity:.5;margin:auto;width:100%}.monaco-diff-editor .diff-hidden-lines-compact .line-left{width:20px}.monaco-diff-editor .diff-hidden-lines-compact .text{color:var(--vscode-editorCodeLens-foreground);text-wrap:nowrap;font-size:11px;line-height:11px;margin:0 4px}.monaco-component.diff-review{user-select:none;-webkit-user-select:none;z-index:99}.monaco-diff-editor .diff-review{position:absolute}.monaco-component.diff-review .diff-review-line-number{text-align:right;display:inline-block;color:var(--vscode-editorLineNumber-foreground)}.monaco-component.diff-review .diff-review-summary{padding-left:10px}.monaco-component.diff-review .diff-review-shadow{position:absolute;box-shadow:var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset}.monaco-component.diff-review .diff-review-row{white-space:pre}.monaco-component.diff-review .diff-review-table{display:table;min-width:100%}.monaco-component.diff-review .diff-review-row{display:table-row;width:100%}.monaco-component.diff-review .diff-review-spacer{display:inline-block;width:10px;vertical-align:middle}.monaco-component.diff-review .diff-review-spacer>.codicon{font-size:9px!important}.monaco-component.diff-review .diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px;z-index:100}.monaco-component.diff-review .diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.monaco-component.diff-review .revertButton{cursor:pointer}.monaco-toolbar{height:100%}.monaco-toolbar .toolbar-toggle-more{display:inline-block;padding:0}.monaco-component.multiDiffEditor{background:var(--vscode-multiDiffEditor-background);position:relative;height:100%;width:100%;overflow-y:hidden}.monaco-component.multiDiffEditor>div{position:absolute;top:0;left:0;height:100%;width:100%}.monaco-component.multiDiffEditor>div.placeholder{visibility:hidden;display:grid;place-items:center;place-content:center}.monaco-component.multiDiffEditor>div.placeholder.visible{visibility:visible}.monaco-component.multiDiffEditor .active{--vscode-multiDiffEditor-border: var(--vscode-focusBorder)}.monaco-component.multiDiffEditor .multiDiffEntry{display:flex;flex-direction:column;flex:1;overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button{margin:0 5px;cursor:pointer}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button a{display:block}.monaco-component.multiDiffEditor .multiDiffEntry .header{z-index:1000;background:var(--vscode-editor-background)}.monaco-component.multiDiffEditor .multiDiffEntry .header:not(.collapsed) .header-content{border-bottom:1px solid var(--vscode-sideBarSectionHeader-border)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content{margin:8px 0 0;padding:4px 5px;border-top:1px solid var(--vscode-multiDiffEditor-border);display:flex;align-items:center;color:var(--vscode-foreground);background:var(--vscode-multiDiffEditor-headerBackground)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content.shadow{box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path{display:flex;flex:1;min-width:0}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title{font-size:14px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title.original{flex:1;min-width:0;text-overflow:ellipsis}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .status{font-weight:600;opacity:.75;margin:0 10px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .actions{padding:0 8px}.monaco-component.multiDiffEditor .multiDiffEntry .editorParent{flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--vscode-multiDiffEditor-border);overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .editorContainer{flex:1}.monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}.inline-editor-progress-decoration{display:inline-block;width:1em;height:1em}.inline-progress-widget{display:flex!important;justify-content:center;align-items:center}.inline-progress-widget .icon{font-size:80%!important}.inline-progress-widget:hover .icon{font-size:90%!important;animation:none}.inline-progress-widget:hover .icon:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:fadeIn .15s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{padding:2px 4px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-inputValidation-infoBorder);border-radius:3px}.monaco-editor .monaco-editor-overlaymessage .message p{margin-block:0px}.monaco-editor .monaco-editor-overlaymessage .message a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-editor-overlaymessage .message a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor.hc-black .monaco-editor-overlaymessage .message,.monaco-editor.hc-light .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{width:0!important;height:0!important;border-color:transparent;border-style:solid;z-index:1000;border-width:8px;position:absolute;left:2px}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,.monaco-editor .monaco-editor-overlaymessage.below .anchor.below{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}.post-edit-widget{box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:1px solid var(--vscode-widget-border, transparent);border-radius:4px;background-color:var(--vscode-editorWidget-background);overflow:hidden}.post-edit-widget .monaco-button{padding:2px;border:none;border-radius:0}.post-edit-widget .monaco-button:hover{background-color:var(--vscode-button-secondaryHoverBackground)!important}.post-edit-widget .monaco-button .codicon{margin:0}@font-face{font-family:codicon;font-display:block;src:url(/assets/codicon-DCmgc-ay.ttf) format("truetype")}.codicon[class*=codicon-]{font: 16px/1 codicon;display:inline-block;text-decoration:none;text-rendering:auto;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none}.codicon-wrench-subaction{opacity:.5}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin{animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.monaco-editor .codicon.codicon-symbol-array,.monaco-workbench .codicon.codicon-symbol-array{color:var(--vscode-symbolIcon-arrayForeground)}.monaco-editor .codicon.codicon-symbol-boolean,.monaco-workbench .codicon.codicon-symbol-boolean{color:var(--vscode-symbolIcon-booleanForeground)}.monaco-editor .codicon.codicon-symbol-class,.monaco-workbench .codicon.codicon-symbol-class{color:var(--vscode-symbolIcon-classForeground)}.monaco-editor .codicon.codicon-symbol-method,.monaco-workbench .codicon.codicon-symbol-method{color:var(--vscode-symbolIcon-methodForeground)}.monaco-editor .codicon.codicon-symbol-color,.monaco-workbench .codicon.codicon-symbol-color{color:var(--vscode-symbolIcon-colorForeground)}.monaco-editor .codicon.codicon-symbol-constant,.monaco-workbench .codicon.codicon-symbol-constant{color:var(--vscode-symbolIcon-constantForeground)}.monaco-editor .codicon.codicon-symbol-constructor,.monaco-workbench .codicon.codicon-symbol-constructor{color:var(--vscode-symbolIcon-constructorForeground)}.monaco-editor .codicon.codicon-symbol-value,.monaco-workbench .codicon.codicon-symbol-value,.monaco-editor .codicon.codicon-symbol-enum,.monaco-workbench .codicon.codicon-symbol-enum{color:var(--vscode-symbolIcon-enumeratorForeground)}.monaco-editor .codicon.codicon-symbol-enum-member,.monaco-workbench .codicon.codicon-symbol-enum-member{color:var(--vscode-symbolIcon-enumeratorMemberForeground)}.monaco-editor .codicon.codicon-symbol-event,.monaco-workbench .codicon.codicon-symbol-event{color:var(--vscode-symbolIcon-eventForeground)}.monaco-editor .codicon.codicon-symbol-field,.monaco-workbench .codicon.codicon-symbol-field{color:var(--vscode-symbolIcon-fieldForeground)}.monaco-editor .codicon.codicon-symbol-file,.monaco-workbench .codicon.codicon-symbol-file{color:var(--vscode-symbolIcon-fileForeground)}.monaco-editor .codicon.codicon-symbol-folder,.monaco-workbench .codicon.codicon-symbol-folder{color:var(--vscode-symbolIcon-folderForeground)}.monaco-editor .codicon.codicon-symbol-function,.monaco-workbench .codicon.codicon-symbol-function{color:var(--vscode-symbolIcon-functionForeground)}.monaco-editor .codicon.codicon-symbol-interface,.monaco-workbench .codicon.codicon-symbol-interface{color:var(--vscode-symbolIcon-interfaceForeground)}.monaco-editor .codicon.codicon-symbol-key,.monaco-workbench .codicon.codicon-symbol-key{color:var(--vscode-symbolIcon-keyForeground)}.monaco-editor .codicon.codicon-symbol-keyword,.monaco-workbench .codicon.codicon-symbol-keyword{color:var(--vscode-symbolIcon-keywordForeground)}.monaco-editor .codicon.codicon-symbol-module,.monaco-workbench .codicon.codicon-symbol-module{color:var(--vscode-symbolIcon-moduleForeground)}.monaco-editor .codicon.codicon-symbol-namespace,.monaco-workbench .codicon.codicon-symbol-namespace{color:var(--vscode-symbolIcon-namespaceForeground)}.monaco-editor .codicon.codicon-symbol-null,.monaco-workbench .codicon.codicon-symbol-null{color:var(--vscode-symbolIcon-nullForeground)}.monaco-editor .codicon.codicon-symbol-number,.monaco-workbench .codicon.codicon-symbol-number{color:var(--vscode-symbolIcon-numberForeground)}.monaco-editor .codicon.codicon-symbol-object,.monaco-workbench .codicon.codicon-symbol-object{color:var(--vscode-symbolIcon-objectForeground)}.monaco-editor .codicon.codicon-symbol-operator,.monaco-workbench .codicon.codicon-symbol-operator{color:var(--vscode-symbolIcon-operatorForeground)}.monaco-editor .codicon.codicon-symbol-package,.monaco-workbench .codicon.codicon-symbol-package{color:var(--vscode-symbolIcon-packageForeground)}.monaco-editor .codicon.codicon-symbol-property,.monaco-workbench .codicon.codicon-symbol-property{color:var(--vscode-symbolIcon-propertyForeground)}.monaco-editor .codicon.codicon-symbol-reference,.monaco-workbench .codicon.codicon-symbol-reference{color:var(--vscode-symbolIcon-referenceForeground)}.monaco-editor .codicon.codicon-symbol-snippet,.monaco-workbench .codicon.codicon-symbol-snippet{color:var(--vscode-symbolIcon-snippetForeground)}.monaco-editor .codicon.codicon-symbol-string,.monaco-workbench .codicon.codicon-symbol-string{color:var(--vscode-symbolIcon-stringForeground)}.monaco-editor .codicon.codicon-symbol-struct,.monaco-workbench .codicon.codicon-symbol-struct{color:var(--vscode-symbolIcon-structForeground)}.monaco-editor .codicon.codicon-symbol-text,.monaco-workbench .codicon.codicon-symbol-text{color:var(--vscode-symbolIcon-textForeground)}.monaco-editor .codicon.codicon-symbol-type-parameter,.monaco-workbench .codicon.codicon-symbol-type-parameter{color:var(--vscode-symbolIcon-typeParameterForeground)}.monaco-editor .codicon.codicon-symbol-unit,.monaco-workbench .codicon.codicon-symbol-unit{color:var(--vscode-symbolIcon-unitForeground)}.monaco-editor .codicon.codicon-symbol-variable,.monaco-workbench .codicon.codicon-symbol-variable{color:var(--vscode-symbolIcon-variableForeground)}.monaco-editor .lightBulbWidget{display:flex;align-items:center;justify-content:center}.monaco-editor .lightBulbWidget:hover{cursor:pointer}.monaco-editor .lightBulbWidget.codicon-light-bulb,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .lightBulbWidget.codicon-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.monaco-editor .lightBulbWidget:before{position:relative;z-index:2}.monaco-editor .lightBulbWidget:after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;opacity:.3;z-index:1}.monaco-editor .glyph-margin-widgets .cgmr[class*=codicon-gutter-lightbulb]{display:block;cursor:pointer}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.action-widget{font-size:13px;min-width:160px;max-width:80vw;z-index:40;display:block;width:100%;border:1px solid var(--vscode-editorWidget-border)!important;border-radius:5px;background-color:var(--vscode-editorActionList-background);color:var(--vscode-editorActionList-foreground);padding:4px;box-shadow:0 2px 8px var(--vscode-widget-shadow)}.context-view-block{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:-1}.context-view-pointerBlock{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:2}.action-widget .monaco-list{user-select:none;-webkit-user-select:none;border:none!important;border-width:0!important}.action-widget .monaco-list:focus:before{outline:0!important}.action-widget .monaco-list .monaco-scrollable-element{overflow:visible}.action-widget .monaco-list .monaco-list-row{padding:0 10px;white-space:nowrap;cursor:pointer;touch-action:none;width:100%;border-radius:4px}.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled){background-color:var(--vscode-editorActionList-focusBackground)!important;color:var(--vscode-editorActionList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder, transparent);outline-offset:-1px}.action-widget .monaco-list-row.group-header{color:var(--vscode-descriptionForeground)!important;font-weight:600;font-size:12px}.action-widget .monaco-list-row.group-header:not(:first-of-type){margin-top:2px}.action-widget .monaco-list .group-header,.action-widget .monaco-list .option-disabled,.action-widget .monaco-list .option-disabled:before,.action-widget .monaco-list .option-disabled .focused,.action-widget .monaco-list .option-disabled .focused:before{cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:transparent!important;outline:0 solid!important}.action-widget .monaco-list-row.action{display:flex;gap:8px;align-items:center}.action-widget .monaco-list-row.action.option-disabled,.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,.action-widget .monaco-list-row.action.option-disabled .codicon,.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled{color:var(--vscode-disabledForeground)}.action-widget .monaco-list-row.action:not(.option-disabled) .codicon{color:inherit}.action-widget .monaco-list-row.action .title{flex:1;overflow:hidden;text-overflow:ellipsis}.action-widget .monaco-list-row.action .monaco-keybinding>.monaco-keybinding-key{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow)}.action-widget .action-widget-action-bar{background-color:var(--vscode-editorActionList-background);border-top:1px solid var(--vscode-editorHoverWidget-border);margin-top:2px}.action-widget .action-widget-action-bar:before{display:block;content:"";width:100%}.action-widget .action-widget-action-bar .actions-container{padding:3px 8px 0}.action-widget-action-bar .action-label{color:var(--vscode-textLink-activeForeground);font-size:12px;line-height:22px;padding:0;pointer-events:all}.action-widget-action-bar .action-item{margin-right:16px;pointer-events:none}.action-widget-action-bar .action-label:hover{background-color:transparent!important}.monaco-action-bar .actions-container.highlight-toggled .action-label.checked{background:var(--vscode-actionBar-toggledBackground)!important}.monaco-editor .codelens-decoration{overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);padding-right:calc(var(--vscode-editorCodeLens-fontSize)*.5);font-feature-settings:var(--vscode-editorCodeLens-fontFeatureSettings);font-family:var(--vscode-editorCodeLens-fontFamily),var(--vscode-editorCodeLens-fontFamilyDefault)}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{user-select:none;-webkit-user-select:none;white-space:nowrap;vertical-align:sub}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{vertical-align:middle;color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize)}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:fadein .1s linear}.colorpicker-widget{height:190px;user-select:none;-webkit-user-select:none}.colorpicker-color-decoration,.hc-light .colorpicker-color-decoration{border:solid .1em #000;box-sizing:border-box;margin:.1em .2em 0;width:.8em;height:.8em;line-height:.8em;display:inline-block;cursor:pointer}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:solid .1em #eee}.colorpicker-header{display:flex;height:24px;position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-header .picked-color{width:240px;display:flex;align-items:center;justify-content:center;line-height:24px;cursor:pointer;color:#fff;flex:1;white-space:nowrap;overflow:hidden}.colorpicker-header .picked-color .picked-color-presentation{white-space:nowrap;margin-left:5px;margin-right:5px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.standalone-colorpicker{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header.standalone-colorpicker{border-bottom:none}.colorpicker-header .close-button{cursor:pointer;background-color:var(--vscode-editorHoverWidget-background);border-left:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header .close-button-inner-div{width:100%;height:100%;text-align:center}.colorpicker-header .close-button-inner-div:hover{background-color:var(--vscode-toolbar-hoverBackground)}.colorpicker-header .close-icon{padding:3px}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{overflow:hidden;height:150px;position:relative;min-width:220px;flex:1}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{width:9px;height:9px;margin:-5px 0 0 -5px;border:1px solid rgb(255,255,255);border-radius:100%;box-shadow:0 0 2px #000c;position:absolute}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .standalone-strip{width:25px;height:122px}.colorpicker-body .hue-strip{position:relative;margin-left:8px;cursor:grab;background:linear-gradient(to bottom,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.colorpicker-body .opacity-strip{position:relative;margin-left:8px;cursor:grab;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:grabbing}.colorpicker-body .slider{position:absolute;top:0;left:-2px;width:calc(100% + 4px);height:4px;box-sizing:border-box;border:1px solid rgba(255,255,255,.71);box-shadow:0 0 1px #000000d9}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}.colorpicker-body .standalone-strip .standalone-overlay{height:122px;pointer-events:none}.standalone-colorpicker-body{display:block;border:1px solid transparent;border-bottom:1px solid var(--vscode-editorHoverWidget-border);overflow:hidden}.colorpicker-body .insert-button{position:absolute;height:20px;width:58px;padding:0;right:8px;bottom:8px;background:var(--vscode-button-background);color:var(--vscode-button-foreground);border-radius:2px;border:none;cursor:pointer}.colorpicker-body .insert-button:hover{background:var(--vscode-button-hoverBackground)}.monaco-editor .inlineSuggestionsHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineSuggestionsHints a,.monaco-editor .inlineSuggestionsHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineSuggestionsHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a{display:flex;min-width:19px;justify-content:center}.monaco-editor .inlineSuggestionStatusBarItemLabel{margin-right:2px}.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:nowrap}.monaco-editor .peekview-widget .head .peekview-title{display:flex;align-items:baseline;font-size:13px;margin-left:20px;min-width:0;text-overflow:ellipsis;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1;text-align:right;padding-right:2px}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px;align-self:center}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}.monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-bottom-style:solid;border-top-width:0;border-bottom-width:0;position:relative}.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;width:100%;text-align:center;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{line-height:23px;background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground)}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{display:inline-flex;width:100%;height:100%;color:var(--vscode-peekViewResult-fileForeground)}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-right:12px;margin-left:auto}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder, transparent);box-sizing:border-box}.monaco-editor .hoverHighlight{background-color:var(--vscode-editor-hoverHighlightBackground)}.monaco-editor .monaco-hover-content{padding-right:2px;padding-bottom:2px;box-sizing:border-box}.monaco-editor .monaco-hover{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px}.monaco-editor .monaco-hover a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .monaco-hover .hover-row{display:flex}.monaco-editor .monaco-hover .hover-row .hover-row-contents{min-width:0;display:flex;flex-direction:column}.monaco-editor .monaco-hover .hover-row .verbosity-actions{display:flex;flex-direction:column;padding-left:5px;padding-right:5px;justify-content:end;border-right:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon{cursor:pointer;font-size:11px}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.enabled{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.disabled{opacity:.6}.monaco-editor .monaco-hover .hover-row .actions{background-color:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-editor .monaco-hover code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor.vs .dnd-target,.monaco-editor.hc-light .dnd-target{border-right:2px dotted black;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #AEAFAD;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.hc-light.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.hc-light.mac.mouse-copy .view-lines{cursor:copy}.monaco-editor .findOptionsWidget{background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground);box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:2px solid var(--vscode-contrastBorder)}.monaco-editor .find-widget{position:absolute;z-index:35;height:33px;overflow:hidden;line-height:19px;transition:transform .2s linear;padding:0 4px;box-sizing:border-box;transform:translateY(calc(-100% - 10px));box-shadow:0 0 8px 2px var(--vscode-widget-shadow);color:var(--vscode-editorWidget-foreground);border-left:1px solid var(--vscode-widget-border);border-right:1px solid var(--vscode-widget-border);border-bottom:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:var(--vscode-editorWidget-background)}.monaco-workbench.reduce-motion .monaco-editor .find-widget{transition:transform 0ms linear}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{margin:3px 25px 0 17px;font-size:12px;display:flex}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-top:2px;padding-bottom:2px}.monaco-editor .find-widget>.find-part .find-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget>.replace-part .replace-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget .monaco-findInput{vertical-align:middle;display:flex;flex:1}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{display:flex;flex:initial;margin:0 0 0 3px;padding:2px 0 0 2px;height:25px;vertical-align:middle;box-sizing:border-box;text-align:center;line-height:23px}.monaco-editor .find-widget .button{width:16px;height:16px;padding:3px;border-radius:5px;flex:initial;margin-left:3px;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center}.monaco-editor .find-widget .codicon-find-selection{width:22px;height:22px;padding:3px;border-radius:5px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{width:auto;padding:1px 6px;top:-1px}.monaco-editor .find-widget .button.toggle{position:absolute;top:0;left:3px;width:18px;height:100%;border-radius:0;box-sizing:border-box}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{color:var(--vscode-disabledForeground);cursor:default}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{position:relative;display:flex;vertical-align:middle;flex:auto;flex-grow:0;flex-shrink:0}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .find-widget.no-results .matchesCount{color:var(--vscode-errorForeground)}.monaco-editor .findMatch{animation-duration:0;animation-name:inherit!important;background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor .currentFindMatch{background-color:var(--vscode-editor-findMatchBackground);border:2px solid var(--vscode-editor-findMatchBorder);padding:1px;box-sizing:border-box}.monaco-editor .findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor .find-widget .monaco-sash{left:0!important;background-color:var(--vscode-editorWidget-resizeBorder, var(--vscode-editorWidget-border))}.monaco-editor.hc-black .find-widget .button:before{position:relative;top:1px;left:2px}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:var(--vscode-toolbar-hoverBackground)!important}.monaco-editor.findMatch{background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor.currentFindMatch{background-color:var(--vscode-editor-findMatchBackground)}.monaco-editor.findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor.findMatch{background-color:var(--vscode-editorWidget-background)}.monaco-editor .find-widget>.button.codicon-widget-close{position:absolute;top:5px;right:4px}.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-editor .margin-view-overlays .codicon-folding-collapsed{cursor:pointer;opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;font-size:140%;margin-left:2px}.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed{transition:initial}.monaco-editor .margin-view-overlays:hover .codicon,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons{opacity:1}.monaco-editor .inline-folded:after{color:var(--vscode-editor-foldPlaceholderForeground);margin:.1em .2em 0;content:"⋯";display:inline;line-height:1em;cursor:pointer}.monaco-editor .folded-background{background-color:var(--vscode-editor-foldBackground)}.monaco-editor .cldr.codicon.codicon-folding-expanded,.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed{color:var(--vscode-editorGutter-foldingControlForeground)!important}.monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{display:inline-block;cursor:pointer;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{opacity:0;font-size:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text .ghost-text{font-style:italic}.monaco-editor .ghost-text-decoration,.monaco-editor .ghost-text-decoration-preview,.monaco-editor .suggest-preview-text .ghost-text{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .snippet-placeholder{min-width:2px;outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetTabstopHighlightBorder, transparent)}.monaco-editor .finish-snippet-placeholder{outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent)}.monaco-editor .suggest-widget{width:430px;z-index:40;display:flex;flex-direction:column;border-radius:3px}.monaco-editor .suggest-widget.message{flex-direction:row;align-items:center}.monaco-editor .suggest-widget,.monaco-editor .suggest-details{flex:0 1 auto;width:100%;border-style:solid;border-width:1px;border-color:var(--vscode-editorSuggestWidget-border);background-color:var(--vscode-editorSuggestWidget-background)}.monaco-editor.hc-black .suggest-widget,.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-light .suggest-widget,.monaco-editor.hc-light .suggest-details{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{box-sizing:border-box;display:none;flex-flow:row nowrap;justify-content:space-between;width:100%;font-size:80%;padding:0 4px;border-top:1px solid var(--vscode-editorSuggestWidget-border);overflow:hidden}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{user-select:none;-webkit-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{display:flex;-mox-box-sizing:border-box;box-sizing:border-box;padding-right:10px;background-repeat:no-repeat;background-position:2px 2px;white-space:nowrap;cursor:pointer;touch-action:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden;padding-left:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:pre;justify-content:space-between}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label{color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;opacity:1;font-size:14px;cursor:pointer}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;top:6px;right:2px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{overflow:hidden;text-overflow:ellipsis;opacity:.6}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{margin-left:12px;opacity:.4;font-size:85%;line-height:initial;text-overflow:ellipsis;overflow:hidden;align-self:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;margin-left:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-shrink:1;flex-grow:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{overflow:hidden;flex-shrink:4;max-width:70%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;position:absolute;right:10px;width:18px;height:18px;visibility:hidden}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{display:block;height:16px;width:16px;margin-left:2px;background-repeat:no-repeat;background-size:80%;background-position:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{display:flex;align-items:center;margin-right:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{margin:0 0 0 .3em;border:.1em solid #000;width:.7em;height:.7em;display:inline-block}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{display:flex;flex-direction:column;cursor:default;color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;overflow:hidden;text-overflow:ellipsis;opacity:.7;white-space:pre;margin:0 24px 0 0;padding:4px 0 12px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px;overflow:hidden}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{padding:0;white-space:initial;min-height:calc(1rem + 8px)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{white-space:pre-wrap;word-wrap:break-word}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ul,.monaco-editor .suggest-details ol{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}.monaco-editor .goto-definition-link{text-decoration:underline;cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;vertical-align:text-top;margin-right:4px}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{position:absolute;white-space:pre;user-select:text;-webkit-user-select:text;padding:8px 12px 0 20px}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{opacity:.6;color:inherit}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-activeForeground)}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer;color:var(--vscode-textLink-activeForeground)}.monaco-editor .zone-widget .codicon.codicon-error,.markers-panel .marker-icon.error,.markers-panel .marker-icon .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error,.extensions-viewlet>.extensions .codicon.codicon-error,.extension-editor .codicon.codicon-error,.preferences-editor .codicon.codicon-error{color:var(--vscode-problemsErrorIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-warning,.markers-panel .marker-icon.warning,.markers-panel .marker-icon .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.extension-editor .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning{color:var(--vscode-problemsWarningIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-info,.markers-panel .marker-icon.info,.markers-panel .marker-icon .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.extension-editor .codicon.codicon-info,.preferences-editor .codicon.codicon-info{color:var(--vscode-problemsInfoIcon-foreground)}.monaco-editor.vs .valueSetReplacement{outline:solid 2px var(--vscode-editorBracketMatch-border)}.monaco-editor .linked-editing-decoration{background-color:var(--vscode-editor-linkedEditingBackground);min-width:1px}.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .focused .selectionHighlight{background-color:var(--vscode-editor-selectionHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-selectionHighlightBorder)}.monaco-editor.hc-black .focused .selectionHighlight,.monaco-editor.hc-light .focused .selectionHighlight{border-style:dotted}.monaco-editor .wordHighlight{background-color:var(--vscode-editor-wordHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightBorder)}.monaco-editor.hc-black .wordHighlight,.monaco-editor.hc-light .wordHighlight{border-style:dotted}.monaco-editor .wordHighlightStrong{background-color:var(--vscode-editor-wordHighlightStrongBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightStrongBorder)}.monaco-editor.hc-black .wordHighlightStrong,.monaco-editor.hc-light .wordHighlightStrong{border-style:dotted}.monaco-editor .wordHighlightText{background-color:var(--vscode-editor-wordHighlightTextBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightTextBorder)}.monaco-editor.hc-black .wordHighlightText,.monaco-editor.hc-light .wordHighlightText{border-style:dotted}.monaco-editor .inline-edit-remove{background-color:var(--vscode-editorGhostText-background);font-style:italic}.monaco-editor .inline-edit-hidden{opacity:0;font-size:0}.monaco-editor .inline-edit-decoration,.monaco-editor .suggest-preview-text .inline-edit{font-style:italic}.monaco-editor .inline-completion-text-to-replace{text-decoration:underline;text-underline-position:under}.monaco-editor .inline-edit-decoration,.monaco-editor .inline-edit-decoration-preview,.monaco-editor .suggest-preview-text .inline-edit{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .inlineEditHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineEditHints a,.monaco-editor .inlineEditHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineEditHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineEditHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineEditStatusBarItemLabel{margin-right:2px}.monaco-editor .inlineEditSideBySide{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);white-space:pre}.monaco-editor div.inline-edits-widget{--widget-color: var(--vscode-notifications-background)}.monaco-editor div.inline-edits-widget .promptEditor .monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .toolbar,.monaco-editor div.inline-edits-widget .promptEditor{opacity:0;transition:opacity .2s ease-in-out}.monaco-editor div.inline-edits-widget:hover .toolbar,.monaco-editor div.inline-edits-widget:hover .promptEditor,.monaco-editor div.inline-edits-widget.focused .toolbar,.monaco-editor div.inline-edits-widget.focused .promptEditor{opacity:1}.monaco-editor div.inline-edits-widget .preview .monaco-editor{--vscode-editor-background: var(--widget-color)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .mtk1{color:var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .view-overlays .current-line-exact,.monaco-editor div.inline-edits-widget .preview .monaco-editor .current-line-margin{border:none}.monaco-editor div.inline-edits-widget svg .gradient-start{stop-color:var(--vscode-editor-background)}.monaco-editor div.inline-edits-widget svg .gradient-stop{stop-color:var(--widget-color)}.monaco-editor .parameter-hints-widget{z-index:39;display:flex;flex-direction:column;line-height:1.5em;cursor:default;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.hc-black .monaco-editor .parameter-hints-widget,.hc-light .monaco-editor .parameter-hints-widget{border-width:2px}.monaco-editor .parameter-hints-widget>.phwrapper{max-width:440px;display:flex;flex-direction:row}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.multiple .body:before{content:"";display:block;height:100%;position:absolute;opacity:.5;border-left:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px;position:relative}.monaco-editor .parameter-hints-widget .signature.has-docs:after{content:"";display:block;position:absolute;left:0;width:100%;padding-top:4px;opacity:.5;border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget .code{font-family:var(--vscode-parameterHintsWidget-editorFontFamily),var(--vscode-parameterHintsWidget-editorFontFamilyDefault)}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs a{color:var(--vscode-textLink-foreground)}.monaco-editor .parameter-hints-widget .docs a:hover{color:var(--vscode-textLink-activeForeground);cursor:pointer}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs code{font-family:var(--monaco-monospace-font);border-radius:3px;padding:0 .4em;background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .controls{display:none;flex-direction:column;align-items:center;min-width:22px;justify-content:flex-end}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{width:16px;height:16px;background-repeat:no-repeat;cursor:pointer}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{text-align:center;height:12px;line-height:12px;font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .signature .parameter.active{color:var(--vscode-editorHoverWidget-highlightForeground);font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}.monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor .editorPlaceholder{top:0;position:absolute;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;pointer-events:none;color:var(--vscode-editor-placeholder-foreground)}.monaco-editor .rename-box{z-index:100;color:inherit;border-radius:4px}.monaco-editor .rename-box.preview{padding:4px 4px 0}.monaco-editor .rename-box .rename-input-with-button{padding:3px;border-radius:2px;width:calc(100% - 8px)}.monaco-editor .rename-box .rename-input{width:calc(100% - 8px);padding:0}.monaco-editor .rename-box .rename-input:focus{outline:none}.monaco-editor .rename-box .rename-suggestions-button{display:flex;align-items:center;padding:3px;background-color:transparent;border:none;border-radius:5px;cursor:pointer}.monaco-editor .rename-box .rename-suggestions-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row{border-radius:2px}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}.monaco-editor .sticky-widget{overflow:hidden}.monaco-editor .sticky-widget-line-numbers{float:left;background-color:inherit}.monaco-editor .sticky-widget-lines-scrollable{display:inline-block;position:absolute;overflow:hidden;width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit}.monaco-editor .sticky-widget-lines{position:absolute;background-color:inherit}.monaco-editor .sticky-line-number,.monaco-editor .sticky-line-content{color:var(--vscode-editorLineNumber-foreground);white-space:nowrap;display:inline-block;position:absolute;background-color:inherit}.monaco-editor .sticky-line-number .codicon-folding-expanded,.monaco-editor .sticky-line-number .codicon-folding-collapsed{float:right;transition:var(--vscode-editorStickyScroll-foldingOpacityTransition)}.monaco-editor .sticky-line-content{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;white-space:nowrap}.monaco-editor .sticky-line-number-inner{display:inline-block;text-align:right}.monaco-editor .sticky-widget{border-bottom:1px solid var(--vscode-editorStickyScroll-border)}.monaco-editor .sticky-line-content:hover{background-color:var(--vscode-editorStickyScrollHover-background);cursor:pointer}.monaco-editor .sticky-widget{width:100%;box-shadow:var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;z-index:4;background-color:var(--vscode-editorStickyScroll-background);right:initial!important}.monaco-editor .sticky-widget.peek{background-color:var(--vscode-peekViewEditorStickyScroll-background)}.monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);background-color:var(--vscode-editorUnicodeHighlight-background);box-sizing:border-box}.editor-banner{box-sizing:border-box;cursor:default;width:100%;font-size:12px;display:flex;overflow:visible;height:26px;background:var(--vscode-banner-background)}.editor-banner .icon-container{display:flex;flex-shrink:0;align-items:center;padding:0 6px 0 10px}.editor-banner .icon-container.custom-icon{background-repeat:no-repeat;background-position:center center;background-size:16px;width:16px;padding:0;margin:0 6px 0 10px}.editor-banner .message-container{display:flex;align-items:center;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-banner .message-container p{margin-block-start:0;margin-block-end:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{width:inherit;margin:2px 8px;padding:0 12px}.editor-banner .message-actions-container a{padding:3px;margin-left:12px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}.monaco-link{color:var(--vscode-textLink-foreground)}.monaco-link:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .iPadShowKeyboard{width:58px;min-width:0;height:36px;min-height:0;margin:0;padding:0;position:absolute;resize:none;overflow:hidden;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #F6F6F6;border-radius:4px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #252526}.monaco-editor .tokens-inspect-widget{z-index:50;user-select:text;-webkit-user-select:text;padding:10px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor.hc-black .tokens-inspect-widget,.monaco-editor.hc-light .tokens-inspect-widget{border-width:2px}.monaco-editor .tokens-inspect-widget .tokens-inspect-separator{height:1px;border:0;background-color:var(--vscode-editorHoverWidget-border)}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{font-weight:400;font-size:60%;float:right}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font);text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}._edit_grid_items_modal_xzupq_1 .ant-modal-content{padding-bottom:10px}._edit_grid_items_modal_xzupq_1 .ant-modal-close:hover{background-color:#eaeefb;color:#8491b6}._edit_grid_items_modal_xzupq_1 .ant-modal-close:active{background-color:#e7e8fe;color:#5961ea}._edit_grid_items_modal_xzupq_1 .ant-modal-title{display:flex;align-items:center;text-align:center;margin-top:-2px}.grid-stack{position:relative}.grid-stack-rtl{direction:ltr}.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;margin:0;position:absolute;width:auto;z-index:0!important}.grid-stack>.grid-stack-item{position:absolute;padding:0;top:0;left:0;width:var(--gs-column-width);height:var(--gs-cell-height)}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');background-repeat:no-repeat;background-position:center}.grid-stack-item>.ui-resizable-ne{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px #0003;opacity:.8}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left 0s,top 0s,height 0s,width 0s}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack>.grid-stack-item[gs-x="0"]{left:0}.dashboard-grid{position:relative;min-height:100%;background-color:#fff;overflow:hidden;padding-right:16px;padding-bottom:16px}.dashboard-grid .grid-stack{background-image:none;background-size:8.3333333333% 80px;background-position:0 0;background-color:#fff;transition:all .2s ease;min-height:80vh!important}.dashboard-grid .grid-stack.dragging{background-image:linear-gradient(rgba(64,158,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(64,158,255,.15) 1px,transparent 1px);background-size:8.3333333333% 80px;background-color:#409eff05}.dashboard-grid .grid-stack.resizing{background-image:linear-gradient(rgba(103,194,58,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(103,194,58,.15) 1px,transparent 1px);background-size:8.3333333333% 80px;background-color:#67c23a05}.dashboard-grid .grid-drop-zone{position:absolute;border:2px dashed rgba(64,158,255,.6);background:#409eff1a;border-radius:4px;pointer-events:none;z-index:1000;transition:all .2s ease}.dashboard-grid .grid-drop-zone.active{border-color:#409effcc;background:#409eff26;box-shadow:0 0 10px #409eff4d}.dashboard-grid .resize-guide{position:absolute;background:#67c23a33;border:1px solid rgba(103,194,58,.4);border-radius:2px;pointer-events:none;z-index:1000}.dashboard-grid .grid-cell-highlight{position:absolute;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:2px;pointer-events:none;z-index:999}.dashboard-grid .grid-stack-item{min-height:200px!important}.dashboard-grid .grid-stack-item-content{height:100%!important;width:100%!important;overflow:visible;padding:8px;box-sizing:border-box;display:flex;gap:16px;flex-direction:column}.dashboard-grid .grid-stack-item canvas{width:100%!important;height:100%!important;max-height:none!important}.dashboard-grid .grid-stack-item .echarts-for-react{width:100%!important;height:100%!important;max-height:none!important}.dashboard-grid .grid-stack-item .chart-container{flex:1;min-height:0;display:flex;flex-direction:column}.dashboard-grid .grid-stack-item *{box-sizing:border-box}.dashboard-grid .grid-stack-item{overflow:visible!important}.dashboard-grid .grid-stack-item .chart-container{overflow:visible}.dashboard-grid .grid-stack-item canvas,.dashboard-grid .grid-stack-item .echarts-for-react{max-width:100%!important;max-height:100%!important}.dashboard-grid .grid-stack-item .ui-resizable-handle{background:transparent!important;border:none!important;opacity:0!important;pointer-events:auto!important;width:20px!important;height:20px!important}.dashboard-grid .grid-stack-item .ui-resizable-sw{left:10!important;bottom:0!important;cursor:sw-resize!important}.dashboard-grid .grid-stack-item .ui-resizable-se{right:0!important;bottom:0!important;cursor:se-resize!important}.dashboard-grid .custom-resize-handle{background:#0000001a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid rgba(0,0,0,.2)}.dashboard-grid .custom-resize-handle:hover{background:#0003;transform:scale(1.1);border-color:#0006}.dashboard-grid .custom-resize-handle:active{background:#0000004d;transform:scale(.95);border-color:#0009}.dashboard-grid .custom-resize-handle{z-index:1000!important;pointer-events:auto!important}.dashboard-grid .resize-handlers .custom-resize-handle{cursor:pointer!important;pointer-events:auto!important}.dashboard-grid .grid-stack-item.is-resizing .custom-resize-handle{background:#0000004d!important;border-color:#0009!important;transform:scale(1.2)}.dashboard-grid .grid-stack-item *,.dashboard-grid .chart-container *,.dashboard-grid .echarts-for-react *{overflow:visible!important}.dashboard-grid .grid-stack-item .stat-chart-container{overflow:auto!important;max-height:100%!important}.dashboard-grid .drag-handle{cursor:grab!important;-webkit-user-select:none;user-select:none;pointer-events:auto!important;position:relative;z-index:10}.dashboard-grid .drag-handle:active{cursor:grabbing!important}.dashboard-grid .chart-container{cursor:default!important;-webkit-user-select:auto;user-select:auto;pointer-events:auto!important}.dashboard-grid .chart-container canvas,.dashboard-grid .chart-container .echarts-for-react{cursor:default!important;pointer-events:auto!important}.dashboard-grid .chart-container .echarts-for-react,.dashboard-grid .chart-container canvas,.dashboard-grid .chart-container svg{pointer-events:auto!important;cursor:default!important}.dashboard-grid .chart-container.line-chart,.dashboard-grid .chart-container.bar-chart{cursor:crosshair!important}.dashboard-grid .chart-container.line-chart *,.dashboard-grid .chart-container.bar-chart *{cursor:pointer!important}.dashboard-grid .chart-container.line-chart canvas,.dashboard-grid .chart-container.line-chart .echarts-for-react,.dashboard-grid .chart-container.line-chart svg,.dashboard-grid .chart-container.line-chart .echarts-tooltip,.dashboard-grid .chart-container.line-chart [class*=echarts-tooltip],.dashboard-grid .chart-container.bar-chart canvas,.dashboard-grid .chart-container.bar-chart .echarts-for-react,.dashboard-grid .chart-container.bar-chart svg,.dashboard-grid .chart-container.bar-chart .echarts-tooltip,.dashboard-grid .chart-container.bar-chart [class*=echarts-tooltip]{cursor:crosshair!important}.dashboard-grid .chart-container *{cursor:default!important}.dashboard-grid .widget-content{width:100%;height:100%;min-height:0;border:1px solid #eaeefb;border-radius:4px;display:flex;flex-direction:column;overflow:visible;background-color:#fff}.dashboard-grid .widget-header{font-size:12px;color:#1e253d;flex-shrink:0;cursor:grab;display:flex;justify-content:space-between;align-items:center;text-overflow:ellipsis}.dashboard-grid .widget-header-drag-indicator{font-size:10px;opacity:.6}.dashboard-grid .widget-chart-container{flex:1;min-height:0;padding:2px;overflow:visible}.dashboard-grid .widget-chart-container:has(.table-chart-container){overflow:hidden!important}.dashboard-grid .table-chart-container{overflow:hidden!important;height:100%!important;max-height:100%!important}.dashboard-grid .table-chart-container *{overflow:auto!important}.dashboard-grid .widget-loading,.dashboard-grid .widget-error,.dashboard-grid .widget-no-data{display:flex;justify-content:center;align-items:center;height:100%}.dashboard-grid .widget-error{color:red}.dashboard-grid .widget-no-data{color:#666}.dashboard-grid .widget-resize-handlers{display:flex;justify-content:space-between;align-items:center;padding:0;gap:8px;flex-shrink:0;cursor:grab}.dashboard-grid .widget-resize-left{position:absolute;bottom:10px;left:10px;cursor:sw-resize}.dashboard-grid .widget-resize-left:hover{opacity:1;background:#fff;transform:scale(1.1)}.dashboard-grid .widget-resize-right{position:absolute;bottom:10px;right:10px;cursor:se-resize}.dashboard-grid .widget-resize-right:hover{opacity:1;background:#fff;transform:scale(1.1)}.dashboard-grid .grid-stack-item.is-resizing{z-index:1001!important}.dashboard-grid .empty-state-container{display:flex;justify-content:center;align-items:center;min-height:100px;padding:20px;background-color:var(--primary-background);border-radius:8px;border:1px solid var(--border-color)}.button-in-grid-items{border:1px solid #e4eafb;border-radius:4px;background-color:#fff;height:32px;width:32px!important;display:flex;align-items:center;justify-content:center;padding:4px 8px}.button-in-grid-items:hover{background-color:#fafbff;cursor:pointer}.button-in-grid-items:active{background-color:#f6f8ff}.custom-echarts-tooltip,.custom-echarts-tooltip .ant-tooltip-inner{max-height:400px!important;overflow:hidden!important}.custom-echarts-tooltip div[style*="overflow-y: auto"]{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}._infra__tabs__wrapper_1et9y_1 .ant-tabs-nav{background-color:var(--primary-background);padding:0 1.6rem}._infra__tabs__wrapper_1et9y_1 .ant-tabs-content-holder{display:none!important}._InfraPage__Outlet_1et9y_9{padding:0 1.6rem}._nodes__tab__wrapper_1mndk_1{height:fit-content;background-color:var(--primary-background);border-radius:.6rem;border:1px solid var(--border-6);display:flex;flex-direction:column}._nodes__tab__wrapper_1mndk_1>div[aria-label=data-table]{border-radius:0;border-left:0;border-right:0}._nodes__tab__wrapper__header_1mndk_14{display:flex;padding:1.4rem 2.1rem;border-bottom:0px;align-items:center}._nodes__tab__wrapper__header_1mndk_14 ._count__span_1mndk_20{font-size:1.2rem;margin:0 .8rem;padding:.4rem 1.2rem;background-color:var(--chip-default-background);border-radius:.6rem;white-space:nowrap}._nodes__tab__wrapper__header__actions_1mndk_28{flex:1;display:flex;justify-content:flex-end;gap:.8rem;align-items:center}._nodes__tab__wrapper__header__actions_1mndk_28 ._node__search_1mndk_35{max-width:240px;border:1px solid var(--border-7);border-radius:.8rem}._nodes__tab__wrapper__header__actions_1mndk_28 ._clear__button_1mndk_40{color:var(--primary);border:1px solid var(--primary);border-radius:.6rem;padding:.6rem 1.6rem!important;height:unset}._nodes__tab__wrapper__header__actions_1mndk_28 ._clear__button_1mndk_40 span{font-weight:500}._nodes__tab__wrapper_1mndk_1 .ant-table{border-radius:unset}._nodes__tab__wrapper_1mndk_1 .ant-table-container{border-start-start-radius:unset;border-start-end-radius:unset}._nodes__tab__wrapper_1mndk_1 .ant-table-header{border-radius:unset}._multi__select__with__search_1nvny_1{align-self:center;--border-6: var(--border-7)}._multi__select__with__search_1nvny_1 .ant-select-selection-item{background:var(--primary-background)!important;margin-right:0!important}._multi__select__with__search_1nvny_1 .ant-select-selection-overflow{flex-wrap:nowrap!important}._multi__select__with__search_1nvny_1 .ant-select-selection-overflow-item,._multi__select__with__search_1nvny_1 .ant-select-selection-overflow-item-rest{width:fit-content!important;flex:1!important}._multi__select__with__search_1nvny_1 .ant-select-selection-search{width:100%!important;flex:1!important}._multi__select__with__search_1nvny_1 .ant-select-selection-search:has(>input:focus){position:absolute;top:50%;transform:translateY(-50%);left:0}._multi__select__with__search_1nvny_1 .ant-select-selection-search .ant-select-customize-input{padding-left:4px}._multi__select__with__search_1nvny_1 .ant-select-selection-search ::placeholder{color:#464e6d!important}._dropdown__trigger_iwnz9_1{display:flex;width:24rem;justify-content:space-between;border:1px solid var(--border-7);padding:.8rem 1.2rem;border-radius:.8rem;cursor:pointer;white-space:nowrap}._dropdown__label_iwnz9_12{display:flex;justify-content:space-between;align-items:center;position:relative;padding-left:20px}._dropdown__label_iwnz9_12 ._color__dot_iwnz9_19{position:absolute;width:8px;height:8px;left:0;border-radius:50%}._disabled_iwnz9_27{background-color:#d9d9d9!important;opacity:.3;cursor:not-allowed}._disabled_overlay_iwnz9_33 .ant-dropdown-menu{background-color:#d9d9d9}._disabled_overlay_iwnz9_33 .ant-dropdown-menu-item{cursor:not-allowed!important}._disabled_overlay_iwnz9_33 .ant-dropdown-menu-item:hover{background-color:#d9d9d9!important}._wrapper_12e8q_1{display:flex;flex-direction:column;gap:0}._wrapper_12e8q_1 p{color:var(--text-1);font-size:1.2rem;margin-bottom:-.5rem}._wrapper_12e8q_1 .ant-progress-inner{width:80px!important}._wrapper_12e8q_1 .ant-progress-bg{transition:unset;height:4px!important}._StatusOptionRender_1algo_1>span{width:8px;height:8px;border-radius:50%}._header__title__wrapper_16r1u_1{display:flex;flex-direction:column;gap:1.25rem}._header__title__wrapper_16r1u_1 ._main__title__wrapper_16r1u_6{display:flex;gap:1.25rem}._header__title__wrapper_16r1u_1 ._sub__title__wrapper_16r1u_10{display:flex;gap:1.25rem;align-items:center}._header__wrapper_xmmd7_1{padding:1.6rem}._pod__tabs_xmmd7_5{padding:0 2.4rem}._wrapper_1xsr7_1 ._yaml__wrapper_1xsr7_1 span{font-family:Menlo,monospace!important;font-size:12px}._wrapper_1xsr7_1 ._yaml__wrapper_1xsr7_1 ._line-numbers_1xsr7_5{font-family:Menlo,monospace!important}._bar__popover__content_8fk47_1{padding:1.2rem 1rem;max-width:40rem;overflow:hidden;border-radius:.6rem;overflow:auto}._bar__popover__content_8fk47_1 ._popover__title_8fk47_8{font-weight:600;border-bottom:1px solid var(--border-6);padding-bottom:.8rem;font-size:1.4rem;width:100%;max-height:48px;overflow:scroll}._bar__popover__content_8fk47_1 ._details_8fk47_17{margin-top:.8rem;display:flex;flex-direction:column;gap:.4rem}._bar__popover__content_8fk47_1 ._details_8fk47_17 ._detail_8fk47_17{display:flex;justify-content:flex-start}._bar__popover__content_8fk47_1 ._details_8fk47_17 ._detail_8fk47_17 p{width:fit-content;white-space:nowrap;font-size:1.2rem}._bar__popover__content_8fk47_1 ._details_8fk47_17 ._detail_8fk47_17 ._title_8fk47_32{width:100px;font-weight:500;color:#657195}._bar__popover__content_8fk47_1 ._details_8fk47_17 ._detail_8fk47_17 ._value_8fk47_37{color:#1e253d}._bars__wrapper_16qrq_1{display:flex;gap:.4rem}._bars__wrapper_16qrq_1 ._bar_16qrq_1{width:.4rem!important;height:1.6rem}._PodContianersCell_oc3oe_1{display:flex;height:100%;align-items:center;gap:.8rem}._PodContianersCell__remainingCount_oc3oe_7{background-color:#f5f5f5;font-weight:500;border-radius:.6rem;text-align:center;font-size:smaller;padding:.2rem .4rem}._node__details__wrapper_zt641_1{display:flex;flex-direction:column;gap:1.6rem;padding-bottom:1.6rem}._cpu__memory__disk__pods__wrapper_zt641_8{border-radius:.8rem;display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}._labels__annotations__wrapper_zt641_15{max-width:100%}._node__drawer__header__wrapper_q2brq_1{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.2rem 2rem;border-bottom:1px solid var(--border-6)!important}._node__drawer__header__wrapper_q2brq_1 ._header__title__wrapper_q2brq_9{display:flex;flex-direction:column;gap:1.25rem}._node__drawer__header__wrapper_q2brq_1 ._header__title__wrapper_q2brq_9 ._main__title__wrapper_q2brq_14{display:flex;gap:1.25rem}._node__drawer__header__wrapper_q2brq_1 ._header__title__wrapper_q2brq_9 ._sub__title__wrapper_q2brq_18{display:flex;gap:1.25rem;align-items:center}._tabs__wrapper_q2brq_24{padding:0rem 1.6rem 1.6rem;height:100%}._tableWrapper_13gi6_1{display:grid;grid-template-columns:var(--filter-panel-width) 1fr;grid-auto-flow:column;gap:1.6rem;align-items:flex-start;position:sticky;top:0;height:calc(100vh - 95px)}._tableWrapper_13gi6_1 tbody tr td{vertical-align:baseline;line-height:normal}._filterWrapper_13gi6_16 .ant-select-selector{border:none!important;border-radius:8px 8px 0 0;padding-left:1.5rem}._filterWrapper_13gi6_16 .ant-select-selection-overflow{padding-left:2.1rem}._filterWrapper_13gi6_16 .ant-select-selection-placeholder{padding:0rem 2.1rem}._time_wrapper_13gi6_28{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._time_wrapper_13gi6_28 ._time_13gi6_28{color:var(--text-3);font-size:1.4rem;font-family:Inter}._issueWrapper_13gi6_40{display:flex;flex-direction:column;gap:4px;width:100%}._issueWrapper_13gi6_40 span[aria-label=issue-endpoint]:hover{text-decoration:underline}._issueWrapper_13gi6_40 ._error_13gi6_49{font-weight:600;color:#f54e42}._issueWrapper_13gi6_40 ._issue_info_wrapper_13gi6_53{display:flex;gap:6px}._issueWrapper_13gi6_40 ._issue_info_wrapper_13gi6_53 ._period_13gi6_57{display:flex;gap:4px;max-width:max-content;align-items:center}._issueWrapper_13gi6_40 ._issue_info_wrapper_13gi6_53 ._period_13gi6_57 ._age_13gi6_63{color:#7581a6;font-size:12px}._detailWrapper_13gi6_68{display:flex;gap:10px;align-items:center}._detailWrapper_13gi6_68 .ant-tag{transition:none}._flexRow_13gi6_77{display:flex;flex-direction:row;gap:6px;align-items:center}._Endpoint_Workload_Title_13gi6_84[aria-clustered_resource=true]:hover{text-decoration:underline}._wrapper_1tdnm_1{display:grid;gap:0;grid-template-columns:repeat(12,1fr);width:100%;grid-area:graphs;height:fit-content}@media screen and (min-width: 768px){._wrapper_1tdnm_1{gap:1.6rem}}._chart_wrapper_1tdnm_15{grid-column:span 12}@media screen and (min-width: 768px){._chart_wrapper_1tdnm_15{grid-column:span 4}}._liveTraffic__table_zum7p_1{width:100%;height:100%}._liveTraffic__notavailable_zum7p_6{display:flex;flex-direction:column;align-items:center;margin-top:24px;flex:1}._overview_zum7p_14{display:grid;gap:1.6rem;grid-template-columns:100%;grid-template-rows:max-content auto 1fr;grid-template-areas:"filter-dropdown" "graphs" "table-with-filter";height:100%}._liveTraffic_zum7p_1{display:flex;gap:8px}._filterDropdown_zum7p_28 .ant-select-selection-overflow{padding-left:2rem}._filterDropdown_zum7p_28 .ant-select-selection-placeholder{padding:0rem 2.1rem}._filterDropdown_zum7p_28 .ant-select-arrow{display:none}._table_filter_wrapper_zum7p_38{display:grid;gap:1.6rem;grid-template-columns:var(--filter-panel-width) 1fr;grid-area:table-with-filter;padding-block:12px;height:calc(100vh - 70px);position:sticky;top:0;margin-top:-1.6rem}._table_filter_wrapper_filter_hidden_zum7p_49{display:flex!important}._trace_details_page_error_fallback__btn_zum7p_53:hover>span:not(._ant-btn-icon_zum7p_53){text-decoration:underline}._filter_dropdown_toggle_wrapper_zum7p_57{display:grid;grid-template-columns:1fr 210px;grid-area:filter-dropdown;align-items:center;gap:16px}._InputWithLabel_1uluf_1{display:flex;position:relative}._InputWithLabel_1uluf_1[data-alignment=horizontal]{flex-direction:row;align-items:center}._InputWithLabel_1uluf_1[data-alignment=vertical]{flex-direction:column}._InputWithLabel__Required__Marker_1uluf_12{color:red;display:contents}._InputWithLabel_1uluf_1:not(p){width:100%}._LogRuleFormLayout_mrtmk_1{border:1px solid var(--border-7);background-color:var(--primary-background);border-radius:.8rem;position:relative;margin-left:2rem}._LogRuleFormLayout_mrtmk_1[data-dragging=true]{border:2px solid var(--primary)}._LogRuleFormLayout_mrtmk_1:before{content:attr(data-index);position:absolute;left:-20px;z-index:9999;top:50%;transform:translateY(-50%);color:var(--text-31)}._LogRuleFormLayout__Header_mrtmk_20{display:grid;padding:1.6rem 2.4rem;gap:.8rem;grid-template-columns:32px 1fr 32px;align-items:center}._LogRuleFormLayout__Header__Drag__Handler_mrtmk_27{cursor:grab!important}._LogRuleFormLayout__Header__Middle_mrtmk_30{flex:1}._LogRuleFormLayout__Delete__Icon_mrtmk_33{position:absolute;right:-1px;top:-1px;display:none}._LogRuleFormLayout__Delete__Icon_mrtmk_33 .ant-btn{border-top-left-radius:0;border-bottom-right-radius:0;border-color:var(--border-7);z-index:99}._LogRuleFormLayout__Delete__Icon_mrtmk_33 .ant-btn:hover{background-color:#fef3f2!important;border-width:0;border-top-right-radius:7px;z-index:0}._LogRuleFormLayout__Delete__Icon_mrtmk_33 .ant-btn-color-default{box-shadow:none}._LogRuleFormLayout__Delete__Icon_mrtmk_33 .ant-btn-variant-outlined:hover{border-color:var(--border-7)!important}._LogRuleFormLayout__Deleted__Banner_mrtmk_57{position:absolute;top:2px;right:2px;bottom:2px;left:2px;display:grid;place-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._LogRuleFormLayout__Deleted__Banner__Content__Message__Undo__Button_mrtmk_64{all:unset;color:var(--primary);font-weight:var(--font-bold);cursor:pointer}._LogRuleFormLayout__Deleted__Banner__Content__Message__Undo__Button_mrtmk_64:focus{outline:4px solid var(--border-6)!important;outline-offset:2px;border-radius:var(--rounded-sm)}._LogRuleFormLayout_mrtmk_1:hover:not(:has(._LogRuleFormLayout__Deleted__Banner_mrtmk_57)) ._LogRuleFormLayout__Delete__Icon_mrtmk_33{display:block}._LogRuleFormLayout_mrtmk_1:has(._LogRuleFormLayout__Deleted__Banner_mrtmk_57){background:#fafbff;border-color:var(--bg-color-15)}._LogRuleFormLayout_mrtmk_1:has(._LogRuleFormLayout__Deleted__Banner_mrtmk_57):before{color:#ced7ef}._CreateLogPipelineModal_1sudd_1{display:grid;height:100%;grid-template-rows:54px 1fr 54px}._CreateLogPipelineModal__Header_1sudd_6{padding:1.8rem 2.4rem;border-bottom:1px solid var(--border-7)}._CreateLogPipelineModal__Body_1sudd_10{padding:1.6rem 3.2rem;overflow:auto}._CreateLogPipelineModal__Body_1sudd_10 .ant-card{width:100%}._CreateLogPipelineModal__Footer_1sudd_17{padding:1.8rem 3.6rem;border-top:1px solid var(--border-7)}._LogPipelineRuleCards_1sudd_22{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._LogPipelineRuleCards__Card_1sudd_27{display:flex;border:1px solid var(--text-8);background-color:var(--primary-background);padding:2.4rem;border-radius:.6rem}._DraggableLogRules_1sudd_35{display:flex;flex-direction:column;gap:.8rem}._AddLogRulePopover_1sudd_41{padding:.6rem 1.6rem;border:1px solid var(--primary);border-radius:.8rem;cursor:pointer}._AddLogRulePopover_1sudd_41>p{color:var(--primary);font-weight:600}._AddLogRulePopover__Popover_1sudd_52{max-width:60vw}._AddLogRulePopover__Popover__Header_1sudd_55{padding:1.6rem;border-bottom:1px solid var(--border-9)}._AddLogRulePopover__Popover__Cards_1sudd_59{display:grid;padding:1.6rem;grid-template-columns:repeat(2,1fr);gap:1.2rem}._AddLogRulePopover__Popover__Cards_1sudd_59>div{border:1px solid var(--text-8);padding:1.2rem;border-radius:.8rem;transition:background-color .2s;cursor:pointer}._AddLogRulePopover__Popover__Cards_1sudd_59>div:hover{background-color:var(--text-8)}._NestedRuleMatcher_1sudd_76{border:1px solid var(--border-7);background-color:var(--primary-background);border-radius:8px;padding:.8rem 1.1rem;max-height:200px;overflow:auto}._NestedRuleMatcher__Tags_1sudd_84{display:inline-flex;flex-wrap:wrap;gap:4}@keyframes _outline-fade-out_1sudd_1{0%{outline-width:auto}to{outline-width:0px}}._LogRuleGroups_7tsio_1{height:100%}._LogPipelinesPage_2uib4_1{display:flex;flex-direction:column;height:calc(100dvh - 63px);width:100%;overflow:auto}._LogPipelinesPage__Rules_2uib4_8{padding:1.6rem}._LogPipelinesPage__Rules__Header_2uib4_11{margin-bottom:1.6rem;display:flex;justify-content:space-between;align-items:center}._LogPipelinesPage__Rules__Wrapper_2uib4_17{position:relative;padding-inline:3.2rem}._LogPipelinesPage__Rules__Wrapper__Next_2uib4_21,._LogPipelinesPage__Rules__Wrapper__Prev_2uib4_21{position:absolute;top:50%;z-index:99;opacity:.5;pointer-events:none}._LogPipelinesPage__Rules__Wrapper__Next_2uib4_21{right:0;transform:translateY(-50%);opacity:0}._LogPipelinesPage__Rules__Wrapper__Prev_2uib4_21{transform:translateY(-50%) rotate(180deg);left:0;opacity:0}._LogPipelinesPage__Rules__Wrapper_2uib4_17[data-show-prev=true] ._LogPipelinesPage__Rules__Wrapper__Prev_2uib4_21,._LogPipelinesPage__Rules__Wrapper_2uib4_17[data-show-next=true] ._LogPipelinesPage__Rules__Wrapper__Next_2uib4_21{pointer-events:all;opacity:1}._LogPipelinesPage__Rules__Wrapper__Rule_2uib4_46{min-width:25%;background-color:var(--primary-background);padding:1.6rem;border-radius:.8rem;border:1px solid var(--border-7);cursor:pointer;display:flex;flex-direction:column;gap:.8rem;position:relative;align-items:flex-start}._LogPipelinesPage__Rules__Wrapper__Rule_2uib4_46:hover div{display:grid;place-items:center}._LogPipelinesPage__Rules__Wrapper__Rule_2uib4_46 ._ruleTitle_2uib4_63{font-weight:500;font-size:1.6rem}._LogPipelinesPage__Rules__Wrapper__Rule_2uib4_46 ._ruleDescription_2uib4_67{font-size:1.2rem;line-height:1.6}._LogPipelinesPage__Rules__Wrapper__Rule__Button_2uib4_71{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:#fffffff2;border-radius:1.6rem}._LogPipelinesPage__Transforms_2uib4_82{flex:1;padding:1.6rem;background-color:var(--primary-background)}._wrapper_1w05l_1{display:grid}._buttonAction_1w05l_5{display:grid;grid-auto-flow:column;justify-content:right;grid-gap:1.5rem}._switch_1w05l_12{display:grid;grid-auto-flow:column;justify-content:left;gap:1rem;align-items:center}._wrapper_52c6n_1{background:var(--bg-color-2);height:100%;width:100%;display:grid;align-items:center;justify-content:center;position:relative}._wrapper_52c6n_1 ._container_52c6n_10{width:41.8rem;box-shadow:var(--shadow-1);border-radius:1.2rem;padding:2rem}._wrapper_52c6n_1 ._container_52c6n_10 ._title_52c6n_16{display:grid;justify-content:center}._wrapper_52c6n_1 ._container_52c6n_10 ._title_52c6n_16 h4{font-weight:600;font-size:24px;color:var(--text-15);margin:0}._wrapper_52c6n_1 ._container_52c6n_10 ._title_52c6n_16 span{font-weight:400;font-size:16px;text-align:center}._wrapper_52c6n_1 ._container_52c6n_10 ._close_52c6n_31{position:absolute;right:2rem;top:2rem}._wrapper_52c6n_1 ._container_52c6n_10 ._logo_52c6n_36{display:grid;justify-content:center;margin-bottom:4.6rem}._wrapper_52c6n_1 ._container_52c6n_10 ._infoicon_52c6n_41{margin-bottom:2rem}._wrapper_52c6n_1 ._container_52c6n_10 ._form_52c6n_44{margin-top:3rem}._wrapper_52c6n_1 ._container_52c6n_10 ._footer_52c6n_47{margin-top:3rem;display:grid;grid-template-columns:max-content 1fr;align-items:center}._wrapper_52c6n_1 ._container_52c6n_10 ._footer_52c6n_47 ._link_52c6n_53{text-align:right;cursor:pointer;font-weight:400}._wrapper_52c6n_1 ._container_52c6n_10 ._footerInfo_52c6n_58{display:grid;margin-top:1.3rem}._wrapper_52c6n_1 ._container_52c6n_10 ._resetText_52c6n_62{text-align:center}._wrapper_52c6n_1 ._container_52c6n_10 ._googleSigninBtn_52c6n_65{background-color:var(--bg-color-1);border:1px solid var(--border-1)}@media only screen and (max-width: 600px){._wrapper_52c6n_1 ._container_52c6n_10{width:32rem}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}._networkEdge_1j6yr_1{background-color:#fff;color:#8491b6;padding:4px 9px;border-radius:20px;border:solid 1px #DDE4F6;pointer-events:all;cursor:pointer}._node_wrapper_10hyr_1{border:solid 2px #DDE4F6;border-radius:6px;background-color:#fff;width:260px;display:flex;align-items:center;justify-content:center;position:relative}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11{display:flex;flex-direction:column;gap:.5rem;padding:1rem 3rem;justify-content:center;align-items:center;width:100%;position:relative;border-radius:4px}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11 ._api_wrapper_10hyr_22{width:100%}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11 ._api_wrapper_10hyr_22 ._chip_10hyr_25{color:#5925dc;font-weight:600;font-size:1.6rem;max-width:150px!important}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11 ._api_wrapper_10hyr_22 ._workload_10hyr_11{flex:1;max-width:max-content}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11 ._workload_10hyr_11{font-weight:600;font-size:1.6rem;color:#1e253d}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11 ._namespace_10hyr_40{color:#4b5575;font-weight:500;font-size:1rem}._node_wrapper_10hyr_1 ._workload_namespace_wrapper_10hyr_11 ._nav_icon_10hyr_45{position:absolute;right:5px;top:5px}._node_wrapper_10hyr_1 ._hover_state_10hyr_50{display:flex;flex-direction:column;width:100%}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._workload_namespace_wrapper_10hyr_11{border-bottom-left-radius:unset;border-bottom-right-radius:unset}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._issue_state_10hyr_59{border-bottom:solid 1px #FFDDDB;background-color:#fef3f2}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._normal_state_10hyr_63{border-bottom:solid 1px #C5F0D4;background-color:#ebfcf2}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._live_wrapper_10hyr_67{display:flex;flex-direction:row;gap:6px;align-items:center;font-weight:500;font-size:12px;color:#5961ea;padding:14px 6px;justify-content:center;border-top:solid 1px #EAEEFB}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._live_wrapper_10hyr_67 ._live_icon_10hyr_79{padding:2px;border:solid 1px #5961EA;border-radius:3px}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._golden_signal_wrapper_10hyr_84{width:33%}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._golden_signal_wrapper_10hyr_84 ._title_10hyr_87{font-weight:500;text-align:center;margin-bottom:4px}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._golden_signal_wrapper_10hyr_84 ._metric_10hyr_92{padding:10px 4px;border-radius:4px;border:solid 1px #EAEEFB;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._remote_golden_signals_container_10hyr_103{max-height:400px;overflow:auto}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._remote_golden_signal_wrapper_10hyr_107{padding:10px 6px}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._remote_golden_signal_wrapper_10hyr_107 ._remote_heading_10hyr_110{justify-content:flex-start;align-items:center}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._remote_golden_signal_wrapper_10hyr_107 ._remote_heading_10hyr_110 ._workload_10hyr_11{font-weight:500}._node_wrapper_10hyr_1 ._hover_state_10hyr_50 ._signals_wrapper_10hyr_84 ._remote_golden_signal_wrapper_10hyr_107 ._metric_remote_10hyr_117{width:33%;padding:10px 4px;border-radius:4px;border:solid 1px #EAEEFB;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._node_icons_10hyr_130{position:absolute;top:-8px;left:20px}._globe_10hyr_136{height:16px;width:16px;background-color:#fff;border-radius:50%}._issue_count_10hyr_143{background-color:#e0392d;color:#fff;font-size:10px;display:flex;justify-content:center;align-items:center;border-radius:12px;padding:2px 8px}._flex_evenly_10hyr_154{display:flex;flex-direction:row;justify-content:space-evenly;gap:4px}._flex_column_10hyr_161{display:flex;flex-direction:column}._flex_row_10hyr_166{display:flex;flex-direction:row;gap:4px}._link_10hyr_172{font-weight:500;cursor:pointer;color:#5961ea}._link_10hyr_172:hover{text-decoration:underline}._highlight_10hyr_181{border-color:#039855}._dropdown_overlay_d2sn7_1{min-width:180px!important}._heading_wrapper_peesg_1{display:grid;padding:2rem 1.2rem 2.4rem 2rem;grid-template-columns:calc(100% - 32px - 1rem) 32px;margin-bottom:2rem;gap:1rem;border-bottom:solid 1px #f0f0f0;background-color:#fff;z-index:999;position:sticky;top:0}._heading_wrapper_peesg_1 ._workload_peesg_13{font-size:16px;font-weight:500;max-width:42%;width:auto!important}._table_wrapper_peesg_20{padding:1.2rem}._table_wrapper_peesg_20>div:has(table){border-top-left-radius:0;border-top-right-radius:0}._table_wrapper_peesg_20 .ant-table-container{border-start-start-radius:unset;border-start-end-radius:unset}._table_wrapper_peesg_20 .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-start-end-radius:unset}._table_wrapper_peesg_20 .ant-table-wrapper .ant-table .ant-table-header{border-radius:0}._table_wrapper_peesg_20 ._table_header_wrapper_peesg_37{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.2rem 1rem;border:solid 1px #f0f0f0;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px}._table_wrapper_peesg_20 ._table_header_wrapper_peesg_37 ._header_peesg_48{font-size:1.6rem;font-weight:600;display:flex;align-items:center;gap:1rem}._table_wrapper_peesg_20 ._table_header_wrapper_peesg_37 ._header_peesg_48 span{font-size:1.2rem;color:#616c8e}._table_wrapper_peesg_20 ._table_header_wrapper_peesg_37 .ant-radio-button-wrapper{padding-inline:2.4rem}._flex_column_peesg_63{display:flex;flex-direction:column;gap:1.2rem}._flex_row_peesg_69{display:flex;flex-direction:row;gap:1rem;align-items:center}._non_pointer_peesg_76{cursor:initial;border:solid 1px transparent;padding:4px}._clickable_peesg_82{border:solid 1px #eff1f8;padding:4px;border-radius:8px;cursor:pointer}._clickable_peesg_82:hover{background-color:#eff0ff;border-color:#bec2ff}._clickable_peesg_82:active{background-color:#e0e2ff}._wrapper_1nycs_1{display:grid;gap:1rem}._wrapper_1nycs_1._with_sidebar_1nycs_5{grid-template-columns:250px 1fr}._wrapper_1nycs_1._with_no_sidebar_1nycs_8{grid-template-columns:1fr}._wrapper_1nycs_1 .react-flow__edge{pointer-events:all}._wrapper_1nycs_1 ._map_wrapper_1nycs_14{border:solid 1px #eaeefc;background-color:#fff;display:flex;justify-content:center;align-items:center;position:relative}._wrapper_10vrq_1{background:var(--bg-color-2);height:100%;width:100%;display:grid;align-items:center;justify-content:center;position:relative}._wrapper_10vrq_1 ._container_10vrq_10{width:41.8rem;box-shadow:var(--shadow-1);border-radius:1.2rem;padding:4rem}._wrapper_10vrq_1 ._container_10vrq_10 ._close_10vrq_16{position:absolute;right:2rem;top:2rem}._wrapper_10vrq_1 ._container_10vrq_10 ._logo_10vrq_21{display:grid;justify-content:center;margin-bottom:4.6rem}._wrapper_10vrq_1 ._container_10vrq_10 ._infoicon_10vrq_26{margin-bottom:2rem}._wrapper_10vrq_1 ._container_10vrq_10 ._form_10vrq_29{margin-top:4rem}._wrapper_10vrq_1 ._container_10vrq_10 ._footer_10vrq_32{margin-top:1.5rem;display:grid;align-items:center}._wrapper_10vrq_1 ._container_10vrq_10 ._footer_10vrq_32 ._link_10vrq_37{text-align:right;cursor:pointer;font-weight:400}._wrapper_10vrq_1 ._container_10vrq_10 ._footerInfo_10vrq_42{display:grid;justify-content:center;margin-top:2rem}._wrapper_10vrq_1 ._container_10vrq_10 ._resetText_10vrq_47{text-align:center;font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:25px}._wrapper_10vrq_1 ._container_10vrq_10 ._resetDesc_10vrq_54{text-align:center;line-height:18px}._wrapper_10vrq_1 ._container_10vrq_10 ._resetBackBtn_10vrq_58{width:340px}@media only screen and (max-width: 600px){._wrapper_10vrq_1 ._container_10vrq_10{width:32rem}}._wrapper_10vrq_1 ul{margin:0}._wrapper_10vrq_1 ul li{padding:.3rem 1.2rem;text-align:left}._formData_10vrq_74{display:grid;grid-template-columns:1fr 2rem}._label_10vrq_79{display:grid;grid-auto-flow:column;gap:1rem;align-items:center}._rum__tabs__wrapper_91gzo_1 .ant-tabs-nav{background-color:var(--primary-background);padding:0 1.6rem;margin:0}._rum__tabs__wrapper_91gzo_1 .ant-tabs-content-holder{display:none!important}._rum__tabs__wrapper_91gzo_1 .ant-tabs-tab{padding:16px 0 8px}._rum__tabs__wrapper_91gzo_1 .ant-tabs-tab-btn{font-size:13px}._rum__outlet_91gzo_16{background:#fff;padding:16px;overflow:visible}._rum__outlet_91gzo_16[data-path="/rum/android/dashboard"]{padding:0}._select_wrapper_7ha9k_1{height:48px;padding-inline:15px;padding-block:8px;display:flex;align-items:center;flex-wrap:wrap}._select_wrapper_7ha9k_1 ._separator_7ha9k_9{color:var(--border-6)}._select_wrapper_7ha9k_1 ._namespace__multi__select_7ha9k_12{height:36px}._select_wrapper_7ha9k_1 ._namespace__multi__select_7ha9k_12 .ant-select-selector{border-radius:var(--rounded-lg)}._select_wrapper_7ha9k_1 ._namespace__multi__select_7ha9k_12 .ant-select-selection-item{color:var(--text-27)}._select_wrapper_7ha9k_1 ._namespace__multi__select_7ha9k_12 .ant-select-selection-item>span{color:var(--text-23)}._select_wrapper_7ha9k_1[data-path="/rum/android/sessions-explorer/sessions"]{border-bottom:1px solid var(--border-6)}._rum__card_1hzxm_1{border:1px solid var(--border-6)!important}._rum__card_1hzxm_1 .ant-card-body{padding:1px!important;height:250px!important;place-content:end}._rum__card_1hzxm_1 .ant-card-head{min-height:32px!important;border-bottom:1px solid var(--border-6)!important;padding:0 12px!important}._rum__card_1hzxm_1 ._rum__card__title_1hzxm_14{font-weight:700;font-style:normal;font-size:14px;color:var(--text-20)}._rum__card--compact_1hzxm_22 .ant-card-body{height:150px!important}._rum__cards__wrapper__title_1hzxm_26{margin-top:12px;font-size:18px!important}._rum__horizontal__card_1hzxm_31{border:1px solid var(--border-6)!important}._rum__horizontal__card_1hzxm_31 .ant-card-body{padding:1px!important;height:250px!important}._rum__horizontal__card_1hzxm_31 .ant-card-head{min-height:32px!important;border-bottom:1px solid var(--border-6)!important;padding:0 12px!important}._rum__horizontal__card_1hzxm_31 ._rum__card__title_1hzxm_14{font-weight:700;font-style:normal;font-size:14px;color:var(--text-20)}._rum__issue__title_1hzxm_51{font-weight:500;font-size:15px}._rum__issue__sub__title_1hzxm_56{font-size:13px}._rum__issue__meta_1hzxm_60{font-size:13px;color:#657195}._rum__issue__divider_1hzxm_65{font-size:13px;color:var(--border-6)}._rum__issue__crashBadge_1hzxm_70{background:#fecdca;padding:1px 6px 1px 4px;border-radius:6px}._rum__issue__crashText_1hzxm_77{font-size:13px;color:#e0392d}._rum__issue__container_1hzxm_82{display:flex;flex-direction:column;gap:2px}._rum__issue__row__gap4_1hzxm_88{display:flex;align-items:center;gap:4px}._rum__issue__row__gap8_1hzxm_94{display:flex;align-items:center;gap:8px}._drawerHeader_hyce0_1{display:flex;padding:16px;justify-content:space-between;width:100%;align-items:start;gap:24px;border-bottom:1px solid var(--border-6)}._headerContent_hyce0_11{width:100%}._sessionInfo_hyce0_15{display:flex}._sessionBadge_hyce0_19{color:#6c51b7;background-color:#dacdff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._durationBadge_hyce0_28{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px}._userNameBadge_hyce0_38{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500}._timestamp_hyce0_47{color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;white-space:nowrap;display:flex;align-items:center}._tabsContainer_hyce0_57{padding:16px;height:calc(100% - 150px)!important}._popoverContent_74plx_1{padding:4px;min-width:200px}._menuItem_74plx_6{display:flex;align-items:center;gap:8px;padding:4px;cursor:pointer;transition:background-color .2s ease}._menuItem_74plx_6:hover{background-color:var(--text-9)}._menuItem_74plx_6._removeItem_74plx_17{gap:8px;padding:4px;cursor:pointer;transition:background-color .2s ease}._menuItem_74plx_6._removeItem_74plx_17:hover{background-color:var(--text-9)}._filterValue_74plx_27{font-weight:700}._drawerBadges_sl42m_1{display:flex;flex-wrap:wrap;gap:8px}._badge_sl42m_7{color:var(--text-37);padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #d9e1f7;cursor:pointer;transition:background-color .2s ease}._badge_sl42m_7:hover{background:#d9e1f7}._badge_sl42m_7._nonFilterable_sl42m_20{cursor:default}._badge_sl42m_7._nonFilterable_sl42m_20:hover{background:transparent}._badge_sl42m_7._active_sl42m_26{background:#eff0ff;color:#5961ea}._osBadge_sl42m_31{color:var(--text-37);padding:0 8px;border-radius:4px;font-weight:500;font-size:12px;border:1px solid #d9e1f7;cursor:pointer;transition:background-color .2s ease}._osBadge_sl42m_31:hover{background:#d9e1f7}._osBadge_sl42m_31._active_sl42m_26{background:#eff0ff;color:#5961ea}._countryBadge_sl42m_49{color:var(--text-37);padding:2px 8px;border-radius:4px;font-size:12px;border:1px solid #d9e1f7;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:4px}._countryBadge_sl42m_49:hover{background:#d9e1f7}._countryBadge_sl42m_49._active_sl42m_26{background:#eff0ff;color:#5961ea}._LiveIndicator_1st5a_1{pointer-events:none;position:relative;float:right}._LiveIndicator_1st5a_1 p{color:var(--chip-success-foreground);font-weight:600;font-size:1.2rem}._LiveIndicator__ping__dot_1st5a_11{position:absolute;width:.7rem;height:.7rem;background-color:var(--success);left:-15px;top:.5rem;border-radius:50%}._LiveIndicator__ping__indicator_1st5a_20{position:absolute;width:.7rem;height:.7rem;background-color:#a7dbbe;left:-15px;top:.5rem;border-radius:50%;animation:.6s linear infinite alternate _ping_1st5a_1}@keyframes _ping_1st5a_1{0%{scale:.5}50%{scale:1}to{scale:1.1}}._performanceTab__statsContainer_1st5a_42{display:flex;gap:16px;padding-bottom:15px}._performanceTab__statCard_1st5a_47{height:60px;width:200px;border-radius:4px;display:flex;align-items:center;justify-content:start;padding-left:15px}._performanceTab__statCard--refreshRate_1st5a_56{background:#fdecda}._performanceTab__statCard--cpuTicks_1st5a_59{background:#f3f2d2}._performanceTab__statCard--memoryUsage_1st5a_62{background:#fdecda}._performanceTab__statText_1st5a_65{color:#c2731f;font-weight:600;font-size:16px}._performanceTab__statText--refreshRate_1st5a_70{color:#c2731f}._performanceTab__statText--cpuTicks_1st5a_73{color:#9d9612}._performanceTab__statText--memoryUsage_1st5a_76{color:#c2731f}._performanceTab__timelineContainer_1st5a_79{position:relative;width:100%;height:24px}._performanceTab__timelineTick_1st5a_84{position:absolute;top:0;text-align:center}._performanceTab__timelineTick__marker_1st5a_89{width:1px;height:8px;margin:0 auto 2px}._performanceTab__timelineTick__label_1st5a_94{font-size:10px;color:#7581a6}._performanceTab__timelineBar_1st5a_98{position:relative;height:12px;width:100%;background:transparent;border-radius:4px}._performanceTab__timelineBar__fill_1st5a_105{position:absolute;min-width:2px;height:8px;margin-top:2px;background:#4c6ef5;border-radius:4px}._performanceTab__timelineBar__dot_1st5a_113{position:absolute;width:6px;height:6px;margin-top:3px;background:#4c6ef5;border-radius:50%;transform:translate(-50%)}._performanceTab__tooltip_1st5a_122{max-width:300px;padding:.8rem;display:flex;flex-direction:column;z-index:9999999;border-radius:1rem;outline:none;border:none}._performanceTab__tooltip__header_1st5a_132{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border-6);padding-bottom:.8rem}._performanceTab__tooltip__title_1st5a_139{font-size:1.2rem;font-weight:600;color:#000}._performanceTab__tooltip__content_1st5a_144{display:flex;flex-direction:column;gap:0rem;margin-top:.4rem}._performanceTab__tooltip__row_1st5a_150{display:flex;justify-content:space-between;gap:10px}._performanceTab__tooltip__text_1st5a_155{font-size:1.2rem;text-overflow:ellipsis;overflow:hidden}._scriptTab__container_1st5a_161{padding:20px}._scriptTab__title_1st5a_164{margin-bottom:20px}._scriptTab__emptyState_1st5a_167{padding:40px;text-align:center;color:#999;background:#fafafa;border-radius:8px}._scriptTab__taskInfo_1st5a_174{background:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:20px;border:1px solid #e9ecef}._scriptTab__timelineContainer_1st5a_181{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;margin-bottom:20px}._scriptTab__timeAxis_1st5a_188{position:relative;height:30px;margin-bottom:20px;border-bottom:1px solid #ddd}._scriptTab__timeTick_1st5a_194{position:absolute;top:0;text-align:center}._scriptTab__timeTick__marker_1st5a_199{width:1px;height:8px;background:#ddd;margin:0 auto 4px}._scriptTab__timeTick__label_1st5a_205{font-size:10px;color:#7581a6;font-weight:500}._scriptTab__timelineBars_1st5a_210{display:flex;flex-direction:column;gap:12px}._scriptTab__timelineBar_1st5a_210{position:relative;height:20px;background:#f5f5f5;border-radius:4px;overflow:hidden}._scriptTab__timelineBar__fill_1st5a_222{position:absolute;height:100%;border-radius:4px}._scriptTab__timelineBar__label_1st5a_227{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:500;color:#fff;z-index:1}._scriptTab__timelineBar__duration_1st5a_237{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:500;color:#fff;z-index:1}._scriptTab__detailsSection_1st5a_247{margin-top:20px}._scriptTab__detailsTitle_1st5a_250{margin-bottom:16px}._scriptTab__detailsList_1st5a_253{display:flex;flex-direction:column;gap:12px}._scriptTab__detailItem_1st5a_258{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef}._scriptTab__detailItem__name_1st5a_267{font-weight:500;color:#333}._scriptTab__detailItem__value_1st5a_271{font-size:12px;color:#666}._scriptTab__footer_1st5a_275{text-align:right;margin-top:20px;padding-top:16px;border-top:1px solid #e8e8e8}._scriptTab__footerText_1st5a_281{font-size:12px;color:#666}._sessionsTab__chartContainer_1st5a_286{width:100%;height:100%}._sessionsTab__filterContainer_1st5a_290{display:flex;align-items:center;justify-content:space-between;height:95px;background:#fafbff;border:1px solid var(--border-6);border-radius:6px;padding:0 16px;gap:8px}._sessionsTab__filterCard_1st5a_301{cursor:pointer;border-radius:6px;padding:8px;border:1px solid transparent;flex:1;text-align:center}._sessionsTab__filterCard_1st5a_301:hover{background:#fff;border:1px solid var(--border-6)}._sessionsTab__filterValue_1st5a_313{font-weight:600;font-size:18px;color:#5961ea}._sessionsTab__filterLabel_1st5a_318{color:#1e253d;font-size:13px}._sessionsTab__filterCardSelected_1st5a_322{background:#fff;border:1px solid var(--border-6)}._sessionsTab__successIndicator_1st5a_326{color:#20a261;float:right;padding-right:15px}._resourcesTab__flexContainer_1st5a_332{flex:1}._resourcesTab__tag_1st5a_335{margin:0}._errorsTab__header_1st5a_339{display:flex;gap:8px;align-items:center;width:100%}._errorsTab__flexContainer_1st5a_345{flex:1}._actionDrawerContainer_tl39b_1{height:100%}._actionDrawerHeader_tl39b_5{display:flex;padding:16px;justify-content:space-between;align-items:start;gap:24px;width:100%;border-bottom:1px solid var(--border-6)}._actionDrawerContent_tl39b_15{width:100%}._actionDrawerFlexWrap_tl39b_19{display:flex;flex-wrap:wrap}._actionDrawerSpace_tl39b_24{width:100%;flex-wrap:wrap}._actionBadge_tl39b_29{color:#497c34;background-color:#c7efb6;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._actionBadgeFrustration_tl39b_38{color:#c7efb6;background-color:#497c34;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._actionTypeText_tl39b_47{font-weight:500;text-wrap:nowrap}._targetResourceBadge_tl39b_52{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px}._viewNameText_tl39b_62{font-weight:500;text-wrap:nowrap}._viewNameBadge_tl39b_67{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px}._viewNameTextEllipsis_tl39b_77{font-weight:500;color:var(--text-37);font-size:12px}._timestampContainer_tl39b_83{white-space:nowrap;display:flex;align-items:center}._tabsWrapper_tl39b_89{padding:16px;height:calc(100% - 150px)!important}._errorDrawerHeader_8ykqp_1{display:flex;padding:16px;justify-content:space-between;align-items:start;gap:24px;width:100%;border-bottom:1px solid var(--border-6)}._errorBadge_8ykqp_11{color:#d32f2f;background-color:#ffcdd2;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._errorType_8ykqp_20{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;max-width:200px!important;width:fit-content;font-size:12px}._errorMessageText_8ykqp_32{font-weight:500;max-width:250px!important}._timestamp_8ykqp_37{white-space:nowrap;display:flex;align-items:center}._errorDrawerContent_8ykqp_43{padding:16px 16px 0;display:flex;flex-direction:column;gap:16px}._errorStackContainer_8ykqp_50{background:#fef3f2;color:#c43224;border-radius:8px;max-height:200px;overflow:auto;width:100%;position:relative}._errorStackContainer_8ykqp_50:after{content:"";position:sticky;display:block;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,#fef3f2);pointer-events:none;border-radius:0 0 8px 8px}._errorStackText_8ykqp_72{font-weight:500;color:#c43224;background:#fef3f2;font-size:15px}._rawModePre_8ykqp_79{padding:8px;white-space:normal;text-wrap:wrap}._tabsWrapper_8ykqp_85{padding:16px;height:calc(100% - 410px)!important}._header_1xfgz_1{display:flex;flex-direction:row;justify-content:space-between;align-items:start;padding:1.53rem}._drawer__container_1xfgz_9{height:100%}._drawer__header_1xfgz_13{display:flex;padding:16px;justify-content:space-between;align-items:start;width:100%;gap:24px;border-bottom:1px solid var(--border-6)}._drawer__content_1xfgz_23{width:100%}._drawer__task_info_1xfgz_27{display:flex}._drawer__task_space_1xfgz_31{width:100%;flex-wrap:wrap}._long_task__badge_1xfgz_36{color:#85499e;background-color:#f1d0ff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._duration__text_1xfgz_45{font-weight:600}._view_name__badge_1xfgz_49{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px}._timestamp__container_1xfgz_59{white-space:nowrap;display:flex;align-items:center}._view_time__badge_1xfgz_65{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px}._tabs__wrapper_1xfgz_75{padding-inline:16px;height:calc(100% - 125px)!important}._wrapper_kw6fd_1 .json-viewer-theme-custom .data-key span{font-weight:500}._wrapper_kw6fd_1 .json-viewer-theme-custom .data-key>.MuiSvgIcon-root:first-child{height:2rem;width:2rem;vertical-align:middle}._wrapper_kw6fd_1 .json-viewer-theme-custom .MuiSvgIcon-root{height:1.5rem;width:1.5rem;vertical-align:middle}._wrapper_kw6fd_1 .json-viewer-theme-custom .object-meta-data{line-height:1}._wrapper_kw6fd_1 .json-viewer-theme-custom .object-content .copy-to-clipboard-container{line-height:1;vertical-align:unset!important}._wrapper_kw6fd_1 .json-viewer-theme-custom .data-key-pair{margin-bottom:1rem}._wrapper_kw6fd_1 .json-viewer-theme-custom .data-object>.data-key-pair:last-child{margin-bottom:0rem}._wrapper_kw6fd_1 .json-viewer-theme-custom .string-value,._wrapper_kw6fd_1 .json-viewer-theme-custom .int-value,._wrapper_kw6fd_1 .json-viewer-theme-custom .float-value,._wrapper_kw6fd_1 .json-viewer-theme-custom .bool-value,._wrapper_kw6fd_1 .json-viewer-theme-custom .date-value{cursor:pointer}._wrapper_kw6fd_1 .json-viewer-theme-custom .string-value:hover,._wrapper_kw6fd_1 .json-viewer-theme-custom .int-value:hover,._wrapper_kw6fd_1 .json-viewer-theme-custom .float-value:hover,._wrapper_kw6fd_1 .json-viewer-theme-custom .bool-value:hover,._wrapper_kw6fd_1 .json-viewer-theme-custom .date-value:hover{color:#5961ea}._wrapper_kw6fd_1 .json-viewer-theme-custom .copy-icon svg{color:#a3b1e0!important}._wrapper_kw6fd_1 .json-viewer-theme-custom .expanded-icon svg,._wrapper_kw6fd_1 .json-viewer-theme-custom .collapsed-icon svg{fill:#51649c!important}._wrapper_kw6fd_1 .json-viewer-theme-custom span{font-family:Roboto Mono}._resource__details__wrapper_kw6fd_52{display:flex;background-color:var(--text-9);align-items:center;gap:.8rem;width:fit-content;border-radius:.6rem;padding:4px 8px}._resource__details__wrapper_kw6fd_52 span{background-color:#7a5af8;color:#fff;padding:.4rem .8rem;border-radius:.6rem;font-weight:600}._resource__details__wrapper_kw6fd_52 h5{margin:0;word-break:break-word;line-clamp:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px;font-size:1.4rem!important;font-family:Roboto Mono;font-weight:400}._tabs__wrapper_kw6fd_81{padding-inline:16px;height:calc(100% - 290px)!important}._resource__drawer__header_kw6fd_86{display:flex;padding:16px;justify-content:space-between;align-items:start;width:100%;gap:24px;border-bottom:1px solid var(--border-6)}._resource__drawer__content_kw6fd_96{padding:16px}._resource__drawer__title_kw6fd_100{font-weight:600;font-size:14px;margin-bottom:16px}._resource__badge_kw6fd_106{color:#717224;background-color:#ecec9e;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._resource__url__badge_kw6fd_115{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._resource__timestamp_kw6fd_129{white-space:nowrap;display:flex;align-items:center}._resource__status__badge_kw6fd_135{background:var(--http-status-code-2xx-bg);color:var(--http-status-code-2xx);text-wrap:nowrap;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:500;line-height:25px}._resource__status__badge_kw6fd_135._error_kw6fd_145{background:var(--http-status-code-4xx-bg);color:var(--http-status-code-4xx)}._resource__status__badge_kw6fd_135._success_kw6fd_149{background:var(--http-status-code-2xx-bg);color:var(--http-status-code-2xx)}._resource__timeline__container_kw6fd_154{position:relative}._resource__timeline__axis_kw6fd_158{display:flex;justify-content:space-between;font-size:12px;color:var(--text-23);margin-bottom:8px}._resource__timeline__line_kw6fd_166{height:1px;background-color:var(--border-6);width:100%;position:relative}._resource__timeline__tick_kw6fd_173{position:absolute;top:20px;width:1px;height:8px;background-color:var(--border-6)}._resource__timeline__bar_kw6fd_181{position:relative;height:30px;background-color:var(--border-6);border-radius:4px;overflow:hidden}._resource__timeline__fill_kw6fd_189{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#5961ea;border-radius:4px}._resource__no__data_kw6fd_199{text-align:center;color:var(--border-6);padding:20px}._viewsDrawer_10m3n_1{height:100%}._header_10m3n_5{display:flex;padding:16px;justify-content:space-between;align-items:start;width:100%;gap:24px}._content_10m3n_14{width:100%}._viewInfo_10m3n_18{display:flex}._viewBadge_10m3n_22{color:#286f78;background-color:#a0e3ec;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}._viewName_10m3n_31{font-weight:500}._viewNameBadge_10m3n_35{background:var(--bg-color-14);border:1px solid var(--border-6);color:var(--text-37);padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px}._viewNameBadgePlaceholder_10m3n_45{background:transparent;border:1px solid transparent;color:transparent;padding:2px 8px;border-radius:6px;font-weight:500;min-width:60px}._timestamp_10m3n_55{white-space:nowrap;display:flex;align-items:center}._timestampPlaceholder_10m3n_61{white-space:nowrap;display:flex;align-items:center;min-width:120px;color:transparent}._tabsContainer_10m3n_69{padding:16px;border-top:1px solid var(--border-6);height:calc(100% - 125px)!important}._tabs_ovbyx_1{flex:1;min-width:0}._tabs_ovbyx_1 .ant-tabs-nav{padding:16px 0 0;margin:0!important;position:sticky;top:-15px;z-index:100}._tabs_ovbyx_1 .ant-tabs-nav-wrap{background-color:#fff;padding-left:2rem;border-bottom:solid 1px #e4eafb}._tabs_ovbyx_1 .ant-tabs-nav-wrap{padding-left:0!important}._tabs_ovbyx_1 .ant-tabs-tab-btn{font-size:13px}._tabs_ovbyx_1 .ant-tabs-tab{margin:0 0 0 16px!important}._rum_dashboard_status_wrapper_ovbyx_27{display:grid;overflow-y:auto;grid-template-columns:repeat(1,1fr)}@media (min-width: 480px){._rum_dashboard_status_wrapper_ovbyx_27{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._rum_dashboard_status_wrapper_ovbyx_27{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){._rum_dashboard_status_wrapper_ovbyx_27{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){._rum_dashboard_status_wrapper_ovbyx_27{grid-template-columns:repeat(6,1fr)}}._card_wrapper_ovbyx_53{padding:16px 22px;height:84px;display:flex;align-items:center;position:relative;overflow:hidden;min-width:180px;border:1px solid var(--border-6);border-right:0px}@media (min-width: 480px) and (max-width: 768px){._card_wrapper_ovbyx_53:nth-child(odd){border-left:0px}._card_wrapper_ovbyx_53:nth-child(n+3){border-top:0px}}@media (min-width: 768px) and (max-width: 1024px){._card_wrapper_ovbyx_53:nth-child(3n+1){border-left:0px}._card_wrapper_ovbyx_53:nth-child(n+4){border-top:0px}}@media (min-width: 1024px) and (max-width: 1280px){._card_wrapper_ovbyx_53:nth-child(4n+1){border-left:0px}._card_wrapper_ovbyx_53:nth-child(n+5){border-top:0px}}@media (min-width: 1280px){._card_wrapper_ovbyx_53:nth-child(6n+1){border-left:0px}._card_wrapper_ovbyx_53:nth-child(n+7){border-top:0px}}._card_wrapper_ovbyx_53:last-child:nth-child(2n){border-right:1px solid var(--border-7)}._card_wrapper_ovbyx_53 ._badge_ovbyx_99{position:absolute;width:max-content;top:0;right:0}._card_value_ovbyx_106{font-weight:600;font-size:28px}._card_value_ovbyx_106._underlined_ovbyx_110{text-decoration:underline}._filter_container_1iere_1{display:flex;align-items:center;border:1px solid var(--border-6);border-radius:8px;width:fit-content;max-height:43px}._table_filter_wrapper_1iere_10{display:grid;grid-template-columns:1fr;grid-template-rows:min-content}._filter_content_1iere_16{background:#fff;border-radius:6px;padding:12px;border:1px solid var(--border-2);box-shadow:0 2px 4px #0000001a}._filter_item_1iere_24{padding:8px 12px;color:var(--text-primary);font-size:14px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}._filter_item_1iere_24:hover{background-color:var(--background-hover)}._filter_item_1iere_24:not(:last-child){margin-bottom:4px}._sessions_explorer_layout_1iere_39{display:flex;gap:12px;height:calc(100vh - 100px)}._compression_chip_ktrpg_1{color:#018348;background-color:#ebfcf2;font-size:1.2rem;padding:5px 8px;border-radius:6px}._action_delete_chip_ktrpg_9{color:#5925dc;background-color:#f4f3ff;font-size:1.2rem;padding:5px 12px;border-radius:6px}._action_move_chip_ktrpg_17{color:#d92d20;background-color:#fef3f2;font-size:1.2rem;padding:5px 12px;border-radius:6px}._nested_table_ktrpg_25{padding:1rem 2rem;display:flex;flex-direction:column;gap:1rem}._nested_table_ktrpg_25 .ant-table{margin-block:unset!important;margin-inline:unset!important}._flex_center_ktrpg_36{display:flex;align-items:center}._wrapper_1gs69_1 .ant-input-number{border-top-right-radius:0;border-bottom-right-radius:0;border-color:#eaeefb}._wrapper_1gs69_1 .ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}._modal_content_style_1osi6_1{padding:0!important}._modal_content_style_1osi6_1 .ant-modal-close{top:10px}._modal_content_style_1osi6_1 .ant-modal-footer{padding:8px 24px;border-top:solid 1px #EAEEFC;margin-top:0}._modal_content_style_1osi6_1 .ant-form-item{margin-bottom:unset!important}._modal_content_style_1osi6_1 .ant-input-number{width:unset}._modal_content_style_1osi6_1 ._title_default_1osi6_18{font-size:15px}._modal_content_style_1osi6_1 ._wrapper_1osi6_21{padding:2rem 2.4rem;align-items:flex-start}._modal_content_style_1osi6_1 ._wrapper_1osi6_21 ._action_wrapper_1osi6_25{width:100%;border-radius:4px;padding:2rem 1.6rem;align-items:center;background-color:#f4f6ff}._modal_title_1osi6_33{padding:12px 24px;border-bottom:solid 1px #EAEEFC}._add_action_1osi6_38{color:#5961ea;font-weight:500;cursor:pointer}._add_action_1osi6_38:hover{opacity:.8}._correlation__input_1nhwk_1 .ant-input-number{width:90px!important}._correlation__input_1nhwk_1 .ant-input-number-group-addon{background:#fff!important}._correlation__input_1nhwk_1 .ant-select-selector,._correlation__input_1nhwk_1 .ant-input-number-group-addon,._correlation__input_1nhwk_1 .ant-select{width:70px}._reset__button_link_1nhwk_13 :hover{text-decoration:underline!important}._timeframe__label_1nhwk_17{display:inline-block;min-width:260px}._resource_modal_1o7lt_1{min-width:50%;max-width:80%}._resource_modal_1o7lt_1 .ant-select-selector{overflow-y:scroll!important;width:100%}._resource_modal_1o7lt_1 .ant-select-selector .ant-select-selection-wrap{width:100%}._resource_modal_1o7lt_1 .ant-select-selector .ant-select-selection-overflow{overflow-y:scroll!important;gap:4px}._resource_modal_1o7lt_1 .ant-select-selector .ant-select-selection-overflow-item{width:100%;overflow:hidden}._resource_modal_1o7lt_1 ._ant-modal_1o7lt_20{max-height:80vh}._resource_modal_1o7lt_1 ._card_holder_1o7lt_23{background:#fafbff}._resource_modal_1o7lt_1 ._add_button_1o7lt_26{width:fit-content;border:1px solid var(--primary);color:var(--primary);padding:10px 14px;height:fit-content}._resource_modal_1o7lt_1 ._ant-select_1o7lt_5 ._ant-select-selector_1o7lt_5{max-height:70px;overflow-y:scroll}._SettingsPage_nigwd_1{height:100%;margin:-1.6rem;padding:1.6rem;background-color:var(--primary-background)}._resource_modal_5hp6v_1{min-width:30%;max-width:80%}._resource_modal_5hp6v_1 .ant-modal-body{padding-right:12px!important;padding-left:12px!important}._resource_modal_5hp6v_1 ._ant-modal_5hp6v_5{max-height:80vh}._resource_modal_5hp6v_1 ._card_holder_5hp6v_12{background:#fafbff}._resource_modal_5hp6v_1 ._add_button_5hp6v_15{width:fit-content;border:1px solid var(--primary);color:var(--primary);padding:10px 14px;height:fit-content}._resource_modal_5hp6v_1 ._ant-select_5hp6v_22 ._ant-select-selector_5hp6v_22{max-height:70px;overflow-y:scroll}._resource_modal_5hp6v_1 ._rum_options_wrapper_5hp6v_26{display:flex;width:100%;justify-content:space-around;margin-top:10px}._resource_modal_5hp6v_1 ._rum_options_wrapper_button_5hp6v_32{border:1px solid #dde4f6;display:flex;justify-content:space-between;min-width:140px;padding:2px;cursor:pointer;border-radius:8px}._resource_modal_5hp6v_1 ._rum_options_wrapper_button_5hp6v_32:hover{border:1px solid #ced7ef}._resource_modal_5hp6v_1 ._rum_options_wrapper_button_active_5hp6v_44{border:1px solid #747bf9!important}:where(._css-dev-only-do-not-override-enjjru_5hp6v_48)._ant-select_5hp6v_22{background:#00f}._rum_button_disable_eeqpa_1{color:#ce2418;background:#fef3f2;border:none}._rum_button_disable_eeqpa_1:hover{color:#ce2418!important;background:#fee4e2!important}._rum_button_disable_eeqpa_1:active{color:#ce2418!important;background:#fecdca!important}._rum_button_enable_eeqpa_14{color:#525ae3;background:#e7e8fe;border:none}._rum_button_enable_eeqpa_14:hover{color:#3a3fb8!important;background:#bec2ff!important}._rum_button_enable_eeqpa_14:active{color:#232893!important;background:#999fff!important}._dataWrapper_lrgq0_1{overflow-x:auto;overflow-y:hidden;border-bottom:1px solid var(--border-1);border-radius:.8rem;background-color:var(--primary-background)}._dataWrapper_lrgq0_1 ._tableHeader_lrgq0_8{width:max-content;display:flex}._dataWrapper_lrgq0_1 thead tr th{border-bottom:none;padding:1rem 1.2rem;color:var(--text-3);font-weight:700;vertical-align:middle;background:var(--primary-background)!important;border-right:none!important;border-bottom:1px solid var(--border-1)!important}._dataWrapper_lrgq0_1 thead tr th:last-child{border-right:1px solid var(--border-1)!important}._dataWrapper_lrgq0_1 thead tr:before{content:none}._dataWrapper_lrgq0_1 thead ._displayName_lrgq0_28{color:var(--text-3);font-weight:700}._dataWrapper_lrgq0_1 tbody tr td{vertical-align:middle;border-bottom:1px solid var(--border-1)!important;padding:.8rem 1.2rem;font-size:1.4rem;color:var(--text-3);border-right:none!important}._dataWrapper_lrgq0_1 tbody tr td:last-child{border-right:1px solid var(--border-1)!important}._dataWrapper_lrgq0_1 tbody tr ._text_lrgq0_43{color:var(--text-3);font-size:1.4rem;max-width:20rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._dataWrapper_lrgq0_1 tbody tr:first-child td{border-bottom:none!important}._dataWrapper_lrgq0_1 tbody tr:last-child td{border-bottom:transparent!important}._dataWrapper_lrgq0_1 ._linkWrapper_lrgq0_58 a{font-size:1.4rem!important}._dataWrapper_lrgq0_1 ._footer_lrgq0_61{display:grid;justify-content:right;align-items:center;padding:1rem}._dataWrapper_lrgq0_1 ._footer_lrgq0_61 ._addIcon_lrgq0_67{background:var(--text-31);padding:.2rem;width:2rem;height:2rem;border-radius:.3rem;align-items:center;justify-content:center;display:grid}._dataWrapper_lrgq0_1 .ant-table-body{transition:max-height .3s ease-in}._subTable_lrgq0_81{overflow-x:auto;overflow-y:hidden;border:1px solid var(--border-1);border-right:0;background:var(--text-14)!important}._subTable_lrgq0_81 table{background:var(--primary-background)}._paginationWrapper_lrgq0_92{display:grid;grid-template-columns:1fr 1fr;padding-top:2rem}._paginationWrapper_lrgq0_92 ._entries_lrgq0_97{justify-items:left;display:grid;align-items:center}._paginationWrapper_lrgq0_92 ._entries_lrgq0_97 span{color:var(--text-3)}._paginationWrapper_lrgq0_92 ul{justify-self:right}._paginationWrapper_lrgq0_92 ul li{min-width:3rem;height:3rem}._paginationWrapper_lrgq0_92 ul li svg{width:1rem;height:2.8rem}._paginationWrapper_lrgq0_92 ul li a{height:100%;display:grid;align-items:center;font-size:1.4rem}._warning_lrgq0_122{color:var(--error)!important}._customizeIcon_lrgq0_126{padding:1rem;width:18vw}._customizeIcon_lrgq0_126 ._lineItem_lrgq0_130{display:flex;padding:.5rem 1rem;gap:1rem}._wrapper_1u46t_1{white-space:nowrap;max-width:20rem;overflow:hidden;text-overflow:ellipsis}._wrapper_e4z3u_1{cursor:pointer;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._wrapper_e4z3u_1 ._suppressed_e4z3u_9{border:1px solid var(--text-12);color:var(--text-12);width:2rem;height:2rem;border-radius:50%;display:grid;align-items:center;justify-content:center;font-weight:500;font-size:1rem;margin-left:.5rem}._wrapper_e4z3u_1 ._operationIcon_e4z3u_22{margin-left:.5rem}._wrapper_e4z3u_1 ._text_e4z3u_25{display:flex;width:100%;color:var(--link)!important}._wrapper_e4z3u_1 ._textInActive_e4z3u_30{color:var(--black);cursor:default}._wrapper_e4z3u_1 ._textWithIcon_e4z3u_34{display:flex!important;gap:.5rem!important}._copyIcon_e4z3u_39{position:absolute;right:15px;top:12px}._failed_e4z3u_45{padding:0 .5rem;border:1px solid var(--border-1);border-radius:.5rem;width:max-content;background-color:var(--secondary);color:var(--error)}._wrapper_e4z3u_1 ._tagWrapper_e4z3u_54{display:grid;grid-auto-flow:column;gap:.6rem;padding-top:.415rem;justify-content:left}._wrapper_e4z3u_1 ._tagWrapper_e4z3u_54 ._name_e4z3u_61{font-size:1.2rem;border-radius:.4rem;max-width:95px;padding:0rem .8rem;display:grid;align-items:center;border:1px solid var(--text-7);background:var(--text-7);color:var(--text-4)}._versionList_e4z3u_73{margin:0;border-radius:.4rem;max-width:27rem;display:flex;gap:1rem;max-height:20rem;padding:2rem;justify-content:left;flex-wrap:wrap}._versionList_e4z3u_73 ._name_e4z3u_61{font-size:14px;line-height:24px;border-radius:.4rem;width:max-content;padding:0rem .8rem;display:grid;gap:.6rem;align-items:center;height:2.5rem;border:1px solid}._versionList_e4z3u_73 ._name_e4z3u_61:hover{cursor:pointer}._versionList_e4z3u_73 ._name_e4z3u_61 ._current_e4z3u_99{padding:.4rem .8rem;background:#33d2862e;color:var(--success);font-size:1rem;border-radius:.4rem}._link_e4z3u_107{color:var(--primary)}._flexColumn_e4z3u_111{flex-direction:column;align-items:flex-start}._wrapper_wdicb_1{text-transform:uppercase}._warning_wdicb_5{color:var(--error)!important}._methodBadge_wdicb_9{padding:.25rem 1rem;font-size:12px;font-weight:var(--font-medium);display:flex;align-items:center;border-radius:.5rem;color:var(--black);width:max-content}.__GET_wdicb_20{background-color:var(--http-status-bg-get-1)}.__POST_wdicb_24{background-color:var(--http-status-bg-post-1)}.__PUT_wdicb_28{background-color:var(--http-status-bg-put-1)}.__PATCH_wdicb_32{background-color:var(--http-status-bg-patch-1)}.__DELETE_wdicb_36{background-color:var(--http-status-bg-delete-1)}.__HEAD_wdicb_40{background-color:var(--http-status-bg-head-1)}.__CONNECT_wdicb_44{background-color:var(--http-status-bg-connect-1)}.__OPTIONS_wdicb_48{background-color:var(--http-status-bg-options-1)}._wrapper_dumuk_1{display:flex;gap:8px;align-items:center;color:#5961ea;cursor:pointer;width:200px}._wrapper_dumuk_1 p{margin:0}._error_dumuk_13{background-color:#ff7f76;width:4px!important;height:16px!important;border-radius:6px}._ok_dumuk_20{background-color:#31bc77;width:4px!important;border-radius:6px;height:16px!important}._custom_progress_2e4ey_1{margin-bottom:0;width:56px}._custom_progress_2e4ey_1 .ant-progress-bg{height:4px!important}._flex_column_2e4ey_9{display:flex;flex-direction:column}._wrapper_1h2c4_1{border-radius:.4rem;width:max-content;padding:0 1.2rem;font-size:1.3rem;background:var(--border-1)}._link_1h2c4_9{color:var(--link)}._common_1h2c4_13{display:grid;grid-auto-flow:column;justify-content:left;gap:.5rem;align-items:center}._title_1h2c4_21{display:grid;justify-content:left;grid-auto-flow:column;gap:1rem;align-items:center}._title_1h2c4_21 span{color:var(--text-1);font-weight:600!important}._message_1h2c4_33{padding:2rem}.__Success_1h2c4_37,.__success_1h2c4_37,.__Passed_1h2c4_37,.__Active_1h2c4_37,.__Completed_1h2c4_37{background:#04ae5d1f;color:var(--success)}.__100_1h2c4_42,.__101_1h2c4_47,.__102_1h2c4_52,.__103_1h2c4_57,.__104_1h2c4_62,.__105_1h2c4_67,.__106_1h2c4_72,.__107_1h2c4_77,.__108_1h2c4_82,.__109_1h2c4_87,.__110_1h2c4_92,.__111_1h2c4_97,.__112_1h2c4_102,.__113_1h2c4_107,.__114_1h2c4_112,.__115_1h2c4_117,.__116_1h2c4_122,.__117_1h2c4_127,.__118_1h2c4_132,.__119_1h2c4_137,.__120_1h2c4_142,.__121_1h2c4_147,.__122_1h2c4_152,.__123_1h2c4_157,.__124_1h2c4_162,.__125_1h2c4_167,.__126_1h2c4_172,.__127_1h2c4_177,.__128_1h2c4_182,.__129_1h2c4_187,.__130_1h2c4_192,.__131_1h2c4_197,.__132_1h2c4_202,.__133_1h2c4_207,.__134_1h2c4_212,.__135_1h2c4_217,.__136_1h2c4_222,.__137_1h2c4_227,.__138_1h2c4_232,.__139_1h2c4_237,.__140_1h2c4_242,.__141_1h2c4_247,.__142_1h2c4_252,.__143_1h2c4_257,.__144_1h2c4_262,.__145_1h2c4_267,.__146_1h2c4_272,.__147_1h2c4_277,.__148_1h2c4_282,.__149_1h2c4_287,.__150_1h2c4_292,.__151_1h2c4_297,.__152_1h2c4_302,.__153_1h2c4_307,.__154_1h2c4_312,.__155_1h2c4_317,.__156_1h2c4_322,.__157_1h2c4_327,.__158_1h2c4_332,.__159_1h2c4_337,.__160_1h2c4_342,.__161_1h2c4_347,.__162_1h2c4_352,.__163_1h2c4_357,.__164_1h2c4_362,.__165_1h2c4_367,.__166_1h2c4_372,.__167_1h2c4_377,.__168_1h2c4_382,.__169_1h2c4_387,.__170_1h2c4_392,.__171_1h2c4_397,.__172_1h2c4_402,.__173_1h2c4_407,.__174_1h2c4_412,.__175_1h2c4_417,.__176_1h2c4_422,.__177_1h2c4_427,.__178_1h2c4_432,.__179_1h2c4_437,.__180_1h2c4_442,.__181_1h2c4_447,.__182_1h2c4_452,.__183_1h2c4_457,.__184_1h2c4_462,.__185_1h2c4_467,.__186_1h2c4_472,.__187_1h2c4_477,.__188_1h2c4_482,.__189_1h2c4_487,.__190_1h2c4_492,.__191_1h2c4_497,.__192_1h2c4_502,.__193_1h2c4_507,.__194_1h2c4_512,.__195_1h2c4_517,.__196_1h2c4_522,.__197_1h2c4_527,.__198_1h2c4_532,.__199_1h2c4_537{background:var(--http-status-code-1xx-bg);color:var(--http-status-code-1xx)}.__200_1h2c4_542,.__201_1h2c4_547,.__202_1h2c4_552,.__203_1h2c4_557,.__204_1h2c4_562,.__205_1h2c4_567,.__206_1h2c4_572,.__207_1h2c4_577,.__208_1h2c4_582,.__209_1h2c4_587,.__210_1h2c4_592,.__211_1h2c4_597,.__212_1h2c4_602,.__213_1h2c4_607,.__214_1h2c4_612,.__215_1h2c4_617,.__216_1h2c4_622,.__217_1h2c4_627,.__218_1h2c4_632,.__219_1h2c4_637,.__220_1h2c4_642,.__221_1h2c4_647,.__222_1h2c4_652,.__223_1h2c4_657,.__224_1h2c4_662,.__225_1h2c4_667,.__226_1h2c4_672,.__227_1h2c4_677,.__228_1h2c4_682,.__229_1h2c4_687,.__230_1h2c4_692{background:var(--http-status-code-2xx-bg);color:var(--http-status-code-2xx)}.__300_1h2c4_697,.__301_1h2c4_702,.__302_1h2c4_707,.__303_1h2c4_712,.__304_1h2c4_717,.__305_1h2c4_722,.__306_1h2c4_727,.__307_1h2c4_732,.__308_1h2c4_737,.__309_1h2c4_742,.__310_1h2c4_747,.__311_1h2c4_752,.__312_1h2c4_757,.__313_1h2c4_762,.__314_1h2c4_767,.__315_1h2c4_772,.__316_1h2c4_777,.__317_1h2c4_782,.__318_1h2c4_787,.__319_1h2c4_792,.__320_1h2c4_797,.__321_1h2c4_802,.__322_1h2c4_807,.__323_1h2c4_812,.__324_1h2c4_817,.__325_1h2c4_822,.__326_1h2c4_827,.__327_1h2c4_832,.__328_1h2c4_837,.__329_1h2c4_842,.__330_1h2c4_847,.__331_1h2c4_852,.__332_1h2c4_857,.__333_1h2c4_862,.__334_1h2c4_867,.__335_1h2c4_872,.__336_1h2c4_877,.__337_1h2c4_882,.__338_1h2c4_887,.__339_1h2c4_892,.__340_1h2c4_897,.__341_1h2c4_902,.__342_1h2c4_907,.__343_1h2c4_912,.__344_1h2c4_917,.__345_1h2c4_922,.__346_1h2c4_927,.__347_1h2c4_932,.__348_1h2c4_937,.__349_1h2c4_942,.__350_1h2c4_947,.__351_1h2c4_952,.__352_1h2c4_957,.__353_1h2c4_962,.__354_1h2c4_967,.__355_1h2c4_972,.__356_1h2c4_977,.__357_1h2c4_982,.__358_1h2c4_987,.__359_1h2c4_992,.__360_1h2c4_997,.__361_1h2c4_1002,.__362_1h2c4_1007,.__363_1h2c4_1012,.__364_1h2c4_1017,.__365_1h2c4_1022,.__366_1h2c4_1027,.__367_1h2c4_1032,.__368_1h2c4_1037,.__369_1h2c4_1042,.__370_1h2c4_1047,.__371_1h2c4_1052,.__372_1h2c4_1057,.__373_1h2c4_1062,.__374_1h2c4_1067,.__375_1h2c4_1072,.__376_1h2c4_1077,.__377_1h2c4_1082,.__378_1h2c4_1087,.__379_1h2c4_1092,.__380_1h2c4_1097,.__381_1h2c4_1102,.__382_1h2c4_1107,.__383_1h2c4_1112,.__384_1h2c4_1117,.__385_1h2c4_1122,.__386_1h2c4_1127,.__387_1h2c4_1132,.__388_1h2c4_1137,.__389_1h2c4_1142,.__390_1h2c4_1147,.__391_1h2c4_1152,.__392_1h2c4_1157,.__393_1h2c4_1162,.__394_1h2c4_1167,.__395_1h2c4_1172,.__396_1h2c4_1177,.__397_1h2c4_1182,.__398_1h2c4_1187,.__399_1h2c4_1192{background:var(--http-status-code-3xx-bg);color:var(--http-status-code-3xx)}.__400_1h2c4_1197,.__401_1h2c4_1202,.__402_1h2c4_1207,.__403_1h2c4_1212,.__404_1h2c4_1217,.__405_1h2c4_1222,.__406_1h2c4_1227,.__407_1h2c4_1232,.__408_1h2c4_1237,.__409_1h2c4_1242,.__410_1h2c4_1247,.__411_1h2c4_1252,.__412_1h2c4_1257,.__413_1h2c4_1262,.__414_1h2c4_1267,.__415_1h2c4_1272,.__416_1h2c4_1277,.__417_1h2c4_1282,.__418_1h2c4_1287,.__419_1h2c4_1292,.__420_1h2c4_1297,.__421_1h2c4_1302,.__422_1h2c4_1307,.__423_1h2c4_1312,.__424_1h2c4_1317,.__425_1h2c4_1322,.__426_1h2c4_1327,.__427_1h2c4_1332,.__428_1h2c4_1337,.__429_1h2c4_1342,.__430_1h2c4_1347,.__431_1h2c4_1352,.__432_1h2c4_1357,.__433_1h2c4_1362,.__434_1h2c4_1367,.__435_1h2c4_1372,.__436_1h2c4_1377,.__437_1h2c4_1382,.__438_1h2c4_1387,.__439_1h2c4_1392,.__440_1h2c4_1397,.__441_1h2c4_1402,.__442_1h2c4_1407,.__443_1h2c4_1412,.__444_1h2c4_1417,.__445_1h2c4_1422,.__446_1h2c4_1427,.__447_1h2c4_1432,.__448_1h2c4_1437,.__449_1h2c4_1442,.__450_1h2c4_1447,.__451_1h2c4_1452,.__452_1h2c4_1457,.__453_1h2c4_1462,.__454_1h2c4_1467,.__455_1h2c4_1472,.__456_1h2c4_1477,.__457_1h2c4_1482,.__458_1h2c4_1487,.__459_1h2c4_1492,.__460_1h2c4_1497,.__461_1h2c4_1502,.__462_1h2c4_1507,.__463_1h2c4_1512,.__464_1h2c4_1517,.__465_1h2c4_1522,.__466_1h2c4_1527,.__467_1h2c4_1532,.__468_1h2c4_1537,.__469_1h2c4_1542,.__470_1h2c4_1547,.__471_1h2c4_1552,.__472_1h2c4_1557,.__473_1h2c4_1562,.__474_1h2c4_1567,.__475_1h2c4_1572,.__476_1h2c4_1577,.__477_1h2c4_1582,.__478_1h2c4_1587,.__479_1h2c4_1592,.__480_1h2c4_1597,.__481_1h2c4_1602,.__482_1h2c4_1607,.__483_1h2c4_1612,.__484_1h2c4_1617,.__485_1h2c4_1622,.__486_1h2c4_1627,.__487_1h2c4_1632,.__488_1h2c4_1637,.__489_1h2c4_1642,.__490_1h2c4_1647,.__491_1h2c4_1652,.__492_1h2c4_1657,.__493_1h2c4_1662,.__494_1h2c4_1667,.__495_1h2c4_1672,.__496_1h2c4_1677,.__497_1h2c4_1682,.__498_1h2c4_1687,.__499_1h2c4_1692{background:var(--http-status-code-4xx-bg);color:var(--http-status-code-4xx)}.__500_1h2c4_1697,.__501_1h2c4_1702,.__502_1h2c4_1707,.__503_1h2c4_1712,.__504_1h2c4_1717,.__505_1h2c4_1722,.__506_1h2c4_1727,.__507_1h2c4_1732,.__508_1h2c4_1737,.__509_1h2c4_1742,.__510_1h2c4_1747,.__511_1h2c4_1752,.__512_1h2c4_1757,.__513_1h2c4_1762,.__514_1h2c4_1767,.__515_1h2c4_1772,.__516_1h2c4_1777,.__517_1h2c4_1782,.__518_1h2c4_1787,.__519_1h2c4_1792,.__520_1h2c4_1797,.__521_1h2c4_1802,.__522_1h2c4_1807,.__523_1h2c4_1812,.__524_1h2c4_1817,.__525_1h2c4_1822,.__526_1h2c4_1827,.__527_1h2c4_1832,.__528_1h2c4_1837,.__529_1h2c4_1842,.__530_1h2c4_1847,.__531_1h2c4_1852,.__532_1h2c4_1857,.__533_1h2c4_1862,.__534_1h2c4_1867,.__535_1h2c4_1872,.__536_1h2c4_1877,.__537_1h2c4_1882,.__538_1h2c4_1887,.__539_1h2c4_1892,.__540_1h2c4_1897,.__541_1h2c4_1902,.__542_1h2c4_1907,.__543_1h2c4_1912,.__544_1h2c4_1917,.__545_1h2c4_1922,.__546_1h2c4_1927,.__547_1h2c4_1932,.__548_1h2c4_1937,.__549_1h2c4_1942,.__550_1h2c4_1947,.__551_1h2c4_1952,.__552_1h2c4_1957,.__553_1h2c4_1962,.__554_1h2c4_1967,.__555_1h2c4_1972,.__556_1h2c4_1977,.__557_1h2c4_1982,.__558_1h2c4_1987,.__559_1h2c4_1992,.__560_1h2c4_1997,.__561_1h2c4_2002,.__562_1h2c4_2007,.__563_1h2c4_2012,.__564_1h2c4_2017,.__565_1h2c4_2022,.__566_1h2c4_2027,.__567_1h2c4_2032,.__568_1h2c4_2037,.__569_1h2c4_2042,.__570_1h2c4_2047,.__571_1h2c4_2052,.__572_1h2c4_2057,.__573_1h2c4_2062,.__574_1h2c4_2067,.__575_1h2c4_2072,.__576_1h2c4_2077,.__577_1h2c4_2082,.__578_1h2c4_2087,.__579_1h2c4_2092,.__580_1h2c4_2097,.__581_1h2c4_2102,.__582_1h2c4_2107,.__583_1h2c4_2112,.__584_1h2c4_2117,.__585_1h2c4_2122,.__586_1h2c4_2127,.__587_1h2c4_2132,.__588_1h2c4_2137,.__589_1h2c4_2142,.__590_1h2c4_2147,.__591_1h2c4_2152,.__592_1h2c4_2157,.__593_1h2c4_2162,.__594_1h2c4_2167,.__595_1h2c4_2172,.__596_1h2c4_2177,.__597_1h2c4_2182,.__598_1h2c4_2187,.__599_1h2c4_2192{background:var(--http-status-code-5xx-bg);color:var(--http-status-code-5xx)}.__Failed_1h2c4_2197,.__failed_1h2c4_2197,.__Inactive_1h2c4_2197,.__500_1h2c4_1697,.__error_1h2c4_2202,.__Error_1h2c4_2202{background:#ff254c1a;color:var(--error)}.__Aborted_1h2c4_2207,.__Skipped_1h2c4_2207{background:var(--warn-background);color:var(--warn-text)}._bar_i1x1o_1{width:4px;height:16px;border-radius:.5px;position:absolute;top:7px}._text_g6z53_1{color:var(--text-3);font-size:1.4rem;font-family:Inter}._warning_g6z53_7{color:var(--error)!important}._wrapper_g6z53_11,._wrapper_rfmzg_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._wrapper_v6m44_1{display:grid;grid-auto-flow:column;justify-content:left;align-items:center;gap:.5rem}._wrapper_v6m44_1 ._link_v6m44_8{font-weight:600;color:var(--primary)}._wrapper_v6m44_1 ._userWrapper_v6m44_12{display:grid;grid-auto-flow:column;grid-gap:.5rem;align-items:center}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._circle_v6m44_18:first-child{margin-left:0}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._circle_v6m44_18{width:2.8rem;height:2.8rem;border-radius:50%;display:grid;align-items:center;justify-content:center;border:2px solid var(--primary-background)}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._circle_v6m44_18 img{width:2.8rem;height:2.8rem;border-radius:50%}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._text_v6m44_35{color:var(--text-1);font-size:1.2rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._letter_v6m44_39{font-size:1.1rem;font-weight:600;text-transform:uppercase}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._a_v6m44_44,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._j_v6m44_45,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._s_v6m44_46{background:var(--c-lite-1);color:var(--c-dark-1);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._b_v6m44_51,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._k_v6m44_52,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._t_v6m44_35{background:var(--c-lite-2);color:var(--c-dark-2);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._c_v6m44_18,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._l_v6m44_8,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._u_v6m44_12{background:var(--c-lite-3);color:var(--c-dark-3);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._d_v6m44_65,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._m_v6m44_66,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._v_v6m44_67{background:var(--primary);margin-left:-1rem;color:var(--primary-background)}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._e_v6m44_72,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._n_v6m44_73,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._w_v6m44_1{background:var(--c-lite-3);color:var(--c-dark-3);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._f_v6m44_79,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._o_v6m44_80,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._x_v6m44_81{background:var(--c-lite-4);color:var(--c-dark-4);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._g_v6m44_86,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._p_v6m44_87,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._y_v6m44_88{background:var(--c-lite-5);color:var(--c-dark-5);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._h_v6m44_93,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._q_v6m44_94,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._z_v6m44_95{background:var(--c-lite-6);color:var(--c-dark-6);margin-left:-1rem}._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._i_v6m44_100,._wrapper_v6m44_1 ._userWrapper_v6m44_12 ._r_v6m44_101{background:var(--c-lite-7);color:var(--c-dark-7);margin-left:-1rem}._versionList_v6m44_107{background:var(--bg-color-2);margin:0;border-radius:.4rem;min-width:17.8rem}._versionList_v6m44_107 li{padding:.5rem 1.2rem;color:var(--primary-background)}._versionList_v6m44_107 li:hover{background:var(--text-11);cursor:pointer}._versionList_v6m44_107 li ._current_v6m44_121{padding:.4rem .8rem;background:#33d2862e;color:var(--success);font-size:1rem;border-radius:.4rem}._wrapper_6uc8c_1{border-radius:.4rem;width:max-content;display:grid;align-items:center;grid-auto-flow:column;gap:1rem}._success_6uc8c_10{color:var(--success);font-weight:var(--font-medium)}._success_6uc8c_10 ._dot_6uc8c_14{width:.6rem;height:.6rem;background:var(--success);border-radius:50%}._error_6uc8c_21{color:var(--error);font-weight:var(--font-medium)}._error_6uc8c_21 ._dot_6uc8c_14{width:.6rem;height:.6rem;background:var(--error);border-radius:50%}._warn_6uc8c_32{color:var(--warning-1);font-weight:var(--font-medium)}._warn_6uc8c_32 ._dot_6uc8c_14{width:.6rem;height:.6rem;background:var(--warning-1);border-radius:50%}._UsersPage_2znmv_1{display:flex;flex-direction:column;gap:1.6rem}._UsersPage__AddNewUser_2znmv_6{align-self:flex-end}._UpdateUser__form_1518i_1{padding:1.6rem;display:flex;flex-direction:column;align-items:stretch;gap:2.4rem}._UpdateUser__form__FirstLastName_1518i_8{display:flex;gap:.8rem}._UpdateUser__form__FirstLastName_1518i_8 div{flex:1}._UpdateUser__form__FooterButtons_1518i_15{align-self:flex-end;display:flex;gap:.8rem}._InputWithLabel_1518i_21{display:flex}._InputWithLabel_1518i_21[data-alignment=horizontal]{flex-direction:row}._InputWithLabel_1518i_21[data-alignment=vertical]{flex-direction:column}._InputWithLabel_1518i_21 p{font-weight:500}._InputWithLabel_1518i_21:not(p){width:100%}._DeleteConfirm__content_1ayj8_1{display:flex;justify-content:center;align-items:center;flex-direction:column}._DeleteConfirm__content__Title_1ayj8_7{margin-top:1.2rem}._DeleteConfirm__content__ActionBtns_1ayj8_10{display:flex;gap:.8rem;margin-top:1.6rem}._deployment__marker_1940k_1{background-color:var(--primary-background);border-radius:8px;margin:16px;height:100%;border:1px solid var(--border-6)}._comparision__form_1940k_9{padding:8px 16px;border-bottom:1px solid var(--border-6)}._trace__comparison__view_1940k_14{padding:10%}._trace__comparison__view__table__wrapper_1940k_18>div[aria-label=data-table]{border:none;border-bottom:1px solid var(--border-6)}._trace__comparison__view__table__wrapper_1940k_18>div[aria-label=pagination]{padding-inline:16px}._WorkloadStatusOverview_cut4n_1{background-color:var(--primary-background);height:100%;padding:16px;display:grid;grid-template-columns:repeat(12,1fr);gap:16px}._WorkloadStatusOverview__Requests_cut4n_9{grid-column:1/8}._WorkloadStatusOverview__SuccessRate_cut4n_12{grid-column:8/13}._WorkloadStatusOverview__ServiceErrors_cut4n_15{grid-row-start:2;grid-column:1/5}._WorkloadStatusOverview__UserErrors_cut4n_19{grid-row-start:2;grid-column:5/9}._WorkloadStatusOverview__2XXResponses_cut4n_23{grid-row-start:2;grid-column:9/13}._WorkloadStatusOverview__Latencies_cut4n_27{grid-row-start:3;grid-column:1/7}._WorkloadStatusOverview__LatenciesWithMean_cut4n_31{grid-row-start:3;grid-column:7/13}._ModalHeader_1lo9j_1{padding-block:16px;padding-inline:32px;margin-inline:-24px;margin-top:-20px;margin-bottom:16px;border-bottom:1px solid var(--border-6);display:grid;grid-template-columns:1fr 32px;align-items:center}._ModalHeader__CloseIcon_1lo9j_12{border-radius:var(--rounded-lg)}._ModalHeader__CloseIcon_1lo9j_12:hover{background:var(--bg-color-15)}._wrapper_oqpag_1{display:flex;flex-direction:column;gap:.8rem;width:100%;grid-area:graphs;height:fit-content}._infrastructure_wrapper_lzy88_1{display:flex;flex-direction:column;gap:3rem;padding:1.6rem}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7{display:grid;grid-template-columns:25% 75%;border-top:1px solid #eaeefb;border-left:1px solid #eaeefb;background-color:#fff}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7>div{border-bottom:1px solid #eaeefb;border-right:1px solid #eaeefb}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7 ._title__wrapper_lzy88_18{padding:0rem 2rem;display:flex;align-items:center}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7 ._title__wrapper_lzy88_18 ._title_lzy88_18{font-weight:600;color:#1e253d}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7 ._title__wrapper_lzy88_18 ._ai__btn_lzy88_27{cursor:pointer}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7 ._WorkloadStatusGraphTitle_lzy88_30{display:grid;grid-template-columns:1fr auto}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7 ._graph_lzy88_7{padding:0rem 2rem;display:flex;align-items:center}._infrastructure_wrapper_lzy88_1 ._graph_wrapper_lzy88_7 ._chart_wrapper_override_lzy88_39{border-radius:0;padding:0rem 2rem}._infrastructure_wrapper_lzy88_1 ._table_wrapper_lzy88_43{display:flex;flex-direction:column;gap:1rem}._infrastructure_wrapper_lzy88_1 ._table_wrapper_lzy88_43 ._title_wrapper_lzy88_48{display:flex;justify-content:space-between}._infrastructure_wrapper_lzy88_1 ._table_wrapper_lzy88_43 ._title_wrapper_lzy88_48 ._title_lzy88_18{font-weight:600;font-size:17px}._charts__container_lzy88_57{width:100%}._charts__container_lzy88_57 .echarts-for-react{position:static!important}._resource_wrapper_dchec_1{display:flex;flex-direction:column;gap:20px;padding:1.6rem}._resource_wrapper_dchec_1 ._graph_heading_wrapper_dchec_7{display:flex;flex-direction:column;gap:1.2rem}._resource_wrapper_dchec_1 ._graph_heading_wrapper_dchec_7 ._heading_wrapper_dchec_12{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._resource_wrapper_dchec_1 ._graph_heading_wrapper_dchec_7 ._heading_wrapper_dchec_12 ._heading_dchec_12{font-weight:600;font-size:16px;color:#272e47}._resource_wrapper_dchec_1 ._graph_heading_wrapper_dchec_7 ._heading_wrapper_dchec_12 ._dropdown_wrapper_dchec_23{display:flex;flex-direction:row;gap:1rem;align-items:center}._resource_wrapper_dchec_1 ._graph_heading_wrapper_dchec_7 ._heading_wrapper_dchec_12 ._dropdown_wrapper_dchec_23 ._dropdown_text_dchec_29{font-weight:500;font-size:12px}._resource_wrapper_dchec_1 ._graph_heading_wrapper_dchec_7 ._graphs_wrapper_dchec_33{display:grid;gap:1.6rem;grid-template-columns:calc(50% - .5rem) calc(50% - .5rem);background-color:#fff;border-radius:8px}._namespace__multi__select_dchec_41{min-width:365px;height:40px}._storage_wrapper_1vkbn_1{display:flex;flex-direction:column;gap:2rem;padding:1rem 2rem 2rem}._storage_wrapper_1vkbn_1 ._graph_heading_wrapper_1vkbn_8{display:flex;flex-direction:column;gap:2rem}._storage_wrapper_1vkbn_1 ._graph_heading_wrapper_1vkbn_8 ._heading_1vkbn_13{font-weight:700;font-size:18px}._storage_wrapper_1vkbn_1 ._graph_heading_wrapper_1vkbn_8 ._graphs_wrapper_1vkbn_17{display:grid;gap:1rem;grid-template-columns:calc(50% - .5rem) calc(50% - .5rem);background-color:#fff;border-radius:8px;border:solid 1px #EAEEFB;padding:1rem}._storage_wrapper_1vkbn_1 ._graph_heading_wrapper_1vkbn_8 ._graphs_wrapper_1vkbn_17 ._graph_label_wrapper_1vkbn_26{display:flex;align-items:center}._storage_wrapper_1vkbn_1 ._graph_heading_wrapper_1vkbn_8 ._graphs_wrapper_1vkbn_17 ._graph_label_wrapper_1vkbn_26 ._label_1vkbn_30{writing-mode:vertical-rl;text-orientation:mixed;transform:scale(-1);font-size:12px;font-weight:500}._select_wrapper_1dt18_1{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}._select_wrapper_1dt18_1 ._namespace__multi__select_1dt18_8{height:36px}._select_wrapper_1dt18_1 ._namespace__multi__select_1dt18_8 .ant-select-selector{border-radius:var(--rounded-lg)}._select_wrapper_1dt18_1 ._namespace__multi__select_1dt18_8 .ant-select-selection-item{color:var(--text-27)}._select_wrapper_1dt18_1 ._namespace__multi__select_1dt18_8 .ant-select-selection-item>span{color:var(--text-23)}._card_wrapper_qpdlj_1{padding:16px 22px;height:84px;display:flex;align-items:center;position:relative;overflow:hidden;min-width:180px;border:1px solid var(--border-7);border-right:0px}@media (min-width: 480px) and (max-width: 768px){._card_wrapper_qpdlj_1:nth-child(odd){border-left:0px}._card_wrapper_qpdlj_1:nth-child(n+3){border-top:0px}}@media (min-width: 768px) and (max-width: 1024px){._card_wrapper_qpdlj_1:nth-child(3n+1){border-left:0px}._card_wrapper_qpdlj_1:nth-child(n+4){border-top:0px}}@media (min-width: 1024px) and (max-width: 1280px){._card_wrapper_qpdlj_1:nth-child(4n+1){border-left:0px}._card_wrapper_qpdlj_1:nth-child(n+5){border-top:0px}}@media (min-width: 1280px){._card_wrapper_qpdlj_1:nth-child(5n+1){border-left:0px}._card_wrapper_qpdlj_1:nth-child(n+6){border-top:0px}}._card_wrapper_qpdlj_1:last-child:nth-child(2n){border-right:1px solid var(--border-7)}._card_wrapper_qpdlj_1 ._badge_qpdlj_47{position:absolute;width:max-content;top:0;right:0}._AIGradientTextContainer_5qlw0_1{background:linear-gradient(262.09deg,var(--ai-gradient-content-start-color),var(--ai-gradient-content-end-color));display:grid;grid-template-columns:16px 1fr;align-items:start;gap:1.6rem;border-radius:var(--rounded-lg);padding:1.6rem;border:1px solid var(--primary)}._AIGradientTextContainer_5qlw0_1>:nth-child(1){margin-top:4px}._tabs_j76k7_1{flex:1;min-width:0}._tabs_j76k7_1 .ant-tabs-nav{top:0;position:sticky;z-index:10;margin:0!important}._tabs_j76k7_1 .ant-tabs-nav-wrap{background-color:#fff;padding-left:2rem;border-bottom:solid 1px #e4eafb}._workload_status_wrapper_j76k7_17{height:100%}._workload_status_wrapper_j76k7_17 .ant-tag{display:grid!important;grid-auto-flow:column;align-items:center;padding-right:7px!important}._sidebar_wrapper_j76k7_27{min-height:100%;display:flex;flex-direction:column;gap:2rem;padding:2rem;width:420px;background-color:#fff;border:solid 1px #e4eafb}._sidebar_wrapper_j76k7_27 ._cards_heading_wrapper_j76k7_37{display:flex;flex-direction:column;gap:2.4rem;position:relative}._sidebar_wrapper_j76k7_27 ._cards_heading_wrapper_j76k7_37 ._cards_heading_j76k7_37{font-weight:600;font-size:17px}._sidebar_wrapper_j76k7_27 ._cards_heading_wrapper_j76k7_37 ._cards_wrapper_j76k7_47{display:grid;grid-template-columns:calc(50% - 8px) calc(50% - 8px);gap:16px}._sidebar_wrapper_j76k7_27 ._service_map_wrapper_j76k7_52{display:flex;flex-direction:column;gap:2rem}._sidebar_wrapper_j76k7_27 ._service_map_wrapper_j76k7_52 ._heading_wrapper_j76k7_57{display:flex;flex-direction:row;justify-content:space-between}._sidebar_wrapper_j76k7_27 ._service_map_wrapper_j76k7_52 ._heading_wrapper_j76k7_57 ._heading_j76k7_57{font-weight:600;font-size:17px}._sidebar_wrapper_j76k7_27 ._service_map_wrapper_j76k7_52 ._service_map_j76k7_52{height:420px;width:100%;border:solid 1px #eaeefc;background-color:#fff;display:flex;justify-content:center;align-items:center;position:relative}._CrashesRCAModal_j76k7_77{display:grid;grid-template-columns:1fr;gap:1.6rem}._WorkloadStatusCards_j76k7_83{display:grid;margin-inline:-16px;overflow-y:auto;grid-template-columns:repeat(1,1fr)}@media (min-width: 480px){._WorkloadStatusCards_j76k7_83{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._WorkloadStatusCards_j76k7_83{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){._WorkloadStatusCards_j76k7_83{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){._WorkloadStatusCards_j76k7_83{grid-template-columns:repeat(5,1fr)}}._flex_column_tukk6_1{display:flex;flex-direction:column;gap:1rem}._flex_row_tukk6_7{display:flex;flex-direction:row;gap:1rem;align-items:center}._charts__container_tukk6_14{height:140px}._charts__container_tukk6_14 .echarts-for-react{position:static!important}._issue_count_wrapper_tukk6_21{display:flex;flex-direction:row;gap:6px;align-items:center}._issue_count_wrapper_tukk6_21 ._issue_count_tukk6_21{color:#d92d20;font-weight:500;font-size:12px}._AddDeploymentMarkerForm_tukk6_33{min-width:300px}._AddDeploymentMarkerForm__Header_tukk6_36{padding:1rem 1.6rem;border-bottom:1px solid var(--border-6)}._AddDeploymentMarkerForm__Form_tukk6_40{padding:1.6rem 2rem}._AddDeploymentMarkerForm__Footer_tukk6_43{border-top:1px solid var(--border-6);padding:1rem 1.6rem}._title_1tqq5_1{font-size:16px;font-weight:500}._search_namespace_filter__wrapper_1tqq5_6{width:100%;align-self:flex-end;align-items:center}._search_namespace_filter__wrapper_1tqq5_6 ._search__input_1tqq5_11{height:40px;padding:0 1.6rem;max-width:200px;display:flex;align-items:center;border-radius:.8rem}._search_namespace_filter__wrapper_1tqq5_6 ._namespace__multi__select_1tqq5_19{min-width:300px;height:40px}._clear__button_1tqq5_24{color:var(--primary);border:1px solid var(--primary);border-radius:.6rem;padding:.6rem 1.6rem!important;height:38.4px}._clear__button_1tqq5_24 span{font-weight:500}._dropdown_1tqq5_35{background-color:#fff;height:40px;align-items:center}._dropdown_overlay_1tqq5_41 .ant-dropdown-menu{max-height:400px;overflow:auto}._dropdown_overlay_1tqq5_41 .ant-dropdown-menu-title-content>div{padding-left:0}._padding_left_8_1tqq5_49{padding-left:8px}:root{--font-family: "Inter", sans-serif, serif;--font-size: 1.4rem;--font-thin: 100;--font-light: 300;--font-regular: 400;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--font-extra-bold: 800;--font-black: 900;--bg-color-1: #fff;--bg-color-2: #182c60;--bg-color-3: #def7eb;--bg-color-4: #ff303066;--bg-color-5: #5961ea1a;--bg-color-6: #d840db;--bg-color-7: #eff0ff;--bg-color-8: #f9faff;--bg-color-9: #eae9ff;--bg-color-10: #d8f3f5;--bg-color-11: #d9dbff;--bg-color-12: #fef3f2;--bg-color-13: #e7e8fe;--bg-color-20: #f3f6ff;--bg-color-chip-success: #cff5dc;--bg-color-chip-error: #fee4e2;--bg-color-chip: #434def29;--primary: #5961ea;--secondary: #ecedfd;--secondary-1: #e0c2f0;--text-1: #eaeefc;--text-2: #a3b1e0;--text-3: #d7e0fa;--text-4: #7384b6;--text-5: #30447c;--text-6: #5961ea;--text-7: #eaeefc;--text-8: #d7e0fa;--text-9: #f4f6fe;--text-10: #51649c;--text-11: #21366c;--text-12: #8898cb;--text-13: #40548b;--text-14: #fafbff;--text-15: #000;--text-16: #657195;--text-17: #8491b6;--text-18: #7885aa;--text-19: #4b5572;--text-20: #272e47;--text-21: #434d69;--text-22: #5865f6;--text-23: #1e253d;--text-24: #ce2418;--text-25: #525ae3;--text-37: #464e6d;--text-disabled: #616c8e;--text-success: #027a48;--text-error: #7a0202;--border-1: #eaeefc;--border-2: #dee4f5;--border-3: #3e4664;--border-4: #999fff;--border-5: #bec7e3;--border-6: #eaeefb;--border-7: #dde4f6;--chart-1: #8c81ff;--chart-2: #3d96ff;--chart-3: #ac54e0;--primary-background: #141414;--primary-background2: #30447c;--link: #5961ea;--success: #04ae5d;--warning: #fa852f;--warning-1: #f56700;--error: #ff3030;--info: #e0edff;--color-1: #2b93f6;--table-header: #fff;--table-body: #fdfdfd;--th-color: #455457;--td-color: #35353d;--odd-tr: #fafbff;--tr-hover: #f4f6ff;--lite-th: #eaeefc;--c-lite-1: #daedfa;--c-dark-1: #2c77a7;--c-lite-2: #d8e0ff;--c-dark-2: #384987;--c-lite-3: #e8ccfd;--c-dark-3: #7f45ac;--c-lite-4: #fee2c9;--c-dark-4: #8b5726;--c-lite-5: #ddd6fa;--c-dark-5: #5c4aa6;--c-lite-6: #f8ceee;--c-dark-6: #8b3578;--c-lite-7: #d1f5d9;--c-dark-7: #1f7d34;--graph-2: #12b1b1;--warn-text: #f79009;--warn-background: #f790091a;--shadow-1: 0px 4px 24px #061745;--http-status-bg-get: #7a5af8;--http-status-bg-post: #4aad5a;--http-status-bg-put: #0ba5ec;--http-status-bg-patch: #fb6514;--http-status-bg-delete: #f04438;--http-status-bg-head: #6172f3;--http-status-bg-connect: #bd4a6b;--http-status-bg-options: #cd2ca0;--http-status-bg-get-1: #d9d6fe;--http-status-bg-post-1: #bef0c6;--http-status-bg-put-1: #b9e6fe;--http-status-bg-patch-1: #fddcab;--http-status-bg-delete-1: #fecdca;--http-status-bg-head-1: #e0eaff;--http-status-bg-connect-1: #ffd4e0;--http-status-bg-options-1: #ffd4f3;--http-status-code-1xx-bg: #ebeaff;--http-status-code-2xx-bg: #dafbe0;--http-status-code-3xx-bg: #e1f5ff;--http-status-code-4xx-bg: #fff0db;--http-status-code-5xx-bg: #ffefee;--http-status-code-6xx-bg: #ffeef3;--http-status-code-1xx: #5925dc;--http-status-code-2xx: #1e762b;--http-status-code-3xx: #026aa2;--http-status-code-4xx: #c4320a;--http-status-code-5xx: #c3281d;--http-status-code-6xx: #8e2c58;--color_celeste_approx: #ccc;--color_gray_nurse_approx: #e8e8e8;--color_gallery_approx: #f0f0f0;--color_bon_jour_approx: #e0e0e0;--color_desert_storm_approx: #f8f8f8;--color_log_cabin_approx: #222;--color_suva_gray_approx: #888888;--color_silver_chalice_approx: #b0b0b0;--black: #000;--hover_item_color: #00f;--color_nobel_approx: #b3b3b3;--color_matisse_approx: #216ba5;--color-icon-bg: #f6f8ff;--ace-editor-sidebar: #f9faff;--sidenav-width: 22rem;--sidenav-collapsed-width: 5.6rem;--p50-line-fill: #6155e5;--p99-line-fill: #d45aff;--p95-line-fill: #0493ff}:export{primary:#5961ea;secondary:#ecedfd}:root{--font-family: "Inter", sans-serif, serif;--font-size: 1.4rem;--font-thin: 100;--font-light: 300;--font-regular: 400;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--font-extra-bold: 800;--font-black: 900;--monaco-editor-font-size: 14px;--workload-status-card-title-font-size: 14px;--workload-status-card-label-font-size: 16px;--bg-color-1: #fff;--bg-color-2: #182c60;--bg-color-3: #def7eb;--bg-color-4: #ff303066;--bg-color-5: #5961ea1a;--bg-color-6: #d840db;--bg-color-7: #eff0ff;--bg-color-8: #f9faff;--bg-color-9: #eae9ff;--bg-color-10: #d8f3f5;--bg-color-11: #d9dbff;--bg-color-12: #fef3f2;--bg-color-13: #e7e8fe;--bg-color-14: #fafbff;--bg-color-15: #eef2fd;--bg-color-16: #e8e9ff;--bg-color-17: #f2f0ff;--bg-color-18: #daf8f2;--bg-color-19: #edf8ff;--bg-color-20: #f3f6ff;--bg-color-chip-success: #cff5dc;--bg-color-chip-error: #fee4e2;--bg-color-chip: #434def29;--bg-success-bar: #31bc77;--bg-error-bar: #ff7f76;--primary: #5961ea;--secondary: #ecedfd;--secondary-1: #e0c2f0;--text-1: #1e253d;--text-2: #a3b1e0;--text-3: #182c60;--text-4: #7384b6;--text-5: #30447c;--text-6: #5961ea;--text-7: #eaeefc;--text-8: #d7e0fa;--text-9: #f4f6fe;--text-10: #51649c;--text-11: #21366c;--text-12: #8898cb;--text-13: #40548b;--text-14: #fafbff;--text-15: #1e253d;--text-16: #657195;--text-17: #8491b6;--text-18: #7885aa;--text-19: #4b5572;--text-20: #1e253d;--text-21: #434d69;--text-22: #5865f6;--text-23: #1e253d;--text-24: #ce2418;--text-25: #525ae3;--text-26: #7581a6;--text-27: #464e6d;--text-28: #a9b5d6;--text-29: #4b5575;--text-30: #919ec2;--text-31: #a0add0;--text-32: #6e7ba0;--text-33: #344054;--text-34: #6938ef;--text-35: #278f7b;--text-36: #017dbc;--text-37: #414b69;--text-disabled: #616c8e;--text-gray: #596485;--text-success: #027a48;--text-error: #7a0202;--text-light-gray: #434f54;--border-1: #eaeefc;--border-2: #dee4f5;--border-3: #3e4664;--border-4: #999fff;--border-5: #bec7e3;--border-6: #eaeefb;--border-7: #dde4f6;--border-8: #e0e6fa;--border-9: #e4eafb;--border-10: #dee4f5;--border-11: #dee4f5;--border-12: #ffdddb;--border-13: #e4ccca;--chart-1: #8c81ff;--chart-2: #3d96ff;--chart-3: #ac54e0;--primary-background: #fff;--primary-background2: whitesmoke;--link: #5961ea;--success: #04ae5d;--warning: #fa852f;--warning-1: #f56700;--error: #ff3030;--info: #e0edff;--color-1: #2b93f6;--table-header: #fff;--table-body: #fdfdfd;--th-color: #455457;--td-color: #35353d;--odd-tr: #fafbff;--tr-hover: #fafbff;--lite-th: #eaeefc;--c-lite-1: #daedfa;--c-dark-1: #2c77a7;--c-lite-2: #d8e0ff;--c-dark-2: #384987;--c-lite-3: #e8ccfd;--c-dark-3: #7f45ac;--c-lite-4: #fee2c9;--c-dark-4: #8b5726;--c-lite-5: #ddd6fa;--c-dark-5: #5c4aa6;--c-lite-6: #f8ceee;--c-dark-6: #8b3578;--c-lite-7: #d1f5d9;--c-dark-7: #1f7d34;--graph-2: #12b1b1;--warn-text: #f79009;--warn-background: #f790091a;--shadow-1: 0px 4px 24px #061745;--http-status-bg-get: #7a5af8;--http-status-bg-post: #4aad5a;--http-status-bg-put: #0ba5ec;--http-status-bg-patch: #fb6514;--http-status-bg-delete: #f04438;--http-status-bg-head: #6172f3;--http-status-bg-connect: #bd4a6b;--http-status-bg-options: #cd2ca0;--http-status-bg-get-1: #d9d6fe;--http-status-bg-post-1: #bef0c6;--http-status-bg-put-1: #b9e6fe;--http-status-bg-patch-1: #fddcab;--http-status-bg-delete-1: #fecdca;--http-status-bg-head-1: #e0eaff;--http-status-bg-connect-1: #ffd4e0;--http-status-bg-options-1: #ffd4f3;--http-status-code-1xx-bg: #ebeaff;--http-status-code-2xx-bg: #dafbe0;--http-status-code-3xx-bg: #e1f5ff;--http-status-code-4xx-bg: #fff0db;--http-status-code-5xx-bg: #ffefee;--http-status-code-6xx-bg: #ffeef3;--http-status-code-1xx: #5925dc;--http-status-code-2xx: #1e762b;--http-status-code-3xx: #026aa2;--http-status-code-4xx: #c4320a;--http-status-code-5xx: #c3281d;--http-status-code-6xx: #8e2c58;--color_celeste_approx: #ccc;--color_gray_nurse_approx: #e8e8e8;--color_gallery_approx: #f0f0f0;--color_bon_jour_approx: #e0e0e0;--color_desert_storm_approx: #f8f8f8;--color_log_cabin_approx: #1e253d;--color_suva_gray_approx: #888888;--primary-background: #ffffff;--color_silver_chalice_approx: #b0b0b0;--black: #1e253d;--hover_item_color: #00f;--color_nobel_approx: #b3b3b3;--color_matisse_approx: #216ba5;--color-icon-bg: #f6f8ff;--ace-editor-sidebar: #f9faff;--sidenav-width: 22rem;--sidenav-collapsed-width: 5.6rem;--p50-line-fill: #6155e5;--p99-line-fill: #d45aff;--p95-line-fill: #0493ff;--chip-default-background: #f4f6fe;--chip-default-foreground: #1e253d;--status-default-indicator: #1e253d;--chip-primary-background: #eff0ff;--chip-primary-foreground: #5961ea;--status-primary-indicator: #5960ea99;--chip-success-background: #ebfcf2;--chip-success-foreground: #018348;--status-success-indicator: #018349d2;--chip-error-background: #fef3f2;--chip-error-foreground: #d92d20;--status-error-indicator: #d92c20c8;--chip-warning-background: #fff5d8;--chip-warning-foreground: #ca6003;--status-warning-indicator: #ca6003ce;--chip-get-background: #d9d6fe;--chip-get-foreground: #1e253d;--chip-post-background: #bef0c6;--chip-post-foreground: #1e253d;--chip-put-background: #b9e6fe;--chip-put-foreground: #1e253d;--chip-patch-background: #fddcab;--chip-patch-foreground: #1e253d;--chip-delete-background: #fecdca;--chip-delete-foreground: #1e253d;--chip-head-background: #e0eaff;--chip-head-foreground: #1e253d;--chip-connect-background: #ffd4e0;--chip-connect-foreground: #1e253d;--cpu-usage-line: #7a5af8;--memory-usage-line: #1570ef;--request-line: #ffb900;--limit-line: #ff7600;--skeleton-base-color: #f5f5f5;--skeleton-highlight-color: #f0f0f0;--progress-primary: #5961ea;--progress-warning: #ff9914;--progress-error: #f54e42;--filter-panel-width: 250px;--scrollbar-track-color: #a6abb8;--scrollbar-thumb-color: #7b818f;--rounded-sm: 2px;--rounded: 4px;--rounded-md: 6px;--rounded-lg: 8px;--rounded-xl: 12px;--rounded-2xl: 16px;--rounded-3xl: 24px;--ai-gradient-btn-start-color: hsla(288, 100%, 69%, 90%);--ai-gradient-btn-end-color: hsla(239, 83%, 70%, 90%);--ai-gradient-content-start-color: hsla(288, 100%, 69%, 10%);--ai-gradient-content-end-color: hsla(239, 83%, 70%, 10%);--ai-gradient-border-color: #be9fff;--color-error-message: #d92d20}.cursorPointer{cursor:pointer}.footer{display:flex;gap:1rem;justify-content:flex-end}.ant-checkbox-group{display:grid!important;grid-gap:1rem!important}.ant-form-vertical .ant-form-item-label,.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label{padding:0 0 .4rem!important}.css-ht61s2-line-number{text-align:center}.css-2d7yvw-gutter:hover{background:#f4f6ff!important}.ant-switch-checked .ant-switch-handle{left:calc(100% - 14px)!important}.ant-switch{min-width:32px!important;height:16px!important}.ant-switch-handle{width:12px!important;height:12px!important}.react-resizable:hover .react-resizable-handle{background:var(--primary)}.ant-btn-danger{background:transparent!important;color:var(--error)!important}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:none!important}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):after{display:inline-block;margin-left:.2rem!important;content:"*";color:var(--error)}.ant-result-icon{margin-bottom:0!important}.ant-modal-mask{background:#182c60e6!important;z-index:1001!important}.ant-modal-close-x{display:grid!important;align-items:center!important;justify-content:center!important}.ant-modal-title{font-weight:600!important;color:#1e253d!important}.ant-upload-list-picture{display:grid;grid-template-columns:repeat(2,1fr)!important;gap:1.4rem;padding-top:2rem!important}.ant-upload-list-item{margin-top:0!important;height:fit-content!important}.ant-upload-list:after,.ant-upload-list:before{display:unset!important;content:unset!important}.ant-modal{max-width:100vw!important;max-height:100vh!important;top:unset!important}.w-tc-editor{max-height:36rem;overflow:auto!important}.ant-popover-inner-content{padding:0!important}.ant-popover-placement-rightTop .ant-popover-arrow-content:before{background:var(--primary-background)!important}.ant-table-ping-right .ant-table-cell-fix-right-first:after,.ant-table-ping-right .ant-table-cell-fix-right-last:after{box-shadow:2px 0 2px #5961ea0f!important}.ant-table-ping-left .ant-table-cell-fix-left-first:after,.ant-table-ping-left .ant-table-cell-fix-left-last:after{box-shadow:-2px 0 2px #5961ea0f!important}.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th{border-right:none!important}.ant-modal-wrap{overflow:hidden!important;z-index:1001!important}.ant-dropdown{min-width:13rem}.ant-form-item-explain,.ant-form-item-extra{color:var(--success)!important;padding:0 5px 5px 0}.ant-typography-copy,.ant-typography-edit,.ant-typography-expand{color:var(--primary)!important}.ant-modal-close-x{display:grid;align-items:center;justify-content:center}.ant-result{padding:0!important}.ant-popover-inner{box-shadow:0 2px 12px #5961ea29!important;border-radius:6px!important}.ant-timeline-item-last{margin:0!important;padding:0!important}.ant-timeline-item-head,.ant-timeline-item-tail{border-color:var(--text-8)!important}.dotActive .ant-timeline-item-head-blue{background:var(--primary)}.dotActive .ant-timeline-item-head{border-color:transparent!important}.dotActive .ant-timeline-item-content{background:var(--secondary);color:var(--text-3);border-radius:.6rem}.ant-timeline-item-last>.ant-timeline-item-content{min-height:max-content!important}.ant-dropdown-menu-submenu-popup ul{max-height:20rem;min-width:10rem}.ant-switch{background:var(--text-8);background-image:none!important}.ant-progress-outer{width:90%!important;height:0!important}.ant-progress-status-success .ant-progress-text{color:var(--text-1)!important;width:fit-content}ant-switch ant-switch-checked{background:var(--primary)!important}.ant-form-item{margin-bottom:1.5rem!important}.ant-modal-body{padding:0!important}.ant-card-body{padding:0}@media (max-width: 575px){.ant-form-vertical .ant-form-item{flex-direction:unset!important}}.ant-drawer-body{padding:0!important}.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{border-left:1px solid var(--border-1)}.ant-drawer-mask{background:none!important}.ant-table-expanded-row-fixed{margin:0!important;padding:0!important;padding-right:2.5rem!important}.ant-table-expanded-row-fixed .ant-table{margin:0!important}.react-resizable{position:relative;background-clip:padding-box}.react-resizable-handle{position:absolute;width:0rem;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.ant-table-filter-trigger{margin:0!important}.recharts-legend-item-text{font-size:1.2rem!important;color:#40548b!important}.apexcharts-legend-marker{border-radius:.2rem!important;padding-right:.4rem!important}.recharts-legend-item .recharts-surface{font-size:1.2rem!important;color:#40548b!important;border-radius:.2rem!important}.apexcharts-legend-text{font-family:var(--font-family)!important;font-size:1.2rem!important;color:#40548b!important}.ant-pagination .ant-pagination-item{line-height:unset!important}.ant-pagination .ant-select:not(.ant-select-customize-input) .ant-select-selector{min-height:3rem!important}.ant-pagination .ant-select-selector{height:3rem!important;line-height:3rem!important}.ant-pagination .ant-select-selector .ant-select-selection-item{line-height:2.4rem!important}.ant-pagination .ant-select:not(.ant-select-customize-input) .ant-select-selector{height:3rem!important;line-height:3rem!important;border:1px solid var(--border-1)!important}.ant-pagination .ant-select-arrow{height:2rem;top:38%}.ant-pagination .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:3rem!important}.ant-pagination .ant-select-single .ant-select-selector .ant-select-selection-item,.ant-pagination .ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:30px!important}.ant-pagination-options-quick-jumper{height:30px!important;line-height:30px!important}.ant-pagination-item a{height:100%;display:grid!important;align-items:center}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{box-shadow:none!important}.ant-pagination-options-quick-jumper input{height:30px!important}.google-visualization-tooltip{width:fit-content!important;height:fit-content!important;padding:2px!important}.ant-tooltip{max-width:50rem!important}.ant-spin-spinning{height:1.8rem}.ant-input-password input{min-height:3rem!important;height:3rem!important}.ant-select-item-option-selected .ant-select-item-option-content{color:var(--primary)!important}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#f0f3ff!important}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#eeefff!important}.iscustom .ant-select{width:28rem!important}.ant-input-group-addon{background:var(--primary-background)!important}.ant-input-group-addon .ant-select-arrow{padding-top:.5rem}.ant-tooltip-inner{max-height:20rem;overflow:auto;max-width:25rem;text-align:center!important;line-height:18px}.react-flow__attribution{display:none}.ant-pagination-item,.ant-pagination-total-text{line-height:unset!important}.ant-tabs-tab .ant-tabs-tab-btn{color:#616c8e}.w-tc-editor-preview{background-color:transparent!important}.ant-tabs-tab-btn{font-weight:600}.ant-typography p,div.ant-typography{margin-bottom:0!important}.noBorderTab .ant-tabs-bottom>.ant-tabs-nav:before,.noBorderTab .ant-tabs-bottom>div>.ant-tabs-nav:before,.noBorderTab .ant-tabs-top>.ant-tabs-nav:before,.noBorderTab .ant-tabs-top>div>.ant-tabs-nav:before{border-bottom:1px solid transparent!important}.ant-timeline-item-content{padding:1rem;margin:0 0 0 2rem!important;top:-16.001px!important}.ant-timeline-item-content:hover{background:var(--secondary);border-radius:.6rem}tspan{font-family:var(--font-family)!important}.ant-timeline-item{padding-bottom:0!important}.ant-input-disabled,.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector,.ant-input[disabled]{border:1px solid var(--text-8)!important;background:var(--text-9)!important;color:var(--text-4)!important}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{border:1px solid var(--primary)!important;color:var(--text-3)!important;font-size:1.4rem}.react-flow__node-default .react-flow__handle,.react-flow__node-group .react-flow__handle,.react-flow__node-input .react-flow__handle,.react-flow__node-output .react-flow__handle{background:var(--primary)!important}.ant-table-cell-fix-right-first{padding:0rem 1.2rem!important}.ant-tooltip-inner{background:#182c60e6!important;font-size:1.2rem}.ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient( to right bottom, rgba(24, 44, 96, .9), rgba(24, 44, 96, .9) ) !important}#createUser .ant-form-item,#manulUpload .ant-form-item{margin-bottom:0!important}.notification-drawer .ant-drawer-header{display:none!important}.ant-btn-primary:focus{background:var(--primary)!important}.ant-modal-header .ant-modal-title span{font-size:16px;font-weight:var(--font-semi-bold);color:#1e253d}.ant-table-row{cursor:pointer}.ant-table-row .actions{opacity:0}.ant-table-row:hover{background-color:var(--odd-tr)!important}.ant-table-row:hover .actions{opacity:1}.workspace form .ant-form-item{margin:0!important}.workspace .ant-select:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #d7e0fa!important;cursor:pointer;background:#fafbff!important;border-radius:.6rem!important}.workspace .ant-select-selection-item{color:#1e253d!important}.workspace .ant-select:not(.ant-select-customize-input) .ant-select-selector{min-height:3.6rem!important;height:3.6rem!important}.workspace .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{min-height:3.6rem!important;height:3.6rem!important}.workspace .ant-select-single .ant-select-selector .ant-select-selection-item,.workspace .ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:3.6rem!important}.rc-virtual-list-holder-inner div[name=Default] .ant-select-item-option-content{border-bottom:1px solid var(--border-1)!important;padding-bottom:.6rem}.bottomDrawer .ant-drawer-mask{background:#30447ce6!important}.bottomDrawer .ant-drawer-content{border-top-left-radius:1rem;border-top-right-radius:1rem}.bottomDrawer .ant-drawer-title{font-weight:var(--font-semi-bold);font-size:16px}.dropdown .ant-dropdown{min-width:19rem!important}.ant-upload-span{margin-top:1rem;height:4.8rem!important;background:#f4f6ff!important;padding:0 1rem!important;border-radius:.4rem!important}.drawerWrapper{display:grid;position:relative;overflow:hidden}.drawerWrapper .close{width:3.5rem;height:3.5rem;display:grid;align-items:center;justify-content:center;border-radius:.6rem;cursor:pointer}.drawerWrapper .close:hover{background:var(--text-9)}.drawerWrapper .header{border-bottom:1px solid var(--border-1);padding:1rem 4rem 1rem 2rem;display:grid;align-items:center;grid-template-columns:1fr 1rem}.drawerWrapper .header h4{margin:0!important;font-weight:600;font-size:18px;line-height:24px;color:#182c60}.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr>td.ant-table-cell-row-hover,td.ant-table-column-sort{background:#fff!important}.react-filter-box{height:4rem!important;border:none!important;border-bottom:1px solid var(--border-1)!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.CodeMirror-lines{height:4rem;padding:.8rem 0 0!important}.CodeMirror-scroll{padding-bottom:0rem!important;overflow:unset!important;margin-bottom:0!important;height:4rem!important}.react-codemirror2{height:4rem;display:grid;grid-template-rows:.1rem 3.8rem}.CodeMirror-vscrollbar{overflow:hidden}.bold{color:var(--text-1);font-weight:700}.error{color:var(--error)}.ant-drawer-right>.ant-drawer-content-wrapper{box-shadow:0 4px 12px #5961ea1f!important}.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover{background:#ff254c1a!important;color:var(--error)!important}.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav:before,.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav:before{border-bottom:1px solid var(--border-1)!important}.echarts-for-react svg text{fill:#40548b!important}.CodeMirror{max-height:30rem!important;height:unset!important;font-family:var(--font-family)!important}.react-filter-box.error{border-color:var(--error)!important}.CodeMirror-hints{box-shadow:0 2px 12px #5961ea1f!important;padding:0!important;min-width:20rem!important;border:none!important}.CodeMirror-hints li.CodeMirror-hint-active{background:var(--text-9)!important;color:var(--text-1)!important}.CodeMirror-hints li .hint-value{color:var(--text-1)!important;padding:0 1rem;text-transform:capitalize;background:transparent}.CodeMirror-hints li:hover{background:var(--text-9)!important}.cm-category,.cm-condition,.cm-operator,.cm-value{padding:.4rem 1rem;border-radius:.6rem!important;background:var(--border-1);color:var(--text-3)!important}.ant-dropdown-menu-title-content{max-width:30rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.toolBar{display:grid;grid-template-columns:1fr max-content;padding-bottom:4rem;position:relative}.toolBar .actions{display:grid;grid-auto-flow:column;gap:1.6rem}.tablePD{padding-bottom:8.5rem}.tablePD2{padding-bottom:9.5rem}.ant-input-textarea-show-count:after{color:#8898cb!important;font-size:1rem!important}.firstrow:first-child{border-bottom:1px solid #000}.ant-segmented{border:1px solid var(--border-2);border-radius:8px!important;background-color:var(--primary-background)!important}.ant-segmented .ant-segmented-item-selected{background-color:var(--primary)!important;color:var(--primary-background)!important;border-radius:8px}.ant-segmented .ant-segmented-thumb{background-color:var(--primary)}.ant-popover-placement-bottomRight .ant-popover-arrow{right:0!important}.restClientUrlContainer .ant-select:not(.ant-select-customize-input) .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;width:max-content}.restClientUrlContainer .ant-input:placeholder-shown{border-top-left-radius:0;border-bottom-left-radius:0}.restClientUrlContainer .ant-btn-primary{height:100%;width:12rem;margin-left:1rem}.restClientUrlContainer .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:var(--font-semi-bold)!important;font-size:14px!important;line-height:17px!important}.restClientRequestContainer .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,.restClientRequestContainer .ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap{padding:0 2rem}.restClientResponseContainer .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,.restClientResponseContainer .ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap{padding:0 2rem}._GET{color:var(--http-status-bg-get)}._POST{color:var(--http-status-bg-post)}._PUT{color:var(--http-status-bg-put)}._PATCH{color:var(--http-status-bg-patch)}._DELETE{color:var(--http-status-bg-delete)}._HEAD{color:var(--http-status-bg-head)}._CONNECT{color:var(--http-status-bg-connect)}.loadTestDrawer .ant-drawer-content-wrapper{border-radius:2rem}.loadTestDrawer .ant-drawer-header{display:flex!important}.loadTestDrawer .ant-drawer-header-title{flex-direction:row-reverse;justify-content:space-between}.ant-layout .ant-layout-sider{background-color:var(--primary-background)}.ant-layout-header{background-color:var(--primary-background);padding:0;height:fit-content;padding:.4rem 0}.databasesPageWrapper .ant-layout.ant-layout-has-sider{height:80vh}.databasesPageWrapper .ant-layout-content{overflow:auto}.notification-drawer .ant-drawer-body{overflow:hidden}.replay-collapse .ant-collapse-item-active,.replay-collapse .ant-collapse-content-active{background:var(--border-1)!important}.loadtest-slider .ant-slider-handle{width:20px;height:20px;border:solid 6px var(--primary);top:0}.loadtest-slider .ant-slider-track{background-color:var(--primary)}.liveTrafficTable .ant-table-body{padding-bottom:120px}.loadtest-api-filter{line-height:0!important;grid-gap:0rem!important;width:100%}.assretion-form-item .ant-form-item-row{width:100%}.ace_hidpi .ace_gutter-layer{background:var(--ace-editor-sidebar)}.ace-github .ace_marker-layer .ace_active-line{background:#5961ea1a!important}.apiInsightsDrawer .ant-drawer-header{padding:1rem}.closeBtn{width:40px!important;height:40px!important;background:none!important;border:none!important}.closeBtn:hover{background:var(--odd-tr)!important}.infoIconTableHeader .ant-table-filter-column{flex-direction:row-reverse!important}div.ant-tabs-ink-bar.ant-tabs-ink-bar-animated{border-radius:6px}.ant-tabs-tab-btn[aria-disabled=true]{color:#bcc8e5!important}.ant-menu-light.ant-menu-root.ant-menu-inline,.ant-menu-light.ant-menu-root.ant-menu-vertical{border-inline-end:none}.ant-popover .ant-popover-inner{background-color:none;padding:0}.ant-layout-header{line-height:normal}.ant-collapse-content{border-color:var(--border-6)!important}.line-numbers{font-family:Roboto Mono,monospace!important;font-size:12px;opacity:.8}.recharts-legend-wrapper{bottom:1.4rem!important;left:0!important;font-family:1.2rem!important;color:var(--text-23)}.ant-table-cell{height:25px!important}.ant-typography{font-family:Inter,sans-serif}.ant-layout-sider-collapsed{width:64px!important;min-width:64px!important;max-width:64px!important}.recharts-tooltip-wrapper{z-index:9999!important}.ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>.ant-table-cell{padding:.4rem .8rem!important}.ant-table-tbody:nth-child(1){display:none}.ant-tabs-content,.ant-tabs-tabpane-active{height:100%!important}.ant-tabs{height:100%}.no-data-table :global .ant-table-wrapper{height:100%!important}.no-data-table :global .ant-table-wrapper .ant-spin-nested-loading{height:100%!important}.no-data-table :global .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%!important}.no-data-table :global .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{height:100%!important}.no-data-table :global .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%!important}.no-data-table :global .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container .ant-table-body{height:100%!important}.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--border-7)}.ant-picker-outlined{border-color:var(--border-6)}.ant-select .ant-select-selection-placeholder{color:#afbbda}.ant-input-outlined{border-color:#eaeefb}.ant-input-affix-wrapper>input.ant-input::placeholder{color:#bcc8e5}.ant-input::placeholder{color:#bcc8e5!important}.ant-input-password input.ant-input::placeholder{color:#bcc8e5!important}.ant-typography{margin-bottom:0!important}.ant-tooltip-inner{background-color:#000!important;border-radius:6px!important;padding:.8rem!important}.ant-progress .ant-progress-bg{transition:none}.ant-table-expanded-row .ant-table-cell{background-color:var(--primary-background)!important}.ant-input-number-outlined:focus-within{border-color:#5961ea;box-shadow:none}.ant-btn>span{font-weight:inherit;font-size:inherit}.ant-tabs{line-height:1.2!important}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-block:0!important;padding-bottom:12px!important}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:1.4rem;font-weight:400;font-family:var(--font-family);letter-spacing:normal;-webkit-font-smoothing:antialiased;vertical-align:baseline}:focus{outline:0}:focus{outline:none}*:focus,*:focus-visible{outline:none}button{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}::-moz-focus-inner{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}*,:after,:before{box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display: inline;*zoom: 1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left: -7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align: middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow: visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height: 13px;*width: 13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}p{color:var(--text-1)}@font-face{font-family:Inter;src:url(./Inter/Inter-Thin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Inter;src:url(./Inter/Inter-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(./Inter/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(./Inter/Inter-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(./Inter/Inter-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(./Inter/Inter-Bold.ttf) format("truetype");font-weight:700;font-style:normal}html{font-size:10px!important}html,body,#root{height:100%;width:100%;overflow:hidden;background-color:#f5f4ff;font-family:Inter,sans-serif!important}.appContainer{height:100%;width:100%;overflow:hidden}h1{font-size:2.4rem;font-weight:var(--font-semi-bold);color:var(--text-1)!important}h2{font-size:3.4rem;font-weight:var(--font-semi-bold);color:var(--text-1)!important}h3{font-size:2.4rem;font-weight:var(--font-semi-bold);color:var(--text-1)!important}h4{font-size:2rem;font-weight:var(--font-semi-bold);color:var(--text-1)!important}h5{font-size:1.8rem;font-weight:var(--font-semi-bold);color:var(--text-23)!important}h6{font-size:1.5rem;font-weight:var(--font-semi-bold);color:var(--text-1)!important}a{color:var(--primary)}a:hover{color:var(--primary);text-decoration:underline}label{font-weight:var(--font-regular);font-size:1.4rem!important;color:var(--text-1)}@media only screen and (min-width: 1600px){html{font-size:11px}}@media only screen and (max-width: 600px){html{font-size:10px}}*:focus:not(:focus-visible){outline:none}.colActions{display:grid;grid-auto-flow:column;gap:1rem;justify-content:right;align-items:center}.notification{position:relative}.notification .ant-progress-inner{background:#eaeefc!important;height:1.2rem!important;border-radius:8px!important}.notification .ant-progress-inner .ant-progress-bg{height:1.2rem!important}.circleLoader .ant-progress-circle-trail{stroke:#d7e0fa!important}.circleLoader .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:var(--primary)!important}.circleLoader .ant-progress-inner{background:none!important}.circleLoader .ant-progress-inner .ant-progress-bg{height:1.2rem!important}.customTooltip{box-shadow:0 2px 12px #5961ea29;border-radius:6px;background:var(--primary-background);padding:1rem;display:grid;gap:.3rem}.addNew{border-top:1px solid var(--border-1);justify-content:center;color:var(--link);height:4rem;display:grid;align-items:center;text-align:center;cursor:pointer}.chartTitle{font-weight:600;color:var(--text-1)}.chartLine1{color:var(--chart-1)}.cjartLine2{color:var(--chart-2)}.refresh{z-index:10;display:grid;align-items:center;justify-content:center;border:1px solid var(--border-1);border-radius:.6rem;padding:1.1rem}.refresh:hover{background:var(--tr-hover);cursor:pointer}.noCancel{background:#e1e2fc!important;border-radius:6px!important;color:#5961ea!important;border:none!important}.disabled{color:var(--text-12)!important;cursor:no-drop!important}.disabled:hover{cursor:no-drop!important;background:var(--tr-hover)!important}.delete{background:#ffe9e8!important;border-radius:6px!important;color:#d92d20!important;border:none!important}*{margin:0;padding:0;font-family:Inter,sans-serif}.copyable__container{cursor:pointer;position:relative}.copyable__container span{display:none;position:absolute;right:0;top:0;background-color:var(--primary-background);padding:.4rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.copyable__container:hover>span{display:block}.react-loading-skeleton{--highlight-color: var(--skeleton-highlight-color);--base-color: var(--skeleton-base-color)}.ant-pagination{align-items:center}.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{display:flex;width:fit-content;min-width:0}.ant-btn:disabled,.ant-btn[disabled]{background-color:#f4f6fe!important;color:#bcc8e5!important;border:none!important}
