.memberlistbodyuscp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}



.rightsideucps {
    background: #18181c;
    min-width: 74%;
    /* padding: 20px; */
    border-radius: 5px;
    border: 1px solid #25252c;
    width: -webkit-fill-available;
}




.leftsideuscps {
    width: 300px;
    margin-right: 30px;
    background: #18181c;
    display: flex;
    border: 1px solid #25252c;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.leftsideuscpshead {
    background: #121216;
    width: 100%;
    padding: 18px;
    font-size: 15px;
    font-weight: 600;
}


.leftsideuscpslink {
    padding: 15px;
    width: 90%;
    background: #18181c;
    margin-top: 5px;
	margin-bottom: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.leftsideuscpslink:hover {
    
    background: #27272e;
   
}


.mrg10right {
    margin-right: 10px;
}



.mirroreff {
    transform: scaleX(-1);
}


.accountstatsucps {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #25252c;
}

.actsttucp {
    border-right: 1px solid #25252c;
    width: 33%;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.icoucpss {
    width: 50px;
    padding: 16px 15px;
    background: #27272e;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 20px;
    height: 50px;
}


.fst15 {
    font-size: 15px;
    font-weight: 700;
}


.descucpss {
    font-size: 12px;
    text-transform: uppercase;
}






.rightucspsss {
    
    min-width: 74%;
   
    width: -webkit-fill-available;
}



.personalnotepaducp {
    background: #18181c;
    border: 1px solid #282828;
    border-radius: 4px;
    margin-top: 12px;
}



.ucpsbtnupdts {
    background: #03b4ff;
    color: #000000;
    border: 1px solid #03b4ff !important;
    margin: 9px 0 13px;
    border-radius: 3px !important;
    font-weight: 700;
    font-size: 12px !important;
    text-transform: uppercase;
}



.messagerowucp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #18181c;
    border: 1px solid #25252c;
    margin-bottom: 5px;
    border-radius: 10px;
}

.messagerowucp:hover {
    background: #1d1d23;
   
}


.privateboddyssss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.messagetitleucppss {
    color: #03a9f4;
    font-size: 25px;
    font-weight: 700;
}


.messagetitleucps1 {
    font-weight: 600;
    text-transform: uppercase;
}


.memguesprivatecount {
    font-family: 'Poppins';
    background: #25252c;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}



.privnewbuttonscompose {
    background: #03a9f4;
    padding: 20px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}























