.land-head {
	padding: 15px 7px 18px 15px;
}

.patient-main {
	display: flex;
	justify-content: space-around;
	padding: 40px 50px 0;
}

.left-patient {
	width: 83% !important;
}

.right-patient {
	width: 16%;
	display: block;
	margin-bottom: 40px;
	color: var(--main-light-blue2)
}

.right-patient .sidebar-menu-ul {
	padding: 0 10px;
}

.right-patient .sidebar-menu-ul li {
	padding: 0 10px 5px;
}

.right-patient .sidebar-menu-ul li.active, .right-patient .sidebar-menu-ul li:hover {
	background-color: var(--main-slow-white2)
}

.right-patient .sidebar-menu-ul li.active a {
	color: var(--main-blue)
}

.right-patient-img-par {
	display: flex;
	justify-content: center
}

.right-patient img {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto
}

.right-patient p {
	text-align: center;
	font-size: var(--main-font-size-10);
}

.right-patient p:nth-child(2) {
	font-weight: 800;
	margin-top: 15px
}

.right-patient p:nth-child(3) {
	color: var(--main-slow-white)
}

.right-patient .patient-amount-wal {
	margin: 0 3px
}

.right-patient ul {
	text-align: right;
	direction: rtl;
	margin-top: 20px
}

.empty-record {
	text-align: center !important;
	margin: 40px 0 200px;
	font-size: 12pt
}

.my-pagination-offline {
	margin: 40px 0
}

.my-pagination-row-offline {
	display: flex;
	justify-content: center;
	box-shadow: var(--main-box-shadow-dark);
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: var(--main-border-radius);
	color: var(--main-white);
}

.my-pagination-row-offline li {
	padding: 0 15px;
	color: var(--main-black);
	border-radius: var(--main-border-radius);
	margin: 0 5px;
	cursor: pointer;
	display: none
}

.my-pagination-row-offline li:nth-child(-n+4), .my-pagination-row-offline li:nth-last-child(-n+4) {
	display: block
}

.my-pagination-row-offline li.show_after_add {
	display: block
}

.my-pagination-row-offline li.hide {
	display: none
}

.my-pagination-row-offline li.show {
	display: block
}

.my-pagination-row-offline li.active, .my-pagination-row-offline li:hover {
	background-color: var(--main-blue);
	color: var(--main-white)
}

@media screen and (min-width: 1138px) {
	/*.left-patient-appointment-t-pgi{overflow: hidden;min-height: 460px;max-height: 460px;}*/
	/*.left-patient {height:450px;overflow-y: hidden}*/
}

@media screen and (max-width: 1138px) {
	.patient-main {
		margin-top: 40px
	}

	.left-patient {
		width: 100% !important;
	}

	.right-patient {
		display: none
	}

	.land-head {
		padding: 25px 7px 8px 15px;
	}

	.patient-main {
		padding: 40px 15px 0
	}
}

@media screen and (max-width: 791px) {
	.my-pagination-offline {
		display: none
	}
}

/*  Start the En Langُ*/
body[my_dir=ltr] .right-patient .sidebar-menu-ul {
	direction: ltr;
	text-align: left
}

/*  End the En Langُ*/
