.nhs-blue {
  background-color: #005eb8 !important;
  color: #fff;
}
.nhs-bright-blue {
  background: #0072ce;
  color: #fff;
}
.nhs-dark-blue {
  background: #003087;
  color: #fff;
}
.nhs-light-blue {
  background-color: #ccdff1;
  color: #000;
}

.nhs-light-green {
  background-color: #ccead7;
}
.nhs-green {
  background-color: #009639 !important;
  color: #fff;
}
.nhs-dark-green {
  background: #006747;
  color: #fff;
}

.nhs-light-yellow {
  background-color: #fef9cc;
  color: #000;
}
.nhs-yellow {
  background-color: #fae100 !important;
  color: #000 !important;
}

.nhs-light-red {
  background-color: #f8d4d2;
  color: #000;
}

.nhs-red {
  background-color: #da291c !important;
  color: #fff;
}

.nhs-light-grey {
  background-color: #e8edee !important;
  color: #000;
}
.nhs-dark-grey {
  background-color: #425563 !important;
  color: #fff;
}

.nhs-black {
  background: #231f20;
  color: #fff;
}

.nhs-fancy {
  background-image: linear-gradient(
    70.6deg,
    rgba(172, 30, 255, 1) 0.3%,
    rgba(65, 35, 251, 1) 55.8%,
    rgba(35, 251, 224, 1) 105.1%
  );
  color: #fff;
}

.nhs-fancy2 {
  background-image: linear-gradient(
    109.6deg,
    rgba(119, 44, 232, 0.68) 11.5%,
    rgba(119, 44, 232, 1) 91.2%
  );
  color: #fff;
}
