.user-gray {
  color: rgb(191, 191, 191) !important;
}
.user-blue {
  color: rgb(52, 152, 219) !important;
}
.user-green {
  color: rgb(82, 196, 26) !important;
}
.user-orange {
  color: rgb(243, 156, 17) !important;
}
.user-red {
  color: rgb(254, 76, 97) !important;
}
.user-purple {
  color: rgb(157, 61, 207) !important;
}
.user-name {
  font-weight: bold;
}
.user-nameplate {
  font-size: 6px;
}
