.context-menu{
    position: absolute;
    display: none;
    background-color: #fefefe;
    box-shadow: 2px 2px 3px 0px #ccc;
    z-index: 100000;
    top: 0;
    left: 0;
    min-width: 150px;
    width: 200px;
    border-radius: 3px;
}

.unread-circle{
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.add-assign-user{
    font-size: 11px;
    padding: 3px;
}
.text-white {
    color: #ffffff;
}