:root{--table-color:var(--color-text-primary);--table-active-color:var(--primary-color);--table-th-color:var(--color-text-tertiary);--table-th-bg:transparent;--table-th-border-color:transparent;--table-tr-bg:transparent;--table-th-height:40px;--table-th-font-size:var(--linkSize);--table-hover-bg:var(--color-bg-layer-top);--table-paddng-x:12px;--table-paddng-y:12px;--table-font-size:var(--textSize);--table-small-th-height:28px;--table-small-paddng-x:5px;--table-small-paddng-y:0;--table-small-font-size:var(--smallSize);--table-big-th-height:50px;--table-big-paddng-x:16px;--table-big-paddng-y:16px;--table-big-font-size:var(--titleSize)}.bkreact-table{border-collapse:collapse;width:100%;color:var(--table-color);overscroll-behavior:none;border:none;border-top-left-radius:6px;border-top-right-radius:6px}.bkreact-table td:last-child,.bkreact-table th:last-child{text-align:right}.bkreact-table tbody tr{background-color:var(--table-tr-bg)}.bkreact-table tbody tr:hover,.bkreact-table tbody tr:hover td[data-bk-sticky="1"]{background-color:var(--table-hover-bg)!important}.bkreact-table th{text-align:left;background-color:var(--table-th-bg);color:var(--table-th-color);font-weight:400;font-size:var(--table-th-font-size);height:var(--table-th-height);border:none;position:relative}.bkreact-table th.sort{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.bkreact-table th.sort:before{content:"";color:var(--color-text-tertiary);display:inline-block;position:absolute;top:50%;right:12px;transform:translateY(-62%);font-family:bkreact-iconfont!important}.bkreact-table th.sort:after{content:"";color:var(--color-text-tertiary);display:inline-block;position:absolute;top:50%;right:12px;transform:translateY(-18%)rotate(180deg);font-family:bkreact-iconfont!important}.bkreact-table th.sort:hover{background-color:var(--bk-gray-5)}.bkreact-table th.sort.asce:before,.bkreact-table th.sort.desc:after{color:var(--primary-color)}.bkreact-table td{border-bottom:.5px solid var(--color-border-light)}.bkreact-table th[data-bk-sticky="1"]{background-color:var(--table-th-bg)}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=right]{border-top-right-radius:6px;overflow:hidden}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=left]{border-top-left-radius:6px;overflow:hidden}.bkreact-table th[data-bk-sticky-header="1"]{background-color:var(--table-th-bg)}.bkreact-table td[data-bk-sticky="1"]{background-color:var(--table-tr-bg)}.bkreact-table th[data-bk-sticky="1"],.bkreact-table td[data-bk-sticky="1"]{position:relative}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=right],.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=right]{--bk-sticky-fade-width:28px}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=right]:before,.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=right]:before{content:"";top:0;bottom:0;left:calc(var(--bk-sticky-fade-width) * -1);width:var(--bk-sticky-fade-width);pointer-events:none;opacity:0;z-index:1;transition:opacity .2s;position:absolute}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=right][data-bk-sticky-active="1"]:before,.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=right][data-bk-sticky-active="1"]:before{opacity:1}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=left],.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=left]{--bk-sticky-fade-width:28px}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=left]:after,.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=left]:after{content:"";top:0;bottom:0;right:calc(var(--bk-sticky-fade-width) * -1);width:var(--bk-sticky-fade-width);pointer-events:none;opacity:0;z-index:1;transition:opacity .2s;position:absolute}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=left][data-bk-sticky-active="1"]:after,.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=left][data-bk-sticky-active="1"]:after{opacity:1}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=right]:before{background:linear-gradient(to right, transparent 0%, color-mix(in srgb, var(--table-sticky-th-bg) 90%, transparent) 100%);border-top-right-radius:6px}.bkreact-table th[data-bk-sticky="1"][data-bk-sticky-side=left]:after{background:linear-gradient(to right, color-mix(in srgb, var(--table-sticky-th-bg) 90%, transparent) 0%, transparent 100%);border-top-left-radius:6px}.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=right]:before{background:linear-gradient(to right, transparent 0%, color-mix(in srgb, var(--table-sticky-tr-bg) 90%, transparent) 100%)}.bkreact-table td[data-bk-sticky="1"][data-bk-sticky-side=left]:after{background:linear-gradient(to right, color-mix(in srgb, var(--table-sticky-tr-bg) 90%, transparent) 0%, transparent 100%)}.bkreact-table-normal th{padding:var(--table-small-paddng-y) var(--table-paddng-x)}.bkreact-table-normal td{padding:var(--table-paddng-y) var(--table-paddng-x);font-size:var(--table-font-size)}.bkreact-table-small th{height:var(--table-small-th-height);padding:var(--table-small-paddng-y) var(--table-small-paddng-x)}.bkreact-table-small td{padding:var(--table-small-paddng-y) var(--table-small-paddng-x);font-size:var(--table-small-font-size)}.bkreact-table-big th{height:var(--table-big-th-height);padding:var(--table-small-paddng-y) var(--table-big-paddng-x)}.bkreact-table-big td{padding:var(--table-big-paddng-y) var(--table-big-paddng-x);font-size:var(--table-big-font-size)}
