img.img-circle.elevation-2.nav-img {
    width: 25px;
    height: 25px;
}

.nav-pills .nav-link:not(.active):hover {
    color: #fff;
}

img.team_member {
    height: 86px;
    width: 84px;
    margin: 0 auto;
}

.profile-user-img{
    width: 80px;
    height: 80px;
}

.profile-user-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid #007bff;
}

.btn-outline-primary {
    cursor: pointer;
    display: inline-block;
}

#profile_picture_preview {
    display: block;
    margin: 10px auto;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

img.img-circle.elevation-2 {
    height: 30px;
    width: 30px;
}

label.btn.btn-outline-primary.btn-sm.px-3 {
    display: block;
}
img.img-logo.elevation-2 {
    height: 100px;
}
img.img-circle.elevation-2.nav-img {
    height: 26px;
}