/* #content {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
} */

#content-mgmt-get #achiever #photo-box {
    background-image: url('../components/assets/images/message-management/list/background.png?v=2');
    background-size: auto 100%;
    background-position: right;
    aspect-ratio: 1 / 0.8;
    position: relative;
    z-index: -1;
}

#content-mgmt-get #achiever #photo-box #badge {
    position: absolute;
    bottom: 15%;
    left: 0%;
    right: 0%;
    z-index: 2;
    width: 100%;
    display: grid;
    justify-content: flex-end;
}

#content-mgmt-get #achiever #photo-box #badge-inner {
    aspect-ratio: 313 / 93;
    width: 100%;
    /* background-size: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


#content-mgmt-get #achiever #photo-box #badge-inner {
    width: 220px;
}

#content-mgmt-get #achiever #photo-box #badge-inner img {
    width: 100%;
}

#content-mgmt-get #achiever #photo-box #photo {
    /* width: 70vw; */
    /* max-width: 250px; */
    position: absolute;
    aspect-ratio: 500 / 1168;
    overflow: hidden;
    margin: 5px 25px;
    /* background-size: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0%;
    left: 0px;
    right: 0px;
}

#content-mgmt-get #achiever #photo-box #photo img {
    width: 100%;
}

#content-mgmt-get #achiever #text-box {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: white;
    margin-top: -60px;
    z-index: 99 !important;
    position: relative;
    padding: 10px 30px;
}

#content-mgmt-get #achiever #text-box #message {
    margin-top: 30px;
    margin-bottom: 60px;
}

#content-mgmt-get #achiever #text-box #message .bold {
    font-weight: 500;
}

#content-mgmt-get #achiever #text-box #message .header {
    text-align: center;
    font-weight: 500;
}

#content-mgmt-get #achiever #text-box #message .footer {
    font-weight: 500;
    text-transform: uppercase;
}