.nav-link {
  color:white !important;
 }
 h1{
  font-size: 30px;
  }
  
 
  /* This ONLY targets .nav-link inside the .admin-dashboard wrapper */
#portal-column-content #content .mb-3 .nav-tabs .nav-item .nav-link {
    color: #555 !important; /* Your custom admin color */
}

/* Add hover states the same way */
#portal-column-content #content .mb-3 .nav-tabs .nav-item .nav-link:hover {
    color: #c70039;
}

.paytab{
    color:#007bb1 !important;
}