
.col-md-2, .col-md-10{
    padding:0;
}
.panel{
    margin-bottom: 0px;
}
.chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.bg_e5{
    background: #e5e5e5;
}
.msg_container_base{
  background: white;
  margin: 0;
  padding: 0 10px 10px;
  height:500px !important;
  overflow-x:hidden;
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.pd-t-7{
    padding-top: 20%;
}
.messages {
  background: #666;
  /* color: black; */
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px 20px;
    overflow: hidden;
    display: flex;
}
.messageBody img {
    display: block;
    width: 100%;
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); 
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    /* right:10px; */
    bottom:10px;
}
.v-navigation-drawer--open{
    display: block;
}
.v-navigation-drawer--close{
    display: none;
}
.fab {
display: block;
width: 56px;
height: 56px;
border-radius: 50%;
text-align: center;
color: #f0f0f0;
box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
cursor: pointer;
transition: all .1s ease-out;
position: relative;
z-index: 99999;
background: rgb(52 165 76);
}
#cover_menu img.close-icon {
width: 24px;
height: 24px;
margin-left: 17px;
margin-top: 16px;
}

#close-icon img {
width: 30px;
height: 30px;
margin-top: 14px;
margin-left: 17px;
transition: transform .2s ease-in-out;
}
.b_radius_t_20{
border-radius: 20px 20px 0px 0px;
}
.b_radius_b_20{
border-radius: 0px 0px 20px 20px;
}
.pd_b_10{
margin-bottom: 10px;
width: 80%;
}
.btn_bot{
border-radius: 2rem;
background: white;
color: black;
text-decoration: none;
}
.div_box{
background: linear-gradient(135deg, rgb(52 165 76) 50%, rgb(183 247 135) 100%);
margin-top: 1%;
border-radius: 1rem;
color: white;
}