.body-table-employee {
    padding: 5px;
    margin-top: 60px;
    overflow: auto;
}
td { 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.avatar-border {
    border-radius: 100%;
}
.table-action-list {
    justify-content: space-around;
    display: flex;
}
.fab-add-emp {
    margin: 20px;
    position: fixed;
    z-index: 1000;
    color: white;
    background-image: linear-gradient( 106.8deg,  rgba(91,192,222,1) 11.1%, rgba(26,159,199,1) 89.7% );
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}