

.profile-pic{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 10px;
}
.pp-container{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 43px;
    margin-left: 8px;
    border-radius: 5px;
}
.icon-pic{
    margin-left: 20px;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    object-fit: cover;
    
}
.see-pic{
    width: 20px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    margin-left: 20px;
    margin-right: 15px;
    border-radius: 20px;
    background-color: rgb(216, 218, 223);
    
}
.pp-container:hover{
    background-color: rgb(228, 230, 233);
}
