.empListCardContainer {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 370px;
    height: 240px;
    margin: 10px auto;
    text-align: center;
    background-color: #fbf8f1;
}


.imgCircle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: -35px;
}

.card-color {
    background-color: #4b879e;
    padding: 2px;
}


.EmpInfo {

    background-color: rgba(95, 190, 170, 0.79);
    color: white;
}

.manager {
    text-align: left;
    font-weight: bold;
}

  
  .textEllipse {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
    text-align: left;
  }


  

