/*!
 * Murasel Mini Chat v2.9.0
 * https://framework.wsoum.eu.org/murasel-mini/
 *
 * Copyright (c) Wsoum
 * Released under the MIT license
 * https://framework.wsoum.eu.org/murasel-mini/license
 *
 * Date: 2020-01-16 22:42 GMT+1
 */

#borders1 {
	width: 370px;
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 27px;
	border-radius: 12px 12px 0px 0px;
	background: #fff;
	border-bottom: 2.4px solid silver;
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.35);
}


#drop-chat1 {
	float: left;
	text-indent: 45px;
	text-align: right;
	font-size: 18px;
	cursor: pointer;
	height: 40px;
	color: #fff;
	width: 100%;
	border-radius: 11px 11px 0px 0px;
}



.n_chat {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 24px;
	text-indent: 0;
	margin-top: 9px;
	margin-right: 22px;
}



#affi1 {
	display: none;
	font-family: Arial, sans-serif;
	height: 328px;
	/* width: 354px; */
	background: #eef5ff;
	font-size: 18px;
	padding: 8px;
	overflow-y: scroll;
	overflow-x: hidden;
	word-break: break-word;
	background: #fff;
	border-bottom: 1.6px solid rgba(0, 0, 0, 0.28);
	border-radius: 0px 0px 1px 1px;
}





#chats1:focus {
	border: 2px solid #1aab90;
	box-shadow: 0px 0px 8px 0px rgba(26, 171, 144, 0.61);
}



/* 2px solid rgba(55, 103, 152, 0.79); */


#chats1 {
	outline: none;
	padding: 6px;
	padding-right: 10px;
	width: 70%;
	height: 30px;
	margin: 0 auto;
	text-align: right;
	direction: rtl;
	font-size: 19px;
	color: #3f4c67;
	border: 2px solid #2b58548a;
	border-radius: 5px;
	resize: none;
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	margin-bottom: 12px;
}



#inp1 {
	outline: none;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	float: left;
	margin-left: 17px;
	margin-top: 0px;
	height: 45px;
	width: 50px;
	background: #1aab90;
	color: #fff;
	border: none;
	border-radius: 5px;
}




#chot1 {
	display: none;
	margin-top: 8px;
}








#borders {
	width: 361px;
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 426px;
	border-radius: 12px 12px 0px 0px;
	background: #fff;
	border-bottom: 2.4px solid silver;
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.35);
}

#head-chat {
	user-select: none;
	outline: none;
	text-indent: 45px;
	text-align: right;
	font-size: 18px;
	background: #1aab90;
	cursor: pointer;
	height: 40px;
	color: #fff;
	width: 100%;
	border-radius: 9px 9px 0px 0px;
	border-bottom: 2px solid silver;
}







#drop-chat {
	float: left;
	text-indent: 45px;
	text-align: right;
	cursor: pointer;
	height: 40px;
	width: 317px;
	border-radius: 15px 0px 0px 0px;
}







#close-button {
	font-family: sans-serif;
	text-indent: 0px;
	user-select: none;
	outline: none;
	float: right;
	cursor: pointer;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	/* margin-top: -5px; */
	margin-right: 9px;
	height: 37px;
	width: 35px;
	color: #fff;
	border-radius: 7px;
}




#name-chat {
	float: right;
	direction: rtl;
	margin-top: 7px;
	margin-right: 11px;
	text-indent: 0;
}



#name-chat a:hover {
	text-decoration: underline;
}


#name-chat a {
	font-family: Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
}





#scrolls {
	direction: rtl;
	text-align: center;
	font-size: 18px;
	background: #ecf0f1;
	cursor: pointer;
	height: 55px;
	color: #2a4057;
	width: 100%;
	border-bottom: 2px solid silver;
	border-radius: 5px 5px 0px 0px;
}

#scrolls img {
	margin-bottom: -6px;
	margin-top: 12px;
	margin-left: 4px;
}





#affi {
	font-family: Open Sans, sans-serif;
	/* direction: rtl; */
	height: 318px;
	/* width: 345px; */
	background: #eef5ff;
	font-size: 18px;
	padding: 8px;
	/* overflow: auto; */
	overflow-y: scroll;
	overflow-x: hidden;
	/* word-break: break-word; */
	background: #fff;
	border-bottom: 1.6px solid rgba(0, 0, 0, 0.28);
	border-radius: 0px 0px 1px 1px;
}

.loading_msgs {
    text-align: center;
}

.loading_msgs img {
    margin: 0 auto;
    width: 15.8%;
    height: 65%;
}









.rev_chat {
	float: right;
	padding-right: 5px;
	margin-bottom: 15px;
	width: 99%;
	border-bottom: 1.5px solid #e2e2e2;
}

img.rev_chat_avatar {
	background: #fff;
	border-radius: 8px;
	float: right;
	height: 68px;
	width: 68px;
	margin: 4px;
	margin-bottom: 9px;
}

.rev_chat_u {
	float: right;
	margin-top: 4px;
}

.rev_chat_name {
	float: right;
	direction: rtl;
	margin: 8px;
	color: #2a4057;
}

.rev_chat_des {
	float: right;
	margin: 8px;
	margin-top: 0px;
	font-size: 16px;
	color: #7d7d7d;
}






#chats:focus {
	border: 2px solid #1aab90;
	box-shadow: 0px 0px 8px 0px rgba(26, 171, 144, 0.61);
}



/* 2px solid rgba(55, 103, 152, 0.79); */


#chats {
	outline: none;
	padding: 6px;
	padding-left: 7px;
	width: 52%;
	height: 38px;
	margin: 0 auto;
	text-align: right;
	direction: rtl;
	font-size: 19px;
	color: #3f4c67;
	border: 2px solid #c1c1c1;
	border-radius: 10px;
	resize: none;
	margin-top: 0px;
	margin-left: 8px;
	font-family: Arial, sans-serif;
	margin-bottom: 8px;
}


/* rgba(42, 64, 87, 0.55); */

#chats::-webkit-scrollbar {
	cursor: pointer;
	width: 13px;
}


#chats::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

#chats::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


#chats::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}


#demo_chat {
	margin: 0 auto;
    width: 85%;
    text-align: center;
    margin-bottom: 8px;
}

#errors_chat {
    margin: 0 auto;
    width: 85%;
    text-align: center;
    margin-bottom: 8px;
}

.inp:hover {
    background: #2ea28c !important;
}

.inp {
    outline: none;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    background: #1aab90;
    background-size: 21px;
    color: #fff !important;
    border: none;
    border-radius: 13px;
}

#inpf {
	user-select: none;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    height: 23px;
    width: 15px;
    padding-top: 8px;
}

#inp {
	font-size: 27px;
	float: left;
	margin-left: 14px;
	margin-top: 0px;
	height: 53px;
	width: 55px;
}

#inpc {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
    padding-top: 8px;
    height: 23px;
}

.imoji {
    padding: 3px;
    font-size: 21px;
    border-radius: 9px;
    cursor: pointer;
}


/* #mess {
	background: #25c7a3;
	border-radius: 5px;
	min-height: 21px;
	margin-bottom: 8px;
	padding: 6px;
} */


.msg_a {
	clear: both;
}

.msg_b {
	clear: both;
}

img.msg_chat_avatar {
	border-radius: 50%;
	float: left;
	height: 42px;
	width: 42px;
	margin: 3px;
	margin-top: 0px;
}


.msg_a .msg {
	/* user-select: text; */
	/* clear: both; */
	background: #1aab90;
	color: #fff;
	padding: 10px;
	/* min-height: 15px; */
	margin-bottom: 13px;
	position: relative;
	float: right;
	direction: rtl;
	margin-right: 10px;
	border-radius: 10px;
	word-wrap: break-word;
	/* min-width: 73px; */
	/* margin-left: 40%; */
	max-width: 220px;
}

.msg_a .msg:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent transparent transparent #1aab90;
	right: -18px;
	top: 7px;
}

.msg_a .msg a:hover {
	background: #1abfaf;
}

.msg_a .msg a {
	color: #fff;
	text-decoration: underline;
}




.msg_b .msg {
	/* user-select: text; */
	/* clear: both; */
	background: #e8e8e8;
	color: #3f4c67;
	padding: 10px;
	/* min-height: 15px; */
	margin-bottom: 13px;
	position: relative;
	float: left;
	direction: ltr;
	margin-left: 9px;
	border-radius: 10px;
	word-wrap: break-word;
	/* min-width: 73px; */
	/* margin-right: 40%; */
	max-width: 220px;
}

.msg_b .msg:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent #e5e8e8 transparent transparent;
	left: -18px;
	top: 7px;
}


.msg_b .msg a:hover {
	background: #f9f9f9;
}

.msg_b .msg a {
	color: #009688;
}

.href_chat:hover {
	/* text-decoration: none; */
	/* transition: 0.5s; */
}
.href_chat {
	/* color: #009688; */
	text-decoration: underline;
	/* transition: 0.5s; */
}





.msg_a .des_msg {
    float: right;
	font-size: 13.8px;
    margin-right: 13px;
    margin-top: -8px;
    margin-bottom: 9px;
    clear: both;
}

.msg_b .des_msg {
    float: left;
	font-size: 13.8px;
    margin-left: 53px;
    margin-top: -8px;
    margin-bottom: 9px;
    clear: both;
}


.timed {
    float: right;
    font-size: 14px;
    color: #a2a2a2;
}

.errored {
    float: right;
    font-size: 14px;
    color: #e01717;
}

.sended {
	float: right;
    font-size: 14px;
    color: #a2a2a2;
}

.seened {
	float: right;
    font-size: 14px;
    color: #a2a2a2;
}

.clicked {
	float: right;
    font-size: 14px;
    color: #1dd43e;
}


.msg_a .des_time {
    margin-right: 7px;
	font-size: 13.8px;
    color: #a2a2a2;
}

.msg_b .des_time {
    margin-left: 7px;
	font-size: 13.8px;
    color: #a2a2a2;
}





#chot {
	margin-top: 8px;
}

.msg_tm {
	clear: both;
}

.tm {
	/* clear: both; */
	background: #e8e8e8;
	color: #2a4057;
	padding: 10px;
	/* min-height: 15px; */
	margin-bottom: 12px;
	position: relative;
	float: left;
	direction: ltr;
	margin-left: 10px;
	border-radius: 10px;
	/* word-wrap: break-word; */
	/* min-width: 73px; */
	/* margin-right: 48%; */
	/* max-width: 272px; */
}

.tm:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent #e8e8e8 transparent transparent;
	left: -18px;
	top: 7px;
}







#ecrite {
	text-align: center;
	font-size: 18px;
	background: #ecf0f1;
	cursor: pointer;
	height: 55px;
	color: #2a4057;
	width: 100%;
	border-bottom: 2px solid silver;
	border-radius: 5px 5px 0px 0px;
}

#ecrite img {
	margin-bottom: -8px;
	margin-top: 12px;
	border-radius: 50%;
	margin-left: 7px;
}

.tm img {
	margin-top: -8px;
	margin-bottom: -15px;
	padding: 2px;
	height: 41px;
	width: 51px;
	border-radius: 50%;
}


#names:hover {
	background: #dedede;
	transition: 0.2s;
}

#names {
	clear: both;
	cursor: pointer;
	min-height: 50px;
	float: right;
	direction: rtl;
	width: 93%;
	text-align: right;
	padding: 5px;
	margin: 5px;
	margin-top: 7px;
	margin-bottom: 6px;
	background: #e8e8e8;
	color: #3f4c67;
	border-radius: 10px;
	transition: 0.2s;
}



#names a {
	color: #2a4057;
	text-decoration: none;
}



#names img {
	margin: 0 auto;
	float: right;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-right: 6px;
}




.sender_chat {
    margin-top: 5.5px;
    float: right;
    min-width: auto;
    /* max-width: 69vw; */
}

.name {
    float: right;
    margin-right: 10px;
    /* margin-top: 13px; */
    font-size: 17.5px;
    word-wrap: break-word;
}

.date_chat {
    float: right;
    color: #b1b1b1;
    margin-right: 10px;
    /* margin-top: 13px; */
    font-size: 17.5px;
    clear: both;
}


.name-line {
	float: left;
	background: #c5c5c5;
	border-radius: 50%;
	margin-top: 17px;
	height: 12px;
	margin-left: 16px;
	width: 12px;
	/* color: #ff0200; */
}




#chat-line {
	font-size: 30px;
	float: left;
	background: #e8e8e8;
	border-radius: 50%;
	margin-top: 14px;
	margin-left: 26px;
	height: 12px;
	width: 12px;
}


/* tablet1 telephone2 */
@media( max-width: 768px ){

#borderses {
	display: none;
	visibility: hidden;
}


}


	/* telephone1 */
	
@media( max-width: 600px ){

#borderses {
	display: none;
	visibility: hidden;
}

	
}
