/* ------------------

message.css

--------------------- */

#message_wh {
    margin: 60px 15px 105px;
}

.message_room_box_14 {
    padding: 15px 15px;
    display: flex;
    margin: 0 0 15px 0;
    border-radius: 16px;
    background-color: #fde4ab;
    border: 2px solid #1f2937;
}

.the_other_party_photo_and_name_and_last_message_14 {
    display: flex;
    width: 75%;
}

.the_other_party_photo_box_14 {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.the_other_party_photo_box_14 > div > div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

.the_other_party_name_and_last_message_box_14 {
    display: flex;
    align-items: center;
    width: 80%;
}

.the_other_party_name_and_last_message_14 {
    width: 100%;
}

.the_other_party_name {
    font-size: 13pt;
    color: #1f2937;
}

.last_message {
    margin: 5px 0 0 0;
    color: #9b9b9b;
    font-size: 12pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.last_message_time_and_not_readed_count_14 {
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.last_message_time {
    color: #9b9b9b;
    font-size: 9pt;
}

.not_readed_count {
    width: 28px;
    height: 18px;
    background: #ED0000;
    border-radius: 11px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 8pt;
    position: absolute;
    bottom: 0;
}