﻿body {
	font-family: Vazir;
	background-color: #d2f9dd;
	padding-top: 15px;
	font-size: 16px;
}

.dir-ltr {
	direction: ltr;
}

.ldng {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999999;
	text-align: center;
	right: 0;
}

	.ldng img {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 75px;
		transform: translate(-50%,-50%);
	}


.besm {
	text-align: center;
	display: block;
	margin-top: 20px;
	font-family: Vazir-B;
	font-size: 18px;
}

.help-top {
	text-align: center;
	padding: 15px;
}

.btn-help-top {
	border: 1px solid #d2f9dd;
	background: none;
	outline: none !important;
	padding: 15px 5px;
	border-radius: 10px;
	background-color: #fff;
	font-family: Vazir-M;
	box-shadow: 0 3px 5px 0 rgba(12, 90, 34,0.1);
	display: block;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}

	.btn-help-top i {
		vertical-align: middle;
		margin-left: 5px;
		font-size: 20px;
		color: #159d3c;
	}

.modal-dialog-center {
	margin: 0;
	position: absolute;
	width: 95%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) !important;
}

.quick-help-des {
	margin-bottom: 10px;
	line-height: 1.7;
	text-align: justify;
}

	.quick-help-des .vazir-b {
		font-family: Vazir-B;
	}

	.quick-help-des p {
		margin-bottom: 5px;
	}

.modal-btn-box {
	text-align: center;
}

	.modal-btn-box .btn, .modal-btn-box .btn:focus {
		width: 100px;
		height: 40px;
		box-shadow: none;
		font-size: 14px;
		border-radius: 15px;
		margin: 0 10px;
		outline: none !important;
	}

.modal-content {
	border-radius: 15px;
}

label {
	margin-bottom: 2px;
	font-family: Vazir-M;
}

.img-upload-container {
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 3px solid rgba(12, 90, 34, 0.10);
}

	.img-upload-container.req {
		border: 2px solid #ff9999 !important;
		background-color: #ffe9e9;
	}

.upload-img-box {
	height: 120px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: auto;
}

	.upload-img-box img {
		max-height: 100%;
		max-width: 100%;
		cursor: pointer;
		object-fit: contain;
		border-radius: 4px;
	}

	.upload-img-box i {
		font-size: 80px;
		color: rgba(12, 90, 34, 0.10);
	}

input[type=text], select, input[type=tel] {
	font-size: 16px;
	height: 40px;
	border-radius: 10px;
}

input[type=file] {
	font-size: 14px;
}

textarea {
	font-size: 16px !important;
	border-radius: 10px !important;
}

#CropModal .modal-dialog {
	/*position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	margin: 150px 10px 10px;
}

#CropModal .modal-body {
	padding: 15px;
}

.crop-box {
	text-align: center;
}

	.crop-box .btn {
		margin-top: 20px;
		width: 100px;
	}

#CropModal .jcrop-holder {
	margin: auto;
}

.message-box {
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	transform: translate(-50%,-50%);
	text-align: center;
	padding: 20px 0;
}

	.message-box .c {
		color: #f00;
		font-size: 20px;
		margin-left: 5px;
	}

	.message-box .space {
		margin: 15px 0;
		display: block;
	}

	.message-box .btn-success {
		margin-top: 30px;
		background-color: #00c853;
		border-color: #00c853;
		border-radius: 10px;
		width: 180px;
	}

	.message-box .btn-primary {
		border-radius: 10px;
		display: block;
		width: 180px;
		margin: auto;
		margin-top: 20px;
	}

.btn-message-modal {
	border-radius: 10px;
	width: 100px;
	margin-top: 10px;
}

.input-error {
	border: 2px solid #ff9999 !important;
	background-color: #ffe9e9;
}

.validation {
	color: #ff1744;
	font-family: Vazir-M;
	font-size: 12px;
}

.form-control-file {
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.btn-success {
	margin-top: 30px;
	background-color: #00c853;
	border-color: #00c853;
	border-radius: 10px;
	width: 180px;
}
.img-help {
	background: none;
	border: none;
	background-image: url('/Interface/Images/book.png');
	background-repeat: no-repeat;
	background-position: right bottom 7px;
	background-size: 20px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	vertical-align: bottom;
	margin-right: 5px;
	outline:none !important;
}
#HelpModal .modal-des {
	font-size: 16px;
}
.pnl-verification {
	text-align: center;
	padding:15px;
	margin-top:150px;
}

.timer {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #555;
	height: 32px;
	margin-bottom: 10px;
}

.btn-send-code {
	margin: auto;
	width: 120px;
	border-radius: 10px;
}

.digit-group {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin-top: 30px;
}

	.digit-group input {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		font-family: Vazir-M;
		color: transparent;
		text-shadow: 0 0 0 #000;
		border-radius: 8px;
		border: 1px solid #bac4bd;
		outline: none !important;
		margin: 0 5px;
	}

		.digit-group input:focus {
			box-shadow: 0 0 0 .2rem rgba(196, 165, 255, .25);
		}
.pnl-header {
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: Vazir-M;
	margin-top: 0;
	display: block;
}
.msg-box {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

	.msg-box .g {
		color: #01bb61;
	}

	.msg-box .r {
		color: #ff1744;
	}
.input-container {
	position: relative;
	padding:15px;
	margin-top:150px;
	text-align:center;
}

.lbl-input {
	font-size: 16px;
	margin-bottom: 5px;
}

.input-box {
	position: relative;
	margin-bottom: 15px;
}
	.input-box input {
		width:75%;
		margin:auto;
	}
		.input-box input:focus {
			box-shadow: 0 0 0 .2rem rgba(0,200,83,0.2);
			border: 2px solid #D3FFE5;
		}
.validation-box {
	margin-top: 5px;
	height: 15px;
}

.validation-red {
	font-size: 12px;
	color: #ff1744;
	font-family: Vazir-M;
}
.btn-checkmobile, .btn-checkmobile:hover, .btn-checkmobile:focus {
	margin:auto;
	display:block;
	margin-top: 25px;
	background-color: #00e676;
	padding: 0;
	border-radius: 10px;
	font-size: 18px;
	width: 30%;
	color: #fff;
	height: 44px;
}

	.btn-checkmobile:disabled {
		background-color: #ccc !important;
	}

	.btn-checkmobile i {
		font-size: 28px;
		margin-top: 5px;
	}