/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Custom styles */
.navbar {
  margin-bottom: 20px;
}

.navbar-brand {
  font-weight: bold;
}

.display-4 {
  margin-bottom: 1rem;
}

.lead {
  margin-bottom: 2rem;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 1.2rem;
}

/* User Profile Dropdown Styles */
.nav-item.dropdown .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.nav-item.dropdown .dropdown-menu {
  min-width: 200px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.dropdown-item i {
  width: 1.25rem;
  text-align: center;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-item.text-danger:hover {
  background-color: #dc3545;
  color: white;
}

.dropdown-divider {
  margin: 0.5rem 0;
}

/* User Avatar */
.user-avatar {
  width: 32px;
  height: 32px;
  background-color: #0d6efd;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-right: 0.5rem;
}

/* User Profile Avatar */
.user-avatar-circle {
  width: 32px;
  height: 32px;
}
