.reportPickerModalShell {
  width: min(720px, 96%);
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  padding: 22px 26px 18px;
  color: #123d74;
}

#userReportDeleteModal {
  z-index: 130;
}

#userReportDeleteTarget {
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  color: #123d74;
  font-weight: 800;
}

#userReportDeleteConfirmBtn {
  min-width: 138px;
}

#userReportDeleteConfirmBtn.isLoading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 1;
  filter: none;
}

#userReportDeleteConfirmBtn.isLoading:disabled {
  opacity: 1;
  filter: none;
}

.reportPickerBody {
  margin-top: 12px;
}

.reportPickerLoading {
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  font-weight: 700;
  color: #64748b;
}

.reportPickerTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.reportPickerTable th {
  text-align: left;
  font-weight: 800;
  padding: 8px 10px;
  border-bottom: 2px solid #e2e8f0;
  color: #334155;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.reportPickerTable td {
  padding: 10px 10px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

.reportPickerTable tbody tr:hover {
  background: #f8fafc;
}

.reportPickerTable .reportPickerViewBtn {
  background: #6f238d;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s;
}

.reportPickerTable .reportPickerViewBtn:hover {
  background: #561b6e;
}

.reportPickerActions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.reportPickerTable .reportPickerDeleteBtn {
  background: #ffffff;
  color: #b42318;
  border: 1px solid #f1b5ae;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.reportPickerTable .reportPickerDeleteBtn:hover {
  background: #fef3f2;
  border-color: #e58d83;
  color: #912018;
}

.reportPickerPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 10px;
}

.reportPickerPagination button {
  background: #e2e8f0;
  color: #334155;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.reportPickerPagination button:hover {
  background: #cbd5e1;
}

.reportPickerPagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

.reportPickerPagination button.active {
  background: #6f238d;
  color: #ffffff;
}

.reportPickerPagination .reportPickerPageInfo {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  padding: 0 6px;
}
