UNPKG

carbon-custom-elements

Version:

A Carbon Design System variant that's as easy to use as native HTML elements, with no framework tax, no framework silo.

13 lines (12 loc) 32.8 kB
/** * @license * * Copyright IBM Corp. 2019, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import { css } from 'lit-element'; export default css([ "a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}input[type=text]::-ms-clear{display:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body{line-height:1}sup{vertical-align:super}sub{vertical-align:sub}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}button{margin:0}html{font-size:100%}body{font-weight:400;font-family:'IBM Plex Sans','Helvetica Neue',Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:'IBM Plex Mono',Menlo,'DejaVu Sans Mono','Bitstream Vera Sans Mono',Courier,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-productive-heading-06-font-size,2.625rem);font-weight:var(--cds-productive-heading-06-font-weight,300);line-height:var(--cds-productive-heading-06-line-height,3.125rem);letter-spacing:var(--cds-productive-heading-06-letter-spacing,0)}h2{font-size:var(--cds-productive-heading-05-font-size,2rem);font-weight:var(--cds-productive-heading-05-font-weight,400);line-height:var(--cds-productive-heading-05-line-height,2.5rem);letter-spacing:var(--cds-productive-heading-05-letter-spacing,0)}h3{font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);line-height:var(--cds-productive-heading-04-line-height,2.25rem);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0)}h4{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);line-height:var(--cds-productive-heading-03-line-height,1.75rem);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0)}h5{font-size:var(--cds-productive-heading-02-font-size,1rem);font-weight:var(--cds-productive-heading-02-font-weight,600);line-height:var(--cds-productive-heading-02-line-height,1.375rem);letter-spacing:var(--cds-productive-heading-02-letter-spacing,0)}h6{font-size:var(--cds-productive-heading-01-font-size,.875rem);font-weight:var(--cds-productive-heading-01-font-weight,600);line-height:var(--cds-productive-heading-01-line-height,1.125rem);letter-spacing:var(--cds-productive-heading-01-letter-spacing,.16px)}p{font-size:var(--cds-body-long-02-font-size,1rem);font-weight:var(--cds-body-long-02-font-weight,400);line-height:var(--cds-body-long-02-line-height,1.5rem);letter-spacing:var(--cds-body-long-02-letter-spacing,0)}a{color:#0062ff}em{font-style:italic}@-webkit-keyframes skeleton{0%{width:0%;left:0;right:auto;opacity:.3}20%{width:100%;left:0;right:auto;opacity:1}28%{width:100%;left:auto;right:0}51%{width:0%;left:auto;right:0}58%{width:0%;left:auto;right:0}82%{width:100%;left:auto;right:0}83%{width:100%;left:0;right:auto}96%{width:0%;left:0;right:auto}100%{width:0%;left:0;right:auto;opacity:.3}}@keyframes skeleton{0%{width:0%;left:0;right:auto;opacity:.3}20%{width:100%;left:0;right:auto;opacity:1}28%{width:100%;left:auto;right:0}51%{width:0%;left:auto;right:0}58%{width:0%;left:auto;right:0}82%{width:100%;left:auto;right:0}83%{width:100%;left:0;right:auto}96%{width:0%;left:0;right:auto}100%{width:0%;left:0;right:auto;opacity:.3}}.bx--structured-list--selection .bx--structured-list-td,.bx--structured-list--selection .bx--structured-list-th,.bx--structured-list--selection :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell),.bx--structured-list--selection :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton),.bx--structured-list--selection :host(bx-structured-list-row) ::slotted(bx-structured-list-cell),:host(bx-structured-list-header-row) .bx--structured-list--selection ::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list--selection ::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-row) .bx--structured-list--selection ::slotted(bx-structured-list-cell){padding-left:1rem;padding-right:1rem}.bx--structured-list--selection .bx--structured-list-td:first-child,.bx--structured-list--selection .bx--structured-list-th:first-child,.bx--structured-list--selection :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell),.bx--structured-list--selection :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell-skeleton),.bx--structured-list--selection :host(bx-structured-list-row) :first-child::slotted(bx-structured-list-cell),:host(bx-structured-list-header-row) .bx--structured-list--selection :first-child::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list--selection :first-child::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-row) .bx--structured-list--selection :first-child::slotted(bx-structured-list-cell){padding-left:1rem;padding-right:1rem}.bx--structured-list-input{display:none}.bx--structured-list{box-sizing:border-box;margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;display:table;overflow-x:auto;overflow-y:hidden;width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:5rem;background-color:transparent}.bx--structured-list *,.bx--structured-list :after,.bx--structured-list :before{box-sizing:inherit}.bx--structured-list.bx--structured-list--condensed .bx--structured-list-td,.bx--structured-list.bx--structured-list--condensed .bx--structured-list-th,.bx--structured-list.bx--structured-list--condensed :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell),.bx--structured-list.bx--structured-list--condensed :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton),.bx--structured-list.bx--structured-list--condensed :host(bx-structured-list-row) ::slotted(bx-structured-list-cell),:host(bx-structured-list-header-row) .bx--structured-list.bx--structured-list--condensed ::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list.bx--structured-list--condensed ::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-row) .bx--structured-list.bx--structured-list--condensed ::slotted(bx-structured-list-cell){padding:.5rem;padding-left:0}.bx--structured-list-row,:host(bx-structured-list-body) ::slotted(bx-structured-list-row),:host(bx-structured-list-head) ::slotted(bx-structured-list-header-row){display:table-row;border-bottom:1px solid var(--cds-ui-03,#e0e0e0);transition:background-color 110ms cubic-bezier(.2,0,.38,.9)}.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected),.bx--structured-list--selection :host(bx-structured-list-body) :hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected)::slotted(bx-structured-list-row),.bx--structured-list--selection :host(bx-structured-list-head) :hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected)::slotted(bx-structured-list-header-row),:host(bx-structured-list-body) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected)::slotted(bx-structured-list-row),:host(bx-structured-list-head) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected)::slotted(bx-structured-list-header-row){background-color:var(--cds-hover-row,#e5e5e5);cursor:pointer;border-bottom:1px solid var(--cds-hover-row,#e5e5e5)}.bx--structured-list-row.bx--structured-list-row--selected,:host(bx-structured-list-body) .bx--structured-list-row--selected::slotted(bx-structured-list-row),:host(bx-structured-list-head) .bx--structured-list-row--selected::slotted(bx-structured-list-header-row){background-color:var(--cds-selected-ui,#e0e0e0)}.bx--structured-list-row.bx--structured-list-row--header-row,:host(bx-structured-list-body) .bx--structured-list-row--header-row::slotted(bx-structured-list-row),:host(bx-structured-list-head) ::slotted(bx-structured-list-header-row){border-bottom:1px solid var(--cds-selected-ui,#e0e0e0);cursor:inherit}.bx--structured-list-row:focus:not(.bx--structured-list-row--header-row),:host(bx-structured-list-body) :focus:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row),:host(bx-structured-list-head) :focus:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)>.bx--structured-list-td,.bx--structured-list--selection :host(bx-structured-list-body) :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),.bx--structured-list--selection :host(bx-structured-list-body) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>.bx--structured-list-td,.bx--structured-list--selection :host(bx-structured-list-head) :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),.bx--structured-list--selection :host(bx-structured-list-head) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>.bx--structured-list-td,.bx--structured-list--selection :host(bx-structured-list-row) .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)>::slotted(bx-structured-list-cell),.bx--structured-list-row.bx--structured-list-row--selected>.bx--structured-list-td,:host(bx-structured-list-body) .bx--structured-list--selection :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-body) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>.bx--structured-list-td,:host(bx-structured-list-body) .bx--structured-list-row--selected::slotted(bx-structured-list-row)>.bx--structured-list-td,:host(bx-structured-list-body) :host(bx-structured-list-row) .bx--structured-list-row--selected::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-head) .bx--structured-list--selection :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-head) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>.bx--structured-list-td,:host(bx-structured-list-head) .bx--structured-list-row--selected::slotted(bx-structured-list-header-row)>.bx--structured-list-td,:host(bx-structured-list-head) :host(bx-structured-list-row) .bx--structured-list-row--selected::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) .bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) .bx--structured-list--selection :host(bx-structured-list-body) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) .bx--structured-list--selection :host(bx-structured-list-head) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) .bx--structured-list-row.bx--structured-list-row--selected>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) :host(bx-structured-list-body) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) :host(bx-structured-list-body) .bx--structured-list-row--selected::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) :host(bx-structured-list-head) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) :host(bx-structured-list-head) .bx--structured-list-row--selected::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell){color:var(--cds-text-01,#161616)}.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)>.bx--structured-list-td,.bx--structured-list--selection :host(bx-structured-list-body) :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),.bx--structured-list--selection :host(bx-structured-list-body) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>.bx--structured-list-td,.bx--structured-list--selection :host(bx-structured-list-head) :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),.bx--structured-list--selection :host(bx-structured-list-head) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>.bx--structured-list-td,.bx--structured-list--selection :host(bx-structured-list-row) .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-body) .bx--structured-list--selection :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-body) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>.bx--structured-list-td,:host(bx-structured-list-head) .bx--structured-list--selection :host(bx-structured-list-row) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-head) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>.bx--structured-list-td,:host(bx-structured-list-row) .bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) .bx--structured-list--selection :host(bx-structured-list-body) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) .bx--structured-list--selection :host(bx-structured-list-head) :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) :host(bx-structured-list-body) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-row)>::slotted(bx-structured-list-cell),:host(bx-structured-list-row) :host(bx-structured-list-head) .bx--structured-list--selection :hover:not(.bx--structured-list-row--header-row)::slotted(bx-structured-list-header-row)>::slotted(bx-structured-list-cell){border-top:1px solid var(--cds-ui-01,#f4f4f4)}.bx--structured-list ::slotted(bx-structured-list-head),.bx--structured-list-thead{display:table-header-group;vertical-align:middle}.bx--structured-list-th,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton){box-sizing:border-box;margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;padding-left:1rem;padding-right:1rem;padding-top:1rem;padding-bottom:.5rem;font-size:var(--cds-productive-heading-01-font-size,.875rem);font-weight:var(--cds-productive-heading-01-font-weight,600);line-height:var(--cds-productive-heading-01-line-height,1.125rem);letter-spacing:var(--cds-productive-heading-01-letter-spacing,.16px);display:table-cell;font-weight:600;height:2.5rem;text-align:left;text-transform:none;vertical-align:bottom}.bx--structured-list-th *,.bx--structured-list-th :after,.bx--structured-list-th :before,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) *,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) :after,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) :before,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) *,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) :after,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) :before{box-sizing:inherit}.bx--structured-list ::slotted(bx-structured-list-body),.bx--structured-list-tbody{display:table-row-group;vertical-align:middle}.bx--structured-list-td,:host(bx-structured-list-row) ::slotted(bx-structured-list-cell){box-sizing:border-box;margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;font-size:var(--cds-body-long-01-font-size,.875rem);font-weight:var(--cds-body-long-01-font-weight,400);line-height:var(--cds-body-long-01-line-height,1.25rem);letter-spacing:var(--cds-body-long-01-letter-spacing,.16px);padding-top:1rem;padding-right:1rem;padding-bottom:1.5rem;padding-left:1rem;line-height:1.3125rem;position:relative;display:table-cell;max-width:36rem;transition:color 110ms cubic-bezier(.2,0,.38,.9)}.bx--structured-list-td *,.bx--structured-list-td :after,.bx--structured-list-td :before,:host(bx-structured-list-row) ::slotted(bx-structured-list-cell) *,:host(bx-structured-list-row) ::slotted(bx-structured-list-cell) :after,:host(bx-structured-list-row) ::slotted(bx-structured-list-cell) :before{box-sizing:inherit}.bx--structured-list-th,:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton){color:var(--cds-text-01,#161616)}.bx--structured-list-td,:host(bx-structured-list-row) ::slotted(bx-structured-list-cell){color:var(--cds-text-02,#525252)}.bx--structured-list ::slotted(bx-structured-list-header-cell[nowrap]),.bx--structured-list-content--nowrap,:host(bx-structured-list-row) ::slotted(bx-structured-list-cell[nowrap]){white-space:nowrap}.bx--structured-list-svg{display:inline-block;fill:transparent;vertical-align:middle;transition:all 110ms cubic-bezier(.2,0,.38,.9)}.bx--structured-list-row:hover .bx--structured-list-svg,:host(bx-structured-list-body) :hover::slotted(bx-structured-list-row) .bx--structured-list-svg,:host(bx-structured-list-head) :hover::slotted(bx-structured-list-header-row) .bx--structured-list-svg{fill:#a8a8a8}.bx--structured-list-input:checked+.bx--structured-list-row .bx--structured-list-svg,.bx--structured-list-input:checked+.bx--structured-list-td .bx--structured-list-svg,:host(bx-structured-list-body) .bx--structured-list-input:checked+::slotted(bx-structured-list-row) .bx--structured-list-svg,:host(bx-structured-list-head) .bx--structured-list-input:checked+::slotted(bx-structured-list-header-row) .bx--structured-list-svg,:host(bx-structured-list-row) .bx--structured-list-input:checked+::slotted(bx-structured-list-cell) .bx--structured-list-svg{fill:var(--cds-icon-01,#161616)}.bx--structured-list.bx--skeleton .bx--structured-list-th:first-child,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell),.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton :first-child::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton :first-child::slotted(bx-structured-list-header-cell-skeleton){width:8%}.bx--structured-list.bx--skeleton .bx--structured-list-th:nth-child(3n+2),.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) :nth-child(3n+2)::slotted(bx-structured-list-header-cell),.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) :nth-child(3n+2)::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton :nth-child(3n+2)::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton :nth-child(3n+2)::slotted(bx-structured-list-header-cell-skeleton){width:30%}.bx--structured-list.bx--skeleton .bx--structured-list-th:nth-child(3n+3),.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) :nth-child(3n+3)::slotted(bx-structured-list-header-cell),.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) :nth-child(3n+3)::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton :nth-child(3n+3)::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton :nth-child(3n+3)::slotted(bx-structured-list-header-cell-skeleton){width:15%}.bx--structured-list.bx--skeleton .bx--structured-list-th span,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span{position:relative;border:none;padding:0;box-shadow:none;pointer-events:none;background:var(--cds-skeleton-01,#e5e5e5);width:75%;height:1rem;display:block}.bx--structured-list.bx--skeleton .bx--structured-list-th span:active,.bx--structured-list.bx--skeleton .bx--structured-list-th span:focus,.bx--structured-list.bx--skeleton .bx--structured-list-th span:hover,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:active,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:focus,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:hover,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:active,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:focus,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:hover,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:active,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:focus,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:hover,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:active,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:focus,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:hover{border:none;outline:0;cursor:default}.bx--structured-list.bx--skeleton .bx--structured-list-th span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:before{content:'';width:0%;height:100%;position:absolute;top:0;left:0;background:var(--cds-skeleton-02,#c6c6c6);-webkit-animation:3s ease-in-out skeleton infinite;animation:3s ease-in-out skeleton infinite}@media (prefers-reduced-motion:reduce){.bx--structured-list.bx--skeleton .bx--structured-list-th span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:before{-webkit-animation:none;animation:none}}.bx--structured-list.bx--skeleton .bx--structured-list-th span,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span{position:relative;border:none;padding:0;box-shadow:none;pointer-events:none;background:var(--cds-skeleton-01,#e5e5e5);width:75%;height:1rem;display:block}.bx--structured-list.bx--skeleton .bx--structured-list-th span:active,.bx--structured-list.bx--skeleton .bx--structured-list-th span:focus,.bx--structured-list.bx--skeleton .bx--structured-list-th span:hover,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:active,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:focus,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:hover,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:active,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:focus,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:hover,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:active,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:focus,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:hover,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:active,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:focus,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:hover{border:none;outline:0;cursor:default}.bx--structured-list.bx--skeleton .bx--structured-list-th span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:before{content:'';width:0%;height:100%;position:absolute;top:0;left:0;background:var(--cds-skeleton-02,#c6c6c6);-webkit-animation:3s ease-in-out skeleton infinite;animation:3s ease-in-out skeleton infinite}@media (prefers-reduced-motion:reduce){.bx--structured-list.bx--skeleton .bx--structured-list-th span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell) span:before,.bx--structured-list.bx--skeleton :host(bx-structured-list-header-row) ::slotted(bx-structured-list-header-cell-skeleton) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell) span:before,:host(bx-structured-list-header-row) .bx--structured-list.bx--skeleton ::slotted(bx-structured-list-header-cell-skeleton) span:before{-webkit-animation:none;animation:none}}.bx--structured-list.bx--structured-list--selection.bx--skeleton .bx--structured-list-th:first-child,.bx--structured-list.bx--structured-list--selection.bx--skeleton :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell),.bx--structured-list.bx--structured-list--selection.bx--skeleton :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell-skeleton),:host(bx-structured-list-header-row) .bx--structured-list.bx--structured-list--selection.bx--skeleton :first-child::slotted(bx-structured-list-header-cell),:host(bx-structured-list-header-row) .bx--structured-list.bx--structured-list--selection.bx--skeleton :first-child::slotted(bx-structured-list-header-cell-skeleton){width:5%}.bx--structured-list.bx--structured-list--selection.bx--skeleton .bx--structured-list-th:first-child span,.bx--structured-list.bx--structured-list--selection.bx--skeleton :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell) span,.bx--structured-list.bx--structured-list--selection.bx--skeleton :host(bx-structured-list-header-row) :first-child::slotted(bx-structured-list-header-cell-skeleton) span,:host(bx-structured-list-header-row) .bx--structured-list.bx--structured-list--selection.bx--skeleton :first-child::slotted(bx-structured-list-header-cell) span,:host(bx-structured-list-header-row) .bx--structured-list.bx--structured-list--selection.bx--skeleton :first-child::slotted(bx-structured-list-header-cell-skeleton) span{display:none}:host(bx-structured-list-row:hover) .bx--structured-list-svg{fill:#a8a8a8}.bx--structured-list-input:checked+.bx--structured-list-cell .bx--structured-list-svg{fill:var(--cds-text-01,#161616)}:host(bx-structured-list-header-cell-skeleton) span{position:relative;border:none;padding:0;box-shadow:none;pointer-events:none;background:var(--cds-skeleton-01,#e5e5e5);width:75%;height:1rem;display:block}:host(bx-structured-list-header-cell-skeleton) span:active,:host(bx-structured-list-header-cell-skeleton) span:focus,:host(bx-structured-list-header-cell-skeleton) span:hover{border:none;outline:0;cursor:default}:host(bx-structured-list-header-cell-skeleton) span:before{content:'';width:0%;height:100%;position:absolute;top:0;left:0;background:var(--cds-skeleton-02,#c6c6c6);-webkit-animation:3s ease-in-out skeleton infinite;animation:3s ease-in-out skeleton infinite}@media (prefers-reduced-motion:reduce){:host(bx-structured-list-header-cell-skeleton) span:before{-webkit-animation:none;animation:none}}", ]);