.cii-bg-a {
  background-color: rgba(11, 232, 129, 0.75);
}
.cii-bg-b {
  background-color: rgba(255, 255, 207, 0.75);
}
.cii-bg-c {
  background-color: rgba(254, 228, 167, 0.75);
}
.cii-bg-d {
  background-color: rgba(245, 130, 113, 0.75);
}
.cii-bg-e {
  background-color: rgba(217, 89, 122, 0.75);
}
.cii-score-label-a {
  color: rgba(11, 232, 129, 0.75);
}
.cii-score-label-b {
  color: rgba(255, 255, 207, 0.75);
}
.cii-score-label-c {
  color: rgba(254, 228, 167, 0.75);
}
.cii-score-label-d {
  color: rgba(245, 130, 113, 0.75);
}
.cii-score-label-e {
  color: rgba(217, 89, 122, 0.75);
}
.notification-message {
  font-size: 12px;
  margin: 0;
  margin-top: 8px;
}
.notification-title {
  font-size: 14px;
  margin: 0;
}
.notification-navigate-button {
  background-color: #16243e;
  border: 1px solid white;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  color: white;
  margin-top: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}