.credentials-page .credential-item,
.credentials-page .credential-text,
.credentials-page .credential-num,
.credentials-page .credential-badge {
  color: #ffffff !important;
}

.credentials-page .credential-badge {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.credentials-page .credential-badge.verified {
  color: #0b0d0f !important;
  background: #dcc791 !important;
  border-color: #dcc791 !important;
}

.credentials-page .credential-badge.pending {
  color: #ffffff !important;
  background: rgba(185, 164, 123, 0.18) !important;
  border-color: rgba(220, 199, 145, 0.55) !important;
}
