#popupCharacterBio .popupInner {
    width: 1000px;
    height: 600px;
}

#popupCharacterBio #profileData {
    width: 230px;
    flex-shrink: 0;
    height: fit-content;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    background: #a9d0c980;
}

#bioFullName {
    line-height: 40px;
    font-size: 25px;
    font-family: 'Georgia', serif;
    font-style: italic;
    margin-top: 10px;
}

#bioPicture {
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 216px;
    height: 216px;

    padding: 15px;
}

#bioPictureChar {
    width: 100%;
    height: 100%;
    border: 2px solid #87d3d6;

    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;

    aspect-ratio: 1;
}

#bioData {
    font-size: 12px;
    line-height: 16px;
}

#bioData div {
    font-weight: bold;
}

#bioData span {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
}

#profileBio {
    text-align: left;
    margin-left: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#bioDescr, #nurseNotes {
    /*height: calc(100% - 47px);*/
    overflow-y: scroll;
    background: #f1f1f1;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    height: 50%;
}
#nurseNotes  span {
    font-size: 12px;
    font-weight: bold;
}
#bioStartInterview {
    display: block;
    margin: 10px auto;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}