
#documentCross{
    cursor: pointer;
    height: 22px;
    width: 22px;
    background: #9d34ee;
    color: #fff;
    border-radius: 50%;
    padding-left: 6px;
    padding-top: 0px;
    position: absolute;
    margin-top: -7px;
    margin-left: -8px;
}
.avatar_div {
    display: flex;
    height: 100px;
    width: 100px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border_color);
}

#StaffImgShow{
    max-width: 98%;
    max-height: 98px;
    border-radius: 5px;
}

