.crud-table{flex-direction:column;gap:1rem;width:100%}.crud-table,.crud-table .pagination-wrapper{display:flex}.crud-table .pagination-wrapper .crud-print-table-component{margin-left:auto}[dir=rtl] .crud-table .pagination-wrapper .crud-print-table-component{margin-left:0;margin-right:auto}.crud-table .submit-wrapper{display:flex;gap:1rem}.crud-table .submit-wrapper>.el-button{flex:1}.crud-table .toggle-archived{display:flex;justify-content:flex-end;margin-bottom:1rem;margin-right:.5rem}[dir=rtl] .crud-table .toggle-archived{margin-left:.5rem;margin-right:0}.crud-table .table-wrapper .el-table thead .el-table__cell.archived-header{background-color:var(--el-color-danger-light-9)}.crud-table .edit-column .horizontal-list{justify-content:flex-end}.card-component .cards-wrapper .card-item{border:1px solid #ecebf2}.cards-wrapper{display:flex;flex-wrap:wrap;--gap:1rem;--itemsPerRow:3;gap:var(--gap)}@media screen and (max-width:1024px){.cards-wrapper{--itemsPerRow:2}}@media screen and (max-width:760px){.cards-wrapper{--itemsPerRow:1}}.cards-wrapper .card-item{background:#fff;border-radius:.75rem;display:flex;flex:1;flex-direction:column;max-width:calc((100% - (var(--itemsPerRow) - 1)*var(--gap))/var(--itemsPerRow));min-width:calc((100% - (var(--itemsPerRow) - 1)*var(--gap))/var(--itemsPerRow));overflow:hidden;width:calc((100% - (var(--itemsPerRow) - 1)*var(--gap))/var(--itemsPerRow))}.cards-wrapper .card-item[draggable=true]{cursor:grab}.cards-wrapper .card-item[draggable=true]:active{box-shadow:0 2px 4px #0000001a;cursor:grabbing;opacity:1!important}.cards-wrapper .card-item .card-item-header:has(*){background:#ebefff;color:#525a6b;font-size:.75rem;font-weight:600;padding:.5rem}.cards-wrapper .card-item .card-item-content{flex:1;padding:.5rem}.cards-wrapper .card-item .card-item-footer:has(*){padding-left:.5rem;padding-right:.5rem}.cards-wrapper .card-item .card-item-footer:has(*) .inner{border-top:1px solid #ecebf2;padding-bottom:.5rem;padding-top:.5rem}
