@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/yekanbakh/YekanBakhFaNum-Light.woff) format("woff"),
		url(fonts/yekanbakh/YekanBakhFaNum-Light.woff2) format("woff2");
}

@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 500;
	src: url(fonts/yekanbakh/YekanBakhFaNum-Regular.woff) format("woff"),
		url(fonts/yekanbakh/YekanBakhFaNum-Regular.woff2) format("woff2");
}

@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/yekanbakh/YekanBakhFaNum-Bold.woff) format("woff"),
		url(fonts/yekanbakh/YekanBakhFaNum-Bold.woff2) format("woff2");
}

/* ------------- Clear Css ------------------- */
body,
span:not(.wd-icon),
a,
div,
button,
input,
select,
label,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: yekanbakh !important;
	direction: rtl;
}

.flex_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_wrap a {
	text-decoration: none;
	color: #444;
	font-size: 15px;
}

a,
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

:root {
	--mc: #052e4c;
	--sc: #060607;
}

/* ------------- End Clear Css ------------------- */
.rb_login_wrap {
	/* background: linear-gradient(105deg, #112627, transparent); */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 69%;
	height: 100vh;
	gap: 50px;
}

#user_full_name {
	text-align: right;
}

.login_page .agree_condition {
	position: relative;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
	padding-right: 30px;
}

.login_page .agree_condition a {
	color: var(--mc);
}

.login_page .agree_condition:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ED8448' class='bi bi-check-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
}

#main-box-login img {
	max-width: 135px;
}

.login_page .agree_condition.active:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ED8448' class='bi bi-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3C/svg%3E") !important;
}

/*Social btns*/
.social-btn-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

button.social-btn {
	all: unset;
	text-align: center;
}

a.social-btn-link {
	display: block;
	color: #111;
	border-radius: 4px;
	background-color: #ddd;
	padding: 8px 16px;
	transition: .3s;
	-webkit-transition: .3s;

	&.whatsapp {
		color: #112627;
		background-color: #cecece;
	}

	&.eitaa {
		color: #112627;
		background-color: #cecece;
	}

	&:hover {
		background-color: var(--mc);
		color: #fff;
	}
}

@media(max-width: 768px) {
	.rb_login_left {
		display: none;
	}

	.social-btn-container {
		width: 90%;
		grid-template-columns: 1fr;
	}
}

.return_login {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
}

#otp-form .input_down {
	margin-top: 15px
}

body #otp-form {
	min-height: 190px
}

body {
	direction: rtl;
	background: #fff;
	height: 100vh;
	width: 100vw;
	overflow: hidden
}

@media(max-width:768px) {
	.rb_login_wrap {
		width: 100%;
		margin: 20px auto;
		gap: 20px;
		flex-direction: column;
	}

	.custom-form .main-btn {
		margin-bottom: 20px
	}

	.custom-form label {
		display: none
	}

	.otp-input {
		margin-top: 0
	}

	.edit_number img {
		margin-bottom: 0 !important
	}

	#main-box-login h4 {
		font-size: 22px;
		margin-top: 0px
	}

	#main-box-login p {
		padding-right: 0;
		margin-right: 0px;
	}

	#main-box-login p {
		margin-top: 5px !important
	}

	body .logo-login {
		max-width: 180px;
		display: none
	}

	body {
		padding-bottom: 0;
		margin: 0;
		max-height: 100%
	}

	.form-field {
		margin-bottom: 0px;
	}

	body .row-login {
		flex-direction: column;
		padding: 0;
		background: transparent;
		border-radius: 16px;
		/*transform:translate(-50%, -50%);top:50%;left:50%;position:absolute;*/
	}

	body {
		background-image: unset !important;
		background-color: transparent !important;
		padding-bottom: 0;
	}

	body #main-box-login {
		margin: 0;
		width: 90%;
		border: 0
	}

	#main-box-login img {
		margin-bottom: 0;
		max-width: 120px;
	}
}

.custom-shadow {
	box-shadow: 0 0 50px 0 var(--shadow-color)
}

.row-login .logo {
	margin: unset
}

#main-box-login {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-radius: 15px;
	min-height: auto;
	width: 350px;
}

.custom-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%
}

.alt-btn {
	color: var(--main-color) !important;
	border: 2px solid;
	padding: 10px 15px;
	border-radius: 10px;
	cursor: pointer
}

.main-btn {
	position: relative;
	background: var(--mc) !important;
	color: #fff !important;
	padding: 15px 0 !important;
	font-size: 12px;
	border-radius: 10px !important;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: unset;
	transition: box-shadow 0.3s ease;
}

.wob {
	background: #fff;
	border: solid 1px #052e4c;
	color: #052e4c !important;
	padding: 15px 0 !important;
	font-size: 12px;
	border-radius: 10px !important;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: unset;
	transition: box-shadow 0.3s ease;
}

.wob:hover,
.main-btn:hover {
	box-shadow: 0 0 4px #052e4cc5;
}

.custom-form input[type="text"],
.custom-form input[type="password"] {
	text-align: left;
	font-size: 16px;
	padding: 9px 10px;
	width: 94%;
	border: 2px solid #F6F6F6;
	border-radius: 10px;
	margin-top: 6px;
	font-weight: 500;
	word-spacing: -1px;
	letter-spacing: 1px;
	direction: ltr;
}

.custom-form input[type="password"]::placeholder {
	text-align: right;
	font-size: 13px;
}

.custom-form input[type="text"]::placeholder {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0
}

.custom-form .main-btn {
	width: 100%;
	margin-top: 20px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 11px
}

#main-box-login p {
	font-size: 11px;
	text-align: right;
	width: 100%;
	color: #333;
	margin-top: 0px;
	font-weight: 600
}

#main-box-login p[for="user_name"] {
	font-size: 12px;
	text-align: right;
	width: 100%;
	color: #999;
	margin-top: 0px;
	word-spacing: -2px;
	font-weight: 500
}

#main-box-login p[for="user_otp"] {
	margin-top: 5px;
	color: #4a4a4a
}

#main-box-login h4 {
	font-weight: 900;
	font-size: 17px;
	text-align: center;
	width: 65%;
	font-family: yakanbakh;
}

.custom-form label {
	font-size: 12px;
	width: 100%;
	text-align: right;
	float: right;
	font-weight: 700;
	margin-top: 15px
}

.custom-form input:focus {
	border-color: var(--main-color)
}

.custom-form input:focus-visible {
	outline: none
}

.loading::before {
	position: relative;
	left: 10px;
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-radius: 50px;
	border-color: #fff rgb(0 0 0 / 40%) rgba(255, 255, 255, .4);
	animation: .5s circle infinite linear
}
#recovery_link_wob::before {

}



@keyframes circle {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}



.warning-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f3f4fd;
	padding: 20px;
	border-radius: 15px
}

.warning-login .return {
	margin-top: 20px;
	color: var(--main-color);
	cursor: pointer
}

#password-form,
#otp-form {
	justify-content: space-between;
	min-height: 180px
}

.custom_btn {
	cursor: pointer;
	color: var(--main-color);
	font-size: 14px;
	position: relative
}

.loading2:before {
	content: "";
	background: url(../img/loading.gif) round;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -25px
}

.loading2 {
	position: relative
}

.recovery-img {
	background: #f3f4fd;
	padding: 15px;
	border-radius: 10px;
	margin-top: 20px
}

.form-field {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.otp-input {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-direction: row-reverse;
}

.form-field.invalid:before {
	content: "!";
	background: #de0000;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	right: 10px
}

.form-field .user_otp {
	border: 1px solid #eee;
	letter-spacing: 0
}

.custom-form input[type="text"].invalid {
	border-color: #de0000
}

.wrong,
.empty {
	background: #de0000;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: -33px;
	display: none
}

.user_otp {
	width: 35px !important;
	height: 35px !important;
	border: none;
	text-align: center !important;
	letter-spacing: 0 !important;
	font-size: 30px !important;
	z-index: 11;
	direction: ltr
}

.countdown .seconds:before {
	content: ":";
	left: -3px;
	top: 0;
	position: absolute
}

.countdown span {
	color: #2d2d2d;
	font-size: 11px;
	position: relative
}

.resend-otp {
	margin-top: -10px;
	font-size: 12px;
	display: none;
	white-space: nowrap;
}

.wrong-top {
	color: #FF2A4E;
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 12px;
	width: 100%;
	text-align: center
}

logo-login {
	max-width: 250px
}

.check {
	cursor: pointer;
	width: 17px;
	height: 15px;
	border: 2px solid #ccc;
	border-radius: 5px;
	float: right;
	margin-left: 10px;
	text-align: center
}

.check:hover {
	border-color: #22b4ac
}

.check.active {
	border-color: #22b4ac
}

.check.active:before {
	content: "\f00c";
	font: normal normal normal 10px/1 FontAwesome;
	color: #22b4ac;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2px
}

.user_otp[disabled] {
	background: #eeeeee59
}

.input_up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.btlogin a {
	color: #606060;
	font-weight: 600;
	font-size: 14px;
}

.input_up .countdown {
	display: flex;
	justify-content: flex-start;
	gap: 3px;
	flex-wrap: nowrap;
	white-space: nowrap;
	direction: rtl;
	flex-direction: row-reverse
}

.input_up .countdown span {
	font-size: 11px
}

.input_down {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.minib {
	gap: 25px !important;

}

.edit_number a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 120px;
	font-weight: 700
}

#login-form .main-btn.active {
	pointer-events: auto
}

@media(min-width:768px) {
	.custom-form label {
		margin-top: 0 !important;
	}
}

#main-box-login {

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 100%;
	width: 100%;


}

.rb_login_right {
	height: 80%;
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;

}

.row-login {

	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.samin_lgu7e {

	border: 1px solid #0000004a;
	padding: 15px 40px;
	border-radius: 12px;
	width: 85%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	gap: 10px;
}

.samin_lgu7e h4 {
	border-bottom: 1px solid #0000004a;
	margin: 0;
	padding-bottom: 10px;
	white-space: nowrap;
}

.login_page {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0;
	align-items: center;

}

.samin_login_wrap {
	height: 100%;
	overflow: hidden;
	box-shadow: -20px 0px 20px 0px #e7e6d178;

}

.samin_login_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:1024px) {
	.rb_login_wrap {
		width: 80%;
		margin-bottom: 0 !important;
	}

	.rb_login_right {
		width: 73%;
	}
}

@media(max-width:768px) {
	.samin_login_wrap {
		display: none;
	}

	#main-box-login {
		justify-content: center;
		gap: 30px;
	}

	.rb_login_right {
		width: 85%;
		height: 75%;
	}

	.input_down {
		margin-top: 0 !important;
	}

	.samin_lgu7e>p {
		margin: 0;
	}

	.minib {
		gap: 15px !important;
	}
}