/*
 * Custom overrides for Tabler
 */

.navbar-brand-autodark a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 4px;
}

.avatar.avatar-sm {
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
}

/* Flash auto-dismiss transition */
.alert {
  transition: opacity 0.3s ease;
}
