.icon-n-label {
  display: inline;
  white-space: nowrap;
}

.icon-note {
  color: #448aff;
}
.icon-abstract {
  color: #00b0ff;
}
.icon-info {
  color: #00b8d4;
}
.icon-tip {
  color: #00bfa5;
}
.icon-success {
  color: #00c853;
}
.icon-question {
  color: #64dd17;
}
.icon-warning {
  color: #ff9100;
}
.icon-failure {
  color: #ff5252;
}
.icon-danger {
  color: #ff1744;
}
.icon-bug {
  color: #f50057;
}
.icon-example {
  color: #7c4dff;
}
.icon-quote {
  color: #9e9e9e;
}
.icon-archive {
  color: #795649;
}
.icon-chatgpt {
  color: #74aa9c;
}
.icon-comms {
  color: #ab47bd;
}
.icon-discovery {
  color: #ffec3d;
}
.icon-undo {
  color: #ff6e42;
}
.icon-feature {
  color: #4051b5;
}
.icon-security {
  color: #e92063;
}
.icon-config {
  color: #757575;
}
.icon-include {
  color: #4051b5;
}

.label-note {
  background-color: #448aff !important;
  color: #ffffff !important;
}
.label-abstract {
  background-color: #00b0ff !important;
  color: #ffffff !important;
}
.label-info {
  background-color: #00b8d4 !important;
  color: #ffffff !important;
}
.label-tip {
  background-color: #00bfa5 !important;
  color: #ffffff !important;
}
.label-success {
  background-color: #00c853 !important;
  color: #ffffff !important;
}
.label-question {
  background-color: #64dd17 !important;
  color: #ffffff !important;
}
.label-warning {
  background-color: #ff9100 !important;
  color: #ffffff !important;
}
.label-failure {
  background-color: #ff5252 !important;
  color: #ffffff !important;
}
.label-danger {
  background-color: #ff1744 !important;
  color: #ffffff !important;
}
.label-bug {
  background-color: #f50057 !important;
  color: #ffffff !important;
}
.label-example {
  background-color: #7c4dff !important;
  color: #ffffff !important;
}
.label-quote {
  background-color: #9e9e9e !important;
  color: #ffffff !important;
}
.label-archive {
  background-color: #795649 !important;
  color: #ffffff !important;
}
.label-chatgpt {
  background-color: #74aa9c !important;
  color: #ffffff !important;
}
.label-comms {
  background-color: #ab47bd !important;
  color: #ffffff !important;
}
.label-discovery {
  background-color: #ffec3d !important;
  color: #000000 !important;
}
.label-undo {
  background-color: #ff6e42 !important;
  color: #ffffff !important;
}
.label-feature {
  background-color: #4051b5 !important;
  color: #ffffff !important;
}
.label-security {
  background-color: #e92063 !important;
  color: #ffffff !important;
}
.label-config {
  background-color: #757575 !important;
  color: #ffffff !important;
}
.label-include {
  background-color: #4051b5 !important;
  color: #ffffff !important;
}
