.employee-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease;
}
.employee-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.employee-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
.filter-btn.active {
  background-color: #3f51b5;
  color: #fff;
}

.leader-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem;
}
