 body{
background-color:#f9f8f6;
}

/* Footer link hover color */ 
footer a:hover { 
   color: #BCD9A2 !important; 
} 

/* Scrollbar color */ 
::-webkit-scrollbar { 
   width: 8px; 
border-radius:10px;
} 

::-webkit-scrollbar-track { 
   background:#84994F; 
border-radius:10px;
} 

::-webkit-scrollbar-thumb { 
   background:  #78C841; 
border-radius:10px;
} 

::-webkit-scrollbar-thumb:hover { 
   background: #347433; 
} 

div.chat-parent-container{
display:none;
}
