#chatboard-page .chatBlock #currentChatContainer .editorBlock, #chatboard-page .editor-sidenav {
    height: -webkit-calc(100% - 105px);
    height: -moz-calc(100% - 105px);
    height: calc(100% - 105px);
    /* overflow-y: auto; */
}
.editor-scroll-to-bottom{
    bottom: 120 !important;
}
.mce-content-body[data-mce-placeholder] {
    position: relative;
}
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: rgba(34,47,62,.7);
    content: attr(data-mce-placeholder);
    position: absolute;
}
.chat_message p{
    margin-bottom: 0;
}
/* .chat_message a{
    color: #007bff;
}
.chat_message a:hover{
    color: #0056b3;
} */
.bg-boston-blue table{
    color: #ffffff;
    border: 1px solid #ffffff;
}
.url-blue table{
    color: #ffffff;
    border: 1px solid #ffffff;
}
/* div.userMsgBlock>div.mb-5{
    margin-bottom: 3.5rem !important;
} */
#userChatTextArea_ifr,#groupChatTextArea_ifr, #consultantChatTextArea_ifr, #userOperatorChatTextArea_ifr {
    min-height: 50px !important;
}

/* #userChatTextArea_ifr+label,#groupChatTextArea_ifr+label{
    font-size: 17px !important;
    padding: 0 !important;
    left: 6px !important;
    top: 10px !important;
} */
.mce-notification{
    display: none;
}
.border-none{
    border: 0 !important;
}
.position-relative{
    position: relative;
}
.mce-flow-layout {
    white-space: nowrap !important;
    overflow: auto !important;
}
#tinymce {
    color: #495057; 
    /* margin: 15px 10px;  */
    font-size: 12pt; 
    /* margin-top: -7px !important; */
    padding-bottom: 0 !important;
    font-weight: 400;
}
#tinymce::-webkit-scrollbar{ 
    width: 4px; 
    height: 4px;
}
#tinymce::-webkit-scrollbar-thumb { 
    background: #999;
}
#tinymce::-webkit-scrollbar-thumb:hover { 
    background: #555;
}
.mce-tinymce html {
    scrollbar-width: thin;
}
.mce-flow-layout::-webkit-scrollbar{
    display: none;
}
.mce-flow-layout:hover::-webkit-scrollbar{
    display: block;
    height: 4px;
}
.mce-flow-layout{
    scrollbar-width: none;
}
.mce-flow-layout:hover{
    scrollbar-width: thin;
}
/* ::-webkit-scrollbar {
    height: 4px;
} */
#tinymce p{
    margin: 0;
}
#tinymce div, #tinymce p {
    display: block !important;
}
.msg .chat_message, .replyBlock .chat_message{
    overflow: auto;
}
.msg .chat_message table, .replyBlock .chat_message table{
    width: 100%;
    white-space: nowrap;
    border-collapse: collapse;
}
.bg-boston-blue th, .bg-boston-blue td{
    border: 1px solid #ffffff;
    padding: 5px;
}
.bg-gray th, .bg-gray td{
    border: 1px solid #555555;
    padding: 5px;
}
.select-none {
    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;  
    -o-user-select: none;  
    user-select: none;
}
@media only screen and (max-width: 640px){
    #chatboard-page .chatBlock #currentChatContainer .editorBlock, #chatboard-page .editor-sidenav {
        height: -webkit-calc(100% - 55px);
        height: -moz-calc(100% - 55px);
        height: calc(100% - 55px);
    }
    .editor-scroll-to-bottom {
        bottom: 70 !important;
    }
    #userChatTextArea_ifr,#groupChatTextArea_ifr,#userOperatorChatTextArea_ifr, #consultantChatTextArea_ifr {
        min-height: 36px !important;
        max-height: 36px !important;
    }
    .mce-container,.mce-tinymce {
        border-width: 0 !important;
    }
    /* #userChatTextArea_ifr+label,#groupChatTextArea_ifr+label{
        left: 6px !important;
        top: 3px !important;
    } */
    /* #tinymce{
        margin-top: 8px !important;
        margin: 8px 10px;
    } */
}