.accreditation-alert {
  position: fixed;
  min-width: 8px;
  min-height: 8px;
  top: 7px;
  right: 7px;
  background-color: transparent;
  border: 1px;
  border-radius: 50px;
  z-index: 1000;
}

.accreditation-alert--active {
  background-color: greenyellow;
}

.accreditation-alert--inactive {
  background-color: orangered;
}
