/* PAT-8430 - Contact tag styles - Basic styles for tags, actual colors are defined on BE or on fly in FE */

.ptags {
  padding: 4px 8px 4px 8px;
  border-radius: 999px;
  font-family: Roboto;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.ptags.event {
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
}

.ptags.system {
  color: #ffffff;
}

.ptags.system.lost_client,
.ptags.system.detractor,
.ptags.system.bounced {
  background-color: #f9362a;
}

.ptags.system.spam {
  background-color: #ff4794;
}

.ptags.system.unsubscribed,
.ptags.system.unsubscribe {
  background-color: #8b0000;
}

.ptags.system.prospect,
.ptags.system.passive,
.ptags.system.risky {
  background-color: #f98b0b;
}

.ptags.system.promoter {
  background-color: #00ac61;
}

.ptags.system.inactive {
  background-color: #6b6d7f;
}

.ptags.system.client {
  background-color: #3994FF;
}

.ptags.custom {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
