/* .block_chat #bchatdiv {
    background-color: red;
    display:flex;
}

#bchat_conversationdiv {
    background-color: yellow;
    width: 50%;
    float: left;
} */
/* Hide scrollbar for Chrome, Safari and Opera */
#bchat_openchatsdiv::-webkit-scrollbar {
    width: 10px;
  }
  #bchat_openchatsdiv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /* border-radius: 5px */
}
#bchat_openchatsdiv::-webkit-scrollbar-thumb{
    background: #345775;
  /* border-radius: 5px; */
}
  /* Hide scrollbar for IE, Edge and Firefox */
  #bchat_openchatsdiv {
      /* IE and Edge */
    scrollbar-width: 10px;  /* Firefox */
  }

#bchat_openchatsdiv {
   max-height: 250px;
   overflow-y: scroll;
}

#bchat_openchatsdiv::-webkit-scrollbar-thumb:hover {
background: #30506c;
}
.aAl .a7A {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.a7A, .Jc iframe {
    display: block;
}

iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.nn {
   min-height: 1px;
   float: right;
}

.aJl {
    position: relative;
}
.bchat_window {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    /* border: 2px solid red; */
    /* border-top: 30px solid red; */
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: 10px;
    background-color: #eceff1;
    margin-right: 10px;
    position: relative;
    bottom: 0;
    float: left;
    width: 267px;
    /* overflow-y: scroll; */
    height: 50vh;
}
.headbchat{
    background-color: #404040;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    /* display: flex; */
    /* width: 30px; */
    height: 30px;
}
.block_chat .select2.select2-container {
    width:200px !important;
}

.usernamebchathead{
    width: 80%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    float: right;
    color: #fff;
    margin-right: 10px;
    margin-top: 2px; 
}
.bchat_btninclose {
    /* margin-right: 70%; */
    background-color: unset;
    border:unset;
    color:#eceff1;
    font-family: inherit;
    float: left;
    font-weight: bolder;
}
.bchat_mgs_input{
    /* margin-top: 75%; */
    border: unset;
    margin-right: 3%;
    width: 85%;
}
.bchat_input_div {
    margin-top: 5px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    min-height: 38px;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    border: 1px solid transparent;
    transition: background-color ease .218s,box-shadow ease .218s,border ease .218s;
}
.bchat_btninsend {
    border: unset;
    background-color: #fff;
    margin-right: 25px;
}
/* .bchat_atttome {
    ￼float: left;
    position: fixed;
    bottom: 0;
    left: 0;
} */
/* .leftmsg {
    padding-left: 10px;
￼    padding-right: 10px;
} */

.chat_userto{
    cursor: -webkit-pointer;
     /* cursor: grabbing; */
     cursor: pointer;
}
.bchat_firstdiv {
    /* width: 100%; */
    z-index:9999;
    position: fixed;
    bottom: 0px;
    left: 0;
    background-color: #eceff1;
}
.bchat_border {
    padding-right: 10px;
    padding-top: 3px;
    height: 25px;
    background-color : #eceff1;
    /* margin-bottom: 20px; */
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    color:#404040;
    border-top: 3px solid #404040;
}
.bchat_hide_all{
    border: unset;
    float: left;
    height: inherit;
}
.hidechats{
    height: 28px;
}
.div4class{

}
.bchat_msg{
    
}
.bchat_msginfo {
    font-size:12px;
}

.bchat_messages_div{
    height: 80%;
    max-height: 80%;
    overflow-y: scroll;
}
.bchat_msg_leftside{
    background-color: #fff;
    width: 80%;
    margin-right: 17%;
    margin-top: 3%;
    border-radius: 5px;
    border-top-left-radius: 0;
    padding-right: 5px;
    overflow-wrap: normal;
    word-wrap: normal;
    hyphens: auto;
    /* height: 40px; */
    padding-top: 3%;
}
.bchat_msg_rightside{
    background-color: #fff;
    width: 80%;
    margin-right: 3%;
    margin-top: 3%;
    border-radius: 5px;
    border-top-right-radius: 0;
    padding-right: 5px;
    overflow-wrap: normal;
    word-wrap: normal;
    hyphens: auto;
    /* height: 40px; */
    padding-top: 3%;
}
.bchat_msg_info_rightside{
    margin-right: 3%;
}
.bchat_msg_info_leftside{
    margin-right: 17%;
}
.noopen {
    color:#5ea93f;
}
.notreadalot{
    color:red;
}
.block_chat .footer .select2-container {
    z-index: unset !important;
}
#bchat_refreshfrequency{
    display: none;
}