.user-profile-link, .person-profile-link {
    cursor: pointer;
}

.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card > .profile-pic {
    max-width: 150px;
    margin: -75px auto 0 auto;
    border: solid 6px white;
    border-radius: 50%;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.p-0 {
    padding: 0;
}

.mb-0 {
    margin-bottom: 0;
}

/* Cards */

.card-profile h5.card-title {
    font-weight: 600;
    font-size: 1.25em;
    color: black;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.card-profile h6.card-title {
    font-size: 1em;
    font-weight: 600;
    color: #6c757d;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.card-profile .card-text {
    color: #6c757d;
    text-align: center;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}

/* Close button */

.close {
    float: right;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
        opacity: 0.75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}