/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/


/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';

/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*Preloader*/

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}


/*******************
/*Top bar
*******************/

.topbar {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/*******************
/*General Elements
*******************/

a {
    color: #3c4499;
}

a.link:hover,
a.link:focus {
    color: #3c4499 !important;
}

.bg-theme {
    background-color: #3c4499 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #3c4499;
    border-color: #3c4499;
}

.right-sidebar .rpanel-title {
    background: #3c4499;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
    border-left: 4px solid #3c4499;
}

.text-themecolor {
    color: #3c4499 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #3c4499;
    color: #3c4499;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #3c4499;
}


/*******************
/*Buttons
*******************/

.btn-themecolor,
.btn-themecolor.disabled {
    background: #3c4499;
    color: #ffffff !important;
    border: 1px solid #3c4499;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #3c4499;
    opacity: 0.7;
    border: 1px solid #3c4499;
}

.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
    /*background: #028ee1;*/
    background: #303aa7;
}


/*******************
/*sidebar navigation
*******************/

.card-no-border .left-sidebar,
.card-no-border .sidebar-nav {
    /*background: #272c33;*/
    /*background: rgb(36,45,103);
    background: linear-gradient(0deg, rgba(36,45,103,1) 0%, rgba(9,9,121,1) 75%, rgba(0,168,255,1) 100%);*/
    background: rgb(35,44,103);
    background: linear-gradient(0deg, rgba(35,44,103,1) 55%, rgba(6,51,148,1) 87%, rgba(4,71,193,1) 100%);
}

.mini-sidebar .sidebar-nav {
    background: transparent;
}

@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        background: #181c22;
    }
}

.sidebar-nav {
    background: #272c33;
}

.sidebar-nav ul li a {
    color: #798699;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
    color: #3c4499;
}

.sidebar-nav ul li a.active {
    color: #ffffff;
}

.sidebar-nav ul li.nav-small-cap {
    color: #90a4ae;
}

.sidebar-nav>ul>li.active>a {
    border-left: 3px solid #3c4499;
    color: #3c4499;
}

.sidebar-nav>ul>li.active>a i {
    color: #3c4499;
}

.sidebar-nav>ul>li>a {
    border-left: 3px solid #272c33;
}

.sidebar-nav>ul>li>a.active,
.sidebar-nav>ul>li>a:hover {
    border-left: 3px solid #3c4499;
}

.sidebar-nav>ul>li>a.active i,
.sidebar-nav>ul>li>a:hover i {
    color: #3c4499;
}

.sidebar-nav>ul>li>a i {
    color: #798699;
}

.sidebar-nav>ul>li>a.active {
    font-weight: 400;
    background: #ffffff;
    color: #3c4499;
}

.user-profile .profile-text a {
    color: #798699 !important;
}

.card-no-border .sidebar-footer {
    background: #181c22;
}