/*body{
font-family: "Plus Jakarta Sans", sans-serif !important;
}*/
.ui-datepicker {
    z-index: 9999 !important;
}
.btn-primary {
    color: #fff;
    background-color: #24355c !important;
    border-color: #24355c !important;
    box-shadow: none;
	border-radius:0px !important;
}
.card-primary.card-outline
{
    border-top: 3px solid #24355c !important;
}
.login-box, .register-box {
    width: 360px;
}
a.logo img {
    display: block;
    margin: 0px auto;
    position: relative;
}
[class*=sidebar-dark-] {
    background-color: #ffffff !important;
}
[class*=sidebar-dark-] .sidebar a {
    color: #24355c !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
li.logout_button a {
    color: #cd2424a6 !important;
    font-weight: 500;
    margin-right: 12px;
}
.nav-sidebar .nav-item>.nav-link {
    margin-bottom: .8rem !important;
}
.text-blue {
       color: #24355c !important;
}
/* Submenu item */
.nav-treeview .nav-link.active {
    background: linear-gradient(135deg, #4d79a8, #d86a6f);
    color: #fff !important;
}

/* Main menu item */
.nav-sidebar > .nav-item > .nav-link.active {
    background: linear-gradient(135deg, #114b87, #a8191d);
    color: #fff !important;
}

