

.nav-tabs .nav-link.active {
  background-color: #1e1e1e;
  color: white;
}

.nav-tabs .nav-link {
  color: #333;
}

.admin-section {
    min-height: 55vh;
    max-height: auto;
    
}


