/*.main-section{
   list-style: none;
	width: 800px;
	height: 555px;
}*/
/*.left-sidebar{
	background-color: #3A3A3A;
	padding: 0px;
}
.searchbox{
	width: 100%;
	padding: 27px 10px;
	border-bottom: 2px solid #000;
}
.search-icon,
.search-icon:hover{
	background: #6A6C75;
	border: 1px solid #fff;
	border-bottom: 2px solid #000;
}*/
/*.form-control:focus{
	border: 1px solid #fff;
}*/
/*.chat-left-img,
.chat-left-detail{
	float: left;
}*/
/*.left-chat{
	margin-left: -10px;
	box-sizing: 50%;
}
.left-chat ul{
	overflow: hidden;
	padding: 0px;
}
.left-chat ul li{
	background-color: #3A3A3A;
	list-style: none;
	width: 100%;
	float: left;
	margin:  10px 0px 0px;
	
}*/
/*.chat-left-img img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: left;
	float: fixed;
	border: 3px solid #6B6F79;
}*/
/*.chat-left-detail{
	margin-left: 10px;
}*/
/*.chat-left-detail p {
	margin: 0px;
	color: #fff;
	padding: 7px 25px 0px;
}*/
/*.chat-left-detail span{
	color: #B8BAC3;
}*/
/*.chat-left-detail span i{
	color: #B6BB71;
	font-size: 10px;
}*/
/*.chat-left-detail .orange{
	color: #E38968;
}*/
.right-sidebar{
   border-left: 2px solid #000;
    overflow-y: scroll;
    padding: 0;
    background-color: #3A3A3A;
    list-style: none;
    width: 50%; 
	margin-top: -250px;/* Ajustado el ancho para dejar espacio a la derecha */
    float: right;
}
.right-header{
	border-bottom: 2px solid #000;
	margin: 0px;
	padding: 0px;
}
.right-header-img img{
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	border: 3px solid #61BC71;
	margin-right: 10px;
}
.right-header{
	padding: 20px;
	height: 90px;
	background-color: #3A3A3A;
}
.right-header-detail a{
	margin: 0px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}
.right-header-detail span{
	color: #9FA5AF;
	font-size: 12px;
}
.rightside-left-chat,
.rightside-right-chat{
	float: left;
	width: 80%;
	position: relative;
}
.rightside-right-chat{
	float: right;
	margin-right: 35px;
}
.right-header-contentChat{
	overflow-y: scroll;
	background-color: #fff;
	position: relative;
}
.right-header-contentChat ul li{
	list-style: none;
	margin-top: 20px;
}
.right-header-contentChat .rightside-left-chat p,
.right-header-contentChat .rightside-right-chat p{
   background-color: #86BD71;
	padding: 15px;
	border-radius: 8px;
	color: #ffF;
}
.right-header-contentChat .right-right.chat p{
	background-color: #94C2ED;
}
.right-chat-textbox{
	padding: 15px 30px;
	width: 100%;
	background-color: #3A3A3A;
}
.right-chat-textbox input{
	width: 80%;
	height: 40px;
	borde: 2px solid #3d85ca;
	border-radius: 5px;
	padding: 0px 10px;
	border: 1px solid #c1c1c1;
}
.right-chat-textbox button{
	height: 40px;
	width: 70px;
	margin-left: 20px;
}
.rightside-left-chat span i,
.rightside-right-chat span i{
	color: #86BB71;
	font-size: 12px;
}
.rightside-right-chat span i{
	color: #94C1ED;
}