@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
body {
	font-family: 'Quicksand',sans-serif!important;
	font-weight: 600 !important;
}
.navbar-brand-custom{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.navbar-brand-custom a{
	padding-top: 10px !important;

}
.navbar-brand-image_1{
	float: left; height:35px !important; ;
}
.navbar-brand-image{
	width:150px; height:35px !important; padding-left: 10px;
}
.est-color{
	color:#F4B3CC !important;
}
.nav-bar-dark-custom,.navbar-nav a{
	color: rgba(255,255,255,.9) !important;
    background-color: #15385F !important;
    border-bottom-color: rgba(255,255,255,.1) !important;
}
.settings-menu{
	color: rgba(255,255,255,.9) !important;
    background-color: #15385F !important;
    border-bottom-color: rgba(255,255,255,.1) !important;
}
.navbar-nav a{
	color: rgba(255,255,255,.9) !important;
}

.dropdown-item:hover{
	color: #F4B3CC !important;
    text-decoration: none;
	background-color: #15385F !important;
}
.sidebar-dark-custom{
    color: rgba(255,255,255,.9) !important;
    background-color: #15385F !important;
}
.sidebar-dark-custom a{
	color: rgba(255,255,255,.9) !important;
}
.nav-link.active {
    background-color: #F4B3CC !important;
    color: #15385F !important;
	font-weight:900 !important;
}
.bg-image{
	background: url(../images/bg_image.jpg) ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 100%;
	background-size: 100% 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
}
.login-card-body{
	color: rgba(255,255,255,.9) !important;
    background-color: #15385F !important;
}
.custom-button{
	background: #F4B3CC !important;
	border-radius: 25px !important;
	font-weight: bolder !important;
	color: #15385F !important;
}
.custom-input{
	border: 1px solid ;
	border-radius: 10px;
}
.pink-font{
	color:#F4B3CC
}

/* .switchery{
	background-color: #F4B3CC !important;
	border-color: #F4B3CC !important;
	box-shadow: #F4B3CC 0px 0px 0px 10px inset !important;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s !important;
} */
/* element.style {
    box-shadow: rgb(223 223 223) 0px 0px 0px 0px inset;
    border-color: rgb(223, 223, 223);
    background-color: rgb(255, 255, 255);
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
} */
.swal2*{
	font-family: "Quicksand" !important;
	font-weight: 600 !important;
}
.swal2-title{
	font-weight: 900 !important;
}
.swal2-confirm,.swal2-cancel{
	background-color: #F4B3CC !important;
	color: #15385F !important;
	font-weight: 600;
}
.approve_request,.delete_user,.reject_request {
    border-color: #15385F !important;
	color: #15385F !important;
}

.table th {
    font-weight: 900 !important;
	color: #F4B3CC !important;
	background-color: #15385F !important;
}

.modal-header {
    background-color: #15385F !important;
	color: #F4B3CC;
}
