#AppPageProfileMenu {
    display: flex;
    flex-direction: column;
}

#AppPageProfileMenu_Container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#AppPageProfileMenu_Container .items {
    flex: 1;
}

#AppPageProfileMenu .top {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 60px;
    background: #D61317;
    position: relative;
}

#AppPageProfileMenu .top .image {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-bottom: 20px;
}

#AppPageProfileMenu .name {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
    letter-spacing: 2px;    
    color: #FFFFFF;
}

#AppPageProfileMenu .item {
    border-radius: 10px;
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
}

#AppPageProfileMenu .item .title {
    display: block;
    font-weight: 600;
    font-size: 13px;
    padding-top: 6px;
    letter-spacing: 1px;
    flex: 1;
}

#AppPageProfileMenu .item .image {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

#AppPageProfileMenu .item .image img {
    width: 30px;
    height: 30px;
}

#AppPageProfileMenu .item .icons {
    display: none;
}

#AppPageProfileMenu .item .next {
    width: 22px;
    height: 28px;
    /*margin-right: 5px;*/
    background: url("../_img/next2-red.svg") left center no-repeat;
    background-size: contain;
}

#AppPageProfileMenu .other {
    margin: 20px;
    text-align: center;
}

#AppPageProfileMenu .other a {
    font-size: 12px;
    color: #1D1D1D;
    margin-left: 20px;
    margin-right: 20px;
    white-space: nowrap;
}

#AppPageProfileMenu .userCode {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 40px;
    font-size: 9px;
    opacity: 0.5;
    letter-spacing: 2px;
}

#AppPageProfileMenu .appVersion {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 40px;
    font-size: 9px;
    opacity: 0.5;
    letter-spacing: 2px;
}

/*#AppPageProfileMenu .userCode:before {
    content: "#";
    display: inline;
}*/
