.account-overview .dashboard-uploader-verified-value {
  align-items: center;
  background: #ecfdf3;
  border: 1px solid #86d3a6;
  border-radius: 999px;
  color: #15803d !important;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1.2;
  min-height: 28px;
  padding: 5px 11px;
  width: fit-content;
}

.account-overview .dashboard-uploader-pending-value {
  align-items: center;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 999px;
  color: #b91c1c !important;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1.2;
  min-height: 28px;
  padding: 5px 11px;
  width: fit-content;
}
