:root{
  --card-radius: 1.25rem;
}

.rounded-4{ border-radius: var(--card-radius) !important; }
.avatar{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.25);
  border: 1px solid rgba(0,0,0,.07);
  font-weight: 700;
}
.clickable-row{ cursor: pointer; }
.bg-status-NEW{ background:#6c757d; }
.bg-status-IN_WORK{ background:#0d6efd; }
.bg-status-WAITING_PATIENT{ background:#ffc107; color:#212529; }
.bg-status-WAITING_INTERNAL{ background:#fd7e14; }
.bg-status-ON_CONTROL{ background:#6610f2; }
.bg-status-RESOLVED{ background:#198754; }
.bg-status-CLOSED{ background:#212529; }
.bg-status-REJECTED{ background:#dc3545; }
.bg-status-SPAM{ background:#adb5bd; color:#212529; }
