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

message_room.css

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

#message_room_wh {
    margin: 60px 14px 105px;
}

/* 채팅입력 */
#write_message_box_13 {
    position: fixed;
    display: flex;
    align-items: center;
    left: 50%;
    right: 0;
    min-height: 50px;
    transform: translateX(-50%);
    bottom: 20px;
    width: 85%;
    max-width: 500px;
    height: 65px;
    border-radius: 100px;
    padding: 0 7.5px;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

#upload_picture_btn_13 {
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 18pt;
    justify-content: center;
    align-items: center;
}

#message_textarea_box_13 {
    min-height: 40px;
    margin: 5px 0;
}

#message_border_box_13 {
    display: flex;
    min-height: 18px;
    padding: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

#message_textarea_13 {
    font-size: 12pt;
    line-height: 18px;
    width: 100%;
    height: 18px;
    padding: 0;
    margin: 0;
    border: none;
    resize: none;
    background: transparent;
    color: #1f2937;
}

#write_message_btn_13 { /*#0076ff전송버튼파란색*/
    display: flex;
    width: 50px;
    height: 50px;
    color: #666;
    font-size: 18pt;
    justify-content: center;
    align-items: center;
    touch-action: manipulation;
}

.message_date_13 {
    padding: 0 0 20px 0;
    font-size: 11pt;
    color: #9b9b9b;
    text-align: center;
}

/* left대화상자 */
.the_Other_Party_People_photo_13 {
    margin: 0 7px 0 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;

}

.left_message_box_13 {
    display: flex;
    padding: 0 0 20px 0;
}

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

.left_message_and_time_box_13 {
    display: flex;
    align-items: flex-end;
}

.left_message_13 {
    display: inline-block;
    padding: 8px 12px;
    font-size: 12pt;
    margin: 2px 0 0 0;
    background-color: #e5e5ea;
    color: #1f2937;
    border-radius: 16px;
    max-width: 200px;
    word-break: break-all;

}

.left_time_13 {
    font-size: 9pt;
    color: #9b9b9b;
    padding: 0 0 0 5px;
}


/* right대화상자 */
.right_message_box_13 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0 20px 0;
}

.right_message_13 {
    display: inline-block;
    padding: 8px 12px;
    font-size: 12pt;
    margin: 2px 0 0 0;
    background-color: rgb(55, 151, 240);
    color: rgb(255, 255, 255);
    border-radius: 16px;
    max-width: 200px;
    word-break: break-all;
}

.right_time_13 {
    font-size: 9pt;
    color: #9b9b9b;
    padding: 0 5px 0 0;
}

.right_time_13 > img {
    width: 15px;
    height: 15px;
}

#log_in_btn_loading_spin_13 {
    width: 15px;
    height: 15px;
}