html, body {
    font-family: 'Raleway', sans-serif;
    color: black !important;
}
#message-box{
	height: 460px;
	overflow-y: auto;
	font-size: 13px;
}
#message-submit{
	margin-top: 10px;
}
.justify-content-start{
	width: 75%;
}
.justify-content-end{
	margin-bottom: 5px;
}
.progress{
	margin-top:12px;
}
.progress-row{
	margin-bottom:12px;	
}
.chatbot-card-body{
	background: #F1F4F6;
}
.custom-radio-btn-command-main{
	margin-bottom: 3px;
}
.user_img{
		height: 70px;
		width: 70px;
		border:1.5px solid #f5f6fa;
	
	}
	.user_img_msg{
		height: 20px;
		width: 20px;
		border:1.5px solid #f5f6fa;
	
	}
.img_cont{
		position: relative;
		height: 70px;
		width: 70px;
}
.img_cont_msg{
		height: 20px;
		width: 20px;
}
.online_icon{
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border:1.5px solid white;
}
.offline{
	background-color: #c23616 !important;
}
.user_info{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.user_info span{
	font-size: 20px;
	color: white;
}
.user_info p{
font-size: 10px;
color: rgba(255,255,255,0.6);
}
.video_cam{
	margin-left: 50px;
	margin-top: 5px;
}
.stethoscope-i-div{
	background: #FFC107;
	color: white;
    padding: 5px;
    text-align: center;
    font-size: 20px;
}
.video_cam span{
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}
.msg_cotainer{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 8px 8px 8px 0px;
	background-color: white;
	padding: 12px 15px;
	position: relative;
	margin-bottom: 5px; 
	min-width: 270px;
}
.msg_cotainer_send{
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 8px 8px 0px 8px;
	background-color: #78e08f;
	padding: 6px 15px;
	position: relative;
}
.msg_time{
	position: absolute;
	left: 0;
	bottom: -15px;
	color: rgba(255,255,255,0.5);
	font-size: 10px;
}
.msg_time_send{
	position: absolute;
	right:0;
	bottom: -15px;
	color: rgba(255,255,255,0.5);
	font-size: 10px;
}
.msg_head{
	position: relative;
}