.link {
    font-weight: 600;
}

.list-comment {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.list-comment-item {
    margin-top: 2.5rem;
}

#stickyNav {
    position: relative;
}

#stickyNav.sticky {
    position: fixed;
    top: 0;
}

.nav-underline:not(.nav-vertical) .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.page-header-tabs {
    margin-bottom: -2rem;
    border-bottom-width: 0;
}

.profile-cover {
    position: relative;
    height: 7.5rem;
    padding: 1rem;
    border-radius: 0.5rem;
}

.profile-cover-img {
    width: 100%;
    height: 7.5rem;
    object-fit: cover;
    vertical-align: top;
    border-radius: 0.5rem;
}

.profile-cover-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7.5rem;
    background-color: #e7eaf3;
    border-radius: 0.5rem;
}

.profile-cover-avatar {
    display: flex;
    background-color: #fff;
    padding: 0.5rem;
    margin-top: -2rem;
}

@media(min-width: 992px) {
    .profile-cover {
        height: 10rem;
    }

    .profile-cover-img-wrapper {
        height: 10rem;
    }

    .profile-cover-img {
        height: 10rem;
    }
}