.memprofilebodyarea {
    background-color: #272727;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 10px;
    width: 100%;
    text-align: start;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}

.memprofileinfobox {
    background-color: #171717;
    border-radius: 5px;
    margin-bottom: 0px;
    padding: 20px;
    box-shadow: inset 0 0 6px 0px #0a0a0a;
}


.memprofilename {
    padding: 5px 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.memprofilestats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #171717;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: 600;
}

.memavatsig {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    background: #171717;
    margin-bottom: 10px;
}

.memprofsignat {
    margin-left: 10px;
    border-left: 1px solid #272727;
    height: 100px;
    padding-left: 20px;
    /* background: aliceblue; */
    width: -webkit-fill-available;
}































































































































































































































































































































