.chat_contact_item{
    position:fixed;
    right:5px;
    z-index: 1000;
}

.chat_contact_item_img
{
    width:55px;
    height:55px;
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    border: 2px solid white;
    cursor: pointer;
}

.contact_remover{
    position: absolute;
    right: -4px;
    top: -5px;
    background-color: white;
    padding: 0px 5px 2px 5px;
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.chat_contact_item.active .chat_contact_item_img{
    box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, .3);
}

.unseen_message_sm{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: red;
    padding: 0px 7px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
}

.unseen_message_lg{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: red;
    padding: 1px 3px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
}
