.lt-table{--lt-table-border-color:var(--lt-border-color-lighter);--lt-table-border:1px solid var(--lt-table-border-color);--lt-table-text-color:var(--lt-text-color-regular);--lt-table-header-text-color:var(--lt-text-color-secondary);--lt-table-row-hover-bg-color:var(--lt-fill-color-light);--lt-table-current-row-bg-color:var(--lt-color-primary-light-9);--lt-table-header-bg-color:var(--lt-bg-color);--lt-table-fixed-box-shadow:var(--lt-box-shadow-light);--lt-table-bg-color:var(--lt-fill-color-blank);--lt-table-tr-bg-color:var(--lt-bg-color);--lt-table-expanded-cell-bg-color:var(--lt-fill-color-blank);--lt-table-fixed-left-column:inset 10px 0 10px -10px rgba(0,0,0,0.15);--lt-table-fixed-right-column:inset -10px 0 10px -10px rgba(0,0,0,0.15);--lt-table-index:var(--lt-index-normal);background-color:var(--lt-table-bg-color);box-sizing:border-box;color:var(--lt-table-text-color);font-size:14px;height:-moz-fit-content;height:fit-content;max-width:100%;overflow:hidden;position:relative;width:100%}.lt-table__inner-wrapper{display:flex;flex-direction:column;height:100%;position:relative}.lt-table__inner-wrapper:before{bottom:0;height:1px;left:0}.lt-table tbody:focus-visible{outline:none}.lt-table.has-footer.lt-table--fluid-height tr:last-child td.lt-table__cell,.lt-table.has-footer.lt-table--scrollable-y tr:last-child td.lt-table__cell{border-bottom-color:transparent}.lt-table__empty-block{align-items:center;display:flex;justify-content:center;left:0;min-height:60px;position:sticky;text-align:center;width:100%}.lt-table__empty-text{color:var(--lt-text-color-secondary);line-height:60px;width:50%}.lt-table__expand-column .cell{padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lt-table__expand-icon{color:var(--lt-text-color-regular);cursor:pointer;font-size:12px;height:20px;position:relative;transition:transform var(--lt-transition-duration-fast) ease-in-out}.lt-table__expand-icon--expanded{transform:rotate(90deg)}.lt-table__expand-icon>.lt-icon{font-size:12px}.lt-table__expanded-cell{background-color:var(--lt-table-expanded-cell-bg-color)}.lt-table__expanded-cell[class*=cell]{padding:20px 50px}.lt-table__expanded-cell:hover{background-color:transparent!important}.lt-table__placeholder{display:inline-block;width:20px}.lt-table__append-wrapper{overflow:hidden}.lt-table--fit{border-bottom:0;border-right:0}.lt-table--fit .lt-table__cell.gutter{border-right-width:1px}.lt-table--fit .lt-table__inner-wrapper:before{width:100%}.lt-table thead{color:var(--lt-table-header-text-color)}.lt-table thead th{font-weight:600}.lt-table thead.is-group th.lt-table__cell{background:var(--lt-fill-color-light)}.lt-table .lt-table__cell{box-sizing:border-box;min-width:0;padding:8px 0;position:relative;text-align:left;text-overflow:ellipsis;vertical-align:middle;z-index:var(--lt-table-index)}.lt-table .lt-table__cell.is-center{text-align:center}.lt-table .lt-table__cell.is-right{text-align:right}.lt-table .lt-table__cell.gutter{border-bottom-width:0;border-right-width:0;padding:0;width:15px}.lt-table .lt-table__cell.is-hidden>*{visibility:hidden}.lt-table .cell{box-sizing:border-box;line-height:23px;overflow:hidden;overflow-wrap:break-word;padding:0 12px;text-overflow:ellipsis;white-space:normal}.lt-table .cell.lt-tooltip{min-width:50px;white-space:nowrap}.lt-table--large{font-size:var(--lt-font-size-base)}.lt-table--large .lt-table__cell{padding:12px 0}.lt-table--large .cell{padding:0 16px}.lt-table--default{font-size:14px}.lt-table--default .lt-table__cell{padding:8px 0}.lt-table--default .cell{padding:0 12px}.lt-table--small{font-size:12px}.lt-table--small .lt-table__cell{padding:4px 0}.lt-table--small .cell{padding:0 8px}.lt-table tr{background-color:var(--lt-table-tr-bg-color)}.lt-table tr input[type=checkbox]{margin:0}.lt-table td.lt-table__cell,.lt-table th.lt-table__cell.is-leaf{border-bottom:var(--lt-table-border)}.lt-table th.lt-table__cell.is-sortable{cursor:pointer}.lt-table th.lt-table__cell{background-color:var(--lt-table-header-bg-color)}.lt-table th.lt-table__cell>.cell.highlight{color:var(--lt-color-primary)}.lt-table th.lt-table__cell.required>div:before{background:#ff4d51;border-radius:50%;content:"";display:inline-block;height:8px;margin-right:5px;vertical-align:middle;width:8px}.lt-table td.lt-table__cell div{box-sizing:border-box}.lt-table td.lt-table__cell.gutter{width:0}.lt-table--border .lt-table__inner-wrapper:after,.lt-table--border:after,.lt-table--border:before,.lt-table__inner-wrapper:before{background-color:var(--lt-table-border-color);content:"";position:absolute;z-index:calc(var(--lt-table-index) + 2)}.lt-table--border .lt-table__inner-wrapper:after{height:1px;left:0;top:0;width:100%;z-index:calc(var(--lt-table-index) + 2)}.lt-table--border:before{height:100%;left:0;top:-1px;width:1px}.lt-table--border:after{height:100%;right:0;top:-1px;width:1px}.lt-table--border .lt-table__inner-wrapper{border-bottom:none;border-right:none}.lt-table--border .lt-table__footer-wrapper{flex-shrink:0;position:relative}.lt-table--border .lt-table__cell{border-right:var(--lt-table-border)}.lt-table--border th.lt-table__cell.gutter:last-of-type{border-bottom:var(--lt-table-border);border-bottom-width:1px}.lt-table--border th.lt-table__cell{border-bottom:var(--lt-table-border)}.lt-table--hidden{visibility:hidden}.lt-table__body-wrapper,.lt-table__footer-wrapper,.lt-table__header-wrapper{width:100%}.lt-table__body-wrapper tr td.lt-table-fixed-column--left,.lt-table__body-wrapper tr td.lt-table-fixed-column--right,.lt-table__body-wrapper tr th.lt-table-fixed-column--left,.lt-table__body-wrapper tr th.lt-table-fixed-column--right,.lt-table__footer-wrapper tr td.lt-table-fixed-column--left,.lt-table__footer-wrapper tr td.lt-table-fixed-column--right,.lt-table__footer-wrapper tr th.lt-table-fixed-column--left,.lt-table__footer-wrapper tr th.lt-table-fixed-column--right,.lt-table__header-wrapper tr td.lt-table-fixed-column--left,.lt-table__header-wrapper tr td.lt-table-fixed-column--right,.lt-table__header-wrapper tr th.lt-table-fixed-column--left,.lt-table__header-wrapper tr th.lt-table-fixed-column--right{background:inherit;position:sticky!important;z-index:calc(var(--lt-table-index) + 1)}.lt-table__body-wrapper tr td.lt-table-fixed-column--left.is-first-column:before,.lt-table__body-wrapper tr td.lt-table-fixed-column--left.is-last-column:before,.lt-table__body-wrapper tr td.lt-table-fixed-column--right.is-first-column:before,.lt-table__body-wrapper tr td.lt-table-fixed-column--right.is-last-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--left.is-first-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--left.is-last-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--right.is-first-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--right.is-last-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--left.is-first-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--left.is-last-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--right.is-first-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--right.is-last-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--left.is-first-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--left.is-last-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--right.is-first-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--right.is-last-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--left.is-first-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--left.is-last-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--right.is-first-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--right.is-last-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--left.is-first-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--left.is-last-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--right.is-first-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--right.is-last-column:before{bottom:-1px;box-shadow:none;content:"";overflow-x:hidden;overflow-y:hidden;pointer-events:none;position:absolute;top:0;touch-action:none;width:10px}.lt-table__body-wrapper tr td.lt-table-fixed-column--left.is-first-column:before,.lt-table__body-wrapper tr td.lt-table-fixed-column--right.is-first-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--left.is-first-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--right.is-first-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--left.is-first-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--right.is-first-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--left.is-first-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--right.is-first-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--left.is-first-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--right.is-first-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--left.is-first-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--right.is-first-column:before{left:-10px}.lt-table__body-wrapper tr td.lt-table-fixed-column--left.is-last-column:before,.lt-table__body-wrapper tr td.lt-table-fixed-column--right.is-last-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--left.is-last-column:before,.lt-table__body-wrapper tr th.lt-table-fixed-column--right.is-last-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--left.is-last-column:before,.lt-table__footer-wrapper tr td.lt-table-fixed-column--right.is-last-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--left.is-last-column:before,.lt-table__footer-wrapper tr th.lt-table-fixed-column--right.is-last-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--left.is-last-column:before,.lt-table__header-wrapper tr td.lt-table-fixed-column--right.is-last-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--left.is-last-column:before,.lt-table__header-wrapper tr th.lt-table-fixed-column--right.is-last-column:before{box-shadow:none;right:-10px}.lt-table__body-wrapper tr td.lt-table__fixed-right-patch,.lt-table__body-wrapper tr th.lt-table__fixed-right-patch,.lt-table__footer-wrapper tr td.lt-table__fixed-right-patch,.lt-table__footer-wrapper tr th.lt-table__fixed-right-patch,.lt-table__header-wrapper tr td.lt-table__fixed-right-patch,.lt-table__header-wrapper tr th.lt-table__fixed-right-patch{background:var(--bg-color-fff);position:sticky!important;right:0;z-index:calc(var(--lt-table-index) + 1)}.lt-table__header-wrapper{flex-shrink:0}.lt-table__header-wrapper tr th.lt-table-fixed-column--left,.lt-table__header-wrapper tr th.lt-table-fixed-column--right{background-color:var(--lt-table-header-bg-color)}.lt-table__body,.lt-table__footer,.lt-table__header{border-collapse:separate;table-layout:fixed}.lt-table__header-wrapper{overflow:hidden}.lt-table__header-wrapper tbody td.lt-table__cell{background-color:var(--lt-table-row-hover-bg-color);color:var(--lt-table-text-color)}.lt-table__footer-wrapper{flex-shrink:0;overflow:hidden}.lt-table__footer-wrapper tfoot td.lt-table__cell{background-color:var(--lt-table-row-hover-bg-color);color:var(--lt-table-text-color)}.lt-table__body-wrapper .lt-table-column--selection>.cell,.lt-table__header-wrapper .lt-table-column--selection>.cell{align-items:center;display:inline-flex;height:23px}.lt-table__body-wrapper .lt-table-column--selection .lt-checkbox,.lt-table__header-wrapper .lt-table-column--selection .lt-checkbox{height:unset}.lt-table.is-scrolling-left .lt-table-fixed-column--right.is-first-column:before{box-shadow:var(--lt-table-fixed-right-column)}.lt-table.is-scrolling-left.lt-table--border .lt-table-fixed-column--left.is-last-column.lt-table__cell{border-right:var(--lt-table-border)}.lt-table.is-scrolling-left th.lt-table-fixed-column--left{background-color:var(--lt-table-header-bg-color)}.lt-table.is-scrolling-right .lt-table-fixed-column--left.is-last-column:before{box-shadow:var(--lt-table-fixed-left-column)}.lt-table.is-scrolling-right .lt-table-fixed-column--left.is-last-column.lt-table__cell{border-right:none}.lt-table.is-scrolling-right th.lt-table-fixed-column--right{background-color:var(--lt-table-header-bg-color)}.lt-table.is-scrolling-middle .lt-table-fixed-column--left.is-last-column.lt-table__cell{border-right:none}.lt-table.is-scrolling-middle .lt-table-fixed-column--right.is-first-column:before{box-shadow:var(--lt-table-fixed-right-column)}.lt-table.is-scrolling-middle .lt-table-fixed-column--left.is-last-column:before{box-shadow:var(--lt-table-fixed-left-column)}.lt-table.is-scrolling-none .lt-table-fixed-column--left.is-first-column:before,.lt-table.is-scrolling-none .lt-table-fixed-column--left.is-last-column:before,.lt-table.is-scrolling-none .lt-table-fixed-column--right.is-first-column:before,.lt-table.is-scrolling-none .lt-table-fixed-column--right.is-last-column:before{box-shadow:none}.lt-table.is-scrolling-none th.lt-table-fixed-column--left,.lt-table.is-scrolling-none th.lt-table-fixed-column--right{background-color:var(--lt-table-header-bg-color)}.lt-table__body-wrapper{flex:1;overflow:hidden;position:relative}.lt-table__body-wrapper .lt-scrollbar__bar{z-index:calc(var(--lt-table-index) + 2)}.lt-table .caret-wrapper{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:14px;overflow:initial;position:relative;vertical-align:middle;width:24px}.lt-table .sort-caret{border:5px solid transparent;height:0;left:7px;position:absolute;width:0}.lt-table .sort-caret.ascending{border-bottom-color:var(--lt-text-color-placeholder);top:-5px}.lt-table .sort-caret.descending{border-top-color:var(--lt-text-color-placeholder);bottom:-3px}.lt-table .ascending .sort-caret.ascending{border-bottom-color:var(--lt-color-primary)}.lt-table .descending .sort-caret.descending{border-top-color:var(--lt-color-primary)}.lt-table .hidden-columns{position:absolute;visibility:hidden;z-index:-1}.lt-table--striped .lt-table__body tr.lt-table__row--striped td.lt-table__cell{background:var(--lt-fill-color-lighter)}.lt-table--striped .lt-table__body tr.lt-table__row--striped.current-row td.lt-table__cell{background-color:var(--lt-table-current-row-bg-color)}.lt-table__body tr.hover-row.current-row>td.lt-table__cell,.lt-table__body tr.hover-row.lt-table__row--striped.current-row>td.lt-table__cell,.lt-table__body tr.hover-row.lt-table__row--striped>td.lt-table__cell,.lt-table__body tr.hover-row>td.lt-table__cell,.lt-table__body tr>td.hover-cell{background-color:var(--lt-table-row-hover-bg-color)}.lt-table__body tr.current-row>td.lt-table__cell{background-color:var(--lt-table-current-row-bg-color)}.lt-table.lt-table--scrollable-y .lt-table__body-header{position:sticky;top:0;z-index:calc(var(--lt-table-index) + 2)}.lt-table.lt-table--scrollable-y .lt-table__body-footer{bottom:0;position:sticky;z-index:calc(var(--lt-table-index) + 2)}.lt-table__column-resize-proxy{border-left:var(--lt-table-border);bottom:0;left:200px;position:absolute;top:0;width:0;z-index:calc(var(--lt-table-index) + 9)}.lt-table__column-filter-trigger{cursor:pointer;display:inline-block}.lt-table__column-filter-trigger i{color:var(--lt-color-info);font-size:14px;vertical-align:middle}.lt-table__border-left-patch{height:100%;top:0;width:1px}.lt-table__border-bottom-patch,.lt-table__border-left-patch{background-color:var(--lt-table-border-color);left:0;position:absolute;z-index:calc(var(--lt-table-index) + 2)}.lt-table__border-bottom-patch{height:1px}.lt-table__border-right-patch{background-color:var(--lt-table-border-color);height:100%;position:absolute;top:0;width:1px;z-index:calc(var(--lt-table-index) + 2)}.lt-table--enable-row-transition .lt-table__body td.lt-table__cell{transition:background-color .25s ease}.lt-table--enable-row-hover .lt-table__body tr:hover>td.lt-table__cell{background-color:var(--lt-table-row-hover-bg-color)}.lt-table [class*=lt-table__row--level] .lt-table__expand-icon{display:inline-block;height:12px;line-height:12px;margin-right:8px;text-align:center;width:12px}.lt-table .lt-table.lt-table--border .lt-table__cell{border-right:var(--lt-table-border)}.lt-table:not(.lt-table--border) .lt-table__cell{border-right:none}.lt-table:not(.lt-table--border)>.lt-table__inner-wrapper:after{content:none}