/************** Login Box CSS ****************/

.login-box {
  width: 380px;
  margin: 100px auto;
  padding: 35px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.login-box h2 {
  margin-bottom: 25px;
  font-weight: 600;
}

.login-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.login-box button {
  width: 100%;
  padding: 10px;
  background: #0d6efd;
  border: none;
  color: white;
  border-radius: 5px;
  font-weight: 500;
}

.login-box button:hover {
  background: #0b5ed7;
}

.error {
  background: #f8d7da;
  color: #842029;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.naac-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.category-pills .nav-link,
.subcategory-pills .nav-link {
  border-radius: 30px;
  margin: 4px;
  background: #e7e7e7;
}

.category-pills .nav-link.active,
.subcategory-pills .nav-link.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.doc-main-title {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 3px solid #e2e8f0;
  padding-bottom: 8px;
}

.doc-subtitle-card {
  background: #f8f9fa;
  padding: 10px 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-left: 4px solid #667eea;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

.nav-link {
  color: #444;
}
/* Align DataTables search box to right */
.dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: left !important;
}

.dataTables_wrapper .dataTables_length {
  float: left !important;
}
