body {
	background-color: #E3F1FF;
	/* font-family: 'Montserrat', sans-serif !important; */
	font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label {
	font-family: 'Noto Sans', sans-serif;
}

ul {
	list-style: none;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

/* .content-wrapper {
	background-color: rgba(255,255,255,.45);
} */

[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link.active {
	box-shadow: none;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: #222e50;
	color:white !important;
	font-weight: 700 !important;
	-webkit-filter: none !important;
	filter: none !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active>.nav-icon {
	-webkit-filter: none !important;
	filter: none !important;
}

.nav-link {
	padding: 0.7rem 0.7rem !important;
}

.nav-sidebar .nav-link p {
	position: relative;
	top: 1px;
	font-weight: 500;
    font-size: 16px;
	letter-spacing: 0.1px;
	color: #222e50 ;
}
.nav-sidebar .nav-item .subheading p{
	font-size: 14px;
}
.sidebar-mini .main-sidebar .nav-link {
	width: 100%;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
	background-color: #222e50;
	color:white !important;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link img,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link img{
	filter: invert(1);
	opacity: 1;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link p,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link p{
	font-weight: 800 !important;
	color: white ;
}

.Logout-btn img{
	filter: invert(0) !important;
}
/* [class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link>.nav-icon {
	-webkit-filter: none !important;
	filter: none !important;
} */

/* .nav-sidebar>.nav-item .nav-icon {
	width: unset;
} */

.brand-link {
	padding: 0rem 0.5rem;
	background-color: #222e50;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);

}

.brand-link img {
	width: 175px !important;
	opacity: 1 !important;
}

/* .layout-fixed .main-sidebar {
	border-right: 1px solid #92959E;
} */

.main-header.navbar.navbar-expand.navbar-light {
	/* border-bottom: 1px solid #92959E; */
	/* background: linear-gradient(180deg, #254e70 0%, #052642 100%); */
	background-color: #222e50;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);


}

[class*=sidebar-light-] .sidebar a {
	font-size: 14px;
	color: #343a40;
	font-weight: 600;
	/* background-color: #EEEFF0; */ 
	/* background-color: white; */
}
.navbar-light .navbar-nav .nav-link , .main-header .navbar-nav .nav-item{
	color: white;
}
.navbar-light .navbar-nav .nav-link:hover , .main-header .navbar-nav .nav-item :hover{
	color: white;
}
.nav-sidebar>.nav-item {
	margin-bottom: 10px;
}
.nav-sidebar>.nav-item .nav-icon{
	width: 1.3rem;
	opacity: .5;
}

.nav-sidebar>.nav-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav-treeview{
	position: relative;
}
.nav.nav-treeview .nav-item .nav-link {
	background-color: unset;
	padding: 5px 5px 5px 10px !important;
	margin-left: 35px;
    width: 80%;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:hover {
	background-color: #222e50;
	color:white;
	font-weight: 800 !important;
	font-size: 16px !important;
}
.main-sidebar, .main-sidebar::before , .layout-fixed .brand-link{
	width: 280px;
}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
 .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
 .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
	margin-left: 280px;
 }
 .content-wrapper {
    background-color: #f1f4f6;
}
/* [class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:hover {
	background-color: unset !important;
	text-decoration: underline;
	color: #000 !important;
} */

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {
	text-decoration: underline;
	background-color: #06f863;
	color:#3f6ad8;
}

.Logout-btn {
	/* #FF0000 */
	background-color: #222e50 !important;
	color: white !important;
}
.Logout-btn p{
	color: white !important;
}
.nav-item .nav-link .fa-bars{
	font-size: 20px;
}
.page-info-wrapper h4 {
	font-size: 20px !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

.page-info-wrapper p {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-transform: capitalize;
}



.user-profile-info h6 {
	font-size: 15px !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: capitalize;
	color: white;
}
.user-profile-info h6:hover{
	color: #6c757d;
}

.user-profile-info p {
	font-size: 12px;
	font-weight: 600;
	color: #F3F3F3;
}
.border__line{
	position: relative;
	margin: 0px 10px;
}
.border__line::after{
	content: '';
    display: inline-block;
    width: 2px;
    height: 60%;
    border-radius: 40px;
    border: 1px solid #dee2e6;
    background: #dee2e6;
    position: absolute;
    top: 10px;
    left: -10px;
}
.treeview-sidebar::before{
	content: '';
    display: inline-block;
    width: 3px;
    height: 100%;
    /* border: 1px solid #004285; */
    background: #222e50;
    position: absolute;
    top: 0;
    left: 23px;
}
.nav-pills .nav-link:not(.active):hover{
	color: #222e50;
}
.user-profile-placeholder {
	width: 30px;
	height: 30px;
	/* background-color: #EAF9FF; */
	border-radius: 50px;
	object-fit: cover;
	margin-left: 10px;
}
.profile-wrapper-container{
	padding: 5px 10px 5px 10px;
    background-color: #f7b924;
    border-radius: 10px;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
}
.calender-icon-wrapper {
	padding: 10px;
    background-color: #3f6ad8;
    border-radius: 10px;
	box-shadow: 0 0.125rem 0.625rem rgba(63,106,216,.4), 0 0.0625rem 0.125rem rgba(63,106,216,.5);
}
.calender-main-wrapper {
	/* background: #ebebeb; */
	padding: 5px 5px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.c-info p {
	font-size: 14px;
	position: relative;
	top: 2px;
	font-weight: 600;
	color: white;
	padding-left: 10px;
}
.c-info p:hover{
	color: white !important;
}
.custom__card {
	background: #FFFFFF;
	box-shadow: 0px 12.6698px 22.5241px rgba(208, 210, 218, 0.15);
	border-radius: 14.0776px;
	padding: 16px 10px;
}

.border__line {
	position: relative;
}


.card__single__info label {
	margin-bottom: 0px;
	font-weight: 500 !important;
	font-size: 16px;
	color: #92959E;
}

.card__single__info h5 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
}

.border__line__top {
	position: relative;
}

.border__line__top:after {
	content: '';
	width: 90%;
	margin: 0 auto;
	background: #ECECEE;
	border: 0.703878px solid #ECECEE;
	height: 2px;
	position: absolute;
	top: 0;
}

/* inner Page Common CSS */

.breadcrumb__main_wrapper h6 {
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: -0.02em !important;
	color: #495057;
}

.styled-row {
	padding: 20px 0px !important;
}
.action__btn_wrapper ul{
	display: flex;
	align-items: center;
}
.action__btn_wrapper ul li {
	display: inline-block;
	margin-right: 20px;
}

.action__btn_wrapper ul li:last-child {
	margin-right: 0px;
}

.action__btn_wrapper ul li a {
	font-style: normal;
	font-weight: 600 !important;
	font-size: 16px !important;
	text-decoration: none;
	color: #551FFF;
	display: inline-block;
}
.action__btn_wrapper ul li a span{
	text-decoration: underline;
}
.upload__span{
	position: relative;
	top: -2px;
}
.btn-primary{
	background-color: #35C6F2 !important;
	border: none !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.btn-primary:hover{
	background-color: #14ACDB !important;
}
.btn-primary img{
	width: 18px !important;
	object-fit: contain;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.btn{
	padding: 9px 20px !important;
}

/* Data table Style */
table.dataTable thead th, table.dataTable tfoot th{
	background: #14ACDB;
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #fff;
}
table.dataTable thead th, table.dataTable thead td{
	border-bottom: none !important;
}
.custom__btn{
	background: none !important;
	border: unset !important;
	color: #000;
	transition: all 0.3s ease-in-out;
}
.custom__btn:focus{
	outline: none;
}
.custom__btn:hover{
	color: #14ACDB;
}
/******************/
/* LOGIN PAGE CSS */
/******************/

.LoginSection{
	background-image: url(../img/londonbackground.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	background-size: cover;

}
.bgg-height{
	height: 90vh;
}
.login-page-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90vh;
}
.loginForm-Wrapper{
	padding: 50px 20px 70px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50px;

}
.loginForm-Content{
 margin: 0 auto;
 width: fit-content;
}
.loginForm{
	width: 380px;
}
/* .login-Leftsection{
	background-color: #35C6F2;
	height: 100vh;
	position: relative;
}
.login-Leftsection-img{
	margin-top: 20px;
}
.login-Leftsection-img img{
	height: 100px;
}
.login-img{
	height: 80%;
}
.login-img img{
	margin-top: 20px;
	height: 95%;
	width: 100%;
} */



.loginForm-heading{
	margin-bottom: 30px;
}
.loginForm-heading h5{
	font-size: 30px !important;
	font-weight: 700 !important;
	color: #35C6F2;
}
.loginForm-heading p{
	font-size: 18px;
	font-weight: 600;
}
.cnic-Wraper input , .password-Wrapper input , .loginbtn-wrapper input{
	background-color: white;
	border: none;
	outline: none;
	padding: 15px 0px 15px 65px;
	border-radius: 15px;
	width: 100%;
	
}
.remember-wrapper input{
	color: #707070;
	height: 17px;
	width: 17px;
	margin: 0px 15px 0px 10px;
}
.remember-wrapper label{
	font-size: 14px;
	font-weight: 400;
	color: #707070;
}

.loginbtn-wrapper input{
	background-color: #00A8DB;
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	
}
.cnic-Wraper , .password-Wrapper{
	position: relative;
	display: grid;
	margin-bottom: 20px;
	width: 100%;
}
.cnic-Wraper span , .password-Wrapper span{
    margin-left: 15px;
    margin-top: 5px;
    color: red;
}
.cnic-Wraper:after{
	content: url(../img/dashboard/username.png);
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 221;
    display: flex;
    align-items: center;
}
.password-Wrapper:after{
	content: url(../img/dashboard/password.png);
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 221;
    display: flex;
    align-items: center;
}
