.file_add_avatar {
    width:200px;
    height:200px;
    position:relative;
}
#file_label_avatar {
    width:100%;
    height:100%;
    display:block;
    position:relative;
    overflow:hidden;
    border-radius:50%;
    cursor:pointer
}
#file_label_avatar img,
#avatar-container .image-item img{
    display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span#avatar-container {
    display:block;
}
#avatar-container .image-item {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.file_add_avatar button.delete-button,
.file_add_avatar button.delete_avatar {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #112855;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    line-height: 19px;
    width: 25px;
    height: 25px;
    cursor:pointer
}
.file_add_avatar button.delete_avatar {
    z-index:5
}