@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Dark 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); }

/* 272c33   30363f   3c4e57 */
/*******************
/*Top bar
*******************/
.topbar {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

/*******************
/*General Elements
*******************/
a {
  color: #1e88e5; }

a.link:hover, a.link:focus {
  color: #1e88e5 !important; }

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

.right-sidebar .rpanel-title {
  background: #1e88e5; }

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

.text-themecolor {
  color: #1e88e5 !important; }

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

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #1e88e5;
  color: #ffffff;
  border: 1px solid #1e88e5; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #1e88e5;
    opacity: 0.7;
    border: 1px solid #1e88e5; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  background: #30363f; }

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

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #181c22; } }
.sidebar-nav {
  background: #30363f; }
  .sidebar-nav ul li {
    padding: 10px 5px;
    /*
    a:hover {
        color: $white;
        background: rgba(2, 143, 225,0.2);
    }
    */ }
    .sidebar-nav ul li a {
      color: #8f9caf;
      /*background: rgba(2, 143, 225,0.1);*/ }
      .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
        color: #00a2ff; }
      .sidebar-nav ul li a.active {
        color: #ffffff; }
    .sidebar-nav ul li.nav-small-cap {
      color: #99abb4; }
  .sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff;
    /*background: $themecolor;*/ }
    .sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
      color: #ffffff; }
    .sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
      border-color: #ffffff; }
  .sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #1e88e5 !important;
    color: #ffffff; }

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

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

/*# sourceMappingURL=default-dark.css.map */
