/*
Template Name: Admin Press Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Press 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: #0986e0;;
}

.topbar .navbar-header {
  background: #ffffff;
}

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

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #ffffff !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(255, 255, 255, 0.8) !important;
}

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

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

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

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

.text-themecolor {
  color: #2a2a72 !important;
}

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

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

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

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

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

/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #ffda60;
}

.sidebar-nav > ul > li.active > a {
  color: #ffda60;
  border-color: #ffda60;
}

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

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

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
  color: #714b09;
}

.sidebar-nav > ul > li > a.active {
    background: #c0ae8f;
}
.brandBtnColor{
    background-color: var(--brandButtonColor);
    color: white;
  }

  .brandBtnColor:hover{
    background-color: var(--brandHoverBlue);
    color: white;
  }
  .brandBtnDanger{
    background-color: var(--brandButtonDanger);
  }

  .brandBtnDanger:hover{
    background-color: var(--brandHoverRed);
  }

  .brandCardColor{
    background-color: #0fd38b;
  }
  .textColorCard{
    color: var(--brandButtonColor);
  }
  .iconColor{
      color: var(--brandIconsColor);
  }
:root{
    --brandColorBlue:#000000;
    --brandWhite:#a3bbba;
    --brandIconsColor:#cfb862;
    --brandActiveColor:#cfb862;
    --brandSelectColor:rgb(139, 139, 38);
    --brandBorderColor:#cfb862;
    --brandButtonColor:#3875d3;
    --brandButtonDanger:#bb2d3b;
    --brandHoverBlue:#62b7e9ab;
    --brandHoverRed:#ca636e;
  }
  .custom-placeholder::placeholder {
      color: white;
  }
  .custom-color{
      color:#f2e895 ;
  }
