.project-actions a span {
    display: none;
}

.project-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.1rem;
}

.btnSaveUniformise {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 50px!important;
    height: 50px;
    border-radius: 50px;
}
.btnSaveUniformiseFixed {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 50px!important;
    height: 50px;
    border-radius: 50px;
}

@media (min-width: 576px) {
    .project-actions a {
        min-width: 100px;
        margin: 0.1rem;
    }
    .project-actions a span {
        display: block;
    }
    
}
.avatarLandscape {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.avatarLandscape img {
    width: auto;
    height: 100%;
    /* margin-left: -50%; */
}
.avatarPortrait {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.avatarPortrait img {
    width: 100%;
    height: auto;
}
.avatarBig{
    width: 200px;
    height: 200px;
}
.avatarMiddle{
    width: 100px;
    height: 100px;
}
input[type="file"]{
    display: none;;
}