.top_background, #private_input, .background_header, .chat_head, .chat_footer, .panel_top, .emo_head, .modal_top, .input_wrap, .panel_bar, .bhead, .pro_top, .float_top, .float_ctop, .bfoot, .back_ptop {
    background: #673ab7;
    color: #ffffff;
    border-top: 1px solid #c4a2ff;
}
.input_item {
    color: #ffffff;
    border: solid 1px #c4a2ff;
    border-radius: 100px;
}

.send_btn, .input_item {
    color: #ffffff;
    border-radius: 50%;
    background: linear-gradient(360deg, #653ab6, #9527b0);
    border: solid 1px #c4a2ff !important;
}

.ch_logs {
    line-height: 1.5;
    word-wrap: break-word;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px #efefef;
    border-radius: 10px;
    margin-top: 3px;
}

#show_chat ul {
    padding: 5px 3px;
}

.menui {
    background: linear-gradient(360deg, #653ab6, #9527b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.avatar_profile, .avatar_pstyle {
    border: 3px solid #fff;
    border-color: #f44336 #9c27b0 #ff9800 #4caf50;
    border-radius: 100%;
}
/* gender colors */
.genmale { border-color:#2196F3 #8dc2ec #009688 #3F51B5; }
.genfemale { border-color:#fc00f9 #9c27b0 #f481f6 #ff07be; }
.genother {border-color: #f44336 #9c27b0 #ff9800 #4caf50; }

.list_mood {
    font-size: 11px;
    background-color: rgb(196 162 255 / 19%);
    border-radius: 10px;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 16px;
}
.bselected {
    color: #ffffff;
    background: linear-gradient(360deg, #653ab6, #9527b0);
    border: solid 1px rgb(196 162 255 / 35%) !important;
    border-radius: 8px;
}

.cquote {
    background: rgb(103 58 183 / 8%) !important;
    border: solid 1px #5d38b04a;
    width: 100%;
    line-height: 20px;
    border-left: solid 4px #cb65f2;
    box-shadow: 0 3px 10px rgb(23 17 33 / 10%);
    position: relative;
}