/* You can add global styles to this file, and also import other style files */
/*
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% !important;
  height: 100% !important;
  top: 0px !important;
  position: fixed !important;
  z-index: 99999 !important;
  background: #fff !important;
}

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

/*******************
/*Top bar
*******************/
.topbar {
  background: #fff !important;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; */
  /* background: linear-gradient(to right, #0178bc 0%, #00bdda 100%) !important; */
}

.navbar-collapse {
  /* border-bottom: 1px solid #f0f0f0; */
}

.topbar .navbar-header {
  background: #101c24 !important;
  /* border-bottom: 1px solid #192334; */
  /* box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05) !important; */
}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none !important;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.logo-center .topbar .navbar-header {
  background: transparent !important;
  box-shadow: none !important;
}

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: inline-block !important;
}

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/*******************
/*General Elements
*******************/
/* a {
  color: #009efb !important;
}

a.link:hover, a.link:focus {
  color: #009efb !important;
} */

.bg-theme {
  background-color: #009efb !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: #009efb !important;
  border-color: #009efb !important;
}

.right-sidebar .rpanel-title {
  background: #009efb !important;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #009efb !important;
}

.text-themecolor {
  color: #009efb !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #009efb !important;
  color: #009efb !important;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #009efb !important;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #009efb !important;
  color: #ffffff !important;
  border: 1px solid #009efb !important;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #009efb !important;
  opacity: 0.7 !important;
  border: 1px solid #009efb !important;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1 !important;
}

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  background: #101c24 !important;
}

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

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

.sidebar-nav {
  background: transparent !important;
}

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

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #009efb !important;
}

.mini-sidebar .sidebar-nav ul li a.active, 
.mini-sidebar .sidebar-nav ul li a.active i, 
.mini-sidebar .sidebar-nav > ul > li.active > a .hide-menu, 
.mini-sidebar .sidebar-nav ul li a:hover, 
.mini-sidebar .sidebar-nav ul li a:hover i, 
.mini-sidebar .sidebar-nav ul li a:hover .hide-menu {
  color: #fff !important;
}

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

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

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

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

.sidebar-nav > ul > li.active > a i {
  color: #009efb !important;
}

.sidebar-nav > ul > li > a {
  border-left: 3px solid transparent !important;
}

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

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #009efb !important;
}

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

.sidebar-nav > ul > li > a.active {
  font-weight: 400 !important;
  background: #ffffff !important;
  color: #009efb !important;
}

.user-profile {
  /* background-color: #071223;;
  margin-top: -30px; */
  margin-bottom: 10px;
  /* padding-top: 30px;
  padding-bottom: 20px; */
}

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

.card-no-border .sidebar-footer {
  background: #101c24 !important;
}

.topbar .navbar-light .navbar-nav .nav-item {
  color: #101c24 !important;
}