.inp-log {border-color: #D1D5D8 !important;}

.ibnts-cricle {display: inline-block; width: 45px; vertical-align: top; margin: 1px 2px; text-decoration: none !important;}
.ibtn-cricle {width: 45px; color:#fff; height: 45px; font-size: 25px; text-align: center; line-height: 45px; overflow: hidden; -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;direction: rtl;
	box-shadow: #ddd 0 0 5px; display: block; transition: all ease 0.3s;}
.ibtn-cricle:hover {box-shadow: #464646 0 0 7px; text-decoration: none !important;}
.ibtns-cricle:hover {text-decoration: none !important;}
.ibnts-cricle span {display: block; padding-top: 5px; color:#474747 !important; font-size: 13px;}
.ibtn-cricle.icon-whatsapp {background-color: #43d854;}
.ibtn-cricle.icon-telegram {background-color: #0088cc;}
.ibtn-cricle.icon-linkedin2 {background-color: #0077b5;}
.ibtn-cricle.icon-facebook1 {background-color: #3b5998;}
.ibtn-cricle.icon-twitter {background-color: #55acee;}
.ibtn-cricle.icon-embed2 {background-color: #ffffff; color:#474747;}
i.ibtn-cricle {cursor: pointer}


.ibtn-mini-success {display: inline-block; width: auto; min-width: 50px; padding: 6px 30px; margin: 0 2px; background-color: #002DF2; border-width: 0; color: #EFEFEF; transition: all ease 0.5s;}
.ibtn-mini-success:hover {color: #fff; background-color: #052D83;}
.ibtn-mini-danger {display: inline-block; width: auto; min-width: 50px; padding: 6px 30px; margin: 0 2px; background-color: #FFE5EC; border-width: 0; color:#474747; transition: all ease 0.5s;}
.ibtn-mini-danger:hover {color: #fff; background-color: #E33A31;}

.ialert {display: block; position: relative; padding: 12px 12px; font-size: 13px; overflow: hidden; margin: 7px 0; text-align: right; border: 1px solid #ddd; -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
	-webkit-animation: fadeIn 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadeIn 1s; /* Firefox < 16 */
	-ms-animation: fadeIn 1s; /* Internet Explorer */
	-o-animation: fadeIn 1s; /* Opera < 12.1 */
	animation: fadeIn 1s;
	cursor: help;
}
.ialert .close {position: absolute; color: #474747; left: 13px; top:12px; margin: 0; cursor: pointer; opacity: 0.6; transition: all ease 0.3s;}
.ialert .close:hover { opacity: 1;}
.ialert .close:after {content: "X"; font-size: 16px; font-weight: normal; font-style: normal;}
.ialert-danger {background-color: #F8ECEC; color: #B7110D; border-color: #F1D9D4;}
.ialert-warning {background-color: #e0cf78; color: #000; border-color: #F1D9D4;}
.ialert-success {background-color: #FDFFF2; color: #004EE7; border-color: #DCF5DB;}
.ialert-default {background-color: #F6F6F6; color: #474747; border-color: #E7E7E7;}
.ialert-primary {background-color: #0336EF; color: #fff; border-color: #264EE2;}

.loading-overfit {position: absolute; z-index: 999999999; overflow: hidden;}
.loading-overfit .blure {position:absolute; width: 100%; height: 100%; left: 0; top:0; background-color: rgba(252, 252, 252, 0.10); padding: 2px;}
.loading-overfit .spiners {position:absolute; width: 100%; height: 100%; left: 0; top:0; background: url("../../images/loading.svg") center no-repeat; background-size: 40px 40px; padding: 2px;}
.iloading {display: block; min-width: 50px; margin: 0 auto; min-height: 50px; background: url("../../images/loading.svg") center no-repeat; background-size: 40px 40px;}
.noselect {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.blur-load {pointer-events: none;
	-moz-user-select: none;
	filter: blur(4px);
	opacity: 0.5;}

@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

.fade-out {
	-webkit-animation: fadeOut 0.5s;-o-animation: fadeOut 0.5s;animation: fadeOut 0.5s;
	display: none;
}

.fade-in {
	-webkit-animation: fadeIn 0.5s;-o-animation: fadeIn 0.5s;animation: fadeIn 0.5s;
	display: block !important;
}

.noshow {display: none;}
.noshow-orginal {display: none !important;}

.register-capcha {position: relative;
	float: left;
	top: -37px;
	left: 5px;
	border-radius: 20px;
cursor: pointer;}

.pointer {cursor: pointer}

.center-align {text-align: center !important;}
.left-align {text-align: left !important;}
.right-align {text-align: right !important;}

.menu-item:hover .menu-icon > i {transition: all ease 0.3s;}
.menu-item:hover > a > .menu-icon > i, li.menu-item-open > a > .menu-icon > i {color:#3699FF !important;}

.btn-icon-h i {color: #A5A5A5; transition: all ease 0.3s; font-size: 20px;}
.btn-icon-h i:hover {color: #3699FF;}

.pms {background-color: #f8f8f8; margin-bottom: 10px; padding: 5px; transition: all ease 0.3s; border-bottom: 1px solid #ddd;}
.pms:nth-child(even) {background-color: #fafaec;}
.pms:hover {background-color: #ddd;}
.pms .pm_txt {padding: 5px; text-align: right; direction: rtl; color: #000;}
.pms .pm_data {padding: 5px; text-align: right; direction: rtl; color: #a0a0a0; border-radius: 5px; font-size: 12px; min-height: 25px;}
.pm_data .pmr, .pm_data .pml {float: right; vertical-align: top; width: 50%; max-width: 50%;}
.pm_data .pml {text-align: left;}
.pms .typersel {display:block; text-align: left}
.pms .typersel a {cursor: pointer; color: #474747;}

.dir-ltr {direction: ltr !important;}

.inav-link {
	background-color: #e1e1e1;
	color: #000 !important;
}
.inav-link.active {
	color: #0D84F6 !important;
}


.mini-img-show {text-align: center}
.mini-img-show img {max-width: 80%; margin-bottom: 5px; max-height: 250px;}

.icheckings > .checkbox {height: 32px; border-radius: 16px; padding: 0 5px; border: 1px solid #ddd; transition: all ease 0.3s;}
.icheckings > .checkbox:hover {border-color: #0D84F6;}

.noselected {cursor: not-allowed}

#itumbnails {display: inline-block; width: 90%; max-width: 240px; min-width: 100px; height: 320px; background-size: cover; background-position: center; border-radius: 30px; border: 2px solid #fff; box-shadow: #ddd 0 0 5px;}

.priceinput {margin-bottom: 2px; text-align: center;}
.priceinput .form-group {
	margin-bottom: 8px;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	max-width: 350px;
}

.priceinput .form-control {
	background-color: #FDFDFD;
	border-color: #ddd;
	color: #000;
	box-shadow: #E3E3E3 0 0 2px;
}

.file-480p, .file-720p, .file-1080p, .file-hq1080p, .file-bluray {
	border-radius: 10px;
	transition: all ease 0.3s;
}

.file-480p:hover, .file-720p:hover, .file-1080p:hover, .file-hq1080p:hover, .file-bluray:hover {
	background-color: #F7FAFF;
}

.custom-prevw {
	width: 100% !important;
	margin: 0 !important;
	direction: ltr;
}

.custom-prevw .dz-image {text-align: center; background-color: #f9f9f9 !important; border: 1px solid #ddd !important; border-radius: 30px !important;
	background: linear-gradient(to bottom, #f9f9f9, #f2f2f2) !important;
}
.custom-prevw .dz-image img {display: inline-block !important; width: 80px !important; margin-top: 20px !important;}

.custom-prevw .dz-details {text-align: left !important; padding-left: 120px !important;}
/*.custom-prevw .dz-progress {position: inherit !important; top: 0 !important; float: none !important;}*/

.succeccuploadicon {padding: 20px 0; text-align: center; border-radius: 30px; background-color: #195DE3; direction: rtl}
.succeccuploadicon i {color: #fff !important; font-size: 45px;}
.succeccuploadicon .successmessage {color: #fff !important; font-size: 24px; padding-top: 5px;}

.show-image-tb {width: 80px; height: 100px; background-position: center top; background-size: 100% 100%; background-origin: content-box; background-repeat: no-repeat;}
.ltr {direction: ltr}
.rtl {direction: rtl}

.show-one-line {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 350px;
	display: inline-block;
}

.img-zoom, .ivideo-image {
	overflow: hidden;
}

.img-zoom img, .ivideo-image img {
	transition: transform .5s ease;
}

.img-zoom:hover img, .ivideo-image:hover img {
	transform: scale(1.3);
}

.ivideo {
	position: relative;
}

.ivideo-item {height: 420px; float: right; width: 25%;  overflow: hidden; margin-bottom: 25px; padding: 0 10px; }
.ivideo-item .ivideo-image {
	box-shadow: #333 0 0 2px;
}
.ivideo-item:hover .ivideo-image {
	box-shadow: #000 0 0 6px;
}
.ivideo-image {height: 420px; position: relative; border-radius: 30px 30px 30px 30px;
	transition: all ease 0.5s;
}
.ivideo-image img {position: absolute; width: 100%; height: 100%;}
.ivideo-image:hover .ivideo-info {
	height: 100%;
}
.ivideo-info {
	transition: all .5s ease;
	height: 100px; position: absolute; bottom: 0; width: 100%; left: 0; right: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	color:#f7f7f7;
}

.ivideo-label {position: absolute; right: 8px; margin-left: 8px; top:8px; z-index: 1;}
.ilabel {padding: 4px 8px; line-height: 1.2; border-radius: 15px; display: inline-block; box-shadow: #545454 0 0 3px; font-size: 13px;}
.ilabel * {vertical-align: middle}
.ilabel-warning {background-color: #FFBB42; color:#000;}
.ilabel-warning i {color: #333;}
.ilabel-danger {background-color: #EE0014; color:#fff;}
.ilabel-danger i {color: #DEDEDE;}
.ilabel-dark {background-color: #000; color:#fff;}
.ilabel-dark i {color: #ccc;}


.ivideo-title {
	position: absolute;
	bottom: 35px;
	padding: 0 5px;
	color: #fff;
	font-size: 13px;
	width: 100%;
	max-height: 120px;
	hite-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	direction: rtl;
}
.ivideo-btns {
	width: 100%;
	position: absolute;
	bottom: 6px;
	text-align: center;
	padding: 0 5px 0 8px;
}

.ivideo-btns .btn {border-radius: 35px; padding: 5px 8px; display: block}
.ivideo-btns .btn i {font-size: 14px;}

.row-code {
	margin: 10px auto !important;
	padding: 10px;
	background-color: #f6f6f6;
	max-width: 600px;
	width: 100%;
	border-radius: 8px;
	color:#000;
	font-size: 14px;
}

.row-code textarea {
	font-size: 12px !important;
	height: 60px;
}

.links-title {line-height: 45px; color: #000; font-size: 14px;}
.links-title .left-float {color:#0A66D8;}
.left-float {
	float: left;
	
}

.link-items {margin-bottom: 15px; padding-bottom: 20px; border-bottom: 3px dashed #ddd;}
.link-items:last-child {
	border:0;
}

.break-word {max-width: 400px; white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;}

.accordion-button-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
}
.accordion-button-active-icon {
	url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
}

.rotate180 svg {
	animation-name: ease;
	animation-delay: 0.5s;
	transform: rotate(180deg);
}

.accordion-button-icon svg {
	cursor: pointer;
	transition: all ease 0.3s;
}

.box-subscribtion-mini {display: inline-block; padding: 8px 15px; background-color: #EAEAEA; border-radius: 20px; transition: all ease 0.3s;
	background-color: #474747;
	color: #fff;
	
}

.subscrib-title {font-size: 15px; color:#3699FF; display: inline-block; padding: 0 40px 10px 40px; border-bottom: 1px dashed #ddd;}

.subscrib-list {margin: 0 auto; width: 98%; max-width: 700px;}
.subscrib-item {height: 100px; margin-bottom: 15px; background-color: #FAFAFA; border-radius: 10px; cursor: pointer; box-shadow: 0 0 2px rgba(0,0,0,0.32); transition: all ease 0.5s}
.subscrib-item:hover {
	background-color: #F2F9FF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
}

.vertical-center {vertical-align: middle;
	display: table-cell;}

.sub-right {width: 75%; text-indent: 20px; font-size: 25px;}
.sub-left {width: 25%; text-align: left; direction: ltr; font-size: 18px;}
.sub-left i {padding:0 15px;}
.sub-left span {direction: rtl; display: inline-block; color: #707070;}
.sub-left span {color: #F64E60;}

.subscrib-item-box {
	direction: rtl;
	text-align: right;
	width: 100%;
	display: table;
	height: 100px;
}

