@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Aref+Ruqaa:wght@400;700&family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

.amiri {
	font-family: 'Amiri', serif;
}

.ruqaa {
	font-family: 'Aref Ruqaa', serif;
}

.cairo {
	font-family: 'Cairo', sans-serif;
}

.rtl {
	direction: rtl;
	text-align: right;
	font-family: 'Cairo', sans-serif;
	font-size: 1.10rem;
	background-position: center left !important;
}

.rtl.is-invalid {
	background-position: center left !important;
}

.ltr {
	direction: ltr;
	text-align: left;
	font-family: 'Cairo', sans-serif;
	font-size: 1.10rem;
}
.arabic{
	font-family: 'Cairo', sans-serif!important;
	text-align: right;
	direction: rtl;
}
.brownGradient {
	background: rgb(178, 133, 112);
	background: -moz-linear-gradient(90deg, rgba(178, 133, 112, 1) 0%, rgba(156, 122, 111, 1) 35%, rgba(241, 218, 202, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(178, 133, 112, 1) 0%, rgba(156, 122, 111, 1) 35%, rgba(241, 218, 202, 1) 100%);
	background: linear-gradient(90deg, rgba(178, 133, 112, 1) 0%, rgba(156, 122, 111, 1) 35%, rgba(241, 218, 202, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b28570", endColorstr="#f1daca", GradientType=1);
}
.btn-outline-brown{
color: #B08470 !important;
background-color: transparent !important;
border: 2px solid #B08470 !important;
}
.labelBold {
	font-weight: bold !important;
	font-size: .9rem;
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #002662;
	color: ivory;
}

.radioBorder {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding-bottom: .35rem;
	padding-top: .4rem;
	padding-left: 2rem;
}


.fv-plugins-icon[data-field="gender"],
.fv-plugins-icon[data-field="maritalStatus"] {
	right: 1.0rem !important;
	top: 2.0rem !important
}
.fv-plugins-icon[data-field="nationality"],
.fv-plugins-icon[data-field="country"] {
	right: 2.0rem !important;
	top: 2.0rem !important
}
.fv-plugins-icon[data-field="hsEducation"],
.fv-plugins-icon[data-field="unEducation"],
.fv-plugins-icon[data-field="firstNameAR"],
.fv-plugins-icon[data-field="middleNameAR"],
.fv-plugins-icon[data-field="lastNameAR"] {
	right: 0.9rem !important;
	top: 2.1rem !important
}

.fv-plugins-icon[data-field="dateOfBirth"]{
	right: 1.7rem !important;
}
.fv-plugins-icon[data-field="mobileNumber"],
.fv-plugins-icon[data-field="altMobile"],
.fv-plugins-icon[data-field="landLineNumber"]
{
	right: 0px !important;
}




.fv-plugins-icon[data-field="baptCertificate"],

.fv-plugins-icon[data-field="baptismDate"],
.fv-plugins-icon[data-field="registeredLastYear"],
.fv-plugins-icon[data-field="previousYearClass"] {
	right: 30px !important;
	top: 30px !important;
}

.validRtl01 {
	left: 15px !important;
	top: 35px !important;
}

.day {
	background-color: #fdf59a82;
}

.dow {
	font-size: .9rem;
	font-weight: 600;
	background-color: #570027;
	color: whitesmoke;
}

/*//////////////////////////////Overlay Waiting///////////////////*/
.bd-overlay-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.bd-overlay-modal-lg .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.bd-callout-warning {
	border-left-color: #f0ad4e !important;
}

.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
}

.bd-callout-warning-rtl {
	border-right-color: #f0ad4e !important;
}

.bd-callout-success-rtl {
	border-right-color: #28a745 !important;
}

.bd-callout-rtl {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-right-width: .25rem;
	border-radius: .25rem;
}

.main-raised {
	margin: -60px 30px 0;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.main {
	background: #FFF;
	position: relative;
	z-index: 3;
}

.profile-page .profile {
	text-align: center;
}

.profile-page .profile img {
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.img-raised {
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.rounded-circle {
	border-radius: 50% !important;
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto;
}

.title {
	margin-top: 30px;
	margin-bottom: 25px;
	min-height: 32px;
	color: #3C4858;
	font-weight: 700;
	font-family: "Roboto Slab", "Times New Roman", serif;
}

.profile-page .description {
	margin: 1.071rem auto 0;
	max-width: 600px;
	color: #999;
	font-weight: 300;
}

.name h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.page-footer {
	background-color: #243a51;
}

#verifyBt {
	height: 38px !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}

.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.sidenav-item a,
.sidebar .nav-link {
  text-decoration: none !important;
}

.sidenav-link.active i {
  color: white;
}

a.sidenav-link.active,
.sidenav-light .sidenav-link.active {
  background-color: rgba(251, 251, 251, 0.05);
  color: white;
  /* very light gray */
  font-weight: 500;
}