@charset "utf-8";
/* CSS Document */

.chat {
	margin-top: auto;
	margin-bottom: auto;
}
.contacts_body {
	padding: 0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.card-header {
	background-color: #655438;
	padding: 5px 0;
	overflow: hidden;
}
.card-header span {
	font-size: 1.333em;
	color: #FFF;
}
.card_body {
	background: #FFF;
}
.card-footer {
	border-top: 0 !important;
	background: #a99f8d;
	bottom: 0;
}
#myForm.card-footer {
	position: fixed;
	bottom: 0;
}
.chat-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 65px;
	border: 3px solid #f1f1f1;
	z-index: 999999999999999999999999999999999;
	background-color #FFF;
}
@media screen and (max-width: 767px) {
.chat-popup {bottom: 0;}
#myForm{height:70%;}
#myForm.card-footer{position:fixed;bottom: 0;}
#myForm.card-body{height:400px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}
@media screen and (min-width: 1200px) {

}
.footercolor {
	background-color: rgba(0, 0, 0, 0.4);
}
.container {
	align-content: center;
}
.search {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
}
.search:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.type_msg {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	height: 60px !important;
	overflow-y: auto;
}
.type_msg:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.attach_btn {
	border-radius: 15px 0 0 15px !important;
	background-color: #FFF;
	border: 0 !important;
	color: #000;
	cursor: pointer;
}
.send_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}
.search_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}
.contacts {
	list-style: none;
	padding: 0;
}
.contacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}
.user_img {
	height: 70px;
	width: 70px;
	border: 1.5px solid #f5f6fa;
	margin: 10px;
}
.user_img_msg {
	height: 40px;
	width: 40px;
	border: 1.5px solid #f5f6fa;
}
.img_cont {
	position: ;
	height: 70px;
	width: 70px;
}
.img_cont_msg {
	height: 40px;
	width: 40px;
}
.newnews {
	margin:0 -15px;
	padding:7px 15px;
	background-color:#FFF;
	box-shadow: 0px 5px 15px -9px #050505;
-webkit-box-shadow: 0px 5px 15px -9px #050505;
-moz-box-shadow: 0px 5px 15px -9px #050505;
-o-box-shadow: 0px 5px 15px -9px #050505;
}
.hot {
	background-color: #C2544C;
	color: white;
	padding: 7px 15px;
	border: none;
	margin:15px 0;
	border-radius:10px;
}
.hot a {
	color: #fff5ad;
	text-decoration: none;
}
.hot a:hover, .hot a:focus {
	color: #fff5ad;
	text-decoration: underline;
}
.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: 5px;
	margin-bottom: 5px;
	position: ;
}
.user_info span {
	font-size: 1.38em;
	color: white;
}
.user_info p {
	font-size: 0.667em;
	color: rgba(255, 255, 255, 0.6);
}
.video_cam {
	margin-left: 50px;
	margin-top: 5px;
}
.video_cam span {
	color: white;
	font-size: 1.333em;
	cursor: pointer;
	margin-right: 20px;
}
.msg_cotainer {
	margin-top: auto;
	margin-bottom: auto;
	/*margin-left: 10px;*/
	border-radius: 25px;
	border: 1px solid #ff7800;
	background-color: #fff;
	padding: 10px 15px;
	position: relative;
}
.msg_cotainer:hover, .msg_cotainer:focus {
	background-color: #fff8f2;
}
.msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	/*margin-right: 10px;*/
	border-radius: 25px;
	border: 1px solid #fff;
	background-color: #f1ccb2;
	padding: 10px 15px;
	position: relative;
}
.msg_time {
	left: 0;
	bottom: -15px;
	color: #4e4642;
	font-size: 0.667em;
	margin-left: 15px;
}
.msg_time_send {
	position: absolute;
	right: 30px;
	bottom: -15px;
	color: #4e4642;
	font-size: 0.667em;
}
.msg_head {
	position: relative;
}
.hot_title {
	font-size: 1.333em;
	color: #FFF;
	text-shadow: rgb(3, 3, 3) 2px 2px 5px;
}
#action_menu_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
	cursor: pointer;
	font-size: 1.333em;
}
.action_menu {
	z-index: 1;
	position: absolute;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 15px;
	top: 30px;
	right: 15px;
	display: none;
}
.action_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.action_menu ul li {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.action_menu ul li i {
	padding-right: 10px;
}
.action_menu ul li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}
@media(max-width: 991px) {
	.card {
		height: 100%;
	}
	.contacts_card {
		margin-bottom: 15px !important;
	}
}
.rounded-circle {
	border-radius: 50% !important;
}
/*dot*/

.dot {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff;
	animation: 1.2s typing-dot ease-in-out infinite;
}
.dot:nth-of-type(2) {
	animation-delay: 0.15s;
}
.dot:nth-of-type(3) {
	animation-delay: 0.25s;
}
@keyframes typing-dot {
	15% {
		transform: translateY(-35%);
		opacity: 0.5;
	}
	30% {
		transform: translateY(0%);
		opacity: 1;
	}
}
.inline {
	display: inline-block;
}
	{
	box-sizing: border-box;
}

.open-button {
	cursor: pointer;
}


.form-container {
	max-width: 700px;
	/*padding: 10px;*/
	background-color: white;
}

.form-container textarea {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	resize: none;
	min-height: 200px;
}

.form-container textarea:focus {
	background-color: #ddd;
	outline: none;
}


.form-container .cancel {
	padding: 7px 12px;
	margin-right: 5px;
	color: #FFF;
}
.form-container .cancel p {
	color: #FFF;
}

.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}