@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
*{
   font-family: 'Mulish', sans-serif;
}
.dis_common_chat_wrap {
    height: 100%;
}
.dis_streaming_embed_popup .dis_common_chat_message {
    height: calc(100vh - 122px);
}
.dis_streaming_embed_popup .emoji_dropdown{
    bottom: 100%;
    top: auto;
}
.emoji_dropdown {
    position: absolute;
    width: 370px;
    border: 1px solid #ccc;
    background: #fff;
    top: 100%;
    z-index: 3;
    margin-bottom: 10px;
    border-radius: 10px 10px;
    box-shadow: 1px 1px 8px #c7dbe6;
    /* transform-origin: top left; */
}
.dis_common_chat_message {
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.dis_common_chat_message .message {
    margin-bottom: 15px;
    position: relative;
}
.dis_common_chat_message .outgoing {
    text-align: right;
}
.dis_common_chat_box {
    background: #f1f1f4;
    display: inline-block;
    padding: 10px 10px 5px;
    border-radius: 5px;
}
.dis_common_chat_name {
    color: #333;
    font-size: 12px;
    margin: 0 0 2px 0;
    font-weight: 700;
}
.dis_common_chat_description {
    margin: 0;
    color: #fe5421;
    border-radius: 4px;
    word-break: break-all;
    font-size: 12px;
}
.dis_common_chat_message div:last-child {
    margin-bottom: 0;
}
.dis_common_chat_footer textarea {
width: -webkit-fill-available;
    border: none;
    padding: 20px 30px 20px 40px;
    font-size: 16px;
    outline: none;
    border-top: 1px solid #d0d0d0;
    resize: none;
}
.dis_common_chat_footer {
    position: relative;
}
.dis_common_chat_footer .emoji_picker {
position: absolute;
    cursor: pointer;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s
ease;
    transition: all 0.3s
ease;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 10px;
}
.dis_streamchat_sendbox .emoji_dropdown {
    width: 100%;
    top: calc(100% + -305px);
}
.dis_common_chat_description img.emoji {
    width: 20px;
    height: 20px;
    margin: 0 1px;
}



/* single video */

.dis_stream_chatwrap  .dis_common_chat_message {
    height: calc(100% - 47px);
}
.dis_stream_chatwrap .dis_common_chat_footer textarea {
    padding: 15px 10px 9px 40px;
    font-size: 14px;
    background: #ffffff;
    height: inherit;
}