body,html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient( 180deg,gray,#d2bddc);
}

.top{
height: 100px;
width: 100%;
position: fixed;
background-color: green;

}
.chatbox{
    height: calc(100% - 40px);
    width: 95%;
    position: relative;
    margin-top: 20px;
    background-color: white;
    box-shadow: 2px 2px 10px white;
    padding: 0;
  
}
.profile-pic{
    width: 40px;
    height: 40px;
}
.fr-pic{
    height: 50px;
    width: 50px;
    margin-left: -17px;
}
.form-round{
    border-radius: 1rem;
  
}

.name{
    font-weight: bold;
    position: relative;
    right: 10px;
}
.under-name{
    color: #6b6b6b;
    font-size: 13px;
    line-height: 20px;
    max-height: 20px;
    position: relative;
    right: 10px;
}

.icon_top{
    font-size: 20px;
    color: rgb(117, 118, 119);
    cursor: pointer;
}
.chat-pic{
    width: 30px;
    height: 30px;

}
.R_message{
    background-color: lightgreen;
    border-radius: 1rem;
    padding: 10px 15px;
    display: inline-block;
}
.time{
    font-size: 12px;
    color: maroon;
    margin-top: 1%;
    margin-left: 1%;
    font-weight: bold;
}
.S_message{
    background-color: whitesmoke;
    border-radius: 1rem;
    padding: 10px 15px;
    display: inline-block;
}
.card{
    height: 94vh;
}
#messages{
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-toggle::before{
    display: none !important;
}

#lstChat{
    overflow-y: scroll;
    overflow-x: hidden;
}


.dropdown-toggle::after{
    display: none !important;
}




#emoji{
    position: relative;
 
    background-color: white;
    border-radius: 5px ;
    box-shadow: rgba(0,0,0,0.16) 0px 3px 6px ,rgba(0,0,0,0.23) 0px 3px 6px;
    overflow: scroll;


}

#emoji #myTabContent{
    height: 28vh;
    
}

#myTabContent a{
    text-decoration: none;
}

