.b-table{position:relative;overflow:hidden;box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;max-width:100%;background-color:var(--b-color-white)}.b-table__inner-wrapper{position:relative}.b-table__inner-wrapper::before{left:0;bottom:0;width:100%;height:1px;z-index:3}.b-table.has-footer .b-table__inner-wrapper::before{bottom:1px}.b-table__empty-block{position:-webkit-sticky;position:sticky;left:0;min-height:64px;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.b-table__empty-text{width:50%;color:var(--b-color-neutral-6)}.b-table__placeholder{display:inline-block;width:20px}.b-table__append-wrapper{overflow:hidden}.b-table--fit{border-right:0;border-bottom:0}.b-table--fit .b-table__cell.gutter{border-right-width:1px}.b-table thead{color:var(--b-color-neutral-9)}.b-table thead.is-group th.b-table__cell{vertical-align:middle}.b-table .b-table__cell{padding:4px;min-width:0;box-sizing:border-box;text-overflow:ellipsis;vertical-align:top;position:relative;text-align:left;font-size:16px;line-height:20px;z-index:1}.b-table .b-table__cell.is-center{text-align:center}.b-table .b-table__cell.is-right{text-align:right}.b-table .b-table__cell.gutter{width:16px;border-right-width:0;border-bottom-width:0;padding:0}.b-table .b-table__cell.is-hidden>*{visibility:hidden}.b-table .cell{padding:12px 20px}.b-table .cell.is-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-table tr{background-color:var(--b-color-white)}.b-table th.b-table__cell{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--b-color-white);position:relative;font-weight:600;vertical-align:bottom;border-bottom:var(--b-border)}.b-table th.b-table__cell .cell{border-radius:var(--b-border-radius-md)}.b-table th.b-table__cell.is-sortable:hover .cell{cursor:pointer;color:var(--b-color-primary-3);background-color:var(--b-color-primary-1);transition:var(--b-transition-duration-fast)}.b-table th.b-table__cell:not(:last-child)::after{content:"";display:block;position:absolute;right:0;top:8px;width:1px;height:calc(100% - 16px);border-radius:1px;background-color:var(--b-color-neutral-3)}.b-table th.b-table__cell>.cell.highlight{color:var(--b-color-primary-3)}.b-table th.b-table__cell.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:var(--b-color-red-3);margin-right:4px;vertical-align:middle}.b-table td.b-table__cell.gutter{width:0}.b-table tr[class*=bg-] td.b-table__cell{background-color:transparent!important}.b-table__column--selection .cell,.b-table__expand-column .cell{padding:12px 20px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-table__expand-icon{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;color:var(--b-color-neutral-9);font-size:16px;transition:transform var(--b-transition-duration-fast) ease-in-out;height:16px;width:16px;line-height:16px}.b-table__expand-icon--expanded{transform:rotate(90deg)}.b-table__expand-icon>.b-icon{font-size:16px}.b-table__expanded-cell{background-color:var(--b-color-neutral-2)}.b-table__expanded-cell:hover{background-color:var(--b-color-neutral-2)!important}.b-table--border .b-table__footer-wrapper,.b-table--group .b-table__footer-wrapper{border-top:var(--b-border)}.b-table--border .b-table__inner-wrapper::after{left:0;top:0;width:100%;height:1px;z-index:3}.b-table--border::before{top:-1px;left:0;width:1px;height:100%;z-index:3}.b-table--border::after{top:-1px;right:0;width:1px;height:100%;z-index:3}.b-table--border .b-table__inner-wrapper{border-right:none;border-bottom:none}.b-table--border .b-table__footer-wrapper{position:relative}.b-table--border .b-table__footer-wrapper{margin-top:-2px}.b-table--border .b-table__cell{border-bottom:var(--b-border)}.b-table--hidden{visibility:hidden}.b-table__body-wrapper,.b-table__footer-wrapper,.b-table__header-wrapper{width:100%}.b-table__body-wrapper tr td.b-table-fixed-column--left,.b-table__body-wrapper tr td.b-table-fixed-column--right,.b-table__body-wrapper tr th.b-table-fixed-column--left,.b-table__body-wrapper tr th.b-table-fixed-column--right,.b-table__footer-wrapper tr td.b-table-fixed-column--left,.b-table__footer-wrapper tr td.b-table-fixed-column--right,.b-table__footer-wrapper tr th.b-table-fixed-column--left,.b-table__footer-wrapper tr th.b-table-fixed-column--right,.b-table__header-wrapper tr td.b-table-fixed-column--left,.b-table__header-wrapper tr td.b-table-fixed-column--right,.b-table__header-wrapper tr th.b-table-fixed-column--left,.b-table__header-wrapper tr th.b-table-fixed-column--right{position:-webkit-sticky!important;position:sticky!important;z-index:2;background:var(--b-color-white)}.b-table__body-wrapper tr td.b-table-fixed-column--left.is-first-column::before,.b-table__body-wrapper tr td.b-table-fixed-column--left.is-last-column::before,.b-table__body-wrapper tr td.b-table-fixed-column--right.is-first-column::before,.b-table__body-wrapper tr td.b-table-fixed-column--right.is-last-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--left.is-first-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--left.is-last-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--right.is-first-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--right.is-last-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--left.is-first-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--left.is-last-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--right.is-first-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--right.is-last-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--left.is-first-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--left.is-last-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--right.is-first-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--right.is-last-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--left.is-first-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--left.is-last-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--right.is-first-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--right.is-last-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--left.is-first-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--left.is-last-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--right.is-first-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--right.is-last-column::before{content:"";position:absolute;top:0;width:10px;bottom:0;overflow-x:hidden;overflow-y:hidden;box-shadow:none;touch-action:none;pointer-events:none}.b-table__body-wrapper tr td.b-table-fixed-column--left.is-first-column::before,.b-table__body-wrapper tr td.b-table-fixed-column--right.is-first-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--left.is-first-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--right.is-first-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--left.is-first-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--right.is-first-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--left.is-first-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--right.is-first-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--left.is-first-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--right.is-first-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--left.is-first-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--right.is-first-column::before{left:-10px}.b-table__body-wrapper tr td.b-table-fixed-column--left.is-last-column::before,.b-table__body-wrapper tr td.b-table-fixed-column--right.is-last-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--left.is-last-column::before,.b-table__body-wrapper tr th.b-table-fixed-column--right.is-last-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--left.is-last-column::before,.b-table__footer-wrapper tr td.b-table-fixed-column--right.is-last-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--left.is-last-column::before,.b-table__footer-wrapper tr th.b-table-fixed-column--right.is-last-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--left.is-last-column::before,.b-table__header-wrapper tr td.b-table-fixed-column--right.is-last-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--left.is-last-column::before,.b-table__header-wrapper tr th.b-table-fixed-column--right.is-last-column::before{right:-10px;box-shadow:none}.b-table__body-wrapper tr td.b-table__fixed-right-patch,.b-table__body-wrapper tr th.b-table__fixed-right-patch,.b-table__footer-wrapper tr td.b-table__fixed-right-patch,.b-table__footer-wrapper tr th.b-table__fixed-right-patch,.b-table__header-wrapper tr td.b-table__fixed-right-patch,.b-table__header-wrapper tr th.b-table__fixed-right-patch{position:-webkit-sticky!important;position:sticky!important;z-index:2;background:var(--b-color-white);right:0}.b-table__header-wrapper tr th.b-table-fixed-column--left,.b-table__header-wrapper tr th.b-table-fixed-column--right{background-color:var(--b-color-white)}.b-table__body,.b-table__footer,.b-table__header{table-layout:fixed;border-collapse:separate}.b-table__footer .b-table__cell{font-weight:600}.b-table__footer-wrapper,.b-table__header-wrapper{overflow:hidden}.b-table__footer-wrapper tbody td.b-table__cell,.b-table__header-wrapper tbody td.b-table__cell{background-color:var(--b-color-neutral-1);color:var(--b-color-neutral-9)}.b-table__body-wrapper .b-table-column--selection .b-checkbox,.b-table__header-wrapper .b-table-column--selection .b-checkbox{vertical-align:-2px}.b-table.is-scrolling-left .b-table-fixed-column--right.is-first-column::before{box-shadow:inset -10px 0 10px -10px var(--b-box-shadow-table-scroll)}.b-table.is-scrolling-left.b-table--border .b-table-fixed-column--left.is-last-column.b-table__cell{border-right:var(--b-border)}.b-table.is-scrolling-left th.b-table-fixed-column--left{background-color:var(--b-color-white)}.b-table.is-scrolling-right .b-table-fixed-column--left.is-last-column::before{box-shadow:inset 10px 0 10px -10px var(--b-box-shadow-table-scroll)}.b-table.is-scrolling-right .b-table-fixed-column--left.is-last-column::after{display:none}.b-table.is-scrolling-right .b-table-fixed-column--left.is-last-column.b-table__cell{border-right:none}.b-table.is-scrolling-right th.b-table-fixed-column--right{background-color:var(--b-color-white)}.b-table.is-scrolling-middle .b-table-fixed-column--left.is-last-column.b-table__cell{border-right:none}.b-table.is-scrolling-middle .b-table-fixed-column--right.is-first-column::before{box-shadow:inset -10px 0 10px -10px var(--b-box-shadow-table-scroll)}.b-table.is-scrolling-middle .b-table-fixed-column--left.is-last-column::before{box-shadow:inset 10px 0 10px -10px var(--b-box-shadow-table-scroll)}.b-table.is-scrolling-middle .b-table-fixed-column--left.is-last-column::after{display:none}.b-table.is-scrolling-none .b-table-fixed-column--left.is-first-column::before,.b-table.is-scrolling-none .b-table-fixed-column--left.is-last-column::before,.b-table.is-scrolling-none .b-table-fixed-column--right.is-first-column::before,.b-table.is-scrolling-none .b-table-fixed-column--right.is-last-column::before{box-shadow:none}.b-table.is-scrolling-none th.b-table-fixed-column--left,.b-table.is-scrolling-none th.b-table-fixed-column--right{background-color:var(--b-color-white)}.b-table__body-wrapper{overflow:hidden;position:relative}.b-table__body-wrapper .b-scrollbar__bar{z-index:2}.b-table .caret-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:12px;width:12px;cursor:pointer;overflow:initial;position:absolute;bottom:20px;right:8px}.b-table .sort-caret{font-size:12px;color:var(--b-color-neutral-7)}.b-table .ascending .sort-caret,.b-table .descending .sort-caret{color:var(--b-color-primary)}.b-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.b-table--striped .b-table__body tr.b-table__row--striped td.b-table__cell{background:var(--b-color-neutral-1)}.b-table--striped .b-table__body tr.b-table__row--striped.current-row td.b-table__cell{background-color:var(--b-color-primary-1)}.b-table__body tr.hover-row.b-table__row--striped.current-row>td.b-table__cell,.b-table__body tr.hover-row.b-table__row--striped>td.b-table__cell,.b-table__body tr.hover-row.current-row>td.b-table__cell,.b-table__body tr.hover-row>td.b-table__cell{background-color:var(--b-color-neutral-2)}.b-table__body tr.current-row>td.b-table__cell{background-color:var(--b-color-primary-1)}.b-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:var(--b-border);z-index:10}.b-table__column-filter-trigger{display:inline-block;cursor:pointer}.b-table__column-filter-trigger i{color:var(--b-color-neutral-7);font-size:14px;vertical-align:middle}.b-table--enable-row-transition .b-table__body td.b-table__cell{transition:background-color .25s ease}.b-table--enable-row-hover .b-table__body tr:hover>td.b-table__cell{background-color:var(--b-color-neutral-2)}.b-table [class*=b-table__row--level] .b-table__expand-icon{display:inline-block;width:16px;line-height:16px;height:16px;text-align:center;margin-right:8px}