.grid-table{display:block;width:100%;background-color:#f7f9f7;border-radius:8px}.row{display:grid;align-items:center;grid-template-columns:auto;padding:.5rem;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s linear}.row:last-child{border-bottom:none}.row:hover{background-color:rgba(47,79,79,.1)}.cell{padding:.5rem;min-width:100px;border-right:1px solid rgba(0,0,0,.1)}.cell:last-child{border-right:none}.cell.short{display:flex;flex-direction:row;justify-content:center;align-items:center;white-space:nowrap;justify-self:center}.cell.full{overflow:hidden;text-overflow:ellipsis}.cell.actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:150px}.cell.actions button{border:none;border-radius:8px;padding:.25rem .5rem;color:#fff;width:100%}.cell.actions button.view{background-color:#2f4f4f}.cell.actions button.delete{background-color:#721c24}.cell.actions button.edit{background-color:#faae3c}.row.header{font-weight:600;text-transform:uppercase;background:#2f4f4f;color:#fff;border-radius:8px 8px 0 0}.row.header>.cell:first-child{border-radius:8px 0 0 0}.row.header>.cell:last-child{border-radius:0 8px 0 0}.row.header:hover{background-color:#2f4f4f}
/*# sourceMappingURL=table.css.map */
