/*
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 url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*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: #181c22;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

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

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;
  border-color: #009efb;
}

.right-sidebar .rpanel-title {
  background: #272c33;
}

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

.text-themecolor {
  color: #272c33 !important;
}

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

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

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

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

.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: #272c33;
}

.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: #26c6da;
}

.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: #26c6da;
  background: transparent;
}

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

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff;
}

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

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

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

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

.card-no-border .sidebar-footer {
  background: #181c22;
}
.card-outline-primary .card-header {
  background: #181c22;
  border-color: #181c22;
}

.btn-primary ,.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #181c22!important;
  border-color: #181c22!important;
  box-shadow: 0 1px 0 rgba(22, 8, 151, 0.15)!important;
}


.sidebar-nav>ul>li.active>a,
.sidebar-nav>ul>li.active:hover>a {
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.text-primary {
  color: #181c22 !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: #181c22;
  border-color: #181c22;
}

.page-item.active .page-link{
  background-color: #181c22;
  border-color: #181c22;
}
.page-item.active .page-link:hover{
  border:1px solid #181c22;
}

.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
  color: #fff;
}


a {
  color: #181c22;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #607d8b;
  text-decoration: none;
}


.bootstrap-tagsinput .tag {
 
  font-size: small!important;
  background-color: #515d63;
  /* color: #515d63!important; */

  padding-top: 5px!important;
  padding-bottom: 4px!important;
  font-family: 'Poppins';
}


.card-no-border .sidebar-nav>ul>li>a.active {
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #181c22;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0.3em;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #181c22;
  color: rgb(255, 255, 255);
}


.year-picker-item.active {
  color: #181c22;
  font-weight: bold;
}


.year-picker-item:hover {
  color: #181c22;

}

.sub-menu{
  color:#fff;
}