body,
#main-wrapper,
.body-wrapper,
.body-wrapper > .container-fluid,
.records-shell,
.records-hero,
.security-note,
.workspace-card,
.workspace-head,
.search-panel,
.metric-row,
.metric,
.table-wrap,
.records-table,
.records-table th,
.records-table td,
.action-cell,
.loading-state,
.empty-state,
.records-footer,
.modal-content,
.modal-header,
.modal-body,
.modal-footer,
.lock-box,
.delete-warning {
  background: #fff !important;
}

.category-tab.active {
  background: #fff !important;
  box-shadow: inset 0 -2px 0 var(--rc-primary);
}

.records-table tbody tr:hover td {
  background: #fff !important;
}

.skeleton-line {
  border: 1px solid #e4e7ed;
  background: #fff !important;
}
