﻿/* habilitee home*/
.habilitee-home{
    
}

.habilitee-home .welcome{
    margin-top:50px;
}

.habilitee-home .welcome .user-avatar{
    
    width: 75px;
    padding-top:5px;
    
}
    
.habilitee-home .welcome .user-avatar .initials{
    
   background-color: #5CE1E1;
    width: 75px;
    height: 75px;
    border-radius: 4px;
    font-size:50px;
    text-align: center;
    color:white;
    text-transform: uppercase;
    
}

.habilitee-home .welcome .user-welcoming{
    
    margin-left:10px;
    
}

.habilitee-home .welcome .user-welcoming .title{
    
    
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #081720;
    
}

.habilitee-home .welcome .user-welcoming .content{
   
  
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    color: #3E515E;
    
}

.habilitee-home .habilitee-employee-number{
    margin-top:50px;
}

.habilitee-home .summary{
    
    margin-top:50px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #081720;

}

.habilitee-home .home-kpi{
    margin-top:25px;
}


