* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	/* height: 100%; */
	font-family: Arial, sans-serif;
}








/* /assets/fonts/ */


body {
	/* background: url(/img/bic.jpg) fixed no-repeat center top; */
	/* background-size: cover; */
	/* background-blend-mode: overlay; */
	background: #e8e8e8 !important;
	/* background: #e6e6e6; */
	/* background: #eaeaea; */
}


input:disabled, textarea:disabled, select:disabled {
	color: rgb(84, 84, 84) !important;
	cursor: default !important;
	background-color: rgb(235, 235, 228) !important;
}

input[type="submit"]:disabled, button:disabled {
	cursor: default !important;
	background-color: #cecece !important;
}

input[type="text"], input[type=number], input[type="email"], input[type="password"], textarea {
	outline: none;
	color: #4e4e4e;
	text-align: right;
	direction: rtl;
	font-size: 17px;
	height: 21px;
}

select {
	cursor: pointer;
	outline: none;
	color: #4e4e4e;
	text-align: right;
	direction: rtl;
	/* font-size: 17px; */
	background: #fbfbfb;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9c9c9c;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9c9c9c;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #9c9c9c;
}

/*
[disabled]:hover {
	background: #bac2ca;
	color: #fff;
}

[disabled] {
	background: #bac2ca;
	color: #fff;
}
*/



/*
button, input {
	
}
*/



/* #009688 */

/*#eaeaea !important*/


.loader {
	height: 5px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	overflow: hidden;
	background-color: #cbe4e018;
}

.loader:before {
	display: block;
	position: absolute;
	content: "";
	right: -200px;
	width: 200px;
	height: 5px;
	background-color: #4ecaff;
	animation: loading 2.5s linear infinite;
}

@keyframes loading {
	from {right: -200px; width: 30%;}
	50% {width: 30%;}
	70% {width: 70%;}
	80% { right: 50%;}
	95% {right: 120%;}
	to {right: 100%;}
}


.header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-top: 0;
	width: 100%;
	height: 60px;
	background: #1aab90;
	box-shadow: 0 0.5px 7px rgba(0,0,0,0.35);
	/* border-radius: 0 0 5px 5px; */
}


.head {
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}



.customers {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: none;
	background: #ffffff;
	border: 1px solid #afafaf;
	border-radius: 6px;
	width: 32vw;
	margin-right: 25vw;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	word-break: break-word;
	height: auto;
	max-height: 50vh;
	box-shadow: 0 4.3px 18px 0 rgba(0,0,0,.35);
	z-index: 9;
}





.customers::-webkit-scrollbar {
	cursor: pointer;
	/* height: 12px; */
	width: 12px;
}


.customers::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.customers::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.customers::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}







.customers div {
	/* background: #d2d2d2; */
	/* margin: 0 auto; */
	/* width: 32vw; */
	/* width: 460px; */
	/* padding: 8px; */
}

.customers div a:hover {
	/* color: #fff; */
	background: #e4e4e4;
}

.customers div a {
	cursor: pointer;
	user-select: none;
	color: #2a4057;
	background: #fff;
	padding-top: 9px;
	padding-right: 22px;
	padding-bottom: 9px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	text-align: right;
}






.form_search {
	outline: none;
	float: right;
	text-align: right;
	margin-right: 48px;
	width: 30%;
}

.form_search input {
	/* background: #fff; */
	color: #3f4c67;
	font-family: Arial, sans-serif;
	outline: none;
	padding: 8px;
	padding-right: 12px;
	/* margin-top: 0px; */
	text-align: right;
	direction: rtl;
	font-size: 19px;
	/* line-height: 2px; */
	border: 1px solid #15967e;
	border-radius: 6px;
	width: 100%;
}


.menu {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 22px;
	float: left;
	margin-left: 2%;
}


.button a:hover {
	background: #1fbfa2;
	transition: 0.5s;
}


.button {
	float: left;
	margin-right: 17px;
	direction: rtl;
	border-radius: 6px;
	transition: 0.8s;
	
}

.button a {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 7px;
	border: 2px solid #fff;
	border-radius: 6px;
}


.av_head {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 0px;
	float: right;
	margin: -8px;
	margin-left: 6px;
}


.drop_list {
	float: left;
}


.drop_lists_c {
	float: left;
	margin-left: 20px;
}

.drop_list_c {
	float: left;
	margin-left: 15px;
}




.index a:hover {
	background: #1fbfa2;
	transition: 0.5s;
}

.index {
	float: left;
	margin-left: 2.8%;
	border-radius: 6px;
	transition: 0.8s;
}


.index a {
	float: left;
	font-family: Open Sans, sans-serif;
	line-height: 21px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 7px;
	border: 2px solid #fff;
	border-radius: 6px;
}


	
.logo {
	float: right;
	margin-top: 4px;
	margin-right: 2%;
}

.logo .logo_b {
	width: 142px;
}

.logo .logo_m {
	display: none;
	/* margin-top: -4px; */
	/* width: 40px; */
	width: 34px;
}


/*
.logo a {
	color: #2a4057;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #2a4057;
	border-radius: 5px;
}
*/

.re {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	float: right;
	text-align: right;
	direction: rtl;
	margin-right: 23%;
	width: 51%;
	background: #fff;
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, 0.28);
	border-radius: 5px;
}

.re h2 {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 45px;
	margin-top: -10px;
	text-align: center;
	color: #2a4057;
	border-bottom: 2px solid #ddd;
	padding: 5px;
}

.re form {
	/* background: #fff;
	width: 100%;
	margin: 8px auto;
	padding: 9px;
	position: relative;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.28);
	border-radius: 0.3rem;
	outline: 0; */
}



.form_1 {
	width: 45%;
	/* margin: 0 auto; */
	float: right;
}


.form_1 input {
	padding: 12px;
	width: 100%;
	margin-top: 0px;
	float: right;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid rgba(42, 64, 87, 0.55);
	border-radius: 3px;
}
	
	
	

.com_err_n {
	word-wrap: break-word;
	direction: rtl;
	max-width: 250px;
	float: right;
	margin-right: 12px;
	color: #f51f1f;
	margin-top: 2px;
	/* margin-bottom: 9px; */
}





.form_2 {
	width: 45%;
	float: left;
}



.form_2 input {
	padding: 12px;
	width: 100%;
	margin-top: 0px;
	float: right;
	text-align: right;
	font-size: 17px;
	border: 2px solid rgba(42, 64, 87, 0.55);
	border-radius: 3px;
}




.form_group {
	outline: none;
	float: right;
	text-align: right;
	margin-right: 4%;
	width: 86%;
	margin-top: 22px;
}

/*
.form_group input:focus {
	border: 2px solid rgba(55, 103, 152, 0.79);
	border-radius: 3px;
}
*/

.form_group input:focus {
	/* border: 2px solid #676767d1; */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 150, 136, 0.84); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}



.form_group input {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	/* font-family: Open Serif; */
	outline: none;
	width: 100%;
	/* margin: 12px auto; */
	padding: 12px;
	margin-top: 0px;
	text-align: right;
	direction: rtl;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}


.form_group textarea:focus {
	/* border: 2px solid #676767d1; */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 150, 136, 0.84); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}



.form_group textarea {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	outline: none;
	overflow: hidden;
	float: right;
	padding: 10px 12px;
	width: 100%;
	height: 74px;
	margin: 0 auto;
	text-align: right;
	direction: rtl;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 5px;
	resize: none;
}


.form_group select:focus {
	/* border: 2px solid #676767d1; */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 150, 136, 0.84); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}

.form_group select {
	font-family: Open Sans, sans-serif;
	/* font-family: Open Serif; */
	direction: rtl;
	outline: none;
	cursor: pointer;
	padding: 12px;
	width: 105.4%;
	/* margin: 12px auto; */
	margin-top: 0px;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}


.form_grou {
	width: 50%;
	margin: 0px auto;
	margin-bottom: 25px;
}




.captcha {
	margin-top: 13px;
	margin-bottom: 13px;
}

.captcha img {
	border: 2px solid rgba(42, 64, 87, 0.65);
	border-radius: 5px;
	float: right;
	margin-right: 16%;
}



.re_names {
	width: 100%;
	margin: 0 auto;
	margin-left: 2.4%;
	/* margin-bottom: 5px; */
}

.form_grp {
	float:right;
	margin-top: 15px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 8px;
}

.cossial {
	margin-bottom: 15px;
}


.reinput:hover {
	background: #198c76;
	transition: 0.5s;
}

.reinput {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 27px;
	margin:  0 auto;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	width: 100%;
	background: #1aab90;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
	margin-left: 3px;
	transition: 0.5s;
}

.check_less {
	color: #2a4057;
	float: right;
	/* font-size: 18px; */
	margin-top: 3px;
	margin-right: 4%;
	outline: none;
	width: 86%;
}



#fbLink {
	cursor: pointer;
}


.img-fblogin {
	float: right;
	margin-right: 20%;
	margin-top: 15px;
	margin-bottom: 35px;
	border-radius: 6px;
}



p.term_re {
	position: relative;
	margin-top: 1px;
	/* margin-bottom: 6px; */
	text-align: center;
	color: #8a8a8a;
	padding: 0 1em;
	font-size: 17px;
	float: right;
}

p.term_re span {
	background-color: #fff;
	padding: 0 1em;
	position: relative;
	/* z-index: 1; */
	font-size: 18px;
}






p.separator {
	position: relative;
	margin: 9px 0px;
	text-align: center;
	color: #8a8a8a;
}

p.separator span {
	background-color: #fff;
	padding: 0 1em;
	position: relative;
	/* z-index: 1; */
	font-size: 18px;
}

p.separator:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c1c1c1;
	position: absolute;
	top: 50%;
	left: 0;
}





p.separator1 {
	position: relative;
	margin-top: 9px;
	/* margin-bottom: 6px; */
	text-align: center;
	color: #8a8a8a;
}

p.separator1 span {
	background-color: #fff;
	padding: 0 1em;
	position: relative;
	/* z-index: 1; */
	font-size: 18px;
}



.ind {
	/* float: right; */
	/* width: 95%; */
	margin: 0 auto;
	margin-top: 5px;
	/* margin-right: 50px; */
	background: #fff;
	padding: 28px;
	padding-top: 21px;
	text-align: right;
	color: #1aab90;
	direction: rtl;
	margin-bottom: 15px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}


.titind {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 28px;
	line-height: 35px;
	margin-top: 4px;
	margin-right: 5%;
	margin-bottom: 46px;
	color: #1aab90;
}

.bodyind {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 19px;
	line-height: 30px;
	/* height: 500px; */
}



.wanind {
	margin-bottom: 30px;
}

.ntit {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: #565656;
}

.nbody {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	color: #555555;
	font-size: 16px;
	line-height: 30px;
}





.ind_404 {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 40px;
	direction: rtl;
	text-align: center;
	color: #8c8c8c;
	margin: 0 auto;
	height: 500px;
	padding: 4px;
}


.title_404 {
	color: #1aab90;
	font-size: 140px;
	line-height: 300px;
}

.index_404 a:hover {
	background: #e8e8e8;
	transition: 0.5s;
}

.index_404 a {
	font-family: Open Sans, sans-serif;
	line-height: 21px;
	text-decoration: none;
	color: #8c8c8c;
	font-size: 23px;
	padding: 10px;
	border: 2px solid #8c8c8c;
	border-radius: 6px;
	transition: 0.8s;
}






.botre {
	float: right;
	margin-right: 3%;
	margin-top: 78px;
	margin-bottom: 42px;
	margin-left: 18px;
}

.botre a:hover {
	background: #1fbfa2;
	transition: 0.5s;
}

.botre a {
	margin-top: 28px;
	text-decoration: none;
	background: #1aab90;
	color: #fff;
	border: 2px solid #bfbfbf;
	font-size: 31px;
	padding: 21px;
	width: 26px;
	border-radius: 7px;
	transition: 0.5s;
}



img.reg {
	float: left;
	/* margin-left: 48px; */
	/* height: 295px; */
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	/* width: 80vw; */
	width: 60%;
}




.rightind {
	float: right;
	width: 24%;
	height: 712px;
	/* margin-right: 2.4%; */
	/* margin-left: 2%; */
}

.nav1 {
	width: 106.5%;
}


.wanrightind {
	margin-bottom: 18px;
	background: #fff;
	padding: 12px;
	color: #2a4057;
	direction: rtl;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}


.titrightind {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 22px;
	line-height: 23px;
	text-align: right;
	margin-top: 3px;
	margin-right: 18px;
	margin-bottom: 15px;
	color: #1aab90;
}

.bodyrightind {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 18px;
	line-height: 38px;
	word-wrap: break-word;
	text-align: right;
	margin-right: 5px;
	color: #3f4c67;
}

.bodyrightind a {
	text-decoration: none;
}


.tab_i:hover {
	background: #dadada;
}

.tab_i:active {
	background: #ffff;
}


.tab_i {
	margin-bottom: 9px;
	/* background: #fff; */
	font-size: 16px;
	padding: 4px;
	height: 38px;
	padding-right: 15px;
	color: #2a4057;
	display: flex;
	direction: rtl;
	border: 1px solid rgb(226, 226, 226);
	border-radius: 5px;
}

img.tabshome_icons_i {
	width: 33px;
	float: right;
	margin-left: 16px;
}





.tab:hover {
	background: #dadada;
}

.tab:active {
	background: #ffff;
}

.tab {
	margin-bottom: 16px;
	/* background: #fff; */
	padding: 7px;
	padding-right: 15px;
	color: #2a4057;
	direction: rtl;
	border: 1px solid rgb(226, 226, 226);
	border-radius: 5px;
}

img.tabshome_icons {
	width: 36px;
	float: right;
	margin-left: 16px;
}




.info_website {
	
}


.info_website a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.info_website a {
	text-decoration: underline;
	color: #3f4c67;
	transition: 0.5s;
}



.info_email {
	
}

.info_phone {
	
}


.info_country {
	
}


.info_date-register {
	
}





.info_right {
	border: 1px solid rgba(0, 0, 0, 0.16);
	height: 228px;
}




.chadow_cover_right {
	background: linear-gradient(rgba(0,0,0,0) 71%, rgba(60, 60, 60, 0.45));
	padding: 2px;
	background-blend-mode: overlay;
	height: 100px;
}


img.avatar_profile_right {
	background: #fff;
	border-radius: 8px;
	margin: 10px;
	height: 70px;
	margin-right: 9px;
	margin-top: -36px;
	padding: 3px;
}

.name_profile_right {
	margin: 0 auto;
	margin-top: -20px;
	font-size: 21px;
	color: #2a4057;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
	font-weight: bold;
	letter-spacing: 0;
}





.sticky1 {
	position: fixed;
	float: right;
	margin-right: 37px;
}

.sticky {
	position: fixed;
	right: 0;
	top: 78px;
	margin-right: 3%;
	width: 22.56%;
}

.sticky2 {
	position: fixed;
	top: 78px;
	width: 23%;
}





.leftind {
	float: left;
	width: 24.4%;
	/* margin-left: 3%; */
	margin-right: 2%;
}


.wanleftind {
	margin-bottom: 18px;
	background: #fff;
	padding: 10px;
	color: #2a4057;
	direction: rtl;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}


.titleftind a:hover {
	text-decoration: underline;
}

.titleftind a {
	text-decoration: none;
	/* margin-right: 30px; */
	color: #1aab90;
}

.titleftind {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin-top: 3px;
	/* margin-right: 30px; */
	/* margin-bottom: 10px; */
	/* width: 228px; */
	color: #1aab90;
	/* font-size: 23px; */
	margin-bottom: 13px;
}

.bodyleftind {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 16px;
	line-height: 38px;
	word-wrap: break-word;
	text-align: center;
	margin: 5px;
	/* margin-top: 12px; */
	color: #3f4c67;
}







.info_left {
	border: 1px solid rgba(0, 0, 0, 0.16);
	height: 260px;
}




.chadow_cover_left {
	background: linear-gradient(rgba(0,0,0,0) 71%, rgba(0,0,0, .53));
	padding: 2px;
	background-blend-mode: overlay;
	height: 100px;
}


img.avatar_profile_left {
	background: #fff;
	border-radius: 8px;
	margin: 10px;
	height: 70px;
	width: 70px;
	margin-left: 9px;
	margin-top: -36px;
	padding: 3px;
}

.info_user_left {
	direction: rtl;
	margin-top: -25px;
	margin-bottom: 4px;
}


.name_profile_left {
	margin: 0 auto;
	font-size: 21px;
	color: #2a4057;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
	font-weight: 700;
	letter-spacing: 0;
}


.info_user_left2 {
	direction: rtl;
}


.name_profile_left2 {
	border-left: 1px solid #d8d8d8;
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 15px;
	line-height: 30px;
	width: 49%;
	color: #5a5a5a;
	float: right;
}

.name_profile_left2:last-child {
	border-left: 0px;
}




.find_friend {
	clear: both;
	/* background: #e8e8e8; */
	border-radius: 8px;
	min-height: 50px;
	text-align: right;
	padding: 3px;
	margin-bottom: 13px;
	color: #3f4c67;
}

#find_friend_name:hover {
	text-decoration: underline;
}

#find_friend_name {
	float: right;
	direction: rtl;
	margin-top: 15px;
	font-size: 16px;
	line-height: 22px;
	color: #2a4057;
	text-decoration: none;
	/* max-width: 50%; */
	word-wrap: break-word;
}

img.avatar_find_friend {
	/* border: 2px solid #2a4057; */
	float: right;
	/* border-radius: 50%; */
	border-radius: 8px;
	/* margin: 6px; */
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-right: 5px;
	margin-left: 8px;
}






.footer {
	background: #fff;
	padding: 30px;
	padding-top: 20px;
	height: 85px;
	left: 0;
	right: 0;
	margin-top: 50px;
	border-top: 1px solid rgba(211, 211, 211);
	/* border-radius: 5px 5px 0px 0px; */
	/* box-shadow: 2px 0 16px rgba(0,0,0,0.35); */
	/* position: relative; */
}

.fo_c {
	direction: rtl;
	text-align: center;
	color: #1aab90;
	font-size: 18px;
}

.fo_b {
	/* width: 97%; */
}

.fo_u {
	margin: 22px;
	margin-top: 18px;
	/* margin-right: 28px; */
	/* float: right; */
	text-align: center;
	color: #bfbfbf;
}

.fo_u a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

.fo_u a {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 13.4px;
	line-height: 30px;
	text-decoration: none;
	margin: 4px;
	color: #2a4057;
	transition: 0.5s;
}


.footerlinks {
	color: #bfbfbf;
}

.footerlinks a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.footerlinks a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 0;
	color: #4e4e4e;
	transition: 0.5s;
}


.copyright {
	color: #1aab90;
	font-size: 17px;
	direction: ltr;
}


/* ===== error ===== */
.error {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 14.5px;
	line-height: 23px;
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	/* font-size: 17.5px; */
	margin: 0 auto;
	width: 28vw;
	margin-bottom: 6px;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #ef3a3a;
	border-radius: 10px;
}

.error a:hover {
	text-decoration: underline;
}

.error a {
	color: #ef3a3a;
	font-size: 17px;
	text-decoration: none;
}




.accun_dev {
	display: inline-block;
	width: 86%;
	float: right;
	text-align: center;
	/* border: 3px solid #64ec1f; */
	padding: 52px;
	padding-top: 5px;
	margin: 0 auto;
	/* width: 89%; */
}


.accun {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 22px;
	direction: rtl;
	text-align: center;
	color: #717171;
	background: #fff;
	margin: 0 auto;
	width: 93%;
	margin-bottom: 6px;
	/* box-shadow: 0 1px 6px rgba(0,0,0,.35); */
	border-radius: 5px;
	padding: 13px;
	border: 1px solid rgba(211, 211, 211);
}


.succ {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 14.5px;
	line-height: 23px;
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	/* font-size: 17.5px; */
	margin: 0 auto;
	width: 28vw;
	margin-bottom: 6px;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #73f133;
	border-radius: 10px;
}

.succ a:hover {
	text-decoration: underline;
}

.succ a {
	color: #16af3f;
	font-size: 17px;
	text-decoration: none;
}



.com_n_avatar_err {
	float: right;
	margin-right: -42%;
	color: #f51f1f;
	margin-top: 36px;
	margin-bottom: 0px;
}

.com_update_err {
	word-wrap: break-word;
	max-width: 410px;
	float: right;
	margin-right: 12px;
	color: #f51f1f;
	margin-top: 2px;
	/* margin-bottom: 9px; */
}

.com_err {
	word-wrap: break-word;
	/* max-width: 410px; */
	float: right;
	margin-right: 12px;
	color: #f51f1f;
	margin-top: 2px;
	/* margin-bottom: 9px; */
}

.sdr {
	text-align: center;
}

.sdr a {
	padding: 2px;
	float: right;
	border: 3px solid #009688;
	color: #2a4057;
	border-radius: 4px;
	text-decoration: none;
	margin-right: -7px;
	margin-top: 18px;
	font-size: 19px;
}

/*
#menu-nav {
	float: right;
	width: 66%;
	margin-left: 10.7%;
}


#navigation-bar {
	
}

#navigation-bar ul {
	
}

#navigation-bar li {
	float: right;
	list-style: none;
	width: 12.4%;
}

#navigation-bar a {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 16.5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 5.5px 0px 12px 0px;
	display: block;
	position: relative;
}

#navigation-bar a:hover {
	color: #01ff4e;
}


#navigation-bar a:before {
	content: '';
	transition: all .4s ease-in-out;
	position: absolute;
	right: 50%;
	left: 50%;
	bottom: 0;
	display: block;
	height: 3px;
	background-color: #01ff4e;
} 

#navigation-bar li:hover a:before, #navigation-bar a:hover:before {
	right: 0;
	left: 0;
}

#navigation-bar span {
	display: block;
}
*/


#check_connect {
	overflow: scroll;
	padding-top: 103px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	height: 290%;
	width: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.45);
}

#shadow {
	padding-top: 103px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	height: 290%;
	width: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.45);
}



#content {
	/*
	height: auto;
	min-height: 712px;
	padding-top: 68px;
	overflow: hidden;
	margin: 10px auto;
	*/
	/* height: auto; */
	/* min-height: 700px; */
	min-height: 72vh;
	padding-top: 78px;
	overflow: hidden;
	/* margin: 10px auto; */
	margin: 0 auto;
	width: 94%;
}

#content h3 {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 16px;
	line-height: 24px;
	float: right;
	direction: rtl;
	margin-right: 8%;
	text-align: center;
	border: 3px solid #64ec1f;
	padding: 5px;
	color: #2a4057;
	background: #fff;
	/* margin: 0 auto; */
	border-radius: 5px;
	width: 89%;
	margin-bottom: 13px;
}


.info {
	background: #fff;
	margin: 0 auto;
	/* width: 94%; */
	border: 0.7px solid rgba(0, 0, 0, 0.16);
}

.mes {
	font-family: Open Sans, sans-serif;
	float: right;
	text-align: right;
	margin-right: 13%;
	background: #fff;
	width: 75%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}



.mes_right {
	float: right;
	text-align: center;
	width: 39%;
}

.sender_mes:hover {
	text-decoration: underline;
}

.sender_mes {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 18px;
	/* width: 100%; */
}

.mes_left {
	float: left;
	text-align: right;
	padding-top: 23px;
	width: 58%;
	height: 88px;
}

.mes_title:hover {
	color: #3dd66b;
	text-decoration: underline;
}

.mes_title {
	word-wrap: break-word;
	color: #2a4057;
	text-decoration: none;
}




.message {
	font-family: Open Sans, sans-serif;
	float: right;
	text-align: right;
	margin-right: 0px;
	background: #fff;
	width: 99%;
	min-height: 160px;
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(0, 0, 0, 0.28);
	border-radius: 8px;
}

.message_right {
	float: right;
	text-align: center;
	width: 32%;
}




.sender_message:hover {
	text-decoration: underline;
}

.sender_message {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 18px;
	/* width: 100%; */
}

.message_left {
	float: left;
	text-align: right;
	padding-top: 16px;
	width: 68%;
	/* height: 88px; */
}


.cormes {
	margin-top: 10px;
	padding-right: 30px;
	word-wrap: break-word;
}



.href_text:hover {
	text-decoration: underline;
}

.href_text {
	color: #009789;
	text-decoration: none;
}





.create_post {
	float: right;
	width: 100%;
	background: #fff;
	padding: 13px;
	/* padding-top: 8px; */
	text-align: right;
	color: #2a4057;
	direction: rtl;
	margin-bottom: 18px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}

.create_post h2 {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	border-bottom: 3px solid #ddd;
	color: #2a4057;
	padding: 4px;
	margin-top: -8px;
	margin-bottom: 16px;
}




.stat_time {
	float: right;
	width: 100%;
	background: #fff;
	padding: 13px;
	/* padding-top: 8px; */
	text-align: right;
	color: #2a4057;
	direction: rtl;
	margin-bottom: 18px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
	min-height: 55px;
}			


.stat_time_body {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	/* float: right; */
	width: 95%;
	/* margin-right: -6px; */
}

.stat_time_tit1 {
	font-size: 15.5px;
	line-height: 21px;
	margin-top: 5.5px;
	margin-bottom: 2px;
	/* float: right; */
	/* font-size: 18px; */
	color: #2a4057;
}

.stat_time_tit2 {
	font-size: 13px;
	line-height: 23px;
	/* float: right; */
	/* font-size: 17px; */
	/* color: #616161; */
	color: #7d7d7d;
	/* clear: both; */
	margin-right: 70px;
}
		







.down_icon_jq {
	outline: none;
	/* font-size: 18px; */
	/* user-select: none; */
	/* background: #fff; */
	border-radius: 5px;
	/* border: 1px solid #7d7d7d; */
	float: left;
	overflow: hidden;
}

.down_icon_jq:focus {
    background: #eaeaea;
}






.icon_jq:hover {
	/* background: #f1f1f1; */
	color: #525252;
}

.icon_jq {
	position: relative;
	display: block;
	/* cursor: pointer; */
	color: #8c8c8c;
	/* padding: 8px; */
	font-family: sans-serif;
	text-indent: 0px;
	user-select: none;
	float: right;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
	/* margin-right: 9px; */
	/* height: 37px; */
	/* width: 35px; */
	/* border-radius: 7px; */
}




.post {
	float: right;
	width: 100%;
	background: #fff;
	padding: 13px;
	/* padding-top: 8px; */
	text-align: right;
	color: #3f4c67;
	direction: rtl;
	margin-bottom: 18px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}



.sender_post {
	margin-top: 5.5px;
	float: right;
	/* margin-right: -6px; */
	min-width: auto;
	max-width: 62vw;
}


.sender_post a:hover {
	text-decoration: underline;
	/* transition: 0.3s; */
}

.sender_post a {
	text-decoration: none;
	/* transition: 0.3s; */
}


#pub_post {
	float: right;
	color: #2a4057;
	font-size: 18px;
	clear: both;
}

.fa-angle:before {
	content: "\f104";
}


#date_post {
	float: right;
	color: #7d7d7d;
	font-size: 16.5px;
	margin-top: 2.8px;
	margin-right: 1.5px;
	clear: both;
}

#privacy_post {
	cursor: default;
	float: right;
	color: #7d7d7d;
	font-size: 17px;
	line-height: 20px;
	margin-top: 2.8px;
	margin-right: 8px;
	border-radius: 5px;
	padding: 1px;
	/* border: 0.85px solid #d0d0d0; */
	border: 0.85px solid #cecece;
}






.info_text {
	/* user-select: text; */
	font-family: Arial, sans-serif;
	float: right;
	width: 94%;
	font-size: 20px;
	line-height: 27.5px;
	/* margin: 22px; */
	padding-right: 15px;
	margin-top: -4px;
	margin-bottom: 13px;
	word-wrap: break-word;
}



.post h2 {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	border-bottom: 3px solid #ddd;
	color: #2a4057;
	padding: 4px;
	margin-top: -8px;
	margin-bottom: 16px;
}

.user_info {
	font-family: Arial, sans-serif;
	float: right;
	border-bottom: 2px solid #e2e2e2;
	width: 100%;
	height: 61px;
	margin-bottom: 15px;
}

.inputinfo:focus {
	box-shadow: 1px 0px 12px 0px #a9a9a9;
	transition: 0.2s;
}

.inputinfo {
	outline: none;
	overflow: hidden;
	float: right;
	padding: 8px;
	width: 72%;
	height: 48px;
	margin: 0 auto;
	text-align: right;
	direction: rtl;
	font-size: 19px;
	color: #3f4c67;
	border: 2px solid rgba(42, 64, 87, 0.55);
	border-radius: 5px;
	resize: none;
	font-family: Arial, sans-serif;
	transition: 0.2s;
}

.inputinfo::-webkit-scrollbar {
	/* height: 13px; */
	width: 13px;
}

.inputinfo::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 13px;
	background: #C5C5C5;
	-webkit-box-shadow: inset 0 0 6px #b6b6b6;
}

.commentinfo:focus {
	box-shadow: 1px 0px 12px 0px #b3b3b3;
}

.commentinfo {
	outline: none;
	padding: 8px;
	width: 70%;
	height: 32px;
	margin: 0 auto;
	text-align: right;
	direction: rtl;
	margin-left: -10%;
	margin-right: 2px;
	font-size: 18px;
	color: #3f4c67;
	border: 2px solid rgba(42, 64, 87, 0.55);
	border-radius: 5px;
	resize: none;
	margin-top: 3px;
	font-family: Arial, sans-serif;
}




.commentinfo::-webkit-scrollbar {
	cursor: pointer;
	/* height: 13px; */
	width: 13px;
}


.commentinfo::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.commentinfo::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.commentinfo::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}


#loading_posts img {
	/* height: 73px; */
	width: 90px;
}

#loading_posts {
	text-align: center;
}






.binvit {
	text-align: center;
	padding: 8px 50px 0px 30px;
}

.binvit a:hover {
	background: #2a4057;
}

.binvit a {
	background: #009688;
	position: relative;
	padding: 9px;
	border-radius: 8px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}





.cover {
	margin: 0 auto;
	text-align: right;
	background-size: cover;
	background-blend-mode: overlay;
	width: 100%;
	height: 358px;
	/* padding-top: 48px; */
	position: relative;
}

.chadow_cover {
	background: linear-gradient(rgba(0,0,0,0) 71%, rgba(56, 56, 56, 0.48));
	padding: 2px;
	background-blend-mode: overlay;
	/* padding-top: 98px; */
	height: 354px;
}



.coveruploadBtn:hover {
	background: rgba(167, 167, 167, 0.61);
	/* box-shadow: 0px 0px 3px #4c4a4a; */
	/* color: #fff; */
}

.coveruploadBtn {
	user-select: none;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	float: left;
	direction: ltr;
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 19px;
	line-height: 25px;
	background: rgba(88, 88, 88, 0.55);
	padding: 10px 20px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #efefef;
	/* margin: auto; */
	margin-top: 26px;
	margin-left: 46px;
	transition: 0.5s;
}


#pro_cover {
	margin-right: 6px;
}

.progress_cover {
	margin: 0 auto;
	overflow: hidden;
	height: 20px;
	width: 400px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar_cover {
	float: left;
	height: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}







.info_user {
	direction: rtl;
}


.name_profile a {
	text-decoration: none;
	font-family: sans-serif;
	cursor: pointer;
	float: right;
	position: absolute;
	bottom: 28px;
	right: 258px;
	font-size: 31px;
	color: #fff;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 6px rgba(0,0,0,.8);
	font-weight: 600;
	letter-spacing: 0;
}




#demo_cover {
	float: left;
	position: absolute;
	top: 55px;
	left: 14.3%;
	width: 67%;
}


.butts_cover {
	float: left;
	position: absolute;
	bottom: 92px;
	/* right: 7%; */
	/* top: 10%; */
	left: 35%;
}


#cancel_cover {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 22px;
	/* outline: none; */
	float: left;
	cursor: pointer;
	/* font-size: 20px; */
	text-align: center;
	padding: 12px;
	min-width: 84px;
	background: #e60b0b;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 8px;
	transition: 0.5s;
}


#save_cover {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 22px;
	/* outline: none; */
	float: right;
	cursor: pointer;
	/* font-size: 20px; */
	text-align: center;
	padding: 12px;
	min-width: 84px;
	background: #17c31e;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 20px;
	transition: 0.5s;
}





.info_page {
	float: right;
	position: absolute;
	bottom: 35px;
	right: 259px;
	direction: rtl;
}



.name_page a {
	text-decoration: none;
	cursor: pointer;
	float: right;
	/* position: absolute; */
	/* bottom: 36px; */
	/* right: 256px; */
	font-size: 31px;
	color: #fff;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 4px rgba(0,0,0,.8);
	font-weight: 600;
	letter-spacing: 0;
}



.validite_page {
	float: right;
	bottom: 3px;
	margin-right: 8px;
	font-size: 31px;
	color: #fff;
	/* background: #fff; */
	/* height: 19px; */
	/* width: 19px; */
	text-shadow: 0 0 3px rgba(0,0,0,.8);
	/* font-weight: 700; */
}


.validite_page img {
	float: left;
	margin-top: 1.5px;
	width: 30px;
	height: 30px;
	/* margin-bottom: -3.5px; */
}


.validite {
	float: right;
	bottom: 3px;
	margin-right: 8px;
	font-size: 31px;
	color: #fff;
	/* background: #fff; */
	/* height: 19px; */
	/* width: 19px; */
	text-shadow: 0 0 3px rgba(0,0,0,.8);
	/* font-weight: 700; */
}


.validite img {
	float: left;
	/* margin-top: 1px; */
	width: 22px;
	height: 22px;
	/* margin-bottom: -3.5px; */
}






.menuinfo {
	overflow: hidden;
	font-family: Open Sans, sans-serif;
	margin: 0 auto;
	background: #fff;
	/* height: 55px; */
	height: auto;
	min-height: 55px;
	margin-bottom: 21px;
	/* width: 94%; */
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.16);
}



.tabs_p {
	/* margin-right: 307px; */
	margin-right: 24vw;
	display: flex;
	flex-flow: row wrap;
	direction: rtl;
	float: right;
	/* width: 100%; */
	border-radius: 7px 7px 0px 0px;
	/* border: 1px solid rgba(211, 211, 211); */
	/* margin-bottom: 10px; */
}

.tabs_p a:hover {
	border-bottom: 2px solid #1aab90;
}

.tabs_p a {
	float: right;
	margin-right: 3px;
	font-family: Arial, sans-serif;
	line-height: 21px;
	text-decoration: none;
	color: #1aab90;
	font-size: 18px;
	padding: 17px;
	border-bottom: 2px solid #ffffff00;
}





.buttons_frands_profile {
	text-align: left;
	/* margin-left: 25px; */
	/* float: left; */
	/*margin-top: 9px;*/
}




.buttons_frands_profile a:hover {
	/* background: #fff; */
	/* border: 2px solid #64ec1f; */
	/* color: #000; */
	background: #f5f5f5;
}

.buttons_frands_profile a:focus {
	background: #f5f5f5;
	/* box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15); */
}

.buttons_frands_profile a {
	/* float: right; */
	font-family: sans-serif;
	cursor: pointer;
	font-size: 19px;
	text-decoration: none;
	border: 2px solid #ddd;
	background: #fff;
	color: #7d7d7d;
	outline: none;
	user-select: none;
	padding: 5px;
	border-radius: 5px;
	/* margin-left: 5px; */
	transition: 0.5s;
}

.buttons_frands_profile a:active {
	background: #ececec;
}



.avatar_div {
	margin-right: 45px;
}


img.avatar_update {
	border: 3px solid #2a4057;
	float: right;
	border-radius: 50%;
	margin: 10px;
	width: 56px;
	height: 56px;
	margin-left: 12px;
	margin-top: 14px;
}



img.avatar_mes {
	border: 2px solid #2a4057;
	/* float: right; */
	/* margin-right: 2%; */
	border-radius: 20%;
	margin-top: 4px;
	width: 70px;
	height: 70px;
	margin-left: 14px;
}


img.avatar_profile {
	position: absolute;
	background: #fff;
	float: right;
	margin: 10px;
	width: 180px;
	height: 180px;
	right: 36px;
	top: 192px;
	border: 1px solid #b9b9b9;
	border-radius: 8px;
	padding: 3px;
}



img.avatar_page {
	position: absolute;
	background: #fff;
	float: right;
	margin: 10px;
	width: 180px;
	height: 180px;
	right: 36px;
	top: 140px;
	border: 1px solid #b9b9b9;
	border-radius: 8px;
	padding: 3px;
}




img.avatar_comment_info {
	border: 2px solid #2a4057;
	float: right;
	border-radius: 50%;
	/* margin: 10px; */
	width: 48px;
	height: 48px;
	margin-left: 10px;
	margin-right: 8px;
	/* margin-top: 18px; */
}

img.avatar_post {
	border: 2px solid #2a4057;
	float: right;
	border-radius: 50%;
	/* margin: 10px; */
	width: 50px;
	height: 50px;
	margin-left: 10.5px;
	margin-right: 6px;
	/* margin-top: -9px; */
}

img.photo {
	margin: 0 auto;
	width: 99.80%;
	height: 65%;
	max-height: 65vh;
	/* margin-top: 13px; */
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
}


video.video {
	margin: 0 auto;
	width: 99.80%;
	height: 65%;
	/* max-height: 500px; */
	max-height: 65vh;
	/* margin-top: 13px; */
	/* border: 1px solid rgba(211,211,211); */
	border-radius: 5px;
}


audio.audio {
	margin: 0px auto;
	width: 99.80%;
	/* margin-top: 13px; */
	border: 1px solid rgb(204, 204, 204);
	border-radius: 30px;
}


.fileinput:hover {
	color: #fff;
	background: #2a4057;
	border: 2px solid #2a4057;
	transition: 0.6s;
}

.fileinput {
	cursor: pointer;
	color: #fff;
	background: #6b92b3;
	padding: 4px;
	border-radius: 5px;
	float: right;
	margin-top: 26px;
	border: 2px solid rgba(0, 0, 0, 0.28);
	border-radius: 8px;
	transition: 0.8s;
}







#pro {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	/* margin-top: 8px; */
	/* margin-right: 6px; */
}

.progress {
	margin: 0 auto;
	overflow: hidden;
	height: 20px;
	width: 73%;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
	float: left;
	height: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}






.fileinfo:hover {
	color: #fff;
	background: #1aab90;
	border: 2px solid #08442b;
	transition: 0.4s;
}

.fileinfo {
	user-select: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	background: #6b92b3;
	padding: 9px;
	border: 2px solid #2a4057;
	border-radius: 7px;
	float: right;
	margin-right: 20px;
	/* height: 25px; */
	width: 30px;
	text-align: center;
	transition: 0.4s;
}


.classup {
	float: right;
	margin: 16px;
	margin-right: 84px;
	width: 70%;
}

#up {
	display: none;
}

#demo {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}

#errors {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}

.previewinfo-media {
	direction: ltr;
	text-align: center;
	color: #2a4057;
	background: #fff;
	font-size: 17.5px;
	margin: 0 auto;
	width: 88%;
	word-wrap: break-word;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 1px solid #FF9800;
	border-radius: 10px;
}


.avtup {
	float: left;
	padding: 17px;
	margin-left: 15px;
}

.avtup a:hover {
	text-decoration: underline;
}

.avtup a {
	padding: 18px;
	font-size: 18px;
	text-decoration: none;
	color: #3dd66b;
}






.sear {
	display: flex;
	flex-flow: row wrap;
	direction: rtl;
	float: right;
	background: #fff;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid rgba(211, 211, 211);
	margin-bottom: 10px;
}

.sear a {
	float: right;
	font-family: Arial, sans-serif;
	line-height: 21px;
	text-decoration: none;
	color: #1aab90;
	font-size: 18px;
	padding: 16px;
	/* border-bottom: 2px solid #1aab90; */
}










.list {
	text-align: left;
	float: right;
	background: #fff;
	width: 100%;
	padding: 16px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
}


.listuser {
	margin-bottom: 13px;
	padding: 7px;
	display: inline-block;
	border: 1px solid #5fcf80;
	margin-right: 9px !important;
	text-align: center;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
}

img.avatar_listuser {
	border: 3px solid #2a4057;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}

.sender_listuser {
	color: #2a4057;
	display: block;
	padding: 1px;
	text-decoration: none;
}

.up {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 107%;
	/* float: right; */
	/* margin-right: 25%; */
	/* width: 50%; */
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 13.5px;
	/* margin-top: 6px; */
	margin-bottom: 20px;
	float: right;
	text-align: right;
	direction: rtl;
	/* margin-right: 25%; */
	/* width: 49%; */
	background: #fff;
	padding: 9px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}

.up h2 {
	text-align: center;
	color: #2a4057;
	border-bottom: 2px solid #ddd;
	padding: 5px;
	padding-top: 0px;
}

.up form {
	/*
	float: left;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 9px;
	position: relative;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.28);
	border-radius: 0.3rem;
	outline: 0;
	*/
}

#less {
	font-size: 18px;
	margin-top: 6px;
	margin-right: 24px;
	float: right;
}

#less label {
	cursor: pointer;
}

#less input {
	width: 16px;
	height: 16px;
}

.form_group_update {
	/*
	width: 80%;
	margin: 0px auto 30px;
	padding: 13px;
	*/
	outline: none;
	float: right;
	text-align: right;
	margin-right: 4%;
	width: 86%;
	margin-top: 22px;
}







.form_group_update input:focus {
	/* border: 2px solid rgba(55, 103, 152, 0.79); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}

.form_group_update input {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	/* font-family: Open Serif; */
	outline: none;
	width: 100%;
	/* margin: 12px auto; */
	padding: 12px;
	margin-top: 0px;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}



.form_group_update select:focus {
	/* border: 2px solid rgba(55, 103, 152, 0.79); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}




.form_group_update select {
	font-family: Open Sans, sans-serif;
	/* font-family: Open Serif; */
	direction: rtl;
	outline: none;
	cursor: pointer;
	width: 105.4%;
	/* margin: 12px auto; */
	padding: 12px;
	margin-top: 0px;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}





.form_update_grou {
	width: 35%;
	margin: 0px auto;
	margin-bottom: 20px;
}






.upinput:hover {
	background: #1aab90;
	transition: 0.5s;
}

.upinput {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 19px;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	width: 100%;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
	margin-left: 3px;
	transition: 0.5s;
}







.center_form {
	float: right;
	margin-right: 8%;
	width: 52%;
}


.create {
	/* margin: 0 auto; */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 107%;
	/* float: right; */
	margin-right: 25%;
	/* width: 50%; */
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 13.5px;
	/* margin-top: 6px; */
	margin-bottom: 20px;
	float: right;
	text-align: right;
	direction: rtl;
	/* margin-right: 25%; */
	/* width: 49%; */
	background: #fff;
	padding: 9px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}

.create h2 {
	text-align: center;
	color: #2a4057;
	border-bottom: 2px solid #ddd;
	padding: 5px;
	padding-top: 0px;
}

.input_link {
	font-size: 18px;
	line-height: 36px;
	color: #15a6d4;
	margin-right: 25px;
}

.input_info {
	font-size: 18px;
	line-height: 36px;
	color: #15a6d4;
	margin-right: 53px;
}

.form_cr_grou {
	width: 35%;
	margin: 0px auto;
	margin-bottom: 20px;
}


.upcancel {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 15.5px;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	padding: 12px;
	width: 100%;
	background: #b9b9b9;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 24px;
	margin-left: 3px;
	transition: 0.5s;
}










.buttsinfo {
	float: right;
	/* margin-top: 10px; */
	padding: 5px;
	padding-top: 0px;
	width: 100%;
}

.infoinput:hover {
	background: #1aab90;
	transition: 0.5s;
}

.infoinput {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 18px;
	line-height: 22px;
	/* outline: none; */
	float: left;
	cursor: pointer;
	/* font-size: 20px; */
	text-align: center;
	padding: 10px;
	min-width: 83px;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 10%;
	transition: 0.5s;
}


.infocancel:hover {
	background: #d03838;
	transition: 0.5s;
}





.infocancel {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 18px;
	line-height: 22px;
	/* outline: none; */
	float: left;
	cursor: pointer;
	/* font-size: 20px; */
	text-align: center;
	padding: 10px;
	min-width: 83px;
	background: #ef3a3a;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 33px;
	transition: 0.5s;
}




select.form_control:focus {
	/* border: 2px solid rgba(55, 103, 152, 0.79); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}




select.form_control {
	font-family: Open Sans, sans-serif;
	/* font-family: Open Serif; */
	direction: rtl;
	outline: none;
	cursor: pointer;
	/* margin: 12px auto; */
	padding: 6px 10px;
	margin-top: 0px;
	text-align: right;
	font-size: 18px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}



.postGets {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	float: right;
	direction: rtl;
	padding: 0px 20px 11px 11px;
	padding-top: 0;
	color: #5a5a5a;
}

.postGets select {
	font-size: 17.5px;
	font-family: Open Sans, sans-serif;
	direction: rtl;
	outline: none;
	cursor: pointer;
	text-align: right;
	border: 2px solid #afafaf;
	border-radius: 3px;
}




/*
.jaimeinput:hover {
	background: #009688;
	transition: 0.5s;
}

.jaimeinput {
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	padding: 3px;
	width: 66px;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 38%;
	margin-right: 22px;
	margin-top: 6px;
	padding-top: 5px;
}
*/

.inputdelpass {
	height: 46px;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 15px;
}

.inputdelpass a:hover {
	text-decoration: underline;
}

.inputdelpass a {
	color: #fff;
	text-decoration: none;
}

#inputpass {
	float: right;
	text-align: center;
	margin-right: 5%;
	border-radius: 8px;
	padding: 8px;
	width: 37%;
	background: #6b92b3;
	border: 2px solid #2a4057;
}

#inputdelete {
	float: left;
	text-align: center;
	margin-left: 5%;
	border-radius: 8px;
	padding: 8px;
	width: 35%;
	background: #6b92b3;
	border: 2px solid #2a4057;
}

.invitation {
	font-family: Arial, sans-serif;
	float: right;
	direction: rtl;
	text-align: right;
	margin-right: 13%;
	background: #fff;
	width: 75%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}

.invitation_tab {
	font-family: Arial, sans-serif;
	display: inline-block;
	/* float: right; */
	direction: rtl;
	text-align: right;
	/* margin-right: 13%; */
	background: #fff;
	width: 92%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}

.sender_invitation_tab:hover {
	text-decoration: underline;
}

.sender_invitation_tab {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 17.4px;
	/* font-size: 17.5px; */
	/* width: 100%; */
}

.notification {
	font-family: Arial, sans-serif;
	float: right;
	direction: rtl;
	text-align: right;
	margin-right: 13%;
	background: #fff;
	width: 75%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}

.notification_tab {
	font-family: Arial, sans-serif;
	display: inline-block;
	/* float: right; */
	direction: rtl;
	text-align: right;
	/* margin-right: 13%; */
	background: #fff;
	width: 92%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}

a.href_notif {
	color: #2a4057;
	word-wrap: break-word;
	text-decoration: none;
	transition: 0.5s;
}

a.href_notif:hover {
	text-decoration: underline !important;
	transition: 0.5s;
}



.invit_right {
	float: right;
	direction: rtl;
	text-align: center;
	width: 39%;
}



.sender_invit:hover {
	text-decoration: underline;
}

.sender_invit {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	/* font-size: 17.4px; */
	font-size: 17.5px;
	/* width: 100%; */
}



img.avatar_invit {
	border: 2px solid #2a4057;
	/* float: right; */
	/* margin-right: 2%; */
	border-radius: 20%;
	margin-top: 4px;
	width: 70px;
	height: 70px;
	margin-left: 14px;
}





.invit_left {
	float: left;
	text-align: right;
	padding-top: 16px;
	width: 60%;
	min-height: 88px;
}





.succ_invit {
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	font-size: 17.5px;
	margin: 0 auto;
	/* width: 157px; */
	width: auto;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #73f133;
	border-radius: 9px;
}






.friend_invit {
	/* margin-left: 14px; */
	/* margin-right: 130px; */
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	font-size: 17.5px;
	margin: 0 auto;
	/* width: 185px; */
	width: auto;
	margin-bottom: 3px;
	position: relative;
	padding: 12px 18px;
	border: 2.5px solid #73f133;
	border-radius: 10px;
}


.buttoninvit {
	padding: 16px;
	text-align: center;
	width: 100%;
}

.buttoninvit a:hover {
	background: #2a4057;
	transition: 0.2s;
}

.buttoninvit a {   
	background: #199e8d;
	position: relative;
	padding: 10px;
	margin: 4px;
	font-size: 19px;
	border-radius: 8px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}


.listfriends {
	font-family: Arial, sans-serif;
	float: right;
	direction: rtl;
	text-align: right;
	margin-right: 13%;
	background: #fff;
	width: 75%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}


.frend_right {
	float: right;
	direction: rtl;
	text-align: center;
	width: 39%;
}


.sender_friends:hover {
	text-decoration: underline;
}

.sender_friends {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	/* font-size: 17.4px; */
	font-size: 17.5px;
	/* width: 100%; */
}


img.avatar_friends {
	border: 2px solid #2a4057;
	/* float: right; */
	/* margin-right: 2%; */
	border-radius: 20%;
	margin-top: 4px;
	width: 70px;
	height: 70px;
	margin-left: 14px;
}






.frend_left {
	float: left;
	text-align: left;
	padding-top: 5px;
	width: 50%;
	min-height: 65px;
}







.friend_on {
	float: left;
	margin-right: 8px;
	font-size: 17.5px;
	text-align: center;
	border: 2px solid #64ec1f;
	padding: 1px;
	color: #5d5d5d;
	background: #fff;
	border-radius: 5px;
	width: 112px;
	margin-bottom: 5px;
}

.friend_of {
	float: left;
	margin-right: 8px;
	font-size: 17.5px;
	text-align: center;
	border: 2px solid #ef3a3a;
	padding: 1px;
	color: #5d5d5d;
	background: #fff;
	border-radius: 5px;
	width: 112px;
	margin-bottom: 5px;
}


.buttons_invit {
	direction: rtl;
	margin: 0 auto;
	margin-top: 10px;
	/* margin-left: 0px; */
	text-align: left;
	width: max-content;
}

.buttons_invit button.butt_invit:hover {
	background: #f5f5f5;
}

.buttons_invit button.butt_invit:focus {
	background: #f5f5f5;
	/* box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15); */
}

.buttons_invit button.butt_invit {
	/* float: right; */
	position: relative;
	text-align: initial;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	user-select: none;
	border: 2px solid #ddd;
	background: #fff;
	color: #7d7d7d;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 19px;
	border-radius: 5px;
	/* margin-top: 31px; */
	/* margin-bottom: 6px; */
	margin-right: 8px;
	transition: 0.5s;
}

.buttons_invit button.butt_invit:active {
	background: #ececec;
}



.buttonfriends {
	direction: rtl;
	margin: 0 auto;
	margin-top: 26px;
	margin-left: 0px;
	text-align: left;
	width: max-content;
}

.buttonfriends a:hover {
	/* background: #fff; */
	/* border: 2px solid #64ec1f; */
	/* color: #000; */
	background: #f5f5f5;
}

.buttonfriends a:focus {
	background: #f5f5f5;
	/* box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15); */
}

.buttonfriends a {
	float: right;
	font-family: Arial, sans-serif;
	text-align: initial;
	text-decoration: none;
	border: 2px solid #ddd;
	background: #fff;
	color: #7d7d7d;
	outline: none;
	user-select: none;
	padding: 5px;
	font-size: 19px;
	border-radius: 5px;
	/* margin-top: 31px; */
	margin-bottom: 6px;
	margin-right: 8px;
	transition: 0.5s;
}

.buttons_frands_profile a:active {
	background: #ececec;
}


.buttons_profile {
	float: left;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}



.notif {
	font-family: Arial, sans-serif;
	line-height: 13px;
	background: #ff0606;
	color: #fff;
	/* border: 2px solid #ffffff; */
	padding: 2.5px;
	top: 0;
	left: 0;
	float: left;
	/* line-height: 16px; */
	font-size: 14px;
	min-width: 12px;
	height: 15px;
	text-align: center;
	position: absolute;
	border-radius: 4px;
}








.buttondelete {
	text-align: left;
	margin-left: 15px;
	margin-top: 0px;
}

.buttondelete a {
	text-decoration: none;
	border: 2px solid #ddd;
	color: #888b89;
	padding: 1px;
	border-radius: 5px;
	margin-top: -20px;
	margin-left: 5px;
	transition:0.5s;
}

.buttondelete a:hover {
	background: #fff;
	border: 2px solid #64ec1f;
	color: #000;
}









.inboxuser {
	float: right;
	padding: 12px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.28);
	border-radius: 8px;
}

.inboxuser form {
	text-align: left;
	font-size: 18px;
	direction: rtl;
}

.formaa {
	font-size: 17px;
	color: #000;
	padding: 10px;
	margin: 4px;
	margin-top: 5px;
	text-align: right;
	width: 57%;
	border: 1.5px solid rgba(42, 64, 87, 0.55);
	border-radius: 5px;
	resize: none;
	font-family: Open Sans, sans-serif;
}

.formaa::-webkit-scrollbar {
	/* height: 13px; */
	width: 13px;
}

.formaa::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 13px;
	background: #C5C5C5;
	-webkit-box-shadow: inset 0 0 6px #b6b6b6;
}

.inputmes:hover {
	background: #009688;
	transition:0.5s;
}

.inputmes {
	cursor: pointer;
	font-size: 20px;
	padding: 4px;
	width: 80px;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 200px;
	margin-top: 7px;
}

.resetpassword:hover {
	text-decoration: underline;
}

.resetpassword {
	color: #2a4057;
	float: right;
	margin-top: 3px;
	margin-right: 43px;
	/* margin-bottom: 11px; */
	text-align: right;
	font-size: 16.5px;
	text-decoration: none;
}










.dropdown.ltr {
	direction: ltr;
}

.dropdown.rtl {
	direction: rtl;
}








/*
.dropdown {
	font-size: 18px;
	user-select: none;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #7d7d7d;
	float: left;
	overflow: hidden;
}


.dropbtn:hover {
	background: #f1f1f1;
}

.dropbtn:active {
	background: #eaeaea;
}

.dropbtn {
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #2a4057;
	padding: 8px;
}
*/







.dropdown {
	/* direction: rtl; */
	font-size: 24px;
	/* background: #fff; */
	/* border-radius: 5px; */
	/* border: 1px solid #7d7d7d; */
	float: left;
	/* overflow: hidden; */
}




.drop_item:hover {
	color: #7b7b7b;
}

.drop_item:focus {
	color: #525252;
}

.drop_item {
	user-select: none;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #a5a5a5;
	padding: 8px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	/* padding-bottom: 0px; */
}


.dropbtn:hover {
	color: #525252;
}

.dropbtn:active {
	color: #525252;
}

.dropbtn:focus {
	color: #525252;
}



.dropbtn {
	user-select: none;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #8c8c8c;
	padding: 8px;
	/* padding-bottom: 0px; */
}

a.dropbtn {
	text-decoration: none;
}

.drpbtn {
	
}

.drpbtnp {
	padding-bottom: 0px;
}




.icon_menu:hover {
	color: #005243;
	transition: 0.2s;
}

.icon_menu {
	color: #006f5a;
	transition: 0.2s;
}

.icon_menu:focus {
	color: #005243;
	transition: 0.2s;
}

.icon_menu:active {
	color: #ffff;
	transition: 0.2s;
}



/*.fff:hover {
	color: #ffff;
}*/
.fff {
	color: #ffff !important;
}


/*.fffe:hover {
	color: #ffff;
}*/
.fffe {
	color: #ffff !important;
}


.fffep {
	color: #525252 !important;
}




.mn-tabs:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #00000000 #00000000 #ffffff #00000000;
	left: 8px;
	top: -20px;
}


.mn-tabs {
	margin-top: 10px;
}


.tab-content {
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 14.4px;
	line-height: 19px;
	border-radius: 3px;
	border: 1px solid #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	/* top: 50px; */
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 4.3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 10;
}







.dropdown-content::-webkit-scrollbar {
	cursor: pointer;
	/* height: 13px; */
	width: 13px;
}


.dropdown-content::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.dropdown-content::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.dropdown-content::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}








.dropdown-content {
	/* overflow-y: scroll; */
	/* /* overflow-x: hidden; */
	/* height: auto; */
	/* max-height: 60vh; */
	font-family: "Droid Arabic Naskh", Open Sans, sans-serif;
	font-size: 14.4px;
	line-height: 19px;
	border-radius: 3px;
	border: 1px solid #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	/* margin-top: 34px; */
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 4.3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 5;
}

.dropdown-content a {
	cursor: pointer;
	user-select: none;
	outline-width: 0px;
	color: #2a4057;
	/* background: #ffffff; */
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	text-align: right;
}

/*
.dropdown-content a:active {
	background: #1aab90;
	color: #fff;
}
*/

.dropdown-content a:hover {
	text-decoration: none;
	background: #1aab90;
	color: #fff;
}

.dropdown-content a:focus {
	outline-width: 1px;
}

.dropdown-content a:active {
	outline-width: 0px;
}








.overflow-tab {
	overflow-y: auto;
	/* /* overflow-x: hidden; */
	height: auto;
	max-height: 74vh; 
}



.overflow-tab::-webkit-scrollbar {
	cursor: pointer;
	/* height: 12px; */
	width: 12px;
}


.overflow-tab::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.overflow-tab::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.overflow-tab::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}


.dv {
	margin: 4px auto;
	background: #dfe5e6;
	height: 1px;
	width: 90%;
}






.apps {
	display: inline-block;
	/* float: right; */
	/* padding: 14px; */
	/* padding-top: 0px; */
	padding-right: 2.5%;
	/* margin-top: 4px; */
}

.app {
	direction: ltr;
	float: right;
	margin-left: 12px;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}


img.logo_app:hover {
	border: 1px solid #c1c1c1;
	/* transition: 0.2s; */
}

img.logo_app {
	float: right;
	width: 58px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 8px;
	transition: 0.2s;
}






.mn-menu:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #00000000 #00000000 #ffffff #00000000;
	left: 20px;
	top: -20px;
}

.mn-menu {
	margin-top: 14px;
}

.mn-menu a {
	padding-top: 13px;
	padding-right: 23px;
	padding-bottom: 13px;
	padding-left: 90px;
}





.content_tab {
	padding: 15px;
	padding-top: 11px;
	direction: rtl;
	overflow-y: scroll;
	word-break: break-word;
	overflow-x: hidden;
	height: 600px;
	max-height: 66vh;
	width: 442px;
}

.content_tab::-webkit-scrollbar {
	cursor: pointer;
	/* height: 13px; */
	width: 13px;
}


.content_tab::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.content_tab::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}



.content_tab::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}

.h_title {
	display: inline-block;
	/* float: right; */
	font-size: 17px;
	color: #3f4c67;
	font-weight: bold;
	margin-bottom: 14px;
	margin-right: 14px;
	text-decoration: none;
}



.mes_tab {
	font-family: Arial, sans-serif;
	display: inline-block;
	/* float: right; */
	text-align: right;
	/* margin-right: 13%; */
	background: #fff;
	/* width: 75%; */
	width: 92%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}



.mes_right_tab {
	float: right;
	text-align: center;
	width: 39%;
}

.sender_mes_tab:hover {
	text-decoration: underline;
}

.sender_mes_tab {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 17.4px;
	/* font-size: 17.5px; */
	/* width: 100%; */
}

.mes_left_tab {
	float: left;
	text-align: right;
	padding-top: 23px;
	width: 58%;
	/* height: 88px; */
}

.mes_title_tab:hover {
	color: #ffffff;
	/* background: #21c7a8; */
	background: #1fbfa2 !important;
	/* text-decoration: underline; */
	
}

.mes_title_tab {
	cursor: pointer;
	color: #ffffff;
	background: #1aab90;
	font-size: 15px;
	user-select: none;
	padding: 12px;
	text-decoration: none;
	display: block;
	text-align: right;
	word-wrap: break-word;
	border-radius: 8px;
	transition: 0.2s;
}

.mes_time_tab {
	color: #464646;
	font-size: 14.5px;
	margin: 8px;
}







.show {
	display: block;
}

.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}











.actiontinput {
	margin: 0 auto;
	/* text-align: center; */
	/* border-top: 2px solid #dddddd9e; */
	/* border-bottom: 2px solid #dddddd9e; */
	/* padding: 0px; */
	/* padding-top: 2px; */
	/* padding-bottom: 54px; */
	width: 97%;
	margin-top: 10px;
	user-select: none;
	margin-bottom: 4px;
	font-family: Arial, sans-serif;
}

#jaimeinput:hover {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}

#jaimeinput:focus {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}

#jaimeinput {
	outline: none;
	float: right;
	/* padding: 7px; */
	padding-bottom: 4px;
	padding-top: 4px;
	/* background: rgba(115, 117, 119, 0.22); */
	width: 33%;
	border-radius: 6px;
	transition: 0.3s;
}



.like {
	background: url(/img/deslike.svg) center no-repeat;
	outline: none;
	background-size: 45%;
	margin: 0px;
	cursor: pointer;
	padding: 5px;
	/* margin-right: 6px; */
	margin-bottom: 2px;
	width: 56px;
	height: 25px;
	border: none;
}

.like1 {
	background: url(/img/deslike.svg) center no-repeat;
	outline: none;
	background-size: 45%;
	margin: 0px;
	cursor: pointer;
	padding: 5px;
	/* margin-right: 6px; */
	margin-bottom: 2px;
	width: 56px;
	height: 25px;
	border: none;
}

.deslike {
	background: url(/img/like.svg) center no-repeat;
	outline: none;
	background-size: 45%;
	margin: 0px;
	cursor: pointer;
	padding: 5px;
	/* margin-right: 6px; */
	margin-bottom: 2px;
	width: 56px;
	height: 25px;
	border: none;
}

.deslike1 {
	background: url(/img/like.svg) center no-repeat;
	outline: none;
	background-size: 45%;
	margin: 0px;
	cursor: pointer;
	padding: 5px;
	/* margin-right: 6px; */
	margin-bottom: 2px;
	width: 56px;
	height: 25px;
	border: none;
}

.likes {
	color: #3f4c67;
	float: right;
	margin-right: -5px;
	margin-top: -10px;
	margin-bottom: -4px;
	font-size: 18px;
	/* user-select: none; */
	padding-top: 16px;
	padding-right: 58px;
	padding-left: 16px;
	padding-bottom: 8px;
	border-radius: 6px;
	width: 100px;
}

#james {
	float: right;
	/* margin-left: 56px; */
}

.titre-likes {
	/* margin-top: -20px; */
	float: right;
	margin-right: 7px;
}









#commentbutton:hover {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}

#commentbutton:focus {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}

#commentbutton {
	outline: none;
	float: right;
	/* padding: 7px; */
	padding-bottom: 4px;
	padding-top: 4px;
	/* background: rgba(115, 117, 119, 0.22); */
	width: 34%;
	border-radius: 6px;
	transition: 0.3s;
}

#comment {
	background: url(/img/commenting2.svg) left no-repeat;
	outline: none;
	background-size: 45%;
	margin: 0px;
	cursor: pointer;
	padding: 4px;
	width: 56px;
	height: 25px;
	border: none;
}


.comments {
	color: #3f4c67;
	float: right;
	margin-right: -4px;
	margin-top: -10px;
	margin-bottom: -4px;
	font-size: 18px;
	/* user-select: none; */
	padding-top: 15px;
	padding-right: 76px;
	padding-left: 74px;
	padding-bottom: 10px;
	border-radius: 6px;
}

.titre-comment {
	margin-top: 0px;
	float: right;
}








#shareinput:hover {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}

#shareinput:focus {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}

#shareinput {
	outline: none;
	float: right;
	padding-bottom: 4px;
	padding-top: 4px;
	/* background: rgba(115, 117, 119, 0.22); */
	width: 33%;
	border-radius: 6px;
	transition: 0.3s;
}

#shareinput a {
	outline: none;
}

#shareinput a:focus {
	background: rgba(115, 117, 119, 0.22);
	transition: 0.3s;
}






#share {
	background: url(/img/share.svg) center no-repeat;
	outline: none;
	background-size: 45%;
	margin: 0px;
	cursor: pointer;
	padding: 4px;
	width: 56px;
	height: 25px;
	border: none;
}

.shares {
	color: #3f4c67;
	float: right;
	margin-right: -4px;
	margin-top: -10px;
	margin-bottom: -4px;
	font-size: 18px;
	/* user-select: none; */
	padding-top: 15px;
	padding-right: 65px;
	padding-left: 66px;
	padding-bottom: 10px;
	border-radius: 6px;
}




.titre-share {
	margin-top: 0px;
	float: left;
}





.commentinput {
	margin-right: 2%;
	float: right;
	width: 100%;
}





.inf-center {
	float: right;
	width: 45.9%;
	margin-right: 1.5%;
	/* margin-left: 18px; */
}











.item_ntit {
	float: right;
	direction: rtl;
	margin-right: 18px;
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	color: #565656;
}


.items {
	float: right;
	direction: rtl;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: right;
}


a.item:hover {
	text-decoration: underline;
}

.item {
	color: #555;
	text-decoration: none;
	transition: 0.5s;
}

.item_ind:nth-child(4n) {
	margin-left: 0px;
}

.item_ind {
	float: right;
	width: 21%;
	min-height: 190px;
	/* margin: 0 auto; */
	background: #fff;
	padding: 15px;
	padding-top: 10px;
	text-align: center;
	/* color: #9e9e9e; */
	direction: rtl;
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
	/* margin-left: 22px; */
	/* margin-left: 9px; */
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 45px;
}


.dropdown_item {
	text-align: left;
	float: none;
}



.item_ind img {
	width: 99%;
	height: 130px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}

.item_ind .text {
	text-align: center;
	margin-right: 5px;
	word-wrap: break-word;
}

.item_ind .paid {
	text-align: center;
	font-size: 17px;
	color: #15a6d4;
	text-decoration: underline;
}

.item_ind .no_paid {
	text-align: center;
	font-size: 17px;
	color: #9c9c9c;
	text-decoration: underline;
}

.item_ind .price {
	direction: rtl;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #1aab90;
	text-decoration: underline;
}


.item_titind {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	color: #1aab90;
}

.item_nbody {
	font-family: "Droid Arabic Kufi", Open Sans, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 27px;
	margin-top: 6px;
}







.comments_dv {
	float: right;
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 2px solid #dddddd9e;
}

.comm {
	margin-right: 2%;
	margin-bottom: 10px;
	float: right;
	width: 98%;
	border-radius: 5px 0px 0px 5px;
}

.sender_comm {
	margin-top: 3px;
	float: right;
	/* margin-right: -6px; */
	min-width: auto;
	max-width: 21vw;
}


.sender_comm a:hover {
	text-decoration: underline;
	/* transition: 0.3s; */
}

.sender_comm a {
	text-decoration: none;
	/* transition: 0.3s; */
}

.comm_info {
	font-family: Arial, sans-serif;
	float: right;
	/* border-bottom: 2px solid #e2e2e2; */
	width: 96%;
	border-radius: 5px;
}

#pub_comm {
	float: right;
	color: #2a4057;
	font-size: 18px;
	clear: both;
}

img.avatar_comm {
	border: 2px solid #2a4057;
	float: right;
	border-radius: 50%;
	/* margin: 10px; */
	width: 44px;
	height: 44px;
	margin-left: 10px;
	margin-right: 8px;
	/* margin-top: -9px; */
	/* margin-top: 18px; */
}


.textcomment {
	/* user-select: text; */
	font-size: 18px;
	color: #6b747d;
	word-wrap: break-word;
	font-family: Arial, sans-serif;
	/* float: right; */
	width: 147%;
	line-height: 27.5px;
	margin-top: 18px;
	clear: both;
}

.actioncomm {
	margin-top: 5px;
	width: 150%;
}

.actioncomm a {
	user-select: none;
	cursor: pointer;
	color: #3f4c67;
}


.replies {
	float: right;
	width: 100%;
	margin-top: 14px;
	/* padding-top: 12px; */
	/* border-top: 2px solid #e2e2e2; */
}

.reply {
	margin-right: 10%;
	margin-bottom: 14px;
	/* margin-top: 3px; */
	float: right;
	width: 90%;
	border-right: 2px solid #1aab90;
	border-radius: 5px 0px 0px 5px;
}


.replyinput {
	/* margin-top: 10px; */
	margin-right: 10%;
	border-right: 2px solid #1aab9000;
	float: right;
	width: 90%;
}

img.avatar_reply_info {
	border: 2px solid #2a4057;
	float: right;
	border-radius: 50%;
	/* margin: 10px; */
	width: 44px;
	height: 44px;
	margin-left: 10px;
	margin-right: 8px;
	/* margin-top: 18px; */
}

.new_reply_comm {
	border-right: 2px solid #1aab90;
}

a.liked {
	font-weight: bold;
	color: #1aab90;
}











.info_user_m {
	display: none;
}

.info_page_m {
	display: none;
}


.name_profile_m a {
	text-decoration: none;
	/* display: none; */
	display: inline-block;
	/* padding-bottom: 13px; */
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	cursor: pointer;
	/* float: right; */
	/* position: absolute; */
	/* bottom: 28px; */
	/* right: 258px; */
	font-size: 28px;
	color: #2a4057;
	text-rendering: optimizelegibility;
	/* text-shadow: 0 0 6px rgba(42, 64, 87, 0.49); */
	font-weight: 600;
	letter-spacing: 0;
}

.name_page_m a {
	text-decoration: none;
	/* display: none; */
	display: inline-block;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	cursor: pointer;
	/* float: right; */
	/* position: absolute; */
	/* bottom: 28px; */
	/* right: 258px; */
	font-size: 28px;
	color: #2a4057;
	text-rendering: optimizelegibility;
	/* text-shadow: 0 0 6px rgba(42, 64, 87, 0.49); */
	font-weight: 600;
	letter-spacing: 0;
}


.inf-tele {
	display: none;
}


/* pc */
@media( min-width: 700px ){
	


.customers {
	width: 32%;
	margin-right: 24.5vw;
}

.customers.searchinp {
	width: 36%;
	margin-right: 0px;
	margin-top: 43px;
}

}
	
	
	
	
	
	
	
	
	/* tablet2 */
@media( max-width: 1000px ){
	
.inf-center {
	width: 44.8%;
}

.content_tab {
	height: 73vh;
	width: 50vw;
}

	
.index {
	display: none;
}



.customers {
	width: 32%;
	margin-right: 18vw;
}

.customers.searchinp {
	width: 37%;
	margin-right: 0px;
	/* margin-top: 43px; */
}


.item_ind {
	width: 27%;
}

.item_ind:nth-child(4n) {
	/* margin-left: auto; */
}

.item_ind:nth-child(3n) {
	margin-left: 0px;
}

	
}




.tabs_list_c {
	display: none;
}

/* tablet1 telephone2 */
@media( max-width: 768px ){

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.info_text {
	user-select: text;
}

.textcomment {
	user-select: text;
}

.msg {
	user-select: text;
}


.inf-tele {
	display: block;
}

.tabs_tele {
	display: flex !important;
}

.form_search {
	display: none;
}

.drop_lists_c {
	display: none;
}


/*
.menu {
	display: none;
}

.logo {
	display: none;
}
*/



.notif {
	padding: 3px;
	margin: 7px;
}


.tabs_list_c {
	display: block;
}

.tabs_list_c {
	direction: ltr;
	margin-top: -10px;
	float: left;
	margin-left: 0px;
	/* width: 100%; */
	text-align: center;
}



.tab_list_c {
	display: inline-block;
	float: left;
	margin-left: 0px;
	/* width: 19%; */
}


.tab_list_c .dropdown {
	padding: 0px;
	/* direction: rtl; */
	font-size: 24px;
	/* background: #1db599; */
	/* border-radius: 5px; */
	/* border: 1px solid #7d7d7d; */
	float: none;
	/* overflow: hidden; */
}



.icon_menu:hover {
	color: #ffffff;
	background: #159880;
	transition: 0s;
}


.icon_menu {
	padding: 18px;
	/* width: 9vw; */
	/* width: 8vw; */
}



.icon_fffe:hover {
	color: #ffffff;
	/* background: #159880; */
}

.icon_fffe {
	padding: 18px;
	padding-left: 4vw;
	/* width: 9vw; */
	color: #006f5a;
	/* transition: 0.2s; */
}

.fffe {
	color: #fff;
	background: #159880;
}









.index {
	display: none;
}

#content {
	width: 100%;
}

#content h3 {
	margin: 0 auto;
	float: none;
	margin-right: auto;
	margin-bottom: 13px;
}


.customers {
	width: 75%;
	margin-right: 9vw;
}

.customers.searchinp {
	width: 82%;
	margin-right: 9vw;
	margin-top: 0px;
}


.sear {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.tabs_p {
	margin-right: 254px;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.list {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.listfriends {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.invitation {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.notification {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.up {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.stat_time {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}


.create_post {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.inputinfo {
	width: 70%;
}

.classup {
	margin-right: 11%;
	width: 78%;
}

.post {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.sender_comm {
	max-width: 42vw;
}


img.reg {
	width: 90%;
}


.rightind {
	display: none;
	visibility: hidden;
}

.leftind {
	display: none;
	visibility: hidden;
}

.inf-center {
	/* margin: 0px; */
	margin: 0 auto;
	float: none;
	/* float: right; */
	/* width: 100%; */
	width: 94%;
	/* margin-right: 0px; */
	/* margin-left: 0px; */
}


.center_form {
	float: none;
	margin: 0 auto;
	width: 93%;
}


.create {
	margin-right: 0px;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}


.accun_dev {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.footer {
	height: auto;
}

/*
17%

.dd1 {
	margin-top: 30%;
}
*/

}


	
/*
tablet2 
@media( max-width: 768px ){
	
#search1 {
	width: 50%;
}
		
}
*/

/* tele */
@media( max-width: 650px ){

.item_ind {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 30px;
}

}


	
	/* telephone1 */
	
@media( max-width: 600px ){


.logo .logo_b {
	display: none;
}

.logo .logo_m {
	display: block;
}

.form_search {
	display: none;
}

.drop_lists_c {
	display: none;
}

.index {
	display: none;
}

#content {
	width: 100%;
}

#content h3 {
	margin: 0 auto;
	float: none;
	margin-right: auto;
	margin-bottom: 13px;
}


.sear {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	/* border-radius: 0px; */
}

.tabs_p {
	float: none;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
	border-right: none;
	border-left: none;
	/* border-radius: 0px; */
}

.list {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.listfriends {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	/* border: 1px solid rgba(211, 211, 211); */
	/* border-right: none; */
	/* border-left: none; */
	/* border-radius: 0px; */
}

.invitation {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	/* border: 1px solid rgba(211, 211, 211); */
	/* border-right: none; */
	/* border-left: none; */
	/* border-radius: 0px; */
}

.notification {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	/* border: 1px solid rgba(211, 211, 211); */
	/* border-right: none; */
	/* border-left: none; */
	/* border-radius: 0px; */
}

.up {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.form_update_grou {
	width: 70%;
}


.stat_time {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.info {
	border: 0;
}

.menuinfo {
	padding-top: 32px;
	border-radius: 0;
	/* border: 1px solid #ffffff; */
	border-right: none;
	border-left: none;
}

img.avatar_profile {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

img.avatar_page {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.info_user {
	display: none;
}

.info_page {
	display: none;
}


.info_user_m {
	display: block;
	/* direction: rtl; */
	text-align: center;
}

.info_page_m {
	display: block;
	text-align: center;
}

.validite_page {
	float: none;
}

.validite_page img {
	float: none;
}

/*
.name_profile_m {
	display: block;
}

.name_page_m {
	display: block;
}
*/

.avtup {
	float: none;
	text-align: center;
	margin: 0 auto;
	/* margin-left: 15px; */
	width: 50%;
	margin-top: 13px;
	margin-bottom: 20px;
}

.avtup a {
	/* float: left; */
	/* padding: 17px; */
	padding: 15px;
	font-size: 18px;
	text-align: center;
	/* margin-left: 15px; */
	/* text-decoration: none; */
	/* margin-top: 16px; */
	/* margin-bottom: 20px; */
	/* color: #3dd66b; */
	/* padding: 17px; */
	/* color: #3dd66b; */
	/* background: #1aab90; */
	border: 2px solid #3dd66b;
	border-radius: 5px;
	width: 100%;
}


.buttons_profile {
	float: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	/* margin-left: 50px; */
	margin-bottom: 12px;
}

.buttons_frands_profile {
	text-align: center;
	margin-left: 0px;
	float: none;
	/*margin-top: 16px;*/
	margin-bottom: 20px;
}

.buttons_frands_profile a {
	/* float: none; */
	/* cursor: pointer; */
	font-size: 20px;
	/* text-decoration: none; */
	/* border: 2px solid #ddd; */
	/* color: #888b89; */
	padding: 5px;
	/* border-radius: 5px; */
	/* margin-left: 8px; */
	/* transition: 0.3s; */
}





.center_form {
	margin-right: 0px;
	width: 100%;
}


.create {
	margin-right: 0px;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}


.form_cr_grou {
	width: 70%;
}




.create_post {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.inputinfo {
	width: 60%;
}

.classup {
	margin-right: 11%;
	width: 78%;
}

.post {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.commentinfo {
	width: 61%;
}



.titre-likes {
	display: none;
	visibility: hidden;
}
	
.titre-comment {
	display: none;
	visibility: hidden;
}
	
.titre-share {
	display: none;
	visibility: hidden;
}






img.reg {
	width: 100%;
}

.ind {
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.succ {
	width: 75%;
}

.error {
	width: 75%;
}







.re {
	margin-right: auto;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
	/* border: none; */
	border: 1px solid rgba(211, 211, 211);
	border-right: none;
	border-left: none;
	border-radius: 0px !important;
}

.form_group input {
	width: 95%;
}

.form_group textarea {
	width: 95%;
}

.form_group_update input {
	width: 95%;
}

.form_group_update textarea {
	width: 95%;
}
	
	
	
	
	
	
.rightind {
	display: none;
}

.leftind {
	display: none;
}

.inf-center {
	/* margin: 0px; */
	margin: 0 auto;
	float: none;
	/* float: right; */
	width: 100%;
	/* width: 94%; */
	/* margin-right: 0px; */
	/* margin-left: 0px; */
}



.accun_dev {
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.footer {
	height: auto;
}

	
}


@media( max-width: 376px ){
	.apps_m_tab {
		/*display: none;*/
	}
	.icon_menu {
		padding: 18px 12px 18px 12px;
	}
	.icon_fffe {
		padding: 18px 14px 18px 14px;
	}
}