/* Write your code here */
/*# sourceMappingURL=custom.css.map */
.profile-avatar{
    position:relative !important;
}
.profile-avatar:hover .nice-file-upload{
    display:block;
    cursor:pointer;
}
.nice-file-upload{
    display:none;
   position:absolute;
   inset:4px;
   border-radius:50%;
   background-color: rgba(0, 0 , 0 ,.2);
   overflow:hidden;
   z-index:10000;
}


.nice-file-upload .icon{
    position:absolute;
    bottom:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    height:50%;
    background-color: rgba(0,0,0, .3)
}
.nice-file-upload .icon i{
    color:#ffffff;
}
