.userImage {
  width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.personalDetails {
  width: 10rem;
}
.currentStatus {
  width: 10rem;
}
.lastEngaged {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accountAge {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.totalResourceUsed {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resourceTypes {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24rem;
}
