.pfp_container_user-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    padding: 1em !important;
}

.pfp_container_user-picture img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #user-dropdown>.dropdown-user-details {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu .dropdown-header {
        display: none !important;
    }

    .dropdown-menu .dropdown-divider {
        display: none !important;
    }

}