@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap);/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Hovers*/
/*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: white;
}
.topbar .navbar-header {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  height: 17px;
  width: auto;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-text {
  width: 130px;
  height: auto;
  margin-left: 5px;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: black !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(6, 5, 5, 0.8) !important;
}

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #403E45 !important;
}

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

.right-sidebar .rpanel-title {
  background: #403E45;
}

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

.text-themecolor {
  color: #403E45 !important;
}

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

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #403E45;
  color: #ffffff;
  border: 1px solid #403E45;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #403E45;
  opacity: 0.7;
  border: 1px solid #403E45;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #065F92;
}

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #fff;
}
.sidebar-nav ul li {
  line-height: 41px;
}
.sidebar-nav ul li a {
  color: black;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: black;
  font-weight: 500;
}
.sidebar-nav ul li a.active {
  color: #263238;
}
.sidebar-nav ul li.nav-small-cap {
  color: #99abb4;
}
.sidebar-nav > ul > li.active > a i {
  color: white;
  background: blue;
  border-radius: 60px;
}
.sidebar-nav > ul > li.active:hover > a {
  color: #ffffff;
  background: #0886CE;
}
.sidebar-nav > ul > li.active:hover > a i {
  color: white;
  background: none;
  border-radius: 60px;
}
.sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff;
}
.sidebar-nav > ul > li > a.active i {
  color: #fdfdfd;
  background: blue;
}
.sidebar-nav > ul > li > a:hover i {
  color: #fdfdfd;
  background: none;
}
.sidebar-nav > ul > li > a i {
  color: #c1cafe;
}
.sidebar-nav > ul > li > a.active {
  background: #ffffff;
  color: #403E45;
}

.card-no-border .sidebar-nav > ul > li > a.active {
  color: #ffffff;
  background: #0886CE;
}
.card-no-border .sidebar-nav > ul > li > a.active i {
  color: #ffffff;
}
.card-no-border .sidebar-nav > ul > li > a.active:after {
  border-color: #ffffff;
}