.live-edit i
{
    margin-left: 5px;
}
.live-edit
{
    cursor: pointer;
    position: relative;
}

.live-edit input, .live-edit textarea
{
    display: none;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    outline: none !important;
}
.live-edit .placeholder
{
    color: grey;
    font-style: italic;
}
.live-edit.open i, .live-edit.open .text, .live-edit.open .placeholder
{
    display: none;
}
.live-edit textarea
{
    height: 50px;
}
.live-edit.open input, .live-edit.open textarea
{
    display: inline;
    width: 100%;
    box-sizing: border-box;
}

.profile-userpic {
    position: relative;
}

.profile-userpic .file_input {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.profile-userpic .edit-user-foto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    border-radius: 50%;
    padding-top: 29%;
    font-size: 14px;
    display: none;
}

.profile-userpic .moderation {
    color: #b00101;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    border-radius: 3px;
    position: absolute;
    bottom: -10px;
}

.profile-userpic:hover .edit-user-foto {
    display: flex;
}

.profile-userpic .isaccesswonload {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    border-radius: 3px;
    position: absolute;
    bottom: -15px;
    margin-left: -19px;
    font-size: 13px;
}
.profile-userpic .notification {
    padding: 6px;
    background-color: #00acdf;
    color: white;
    margin-bottom: 50px;
    border-radius: 4px;
    margin-left: 7px;
    font-size: 12px;
    font-family: 'Didact Gothic', sans-serif;
}
.profile-userpic .closebtn_notification {
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.profile-userpic .closebtn_notification:hover {
    color: black;
}