/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7367F0; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.tn-chat {
	overflow-y: auto;
}

.tn-chat2 { 
    margin-left: auto;
    margin-right: auto;
    background-color: transparent !important;
	  
}

.chat-history-body { 

    padding: 10px; 
    height: 250px;	 
    margin-bottom: 90px;
}


.tn-chat-history-footer {
    position:fixed;
	bottom: 0;
	padding-bottom: 20px;
    background-color: #F8F7FA !important; 
	width: 80%;
}

.tn-chat-history-footer .tn-chat-history-note {
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
}

.form-send-message { 
	border-radius: 20px;
	padding: 0 20px 10px 20px;
	background-color: #fff !important;
	 
	
}

.chat-message {
	border-radius: 20px;
	background-color: #fff !important; 
}

.chat-message2 {
	border-radius: 20px;
	background-color: #2f3349 !important;
	color: #fff;
}


