.msg-shop-header-section {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    align-items: center;
    margin-bottom: 20px;
}
.chat-left-header {
    align-items: center;
}
.chat-left-header img {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 25px;
}
.chat-right-header .button-header {
    margin-left: 5px;
}
.chat-right-header .button-header a {
    padding: 5px !important;
    height: 35px !important;
    width: 35px !important;
    font-size: 15px;
    /* line-height: 5px; */
    line-height: 1.7;
}
.online-status-chat {
    background: #1a9900;
    padding: 4px 10px;
    border-radius: 31px;
    color: white;
    margin-left: 10px;
}
.online-status-chat.offline {
    background: #4e4e4e !important;
}
.header-content {
    margin-left: 5px;
}
.msg-container {
    background: #f0efef;
    padding: 10px 10px;
    border-radius: 25px;
    color: #090909;
    margin-bottom: 3px;
}
.msg-sender-section {
    text-align: right;
}
.msg-receiver-section {
    text-align: left;
}
/* .msg-container {
    display: flex;
    align-items: baseline;
}
.msg-sender-section {
    justify-content: end;
}
.msg-receiver-section {
    justify-content: start;
}
.msg-sender-section .msg-img {
    margin-left: 11px;
}
.msg-receiver-section .msg-img {
    margin-right: 11px;
}
.msg-img img {
    height: 50px;
    width: 50px;
    border: 1px solid;
    border-radius: 25px;
}
.msg-content {
    padding: 3px 2px;
} */
.chat-input-container {
    display: flex;
    margin-top: 10px;
}

.chat-input-sender {
    height: 35px;
    border: 1px solid;
    border-radius: 0;
}
.chat-input-sender:focus {
    border: 1px solid;
}
.chat-input-sender-icon {
    height: 35px;
    cursor: pointer;
    border: 1px solid;
    border-left: 0;
}
.call-box {
    text-align: center;
}
.call-box .call-avatar {
    border-radius: 100%;
    position: relative;
    border: 7px solid #3b4699;
    height: 7.1rem;
    width: 7.1rem;
}
.call-box h4 {
    font-weight: 500;
    font-size: 1.5rem;
}

.call-box span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    color: #650681;
    margin-bottom: 30px;
}
.call-items {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.call-items .call-item {
    background: #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
}
.call-items .call-item.call-end {
    background: #f06060;
}
.call-items .call-item.receive_call-end {
    background: #f06060;
}

#video_call_section .modal-content {
    padding: 0;
    width: 700px;
    height: 520px;
    justify-content: center;
    margin: auto;
}
.video-container {
    width: 100%;
    height: 100%;
    /* max-width: 90vw; */
    /* max-height: 50vh; */
    /* margin: 0 auto; */
    border: 1px solid #099dfd;
    position: relative;
    box-shadow: 1px 1px 11px #9e9e9e;
    background-color: #fff;
}

#local-video {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 2px solid #fff;
    border-radius: 6px;
    z-index: 2;
    cursor: pointer;
}
#remote-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.call-actions {
    position: absolute;
    bottom: 0;
    z-index: 111;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.call-actions .call-item {
    background: #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
}
.call-actions .call-item.calling-end {
    background: #f06060;
}
.local-audio-mute {
    position: absolute;
    z-index: 1111;
    top: 15px;
    left: 15px;
    color: red;
}
.local-video-mute {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 2px solid #d6cccc;
    border-radius: 6px;
    z-index: 2;
    cursor: pointer;
}
.local-video-mute img {
    transform: rotateY(180deg);
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.remote-audio-mute {
    position: absolute;
    z-index: 6;
    top: 30%;
    color: red;
    font-size: 14px;
    background: #d9d9d973;
    padding: 5px 15px;
    border-radius: 10px;
    right: 35%;
}
.remote-video-mute {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    margin: auto;
    padding: 0;
    cursor: pointer;
}
.remote-video-mute img {
    width: 80px;
    height: 80px;
}
.remote-video-mute #remote-video-mute-user {
    text-align: center;
}
#input_message_text {
    color: #f0efef;
}
#input_message_text:focus {
    color: #090909;
}
.msg-contact {
    cursor: pointer;
}
.msg-contact:hover {
    background-color: #090909 !important;
}
