/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
/*Top bar
*******************/
.topbar {
  background: #56c0d8; }
  .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; }

.hdr-nav-bar .navbar .navbar-nav > li.active > a {
  border-color: #56c0d8; }

/*******************
/*General Elements
*******************/
.lstick {
  background: #56c0d8; }

a.link:hover, a.link:focus {
  color: #56c0d8 !important; }

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

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

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

.text-themecolor {
  color: #56c0d8 !important; }

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

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

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

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

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

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

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

/* UPDATE VITAI THEME VARIABLES */

.vitai-btn-base {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
  font-size: 1rem;
  transition: 0.2s;
  max-width: 100%;
  transition: 0.2s;
 }

.vitai-btn-success {
  border: 1px solid #3AAA99 !important;
  background: #3AAA99 !important;
  color: #efeeee !important;
}

.vitai-btn-success:hover {
  background: #2C8073 !important;
  border-color: #2C8073 !important;
  transition: 0.2s;
}

.vitai-btn-success:disable {
  border: 1px solid #3AAA99 !important;
  background: #3AAA99 !important;
  color: #efeeee !important;
  opacity: 0.6;
  cursor: none;
}

.vitai-btn-outline {
  background: transparent;
  border: 1px solid #3AAA99 !important;
  color: #3AAA99 !important;
}

.vitai-btn-outline:hover {
  background: #3AAA99;
  border: 1px solid #3AAA99 !important;
  color: #efeeee !important;
}

.vitai-oncolor-btn-outline {
  background: #efeeee !important;
  border: 1px solid #efeeee !important;
  color: #56c0d8 !important;
  font-weight: 500;
}

.vitai-oncolor-btn-outline:hover {
  background: transparent !important;
  border: 1px solid #efeeee !important;
  color: #efeeee !important;
  transition: 0.2s;
}
.vitai-radius-card {
  border-radius: 10px;
  overflow: hidden;
}