body.theme-light .regab-passkey-card {
  color: #172437 !important;
  background: #f8fbff !important;
  border-color: #d8e4ef !important;
  box-shadow: none !important;
}

body.theme-light .regab-passkey-card strong {
  color: #172437 !important;
}

body.theme-light .regab-passkey-card p {
  color: #62758b !important;
}

body.theme-light .regab-passkey-card.regab-security-compact-card {
  background: #f8fbff !important;
  border-color: #d8e4ef !important;
}

body.theme-dark .regab-passkey-card {
  color: #eef6ff !important;
  background: rgba(15, 41, 65, .72) !important;
  border-color: rgba(104, 161, 221, .34) !important;
}

body.theme-dark .regab-passkey-card strong {
  color: #eef6ff !important;
}

body.theme-dark .regab-passkey-card p {
  color: #b8c8d8 !important;
}

body.theme-light .document-info-layer {
  background: rgba(111, 124, 139, .42) !important;
}

body.theme-light .document-info-dialog {
  color: #172437 !important;
  background: #ffffff !important;
  border-color: #d8e4ef !important;
  box-shadow: 0 28px 80px rgba(30, 48, 68, .24) !important;
}

body.theme-light .document-info-dialog h3,
body.theme-light .document-info-grid strong {
  color: #172437 !important;
}

body.theme-light .document-info-dialog > p,
body.theme-light .document-info-grid span {
  color: #62758b !important;
}

body.theme-light .document-info-grid > div {
  background: #f8fbff !important;
  border-color: #d8e4ef !important;
}

body.theme-dark .document-info-dialog {
  color: var(--detail-text) !important;
  background: var(--detail-bg) !important;
  border-color: var(--detail-border-strong) !important;
}
