.left-patient-profile {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.left-patient-profile h2 {
	width: 100%;
	font-size: var(--main-font-size-head);
	color: var(--main-blue);
	margin: -10px 0 20px
}

.left-patient-profile form {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -20px;
}

.left-patient-profile form .pa-pro-form-child {
	display: flex;
	width: 30%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.left-patient-profile form .pa-pro-form-child h3 {
	width: 100%;
	text-align: right;
	direction: rtl;
	font-size: var(--main-font-size-11);
	margin-bottom: 5px;
	color: var(--main-light-blue2)
}

.left-patient-profile form #date-picker {
	transform: translateY(0px);
}

.left-patient-profile form .pa-pro-form-child input, .left-patient-profile form #date-picker {
	width: 100%;
	height: 40px;
	text-align: right;
	border-radius: var(--main-border-radius);
	border: 1px solid var(--main-slow-white);
	padding: 0 5px;
	background-color: var(--main-back-login);
	opacity: 1 !important;
	color: var(--main-light-blue2)
}

.left-patient-profile form input:hover, .left-patient-profile form input:focus, .left-patient-profile form #date-picker:hover, .left-patient-profile form #date-picker:focus {
	border-color: var(--main-blue);
	background-color: transparent
}

.left-patient-profile form input:nth-last-child(2) {
	visibility: hidden
}

.left-patient-profile form .pa-pro-btn-par {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 80px 0
}

.left-patient-profile form .pa-pro-btn-par-edit {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 80px 0
}

.left-patient-profile form .pa-pro-btn-par input[type=submit] {
	background-color: var(--main-blue);
	color: var(--main-white);
	text-align: center;
	width: fit-content;
	width: -moz-fit-content;
	padding: 0 120px;
	height: 40px;
	cursor: pointer;
	opacity: 0.94;
	box-shadow: var(--main-box-shadow-slow);
	border-radius: var(--main-border-radius)
}

.left-patient-profile form .pa-pro-btn-par-edit input[type=button] {
	width: 120px;
	background-color: var(--main-blue);
	color: var(--main-white);
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
	opacity: 0.94;
	box-shadow: var(--main-box-shadow-slow);
	border-radius: var(--main-border-radius)
}

.left-patient-profile form .pa-pro-btn-par input[type=submit]:hover {
	opacity: 1
}

.left-patient-profile form .pa-pro-btn-par-edit input[type=button]:hover {
	opacity: 1
}

.pa-pro-form-child-disable {
	background-color: var(--main-back-input-login2) !important;
	cursor: default
}

.pa-pro-form-child-disable:hover {
	border-color: var(--main-slow-white) !important;
	background-color: var(--main-back-input-login2) !important
}

.pa-pro-form-gender {
	transform: translateY(4px);
}

#gender-type {
	width: 100%;
	height: 40px;
	text-align: right;
	border-radius: var(--main-border-radius);
	border: 1px solid var(--main-slow-white);
	padding: 2px 7px 0;
	background-color: var(--main-back-login);
	opacity: 1 !important;
	cursor: pointer;
	color: var(--main-light-blue2)
}

.patient-dropdown-gender {
	display: flex;
	flex-direction: column;
	background-color: var(--main-white);
	visibility: hidden;
	box-shadow: var(--main-box-shadow-slow);
	border-radius: var(--main-border-radius);
	width: 100%;
	text-align: right;
	padding: 10px 20px;
	margin-bottom: -120px;
	height: fit-content;
	z-index: -1;
	opacity: 0;
}

.patient-dropdown-gender.show {
	z-index: 1;
	opacity: 1;
	visibility: visible
}

.patient-dropdown-gender p {
	color: var(--main-light-blue2);
	padding: 3px 10px;
	border-radius: var(--main-border-radius);
	cursor: pointer
}

.patient-dropdown-gender p:hover {
	color: var(--main-white);
	background-color: var(--main-blue)
}

@media screen and (max-width: 1138px) {
	.pa-pro-form-gender {
		transform: translateY(2px);
	}
}

@media screen and (max-width: 767px) {
	.left-patient-profile form .pa-pro-form-child {
		width: 48%
	}

	.left-patient-profile form .pa-pro-btn-par input[type=submit] {
		width: 250px;
		padding: 0
	}

	.left-patient-profile form .pa-pro-btn-par-edit input[type=submit] {
		width: 250px;
		padding: 0
	}

	.pa-pro-form-gender {
		transform: translateY(0);
	}
}

@media screen and (max-width: 470px) {
	.left-patient-profile form .pa-pro-form-child {
		width: 97%
	}

	.left-patient-profile form .pa-pro-btn-par {
		margin: 20px 0 40px
	}

	.left-patient-profile form .pa-pro-btn-par-edit {
		margin: 20px 0 40px
	}

	.left-patient-profile form .pa-pro-btn-par input[type=submit] {
		width: 97%;
		padding: 0
	}

	.left-patient-profile form .pa-pro-btn-par-edit input[type=button] {
		width: 97%;
		/*padding: 0*/
	}

}


/*  Start the En Langُ*/
body[my_dir=ltr] .left-patient-profile form .pa-pro-form-child h3 {
	text-align: left;
	direction: ltr;
}

body[my_dir=ltr] .left-patient-profile form .pa-pro-form-child input, .left-patient-profile form #date-picker {
	text-align: left;
	direction: ltr;
}

body[my_dir=ltr] #gender-type, body[my_dir=ltr] .patient-dropdown-gender p {
	text-align: left;
	direction: ltr;
}

body[my_dir=ltr] #gender-type {
	padding: 5px 7px 0;
}

/*  End the En Langُ*/
