.g-table__actions{height:18px;display:flex;align-items:center}.g-table-action-popup__menu{max-height:var(--g-table-action-popup-menu-max-height,200px);overflow-y:auto}.g-table-action-popup__menu-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.g-table,.g-table__scroll-container{overflow:auto;position:relative}.g-table__scroll-container{-ms-overflow-style:none;scrollbar-width:none}.g-table__scroll-container::-webkit-scrollbar{display:none}.g-table__horizontal-scroll-bar{overflow-x:auto;-webkit-margin-before:-1px;margin-block-start:-1px}.g-table__horizontal-scroll-bar-inner{height:1px;position:relative}.g-table__horizontal-scroll-bar-inner:before{content:"";position:absolute;width:1px;height:1px;inset-block-start:0;inset-inline-start:0;background-color:rgba(255,255,255,.01)}.g-table__horizontal-scroll-bar_sticky-horizontal-scroll{position:-webkit-sticky;position:sticky;z-index:3}.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;-webkit-border-after:1px solid var(--g-color-line-generic);border-block-end:1px solid var(--g-color-line-generic);line-height:18px;text-align:start;overflow-wrap:break-word}.g-table__cell:first-child{-webkit-padding-start:0;padding-inline-start:0}.g-table__cell:last-child{-webkit-padding-end:0;padding-inline-end:0}.g-table__cell:not(.g-table__cell_word-wrap){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-table__cell_align_center{text-align:center}.g-table__cell_align_end{text-align:end}.g-table .g-table__cell_sticky_end,.g-table .g-table__cell_sticky_start{position:-webkit-sticky;position:sticky;z-index:2;background:var(--g-color-base-background)}.g-table__cell_border_right{-webkit-border-end:1px solid var(--g-color-line-generic);border-inline-end:1px solid var(--g-color-line-generic)}.g-table__cell_edge-padding:first-child{-webkit-padding-start:var(--g-spacing-3);padding-inline-start:var(--g-spacing-3)}.g-table__cell_edge-padding:last-child{-webkit-padding-end:var(--g-spacing-3);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:transparent}.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_end,.g-table__body .g-table__row_interactive:hover .g-table__cell_sticky_start{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-table__copy{display:inline-flex;align-items:center}.g-table__copy-content{-webkit-margin-end:5px;margin-inline-end:5px}.g-table__copy-button{line-height:0;visibility:hidden;color:var(--g-color-text-secondary);opacity:.5}.g-table__copy-button:hover{opacity:1}.g-table__cell:hover .g-table__copy-button{visibility:visible}.g-table__checkbox_cell{position:relative;min-width:17px;width:17px}.g-table__selection-checkbox{display:flex;align-items:center;padding:inherit;-webkit-border-after:none;border-block-end:none;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_end,.g-table__row_selected .g-table__cell_sticky_start{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_end,.g-table__row_selected.g-table__row_interactive:hover .g-table__cell_sticky_start{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))}