/* General */
*[lang = 'ar'] input::placeholder{ overflow: visible;}
/* /General */

*[lang = 'ar'] #cod-new-form.cod-new section{ text-align:right}
*[lang = 'ar'] #cod-new-form.cod-new input, 
*[lang = 'ar'] #cod-new-form.cod-new select{ padding:5px 10px; font-size: 14px;}
*[lang = 'ar'] #cod-new-form.cod-new h3{ margin-top:25px;}


*[lang = 'ar'] .custum-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

*[lang = 'ar'] .custum-file span {
	font-size: 16px;
	color: #475569
}

*[lang = 'ar'] .custum-file .note {
	margin: 10px 0 0;
	display: inline-flex;
	font-size: 14px
}

*[lang = 'ar'] .custum-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0 0 10px !important;
	overflow: hidden;
	opacity: 0;
}

*[lang = 'ar'] .custum-file-label {
	transition: none;
}


*[lang = 'ar'] .custum-file-label {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 2;
	color: #475569;
	background-color: #fff;
	border: 1px solid #94a3b8;
	border-radius: .25rem;
	font-size: 14px !important;
	min-height: 40px;
}

*[lang = 'ar'] .custum-file-label::after {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 2;
	color: #475569;
	content: "Browse";
	background-color: rgba(148, 163, 184, 0.2);
	border-right: none;
	border-radius: .25rem 0 0 .25rem;
	min-height: 40px;
}

*[lang = 'ar'] .custum-file-input:lang(ar)~.custum-file-label::after {
	content: "تحميل ملف";
}