/* Este arquivo contém estilos para substituir as imagens de placeholders com componentes estilizados */

.avatar {
  background-color: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.avatar-sm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
}

.avatar-md {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
}

.avatar-lg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 20px;
}
