.navbar{
    box-shadow: 0 -4px 20px 3px black;
    z-index: 2;

        /* box-shadow: 0 -4px 20px 3px black; */
    z-index: 2;
    background-color: #171717;
    border-bottom: 1px solid #6f6f6f2e;
    background-color: #090909;
    background-color: #131313;
}

.user-profile-container{
    padding:0px;
    margin:0px;
    display: flex;
    z-index: 10;
    position: relative;
    color:white;
    
    margin-right: 45px;
    margin-top: 21px;
    margin-top: 2px;

    transition-duration: 0.2s;
    text-decoration: none;
}


/* .user-profile-left-container:hover{
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}
.user-profile-name-container:hover, .user-profile-info-container:hover{
    box-shadow: 0px 0px 6px 1px white;
} */
.user-profile-container div, .user-profile-container p{
    /* padding:0px; */
    margin:0px;
    transition-duration: 0.2s;
}

.user-profile-left-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.user-profile-name-container{
    background-color: #00000075;
    border: 1px solid white;
    padding: 0px;
    padding-left: 23px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 30px 0px 0px 30px;

    border: 1px solid rgba(255, 255, 255, 0.33);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    /* opacity: 0.4; */
    color: rgba(255, 255, 255, 0.58);
    border-radius: 0px;

    margin-left: -15px !important;
    transform: translateX(15px);
}
.user-profile-info-container{
    background-color: #00000075;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px 0px 0px 10px;


    border-color: rgba(255, 255, 255, 0.27);
    padding-top: 2px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 7px;
    border-left: 0.1px solid rgba(128, 128, 128, 0.27);
    border-radius: 0px 4px;
}

#user-profile-username{
    font-size: xx-large;
    font-size: xxx-large;
    margin: 0px;
    line-height: 1;
    font-size: 1.7rem;
    transform: translateX(0px);
    transition-duration: 0.4s;
}

#user-profile-infotext{
    font-size: larger;
    margin: 0px;
    line-height: 1;
    direction: rtl;
    color:wheat;

    color: rgb(255, 244, 223);
    font-size: 0.9rem;
    opacity: 0.5;
}



.user-profile-image-container{
    width: 75px;
    height: 75px;
    background-color: #00000075;
    border:1px solid white;
    border-radius: 0px 20px 20px 0px;
    contain: strict;

    border: 1px solid rgba(255, 255, 255, 0.46);
    box-shadow: 0 0 6px -6px white;
    border-radius: 103px;
    transition-duration: 0.2s;
}

.user-profile-image-container img{
    width: 100%;
    height: auto;
}

.user-profile-background-image-container{
    position: absolute;
    width: 100%;
    left: -50px;
    z-index: -1;
    position: absolute;
    width: 212px;
    left: -44px;
    z-index: -1;
    top: -18px;

} 
.user-profile-background-image-container img{
    width: 100%;
    width: 140%;
    z-index: -1;
}


.user-profile-container:hover{
    border-radius: 10px;
    /* border: 1px solid rgba(255, 255, 255, 0.33); */
    background-color: rgb(25, 25, 25);
    contain: revert;
    /* contain: strict; */
    transform: translateY(-2px);
}

.user-profile-container:hover .user-profile-name-container{
    color: rgba(255, 255, 255, 0.88);

}

.user-profile-container:hover #user-profile-username{
    transform: translateX(-10px);
}


.user-profile-container:hover .user-profile-image-container{
    border:1px solid rgba(255, 255, 255, 0.613);
    
}
@media only screen and (max-width: 800px) {
    
    .user-profile-left-container{
        display: none;
    }
    .user-profile-container{
        margin:10px;
    }

    .user-profile-image-container{
        width: 50px;
        height: 50px;
        border-radius: 100px;
        border-color: #8b8b8b75;
        opacity: 0.8;
    }
    .user-profile-image-container:hover, .user-profile-image-container:active{
        border:0px solid white;
        box-shadow: 0px 0px 6px 1px white;
        opacity: 1;
    }
    
    
}