.fa-table-root{display:grid}.fa-table-root--variant-light{--fa-table-row-background: var(--ion-color-light);--fa-table-row-background-hover: rgba(var(--ion-color-primary-rgb), .2);--fa-table-action-row-background: rgba(var(--ion-color-primary-rgb), .5)}.fa-table-root--variant-white{--fa-table-row-background: #fff;--fa-table-row-background-hover: rgba(var(--ion-color-primary-rgb), .2);--fa-table-action-row-background: rgba(var(--ion-color-primary-rgb), .5)}.fa-table-head{display:contents}.fa-table-head--hidden{display:none}.fa-table-head-cell{display:flex;align-items:center;min-height:2.5rem;padding:.5rem;font-weight:600;font-size:.875rem;color:var(--ion-color-dark);cursor:default;-webkit-user-select:none;user-select:none}.fa-table-head-cell:first-of-type{padding-left:1rem}.fa-table-head-cell:last-of-type{padding-right:1rem}.fa-table-head-cell--sortable{cursor:pointer}.fa-table-head-cell--align-x-left{justify-content:flex-start}.fa-table-head-cell--align-x-center{justify-content:center}.fa-table-head-cell--align-x-right{justify-content:flex-end}.fa-table-head-cell__sort{margin-left:.5rem;display:inline-flex;align-items:center;justify-content:center;width:1rem}.fa-table-head-cell__sort-icon{font-size:1rem}.fa-table-head-cell__sort-icon--asc{transform:rotate(0)}.fa-table-head-cell__sort-icon--desc{transform:rotate(180deg)}.fa-table-body{display:contents}.fa-table-row{cursor:pointer;display:contents}.fa-table-row>.fa-table-cell{transition:background-color .1s ease-in-out;background-color:var(--fa-table-row-background)}.fa-table-row:not(:last-of-type)>.fa-table-cell{margin-bottom:1px}.fa-table-row:hover>.fa-table-cell{background-color:var(--fa-table-row-background-hover)}.fa-table-action-row{cursor:pointer;border-radius:2px;grid-column:1/-1;font-weight:400;font-size:1rem;min-height:4.5rem;background-color:var(--fa-table-action-row-background);display:flex;align-items:center;padding:.5rem 1rem;transition:background-color .1s ease-in-out;margin-bottom:1px}.fa-table-cell{display:flex;align-items:center;font-weight:400;font-size:1rem;min-height:4.5rem;padding:.5rem;color:var(--ion-color-dark)}.fa-table-cell:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px;padding-left:1rem}.fa-table-cell:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px;padding-right:1rem}.fa-table-cell--align-x-left{justify-content:flex-start}.fa-table-cell--align-x-center{justify-content:center}.fa-table-cell--align-x-right{justify-content:flex-end}.fa-table-footer-cell{display:flex;align-items:center;font-weight:400;font-size:.875rem;min-height:3rem;padding:.5rem;color:var(--ion-color-dark)}.fa-table-footer-cell--align-x-left{justify-content:flex-start}.fa-table-footer-cell--align-x-center{justify-content:center}.fa-table-footer-cell--align-x-right{justify-content:flex-end}
