﻿.msg_card {
    height: 40vh;
    border-radius: 15px !important;
    background-color: rgba(0,0,0,0.1) !important;
}

.msg_card_body {
    overflow-y: auto;
}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #82ccdd;
    padding: 10px;
    position: relative;
    max-width: 75%;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #78e08f;
    padding: 10px;
    position: relative;
    max-width: 75%;
}

.msg_receiver {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 13px;
    white-space: nowrap;
}

.msg_time {
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 10px;
    white-space: nowrap;
}

.msg_sender {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 13px;
    white-space: nowrap;
}

.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 10px;
    white-space: nowrap;
}
/************************************PRINT************************************/
.msg_cotainer_print {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    position: relative;
}

.msg_cotainer_send_print {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    position: relative;
}

.msg_receiver_print {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 15px;
    white-space: nowrap;
}

.msg_time_print {
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 13px;
    white-space: nowrap;
}

.msg_sender_print {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 15px;
    white-space: nowrap;
}

.msg_time_send_print {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 13px;
    white-space: nowrap;
}

.msg_message_print {
    font-weight: bold;
    font-size: 15px;
}

.msg_message_send_print {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
}
/************************************COPY/PASTE************************************/
.msg_cotainer_copy {
    font-size: 13px;
    width: 100% !important;
}

.msg_cotainer_copy_send {
    font-size: 13px;
    width: 100% !important;
    text-align: right;
}

.msg_message_copy {
    font-weight: bold;
    font-size: 15px;
}

.msg_sender_copy
.msg_time_copy {
    white-space: nowrap;
}
