/* font-family: 'Play', sans-serif;
font-family: 'Work Sans', sans-serif; */

.badge-primary{
  background:#53ae00;
}


#vertical-menu-btn{
  background: #007aff;
}


.white_box.green_boxbg{
  background:#007aff;
}
.white_box.yellowbox{
  background:#0000fe;
}
select.form-control, select.form-control:focus{
    background: #dbebfb;
}
.badge-primary{
    background: #0a2644;
}
.table-striped tbody tr:nth-of-type(odd){
    background: #f1f8ff;
}
.table td{
    border-top: 1px dashed #bfdcff;
}
.progress-bar.bg-success{
    background:#007aff!important;
}
.programContent span{
    color:#007aff;
}
.pre_quel span{
    color:#383838;
}
.system_done h2, .system_done p{
    color:#0808fd;
}
a.get_help{
    background:#007aff;
}
body[data-sidebar=dark] .vertical-menu, .leftfixed-menue, .footer{
    background:#0b2644;
	color:#ffffff;
}
#sidebar-menu ul li a{
    border-bottom: 1px solid #173250;
}
#sidebar-menu ul li ul.sub-menu li a {
    color: #b2b2b2 !important;
}
    #sidebar-menu ul li ul.sub-menu li a:hover {
        color: #fff !important;
    }
.metismenu li.mm-active:before {
    content: '';
    position: absolute;
    right: 0;
    top: -33px;
    width: 33px;
    height: 33px;
    background: url(../images/theme4/top_right.png) no-repeat;
}

.metismenu li.mm-active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 55px;
    width: 45px;
    height: 42px;
    background: url(../images/theme4/bot_right.png) no-repeat;
}

.menue_icon img{
    display:none;
}
.metismenu li a{
    display:flex;
}
.metismenu li a span{
    padding-left: 30px;
}
.metismenu li .menue_icon{
    width:20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left:10px;
    padding-left:0;
}
.metismenu li.dashboard .menue_icon {
    background: url(../images/theme4/menu_01.png) no-repeat;
}

.metismenu li.account .menue_icon {
    background: url(../images/theme4/menu_02.png) no-repeat;
}

.metismenu li.member .menue_icon {
    background: url(../images/theme4/menu_03.png) no-repeat;
}

.metismenu li.referralresource .menue_icon {
    background: url(../images/theme4/menu_12.png) no-repeat;
}

.metismenu li.training .menue_icon {
    background: url(../images/theme4/menu_04.png) no-repeat;
}

.metismenu li.marketing .menue_icon {
    background: url(../images/theme4/menu_05.png) no-repeat;
}

.metismenu li.finance .menue_icon {
    background: url(../images/theme4/menu_06.png) no-repeat;
}

.metismenu li.funding .menue_icon {
    background: url(../images/theme4/funding.png) no-repeat;
}

.metismenu li.systemadmin .menue_icon {
    background: url(../images/theme4/menu_07.png) no-repeat;
}

.metismenu li.target .menue_icon {
    background: url(../images/theme4/menu_08.png) no-repeat;
}

.metismenu li.creditproviders .menue_icon {
    background: url(../images/theme4/menu_09.png) no-repeat;
}
.metismenu.leftfixed-menue li:nth-child(1) .menue_icon{
    background: url(../images/theme4/menu_06.png) no-repeat;
}
.metismenu.leftfixed-menue li:nth-child(2) .menue_icon{
    background: url(../images/theme4/menu_07.png) no-repeat;
}


/*------------ Frontent color Theme Start ---------------------*/
.feature-box-1 {
    background:#2870bf;
}
.navbar .navbar-default{
    background: #0b2644;
}
.nav>li>a{
    color:#fff!important;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: #f1f4ef;
    color:#3f3f3f!important;
}
#wrapper, footer{
    
}
footer {
    background: #0b2644 !important;
    color: #fff !important;
    margin-top: 0 !important;
}
body #page-wrapper{
    /*background: #f1f4ef;*/
}
body .feature-box-1:after {
    background: #0b2644;
}
.card-header .nav-tabs > .nav-item > .nav-link {
    color: #000 !important;
    padding: 11px 15px;
    font-size: 12px;
    border: 1px solid #0b2644;
}
    .card-header .nav-tabs > .nav-item > .nav-link:hover, .card-header .nav-tabs > .nav-item > .nav-link:active {
        background: #113f72 !important;
        color: #fff !important;
    }
.nav.navbar-top-links li a{
    color:inherit!important;
}


/*10/06/2022*/
#wrapper {
    background: #0b2644 !important;
}

#page-wrapper {
    border-left: 0 !important;
}

#side-menu {
    padding-top: 35px;
}

.sidebar ul li {
    padding-left: 10px;
    position: relative;
}

.nav > li > a {
    border-radius: 30px 0 0 30px;
    padding: 15px;
    line-height: 25px;
}

.navbar .sidebar ul li a.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: -33px;
    width: 33px;
    height: 33px;
    background: url(../images/blue-top_right.jpg) no-repeat;
}

.navbar .sidebar ul li a.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 56px;
    width: 45px;
    height: 42px;
    background: url(../images/blue-bot_right.jpg) no-repeat;
}

.loginpage #wrapper {
    background: none !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none !important;
    color: #fff !important;
}

.navbar .sidebar ul li a.active:hover, .navbar .sidebar ul li a.active:focus {
    background: #f1f4ef;
    color: #3f3f3f !important;
}

.sidebar .nav-second-level li a {
    padding: 5px 15px 5px 37px;
}


/*07/10/2022*/

body #page-wrapper {
    background: #f1f4ef !important;
}

.sidebar ul li {
    border-bottom: 1px solid #f1f4ef !important;
}

.navbar .sidebar ul li a.active:hover, .navbar .sidebar ul li a.active:focus {
    background: #f1f4ef !important;
}

.navbar .sidebar ul li.active > a {
    background: #f1f4ef !important;
    color: #3f3f3f !important;
}

.navbar .navbar-default {
    box-shadow: none !important;
}

.navbar .sidebar ul li.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: -34px;
    width: 33px;
    height: 33px;
    background: url(../images/blue-top_right.jpg) no-repeat;
}

.navbar .sidebar ul li a.active:before {
    top: -34px;
}

.navbar .sidebar ul li.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 58px;
    width: 45px;
    height: 42px;
    background: url(../images/blue-bot_right.jpg) no-repeat;
}

.navbar .sidebar ul li a.active:after {
    top: 58px;
}

.navbar .sidebar ul.nav-second-level li a.active {
    background: none !important;
    color: #fff !important;
}

    .navbar .sidebar ul.nav-second-level li a.active:after, .navbar .sidebar ul.nav-second-level li a.active:before {
        display: none;
    }

.sidebar .nav > li > a {
    min-height: 56px;
}

.sidebar .nav-second-level li a {
    min-height: auto;
    color:#b2b2b2 !important;
}
.sidebar .nav-second-level li a:hover {
    color: #fff !important;
}
.navbar .sidebar ul li:first-child a {
    min-height: 58px;
}

.navbar .sidebar .nav-second-level li:first-child a {
    min-height: auto;
}
.navbar .sidebar li a.active:after, .navbar .sidebar li a.active:before {
    display: none;
}

.navbar .sidebar ul li.active:first-child:before {
    top: -33px;
}
.sidebar ul li a.active {
    background: none !important;
}

.navbar .sidebar ul li a.active:hover, .navbar .sidebar ul li a.active:focus {
    background: none !important;
    color: #fff !important;
}
.navbar .sidebar ul li.active a.active:hover, .navbar .sidebar ul li.active a.active:focus {
    background: #f1f4ef!important;
    color: #3f3f3f !important;
}
.white_box.green_boxbg h3, .white_box.green_boxbg ul li, .white_box.yellowbox h3, .white_box.yellowbox ul li {
    color: #fff;
}

.navbar .sidebar ul li .nav-second-level li a.active {
    background: none !important;
    color: #b2b2b2 !important;
}

.navbar .sidebar ul li .nav-second-level li a.active:hover {
    background: none !important;
    color:#fff !important;
}
.btn-danger {
    color: #fff;
    background-image: linear-gradient(to bottom,#0b2644 0,#0b2644 100%);
    background-color: #0b2644 !important;
    border-color: #0e3866 !important;
}
.feature-content h5{
    color:#fff;
}
.feature-box-1 * {
    font-size: 14px;
    color:#fff;
}
.feature-box-1 .w3-container, .feature-box-1 .w3-container span {
    color:#000 !important;
    font-size:12px;
}

    .feature-box-1 .w3-container.w3-royal-blue, .feature-box-1 .w3-container.w3-royal-blue span,
    .feature-box-1 .w3-container.w3-blue, .feature-box-1 .w3-container.w3-blue span,
    .feature-box-1 .w3-container.w3-green, .feature-box-1 .w3-container.w3-green span {
        color: #fff !important;
    }
.navbar .sidebar ul li.active {
    border-bottom: 0 !important;
}
.blue_logoBox {
    background: #0b2644 !important;
}

/*prequalificationtest start*/
.project-box-color {
    background-color: #2828ef !important; /*#139dd4;*/
}

    .project-box-color h2, .project-box-color p {
        color: #fff;
    }

.project-form {
    border: 2px solid #2828ef;
    border-radius: 10px;
    padding-bottom: 70px;
}

.project-form-all-btn .btn.active {
    color: #fff !important;
    background-color: #2828ef;
}

.project-form-theme {
    border-color: #2828ef;
}

    .project-form-theme .project-form-all-btn .btn {
        border-color: #2828ef;
    }
.small-banner-left {
    width: 35%;
    flex-shrink: 0;
    padding: 2.5rem 1.5rem;
    align-items: center;
    justify-content: center;
    background-color: #6bb1ff;
}

.small-banner-right {
    width: 65%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    background-color: #0b2644;
}
/*prequalificationtest end*/
/*@media (min-width:1800px) {

    .navbar .sidebar ul li.active:after {
        top: 57.3px;
    }

    .navbar .sidebar ul li.active:before {
        top: -32.2px;
    }
}*/

    /*-----------*------------ Frontent color Theme End ---------------------*/