.content {
    display: flex;
}
.right-content-container{
    margin-top: 40px;
    width: 300px;   
}
.sponsor{
    color: gray;
    margin-left: 20px;
    
}
.boss-job{
    width: 280px;
    margin-left: 10px;
    border-radius: 5px;
    height: 110px;
    background-color: rgb(240, 242, 245);
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.boss-job:hover{
    background-color: rgb(214, 214, 214);
    cursor: pointer;
}
.boss-job-icon{
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}
.boss-job-text{
    margin-left: 5px;
}
.job-link{
    font-size: 12px;
    color: gray;
    font-weight: normal;
}
.job-title{
    font-size: 15px;
    font-weight: normal;
}
.separator{
    margin-top: 10px;
    width: 250px;
}
.friends{
   padding-left: 10px;
   padding-right: 10px;
    display: flex;
    width: 28searat0px;
    justify-content: space-between;
}
.friend-req{
    color: gray;
}
.see-friends{
    color: blue;
    font-weight: normal;
    font-size: 13px;
}
.friend-request-container{
    width: 300px;
    display: flex;
}
.profile{
    margin-top: 10px;
}
.friend-icon{
    width: 40px;
    border-radius: 20px;
}
.name-container{
    width: 220px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
}
.name{
   
    
    font-size: 15px;
    font-weight: normal;
}
.days{
    color: gray;
    font-size: 12px;
}
.mutual-friends{
   display: flex;
   margin-top: 5px;
   
   
   
}
.mutual-two{
    width: 15px;
    border-radius: 100%;
    margin-left: -5px;
    
}
.mutual-one{
    width: 15px;
    border-radius: 100%;
    margin-left: 10px;
    
}
.list-mutual{
    color: gray;
    display: flex;
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
}
.buttons{
    margin-top: 10px;
}
.btn-confirm{
    background-color: rgb(22, 106, 218);
    height: 30px;
    width: 80px;
    border: none;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    
}
.btn-delete{
    margin-left: 10px;
    background-color: rgb(216, 218, 223);
    height: 30px;
    width: 80px;
    border: none;
    color: black;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    
}
.bday{
    color: gray;
    margin-left: 10px;
}
.gift-container{
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    width: 200px;
}
.gift-icon{
    width: 30px;
}
.name-bday{
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
}
span{
    font-weight: 500;
}
.cont{
    color: gray;
}
.contact-container{
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kontak-icon{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.kontak-right{
    width: 80px;
    display: flex;
    justify-content: space-between;
}
.cont-icon{
    width: 25px;
    border-radius: 100%;
}
.name-cont{
    font-size: 13px;
    margin-left: 10px;
}
