input {
	margin-bottom: 10px;
	font: 15px IRANSansWeb !important;
}
.dokmeh{width: 100% !important}
.entry table td, .entry table th ,.mx-auto {
	text-align: center
}
.calcform legend{text-align: center;}
.calcform label {width: unset !important }
.calcform fieldset {padding: 0 !important}

.err-inp{text-align: center; border: 2px solid #ebebeb; background: #fbf5c4; border-radius: 10px; padding: 5px; width: 100%; margin: 0 auto}
.natijeh{text-align: center}
select:focus,input[type=text]:focus {
	font-size: initial;
	border-color: #81c0ff;
	box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #2aaccc99;
	outline: 0 none;
}
.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-row>.col,.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}
.form-group {
	margin-bottom: .5rem;
}
.form-control {
	display: block;
	width: 100%;
	height: 43px;
	padding: .375rem .75rem !important;
	font-size: 1rem !important;
	font-family: unset !important;
	line-height: 1.5 !important;
	border: 1px solid #3b96ff !important;
	border-radius: 5px;
	text-align: center;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.moadel{
    padding: 20px;
    text-align: center;
    background: #0078d5;
    color: #fff !important;
    border: 1px solid #000056;
    border-radius: 5px
}
@media (min-width:768px) {
	.col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.dokmeh{width: auto !important}
}