
.chat{
	margin-top: auto;
	margin-bottom: auto;
}

#titulo_chekc {
	color:#79C6AA;
}

#fila, #checkUsuario {
	display: none;
}
.box{
	display: none;
}

#audio {
	display: none;
}

.escrituraMsg{
	width: 200px;
	
}
.texto_nuevo{
    color: #e4e4e4;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    font-size: 17px;
}

/*IMAGEN DE USUARIO*/

.contacts_card, .mensaje {
	margin-top: 30px;
	margin-right: 10px;
	height: 400px;
	background: #BAC2B3;
	border-radius: 8px;
	overflow: auto;
}

.mensaje {
	width: 298px;
	padding-left: 0;
}
.card-header {
	padding: 10px;

}

.card-body{
	flex: 1 1 auto;
	padding: 1.25rem;
}
.active, .msg_head, .card-footer {
	background-color: rgba(0,0,0,0.3);
}

.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}


.user_info p {
	font-size: 10px;
	color: rgba(255,255,255,0.6);
}


.user_img{
	height: 70px;
	width: 70px;
	border:1.5px solid #f5f6fa;
	border-radius: 100%;

}
.user_img_msg{
	height: 40px;
	width: 40px;
	border:1.5px solid #f5f6fa;

}
.img_cont{
	position: relative;
	height: 70px;
	width: 70px;
}
.img_cont_msg{
	height: 40px;
	width: 40px;
}

.contacts_body{
	padding:  0.75rem 0 !important;
	white-space: nowrap;
}

.card{
	height: 400px;
	border-radius: 15px !important;
	width: 298px;
}

.contacts li{
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 2px !important;
}

.d-flex {
	display: flex!important;
}


.msg_card_body {
	height: 244px;
	overflow: auto;
}

.mb-4 {
	margin-bottom: 1.5rem!important;
}
.msg_cotainer{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #82ccdd;
	padding: 10px;
	position: relative;
}
.msg_cotainer_send{
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 25px;
	background-color: #78e08f;
	padding: 10px;
	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;
}

.justify-content-end {
	justify-content: flex-end!important;
}

.justify-content-start {
	justify-content: flex-start!important;
}

.card-footer{
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.3);
}

body {
	height: 100%;
}