.table-with-selection td:first-child,.table-with-selection th:first-child{width:50px;min-width:50px;max-width:50px;text-align:center;padding:8px 4px}.table-row-checkbox-cell{display:flex;justify-content:center;align-items:center;width:100%}.table-row-checkbox{margin:0;cursor:pointer}.table-row-checkbox:disabled{cursor:not-allowed;opacity:.5}.table-row-checkbox-selected{background-color:var(--bs-primary);border-color:var(--bs-primary)}.table-row-checkbox-header{margin:0;cursor:pointer}.table-row-checkbox-header-all-selected{background-color:var(--bs-primary);border-color:var(--bs-primary)}.table-row-checkbox-header-indeterminate{background-color:var(--bs-warning);border-color:var(--bs-warning)}.bulk-actions-bar{background-color:var(--bs-light);border:1px solid var(--bs-border-color);border-radius:.375rem;padding:.75rem 1rem;margin-bottom:1rem;transition:all .2s ease}.bulk-actions-bar.loading{opacity:.7;pointer-events:none}.bulk-actions-bar .selected-count{font-weight:600;color:var(--bs-primary)}.bulk-actions-bar .action-select{min-width:200px}.bulk-actions-bar .action-button{white-space:nowrap}.table-selectable tbody tr:hover{background-color:var(--bs-light)}.table-selectable tbody tr.selected,.table-selectable tbody tr.selected:hover{background-color:var(--bs-primary-bg-subtle)}@media (max-width:768px){.table-with-selection td:first-child,.table-with-selection th:first-child{width:40px;min-width:40px;max-width:40px;padding:4px 2px}.bulk-actions-bar{flex-direction:column;gap:.5rem}.bulk-actions-bar .action-select{min-width:100%}}