.g-table{position:relative;overflow:auto}.g-table__scroll-container{-ms-overflow-style:none;scrollbar-width:none;position:relative;overflow:auto}.g-table__scroll-container::-webkit-scrollbar{display:none}.g-table__horizontal-scroll-bar{margin-block-start:-1px;overflow-x:auto}.g-table__horizontal-scroll-bar-inner{height:1px;position:relative}.g-table__horizontal-scroll-bar-inner:before{content:"";background-color:#ffffff03;width:1px;height:1px;position:absolute;inset-block-start:0;inset-inline-start:0}.g-table__horizontal-scroll-bar_sticky-horizontal-scroll{z-index:3;position:sticky}.g-table__table{border-spacing:0;border-collapse:separate}.g-table__table_width_max{width:100%}.g-table__cell{box-sizing:content-box;padding:11px var(--g-spacing-2) 10px;border-block-end:1px solid var(--g-color-line-generic);text-align:start;overflow-wrap:break-word;line-height:18px}.g-table__cell:first-child{padding-inline-start:0}.g-table__cell:last-child{padding-inline-end:0}.g-table__cell:not(.g-table__cell_word-wrap){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.g-table__cell_align_center{text-align:center}.g-table__cell_align_end{text-align:end}.g-table .g-table__cell_sticky_start,.g-table .g-table__cell_sticky_end{z-index:2;background:var(--g-color-base-background);position:sticky}.g-table__cell_border_right{border-inline-end:1px solid var(--g-color-line-generic)}.g-table__cell_edge-padding:first-child{padding-inline-start:var(--g-spacing-3)}.g-table__cell_edge-padding:last-child{padding-inline-end:var(--g-spacing-3)}.g-table__row_vertical-align_top{vertical-align:top}.g-table__row_vertical-align_middle{vertical-align:middle}.g-table__row_empty .g-table__cell{text-align:center}.g-table__body .g-table__row:last-child .g-table__cell{border-block-end-color:#0000}.g-table__head .g-table__cell{font-weight:var(--g-text-accent-font-weight)}.g-table__body .g-table__row_interactive:hover{background-color:var(--g-color-base-simple-hover-solid);cursor:pointer}.g-table__body .g-table__row_interactive:hover .g-table__cell_sticky_start,.g-table__body .g-table__row_interactive:hover .g-table__cell_sticky_end{background:var(--g-color-base-simple-hover-solid)}.g-table__body .g-table__row_disabled{opacity:.3}.g-table_with-primary .g-table__body .g-table__cell{color:var(--g-color-text-secondary)}.g-table_with-primary .g-table__body .g-table__cell_primary{color:var(--g-color-text-primary)}.g-table_with-sticky-scroll{overflow:visible}
.g-control-label{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);color:var(--g-color-text-primary);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:#0000;cursor:pointer;display:inline-flex}.g-control-label_disabled{cursor:default;pointer-events:none}.g-control-label_size_s,.g-control-label_size_m{font-size:var(--g-text-body-1-font-size);line-height:15px}.g-control-label_size_l{font-size:var(--g-text-body-2-font-size);line-height:18px}.g-control-label_size_xl{font-size:var(--g-text-body-2-font-size);line-height:25px}.g-control-label__indicator{flex-shrink:0}.g-control-label__text{white-space:normal;flex-grow:1;margin-inline-start:var(--g-spacing-2)}.g-control-label_disabled .g-control-label__text{opacity:.6}
.g-checkbox__indicator{cursor:inherit;display:inline-block;position:relative}.g-checkbox__indicator:before{content:"";border:1px solid var(--g-color-line-generic-accent);background-color:#0000;border-radius:4px;transition:background .1s linear;position:absolute;inset:0}.g-checkbox__indicator:after{content:" ";visibility:hidden}.g-checkbox__icon{pointer-events:none;visibility:hidden;color:#0000;justify-content:center;align-items:center;transition:color .1s,transform .2s;display:flex;position:absolute;inset:0;transform:translateY(-5px)}.g-checkbox__control{opacity:0;width:100%;height:100%;cursor:inherit;background:0 0;border:none;outline:none;margin:0;padding:0;position:absolute;inset-block-start:0;inset-inline-start:0}.g-checkbox__outline{pointer-events:none;background:0 0;border-radius:4px;width:100%;height:100%;position:absolute;inset-block-start:0;inset-inline-start:0}.g-checkbox__control:focus-visible+.g-checkbox__outline{outline:2px solid var(--g-color-line-focus)}.g-checkbox_size_m .g-checkbox__icon-svg_type_tick{width:8px;height:10px}.g-checkbox_size_m .g-checkbox__icon-svg_type_dash{width:12px;height:12px}.g-checkbox_size_m .g-checkbox__indicator{width:14px;height:14px}.g-checkbox_size_l .g-checkbox__icon-svg_type_tick{width:11px;height:9px}.g-checkbox_size_l .g-checkbox__icon-svg_type_dash{width:15px;height:15px}.g-checkbox_size_l .g-checkbox__indicator{width:17px;height:17px}.g-checkbox_size_xl .g-checkbox__icon-svg_type_tick{width:16px;height:13px}.g-checkbox_size_xl .g-checkbox__icon-svg_type_dash{width:22px;height:22px}.g-checkbox_size_xl .g-checkbox__indicator{width:24px;height:24px}.g-checkbox:hover .g-checkbox__indicator:before{border-color:var(--g-color-line-generic-accent-hover)}.g-checkbox_checked .g-checkbox__indicator:before,.g-checkbox_indeterminate .g-checkbox__indicator:before{background-color:var(--g-color-base-brand);border:#0000}.g-checkbox_checked .g-checkbox__icon,.g-checkbox_indeterminate .g-checkbox__icon{visibility:visible;color:var(--g-color-text-brand-contrast);transform:translate(0)}.g-checkbox_checked:hover .g-checkbox__indicator:before,.g-checkbox_indeterminate:hover .g-checkbox__indicator:before{background-color:var(--g-color-base-brand-hover)}.g-checkbox_disabled .g-checkbox__indicator:before{background-color:var(--g-color-base-generic-accent-disabled);border:#0000}.g-checkbox_disabled.g-checkbox_checked .g-checkbox__icon,.g-checkbox_disabled.g-checkbox_indeterminate .g-checkbox__icon{color:var(--g-color-text-hint)}
.g-table__checkbox_cell{width:17px;min-width:17px;position:relative}.g-table__selection-checkbox{padding:inherit;border-block-end:none;align-items:center;display:flex;position:absolute;inset:0}.g-table__selection-checkbox_vertical-align_top{align-items:start}.g-table__row_selected{background:var(--g-color-base-selection)}.g-table__row_selected .g-table__cell_sticky_start,.g-table__row_selected .g-table__cell_sticky_end{background:linear-gradient(to right, var(--g-color-base-selection), var(--g-color-base-selection)), linear-gradient(to right, var(--g-color-base-background), var(--g-color-base-background))}.g-table__row_selected.g-table__row_interactive:hover{background:var(--g-color-base-selection-hover)}.g-table__row_selected.g-table__row_interactive:hover .g-table__cell_sticky_start,.g-table__row_selected.g-table__row_interactive:hover .g-table__cell_sticky_end{background:linear-gradient(to right, var(--g-color-base-selection-hover), var(--g-color-base-selection-hover)), linear-gradient(to right, var(--g-color-base-background), var(--g-color-base-background))}
