*{padding:0 !important;margin:0 !important;}
body{display:flex;box-sizing:border-box;background:transparent !important;}
.chat{word-wrap: break-word !important;height:350px;background:#f0f0f0 !important;width:305px;overflow:scroll;padding:7px !important;background-color:#f0f0f0;}
.topo-chat{display:block;height:40px;padding-left:10px !important;line-height:40px;border-radius:7px 7px 0 0;background-color:#BF3717;width:305px;padding:3px;color:#fff;font-weight:bold;}
.btn-envia{
	border-radius:0 0 7px 0 !important;
	color:#fff;
	background-color:#BF3717;
	border:none !important;
	font-weight:bold;
	border:0.5px solid #BF3717 !important;
	width:50px;
	padding:3px !important;
}
.btn-envia:hover{color:#fff;background-color:#BF3717;font-weight:bold;border:0.5px solid #BF3717 !important;}
#msg{width:234px;border-radius:0 0 0 7px;background-color:#f8f8f8;border:1px solid #f0f0f0 !important;}
.status{background-color:#f0f0f0;width:300px;text-align:center;}
.form-inline{background-color:#f0f0f0;}
::-webkit-scrollbar-track {background-color: #f0f0f0;}
::-webkit-scrollbar {width: 3px;background: #f0f0f0;}
::-webkit-scrollbar-thumb {background: #f0f0f0;}


