.header-top-line{ border-top: 5px solid red;  }

 .navbar-expand-md .nav-item.active::after {
	border-color : red;
  }
  
  .dropdown-item.active, .dropdown-item:active {
    color: red;
    text-decoration: none;
    background-color: var(--tblr-dropdown-link-active-bg);
}