* {	
	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;
}






body {
	/* background: url(img/bic.jpg) fixed no-repeat center top; */
	/* background-size: cover; */
	/* background-blend-mode: overlay; */
	background: #ececec !important;
	/* background: #e6e6e6; */
	/* background: #ffffff; */
	transition: 0.5s;
	height: 100%;
}


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="email"], input[type="password"], textarea {
	outline: none;
	color: #4e4e4e;
	text-align: right;
	direction: rtl;
}

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: #8a8a8a;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8a8a8a;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #8a8a8a;
}

/*
[disabled]:hover {
	background: #bac2ca;
	color: #fff;
}

[disabled] {
	background: #bac2ca;
	color: #fff;
}
*/

a {
	color: #e86a1e;
}



/*
button, input {
	
}
*/


.header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-top: 0;
	/* padding-top: 8px; */
	width: 100%;
	/* height: 50px; */
	height: 60px;
	background: #e86a1e;
	/* box-shadow: 0 1px 7px rgba(0,0,0,.35); */
	box-shadow: 0 0.5px 7px rgba(0,0,0,0.35);
	/* border-radius: 0 0 5px 5px; */
}



/*	
.menu {
	
}
.menu ul {
	margin-left: 4%;
}
.menu ul li {
	float: left;
	padding: 8px;
	list-style: none;
}
.menu ul li a {
	text-decoration: none;
	color: #e86a1e;
	border: 2px solid #e86a1e;
	font-size: 18px;
	padding: 6px;
	border-radius: 7px;
}
.menu ul li a:hover {
	background: #fff;
	color: #e86a1e;
	transition: 0.5s;
}
.logo {
	float: right;
	/* margin-top: 21px; *//*
	margin-right: 42px;
}
*/



/* .logo a {
	color: #e86a1e;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #e86a1e;
	border-radius: 5px;
} */





.head {
	width: 94%;
	margin: 0 auto;
	padding-top: 10px;
}


.menu {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 22px;
	float: left;
	margin-left: 2%;
}





/*#404040*/



.button a:hover {
	background: #ef8c51;
	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: #f3f3f3;
	font-size: 18px;
	padding: 7px;
	border: 2px solid #ffffff;
	border-radius: 6px;
}





/*
.button a {
	color: #fff;
	text-decoration: none;
}
*/





/* .logo a {
	color: #e86a1e;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #e86a1e;
	border-radius: 5px;
} */







#content {
	min-height: 75vh;
	padding-top: 85px;
	overflow: hidden;
	margin: 0 auto;
	width: 94%;
}

#content h3 {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	/* float: right; */
	/* margin-right: 8%; */
	text-align: center;
	border: 3px solid #64ec1f;
	padding: 5px;
	color: #e86a1e;
	background: #fff;
	/* margin: 0 auto; */
	border-radius: 5px;
	width: 38%;
	margin-bottom: 13px;
}


/* ===== 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;
	margin: 0 auto;
	width: 28vw;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #ef3a3a;
	border-radius: 0.60rem;
}

.error a:hover {
	text-decoration: underline;
}

.error a {
	color: #ef3a3a;
	font-size: 19px;
	text-decoration: none;
}






.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;
	margin: 0 auto;
	width: 28vw;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #73f133;
	border-radius: 0.60rem;
}

.succ a:hover {
	text-decoration: underline;
}

.succ a {
	color: #16af3f;
	font-size: 19px;
	text-decoration: none;
}


.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);
}




.list {
	text-align: left;
	/* float: right; */
	margin: 0 auto;
	background: #ffffff;
	width: 96%;
	padding: 16px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
}



.dd1 {
	margin: 0 auto;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 70px;
}

.dd1 img {
	width: 138px;
	margin-bottom: 15px;
}





.form_group1 {
	direction: rtl;
	/* height: 48px; */
	margin-bottom: 12px;
}







/*
.ser:focus {
	border: 2px solid #009688;
	box-shadow: 0px 0px 8px 0px rgba(0, 150, 136, 0.55);
}
*/



.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: #e86a1e;
	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: #e86a1e;
}

.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;
}




.sticky1 {
	position: fixed;
	float: right;
	margin-right: 37px;
}

.sticky {
	position: fixed;
	top: 78px;
	margin-right: 3%;
	width: 22.56%;
}

.sticky2 {
	position: fixed;
	top: 78px;
	width: 23%;
}





.leftind {
	float: left;
	margin-top: 5px;
	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: #e86a1e;
}

.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: #e86a1e;
	/* 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;
}





.drop_list {
	float: left;
}


.drop_lists_c {
	float: left;
	margin-left: 20px;
}

.drop_list_c {
	float: left;
	/*margin-left: 7%;*/
}



	
.logo {
	float: right;
	/* margin-top: 4px; */
	margin-right: 2%;
}

.logo .logo_b {
	height: 40px;
	margin-top: -1px;
}

.logo .logo_m {
    display: none;
    width: 34px;
}





.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: #e86a1e;
	padding: 8px;
}
*/







.dropdown {
	/* direction: rtl; */
	font-size: 24px;
	/* background: #fff; */
	/* border-radius: 5px; */
	/* border: 1px solid #7d7d7d; */
	float: left;
	/* overflow: hidden; */
}





.dropbtn:hover {
	color: #dee1e6;
}

.dropbtn:active {
	color: #525252;
}



.dropbtn {
	user-select: none;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #f3f5f7;
	padding: 8px;
	/* padding-bottom: 0px; */
}

a.dropbtn {
	text-decoration: none;
}

.drpbtn {
	
}

.drpbtnp {
	padding-bottom: 0px;
}




.dropdown_ads {
	text-align: left;
	float: none;
}

.drop_ads:hover {
	color: #7b7b7b;
}

.drop_ads:focus {
	color: #7b7b7b;
}

.drop_ads {
	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; */
}








.icon_menu:hover {
	color: #eaeaea;
	transition: 0.2s;
}

.icon_menu {
	color: #f3f3f3;
	transition: 0.2s;
}

.icon_menu:focus {
	color: #eaeaea;
	transition: 0.2s;
}

.icon_menu:active {
	color: #e4e4e4;
	transition: 0.2s;
}


.av_head {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 0px;
	float: right;
	margin: -8px;
	margin-left: 6px;
}



.fff:hover {
	color:#dee1e6;
}

.fff {
	color:#dee1e6;
}


.fffe:hover {
	color:#e4e4e4;
}

.fffe {
	color:#e4e4e4 !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;
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 4.3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 10;
}


.dropdown-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;
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 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: #e86a1e;
	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: 50vh;
	width: 26vw;
	/* height: 435px; */
	/* width: 335px; */
	
}

.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: 10px;
	text-decoration: none;
}




.mes_tab {
	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_tab {
	float: right;
	text-align: center;
	width: 39%;
}

.sender_mes_tab:hover {
	text-decoration: underline;
}

.sender_mes_tab {
	color: #e86a1e;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 18px;
	/* 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;
	/* text-decoration: underline; */
	
}

.mes_title_tab {
	word-wrap: break-word;
	color: #ffffff;
	background: #1aab90;
	cursor: pointer;
	user-select: none;
	padding: 12px;
	text-decoration: none;
	display: block;
	text-align: right;
	border-radius: 8px;
	transition: 0.2s;
}






.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: #e86a1e;
	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;
}






.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;
}




.inf-center {
	margin: 0 auto;
	float: right;
	width: 73%;
	margin-top: 5px;
}



.info {
	margin-top: 5px;
	background: #fff;
	margin: 0 auto;
	/* width: 94%; */
	border: 0.7px solid rgba(0, 0, 0, 0.16);
	border-radius: 5px 5px 0px 0px;
}

.cover {
	height: 195px;
	position: relative;
}

img.avatar_profile {
	position: absolute;
	background: #fff;
	float: right;
	margin: 10px;
	width: 180px;
	height: 180px;
	right: 36px;
	top: 25px;
	border: 1px solid #b9b9b9;
	border-radius: 30px;
	padding: 3px;
}

.info_user {
	direction: rtl;
}

.name_profile {
	font-family: sans-serif;
	cursor: pointer;
	float: right;
	position: absolute;
	/* bottom: 28px; */
	bottom: 33px;
	right: 258px;
	font-size: 31px;
	color: #5a5a5a;
	text-rendering: optimizelegibility;
	font-weight: 600;
	letter-spacing: 0;
}

.des_profile {
    font-family: sans-serif;
    /* cursor: pointer; */
    float: right;
    position: absolute;
    bottom: 8px;
    /* right: 258px; */
    right: 265px;
    font-size: 18px;
    color: #989898;
}


.menuinfo {
	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);
}

.info_user_m {
	display: none;
}

.name_profile_m {
	/* display: none; */
	/* 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: #5a5a5a;
	text-rendering: optimizelegibility;
	/* text-shadow: 0 0 6px rgba(42, 64, 87, 0.49); */
	font-weight: 600;
	letter-spacing: 0;
}

.des_profile_m {
    /* display: none; */
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    font-family: sans-serif;
    cursor: pointer;
    /* float: right; */
    /* position: absolute; */
    /* bottom: 28px; */
    /* right: 258px; */
    font-size: 18px;
    color: #989898;
}


.avtup {
	float: left;
	padding: 17px;
	margin-left: 15px;
}

.avtup a:hover {
	text-decoration: underline;
}

.avtup a {
	padding: 17px;
	font-size: 18px;
	text-decoration: none;
	color: #e86a1e;
}


.buttons_invit {
	direction: rtl;
	margin: 0 auto;
	margin-top: 10px;
	/* margin-left: 0px; */
	text-align: left;
	width: max-content;
}

.buttons_profile {
	/* float: left; */
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 6px;
}

buttons_invit {
	direction: rtl;
	margin: 0 auto;
	margin-top: 10px;
	/* margin-left: 0px; */
	text-align: left;
	width: max-content;
}


.buttons_frands_profile {
	text-align: left;
	/* margin-left: 25px; */
	/* float: left; */
	margin-top: 11px;
}

.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_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;
}







.form_search {
	direction: rtl;
	outline: none;
	/* float: right; */
	text-align: center;
	/* margin-right: 27px; */
	margin-top: 4px;
	margin-bottom: 18px;
	/* width: 100%; */
}

.ser {
	cursor: pointer;
	outline: none;
	color: #fff;
	border: 2px solid rgb(232, 106, 30);
	background: #e86a1e;
	padding: 12px;
	height: 50px;
	font-size: 17px;
	margin-right: 7px;
	border-radius: 5px;
}

.search:focus {
	/* border: 2px solid #009688; */
	box-shadow: 0px 2px 14px 0px #a0a0a0;
}

.search {
	color: #3f4c67;
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 16px;
	outline: none;
	text-align: right;
	direction: rtl;
	border: 2px solid #e86a1e;
	border-radius: 6px;
	padding: 12px 13px 12px 13px;
	height: 22px;
	width: 30%;
}



.cats {
	float: right;
	direction: rtl;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	
}

.cat:nth-child(4n) {
	/* margin-left: 0px; */
}

.cat {
	float: right;
	width: 23%;
	/* min-height: 190px; */
	/* margin: 0 auto; */
	background: #fff;
	padding: 20px;
	padding-top: 15px;
	text-align: right;
	color: #e86a1e;
	direction: rtl;
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
	/* margin-left: 19px; */
	/* margin-left: 9px; */
	margin: 2px;
	margin-top: 5px;
	margin-bottom: 17px;
}

.cat_titind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 32px;
	/* line-height: 23px; */
	margin-top: 0px;
	margin-right: 0px;
	/* margin-bottom: 15px; */
	color: #e86a1e;
}


a.cat_link:hover {
	text-decoration: underline;
}

.cat_link {
	text-align: center;
	color: #e86a1e;
	text-decoration: none;
	transition: 0.5s;
}


.cat img {
	width: 99%;
	height: 130px;
	border: 1px solid #dadada;
	border-radius: 4px;
}


.item_ntit {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	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: #e86a1e;
	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;
}

.item_ind img {
	width: 99%;
	height: 130px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}

.item_ind .text {
	text-align: center;
	margin-right: 5px;
}

.item_ind .paid {
    text-align: center;
    font-size: 17px;
    color: #15a6d4;
    text-decoration: underline;
}

.item_ind .price {
	direction: ltr;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #e86a1e;
	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: #e86a1e;
}

.item_nbody {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 27px;
	margin-top: 6px;
}




.ad_ind {
	margin: 0 auto;
	background: #fff;
	padding: 28px;
	min-height: 70vh;
	padding-top: 12px;
	text-align: right;
	color: #e86a1e;
	direction: rtl;
	margin-bottom: 15px;
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
}






.user_info {
	font-family: Arial, sans-serif;
	float: right;
	border-bottom: 2px solid #e2e2e2;
	background: #fff;
	width: 100%;
	min-height: 61px;
	max-height: 90px;
	margin-bottom: 15px;
}

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; */
}

.sender_post.hrifp {
	margin-top: 5.5px;
	float: right;
	width: 71%;
	/* margin-right: -6px; */
}

#pub_post {
	float: right;
	color: #2a4057;
	font-size: 18px;
	clear: both;
}

#date_post {
	float: right;
	color: #7d7d7d;
	font-size: 16.5px;
	margin-top: 2.8px;
	margin-right: 1.5px;
	clear: both;
}

#cat_ad {
	float: right;
	color: #7d7d7d;
	font-size: 17px;
	line-height: 20px;
	margin-top: 2.8px;
	margin-right: 8px;
	margin-bottom: 3px;
	border-radius: 5px;
	padding: 1px;
	/* border: 0.85px solid #d0d0d0; */
	border: 0.85px solid #cecece;
}

.sender_post a {
	text-decoration: none;
	/* transition: 0.3s; */
}

.sender_post a:hover {
	text-decoration: underline;
	/* transition: 0.3s; */
}






.ad_titind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 26px;
	line-height: 32px;
	/* margin-right: 84px; */
	margin-right: 2%;
	margin-bottom: 13px;
	color: #e86a1e;
}

.ads_link {
	width: 100%;
    float: right;
    margin-bottom: 10px;
	word-wrap: break-word;
	text-align: right;
	color: #e86a1e;
	text-decoration: none;
}

.ad_bodyind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 19px;
	line-height: 30px;
}

.ad_wanind {
	margin-bottom: 30px;
}

.ad_ntit {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: #565656;
}

.ad_nbody {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}

.ad_ind .price {
	cursor: default;
	direction: ltr;
	text-align: left;
	margin-left: 23px;
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 15px;
	color: #15a6d4;
}

img.ad_imag {
	width: 100%;
	max-height: 480px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.ad_ind .text {
	word-wrap: break-word;
	margin-right: 10px;
	width: 100%;
}

.center_form {
	float: right;
	margin-right: 15%;
	width: 72%;
}

.pub {
	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;
}

.pub h2 {
	text-align: center;
	color: #e86a1e;
	border-bottom: 2px solid #ddd;
	padding: 5px;
	padding-top: 0px;
}

.form_group_pub {
	outline: none;
	float: right;
	text-align: right;
	margin-right: 4%;
	width: 86%;
	margin-top: 22px;
}



.form_group_pub 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_pub input {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	/* font-family: Open Serif; */
	outline: none;
	width: 100%;
	/* margin: 12px auto; */
	padding: 10px 12px;
	margin-top: 0px;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}



.form_group_pub 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_pub select {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	/* font-family: Open Serif; */
	direction: rtl;
	outline: none;
	cursor: pointer;
	width: 104.3%;
	/* margin: 12px auto; */
	padding: 10px 12px;
	margin-top: 0px;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}



.form_group_pub 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_pub 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;
}



.com_err {
	word-wrap: break-word;
	direction: rtl;
	max-width: 250px;
	float: right;
	margin-right: 12px;
	color: #f51f1f;
	margin-top: 2px;
	/* margin-bottom: 9px; */
}



.re_names {
	width: 100%;
	margin: 0 auto;
	margin-left: 2.4%;
	/* margin-bottom: 5px; */
}




.form_1 {
	width: 45%;
	/* margin: 0 auto; */
	float: right;
}


.form_1 input {
	padding: 10px 12px;
	width: 100%;
	margin-top: 0px;
	float: right;
	text-align: right;
	font-size: 17px;
	border: 2px solid #AFAFAF;
	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: 10px 12px;
	width: 100%;
	margin-top: 0px;
	float: right;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}






.form_ad_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;
}
.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: 12px;
	width: 100%;
	background: #e86a1e;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
	margin-left: 3px;
	transition: 0.5s;
}

.classup {
	float: right;
	direction: rtl;
	margin: 16px;
	/* margin-right: 84px; */
	width: 70%;
}

.fileinfo:hover {
	color: #fff;
	background: #e86a1e;
	border: 2px solid #9a4c1c;
	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;
}

#up {
	display: none;
}

#demo {
	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;
}

#errors {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}









.footer {
	background: #fff;
	padding: 30px;
	padding-top: 20px;
	margin-top: 38px;
	/* margin-top: 10vh; */
	height: 60px;
	left: 0;
	right: 0;
	/* margin-top: 67px; */
	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: #e86a1e;
	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: #7b7b7b;
	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: #e86a1e;
	font-size: 17px;
	direction: ltr;
}






/* pc */
@media( min-width: 700px ){

.link {
	width: 460px;
}

}







	
	/* tablet2 */
@media( max-width: 1000px ){



.dd1 {
	/* margin-top: 18%; */
}

.item_ind {
    width: 27%;
}

.item_ind:nth-child(4n) {
	margin-left: auto;
}

.item_ind:nth-child(3n) {
	margin-left: 0px;
}



}






/* tablet1 telephone2 */
@media( max-width: 768px ){





	
.dd1 {
	/* margin-top: 30%; */
	margin-top: 18%;
}

.link {
	width: 65%;
}



	
	
.header2 {
	height: 140px;
	padding-top: 10px;
}


.inf-center {
	width: 100%;
	margin-bottom: 30px;
}






.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;
}

.info_user {
	display: none;
}


.info_user_m {
	display: block;
	direction: rtl;
}

.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;
	padding: 15px;
	font-size: 18px;
	/* margin-left: 15px; */
	/* text-decoration: none; */
	width: 50%;
	margin-top: 13px;
	margin-bottom: 20px;
	/* color: #e86a1e; */
	/* background: #1aab90; */
	border: 2px solid #e86a1e;
	border-radius: 5px;
}

.avtup a {
	/* float: left; */
	/* padding: 17px; */
	font-size: 19px;
	/* margin-left: 15px; */
	/* text-decoration: none; */
	/* margin-top: 16px; */
	/* margin-bottom: 20px; */
	/* color: #e86a1e; */
	/* padding: 17px; */
	width: 100%;
}


.buttons_profile {
	float: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	/* margin-left: 50px; */
	margin-bottom: 6px;
}

.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; */
}










.form_search {
	margin-right: 0px;
}

.search {
	width: 70%;
}


.center_form {
	margin-right: 0px;
	width: auto;
}

.form_ad_grou {
    width: 70%;
}




.drop_tele_ad {
	position: absolute;
}



.leftind {
	width: 100%;
	margin-right: 0px;
}


.footer {
	height: auto;
}





}


/*

17%

.dd1 {
	margin-top: 30%;
}
*/	
	
/* tablet2 
@media( max-width: 768px ){
	
#search1 {
	width: 50%;
}

}
*/




/* tele */
@media( max-width: 650px ){

.cat {
	float: none;
	width: 100%;
	margin-left: 0px;
}

.item_ind {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 30px;
}

}


	
	/* telephone1 */
	
@media( max-width: 600px ){
	
	
	
/* #search1 {
	width: 60%;
} */

/*
.logo .logo_b {
    display: none;
}

.logo .logo_m {
    display: block;
}
*/


/* .menu {
	display: none;
} */

.footer {
	height: auto;
}


}




	/* logo */
	
@media( max-width: 370px ){

.but_re {
	display: none;
}

}





/*
@media( max-width: 908px ){
	h1::after {content}
}
	if ( screen.width >= 908px ){
		alert('pc');
	}
*/