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