/* _content/DoAnChuyenNganh/Views/Shared/_Layout.cshtml.rz.scp.css */
/* ===================================
   Layout Styles - Enhanced Design
   =================================== */

/* Navbar Enhancements */
.navbar[b-9zk9291h4j] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 0.75rem 0;
  background: white !important;
}

a.navbar-brand[b-9zk9291h4j] {
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-brand:hover[b-9zk9291h4j] {
  opacity: 0.8;
}

.nav-link[b-9zk9291h4j] {
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 0 0.25rem;
}

.nav-link:hover[b-9zk9291h4j] {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea !important;
}

.nav-link i[b-9zk9291h4j] {
  margin-right: 0.5rem;
}

/* Dropdown Enhancements */
.dropdown-menu[b-9zk9291h4j] {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem;
  margin-top: 0.5rem !important;
}

.dropdown-item[b-9zk9291h4j] {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-weight: 500;
}

.dropdown-item:hover[b-9zk9291h4j] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.dropdown-item i[b-9zk9291h4j] {
  margin-right: 0.75rem;
  width: 1.25rem;
  text-align: center;
}

.dropdown-divider[b-9zk9291h4j] {
  margin: 0.5rem 0;
}

/* Button Styles */
a[b-9zk9291h4j] {
  color: #667eea;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover[b-9zk9291h4j] {
  color: #764ba2;
}

.btn-primary[b-9zk9291h4j] {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-primary:hover[b-9zk9291h4j] {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.btn-outline-primary[b-9zk9291h4j] {
  color: #667eea;
  border: 2px solid #667eea;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-9zk9291h4j] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-2px);
}

.nav-pills .nav-link.active[b-9zk9291h4j],
.nav-pills .show > .nav-link[b-9zk9291h4j] {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}

/* Borders and Shadows */
.border-top[b-9zk9291h4j] {
  border-top: 1px solid #e2e8f0 !important;
}

.border-bottom[b-9zk9291h4j] {
  border-bottom: 1px solid #e2e8f0 !important;
}

.box-shadow[b-9zk9291h4j] {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/* Footer Enhancements */
.footer[b-9zk9291h4j] {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f8f9fa;
  padding: 1.5rem 0;
  border-top: 1px solid #e2e8f0;
}

.footer a[b-9zk9291h4j] {
  color: #667eea;
  font-weight: 500;
}

.footer a:hover[b-9zk9291h4j] {
  color: #764ba2;
  text-decoration: underline;
}

.online-users-counter[b-9zk9291h4j] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #718096;
  font-weight: 500;
}

.online-users-counter i[b-9zk9291h4j] {
  color: #48bb78;
  animation: pulse-b-9zk9291h4j 2s infinite;
}

@keyframes pulse-b-9zk9291h4j {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

button.accept-policy[b-9zk9291h4j] {
  font-size: 1rem;
  line-height: inherit;
}
