/*
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: #f4f4f4;
}

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

.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: #707070 !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
   color: #f46d55 !important;
}

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
   color: #707070 !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: #009efb;
}

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

.text-themecolor {
   color: #6f6f6f !important;
}

.profile-text h5{
   font-size: 14px;
   font-weight: 600;
}

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

.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
*******************/
.label-themecolor {
   background: #f46d55;
}

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

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

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

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
   color: #f46d55;
}
.navbar-nav .custom-icon-btn{
   background: #ffffff;
   border-radius: 50%;
   width: 50px;
   height: 50px;
   padding: 5px !important;
   font-size: 18px !important;
   text-align: center;
}
.profile-top-menu{
   background: #ffffff;
   border-radius: 2rem;
   font-size: 15px !important;
   padding: 10px 20px !important;
   font-weight: 500;
}
.profile-top-menu img{
   width: 30px;
   height: 30px;
   border-radius: 50%;
}
.profile-top-menu .mdi{
   font-size: 18px;
}
@media (max-width: 767px) {
   .profile-top-menu{
      width: 50px;
      padding: 0.69rem !important;
      text-align: center;
   }
}
/*Sweet alert CSS*/
.swal-modal{
   border-radius: 2rem;
}
.swal-title{
   font-size: 20px;
}
.swal-text{
   text-align: center;
   font-size: 14px;
}
.swal-footer{
   text-align: center;
}
.swal-button{
   box-shadow: none !important;
}
.swal-button.custom-primary-btn{
   background: #4e7524 !important;
}
.swal-button.custom-primary-btn:hover{
   background: #446b18 !important;
}
.swal-button.custom-danger-btn:hover{
   background: #b8432e !important;
}