:root{--surely-table-primary-color: #1677ff;--surely-table-primary-color-1: #e6f4ff;--surely-table-primary-color-2: #bae0ff;--surely-table-primary-color-3: #91caff;--surely-table-primary-color-4: #69b1ff;--surely-table-primary-color-5: #4096ff;--surely-table-primary-color-6: #1677ff;--surely-table-primary-color-7: #0958d9;--surely-table-primary-color-8: #003eb3;--surely-table-primary-color-9: #002c8c;--surely-table-primary-color-10: #001d66;--surely-table-white: #fff;--surely-table-black: #000;--surely-table-bg: #fff;--surely-table-row-bg: #fff;--surely-table-row-hover-bg: #fafafa;--surely-table-row-insert-bg: #fff1f0;--surely-table-row-selected-bg: var(--surely-table-primary-color-1);--surely-table-row-selected-hover-bg: var(--surely-table-primary-color-2);--surely-table-expanded-row-bg: #fafafa;--surely-table-component-background: #fff;--surely-table-background-color: #fafafa;--surely-table-background-color-selected: #fafafa;--surely-table-background-color-summary: #fafafa;--surely-table-header-drag-bg: #f2f2f2;--surely-table-header-sort-active-bg: #f2f2f2;--surely-table-header-filter-active-bg: rgba(0, 0, 0, .04);--surely-table-header-cell-split-color: rgba(0, 0, 0, .06);--surely-table-header-icon-color: rgba(0, 0, 0, .45);--surely-table-header-color: rgba(0, 0, 0, .85);--surely-table-header-icon-color-hover: rgba(0, 0, 0, .6);--surely-table-header-sort-bg: #f5f5f5;--surely-table-body-sort-bg: #fafafa;--surely-table-border-color: #ebebeb;--surely-table-border-color-base: #d9d9d9;--surely-table-cell-focus-border-color: #1677ff;--surely-table-disabled-color: rgba(0, 0, 0, .25);--surely-table-disabled-bg: #f5f5f5;--surely-table-text-color: rgba(0, 0, 0, .85);--surely-table-text-color-secondary: rgba(0, 0, 0, .45);--surely-table-ping-box-shadow-color: rgba(5, 5, 5, .06);--surely-table-popup-shadow: 4px 4px 8px rgba(0, 0, 0, .1);--surely-table-ghost-image-shadow-color: rgba(0, 0, 0, .15);--surely-table-box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);--surely-table-tooltip-bg-color: rgba(0, 0, 0, .85)}[data-surely-table-theme=dark]:root{--surely-table-bg: #141414;--surely-table-row-bg: #141414;--surely-table-row-hover-bg: #262626;--surely-table-row-insert-bg: #434343;--surely-table-row-selected-bg: var(--surely-table-primary-color-1);--surely-table-row-selected-hover-bg: var(--surely-table-primary-color-2);--surely-table-expanded-row-bg: transparent;--surely-table-component-background: #141414;--surely-table-background-color: #1d1d1d;--surely-table-background-color-selected: #1d1d1d;--surely-table-background-color-summary: #1d1d1d;--surely-table-text-color: rgba(255, 255, 255, .85);--surely-table-text-color-secondary: rgba(255, 255, 255, .45);--surely-table-disabled-color: rgba(255, 255, 255, .3);--surely-table-disabled-bg: rgba(255, 255, 255, .08);--surely-table-border-color-base: #434343;--surely-table-body-sort-bg: rgba(255, 255, 255, .01);--surely-table-border-color: #303030;--surely-table-box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, .48), 0 6px 16px 0 rgba(0, 0, 0, .32), 0 9px 28px 8px rgba(0, 0, 0, .2);--surely-table-popup-shadow: var(--surely-table-box-shadow-base);--surely-table-ghost-image-shadow-color: var(--surely-table-box-shadow-base);--surely-table-ping-box-shadow-color: rgba(0, 0, 0, .45);--surely-table-header-color: rgba(255, 255, 255, .85);--surely-table-header-sort-bg: #262626;--surely-table-header-cell-split-color: rgba(255, 255, 255, .08);--surely-table-header-filter-active-bg: #434343;--surely-table-header-sort-active-bg: #303030;--surely-table-header-icon-color: #bfbfbf;--surely-table-header-icon-color-hover: #a6a6a6;--surely-table-header-drag-bg: #303030}.surely-table.surely-table-middle .surely-table-cell-content{padding:12px 8px}.surely-table.surely-table-middle .surely-table-cell-box{padding:0 8px}.surely-table.surely-table-middle .surely-table-auto-header-height .surely-table-header-cell{padding:12px 0!important}.surely-table.surely-table-small .surely-table-cell-content{padding:8px}.surely-table.surely-table-small .surely-table-cell-box{padding:0 8px}.surely-table.surely-table-small .surely-table-auto-header-height .surely-table-header-cell{padding:8px 0!important}.surely-table-small .surely-table-selection-column{width:46px;min-width:46px}.surely-table-wrapper{clear:both;max-width:100%}.surely-table-wrapper:before{display:table;content:""}.surely-table-wrapper:after{display:table;clear:both;content:""}.surely-table-wrapper-dark{color-scheme:dark}.surely-table{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;flex-direction:column;background:var(--surely-table-bg);font-size:14px;border-radius:6px 6px 0 0;flex-shrink:0}.surely-table [class^=surely-table]{box-sizing:border-box;outline:none}.surely-table-cell-selection-overlay{position:absolute;inset:0;pointer-events:none;z-index:1;display:none}.surely-table-selection-dragging .surely-table-cell-selection-overlay{pointer-events:auto;display:block}.surely-table-body-inner-measure,.surely-table-body-scroll-measure{position:absolute;top:0;left:0;pointer-events:none;width:100%;min-width:100%;height:1px;opacity:0;z-index:-1}.surely-table-scroll-layer{position:absolute;top:0;left:0;pointer-events:none;width:100%}.surely-table-scroll-layer-inner{pointer-events:all}.surely-table-position-absolute{position:absolute}.surely-table-body,.surely-table-header,.surely-table-summary{display:flex;position:relative;height:100%;width:100%;flex:1 1 auto;flex-direction:row}.surely-table-header{border-radius:6px 6px 0 0}.surely-table-header,.surely-table-summary{flex-grow:0;flex-shrink:0;height:auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background:var(--surely-table-background-color);transition:background-color .3s ease}.surely-table-header .surely-table-row,.surely-table-summary .surely-table-row{opacity:1}.surely-table-summary{z-index:3;background:var(--surely-table-background-color-summary);border-top:1px solid var(--surely-table-border-color)}.surely-table-summary .surely-table-fix-left,.surely-table-summary .surely-table-fix-right{background:var(--surely-table-background-color-summary)}.surely-table-summary-fixed-top{border-top:none;border-bottom:1px solid var(--surely-table-border-color)}.surely-table-summary-container{flex-direction:column;width:100%;overflow-y:hidden}.surely-table-body-container,.surely-table-header-container,.surely-table-summary-container{display:flex;height:100%}.surely-table-body-container>div,.surely-table-header-container>div,.surely-table-summary-container>div{flex-shrink:0;flex-grow:0}.surely-table-body-viewport-container,.surely-table-body-container{-webkit-overflow-scrolling:touch}.surely-table-body-contextmenu-container{display:none}.surely-table-popup-container{min-width:120px;min-height:60px}.surely-table-body-contextmenu-container,.surely-table-popup-container{position:absolute;z-index:9;opacity:0;transition:opacity .3s ease-in-out;background-color:var(--surely-table-component-background);border-radius:6px;border:1px solid var(--surely-table-border-color);overflow:auto;box-sizing:content-box!important;padding:0;box-shadow:var(--surely-table-popup-shadow)}.surely-table-unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.surely-table-header-container .surely-table-center-container{height:100%}.surely-table-sticky-header{position:sticky;z-index:9}.surely-table-header:not(.surely-table-show-header-scrollbar) .surely-table-center-viewport{-ms-overflow-style:none;scrollbar-width:none}.surely-table-header:not(.surely-table-show-header-scrollbar) .surely-table-center-viewport::-webkit-scrollbar{width:0px;display:none}.surely-table-center,.surely-table-center-viewport,.surely-table-horizontal-scroll-viewport{position:relative;flex:1 1 auto;min-width:0;min-height:100%}.surely-table-center-viewport,.surely-table-horizontal-scroll-viewport{overflow:hidden}.surely-table-center-viewport{width:100%;height:100%;overflow-x:auto;display:flex}.surely-table-center-container{position:relative;display:block}.surely-table-fix-left{position:relative;position:sticky;left:0;z-index:3}.surely-table-fix-right{position:relative;position:sticky;right:0;z-index:3}.surely-table-summary-cell-fixed-left{position:relative;position:sticky;left:0;z-index:3}.surely-table-summary-cell-fixed-right{position:relative;position:sticky;right:0;z-index:3}.surely-table-header-scrollbar,.surely-table-summary-scrollbar{border-bottom:1px solid var(--surely-table-border-color)}.surely-table .surely-table-cell-shadow-left:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none;box-shadow:inset 10px 0 8px -8px var(--surely-table-ping-box-shadow-color);opacity:0}.surely-table .surely-table-cell-shadow-right:after{box-shadow:inset -10px 0 8px -8px var(--surely-table-ping-box-shadow-color);position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);transition:box-shadow .3s;content:"";pointer-events:none;opacity:0}.surely-table-ping-left .surely-table-cell-shadow-left:after,.surely-table-ping-right .surely-table-cell-shadow-right:after{opacity:1}.surely-table-cell-fix-left,.surely-table-cell-fix-right{position:sticky!important;z-index:2;background:var(--surely-table-bg)}.surely-table-cell-fix-left-first:after,.surely-table-cell-fix-left-last:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);content:"";pointer-events:none}.surely-table-cell-fix-right-first:after,.surely-table-cell-fix-right-last:after{position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);content:"";pointer-events:none}.surely-table-ping-left .surely-table-cell-fix-left-first:after,.surely-table-ping-left .surely-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px var(--surely-table-ping-box-shadow-color)}.surely-table-ping-left .surely-table-cell-fix-left-last .surely-table-cell-box:before{opacity:0}.surely-table-ping-left .surely-table-cell-fix-left-last:before{background-color:transparent!important}.surely-table-ping-right .surely-table-cell-fix-right-first:after,.surely-table-ping-right .surely-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px var(--surely-table-ping-box-shadow-color)}.surely-table-row{opacity:0;color:var(--surely-table-text-color);background-color:var(--surely-table-row-bg);width:100%;display:flex;align-items:center;position:absolute;transition:background-color .3s;border-bottom:1px solid var(--surely-table-border-color)}.surely-table-row.surely-table-row-hover{background:var(--surely-table-row-hover-bg)}.surely-table-row.surely-table-row-selected{background-color:var(--surely-table-row-selected-bg)}.surely-table-row.surely-table-row-selected .surely-table-cell:not(.surely-table-body-cell-range-selected){background-color:inherit}.surely-table-row.surely-table-row-selected.surely-table-row-hover{background:var(--surely-table-row-selected-hover-bg)}.surely-table-row.surely-table-row-dragging,.surely-table-row.surely-table-row-dragging-insert-target{background:var(--surely-table-row-hover-bg);cursor:move}.surely-table-row.surely-table-row-dragging:after,.surely-table-row.surely-table-row-dragging-insert-target:after{content:"";pointer-events:none;position:absolute;left:0;top:0;height:100%;width:100%;background:var(--surely-table-row-hover-bg);opacity:.5;cursor:move}.surely-table-row.surely-table-row-dragging-insert-target{background:var(--surely-table-row-insert-bg)}.surely-table-row.surely-table-row-dragging-insert-target:after{background:var(--surely-table-row-insert-bg)}.surely-table-row.surely-table-row-selected.surely-table-row-dragging{background:var(--surely-table-row-selected-hover-bg)}.surely-table-row.surely-table-row-selected.surely-table-row-dragging-insert-target{background:var(--surely-table-row-insert-bg)}.surely-table-has-animate .surely-table-row{transition:transform .2s,top .2s,height .2s,background-color .1s}.surely-table.surely-table-stripe .surely-table-body .surely-table-row-odd:not(.surely-table-row-selected){background:var(--surely-table-background-color-selected)}.surely-table-cell{position:absolute;top:0;height:100%;flex:none;display:flex;align-items:center;border-bottom:1px solid var(--surely-table-border-color);overflow-y:hidden;overflow-y:clip;overflow-x:visible;padding:0!important}.surely-table-cell[rowspan]:not([rowspan="1"]):not(th){z-index:1;background-color:inherit}.surely-table-cell[colspan]:not([colspan="1"]):not(th){z-index:1;background-color:inherit}.surely-table-cell [rowspan="0"]{visibility:hidden;z-index:-1}.surely-table-cell-inline-edit:focus-within{outline-color:transparent}.surely-table-cell-inline-edit>*{visibility:hidden}.surely-table-cell>.surely-table-cell-edit-wrapper{visibility:visible;position:absolute;inset:0;min-height:100%;width:100%;display:flex;flex-direction:row;align-items:center;border:1px solid var(--surely-table-primary-color-4);box-sizing:border-box}.surely-table-cell>.surely-table-cell-edit-wrapper>.surely-table-cell-edit-inner{width:100%;display:flex;flex-direction:row;align-items:center;line-height:normal;padding:16px}.surely-table-cell-edit-input{border-color:transparent;background-color:transparent;height:100%;width:100%;color:inherit;line-height:inherit;font-size:inherit;font-family:inherit;font-feature-settings:inherit;-webkit-font-smoothing:subpixel-antialiased}.surely-table-cell-edit-input:focus{background-color:transparent}.surely-table-body-cell{border:1px solid transparent}.surely-table-body .surely-table-body-cell-range-selected:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-1)}.surely-table-body .surely-table-body-cell-range-selected-2:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-2)}.surely-table-body .surely-table-body-cell-range-selected-3:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-3)}.surely-table-body .surely-table-body-cell-range-selected-4:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-4)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-left{border-left-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-right{border-right-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-top{border-top-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-bottom{border-bottom-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-single-cell{border-color:var(--surely-table-cell-focus-border-color)}.surely-table-cell-hidden{visibility:hidden}.surely-table-cell-multi .surely-table-cell-inner{overflow:auto;max-height:100%}.surely-table-cell-inner{padding:0!important;margin:0!important;border:none!important;min-width:1px;flex-grow:1;flex-shrink:1;display:inline-flex;align-items:center}.surely-table-cell-inner .surely-table-cell-content{padding:16px;width:100%;overflow-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased}.surely-table-cell-inner .surely-table-cell-content:not(.surely-table-cell-text-ellipsis){white-space:normal;word-break:break-all}.surely-table.surely-table-auto-height .surely-table-cell{display:flex;align-items:center}.surely-table-header-cell{display:inline-flex;padding:0!important;align-items:center;float:left;color:var(--surely-table-header-color);font-weight:500;text-align:left;overflow:visible;background-color:var(--surely-table-background-color);transition:background-color .2s ease}.surely-table-header-cell[colspan]:not([colspan="1"]) .surely-table-header-cell-title{text-align:center;justify-content:center}.surely-table-extra-cell,.surely-table-header-extra-cell{display:inline-flex;align-items:center;justify-content:center;float:left;min-width:1px;text-align:center}.surely-table-header-cell-title{display:flex;align-items:center;justify-content:space-between;flex:auto;max-width:100%}.surely-table-header-cell-title-inner{overflow:hidden;overflow-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;flex-grow:1}.surely-table-auto-header-height .surely-table-header-cell{position:relative;padding:16px 0!important;display:table-cell;float:unset}.surely-table-auto-header-height .surely-table-header-cell-title-inner{white-space:unset}.surely-table-auto-header-height .surely-table-header-cell .surely-table-cell-box{width:unset}.surely-table-summary-row{position:relative;display:flex;flex-grow:0;flex-shrink:0;flex-direction:row;align-items:stretch;border-bottom:1px solid var(--surely-table-border-color)}.surely-table-summary-cell{position:relative;flex:1;height:auto;background:var(--surely-table-background-color-summary);border-bottom:none;white-space:normal}.surely-table-summary-cell-fixed-left,.surely-table-summary-cell-fixed-right{z-index:1}.surely-table-column-title{position:unset;display:flex;width:1px;z-index:1;flex:1}.surely-table-cell-box{padding:0 16px}.surely-table-cell-box:before{position:absolute;top:50%;right:1px;width:1px;height:1.6em;pointer-events:none;background-color:var(--surely-table-header-cell-split-color);transform:translateY(-50%);transition:background-color .3s;content:""}.surely-table-cell-auto-height{height:100%}.surely-table-cell-wrap-text{white-space:normal;word-break:break-all}.surely-table-cell-text-ellipsis,.surely-table-cell-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.surely-table-cell-group{display:block;padding:0!important;border:none}.surely-table-cell-group:before{position:absolute;top:50%;right:0;width:1px;height:1.6em;pointer-events:none;background-color:var(--surely-table-header-cell-split-color);transform:translateY(-50%);transition:background-color .3s;content:"";z-index:1}.surely-table-cell-group-title{text-align:center;position:relative;width:100%;justify-content:center;background-color:var(--surely-table-background-color);transition:background-color .2s ease}.surely-table-cell-group-title:before{background-color:transparent}.surely-table-cell-group-children{padding:0!important;position:relative}.surely-table-cell-group-children>div:last-child>.surely-table-cell-box:before{background-color:transparent}.surely-table-cell-group-children>.surely-table-cell-group:last-child:before{background-color:transparent}.surely-table-cell-group-children .surely-table-header-cell:first-child .surely-table-header-cell-title:before{background-color:transparent}.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box:before,.surely-table-header-container .surely-table-last-columns .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box:before{background-color:transparent}.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-row>.surely-table-cell-group:last-child:before,.surely-table-header-container .surely-table-last-columns .surely-table-row>.surely-table-cell-group:last-child:before{background-color:transparent}.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-resize-handle,.surely-table-header-container .surely-table-last-columns .surely-table-resize-handle{right:0;width:auto;z-index:1}.surely-table-scrollbar-container{display:flex;min-width:0px;flex:1 1 auto;flex-direction:row}.surely-table-horizontal-scroll{min-height:0;min-width:0;width:100%;display:flex;position:relative;z-index:4}.surely-table-horizontal-scroll-hidden{opacity:0;transition:opacity .4s;position:absolute;left:0;right:0;bottom:0}.surely-table-horizontal-scroll-viewport{overflow-x:scroll}.surely-table-vertical-scroll{min-height:0;height:100%;position:relative;display:flex}.surely-table-vertical-scroll-viewport{overflow-x:hidden;overflow-y:scroll;flex:1 1 auto;position:relative}.surely-table-vertical-scroll-hidden{opacity:0;transition:opacity .4s;position:absolute;right:0}.surely-table-horizontal-scroll-hidden.surely-table-scrolling,.surely-table-vertical-scroll-hidden.surely-table-scrolling,.surely-table-scrollbar-active{opacity:1;visibility:visible}.surely-table-wrapper .surely-table-pagination{margin:16px 0}.surely-table-pagination{display:flex;float:none!important}.surely-table-pagination-left{justify-content:flex-start}.surely-table-pagination-center{justify-content:center}.surely-table-pagination-right{justify-content:flex-end}.surely-table-empty-container{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;pointer-events:none;padding:16px;overflow-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased;transition:background-color .3s}.surely-table-empty-container>*{pointer-events:auto}.surely-table-expand-icon-col{width:48px}.surely-table-row-expand-icon-cell{text-align:center}.surely-table-row-indent{float:left;height:1px}.surely-table-row-expand-icon{color:var(--surely-table-primary-color);text-decoration:none;cursor:pointer;transition:color .3s;position:relative;display:inline-flex;float:left;box-sizing:border-box;width:17px;height:17px;padding:0;color:inherit;line-height:17px;background:var(--surely-table-component-background);border:1px solid var(--surely-table-border-color);border-radius:4px;outline:none;transform:scale(.94117647);transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.surely-table-row-expand-icon:focus,.surely-table-row-expand-icon:hover{color:var(--surely-table-primary-color-5)}.surely-table-row-expand-icon:active{color:var(--surely-table-primary-color-7)}.surely-table-row-expand-icon:focus,.surely-table-row-expand-icon:hover,.surely-table-row-expand-icon:active{border-color:currentColor}.surely-table-row-expand-icon:before,.surely-table-row-expand-icon:after{position:absolute;background:currentColor;transition:transform .3s ease-out;content:""}.surely-table-row-expand-icon:before{top:7px;right:3px;left:3px;height:1px}.surely-table-row-expand-icon:after{top:3px;bottom:3px;left:7px;width:1px;transform:rotate(90deg)}.surely-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.surely-table-row-expand-icon-collapsed:after{transform:rotate(0)}.surely-table-row-expand-icon-disabled{color:var(--surely-table-disabled-color);cursor:not-allowed}.surely-table-row-expand-icon-disabled:focus,.surely-table-row-expand-icon-disabled:hover,.surely-table-row-expand-icon-disabled:active{border-color:var(--surely-table-border-color);color:var(--surely-table-disabled-color)}.surely-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.surely-table-row-expand-icon-spaced:before,.surely-table-row-expand-icon-spaced:after{display:none;content:none}.surely-table-row-indent+.surely-table-row-expand-icon{margin-top:2.5005px;margin-right:8px}.surely-table-expanded-row{z-index:4}.surely-table-expanded-row .surely-table-cell:not(.surely-table-body-cell-range-selected),.surely-table-expanded-row .surely-table-cell:not(.surely-table-body-cell-range-selected):hover{background:var(--surely-table-expanded-row-bg)}.surely-table-title{padding:16px}.surely-table-footer{padding:16px;color:var(--surely-table-text-color);background:var(--surely-table-background-color)}.surely-table .surely-table-column-has-sorters{cursor:pointer;transition:background-color .3s}.surely-table .surely-table-column-has-sorters:hover{background:var(--surely-table-header-sort-active-bg)}.surely-table .surely-table-column-sort{background:var(--surely-table-header-sort-bg)}.surely-table-body .surely-table-column-sort{background:var(--surely-table-body-sort-bg)}.surely-table-column-sorters-with-tooltip{display:inline-flex;width:100%}.surely-table-column-sorters-with-tooltip:after{position:absolute;inset:0;width:100%;height:100%;content:""}.surely-table-column-sorters{flex:auto;justify-content:space-between;display:inline-flex;align-items:center;width:100%}.surely-table-column-sorters:after{position:absolute;inset:0;width:100%;height:100%;content:"";pointer-events:none}.surely-table-column-sorter{font-size:0;transition:color .3s;margin-top:.15em;margin-bottom:-.15em;margin-left:8px;color:var(--surely-table-header-icon-color);flex-shrink:0;flex-grow:0}.surely-table-column-sorter-full{margin-top:-.2em;margin-bottom:0}.surely-table-column-sorter-inner{display:inline-flex;flex-direction:column;align-items:center}.surely-table-column-sorter-up,.surely-table-column-sorter-down{font-size:11px}.surely-table-column-sorter-up.active,.surely-table-column-sorter-down.active{color:var(--surely-table-primary-color)}.surely-table-column-sorter-up+.surely-table-column-sorter-down{margin-top:-.3em}.surely-table-column-sorters:hover .surely-table-column-sorter{color:var(--surely-table-header-icon-color-hover)}.surely-table-resize-handle{position:absolute;top:0;height:100%!important;bottom:0;left:auto!important;right:-7px;cursor:col-resize;touch-action:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;width:16px;z-index:1}.surely-table-resize-handle-line{display:block;width:3px;margin-left:7px;height:100%!important;background-color:var(--surely-table-primary-color);opacity:0}.surely-table-resize-handle:hover .surely-table-resize-handle-line{opacity:1}.surely-table-resize-handle.dragging:before{position:absolute;top:0;bottom:0;width:100%;content:" ";width:200vw;transform:translate(-50%);opacity:0}.dragging .surely-table-resize-handle-line{opacity:1}.surely-table-has-icon-column{display:flex;justify-content:space-between;flex:1;width:100%}.surely-table-filter-trigger,.surely-table-menu-popup-trigger{position:relative;z-index:1;display:flex;align-items:center;margin:-4px -8px -4px 8px;padding:0 4px;color:var(--surely-table-header-icon-color);font-size:12px;border-radius:6px;cursor:pointer;transition:all .3s}.surely-table-filter-trigger:hover,.surely-table-menu-popup-trigger:hover{color:var(--surely-table-header-icon-color-hover);background:var(--surely-table-header-filter-active-bg)}.surely-table-filter-trigger.active,.surely-table-menu-popup-trigger.active{color:var(--surely-table-primary-color)}.surely-table-menu-popup-trigger-hover>*{opacity:0;transition:opacity .3s}.surely-table-header-cell:hover .surely-table-menu-popup-trigger-hover>*{opacity:1}.surely-table-filter-dropdown-root .surely-table-filter-dropdown{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";min-width:120px;background-color:var(--surely-table-component-background);border-radius:6px;box-shadow:var(--surely-table-box-shadow-base)}.surely-table-filter-dropdown-root .surely-table-filter-dropdown-menu{max-height:264px;overflow-x:hidden;border:0;box-shadow:none}.surely-table-filter-dropdown-root .surely-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.surely-table-filter-dropdown-root .surely-table-filter-dropdown .surely-table-checkbox,.surely-table-filter-dropdown-root .surely-table-filter-dropdown-submenu .surely-table-checkbox,.surely-table-filter-dropdown-root .surely-table-filter-dropdown .surely-table-radio,.surely-table-filter-dropdown-root .surely-table-filter-dropdown-submenu .surely-table-radio{top:.2em}.surely-table-filter-dropdown-root .surely-table-filter-dropdown-btns{display:flex;justify-content:space-between;padding:7px 8px 7px 3px;overflow:hidden;background-color:inherit;border-top:1px solid var(--surely-table-border-color)}.surely-table-filter-dropdown-submenu .surely-table-checkbox,.surely-table-filter-dropdown-submenu-submenu .surely-table-checkbox,.surely-table-filter-dropdown-submenu .surely-table-radio,.surely-table-filter-dropdown-submenu-submenu .surely-table-radio{top:.2em}.surely-table-selection-wrap{display:flex;justify-content:center}.surely-table-selection{position:relative;display:inline-flex;flex-direction:column}.surely-table-selection-extra{position:absolute;top:-3px;z-index:1;cursor:pointer;transition:all .3s;margin-inline-start:100%;padding-inline-start:4px}.surely-table-selection-extra-dropdown-icon{color:var(--surely-table-header-icon-color);font-size:10px}.surely-table-selection-extra-dropdown-icon:hover{color:var(--surely-table-header-icon-color-hover)}.surely-table-tooltip-hide-arrow .ant-tooltip-arrow{display:none!important}.surely-table-bordered{border:1px solid var(--surely-table-border-color);border-right:0}.surely-table-bordered .surely-table-cell-box:before{background-color:transparent}.surely-table-bordered .surely-table-cell.surely-table-body-cell-range-selected:not(.surely-table-body-cell-range-right):not(.surely-table-body-cell-range-single-cell){border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-cell:not(.surely-table-body-cell-range-single-cell):not(.surely-table-body-cell-range-selected){border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-extra-cell:not(.surely-table-body-cell-range-selected),.surely-table-bordered .surely-table-header-extra-cell,.surely-table-bordered .surely-table-cell-group{border-right:none}.surely-table-bordered .surely-table-extra-cell.surely-table-body-cell-range-selected:not(.surely-table-body-cell-range-right):not(.surely-table-body-cell-range-single-cell){border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-cell-group-title{border-bottom:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-cell-no-right-bordered{border-right:none}.surely-table-bordered .surely-table-header-scrollbar,.surely-table-bordered .surely-table-summary-scrollbar{border-right:1px solid var(--surely-table-border-color);border-left:1px solid var(--surely-table-border-color);position:relative;z-index:0}.surely-table-bordered .surely-table-header-scrollbar:after,.surely-table-bordered .surely-table-summary-scrollbar:after{position:absolute;top:0;bottom:0;left:-1px;width:1px;content:"";pointer-events:none;background:var(--surely-table-background-color)}.surely-table-bordered .surely-table-empty-container{border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-header-container .surely-table-header-cell-title:before,.surely-table-bordered .surely-table-header-container .surely-table-cell-group:before{background-color:transparent}.surely-table-bordered .surely-table-summary-fixed{border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-summary-fixed-bottom,.surely-table-bordered .surely-table-summary-fixed-top{border-right:none}.surely-table-bordered .surely-table-cell-fix-left-first:after,.surely-table-bordered .surely-table-cell-fix-left-last:after{right:-1px}.surely-table-bordered .surely-table-summary-container .surely-table-summary-row:last-child{border-bottom:none}.surely-table-wrapper-bordered .surely-table-title{border-right:1px solid var(--surely-table-border-color);border-bottom:1px solid var(--surely-table-border-color)}.surely-table-wrapper-bordered .surely-table-title+.surely-table{border-top-left-radius:0;border-top-right-radius:0}.surely-table-wrapper-bordered .surely-table-footer{border:1px solid var(--surely-table-border-color);border-top:0}.surely-table-checkbox{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;line-height:unset;white-space:nowrap;outline:none;cursor:pointer;display:inline-block;align-items:center}.surely-table-checkbox *,.surely-table-checkbox *:before,.surely-table-checkbox *:after{box-sizing:border-box}.surely-table-checkbox:hover .surely-table-checkbox-inner,.surely-table-checkbox-input:focus+.surely-table-checkbox-inner{border-color:var(--surely-table-primary-color)}.surely-table-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--surely-table-primary-color);border-radius:6px;visibility:hidden;animation:surelyCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:"";box-sizing:border-box}.surely-table-checkbox:hover:after{visibility:visible}.surely-table-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:var(--surely-table-row-bg);border:1px solid var(--surely-table-border-color-base);border-radius:4px;border-collapse:separate;transition:all .3s;box-sizing:border-box}.surely-table-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid var(--surely-table-primary-color);border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" ";box-sizing:border-box}.surely-table-checkbox-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.surely-table-checkbox-checked .surely-table-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.surely-table-checkbox-checked .surely-table-checkbox-inner{background-color:var(--surely-table-primary-color);border-color:var(--surely-table-primary-color)}.surely-table-checkbox-disabled{cursor:not-allowed}.surely-table-checkbox-disabled.surely-table-checkbox-checked .surely-table-checkbox-inner:after{border-color:var(--surely-table-disabled-color);animation-name:none}.surely-table-checkbox-disabled .surely-table-checkbox-input{cursor:not-allowed}.surely-table-checkbox-disabled .surely-table-checkbox-inner{background-color:var(--surely-table-disabled-bg);border-color:var(--surely-table-border-color-base)!important}.surely-table-checkbox-disabled .surely-table-checkbox-inner:after{border-color:var(--surely-table-disabled-bg);border-collapse:separate;animation-name:none}.surely-table-checkbox-disabled+span{color:var(--surely-table-disabled-color);cursor:not-allowed}.surely-table-checkbox-disabled:hover:after{visibility:hidden}.surely-table-checkbox+span{padding-right:8px;padding-left:8px}.surely-table-checkbox-indeterminate .surely-table-checkbox-inner{background-color:var(--surely-table-row-bg);border-color:var(--surely-table-border-color-base)}.surely-table-checkbox-indeterminate .surely-table-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:var(--surely-table-primary-color);border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.surely-table-checkbox-indeterminate.surely-table-checkbox-disabled .surely-table-checkbox-inner:after{background-color:var(--surely-table-disabled-color);border-color:var(--surely-table-disabled-color)}@keyframes surelyCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.surely-table-radio{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;outline:none;cursor:pointer}.surely-table-radio-wrapper:hover .surely-table-radio,.surely-table-radio:hover .surely-table-radio-inner,.surely-table-radio-input:focus+.surely-table-radio-inner{border-color:var(--surely-table-primary-color)}.surely-table-radio-input:focus+.surely-table-radio-inner{box-shadow:0 0 0 3px var(--surely-table-primary-color-1)}.surely-table-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--surely-table-primary-color);border-radius:50%;visibility:hidden;animation:surelyRadioEffect .36s ease-in-out;animation-fill-mode:both;content:"";box-sizing:border-box}.surely-table-radio:hover:after,.surely-table-radio-wrapper:hover .surely-table-radio:after{visibility:visible}.surely-table-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;border-color:var(--surely-table-border-color-base);border-style:solid;border-width:1px;border-radius:50%;transition:all .3s;box-sizing:border-box}.surely-table-radio-inner:after{position:absolute;top:3px;left:3px;display:block;width:8px;height:8px;background-color:var(--surely-table-primary-color);border-top:0;border-left:0;border-radius:8px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);content:" ";box-sizing:border-box}.surely-table-radio-input{position:absolute;inset:0;z-index:1;cursor:pointer;opacity:0;border-radius:unset}.surely-table-radio-checked .surely-table-radio-inner{border-color:var(--surely-table-primary-color)}.surely-table-radio-checked .surely-table-radio-inner:after{transform:scale(1);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.surely-table-radio-disabled{cursor:not-allowed}.surely-table-radio-disabled .surely-table-radio-inner{background-color:var(--surely-table-disabled-bg);border-color:var(--surely-table-border-color-base)!important;cursor:not-allowed}.surely-table-radio-disabled .surely-table-radio-inner:after{background-color:var(--surely-table-disabled-color)}.surely-table-radio-disabled .surely-table-radio-input{cursor:not-allowed}.surely-table-radio-disabled+span{color:var(--surely-table-disabled-color);cursor:not-allowed}span.surely-table-radio+*{padding-right:8px;padding-left:8px}@keyframes surelyRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.surely-table-drag-handle{height:100%;cursor:grab;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;vertical-align:middle;display:flex;align-items:center;margin-left:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:1px;flex-grow:0;flex-shrink:0}.surely-table-drag-handle-disabled{cursor:not-allowed;color:var(--surely-table-disabled-color)}.surely-table-drag-icon{display:inline-block}.surely-table-drag-dragging{cursor:move}.surely-table-drag-column-dragging,.surely-table-drag-column-dragging .surely-table-header-cell,.surely-table-drag-column-dragging .surely-table-cell-group-title{background:var(--surely-table-header-drag-bg)}.surely-table-drag-ghost{background:var(--surely-table-row-hover-bg);cursor:move}.surely-table-drag-placeholder{position:absolute;left:0;width:100%;height:2px;background-color:var(--surely-table-primary-color);z-index:999;opacity:0;transition:opacity .2s}.surely-table-drag-column-placeholder{position:absolute;left:0;top:0;width:2px;height:100%;background-color:var(--surely-table-primary-color);opacity:0;transition:opacity .2s;z-index:3}.surely-table-drag-ghost-image{position:absolute;display:inline-flex;align-items:center;cursor:move;color:var(--surely-table-text-color);margin:0;padding:8px 16px;white-space:nowrap;z-index:99999;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis;border:solid 1px;border-color:var(--surely-table-border-color);background:var(--surely-table-row-hover-bg);border-radius:6px;box-shadow:0 1px 2px 1px var(--surely-table-ghost-image-shadow-color);font-size:14px}.surely-table-drag-ghost-image-icon{margin-right:6px;display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.surely-table-drag-ghost-image-label{overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}.surely-table-drag-ghost-image-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:6px;padding:0 4px;font-size:12px;line-height:18px;border-radius:9px;background:var(--surely-table-primary-color);color:#fff}.surely-table-tooltip{box-sizing:border-box;margin:0;color:var(--surely-table-text-color);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background-color:var(--surely-table-tooltip-bg-color);color:#fff;font-size:14px;padding:6px 8px;border-radius:6px;z-index:99}.surely-table-tooltip .surely-table-tooltip-arrow{background-color:transparent;width:12px;height:12px;position:absolute;z-index:-1;border:6px solid transparent}.surely-table-tooltip.surely-table-tooltip-placement-top-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-top .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-top-end .surely-table-tooltip-arrow{border-top-color:var(--surely-table-tooltip-bg-color);bottom:0;transform:translateY(100%)}.surely-table-tooltip.surely-table-tooltip-placement-top .surely-table-tooltip-arrow{left:50%;transform:translate(-50%) translateY(100%)}.surely-table-tooltip.surely-table-tooltip-placement-top-start .surely-table-tooltip-arrow{left:12px}.surely-table-tooltip.surely-table-tooltip-placement-top-end .surely-table-tooltip-arrow{right:12px}.surely-table-tooltip.surely-table-tooltip-placement-bottom-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-bottom .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-bottom-end .surely-table-tooltip-arrow{border-bottom-color:var(--surely-table-tooltip-bg-color);top:0;transform:translateY(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-bottom .surely-table-tooltip-arrow{left:50%;transform:translate(-50%) translateY(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-bottom-start .surely-table-tooltip-arrow{left:12px}.surely-table-tooltip.surely-table-tooltip-placement-bottom-end .surely-table-tooltip-arrow{right:12px}.surely-table-tooltip.surely-table-tooltip-placement-left-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-left .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-left-end .surely-table-tooltip-arrow{border-left-color:var(--surely-table-tooltip-bg-color);right:0;transform:translate(100%)}.surely-table-tooltip.surely-table-tooltip-placement-left .surely-table-tooltip-arrow{top:50%;transform:translateY(-50%) translate(100%)}.surely-table-tooltip.surely-table-tooltip-placement-left-start .surely-table-tooltip-arrow{top:12px}.surely-table-tooltip.surely-table-tooltip-placement-left-end .surely-table-tooltip-arrow{bottom:12px}.surely-table-tooltip.surely-table-tooltip-placement-right-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-right .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-right-end .surely-table-tooltip-arrow{border-right-color:var(--surely-table-tooltip-bg-color);left:0;transform:translate(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-right .surely-table-tooltip-arrow{top:50%;transform:translateY(-50%) translate(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-right-start .surely-table-tooltip-arrow{top:12px}.surely-table-tooltip.surely-table-tooltip-placement-right-end .surely-table-tooltip-arrow{bottom:12px}.surely-table-tooltip-fade-enter-from{opacity:0}.surely-table-tooltip-fade-enter-to,.surely-table-tooltip-fade-leave-from{opacity:1}.surely-table-tooltip-fade-leave-to{opacity:0}.surely-table-tooltip-fade-enter-active,.surely-table-tooltip-fade-leave-active{transition:opacity .2s ease-in-out}.surely-table-tooltip-fade-enter-from,.surely-table-tooltip-fade-leave-to{opacity:0}.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 .synthetic-focus,.monaco-diff-editor .synthetic-focus,.monaco-editor [tabindex="0"]:focus,.monaco-diff-editor [tabindex="0"]:focus,.monaco-editor [tabindex="-1"]:focus,.monaco-diff-editor [tabindex="-1"]:focus,.monaco-editor button:focus,.monaco-diff-editor button:focus,.monaco-editor input[type=button]:focus,.monaco-diff-editor input[type=button]:focus,.monaco-editor input[type=checkbox]:focus,.monaco-diff-editor input[type=checkbox]:focus,.monaco-editor input[type=search]:focus,.monaco-diff-editor input[type=search]:focus,.monaco-editor input[type=text]:focus,.monaco-diff-editor input[type=text]:focus,.monaco-editor select:focus,.monaco-diff-editor select:focus,.monaco-editor textarea:focus,.monaco-diff-editor textarea:focus{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder);opacity:1}.monaco-aria-container{position:absolute;left:-999em}::-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 .editorCanvas{position:absolute;width:100%;height:100%;z-index:0;pointer-events:none}.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-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{background:var(--vscode-scrollbar-background)}.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-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%}.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-mouse-cursor-text{cursor:text}.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{box-sizing:border-box;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{background-color:var(--vscode-editorGutter-background)}.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;pointer-events:none}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{position:absolute;left:-1px;width:1px}.minimap.minimap-autohide-mouseover,.minimap.minimap-autohide-scroll{opacity:0;transition:opacity .5s}.minimap.minimap-autohide-scroll{pointer-events:none}.minimap.minimap-autohide-mouseover:hover,.minimap.minimap-autohide-scroll.active{opacity:1;pointer-events:auto}.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 .monaco-decoration-css-rule-extractor{visibility:hidden;pointer-events:none}.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 .native-edit-context{margin:0;padding:0;position:absolute;overflow-y:scroll;scrollbar-width:none;z-index:-10;white-space:pre-wrap}.monaco-editor .ime-text-area{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 .edit-context-composition-none{background-color:transparent;border-bottom:none}.monaco-editor :not(.hc-black,.hc-light) .edit-context-composition-secondary{border-bottom:1px solid var(--vscode-editor-compositionBorder)}.monaco-editor :not(.hc-black,.hc-light) .edit-context-composition-primary{border-bottom:2px solid var(--vscode-editor-compositionBorder)}.monaco-editor :is(.hc-black,.hc-light) .edit-context-composition-secondary{border:1px solid var(--vscode-editor-compositionBorder)}.monaco-editor :is(.hc-black,.hc-light) .edit-context-composition-primary{border:2px solid var(--vscode-editor-compositionBorder)}.monaco-editor .margin-view-overlays .gpu-mark{position:absolute;top:0;bottom:0;left:0;width:100%;display:inline-block;border-left:solid 2px var(--vscode-editorWarning-foreground);opacity:.2;transition:background-color .1s linear}.monaco-editor .margin-view-overlays .gpu-mark:hover{background-color:var(--vscode-editorWarning-foreground)}.monaco-hover.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:5px;color:var(--vscode-editorHoverWidget-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow)}.monaco-hover.workbench-hover .monaco-action-bar .action-item .codicon{width:13px;height:13px}.monaco-hover.workbench-hover hr{border-bottom:none}.monaco-hover.workbench-hover.compact{font-size:12px}.monaco-hover.workbench-hover.compact .monaco-action-bar .action-item .codicon{width:12px;height:12px}.monaco-hover.workbench-hover.compact .hover-contents{padding:2px 8px}.workbench-hover-container.locked .monaco-hover.workbench-hover{outline:1px solid var(--vscode-editorHoverWidget-border)}.workbench-hover-container:focus-within.locked .monaco-hover.workbench-hover{outline-color:var(--vscode-focusBorder)}.workbench-hover-pointer{position:absolute;z-index:41;pointer-events:none}.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)}.workbench-hover-container:not(:focus-within).locked .workbench-hover-pointer:after{width:4px;height:4px;border-right-width:2px;border-bottom-width:2px}.workbench-hover-container:focus-within .workbench-hover-pointer:after{border-right:1px solid var(--vscode-focusBorder);border-bottom:1px solid var(--vscode-focusBorder)}.workbench-hover-pointer.left{left:-3px}.workbench-hover-pointer.right{right:3px}.workbench-hover-pointer.top{top:-3px}.workbench-hover-pointer.bottom{bottom:3px}.workbench-hover-pointer.left:after{transform:rotate(135deg)}.workbench-hover-pointer.right:after{transform:rotate(315deg)}.workbench-hover-pointer.top:after{transform:rotate(225deg)}.workbench-hover-pointer.bottom:after{transform:rotate(45deg)}.monaco-hover.workbench-hover a{color:var(--vscode-textLink-foreground)}.monaco-hover.workbench-hover a:focus{outline:1px solid;outline-offset:-1px;text-decoration:underline;outline-color:var(--vscode-focusBorder)}.monaco-hover.workbench-hover a.codicon:focus,.monaco-hover.workbench-hover a.monaco-button:focus{text-decoration:none}.monaco-hover.workbench-hover a:hover,.monaco-hover.workbench-hover a:active{color:var(--vscode-textLink-activeForeground)}.monaco-hover.workbench-hover code{background:var(--vscode-textCodeBlock-background)}.monaco-hover.workbench-hover .hover-row .actions{background:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-hover.workbench-hover.right-aligned{left:1px}.monaco-hover.workbench-hover.right-aligned .hover-row.status-bar .actions{flex-direction:row-reverse}.monaco-hover.workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-right:0;margin-left:16px}.monaco-hover{cursor:default;position:absolute;overflow:hidden;user-select:text;-webkit-user-select:text;box-sizing:border-box;line-height:1.5em;white-space:var(--vscode-hover-whiteSpace, normal)}.monaco-hover.fade-in{animation:fadein .1s linear}.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;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px;vertical-align:middle}.monaco-hover .hover-row.status-bar .actions .action-container a{color:var(--vscode-textLink-foreground);text-decoration:var(--text-link-decoration)}.monaco-hover .hover-row.status-bar .actions .action-container a .icon.codicon{color:var(--vscode-textLink-foreground)}.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) p:last-child [style*=background-color]{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-hover .action-container,.monaco-hover .action,.monaco-hover button,.monaco-hover .monaco-button,.monaco-hover .monaco-text-button,.monaco-hover [role=button]{-webkit-user-select:none;user-select:none}.context-view{position:absolute}.context-view.fixed{all:initial;font-family:inherit;font-size:13px;position:fixed;color:inherit}.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:3px;min-height:24px}.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-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-drag-image{display:inline-block;padding:1px 7px;border-radius:10px;font-size:12px;position:absolute;z-index:1000;background-color:var(--vscode-list-activeSelectionBackground);color:var(--vscode-list-activeSelectionForeground);outline:1px solid var(--vscode-list-focusOutline);outline-offset:-1px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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-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:not(.icon),.monaco-action-bar .action-item.disabled .action-label:not(.icon):before,.monaco-action-bar .action-item.disabled .action-label:not(.icon):hover{color:var(--vscode-disabledForeground)}.monaco-action-bar .action-item.disabled .action-label.icon,.monaco-action-bar .action-item.disabled .action-label.icon:before,.monaco-action-bar .action-item.disabled .action-label.icon:hover{opacity:.6}.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 var(--vscode-disabledForeground);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:var(--vscode-disabledForeground)}.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}.quick-input-widget{position:absolute;width:600px;z-index:2550;left:50%;-webkit-app-region:no-drag;border-radius:6px}.quick-input-titlebar{cursor:grab;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>.actions-container>.action-item:first-child{margin-left:5px}.quick-input-inline-action-bar>.actions-container>.action-item{margin-top:2px}.quick-input-title{cursor:grab;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-right-action-bar>.actions-container>.action-item{margin-left:4px}.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{cursor:grab;display:flex;padding:6px 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-widget .quick-input-header .monaco-checkbox{margin-top:6px}.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 6px}.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-widget .monaco-checkbox{margin-right:0}.quick-input-widget .quick-input-list .monaco-checkbox,.quick-input-widget .quick-input-tree .monaco-checkbox{margin-top:4px}.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-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:focus .monaco-list-row.focused{outline:1px solid var(--vscode-list-focusOutline)!important;outline-offset:-1px}.quick-input-list>.monaco-list:focus .monaco-list-row.focused .quick-input-list-entry.quick-input-list-separator-border{border-color:transparent}.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}.quick-input-tree .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-tree .quick-input-tree-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-tree .quick-input-tree-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-tree .quick-input-tree-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-tree .quick-input-tree-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1;margin-left:5px}.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row{display:flex;align-items:center}.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row .monaco-icon-label,.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-tree .quick-input-tree-rows .monaco-highlighted-label>span{opacity:1}.quick-input-tree .quick-input-tree-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-tree .quick-input-tree-entry-action-bar .action-label{display:none}.quick-input-tree .quick-input-tree-entry-action-bar .action-label.codicon{margin-right:4px;padding:2px}.quick-input-tree .quick-input-tree-entry-action-bar{margin-top:1px}.quick-input-tree .quick-input-tree-entry-action-bar{margin-right:4px}.quick-input-tree .quick-input-tree-entry .quick-input-tree-entry-action-bar .action-label.always-visible,.quick-input-tree .quick-input-tree-entry:hover .quick-input-tree-entry-action-bar .action-label,.quick-input-tree .quick-input-tree-entry.focus-inside .quick-input-tree-entry-action-bar .action-label,.quick-input-tree .monaco-list-row.focused .quick-input-tree-entry-action-bar .action-label,.quick-input-tree .monaco-list-row.passive-focused .quick-input-tree-entry-action-bar .action-label{display:flex}.quick-input-tree>.monaco-list:focus .monaco-list-row.focused{outline:1px solid var(--vscode-list-focusOutline)!important;outline-offset:-1px}.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 5px;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%}.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}}.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:22px;margin-right:6px;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.bold>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.bold>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-weight:700}.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.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}.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;opacity:0}.monaco-enable-motion .monaco-tl-indent>.indent-guide{transition:opacity .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;right:0;display:flex;padding:3px;max-width:200px;z-index:100;margin:0 10px 0 6px;border:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.monaco-enable-motion .monaco-tree-type-filter{transition:top .3s}.monaco-tree-type-filter.disabled{top:-40px!important}.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}: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-enable-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-enable-motion .monaco-table>.monaco-split-view2,.monaco-enable-motion .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}.monaco-diff-editor .diff-review{position:absolute}.monaco-component.diff-review{user-select:none;-webkit-user-select:none;z-index:99;.diff-review-line-number{text-align:right;display:inline-block;color:var(--vscode-editorLineNumber-foreground)}.diff-review-summary{padding-left:10px}.diff-review-shadow{position:absolute;box-shadow:var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset}.diff-review-row{white-space:pre}.diff-review-table{display:table;min-width:100%}.diff-review-row{display:table-row;width:100%}.diff-review-spacer{display:inline-block;width:10px;vertical-align:middle}.diff-review-spacer>.codicon{font-size:9px!important}.diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px;z-index:100}.diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.revertButton{cursor:pointer}.action-label{background:var(--vscode-editorActionList-background)}}.monaco-toolbar{height:100%}.monaco-toolbar .toolbar-toggle-more{display:inline-block;padding:0}.monaco-toolbar.responsive{.monaco-action-bar>.actions-container>.action-item{flex-shrink:1;min-width:20px}}.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;>div{position:absolute}.gutterItem{opacity:0;transition:opacity .7s;&.showAlways{opacity:1;transition:none}&.noTransition{transition:none}}&:hover .gutterItem{opacity:1;transition:opacity .1s ease-in-out}.gutterItem{.background{position:absolute;height:100%;left:50%;width:1px;border-left:2px var(--vscode-menu-separatorBackground) solid}.buttons{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;.monaco-toolbar{height:fit-content;.monaco-action-bar{line-height:1;.actions-container{width:fit-content;border-radius:4px;background:var(--vscode-editorGutter-itemBackground);.action-item{&:hover{background:var(--vscode-toolbar-hoverBackground)}.action-label{color:var(--vscode-editorGutter-itemGlyphForeground);padding:1px 2px}}}}}}}}.monaco-diff-editor .diff-hidden-lines-compact{display:flex;height:11px;.line-left,.line-right{height:1px;border-top:1px solid;border-color:var(--vscode-editorCodeLens-foreground);opacity:.5;margin:auto;width:100%}.line-left{width:20px}.text{color:var(--vscode-editorCodeLens-foreground);text-wrap:nowrap;font-size:11px;line-height:11px;margin:0 4px}}.monaco-editor .line-delete-selectable{user-select:text!important;-webkit-user-select:text!important;z-index:1!important}.line-delete-selectable .view-line{user-select:text!important;-webkit-user-select:text!important}.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-component.multiDiffEditor{background:var(--vscode-multiDiffEditor-background);position:relative;height:100%;width:100%;overflow-y:hidden;>div{position:absolute;top:0;left:0;height:100%;width:100%;&.placeholder{visibility:hidden;&.visible{visibility:visible}display:grid;place-items:center;place-content:center}}.active{--vscode-multiDiffEditor-border: var(--vscode-focusBorder)}.multiDiffEntry{display:flex;flex-direction:column;flex:1;overflow:hidden;.collapse-button{margin:0 5px;cursor:pointer;a{display:block}}.header{z-index:1000;background:var(--vscode-editor-background);&:not(.collapsed) .header-content{border-bottom:1px solid var(--vscode-sideBarSectionHeader-border)}.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);&.shadow{box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px}.file-path{display:flex;flex:1;min-width:0;.title{font-size:14px;line-height:22px;&.original{flex:1;min-width:0;text-overflow:ellipsis}}.status{font-weight:600;opacity:.75;margin:0 10px;line-height:22px}}.actions{padding:0 8px}}}.editorParent{flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--vscode-multiDiffEditor-border);overflow:hidden}.editorContainer{flex:1}}}
