.nav-active {
  font-weight: 600;
  color: #01a555;
}

.nav-active:hover {
  color: #01a555;
}

.cust-link:hover {
  color: #01a555 !important;
}

.cust-collapse {
  background: #3f403b;
}

.cust-navbar {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cust-td a {
  display: block;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.cust-td:hover {
  background-color: rgb(223, 222, 222);
}
.cust-td:hover a {
  color: blue;
}

.new {
  color: blue;
  font-size: 12px;
  font-style: italic;
}