/** Global */
img.profile-picture {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.img-majorClient-logo {
    height: 5vw;
    max-width: 100%; 
}

@media (min-width: 768px) {
    img.profile-picture {
        max-height: 250px;
    }
}

@media (min-width: 991px) {
    img.profile-picture {
        max-height: 275px;
    }
}

/** Index */
#my-profile {
    border: 2px solid #DEB37E;
}

.profile-card {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.profile-banner-my-profile {
    background-color: #DEB37E;
}

.profile-banner {
    background-color: #DEB37E;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.profile-banner > h4, .profile-banner-my-profile > h4 {
    color: #FFFFFF;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}


.profile-list .card {
    margin-bottom: 2em;
}
.profile-list .card.empty {
    height: calc(100% - 2em);
}

.profile-list .card.empty a {
    display: block;
    height: 15vw;
    line-height: 15vw;
    text-align: center;
    font-size: 2em;
    color: #E22626;
}

.profile-list .card.empty a {
    display: block;
    height: 15vw;
    line-height: 15vw;
    text-align: center;
    font-size: 2em;
    color: #E22626;
}

.profile-list .card.empty a:hover {
    color: #fff;
}

/** Form */
button[data-role="add-other-name"] {
    margin-bottom: 1em;
}

#deathContainer {
    display: none;
}

.my-account-profile-picture {
    max-width: 200px;
    max-height: 200px;
}

/** Registration **/
#codeContainer {
    display: none;
}