.nav-item {
  color: black!important;
}
.nav-link {
  color: black!important;
}

.tc-tealCircle{
  height: 25px;
  width: 25px;
  background-color: #8fcabd;
  border-radius: 50%;
  display: inline-block;
}
.tc-orangeCircle{
  height: 25px;
  width: 25px;
  background-color: #FF9933;
  border-radius: 50%;
  display: inline-block;
}

.tc-orangeBG{
  background-color: #FF9933;
}

.atip-opi {
  background-color: #bd2727;
  color:#FFF;
}

.atip-final {
  background-color: #000;
  color:#FFF;
}