.table{scrollbar-color:var(--custom-scrollbar-color,#bec8e0) transparent;scrollbar-width:.5rem}.table::-webkit-scrollbar{background:transparent;width:.5rem}.table::-webkit-scrollbar-track{box-shadow:none}.table::-webkit-scrollbar-track-piece{background-color:var(--custom-scrollbar-track,#000f9f)}.table::-webkit-scrollbar-thumb{background:var(--custom-scrollbar-color,#bec8e0)}.table.table--small,.table__insufficient-data{--font-size:clamp(0.7861596349rem,0.7148795132rem + 0.3168005409vw,1rem)}.table{overflow-y:auto}.table .highlight{font-weight:800}.table .asterisk{cursor:help;font-style:italic;position:relative;vertical-align:super}.table .asterisk:after{background-color:var(--table-tooltip-bg-color,#001c42);border-radius:.25em;bottom:125%;box-shadow:0 .125em .375em rgb(from #121212 r g b/.15);color:var(--table-tooltip-color,#fff);content:var(--insufficient-data-text);font-size:.7492260855rem;left:50%;opacity:0;padding:.3125em .5em;position:absolute;transform:translateX(-50%);transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;white-space:nowrap;z-index:10}.table .asterisk:hover:after{opacity:1;visibility:visible}.table tr td:first-child{font-weight:800}.table td,.table th{transition:background-color .2s ease-in-out}.table td:nth-child(n+2),.table th:nth-child(n+2){text-align:var(--table-cell-align)}.table span[data-tooltip]{cursor:default;position:relative}.table span[data-tooltip]:before{background-color:var(--table-tooltip-bg-color,#001c42);border-radius:.25em;bottom:125%;box-shadow:0 .125em .375em rgb(from #121212 r g b/.15);color:var(--table-tooltip-color,#fff);content:attr(data-tooltip);font-size:.7492260855rem;left:50%;opacity:0;padding:.3125em .5em;position:absolute;transform:translateX(-50%);transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;white-space:nowrap;z-index:10}.table span[data-tooltip]:hover:before{opacity:1;visibility:visible}.table th[data-sortable]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.table th[data-sortable][data-sort-direction] .sort-indicator{font-size:.7861596349rem;margin-left:.3125em}.table__insufficient-data{color:var(--color);font-size:var(--font-size)}.table.table--emphasize-header th[data-sortable]:hover{background-color:var(--table-emphasize-header-bg-color-hover,rgb(from #001c42 r g b/.9))}.table.table--emphasize-header thead th{background-color:var(--table-emphasize-header-bg-color,#001c42);color:var(--table-emphasize-header-color,#fff);font-weight:800;padding:.6180469716rem}.table.table--hide-caption caption{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.table.table--small td,.table.table--small th{padding:.6180469716rem}.table.table--small tfoot,.table.table--small thead{font-size:.75rem}.table.table--zebra tbody tr:nth-child(odd) td{background-color:var(--table-zebra-odd-bg-color,rgb(from #121212 r g b/.1))}.table.table--zebra tbody tr:nth-child(2n) td{background-color:var(--table-zebra-even-bg-color,transparent)}.table.table--zebra tbody tr:hover{--table-zebra-odd-bg-color:var( --table-zebra-odd-bg-color-hover,rgb(from #121212 r g b/0.2) );--table-zebra-even-bg-color:var( --table-zebra-even-bg-color-hover,rgb(from #121212 r g b/0.2) )}.table.table--notable{--table-border-color:transparent;--table-td-border-color:transparent}.table.table--cell-alignment-justified{--table-cell-align:center}.table.table--cell-alignment-justified td:last-child,.table.table--cell-alignment-justified th:last-child{text-align:right}.table.table--cell-alignment-center{--table-cell-align:center}.table.table--cell-alignment-right{--table-cell-align:right}