.back-top{
    background-color:#009688;
    height: 15vh;
}
.back-main{
    background-color: #D9DBD5;
    height: 85vh;
}
.back-container{
    position: relative;

}
.front-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.front-container1{
    position: absolute;
    
    top: 20px;
    left: 0;
    right: 0;
}
.chat-top{
    background-color: #EDEDED;
    min-height: 40px;
    /* border-radius: 50px; */
}
.profile-picture{
    height: 40px;
    width: 40px;
}
.contact{
    background-color: #ffffff;
    min-height: 600px;
}
.contact-table-scroll{
    overflow-y: scroll;
    height: 600px;

}
.message-area{
    background-color: #e4e1de;
    height: 600px;
}

.msg-table-scroll{
    overflow-y: scroll;
    height: 545px;

}
.msg-box{
    background-color: #F0F0F0;
}