.ld-table,:host{--ld-table-bg-col:var(--ld-col-wht);--ld-table-border-col:var(--ld-col-neutral-200);--ld-table-toolbar-bg-col:var(--ld-col-neutral-050);--ld-table-layout:auto;--ld-table-row-outline-width:var(--ld-sp-1);--ld-table-row-outline:var(--ld-table-row-outline-width) var(--ld-table-border-col) solid;--ld-table-row-outline-half:calc(0.5 * var(--ld-table-row-outline-width)) var(--ld-table-border-col) solid;--ld-table-cell-padding-x:var(--ld-sp-16);--ld-table-cell-padding-y:var(--ld-sp-12);--ld-table-toolbar-padding-y:var(--ld-sp-16);--ld-table-typo:var(--ld-typo-h6);--ld-table-white-space:nowrap;--ld-table-head-gradient:linear-gradient(to top,var(--ld-table-border-col),var(--ld-table-border-col) calc(var(--ld-sp-1) * 0.75),var(--ld-table-bg-col) calc(var(--ld-sp-1) * 0.75),var(--ld-table-bg-col));--ld-table-selection-wrapper-border-width-top:calc(var(--ld-sp-1) * 0.5);--ld-table-selection-wrapper-border-width-bottom:calc(var(--ld-sp-1) * 0.5);background-color:var(--ld-table-border-col);border-radius:var(--ld-br-l);box-sizing:border-box;display:flex;flex-direction:column;font:var(--ld-table-typo);-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;position:relative}.ld-table table,:host table{background-color:var(--ld-table-bg-col);border-collapse:collapse;table-layout:var(--ld-table-layout);text-align:left;white-space:var(--ld-table-white-space);width:100%}.ld-table tbody,.ld-table td,.ld-table th,.ld-table thead,:host tbody,:host td,:host th,:host thead{background-color:inherit;font:inherit}.ld-table .ld-table__toolbar,.ld-table ::slotted(ld-table-toolbar),:host .ld-table__toolbar,:host ::slotted(ld-table-toolbar){align-items:center;background-color:var(--ld-table-toolbar-bg-col);border-top-left-radius:calc(var(--ld-br-l) - 1.25 * var(--ld-sp-1));border-top-right-radius:calc(var(--ld-br-l) - 1.25 * var(--ld-sp-1));box-sizing:border-box;display:flex;gap:var(--ld-sp-12);justify-content:flex-start;min-height:var(--ld-sp-40);overflow:auto hidden;padding-inline:var(--ld-table-cell-padding-x);position:relative;white-space:nowrap;z-index:3}.ld-table .ld-table__toolbar>ld-pagination,.ld-table ::slotted(ld-table-toolbar)>ld-pagination,:host .ld-table__toolbar>ld-pagination,:host ::slotted(ld-table-toolbar)>ld-pagination{flex-shrink:0;overflow-x:hidden;padding-bottom:var(--ld-sp-8);padding-top:var(--ld-sp-4);transform:translateY(var(--ld-sp-2))}.ld-table .ld-table__toolbar>ld-pagination:first-child,.ld-table ::slotted(ld-table-toolbar)>ld-pagination:first-child,:host .ld-table__toolbar>ld-pagination:first-child,:host ::slotted(ld-table-toolbar)>ld-pagination:first-child{margin-left:calc(-1 * var(--ld-sp-8))}.ld-table .ld-table__toolbar>ld-pagination:last-child,.ld-table ::slotted(ld-table-toolbar)>ld-pagination:last-child,:host .ld-table__toolbar>ld-pagination:last-child,:host ::slotted(ld-table-toolbar)>ld-pagination:last-child{margin-right:calc(-1 * var(--ld-sp-8))}.ld-table .ld-table__toolbar,.ld-table ::slotted(ld-table-toolbar),.ld-table thead,:host .ld-table__toolbar,:host ::slotted(ld-table-toolbar),:host thead{outline:var(--ld-table-row-outline)}.ld-table tr,:host tr{outline:var(--ld-table-row-outline-half)}.ld-table td,.ld-table th,:host td,:host th{padding-block:var(--ld-table-cell-padding-y);padding-inline:var(--ld-table-cell-padding-x)}.ld-table thead,:host thead{background-image:var(--ld-table-head-gradient);position:sticky;top:0;z-index:2}.ld-table.ld-table{border:solid var(--ld-sp-1) var(--ld-table-border-col)}.ld-table__scroll-container{height:inherit;max-height:inherit;overflow:auto}