.pfp-upload>.picture {
    border          : 0px;
    background-color: transparent;
}

.pfp-upload>.picture>img {
    border-radius: 50%;
    border       : 2px solid #00000099;
    aspect-ratio : 1;
    height       : 128px;
    cursor       : pointer;
    transition   : opacity .5s ease;

    opacity: 1;
}

.pfp-upload>.delete {
    position        : absolute;
    aspect-ratio    : 1;
    width           : 35px;
    background-color: transparent;
    border          : 0px;
}

.pfp-upload>.delete>span {
    position    : absolute;
    aspect-ratio: 1;
    width       : 35px;

    font-size       : 20px;
    border-radius   : 50%;
    color           : #FFF;
    border          : 2px solid #330a0a99;
    background-color: #a0181896;
    margin-left     : -18px;
    margin-top      : -17px;

    pointer-events: none;
    transition    : background-color .25s ease, border .25s ease, margin-top .5s ease, margin-left .5s ease, font-size .5s ease, width .5s ease;

}

.pfp-upload>.upload {
    position: absolute;

    font-size       : 20px;
    border-radius   : 50%;
    border          : 2px solid #00000099;
    aspect-ratio    : 1;
    width           : 35px;
    margin-left     : -35px;
    margin-top      : 85px;
    background-color: #00000096;

    pointer-events: none;
    transition    : background-color .25s ease, border .25s ease, margin-top .5s ease, margin-left .5s ease, font-size .5s ease, width .5s ease;

}

.pfp-upload>.delete:hover>span {
    width           : 45px;
    font-size       : 35px;
    margin-top      : 25px;
    margin-left     : 30px;
    background-color: transparent;
    border          : 0px solid #00000099;
}

.pfp-upload>.picture:hover~.upload {
    width           : 45px;
    font-size       : 35px;
    margin-top      : 36px;
    margin-left     : -89px;
    background-color: transparent;
    border          : 0px solid #00000099;
}

.pfp-upload>.delete:hover~.picture>img,
.pfp-upload>.picture:hover>img {
    opacity: .4;
}

.nav-item.profile>.nav-link {
    background-color: transparent !important;
    color           : white !important;
}

.nav-item.profile>.nav-link:hover {
    border-bottom: 4px solid rgb(133, 133, 133);
}

.nav-item.profile>.nav-link.active{
    border-bottom: 4px solid #FFF;
}